/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
.front-page-1 .image-section {
    position: relative;
    z-index: 2;
}

video#video_background {
    position: absolute !important;
    z-index: 1 !important;
}




/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

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

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    /* quotes: "\201C""\201D""\2018""\2019"; */
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

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
}

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* @font-face{
    
    font-family:'Wensley';src:local("Wensley Regular"),local("Wensley-Regular"),url(https://www.seabrookwa.com/fonts/wensley/Wensley-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;unicode-range:U+000-5FF;
}
@font-face
{
    font-family:'Wensley';src:local("Wensley Light"),local("Wensley-Light"),url(https://www.seabrookwa.com/fonts/wensley/Wensley-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap;unicode-range:U+000-5FF;
}
@font-face{
    font-family:'Wensley';src:local("Wensley Bold"),local("Wensley-Bold"),url(https://www.seabrookwa.com/fonts/wensley/Wensley-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;unicode-range:U+000-5FF;

} */



/* @font-face {
    font-family: "wensley";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.oet");
    src: url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.oet#iefix') format('embedded-opentype'),
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.otf') format('otf'), 
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.woff') format('woff'),
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.ttf') format('truetype');

}
@font-face {
    font-family: "wensley";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Bold.oet");
    src: url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Bold.oet#iefix') format('embedded-opentype'),
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Bold.otf') format('otf'), 
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Bold.woff') format('woff'),
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Bold.ttf') format('truetype');

}

@font-face {
    font-family: "wensley light";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.oet");
    src: url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.oet#iefix') format('embedded-opentype'),
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.otf') format('otf'), 
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.woff') format('woff'),
    url('https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.ttf') format('truetype');

} */

/* @font-face {font-family: "Wensley Demo"; 
    src: url("//db.onlinewebfonts.com/t/0b632e29520022d817dc9ae2c25e354d.eot"); 
    src: url("//db.onlinewebfonts.com/t/0b632e29520022d817dc9ae2c25e354d.eot?#iefix") format("embedded-opentype"), 
    url("//db.onlinewebfonts.com/t/0b632e29520022d817dc9ae2c25e354d.woff2") format("woff2"), 
    url("//db.onlinewebfonts.com/t/0b632e29520022d817dc9ae2c25e354d.woff") format("woff"), 
    url("//db.onlinewebfonts.com/t/0b632e29520022d817dc9ae2c25e354d.ttf") format("truetype"), 
    url("//db.onlinewebfonts.com/t/0b632e29520022d817dc9ae2c25e354d.svg#Wensley Demo") format("svg"); 
} */
@font-face {
    font-family: 'wensley';
    src: local("Wensley Regular"), local("Wensley-Regular"), url(https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'wensley';
    src: local("Wensley Light"), local("Wensley-Light"),
        url(https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.woff) format("woff"),
        url(https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'wensley';
    src: local("Wensley Bold"), local("Wensley-Bold"), url(https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}


/* @font-face {
    font-family: "wensley";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.woff") format("woff"),
    url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.svg") format("svg"),
    url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: "wensley";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Bold.woff") format("woff"),
    url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.eot") format("embedded-opentype"),
    url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "wensley";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/wensley/Wensley-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;

} */

@font-face {
    font-family: "iowan";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/iowan_old_style_roman.woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: "Miller Display";
    src: url("https://www.seabrookwa.com/wp-content/themes/altitude-pro/fonts/miller/Miller-Display.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

span.input-group.date {
    position: relative;
    overflow: auto;
    display: inline-flex;
}

.vrpsearch label {
    display: block;
    text-align: left;
}

.vrpsearch select,
.vrpsearch input,
.vrpsearch button {
    height: 50px;
}

.vrpsearch button.ui-datepicker-trigger,
.vrpsearch input.btn {
    border-radius: 0;
}

.vrpsearch select {
    -webkit-appearance: menulist-button;
    width: 170px;
}





/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #494441;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding-top: 0 !important;
}

body.altitude-home {
    background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

a {
    color: #84a1b1;
    /* color: #494441 !important; */
    text-decoration: none;
}

a:hover {
    color: #d0c8c3;
}

p {
    margin: 0 0 30px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 500;
}

cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #999;
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 400; */
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #494441;
    /* font-family: 'iowan'; */
    font-family: 'wensley';
    text-rendering: optimizeLegibility;
}

p {
    font-weight: 100;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 36px;
}

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

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.full-width-content img.pull-left {
    float: left;
    margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
    float: right;
    margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    margin-bottom: 28px;
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}


/* PRELOADER */
#overlayer {
    width:100%;
    height:100%;  
    position:absolute;
    z-index:1;
    background:#fff;
    z-index: 9999;
  }
  .loader-main {
    display: inline-block;
    width: 100%;
  /*   height: 30px; */
    display:flex;
    justify-content:center;
    position: absolute;
    z-index:3;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
    z-index: 9999;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    display:flex;
    justify-content:center;
    animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader-main {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
  /*     transform: scale(1.1); */
    }
    
    50% {
  /*     transform: scale(1.2); */
    }
    
    75% {
  /*     transform: rotate(360deg); */
    }
    
    100% {
      transform: scale(1.1);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }
  .preload-wrapper {
    display: flex;
    background-color: #ffF;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  
  .preload-inner {
    margin: auto;
    width: 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 20vh;
 }
  
  .preload-dot {
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%; }
    .preload-dot-1 {
      animation: dot-1 2s ease infinite; }
    .preload-dot-2 {
      animation: dot-2 2s ease infinite; }
    .preload-dot-3 {
      animation: dot-3 2s ease infinite; }
  
  @keyframes dot-1 {
    0% {
      opacity: 0;
      transform: scale(0); }
    33% {
      opacity: 1;
      transform: scale(1); }
    67% {
      opacity: 0;
      transform: scale(0); }
    100% {
      opacity: 0;
      transform: scale(0); } }
  
  @keyframes dot-2 {
    0% {
      opacity: 0;
      transform: scale(0); }
    33% {
      opacity: 0;
      transform: scale(0); }
    67% {
      opacity: 1;
      transform: scale(1); }
    100% {
      opacity: 0;
      transform: scale(0); } }
  
  @keyframes dot-3 {
    0% {
      opacity: 0;
      transform: scale(0); }
    33% {
      opacity: 0;
      transform: scale(0); }
    67% {
      opacity: 0;
      transform: scale(0); }
    100% {
      opacity: 1;
      transform: scale(1); } }
  

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 20px;
    width: 100%;
}

input#checkbutton {
    padding: 5px 10px;
    float: right;
    margin-top: 10px;
}


input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
    border: 1px solid #0672b1;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
    background-color: #4f6169;
    border: 2px solid #4f6169;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.button {
    display: inline-block;
}

.widget .button.clear {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border-color: #ddd;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

a.button,.uagb-button__wrapper{
    /* background-color: #cc9966;
    border:1px solid #cc9966;
    color: white; */
    background-color: #83786f;
    border: 1px solid #83786f;
    color: #fff;
}
a.button:hover, .uagb-button__wrapper:hover {
    /* background-color: #e1b87f;
    border:1px solid #cc9966;
    color: white; */
    background-color: #83786f;
    border: 1px solid #83786f;
    color: #fff;
}
.uagb-button__link{
    color: #fff;
}
.uagb-buttons-repeater{
    border-width: 0px !important;
    /* border-color: #cc9966 ; */
}

/* Buttons
--------------------------------------------- */

.image-section .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}

.image-section .button.clear {
    border-color: #fff;
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}

.error404 .search-form {
    margin-bottom: 30px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    float: none;
    margin: 0 auto;
}

.site-inner {
    background-color: #fff;
    clear: both;
    /* margin-top: 120px; */
    /* margin-top: 100px; */
    position: relative;
    z-index: 9;
    -word-wrap: break-word;
}

.page-id-0 .site-inner {
    margin-top: 60px;
}

.front-page .site-container .site-inner {
    /* margin-top: 0; */
    max-width: 100%;
}

.altitude-landing .site-container .site-inner {
    margin-top: 100px;
}

.secondary-nav .site-inner {
    /* margin-top: 250px; */
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.five-sixths-sm,
.four-sixths-sm,
.one-fourth-sm,
.one-half-sm,
.one-sixth-sm,
.one-third-sm,
.three-fourths-sm,
.three-sixths-sm,
.two-fourths-sm,
.two-sixths-sm,
.two-thirds-sm {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths,
.one-half-sm,
.three-sixths-sm,
.two-fourths-sm {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths,
.one-third-sm,
.two-sixths-sm {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds,
.four-sixths-sm,
.two-thirds-sm {
    width: 65.81196581196582%;
}

.one-fourth,
.one-fourth-sm {
    width: 23.076923076923077%;
}

.three-fourths,
.three-fourths-sm {
    width: 74.35897435897436%;
}

.one-sixth,
.one-sixth-sm {
    width: 14.52991452991453%;
}

.five-sixths,
.five-sixths-sm {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}




/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar {
    height: 88px;
    width: 88px;
}

.entry-comments .avatar {
    height: 60px;
    width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    border-bottom: 2px solid #f5f5f5;
    font-size: 20px;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.archive-description,
.author-box {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 20px;
    margin-bottom: 100px;
    padding: 40px 0;
}

.author-box-title {
    font-size: 22px;
    margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.search-form input[type="search"] {
    margin-right: 10px;
    width: auto;
}

.search-form input[type="submit"] {
    padding: 10px 25px;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* .csearch.custom-search article{
 
}
.content-sidebar-wrap main.content{
    width: 100%;
}
.content-sidebar-wrap main.content article{
    width: 80%;
    margin: 0 auto;
    border: 1px solid black;
    padding: 30px;
    
} */

/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.entry-title {
    font-size: 48px;
}

.sidebar .entry-title {
    font-size: 24px;
    text-align: left;
}

.entry-title a {
    color: #000;
}

.entry-title a:hover {
    color: #22a1c4;
}

.widget-full .widget-title {
    margin-bottom: 40px;
}

body.custom-unit .single-post-nobackground{
    display: none;
}

/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.post-password-form input {
    width: auto;
}

.post-password-form input[type="submit"] {
    padding: 25px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget li li {
    border: none;
    /* margin: 0 0 0 30px; */
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
    font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
    margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
    margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
    padding: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

#inner-content a.count,
#inner-content a.count:hover,
#inner-content a.share,
#inner-content a.share:hover {
    border: none;
}

#inner-content .share-filled .share {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#inner-content .share-filled .count {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#inner-content .share-filled .facebook .count,
#inner-content .share-filled .facebook .count:hover,
#inner-content .share-filled .googlePlus .count,
#inner-content .share-filled .googlePlus .count:hover,
#inner-content .share-filled .linkedin .count,
#inner-content .share-filled .linkedin .count:hover,
#inner-content .share-filled .pinterest .count,
#inner-content .share-filled .pinterest .count:hover,
#inner-content .share-filled .stumbleupon .count,
#inner-content .share-filled .stumbleupon .count:hover,
#inner-content .share-filled .twitter .count,
#inner-content .share-filled .twitter .count:hover {
    color: #222;
    border: 1px solid #222;
}

#inner-content .share-filled .facebook .share,
#inner-content .share-filled .facebook:hover .count,
#inner-content .share-filled .googlePlus .share,
#inner-content .share-filled .googlePlus:hover .count,
#inner-content .share-filled .linkedin .share,
#inner-content .share-filled .linkedin:hover .count,
#inner-content .share-filled .pinterest .share,
#inner-content .share-filled .pinterest:hover .count,
#inner-content .share-filled .stumbleupon .share,
#inner-content .share-filled .stumbleupon:hover .count,
#inner-content .share-filled .twitter .share,
#inner-content .share-filled .twitter:hover .count {
    background: #222 !important;
}

#inner-content .share-filled .facebook:hover .count,
#inner-content .share-filled .googlePlus:hover .count,
#inner-content .share-filled .linkedin:hover .count,
#inner-content .share-filled .pinterest:hover .count,
#inner-content .share-filled .stumbleupon:hover .count,
#inner-content .share-filled .twitter:hover .count {
    color: #fff;
}

div#sharebox {
    display: none;
    position: absolute;
    min-width: 300px;
    height: 43px;
    padding: 10px;
    top: -50px;
    background: #257ED6;
    text-align: center;
    right: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    font-size: 18px;
    margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    /* background-color: #8fb1c4; */
    background-color: white;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    min-height: 100px;
}

.site-header.dark {
    background-color: #fff;
}

.site-header.dark .nav-secondary {
    /* display: none; */
}

header.article-header {
    /* height: 40vh; */
    height: 24vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-image: url(https://www.seabrookwa.com/wp-content/uploads/2022/01/optimism-no-availability.jpg);
}

header.article-header .page-title {
    /* font-size: 50px;
    text-transform: uppercase;
    color: white;
    padding: 0 60px;
    background: #324e5a80; */
    font-size: 50px;
    text-transform: uppercase;
    color: white;
    /* padding: 0 60px; */
    padding: 30px 60px;
    /* background: #cc9966; */
    /* background: #cc996694; */
    display: flex;
    text-align: center;
    text-shadow: 0px 1px 4px #333;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /* z-index: 1; */
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 999999;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    font-size: 35px;
    font-weight: bold;
    position: fixed;
    top: 120px;
    right: 30px;
    z-index: 110;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #324e5a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover,
.close:focus {
    background-color: #242f1e;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.modalimage {
    width: 100%;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: white;
    color: white;
}

/* Modal Button */

button.modal-button {
    position: relative;

    border: 2px solid #f1ece8;
    background: #f1ece8;
    border-radius: 0;
    font-weight: 500;
    float: left;
    padding: .38em 1em;
    text-decoration: none;
    color: #494441;
    margin: .2em .2em 0 0;
    width: auto;
    text-transform: capitalize;
    margin-top: 0.2em !important;
    margin-left: auto !important;
    margin-right: 0.2em !important;
    margin-bottom: 0.2em !important;
    height: auto;
    line-height: normal;
}

button.modal-button:hover {
    border: 2px solid #f1ece8 !important;
    /* border-bottom: none; */
    background: #f1ece8 !important;
    border-radius: 0;
    font-weight: 500;
    float: left;
    padding: .38em 1em;
    text-decoration: none;
    color: #494441 !important;
    margin: .2em .2em 0 0 !important;
    width: auto;
    text-transform: capitalize;
    margin-top: 0.2em !important;
    margin-left: auto !important;
    margin-right: 0.2em !important;
    margin-bottom: 0.2em !important;
    height: auto;
    line-height: normal;
}

.overlay-gradient {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 60%) 40%, rgb(255 255 255 / 0%) 56%, rgb(255 255 255 / 0%) 57%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6194852941176471) 45%, rgba(0, 0, 0, 0) 77%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.the-town-custom header.article-header {
    height: 60vh;
}

.the-town-custom header.article-header .page-title {
    display: none;
}

.uagb-post-grid.town-events .uagb-post__items.uagb-post__columns-5.is-carousel {
    /* margin-left: 0 !important; */
    margin-right: 0 !important;
}

.uagb-post-grid.town-events>div {
    /* margin-left: 0 !important; */
    margin-right: 0 !important;
}

.discover-seabrook .discover-seabrook-box .uagb-column__inner-wrap {
    padding: 0;
    /* padding: 0 5px; */
}

.discover-seabrook .discover-seabrook-box .uagb-column__inner-wrap:first-child {
    /* padding: 0; */
}

.seabrook-realestate-boxs a,
.about-vac-rentals a {
    color: white;
    font-size: 42px;
    font-weight: 400;
}

.wp-block-uagb-column.seabrook-realestate-boxs .uagb-column__inner-wrap {
    padding: 0;
    margin: 10px;
}

.seabrook-realestate-boxs .uagb-column__inner-wrap:first-child,
.seabrook-realestate-boxs .uagb-column__inner-wrap:last-child {
    margin-left: 0;
}

.seabrook-community-f {
    background-position-y: 15% !important;
}

.custom-underline a {
    text-decoration: underline;
}

.admin-bar .site-header {
    top: 32px;
}

header.site-header>.wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}

header.site-header .wrap .nav-primary,
header.site-header .wrap .nav-secondary,
header.site-header .wrap .title-area {
    /* width: 33%; */
}

header.site-header .wrap .title-area {
    display: flex;
    justify-content: center;
    margin-left: 0.5%;
}

.position-header {
    min-height: 100px;
    position: relative;
}

#menu-right-menu li i {
    border: 1px solid #314e5a;
    border-radius: 50%;
    padding: 5px;
    color: #314e5a;
}

.menu-icons.menu-item a {
    padding: 3px;
}


/* Amenities Tabs
--------------------------------------------- */
.vrp-amen-list.abe-column.list1, .vrp-amen-list.abe-column.list2, .vrp-amen-list.abe-column.list3, .vrp-amen-list.abe-column.list4, .vrp-amen-list.abe-column.list5, .vrp-amen-list.abe-column.list6{
    display: none;
}
.vrp-amen-list.abe-column.list1.display, .vrp-amen-list.abe-column.list2.display, .vrp-amen-list.abe-column.list3.display, .vrp-amen-list.abe-column.list4.display,.vrp-amen-list.abe-column.list5.display,.vrp-amen-list.abe-column.list6.display{
    display: block;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 28px;
    width: auto;
}

.site-header.dark .title-area {
    /* padding: 5px 28px; */
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title a {
    background-position: center;
    background-repeat: no-repeat;
}

.site-title a,
.site-title a:hover {
    color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
    padding: 0;
}

.header-image .site-title>a {
    background-size: contain !important;
    display: block;
    height: 61px;
    width: 288px;
    text-indent: -9999px;
    margin-top: 10px;
}

.header-image .dark .site-title>a {
    /* height: 56px; */
}

.site-description {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    line-height: 1;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu li li {
    margin-left: 0;
}

.genesis-nav-menu a {
    /* color: #fff; */
    color: #494441;
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 30px 15px;
    text-transform: uppercase;
    font-family: "Miller Display";
}

.site-header.dark .genesis-nav-menu a {
    /* padding: 20px 15px; */
}

.genesis-nav-menu li.highlight a:hover::before {
    color: #fff;
}

.genesis-nav-menu li.highlight>a {
    font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item>a,
.genesis-nav-menu>li>a {
    border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item>a:hover,
.genesis-nav-menu li.current-menu-item>a,
.genesis-nav-menu>li>a:hover {
    border-color: #fff;
}

.genesis-nav-menu>.menu-item>a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    letter-spacing: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    /* background-color: #425563; 
    
    padding: 20px; */
    background-color: rgb(255 255 255 / 80%);

    padding: 15px 15px;
    position: relative;
    width: 200px;
    /* color: #e1b87f; */
    color: #494441;
    font-weight: 500;
    font-family: 'Jost', sans-serif;

}

.genesis-nav-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item>a {
    /* background-color: #d0c8c3; */
    /* background-color: #bfbfbf; */
    background-color: rgb(191 191 191 / 80%);

}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    color: #fff;
    display: inline-block;
    list-style-type: none;
    padding: 27px 20px;
    text-transform: uppercase;
}

.genesis-nav-menu>.right>a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu>.rss>a {
    margin-left: 48px;
}

.genesis-nav-menu>.search {
    display: block;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    text-align: center;
}

.nav-primary .genesis-nav-menu {
    float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
    padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
    border: none;
    font-weight: 800;
    letter-spacing: 3px;
    margin: 0 20px;
    padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: 10px;
    text-align: center;
}

.responsive-menu-icon::before {
    color: #fff;
    content: "\f333";
    font: normal 24px/1 "dashicons";
    margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
    margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
    clear: both;
    text-align: center;
    width: 100%;
}

.image-section {
    overflow: hidden;
    width: 100%;
}

.image-section .widget-area {
    text-align: center;
}

#front-page-1 {
    position: relative;
}

.front-page .field-wrap:last-child {
    margin-bottom: 0;
}

.small-disclaimer {
    font-size: 14px;
    font-style: italic;
}

/* ==========================================================================
   MAUI MAP LABELS
   ========================================================================== */

.content-info {}


#lgIslandMap {
    position: relative;
}

#lgIslandMap ul,
#lgIslandMap li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#lgIslandMap #islands-select a {
    position: absolute;
    display: block;
    background-image: url(https://www.mauihawaiivacations.com/wp-content/themes/mhv-roots/assets/img/maui-map-labels.png);
    text-indent: -999em;
}

a#m_Kauai {
    top: 197px;
    left: 50px;
    width: 72px;
    height: 29px;
    background-position: 0 0;
}

a#m_Kauai:hover,
#lgIslandMap.kauaimap a#m_Kauai {
    background-position: -102px 0;
}

a#m_Oahu {
    top: 213px;
    left: 110px;
    width: 67px;
    height: 38px;
    background-position: 0 -39px;
}

a#m_Oahu:hover {
    background-position: -102px -39px;
}

a#m_Maui {
    top: 237px;
    left: 188px;
    width: 54px;
    height: 45px;
    background-position: 0 -90px;
}

a#m_Maui:hover,
#lgIslandMap.mauimap a#m_Maui {
    background-position: -102px -90px;
}

a#m_BigIsland {
    top: 293px;
    left: 189px;
    width: 99px;
    height: 71px;
    background-position: 0 -140px;
}

a#m_BigIsland:hover {
    background-position: -102px -140px;
}

#lgIslandMap #maui-map a {
    position: absolute;
    display: block;
    background-image: url(https://www.mauihawaiivacations.com/wp-content/themes/mhv-roots/assets/img/maui-map-labels.png);
    text-indent: -999em;
}

a#m_Kapalua {
    top: 17px;
    left: 168px;
    width: 64px;
    height: 29px;
}

a#m_Kapalua:hover {
    background-position: -106px 0;
}

a#m_Napili {
    top: 39px;
    left: 147px;
    width: 47px;
    height: 29px;
    background-position: 0 -32px;
}

a#m_Napili:hover {
    background-position: -106px -32px;
}

a#m_Kahana {
    top: 59px;
    left: 124px;
    width: 61px;
    height: 26px;
    background-position: 0 -64px;
}

a#m_Kahana:hover {
    background-position: -106px -64px;
}

a#m_Honokowai {
    top: 79px;
    left: 99px;
    width: 83px;
    height: 26px;
    background-position: 0 -96px;
}

a#m_Honokowai:hover {
    background-position: -106px -96px;
}

a#m_Kaanapali {
    top: 103px;
    left: 120px;
    width: 75px;
    height: 28px;
    background-position: 0 -128px;
}

a#m_Kaanapali:hover {
    background-position: -106px -128px;
}

a#m_Lahaina {
    top: 136px;
    left: 148px;
    width: 62px;
    height: 25px;
    background-position: 0 -160px;
}

a#m_Lahaina:hover {
    background-position: -106px -160px;
}

a#m_SugarBeach {
    top: 205px;
    left: 322px;
    width: 94px;
    height: 29px;
    background-position: 0 -191px;
}

a#m_SugarBeach:hover {
    background-position: -106px -191px;
}

a#m_Kihei {
    top: 247px;
    left: 327px;
    width: 85px;
    height: 26px;
    background-position: 0 -223px;
}

a#m_Kihei:hover {
    background-position: -106px -223px;
}

a#m_NKihei {
    top: 227px;
    left: 327px;
    width: 82px;
    height: 25px;
    background-position: 0 -322px;
}

a#m_NKihei:hover {
    background-position: -106px -322px;
}

a#m_Wailea {
    top: 273px;
    left: 335px;
    width: 106px;
    height: 25px;
    background-position: 0 -256px;
}

a#m_Wailea:hover {
    background-position: -106px -256px;
}

a#m_Maalaea {
    top: 188px;
    left: 244px;
    width: 66px;
    height: 25px;
    background-position: 0 -289px;
}

a#m_Maalaea:hover {
    background-position: -106px -289px;
}



/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
    font-size: 40px;
    height: 40px;
    margin-bottom: 20px;
    width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
    float: left;
    margin: 0 0 0 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    background: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
    width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
    width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
    width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
    clear: left;
    margin-left: 0;
}

.solid-section .widget {
    background-color: #fff;
    padding: 40px;
}

.solid-section .widget-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
    font-size: 36px;
}

/* Content
--------------------------------------------- */

.content {
    float: left;
    width: 700px;
}

.page .content {
    padding-bottom: 50px;
}

.sidebar-content .content {
    float: right;
}

.full-width-content .content {
    /* padding: 0 200px 50px; */
    width: 100%;
}

.full-width-content.front-page .content {
    padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
    /* margin-bottom: 60px; */
}

.widget .entry {
    margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    margin-left: 40px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
    font-weight: 200;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #000;
    color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 20px;
    margin-bottom: 0;
}

.entry-header,
.entry-footer {
    text-align: center;
}

.entry-header p.entry-meta {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.entry-header::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 auto 60px;
    padding-bottom: 30px;
    width: 25%;
}

.image-section .entry-header::after {
    border-color: #fff;
}

.entry-footer::before {
    border-top: 1px solid #000;
    content: "";
    display: block;
    margin: 30px auto 0;
    padding-top: 60px;
    width: 25%;
}

.sidebar .entry-header::after {
    display: none;
}

.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 20px/1 "dashicons";
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Category */

.beach-bg {
    background-image: url(https://www.seabrookwa.com/wp-content/uploads/2022/01/spoke-header-bgnd.jpeg);
    background-size: cover;
    background-position-y: 70%;
    background-repeat: no-repeat;
    min-height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 40vh; */
    height: 24vh;
}

.beach-bg h1 {
    /* font-size: 50px;
    text-transform: uppercase;
    color: white;
    padding: 0 60px;
    background: #324e5a80;
    text-align: center; */
    font-size: 50px;
    text-transform: uppercase;
    color: white;
    /* padding: 0 60px; */
    padding: 30px 60px;
    /* background: #cc9966; */
    /* background: #cc996694; */
    display: flex;
    text-align: center;
    text-shadow: 0px 1px 4px #333;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.blog-tem {
    width: 90%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-tem .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* justify-content: space-between; */
    /* justify-content: space-evenly; */
    justify-content: center;
}

.blog-tem .row .left-side {
    /* flex-basis: 70%; */
    flex-basis: 50%;
    margin-right: 2%;
}
.blog-tem .row .left-side.left-side-events{
    flex-basis: 55%;
    margin-right: 0;
}

.blog-tem .row .right-side {
    /* flex-basis: 25%; */
    flex-basis: 20%;
}

.blog-tem .row .right-side .categories-wrapper {
    /* position: relative;
    float: right;
    width: 28%; */
    /* flex: 0 0 28%; */
    /* background: #324e5a; */
    background: #f1ece8;
    /* border: solid 1px #b7b7b7; */
    /* padding-left: 15px; */
    /* padding-top: 15px; */
    /* margin-right: 1%;
    margin-top: 50px;
    margin-bottom: 50px; */
    height: fit-content;
    text-align: center;
    padding-bottom: 10px;
}

.blog-tem .row .right-side .categories-wrapper h4 {
    /* background: #0404048c; */
    /* color: white; */
    /* padding: 15px 10; */
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 10px;
}

.blog-tem .row .right-side .categories-wrapper li {
    /* color: white; */
    /* margin: 10px; */
    margin: 10px 15px;
    background: #dfd8d3;
    /* padding-bottom: 5px; */
}

.blog-tem .row .right-side .categories-wrapper li a {
    color: #494441;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.blog .vrpc-post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #A1ABB2;
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
}
.blog .vrpc-post .col-md-12{
    width: 100%;
}

.blog .vrpc-post.single {
    justify-content: center;
}

.blog .vrpc-post .post-image {
    float: left;
    max-width: 350px;
    margin-right: 15px;
}

.blog .vrpc-post .post-image a {
    display: block;
}
.blog .vrpc-post .post-image a img{
    min-height: 250px;
    height: 250px;
    min-width: 350px;
    width: 350px;
    object-fit: cover;
    background-size: cover;
}
.blog .vrpc-post.events-featured .post-image a img{
    height: 300px;
    min-height: 300px;
    object-fit: cover;
}
.post-image.archive-post-image.events-featured-img img{
    height: 300px;
    min-height: 300px;
    object-fit: cover;
}

.blog .vrpc-post .post-title {
    font-size: 24px;
    /* margin-bottom: 4px; */
    margin-top: 0px;
    margin-bottom: 7px;

}

.blog .vrpc-post .post-title a {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    color: #494441;
    font-weight: 500;
    font-size: 28px;

}
span.fromto{
    color: #494441;
}
.date-cat{
    display: flex;
    align-items: center;
}
.date-cat .date.b{
    margin-right: 15px;
    text-transform: uppercase;
}
.date-cat a{
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    color: #494441;
    font-weight: 500;
    font-size: 18px;
    background: #F1ECE8;;
    padding: 2px 20px;
    text-align: center;
}

.blog .vrpc-post .phone {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.blog .vrpc-post .phone a {
    color: black;
    font-weight: 500;
}

.blog .vrpc-post .item-separator {
    border-left: 1px solid #000;
    margin: 0 2px;
    padding: 11px 0;
    vertical-align: sub;
    display: inline-block;
}

.blog .vrpc-post .website {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.blog .vrpc-post .post-content {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #54666c;
}

.blog .vrpc-post .post-content a.btn-blog {
    /* background-color: #e1b87f; */
    /* padding: 10px 12px; */
    /* margin-top: 20px; */
    display: inline-block;
    text-transform: uppercase;
    /* font-size: 14px;
    color: white; */
    font-weight: 500;
    text-decoration: underline;
    color: inherit;
    /* font-size: 24px; */
    font-size: 18px;

}
.events-cat{
    display: flex;
}
.events-cat li{
    margin: 0 2px;
}

.events-cat li a {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    color: #494441;
    font-weight: 500;
    font-size: 12px;
    background: #F1ECE8;
    padding: 2px 20px;
    display: block;
    text-align: center;
}

.new-real-estate .overlay-gradient,
.the-town-custom .overlay-gradient {
    display: none;
}

.blog .vrpc-post .post-content a.btn-blog:hover {
    /* background-color: #cc9966; */
    /* color: white; */
}

.blog-pagination {
    text-align: center;
    margin-bottom: 1em;
}

.blog .vrpc-post .single-post {
    width: 90%;
}

.single-post .post-content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: baseline;
}

.single-post .post-content p {
    /* margin: 0 100px; */
    margin: 20px 0;
}

.single-post .post-content .get-the-content {
    flex-basis: 65%;
    width: 65%;
    font-weight: 100;
}
.single-post .post-content .get-the-content div{
    font-weight: 100;
}

.get-the-content h3,
.get-the-content h2 {
    margin-top: 20px;
}

.get-the-content ul {
    margin: 40px;
}

.get-the-content ul li {
    list-style-type: disc;
    font-size: 18px;
    margin: 10px;
}

.single-post .post-content .mini-sidebar {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-basis: 25%;
    width: 25%;
}

.single-post .post-content .mini-sidebar .website {
    /* background-color: #e1b87f; */
    background-color: #83786f;
    padding: 10px 42px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.single-post .post-content .mini-sidebar a {
    color: #fff;
    text-align: center;
    display: block;
}

.single-post .post-content .mini-sidebar .phone a {
    color: black;
    font-weight: 500;
}

.single-post .post-content .mini-sidebar .item-separator {
    display: none;
}

.single-post .post-content .mini-sidebar .get-dir {
    background-color: #83786f;
    padding: 10px 42px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    font-weight: 300;
}

.get-parent-cat {
    /* background-color: #324e5a; */
    background: #f1ece8;
    color: white;
    margin-top: 20px;
}

.single-post .post-content .mini-sidebar .get-parent-cat p {
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'wensley';
    color: #494441;


}

.single-post .post-content .mini-sidebar .get-parent-cat ul li{
    margin: 10px 15px;
    background: #dfd8d3;
}

.single-post .post-content .mini-sidebar .get-parent-cat a {
    color: #494441;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.recent-posts-inner .event-minisidebar {
    /* border-top: 1px dashed white; */
    margin: 10px 15px;
    background: #dfd8d3;
    padding-bottom: 5px;
}

.event-minisidebar .time-combine {
    display: flex;
    justify-content: center;
    margin: 2px 0;
}

.event-minisidebar .time-combine .startdate {
    margin-right: 10px;
}

.event-minisidebar li {
    margin-bottom: 0;
}

.event-minisidebar span {
    color: white;
}

.event-minisidebar .startdate span,
.event-minisidebar .enddate span {
    color: #494441;
    font-size: 16px;
    /* font-style: italic; */
    font-weight: 300;
    display: block;
}

.get-parent-cat .startdate {
    margin-top: 10px;
}

.get-parent-cat .startdate,
.get-parent-cat .enddate {
    color: #494441;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
    background: #dfd8d3;
    margin: 0px 15px;
    font-weight: 500;
}
.get-parent-cat .startdate{
    margin-top: 10px;
}

.get-parent-cat p {
    /* border-top: 1px white dashed; */
    color: #494441;
}

.combine-dates .startdate,
.combine-dates .enddate {
    font-size: 18px;
    /* font-style: italic; */
    float: left;
    color: #494441;
    text-transform: uppercase;
}

.combine-dates {
    /* display: flex;
    align-items: center; */
    display: inline-block;
    position: absolute;
}

.combine-dates .timeseparator {
    margin: 0 10px;
    font-size: 18px;
}

.date-time {
    position: relative;
    margin-top: 30px;
}

.date-time span {
    font-size: 18px;
    color: #494441;
    /* font-style: italic; */
    /* font-weight: bold; */
}

.post-content p {
    font-size: 18px;
    margin: 0;
}

.col-md-12 .date {
    font-size: 18px;
}

.post-image.archive-post-image {
    position: relative;
}

.image-dates {
    position: absolute;
    top: 0;
    background-color: #324e5a;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    display: none;
}

.image-dates .image-date-start,
.image-dates .image-date-end {
    flex-basis: 40%;
    text-align: center;
    color: white;
}

/* End of Category */

/* After Entry
--------------------------------------------- */

.after-entry {
    border-top: 1px solid #000;
    padding: 40px 0;
}

.after-entry .widget {
    margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #000;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;

    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #22a1c4;
    color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
}

.comment-header {
    font-size: 20px;
}

.entry-comments .comment {
    border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
    clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}

.entry-comments .children .comment {
    border: none;
}

.comment-respond label {
    display: block;
    font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.entry-comments ul.children {
    margin-left: 40px;
}

.ping-list .reply {
    display: none;
}

/* BLOG */
.blog-float {
    /* float:left !important;
    width:70% !important; */
    padding-top: 50px !important;
    max-width: 68%;
    flex: 0 0 68%;
}

.content-and-sidebar {
    display: flex;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar {
    position: relative;
    float: right;
    width: 28%;
    /* flex: 0 0 28%; */
    background: #324e5a;
    border: solid 1px #b7b7b7;
    /* padding-left:15px; */
    /* padding-top: 15px; */
    margin-right: 1%;
    margin-top: 50px;
    margin-bottom: 50px;
    height: fit-content;
    text-align: center;
}

.sidebar h2 {
    background: #0404048c;
    color: white;
    padding: 15px;
}

.sidebar h4 {
    background: #0404048c;
    color: white;
    padding: 15px;
}

.sidebar .uagb-tax-link-wrap>a,
.sidebar .uagb-tax-link-wrap>span {
    display: none;
}

.sidebar span {
    color: white;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.prim-sidebar .sidebar li:nth-child(2) {
    display: none;
}

.prim-sidebar .sidebar ul li:first-child ul li:nth-child(2) {
    display: block;
}

.sec-sidebar .sidebar li:first-child {
    display: none;
}

.sec-sidebar .sidebar ul li:nth-child(2) ul li:first-child {
    display: block;
}

.sec-sidebar .uagb-list-wrap>li {
    /* display: none; */
}

.sidebar .widget ul li {
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
    color: white;
    margin: 10px;
}

.sidebar.sidebar-primary.widget-area p.uagb-post__title a {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}

#vsel {
    color: white;
}

#vsel .vsel-start-icon span,
#vsel .vsel-end-icon span {
    color: black;
    /* background-color: #242f1e; */
}

.vsel-meta-title a {
    color: white;
    font-weight: 400;
}

.vsel-meta-combine {
    display: flex;
    flex-direction: column;
}

#vsel .vsel-month.vsel-month-top {
    color: white;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    /* width: 360px; */
    width: 300px;
}

.sidebar-content .sidebar {
    float: left;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets .widget-title {
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}


.footer-widgets {
    background-color: #324e5a;
    clear: both;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    z-index: 2;
}

.footer-widgets .wrap {
    /* padding-bottom: 100px; */
    padding-top: 60px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
    color: #d0c8c3;
    display: block;
}

.footer-widgets a:hover {
    /* color: #000; */
    text-decoration: underline;
}

.footer-widgets ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer-widgets .widget {
    margin-bottom: 10px;
    color: #d0c8c3;
}

.footer-widgets h3,
.footer-widgets h4 {
    /* color: white; */
    margin-bottom: 0;
    color: #d0c8c3;
}

.footer-widgets p {
    color: #d0c8c3;
}

.footer-widgets a {
    font-size: 16px;
    color: #d0c8c3;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.byline {
    text-align: left !important;
    padding: 15px 10px 10px 20px;
}

.byline button.button.editable {
    background-color: transparent !important;
    border: 1px solid #d0c8c3 !important;
}

.lbl-tinyltr {
    /* color: #d0c8c3 !important; */
}

.message_area button.close:hover {
    background-color: transparent !important;
    border: 0 !important;
    color: transparent;
}

.alert.alert-danger {
    display: none;
}

.sib-container.rounded.ui-sortable .message_area {
    display: none;
}

input#email::placeholder {
    color: #d0c8c3;
    padding-left: 10px;
    font-size: 14px;
}

div.needsfilled::after {
    content: 'Please complete this field.';
}

.wp-block-social-links {
    /* justify-content: center; */

}

.wp-block-social-links li {
    background-color: transparent;
}

.wp-block-social-links .wp-social-link svg {
    /* width: 2.2em !important; */
    height: 2.2em !important;
    /* fill: #d0c8c3; */
}

.wp-social-link-facebook a svg,
.wp-social-link-youtube a svg,
.wp-social-link-instagram a svg {
    width: 2.2em !important;
}

.tiktok a svg {
    width: 1.8em !important;
}

.pinterest a svg {
    width: 2em !important;
}

.footer-widgets-1 {
    /* width: 280px; */
}

.footer-widgets-2 section {
    margin-bottom: 0;
}

.footer-widgets-2.widget-area {
    margin-bottom: 0;
}

.widget.widget_block.widget_text {
    margin-bottom: 0;
}

.footer-widgets-2 section p {
    padding: 0;
}

.footer-widgets-1 form.description .sib-container.rounded.ui-sortable {
    padding: 0 !important;
    background-color: transparent !important;
}

.footer-widgets-1 .widget-wrap p:first-child {
    display: none;
}

.footer-widgets-2 {
    /* width: 140px; */
}

.footer-widgets-3 {
    /* width: 540px;
	float: right;
	padding-bottom: 2em; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-widgets-3 svg {
    width: 70%;
}

.footer-widgets-1,
.footer-widgets-2 {
    /* margin-right: 60px; */
}

.footer-widgets-1,
.footer-widgets-2 {
    /* float: left; */
    flex-basis: 28%;
    padding: 30px;
}

.footer-widgets-3,
.footer-widgets-4 {
    flex-basis: 18%;
    padding: 30px;
}

.footer-widgets-4.widget-area {
    text-align: left;
}

.footer-widgets-4.widget-area .widget-wrap select {
    background-color: transparent;
    color: #d0c8c3;
}

.footer-widgets-4 .footer-homeowners {
    margin-top: 25px;
}

.footer-widgets-2 .menu-quick-links-container,
.footer-widgets-1 {
    font-size: 20px;
}

.footer-widgets ul#menu-footer-menu li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    border-right: 1px solid #d0c8c3;

}

.footer-widgets-1 .widget-wrap iframe html body {
    background-color: transparent !important;
}

.mtsnb.mtsnb-top.mtsnb-fixed.mtsnb-hidden {
    display: none;
}

.footer-widgets-4.widget-area p {
    padding: 0;
}

.cwright {
    display: flex;
}

.cwright ul {
    display: flex;
}

.cwright ul li:first-child {
    /* margin-left: 25px; */
    /* border-left: 1px solid #d0c8c3; */
}

.cwright ul li a {
    margin-left: 10px;
    font-size: 14px;
    display: block;
    font-weight: 100;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    padding: 1em;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    background-color: #242f1e;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    display: flex;
    color: white;
    align-items: center;
}

.sticky-bottom h5 {
    margin: 0;
    color: white;
}

.sticky-bottom-inner {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-bottom-inner a {
    color: #d0c8c3;
    padding: 0 40px;
    margin-left: 8%;
    border: 1px solid #d0c8c3;
}

.mtsnb {
    position: sticky !important;
    bottom: 0 !important;

}

span.mtsnb-text {
    font-size: 20px;
}

.mtsnb-button-type.mtsnb-content a {
    color: #d0c8c3;
    padding: 0 40px;
    margin-left: 3%;
    border: 1px solid #d0c8c3;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #324e5a;
    padding: 20px 20px 14px;
    text-align: center;
    display: flex;
}

.site-footer,
.site-footer a,
.site-footer p {
    color: #d0c8c3;
}

.site-footer p {
    font-size: 14px;
    margin-bottom: 0;
}

/*
Home Page
---------------------------------------------------------------------------------------------------- */
.homepage-slider {
    position: relative;
}

.homepage-slider video {
    /* height: 100vh; */
/* 	width:100%; */
}

.homepage-slider .homepage-slider-vrp {
    margin-top: -320px;
    position: absolute;
    width: 95%;
    margin-left: 2.5%;
}

.homepage-tabs.home-tabs {
    /* margin-top: -320px; */
    margin-top: -380px;
    position: absolute;
    width: 45%;
    margin-left: 27%;
    /* border: 3px solid #f1ece8; */
    border-radius: 3px;
    box-shadow: 0 0 40px rgb(0 0 0 / 60%);
}

.homepage-tabs.home-tabs ul {
    width: 100%;
}

.homepage-tabs.home-tabs ul li::marker {
    color: transparent;
}

.homepage-tabs.home-tabs ul li.uagb-tab {
    width: 33.3%;
    margin: 0;
    border-radius: 0;
    border-color: #d3ceca;
    /* display: flex; */
    display: block;
    justify-content: center;
    padding: 0;
    padding-bottom: 2px;
}

.homepage-tabs.home-tabs ul li.uagb-tab a {
    display: block;
}

.homepage-tabs.home-tabs .uagb-tabs__body-wrap {
    border-color: #d3ceca;
}

.homepage-tabs.home-tabs .abe form {
    margin-bottom: 0;
}

.homepage-tabs.home-tabs .abe .abe-container {
    margin: 0;
    width: 100%;
}

.homepage-tabs.home-tabs .select2.select2-container {
    width: 50% !important;
    margin-left: 25%;
}

.homepage-tabs.home-tabs .uagb-tabs__body-wrap {
    padding: 0;
}

.homepage-tabs.home-tabs .abe-row .button.button-outline {
    margin-bottom: 0;
}

.homepage-tabs.home-tabs .uagb-blocks__f32b73e8.uagb-tabs__body {
    display: flex;
    justify-content: center;
}

.read-more {
    text-decoration: underline;
}

.wp-block-columns.new-beach-images .wp-block-column:not(:first-child) {
    margin-left: 0;
}

.wp-block-columns.new-beach-images {
    margin-bottom: 0;
}

/* .wp-block-columns.new-beach-images img {
    transition: transform 0.5s ease;
}

.wp-block-columns.new-beach-images figure {
    transition: transform 0.5s ease;
    overflow: hidden;
}

.wp-block-columns.new-beach-images figure:hover img {
    transition: transform 0.5s ease;
    transform: scale(1.4) rotate(5deg);

} */

.properties-popup-content {
    /* display:none; */
    display: block;
    /* position:relative; */
    position: fixed;
    background-color: white;
    line-height: 40px;
    text-align: right;
    padding: 12px 30px;
    margin-left: auto;
    border-top: 1px solid gray;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    transform: translateX(180%);
    transition: all .5s ease-in-out;
}


.properties-popup-content.display {
    display: block;
    /* position:relative; */
    position: fixed;
    width: fit-content;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    right: 0;
    transform: translateX(0%);
    transition: all .5s ease-in-out;
    text-align: center;
}

/* .properties-popup-content.display h4{
	text-align: center;
} */
.properties-popup-content.display .select2.select2-container {
    width: 100% !important;
}

.properties-popup-content.display .select2-selection.select2-selection--single {
    height: 100% !important;
}

.properties-popup-content.display .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.close-properties-popup {
    position: absolute;
    top: 1px;
    right: 5px;
}

.close-properties-popup:hover {
    cursor: pointer;
}

#top .properties-popup-content #searchform .ajax_search_response {
    background: white;
    margin-top: 10px;
}

.popup-email-content {
    /* position:relative; */
    /* width:300px; */
    /* display:none; */

    display: block;
    position: fixed;
    background-color: white;
    line-height: 40px;
    text-align: right;
    padding: 12px 30px;
    margin-left: auto;
    border-top: 1px solid gray;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    transform: translateY(-180%);
    transition: all .5s ease-in-out;
}


.popup-email-content.display {
    display: block;
    /* position:relative; */
    position: fixed;
    width: fit-content;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    right: 25%;
    transform: translateY(0%);
    transition: all .5s ease-in-out;
}

.close-popup {
    position: absolute;
    top: -9px;
    right: 5px
}

.close-popup:hover {
    cursor: pointer;
}

#top .popup-email-content #searchform .ajax_search_response {
    background: white;
    margin-top: 10px;
}

.eihe-box .eihe-caption .eihe-title-cover span.eihe-title {
    border: 1px solid white;
    padding: 10px 40px !important;
}

.come-stay-main .uagb-column__inner-wrap {
    padding: 0 !important;
}

.come-stay-main .come-stay-content {
    padding: 20px 40px 0;

}

.come-stay-main .come-stay-content p {
    font-size: 17px;
}

.town-events figcaption {
    text-align: center;
}

.town-events .slick-next {
    top: 40%;
    right: 25px;
}

.town-events .slick-slide article .uagb-post__inner-wrap {
    padding: 5px;
}

.town-events .slick-prev {
    top: 40%;
    left: 25px;
    z-index: 9;

}

.town-events .slick-prev::before {
    font-size: 28px;
}

.town-events .slick-next::before {
    font-size: 28px;
}

.town-events-heading {
    text-transform: uppercase;
    /* font-family: "wensley"; */
    font-family: "Wensley", sans-serif;
    font-weight: 300;
}

.town-events .uagb-post__title {
    text-align: center;
    text-transform: uppercase;
}

.town-events .slick-track div {
    /* padding: 9px; */
}

.uagb-post-grid.town-events {
    /* padding: 0 45px; */
    padding: 0;
}

.uagb-post-grid.town-events .slick-next.slick-arrow {
    top: 30%;
    /* right: 25px; */
    padding: 0;
    width: 15%;
    text-align: right;
    padding-right: 2%;
}

.browse-listings-slider .slick-next.slick-arrow,
.browse-listings-slider .slick-prev.slick-arrow {
    top: 50%
}

.uagb-post-grid.town-events button.slick-prev {
    width: 100px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8379726890756303) 21%, rgba(255, 255, 255, 0) 100%) !important;
}

.uagb-post-grid.town-events button.slick-prev svg {
    display: none;
}

.uagb-post-grid.town-events button.slick-prev:before,
.slick-prev.slick-arrow button.slick-prev:before,
.browse-listings-slider button.slick-prev:before {
    content: "\f341";
    line-height: 0;
    font-family: 'dashicons';
    font-size: 36px;
    font-weight: 700;
    color: black;
}

.uagb-post-grid.town-events button.slick-next {
    width: 100px;
    height: 100%;
    background: linear-gradient(269deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8379726890756303) 21%, rgba(255, 255, 255, 0) 100%) !important;
    right: 0px;
    border: 0 !important;
}

.uagb-post-grid.town-events button.slick-next svg {
    display: none;
}

.uagb-post-grid.town-events button.slick-next:before,
.browse-listings-slider button.slick-next:before {
    content: "\f345";
    line-height: 0;
    font-family: 'dashicons';
    font-size: 36px;
    font-weight: 700;
    color: black;
}

.uagb-post-grid.town-events .slick-prev.slick-arrow {
    padding: 0;
    top: 30%;
    left: 5px;
    width: 15%;
    text-align: left;
    padding-left: 2%;
}

.browse-listings-slider .slick-prev.slick-arrow {
    top: 50%;
}

.things-to-do-landing h1.page-title {
    display: none;
}

.things-to-do-landing .single-post-nobackground {
    display: none;
}

.uagb-post-grid.town-events svg,
.browse-listings-slider svg {
    fill: #000 !important;
}

.uagb-post-grid.town-events button:hover {
    background-color: transparent !important;
    border: 0 !important;
}

.uagb-post-grid.town-events button,
.uagb-post-grid.town-events input[type="button"],
.uagb-post-grid.town-events input[type="reset"],
.uagb-post-grid.town-events .button {
    background-color: transparent !important;
    border: 0 !important;
}

.p-close-your-eyes {
    margin-top: 20px;
}

.also-seen-in-logos .uagb-columns__inner-wrap {
    align-items: center;
    justify-content: space-evenly;
}

section.also-seen-in-logos .uagb-columns__inner-wrap.uagb-columns__columns-5 .wp-block-uagb-column.uagb-column__wrap.uagb-column__background-undefined .uagb-column__inner-wrap {
    padding: 0;
}

.footer-widgets-4 .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-radius: 0 !important;
}

.footer-widgets-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #d0c8c3 !important;

}

.select2-container .select2-selection--single {
    font-size: 14px !important;
}

.widget-wrap select,
.widget-wrap select option {
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: inherit !important;

    font-size: 14px !important;

    padding: 4px !important;

    top: 26px !important;

}

.select2-results__options li {

    line-height: inherit !important;

    font-size: 14px !important;

    padding: 4px !important;

}

.select2-search__field {

    padding: 4px !important;

}

.select2-container--default .select2-selection--single {

    border-radius: 0;

}

.want-to-be-part .uagb-columns__inner-wrap {
    max-width: 1220px;
}

.want-to-be-part .st0 {
    fill: #fff;
}

.want-to-be-part-button a {
    font-size: 16px !important;
}

.index-main-singlepost .single-post-background {
    /* height: 40vh; */
    height: 24vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.single-post-background .heading.sub-heading h1 {
    /* font-size: 50px;
    text-transform: uppercase;
    color: white;
    padding: 0 60px;
    background: #324e5a80; */
    font-size: 50px;
    text-transform: uppercase;
    color: white;
    padding: 30px 60px;
    background: #cc9966;
    display: flex;
    text-align: center;
    text-shadow: 0px 1px 4px #333;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


body.error404 #primary #content .error404 {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error404 .content .content-inner {
    padding: 15px;
    width: 250px;
    height: 250px;
    background: #fff;
    border: 2px solid #324e5a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.error404 .content .content-inner strong {
    font-size: 90px;
}

ul#menu-neighborhood-menu {
    display: flex;
    margin: 30px 0;
}

ul#menu-neighborhood-menu li {
    display: block;
    flex-basis: 10%;
    text-align: center;
    /* margin: 10px; */
    padding: 0 10px;
    border-right: 1px dashed;
}

ul#menu-neighborhood-menu li:last-child {
    border-right: 0;
}

ul#menu-neighborhood-menu .current-menu-item>a {
    background-color: #324e5a;
    padding: 0 30px;
    color: white;
    display: block;
}

.abe-column.searchlinks.searchlinksresults span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus{
    -webkit-appearance: none;
    background-color: transparent;
    /* border: 1px solid #a5bac5; */
    /* box-shadow: none; */
    /* box-sizing: inherit; */
    height: 2.6rem !important;
    font-size: 1.1rem !important;
    padding: .2rem .5rem !important;
    width: 100% !important;
    background-color: #fff !important;
}
.abe-column.searchlinks.searchlinksresults span.select2-container--default .select2-selection--single{
    border: 0 !important;
}
.abe-column.searchlinks.searchlinksresults span.select2-container--default .select2-selection--single span.select2-selection__rendered{
    font-size: 1.1rem !important;
    font-family: 'Jost' !important;
    font-weight: 300 !important;
    text-align: center;
}

.abe-column.searchlinks span.select2-selection.select2-selection--single {
    /* margin-top: 0px;
    height: 50px;
    border: none;
    border-radius: 0;
    border: 2px solid #232323;
    display: flex;
    align-items: center;
    justify-content: center; */
    height: 2.6rem !important;
    font-size: 1.1rem !important;
    padding: .2rem .5rem !important;
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 0;
}



/*  */


/*
VRP Stuff
---------------------------------------------------------------------------------------------------- */
.vrpsearch {
    padding: 0.5em 1em;
}

.vrpsearchform ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-flex-pack: justify;
}

@media only screen and (max-width: 782px) {
    .vrpsearchform ul {
        display: block;
    }

    div#home-slider {
        position: relative;
        top: -60px;
    }
    #sp-testimonial-free-wrapper-485 .sp-testimonial-free-section{
        padding:  0 !important;
    }
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1920px) {
    .genesis-nav-menu a {
        font-size: 22px;
    }

    .homepage-tabs.home-tabs {
        /* margin-top: -480px; */
        margin-top: -600px;
    }

    .homepage-slider video {
        margin-top: -250px;
    }

    .popup-email-content.display {
        right: 30%;
        transform: translateY(10%);
    }

    .come-stay-main .come-stay-content {
        padding: 45px;
    }

    .come-stay-main .come-stay-content p {
        font-size: 22px;
    }

    .footer-widgets .wrap {
        max-width: 1400px;
    }

    .uagb-post-grid.town-events .slick-next.slick-arrow {
        top: 40%;

    }

    .uagb-post-grid.town-events .slick-prev.slick-arrow {

        top: 40%;

    }

    .wp-block-uagb-columns.vacation-rentals-landing-header {
        height: 59vh;
    }

    .wp-block-uagb-column.uagb-column__wrap.vacation-rentals-header-text {
        padding-right: 250px !important;
    }
}

@media only screen and (min-width: 1300px) {
    .homepage-slider video {
        margin-top: -180px;
    }
}


@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

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

    .content,
    .sidebar,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .nav-secondary
    {
        border-bottom: none;
        display: block;
    }

    .front-page .site-inner {
        margin-top: 0;
    }

    .full-width-content .content {
        padding: 0;
    }

    .full-width-content img.pull-left {
        margin-left: 0;
    }

    .full-width-content img.pull-right {
        margin-right: 0;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .flexible-widgets.widget-full .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget,
    .flexible-widgets.widget-fourths .widget {
        margin: 0 auto 20px;
        width: 100%;
    }
    .blog-tem .row .left-side{
        flex-basis: 100%;
    }
    .blog-tem .row .left-side.left-side-events{
        flex-basis: 100%;
    }

}

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

    .front-page .site-inner {
        padding: 0;
    }

    .genesis-nav-menu.responsive-menu {
        display: none;
        float: none;
        padding-bottom: 20px;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }

    .genesis-nav-menu.responsive-menu li.current-menu-item>a,
    .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item>a:hover,
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        background: none;
        border: none;
        display: block;
        padding: 10px 0;
        text-transform: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
        margin-right: 60px;
    }

    .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 20px/1 "dashicons";
        height: 20px;
        padding: 7px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }

    .genesis-nav-menu.responsive-menu>.menu-item>.sub-menu {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: rgba(255, 255, 255, 0.05);
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 10px 0;
        position: relative;
        text-transform: none;
        width: 100%;
    }

    .genesis-nav-menu.responsive-menu .current-menu-item>a,
    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
    .genesis-nav-menu.responsive-menu>li.menu-item-has-children:hover>a,
    .genesis-nav-menu.responsive-menu a:hover {
        background: none;
    }

    .site-header .genesis-nav-menu.responsive-menu .current-menu-item>a,
    .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
    .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
    .site-header .genesis-nav-menu.responsive-menu .sub-menu,
    .site-header .genesis-nav-menu.responsive-menu>.menu-item-has-children:before,
    .site-header .genesis-nav-menu.responsive-menu>li:hover>a,
    .site-header .genesis-nav-menu.responsive-menu a:hover {
        color: #fff;
    }

    .altitude-home .simple-social-icons ul li {
        margin: 0 20px 20px !important;
    }
    .combine-dates {
        display: block;
        position: relative;
    }
    ul#menu-neighborhood-menu{
        flex-direction: column;
    }

}

.mobmenu {
    display: none;
}

/* ABOUT SEABROOK */

@media screen and (min-width:769px) {
    .about-us.sb-container {
        width: 70%;
    }
}

.about-us h2 {
    margin: 40px 0;
}

.about-us.sb-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
}

.about-us figcaption {
    font-family: "Miller Display";
    color: #494441;
    font-size: 24px;
    margin-top: 0px !important;
}

.about-us figcaption a {
    color: #494441;
}

.sb-dark-button a {
    text-transform: uppercase;
    color: #fff !important;
    background-color: #435462 !important;
}

.sb-dark-button a:hover {
    color: white !important;
    text-decoration: none !important;
}

.menu-item a {
    text-decoration: none;
    color: #425563;
}

@media screen and (max-width: 1132px) {
    .site-container {
        display: none;
    }

    .mobmenu {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        background: #fff;
        z-index: 10;
    }

    .mobmenu-fix {
        display: block;
        position: fixed;
        width: 100%;
        height: 80px;
        background: #fff;
        z-index: 10;
        box-shadow: 1px 1px 3px #0002;
    }

    ul.sub-menu {
        margin: 10px 0 20px 0;
        max-height: 260px;
        margin-left: 15px;
        overflow-y: auto;
    }

    ul#mobmenu>li {
        padding: 10px 0;
        border-bottom: 1px solid #425563;
    }

    ul#mobmenu.menu ul li a {
        color: #425563;
    }

    ul#mobmenu.menu ul li#menu-item-393 a {
        color: #425563;
    }

    .mobmenu-container {
        /* width: 90%; */
        width: 100%;
        margin: 0 auto;
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
    }

    .mobmenu-container .mobmenu-logo {
        padding-right: 15px;
        padding-left: 30px;
    }

    .mobmenu-logo img {
        width: 240px;
        margin-top: 10px;
    }

    .mobmenu-nav {
        position: relative;
    }

    .mobmenu-ulnav {
        position: fixed;
        top: 0;
        /* right: -250px; */
        right: -1132px;
        background: #fff;
        /* width: 250px; */
        width: 100%;
        height: 100%;
        transition: 0.3s;
        box-shadow: 1px 1px 3px #0003;
    }

    .mobmenu-ulnav>div {
        padding: 0 15px;
        margin-top: 100px;
    }

    .mobmenu-active {
        right: 0;
    }

    .menu-icons.popup-search {
        /* position: absolute; */
        /* left: 5%; */
    }

    .menu-icons.popup-phone {
        position: absolute;
        left: 20%;
    }

    .menu-icons.popup-mail {
        /* position: absolute; */
        /* left: 35%; */
    }

    .slick-slide.slideshowbas {
        min-height: 45vh;
    }

    .sidebarBtn {
        padding: 0;
        position: relative;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        cursor: pointer;
        background: #fff;
        border: none;
        outline: none;
        z-index: 12;
    }

    button.sidebarBtn:focus,
    button.sidebarBtn:target,
    button.sidebarBtn:hover {
        background: #fff;
        outline: none;
        border: none;
    }

    .sidebarBtn span {
        display: block;
        width: 35px;
        height: 3px;
        background: #425563;
        position: absolute;
        top: 24px;
        transition: .3s;
    }

    .sidebarBtn span:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0px;
        width: 100%;
        height: 3px;
        background: #425563;
        transition: .3s;
    }

    .sidebarBtn span:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0px;
        width: 100%;
        height: 3px;
        background: #425563;
        transition: .3s;
    }

    button.sidebarBtn:focus {
        background-color: transparent !important;
        border: 0 !important
    }

    .popup-email-content.display {
        width: 80%;
        right: 15%;
        top: 15%;
    }

}



/* REAL ESTATE */

#post-458 header.article-header {
    height: 59vh;
}

#post-458 .heading.sub-heading {
    display: none;
}

.re-hero-copy {
    max-width: 600px;
    font-size: 21px;
    position: absolute !important;
    top: 30px;
    right: 50px;
}

.re-hero-copy h1 {
    font-size: 42px;
}

.re-hero-copy p {
    margin-bottom: 0.3em;
}

.re-hero-copy a {
    font-weight: 400;
    text-decoration: underline;
}

.re-seabrook-boxes .wp-block-image {
    display: flex;
}

.re-seabrook-boxes .wp-block-image:after {
    content: "";
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.re-seabrook-boxes .wp-block-image figcaption {
    color: white;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 0px;
    z-index: 1;
    width: 100%;
    line-height: 1.2em;
}

.re-seabrook-boxes .wp-block-image:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.browse-listings-slider .gb-block-layout-column-inner {
    display: block;
}

.browse-listings-slider .gb-block-layout-column-inner .wp-block-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    margin-bottom: 0;
}

.browse-listings-slider .gb-block-layout-column-inner .wp-block-image figcaption {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 0;
}

.browse-listings-slider .gb-block-layout-column-inner .wp-block-image figcaption a {
    color: #494441;
}

.jost-button-link {
    font-family: "jost";
    font-weight: 300;
    text-decoration: underline;

}

.jost-button-link a {
    color: #494441;
}

.jost-button-link-white {
    font-family: "jost";
    font-weight: 300;
    text-decoration: underline;

}

.jost-button-link-white a {
    color: white;
}

.browse-listings-slider .slick-arrow {
    width: 100px;
    height: 100%;
    z-index: 1;
}



.browse-listings-slider .slick-prev.slick-arrow,
.browse-listings-slider .slick-prev.slick-arrow:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8379726890756303) 21%, rgba(255, 255, 255, 0) 100%) !important;
    left: 0px;
    border: 0 !important;
    width: 15%;
    text-align: left;
    padding-left: 2%;
}

.browse-listings-slider .slick-next.slick-arrow,
.browse-listings-slider .slick-next.slick-arrow:hover {
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8379726890756303) 21%, rgba(255, 255, 255, 0) 100%) !important;
    right: 0px;
    border: 0 !important;
    width: 15%;
    text-align: right;
    padding-right: 2%;
}

/* .browse-listings-slider .slick-arrow:before{
	content:"";
} */
.wp-block-cover__inner-container p {
    margin: 0;
}

.font-iowan {
    font-family: 'iowan';
}

.font-iowan a {
    color: #494441;
}

.meet-team {
    margin-top: 30px;
}

.meet-team-copy {
    padding: 5vw;
    background-color: #f1ece8;
}

.meet-team-copy a {
    color: #494441;
    text-decoration: underline;
}

.meet-team-image .gb-background-cover {
    height: 100%;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    margin: 60px 0 20px 0 !important;
}

div#sp-testimonial-free-wrapper-485 {
    padding-top: 0px;
    width: 80%;
    margin: 0 auto 60px;
background-color: #8d928a;
color: #ffffff;
}

#sp-testimonial-free-wrapper-485 .sp-testimonial-free {
    background-color: #8d928a;
    /* padding: 60px; */
    padding: 25px 40px;
}

#sp-testimonial-free-wrapper-485 .tfree-testimonial-content,
#sp-testimonial-free-wrapper-485 .tfree-testimonial-content p {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.2em;
    color: white !important;
}

.sp-testimonial-client-testimonial .sp-testimonial-content p,
.sp-testimonial-content {
    font-size: 34px !important;
    font-weight: 100 !important;
    line-height: 1.2em !important;
color: white !important;
}

#sp-testimonial-free-wrapper-485 .tfree-client-name,
.sp-testimonial-client-name {
    font-size: 34px !important;
    padding-top: 0.5em !important;
    font-weight: 100 !important;
    font-family: 'Jost', sans-serif;
color: white !important;
}
#sp-testimonial-free-wrapper-485 .sp-testimonial-free{
    height: 400px !important;
}

#sp-testimonial-free-wrapper-485 .sp-testimonial-free-section .slick-prev,
#sp-testimonial-free-wrapper-485 .sp-testimonial-free-section .slick-next {
    transform: translateY(-20px);
    font-size: 40px;
}

#sp-testimonial-free-wrapper-485 .slick-prev:before,
#sp-testimonial-free-wrapper-485 .slick-next:before {
    display: none
}

#sp-testimonial-free-wrapper-485 .slick-prev:hover,
#sp-testimonial-free-wrapper-485 .slick-next:hover,
#sp-testimonial-free-wrapper-485 .slick-prev:focus,
#sp-testimonial-free-wrapper-485 .slick-next:focus {
    background-color: transparent !important;
    color: #494441 !important;
    border: none !important;
}

@media only screen and (min-width: 768px) and (max-width:1367px) {
    #post-458 header.article-header{
        height: 79vh;
    }
    .seabrook-realestate-boxs a, .about-vac-rentals a{
        font-size: 34px;
    }
}

@media screen and (max-width: 640px) {
    #post-458 header.article-header {
        height: 100vh;
    }

    .re-hero-copy {
        padding: 0 15px;
        text-align: center;
    }

    .re-hero-copy h1 {
        font-size: 32px;
    }

    .re-hero-copy p {
        text-align: center;
        font-size: 18px;
    }

    h2 {
        font-size: 28px;
    }

    .re-seabrook-boxes .wp-block-image figcaption {
        font-size: 30px;
        padding: 0 15px;
    }

    .browse-listings-slider .gb-block-layout-column-inner .wp-block-image {
        padding: 20px 10px;
    }

    .browse-listings-slider .gb-block-layout-column-inner .wp-block-image figcaption {
        font-size: 20px;
    }

    body {
        font-size: 18px;
    }

    .meet-team-image .gb-background-cover {
        height: 40vh;
    }

    #sp-testimonial-free-wrapper-485 .sp-testimonial-free {
        padding: 20px
    }

    #sp-testimonial-free-wrapper-485 .tfree-testimonial-content,
    #sp-testimonial-free-wrapper-485 .tfree-testimonial-content p {
        font-size: 18px;
    }
    div#sp-testimonial-free-wrapper-485 {
        height: 500px !important;
        background-color: #8d928a;
    }
    div#sp-testimonial-free-wrapper-485 {
        padding-top: 0px;
        width: 100%;
        margin: 0 auto 20px;
    }
    #sp-testimonial-free-wrapper-485 .sp-testimonial-free-section{
        padding:  0 !important;
    }
    #sp-testimonial-free-wrapper-485 .tfree-client-name {
        font-size: 20px;
    }

    header.article-header .page-title {
        font-size: 38px;
    }

    .blog .vrpc-post .post-title a {
        display: inline-block;
    }

    .sp-testimonial-client-testimonial .sp-testimonial-content p,
    .sp-testimonial-content {
        font-size: 24px !important;
        font-weight: 100 !important;
        line-height: 1.2em !important;
        color: white;
        margin: 10px !important;
    }

    #sp-testimonial-free-wrapper-485 .tfree-client-name,
    .sp-testimonial-client-name {
        color: white !important;
        font-size: 24px !important;
        padding-top: 0.5em !important;
        font-weight: 100 !important;
        font-family: 'Jost', sans-serif;
    }
    #sp-testimonial-free-wrapper-485 .sp-testimonial-free{
        height: auto !important;
    }
}



/* JOBS */

.job-card {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border: 2px dotted #7e7671;
    padding: 40px;

}

.job-card p {
    font-size: 19px
}

.job-card h3 {
    color: #64798b;
}

.job-card h4 a {
    color: #494441;
    text-decoration: underline;
}

p.job-short-desc {
    font-style: italic;
    margin-bottom: 0.5em;
    font-weight: 400;
}

p.job-long-desc {
    margin-bottom: 0.5em;
}

a.job-url {
    color: #494441;
    text-decoration: underline;
    font-size: 19px;
}

a.uagb-buttons-repeater {
    font-size: 20px;
    text-align: center;
}

.text-underline,
a.text-underline,
.text-underline a,
.text-underline a:hover {
    text-decoration: underline;
}

.three-column-image-block figcaption {
    text-align: center;
}

.three-column-image-block p {
    font-size: 0.8em;
}

.full-width-img img {
    width: 100%
}

.person-profile-box .wp-block-image figure {
    display: block;
    width: 100%;
}

.person-profile-box .gb-block-layout-column {
    align-self: center;
}


/* FORMINATOR */
.forminator-design--default .forminator-label,
.forminator-design--default .forminator-radio-label {
    color: #494441 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.forminator-design--default .forminator-is_hover .forminator-input,
.forminator-design--default .forminator-is_active .forminator-input {
    border-color: #84a1b1 !important;
}

.forminator-design--default .forminator-radio input:checked+.forminator-radio-bullet,
.forminator-design--default .forminator-radio .forminator-radio-bullet:before {
    border-color: #84a1b1 !important;
}

.forminator-design--default .forminator-button-submit {
    background-color: #84a1b1 !important;
}

@media only screen and (min-width: 782px) {

    /* line 553, ../scss/breakpoints/_768up.scss */
    .cwleft {
        float: left;
    }

    /* line 554, ../scss/breakpoints/_768up.scss */
    .cwright {
        float: right;
    }

    header.article-header .page-title {
        /* font-size: 42px; */
    }
}

/* new home page layout */

.home-2-1-boxes {
    margin-bottom: 30px;
    margin-top: -10px;
}

.home-2-1-boxes .wp-block-uagb-column.uagb-block-3ad113b1.uagb-column__wrap {
    width: 64%
}

.home-2-1-boxes .wp-block-uagb-column.uagb-block-f8844992.uagb-column__wrap {
    width: 36%
}

.home-2-1-boxes figure {
    margin-bottom: 0;
    display: flex;
}

.home-2-1-boxes .uagb-column__inner-wrap {
    padding: 0 !important;
}

.home-2-1-boxes .uagb-columns__inner-wrap .uagb-columns__columns-2 .uagb-column__inner-wrap {
    padding: 0;
}

.home-2-1-boxes .home-hero-text {
    padding: 50px 80px 50px 50px;
    margin-bottom: 0;
    background-color: #f1ece8;
}

.home-2-1-boxes .home-hero-text p {
    /* line-height: 1.1em; */
    /* font-family: "iowan"; */
    font-size: 23px;
}

.home-2-1-boxes .home-hero-text p a {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
}

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

    .home-2-1-boxes>.uagb-columns__inner-wrap.uagb-columns__columns-2 {
        flex-direction: column
    }

    .home-2-1-boxes .wp-block-uagb-column.uagb-block-3ad113b1.uagb-column__wrap {
        width: 100%
    }

    .wp-block-uagb-column.uagb-block-f8844992.uagb-column__wrap {
        width: 100% !important;
        height: 55vw;
        margin-top: 20px;
    }

}

@media screen and (max-width:767px) {
    .home-2-1-boxes figure {
        margin-top: 20px;
    }
}

/* RESPONSIVE HOME TAB */

@media screen and (max-width:1024px) {
    .homepage-tabs.home-tabs {
        width: 100%;
        position: relative;
        margin-top: 0;
        margin-left: unset;
        box-shadow: none;
    }


    .homepage-tabs.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }

    .homepage-tabs .uagb-tabs__body-wrap {
        max-width: 100% !important;
    }

    .homepage-tabs.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel .uagb-tab {
        margin: 0;
        border-radius: 0;
    }
}


@media screen and (max-width:1680px) {
    .blog-tem{
        width: 100%;
    }
    .blog-tem .row .left-side{
        flex-basis: 60%;
    }
    .blog-tem .row .left-side.left-side-events{
        flex-basis: 60%;
    }
}
@media screen and (max-width:1440px) {
    .blog-tem{
        width: 100%;
    }
    .blog-tem .row .left-side{
        flex-basis: 65%;
    }
    .blog-tem .row .left-side.left-side-events{
        flex-basis: 65%;
    }
}
@media screen and (max-width:1024px) {
    .blog-tem{
        width: 100%;
    }
    .blog-tem .row .left-side{
        flex-basis: 90%;
    }
    .blog-tem .row .left-side.left-side-events{
        flex-basis: 90%;
    }
    .blog-tem .row .right-side{
        flex-basis: 50%;
    }
}

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

    .footer-widgets-1,
    .footer-widgets-2 {
        flex-basis: 90%;
    }

    .footer-widgets-3,
    .footer-widgets-4 {
        flex-basis: 90%;
    }

    .cwright {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 5px;
    }

    .cwright ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .becaome-a-homeowner-left {
        height: 30vh;
    }

    section.wp-block-uagb-columns.uagb-columns__wrap .becaome-a-homeowner-right {
        margin-left: 0;
        margin-right: 0;
    }

    .mtsnb {
        display: none;
    }

    #n2-ss-2 {
        height: 70vh;
    }

    .homepage-tabs.home-tabs {
        /* margin-top: -420px; */
        /* width: 100%;
        margin-left: 8%; */
        width: 90%;
        margin-left: 5%;
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile ul.uagb-tabs__panel {
        /* max-width: 85% !important; */
        max-width: 100% !important;
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap {
        /* max-width: 82% !important; */
        max-width: 100% !important;
    }

    ul.uagb-tabs__panel.uagb-tabs__align-left li.uagb-tab {
        margin: 0 0 10px 0 !important;
    }

    /* .uagb-block-54bbc895.uagb-buttons__outer-wrap .uagb-buttons__wrap{
        flex-direction: column !important;
    } */
    .homepage-tabs.home-tabs .popular-search-buttons>div {
        flex-direction: column !important;
    }

    .uagb-buttons__wrap.uagb-buttons-layout-wrap .wp-block-uagb-buttons-child.uagb-buttons__outer-wrap {
        margin: 10px;
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tabs__body-wrap {
        margin-top: -10px;
    }

    .beach-bg h1 {
        font-size: 32px;
    }

    .blog-tem .row .left-side {
        flex-basis: 100%;
        order: 2;
    }

    .blog-tem .row .right-side {
        flex-basis: 90%;
        order: 1;
        margin-bottom: 20px;
    }

    .single-post .post-content .get-the-content {
        flex-basis: 100%;
    }

    .single-post .post-content .mini-sidebar {
        flex-basis: 100%;
    }

    header.article-header .page-title {
        font-size: 32px;
    }

    .mobmenu-container .mobmenu-logo {
        padding-left: 55px;
    }
    .blog .vrpc-post .post-image a img{
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        height: auto;
        min-height: auto;
    }
    .blog .vrpc-post.events-featured .post-image a img{
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        height: auto;
        min-height: auto;
    }
    .blog .vrpc-post .col-md-12{
        width: 90%;
        margin: 0 auto;
    }

}