/*
Theme Name: Silhouette Custom Theme 2018
Author: Silhouette Web Dev Department
Description: This theme requires the following plugins: - Akismet Anti-Spam (Automattic) - WP Extended Search (5um17)

Version: 1.0
 */

/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
/*********/



/* globals */
a {
    color: #1D1D1F;
}
a:active, a:hover, a:visited {
    color: #1D1D1F;
}
body {
    color: #1D1D1F;
    font-family: 'Inter', sans-serif;
}
h1 {

}
img {
    height: auto;
    max-width: 100%;
    margin: 0;
    vertical-align: middle;
}
ol li, ul li {
    margin: 6px 0;
}
p{
    margin: 10px 0;
}
.padding-xs {
    padding: 5px;
}
.padding-top-xs {
    padding-top: 5px;
}
.padding-right-xs {
    padding-right: 5px;
}
.padding-bottom-xs {
    padding-bottom: 5px;
}
.bg-blue {
    background: #1FC2DE;
}
.bg-grey {
    background: #bcbcbb;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 359px) {
    .hidden-tiny {
        display: none;
    }
}
.txt-light-on-dark {
    color: #fff;
}
/***********/



/* top-banner*/
#top-banner {
    font: normal normal 13px 'Ubuntu-Medium', 'Open Sans', Arial, Helvetica, sans-serif;
    height: 24px;
    padding: 3px 0;
    text-align: center;
    position: fixed;
    z-index: 100;
}
#top-banner a {
    color: #fff;
    text-decoration: underline;
}
/*************/



/* top-nav */
#top-nav {
    padding: 0;
    margin-top: 120px;
}

#top-nav #top-nav-menu {
    padding-top: 11px;
}

#top-nav #top-nav-menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-nav #top-nav-menu ul li {
    display: inline-block;
    margin: 0 64px 0 0;
}

#top-nav #top-nav-menu ul li:last-child {
    margin-right: 0;
}

#top-nav #top-nav-menu ul li a {
    color: #424346;
    font-family: 'Ubuntu-Medium', 'Whitney-Semibold', 'Arial', 'Helvetica', 'sans-serif';
    font-size: 18px;
    text-decoration: none;
}
/************/



/* masthead */
.slides-container {
    margin-bottom: 27px;
    margin-top: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    opacity: .75;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
}
.carousel-control-prev svg,
.carousel-control-next svg {
    width: 9px;
}

.carousel-control-prev svg {
    filter: drop-shadow(2px 0 0 #616265);
}

.carousel-control-next svg {
    filter: drop-shadow(-2px 0 0 #616265);
}

.carousel-control-next {
    right: 0;
}

.carousel-indicators {
    bottom: -24px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.carousel-indicators li {
    background-color: #ccc;
    border-radius: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}

.carousel-indicators .active {
    background-color: #4db3d0;
    border-color: #4db3d0;
    height: 12px;
    margin: 0;
    width: 12px;
}


.cls-1 {
    fill: #fff;
}

.slider-image {
    display: block;
}

#welcome-img {
    margin-top: 22px;
}
/************/



/* content body */
#content-body {
    padding: 0 0 48px 0;
}
/****************/



/* post results */


.video-result {
    height: 380px;
    max-height: 420px;
}


/* .post-result .post-result-author,
.video-result .video-result-duration {
    font-size: 14px;
    margin: 8px 0;
    padding: 0 20px;
} */

.post-result .post-result-featured-image-wrapper,
.video-result .video-result-featured-image-wrapper {
    background: center;
    background-size: 100% auto;
    display: block;
    text-align: center;
    transform: scale(1.0);
    transition: background-size 0.2s ease;
    -webkit-transition: background-size 0.2s ease;
}
/* .post-result .post-result-featured-image-wrapper:hover, .video-result .video-result-featured-image-wrapper:hover {
    background-size: 105%;
    transition: background-size 0.25s;
    -webkit-transition: background-size 0.25s;
} */

.post-result .post-result-title-wrapper:active,
.post-result .post-result-title-wrapper:hover,
.post-result .post-result-title-wrapper:visited,
.video-result .video-result-title-wrapper:active,
.video-result .video-result-title-wrapper:hover,
.video-result .video-result-title-wrapper:visited {
    text-decoration: none;
}
.video-result-title{
    color: #1D1D1F;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

/* .post-result h2,
.video-result h2 {
    color: #666;
    font-family: 'Whitney-Medium', Arial, Helvetica, sans-serif;;
    font-size: 22px;
    line-height: 120%;
    margin: 5px 0 10px;
    min-height: 54px;
    padding: 5px 20px;
    text-align: left;
} */

/* .post-result .post-result-content,
.video-result .video-result-content {
    font-family: 'Ubuntu-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 20px 20px 20px;
} */

.post-result-content {
    line-height: 1.45;
}

.play-btn {
    width: 75px;
    height: 75px;
    margin-top: 20%;
}
.fixed-top{
    z-index: 2 !important;
}
#content-body{
    padding: 100px 0px;
}
@media (min-width: 600px) and (max-width: 767px) {

}
@media (min-width: 500px) and (max-width: 599px) {

}

/****************/



/*!* footer *!*/
/*#footer {*/
/*    background-color: #646569;*/
/*    color: #9a9a9a;*/
/*    font: normal normal 20px 'Ubuntu-Light', 'Open Sans', Arial, Helvetica, sans-serif;*/
/*    padding: 48px 0 16px;*/
/*}*/

/*#footer-copyright {*/
/*    font-size: 10px;*/
/*    margin-top: 25px;*/
/*    text-align: center;*/
/*}*/

/*#footer .social-links {*/
/*    height: 56px;*/
/*    white-space: nowrap;*/
/*    text-align: center;*/
/*}*/
/*#footer .social-links a{*/
/*    background-image: url('images/social-media-icons.png');*/
/*    display: inline-block;*/
/*    height: 41px;*/
/*    margin-right: 25px;*/
/*    width: 41px;*/
/*}*/
/*#footer .social-links a:hover{*/
/*    background-image: url('images/social-media-icons-hover.png');*/
/*}*/
/*#footer .social-links a:last-child {*/
/*    margin-right: 0;*/
/*}*/
/*#footer .social-links a.social-link-pinterest {*/
/*     background-position-x: -55px;*/
/*}*/
/*#footer .social-links a.social-link-instagram {*/
/*    background-position-x: -110px;*/
/*}*/
/*#footer .social-links a.social-link-pinterest {*/
/*    background-position-x: -55px;*/
/*}*/
/*#footer .social-links a.social-link-twitter {*/
/*    background-position-x: -165px;*/
/*}*/
/*#footer .social-links a.social-link-youtube {*/
/*    background-position-x: -275px;*/
/*}*/
/*#footer .footer-links ul {*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*#footer .footer-links ul li {*/
/*    list-style-type: none;*/
/*}*/
/*#footer .footer-links ul li a {*/
/*    color: #9a9a9a;*/
/*    font-size: 17px;*/
/*}*/

/*#footer .footer-links ul li a:hover {*/
/*    text-decoration: none;*/
/*    color: #1FC2DE;*/
/*}*/

/*#mobile-footer-links ul {*/
/*    text-align: center;*/
/*}*/
/*#mobile-footer-links li {*/
/*    border-right: 1px solid #9a9a9a;*/
/*    display: inline-block;*/
/*    float: none;*/
/*    line-height: 80%;*/
/*    margin: 8px 0;*/
/*    padding: 0 8px;*/
/*    width: auto;*/
/*}*/
/*#mobile-footer-links li:last-child {*/
/*    border-right: none;*/
/*}*/

/*#desktop-newsletter-sign-up {*/
/*    color: #fff;*/
/*    font-size: 17px;*/
/*    white-space: nowrap;*/
/*}*/

/*#footer-subscribe-form .form-group {*/
/*    margin-bottom: 0;*/
/*    padding: 10px 15px 0 0;*/
/*}*/

/*#desktop-social-links .social-links{*/
/*    text-align: left;*/
/*}*/

/*.subscribe-email {*/
/*    margin: 10px 0;*/
/*    max-width: 315px;*/
/*}*/

/*#footer input {*/
/*    color: #646569;*/
/*}*/
/*.footer-img {*/
/*    margin-top: 20px;*/
/*}*/
.returnToTop {
    position: fixed;
    display: none;
    width: 35px;
    height: 30px;
    bottom: 25px;
    right: 15px;
    z-index: 9999;
}
.returnToTop span {
    background-color: rgb(10, 192, 221);
    display: block;
    text-align: center;
    cursor: pointer;
}
.returnToTop span i {
    font-size: 22px;
    color: #fff;
    line-height: 35px;
}
.returnToTop span:hover {
    background-color: transparent;
}
.returnToTop span:hover i {
    color: rgb(10, 192, 221);
}


/*@media (max-width: 768px) {*/
/*    .footer-img {*/
/*        display: block;*/
/*        margin: auto;*/
/*    }*/
/*}*/

/*@media (max-width: 500px) {*/
/*    #mobile-footer-links ul {*/
/*        text-align: center;*/
/*        margin-left: 0;*/
/*    }*/

/*    #mobile-footer-links li {*/
/*        display: block;*/
/*        border-right: none;*/
/*        float: none;*/
/*        width: 100%;*/
/*    }*/
/*}*/
/*!**********!*/



/* subscribe overlay */
#overlay-bg {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.subscribe-overlay {
    background: #fff;
    border: 1px solid #dcdcdc;
    height: 60%;
    left: 20%;
    position: fixed;
    top: 20%;
    width: 60%;
    z-index: 9999;
}
.subscribe-overlay.mobile {
    height: 90%;
    left: 5%;
    top: 5%;
    width: 90%;
}
.subscribe-overlay.tablet {
    height: 80%;
    left: 10%;
    top: 10%;
    width: 80%;
}

/* page template */
.entry-content {
    font-size: 19px;
}
/****************/


.post-result .by-author {
    margin-bottom: 0;
    margin-top: 20px;
}
/* single post template */
.author-meta {
    font-size: 16px;
}
.post-title {
    font-size: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.post-content {
    font-size: 16px;
    line-height: 1.85;
}

.post-content img {
    margin: 20px auto 50px;
}

.post-content p {
    margin-bottom: 20px;
}
.post-content a{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(29, 29, 31, 0.32);
    padding-bottom: 1px;
    transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -webkit-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    box-shadow: unset;
}
.post-content a:hover{
    background-color: transparent;
    border-color: #1D1D1F;
    transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -webkit-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
}

.materials-content {
    border: 2px solid #ccc;
}
.materials-lists,
.materials-title {
    padding: 10px 20px;
}

.materials-title {
    color: #fff;
    margin: 0;
}

.materials-lists ul {
    list-style: none;
    padding-left: 0;
}

.materials-lists ul > li {
    margin: 3px 0;
}

.tags-container {
    margin: 40px 0 45px;
}

.tax-list{
    padding: 0;
    margin: 0;
}

.tax-list a {
    color: inherit;
}
.tax-list a:hover {
    text-decoration: none;
}

.tax-list li {
    display: inline-block;
}

.tax-list li:first-child {
    margin-right: 5px;
}

.related-posts-container {
    margin-top: 20px;
}
.related-post img {
    margin-bottom: 28px !important;
}

.related-post a {
    color: inherit;
}

.related-posts-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 40px;
}
.related-post{
  width: calc(100% / 2);
}
.related-post img{
  width: 100%;
}
.single-content-area .h3{
  color: #1D1D1F;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 52px;
}
.case-item__title h3{
  margin:0;
}
.related-post a{
  color:  #1D1D1F !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28px !important;
}
/***********************/



/* comments section */
.comment-list {
    padding: 0;
}

.comments-title {
    font-size: 19px;
    font-weight: bold;
}

.comment-body {
    font-size: 14px;
}
li.comment {
    list-style: none;
    margin-bottom: 30px;
}
.comment-intro img {
    display: inline-block;
    border-radius: 50%;
}

.comment-author {
    margin: 0;
    font-weight: bold;
    font-size: 19px;
}

.comment-date {
    margin: 0;
    font-size: 16px;
    color: #9a9a9a;
}

#comment {
    width: 100%;
}

#comments {
    margin-top: 45px;
}

#commentform .comment-form-comment label {
    display: block;
}

#commentform input.submit {
    border: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #F5F5F7;
    padding: 0 16px;
    min-width: 240px;
    height: 48px;
    background-color: #031316;
    box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
    border-radius: 48px;
      -moz-border-radius: 48px;
      -webkit-border-radius: 48px;
      -ms-border-radius: 48px;
      -o-border-radius: 48px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/* #commentform input.submit:hover {
    background-color: #1FC2DE !important;
    border-color: #1FC2DE !important;
    box-shadow: none !important;
} */
/********************/


/* archive template */
.term-title {
    line-height: 200%;
    text-align: center;
}

.archives-list {
    columns: 4;
    list-style-position: inside;
}

@media (max-width: 1200px) {
    .archives-list {
        columns: 3;
    }
}

@media (max-width: 768px) {
    .archives-list {
        columns: 2;
    }
}

@media (max-width: 500px) {
    .archives-list {
        columns: initial;
    }
}
/*********************/



/* Video Page */
.btn-category {
    width: 300px;
}

.video-modal-dialog {
    margin-top: 100px;
}

.term-title:not(:first-child) {
    margin-top: 30px;
}
/**************/



/* Single Video Template */
.video-embed{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-embed iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-content,
.bookmarks {
    margin-top: 35px;
}

.video-content {
    border: 2px solid #ccc;
}

.overview-content,
.overview-title {
    padding: 10px 20px;
}

.overview-title {
    color: #fff;
    margin: 0;
}

.overview-content p {
    margin: 0;
}

.bookmarks div {
    border-bottom: 2px solid #ccc;
}

.bookmark-title {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
}

.bookmarks-duration-heading {
    margin-top: 30px;
}
/*************************/


/* bootstrap overrides */
a:hover, a:visited, a:active {
    text-decoration: none;
}


/* .btn-primary {
    background-color: #1FC2DE !important;
    border-color: #1FC2DE;
    border-radius: 0;
    box-shadow: none;
    font: normal normal 14px 'Open Sans', Arial, Helvetica, sans-serif;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:link, .btn-primary:visited, .open>.dropdown-toggle.btn-primary, .btn-primary.active, .btn-primary.focus {
    background-color: #1FC2DE !important;
    border-color: #1FC2DE !important;
    box-shadow: none !important;
} */
#sa-load-more-new.btn-primary{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(29, 29, 31, 0.32);
    color: #1D1D1F;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 1px;
    transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -webkit-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    box-shadow: unset;
}
#sa-load-more-new.btn-primary:hover{
    background-color: transparent;
    border-color: #1D1D1F;
    transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -webkit-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
}


/* text */
.text-info {
    color: rgb(55,54,55) !important;
}

.text-primary {
    color: #1FC2DE !important;
}
/* end text */

/* buttons */
.btn-link {
    font-weight: 400;
    color: #1FC2DE;
    text-decoration: none;
}

.btn-link:hover {
    color: #1FC2DE;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #1FC2DE;
    pointer-events: none;
}

/* .btn-primary {
    background-color: #1FC2DE !important;
    border-color: #1FC2DE !important;
    color: #fff !important;
}
.btn-primary:hover{
    background-color:#04b5d6 !important;
    border-color:#02b3d4 !important;
    color:#fff;
}
.btn-primary:focus,.btn-primary.focus{
    background-color: #04b5d6 !important;
    border-color: #02b3d4 !important;
    box-shadow: 0 0 0 0.2rem #72d8eb !important;
    color: #fff;
}
.btn-primary.disabled,.btn-primary:disabled{
    background-color:#1FC2DE !important;
    border-color:#1FC2DE !important;
    color: #fff;
} */
/* .btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{
    background-color:#02b3d4 !important;
    border-color:#02b3d4 !important;
    color:#fff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem #72d8eb !important;
}

.btn-outline-primary{
    border-color: #1FC2DE !important;
    color: #1FC2DE !important;
}
.btn-outline-primary:hover{
    background-color:#1FC2DE !important;
    border-color:#1FC2DE !important;
    color:#fff !important;
} */
/* .btn-outline-primary:focus,.btn-outline-primary.focus{
    box-shadow:0 0 0 .2rem #72d8eb !important;
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    background-color:transparent;
    color:#1FC2DE;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{
    background-color:#1FC2DE !important;
    border-color:#1FC2DE;
    color:#fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.2rem #72d8eb;
} */
/***********/

/***********************/

/*new theme changes*/
.top-wrap {
    max-height: 48px;
    background-color: #F5F5F7;
}

.top-wrap .silhoute-logo a {
    font-size: 0;
    display: flex;
    justify-content: right;
    padding: 12px 0;
    margin: 0;
}
.sidebar_content .block-title-detail{
    color: #1D1D1F;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    padding: 0px 0 20px;
    margin: 0;
  }
  .sidebar_content img{
    width: 100%;
  }
  .sidebar_content .wp-block-heading{
    color: #1D1D1F;
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  .custom-row{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .by-author{
    color: #1D1D1F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 28px;
    display: block;
  }
  .by-author .by-name,span.by-name.date{
    color: #6E6E73;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  span.by-name.date{
    position: relative;
    padding-left: 20px;
  }
  span.by-name.date::before{
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #6E6E73;
    left: 5px;
    top: 10px;
  }
  .single-content-area p, .single-content-area a, .single-content-area ul li{
    color:  #1D1D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .single-content-area ul{
    padding-left: 25px;
  }
  .single-content-area ul li{
    margin-bottom: 10px;
  }
  .sidebar_content img{
    margin-bottom: 60px;
  }
  .single-content-area {
      padding: 0 100px;
  }
  .case-item-wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 0 40px;
  }
  .blog-list{
    width: calc(100% / 2);
  }
  .case-item__thumb img{
    width: 100%;
  }
  .single-content-area .h3{
    color: #1D1D1F;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 52px;
  }
  .case-item__title h3{
    margin:0;
  }
  .case-item__title a{
    margin: 28px 0 0;
    color:  #1D1D1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }

  .single-content-area .tags-container .tax-list li.tax-item a{
    color: #1D1D1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 16px;
    margin-bottom: 16px;
    border-radius: 16px;
    background-color: #ebeced;
  }
  .single-content-area .tags-container ul li{
    list-style-type: none;
    margin-bottom: 16px;
  }
  .single-content-area .tags-container ul{
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 32px;
  }

  @media (max-width: 1800px) {
		.custom-row {
			max-width: 1416px;
		}
	}
	@media (max-width: 1600px) {
		.custom-row {
			max-width: 1216px;
		}
	}
	@media (max-width: 1400px) {
		.custom-row {
			max-width: 1016px;
		}
	}

	@media (max-width: 1199px) {
		.custom-row {
			max-width: 100%;
		}

	}
	@media (max-width: 992px) {

	}
	@media (max-width: 768px) {

	}
	@media (max-width: 576px) {

	}

    /*details page form*/

    .comment-form{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    p.comment-notes {
        width: 100%;
        display: none;
    }
    .comment-form-author {
        order: 1;
        width: 48%;
    }
    p.comment-form-email {
        order: 2;
        width: 48%;
    }
    p.comment-form-comment {
        order: 3;
        width: 100%;
    }
    p.comment-form-cookies-consent {
        order: 4;
        width: 100%;
    }
    p.comment-form-cookiescheck-consent {
        order: 5;
        width: 100%;
    }
    .clearfix{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    p.comment-form-cookiescheck-consent label,.comment-form-cookies-consent label{
        color: #6E6E73;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        display: flex;
    }
    p.comment-form-cookiescheck-consent label a{
        color: #1D1D1F;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding: 0 5px;
    }
    p.form-submit {
        order: 6;
    }
    .comment-form .form-control{
        height: 48px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        display: block;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        color: #1d1d1f;
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #D2D2D7;
        outline: none;
        box-shadow: unset;
    }
    ::-ms-input-placeholder { /* Edge 12-18 */
        color: red;
      }

      ::placeholder {
        color: red;
      }
    ::placeholder{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .comment-form-comment .form-control{
        height: 72px;
        resize: none;
    }
    .comments-area .comment-list{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    li.comment{
        width: calc(100% / 3 - 10px);
        margin-bottom: 0;
    }
    .single-content-area .comment-meta p{
        margin-bottom: 10px;
    }
    .loop-comment{
        display: none;
    }
    .comments-area  .comments-title{
        display: none;
    }
    .comment-reply-title{
        color:  #1D1D1F;
        /* Headline Large */
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
    }
    input[type="checkbox"]{
        top: 0;
        background: url('images/CheckRadio_Sprite.png') -54px -98px no-repeat;
        cursor: pointer;
        background-repeat: no-repeat;
        height: 24px;
        content: "";
        width: 24px;
        -webkit-appearance: initial;
        display: inline-block;
        margin: 0 8px 0 0;
    }
    input[type="checkbox"]:hover{
        background: url('images/CheckRadio_Sprite.png') -10px -98px no-repeat;
    }
    input[type="checkbox"]:checked{
        background: url('images/CheckRadio_Sprite.png') -98px -54px no-repeat;
    }
    input[type="checkbox"]:checked:hover{
        background: url('images/CheckRadio_Sprite.png') -98px -54px no-repeat;
    }
    input[type="checkbox"]:focus{
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }
    /*footer code*/
    .page-footer {
        padding-bottom: 0;
        background: #f5f5f7;
    }
    .middle{
        display: flex;
        padding-top: 60px;
    }
    .middle .one{
        flex-basis: calc(100% / 5);
       padding-right: 26px;
    }
    .middle .one h5{
        font-family: 'Inter';
        color: #1d1d1f;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0;
        padding-bottom: 15px;
        margin: 0;
    }
    .middle .one ul li:not(:last-child){
        padding-bottom: 8px;
    }
    .term-title{
        color: #1D1D1F;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
        margin: 40px 0;
        text-align: center;
    }
    .middle .one ul li{
        list-style-type: none;
    }
    .middle .one ul li a{
        font-family: 'Inter';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #424245;
        text-transform: capitalize;
        display: block;
    }
    .page-footer .btm-copyright{
        display: flex;
        justify-content:space-between;
        align-items: flex-start;
        padding: 20px 0;
        margin-top: 122px;
        border-top: 1px solid #D2D2D7;
    }
    .page-footer .btm-copyright p{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #6E6E73;
    }
    .made-by p, .made-by a{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #6E6E73;
    }
    .backtotop-block{
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 99999;
        overflow: hidden;
        box-sizing: border-box;
        padding: 6px 12px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        color: #ffffff;
        transition: right 0.2s;
        background: transparent;
        cursor: pointer;
        display: none;
    }
    .backtotop-block:after{
        content: '';
        background-image: url(https://silhouette101.magneto.co.in/wp-content/uploads/2023/10/arrow-down.svg);
        display: inline-block;
        width: 16px;
        height: 16px;
        transition: all 350ms ease-in;
        -moz-transition: all 350ms ease-in;
        -webkit-transition: all 350ms ease-in;
        -ms-transition: all 350ms ease-in;
        -o-transition: all 350ms ease-in;
        transform: rotate(180deg);
        cursor: pointer;
    }
    .totop{
        color: #1d1d1f;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        margin-right: 8px;
    }
    @media screen and (max-width: 1024px) {
        .middle .one {
            flex-basis: 100%;
            border-bottom: 1px solid #d2d2d7;
            margin-bottom: 20px;
            padding-right: 0;
        }

        .middle .one:last-child {
            border-bottom: 0;
        }

        .middle {
            flex-wrap: wrap;
        }

        .footer-wrap .middle .accordion-heading {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-wrap .middle .accordion-heading:after {
            content: '';
            background-image: url("https://silhouette101.magneto.co.in/wp-content/uploads/2023/10/arrow-down.svg");
            display: inline-block;
            width: 16px;
            height: 16px;
            transition: all 350ms ease-in;
            -moz-transition: all 350ms ease-in;
            -webkit-transition: all 350ms ease-in;
            -ms-transition: all 350ms ease-in;
            -o-transition: all 350ms ease-in;

        }
        .accordion-content {
            display: none;
        }
        .footer-wrap .middle .accordion-heading.active:after {

            rotate: 3.1416rad;
            transition: all 350ms ease-in;
            -moz-transition: all 350ms ease-in;
            -webkit-transition: all 350ms ease-in;
            -ms-transition: all 350ms ease-in;
            -o-transition: all 350ms ease-in;

        }

        .accordion-content {
            margin-bottom: 15px;
        }

        .page-footer .btm-copyright {
            margin-top: 20px;
            flex-wrap: wrap;
        }

        .newnav {
            border-top: 1px solid #d2d2d7;
            padding-top: 10px;
        }
    }
    .single-content-area .h3{
        color: #1D1D1F;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
        margin-bottom: 52px;
      }
      @media screen and (max-width: 767px){
        .outer-div{

        }
        #content-body{
            margin: 0;
            padding: 24px 0;
        }
        .sidebar_content .block-title-detail{
            padding: 0px 0 18px;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
        }
        .by-author,.by-author a{
        color: #6E6E73;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        }
        .by-author a{
            color: #1D1D1F;
        }
        .sidebar_content img{
            margin-bottom: 30px;
        }
        .single-content-area{
            padding: 0;
        }
        .single-content-area p, .single-content-area a, .single-content-area ul li{
            color: #1D1D1F;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 14px;
        }
        .sidebar_content .wp-block-heading{
            color:  #1D1D1F;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
        }
        figure{
            margin: 0;
        }
    }
    .wp-block-post-title a{
        color: #1D1D1F;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600!important;
        line-height: 28px!important;
        }

        .wp-block-post-author__avatar img{ display: none;}

        .wp-block-post-excerpt__excerpt{
            color: #1D1D1F;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        }

        .wp-block-post-author{display:block}

        .wp-block-post-date time , h5.wp-block-heading{
            color:  #6E6E73;;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        }
        .wp-block-post-date{padding-left:20px;}
        .wp-block-post-date{position:relative;}
        .wp-block-post-date::before {
            content:"";
            position: absolute;
            height:4px;
            width:4px;
            border-radius:50%;
            background:#6E6E73;
            left:5px;
            top:10px;
        }
        .wp-block-post-author-name{
                color:  #1D1D1F;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        }
        .wp-block-group-is-layout-flex{
            margin-top:20px;}

        .wp-block-group{padding:0!important}

        .wp-block-heading {
        color: #1D1D1F;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
        margin: 0px 0 40px ;
        }
        h1.wp-block-heading{
            margin-top: 0 !important;
        }

        .category-inspiration {
            width: calc(100% / 3 - 36px);
            margin-bottom:58px;
        }

        body .wp-block-post-template{
                display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 0;
        }
        .post-result-content p{
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            white-space: normal;
        }
        .wp-block-post-title {
            word-break: break-word;
            margin: 28px 0 12px;
        }
        * {
                    outline: none !important;
                    box-sizing: border-box;
                }
                html{
                    scroll-behavior: smooth;
                }
            body{
                font-family: 'Inter', sans-serif;
                margin: 0;
                box-sizing: border-box;
            }
            p{
                margin: 0;
            }
            .custom-container {
                margin-left: auto;
                margin-right: auto;
                width: 100%;
                max-width: 100%;
                padding-left: 24px;
                padding-right: 24px;
            }

            ul{
                padding: 0;
                margin: 0;
            }
            a,a:hover{
                text-decoration: none;
            }
            @media (max-width: 1800px) {
                .custom-container {
                    max-width: 1704px;
                }
            }
            @media (max-width: 1600px) {
                .custom-container {
                    max-width: 1512px;
                }
            }
            @media (max-width: 1400px) {
                .custom-container {
                    max-width: 1320px;
                }
            }
            @media (max-width: 1200px) {
                .custom-container {
                    max-width: 1140px;
                }
                .search{
                    max-width: 436px;
                }
            }
            @media (max-width: 992px) {
                .custom-container {
                    max-width: 960px;
                }
            }
            @media (max-width: 768px) {
                .custom-container {
                    max-width: 720px;
                }
            }
            @media (max-width: 576px) {
                .custom-container {
                    max-width: 540px;
                }
            }
            @media screen and (min-width: 768px) and (max-width: 992px) {
                    .category-inspiration{
                        width: calc(100% / 2 - 16px);
                    }
                }
                @media (max-width: 767px){
                    .category-inspiration{
                            width: 100%;
                            margin-bottom: 40px;
                    }
                    .wp-block-post-title a{
                        color:  #1D1D1F;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 28px;
                    }
                    .wp-block-post-title{
                        margin: 20px 0 7px;
                    }
                    .wp-block-post-excerpt__excerpt{
                        color: #1D1D1F;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                    }
                    .wp-block-post-author-name{
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 20px;
                        color: #1D1D1F;
                    }
                    .wp-block-post-date time, h5.wp-block-heading{
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 20px;
                        color: #6E6E73;
                    }
                    .wp-block-heading{
                        color: #1d1d1f;
                        font-size: 32px;
                        font-weight: 600;
                        line-height: 40px;
                        letter-spacing: 0;
                        margin: 20px 0;
                    }
                    .related-posts-container{
                        flex-wrap: wrap;
                    }
                    .related-post{
                        width: 100%;
                        margin-bottom: 32px;
                    }
                    .related-post img {
                        margin-bottom: 20px !important;
                    }
                    .related-post a{
                        color: #1D1D1F;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 28px;
                    }
                    .single-content-area .h3,.comment-reply-title{
                        font-size: 32px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 40px;
                    }
                    .comment-form-author{
                        width: 100%;
                    }
                    p.comment-form-email{
                        width: 100%;
                    }
                    p.comment-form-cookiescheck-consent label, .comment-form-cookies-consent label{
                        display: block;
                    }
                    #commentform input.submit,p.form-submit,li.comment{
                        min-width: 100%;
                        width: 100%;
                    }
                    h1.entry-title,.term-title {
                        font-size: 32px !important;
                        font-weight: 600 !important;
                        line-height: 42px !important;
                        margin: 20px 0 !important;
                        text-align: center !important;
                    }
                    .video-result-wrapper{
                        padding: 0 !important;
                    }
                }
