/*@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap');*/

@font-face {
    font-family: "Open Sans Hebrew";
    src: url(../fonts/OpenSansHebrew-Bold.eot);
    src: url(../fonts/OpenSansHebrew-Bold.eot?#iefix) format("embedded-opentype"), 
		 url(../fonts/OpenSansHebrew-Bold.woff) format("woff"), 
		 url(../fonts/OpenSansHebrew-Bold.ttf) format("truetype"),
         url(../fonts/OpenSansHebrew-Bold.svg#OpenSansHebrew-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans Hebrew";
    src: url(../fonts/OpenSansHebrew-Light.eot);
    src: url(../fonts/OpenSansHebrew-Light.eot?#iefix) format("embedded-opentype"), 
		 url(../fonts/OpenSansHebrew-Light.woff) format("woff"), 
		 url(../fonts/OpenSansHebrew-Light.ttf) format("truetype"),
         url(../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans Hebrew";
    src: url(../fonts/OpenSansHebrew-Regular.eot);
    src: url(../fonts/OpenSansHebrew-Regular.eot?#iefix) format("embedded-opentype"), 
		 url(../fonts/OpenSansHebrew-Regular.woff) format("woff"), 
		 url(../fonts/OpenSansHebrew-Regular.ttf) format("truetype"),
         url(../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Alef;
    src: url(../fonts/Alef-Regular.eot);
    src: url(../fonts/Alef-Regular.eot?#iefix) format("embedded-opentype"), 
		 url(../fonts/Alef-Regular.woff2) format("woff2"), 
		 url(../fonts/Alef-Regular.woff) format("woff"), 
		 url(../fonts/Alef-Regular.ttf) format("truetype"),
         url(../fonts/Alef-Regular.svg#fonts/Alef-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Alef;
    src: url(../fonts/Alef-Bold.eot);
    src: url(../fonts/Alef-Bold.eot?#iefix) format("embedded-opentype"), 
		 url(../fonts/Alef-Bold.woff2) format("woff2"), 
		 url(../fonts/Alef-Bold.woff) format("woff"), 
		 url(../fonts/Alef-Bold.ttf) format("truetype"),
		 url(../fonts/Alef-Bold.svg#fonts/Alef-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

:root {
    --bvd-black: #000;
    --bvd-white: #fff;
    --bvd-off-white: #f1f1f1;
    --bvd-blue: #4C78A1;
    --bvd-light-blue: #1DBDC6;
    --bvd-dark-blue: #2D3C64;
    --bvd-gray-blue: #667080;
    --bvd-red: #8A1212;
    --bvd-light-red: #AF6A6A;
    --bvd-orange: #F59C00;
    --bvd-yellow: #DABA69;
    --bvd-pink: #C61D75;
    --bvd-purple: #9666A7;
    --bvd-olive-green: #617B65;
    --bvd-olive-green-light: #B0AE3A;
    --bvd-green-gray: #A3BDA8;
    --bvd-light-green: #C1CFA1;
    --bvd-dark-green: #86A08B;
    --bvd-green: #2C6D3B;
    --bvd-vivid-green: #6FAF6A;
    --bvd-gray: #C5C5C5;
    --bvd-dark-gray: #808080;
    --bvd-light-gray: #DEDEDE;
    --bvd-super-light-gray: #F3F3F3;
    --bvd-brown: #806666;
    --bvd-light-brown: #DDD8C0;

    --bvd-mega-menu-width: 1170px;
}
@media (min-width: 576px) {
    .container, .container-sm {
        --bvd-mega-menu-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        --bvd-mega-menu-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-md, .container-sm {
        --bvd-mega-menu-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-md, .container-sm {
        --bvd-mega-menu-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-md, .container-sm {
        --bvd-mega-menu-width: 1170px;
    }
}
body {
    font-family: 'Heebo';
    direction: rtl;
    text-align: right;
}
body.bvd-s-h {
    padding-top: 180px;
}
body.bvd-s-h .ads-bar {
    display: none;
}
main {
    min-height: 400px;
}
iframe {
    max-width: 100%;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
        padding: 0 15px;
    }
}
ol, ul {
    padding-left: unset;
}
ul {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    transition: all 0.2s;
}
.lazy {
    transition: all 0.2s;
}
a {
    color: inherit;
    transition: all 0.2s;
    text-decoration: unset;
}
a:active,
a:hover {
    color: var(--bvd-green-gray);
    transition: all 0.2s;
}
.strong {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.hide {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .dvo {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .mvo {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .footer-block.r.rm {
        display: none;
    }
}
.swiper-wrapper.disabled {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.button {
    font-size: 18px;
    line-height: 16px;
    padding: 0 10px;
    color: #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    color: var(--bvd-white);
    background-color: var(--bvd-green-gray);
    justify-content: center;
    transition: all 0.2s;
}
.button:hover {
    background: #8da492;
    transition: all 0.2s;
}

/* CF7 */
.wpcf7-form {
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    color: #000;
    font-weight: 500;
    padding: 5px 0;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    direction: rtl;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--bvd-torquise);
}
.wpcf7 .form-row.sbm {
    position: relative;
}
.wpcf7-spinner {
    position: absolute;
    left: -20px;
    margin: 0;
    bottom: 13px;
    width: 12px;
    height: 12px;
    background-color: var(--bvd-green-gray);
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 2px;
    left: 2px;
    width: 3px;
    height: 3px;
    border: none;
    border-radius: 100%;
    transform-origin: 4px 4px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.wpcf7 input:not([type="submit"],[type="checkbox"]),
.wpcf7 select {
    width: 100%;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    direction: rtl;
    text-align: right;
    outline: none;
    color: var(--bvd-dark-gray);
    border: 1px solid var(--bvd-dark-gray);
}
.wpcf7 input:not([type="submit"],[type="checkbox"]),
.wpcf7 select::placeholder,
.bvd-popup .wpcf7 textarea::placeholder {
    color: var(--bvd-dark-gray);
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    color: var(--bvd-red);
    direction: rtl;
    position: absolute;
    top: -13px;
    left: 2px;
    font-size: 12px;
    transition: all 0.2s;
}
.wpcf7 .form-row {
    margin-bottom: 10px;
}
.wpcf7 .form-row p {
    margin: 0;
}
.wpcf7 .form-row .checkbox-col .wpcf7-list-item {
    font-size: 13px;
    display: flex;
    text-align: right;
    flex-direction: row;
    flex-flow: row-reverse;
    margin: 0;
}
.wpcf7 .form-row .checkbox-col input[type="checkbox"] {
    float: right;
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.wpcf7-checkbox {
    background: #fff6f6;
}
.wpcf7-checkbox label {
    display: flex;
    align-items: center;
}

.wpcf7 .wpcf7-submit {
    width: 100%;
    border: 0;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    color: var(--bvd-white);
    background-color: var(--bvd-green-gray);
    justify-content: center;
    transition: all 0.2s;
}
.wpcf7-not-valid {
    display: block;
}
/* Pagination */
.pagination {
    padding-top: 15px;
    justify-content: center;
}
.pagination a,
.pagination span {
    margin: 0 1px;
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bvd-gray);
    font-size: 18px;
    line-height: 16px;
}
#professional-results .pagination a,
#professional-results .pagination span {
    direction: ltr;
}
.pagination .page-numbers:hover {
    background: var(--bvd-off-white);
    color: var(--bvd-green-gray);
}
.pagination .page-numbers.current {
    color: var(--bvd-black);
    font-weight: 600;
}

/* Header Search */
#search-form {
    position: relative;
}
#site-header #search-form {
    width: 200px;
}
#search-input {
    outline: none;
    box-shadow: unset;
    line-height: 44px;
    padding: 0 5px;
    border-radius: 0;
}
@media screen and (min-width: 768px) {
    .search-input-m {
        display: none;
    }
}
.search-submit {
    background: unset;
    border: 0;
    height: 100%;
    padding: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}
.search-submit svg {
    width: 16px;
    height: 16px;
}
.search-submit:hover {
    background: #f1f1f1;
    transition: all 0.2s;
}
.search-submit:hover svg path {
    fill: var(--bvd-green-gray);
}
.search-suggestions {
    position: absolute;
    z-index: 11;
    min-height: 180px;
    background: #fff;
    transition: all 0.2s;
    max-height: 0px;
    overflow: hidden;
    min-height: unset;
    padding: 0;
    border: 0;
}
#searchform.active .search-suggestions {
    transition: all 0.2s;
    border: 1px solid #c5c5c5;
    max-height: 400px;
}
.bvd-scrolled #searchform.active .search-suggestions {
    border-top-color: var(--bvd-dark-gray);
}
@media screen and (min-width: 768px) {
    #searchform {    
        background: #FFFFFF;
        border: 1px solid var(--bvd-gray);
        border-radius: 4px;
        transition: all 0.2s;
    }
    #searchform.active {
        border-bottom: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }
    .bvd-scrolled #searchform {
        border-top: 0;
        border-radius: 0;
        border-color: #c5c5c5;
        transition: all 0.1s;
        border: 0;
        border-bottom: 1px solid #808080;
    }
    .bvd-scrolled #searchform.active {
        background: #f1f1f1;
        border-left: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        transition: all 0.2s;
    }
    .bvd-scrolled #search-input {
        background: transparent;
        transition: all 0.2s;
    }
    .search-suggestions {
        top: 44px;
        left: -1px;
        right: -1px;
    }
}
.search-suggestions .search-links-large li {
    display: inline-flex;
}
.search-suggestions .widget-toggle-btn {
    height: 32px;
    display: inline-flex;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    font-size: 14px;
    border: 1px solid var(--bvd-super-light-gray);
    border-radius: 4px;
    cursor: pointer;
}
.search-suggestions .widget-toggle-btn:last-child{
    margin-left: 0;
}
.search-suggestions a.widget-toggle-btn:hover,
.search-suggestions .widget-toggle-btn.active {
    background: var(--bvd-super-light-gray);
}
.search-suggestions .search-type,
.search-suggestions .bvd-search-widget {
    margin-bottom: 5px;
    padding: 5px;
}
.search-suggestions .widget-toggle-btn input[type="radio"] {
    width: 1px;
    height: 1px;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
}
.search-suggestions .widget-label {
    color: #C5C5C5;
    font-size: 14px;
    line-height: 36px;
}
.search-suggestions .keyword {
    color: #000;
    font-size: 14px;
    line-height: 32px;
    padding: 0 8px;
    padding-right: 20px;
    border-radius: 4px;
    position: relative;
}
.search-suggestions .recent .keyword {
    list-style-type: none;
}
.search-suggestions .recent .keyword::before {
    content: ' ';
    position: absolute;
    right: 4px;
    top: calc(50% - 5px);
    background-image: url(../images/icons/schedule.svg);
    width: 10px;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.search-suggestions .keyword:hover {
    background: var(--bvd-super-light-gray);
}
.search-suggestions .keyword a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Search Page */
.search-page #searchform {
    max-width: 430px;
    margin: auto;
    display: none;
}
.search-page #search-input {
    line-height: 50px;
    padding: 0 10px;
}
.search-page .search-submit {
    width: 50px;
}
.search-page #search-form {
    width: 100%;
}

/* Menu */
header ul.menu > li {
    display: inline-block;
    margin-left: 30px;
}
header ul.menu > li > a {
    color: var(--bvd-black);
    font-size: 18px;
    position: relative;
}
header ul.menu > li.current-menu-parent > a {
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .navbar-collapse {
        display: block !important;
    }
    header ul.menu > li > a {
        line-height: 70px;
        display: block;
    }
}
header ul.menu > li.current-menu-item > a {
    font-weight: 500;
}
header ul.menu ul.sub-menu > li.current-menu-item > a {
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    header ul.menu > li:hover > a {
        color: var(--bvd-green-gray);
    }
    .sub-menu {
        display: none;
        position: absolute;
        z-index: 11;
        list-style: none;
        box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
        padding-left: 10px;
        padding-right: 10px;
        border-top: 0;
        background: #f7f7f7;
    }
    .sub-menu > li {
        border-bottom: 1px solid var(--bvd-light-gray);
    }
    .sub-menu > li:last-child {
        border-bottom: none;
    }
    .bvd-mega-menu .sub-menu {
        position: absolute;
        left: calc(50% - (var(--bvd-mega-menu-width) / 2) + 3px);
        right: calc(50% - (var(--bvd-mega-menu-width) / 2) + 3px);
        max-height: 320px;
        overflow: hidden;
        flex-flow: wrap;
        align-items: center;
        background: linear-gradient(0deg, #ffffff, #f7f7f7);
        display: flex;
        max-height: 0;
        transition: all 0.3s;
        padding-left: calc(var(--bvd-mega-menu-width) / 5 * 0) !important;
        
    }
    .bvd-mega-menu.cols-1 .sub-menu {
        padding-left: calc(var(--bvd-mega-menu-width) / 5 * 4) !important;
        background: linear-gradient(90deg, #ffffff, #f7f7f7);
    }
    .bvd-mega-menu.cols-1 .sub-menu > li {
        flex: 0 1 calc((100% / 1) - 0px);
    }
    .bvd-mega-menu.cols-2 .sub-menu {
        padding-left: calc(var(--bvd-mega-menu-width) / 5 * 3) !important;
        background: linear-gradient(90deg, #ffffff, #f7f7f7);
    }
    .bvd-mega-menu.cols-2 .sub-menu > li {
        flex: 0 1 calc((100% / 2) - 0px);
    }
    .bvd-mega-menu.cols-3 .sub-menu {
        padding-left: calc(var(--bvd-mega-menu-width) / 5 * 2) !important;
        background: linear-gradient(90deg, #ffffff, #f7f7f7);
    }
    .bvd-mega-menu.cols-3 .sub-menu > li {
        flex: 0 1 calc((100% / 3) - 0px);
    }
    .bvd-mega-menu.cols-4 .sub-menu {
        padding-left: calc(var(--bvd-mega-menu-width) / 5 * 1) !important;
        background: linear-gradient(90deg, #ffffff, #f7f7f7);
    }
    .bvd-mega-menu.cols-4 .sub-menu > li {
        flex: 0 1 calc((100% / 4) - 0px);
    }
    .bvd-mega-menu.cols-5 .sub-menu {
        padding-left: calc(var(--bvd-mega-menu-width) / 5 * 0) !important;
        background: linear-gradient(90deg, #ffffff, #f7f7f7);
    }
    .bvd-mega-menu.cols-5 .sub-menu > li {
        flex: 0 1 calc((100% / 5) - 0px);
    }
    .bvd-mega-menu > a:before {
        content: "";
        position: absolute;
        border-color: rgba(194, 225, 245, 0);
        border: solid transparent;
        border-bottom-color: transparent;
        border-width: 10px;
        bottom: 0;
        right: calc(50% - 11px);
        z-index: 11;
    } 
    .bvd-mega-menu > a:after {
          content: "";
          position: absolute;
          right: calc(50% - 10px);
          bottom: 0;
          width: 0;
          height: 0;
          border: solid transparent;
          border-width: 9px;
          border-bottom-color: transparent;
          z-index: 11;
    }
    .bvd-mega-menu.active > a:before {
        border-bottom-color: #000000;
        transition: border 0.2s;
    } 
    .bvd-mega-menu.active > a:after {
        border-bottom-color: #f7f7f7;
    }
    li.bvd-mega-menu.active .sub-menu {
        transition: all 0.5s;
        max-height: 320px;
        height: auto;
    }
    .bvd-mega-menu .sub-menu {
        padding: 0;
    }
    .bvd-mega-menu .sub-menu > li {
        border: 0;
        flex: 0 1 calc(20% - 0px);
        margin: 0;
        padding: 0 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .bvd-mega-menu .sub-menu > li > a {
        display: inline-block;
        line-height: initial;
        padding: 15px 5px;
        transition: all 0.2s;
        border-bottom: 1px solid transparent;
    }
    .bvd-mega-menu .sub-menu > li > a:hover {
        /*border-color: var(--bvd-green-gray);*/
        transition: all 0.2s;
    }
	.hamburger {
		display: none;
    }
}
.sub-menu > li a {
    color: var(--bvd-black);
    font-size: 14px;
    line-height: 40px;
    padding: 0 5px;
    display: block;
    position: relative;
}
.sub-menu > li a:hover {
    color: var(--bvd-green-gray);
}
header .bottom ul.menu > li:hover .fas.fa-caret-up,
header .bottom ul.menu > li:hover .sub-menu {
    display: block;
}
@media screen and (min-width: 1200px) {
	header .bottom ul.menu > li .sub-menu {
		width: 350px;
		padding: 20px 30px;
		position: absolute;
		right: 0;
		top: 44px;
		background: #d6d6db;
		flex-wrap: wrap;
		z-index: 3;
		display: none;
        transition: all 0.2s;
	}
	.mobile-menu-newsletter {
		display: none;
	}
	header .bottom ul.menu > li .sub-menu li.menu-item,
	header .bottom ul.menu > li .sub-menu li.item {
		padding: 5px 0;
		border-bottom: 1px solid #b2b2bc;
	}
	.mobile-menu-ul {
		display: none;
	}
}
header ul.menu > li.liked:after {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    margin-right: 5px;
    color: var(--bvd-torquise);
}
header .bottom ul.menu > li .sub-menu li {
    flex: 0 0 100%;
}
header .bottom ul.menu > li .sub-menu li.top-image {
    margin-bottom: 10px;
    position: relative;
}
header .bottom ul.menu > li .sub-menu li.top-image hr {
    margin: 0;
    position: absolute;
    border-top: 3px solid #f59d00;
    z-index: 1;
    width: 40%;
    bottom: 0;
}
header .bottom ul.menu > li .sub-menu li.menu-item a,
header .bottom ul.menu > li .sub-menu li.item a {
    color: var(--bvd-black);
}
header .bottom ul.menu > li .sub-menu li.menu-item a:hover,
header .bottom ul.menu > li .sub-menu li.item a:hover {
    color: var(--bvd-green-gray);
}
header .sub-menu > .menu-item > a:before {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 5px;
    height: 100%;
    width: 20px;
}

#site-header .top-bar {
    height: 110px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.2s;
}
#site-header .top-bar > .container {
    height: 100%;
}
#site-header .menu-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    #site-header .menu-bar {
        height: 70px;
    }
    #site-header .menu-bar {
        height: 70px;
    }
    #site-header .menu-bar > .container {
        height: 100%;
    }
}
@media screen and (min-width: 768px)
{
	#site-nav-ad {
        margin-top: 20px;
        margin-bottom: 20px;
	}
}
#site-nav-bar {
    height: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.2s;
}

#site-header .site-logo {
    padding: 0;
    text-align: right;
    display: flex;
    align-items: center;
}
#site-header .site-logo svg,
#site-header .site-logo img {
    max-width: 170px;
    height: 46px;
}
#site-header .header-btns {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: end;
}
@media screen and (min-width: 768px) {
    #site-header .header-btns {
        padding: 0;
    }
}
.newsletter-btn {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: var(--bvd-dark-gray);
    border: 1px solid transparent;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
}
.newsletter-btn:hover {
    border-color: var(--bvd-green-gray);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
.newsletter-btn svg {
    width: 17px;
    margin-left: 5px;
    margin-top: 2px;
}
svg line,
svg path {
    transition: all 0.2s;
}
.newsletter-btn:hover svg path {
    fill: var(--bvd-green-gray);
    transition: all 0.2s;
}
.bl-dark {
    height: 100%;
    border-bottom: 1px solid var(--bvd-dark-gray);
    transition: all 0.2s;
}
.page-template-page-yearly-awards:not(.bvd-scrolled) #site-header .menu-bar .bl-dark {
    border-bottom: 1px solid transparent;
}
.top-bar .bvd-advertise {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 20px;
    border-radius: 4px;
    color: var(--bvd-white);
    background-color: var(--bvd-green-gray);
}
.top-bar .bvd-advertise:hover {
    color: #fff;
}
.bg-default {
    background: var(--bvd-green-gray);
}
#site-header .menu-wrap {
    padding: 0;
}
.bvd-s-h #site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    font-family: 'Heebo';
}
.bvd-s-h.admin-bar #site-header {
    top: 32px;
}
@media screen and (min-width: 768px) {
    .bvd-s-h.bvd-scrolled #site-header .top-bar {
        height: 60px;
        transition: all 0.2s;
    }
}
.bvd-s-h.bvd-scrolled #site-header .menu-bar {
    height: 45px;
}
.bvd-s-h.bvd-scrolled header ul.menu > li > a {
    line-height: 45px;
}
.bvd-s-h.bvd-scrolled #site-header .menu-bar .bl-dark {
    /*border-color: transparent;*/
    transition: all 0.2s;
}
@media screen and (min-width: 768px) {
    #site-header .menu-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
/* social */
.social-btns {
    display: flex;
    align-items: center;
    justify-content: end;
}
.social-btns label {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
}
.social-btns ul {
    list-style: none;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.social-btns ul li {
    display: inline-block;
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
    .social-btns {
        padding: 0;
    }
}
a.social {
    color: #fff;
    background: var(--bvd-gray);
    width: 24px;
    height: 24px;
    display: inline-flex;
    text-align: center;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 5px;
    border-radius: 50%;
}
a.social:last-child{
    margin: 0;
}
a.social:hover{
    background: var(--bvd-green-gray);
}
/* breadcrumbs */
.home .breadcrumbs h1 {
    font-size: 14px;
    margin: 0;
    color: var(--bvd-dark-gray);
    font-weight: 400;
}
.breadcrumbs {
    display: flex;
	margin: 0;
    padding: 0;
}
.breadcrumbs li {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    color: var(--bvd-dark-gray);
}
html[lang="en-US"] .breadcrumbs li {
	padding-left: 0;
	padding-right: 5px;
}
.breadcrumbs .crumb {
    color: var(--bvd-black);
    font-size: 18px;
}
.breadcrumbs a {
    color: var(--bvd-dark-gray);
	text-decoration: none;
}
.breadcrumbs .crumb.current {
    font-weight: 700;
}
.crumb::after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 11px;
    margin-right: 3px;
    color: var(--bvd-black);
    display: inline-block;
}
html[lang="en-US"] .crumb::after {
    content: "\f105";
    margin-right: 0;
    margin-left: 3px;
}
.crumb:last-child::after{
	content: "" !important;
}

/* footer */
#site-footer {
    margin-top: 30px;
    font-family: 'Heebo';
}
@media screen and (min-width: 768px) {
    #site-footer {
        padding-bottom: 90px;
    }
}
.footer-block {
    width: 16.66666667%;
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}
.footer-block.d {
    width: 30%;
    max-width: 30%;
    flex: auto;
}
.footer-block.d ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.footer-block.r {
    padding-right: 0;
}
.footer-block.l {
    padding-left: 0;
}
.footer-block.nls {
    padding: 0;
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}
.site-contact-info {
    font-size: 14px;
}
.footer-block li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-block li a {
    color: var(--bvd-black);
}
.footer-block li a:hover {
    color: var(--bvd-green-gray);
}
.footer-block .links,
.footer-block .contact_info {
    padding: 0;
    font-size: 14px;
}
.footer-block .contact_info a {
    color: var(--bvd-black);
}
.footer-block .contact_info a:hover {
    color: var(--bvd-green-gray);
}
.footer-block .footer-menu-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid var(--bvd-dark-gray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.footer-main {
    padding: 25px 0;
    border-top: 1px solid var(--bvd-dark-gray);
}
.site-terms {
    margin: 0;
}

.bvd-signup-wrap {
    text-align: center;
    padding: 30px 0;
}
.bvd-signup-wrap img {
    margin-bottom: 10px;
}
.bvd-signup-wrap .text-large-black {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}
.bvd-signup-wrap .text-medium-black {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.bvd-signup-wrap #open-newsletter-reg {
    width: 100%;
    max-width: 265px;
    justify-content: center;
    margin: 20px 0;
    cursor: pointer;
    transition: all 0.2s;
}
.bvd-signup-wrap #open-newsletter-reg:hover {
    transition: all 0.2s;
}
#site-footer .theBottomLine {
    font-size: 14px;
    text-align: center;
    border-top: 1px solid var(--bvd-dark-gray);
}
#site-footer .copyrights {
    padding-top: 30px;
    text-align: justify;
}
#site-footer .credits {
    padding-top: 10px;
}
/* Page / Index / Single / Archive  */
.row.page-wrapper {
    margin: 0;
}

/* Professional */
.prof-header {
    display: flex;
    flex-flow: wrap;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: center;
}
.prof-header .slider-pane {
    width: 870px;
    height: 580px;
    overflow: hidden;
    padding: 0;
    background: var(--bvd-light-gray);
}
.prof-header .slider-pane img {
    width: 100%;
}
.prof-header .slider-pane .img-credits {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 10px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.prof-header .header-pane {
    z-index: 1;
    width: calc(100% - 870px);
    padding: 0;
}
.row-top,
.row-title {
    text-align: center;
    display: flex;
    justify-content: center;
}
.professional-title-box-wrap {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 30px;
    text-align: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -30px;
    margin-right: 0;
    height: 480px;
}
.professional-title-box-wrap.centered {
    justify-content: center;
}
.professional-title-box {
}
.professional-title-box .profile-image {
    width: 100px;
    height: 100px;
    flex-grow: unset;
    flex-basis: unset;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    border-radius: 50%;
    margin-bottom: 10px;
}
.professional-title-box .profile-image .wrap {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    background: #ffffff;
    border: 1px solid #F59C00;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.professional-title-box .profile-image .wrap img {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    border-radius: 50%;
}
.professional-title-box {
    margin-bottom: 10px;
}
.professional-rating-box {
    margin-bottom: 10px;
}
.professional-title-box h1,
.professional-title-box h3 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 5px;
}
.professional-title-box .prof-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.professional-title-box .link {
    display: flex;
    align-items: center;
}
.professional-contact-box {
    margin-bottom: 10px;
    width: 100%;
}
.professional-contact-box .contact-wrap a {
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--bvd-light-gray);
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 10px;
}
.professional-contact-box .contact-wrap .cwt {
    width: calc(100% - 40px);
    text-align: right;
    padding: 0 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.professional-contact-box .contact-wrap .cwi {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 
.bvd-icon {
    width: 20px;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.bvd-icon.phone {
    background-image: url(../images/icons/call.svg);
}
.bvd-icon.phone.white {
    background-image: url(../images/icons/call-white.svg);
    background-size: 16px 16px;
}
.bvd-icon.email {
    background-image: url(../images/icons/mail.svg);
}
.bvd-icon.email.white {
    background-image: url(../images/icons/mail-white.svg);
    background-size: 20px 20px;
}
.bvd-icon.website {
    background-image: url(../images/icons/link.svg);
}
.bvd-icon.clock {
    background-image: url(../images/icons/schedule.svg);
}
.bvd-icon.schedule {
    background-image: url(../images/icons/calendar_today.svg);
}
.bvd-icon.account {
    background-image: url(../images/icons/account_circle.svg);
}
.bvd-icon.map-pin {
    background-image: url(../images/icons/location_on.svg);
}
.bvd-icon.magnifier {
    background-image: url(../images/icons/magnifier.png);
}
.bvd-icon.share {
    background: var(--bvd-green-gray);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    width: 24px;
    height: 24px;
    transition: all 0.2s;
}
.bvd-icon.share:hover {
    background: var(--bvd-light-gray);
    color: var(--bvd-white);
    transition: all 0.2s;
}
.bvd-social-icon {
    width: 24px;
    height: 24px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.bvd-social-icon.whatsapp {
    background-image: url(../images/icons/whatsapp.svg);
}
.bvd-social-icon.pinterest {
    background-image: url(../images/icons/pinterest.svg);
}
.bvd-social-icon.instagram {
    background-image: url(../images/icons/instagram.svg);
}
.bvd-social-icon.facebook {
    background-image: url(../images/icons/facebook.svg);
}
.single-professional #description-section .row.side-line {
    margin: 0;
}
.single-professional #description-section .row.bottom-line {
    margin: 30px 0;
    border-top: 1px solid var(--bvd-light-gray);
}
@media screen and (min-width: 1200px) {
    .single-professional #description-section > .container {
        padding-right: 80px;
    }
}
@media screen and (min-width: 768px) {
    .single-professional #description-section .intro-text {
        font-size: 24px;
        line-height: 34px;
        margin-top: 60px;
        margin-bottom: 60px;
        border-right: 1px solid;
        padding-right: 30px;
    }
}
.professional-social-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}
.professional-social-box ul li.prof-social {
    margin-left: 10px;
}
.professional-social-box ul li.prof-social:last-child {
    margin: 0;
}
.professional-social-box ul li.prof-social a {
    display: inline-flex;
    width: 28px;
    height: 28px;
    background-color: var(--bvd-dark-gray);
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    margin: 0;
}
.professional-social-box ul li.prof-social a:hover {
    background-color: var(--bvd-green-gray);
}
.professional-social-box ul li.prof-social span {
    display: none;
}
.professional-social-box ul li.prof-social .bvd-in-favorite i {
    margin-right: 0;
}
.prof-details {
    display: flex;
    margin: 20px 0;
}
.prof-detail {
    font-size: 18px;
    line-height: 24px;
    margin-left: 20px;
    display: flex;
}
.prof-detail .bvd-icon {
    margin-left: 10px;
}
.slider-nav {
    padding: 0 60px;
}
.slider-nav-wrap {
    position: relative;
    height: 30px;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev {
    width: 24px;
    height: 24px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icons/arrow-left-sm-gray.svg);
}
.slider-nav .swiper-button-next {
    left: 0;
    right: auto;
}
.slider-nav .swiper-button-prev {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.slider-nav .swiper-pagination {
    left: 24px;
    right: 24px;
}
.slider-nav .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background: var(--bvd-light-gray);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 1);
    transition: all 0.2s;
}
.slider-nav .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: var(--bvd-dark-gray);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
    .slider-nav.mobile {
        display: none;
    }
}
/* 404 */
#post-404 {
    max-width: 640px;
    margin: auto;
    text-align: center;
}
#post-404 h1 {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 400;
    font-size: 400px;
    line-height: 400px;
    text-align: center;
}
#post-404 h2 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
}

/* Professionals Index */
.row.category-section-title:before {
    content: ' ';
    border-top: 1px solid var(--bvd-dark-gray);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}
.category-section {
    padding: 0;
    position: relative;
    width: 100%;
}
.row.category-section-title {
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.row.category-section-title h2 {
    background: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.prof-cat-item {
    margin-bottom: 30px;
    padding: 0 15px;
}
.prof-cat-item .img-wrp {
    height: 180px;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.prof-cat-item .img-wrp img {
    max-width: unset;
    max-height: 100%;
}
.prof-cat-item .title-wrp {
    height: 90px;
    text-align: center;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bvd-light-gray);
    border-top: 0;
}
.prof-cat-item h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--bvd-black);
    margin: 0;
}
.swiper-container {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .row.category-items {
        margin-right: calc(-.5 * 2 * var(--bs-gutter-x));
        margin-left: calc(-.5 * 2 * var(--bs-gutter-x));
    }
}
.category-items .swiper-button-disabled {
    opacity: 0;
    transition: all 0.2s;
}
.category-items .swiper-button-prev, .category-items .swiper-button-next {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 5px #74747466;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 50%;
    background-size: auto;
    background-repeat: no-repeat;
    transition: all 0.2s;
}
.category-items .swiper-button-prev {
    right: -10px;
    left: auto;
}
.category-items .swiper-button-next {
    right: auto;
    left: -10px;
}
.category-items .swiper-button-prev:hover, .category-items .swiper-button-next:hover {
    background-color: var(--bvd-green-gray);
}
.category-items .swiper-button-prev:hover svg path, .category-items .swiper-button-next:hover svg path {
    fill: #fff;
}
.category-link {
    justify-content: end;
    display: flex;
    position: relative;
}
/*
.category-link:before {
    content: ' ';
    left: 0;
    right: 15px;
    border: 1px dashed var(--bvd-gray);
    position: absolute;
    top: 50%;
}
*/
.page-template-page-category .bottom-content {
    padding: 30px 0;
    position: relative;
    margin-bottom: 30px;
}
.page-template-page-category .bottom-content-wrap {
    overflow: hidden;
    max-height: 30px;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid var(--bvd-green-gray);
    transition: all 0.2s linear;
}
.page-template-page-category .bottom-content-wrap.active {
    max-height: 480px;
    transition: all 0.2s linear;
}
.read-more-latch {
    position: absolute;
    bottom: 0;
    width: 200px;
    left: calc(50% - 100px);
    background: #f5f5f5;
    color: #000;
    z-index: 1;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    transition: all 0.2s linear;
    cursor: pointer;
}
.read-more-latch:hover {
    background: var(--bvd-dark-green);
    color: #fff;
    transition: all 0.2s linear;
}
.read-more-latch:not(.active) .text-close,
.read-more-latch.active .text-open {
    display: none;
}

/* Page / Post Head */
@media screen and (min-width: 992px) {
    .content-row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
#content-title .main-banner {
    position: relative;
}
#content-title .main-banner .img-wrp,
#content-title .main-banner .img-wrp a {
    height: 515px;
    max-width: 770px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f0f0f0;
}
#content-title .main-banner .img-wrp img {
    max-width: unset;
    min-height: 100%;
}
#content-title .main-title {
    padding: 60px;
    margin-left: -60px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) {
    #content-title .main-title {
        z-index: 1;
        position: absolute;
    }
    .home #content-title .main-title {
        width: 370px;
    }
    .single #content-title .main-title {
        width: 470px;
    }
    #section-title .main-title {
        width: 585px;
        position: absolute;
        margin: 0;
    }
}
#content-title .main-title .post-author {
    margin-bottom: 10px;
    color: var(--bvd-dark-gray);
}
#content-title .main-title .post-date {
    margin-bottom: 10px;
    color: var(--bvd-dark-gray);
}
h1.page-title,
#content-title .main-title h1,
.home #content-title .main-title .post-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
    color: var(--bvd-black);
}
#content-title .main-title .post-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-height: 190px;
    overflow: hidden;
    color: var(--bvd-black);
    margin-bottom: 10px;
}
#content-title .title-pane {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px) {
    #content-title .row {
        margin-right: calc(-.5 * 2 * var(--bs-gutter-x));
        margin-left: calc(-.5 * 2 * var(--bs-gutter-x));
    }
}
.title-pane-wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.bvd-color-box {
    width: 24px;
    height: 62px;
    position: absolute;
    background: var(--bvd-green-gray);
    right: -12px;
    top: calc(50% - 31px);
    z-index: 1;
}
.home .bvd-color-box {
    top: 80px;
}
.bvd-color-box.orange {
    background: #F59C00;
}
.bvd-color-box.pink {
    background: #C61D75;
}
.bvd-color-box.green {
    background: #B0AE3A;
}
.bvd-color-box.turquoise {
    background: #1DBDC6;
}
/* Section Head */
#section-title .title-pane {
    width: calc(100% - 700px);
    -ms-flex: 0 0 calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
    max-width: calc(100% - 700px);
}
#section-title {
    margin-bottom: 30px;
}
#section-title .media-pane {
    padding: 0;
    width: 700px;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
    max-width: 700px;
}
@media screen and (min-width: 768px) {
    #section-title .main-title {
        padding: 30px 60px 30px 30px;
        z-index: 1;
        background: #fff;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #section-title .main-title h1 {
        font-weight: 700;
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    #section-title .main-banner .img-wrp {
        height: 350px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #section-title .main-banner .img-wrp img {
        max-width: unset;
    }
}
#section-title .title-pane {
    padding: 0;
    display: flex;
    align-items: center;
}

/* Section / Mador */
.section-page .search-pane {
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px 0;
    background: var(--bvd-super-light-gray);
}


/* Related Posts */
/* 
body:not(.home) #related-posts {
    margin-bottom: 60px;
}
 */
.professional-item {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    
    .row.related-posts-index {
        margin-right: calc(-.5 * var(--bs-gutter-x) - 15px);
        margin-left: calc(-.5 * var(--bs-gutter-x) - 15px);
    }
    /*
    .professional-item .wrapper {
        padding: 0 30px;
    }
    */
}
.professional-item .img-wrp {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.professional-item .img-wrp img {
    max-width: unset;
}
.professional-item .title-wrp {
    height: 130px;
    padding: 10px 0;
}
.professional-item .profile-desc a {
    color: var(--bvd-black);
}
.professional-search-item .profile-desc a:hover {
    color: var(--bvd-black);
}
.professional-item .title,
.professional-search-item .title,
.professional-item .title-wrp h3 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    margin: 0;
}
.section-title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
}
.section-title .title {
    font-family: 'Heebo';
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    width: auto;
    background: #fff;
    z-index: 1;
    margin: 0;
    padding: 0 10px;
}
.section-title:after {
    content: ' ';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #808080;
    z-index: 0;
}
.section-title .title.gray-bg {
    background: #f3f3f3;
}
.section-title .title.cream-bg {
    background: #f7f0e7;
}

/* Post / Single / Article */
.container.narrow {
    max-width: 970px;
    flex: 0 0 970px;
    margin: auto;
}
@media screen and (min-width: 1024px) {
    .container.narrow {
        width: 970px;
    }
}
@media screen and (min-width: 768px)
{
    #project-details {
        max-height: 230px;
    }
}
#project-details {
    margin: 60px 0;
    padding: 30px 0;
    border-top: 1px solid var(--bvd-gray);
    border-bottom: 1px solid var(--bvd-gray);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#project-details .proj-d-l {
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#project-details .proj-d-l label {
    font-weight: 700;
    margin: 0 0 0 5px;
}
#project-details .proj-d-l .bvd-icon {
    display: inline-flex;
    margin-left: 5px;
    height: 100%;
}
#project-details .proj-d-l a {
    text-decoration: underline;
}
#project-details .proj-d-l span.mr {
    margin-right: 5px;
}
#project-details .proj-d-l span.ml {
    margin-left: 5px;
}
.bvd-icon.budget {
    background-image: url(../images/icons/account_balance_wallet.svg);
}
.bvd-icon.built-sq {
    background-image: url(../images/icons/roofing.svg);
}
.bvd-icon.lot-sq {
    background-image: url(../images/icons/straighten.svg);
}
.bvd-icon.contractor {
    background-image: url(../images/icons/construction.svg);
}
.bvd-icon.photographer {
    background-image: url(../images/icons/photo_camera.svg);
}
.bvd-icon.architecture {
    background-image: url(../images/icons/architecture.svg);
}
.bvd-icon.home-styling {
    background-image: url(../images/icons/floor_lamp.svg);
}
.bvd-icon.internal-design {
    background-image: url(../images/icons/king_bed.svg);
}
#content-main span,
.post-content b,
.post-content span {
    display: inline-flex;
    flex-flow: column;
}
article[data-post-v="1"] #content-main > .container {
    padding: 0 3px;
}
article[data-post-v="1"] #content-main img {
    margin-bottom: 10px;
}
article[data-post-v="1"] #content-main img,
article[data-post-v="1"] .post-content img {
    width: 100%;
    height: auto;
    background: #f1f1f1;
}
#content-top {    
    margin-top: 60px;
}
#content-top .text div,
#content-middle .text div,
#content-bottom .text div {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.post-content .content-col {
    margin-bottom: 30px;
}
.wp-block-separator {
    border-color: var(--bvd-light-gray);
}
.single-post .main-banner .img-credits {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 10px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #f1f1f1;
}
@media screen and (min-width: 768px) {
    .bvd-video {
        padding: 30px;
        background: #f1f1f1;
        margin-bottom: 30px;
    }
}
.bvd-video iframe {
    width: 100%;
    min-height: 630px;
}

.image-hotspot-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
.image-hotspot-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}
.image-hotspots {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}
.image-hotspot-item {
    position: absolute;
    top: var(--hotspot-y);
    left: var(--hotspot-x);
    z-index: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}
.image-hotspot-item.is-active {
    z-index: 5;
}
.image-hotspot-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0 5px;
    word-wrap: break-word;
    border: 1px solid #fff;
    border-radius: 999px;
    background: var(--bvd-dark-green);
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.image-hotspot-button:hover,
.image-hotspot-button:active,
.image-hotspot-item.is-active .image-hotspot-button {
    border-color: var(--bvd-black);
    background: var(--bvd-black);
    color: #fff;
}
.image-hotspot-button:focus-visible {
    outline: 2px solid var(--bvd-black, #000);
    outline-offset: 3px;
}
.image-hotspot-card {
    position: absolute;
    top: calc(100% + 10px);
    right: 50%;
    width: 260px;
    max-width: calc(100vw - 40px);
    padding: 14px;
    transform: translateX(50%);
    background: #fff;
    color: var(--bvd-black, #000);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    direction: rtl;
    font-size: 14px;
    line-height: 1.45;
    text-align: right;
}
.image-hotspot-card:before {
    position: absolute;
    top: -7px;
    right: 50%;
    width: 14px;
    height: 14px;
    transform: translateX(50%) rotate(45deg);
    background: #fff;
    content: "";
}
.image-hotspot-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.image-hotspot-card p {
    margin: 0 0 8px;
}
.image-hotspot-card p:last-child {
    margin-bottom: 0;
}
.image-hotspot-card a {
    display: inline-block;
    margin-top: 8px;
    color: var(--bvd-black, #000);
    font-weight: 700;
    text-decoration: underline;
}
.image-hotspot-description {
    max-height: 200px;
    overflow: auto;
}

.img.con-im {
    background-color: var(--bvd-off-white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.img.con-im .creds {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 15px;
    background: var(--bvd-black);
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.con-im .sch_xd {
    display: block;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    font-size: 14px;
    background: #fff;
    color: var(--bvd-dark-gray, #808080);
    font-feature-settings: 'clig' off, 'liga' off;
}
.con-im [itemprop="name"] {
    width: 100%;
    padding: 5px 15px;
    font-size: 12px;
}
#post-credits .section-inner-title h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
#post-credits {
    padding: 30px 0;
}
#post-credits .creds-item {
    color: var(--bvd-black, #000);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Heebo;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    display: inline-block;
    width: auto;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 5px;
}
#post-credits .creds-item label {
    font-weight: 700;
    display: inline-flex;
    margin-left: 5px;
}
#post-credits .creds-item .creds-v {
    display: inline-flex;
    margin-left: 5px;
}
#post-credits .creds-item .creds-v a {
    text-decoration: underline;
}
#post-credits .creds-item .creds-v p {
    margin: 0;
}

/* Posts Index */
.post-item {
    padding: 0 15px;
    margin-bottom: 30px;
}
.post-item .img-wrp {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.post-item .img-wrp a.wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 15px;
    background: var(--bvd-off-white);
}
.post-item .img-wrp img {
    min-height: 100%;
    max-width: unset;
    width: auto;
}
.post-item .title-wrp {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
@media screen and (min-width: 768px)
{
    .post-item .title-wrp {
        height: 115px;
    }
    .main-title-mobile {
        display: none;
    }
}
.post-item .title-wrp a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.post-item .title-wrp a h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 0 0;
    color: var(--bvd-black);
}
@media screen and (min-width: 768px) {
    .post-item .title-wrp a h2 {
        max-height: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
.post-item .author-wrp {
    color: var(--bvd-dark-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
}
.all-articles {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    background: #fff;
    padding: 0;
}
.all-articles > a {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2.7px;
    color: var(--bvd-dark-gray);
    padding-left: 40px;
    padding-right: 15px;
    background-color: #fff;
    display: inline-flex;
    position: relative;
    width: auto;
    white-space: nowrap;
}
.all-articles svg.link-dashed-line {
}
.all-articles > a svg.link-arrow-icon {
    position: absolute;
    left: 15px;
    top: 6px;
}
.all-articles > a.link-arrow:hover {
    letter-spacing: 2.7px;
    font-weight: 400;
    color: var(--bvd-black)
}
.all-articles > a.link-arrow:hover svg.link-arrow-icon path {
    fill: var(--bvd-green-gray);
    transition: all 0.2s linear;
}
.post-item-ad {
    margin-bottom: 30px;
}
.post-item-ad .img-wrp {
    height: 380px;
    background-color: var(--bvd-off-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
}

/* Professional Archive */
#professionals-list #archive-title .panes {
    padding: 15px 0;
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media screen and (min-width: 768px) {
    #professionals-list #archive-title .panes {
        padding: 15px 0 90px;
        background: var(--bvd-super-light-gray);
    }
    #professionals-list #archive-title .panes:before,
    #professionals-list #archive-title .panes:after {
        content: ' ';
        background: url(../images/specials/torn_paper.png);
        position: absolute;
        height: 30px;
        width: 100%;
        z-index: 1;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 50% 0%;
    }
}
.tax-professional-category #professionals-list #archive-title .panes {
    padding: 60px 0;
}
#professionals-list #archive-title .panes:before {
    bottom: 0;
}
#professionals-list #archive-title .panes:after {
    top: 0;
    transform: rotate(180deg);
}
#professionals-list #archive-title .title-pane {
    justify-content: center;
    display: flex;
}
#professionals-list #archive-title .title-pane .main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}
.section-page #professionals-search {
    position: relative;
}
.section-page #professionals-search:before,
.section-page #professionals-search:after {
    content: ' ';
    background: url(../images/specials/torn_paper.png);
    position: absolute;
    height: 30px;
    width: 100%;
    z-index: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.section-page #professionals-search:before {
    top: -15px;
    transform: rotate(180deg);
}
.section-page #professionals-search:after {
    bottom: -5px;
}
.section-page #professionals-search .section-search-header {
    padding-top: 30px;
}
.section-page #professionals-search .title-pane {
    justify-content: center;
    display: flex;
}
.section-page #professionals-search .title-pane .main-title {
    max-width: 300px;
    float: left;
}
.section-page #professionals-search .title-pane .main-title .archive-title,
#professionals-list #archive-title .title-pane .main-title h1 {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
}
#professionals-list .professional-social-box {
    margin-bottom: 20px;
}
#professionals-list .professional-social-box ul li.prof-social {
    display: flex;
    justify-content: center;
    align-items: center;
}
#professionals-list .professional-social-box ul li.prof-social a {
    background-color: var(--bvd-light-gray);
    margin: 0;
}
#professionals-list .professional-social-box ul li.prof-social a:hover {
    background-color: var(--bvd-green-gray);
    color: #fff;
}

#professionals-search form.row {
    padding: 30px 0;
    max-width: 920px;
    margin: auto;
}
#professionals-search form .form-col {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}
#professionals-search form .form-col input:not([type="submit"]),
#professionals-search form .form-col select {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #DEDEDE;
    outline: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: var(--bvd-dark-gray);
}
#professionals-search form .form-col input:not([type="submit"])::placeholder,
#professionals-search form .form-col select::placeholder {
    color: var(--bvd-dark-gray);
}
#professionals-search form .form-col input[type="submit"] {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    padding: 0 10px;
    width: 100%;
    border: 0;
    border-radius: 0;
    background-color: var(--bvd-green-gray);
}

.section-search-header {
    padding: 15px 0;
    background: var(--bvd-super-light-gray);
}

.professional-search-item {
    margin-bottom: 30px;
}
.professional-search-item .profile-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.professional-search-item .professional-title-box .profile-image {
    margin-top: -50px;
    z-index: 1;
}
.professional-search-item .slider-wrap {
    position: relative;
}
.professional-search-item .swiper-slide {
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.professional-search-item .title {
    text-align: center;
}
.professional-search-item .wrapper {
    position: relative;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    padding: 0 5px;
}
.professional-search-item .img-credits {
    display: none;
}
.professional-search-item .slider-nav-pr {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    height: 40px;
}
.professional-search-item .professional-title-box .prof-title {
    font-size: 18px;
    margin-bottom: 5px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.professional-search-item .professional-title-box .county {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 12px;
}
.professional-search-item .slider-wrap {
    height: 180px;
    overflow: hidden;
}
.professional-search-item .img-inner-wrp {
    height: 180px;
    overflow: hidden;
}
.bvd-button.light-gray {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    background: #C5C5C5;
    color: #FFFFFF;
    border-radius: 3px;
    font-weight: 400;
    font-size: 18px;
}
.bvd-button.light-gray:hover {
    background: var(--bvd-green-gray);
}


.single-post #content-main {
    margin-top: 60px;
}
#content-main h2.wp-block-heading {
    font-weight: 600;
    font-size: 16px;
}
.single-post #content-main a {
    color: var(--bvd-blue);
}


/* Specials */
.page-specials {
    position: relative;
    background: var(--bvd-super-light-gray);
}
.page-specials-header {
    position: relative;
    background: var(--bvd-super-light-gray);
}

/* Guides */
.page-guides-archive {
    position: relative;
    background: #F7F0E7;
}
.page-guides-header {
    position: relative;
    background: #F7F0E7;
}
.page-guides-header:before{
    content: ' ';
    background: url(../images/specials/torn_paper.png);
    position: absolute;
    height: 30px;
    width: 100%;
    z-index: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    transform: rotate(180deg);
    top: -8px;
}
.page-guides-archive .container {
    max-width: 900px;
}
.page-guides-archive #section-title {
    text-align: center;
    padding: 10px 0;
}
.page-guides-archive #section-title .banner-image {
    max-height: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-guides-archive h1 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.page-guides-archive #content-main {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}
.page-guides-archive #guides-index {
    padding-bottom: 10px;
}
.page-guides-archive #guides-index .guides-row {
    position: relative;
    margin-bottom: 120px;
}
.page-guides-archive #guides-index .guides-row:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 31px 36px rgba(0, 0, 0, 0.25), 0px 48px 64px rgba(0, 0, 0, 0.25);
}
.guide-item {
    margin-bottom: 30px;
    padding: 0 25px;
}
.guide-item .wrapper {
    position: relative;
}
.guide-item:not(.lg) .content-wrp {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}
.guide-item .wrapper:hover .content-wrp {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}
.guide-item h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
    max-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 100%;
}
.guide-item .img-wrp {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
}
.guide-item .img-wrp a {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide-item .img-wrp a .title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
    color: #fff;
}

.guide-item.lg {
    padding: 0 15px;
}
.guide-item.lg .img-wrp {
    height: 380px;
    position: relative;
}
.guide-item.lg .img-wrp a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.guide-item.lg .img-wrp a img {
    max-width: unset;
    min-width: 100%;
    min-height: 100%;
}
.guide-item.lg .img-wrp a .title {
    height: 134px;
}
.guide-item.lg h2 {
    max-height: 134px;
    font-size: 18px;
}
.guide-item h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
    max-height: 80px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.guide-item .desc {
    height: calc(100% - 50px);
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.guide-item .desc .link-arrow {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guide-item.lg .desc {
    text-align: center;
    font-size: 14px;
    height: 65px;
}
.guide-item .link {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guide-item .link-arrow {
    width: 100%;
    text-align: center;
}
/* Guides Archive */
.page-guides-archive {
    position: relative;
}
.page-navigation {
    margin-bottom: 30px;
}
.page-navigation.sticky {
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #f7f0e7;
    z-index: 3;
}
.admin-bar .page-navigation.sticky {
    top: 137px;
}
.page-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    list-style-type: none;
}
.page-navigation .nav-links .page-nav-link {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    flex-grow: unset;
    flex-basis: unset;
}
.page-template-page-guides-archive .page-navigation .nav-links .page-nav-link a {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    color: #000;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    transition: all 0.2s linear;
    font-weight: 400;
}
.page-template-page-guides-archive .page-navigation .nav-links .page-nav-link a:hover,
.page-template-page-guides-archive .page-navigation .nav-links .page-nav-link.active a {
    color: #000;
    background: #f0e2d0;
    border-color: #f0e2d0;
    transition: all 0.2s linear;
}

/* Accessibilty */
#uni-toolbar #style_selector #style_selector_container, body.uni-toolbar-no-anim #uni-toolbar #style_selector #style_selector_container, html.uni-toolbar-no-anim #uni-toolbar #style_selector #style_selector_container,
#uni-toolbar .ss-content-block-logo,
#uni-toolbar #style_selector .ss-content-block-options,
#uni-toolbar .ss-content-block-logo {
    background-color: var(--bvd-off-white) !important;
}
#uni-toolbar #style_selector a path {
    fill: var(--bvd-dark-green);
}
#uni-toolbar .ss-button:not(.buy-logo-button) {
    box-shadow: 0 10px 20px rgba(124,14,126,.04), 0 2px 6px rgba(124,14,126,.04), 0 0 1px rgba(124,14,126,.04), inset 0 0 0 2px rgb(97 123 101) !important;
}
#uni-toolbar #style_selector a:focus, #uni-toolbar #style_selector a:hover {
    background: var(--bvd-light-gray) !important;
    color: var(--bvd-black) !important;
}
#uni-toolbar #style_selector a:focus path, #uni-toolbar #style_selector a:hover path {
    fill: var(--bvd-olive-green) !important;
}
#uni-toolbar .help-button {
    -webkit-text-fill-color: var(--bvd-black) !important;
}
#uni-toolbar #style_selector .ss-button.active {
    background: var(--bvd-dark-green) !important;
}
@media screen and (min-width: 1200px) {
    #uni-toolbar #style_selector .style-toggle {
        margin-left: 395px !important;
        top: calc(50% - 395px) !important;
    }
}
.uni-toolbar-close #uni-toolbar #style_selector {
    z-index: 101 !important;
}

/* User Menu */
#bvd-user-menu {
    position: fixed;
    left: 80px;
    top: calc(50% - 200px);
    z-index: 100;
}
#bvd-user-menu ul {
    list-style: none;
    width: 52px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#bvd-user-menu ul li {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bvd-user-menu ul li.h64 {
    height: 52px;
    margin-top: 8px;
}
#bvd-user-menu a,
#bvd-user-menu a:hover {
    transition: all 0.3s linear;
}
#scrollup {
    background: var(--bvd-gray);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(90deg);
}
#bvd-user-menu li.h64:hover #scrollup {
    background: var(--bvd-dark-green);
    width: 52px;
    height: 52px;
}
#scrollup svg path{
    fill: #fff;
}
#bvd-user-menu a.bvd-icon.side-menu svg {
    width: 100%;
    height: 100%;
}
#bvd-user-menu a.bvd-icon.side-menu {
    margin: 0;
    width: 32px;
    height: 32px;
    line-height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: var(--bvd-gray);
    color: #fff;
    border-radius: 50%;
}
#bvd-user-menu a.bvd-icon.side-menu:hover {
    background: var(--bvd-green-gray);
    width: 36px;
    height: 36px;
}
#bvd-user-menu a.bvd-icon.side-menu.accessibility {
    background: #fff;
}
#bvd-user-menu a.bvd-icon.side-menu.accessibility:hover svg path {
    fill: var(--bvd-green-gray);
}
#bvd-user-menu .bvd-vert-l {
    writing-mode: vertical-lr;
    display: inline-flex;
    cursor: default;
    width: 30px;
    margin-bottom: -10px;
    text-orientation: mixed;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    letter-spacing: 3px;
    color: #808080;
    transform: rotate(180deg);
    position: absolute;
    bottom: -230px;
    height: 240px;
    transition: all 0.3s linear;
    padding-bottom: 10px;
}
#bvd-user-menu li.h64:hover .bvd-vert-l {
    padding-bottom: 20px;
    transition: all 0.3s linear;
}

/* Homepage / Frontpage */

.home #content-title .main-banner .img-wrp,
.home #content-title .main-banner .img-wrp a {
    height: 580px;
    max-width: 870px;
}
.home #content-title .title-pane {
    width: calc(100% - 870px);
}
.home #content-title .media-pane {
    width: 870px;
}
.home #content-title .main-banner .img-wrp img {
    min-width: 100%;
}
.home #content-title .main-banner .img-wrp a {
    height: 580px;
}
.home .section-desc .text {
    font-size: 24px;
    line-height: 34px;
    color: var(--bvd-black);
    max-width: 830px;
    margin: auto;
    padding: 0;
    margin-bottom: 30px;
}
.home .post-item {
    margin-bottom: 0;
}

.home .design-style-item {
    margin-bottom: 30px;
}
.home .design-style-item a {
    color: var(--bvd-black);
}
.home .design-style-item a:hover .title {
    color: var(--bvd-green-gray);
    transition: all 0.2s;
}
.home .design-style-item .title-en {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    height: 30px;
}
.home .design-style-item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    height: 30px;
    transition: all 0.2s;
}
.home .design-style-item .desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    height: 60px;
}
.home .design-style-item .img-wrp {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .home #promoted_categories .promoted-category-item {
        width: calc(100% / 5);
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home #promoted_categories .promoted-category-item {
        width: calc(100% / 4);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home #promoted_categories .promoted-category-item {
        width: calc(100% / 3);
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .home #promoted_categories .promoted-category-item {
        width: calc(100% / 2);
    }
}
.home #promoted_categories .promoted-category-item {
    margin-bottom: 30px;
}
.home #promoted_categories .promoted-category-item .img-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.home #promoted_categories .promoted-category-item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.home #business-styling-categories .business-styling-item {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .home #business-styling-categories .business-styling-item[data-index="4"] {
        display: none;
    }
}
.home #business-styling-categories .business-styling-item .img-wrp {
    margin-bottom: 10px;
}
.home #business-styling-categories .business-styling-item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}
.home .professional-title-box .profile-row {
    margin: 0;
}
.home .professional-title-box .profile-image .wrap {
    height: 100%;
    width: 100%;
}
.home .professional-title-box .profile-image {
    width: 120px;
    height: 120px;
}
.home .professional-title-box .profile-desc {
    width: calc(100% - 120px);
}
@media screen and (min-width: 768px) {
    .home #promoted-guides .row.guides-row {
        margin-right: calc(-.5 * var(--bs-gutter-x) - 15px);
        margin-left: calc(-.5 * var(--bs-gutter-x) - 15px);
    }
    .home .row.business-styling-index {
        margin-right: calc(-.5 * var(--bs-gutter-x) - 15px);
        margin-left: calc(-.5 * var(--bs-gutter-x) - 15px);
    }
    .home .row.promoted-categories-index {
        margin-right: calc(-.5 * var(--bs-gutter-x) - 15px);
        margin-left: calc(-.5 * var(--bs-gutter-x) - 15px);
    }
    .home .row.promoted-inspirational-articles {
        margin-right: calc(-.5 * var(--bs-gutter-x) - 15px);
        margin-left: calc(-.5 * var(--bs-gutter-x) - 15px);
    }
    .home .row.adv-b {
        margin-right: calc(-.5 * var(--bs-gutter-x) - 3px);
        margin-left: calc(-.5 * var(--bs-gutter-x) - 3px);
    }
}

/* QNA */
#bvd-qna-accordion {
    padding: 0;
}
.bvd-accordion-item {
    border: 0;
    border-bottom: 1px solid var(--bvd-gray);
    border-radius: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bvd-accordion-button {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    padding-left: 30px;
    transition: all 0.2s;
}
@media screen and (min-width: 768px) {
    .bvd-accordion-button:hover,
    .bvd-accordion-button[aria-expanded="true"] {
        color: var(--bvd-green-gray);
        transition: all 0.2s;
    }
}
.accordion-header {
    margin-bottom: 0;
    line-height: 1rem;
    color: var(--bvd-black);
}
.bvd-accordion-body {
    padding: 20px 5px 20px 20px;
    font-size: 16px;
    line-height: 24px;
}
.bvd-accordion-close {
    font-weight: 400;
    font-size: 10px;
    border-radius: 50%;
    border: 1px solid var(--bvd-dark-gray);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all 0.2s;
}
button[aria-expanded="true"] > .bvd-accordion-close {
    transform: rotate(45deg);
    transition: all 0.2s;
}

.bvd-accordion-body a { 
    border-bottom: 1px solid var(--bvd-green-gray);
    display: inline-flex;
    line-height: 18px;
}

.link-arrow {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4.375px;
    color: #808080;
    display: inline-block;
    transition: all 0.2s linear;
}
.link-arrow:hover {
    color: #000;
    font-weight: 500;
    letter-spacing: 5px;
    transition: all 0.2s linear;
}
.link-arrow svg {
    transition: all 0.2s linear;
}
.link-arrow:hover svg {
    margin-right: 5px;
    transition: all 0.2s linear;
}
.link-arrow:hover svg path {
    fill: var(--bvd-green-gray);
}

.bvd-popup {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    transform: translateY(100vh);
    transition: all 0.1s;
}
.bvd-popup.active {
    transform: translateY(0);
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
}
.bvd-popup .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bvd-popup .container {
    max-width: 670px;
}
.bvd-popup .media-pane {
    padding: 0;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bvd-popup .media-pane img {
    max-width: unset;
    min-width: 100%;
    min-height: 100%;
}
.bvd-popup .form-pane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 15px 30px;
    height: 500px;
    overflow: hidden;
}
.bvd-popup .bvd-signup-wrap {
    padding: 0;
}
.bvd-popup .close-popup {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;

}
.bvd-popup .close-popup svg  {
    transition: all 0.2s;
}
.bvd-popup .close-popup:hover svg  {
    transform: rotate(45deg);
    transition: all 0.2s;
}
.bvd-popup .close-popup.white svg path {
    fill: #fff;
}
.bvd-popup .bvd-popup-title {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 400;
    font-size: 46.6724px;
    line-height: 47px;
    color: var(--bvd-dark-green);
    text-align: center;
    margin-bottom: 10px;
}
.text-large-dark-gray {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: var(--bvd-dark-gray);
}
.bvd-popup-txt {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--bvd-dark-gray);
    margin-bottom: 10px;
}
.bvd-popup .thank-you {
    color: var(--bvd-dark-gray);
    text-align: center;
    display: none;
}
#bvd-newsletter-popup .bvd-popup .thank-you {
    color: #000000;
}
.bvd-popup .wpcf7 input.wpcf7-text,
.bvd-popup .wpcf7 select.wpcf7-select,
.bvd-popup .wpcf7 textarea.wpcf7-textarea,
.bvd-popup .wpcf7 input.wpcf7-email {
    border-radius: 3px;
    border: 1px solid #C5C5C5;
}
.nwsltd3d {
    box-shadow: 0 0 10px #000;
}
.t-word {
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    color: var(--bvd-dark-gray);
    line-height: 20px;
    margin-bottom: 20px;
}
#bvd-newsletter-popup .media-pane {
    background-image: url(../images/popup-bg-newsletter.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#bvd-contact-popup .media-pane {
    background-image: url(../images/popup-bg-contactus.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#bvd-contact-expert-popup .media-pane {
    background-image: url(../images/popup-bg-contactus.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.bvd-popup .wpcf7 textarea {
    width: 100%;
    height: 60px;
    text-align: right;
    font-size: 16px;
    color: var(--bvd-dark-gray);
}
.bvd-favorite { 
    display: inline-flex;
    margin-left: 10px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: var(--bvd-dark-gray);
}
@media screen and (min-width: 768px) {
    .bvd-favorite { 
        flex-direction: row-reverse;
    }
    .social-btns .bvd-favorite i { 
        margin-right: 5px;
    }
}
.professional-social-box .bvd-favorite span {
    display: none;
}

.bvd-remove-favorite { 
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #fff;
    background: #000;
    padding: 0 5px;
    font-size: 13px;
    border: 1px solid var(--bvd-dark-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 25px;
    opacity: 0;
}
.bvd-remove-favorite:hover { 
    background: var(--bvd-green-gray);
    color: #fff
}
.bvd-remove-favorite i {
    margin-left: 5px;
}
.post-item .img-wrp:hover .bvd-remove-favorite,
.professional-item .img-wrp:hover .bvd-remove-favorite { 
    opacity: 1;
}
.bvd-in-favorite {
    font-size: 14px;
    color: var(--bvd-dark-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: default;
    flex-direction: row-reverse;
}
.bvd-in-favorite i {
    margin-right: 5px;
}
#mylistTabs {
    border-bottom: 1px solid var(--bvd-dark-gray);
}
#mylistTabs .nav-link {
    background: #fff;
    color: var(--bvd-dark-gray);
    border: 1px solid var(--bvd-dark-gray);
    border-radius: 0;
    border-left: 0;
}
#mylistTabs .nav-item:last-child .nav-link {
    border-left: 1px solid var(--bvd-dark-gray);
}
#mylistTabs .nav-link.active {
    background: var(--bvd-green-gray);
    color: #fff;
}
#mylists .posts {
    padding: 60px 0;
}
.mylists #section-title .panes {
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--bvd-super-light-gray);
}
.mylists #section-title .panes:before,
.mylists #section-title .panes:after {
    content: ' ';
    background: url(../images/specials/torn_paper.png);
    position: absolute;
    height: 30px;
    width: 100%;
    z-index: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.mylists #section-title .panes:before {
    bottom: -8px;
}
.mylists #section-title .panes:after {
    top: -8px;
    transform: rotate(180deg);
}
.mylists #section-title .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
}
.mylists #section-title .banner-title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    flex-direction: column;
}
.mylists #section-title .banner-title h1 {
    font-size: 50px;
    margin: 0;
}
.mylists #section-title .subtitle {
    font-weight: 700;
    font-size: 28px;
}
.mylists #section-title .banner-desc {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
}

/* Pulse */
.pulse-effect {
	box-shadow: 0 0 0 0 rgba(163, 189, 168, 1);
	transform: scale(1);
	animation: pulse 2s 3;
    background-color: var(--bvd-green-gray);
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(163, 189, 168, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(163, 189, 168, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(163, 189, 168, 0);
	}
}

/* Comments */
.comment-form #reply-title {
    display: none;
}
.comment-form .must-log-in {
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
}
.comments-list .comment {
    border-bottom: 1px solid var(--bvd-light-gray);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.comments-list .comment p {
    margin: 0;
}
.comments-list .comment svg {
    margin-left: 10px;
}
@media screen and (min-width: 768px) {
    #commentform {
        display: flex;
        flex-flow: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
}
#commentform textarea,
#commentform input {
    height: 40px;
    width: 100%;
    border: 1px solid var(--bvd-light-gray);
}
#commentform textarea {
    min-height: 40px;
}
#commentform input[type="submit"] {
    font-weight: 400;
    font-size: 18px;
    height: 40px;
    width: 100%;
    border: 0;
    background-color: var(--bvd-green-gray);
    color: #FFFFFF;
}
#commentform label {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}
.comment-notes {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
}
.comment-form-comment  {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
}
@media screen and (min-width: 768px)
{
    .comment-form .comment-form-comment {
        width: calc(100% - 140px);
    }
    .comment-form .form-submit {
        width: 140px;
    }
}
.comment-form-author,
.comment-form-email {
    display: flex;
    flex-direction: column;
    width: calc(50% - 100px);
    padding: 0 15px;
}
.form-submit {
    display: flex;
    align-items: end;
    width: 200px;
    padding: 0 15px;
}
.comment-form-url {
    display: none;
}
.logged-in-as {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
}

/* Home - Inspiration */
#promoted-inspirational .article-item { 
    margin-bottom: 30px;
    padding: 0 15px;
}
@media screen and (min-width: 768px) 
{
    #promoted-inspirational .article-item { 
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
#promoted-inspirational .article-item .wrap { 
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 370px;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    background-color: #f1f1f1;
}
#promoted-inspirational .article-item .wrap:hover { 
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    transition: all 0.2s linear;
}
#promoted-inspirational .article-item .wrap img { 
    max-width: unset;
}
#promoted-inspirational .article-item.long .wrap { 
    height: 555px;
}
#promoted-inspirational .article-item .article-overlay { 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    display: flex;
    justify-content: center;
}
#promoted-inspirational .article-item .article-title-box { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    height: 50px;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 8px;
    color: var(--bvd-black);
}
#promoted-inspirational .article-item .article-title-box h2 { 
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #000000;
}
@media screen and (min-width: 768px) {
    #promoted-inspirational .article-item.push-up {
        margin-top: -185px;
    }
}

.home #promoted-specials .promoted-special-item {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.home #promoted-specials .promoted-special-item .image-right img,
.home #promoted-specials .promoted-special-item .image-left img {
    height: 251px;
}
#promoted-specials .promoted-special-item .image-right {
    padding: 0;
    text-align: right;
}
#promoted-specials .promoted-special-item .image-left {
    padding: 0;
    text-align: left;
}
#promoted-specials .promoted-special-item .image-right a,
#promoted-specials .promoted-special-item .image-left a {
    display: block;
    position: relative;
    height: 250px;
    overflow: hidden;
}
#promoted-specials .promoted-special-item .torn-paper-side {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 251px;
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#promoted-specials .promoted-special-item .image-right .torn-paper-side {
    top: -1px;
}
#promoted-specials .promoted-special-item .torn-paper-bottom {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    z-index: 0;
}
@media screen and (min-width: 768px) {
    #promoted-specials .promoted-special-item .torn-paper-bottom {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #promoted-specials .promoted-special-item .torn-paper-side {
        display: none;
    }
}
#promoted-specials .promoted-special-item .image-left .torn-paper-side {
    right: 0;
}
#promoted-specials .promoted-special-item .image-right .torn-paper-side {
    left: 0;
    transform: rotate(180deg);
}
#promoted-specials .promoted-special-item .text a {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#promoted-specials .promoted-special-item .article-title-box {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
#promoted-specials .promoted-special-item .title {
    color: var(--bvd-black);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    margin: 5px 0;
}
#promoted-specials .promoted-special-item .special-word {
    color: var(--bvd-dark-gray);
    text-align: center;
    font-family: Literata;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -2px;
}
.ad-section .inner {
    background-color: #f9f9f9;
    color: #fff;
    padding: 0;
    overflow-x: hidden;
    display: flex;
}
.row.ob-items {
    margin-bottom: 30px;
}
.row.ob-items > .ob-smartfeed-wrapper {
    padding: 0;
}

#section-extra .col-12 {
    padding: 0;
}



.tooltip {
    line-height: 16px;
    font-size: 10px;
}
#content-promot-ob-f {
    margin-bottom: 30px;
}
#related-guides .section-title {
    margin-top: 0;
}

.ad-container {
    position: relative;
}
.ads-container .sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.25s;
}
.ads-container .sticky.closed {
    bottom: -120px;
    transition: all 0.25s;
}
@media screen and (max-width: 767px) {
    .ad-container.mobile {
        padding: 0;
        text-align: center;
    }
    .ads-bar {
        overflow-x: hidden;
    }
}
@media screen and (min-width: 768px) {
    .ad-container.st-desk {
        width: auto;
        padding: 0;
        text-align: center;
        transition: all 0.25s;
    }
    .ad-container.st-desk.highlighted {
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        transition: all 0.25s;
    }
}
.ads-container-wrapper {
    display: flex;
    justify-content: center;
}
.ad-container .close-popup {
    position: absolute;
    left: -25px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s;
    opacity: 0;
}
.ad-container .close-popup:hover {
    background: #fff;
    box-shadow: 0 0 10px #000;
    transition: all 0.25s;
}
.ad-container:hover .close-popup {
    opacity: 1;
}