Viewing File: /home/ubuntu/chaintechsource-landing/news/wp-content/uploads/custom-css-js/23.css

<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.navbar-brand img{
    height: 2em;
    object-fit: contain;
}
 .elementskit-post-card{
  background:#d10014!important;
  padding: 2em!important;
}
.edit-link{
  display:none;
}
.mg-headwidget.light .heacent {
    color: #fffbfb;
    font-weight: 600;
}
.desk-header{
  display:none;
}
.homebtn{
  display:none!important;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="email"]{
          height: 50px!important;
    border: 1px solid #ebebeb!important;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666!important;
    background-color: #f4f5f7 !important;
}

.contact-form-box textarea{
   border: 1px solid #ebebeb!important;
  padding: 10px 20px;
    background-color: #f4f5f7 !important;
   width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666!important;
}

.mg-sidebar .mg-widget ul li a{
  font-weight:600;
}

.contact-form-box label{
  	font-weight:700;
}

.wpcf7-form-control{
  color:#fff!important;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
  width:100%;
}

.comment-form label{
  display:block;
}

.contact-form-box {
  box-shadow: 0 0 20px 3px #0000000d;
    border-radius: 15px;
    padding: 1.5em;
}

footer .mg-footer-bottom-area{
  display:none;
}

footer .overlay {
  background-image: url(../../assets/img/landing-page/footer-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
 footer .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: 0.95;
    z-index: -1; }

.single-footer-widget {
  margin-bottom: 30px; }
  .single-footer-widget .logo {
    margin-bottom: 20px; }
  .single-footer-widget p {
    font-size:13px;
    margin-bottom: 20px;
    color: #ffffff; }
  .single-footer-widget .social-icon {
    line-height: 1; }
    .single-footer-widget .social-icon li {
      display: inline-block;
      margin-right: 5px; }
      .single-footer-widget .social-icon li a i {
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        transition: all ease 0.5s;
        border-radius: 2px;
        background-color: rgba(255, 255, 255, 0.1); }
      .single-footer-widget .social-icon li a:hover {
        transform: translateY(-2px); }
        .single-footer-widget .social-icon li a:hover i {
          background-color: #e21f36; }
  .single-footer-widget h3 {
    color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative; }
    .single-footer-widget h3::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #31354d; }
  .single-footer-widget .address {
    color: #ffffff; }
    .single-footer-widget .address .location {
      padding-left: 40px;
      position: relative; }
      .single-footer-widget .address .location i {
        position: absolute;
        color: #e21f36;
        left: 0;
        top: 5px;
        font-size: 25px; }
    .single-footer-widget .address li {
      padding-left: 40px;
      position: relative;
      margin-bottom: 16px;
      color: #ffffff; }
      .single-footer-widget .address li a {
        display: block;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 6px; }
        .single-footer-widget .address li a:last-child {
          margin-bottom: 0; }
        .single-footer-widget .address li a:hover {
          color: #ffffff; }
      .single-footer-widget .address li:last-child {
        margin-bottom: 0; }
      .single-footer-widget .address li i {
        position: absolute;
        color: #e21f36;
        left: 0;
        top: 5px;
        font-size: 25px; }
  .single-footer-widget .import-link li {
    margin-bottom: 11px;
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.9); }
    .single-footer-widget .import-link li::before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 11px;
      height: 11px;
      background-color: #e21f36;
      transition: all ease 0.5s; }
    .single-footer-widget .import-link li:last-child {
      margin-bottom: 0; }
    .single-footer-widget .import-link li a {
      color: rgba(255, 255, 255, 0.9); }
      .single-footer-widget .import-link li a:hover {
        color: #ffffff; }
    .single-footer-widget .import-link li:hover::before {
      border-radius: 50%; }


.copy-right-area {
  background-color: #000219;
  border-top: 1px solid #212437;
  padding-top: 15px;
  padding-bottom: 15px; }
  .copy-right-area p {
    color: #ffffff; }
    .copy-right-area p i {
      position: relative;
      top: 1px; }
    .copy-right-area p a {
      color: #e21f36;
      font-weight: 600; }
  .copy-right-area .footer-menu {
    text-align: right; }
    .copy-right-area .footer-menu li {
      display: inline-block;
      margin-right: 15px; }
      .copy-right-area .footer-menu li:last-child {
        margin-right: 0; }
      .copy-right-area .footer-menu li a {
        color: #ffffff; }
        .copy-right-area .footer-menu li a:hover {
          color: #e21f36; }


.single-post-card .card-body{
  max-width:unset!important;
      padding: 2rem 2rem!important;
}
.page {
  margin-bottom:0!important;
}

.single-footer-widget .address li{
  font-size:14px;
}
.image-link li{
  padding-left:0!important;
}

.image-link li img {
    width: 8em;
    border-radius: 5px;
}

.image-link li::before{
  display:none;
}

.eael-contact-form-7-wrapper label{
  display:block;
}

.single-footer-widget .address li {
  border:0;
  padding-top:0;
}
.single-footer-widget .import-link li{
  border:0;
  padding-top:0;
}
.single-footer-widget .logo img{
  margin-bottom:1em;
}
.single-footer-widget .social-icon li{
  border:0;
  padding-top:0;
}
footer .mg-widget{
  margin-bottom:0;
}
/* .mg-footer-copyright{
  display:none;
} */

.mg-blog-post-box .mg-header{
   	padding: 20px 50px;
    padding-bottom: 0;
}
.mg-blog-post-box .mg-header .mg-info-author-block{
  display:none;
}
.mg-blog-post-box h1.title.single{
  margin-bottom:0;
}

.entry-title.title:focus{
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.site-copyright-content p{
      color: #ffffff;
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 600;
}

.site-copyright-content a{
  text-decoration:none!important;
  color:#E53E3E!important;
}
/* .mg-fea-area .overlay{
      display: none;
} */
.mg-breadcrumb-section .overlay{
      padding: 20px 0;
}

.mg-tpt-tag-area{
 padding:0; 
}

.mg-latest-news-sec {
  padding: 10px 0;
}

.mg-posts-sec-post{
   padding: 0px 0;
}

.contact-form-box-1{
  background-color:#fff;
  margin-bottom:3em;
}

.navigation.post-navigation{
  display:none;
}</style>
<!-- end Simple Custom CSS and JS -->
Back to Directory File Manager