/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* --- Header  --- */
 .search-widget { 
    border-bottom : 0px ;
    border:1px #ccc solid ; 
    border-radius : 50px;
    background: transparent;
}

.search-widget input, .search-widget input:hover, .search-widget input:active { 
    border-bottom : none ;
    background: transparent;
   border: 0px !important;  
}

#desktop_logo .logo {
    max-width: 160px ;
}

/* --- Body Home --- */


/* --- Body List --- */


 /* --- Body Detail  --- */


 /* Footer */

.social-links._footer  li a {

    width: 40px;
    height: 40px;
    border: 2px #999 solid;
    border-radius: 22px;
    display: block;

}

.social-links._footer  .fa-fw  {
    margin-top: 4px;
}
 
.title-line {
    position: relative; /* Ensure the pseudo-element is positioned relative to the title */
    text-align: left; /* Optional: center the title text */
  }
  
.title-line::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px; /* Adjust the thickness of the line */
    background-color: #589d8e; /* Change to your desired color */
    margin: 8px 0 0 0 ; /* Adjust spacing: top margin and auto for horizontal centering */
  }

  .title-line-centered {
    position: relative; /* Ensure the pseudo-element is positioned relative to the title */
    text-align: center; /* Optional: center the title text */
  }
  
.title-line-centered::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px; /* Adjust the thickness of the line */
    background-color: #589d8e; /* Change to your desired color */
    margin: 8px auto 0; /* Adjust spacing: top margin and auto for horizontal centering */
  }

  .brand-loop img { max-width: 60%;}
  .brand-loop .swiper-slide-inner { text-align: center !important ;}
  .simpleblog__listing__post__wrapper__content  p { display: none }
  .simpleblog__listing__post__wrapper__content  h3 { font-size: 20px ; font-weight: 400 ;}