/* 
Theme Name: Raveis
Author: RealTech Services, Inc. 
Author URI: https://www.rtservices.net 
Description: RNS API Integrated Theme
*/
 *, *:before, *:after {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     background: #fff;
     margin:0;
     font-size: 18px;
     font-weight: 300;
     line-height: 1.75;
}
 .site-wrap {
     background: transparent;
     overflow: hidden;
}
 img {
     max-width: 100%;
     height: auto;
}
 iframe {
     max-width: 100%;
}
 html {
     font-size: 100%;
     font-family: museo-sans, sans-serif;
}
.grecaptcha-badge { visibility: hidden; }
/* screen readers only class - for accessible invisible content & skiplinks */
.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
.banner-image {
    display: block;
    width: 100%;
}
/*fontello fun*/
@font-face {
  font-family: 'rt-font';
  src: url('font/rt-font.eot?10228311');
  src: url('font/rt-font.eot?10228311#iefix') format('embedded-opentype'),
       url('font/rt-font.woff2?10228311') format('woff2'),
       url('font/rt-font.woff?10228311') format('woff'),
       url('font/rt-font.ttf?10228311') format('truetype'),
       url('font/rt-font.svg?10228311#rt-font') format('svg');
  font-weight: normal;
  font-style: normal;
} 
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'rt-font';
    src: url('../font/rt-font.svg?4761947#rt-font') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "rt-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: middle;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus-circled:before { content: '\21'; } /* '!' */
.icon-star:before { content: '\22'; } /* '&quot;' */
.icon-share:before { content: '\23'; } /* '#' */
.icon-reply-all:before { content: '\24'; } /* '$' */
.icon-comment:before { content: '\25'; } /* '%' */
.icon-export-1:before { content: '\26'; } /* '&amp;' */
.icon-basket:before { content: '\27'; } /* ''' */
.icon-heart-circled:before { content: '\28'; } /* '(' */
.icon-cancel:before { content: '\29'; } /* ')' */
.icon-th:before { content: '\2a'; } /* '*' */
.icon-cancel-circled-outline:before { content: '\2b'; } /* '+' */
.icon-eye:before { content: '\2c'; } /* ',' */
.icon-toggle-off:before { content: '\2d'; } /* '-' */
.icon-toggle-on:before { content: '\2e'; } /* '.' */
.icon-balance-scale:before { content: '\31'; } /* '1' */
.icon-location:before { content: '\32'; } /* '2' */
.icon-direction:before { content: '\33'; } /* '3' */
.icon-lightbulb:before { content: '\34'; } /* '4' */
.icon-paper-plane-empty:before { content: '\35'; } /* '5' */
.icon-paper-plane:before { content: '\36'; } /* '6' */
.icon-lightbulb-alt:before { content: '\37'; } /* '7' */
.icon-ok-circled:before { content: '\38'; } /* '8' */
.icon-ok:before { content: '\39'; } /* '9' */
.icon-users:before { content: '\3a'; } /* ':' */
.icon-sliders:before { content: '\3c'; } /* '&lt;' */
.icon-bed:before { content: '\3d'; } /* '=' */
.icon-bath:before { content: '\3e'; } /* '&gt;' */
.icon-bed-img:before { content: url(images/bed.png); } /* '=' */
.icon-bath-img:before { content: url(images/bath.png);  } /* '&gt;' */
.icon-guidedog:before { content: '\3f'; } /* '?' */
.icon-paw:before { content: '\40'; } /* '@' */
.icon-swimming:before { content: '\41'; } /* 'A' */
.icon-shower:before { content: '\42'; } /* 'B' */
.icon-wheelchair:before { content: '\43'; } /* 'C' */
.icon-wifi:before { content: '\44'; } /* 'D' */
.icon-signal:before { content: '\45'; } /* 'E' */
.icon-desktop:before { content: '\46'; } /* 'F' */
.icon-toilet:before { content: '\48'; } /* 'H' */
.icon-cafe:before { content: '\49'; } /* 'I' */
.icon-lodging:before { content: '\4a'; } /* 'J' */
.icon-hot-tub:before { content: '\4b'; } /* 'K' */
.icon-tennis:before { content: '\4c'; } /* 'L' */
.icon-bbq:before { content: '\4d'; } /* 'M' */
.icon-linens:before { content: '\4e'; } /* 'N' */
.icon-heart-empty:before { content: '\4f'; } /* 'O' */
.icon-picture:before { content: '\50'; } /* 'P' */
.icon-minus-circled-1:before { content: '\51'; } /* 'Q' */
.icon-attention-circled:before { content: '\52'; } /* 'R' */
.icon-calendar:before { content: '\53'; } /* 'S' */
.icon-help-circled:before { content: '\54'; } /* 'T' */
.icon-cancel-circled-1:before { content: '\55'; } /* 'U' */
.icon-calendar-2:before { content: '\56'; } /* 'V' */
.icon-info-circled-1:before { content: '\e800'; } /* '' */
.icon-globe:before { content: '\e801'; } /* '' */
.icon-group:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e803'; } /* '' */
.icon-users-1:before { content: '\e804'; } /* '' */
.icon-heart:before { content: '\e805'; } /* '' */
.icon-export-alt:before { content: '\e806'; } /* '' */
.icon-th-list:before { content: '\e807'; } /* '' */
.icon-th-1:before { content: '\e808'; } /* '' */
.icon-reply-all-1:before { content: '\e809'; } /* '' */
.icon-list:before { content: '\e80a'; } /* '' */
.icon-home:before { content: '\e80b'; } /* '' */
.icon-search:before { content: '\e80c'; } /* '' */
.icon-info-circled:before { content: '\e80d'; } /* '' */
.icon-search-1:before { content: '\e80e'; } /* '' */
.icon-search-2:before { content: '\e80f'; } /* '' */
.icon-mail:before { content: '\e810'; } /* '' */
.icon-commerical-building:before { content: '\e811'; } /* '' */
.icon-ok-circle:before { content: '\e812'; } /* '' */
.icon-plus-circled-1:before { content: '\e813'; } /* '' */
.icon-tag:before { content: '\e814'; } /* '' */
.icon-home-1:before { content: '\e815'; } /* '' */
.icon-print-1:before { content: '\e816'; } /* '' */
.icon-left-open:before { content: '\e817'; } /* '' */
.icon-right-open:before { content: '\e818'; } /* '' */
.icon-play-circled2:before { content: '\e819'; } /* '' */
.icon-check:before { content: '\e81a'; } /* '' */
.icon-asterisk:before { content: '\e81b'; } /* '' */
.icon-phone:before { content: '\e81c'; } /* '' */
.icon-calendar-1:before { content: '\e81d'; } /* '' */
.icon-export:before { content: '\e81e'; } /* '' */
.icon-golf:before { content: '\e81f'; } /* '' */
.icon-restaurant:before { content: '\e820'; } /* '' */
.icon-share-rt:before { content: '\e821'; } /* '' */
.icon-rt-circle-icon:before { content: '\e822'; } /* '' */
.icon-ask-question-rt:before { content: '\e823'; } /* '' */
.icon-spin3:before { content: '\e832'; } /* '' */
.icon-skiing:before { content: '\e836'; } /* '' */
.icon-warehouse:before { content: '\e840'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-mobile:before { content: '\f10b';font-size: 25px;
    margin: 0;
    width: auto;
} /* '' */
.icon-calendar-3:before {
    content: url(images/calendar.png);
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(.85);
}
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-universal-access:before { content: '\f29a'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
/*end fontello*/

/*top alert message*/
 @media (max-width:40em) {
    .hide24 {
        font-size:12pt !important;
    }
}
 .hide24 {
    color:#888;
     background-color:rgba(255,255,255,.9);
     height:200px;
     width:80%;
     position:absolute;
     top:100px;
     left:0;
     right:0;
     z-index:500;
     height:200px;
     box-shadow:0px 0px 15px rgba(0,0,0,.3);
     font-size:18pt;
     padding:25px;
     margin:0 auto;
}
 .hide24 h3 {
    margin: 0 auto;
     color: #000;
}
 .alert-box-close {
     position: absolute;
     top: 10px;
     right: 20px;
     cursor: pointer;
}
 .hidden {
    display:none;
}
/* end alert css */

 .footerleft, .footerright {
     padding:.325em 0;
}
 .logo {
     width: auto;
     flex: 0 0;
     flex-basis: auto;
     align-self: center;
}
 .logo-smaller {
     display:none;
}
.logo, .logo-smaller {
    position: relative;
    line-height: 0;
    margin-right: auto;
}
 .sidebar {
     flex: 1 1 300px;
     padding: 0.625em;
     border-left: 1px solid #f0f0f3;
     text-align: left;
}
/*if parallax*/
.parallax-mirror { z-index:2!important; }
.parallax-home {min-height:600px; z-index:99;overflow: hidden; padding-top: 20px;}
.top-txt-wrap { z-index: 99999999999999999;width:100%; max-width:1180px; margin:0 auto; text-align: center; color:#222222;font-size:16px; margin-top:40px;background: rgba(255,255,255, .5);padding:10px;}
.top-txt-wrap p { margin-bottom:10px;text-align:left; }
.parallax-home h2 {  color:#222222; text-align: center; width:100%; margin-top:40px;}

/* some blog stuff */
/*.widget {position: relative;
     margin-bottom:20px;
     background: #f4f4f4;
     border-width: 0px;
    padding: 5px 30px 30px;}
.content-left {float:left; max-width:67%; padding-right:20px;}*/
 .featuredimage {
     width: 350px;
     height: 200px;
     overflow: hidden;
}
 .post-prev-img {
     float: left;
     padding: 0 0.95em 0.625em 0;
}
 .article-container {
     background-color: #FAFAFA;
     border: 1px solid #f4f4f4;
     padding: 10px;
     line-height: 1.5;
}
/*end blog*/
/*new mobile menu*/
 ul.clearfix.hide-nav {
     display:inline-block;
}
 .menu-primary-container {
     display:inline-block;
}
 .content-wrap {
     -webkit-transition: -webkit-transform 0.3s;
     transition: transform 0.3s;
     height: 100%;
}
 .menu-primary-container li:last-child .sub-menu {
     right:0;
}
 .c-menu {
     position: fixed;
     z-index: 200;
     background-color: #f1f1f1;
     transition: transform 0.3s;
}
 .c-menu__items {
     list-style: none;
     margin: 0;
     padding: 0;
}
/** * Close button. */
 .c-menu__close {
     color: #fff;
     background-color: #41464b;
     font-size: 12px;
     border: none;
     box-shadow: none;
     border-radius: 0;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     cursor: pointer;
}
/** * Close button resets. */
 .c-menu__close:focus {
     outline: none;
}
/** * Body states. * * When a menu is active, we want to hide the overflows on the body to prevent * awkward document scrolling. */
 body.has-active-menu {
     overflow: hidden;
}
/** * Mask component */
 .content-mask {
     position: fixed;
     z-index: 100;
     top: 0;
     left: 0;
     overflow: hidden;
     width: 0;
     height: 0;
     background-color: #000;
     opacity: 0;
     transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
 .content-mask.is-active {
     width: 100%;
     height: 100%;
     opacity: 0.7;
     transition: opacity 0.3s;
}
/*actual menu stuff*/
 .c-menu--push-left {
     width: 100%;
     height: 100%;
     overflow-y: scroll;
}
 .content-wrap.is-active {
     width: 100%;
     height: 100%;
     opacity: .7;
     -webkit-transition: opacity .3s;
     transition: opacity .3s;
}
 .content-wrap.has-push-left {
     -webkit-transform: translateX(300px);
     -ms-transform: translateX(300px);
     transform: translateX(300px);
}
 .c-menu--push-left .c-menu__close {
     display: block;
     padding: 12px 24px;
     width: 100%;
}
 .c-menu--push-left.is-active {
     transform: translateX(0);
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
}
 .c-menu--push-left {
     top: 0;
     left: 0;
     transform: translateX(-100%);
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
}
 @media (min-width: 320px) {
     .c-menu--push-left {
         transform: translateX(-300px);
         width:300px;
    }
}
 .navclass li {
     list-style-type: none;
}
 .navclass li ul {
     display: none;
     position: absolute;
     top: 100%;
}
 .navclass li ul {
     position: static;
    padding: 1.25em;
    /* 20 */
     padding-top: 0;
}
/*end menu*/
/*video full screen styling*/

/* vimeo video */
.vimeo-embed-container {
    position: relative;
    padding-bottom: 53.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: url("images/video-back.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; /*Otherwise can't scroll when mouse over video embed*/
}

.vimeo-embed-container iframe,
.vimeo-embed-container object,
.vimeo-embed-container embed {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 150%;
}

/* youtube */

 .video-section .buttonBar{
     display:none;
}
 .player {
     font-size: 1px;
}
 .pattern-overlay {
     padding: 110px 0 32px;
     height: 700px;
     overflow: hidden;
}
 @media (max-width: 1350px) and (min-width: 1150px) {
     .pattern-overlay {
         height: 600px;
         overflow: hidden;
    }
}
 @media (max-width: 1150px) and (min-width: 768px) {
     .pattern-overlay {
         height: 500px;
         overflow: hidden;
    }
     .headerimage {
         overflow: hidden;
    }
     .mbYTP_wrapper {
         width: 900px!important;
    }
}
 @media (max-width: 767px) and (min-width: 0px) {
     .pattern-overlay {
         height: 400px;
         overflow: hidden;
    }
     .headerimage {
         overflow: hidden;
    }
     .mbYTP_wrapper {
         width: 900px!important;
    }
}
/*end video*/
 .clear {
     clear: both;
}
 .no-mar {
     margin-right:0px;
}
 .headerright {
     display: block;
     flex: 0 1;
     flex-basis: auto;
     text-align: right;
     padding: 0 .625em;
     color: #333;
     letter-spacing: .01em;
     font-size: 1.15rem;
     font-weight: 300;
     white-space: nowrap;
     line-height: 2;
     transition: color 0.3s linear;
     -o-transition: color 0.3s linear;
     -moz-transition: color 0.3s linear;
     -webkit-transition: color 0.3s linear;
}
.headerright a {
    color: #333;
    transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}
.headerright a:hover {
    color: #000;
}
.headerright-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 1;
    flex-basis: auto;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.headerright-top div {
    margin: 0 5px;
    flex: 0 1;
    flex-basis: auto;
}
.headerright-top .rt-icon {
    margin: 5px;
}

header.smaller .headerright a {
    color: #333;
    transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}
header.smaller .headerright a:hover {
    color: #000;
}

figure {margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin: 0;
}
 .contained {
     width: 95%;
     max-width: 1720px;
     margin: 0 auto;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width:95% !important;
    padding:15px;
}

.page-id-1285 .content .gform_wrapper input[type=submit] { margin:20px auto!important; display:block!important; }

.ft-top .gform_wrapper .gform_footer { margin:20px 0; padding: 0; } { margin:0!important; }

#gform_wrapper_4 { max-width:400px; margin:0 auto; }
.ft-top #gform_wrapper_4  #input_4_1 { min-height: 50px; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top:0!important; }

/*shrink header*/
/*CHANGE HEIGHT of header-main-wrapper class below. Assign min-height based on header height so the content pushes down;
 you may need to remove this on home page or set as 0px for homepage if you use a photo or slideshow and set it as relative -- this is mostly for the secondary pages if they don't have anything there that's relatively positioned */
 .header-main-wrapper {
     position: relative;
     background: transparent;
}
 header {
     width: 100%;
     background-color: rgba(255, 255, 255, .6);
     overflow: visible;
     position: fixed;
     top: 0;
     z-index: 99;
     left: 0;
     -webkit-transition: height 0.3s ease;
     -moz-transition: height 0.3s ease;
     -ms-transition: height 0.3s ease;
     -o-transition: height 0.3s ease;
     transition: height 0.3s ease;
     /*
     -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
      height: 100px; */
    /*important so the height transition is smooth to smaller header */
}

 /* api pages & rns template */
 .page-template-api-propertydetail header, .page-id-1354 header { position: relative; }

 .parent-pageid-66 header, .page-id-1354 header {
     -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
 }

 header.smaller {
     top: 0;
     padding-top: 0;
     background-color: rgba(255, 255, 255, 1);
     z-index: 999;
     /*-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;*/
     -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}
header .logo img {
    height: 51px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -ms-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
header.smaller .logo img {
    height: 40px;
}
header.smaller .headerright {  }

 header.smaller .nav {
     margin-top: 0;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
/*end header*/

.header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
 .header-wrap {
     width: 100%;
     padding: 5px 0;
}

.map-time { position:relative; margin-bottom:-10px;}
.map-time p { position: absolute; bottom: 10px; right:10px; font-size:.7em; font-style:italic; }

.partners { text-align: center;}

.gradient {z-index: 10; position:absolute; bottom:0; width:100%; min-height:300px; background:linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0) ); }

/* list my property */
.page-id-1285 .wp-block-columns:first-of-type .wp-block-column:first-of-type{ background:none; box-shadow:none; }
.page-id-1285 .wp-block-column { background:#f1f1f1; padding:5px; text-align: justify; text-justify: inter-word; box-shadow:0 0 2px rgba(0,0,0,.3); }

/* team page */
.page-id-1341 .wp-block-columns{ justify-content: space-around;flex-wrap:wrap!important; }
.page-id-1341 .wp-block-column{ max-width: 250px;min-width: 250px;overflow:hidden;  }
.page-id-1341 .wp-block-image { max-width: 250px;  margin: 0 auto;position: relative;}
.page-id-1341 .wp-block-image img {  border: 1px solid #41464b;outline:1px solid transparent; outline-offset:0; transition: all .5s; }
.page-id-1341 .wp-block-buttons { margin-top: 5px; opacity:0; visibility:hidden; position:absolute; bottom:28%;transition: all .6s; display: block;  width: 100%;background:rgba(0,0,0,.8)!important;}
.page-id-1341 .wp-block-buttons .wp-block-button, .page-id-1341 .wp-block-buttons .wp-block-button__link { text-transform:uppercase; color:#fff;background:transparent!important;border-radius:0;font-size:14px; font-weight:bold; border: 1px solid #fff; transition: all .3s;}
.page-id-1341 .wp-block-buttons .wp-block-button__link:hover { background:#fff!important; color:#000;   }
/*
.page-id-1341 .wp-block-column:hover .wp-block-image img {border: 1px solid transparent; outline:1px solid #000; outline-offset:-10px;   filter: grayscale(100%)brightness(50%);}
*/
.page-id-1341 .wp-block-column { text-align:center;     position: relative;}
.page-id-1341 .wp-block-column:hover .wp-block-buttons { visibility:visible; opacity:1; bottom:28%; padding:20px 0; }
.page-id-1341 .wp-block-image figcaption { text-align:center; color:#41464b;margin:0; width:100%;font-weight:500; text-transform:uppercase;}

/* wp- style fix */
@media (max-width: 781px) and (min-width: 600px) {
    .page-id-1285 .wp-block-column, .wp-block-column:not(:only-child) {
        flex-basis: 45% !important;
        flex-grow: 0;
    }
    .page-id-1285 .wp-block-columns {
        justify-content:center;
    }
}
/* wp- style fix  end*/

.page-title {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 300;
    color:#41464b;
    font-size:2em;
}
.home .page-title { margin-top:60px; }

.page-title span { display:block; font-size:.6em; color:#00a3e0; }

 .content {
     width: 100%;
     margin: 0 auto;
     padding: 0;
     position: relative;
     color: #333;
     background-color: #fff;
     overflow: hidden;
}
 .content-full {
     color: #333;
     background-color: #fff;
     margin: auto;
}
 .footer-wrap {
     position: relative;
     width: 100%;
     background: #41464b;
     color: #fff;
     padding: 40px 0 60px;
     display: inline-block;
     text-align: center;
}
 .footer-wrap a {
     color: #fff;
     transition: color 0.3s linear;
     -o-transition: color 0.3s linear;
     -moz-transition: color 0.3s linear;
     -webkit-transition: color 0.3s linear;
}
.footer-wrap a:hover {
    color: #333 !important;
}
.footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
     font-size: .75em;
}


.footermiddle img { vertical-align:middle; margin:0 20px; }

.footerleft {
    text-align: left;
    flex-basis:25%;
}
.footerright {
    text-align: right;
    flex-basis:25%;
}
.footermiddle {
    flex-basis:50%;
}
 .sidebar {
     padding: .625em;
}
 .sidebar h2 {
     font-size: 1.1em;
     margin: .83em 0 .3125em 0;
}
 .sidebar ul {
     list-style-type: none;
     margin: 0.3125em 0 0.625em 0.625em !important;
     padding-left: 0;
}
.sidebar li {
    margin: 5px 0 15px;
    padding: 0 !important;
    line-height: 1.15;
}
 .sidebar li li {
     list-style-type: none;
     margin-left: .95em;
     padding-left: 0;
}
 .ft-top {
     color: #232323;
     width: 100%;
     background: #f1f1f1;
     padding: 5px 0;
}
 .social { margin-top:20px; }
 .social i:before { margin-left: 0; width: auto; margin-right: 20px; }

.ft-top a,
.ft-top a:active {
    color: #232323!important;
    transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
}
.ft-top a:hover {
    color: #c7c7c7 !important;
}
.ft-column-title {
    margin: 10px 0 20px 0;
    font-size: 1.5rem;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.ft-top ul, .twocol-menu ul {
     margin: 0;
    padding-left: 0;
}
.ft-top li {
    list-style: none;
    line-height: 1.5em;
}
.ft-top i:before {
    font-size: 25px;
}
.footer-divide {
    height: 2px;
    width: 80%;
    margin: auto;
    border-radius: 80%;
    background: #fff;
}
.twocol-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-rule: 0 solid #fff;
    column-gap: 25px;
    white-space: normal;
    padding: 0;
}
.twocol-menu li {
    list-style: none;
    line-height: 1.15em;
    padding: 5px 0;
    text-align: left;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

/*flexbox designed for 4 footer columns, but can also be used for infinite # of columns/rows*/
 .flex-wrapper {
     margin-bottom: 1em;
     line-height: 1.5;
}
 .flex-item {
     flex: 1 1 250px;
     margin: 10px auto;
     padding: 0 10px;
     text-align: left;
     white-space: initial;
}
 .flex-container {
     display: flex;
     align-items: stretch;
     justify-content: space-between;
     flex-wrap: wrap;
     margin: 15px auto;
}
 .flex-item .demo-icon:before {
     font-size: 16px;
     color: #429cc1;
     background-color: #fff;
     width: 30px;
     height: 30px;
     margin: 4px;
     padding: 6px 4px 6px 5px;
     border-color: transparent;
     border-style: solid;
     border-width: 1px;
     border-radius: 50%;
     transition: color 0.3s linear, background-color 0.3s linear;
     -o-transition: color 0.3s linear, background-color 0.3s linear;
     -moz-transition: color 0.3s linear, background-color 0.3s linear;
     -webkit-transition: color 0.3s linear, background-color 0.3s linear;
}
.flex-item .demo-icon:hover:before {
    color: #fff;
    background-color: transparent;
}
 .icon {
     display: inline-block;
     vertical-align: top;
     margin-right: 10px;
     max-width: 10%;
}
/*max-width keeps the address from wrapping under the icon*/
 .info-block {
     display: inline-block;
     vertical-align: top;
     max-width: 83%;
}
/*the end of icon images*/
 hr {
     height: 1px;
     background: #f0f0f3;
     border: none;
}
/* Typeface */
p { font-family: museo-sans, sans-serif;}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    margin: 10px 0;
    font-family: museo-sans, sans-serif;
}
h1, h2 {
    letter-spacing: .075em;
    font-weight: 500;
}
h3, h4, h5, h6 {
    letter-spacing: .05em;
    color: #687175;
}
h2, h3 {
    font-weight: 300;
}
h1 {
    color: #163a4e;
    font-size: 1.75rem;
    text-transform: none;
}
h2 {
    font-size: 1.5rem;
    line-height: 1.75;
    color: #163a4e;
    text-transform: none;
}
h3 {
    font-size: 1.35rem;
    text-transform: none;
}
/* links */
 a {
     color: #00a3e0;
     text-decoration: none;
     transition: color 0.3s linear;
     -o-transition: color 0.3s linear;
     -moz-transition: color 0.3s linear;
     -webkit-transition: color 0.3s linear;
}
 a:hover {
     text-decoration: none;
     color: #1e7ab4;
}
 .sidebar a {
     color: #429cc1;
}
 .sidebar a:hover {
     color: #1e7ab4;
}
 .content a.readmore {
     text-decoration: underline;
}
 .content a.readmore:hover {
     text-decoration: none;
}
a.overall-anchor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2; }

input[type=submit],
.button,
a.button {
    display: block;
    cursor: pointer;
    background-color: #00a3e0;
    width: 95%;
    max-width: 600px;
    color: #FFF;
    text-align: center;
    letter-spacing: 1px;
    padding: 8px 15px;
    margin: 0.625em auto;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    white-space: normal;
    transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
}
#gform_submit_button_4 {  background-color: #41464b; }

.button2,
a.button2 {
    display: block;
    cursor: pointer;
    background-color: #41464b;
    width: fit-content;
    width:-moz-fit-content;
    max-width: 600px;
    color:  #fff!important;
    text-align: center;
    letter-spacing: 1px;
    padding: 8px 15px;
    margin: 0.625em auto;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    white-space: normal;
    transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
}

input[type=submit].focus-visible,
.button.focus-visible,
a.button.focus-visible,
button2.focus-visible , a.button2.focus-visible{
    outline: 1px solid red!important;
}
input[type=submit]:hover,
.button:hover,
a.button:hover {
    background: #41464b;
    color: #fff!important;
}
#gform_submit_button_4:hover,
.button2:hover,
a.button2:hover {
    background: #00a3e0;
    color: #fff!important;
}

.ft-top .button2 {
    display: block;
    margin-left: 0;
}
 div.entry {
     position: relative;
     text-align: left;
}
.post-excerpt {
    text-align: left;
}
 .post-prev-img {
     padding: 0 0.95em 0.625em 0;
}
 .alignleft {
     float: left;
}
 .alignright {
     float: right;
}
 .aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 img.alignleft {
     margin: 0 0.625em 0.625em 0;
}
 img.alignright {
     margin: 0 0 0.625em 0.625em;
}
img.alignleft, img.alignright {
    max-width: 55%;
}
 img.aligncenter {
     margin: 0 auto 0.625em;
}
 .wp-caption {
     margin-bottom: 24px;
     max-width:100%;
     color: #767676;
}
 .wp-caption img[class*="wp-image-"] {
     display: block;
     margin: 0;
}
 .wp-caption-text {
     font-size: 0.75em;
     font-style: italic;
     line-height: 1.5em;
     margin: 0.55em 0;
     padding-right: 0.625em;
}
 .wp-smiley {
     border: 0;
     margin-bottom: 0;
     margin-top: 0;
     padding: 0;
}
.widget {
    margin: 0 auto;
}
 img.wp-post-image {

}
/*Extensions for Gutenberg elements*/
.wp-block-column {
    margin: 10px !important;
    flex: 1 1;
}
.wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 45%;
}
.wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: 31%;
}
.wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: 23%;
}
.wp-block-quote {
    position: relative;
    margin: 45px 10%;
    color: rgba(0,0,0,.8);
}
.wp-block-quote:before, .wp-block-quote:after {
    position:absolute;
    font-size:100px;
}
.wp-block-quote:before {
    content: '\201c';
    left:-45px;
    top: -50px;
    color: rgba(0,0,0,.3);
    font-family: Georgia, Times, "Times New Roman", serif;
}
.wp-block-quote:after {
}
.wp-block-image .alignright, .wp-block-image .alignleft {
    max-width: 55%;
}
.wp-block-cover .wp-block-cover-text {
    font-size: 4rem;
    font-weight: 700;
    color: rgba(255,255,255,.85);
}
.wp-block-table {
    margin: 10px auto;
}
.wp-block-table td, .wp-block-table th {
    padding: 5px 10px;
}
/*End Extensions for Gutenberg elements*/

/* Flex Boxes. Some styling appears under media queries*/
.equal-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.simple-flex-item {
    margin: 10px;
    flex: 1 1 auto;
}
.content-left {
    flex: 7 1 400px;
    text-align: left;
    padding: 0 10px;
}
.article-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: rgba(160, 187, 193, 0.1);
    border: solid 3px rgba(160, 187, 193,.1);
    margin: 10px auto !important;
    padding: 10px;
    line-height: 1.5;
}
.article-container .article-thumbnail {
    text-align: center;
    flex: 1 1;
    flex-basis: 350px;
}
.article-container .article-preview {
    flex:4 1;
    flex-basis: 350px;
    text-align: left;
    padding: 0 10px;
}
.article-container .article-preview h2 {
    margin: 0 0 15px;
    line-height: 1.15;
}
.reviewdisplay { border-bottom: 1px solid #DDD; margin-top: 5px; }
.reviewdisplay:last-child { border-bottom: 0px solid #DDD; }
/*menu for above 40em/640px*/
 @media (min-width: 641px) {
     .navclass ul {
         -webkit-padding-start: 0px;
         -webkit-margin-before: 0;
         -webkit-margin-after: 0;
         margin:0;
    }
     .navclass li {
         position: relative;
    }
     .navclass li a {
         display: block;
         text-transform:uppercase;
    }
     .navclass ul.sub-menu {
         padding: 0 !important;
    }
    /*this adds the arrow that points down in the main navigation if there's a submenu -- you may need to add again under mobile sizing and change the color*/
     .navclass .menu-item-has-children > a:after {
         width: 0;
         height: 0;
         border: 0.313em solid transparent;
         border-bottom: none;
         border-top-color: #151515;
        /*change depending on arrow color needed*/
         content: '';
         vertical-align: middle;
         display: inline-block;
         position: relative;
         right: -0.313em;
    }
     .nav {
         flex: 1 1;
         flex-basis: auto;
         padding-left: 10px;
         white-space: normal;
    }
     .nav ul.menu > a {
         display: none;
    }
     .nav ul.menu {
         width: auto;
         margin: 0 auto;
         position: relative;
         z-index: 1;
         padding: 0;
         text-align: right;
    }
     .nav ul.menu li {
         list-style-type: none;
         position: relative;
         display: inline-block;
    }
     .nav ul.menu li a {
         display: block;
         text-decoration: none;
         text-align: center;
         margin-left: 20px;
         margin-right: 5px;
         padding: 5px 0;
         line-height: 1.2;
         color: #151515;
         letter-spacing: .01em;
         font-size: 18px;
         cursor: pointer;
         transition: color 0.2s linear;
         -o-transition: color 0.2s linear;
         -moz-transition: color 0.2s linear;
         -webkit-transition: color 0.2s linear;
    }
     .nav ul.menu li > a {
         position: relative;
    }
     .nav ul.menu li ul li > a {
         position: relative;
         margin-bottom: 0;
    }
     .nav ul.menu li ul li > a:hover:before {
         visibility: hidden;
    }
     .nav ul.menu li > a:hover:before {
         visibility: visible;
         -webkit-transform: scaleX(1);
         transform: scaleX(1);
    }
     /* second level */
     .nav ul.menu li ul {
         display: block;
         visibility:hidden;
         opacity:0;
         position: absolute;
         top: 100%;
         right: -10px;
         padding: 0;
         margin: 0;
         padding:10px;
        /*
         outline:1px solid #41464b;
         outline-offset:-5px;
         */
         -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
         -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
         box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
         transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
         -moz-transition: all 0.4s linear;
         -webkit-transition: all 0.4s linear;
     }
     .nav ul.menu li:hover > ul.sub-menu, .focusSubmenu {
         display: block!important;
         visibility: visible!important;
         opacity:1!important;
         background-color: rgba(255,255,255,.9);
     }
     a.focus-visible {
         outline: 1px solid red!important;
     }
     .nav ul.menu li ul li {
         white-space: nowrap;
         display: block;
     }
     .nav ul.menu li ul li a {
         margin-left: 0;
         margin-right: 0;
         padding: 10px;
         text-align: right;
         /* background: rgba(0, 0, 0, .5);
          */
         /*background color for dropdown links*/
         width: 230px;
         text-transform:none;
         line-height: 20px;
         letter-spacing:.5px;
         font-size:15px;
         color: #151515;
         transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
         -moz-transition: all 0.2s linear;
         -webkit-transition: all 0.2s linear;
     }
     .nav ul.menu li ul li a:hover {
         color: #666;
         background: rgba(0,0, 0, .1);
         /*background hover color*/
     }
     /*more levels*/
     .nav ul.menu li ul li {
         white-space: nowrap;
         display: block;
     }
     /*this is the arrow/triangle that points to the right for submenu items with another submenu - you may need to change the color, and also the margin to adjust where it lands. If you want it next to the menu item, change float:right to display:inline-block and remove the margin-top */
     .nav ul.menu li ul li.menu-item-has-children > a:after {
         border: solid white;
         border-width: 0 2px 2px 0;
         float:right;
         margin-top:10px;
         /*may need to change*/
         padding: 3px;
         transform: rotate(-45deg);
         -webkit-transform: rotate(-45deg);
     }
     .nav ul.menu ul ul {
         top: 0;
         left: 100%;
         display: block;
     }
     .nav ul.menu li:hover ul ul {
         display: block;
         visibility:hidden;
         opacity:0;
         transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
         -moz-transition: all 0.2s linear;
         -webkit-transition: all 0.2s linear;
     }
     .nav ul.menu ul li:hover ul {
         visibility:visible;
         opacity:1;
     }
}
/*menu for 64.0em/1024px and below*/
@media (max-width: 1024px) {
    header.smaller .headerright { display:none; }

    .ft-top .button2 { margin:10px auto; }

    /*headings*/
     h1 {
        font-size:1.5rem;
    }
     h2 {
        font-size:1.5rem;
    }
     h3 {
        font-size: 1.25rem;
    }
     p {
        font-size:15px;
    }
    header {
        background: rgba(255, 255, 255, 0.6);
        box-shadow: none;
    }
    .header {
        flex-wrap: wrap;
    }
    .logo,
    .logo-smaller,
    .headerright {
         text-align: center;
        line-height: 1.65;
         width: 100%;
        flex: 0 1;
        flex-basis: 550px;
        margin: auto;
    }
    .headerright-top {
        justify-content: center;
        margin: 5px auto;
        max-width: 85%;
    }
    .logo img {
        max-width: 70%;
        height: auto !important;
    }
    /*menu mobile*/
     ul.clearfix.hide-nav {
         display:none;
    }
     header.smaller .navclass .menu-item-has-children > a:after {
         border-top-color: #fff !important;
    }
     .navclass li {
         font-size:19px;
    }
     .navclass li a {
         color:#41464b;
    }
    #nav-acc {
        padding: 10px;
    }
     #nav-acc > ul > li.has-sub.active > a:after {
         content: '';
         vertical-align: middle;
         position: relative;
         right: -8px;
         bottom: 0em;
         border: solid #41464b;
         border-width: 0 2px 2px 0;
         display: inline-block;
         padding: 3px;
         transform: rotate(225deg);
         -webkit-transform: rotate(225deg);
         transition:.2s all;
    }
     #nav-acc > ul > li > ul > li.has-sub.active > a:after {
         content: '';
         vertical-align: middle;
         position: relative;
         right: -8px;
         bottom: 0px;
         border: solid #41464b;
         border-width: 0 2px 2px 0;
         display: inline-block;
         padding: 3px;
         transform: rotate(225deg);
         -webkit-transform: rotate(225deg);
         transition:.2s all;
    }
     .navclass .menu-item-has-children > a:after {
         content: '';
         vertical-align: middle;
         position: relative;
         right: -8px;
         bottom: 1px;
         border: solid #41464b;
         border-width: 0 2px 2px 0;
         display: inline-block;
         padding: 3px;
         transform: rotate(45deg);
         -webkit-transform: rotate(45deg);
    }
    /*end menu*/
    /*add this section for nav sub-menu down arrow if your nav colors change so you can change the arrow color*/
     #nav .menu-item-has-children > a:after {
         width: 0;
         height: 0;
         border: 4px solid transparent;
         border-bottom: none;
         border-top-color:#41464b;
         content: '';
         vertical-align: middle;
         display: inline-block;
         position: relative;
         right: -4px;
    }
    /*toggle applies to the hamburger menu button*/
     .toggle-spot {
         position: absolute;
         width:30px;
         height:30px;
         right:20px;
         top:10px;
    }
    /*where do you want hamburger to show up? */
     #toggle {
         display: block;
         width: 60px;
         height: 50px;
         margin: 0;
         position: absolute;
         top: 20px;
         right: 0;
         cursor:pointer;
         z-index: 1;
    }
     #toggle span:after, #toggle span:before {
         content: "";
         position: absolute;
         left: 0;
         top: -9px;
    }
     #toggle span:after {
         top: 9px;
    }
     #toggle span {
         position: relative;
         display: block;
    }
     #toggle span, #toggle span:after, #toggle span:before {
         width: 100%;
         height: 4px;
        background-color:#41464b;
         transition: all 0.3s;
         backface-visibility: hidden;
         border-radius: 20px;
    }
    header.smaller #toggle span, header.smaller #toggle span:after, header.smaller #toggle span:before {
        background-color: #888;
    }

    /*IMPORTANT: Change the header wrapper height on mobile below so that the
content starts at the appropriate place & not under the header */
     .nav ul.menu li a {
         color: #fff;
         text-decoration: none;
         text-transform: uppercase;
         text-align: left;
         font-size: 16px;
         margin-right: 8%;
    }
     .nav ul.menu li a:hover {
         color: #ccc;
         text-decoration: none;
    }
     .menu {
         -webkit-padding-start: 0;
         margin-left: 25px;
         margin-right: 25px;
    }
     .navclass {
         position: absolute;
         top: 19%;
         right: 0;
        -webkit-padding-start: 0;
         z-index: 500;
         width: 100%;
    }
     .navclass li {
         list-style-type: none;
         line-height: 40px;
    }
     .navclass > ul {
         height: auto;
         display: none;
         position: absolute;
         left: 0;
         right: 0;
         top: 60px;
         -webkit-margin-before: 0;
         -webkit-padding-start: 0;
         margin: 0 auto;
         color: #FFF;
    }
     .navclass li ul {
         display: none;
         position: absolute;
         top: 100%;
    }
     .navclass li ul {
         position: static;
         padding: 1.25em;
         padding-top: 0;
    }
    /*flexbox stuff*/
     .flex-item {
        margin: 10px auto;
        text-align: center;
    }
    /*end flex*/
    .ft-column-title {
        margin: 10px 0 5px 0;
    }
}
/* For 960px and below */
@media (max-width: 960px) {
.gradient { display:none; }

    .footer {
        justify-content:center;
    }
}
/*768 pixels and below*/
@media (max-width: 768px) {
    .footerright,
    .footerleft, .footermiddle {
         flex-basis:100%;
        text-align:center;
    }
}
/* cell phones/small tablets (640px) */
 @media (max-width: 640px) {
     .post-excerpt {
         text-align: center;
     }
     .footerleft, .footerright, .footermiddle {
         width: 100%;
         text-align: center;
         padding: 0;
     }
     .footermiddle {
         order: 1;
     }
     .footerleft {
         order: 2;
     }
     .footerright {
         order: 3;
     }
     .breadcrumbs {text-align: center;}
     .article-container .article-preview h2 {
         text-align: center;
     }
     /*Extensions for Gutenberg elements*/
     .wp-block-cover .wp-block-cover-text {
         font-size: 3rem;
     }
 }
 
 /* over 1024px/64em for desktop */
  @media (min-width: 1025px) {
  
  .twocol { display: inline-block; width: 49.6%; vertical-align: top; }
  
 }
/* cell phones/small tablets (640px) */
@media (max-width: 640px) {
    figure.mobile-head img { display:none; }
    figure.mobile-head { min-height:300px; background: url(images/raveis-hero-inner.jpg); background-size:cover;background-position:left; backgrpound-repeat:no-repeat; }

    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1.15rem;
    }
    h4,
    h5,
    h6 {
        font-size: 1.1rem;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1.page-title {
        text-align: center;
    }
    .post-prev-img {
        float: left;
        padding: 0 0.95em 0.625em 0;
    }
    .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter {
        max-width: 100%;
    }
    .alignleft, .wp-block-image .alignleft {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .alignright, .wp-block-image .alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .aligncenter, .wp-block-image .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    img.alignleft {
        margin: 0.625em auto;
        max-width: 100%;
    }
    img.alignright {
        margin: 0.625em auto;
        max-width: 100%;
    }
    img.aligncenter {
        margin: 0 auto 0.625em;
    }
    .gallery-item {
        width: 100% !important;
    }
    .wp-block-columns.has-4-columns .wp-block-column {
        flex-basis: 48%;
    }
    .sidebar {
        margin: 0 auto;
        border-radius: .625em;
        border: 1px solid #f0f0f3;
        text-align: center;
    }
}
/* Below 30em */
@media (max-width: 480px) {
    .wp-block-columns.has-2-columns .wp-block-column {
        flex-basis: 100%;
    }
    .wp-block-columns.has-3-columns .wp-block-column {
        flex-basis: 100%;
    }
    .wp-block-columns.has-4-columns .wp-block-column {
        flex-basis: 100%;
    }
    .wp-block-cover .wp-block-cover-text {
        font-size: 2rem;
    }
    h1.page-title {
        font-size: 1.65rem;
    }
}

 /* for print only */
@media print {

    .headerright img, .rv, .qswrap, #reviews, .detailsec h2 span, #carousel, .flex-direction-nav, #locationbox { display: none; }
    .header-wrap { border-top: 0; border-bottom: 1px solid #FF5A01; }
    header, header.smaller { box-shadow: none; position: relative; }
    #nav, .rtbreadcrumbs { display: none; }
    ul, li { list-style-type: none; margin: 0; padding: 0; line-height: 1.15; }
    .stripe { background: #FFFFFF!important; }
    .pricescol { border-bottom: 1px solid #EEEEEE; }
    .pdwrap { display: block; width: 55%; float: left; }
    .calsec { display: block; width: 45%; float: right; min-width: 45%; }
    .ratechart { background: #FFFFFF; }
    h1 { font-size: 1.4em; }
    h2 { font-size: 1em; }
    .receipt { width: 100%!important; }
    .rtitle { color:#000!important; line-height: normal!important; white-space: nowrap; background: #EEE; border-right:0!important; height: 14px!important; }
    .rcolumn { width: auto!important; border-bottom: 1px solid #AAA!important; display: block; margin: 0!important; }
    .rcolumn div { width: 40%; display: inline-block; line-height: 16px!important; height: 18px!important; }
    .pdwrap .introslide-overlay, .calendar-layout, .ft-top .flex-item, .banner-image { display: none; }
    .pdwrap .introslide img, .ft-top .flex-item:first-child { display: block; }
    #amenities .detailsec-content, .ratechart { line-height: 1.15; font-size: 12px; }
    .amen-left, .amen-right { text-align: left!important; padding: 0; }
    .amen-wrap { width: 49%; display: inline-block; }
    .header-main-wrapper { min-height: 0; }
    div.ssbuttons, .calsec h2, .legend-booked, .legend-selected, .calsec .button { display: none!important; }
    header.smaller .headerright { display: block; }
}




        table.responsive td .td-label {
            display: none;
        }

        table.responsive th {
            background-color: #ddd;
        }

        table.second {
            margin-top: 5em;
        }

        @media screen and (max-width:640px) {
            table.responsive thead {
                display: none;
            }
            table.responsive tbody th,
            table.responsive tbody td {
                display: block;
            }


            table.responsive td {
                border-bottom: 1px #ccc solid;
            }

            table.responsive td .td-label {
                display: inline-block;
                padding-right:30px;
                font-weight:bold;
            }
            table.responsive td .data {
                float: right;
            }
        }




