html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px;
	padding:0;
	margin:0;
}
body {background:#fff; color:#545454; font-family: 'Montserrat', sans-serif; font-weight:400; font-size:1em; margin:0; overflow-x:hidden;}
p {font-family: 'Montserrat', sans-serif; line-height:1.5em;}
ul,li {line-height:1.5em; }
em {font-style:italic;}
hr{opacity:.7;}
img {
    max-width: 100%;
    height: auto;
}


b, strong {
    font-weight: bold;
}


a {text-decoration:none;}
a:hover, a:focus, a:active {text-decoration:none;}

.btn {font-family: 'Montserrat', sans-serif; font-size:0.9em; line-height:1.3em; text-decoration:none; padding: 0.5rem 1.25rem; border-radius:4px; transition:0.25s all ease-in-out; display:inline-flex; column-gap:0.5em; justify-content:space-between; align-items:center; text-align:left; min-height:56px;}
.btn:hover, .btn:active, .btn:focus {}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.5rem 0.75rem;
    font-size:80%;
}
.btn-group-lg>.btn, .btn-lg {padding: 1rem 2.5rem;}

.btn-light {background:#ddeee8; color:#545454; border-color:#ddeee8;}

.btn-light:hover, .btn-light:active, .btn-light:focus {
    background-color: transparent;
    border-color: #ddeee8;
    color:#ddeee8;
}

.btn-light-alt {background:#ddeee8; color:#545454; border-color:#ddeee8;}

.btn-light-alt:hover, .btn-light-alt:active, .btn-light-alt:focus {
    background-color: transparent;
    border-color: #545454;
    color:#545454;
}

.btn-dark {background:#545454; color:#dcf1e9; border-color:#545454;}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    background-color: transparent;
    border-color: #545454;
    color:#545454;
}

.btn-outline {background:transparent; color:#545454; border-color:#12be9c;}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
    background-color: #545454;
    border-color: #545454;
    color:#ddeee8;
}

.btn-sienna {background:#ae7f40; color:#fff; border-color:#ae7f40;}

.btn-sienna:hover, .btn-sienna:active, .btn-sienna:focus {
    background-color: #936938;
    border-color: #936938;
    color:#fff;
}

.btn-outline-sienna {background:transparent; color:#000; border-color:#ae7f40;}

.btn-outline-sienna:hover, .btn-outline-sienna:active, .btn-outline-sienna:focus {
    background-color: #936938;
    border-color: #936938;
    color:#fff;
}

.btn-outline-sienna-light {background:transparent; color:#fff; border-color:#ae7f40;}

.btn-outline-sienna-light:hover, .btn-outline-sienna-light:active, .btn-outline-sienna-light:focus {
    background-color: #936938;
    border-color: #936938;
    color:#fff;
}

.btn-arrow:after {
  display: inline-block;
    content: "\F138";
    font-family: 'bootstrap-icons';
    font-size:1.2em;
}

.btn-schedule {width:220px; max-width:100%; margin-right:15px;}

.btn-border {
    color: inherit;
    border: 3px solid #fff;
}
.btn-border:hover {background:#fff; color:#000; border-color:#fff;}

.btn-red {background:#D54F43; color:#fff;}
.btn-red:hover, .btn-red:active, .btn-red:focus {background:#C14640; color:#fff;}

.btn-blue {background:#25a6e7; color:#fff;}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {background:#1a8bb7; color:#fff;}

.cct_btn a {text-decoration:none; padding: 0.75rem 1.5rem; border-radius:1000px; transition:0.25s all ease-in-out; display:inline-flex; column-gap:0.5em; align-items:center; background:#156baa; color:#fff;}

.cct_btn a:hover, .cct_btn a:focus, .cct_btn a:active {background:#1c3e6d; color:#fff;}

@media(max-width:480px) {
    .btn {
        display:flex;
    }
    .btn-schedule {width:100%; margin-bottom:15px; margin-right:0;}
}


pre {
    white-space: normal;       /* Since CSS 2.1 */
    white-space: -moz-normal;  /* Mozilla, since 1999 */
    white-space: -normal;      /* Opera 4-6 */
    white-space: -o-normal;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-size:inherit;
}

.container.fourteen {max-width:1400px;}

.bg-peach {background:#E0B6A0;}
.bg-light-peach {background:#F7EFE9;}
.bg-sage {background:#9AA6A2;}
.bg-blue {background:#25a6e7;}
.bg-dark-blue {background:#1a3e61;}
.bg_gradient {background: linear-gradient(to bottom,  #146dac 0%,#1c3e6d 100%);}

section ul {list-style:disc;}

.rt-reading-time {
    color: #aaa;
    margin-bottom: 25px;
    font-style: italic;
}

.btn.icon-cal {gap:0em;}

.icon-cal:before {
    content:'\F1E2';
    font-family:bootstrap-icons;
    display:inline-block;
    font-size:1em;
    margin-right:0.5em;
}

/****** Universal styles ******/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family:'Playfair Display', 'Times New Roman', serif; font-weight: 400; line-height:1.3em; color:#000000;}

h1,.h1 {
    font-size:3.6em;
}

h2,.h2 {
    font-size:3.3em;
}

h3,.h3 {
    font-size:3em;
}

h4,.h4 {
    font-size:2.8em;
}

h5,.h5 {
    font-size:2.6em;
}

@media(max-width:480px) {
    h1,.h1 {
        font-size:2.8em;
    }
    
    h2,.h2 {
        font-size:2.4em;
    }
    
    h3,.h3 {
        font-size:2.2em;
    }
    
    h4,.h4 {
        font-size:2em;
    }
    
    h5,.h5 {
        font-size:1.8em;
    }
}

h1 span.highlight, h2 span.highlight, h3 span.highlight {
  font-size:40%;
  font-family:'Montserrat', sans-serif;
  text-transform:uppercase;
  color:#ae7f40;
  font-weight:500;
  display:block;
  line-height:1.5em;
}

.subheading {
    color:#08bed5;
    font-size:60%;
    display:block;
    font-weight:700;
    letter-spacing: 0.1em;
    text-transform:uppercase;
}


.text-peach {color:#CA7D60;}
.text-light-peach {color:#F7EFE9;}
.text-sage {color:#9AA6A2;}
.text-blue {color:#25a6e7;}
.text-dark-blue {color:#1a3e61;}
.text-gray {color:#bbb;}


.black{color:#000;}
.red a {color:#ed2124;}
.red.btn {color:#fff;}
span.red {color:#fff; background:#ed2124; font-size: 50%; vertical-align:top; padding: 4px 8px;}

.lite, .pink, .zen, .pricing, .snow, .tri, .feathers, .wall, .sf {background-color:#eee; color:#333;}
.repeat, .zen, .wood, .leather, .ratings {background-repeat:repeat;}
.no-repeat, .map, .sf{background-repeat:no-repeat;}

.clr {clear:both; height:10px;}
.clrMid {clear:both; height:50px;}
.clrTop {clear:both; height:100px;}

.edit-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999999;
}

.lead strong, .lead b {font-weight:bold;}


.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title>* {
    color: inherit;
}

.entry-content ul {list-style:disc; }
.entry-content ol {list-style:decimal;}
.entry-content #primary.widget-area ul.sid, .nav-tabs {margin-left:0; padding-left:0;}

.entry-content ul.half li {width: 50%; float:left;}
.entry-content ul.thirds li {width: 33%; float:left;}
.entry-content ul.fourths li {width: 25%; float:left;}

ul.check {
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:0.5em;
    padding-left:1rem;
}

ul.check li {
    display:flex;
    gap:0.5em;
}

ul.check li:before {
    display: inline-block;
    content: "\F270";
    color: #ae7f40;
    font-family: 'bootstrap-icons';
    font-size: 1.2em;
}

ul.check_marks_circle {
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    padding:0;
}

ul.check_marks_circle li {
    margin-bottom:10px;
    width:33%;
}

ul.check_marks_circle.fullwidth li {
    width:100%;
    margin-bottom:6px;
}

ul.check_marks_circle li:before {
    display: inline-block;
    content: "\F270";
    vertical-align: -.25em;
    margin-left: 10px;
    margin-right: 8px;
    color: #fff;
    font-family: 'bootstrap-icons';
    font-size: 1.2em;
}

.list-group-flush li {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-flush li:last-child { border-bottom:0;}

.list-group-flush li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

@media(max-width:992px) {
    ul.check_marks_circle li {
        width:50%;
    }
}

@media(max-width:400px) {
    ul.check_marks_circle li {
        width:100%;
    }
}


.row.collapse {
    display: block;
margin:0;
}

.row.collapse .col-sm-4 {
    padding: 0;
}


img.round {border-radius:1000px;}


#sidebar .card {margin-bottom: 15px; overflow:hidden;}
#sidebar .card .card-body {padding:0;}
#sidebar .card ul {margin:0; list-style:none;}
#sidebar .card ul li a {display:block; padding: 10px 10px 10px 20px; background:#fff;border-bottom: 1px solid #ddd;}
#sidebar .card ul li:last-child a {border-bottom: 0;}
#sidebar .card ul li a:hover {text-decoration:none; background:#f9f9f9;}

#sidebar .card-header {
    background:url(images/hhl-icon.png) no-repeat center right;
    background-size:contain;
}

.card-image-slant {
    position:relative;
    margin-bottom:15px;
}
.card-image-slant:after {
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 35px;
    transform: skewY(2deg);
    top: 175px;
    left: 0;
    z-index: 1111111;
    background: #fff;
}


#markets .list-inline-item {
    margin-bottom: 2em;
}


.wp-block-quote {
    margin-bottom: 1rem;
    border-left: 4px solid #ccc;
    font-size: 1.25rem;
    padding-left: 25px;
}

.wp-block-quote p {margin:0; line-height:1.4em; padding:0;}
.wp-block-quote cite {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.wp-block-quote cite::before {
    content: "\2014 \00A0";
}



.cct-trust-icons h3 {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cct-trust-icons h3 strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    display: block;
    font-weight:400;
    margin-bottom:10px;
}

.cct-trust-icons {
    grid-template-columns: 70px auto !important;
    margin-top:20px;
    margin-bottom:20px;
}

.cct-trust-icons img {max-height:65px; width:auto;}

.cct-trust-icons > .wp-block-media-text__media {text-align:center;}

@media(max-width:480px) {
    .cct-trust-icons {
        margin-top:0;
        margin-bottom:30px;
    }
}






/****** SECTIONS ******/

#main_header {
    padding: 15px 0; 
    background:rgba(255,255,255,0.8);
    width:700px;
    max-width:calc(100% - 30px);
    margin: 15px auto;
    border-radius:10px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

#main_header * {
	transition:all 0.4s ease-in-out;
}

#main_header a {
    color:#fff;
}

#main_header.scrolled {
  background-color: #e9fbff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

#main_header a:focus, header a:active, header a:hover {
    color:#ccc;
}

#main_header.scrolled a {
    color: #156baa;
}

#main_header.scrolled #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #main_header.scrolled #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #main_header.scrolled #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #156baa;
}


#logo {
    position: relative;
    width: 90px;
    transition: width 0.3s ease;
}

#logo.shrink {
  width:120px;
}

#logo img {width:100%; height:auto;}

#top_header {
    background:#f0ebeb;
    padding: 10px 15px;
}

#top_header p {font-size:0.9em;}

#top_header a:not(.btn) {
    font-weight:700;
}

.woo_items {
    width:100%;
}

@media (max-width:1170px) {
	#top_header {display:block;}
}


.cct-card .cct-card-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    height: 100%;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color:#fff;
}

.cct-card .cct-card-info h2 {color:#fff;} 




section,.section {padding-top:80px;padding-bottom:80px; z-index:1; margin-bottom:0; position:relative;}
section.tight,.section-tight {padding: 25px 0;}
section.tall,.section-tall {padding: 150px 0;}
section.full,.section-full {height: 100%; overflow:visible;}
section.sbr-feed {padding:0;}

section.top-header {
    height:480px;
    padding:0;
    background:#000 no-repeat center center;
    background-size:cover;
}

.section.hero {
	margin-bottom:0;
}
.section.hero > div {z-index:1;}
.section.hero h1 strong {
    font-size:50%;
    text-transform:uppercase;
    display:inline-block;
    font-weight:600;
}

.section.blue_bar, 
.section.blue_bar_alt {
    padding:15px 0;
}

@media(min-width:1200px) {
    .section.blue_bar .empty_space, 
    .section.blue_bar_alt .empty_space {
        flex-basis:300px !important;
    }
}

.blue_bar .container, 
.blue_bar_alt .container {
    position:relative;
}

.blue_bar .container:before {
    content: '';
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9fbff+100 */
background: linear-gradient(to right,  #f1f1f1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    width: 100%;
    height: 272px;
    z-index: -1;
    -webkit-border-top-left-radius: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -moz-border-radius-topleft: 1000px;
    -moz-border-radius-bottomleft: 1000px;
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    left: 25px;
    margin-top: 14px;
}


.blue_bar_alt .container:before {
    content: '';
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9fbff+100 */
background: linear-gradient(to right,  #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    width: 100%;
    height: 272px;
    z-index: -1;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    right: 25px;
    margin-top: 14px;
}


.section.why_us {
    padding:200px 0;
    background: linear-gradient(to bottom,  #146dac 0%,#1c3e6d 100%);
}

.section.why_us:after {
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:url(images/choose-us-bg-new.webp) no-repeat center center;
    background-size:cover;
    z-index:0;
}

.section.why_us .content_info {
    width:480px;
    max-width:100%;
    margin:0 auto;
    z-index:1;
    position:relative;
}

@media(max-width:780px) {
    .section.why_us {padding:60px 0;}
    .section.why_us:after {
        display:none;
    }
    .section.hero {text-align:center;}
    .section.hero .wp-block-spacer {display:none;height:0;}
    .blue_bar .container:before {left:25%; width: 75%;}
    .blue_bar_alt .container:before {right:25%; width: 75%;}
}

@media(max-width:574px) {
    .blue_bar .container:before {background:none;}
    .blue_bar_alt .container:before {background:none;}
}



.bg-dark-blue.curve_bottom, 
.bg-blue.curve_bottom 
{padding-bottom:5px; margin-bottom:150px;}

.bg-dark-blue.curve_bottom:after {
	content:'';
	position:absolute;
	width:100%;
	height:300px;
	background:url(images/dark-blue-bottom.png) no-repeat bottom right;
	background-size:auto 300px;
	bottom:-300px;
} 

.bg-blue.curve_bottom:after {
	content:'';
	position:absolute;
	width:100%;
	height:300px;
	background:url(images/blue-bottom.png) no-repeat bottom right;
	background-size:auto 300px;
	bottom:-300px;
} 

.bg-dark-blue.curve_top, 
.bg-blue.curve_top 
{padding-top:5px; margin-top:150px;}

.bg-dark-blue.curve_top:before {
	content:'';
	position:absolute;
	width:100%;
	height:300px;
	background:url(images/dark-blue-top.png) no-repeat top left;
	background-size:auto 300px;
	top:-300px;
}

.bg-blue.curve_top:before {
	content:'';
	position:absolute;
	width:100%;
	height:300px;
	background:url(images/blue-top.png) no-repeat top left;
	background-size:auto 300px;
	top:-300px;
} 


.section.pad_bottom {
	margin-bottom: -150px;
	padding-bottom: 250px;
}





figure.wp-block-gallery figure {
    overflow: hidden;
}

figure.wp-block-gallery figure img {
    transition: 0.5s transform ease-in-out;
}

figure.wp-block-gallery figure:hover img {
    transform: scale(1.1);
}







.stacked_logo {
    z-index: 2;
    margin-bottom: -140px;
}

.blog_hero {
    background:#fff no-repeat center center;
    background-size:cover;
    padding: 160px 0 0;
    overflow: hidden;
}

.blog_hero h1 {
    margin: 0;
    background: #fff;
    display: inline-block;
    padding: 5px 30px;
}
.single_post_section .main_content {
	width:900px;
	max-width:100%;
}

.blog_section, .single_post_section {padding: 100px 0 180px;}



.featured_testimonials {
    background:#F7F0F6 url(images/featured_testimonials_lines.svg) no-repeat top left;
    background-size:200px;
    position:relative;
    margin: 0;
}

.featured_testimonials:before {
    content:'';
    position:absolute;
    height:29px;
    width:100%;
    background:url(images/featured_testimonials.svg) no-repeat bottom center;
    background-size:cover;
    top:-25px;
    z-index:2;
}

.featured_testimonials > div {
    padding:80px 0;
     background:url(images/featured_testimonials_dots.svg) no-repeat bottom right;
    background-size:400px;
}



#blog {
    background:url(images/circle_dots.svg) no-repeat left top;
    background-size:300px;
    position:relative;
    margin:0;
}

#blog > div {
    padding:30px 0 140px;
     background:url(images/blue-lines-bottom-right-01.svg) no-repeat bottom right;
    background-size:300px;
}



#new_clients {
    background:#EFE9F1 url(images/circle_dots_light_blue_right.svg) no-repeat right top;
    background-size:300px;
    position:relative;
    margin:-60px 0 0;
    padding-bottom:5px;
}

#new_clients:before {
    content:'';
    position:absolute;
    height:29px;
    width:100%;
    background:url(images/paint-blue-top-alt.svg) no-repeat bottom center;
    background-size:cover;
    top:-25px;
    z-index:2;
}

#new_clients .img_paint_left {
    margin-top:-170px;
    position:relative;
}

#new_clients .cursive {
    font-size: 4em;
    margin-bottom: -11px;
    z-index: 1;
    position: relative;
}

input.form-control, select.form-select, textarea.form-control {
    padding:0.7em 1em;
    background:rgba(255,255,255,0.4);
    border-color:rgba(0,0,0,0.1);
}

input.form-control::placeholder, select.form-select::placeholder, textarea.form-control::placeholder {
    color:#cfbed5;
}


.new_clients_group > div {width:420px; max-width:100%; justify-self:start;}

@media(max-width:767px) {
    .new_clients_group > div {justify-self:center;}
}

#related-posts {
    background:#fff;
}


.section.about {
    background:url(images/about_section-01.svg) no-repeat top right;
    background-size:250px;
}


#primary {display:flex; flex-direction:column; height:100%;}

#primary .sticky-top {
	top:150px;
}

#primary p, #primary h3 {line-height:1.3em;}

#primary .sidebar_services {
	box-shadow: 10px 10px 0 rgba(0,0,0,0.05);
}

#primary .sidebar_services .cta_btn {
	margin-bottom:-20px;
}


.ls-1 {
    letter-spacing: 0.1em;
}



.woocommerce nav.woocommerce-pagination ul {
	border:0px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border:0;
	margin:0 2px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	background:#f9f9f9;
	color:#666;
	border:1px solid #ddd;
	border-radius:5px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
	background: #333;
    border-color: #333;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
	background:#ddd;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:focus, .woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus, .woocommerce nav.woocommerce-pagination ul li a.next:hover{
	background:#555;
	border-color:#555;
	color:#fff;
}

.woocommerce nav.woocommerce-pagination ul li span {
	border:0;
	background:#fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ccc;
	background:#fff;
	border:1px solid #ddd;
}


.search_box {
    background: #eee;
    border: 2px solid #ddd;
    padding: 30px;
    border-radius: 5px;
    margin-top: 0;
    transition: margin 0.3s ease-in-out;
}

.search_box .form-control, .search-mortgage-bankers .form-control {
    height:42px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.search_box .or {
    text-align:center;
    font-weight:bold;
    color:#093b5d;
    padding: 5px 20px;
    margin: 50px 0;
}

.search_box .or:before {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    background: #093b5d;
    top: 14px;
    left: 0;
    position: relative;
}

.search_box .or:after {
    content: '';
    display: block;
    width:40%;
    top: -12px;
    left: 60%;
    height: 2px;
    background: #093b5d;
    position: relative;
}






/*********** Leadership Styles *************/
.read_bio {
    margin: 0 0 -25px !important;
    cursor:pointer;
}
.read_bio figure > div:after {
    content: 'READ BIO';
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: #18a0b3;
    position: relative;
    height: 60px;
    margin: -60px 0 0;
    text-align: center;
    line-height: 60px;
    color: #fff;
    top: -50px;
    opacity: 0;
    transition: 0.3s opacity ease-in-out, 0.3s top ease-in-out;
}

.read_bio img {
    padding: 0;
    margin: 0;
    width: 340px;
    transition: 0.3s opacity ease-in-out;
}

.read_bio figure > div:hover:after {
    opacity: 1;
    top: -42px;
}

.read_bio:hover img {
    opacity: 0.7;
}



.home .wp-block-themeisle-blocks-accordion-item {
	border-bottom: 1px solid rgba(37,166,231,0.25);
}

.home .wp-block-themeisle-blocks-accordion-item:last-child {
	border-bottom: 0;
}

.home .wp-block-themeisle-blocks-accordion-item h2 {
	color:#fff;
	font-family: 'amster', serif;
    font-weight:300;
}

.home .wp-block-themeisle-blocks-accordion:not(.has-icon)>.wp-block-themeisle-blocks-accordion-item:not([open])>.wp-block-themeisle-blocks-accordion-item__title::after, .home .wp-block-themeisle-blocks-accordion:not(.has-open-icon)>.wp-block-themeisle-blocks-accordion-item[open]>.wp-block-themeisle-blocks-accordion-item__title::after {
	width:14px;
	height:14px;
	color:#25a6e7;
}

.home .wp-block-themeisle-blocks-accordion-item a {
	color:#9bc4ff;
}




.home #testimonials {
  background-image:url(/wp-content/uploads/2022/02/qutoes.png);
  background-repeat:no-repeat;
  background-position:center top;
}


#testimonialPage .card-columns {margin-top:30px;}

#testimonialPage .card-columns .pixelovely_testimonial {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin: 1rem 0;
    width: 100%;
	background:#fff; 
	padding: 20px; 
	box-shadow: 2px 4px 20px rgba(0,0,0,0.3);
	display:inline-block;
}

#testimonialPage .card-columns .pixelovely_testimonial:before {
	content: '';
	background:url(images/quote.png) no-repeat center center;
	background-size:contain;
	width:60px;
	height:60px;
	margin: 0 auto;
	display:block;
}



.frontfeatured h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  margin: 30px 0;
}

.frontfeatured .cats {text-transform:uppercase; font-weight:bold; margin-bottom:5px;}
.frontfeatured .featimg {margin-bottom:0px; position:relative;}








section.blog .container {margin: 50px auto;}








/*********** Background Video Styles ***************/
.vidbcg {
position:fixed;
top:0px;
right:0px;
z-index:-1;
height:100%;
width:100%;
overflow:hidden;
	background:#000;
}

#videobcg { 
     position: absolute;
     top: 0px;
     right: 0px;
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     height: auto;
     z-index: -2;
     overflow: hidden;
}

#header_specials a {
    color: #fff;
}

#header_specials {
    text-align: center;
}

#header_specials p {padding:0; margin:0;}







#error404 {
    padding:100px 0 350px;
}


.skip_menu {position:absolute; left:-5000px;}


/****** Form Styling ******/
#searchForm {top: 0px; left: 0; width: 100%; position: absolute; z-index:11; background:#fff; display:none;}
#searchForm form {width:1140px; max-width:100%; margin: 15px auto;}
#searchform input {width:100%;}


/****** Blog Style ******/
.customDate {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px 15px;
border:1px solid #ccc;
border-left:none;
border-top:none;
}

.customDate span.day {
    display: block;
    font-size: 2em;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1em;
}
.customDate span.up {font-weight:400; font-size: 0.5em; vertical-align: super;}

.customDate span.month {
    display: block;
    text-align: center;
    text-transform:uppercase;
    color:#ccc;
}

.row.blog-section {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom:20px;
}

.nopad {padding:0;}

.row.blog-section .summary {padding: 30px;}

.singleCat a {
  background: #eee;
  padding: 0px 5px;
  color: #888;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration:none;
}
.singleCat a:hover {
  background: #ddd;
  color: #fff;
  text-decoration: none;
}

#blogEntries a, #blogEntries a:hover {text-decoration:none;}

#blogEntries .singlepost {
    top:0;
    position:relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#blogEntries .item {
    top:0;
    position:relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#blogEntries .cats {
	margin: 5px 0;
	text-transform:uppercase;
	font-weight:bold;
}



#blogEntries .has_video, .frontfeatured .has_video {
  position: absolute;
  margin: 0;
  line-height: 1em;
  font-size: 4em;
  color: rgba(0,0,0,0.5);
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#blogEntries .item-image {
  position: relative;
}



#blogEntries h2 {
	font-size:1.2em;
	margin: 30px 0;
}


#blog_cats a.active {color:#110B11;}
 
.crp_related {
  margin: 60px 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
}



.scroll-y {
    height: 230px;
    overflow-y: scroll;
    scrollbar-color: #E0D7DE #fff;
    scrollbar-width: thin;
    padding-right: 10px;
}

.scroll-y::-webkit-scrollbar-track {
    background: #fff;
    height: 100%;
}

.scroll-y::-webkit-scrollbar-thumb {
    background: #E0D7DE;
}

.archive-meta.scroll-y {height:104px;}

.rounded, .rounded img {
    border-radius: 15px !important;
}

.round-top {
    background:#fff url(images/round-top.svg) no-repeat top center;
    background-size:1920px;
}

@media(min-width:1920px) {
    .round-top {background-size:100%;}
}




/****** Footer Styles ******/
footer {background: #161515 url(images/holz-icon.svg) no-repeat center center; background-size:auto 100%; color:#b3b3b3; padding: 3em 15px; position:relative;}

footer h2 {font-family:'Montserrat', sans-serif; text-transform:uppercase; font-size:1.18em; color:#fff; margin-bottom:20px;}


#footer_copyright {
    background:#0f0f0f;
    padding:1.4em 15px;
	font-size:0.9em;
	position:relative;
	color:#b3b3b3;
}

#footer_copyright p {
    margin:0;
}


footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform:uppercase;
}

footer ul li {
    margin-bottom:15px;
}


footer a:not(.btn) {color:#b3b3b3;}
footer a:not(.btn):hover {color:#ccc; text-decoration:underline;}

#footer_copyright a:not(.btn) {color:#fff;}
#footer_copyright a:not(.btn):hover {color:#ccc; text-decoration:underline;}

footer input.form-control {
    background:transparent;
}

footer .mailpoet_form_html h2 {font-size:1.5em; padding: 0 15px; margin:0;}

footer #mailpoet_form_1 form.mailpoet_form {display:flex; align-items:center; justify-content:center; padding:0; flex-wrap: wrap; row-gap:1em; }

footer #mailpoet_form_1 .mailpoet_paragraph {margin:0; flex-grow: 1;}

footer #mailpoet_form_1 .mailpoet_submit {background:#20a4f3; color:#fff; padding: 0 1em; border:0; line-height:35px !important;}

footer #mailpoet_form_1 .mailpoet_message {padding:20px 0 10px; flex-grow:1; text-align: center;}

footer #mailpoet_form_1 .mailpoet_text, footer #mailpoet_form_1 .mailpoet_textarea {
    border: 1px solid #20a4f3;
    height:45px;
    padding:5px 10px !important;
}

p.mailpoet_validate_success {color:green;}
p.mailpoet_validate_error {color:red;}



@media(max-width:600px) {
    footer #mailpoet_form_1 form.mailpoet_form {padding:20px;}
    footer #mailpoet_form_1 .mailpoet_form_html h2 {text-align:center !important;}
    footer #mailpoet_form_1 .mailpoet_paragraph {margin-left:30px;}
    footer #mailpoet_form_1 .mailpoet_paragraph.last {margin-left:0px;}
}

@media(max-width:480px) {
    .footer_middle .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 44% !important;
    }
}

@media(max-width:400px) {
    footer #mailpoet_form_1 .mailpoet_paragraph {margin-left:0px; width: 100%;}
}


.easy_testimonial cite span:before {
    content: '- ';
}

.easy_testimonial cite span {
    color: #ddd;
    font-size: 90%;
}


#primary.widget-area form h3 {font-size:1.1em; margin: 0 0 20px;}

.affix {
-moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.affix-menu {
    background: rgba(0,0,0,0.5);
    width: 100%;
    display: block;
    margin-top: -57px;
    text-align: center;
    font-size: 1.25em;
	color:#fff;
}

.affix-menu a {
    padding: 8px 16px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    color: #fff;
    margin: 15px 5px 0;
}
.affix-menu a:hover {color:#EAEA3F;}

#disclaimer {padding-top: 0px; padding-bottom: 25px; color:#888;}
#disclaimer hr {border-top: 2px solid #888;}

hr.dashed {
    margin: 4em auto;
    border: 0;
    border-top: 4px dashed #25a6e7;
    border-radius: 8px;
    height: 0;
    border-top-style: dashed;
    border-top-width: 4px;
    border-image: repeating-linear-gradient(to right, #25a6e7 0, #25a6e7 12pt, transparent 12pt, transparent 48pt) 100% 1;
}



footer .social-media-icons {display:flex; align-items: center; gap:0.5em;}
footer .social-media-icons a {
    background-color: transparent;
    color: #12be9c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
	margin-top:5px;
	font-size:1.75em;
}

footer .social-media-icons a:hover {
    color:#545454;
    border-color:transparent;
}
/*
.social-media-icons .ctm-zillow {background:url('images/zillow.png') no-repeat center center; background-size:contain; width:24px; height:24px; display:inline-block; vertical-align:middle;}
.social-media-icons a.zillow:hover .ctm-zillow {background:url('images/zillow-blue.png') no-repeat center center; background-size:contain; width:24px; height:24px;}


.social-media-icons a.facebook:hover {color: #3B5998;}
.social-media-icons a.linkedin:hover {color: #4875B4;}
.social-media-icons a.twitter:hover {color: #33CCFF;}
.social-media-icons a.google-plus:hover {color: #C63D2D;}
.social-media-icons a.flickr:hover {color: #FE0883;}
.social-media-icons a.pinterest:hover {color: #CB2027;}
.social-media-icons a.youtube:hover {color: #FF3333;}
.social-media-icons a.tumblr:hover {color: #2B4964;}
.social-media-icons a.dribble:hover {color: #2B4964;}
.social-media-icons a.rss:hover {color: #F7AC1B;}
.social-media-icons a.instagram:hover {color: #4E433C;}
.social-media-icons a.email:hover {color: #2177FF;}
.social-media-icons a.socialsurvey:hover {color: #256AAB;}
.social-media-icons a.yelp:hover {color: #D42A2A;}

*/



/******* WOOCOMMERCE CUSTOM STYLES ********/
.woocommerce ul.products li.product .onsale {
    width: 170px;
    height: 170px;
    background: transparent url(images/sale-ribbon.png) no-repeat center center;
    background-size: contain;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 32px;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    text-transform: uppercase;
    margin: -6px -7px 0 0;
	transform:rotate(45deg);
	border-radius:0;
}

.single-product.woocommerce span.onsale {transform: rotate(-10deg); margin-top: -5px; margin-left: -5px;}
.tax-product_cat h1 {text-align:center;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#000; font-size: 1.75em; font-weight:bold;}


.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.25em;
}
.woocommerce ul.products li.product .price ins {font-weight:400;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: 0;
    padding: 0;
	text-align:center;
	transition: all 0.3s ease;
}

.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {border-radius:12px;}
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {margin-bottom:0; width: 100%; float: none;}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
}
.woocommerce .woocommerce-breadcrumb {width: 100%; margin: 0 auto 25px; padding: 0 15px 15px; color: #999;}
.woocommerce .woocommerce-breadcrumb a {
    color: #666;
    font-weight:bold;
}

.woocommerce .woocommerce-breadcrumb span {
    padding: 0 5px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce .woocommerce-ordering select {padding:5px;}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {float:none; text-align:center;}

.woocommerce-page.archive h1.page-title {text-align:center;}


.woocommerce ul.products li.product .button {
    background:#156baa;
    color:#fff;
    font-weight:400;
    border-radius:1000px;
    padding: 0.75rem 1.5rem;
}
.woocommerce ul.products li.product .button:hover {
    background:#1c3e6d;
    color:#fff;
}


.home .woocommerce ul.products {
    justify-content:center;
    display:flex;
    gap:1em;
}

.home .woocommerce ul.products li.product {
    margin:0;
}

section.related.products {
    padding-bottom: 0;
    text-align: center;
}

section.related.products h2 {
    text-transform:capitalize;
	    margin-bottom: 30px;
}


.mg-brand-wrapper.mg-brand-wrapper-product a {
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0 8px;
    margin-bottom: 15px;
    display: inline-block;
}

.mg-brand-wrapper.mg-brand-wrapper-product a:hover {
    color: #fff;
    background:#000;
    text-decoration:none;
}


.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
 
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1) {
    clear: left;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 18.8%;
    float: left;
}
 
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    text-transform:initial;
    background: #156baa;
    color: #fff;
    font-weight: 400;
    border-radius: 1000px;
    padding: 0.75rem 2.5rem;
    font-size:1.2em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #1c3e6d;
    color: #fff;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display:flex;
}

.woocommerce div.product form.cart {display:flex; flex-wrap:wrap; gap:1em;}

.woocommerce div.product form.cart.variations_form {display:block;}

.woocommerce div.product form.cart .date_panel {flex-basis:100%; margin-bottom:15px;}


.woocommerce .quantity .qty {
    line-height: 48px;
	border-radius:6px;
	border:1px solid #156baa;
}

.woocommerce div.product .product_meta {
    display:none;
}

.product_meta > span {
    display: block;
}

.product_meta > span {
    padding: 0;
    margin: 4px 0;
    color: #666;
    text-transform: uppercase;
    font-size: 0.9em;
}

.product_meta > span a {
    color: #666;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom:0;}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(204, 204, 204);
    border-top: 0;
    padding: 15px;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    margin-bottom:30px;
}

.woocommerce #review_form #respond .form-submit input {text-transform:uppercase; font-family:'Playfair Display', 'Times New Roman', serif; font-weight: 400; font-size: 1.2em;}

.woocommerce div.product form.cart .variations select option {
    font-size:1em;
    background:#fff;
    color:#666;
}
.woocommerce div.product form.cart .variations select {
-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fff;
    background-image: url(images/select-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    font-family:'Playfair Display', 'Times New Roman', serif; font-weight: 400;
    text-transform:uppercase;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination {margin-bottom:25px;}

/*
.woocommerce .variations_button div.quantity, .woocommerce div.product form.cart div.quantity {display:none !important;}
*/
.woocommerce .single_add_to_cart_button {
    text-transform:uppercase;
    padding: 1.5em .75em;
}



#woocommerce-tabs .card {
    border:1px solid #000;
    border-top:0;
    border-radius:0;
}

 #post-meta .card {
    border:0;
 }

#post-meta .card:first-child {
    border-top:1px solid #000;
}

#extra_modals .card {
    border-color: #000;
}

#woocommerce-tabs .card .card-text {
    padding: 15px;
}

#woocommerce-tabs .card-header, #extra_modals .card-header, #post-meta .card-header {
    background:#fff;
    border-color:#000;
}

#extra_modals .card-header {
    padding-left:15px;
    padding-right:15px;
}

#woocommerce-tabs .card-header .btn, #extra_modals .card-header .btn, #post-meta .card-header, #post-meta .card-header a {
    padding-left:0;
    padding-right:0;
    color:#000;
    text-transform:uppercase;
}
#woocommerce-tabs .card-header .btn:hover, #extra_modals .card-header .btn:hover, #post-meta .card-header a:hover {
    text-decoration:none;
}

#woocommerce-tabs .card-header .btn:after, #extra_modals .card-header .btn:after, #woocommerce-tabs .card-header .btn[aria-expanded="false"]:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f067";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float:right;
}

#woocommerce-tabs .card-header .btn[aria-expanded="true"]:after {
    content: "\f068";
}

#woocommerce-tabs .card-header .btn.clone, #extra_modals .card-header .btn.clone {
    padding:1em 0;
}

#woocommerce-tabs .card-header .btn.clone .desc, #extra_modals .card-header .btn.clone .desc {
    text-transform:initial;
    font-size:0.8em;
}

#woocommerce-tabs .card-header .btn.clone .icon, #extra_modals .card-header .btn.clone .icon {
    font-size:1.8em;
}



#extra_modals .card-header .btn.clone:after {
    content: "\f24d";
    font-weight:400;
    float:none;
    position: absolute;
    right: 15px;
    top: 44px;
    width: 17px;
    display:none;
}


#woocommerce-tabs .card-header .btn:active, #woocommerce-tabs .card-header .btn:focus, #extra_modals .card-header .btn:active, #extra_modals .card-header .btn:focus {
    box-shadow:none;
    text-decoration:none;
}

#woocommerce-tabs #tab-additional_information h2, #woocommerce-tabs #tab-reviews h2 {display:none;}


.wwp_wholesaler_registration label {width:130px;}

.grecaptcha-badge {
    right: -10000px !important;
}


@media (min-width:768px) {
	.woocommerce div.product div.images .flex-control-thumbs li {
        margin: 10px 10px 10px 10px;
    }
}



.aws-container .aws-search-field {

    height: 44px;
    width: 100%;
    color: #313131;
    padding: 6px 12px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: #fff;
        background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    border: 5px solid #CC1320;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
max-width: initial;
}

.wc_num_items {
    position: absolute;
font-size: 0.55em;
background: #fff;
color: #000;
width: 16px;
height: 16px;
text-align: center;
line-height: 13px;
border-radius: 100px;
right: 11px;
border: 1px solid #000;
font-weight: bold;
top: -3px;
}

nav.woocommerce-MyAccount-navigation ul,nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 7px 15px;
    color: #146DAC;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #6bb4e5;
    color: #fff;
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul {
    border: 2px solid #146DAC;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 2px solid #146DAC;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #146DAC;
    color:#fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}   

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 10px 10px 0px 0px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width:100px;}


span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {box-shadow: 0 0 10px rgba(29,167,196,0.5);border: 1px solid #c1f4ff;}

h3#order_review_heading {
    margin-top: 30px;
}

.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
    background: #156baa;
    border:0;
    color: #fff;
    border-radius: 1000px;
    font-size:1.2em;
    line-height:1em;
}

.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover {
    background:#1c3e6d; color:#fff;
}

.fields_panel .field_row>p>input {
    width: 100% !important;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.fields_panel .content_service_row {
    padding: 1em;
}

.fields_panel .field_service_row {
    padding: 0;
    border: 1px solid #156baa;
    margin-bottom: 1em;
    border-radius: 6px;
    overflow: hidden;
}

.fields_panel .header_service_row {
    background: #156baa;
    padding: 8px;
}

.fields_panel p.service_message {
    margin: 0;
}

.fields_panel .header_service_row a.remove {
    color: #fff !important;
}

.fields_panel .header_service_row a.remove:hover {
    background: #fff;
    color: #156baa !important;
}

.fields_panel .header_service_row>h3 {
    padding: 0 0 0 10px;
    margin: 0;
    line-height: 1em;
    color: #fff;
    font-size: 1.2em;
}





/***** Woocommerce Mini Cart *****/
.basket-item-count {
    position: absolute;
    font-size: 0.4em;
    top: 5px;
    right: -7px;
    background: #fff;
    width: 17px;
    height: 17px;
    line-height: 15px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 35px;
}

ul.dropdown-menu.dropdown-menu-mini-cart.show {
    left: -100px !important;
    width: 300px !important;
}

.widget_shopping_cart_content {
	padding: 0 8px 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .mini_cart_item {
	line-height:1.2em;
	font-size:0.9em;
	padding: 0 0 8px;
	border-bottom:1px solid #ccc;
	margin-bottom: 8px;
	display:block;
	font-weight: 700;
}

.mini_cart_item a.remove {
	float:right;
	font-size:2em;
	color:#c00;
	text-decoration:none;
	    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
}
.mini_cart_item a.remove:hover {
	color:#fff !important;
	background:#c00;
}
.mini_cart_item .quantity {
	display:block;
	font-weight:400;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .mini_cart_item img {
	float:left;
	width: 70px;
	margin-right:8px;
	margin-left:0;
}

p.woocommerce-mini-cart__buttons.buttons a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
	font-family: 'Playfair Display', 'Times New Roman', serif;
	line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 17px 1em 10px;
    font-weight: 700;
	font-size:1.4em;
	color: #515151;
    background-color: #ebe9eb;
	
}

p.woocommerce-mini-cart__buttons.buttons a.checkout {
    background: #000;
    color: #fff;
    margin-top: 8px;
}

p.woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}

.mini_cart_row {clear:both; border-bottom: 1px solid #ddd; padding-bottom:4px; margin-bottom: 4px; font-size: 0.9em;}
.mini_cart_empty {
    padding: 5px 15px;
}

.mini_cart_image {
    width: 50px;
    border: 1px solid #000;
    margin: 0 4px;
    float: left;
}

.mini_cart_info {
    min-height: 50px;
}

.mini_cart_price {
    display: inline-block;
}

.mini_cart_qty {
    display: inline-block;
}

.mini_cart_subtotal {
    text-align: right;
    padding: 0 12px 4px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.mini_cart_cart {
    float: left;
    padding: 0 12px 4px;
}

.mini_cart_checkout {
    float: right;
    padding: 0 12px 4px;
}
.mini_cart_title {
display: block;
line-height: 1.3em;
}

.popover-body {padding: 4px 0;}
.popover-body ul {margin:0; min-width:150px;}
.popover-body ul li.heading {display:block; padding: 4px 10px; font-size:0.8em; color:#888;}
.popover-body ul li a {display:block; padding: 4px 10px; }
.popover-body ul li a:hover {text-decoration:none; background:#CC1320; color:#fff;}

.crp_related ul {

    margin: 0;
    list-style: none;

}
.crp_related ul li {

    display: inline-block;
    width: 233px;
    margin: 5px;
    vertical-align: top;

}
.crp_related ul li a {

    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    min-height: 220px;

}



.crunchify-link {
    padding: 0;
    color: #5AAA95;
    font-size: 21px;
    border-radius: 100px;
    margin-right: 6px;
    cursor: pointer;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    width:50px;
    height:50px;
    line-height:50px;
    background:transparent;
    border:1px solid #5AAA95;
    text-align:center;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}

 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
    border-color: #0084b4;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
    border-color: #2d4372;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
    border-color: #bd081c;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
    border-color: #006288;
}

.crunchify-email:hover,.crunchify-email:active {
    background: #666;
    border-color: #666;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
}


.crunchify-social .social_title {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    text-decoration: none;
    line-height: 1em;
    color: #000;
    text-transform:initial;
    font-size: 1em;
    padding: 13px 0px;
    font-weight:bold;
}

.crunchify-social.woo_share {border:1px solid #000; padding:.75rem .75rem .75rem 1.25rem; margin-bottom:0;}

    
.crunchify-social.woo_share .crunchify-link {
    font-size:18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color:#000;
    border-color:#000;
}

.crunchify-social.woo_share .crunchify-link:hover {
    color:#fff;
    border-color:transparent;
}

.crunchify-social.post_share {padding:.75rem 0; margin:0;}

.crunchify-social.post_share .social_title {
    font-size:1em;
    line-height:30px;
    font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight:700;
	letter-spacing:0.1em;
	color:#5AAA95;
}

.crunchify-social.side.sticky-top {top:150px;}

.crunchify-social.side .crunchify-link {
  display: block;
  margin: 10px auto 12px;
}

.crunchify-social.side .social_title {color:#5AAA95;}


#backTop a {
  background: rgba(0,0,0,0.15);
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
#backTop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index:999;
}


.mc4wp-checkbox-contact-form-7 input[type="checkbox"] {
  margin-right: 8px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  border: 1px solid #ccc;
}


.cct-google-rating .rpi-flx {
    flex-direction:row !important;
}
.cct-google-rating .wp-gr .wp-google-powered {
    display:none;
}







/****** Media Queries ******/
@media (min-width:1200px) {
	.gap-wide {
        gap: 10rem !important;
    }
}


@media (max-width:600px) {
    #home_testimonials .innerblocks-wrap {row-gap: 6em;}
}

@media (max-width:992px) {
    .single .single_post_section .container {
        max-width: 100%;
		--bs-gutter-x: 4rem;
    }
}

@media (max-width:576px) {
    .single .single_post_section .container {
        max-width: 100%;
		--bs-gutter-x: 4rem;
    }
}


@media (max-width:480px) {
	#blog_cats .cat_title {width: 100%;}
	#get_help .cct_heading {width: 270px;}
	.home .woocommerce ul.products li.product {width:100%; float:none;}
}
