/**
 * Responsive CSS copied from main BVD theme for cleanup.
 * Source: /WebDev/bvd.co.il/web/wp-content/themes/bvd/css/main-responsive.css
 */
@media screen and (min-width: 768px) {
    .mobile-u-ld {
        display: none;
    }
    header ul.menu > li.mobile-only,
    .mobile-only {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    header ul.menu > li {
        margin-left: 15px;
    }
    header ul.menu > li > a {
        font-size: 13px;
    }
    h1.page-title, #content-title .main-title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #content-title .main-title h2 {
        font-size: 16px;
        line-height: 22px;
    }
    #content-title .main-title .post-author {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #bvd-user-menu {
        left: 30px;
    }
    .bvd-accordion-button {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    header ul.menu > li > a {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    footer {
        padding-bottom: 40px;
    }
    .row.section-title {
        margin-left: 0;
        margin-right: 0;
        margin: 0 0 10px 0;
    }
    .section-title .title {
        font-size: 20px;
        line-height: 28px;
    }

    #section-title .title-pane {
        width: 100%;
        max-width: 100%;
        flex: 1;
    }
    #section-title .main-title {
        margin: 0;
        width: 100%;
    }
    .home #content-title .title-pane {
        width: 100%;
    }
    .home #content-title > .container > .row {
        margin: 0;
        flex-direction: column-reverse;
    }
    .home #content-title .title-pane {
        width: 100%;
    }
    .home #content-title .media-pane {
        width: 100%;
        padding: 0;
    }
    .home #content-title .main-banner .img-wrp {
        height: 260px;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .home #content-title .main-banner .img-wrp a {
        height: 100%;
    }
    h1.page-title, #content-title .main-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .home #content-title .link-arrow,
    .home #content-title .main-title h2 {
        display: none;
    }
    .home #content-title .title-pane-wrap .bvd-color-box {
        display: none;
    }
    #section-title .main-banner .img-wrp {
        overflow: hidden;
    }
    #section-title .media-pane {
        padding: 0;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home #content-title .main-title {
        padding: 0;
        margin: 0;
        box-shadow: unset;
        flex-direction: column-reverse;
        display: flex;
    }
    #content-title .main-title h1,
    h1.page-title  {
        font-size: 32px;
        line-height: 38px;
    }
    .home #content-title .main-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .bvd-color-box {    
        display: none;
    }
    #content-title .main-banner .img-wrp {
        height: 260px;
        margin-bottom: 20px;
        /*
        margin-left: -12px;
        margin-right: -12px;
        */
        position: relative;
        align-items: center;
    }
    #content-title .main-banner .img-wrp img {
        height: 100%;
        min-width: unset !important;
        max-width: unset;
    }
    #content-title.reverted .main-title {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        box-shadow: unset;
        padding: 0;
        padding-bottom: 10px;
    }
    .home #content-title .main-title .post-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .home #content-title .main-title .post-subtitle {
        display: none;
    }

    /* Guides */
    .guide-item.lg .img-wrp {
        height: auto;
        width: 164px;
        margin: 0 auto 10px;
    }
    .guide-item.lg .desc {
        height: auto;
    }
    .guide-item.lg .img-wrp a .title,
    .guide-item .img-wrp a .title {
        height: 80px;
    }
    .guide-item.lg h2 {
        font-size: 16px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home #content-title .main-banner .img-wrp {
        height: 460px;
    }
    #site-header #search-form {
        width: 70px;
    }
}

@media screen and (max-width: 767px) {
    /*
    article,
    aside,
    dialog,
    figcaption,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
        width: 100vw;
        overflow-x: hidden;
    }
    */
	body {
        padding-top: 70px;
    }
    body.admin-bar #site-header {
        top: 46px;
    }
    body.bvd-scrolled #site-header .menu-bar {
        height: auto;
    }
    #site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 100;
        font-family: var(--bvd-font-base);
        z-index: 102;
    }
	body.noscroll {		
		/*overflow: hidden;*/
	}
    body.bvd-s-h {
        padding-top: 70px;
    }
    header .menu {
        padding: 0;
        display: block;
        align-items: unset;
        justify-content: unset;
        overflow-y: scroll;
        height: 100vh;
    }
    header .menu li {
        position: relative;
    }
    header .menu > li {
        border-bottom: 1px solid #f3f3f4;
    }
    header .menu li .fas {
        position: absolute;
    }
    header .menu li .fas.fa-caret-down,
    header .menu li .fas.fa-caret-up {
        left: 10px;
        top: 10px;
    }
    header .menu li .fas.fa-caret-up {
        color: var(--bvd-green-gray);
    }
    header .menu li.bvd-menu-link svg {
        float: left;
        width: 16px;
        height: 16px;
        margin-left: 22px;
        margin-top: 22px;
    }
    header .menu li.bvd-menu-link.newsletter-signup svg path {
        fill: var(--bvd-green-gray);
    }
    header .menu li.bvd-menu-link ul.inline-icons {
        display: inline-flex;
        float: left;
        list-style-type: none;
        margin: 17px 0 17px 20px;
    }
    header .menu li.bvd-menu-link ul.inline-icons li {
        margin-right: 10px;
    }
    header .menu li.bvd-menu-link ul.inline-icons li a {
        padding: 0;
    }
    header .menu li.bvd-menu-link ul.inline-icons li.menu-item-social a {
        padding: 0;
        background: var(--bvd-green-gray);
        color: #fff;
        width: 24px;
        height: 24px;
        font-size: 12px;
        padding: 0;
        text-align: center;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
    }
	header .top {
		padding: 0;
		height: 65px;
    }
	header .top-panel {
		display: none;
    }
    #top {
        height: 150px !important;
    }
	.site-logo a {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-logo img {
		max-height: 100%;
	}
    header .menu li a {
		display: inline-block;
        padding: 0 15px;
        justify-content: flex-start;
        font-weight: 700;
    }
    header .menu li .sub-menu {
        display: block;
        align-items: unset;
        justify-content: unset;
        max-height: 0;
        overflow: hidden;
        list-style: none;
        padding-right: 15px;
        padding-top: 0 !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    header .menu li .sub-menu:before,
    header .menu li .sub-menu:after {
        display: none;
    }
    header .menu li.shw .sub-menu {
        max-height: 3000px;
    }
    header .menu .sub-menu > li > a {
        padding-right: 30px;
        font-weight: 300;
        color: var(--bvd-dark-gray);
        font-size: 16px;
        line-height: 60px;
        display: block;
        border-bottom: 1px solid #f3f3f4;
    }
    header .menu .sub-menu > li:first-child > a {
        border-top: 1px solid #f3f3f4;
    }
    header .menu .sub-menu > li.current-menu-item > a {
        color: var(--bvd-green-gray);
    }
    header .menu .sub-menu > li > a:before {
		content: '-';
        font-weight: 400;
        color: #ddd;
        margin-right: 0;
        text-align: center;
    }
    header ul.menu > li {
        display: block;
        margin: 0;
    }
    header ul.menu > li > a {
        color: var(--bvd-black);
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        padding: 0 15px;
        position: initial;
    }
	header li.menu-item-has-children:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 11px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: var(--bvd-green-gray);
        position: absolute;
        left: 15px;
        transition: all 0.2s;
        text-align: center;
        width: 40px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        z-index: 111;
        /*
        width: 24px;
        height: 24px;
        margin-top: 20px;
        border: 1px solid var(--bvd-off-white);
        border-radius: 50%;
        */
    }
    header li.menu-item-has-children.shw:after {
        transform: rotate(180deg);
    }
    #site-header .menu-wrap {
        padding: 0 15px;
        background: #fff;
    }
    .menu-item > a:before {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        height: 100%;
        width: 20px;
    }


    #bvd-advertise {
        display: none;
    }
    .newsletter-btn .text {
        display: none;
    }
    .breadcrumbs {
        display: none;
        width: 100%;
    }
    .social-btns {
        width: 100%;
        display: block;
        padding: 0;
    }
    .bvd-favorite {
        float: right;
        font-size: 16px;
    }
    .bvd-share {
        float: left;
        font-size: 16px;
    }
    .social-btns .bvd-favorite i {
        margin-left: 5px;
    }
    #bvd-user-menu {
        display: none;
    }
    .newsletter-btn {
        display: none;
    }
    #site-header .top-bar {
        height: 70px;
        margin: 0;
        padding: 0 15px;
    }
    .mobile-u-ld {
        width: 33.33%;
        max-width: 33.33%;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    #site-nav-bar {
        height: 40px;
        border-bottom: 1px solid var(--bvd-light-gray);
        margin: 0 15px 10px 15px;
    }
    .page-guides-header #site-nav-bar {
        height: 70px;
        border-bottom: 0;
        margin: 0;
        padding: 30px 15px 0;
    }

    #site-header .menu-bar > .container { 
        padding: 0;
    }
    #site-header .site-logo {
        width: 33.33%;
        max-width: 33.33%;
        justify-content: center;
        align-items: center;
    }
    #site-header .site-logo a {
        max-width: 100%;
    }
    #site-header .header-btns {
        width: 33.33%;
        max-width: 33.33%;
        justify-content: start;
    }
    #site-header .top-bar > .container {
        padding: 0;
    }
    #site-header .top-bar .row.bl-dark{
        display: flex;
        flex-direction: row-reverse;
        border-color: #eaeaec;
    }
    .page-template-page-guides-archive #site-header .top-bar .row.bl-dark{
        border-color: transparent;
    }
    .page-template-page-mylist #site-header .top-bar .row.bl-dark{
        border-color: transparent;
    }
    #main-menu-nav {
    }
    .navbar-collapse.collapse.show {
        height: calc(100vh - 70px);
    }
    .admin-bar .navbar-collapse.collapse.show {
        height: calc(100vh - 70px - 46px);
    }
    #site-header .menu-bar .bl-dark {
        border: 0;
    }

    .mylists .no-list {
        justify-content: center;
    }
    .category-link {
        margin-bottom: 5px;
    }

    .home #related-posts .post-item {
        display: flex;
        margin-bottom: 16px;
    }
    .home #related-posts .post-item .img-wrp {
        width: 50%;
        height: 115px;
        overflow: hidden;
    }
    .home #related-posts .post-item .img-wrp a {
        height: 100%;
        margin: 0;
    }
    .home #related-posts .post-item .title-wrp {
        width: 50%;
        padding: 0 15px;
    }
    .home #related-posts .post-item .title-wrp a h2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .home .section-desc .text {
        font-size: 18px;
        line-height: 24px;
        padding: 0 15px;
    }
    .home #promoted-specials .promoted-special-item {    margin-bottom: 30px;
        margin: 0 0 30px 0;
    }
    .home #promoted-specials .promoted-special-item .image-left {
        display: none;
    }
    .home #promoted-specials .promoted-special-item .text {
        padding: 0 0 30px 0;
    }
    .home #promoted-specials .promoted-special-item .text a {
        height: auto;
    }
    .home #promoted-specials .promoted-special-item .special-word {
        margin-bottom: 5px;
        font-size: 32px;
    }
    .home #promoted-specials .promoted-special-item .title {
        font-size: 24px;
    }
    .home #promoted-specials .promoted-special-item .torn-paper-bottom {
        position: absolute;
        left: 0;
        bottom: -1px;
        right: 0;
        z-index: 1;
        background-image: url(../images/specials/torn_paper.png);
        height: 40px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home #promoted-specials .promoted-special-item .desc {
        padding: 0 30px;
        font-size: 16px;
    }
    .special-item {
        width: 50%;
    }

    #promoted-businesses {
        margin-bottom: 20px;
    }

    .home .design-style-item {
        width: 50%;
    }
    .home .design-style-item .img-wrp {
        height: 115px;
        margin-bottom: 5px;
    }
    .home .design-style-item .desc {
        height: 100px;
    }

    .home #business-styling-categories .business-styling-item {
        width: 50%;
    }
    .home #business-styling-categories .business-styling-item .img-wrp {
        height: 115px;
        overflow: hidden;
    }
    .home #promoted-specials .promoted-special-item .wrap img {
        width: 100%;
    }
    .home #promoted_categories .promoted-category-item .img-wrp {
        width: 100%;
        height: 180px;
    }
    .home #promoted_categories .promoted-category-item.swiper-slide-next,
    .home #promoted_categories .promoted-category-item.swiper-slide-prev {
        width: 30%;
        max-width: 30%;
		transition: all 0.2s;
    }
    .home #promoted_categories .promoted-category-item.swiper-slide-active {
        width: 40% !important;
        max-width: 40%;
		transition: all 0.2s;
    }
    .home #promoted_categories .promoted-category-item {
        padding: 10px;
    }
    .home #promoted_categories .promoted-category-item:not(.swiper-slide-active) h3 {
        font-weight: 400;
		transition: all 0.2s;
    }
    .home #promoted_categories .promoted-category-item.swiper-slide-active h3 {
        font-weight: 700;
		transition: all 0.2s;
    }
    #promoted-inspirational .article-item.long .wrap {
        height: 370px;
    }
    #promoted-inspirational .article-item {
        width: 80vw;
        margin-bottom: 0;
    }

    .bvd-accordion-button {
        color: var(--bvd-black);
        font-size: 16px;
        line-height: 24px;
    }
    .professional-item .link-arrow svg {
        width: 10px;
    }

    .footer-block.list-2-cols ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .footer-main {
        border-top: 0;
        padding: 0;
        margin: 0;
        /*flex-direction: row-reverse;*/
        /*flex-wrap: wrap-reverse;*/
    }
    .footer-block {
        margin-bottom: 30px;
    }
    .footer-block {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .footer-block.col-xs-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .row.fbm {
        margin: 0;
        padding: 0;
    }
    .mobile-accessibilty-btn {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }
    .mobile-accessibilty-btn .inner {
        background: var(--bvd-super-light-gray);
        border-radius: 50%;
        width: 32px;
        height: 32px;
    }
    .mobile-accessibilty-btn .inner svg path {
        fill: var(--bvd-light-gray);
    }
    #uni-toolbar #style_selector .style-toggle {
        z-index: 99999;
    }
    .mobile-search-btn .inner  {
        width: 36px;
        height: 36px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .magnifier-icon {
        display: block;
        position: relative;
        cursor: pointer;
        opacity: 1;
        transition: opacity 2s;
      }
      .magnifier-icon:before {
        content: " ";
        display: block;
        border: 3px solid var(--bvd-light-gray);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-animation: open 0.5s ease 0s 1 forwards;
                animation: open 0.5s ease 0s 1 forwards;
      }
      .active .magnifier-icon:before {
        -webkit-animation: close 0.25s ease 0.25s 1 forwards;
                animation: close 0.25s ease 0.25s 1 forwards;
      }
      
      .magnifier-handle,
      .magnifier-handle-x {
        content: "";
        display: block;
        width: 15px;
        height: 3px;
        transform: rotate(45deg);
        background: var(--bvd-light-gray);
        position: absolute;
        top: 28px;
        left: 23px;
        -webkit-animation: x-stroke-out 0.5s ease 0s 1 forwards;
                animation: x-stroke-out 0.5s ease 0s 1 forwards;
      }
      .active .magnifier-icon:before {
        border-color: var(--bvd-green-gray);
      }
      .active .magnifier-handle,
      .active .magnifier-handle-x {
        background: var(--bvd-green-gray);
      }
      .active .magnifier-handle,
      .active .magnifier-handle-x {
        -webkit-animation: x-stroke-in 0.5s ease 0s 1 forwards;
                animation: x-stroke-in 0.5s ease 0s 1 forwards;
      }
      
      .magnifier-handle-x {
        -webkit-animation: x-stroke-turn-out 0.5s ease 0s 1 forwards;
                animation: x-stroke-turn-out 0.5s ease 0s 1 forwards;
      }
      .active .magnifier-handle-x {
        -webkit-animation: x-stroke-turn 0.5s ease 0s 1 forwards;
                animation: x-stroke-turn 0.5s ease 0s 1 forwards;
      }
      
      @-webkit-keyframes close {
        0% {
            width: 24px;
            height: 24px;
            border-width: 1px;
          }
          80% {
            width: 27px;
            height: 27px;
            border-width: 3px;
          }
          100% {
            width: 30px;
            height: 30px;
            border-width: 3px;
          }
      }
      
      @keyframes close {
        0% {
            width: 24px;
            height: 24px;
            border-width: 1px;
          }
          80% {
            width: 27px;
            height: 27px;
            border-width: 3px;
          }
          100% {
            width: 30px;
            height: 30px;
            border-width: 3px;
          }
      }
      @-webkit-keyframes open {
        0% {
          width: 30px;
          height: 30px;
          border-width: 2px;
        }
        20% {
          width: 27px;
          height: 27px;
          border-width: 3px;
        }
        100% {
          width: 24px;
          height: 24px;
          border-width: 3px;
        }
      }
      @keyframes open {
        0% {
          width: 30px;
          height: 30px;
          border-width: 2px;
        }
        20% {
          width: 27px;
          height: 27px;
          border-width: 3px;
        }
        100% {
          width: 24px;
          height: 24px;
          border-width: 3px;
        }
      }
      @-webkit-keyframes x-stroke-in {
        0% {
            top: 33px;
            left: 15px;
        }
        80% {
            top: 24px;
            left: 9px;
            width: 15px;
            height: 2px;
        }
        100% {
          top: 14px;
          left: 6px;
          width: 18px;
          height: 2px;
        }
      }
      @keyframes x-stroke-in {
        0% {
            top: 33px;
            left: 15px;
        }
        80% {
            top: 24px;
            left: 9px;
            width: 15px;
            height: 2px;
        }
        100% {
            top: 14px;
            left: 6px;
            width: 18px;
            height: 2px;
        }
      }
      @-webkit-keyframes x-stroke-out {
        100% {
            top: 23px;
            left: 16px;
        }
        30% {
          top: 30px;
          left: 15px;
          height: 2px;
        }
        0% {
            top: 32px;
            left: 16px;
            height: 2px;
        }
      }
      @keyframes x-stroke-out {
        100% {
            top: 23px;
            left: 16px;
        }
        30% {
          top: 33px;
          left: 15px;
          height: 2px;
        }
        0% {
            top: 32px;
            left: 16px;
            height: 2px;
        }
      }
        @-webkit-keyframes x-stroke-turn {
            0% {
                top: 28px;
                left: 23px;
            }
            70% {
            top: 33px;
            left: 15px;
            height: 2px;
            transform: rotate(45deg);
            }
            85% {
            transform: rotate(145deg);
            }
            100% {
                top: 14px;
                left: 6px;
                height: 2px;
                width: 17px;
                transform: rotate(135deg);
            }
        }
        @keyframes x-stroke-turn {
            0% {
                top: 28px;
                left: 23px;
            }
            70% {
            top: 33px;
            left: 15px;
            height: 2px;
            transform: rotate(45deg);
            }
            85% {
            transform: rotate(145deg);
            }
            100% {
                top: 14px;
                left: 6px;
                height: 2px;
                width: 17px;
                transform: rotate(135deg);
            }
        }
        @-webkit-keyframes x-stroke-turn-out {
            100% {
                top: 23px;
                left: 16px;
            }
            30% {
                height: 4px;
                transform: rotate(45deg);
                top: 26px;
                left: 24px;
            }
            15% {
                transform: rotate(90deg);
                top: 26px;
                left: 24px;
            }
            0% {
                top: 33px;
                left: 15px;
                height: 4px;
                transform: rotate(135deg);
            }
        }
        @keyframes x-stroke-turn-out {
            100% {
                top: 23px;
                left: 16px;
            }
            30% {
                height: 4px;
                transform: rotate(45deg);
                top: 26px;
                left: 24px;
            }
            15% {
                transform: rotate(90deg);
                top: 26px;
                left: 24px;
            }
            0% {
                top: 33px;
                left: 15px;
                height: 4px;
                transform: rotate(135deg);
            }
        }
    
    .mobile-search-btn svg.close-search-icon {
        width: 32px;
        height: 32px;
    }
    .mobile-search-btn.active svg path {
        fill: var(--bvd-green-gray);
    }
    .mobile-search-btn:not(.active) .close-search-icon,
    .mobile-search-btn.active .open-search-icon {
        display: none;;
    }
    #site-header #search-form {
        width: 100%;
    }
    #site-header .menu-bar #searchform {
    }
    #searchform #search-input {
        background: #f3f3f3;
        display: none;
    }
    #searchform .search-input-m #search-input-m {
        display: block;
        background: #f3f3f3;
        line-height: 40px;
        border-radius: 0;
    }
    #searchform .search-input-m #search-input-m:focus {
        box-shadow: 0 0 0 0.25rem rgb(163 189 168 / 40%);
    }
    #searchform .input-group-append {
        background: #f3f3f3;
        display: none;
    }
    #searchform .search-submit {
        background: var(--bvd-green-gray);
    }
    #searchform .search-submit svg path {
        fill: #fff;
    }

    #content-top {
        margin-top: 20px;
    }
    #content-main,
    #content-top,
    #content-middle,
    #content-bottom {
        font-size: 16px;
    }
    #content-main .text,
    #content-top .text,
    #content-middle .text,
    #content-bottom .text {
        font-size: 16px;
    }
    #articles .row.pagination {
        display: none;
    }
    article[data-post-v="1"] #content-main > .container {
        padding: 0 15px;
        font-size: 16px;
    }
    .bvd-video iframe {
        width: 100%;
        max-height: unset;
        min-height: unset;
    }
    .post-content iframe {
        width: 100%;
        height: auto;
    }
    .post-content iframe.wistia_embed {
        width: 100%;
        height: auto;
    }

    #commentform p {
        margin-bottom: 10px;
    }
    .form-submit, .comment-form-author, .comment-form-email {
        width: 100%;
    }
    .comment-form {
        margin-bottom: 20px;
    }
    
    .bvd-popup {
        z-index: 103;
        transform: translateY(-200vh);
        opacity: 0;
        visibility: hidden;

    }
    .bvd-popup .media-pane {
        height: 200px;
    }
    .bvd-popup .nwsltd3d {
        margin: 0;
        flex-direction: column-reverse;
    }
    .bvd-popup .wrapper {
        padding-top: 60px;
    }

    .search-page .post-item {
        flex-direction: row;
        display: flex;
        margin-bottom: 10px;
    }
    .search-page .post-item .img-wrp {
        position: relative;
        width: 50%;
        height: 115px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search-page .post-item .title-wrp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 115px;
        width: 50%;
        padding-right: 10px;
    }
    .search-page .post-item .title-wrp a h2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .category-items .post-item {
        flex-direction: row;
        display: flex;
        margin-bottom: 10px;
    }
    .category-items .post-item .img-wrp {
        position: relative;
        width: 50%;
        height: 115px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .category-items .post-item .title-wrp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 115px;
        width: 50%;
        padding-right: 10px;
    }
    .category-items .post-item .title-wrp a h2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    #professionals-search {
        padding: 0;
    }
    #professionals-search .search-pane {
        padding: 0;
    }
    #professionals-search form .form-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    #professionals-list #archive-title .panes,
    #professionals-search form.row {
        padding-bottom: 0;
    }
    #professionals-list #archive-title .panes:before {
        bottom: -10px;
    }
    #professionals-list #archive-title .title-pane {
        flex-direction: column;
        display: flex;
        min-height: 40px;
        justify-content: center;
        align-items: center;
    }
    #professionals-list #archive-title .title-pane .main-title h1 {
        text-align: center;
        margin: 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }
    #professionals-list .slider-nav-btn {
        display: none;
    }
    .prof-cat-item .img-wrp {
        height: 120px;
    }
    .prof-cat-item .title-wrp {
        height: 60px;
    }

    
    #section-title .main-title {
        font-size: 18px;
        padding: 0 15px;
    }
    #section-title .main-title h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
    }
    #section-title .main-banner .img-wrp {
        display: none;
    }
    
    .category-items .swiper-button-prev, .category-items .swiper-button-next {
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
    }
    .category-items .swiper-button-prev {
        right: -12px;
    }
    .category-items .swiper-button-next {
        left: -12px;
    }
    
    #related-posts {
        margin-bottom: 0;
    }

    .row.professionals-wrapper {
        padding: 0 10px;
    }
    .professional-search-item {
        width: 50%;
    }
    .professional-search-item .title {
        height: 60px;
        overflow: hidden;
    }
    .professional-search-item .swiper-slide {
        height: 115px;
    }
    .professional-search-item .wrapper .img-wrp {
        position: relative;
        height: 105px;
    }
    .professional-search-item .slider-wrap {
        height: 105px;
        overflow: hidden;
    }
    .professional-search-item .slider-nav-pr {
        top: calc(50% - 35px);
    }
    .professional-search-item .professional-search-item .professional-title-box .profile-image {
        margin-top: -20px;
        z-index: 1;
    }
    .professional-search-item .professional-title-box .prof-title {
        height: 50px;
    }
    .professional-search-item .professional-title-box .profile-image {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .professional-search-item .professional-title-box .profile-image .wrap {
        height: 40px;
        width: 40px;
    }

    .home .professional-item {
        width: 50%;
    }
    .home .professional-item .img-wrp {
        height: 115px;
        margin: 0;
    }
    .home .professional-title-box .profile-image {
        width: 100%;
        height: 65px;
        z-index: 1;
        margin-top: -30px;
        margin-bottom: 5px;
    }
    .home .professional-title-box .profile-image .wrap {
        height: 72px;
        width: 72px;
    }
    .home .professional-title-box .profile-desc {
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .home .professional-item .profile-desc a {
        color: #808080;
        letter-spacing: 2.375px;
    }
    .home .professional-title-box h1, .professional-title-box h3 {
        color: var(--bvd-black);
        font-size: 18px;
        height: 44px;
    }
    .home .professional-title-box .prof-title {
        font-size: 16px;
        height: 46px;
    }
    /* post */
    #content-title .main-title .post-date {
        display: none;
    }
    
    /* Prof */
    #professionals-list .archive-banner{
        display: none;
    }
    #professionals-search form.row {
        padding: 10px 0;
    }
    .page-template-page-professionals-search .row.section-title {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .prof-header .slider-pane .img-credits {
        top: 0;
        bottom: auto;
    }
    .lit-fye {color: var(--black, #000);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Literata;
        font-size: 40.321px;
        font-style: normal;
        font-weight: 400;
        line-height: 31.419px;
        letter-spacing: -1.047px;
    }
    .prof-header .slider-pane {
        width: 100%;
        height: 260px;
        overflow: hidden;
        padding: 0;
    }
    .prof-header .slider-pane .slider-wrap,
    .prof-header .slider-pane .slider-wrap .swiper-container {
        height: 100%;
    }
    .prof-header .header-pane {
        width: 100%;
    }
    .prof-header .professional-title-box-wrap {
        height: auto;
        width: 100%;
        margin: 0;
        margin-top: calc(142px / -2);
        padding: 0;
        background: transparent;
        box-shadow: unset;
    }
    .professional-title-box .profile-image,
    .professional-title-box .profile-image .wrap {
        width: 142px;
        height: 142px;
    }
    .prof-header .professional-contact-box {
        padding: 0 15px;
    }
    .slider-pane .slider-wrap {
        position: relative;
    }
    .prof-header .slider-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prof-header .slider-nav .slider-nav-wrap {
        width: 100%;
    }
    .slider-nav .swiper-button-next, 
    .slider-nav .swiper-button-prev {
        background-color: #fff;
        border-radius: 50%;
    }
    .header-pane .slider-nav {
        display: none;
    }
    .single-professional #description-section .intro-text {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .prof-details {
        flex-direction: column;
    }
    .prof-detail {
        margin-bottom: 10px;
        margin-left: 0;
    }
    .category-items .swiper-button-prev svg, 
    .category-items .swiper-button-next svg  {
        width: 6px;
    }
    .single-professional #description-section .row.bottom-line {
        margin: 0 0 10px 0;
        padding: 10px 0 0 0;
    }
    .prof-details {
        margin: 0;
    }
    .prof-detail {
        margin: 0;
    }

    /* Tik Avodot */
    #related-posts.mvh .post-item {
        width: 50%;
    }
    #related-posts.mvh .post-item .img-wrp {
        height: 115px;
        margin-bottom: 10px;
    }
    #related-posts .post-item .img-wrp img {
        max-width: 100%;
    }
    .post-item .img-wrp a.wrap {
        height: 100%;
        margin: 0;
    }
    #related-posts.mvh .post-item .title-wrp {
        height: 65px;
    }
    #related-posts.mvh .post-item .title-wrp a h2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    
    .top-bar .bvd-advertise {
        display: none;
    }

    /* Ads */
    .post-item-ad .img-wrp {
        height: 100px;
    }
    .post-item-ad .img-wrp p {
        margin: 0;
    }
    .ad-section {
        margin-bottom: 30px;
    }

    /* Guides */
    .page-guides-archive #guides-index .guides-row {
        margin-bottom: 0;
    }
    .page-guides-archive #guides-index .guides-row:before {
        display: none;
    }
    .guide-item {
        margin-bottom: 30px;
        padding: 0 15px;
        max-width: 50%;
    }
    .guide-item .img-wrp {
        height: auto;
    }

    /* Search Widget */
    .search-links-large {
        width: 100%;
        display: flex;
        gap: 10px;        
    }
    .search-suggestions .search-links-large li {
        display: inline-flex;
        width: 50%;
    }
    .search-suggestions {
        top: -3px;
        left: -3px;
        right: -3px;
        box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
        border: 0;
    }
    .search-suggestions.active {
        max-height: 100vh;
    }
    .search-suggestions .widget-toggle-btn {
        height: 64px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
        font-size: 14px;
        border-radius: 0;
        cursor: pointer;
        width: 100%;
        margin: 0;
        float: right;
    }
    .search-suggestions .search-type {
        display: flex;
        flex-flow: wrap;
        flex-direction: inherit;
    }
    .search-suggestions .bvd-search-widget {
        display: flex;
        flex-flow: wrap;
        flex-direction: column;
    }
    .search-suggestions .keyword {
        line-height: 40px;
        padding-right: 20px;
        border-bottom: 1px solid var(--bvd-light-gray);
        border-radius: 0;
    }
    .search-suggestions .keyword:last-child {
        border-bottom: 0;
    }
    #content-promot-gpt-f {
        margin-bottom: 30px;
    }
    #project-details {
        margin: 10px 0;
    }

    /* Faqs */
    .row.faqs-index {
        margin: 0;
    }
    
    .row.comments-list {
        margin: 0;
    }
    .row.adv-b {
        overflow-x: hidden;
        margin: 0;
    }
    .row.ob-items {
        margin-left: 0;
        margin-right: 0;
    }
    .row.ob-items.fixed-h {
        min-height: 280px;
        overflow: hidden;
    }

    #post-404 {
        padding: 0 15px;
    }
    #post-404 h1 {
        font-size: 120px;
        line-height: 180px;
    }
    #post-404 h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
}
