@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&family=Poppins:wght@300;400;500;600;700&display=swap');

/*
Theme Name: VLM
Theme URI: 
Author: VisionLine Media
Author URI: https://visionlinemedia.com/
Description:  An original theme.
Version: 1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
html {
    scroll-behavior: smooth;
}

body {
font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #060606;
    background-color: #fff;
  margin: 0;
  -webkit-font-smoothing: auto;
}
#logo {
        position: absolute;
    top: 0;
    margin-left: 15px;
    z-index: 9999;
    width: 300px;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
        border-radius: 0;
}
.make-small {
    width: 200px !important;
}
#main-header {
    position: fixed;
    z-index: 9999;
    height: 100px;
    width: 100%;
     background-color: rgba(0, 0, 0, 0.6);
    padding: 0px 0;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.make-opaque {
    background-color: #000 !important;
}
.navbar-nav {
    position: relative;
    left: 0px;
    top: 0px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        padding: 0 0 5px 0;
  padding: 5px 20px;
    font-weight: 400;
    color: #fff;
   margin: 0px 34px;
    font-size: 18px;
    text-transform: uppercase;
    background: url(images/menu-bullet.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
     -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
      white-space: nowrap;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child > a {
background: none;
    border-left: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child {
    background: none !important;
    border-left: none !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {

}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #ccc;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li::before {
  content: '';
  position: absolute;
  top: 10px;
  height: 15px;
  border-left: 1px solid #56afe0;
  width: 20px;
}
.no-background > li::before {
    border-left: none !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child::before {
  background: none;
  border-left: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > .logo-menu::before {
  background: none;
  border-left: none;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.dropdown-menu {
    position: absolute;
     top: auto;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.3);
}
.dropdown-item {
    
    font-weight: 400;
    color: #000;
    padding: 5px !important;
    display: block;
    width: 100%;
font-size: 15px;
    clear: both;

    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;

     -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.dropdown-item:hover { 
    color: #ccc !important;
}
/*--------------------------------------------------------------
For Center Logo Menu
--------------------------------------------------------------*/
.logo-menu a {
    padding: 0 !important;
      background: none !important;
  border-left: none !important;
    position: relative;
    top: -50px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > .no-border::before {
  background: none;
  border-left: none;
}
.no-border, .no-border a {
    background: none !important;
}
/*--------------------------------------------------------------
Underline Menu
--------------------------------------------------------------*/
.hover-underline-animation {
   background: url(images/menu-bullet.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
    margin: 0 0px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 8px;
}
.first-child {
     background: none !important;
}
.hover-underline-animation a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    
}
.hover-underline-animation a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #831818;
  transform-origin: bottom left;
  transition: transform 0.20s ease-out;
}

.hover-underline-animation a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.container {
    max-width: 1540px;
}

/* =Top Menu
-------------------------------------------------------------- */
.container-fluid {
    width: 100%;
    max-width: 1540px;
}
#top-menu-container {
    display: block;
 max-width: 1540px;
    margin: 0 auto;
}


.top-menu {
  float: right;
  margin: 0 35px 0 0;
  padding: 0;
  position: relative;
  top: 17px;
    z-index: 9999;
}
#top-menu-wrapper {
    width: 100%;
    top: 0px;
    margin: auto;

}
.top-menu li {
    display: inline;
    list-style-type: none;
}

.top-menu li a {
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 0 10px;
    font-weight: 600;
     -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.top-menu > li:first-child > a {
    border-left: none;
}
.top-menu li a:hover {
    color: #ccc;
    text-decoration: none;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 0;
}
ul.cnss-social-icon li a img {
    border-radius: 0;
}
.news-sidebar {
    border-left: 1px solid #333;
    padding: 20px;
    margin: 30px auto;
}
.sow-headline-container {
    background-color: rgb(0 0 0 / 64%);
    margin-top: -165px;
    position: relative;
    height: 165px;
}
.lsow-posts-carousel .lsow-posts-carousel-item .hentry {
    border-radius: 0 !important;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-read-more a:not(.lsow-button) {
    color: #000000 !important;
    font-size: 24px !important;
    line-height: 1;
    font-weight: 400 !important;
    text-transform: none !important;
    display: block;
    padding: 0;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    text-align: right;
    
    
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-read-more a:not(.lsow-button):after {
    display: none !important;

}


.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a {
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    color: #333;
    font-weight: 700;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image .lsow-image-info .lsow-post-title {
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    opacity: 1 !important;
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button) {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    position: relative;
    background-color: #dc0e0e;
    max-width: 100px;
    text-align: center;
    margin: 0px auto 0 auto;
    padding: 5px !important;
    color: #fff !important;
}
.news-right-sidebar {
    margin: 27px 0 0 0;
}
.wpspw_pro_post_thumb_widget {
    margin-top: 25px;
}

.news-title .widget-title {
    font-size: 40px;

    padding-top: 20px;
}
.home-reviews .widget-title {
    font-size: 40px;

    padding-top: 20px;
}
.testimonials-slider .widget-title {
    font-size: 40px;
    
    padding-top: 20px;
}
.services-title .widget-title {
    font-size: 40px;
    
    padding-top: 20px;
}

.home-events .widget-title {
    font-size: 40px;
    
    padding-top: 20px;
}
.home-logos-header .widget-title {
    font-size: 40px;
    
    padding-top: 20px;
}
.home-carousel .widget-title {
    font-size: 40px;
    
    padding-top: 20px;
}
/*for home badge hover text effect*/
h3.home-badge {
    font-size: 30px !important;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: ;
     width: 100%;
    padding: 15px 0 !important;
     background-color: rgb(0 0 0 / 55%);
        
}
h3.home-badge-overlay {
    font-size: 30px !important;
    color: #fff;
}

.image-roll {
  display: block;
  width: 100%;
  height: auto;
}
.badge-container {

    text-align: center;
    color: #fff;
  position: relative;
  max-width: 773px;

    border-radius: 20px;
    overflow: hidden;
margin:0 auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
 background-color: rgb(0 0 0 / 60%);
    color: #fff;
    font-size: 12px;
    padding: 30px;
    text-align:center;
display: flex;
    -ms-flex-wrap: wrap;
    -ms-justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    
}


.badge-container:hover .overlay {
  opacity: 1;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;

  opacity: 1;
  transition: .5s ease;
 background-color: transparent;
    
         display: flex ;
  align-items: center; /* Centers items vertically */
  justify-content: center; /* Centers items horizontally (optional) */
    
}

.badge-container:hover .overlay1 {
  opacity: 0;
}




.text-roll {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
      width: 100%;
    padding: 0 60px;
    
}


.home-badge-text .widget-title {
    font-size: 35px;
    margin: 10px 0 10px 15px;
    padding-top: 20px;
    text-align: center;
}

.home-badge-text {
    font-size: 14px;
    text-align: center;
    margin: 90px auto 0 auto;
    padding: 0 20px !important;
    max-width: 600px;
}

.home-post-thumbnail {
    border-radius: 10px !important;
    margin-bottom: 30px !important;
    overflow: hidden !important;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.home-badge:hover {
    filter: brightness(1.2);
}

.home-post-thumbnail:hover {
    filter: brightness(1.2);
    
}
.home-badge h2 {
    padding: 10px 20px;
    color: #fff;
    background-color: rgb(222 135 3 / 75%);
    width: 100%;
}
.home-badge h2 a {

    color: #fff;
}
.home-badge {
    text-align: center;

    margin: 0 auto;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.home-badge .widget-title {
    background-color: rgb(30 49 91 / 70%);
    margin: 0 auto;
    position: relative;
    top: -62px;
    padding: 15px 0;
}
.home-badge .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 30px;
  font-weight: 600;
    text-transform: uppercase;
}
.home-badge-cta {
    margin: -60px auto 0 auto;
    padding: 0 5px;
    text-align: left;
    color: #000;
    font-size: 14px;
}
.home-badge-circle {
    text-align: center;
    width: 350px;
    height: 350px;
    border-radius: 200px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.home-badge-circle .widget-title {
    background-color: rgb(247 149 29 / 70%);
    width: 350px;
    margin: 0 auto;
    position: relative;
    top: -120px;
    padding: 10px 0 79px 0;
}
.home-badge-circle .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 30px;

    text-transform: uppercase;
}
.home-badge-circle:hover {
    filter: brightness(1.2);
}

.home-badge-circle-cta {
    margin: 0 auto;
    text-align: center;
}
.home-badge-circle-cta a {
    color: #fff;
    font-size: 12px;
 
    position: relative;
    top: -70px;
}

.home-blog-column {
    width: 31%;
    float: left;
    color: #fff;
    text-align: center;
    margin: 10px 12px;
    font-size: 12px;
}
.home-blog-column a { 
    color: #fff;
}

.home-blog-column .entry-title a {
    color: #99212f;
    font-weight: 700;
    text-transform: uppercase;
font-size: 20px;

    
}
.home-blog-column .entry-title {
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: 10px;
    height: 58px;
}
.home-post-excerpt {
    color: #fff;
    font-size: 13px;
    background-color: #000;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 494px !important;
    margin: 0 auto;
}
.home .post.hentry {
    width: 31%;
    float: left;
    margin: 0 20px;

}
.home-read-more {
    background-image: url('images/more-link-arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #060606;
        padding: 20px 20px 20px 20px;
    border-radius: 5px;
        background-color: #ccc; 
    color: #000;
}
.post:nth-of-type(2n+1) .home-read-more {
background-image: url('images/more-link-arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #ccc; 
    color: #000;
}
.post:nth-of-type(2n+2) .home-read-more {
background-image: url('images/more-link-arrow.png');
    background-position: right;
    background-repeat: no-repeat;
background-color: #adadad;
    color: #fff;
}
.post:nth-of-type(2n+3) .home-read-more {
background-image: url('images/more-link-arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #333;
    color: #fff;
}
.post:nth-of-type(2n+1) .post-alternate a {
    color: #00aeef;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
}
.post:nth-of-type(2n+2) .post-alternate a {
color: #ed1c24;
        text-transform: uppercase;
    font-weight: 900;
        font-size: 16px;
}
.post:nth-of-type(2n+3) .post-alternate a {
color: #777777;
        text-transform: uppercase;
    font-weight: 900;
        font-size: 16px;
}
.post-alternate {
    margin: 10px;
    height: 45px;
}
.post:nth-of-type(2n+1) .entry-content-alternate {
background-color: #a5e6c6;
    padding: 10px 12px;
}
.post:nth-of-type(2n+2) .entry-content-alternate {
background-color: #9bc2df;
    padding: 10px 12px;
}
.post:nth-of-type(2n+3) .entry-content-alternate {
background-color: pink;
    padding: 10px 12px;
}
.entry-content-home {
        margin: 10px;
}

.page-blog-column {
    width: 31%;
    float: left;
    color: #000;
    text-align: center;
    margin: 10px 12px;
    font-size: 12px;
    min-height: 470px;
}
.page-blog-column .entry-title {
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: 10px;
    height: 58px;
}
.page-blog-column .entry-title a {
    color: #333;
font-size: 18px;
    font-weight: 300;
}

border-bottom: 10px solid #fff;
    margin: 0 15px 0 0;
}
/** Jobs styling **/

body.single-jobs .wrap {
    padding-left: 0;
    padding-right: 0;
  
}
.job-post {
    max-width: 1400px !important;
    margin-top: 130px !important;
    padding-top: 0 !important;
}

/** End Jobs styling **/

.team-position {
font-size: 16px;
    color: #333;
    font-weight: 400;
}
/** Events styling **/
.event-color {
    display: none;
}
.mec-single-event .mec-event-export-module {
    display: none;
}
.mec-event-grid-classic .mec-event-title a {
    color: #202020 !important;
    transition: all .24s ease;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px;
}
.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
    color: #202020 !important;
}
.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
    background-color: #1e408a !important;
}
.mec-wrap p {
    margin: 0 0 20px 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
   font-family: 'Poppins', sans-serif !important;
    font-weight: 400  !important;
}


.post-thumbnail {
    float: right;
    margin: 10px;
}
.post-thumbnail2 {

    margin: 15px 0;
}
.post:nth-of-type(2n+1) .post-thumbnail-alternate {
    float: right;
    margin: 0 0px 10px 15px;
}
.post:nth-of-type(2n+2) .post-thumbnail-alternate {
    float: left;
    margin: 0 15px 10px 0;
}
.post:nth-of-type(2n+3) .post-thumbnail-alternate {
    float: right;
    margin: 0 0px 10px 15px;
}
.post:nth-of-type(2n+4) .post-thumbnail-alternate {
    float: left;
    margin: 0 15px 10px 0;
}

.post:nth-of-type(2n+5) .post-thumbnail-alternate {
    float: left;
    margin: 0 15px 10px 0;
}
.post:nth-of-type(2n+6) .post-thumbnail-alternate {
    float: right;
    margin: 0 0px 10px 15px;
}
blockquote {
    margin: 0 0 1rem;
    border-left: 5px solid #333;
    padding: 15px;
background-color: #f1f1f1;
}
.panel-title {
    padding: 10px 15px;
    background-color: #ccc;
    margin: 10px 0;
}
.panel-body {
    padding: 15px;
    border: 1px solid #ccc;
}

.featured {
    overflow: hidden;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
     
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#home-section {
    
}
.top-widget {
    float: right;
    margin: 10px 0px 10px 20px;
    position: relative;
    z-index: 999;
}
.top-widget2 {

  float:right;
    color: #c42c3b;
    font-weight: 600;
    font-size: 14px;
    margin: 12px 0px 0px 10px;
    position: relative;
    z-index: 999;
}

.rollover {
    position: absolute;
    z-index: 9;
    top: 0;
    -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.rollover:hover {
opacity:0; 
filter:alpha(opacity=0); /* For IE8 and earlier */ 
}


.widget_sp_image:hover {

-webkit-filter: brightness(1.2); filter: brightness(1.2);
}
#header-wrapper {
    display: flex;
  align-items: center; /* Vertically centers content */
 
height: 500px;
width: 100%;
}
h1.header-title {
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    text-align: center;
    margin: 20px 0;
}
.content-without-header {
    margin-top: 180px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
      border-top: 1px solid #cfcfcf;
    clear: both;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.widget-title-footer {
    
}
.footer-widget-title {


    
}
.footer-widget {

    
    
}
h1, h2, h3, h4, h5, h6 {

    font-family: 'EB Garamond', serif;
    font-weight: 700;
        color: #000;

}
h1 {
    font-size: 35px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    margin: 0 0 10px 0;

}
.home-hero-area {
    
}
.homepage-content {

}
.homepage-content h1 {

}
h2 {
  font-size: 29px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 24px;
    line-height: 1.1;
}
h4 {
  font-size: 20px;
   line-height: 1.1;
}
h5 {
    font-size: 24px;
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: 400;
 
       line-height: 1.1;
}
.entry-meta {
    
margin: 10px 0;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title {
 
    margin: 20px 0;
}

h2.entry-title {
    color: #fff;
    font-size: 20px;
}
h3.widget-title {
  font-size: 1.2rem;
}
.dark-row, .dark-row h1, .dark-row h2, .dark-row h3, .dark-row h4, .dark-row a {
    color: #fff;
}
.position {
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 19px;
}
.news-row .entry-title {
    height: 50px;
    font-size: 19px;
    padding: 5px 0;
}
.news-row .post.hentry {
    margin-bottom: 0;
    width: 32%;
    float: left;
    color: #030303;
    margin: 10px 5px;
    font-size: 14px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# IDX Impress Showcase
--------------------------------------------------------------*/
.idx-wrapper-template-default #header-wrapper {
display: none !important;
}
.idx-wrapper-template-default .col-lg-9 {
    width: 100% !important ;
    -ms-flex: 0 0 100% !important ;
    flex: 0 0 100% !important ;
    max-width: 100% !important ;
    margin-top: 130px !important;
}
.idx-wrapper-template-default .widget-area {
    display: none;
}
.impress-showcase-property {
    text-align: left;
    font-size: 14px;
    width: 32% !important;
    float: left;
    margin: 25px 7px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px #000;
    min-height: 415px;
}
.impress-showcase-property span.impress-price {
    font-size: 24px;
    display: block;
    text-decoration: none;
    color: #333;
}
.impress-showcase-property, .impress-showcase-property p {
    text-align: left;
    font-size: 14px;
    color: #333;
}


.impress-row {
    width: auto !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
}
@media screen and (min-width: 768px) {
    
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/



.dropdown-toggle::after {
    display: none;
}
.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
    white-space:nowrap;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}


.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.dropdown-menu .dropdown-item:focus {
color: #000;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}


.blog-nav .active:after {
    display: none;
}
.caret {
    display: none;
}
.search-menu a {
    color: #664069!important;
    font-size: 15px !important;
    font-weight: 400 !important;
}




.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

#masthead nav {
  padding-left: 0;
  padding-right: 0;
    
    
}
.site-header {

    height: 30px;
    padding: 5px 0;
    position: relative;
    top: 30px;
   
}

.navbar-brand {
    display: none;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
    
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}


@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    font-size: 14px;
  border: 0px solid #ddd;
  border-radius: 0;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
.post-category {
    padding: 0 0 15px 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {

}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    background-position: center 0;
background-color: #fff;

}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline, .group-blog .byline {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {

}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 0;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
 
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    border-radius: 0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
   margin: 0 10px;
    height: 50px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    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.5em 0;
    margin: 0;
    font-size: 16px;
    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.5em 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #e04545;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: 16px;
    text-align: center;
}
.woocommerce-message {
    display: none;
}
.woocommerce-order-received .col-1 {
    -ms-flex: 0 0 483%;
    flex: 0 0 48%;
    max-width: 48%;
}

.woocommerce-order-received .col-2 {
    -ms-flex: 0 0 483%;
    flex: 0 0 48%;
    max-width: 48%;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
}
.select2-container .select2-selection--single {
    min-width: 180px;
}
#order_review_heading {
display: none;
}
.woocommerce-checkout-review-order {
    width: 46%;
    float: right;
    position: absolute;
    top: 200px;
    right: 0;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    font-weight: 700;
}


.woocommerce-billing-fields__field-wrapper {
    width: 47%;
    float: left;
}
.woocommerce-additional-fields {
    width: 47%;
    float: left;
}






.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 5px !important;
}



mark {
   display: none;
}



.widget_shopping_cart {
    
}
.shop-sidebar-title {
    font-size: 18px;
    text-transform: uppercase;
}
#navContainer {
    margin-top: 100px;
    border: 1px solid #c3c3c3;
    padding: 20px;
    margin-bottom: 20px;
}
#navContainer .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    margin: 0 10px;
}
.woocommerce-content {
    margin-top: 15px;
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #333333;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}
.woocommerce form .form-row textarea {
    height: 200px;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    width: 100% !important;
    min-width: 400px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #414141;
    font-size: 1.25em;
    font-weight: 700;
}
.woocommerce ul.products li.product .price {
    color: #414141;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: .857em;
}
.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"], .form-row.place-order button[type="submit"], .single-product .summary.entry-summary button[type="submit"] {
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #287ab6 !important;
    border-color: #fff !important;
    float: right;
    border-radius: 99px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff;
    background-color: #000;
}
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* =Footer Menu

----------------------------------------------------------- */

.footer-menu {
    margin-left: 0;
    padding: 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
}
.footer-menu li a {
    border-left: 1px solid #333;
    color: #333;
    padding: 0 8px;
}
.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}
.footer-menu li a:hover {
    color: #222;
}
.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}

.mapp-layout{
  width:100% !important;
  overflow: hidden;
}
.mapp-dir-addr {
    width: 100% !important;

}
.mapp-dir-arrows {
    width: 10px;
    height: 12px;
    background-position: -10px -489px;
    position: relative;
    top: 0px;
    left: 97%;
}

/* ============================================================
   FOOTER SINGLE-ROW LAYOUT
   Targets specific SO panel: w69b4e10552909
   ============================================================ */

#footer-widget {
    padding: 0 !important;
}
#footer-widget .container {
    max-width: 100% !important;
    padding: 0 20px !important;
}
#footer-widget .row {
    margin: 0 !important;
}

/* The SO stretch row — make it a flex row */
.panel-row-style-for-w69b4e10552909-0 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    flex-wrap: nowrap !important;
    gap: 16px;
}

/* SO grid — reset, the real flex parent is .siteorigin-panels-stretch */
#pg-w69b4de0feb6ef-0 {
    display: block !important;
}

/* ── THEME LAYOUT BUILDER FOOTER (w69b4e10552909) ──────────────────
   True 3-col: cell-0=address | cell-1=icons | cell-2=copyright
   ─────────────────────────────────────────────────────────────── */
.panel-row-style-for-w69b4e10552909-0 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.panel-row-style-for-w69b4e10552909-0::after {
    display: none !important;
}

/* All 3 cells — clear floats, equal flex thirds */
#pgc-w69b4e10552909-0-0,
#pgc-w69b4e10552909-0-1,
#pgc-w69b4e10552909-0-2 {
    float: none !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Cell 0 — address left */
#pgc-w69b4e10552909-0-0 {
    justify-content: flex-start !important;
}

/* Cell 1 — icons dead center */
#pgc-w69b4e10552909-0-1 {
    justify-content: center !important;
}

/* Cell 2 — copyright right */
#pgc-w69b4e10552909-0-2 {
    justify-content: flex-end !important;
}

/* Widgets — strip any margin/padding SO adds */
#pgc-w69b4e10552909-0-0 .widget,
#pgc-w69b4e10552909-0-1 .widget,
#pgc-w69b4e10552909-0-2 .widget {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}
/* Icon list widget wrapper — full width so flex centering works */
#pgc-w69b4e10552909-0-1 .so-widget-lsow-icon-list {
    width: 100% !important;
}

/* Widgets inside cells */
#pgc-w69b4e10552909-0-0 .widget,
#pgc-w69b4e10552909-0-1 .widget {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

/* Address h3 */
.footer-address h3,
.footer-address {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.85) !important;
    margin: 0 !important;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.3px;
}
.footer-address {
    text-align: left;
}

.footer-serving {
    text-align: center;
}

/* Social icons row */


/* Copyright */
.copyright {
    font-size: 11px;
    margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
    flex-shrink: 1 !important;
}
.copyright p {
    margin: 0 !important;
    font-size: 11px !important;
    color: rgba(255,255,255,0.6) !important;
    font-family: 'Poppins', sans-serif !important;
}
.copyright a {
    font-size: 11px !important;
    color: rgba(255,255,255,0.6) !important;
}
.copyright a:hover {
    color: #fff !important;
}

#blog-footer {

}

/* Social Icons

----------------------------------------------------------- */
.lsow-icon-list.lsow-alignleft {
    text-align: right !important;
}
.lsow-icon-list .lsow-icon-list-item {
    margin: 0 0 0 6px !important;
}

.lsow-image-wrapper img:hover {
    opacity: .4 !important;
}

.mapp-layout .mapp-iw * {
    text-shadow: none;
}

/*--------------------------------------------------------------
# For Smart Slider
--------------------------------------------------------------*/
@media screen and (max-width: 1097px) {
    .panel-row-style-for-w69b4e10552909-0 {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    #pgc-w69b4e10552909-0-0,
    #pgc-w69b4e10552909-0-1,
    #pgc-w69b4e10552909-0-2 {
        justify-content: center !important;
        width: 100% !important;
        flex: 1 1 100% !important;
        text-align: center !important;
		margin: 0 !important;
    }
    .footer-address h3,
    .footer-address {
        white-space: normal !important;
        text-align: center !important;
    }
    .copyright,
    .copyright p {
        text-align: center !important;
        white-space: normal !important;
    }
}

/*--------------------------------------------------------------
# For Testimonial Slider
--------------------------------------------------------------*/
div#n2-ss-3 .n2-style-8297e68a2ed211acb18fb2bcebe1e271-dot {
    background: RGBA(0,0,0,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 2px;
 background-image: url(images/btn-off.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

div#n2-ss-3 .n2-style-8297e68a2ed211acb18fb2bcebe1e271-dot.n2-active, div#n2-ss-3 .n2-style-ed487331a3a3c622dec16b6cb3fcd77c-dot:HOVER, div#n2-ss-3 .n2-style-ed487331a3a3c622dec16b6cb3fcd77c-dot:FOCUS {
    background: RGBA(29,129,249,0);
    background-image: url(images/btn-on.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}


/*--------------------------------------------------------------
# For Home Slider
--------------------------------------------------------------*/
div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot.n2-active, div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:HOVER, div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:FOCUS {
    background: RGBA(255,255,255,0);
     background-image: url(images/btn-on.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}
div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot {
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 4px;
      background-image: url(images/btn-off.png) !important;
    background-repeat: no-repeat;
    background-position: top center;
}


/*--------------------------------------------------------------
# For News Picture Left Slider
--------------------------------------------------------------*/
div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot {
    background: RGBA(29,129,249,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 0 2px;
      background-image: url(images/btn-off.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}
div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot.n2-active, div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot:HOVER, div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot:FOCUS {
    background: RGBA(0,0,0,0);
     background-image: url(images/btn-on.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# For News Picture Right Slider
--------------------------------------------------------------*/
div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot {
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 4px;
    background-image: url(images/btn-off.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}
div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot.n2-active, div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:HOVER, div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:FOCUS {
    background: RGBA(255,255,255,0);
   background-image: url(images/btn-on.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}





.n2-ss-layer[data-sstype="col"] {
    margin: 10px 0px !important;
}
div#n2-ss-4 .n2-ss-control-bullet {
    visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
    left: 80px;
}
div#n2-ss-6 .n2-ss-control-bullet {
   visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
    left: 80px;
}
#n2-ss-3-arrow-next {
    background-image: url(images/arrow-next.png) !important;
    background-repeat: no-repeat !important;
    height: 20px !important;
    width: 23px !important;
}
#n2-ss-3-arrow-previous {
    background-image: url(images/arrow-previous.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
   left: 220px !important;
  height: 20px !important;
    width: 38px !important;

}
.home-hero {
    display: block;
}
.home-hero-1151 {
        display: none;
    }
.home-overlay {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    background-color: transparent !important;
}
.page-template-landing-page #main-header {
    display: none;
}
.page-template-landing-page #blog-footer {
    display: none;
}
.landing-page-content {
    margin-top: 0;
}

.cvwp-video-player {
    margin: 20px 0;
}
.home .lsow-container ul.slick-dots li button:hover, .home .lsow-container ul.slick-dots li.slick-active button {
    background-image: url('images/btn-on.png') !important;
    background-color: transparent !important;
  border: 0px !important;
        background-position: top center !important;
    background-repeat: no-repeat !important;
}
.lsow-container ul.slick-dots li button {
    background-image: url('images/btn-off.png') !important;
    border: 0px !important;
    width: 11px !important;
    height: 11px !important;
    background-color: transparent !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lsow-button, .btn-primary, .btn-success, input[type="button"], input[type="reset"], input[type="submit"], .btn-outline-primary, .button.add_to_cart_button, .wc-proceed-to-checkout .checkout-button.button, .price_slider_amount button[type="submit"] {
font-weight: 700 !important;
    border-radius: 99px;
 border: 0 !important;
    background-color: #287ab6 !important;
    color: #fff;
    font-size: 15px !important;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 10px 25px;
}
.lsow-button:hover, .btn-success:hover, .btn-primary:hover {
    background-color: #224b69 !important;
    text-decoration: none !important;
}
.sp_wpspwpost_static.wpspw-design-2 .wpspw-readmorebtn {
  border-color: #000000 !important;
    background-color: #000000 !important;
    color: #fff;
    margin: 10px 0;
    transition: all .3s ease;
    font-weight: 700;
    padding: 5px 15px;
}
.sp_wpspwpost_static.wpspw-design-2 .wpspw-readmorebtn:hover {
    background-color: #ccc !important;
}
.wpspw-post-title {
    font-size: 14px;
    line-height: 1.1;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-details-wrapper {
    width: 100%;
    float: left;
    background: #fefefe;
    padding: 0px 15px;
    box-sizing: border-box;
}
.wpspw-column, .wpspw-columns {
    padding-left: 5px;
    padding-right: 5px;

}
.wpspw-post-content div {
    padding-bottom: 7px;
    font-size: 14px;
}
.wpspw-post-title a {
    text-decoration: none !important;
    border-bottom: 0px !important;
    font-weight: 700;
    color: #000 !important;
}
.sp_wpspwpost_static.wpspw-design-w3 .wpspw-post-image-bg {
    background: #f1f1f1;
    height: 70px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wpcf7-submit {
    font-size: 15px !important;
    text-transform: uppercase;
}
.wpcf7-checkbox{
    border: 0;
}


input-group > :not(:last-child).custom-select, .input-group > :not(:last-child).form-control{
font-size: 11px;
} 
.btn:active {
 
    box-shadow: none !important;
}
a {
outline: medium none !important;
}
.btn:focus {
  outline: none !important; 
    box-shadow: none !important; 

}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 1850px) {



}
@media only screen and (max-width: 1540px) {
    .set-padding {
        padding: 20px 50px !important;
    }

        #header-wrapper {
height: 400px;
width: 100%;
}
        .container {
    max-width: 1200px;
}
    .container-fluid {
    max-width: 1200px;
}
#top-menu-container {
 max-width: 1200px;
}
}

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
.set-padding {
        padding: 20px !important;
    }
    
#header-wrapper {
height: 350px;
width: 100%;
}

    .navbar-collapse {
    flex-basis: 0;
}
    .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
    .navbar-expand-xl .navbar-toggler {
    display: none;
}
    .navbar-collapse {
    display: flex !important;
}
  .navbar-dark .dropdown-item {
    color: #fff;
  }

    .impress-showcase-property {
    text-align: left;
    font-size: 14px;
    width: 31% !important;
    float: left;
    margin: 25px 7px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px #000;
    min-height: 405px;
}
    
        .page-blog-column {
    width: 30%;
}
    .home-hero {
        display: none;
    }
    .home-badge-text2 {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 780px;
    position: relative;
    top: -270px;
    color: #fef200;
}
    .second-badge-row {
    margin: -195px 0;
}
    .home-badge-circle {

    width: 300px;
    height: 300px;
    
}
.home-badge-circle .widget-title {
    width: 300px;
    top: -110px;
    padding: 10px 0 79px 0;
}
    .home-badge-circle .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
        .alignright {
 max-width: 50%
}
        .alignleft {
 max-width: 50%
}
        .container {
    max-width: 990px;
}
        .container-fluid {
    max-width: 990px;
}
#top-menu-container {
 max-width: 990px;
}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    #logo {
    top: 20px;
    width: 200px;
}
    h1 {
  font-size: 32px;
  margin: 20px 0;
}
    h1.entry-title {
  font-size: 32px;
  margin: 20px 0;
}

    h2 {
  font-size: 27px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
    h3 {
  font-size: 22px;
  line-height: 1.1;
}
    h4 {
  font-size: 18px;
  line-height: 1.1;
}
#header-wrapper {
height: 300px;
width: 100%;
}
    
    .impress-showcase-property {
    width: 31% !important;
    min-height: 315px;
}

.home .post.hentry {

}


  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
        .team-name a {
    font-size: 18px;

}
    .sp_wpspwpost_static.wpspw-design-w3 .wpspw-post-image-bg {
  height: auto;
  width: 100%;
}
#navContainer {
    margin: 10px;
}
    
    .home-badge-text2 {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 780px;
    position: relative;
    top: -210px;

}
    .home-badge-circle {
    width: 220px;
    height: 220px;
}
    .home-badge-circle .widget-title {
    width: 220px;
    top: -100px;
    padding: 10px 0 79px 0;
}
    .home-badge-circle .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
    
    .navbar-nav {
    display: none;
}
    #rmp-menu-wrap-60 .rmp-menu-item-link {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}   
    #rmp-container-60 {
    position: fixed;
    background-color: #777 !important;
    background-image: url('');
        top: 90px;

}
.rmp-menu-item-link {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border-bottom: 0;
    font-family: inherit;
    text-align: left;
         color: #fff !important;
   background-color: #777 !important;
    font-weight: normal;
        border-bottom: 0 !important; 
}

    #rmp-menu-wrap-60 .rmp-menu-subarrow {
    display: none;
}
        .search-menu {
        display: none !important;
    }
        /** This lets the third badge be centered on tablets **/
    .panel-grid-cell:nth-child(odd) {
margin: 0 auto !important;
}
    .copyright {
        text-align: center;
    }
        .container-fluid {
    max-width: 100%;
}
#top-menu-container {
 max-width: 100%;
}
    .container {
    max-width: 100%;
}
        .logo-menu a {
display: none !important;
}
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    h1 {
  font-size: 31px;
  margin: 20px 0;
}
    h1.entry-title {
  font-size: 31px;
  margin: 20px 0;
}

    h2 {
  font-size: 26px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
    h3 {
  font-size: 21px;
  line-height: 1.1;
}
    h4 {
  font-size: 17px;
  line-height: 1.1;
}
#header-wrapper {
height: 250px;
width: 100%;
}
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  } 
    
    #top-menu-container {
    display: block;
    max-width: 100%;
    margin: 0 15px;
}
    .home .post.hentry {

}
        .home-post-thumbnail img {
            width: 100%;
    }

        .navbar-collapse {
    flex-basis: 100%;
}
    .collapse:not(.show) {
    display: none;
}
.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}
    .navbar-expand-xl .navbar-toggler {
    display: none;
          
}

    .home-blog-column .entry-title {
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: 10px;
    height: auto;
}



  html {
    font-size: 80%;
  }
.footer-2 {
    width: 100%;
    padding: 10px !important;
}

    .post-thumbnail {
    float: right;
    margin: 10px;
    max-width: 50%;
}
            .navbar-collapse {
    display: none !important;
}

    .impress-showcase-property {
    width: 100% !important;
    min-height: auto;
    float: none;
}

    
    .home-badge-text2 {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 780px;
    position: relative;
    top: -180px;
}
    .home-badge-text2 .widget-title {
    font-size: 30px;
}
    .second-badge-row {
    margin: -165px 0;
}
    .woocommerce-billing-fields__field-wrapper {
    width: 100%;
    float: none;
}
.woocommerce-checkout-review-order {
    width: 100%;
    float: none;
    position: inherit;
}
    ul.cnss-social-icon {
    text-align: center !important;
}
    .copyright {
    text-align: center;
}
    .footer-address {
    text-align: center;
}
}

@media only screen and (max-width: 680px) {
    .home-badge-text2 {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 90%;
    position: relative;
    top: -180px;
}
.second-badge-row {
    margin: 0px 0;
}
        
}

@media only screen and (max-width: 641px) {
    .sp_wpspwpost_static.wpspw-design-2 .wpspw-medium-4 .wpspw-post-image-bg {
    height: 350px;
}
    

    
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    h1 {
  font-size: 28px;
  margin: 20px 0;
}
    h1.entry-title {
  font-size: 28px;
  margin: 20px 0;
}

    h2 {
  font-size: 25px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
    h3 {
  font-size: 20px;
  line-height: 1.1;
}
    h4 {
  font-size: 16px;
  line-height: 1.1;
}

#header-wrapper {
height: 200px;
width: 100%;
}
  html {
    font-size: 75%;
  }
        .sp_wpspwpost_static.wpspw-design-2 .wpspw-medium-4 .wpspw-post-image-bg {
    height: 250px;
}
        .post-thumbnail {
    float: none;
    margin: 10px;
    max-width: 100%;
}
}
@media only screen and (max-width: 320px) {
.sp_wpspwpost_static.wpspw-design-2 .wpspw-medium-4 .wpspw-post-image-bg {
    height: 200px;
}
}

a {
outline: medium none !important;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-form {
    background-color: #fff;
    border: 0 !important;
    border-right: 0;
    padding: 5px;
    width: 100%;
}
.btn-search {
    background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
   background-position: 0 -3px;
    background-color: #fff;
    border: 1px #ccc solid !important;
    border-left: 0 !important;
    height: 19px;
    border: 0 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a49f93 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #a49f93 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #a49f93 !important;
}


/**@media (min-width: 1200px) {
.container {
    max-width: 1500px;
}
}
**/
.wpcf7 .wpcf7-recaptcha iframe {
    max-height: 80px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%;
}
.nk-awb {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ow-button-base .sowb-button {
    border: 2px solid #000!important;
    padding: 10px 25px !important;
    border-radius: 99px !important;
}
.badge-heading:hover {
    opacity: 0 !important;
    
    
}

.video_lightbox_auto_anchor_image {
    width: 480px !important;
    height: 360px !important;
    max-width: 480px !important;
}

.wpvl_auto_thumb_play {
    position: absolute;
    top: 140px !important;
    left: 200px !important;
    width: 48px !important;
}
.wpvl_auto_thumb_box {
    position: relative;
    width: 220px;
    height: auto;
}

/* ============================================================
   WHITE OAK RESIDENTIAL — HOME PAGE STYLES
   Target: whiteoakresidential.project-url.net
   Naming convention: row class > widget class > #widget-id
   ============================================================ */
/* ============================================================
   GLOBAL NAV OVERRIDES
   ============================================================ */
#main-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 46px;
    z-index: 9999;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: height 300ms ease-in-out;
}
.admin-bar #main-header { top: 32px; }

/* Expand header when logo fades in */
body.logo-visible #main-header {
    height: 70px;
}

/* Logo — absolute left */
#logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

#logo a {
    text-decoration: none;
}

#logo img {
    width: 50px !important;
    height: 50px !important;
}

.logo-text {
    font-family: 'EB Garamond', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-left:10px;
    padding-top: 15px;
}

.home #logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease-in-out;
}
.home #logo.make-small {
    opacity: 1;
    pointer-events: all;
}

/* Masthead — absolute center lane only */
#masthead.site-header {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    height: 100% !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#masthead nav.navbar {
    width: 100%;
    padding: 0 !important;
    justify-content: center !important;
}

html body #main-nav.navbar-collapse {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    flex-grow: 0 !important;
}

html body #masthead ul#menu-main-navigation.navbar-nav {
    column-gap: 10px !important;
}

html body #masthead ul#menu-main-navigation.navbar-nav > li {
    margin: 0 !important;
    padding: 0 !important;
}

#masthead .navbar-nav > li > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff !important;
    font-family: 'EB Garamond', sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    background: none !important;
    background-image: none !important;
    padding: 5px 0px !important;
}

#masthead .navbar-nav > li::before,
body:not(.theme-preset-active) #masthead .navbar-nav > li::before {
    display: none !important;
    content: none !important;
}

html body #masthead #main-nav ul#menu-main-navigation.navbar-nav li.nav-item a.nav-link {
    padding: 5px 15px !important;
    margin: 0 !important;
}

/* Utility nav — absolute right */
#top-menu-wrapper {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    display: flex;
    align-items: center;
    padding-right: 20px;
    background-color: transparent;
}

#top-menu-container {
    display: flex;
    align-items: center;
    width: auto;
}

ul#menu-top-menu.top-menu {
    position: static !important;
    width: auto !important;
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
    float: none !important;
    white-space: nowrap;
}

.top-menu li a {
    font-family: 'EB Garamond', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    border-left: 1px solid rgba(255,255,255,1);
    white-space: nowrap;
}

.top-menu > li:first-child > a {
    border-left: none;
}

/* ============================================================
   ROW 1 — HERO BANNER (Smart Slider — no CSS needed)
   .home-hero-row > .hero-banner
   ============================================================ */

.home-hero-row,
.hero-banner {
    /* Smart Slider handles all sizing. Keep empty. */
}

/* Banner — logo position */
.banner-slider-logo {
    /* Smart Slider handles positioning — override if needed */
}

/* Banner — text layer pushed down */
.banner-slider-main-text {
    width: 100vw !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 120px !important;
}

.banner-slider-main-text .n2-ss-item-content {
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.75) 15%,
        rgba(0, 0, 0, 0.75) 85%,
        transparent 100%
    ) !important;
    padding: 5px 0 !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}


/* ============================================================
   ROW 2 — HERO BREAK CONTENT
   .hero-break-content-row > .hero-break-content
   SO inline already sets background-color:#000;color:#fff
   ============================================================ */

.hero-break-content-row {
    font-family: 'Poppins', sans-serif;
    background-color: #000;
}

.hero-break-content {
    padding: 50px 40px 10px;
    text-align: center;
    background-color: #000 !important;
}

.hero-break-content h2 {
    color: #fff !important;
    font-family: 'EB Garamond', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.hero-break-content p {
    color: rgba(255,255,255,1) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}




/* ============================================================
   ROW 3 — OAK EMBLEM DIVIDER (image widget)
   .home-break-image-hr-row > .home-break-image-hr
   SO inline sets background-color:#0a0a0a
   ============================================================ */

.home-break-image-hr-row {
    background-color: #0a0a0a;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.home-break-image-hr-row.siteorigin-panels-stretch {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home-break-image-hr {
    padding: 30px 0 !important;
    background-color: #000 !important;
    line-height: 0;
    max-width: 1540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.home-break-image-hr img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}

/* Break the row to full viewport width */
#pg-401-2 {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
	padding: 25px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
	background-color: #000;
}

#pg-401-6 {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
	padding: 25px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
	background-color: #fff;
}


/* Padding above and below, fix background clipping */
.home-break-image-hr,
.home-break-image-hr-black {
    padding: 40px 0 40px 0 !important;
    background-size: auto 100% !important;
    background-position: center center !important;
    min-height: 80px;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Kill the responsive width caps */
@media screen and (max-width: 1540px) {
    .home-break-image-hr { max-width: 100% !important; }
}
@media screen and (max-width: 1199px) {
    .home-break-image-hr { max-width: 100% !important; }
}


/* ============================================================
   ROW 4 — "HOW CAN WE HELP YOU?" HEADING
   .home-services-row > .home-services-title
   ============================================================ */

.home-services-row {
    background-color: #fff;
    padding: 40px 0 10px;
}
.home-services-title {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 20px;
}
.home-services-title h2 {
    font-family: 'EB Garamond', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 0;
}

a.card-mobile-link {
    display: contents !important;
    text-decoration: none !important;
    color: inherit !important;
}

/* ============================================================
   ROW 5 — SERVICE CARDS (4 columns: Buyers, Sellers, About, Contact)
   ============================================================ */
/* ============================================================
   SERVICE CARDS ROW
   ============================================================ */
.home-services-card-row {
    background-color: #fff;
    padding: 20px 30px 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    /* Fluid gap: 59px → 0 as viewport shrinks 1529→1525px then snaps to 2x2 */
    gap: clamp(0px, calc((100vw - 1525px) / (1529 - 1525) * 59), 59px);
}

/* SiteOrigin injects inline percentage widths on every panel-grid-cell —
   neutralise them so the card drives its own size */
.home-services-card-row .panel-grid-cell {
    width: auto !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    min-height: unset !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    vertical-align: top !important;
    align-self: flex-start !important;
}

/* Card column — fixed 338x338 matching PSD design */
.home-services-card-col {
    border: 8px solid #000 !important;
    border-radius: 50px !important;
    margin: 0;
    padding: 20px 15px !important;
    width: 338px !important;
    height: 338px !important;
    min-height: unset !important;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
}

.home-services-card-col {
	-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
}

.home-services-card-col:hover {
    filter: brightness(0.7);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}


.home-services-card-content-image {
    width: 100%;
    height: 105px !important;
    min-height: 105px !important;
    max-height: 105px !important;
    flex-shrink: 0;
    text-align: center;
    padding: 10px 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.home-services-card-content-image img {
    display: block;
    margin: 0 auto;
}

.home-services-card-content {
    width: 100%;
    text-align: center;
    padding: 8px 10px !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-services-card-content h2 {
    font-family: 'EB Garamond', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 6px 0 4px !important;
    line-height: 1.2;
}

.home-services-card-content div {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 1.4;
}

/* Individual card IDs — beat SiteOrigin's widget size, so-rounded, and
   panel-widget-style on both the container and the img */
#home-services-card-buyers,
#home-services-card-sellers,
#home-services-card-about,
#home-services-card-contact {
    height: 105px !important;
    min-height: 105px !important;
    max-height: 105px !important;
    flex-shrink: 0 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

#home-services-card-buyers img {
    height: 105px !important;
    min-height: 105px !important;
    max-height: 105px !important;
    width: 114px;
    min-width: 114px;
    max-width: 114px;
    display: block !important;
    margin: 0 auto !important;
}

#home-services-card-sellers img {
    height: 106px !important;
    min-height: 106px !important;
    max-height: 106px !important;
    width: 84px;
    min-width: 84px;
    max-width: 84px;
    display: block !important;
    margin: 0 auto !important;
}

#home-services-card-about img {
    height: 107px !important;
    min-height: 107px !important;
    max-height: 107px !important;
    width: 135px;
    min-width: 135px;
    max-width: 135px;
    display: block !important;
    margin: 0 auto !important;
}

#home-services-card-contact img {
    height: 106px !important;
    min-height: 106px !important;
    max-height: 106px !important;
    width: 88px;
    min-width: 88px;
    max-width: 88px;
    display: block !important;
    margin: 0 auto !important;
}


/* ============================================================
   ROW 6 — BLACK DIVIDER (image widget)
   .home-image-hr-black-row > .home-break-image-hr-black
   SO inline sets background-color:#0a0a0a
   ============================================================ */

.home-image-hr-black-row {
    background-color: #fff;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.home-break-image-hr-black {
    padding: 30px 0 !important;
    background-color: #fff !important;
    width: 100% !important;
    box-sizing: border-box !important;
    line-height: 0;
}
.home-break-image-hr-black img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}


/* ============================================================
   ROW 7 — BUYERS (left image, right text)
   .home-sidebyside-left-image-row
   SO inline sets padding: 0 0 100px 0 — keep it
   ============================================================ */

.home-sidebyside-left-image-row {
    background-color: #fff;
    padding-top: 100px;
    align-items: center !important;
}
.home-sidebyside-left-image {
    padding: 0 15px;
}
.home-sidebyside-left-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content column */
.home-sidebyside-left-content {
    padding: 10px 40px;
}
.home-sidebyside-left-content h2 {
    font-family: 'EB Garamond', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.home-sidebyside-left-content div {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
}

/* Button */
.home-sidebyside-left-button a.sowb-button,
.home-sidebyside-right-button a.sowb-button {
    display: inline-block;
    width:123px;
    height:49px;
    background-color: transparent;
    border: 4px solid #111;
    color: #111;
    border-radius: 50px;
    font-family: 'EB Garamond', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align:center;
    padding: 8px 5px;
    margin: 36px 0 0 0;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.home-sidebyside-left-button a.sowb-button:hover,
.home-sidebyside-right-button a.sowb-button:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none;
}


/* ============================================================
   ROW 8 — SELLERS (left text, right image)
   .home-sidebyside-right-image-row
   ============================================================ */

.home-sidebyside-right-image-row {
    background-color: #fff;
    padding: 60px 0;
    align-items: center !important;
}
.home-sidebyside-right-image {
    padding: 0 15px;
}
.home-sidebyside-right-image img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: block;
}

/* Content column */
.home-sidebyside-right-content {
    padding: 10px 40px;
}
.home-sidebyside-right-content h2 {
    font-family: 'EB Garamond', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.home-sidebyside-right-content div {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
}
/* Image dark overlay */
.home-sidebyside-right-image,
.home-sidebyside-left-image {
    position: relative;
    padding: 0 15px;
}


/* Button */
.home-sidebyside-right-button .ow-button-base a.sowb-button,
.home-sidebyside-left-button .ow-button-base a.sowb-button {
    background-color: transparent !important;
    border: 12px solid #111 !important;
    color: #111 !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 10px 28px !important;
    margin: 10px 0 0 0 !important;
    letter-spacing: 1px;
    width: 175px;
    transition: all 0.25s ease;
}

.home-sidebyside-right-button .ow-button-base a.sowb-button:hover,
.home-sidebyside-left-button .ow-button-base a.sowb-button:hover {
    background-color: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* ============================================================
   SIDE BY SIDE ROWS — COLUMN TARGETING
   ============================================================ */

/* Shared image column styles */
.home-sidebyside-right-image-col,
.home-sidebyside-left-image-col {
    padding: 0 40px !important;
    display: flex;
    align-items: center;
}

/* Shared content column styles */
.home-sidebyside-right-content-col,
.home-sidebyside-left-content-col {
    padding: 0 60px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Row spacing */
.home-sidebyside-left-image-row,
.home-sidebyside-right-image-row {
    padding: 80px 0 !important;
    align-items: center !important;
}

/* Tighten up the gap between text and button */
.home-sidebyside-right-content-col .home-sidebyside-left-button,
.home-sidebyside-left-content-col .home-sidebyside-left-button,
.home-sidebyside-right-content-col .home-sidebyside-right-button,
.home-sidebyside-left-content-col .home-sidebyside-right-button {
    margin-top: 25px;
}

/* Reduce gap between rows */
.home-sidebyside-left-image-row + .home-sidebyside-right-image-row,
.home-sidebyside-right-image-row + .home-sidebyside-left-image-row {
    padding-top: 40px !important;
}

/* ============================================================
   ROW 9 — BROKER / TEAM SECTION
   ============================================================ */
.home-broker-row {
    display: flex !important;
    justify-content: center !important;
    gap: 100px;
}

.home-broker-row > .panel-grid-cell {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    flex: 0 0 auto !important;
}

.home-broker-row .panel-grid {
    max-width: 1200px;
    margin: 0 auto !important;
}

.home-broker-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 15px !important;
}

/* Image */
.home-broker-image {
    text-align: center;
    padding: 0 0 20px 0;
    width: 414px;
}

.home-broker-image img {
    border-radius: 50px;
    border: 8px solid #fff;
    max-width: 414px;
    width: 414px;
    height: 414px;
    margin: 0 auto;
    display: block;
}

/* Content */
.home-broker-content {
    padding: 10px 0;
    color: #fff !important;
    text-align: center;
    width: 100%;
}

.home-broker-content h2 {
    font-family: 'EB Garamond', serif;
    font-size: 38px;
    font-weight: 600;
    text-align:center;
    color: #fff !important;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.home-broker-content .broker-role {
    font-size: 18px;
    color: rgba(255,255,255,1);
    line-height: 1.4;
    margin-bottom: 0;
}

.home-broker-content .broker-phone {
    font-size: 18px;
    color: rgba(255,255,255,1);
    line-height: 1.4;
    margin-bottom: 16px;
}
/* Second div — bio text */
.home-broker-content div:last-of-type {
    font-size: 13px;
    color: rgba(255,255,255,1);
    max-width: 413px;
    margin: 0 auto;
}

.home-broker-content br {
    display: none;
}


/*
 ROW 10 - TEXT
 */

.home-contact-row h2 {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-contact-row .contact,
.home-contact-row .address {
    display: inline-block;
}

.home-contact-row .contact {
    float: left;
}

.home-contact-row .address {
    float: right;
}


/* ============================================================
   ROW 11 — CONTACT
   ============================================================ */
.home-contact-row {
    background-color: #fff;
    padding: 50px 0;
}

.home-contact-shortcode-content {
    padding: 0 30px;
}

/* Stack map on top, form below */
.home-contact-shortcode-content .textwidget {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Map — full width */
.home-contact-shortcode-content .mapp-layout {
    width: 100% !important;
    max-width: 100% !important;
    height: 600px !important;
}

/* Form container */
.home-contact-shortcode-content .wpcf7 {
    width: 900px;
}

/* Hide BR tags */
.home-contact-shortcode-content .wpcf7 br {
    display: none;
}

/* CF7 div layout */
.home-contact-shortcode-content .wpcf7 form {
    display: block;
}

.home-contact-shortcode-content .cf7-row {
    margin-bottom: 15px;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
}

.home-contact-shortcode-content .cf7-two-col {
    display: flex;
    gap: 20px;
}

.home-contact-shortcode-content .cf7-col {
    flex: 1;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
}

/* All inputs */
.home-contact-shortcode-content .wpcf7 input[type="text"],
.home-contact-shortcode-content .wpcf7 input[type="email"],
.home-contact-shortcode-content .wpcf7 input[type="tel"] {
    display: block;
    width: 100% !important;
    background-color: #5a5a5a !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #ccc !important;
    box-shadow: none !important;
    outline: none;
    height:57px;
    margin-top: 6px;
    font-family: 'EB Garamond', serif;
}

.home-contact-shortcode-content .wpcf7 input::placeholder {
    color: #FFF !important;
    font-family: 'EB Garamond', serif;
}

/* Select dropdowns */
.home-contact-shortcode-content .wpcf7 select {
    display: block;
    width: 100% !important;
    background-color: #5a5a5a !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #FFF !important;
    box-shadow: none !important;
    outline: none;
    height: 57px;
    margin-top: 6px;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    cursor: pointer;
    font-family: 'EB Garamond', serif;
}

.home-contact-shortcode-content .wpcf7 select option {
    background-color: #5a5a5a;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
}

.home-contact-shortcode-content .wpcf7 select option:first-child {
    color: #FFF;
    font-family: 'EB Garamond', serif;
}

/* Textarea */
.home-contact-shortcode-content .wpcf7 textarea {
    display: block;
    width: 100% !important;
    background-color: #5a5a5a !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #FFF !important;
    height: 108px;
    resize: vertical;
    box-shadow: none !important;
    outline: none;
    margin-top: 14px;
    font-family: 'EB Garamond', serif;
}

.home-contact-shortcode-content .wpcf7 textarea::placeholder {
    color: #FFF !important;
    font-family: 'EB Garamond', serif;
}

/* Submit button */
.home-contact-shortcode-content .wpcf7-submit {
    display: inline-block;
    background-color: #444 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 12px 35px !important;
    border-radius: 3px !important;
    border: none !important;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.25s ease;
    font-family: 'EB Garamond', serif;
}

.home-contact-shortcode-content .wpcf7-submit:hover {
    background-color: #222 !important;
}

/* ============================================================
   FOOTER RESPONSIVE — correct widget ID + full range coverage
   ============================================================ */

/* Desktop lock: force flex row so SiteOrigin's inline widths
   can't go sideways at any size above 992px */
@media screen and (min-width: 992px) {
    .panel-row-style-for-w69b3614baa9df-0 {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    #pl-w69b4de0feb6ef-0-0,
    #pl-w69b4de0feb6ef-0-1,
    #pl-w69b4de0feb6ef-0-2 {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
    }
    #pl-w69b4de0feb6ef-0-1 {
        text-align: center !important;
    }
    #pl-w69b4de0feb6ef-0-2 {
        text-align: right !important;
    }
}

/* Stack at ≤ 991px — replaces the dead w69b212c598e42 rules */
@media screen and (max-width: 991px) {
    .panel-row-style-for-w69b3614baa9df-0 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    #pl-w69b4de0feb6ef-0-0,
    #pl-w69b4de0feb6ef-0-1,
    #pl-w69b4de0feb6ef-0-2 {
        justify-content: center !important;
        width: 100% !important;
        flex: 1 1 100% !important;
        text-align: center !important;
    }
    #pl-w69b4de0feb6ef-0-1 .so-widget-lsow-icon-list,
    #pl-w69b4de0feb6ef-0-1 .lsow-icon-list {
        width: 100% !important;
        justify-content: center !important;
    }
    .footer-address h3,
    .footer-address {
        white-space: normal !important;
        text-align: center !important;
    }
    .copyright,
    .copyright p {
        text-align: center !important;
        white-space: normal !important;
    }
}

/* ============================================================
   FOOTER RESPONSIVE — corrected breakpoints
   ============================================================ */
.footer-1 {
    max-width: 1540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media screen and (max-width: 1540px) {
    .footer-1 { max-width: 1200px !important; }
}
@media screen and (max-width: 1199px) {
    .footer-1 { max-width: 990px !important; }
}
@media screen and (max-width: 991px) {
    .footer-1 { max-width: 100% !important; }
}

.widget_lsow-icon-list { margin: 0 !important }
/* Color: true black */
#blog-footer,
#blog-footer *,
#blog-footer .panel-row-style,
#blog-footer .panel-grid,
#blog-footer .panel-grid-cell,
#blog-footer > div,
#blog-footer .siteorigin-panels-stretch,
html body #blog-footer {
    background-color: #000 !important;
    background-image: none !important;
}

/* Social icons — always centered regardless of layout */
#pl-w69b4de0feb6ef-0-1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#pl-w69b4de0feb6ef-0-1 .panel-widget-style,
#pl-w69b4de0feb6ef-0-1 .so-widget-lsow-icon-list,
#pl-w69b4de0feb6ef-0-1 .lsow-icon-list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

/* Desktop: lock to flex row ABOVE SiteOrigin's 1097px breakpoint */
@media screen and (min-width: 1098px) {
    .panel-row-style-for-w69b3614baa9df-0 {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    #pl-w69b4de0feb6ef-0-0,
    #pl-w69b4de0feb6ef-0-1,
    #pl-w69b4de0feb6ef-0-2 {
        flex: 1 1 1 !important;
        width: auto !important;
        min-width: 0 !important;
    }
    #pl-w69b4de0feb6ef-0-1 { text-align: center !important; }
    #pl-w69b4de0feb6ef-0-2 { text-align: right !important; }
}

/* Stacked: everything at 1097px and below */
@media screen and (max-width: 1097px) {
    .panel-row-style-for-w69b3614baa9df-0 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    #pl-w69b4de0feb6ef-0-0,
    #pl-w69b4de0feb6ef-0-1,
    #pl-w69b4de0feb6ef-0-2 {
        justify-content: center !important;
        width: 100% !important;
        flex: 1 1 100% !important;
        text-align: center !important;
    }
    #pl-w69b4de0feb6ef-0-1 .so-widget-lsow-icon-list,
    #pl-w69b4de0feb6ef-0-1 .lsow-icon-list {
        width: 100% !important;
        justify-content: center !important;
    }
    .footer-address h3,
    .footer-address {
        white-space: normal !important;
        text-align: center !important;
    }
    .copyright,
    .copyright p {
        text-align: center !important;
        white-space: normal !important;
    }
}

/* ============================================================
   RESPONSIVE — TABLET / MOBILE
   ============================================================ */

@media screen and (max-width: 991px) {
    .home-contact-shortcode-content .textwidget {
        flex-direction: column;
    }
    .home-contact-shortcode-content .mapp-layout {
        max-width: 100% !important;
        width: 100% !important;
    }
    .home-sidebyside-left-content,
    .home-sidebyside-right-content,
    .home-sidebyside-left-button,
    .home-sidebyside-right-button {
        padding: 20px;
    }
    .home-broker-content {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 767px) {
    .hero-break-content {
        padding: 30px 20px;
    }
	/* --- HR DIVIDERS --- */
    #pg-401-2 .panel-grid-cell,
    #pg-401-6 .panel-grid-cell {
        display: block !important;
        min-height: 60px !important;
    }
    /* Service cards — single column, identical to 425px */
    .home-services-card-row,
    .home-services-card-row.siteorigin-panels-stretch {
        padding: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 12px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    .home-services-card-row .panel-grid-cell {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 100% !important;
    }
    .home-services-card-col {
        margin: 0 auto !important;
        width: 270px !important;
        height: 270px !important;
        border-radius: 50px !important;
        border-width: 6px !important;
    }
    .home-services-card-content-image img { max-width: 75px; }
    .home-services-card-content h2 { font-size: 30px !important; }
    .home-services-card-content div { font-size: 13px !important; }
    .home-sidebyside-left-content h2,
    .home-sidebyside-right-content h2 {
        font-size: 24px;
    }
    .home-broker-row {
        padding: 0 !important;
    }
    .home-broker-row > .panel-grid-cell {
        width: 100% !important;
        max-width: 500px !important;
        float: none !important;
        display: flex !important;
        justify-content: center !important;
    }
    .home-broker-image img {
        max-width: 220px;
    }
    .home-contact-row {
        padding: 30px 0;
    }
    .home-contact-shortcode-content {
        padding: 0 15px;
    }
    #blog-footer .copyright {
        text-align: center;
    }
}

/* ============================================================
   SERVICE CARDS — 2x2 grid between 768px and 1525px
   ============================================================ */

@media screen and (min-width: 768px) and (max-width: 1525px) {
    .home-services-card-row,
    .home-services-card-row.siteorigin-panels-stretch {
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 16px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    .home-services-card-row .panel-grid-cell {
        width: calc(50% - 16px) !important;
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 calc(50% - 16px) !important;
    }
    .home-services-card-col {
        width: min(338px, calc(50vw - 24px)) !important;
        height: min(338px, calc(50vw - 24px)) !important;
        border-radius: 50px !important;
    }
    .home-services-card-content h2 { font-size: 30px !important; }
    .home-services-card-content div { font-size: 13px !important; }
    .home-services-card-content-image img { max-width: 85px; }
}

/* ============================================================
   WHITE OAK RESIDENTIAL — RESPONSIVE
   Breakpoints: 991px (tablet), 425px (mobile)
   ============================================================ */

@media screen and (max-width: 991px) {
	.banner-slider-logo {
        display: none;
    }

    /* --- HEADER: mobile layout 426px–991px --- */
    #main-header,
    body.logo-visible #main-header {
        height: 60px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
    }
    #logo,
    .home #logo,
    .home #logo.make-small {
        opacity: 1 !important;
        pointer-events: all !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-shrink: 0 !important;
    }
    #logo img {
        width: 38px !important;
        height: 38px !important;
    }
    .logo-text {
        display: inline !important;
        font-size: 18px !important;
        padding: 0 5px !important;
        white-space: nowrap;
    }
    #masthead.site-header {
        display: none !important;
    }
    #top-menu-wrapper {
        position: static !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        margin: 0 0 0 auto !important;
        flex-shrink: 0;
    }
    #top-menu-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px;
    }
    ul#menu-top-menu.top-menu li {
        display: none !important;
    }
    ul#menu-top-menu.top-menu li:first-child {
        display: flex !important;
        align-items: center !important;
    }
    ul#menu-top-menu.top-menu li:first-child a {
        font-size: 13px !important;
        padding: 6px 10px !important;
        border: 1px solid rgba(255,255,255,0.8) !important;
        border-radius: 3px !important;
        white-space: nowrap;
        color: #fff !important;
    }
    .rmp_menu_trigger,
    #rmp_menu_trigger-60 {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        flex-shrink: 0 !important;
        cursor: pointer;
        background: none !important;
        border: none !important;
        padding: 6px 4px !important;
        margin: 0 !important;
        width: auto !important;
        z-index: auto !important;
    }
    .rmp_menu_trigger .responsive-menu-pro-inner,
    .rmp_menu_trigger .responsive-menu-pro-inner::before,
    .rmp_menu_trigger .responsive-menu-pro-inner::after {
        background-color: #fff !important;
    }
    #rmp-container-60 {
        position: fixed !important;
        top: 60px !important;
    }

    /* --- BANNER --- */
    .banner-slider-main-text {
        margin-top: 80px !important;
    }
    .banner-slider-main-text .n2-ss-item-content {
        padding: 10px 0 !important;
        font-size: 22px !important;
    }

    /* --- ROW 2: HERO BREAK --- */
    .hero-break-content {
        padding: 35px 25px 10px;
    }
    .hero-break-content h2 {
        font-size: 34px !important;
    }
    .hero-break-content p {
        font-size: 15px !important;
    }

    /* --- ROW 4: SERVICES HEADING --- */
    .home-services-title h2 {
        font-size: 30px;
    }

    /* --- ROWS 7 & 8: SIDE BY SIDE --- */
    .home-sidebyside-left-image-row,
    .home-sidebyside-right-image-row {
        padding: 50px 0 !important;
    }
    .home-sidebyside-left-image-col,
    .home-sidebyside-right-image-col {
        padding: 0 20px !important;
        margin-bottom: 30px;
    }
    .home-sidebyside-left-content-col,
    .home-sidebyside-right-content-col {
        padding: 0 25px !important;
    }
    .home-sidebyside-left-content h2,
    .home-sidebyside-right-content h2 {
        font-size: 30px;
    }
    .home-sidebyside-left-content div,
    .home-sidebyside-right-content div {
        font-size: 15px;
    }
    .home-sidebyside-right-button .ow-button-base a.sowb-button,
    .home-sidebyside-left-button .ow-button-base a.sowb-button {
        border-width: 3px !important;
        font-size: 13px !important;
        padding: 8px 20px !important;
    }
    .home-sidebyside-left-button,
    .home-sidebyside-right-button {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home-sidebyside-left-button .ow-button-base,
    .home-sidebyside-right-button .ow-button-base {
        text-align: left !important;
    }

    /* --- ROW 9: BROKER — stack at 991px --- */
    .home-broker-row {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
    }
    .home-broker-row > .panel-grid-cell {
        width: 100% !important;
        max-width: 500px !important;
        flex: 0 0 auto !important;
        float: none !important;
        display: flex !important;
        justify-content: center !important;
    }
    .home-broker-col {
        padding: 40px 15px !important;
        width: 100% !important;
    }
    .home-broker-image {
        width: 280px;
    }
    .home-broker-image img {
        max-width: 240px;
    }
    .home-broker-content h2 {
        font-size: 26px;
    }
    .home-broker-content .broker-role,
    .home-broker-content .broker-phone {
        font-size: 17px;
    }

    /* --- ROW 11: CONTACT --- */
    .home-contact-shortcode-content .mapp-layout {
        height: 300px !important;
    }
    .home-contact-shortcode-content .wpcf7 {
        width: 100%;
    }
    .home-contact-shortcode-content .cf7-two-col {
        flex-direction: column;
        gap: 0;
    }

    /* --- FOOTER: stack single col at 991px and below --- */
    .panel-row-style-for-w69b212c598e42-0 {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    #pgc-w69b212c598e42-0-0,
    #pgc-w69b212c598e42-0-1,
    #pgc-w69b212c598e42-0-2 {
        justify-content: center !important;
        width: 100% !important;
        flex: 1 1 100% !important;
    }
    #pgc-w69b212c598e42-0-1 .so-widget-lsow-icon-list,
    #pgc-w69b212c598e42-0-1 .lsow-icon-list {
        width: 100% !important;
        justify-content: center !important;
    }
    .footer-address h3,
    .footer-address {
        white-space: normal !important;
        text-align: center !important;
    }
    .copyright,
    .copyright p {
        text-align: center !important;
        white-space: normal !important;
    }
}

 a.phone-link {
        text-decoration: none !important;
        color: inherit !important;
    }

@media screen and (max-width: 440px) {
    
  

    /* --- HEADER: 425px size overrides (layout inherited from 991px block) --- */
    #main-header,
    body.logo-visible #main-header {
        height: 56px !important;
        padding: 0 12px !important;
    }
    #logo img {
        width: 32px !important;
        height: 32px !important;
    }
    .logo-text {
        font-size: 13px !important;
    }
    ul#menu-top-menu.top-menu li:first-child a {
        font-size: 11px !important;
        padding: 5px 8px !important;
    }
    #rmp-container-60 {
        top: 56px !important;
    }
    .banner-slider-logo {
        display: none;
    }

    /* --- BANNER --- */
    .banner-slider-main-text {
        margin-top: 25px !important;
    }
    .banner-slider-main-text .n2-ss-item-content {
        font-size: 16px !important;
        padding: 8px 0 !important;
    }

    /* --- ROW 2: HERO BREAK --- */
    .hero-break-content {
        padding: 25px 15px 10px;
    }
    .hero-break-content h2 {
        font-size: 26px !important;
    }
    .hero-break-content p {
        font-size: 15px !important;
    }
	
    .home-services-row {
        padding: 25px 0 5px;
    }
    .home-services-title h2 {
        font-size: 24px;
    }

   /* --- ROW 5: SERVICE CARDS — single column --- */
    .home-services-card-row,
    .home-services-card-row.siteorigin-panels-stretch {
        padding: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 12px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    .home-services-card-row .panel-grid-cell {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 100% !important;
    }
    .home-services-card-col {
        margin: 0 auto !important;
        width: 270px !important;
        height: 270px !important;
        border-radius: 50px !important;
        border-width: 6px !important;
    }
    .home-services-card-content-image img {
        max-width: 75px;
    }
    .home-services-card-content h2 {
        font-size: 30px !important;
    }
    .home-services-card-content div {
        font-size: 13px !important;
    }

    /* --- ROWS 7 & 8: SIDE BY SIDE — stack --- */
    .home-sidebyside-left-image-row,
    .home-sidebyside-right-image-row {
        padding: 30px 0 !important;
    }
    .home-sidebyside-left-image-col,
    .home-sidebyside-right-image-col,
    .home-sidebyside-left-content-col,
    .home-sidebyside-right-content-col {
        padding: 0 15px !important;
        width: 100% !important;
    }
    .home-sidebyside-left-content h2,
    .home-sidebyside-right-content h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .home-sidebyside-left-content div,
    .home-sidebyside-right-content div {
        font-size: 15px;
    }
    .home-sidebyside-right-button .ow-button-base a.sowb-button,
    .home-sidebyside-left-button .ow-button-base a.sowb-button {
        width: auto !important;
        font-size: 12px !important;
        padding: 7px 18px !important;
    }

    /* --- ROW 9: BROKER — stack --- */
    .home-broker-row {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: center;
    }
    .home-broker-col {
        padding: 30px 15px !important;
        width: 100%;
    }
    .home-broker-image {
        width: 100%;
    }
    .home-broker-image img {
        max-width: 200px;
    }
    .home-broker-content h2 {
        font-size: 22px;
    }
    .home-broker-content .broker-role,
    .home-broker-content .broker-phone {
        font-size: 15px;
    }
    .home-broker-content div:last-of-type {
        font-size: 14px;
    }

    /* --- ROW 11: CONTACT --- */
    .home-contact-row {
        padding: 25px 0;
    }
    .home-contact-shortcode-content {
        padding: 0 10px;
    }
    .home-contact-shortcode-content .mapp-layout {
        height: 220px !important;
    }
    .home-contact-shortcode-content .wpcf7 {
        width: 100%;
    }
    .home-contact-shortcode-content .cf7-two-col {
        flex-direction: column;
        gap: 0;
    }

}  /* end 425px */