/*
Theme Name: Shortland Golf Club
Theme URI: https://shortlandgolfclub.com/
Author: Golf Course Marketers
Author URI: http://golfcoursemarketers.com/
Description: Custom theme
Version: 1.0
Tags: custom theme
Text Domain: gcm
*/


@font-face {
    font-family: 'Kaushan Script';
    src: url('fonts/KaushanScript-Regular.woff2') format('woff2'),
        url('fonts/KaushanScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

html, body {
  overflow-x: hidden;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

th, td{		
  padding: 10px;
  border: #CCC 1px solid;
}

big{font-size:125%}
small, sup, sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd, tt{font-family:courier;font-size:80%}
ins{text-decoration:underline}
del, strike, s{text-decoration:line-through}


.clearfix:before, .clearfix:after, .container:before, nav:before, .container:after, ul:after {
    content: " ";
    display: table;
}

*:before, *:after {
    box-sizing: border-box;
}

.clearfix:after, .container:after, nav:after, ul:after {
    clear: both;
}


body{
  font-family: 'Montserrat', sans-serif;
  color: #444;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 16px;
}

.cursive {
  font-family: 'Kaushan Script', serif;
  font-size: 1.4em;
}


p{margin:0 0 20px 0px}

.padding {
  padding: 40px;
}

a {
  color: #af8343;
  text-decoration: none;
  outline: medium none;
  
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

a:hover{
  color: #333;
  text-decoration: none;
  
}

a:active {
  outline: none;
}



.text_mask_section {
  position: relative;
  width: 100%;
}



.text-mask {
   font-size: 66px;
   font-size: 24vw;
   line-height: 80px;
   font-weight: 800;
   text-transform: uppercase;
   background: url(bg.jpeg) 0 0 / cover no-repeat;
   color: #222;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-attachment: fixed;
}

/* .image-mask img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-mask-image: url('images/text-food-and-drink.png');
  mask-image: url('images/text-food-and-drink.png');
  -webkit-mask-size: 80% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
} */





.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-group__inner-container {
  max-width: 75rem!important;
  margin-left: auto;
  margin-right: auto;
}

#container li {
  margin-bottom: 8px;
}

#content ul li {
  list-style: none;
  padding-left: 0.5em;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}

#content ul li::before {
  content: '\f00c';
  display: inline-block;
  margin: 0 8px 0 0;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #639820;
  top: 4px;
  position: absolute;
  left: -1em;
}



#page_content ul li.elementor-editor-element-setting::before {
  display: none;
}

#page_content ul li.elementor-editor-element-setting {
  list-style: none;
  padding-left: 0;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 0;
  font-size: 1em;
}

#page_content ul.elementor-editor-element-settings {
  padding-left: 0;
}




#content .dark_bg ul li::before {
  color: #FFF;
}


#content form ul li {
  padding-left: 0;
}

#content form ul li::before {
  display: none;
}



#content ul.xoxo li::before {
  display: none;
}

#content ul.xoxo li {
  padding-left: 0;
}


.tabs {
  margin: 0;
  border: none;
}

.hidden {
  display: none!important;
}	
  
.pdf {
  background: url('images/icon_pdf.png') 100% 0 / contain no-repeat transparent;
  padding-right: 26px;

}

div, section, header, footer, article {
  position: relative;
}

.center, .centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


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


iframe {
  max-width: 100%;
}



.entry-content .wp-caption-text {
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  clear:both;
  line-height: 1.25em !important;
  font-family: 'Montserrat', sans-serif;
}

#content header h1.entry-title, #content article:first-child h1.entry-title, #content header h2.entry-title, #content article:first-child h2.entry-title, #sidebar .widget-container:first-child h3, #lsidebar .widget-container:first-child h3, #rsidebar .widget-container:first-child h3{padding-top:0;margin-top:0}

h1{
  font-size: 3.5em;
  padding: 0;
  margin: 0 auto 20px;
  font-weight: 600;
  line-height: 1.1em;
}


h2{
  font-size: 2.75em;
  padding: 0;
  margin: 0 auto 20px;
  font-weight: 600;

}

h3{
  font-size: 2.25em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

h4{
  font-size:1.75em;
  font-weight: 500;
}
h5{
  font-size: 1.5em;
  margin-bottom: 0.4em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b88c4d;
}
h6{font-size:100%}

.text-shadow {
  text-shadow: 0 1px 3px rgba(0,0,0,0.3); 
}

.entry-content-inner h2 {
  font-size: 2em;
  font-weight: bold;
}

.entry-content-inner h3 {
  font-size: 1.85em;
}

strong, dt, b {font-weight:900}

em, address, cite, var{font-style:italic}
code{font-family:'courier new',courier,serif;color:#888}
pre{overflow-x:auto;white-space:pre-wrap}

hr {
    background: url('images/separator.png') 50% 0 / auto 100% no-repeat transparent;
    height: 30px;
    border: medium none;
    margin: 30px 0 40px;
    clear: both;
    float: none;
    width: 100%;
    display: block;
}

hr.centered {
  margin: 10px auto 35px;
}

.light hr {
  background: #FFF;

  box-shadow: 0 2px 2px rgba(0,0,0,0.45);
}


hr.alt_separator {
  background: transparent url("images/separator_alt.png") no-repeat scroll 50% 0px;
}

.border-top, .border_top, .bordertop {
  border-top: #BBB 1px solid;
}


.callout_dark, .callout-dark, .calloutdark {
  background: url('images/bg_noise_light.png') 0 0 repeat #33c3e0;  
  color: #FFF !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}


.vertical_align, .vertical_centered {
  position: relative;
  top: 50%; 
  padding-right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}




.light, .light h1, .light h2, .light h3 {
  color: #FFF!important;
}

.light h1, .light h2, .light h3 {
  text-shadow: 0 2px 2px rgba(0,0,0,0.5); 
}


.map iframe {
  pointer-events: none;
}


#interactive_map {
  border: #BBB 2px solid;
  overflow: scroll;
}

#wp-admin-bar-top-secondary {
  float: right;
}

#wp-admin-bar-root-default {
  float: left;
}



a.cta, .cta a, a.cta2, .cta2 a, .cta3, .cta4, input[type="submit"], input[type="button"], #commentform input[type="submit"], a.slide_cta, .register a, 
body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt, 
body #mc_embed_signup .button, 
#menu ul li.btn a, 
body .elementor-button, 
body #mega-menu-wrap-main-menu #mega-menu-main-menu li.btn a.mega-menu-link, 
.forminator-button, 
.add_to_cart_button, 
.wc-block-cart__submit-button, 
.wc-block-components-button, 
a.wp-element-button {
background: #b88c4d!important;
border: #b88c4d 2px solid!important;
background-image: none;

border-radius: 100px!important;
-webkit-border-radius: 100px!important;
-moz-border-radius: 100px!important;
color: #FFF !important;
cursor: pointer;
display: inline-block;
float: none;
font-size: 17px!important;
font-weight: 500!important;
letter-spacing: 0.03em;
line-height: 1.1em;
padding: 0.6em 1.75em!important;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: none;
height: auto;
text-transform: uppercase;
width: auto !important;
-webkit-appearance: none;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;

/* box-shadow: 0 2px 6px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3); */
}



a.cta:hover, .cta a:hover, a.cta2:hover, .cta2 a:hover, 
input[type="submit"]:hover, input[type="button"]:hover, a.slide_cta:hover, .register a:hover, 
#menu ul li.btn a:hover,
body .elementor-button:hover, 
body #mega-menu-wrap-main-menu #mega-menu-main-menu li.btn a.mega-menu-link:hover, 
.forminator-button:hover, 
.add_to_cart_button:hover, 
.wc-block-cart__submit-button:hover, 
.wc-block-components-button:hover, 
.wp-element-button:hover {
  background-color: #333!important;
  color: #FFF !important;
  text-decoration: none !important;
  border: none!important;
  border: #333 2px solid!important;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}


.cta.menu-item a {
  padding: 0.8em 1.75em!important;
  font-size: 14px!important;
}


.inline-buttons .elementor-widget-wrap {
  display: block;
  padding: 0!important;
}

.inline-buttons .elementor-widget-button {
  display: inline-block;
  width: auto !important;
  margin: 0 10px 0;
}



.cta.down:after {
  content: "\f13a";
  display: inline-block;
  margin: 0 0 0 10px;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  position: relative;
}


.register a {
  margin: 20px 0 0 0;
}



.elementor-button-info a, a.cta2, .cta2 {
  background: transparent !important;
  color: #b88c4d !important;
  border: #b88c4d 2px solid!important;
}


.elementor-button-info.light a, a.cta2.light, .cta2.light {
  background: transparent !important;
  color: #FFF !important;
  border: #FFF 2px solid!important;
}

.elementor-button-info.light a:hover, a.cta2.light:hover, .cta2.light:hover {
  background: #FFF !important;
  color: #222 !important;
  border: #FFF 2px solid!important;
}


a.cta2:hover, .cta2:hover {
  background-color: #b88c4d!important;
  border-color: #b88c4d;
}


.elementor-button-success a, a.cta3, .cta3 a {
  background: none !important;
  color: #9c7236 !important;
  border: none!important;
  position: relative;
}


.elementor-button-success a:hover, a.cta3:hover, .cta3 a:hover {
  background: none !important;
  color: #9c7236 !important;
  border: none!important;
}

.elementor-button-success a::before, a.cta3::before, .cta3 a::before, 
.elementor-button-success a::after, a.cta3::after, .cta3 a::after {
  content: '';
  border-radius: 100px;
  border: #b88c4d 2px solid;
  width: 2.1em;
  height: 2.1em;
  position: absolute;
  left: 1em;
  top: 48%;
  transform: translateY(-50%);
  z-index: 0;
  display: block;
  transition: 0.5s;
  opacity: 0.4;
}

.elementor-button-success a::after, a.cta3::after, .cta3 a::after {
  clip-path: circle(0%);
  background: #111;
  opacity: 1;
  top: 48%;
  margin-left: 1px;
}

.elementor-button-success a:hover::before, a.cta3:hover::before, .cta3 a:hover::before {
  border: #FFF 4px solid;
  background: #FFF;
  z-index: 1;
  opacity: 1;
}


.elementor-button-success a:hover::after, a.cta3:hover::after, .cta3 a:hover::after {
  clip-path: circle(100%);
  margin-top: 2px;
  border: #111 2px solid;
  z-index: 2;
}



.elementor-button-success a > span, a.cta3 > span, .cta3 a > span {
  display: block;
  position: relative;
  
  clip-path: inset( -100vw -100vw 0 -100vw );
}

.elementor-button-success a:hover > span, a.cta3:hover > span, .cta3 a:hover > span {
  /* overflow: visible; */
}

.elementor-button-success a > span::before, a.cta3 > span::before, .cta3 a > span::before {
  content: '';
  width: 52px;
  height: 120px;
  position: absolute;
  margin-left: 30px;
  margin-top: 200px;
  background: url('images/flag.png') 0 50% / contain no-repeat transparent;
  transition: 0.5s;
  z-index: -1;
}


.elementor-button-success.light a > span::before, a.cta3.light > span::before, .cta3.light a > span::before {
  background: url('images/flag-white.png') 0 50% / contain no-repeat transparent;
}


.elementor-button-success a:hover > span::before, a.cta3:hover > span::before, .cta3 a:hover > span:hover {
  margin-left: -20px;
  margin-top: -80px;
}

.elementor-button-success a > span, a.cta3 > span, .cta3 a > span {
  z-index: 3;
} 

.elementor-button-success.light a > span, a.cta3.light > span, .cta3.light a > span {
  text-shadow: 0px 0 1px rgb(0, 0, 0), 0px 0 6px rgb(0, 0, 1);
}









.elementor-button-success.light a, a.cta3.light, .cta3.light a {
  color: #efaf56 !important;
}

.elementor-button-success.light a:hover, a.cta3.light:hover, .cta3.light a:hover {
  color: #FFF !important;
}

.elementor-button-success.light a::before, a.cta3.light::before, .cta3 a.light::before {
  border: #999 2px solid;
}


.cta.reversed {
  color: #FFF!important;
  border-top: #FFF 2px solid!important;
  border-bottom: #FFF 2px solid!important;
}





.light .cta2, .light a.cta2 {
  color: #FFF!important
}



.continue:after {
  content: "\f13a";
  display: inline-block;
  margin: 0 0 0 10px;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: inherit;
  color: #333;
  font-weight: 300;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  opacity: 0.2;
}

.light .continue:after {
  color: #FFF;
  opacity: 0.4;
}


.text_mask {
  font-size: 14vw;
  line-height: 0.9em!important;
  font-weight: 800;
  word-wrap: break-word;
  text-transform: uppercase;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #222;
  background-clip: text;

  text-align: center;
  display: block;
  
  -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-attachment: fixed;
}


h3.text_mask, .h3.text_mask {
  font-size: 11vw;
}

h2#sustainability_mask {
  font-size: 7vw;
}

#the_nest_mask {
  text-shadow: 0 0 0 rgba(0,0,0,0.4); 
}

.small .text_mask {
  font-size: 7vw;
}






@-moz-document url-prefix() {
  
  .text_mask {
     background-attachment: scroll;
     text-shadow: 0 0 0 rgba(0,0,0,0.4); 
  }

  
} /* @-moz-document url-prefix() { */




html body .modula .modula-items .modula-item img.pic.lazyload, html body .modula .modula-items .modula-item img.pic.lazyloaded {
  
}


span.separator_plus {
  display: block;
  text-align: center;
  margin: 50px auto;
  font-size: 150px;
  font-weight: 100;
  background: url(images/icon_plus.png) 50% 50% / contain no-repeat transparent;
  text-transform: -9999px;
  position: relative;
  height: 50px;
}


span.separator_arrow {
  display: block;
  text-align: center;
  margin: 50px auto;
  font-size: 150px;
  font-weight: 100;
  background: url(images/icon_down_arrow.png) 50% 50% / contain no-repeat transparent;
  text-transform: -9999px;
  position: relative;
  height: 50px;
}






.entry-content ul, .entry-content ol, .comment-content ul, .comment-content ol{
  margin-top:0;
  margin-left:1%;
  margin-bottom:25px;
}



.entry-content li, .comment-content li{
  list-style:outside;
}

ul.half {
  margin: 0 0 20px 0;
}


ul.half li {
  list-style: outside;
  float: left;
  width: 45%;
  margin: 0px 2% 4px 3%;
}
  

ol li:before{content:"" !important}
#container ol, .comment-content ol{list-style:decimal inside}

.widget-container ul{
  display:block;
  margin-left:10px
}

blockquote{
  padding:30px;
  margin:40px 2%;
  background:#f6f6f6;
}


.custom-blockquote {
  color: #FFF;
  padding: 30px;
  margin: 10px 0;
}

.custom-blockquote:after {
  content: "";
  background: url('images/box_shadow.png') 50% 0 / 100% 100% no-repeat transparent;
  width: 100%;
  height: 32px;
  position: absolute;
  top: 100%;
  left: 0;
}
  
  
.centered_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}


input[type="text"], input[type="search"], input[type="phone"], input[type="number"], input[type="email"], textarea, select {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  border: 1px solid #DDD;
  border-radius: 0px;
  color: #666;
  float: none;
  font-size: 1.2em;
  padding: 0.65em 0.75em;
  position: relative;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;
  
  
  -webkit-appearance: none;
}

select {
  background-size: auto 10px;
  background-position: 100% 50%;
}


#mc_embed_signup input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.6em 1em;
}


input#mc-embedded-subscribe[type="submit"] {
    clear: none;
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0.7em 1em;
    font-weight: bold;
    letter-spacing: 0;
}


body #mc_embed_signup .button:hover {
  color: #FFF!important;
}







/* https://www.w3schools.com/howto/howto_css_custom_checkbox.asp */
 /* Customize the label (the container) */
.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;  
  box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 9px;  
  top: 4px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


/* STOP CUSTOM CHECKBOX */





    

#container input[type="text"], #container input[type="email"], #container input[type="number"], #container input[type="password"], #container input[type="tel"], #container textarea, body .caldera-grid .form-control {
    border: 1px solid #BBB;
    font-size: 18px;
    height: auto;
    padding: 0.75em 1.25em;
    width: 100%;
    box-sizing: border-box;
}

.wppb-user-forms select {
  display: block;
}

.wppb-default-contact-info-heading {
  margin-top: 50px;
}


#mc_embed_signup {
  top: -3px;
  position: relative;
  margin: 0 0 0 10px;
}

body #mc_embed_signup form {
  padding: 0;
}


body .nf-form-cont .first {
    clear: both;
    margin: 0 auto;
    float: none;
}


.clear{clear:both}
a img, input[type="image"]{border:0 none}

img, video, table, select{
  max-width:100%; 
  height: auto;
}

video { width: 100% !important; height: auto !important; }


table{width:100%}


.cta, button, input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}





.left_half {
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
  box-sizing: border-box;
}


.right_half {
  width: 49%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}


.one_third {
  max-width: 33%;
}

.two_thirds {
  max-width: 66%;
}



#container, #breadcrumbs, #twitter-feed{box-shadow:none}

#wrapper{
  margin: 0 auto;
  overflow-x: hidden;
}

.container{
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 15px;
  box-sizing: border-box;
}


.vc_container{
  margin: 0 auto!important;
  max-width: 1160px;
  padding: 0;

}


.header.has_thumbnail {
  background: #f6f5f3;
}

.header.no_thumbnail {
  padding: 100px 0 30px;
}

body.home .header.no_thumbnail {
  padding: 0;
}

.header.has_thumbnail .container {

}


.header.has_thumbnail .container:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}








#header_content {
  position: relative;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  padding: 200px 50px 180px;
  clear: both;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: 400;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);

  background: #444;
  background-position: 50% 50%;    
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-template-template_home #header_content {
  display: none;

/*
    margin: -50px auto 0;
    text-align: left;
    width: 1000px;
    max-width: 90%;
    line-height: 1.3em;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
*/
}



#header_content p {
  margin-bottom: 10px;
}


#header_content a {
  color: #CCC;
}



.page_header {
    position: relative;
    margin: 0 0 0.25em;
    color: #FFF;
    padding: 0;
}

.entry-content .page_header {
  display: none;
}


body.home .page_header {
  display: none;
}


.page_header h1 {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 1em;
  letter-spacing: 0.03em;

}



h2.custom_heading {
  position: relative;
  font-size: 40px;
  color: #333;
  padding: 0;
  font-weight: 600;
}


#header {
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  max-width: 100%;  
  padding: 0;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.7+0,0+100 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  
/*
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
*/

}

#header.is-stuck {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+0,0.66+49,0+100 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.66) 49%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#header::before {
/*
  content: '';
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%; 
  background: rgba(0,0,0,0.5); 
*/
}


body.home #header::before {

}



#header_sticky_container.sticky-container {
  clear: both;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%; 
  left: 0;
}

body.logged-in #header_sticky_container.sticky-container {
  top: 32px;
}





#upper_header {
  background: rgba(0,0,0,0);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+52,0+100 */
  /* background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 52%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ */


  -webkit-transition: background .6s ease;
  -moz-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;

/*   position: fixed;	 */
  width: 100%;
  
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}


#header.is-stuck {
  
}




#menu_wrapper {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
}


#header_bar {
  text-align: right;
}



#branding{
  margin: 15px 0 15px 50px;
  float: left;
  max-width: 100%;
  position: relative;
  z-index: 30;
  width: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.is-stuck #branding {
  width: 120px;
}

#site-title img {
  max-width: 100%;
  height: auto;
}

#site-title-small {
  float: left;
  display: none;
  margin: 8px 0 8px 50px;
  height: 60px;
  width: auto;
  position: absolute;
}

#site-title a, #site-title h1 a, #site-title h1{font-size:40px;font-weight:bold;color:#666;text-shadow:0 1px 0 #fff;padding:0;margin:0}
#site-title a:hover, #site-title h1 a:hover{text-decoration:none}



.header_tagline {
  float: left;
  clear: none;
  margin: 35px 0 0 36px;
  color: #FFF;
  font-weight: 200;
}





#header_right {
    float: right;
    padding: 0;
    margin: 0 0 40px;
    
    display: none;
}


#header_right a {
    outline: none;
    color: #50732a;
    text-transform: uppercase;
    border-left: #999 1px solid;
    padding: 0.5em 0 0.4em 1em;
    margin: 0 0 0 0.9em;
    font-size: 1.3em;
    display: inline-block;
}

#header_right a:first-child {
  border-left: none;
}




#header_right .secure_btn {
  font-size: 0.9em;  
  padding: 0.4em 1em 0.35em 1em;
}

#header_right .secure_btn img {
  width: auto;
  height: 1em;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
}


#header_right .map_link {
  margin: 0 20px;
}

#header_right .map_link img {
  width: auto;
  height: 1em;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
}






/**
 * Rotator
 * -----------------------------------------------------------------------------
 */
 
 




#homepage_slider_wrapper {
  
}

#homepage_slider {
  max-height: 575px;
  background: url('images/header_bg_default.jpg') 50% 0 / cover no-repeat transparent;
}


.owl-carousel .owl-stage-outer {
  z-index: 1;
}

#homepage_slider .owl-item .item {
  padding: 30px 30px;
  vertical-align: middle;
  width: 100%;
  height: 575px;
  background: 50% 50% / cover no-repeat transparent;
  box-sizing: border-box;
}

#homepage_slider .owl-item .item h2 {
  font-size: 46px;
  font-weight: 300;
}

.slide_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    text-indent: -9999px;
}

#homepage_slider .owl-item .item .container {
  z-index: 2;
  height: 100%;
}


#homepage_slider .vc_row-o-full-height {
  min-height: 100%!important; 
}

.slide_content_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
}

.slide_content_wrapper {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.75);
  z-index: 1;
}

.slide_content_wrapper a.cta {
  border-color: #FFF!important;
  color: #FFF!important;
}

.slide_content_wrapper a.cta:hover {
  opacity: 0.75;
}


.slide_content_wrapper.video_slide {
  background: none;
  height: 100%;
  padding: 0;
}


.owl-carousel .owl-video-frame {
  height: 100%!important;
}


.owl-carousel .owl-video-frame iframe {
  max-height: 100%;
}

.item .cover {

}

img.slide_bg_img {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50%;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: auto;
}

body .owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-controls {
  position: absolute;
  top: 45%;
  width: 100%;
}







/* owl.theme.css */


.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color:transparent;
  
}
.owl-nav [class*=owl-] {
  color:#fff;
  font-size:14px;
  margin:5px;
  padding:4px 7px;
  background:#d6d6d6;
  display:inline-block;
  cursor:pointer;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px
}
.owl-nav [class*=owl-]:hover {
  text-decoration:none;
  opacity: 0.6;
}

.owl-nav.disabled {
  display: none;
}


.owl-nav {
  top: 42%;
  width: 100%;
  position: absolute;
}



.owl-nav .owl-prev {
  float: left;
  margin-left: 20px;
  background: transparent url("images/arrow_left.png") no-repeat scroll 50% 50%;
  text-indent: -9999px;
  width: 40px;
  height: 85px;
  z-index: 1;
}

.owl-nav .owl-next {
  float: right;
  margin-right: 20px;
  background: transparent url("images/arrow_right.png") no-repeat scroll 50% 50%;
  text-indent: -9999px;
  width: 40px;
  height: 85px;
  z-index: 1;
}


.owl-dots {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  margin: 20px auto;
}

.owl-dots.disabled {
  display: none;
}

.client_story_slider_wrap .owl-dots {
  bottom: -25px;
}


body .owl-carousel .owl-video-play-icon {
  background: url('images/play.png') 50% 50% no-repeat transparent; 
}


.owl-carousel .owl-item {
  overflow: hidden;
}



.owl-dots .owl-dot {
  display:inline-block;
  cursor: pointer;
  zoom:1;
  *display:inline
}



.owl-dots .owl-dot span {
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#b5b7b4;
  display:block;
  -webkit-backface-visibility:visible;
  -webkit-transition:all 200ms ease;
  -moz-transition:all 200ms ease;
  -ms-transition:all 200ms ease;
  transition:all 200ms ease;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  width: 14px;
  height: 14px;
  margin-top: 5px;
  margin-bottom: 3px;
}





#featured_content {
  padding: 0 30px;
  color: #FFF;
}




.service_box .wpb_wrapper {
  position: initial; 
}


.service_box a {
  text-align: left; 
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%; 
  height: 100%; 
}



/* Feautred Boxes / Homepage Widget */
  
#sidebar .widget-area li.mfc_widget.widget-container {
  padding: 0;
  margin: 0;
}
  

.featured_box {
  color: #FFF;
  text-align: left;
  padding: 30px 0;
  box-sizing: border-box;
  background: #333;
  vertical-align: top;
}

.box_link, .box_link:hover {
  color: #FFF;
}



.business_sidebar .featured_box {
  background-color: #092e6e;
}



.homepage_widget.featured_box {
  width: 49%;
  text-align: center;
  margin: 0 2% 40px 0;
  float: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.75);
  background-repeat: no-repeat;
  min-height: 360px;
  background-position: 50% 50%;
  background-size: cover;
}

.homepage_widget.featured_box:nth-child(2n+1) {
  clear: left; 
}

.homepage_widget.featured_box:nth-child(2n) {
  margin-right: 0;
}

.homepage_callout .centered_content {
  padding: 0 40px;
}


.homepage_widget.featured_box .widget_content p {
  font-size: 22px;
  margin-bottom: 20px;
}


.featured_widget_title {
  display: block;
  line-height: 0.9em;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
}



.featured_box .widget_content {
  clear: both; 
}

.featured_box .widget_content p {
  margin-bottom: 0;
}





.callout {
  background: #639820;
  box-shadow:  inset 0 0 16px rgba(0,0,0,0.6); 
  -webkit-box-shadow:  inset 0 0 16px rgba(0,0,0,0.6); 
  padding-top: 60px;
  padding-bottom: 60px;
  color: #FFF;
}






#homepage_callouts {

}


.callout_boxes {
    margin: -50px 0 20px;
    text-align: center;
    z-index: 200;
}

.callout_box_wrapper {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 15px 0;
}


.callout_box_wrapper:nth-child(3n+1) {
  clear: left; 
}

.callout_box_wrapper:nth-child(3n) {
  margin-right: 0;
}


.callout_box {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    color: #FFF;
    text-align: center;
    padding-bottom: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 20px;
}


.callout_box .button_wrapper {

}

.callout_box .button_wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}








#searchform input[type="text"], #searchform input[type="search"] {
  margin: 5px 0 20px 0;
  font-size: 21px!important;
}




.section_title {
  padding: 0 0 8px 0;
  margin: 0px 0 12px 0;
  position: relative;
  color: #696969;

  text-align: center;
}

.section_title span {
  background: #FFF;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1;
}


.callout_section .section_title span {
  background: #f0f0f0;
}


.section_sub_heading {
  margin-bottom: 30px;
}



.content-details {
  display: none;
}

.content-title {
  width: 46%;
  float: left;
}





#featured_news, #upcoming_events {
   box-sizing: border-box;
}



.featured_news_post {
  border-bottom: #DDD 2px dotted;
  padding: 0 0 50px;
  margin-bottom: 50px;
}

.read_more, .share_btn {
  border: #AAA 2.5px solid;
  border-radius: 100px;
  font-weight: 600;
  padding: 0.75em 2em;
  font-size: 15px;
  color: #999;
  line-height: 1em;
  display: inline-block;
}

.share_btn {
  text-indent: -9999px;
  text-align: left;
  background: url('images/icon-share.svg') 45% 50% / auto 50% no-repeat transparent;
  padding: 0.75em 1.3em;
}






.news_feed .news_item {
  margin: 0 0 25px 0;
  padding: 0;
  border-bottom: #aaaaaa 1px solid;
}




.event_icon {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
}





.post_title {
margin-bottom: 8px;
line-height: 1em;
padding-bottom: 0;
font-weight: 600;
}

.news_item .post_title {
  border-bottom: none;
}


.post_title a {
  color: #444;
}


.post_img {
  margin-bottom: 10px;
  float: left;
  width: 24%;
}



.post_img {
  margin-bottom: 10px;
  min-height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #222;
  width: 100%;
  display: block;
}

.post_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

body.single .post_img {
  margin: 0 15px 10px 0;

/*   max-width: 50%; */
  width: auto;
}

.post_img img, .post_img iframe {
  border: #FFF 1px solid; 
}





body.single .post_img {
  margin: 0 15px 10px 0;
  width: auto;
}

.post_img img, .post_img iframe {
  border: #FFF 1px solid; 
}

.post_content {
  float: left;
}


.video_thumb {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video_thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.footer_link {
    border-bottom: 1px solid #fff;
    color: #b2c9d9 !important;
    display: block;
    font-size: 1.2em;
    font-weight: 800;
    margin: 0 0 3px;
    padding: 0 1px 5px 0;
}

a.footer_link:hover {
  color: #FFF!important;
}

.footer_logo {
  height: auto;
  width: 260px;
  margin: 0 auto 10px;
  display: block;
}


#footer_bg {
  background: url('images/bg_shield.png') 50% 102% no-repeat #6a92a9;
  width: 600px;
  height: 200px;
  position: absolute;
  top: -30px;
  left: 0;
  margin-left: -244px;
  z-index: 0;
}

#footer .left_half {
  z-index: 1;
  width: 45%;
}


#footer .right_half {
  z-index: 1;
  float: right;
  width: 45%;
}

.footer_callouts {
  padding: 0 40px;
}



#footer_callout {
  background: url('images/bg_grass.jpg') 50% 50% / cover no-repeat #092704;
  padding: 180px 20px 150px;
  color: #FFF;
}

#footer_callout label {
  color: #f1f1f1!important;
}



#footer_callout iframe {
  width: 100%;
  min-height: 300px;
  margin: 0;
  display: block;
}


.instagram-gallery-modal {
  top: 40px;
}

.instagram-gallery__actions {
  margin: 0 auto; 
}


.instagram_feed {
  /* display: none;  */
  
  padding: 5px;
  background: #FFF;
  margin: 150px auto -36px;
  width: 92rem;
  max-width: 100%;
  z-index: 2;
  min-height: 225px;
  border-radius: 4px;
}

body.logged-in .instagram_feed {
  /* display: block; */
}


.instagram_logo {
    width: 260px;
    height: 260px;
    position: absolute;
    top: -125px;
    left: 110px;
    background: url(images/logo-instagram.png) 0 0 / contain no-repeat transparent;
    z-index: -1;
}





.featured_img {
  height: 400px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  background: url('images/header_bg_default.jpg') 0 50% / cover no-repeat transparent;

}



.featured_img_wrap {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  box-shadow: inset 0 -3px 8px rgba(0,0,0,0.3);
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;

}



.featured_img img {
  display: block;
  vertical-align: middle;
  margin: auto;
  width: 100%;
  height: auto;
  display: block;
  top:-50%; bottom:-50%;
}



.shorty_bird_wrapper {
  right: 100px;
  top: 600px !important;
  left: auto;
  width: 250px !important;
}


.shorty_bird {
  position: relative;
  display: block;
}



#page_content {
  padding-top: 30px;
  box-sizing: border-box;
  clear: both;
  padding-bottom: 30px;
}


body.elementor-page #page_content {
  padding-top: 0;
  padding-bottom: 0;
}


#sidebar {
  margin-bottom: 50px;
  box-sizing: border-box;
}


#sidebar a {
}

#sidebar .widget-area li.widget-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#container li.widget_recent_entries li {
  margin-bottom: 20px;
  line-height: 1.2em;
}


.post-date {
font-size: 0.8em;
display: block;
clear: both;
color: #999;
margin: 1px 0 0 0;
}




.page_subnav {
  background: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.2)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.2));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.2));
  background-image: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.2));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.2));


  padding: 25px 50px;
  margin: 0;
  text-align: center;
}

#container .page_subnav li {
  margin: 0;
  display: inline-block;
}

.page_subnav a {
  color: #FFF;
  padding: 5px 10px;
  display: block;
}


.page_subnav a:hover, .page_subnav li.current_page_item a {
  color: #999;
}






.menu_title {
  font-size: 30px;
  border-bottom: #48526c 1px solid;
  padding: 0 0 12px 0;
  color: #FFF;
  font-weight: 300;
  margin: 0;
}


#sidebar .page_subnav ul.sub-menu {
  margin: 0 0 0 15px;
  font-size: 0.9em;
  display: block;
}


.page_subnav li.menu-item-has-children a::after {
  display: none;}






.hole_nav {
  text-align: center;
}

.hole_nav span {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background: #b88c4d;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  margin: 0 1px 8px;
  border-radius: 100px;
  transition: 0.3s;
}

.hole_nav span:hover {
  cursor: pointer; 
  background: #333;
}






/* WooCommerce cart styles */

#cart_header {
  z-index: 11111;
  display: inline-block;
  vertical-align: middle;
  background: #b88c4d;
  border-radius: 100px;
  color: #FFF;
  transition: 0.5s;
  margin-left: 8px;

  animation: pulse-animation 2s infinite;
}

#cart_header:hover {
  cursor: pointer;
  background: #333;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}



.cart_link {
  position: relative;
  display: block;
  color: #FFF;
  width: 60px;
  height: 40px;
  background: url('images/icon_cart.svg') 10px 50% / 30px auto no-repeat transparent;
  text-decoration: none;
  float: right;
  margin: 0 0 0 6px;
  padding: 12px 10px 0;
  z-index: 1111;
}

.cart_link:hover {
  color: #DDD;
}

.cart_qty {
    position: absolute;
    top: 0px;
    left: 15px;
    font-weight: bold;
    width: 23px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.06em;
}



.shop_item_name {
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
}

.shop_item_name::before {
  content: '';
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1.0em;
  display: block;
  margin: 0 auto 15px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin-bottom: 0 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 -5px !important;
}

.added_to_cart {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
  display: block;
  margin: 10px 0 0 10px;
}


body .woocommerce ul.product_list_widget li img {
  float: left;
  margin: 0 2% 0 0;
  width: 28%;
}


body .woocommerce ul.product_list_widget li .product-title {
  width: 68%;
  margin-top: 4px;
  display: inline-block;
}











.job_listing {
  border-bottom: #CCC 1px solid;
  padding: 20px 0 30px;
  margin-bottom: 20px;
}



/* GOOGLE BADGE */


#google_badge {
  display: block;
  width: 400px;
  margin: 0 0 30px;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4em;
}

.location_image {
  max-width: 150px;
  height: auto;
  margin: 5px 15px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

.location_details {
  display: inline-block;
  margin: 0 0 10px 0;
  vertical-align: top;
}

.location_name {
  font-weight: bold;
}


.location_street_address {
  display: block;
}

.location_country {
  display: none;
}

.location_phone {
  display: block;
}

.rating_stars {
  width: 150px;
  height: 25px;
  margin: 10px 0;
  background: url('includes/google_badge/star-ratings.png') 50% 0 / 100% auto no-repeat transparent;
}

.rating_stars.stars_5 {
  background-position: 50% -3px;
}

.rating_stars.stars_4 {
  background-position: 50% -45px;
}

.rating_stars.stars_3 {
  background-position: 50% -87px;
}

.rating_stars.stars_2 {
  background-position: 50% -129px;
}

.rating_stars.stars_1 {
  background-position: 50% -171px;
}

.rating_stars.stars_0 {
  background-position: 50% -213px;
}












input.form_submit {
  margin-top: 20px;
  float: right;
}

#footer_email_signup input.form_submit {
  float: none;
}




#footer {
    padding: 100px 20px;
    clear: both;
    background: #FFF;
    z-index: 1;
    box-sizing: border-box;
    text-align: center;
}


#lower_footer {
  background: #e5e5e5;
  text-align: center;
  color: #8f8f8f;
  padding: 60px 20px;
  font-size: 0.9em;
}

#lower_footer a {
  color: #8F8F8F;
}
  

#footer_left {

}

#footer_right {
  text-align: right;
}

#footer-widget {
    display: block;
    margin: 15px 0 0;
    padding: 0;
    clear: both;
    float: left;
}

#footer-widget img {
  margin-right: 15px;
}

#footer h4.site_name {
  margin-bottom: 5px;
  font-weight: 600;
}



.footer_widget {
  align-content: center;
}

.footer_widget h5 {
  font-weight: 100;
  letter-spacing: 0.05em;
}


#footer .right_half {
  text-align: right;
}





#social{float:right}
#social a img{width:32px;height:32px;margin:0 0 10px 10px;opacity:0.7;float:right}
#social a img:hover{opacity:1}









/* MENU STYLES */




#menu {
  position: relative;
  text-align: right;
  margin: 15px 0;
  z-index: 10;
  padding: 0;
  float: right;
  clear: right;
}


#primary-nav {
  display: inline-block;
  vertical-align: middle;
}



.nav-menu {
  display: inline-block;
}


#menu ul.menu{
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;

}

#menu .parent > a, #menu .parent > a:hover{background-image:url(images/arrow.png);background-position:right;background-repeat:no-repeat}
#menu ul ul .parent > a, #menu ul ul .parent:hover > a:hover, #menu ul ul li:hover ul .parent > a, #menu ul ul li:hover ul .parent > a:hover{background-image:url(images/arrow-right.png);background-position:right;background-repeat:no-repeat}

#menu a.cta {
  display: inline-block;
  padding: 0.5em 1em;

}

#menu ul li a {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin: 0px;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 500;
  margin: 0 0 0 18px;
  text-transform: uppercase;
  color: #FFF;
}



#menu ul ul li {
  display: block;
  float: none;
}


#menu ul ul li a {
  padding: 5px 0;
  display: block;
  float: none;
}



#menu ul.menu li a{}

#menu ul li a:hover{
  color:#CCC;
  text-decoration:none;
}

#menu .current-menu-item a, #menu .current_page_item a {
    color: #CCC;
    text-shadow: none;
}

#menu ul.sub-menu .current-menu-item a, #menu ul.sub-menu .current_page_item a {
    background: #89B53E none repeat scroll 0 0!important;
    color: #2596cf!important;
    text-shadow: none;
}

#menu ul.sub-menu .current-menu-item a, #menu ul.sub-menu .current_page_item a {
  background: #FFF !important;  
  color: #999 !important;
}

#menu .current-menu-item .sub-menu a, #menu .current_page_item .children a{
  /* text-align: left; */
}

#menu ul > li:first-child a:hover{border-radius:0}


#menu .sub-menu li {
  border-right: none;
  float: none;
  border-bottom: #FFF 1px solid;
}

#menu .sub-menu li a, #menu .children li a {
  line-height: 1em !important;
  padding: 0.85em 1em !important;
  border-radius: 0px !important;
  background: #333;
  color: #FFF;
  font-size: 14px;
  text-transform: none;
  margin: 0;
}



#menu li .sub-menu{
  margin: 0;
  text-align: left;
}

#primary-nav ul {
  display: flex;
  float: left;
  align-items: center;
}


#menu ul li {
  position:relative; 
  float: left;
}

#menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0;
    border-top: 1px solid #DDD;
    width: 200px;
}

#menu li.edge ul.sub-menu {
  left: auto;
  right: 0;
}

li.menu-item-has-children a::after {
  content: "+";
  font-size: 12px;
  margin: 0px 0 0 5px;
  display: inline-block;
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

li.menu-item-has-children li a::after {
  content: "";
  margin: 0;
}








/* UPDATED DROPDOWN STYLES  */

.sub-menu .menu-item {
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
}
.sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.4s;
  animation-delay: 0.3s;
}
.sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.4s;
  animation-delay: 0.4s;
}
.sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.4s;
  animation-delay: 0.5s;
}
.sub-menu .menu-item:nth-child(7) {
  animation-duration: 0.4s;
  animation-delay: 0.6s;
}
.sub-menu .menu-item:nth-child(8) {
  animation-duration: 0.4s;
  animation-delay: 0.7s;
}
.sub-menu .menu-item:nth-child(9) {
  animation-duration: 0.4s;
  animation-delay: 0.8s;
}
.sub-menu .menu-item:nth-child(10) {
  animation-duration: 0.4s;
  animation-delay: 0.9s;
}
.sub-menu .menu-item:nth-child(11) {
  animation-duration: 0.4s;
  animation-delay: 0.10s;
}
.sub-menu .menu-item:nth-child(12) {
  animation-duration: 0.4s;
  animation-delay: 0.11s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.12s;
}

.sub-menu .menu-item:hover {
}
.sub-menu .menu-item a {
  padding: 0 0.75rem;
}

@media screen and (max-width: 600px) {
  .menu {
    position: relative;
  }
  .menu:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 30px;
    height: 4px;
    background: #FFF;
    box-shadow: 0 10px #FFF, 0 -10px #FFF;
  }
  .menu > ol {
    display: none;
    background: #F67280;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    animation: fade 0.2s ease-out;
  }
  .menu > ol > .menu-item {
    flex: 0;
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
  }
  .menu > ol > .menu-item:nth-child(1) {
    animation-delay: 0s;
  }
  .menu > ol > .menu-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .menu > ol > .menu-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .menu > ol > .menu-item:nth-child(4) {
    animation-delay: 0.3s;
  }
  .menu > ol > .menu-item:nth-child(5) {
    animation-delay: 0.4s;
  }
  .menu > ol > .menu-item + .menu-item {
    margin-top: 0.75rem;
  }
  .menu > ol > .menu-item:after {
    left: auto;
    right: 1rem;
    bottom: calc(50% - 2px);
  }
  .menu > ol > .menu-item:hover {
    z-index: 1;
  }
  .menu:hover > ol {
    display: flex;
  }
  .menu:hover:after {
    box-shadow: none;
  }
}

.sub-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
}
.menu-item:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 600px) {
  .sub-menu {
    width: 100vw;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.7) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}















#home_hero::after, #header_content::after {
  content: '';
  background: url('images/hero_overlay.png') 0 0 / 100% 100% no-repeat transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 150px;
}


#footer .menu {
  display: block;
}




#footer .siteby {
  font-size: 0.75em;
  color: #7f7f7f;
}











#menu li.cta a:hover, body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item a:hover {
  background: none;
}



#menu ul ul.sub-menu li:hover ul, #menu ul ul.sub-menu ul li:hover ul{
  left:0;
  margin:-34px 0 11px 179px;
}

#menu ul li:hover ul{display:inline-block}

#menu ul ul.sub-menu, 
#menu ul li:hover ul ul.sub-menu, 
#menu ul ul.sub-menu li:hover ul ul { 
  display:none;
}

#menu ul li:hover ul.sub-menu, 
#menu ul ul.sub-menu li:hover ul, 
#menu ul ul.sub-menu ul li:hover ul {
  display:block;z-index:2147483647
}

/*
#menu ul li:hover ul li a, #menu ul ul li:hover ul li a, #menu ul ul ul li:hover ul li a{font-size:18px;line-height:30px;width:170px;padding:0 14px;
  margin:-1px 0 0;opacity:0.95;
}
*/
#menu ul li:hover ul li a{}
#menu ul ul li:hover ul li a{}
#menu ul ul ul li:hover ul li a{}

#menu ul li:hover ul.sub-menu li a:hover, 
#menu ul ul.sub-menu li:hover ul li a:hover,
#menu ul ul.sub-menu ul li:hover ul li a:hover{
  background: #666;
  color: #FFF;
  opacity:1;
}

#menu .toggle{
  display:none;
  text-align:right;
  line-height:37px;
}





.post_navigation {
  border-top: #DDD 1px solid;
  padding-top: 30px;
  margin-top: 30px;
  line-height: 1em;
}


.post_navigation .left_half {
  padding-right: 25px;
  box-sizing: border-box;
}
  

.post_navigation .right_half {
  padding-left: 25px;
  box-sizing: border-box;
  text-align: right;
}





/* BREADCRUMB STYLES */


#crumbs {
  z-index: 8;
}


#breadcrumbs {
    font-size: 18px;
    color: #FFF;
    padding: 6px 0 5px;
    margin: 0 0 0 0;
    
    display: none;
}

body.single-tribe_events #breadcrumbs {
  display: none;
}

#breadcrumbs .container {
  padding: 0 15px;
  box-sizing: border-box;
}

#breadcrumbs .container #crumbs {
  border-bottom: #c7c7c7 2px solid;
}

#breadcrumbs ul, #breadcrumbs li{display:inline}

#breadcrumbs a {

}







#share{margin:2% 0 1.5%}
#share .fb-like{float:left}
#share .twitter-share-button{margin-left:30px;float:left}
#share .g-plusone{float:left}




.entry-content{
  margin: 0 auto;
  clear: both;
}


.entry-content img {
  border: none;
}

.news_feed .entry-meta, .news_feed .entry-footer, .comment-meta {
  border: none;
}

.news_feed .entry-meta .entry-date, .news_feed .entry-footer .entry-category {
  display: inline-block;
  margin-right: 10px;
}


.news_feed .entry-meta a, .news_feed .entry-footer a, .comment-meta a {
  color: #9dceea;
}



.entry-meta {
  font-size: 0.85em;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}



.entry-meta .entry-date {
  display: block;
  color: #999;
}
  
.entry-footer {
    display: block;
    clear: both;
    margin-top: 20px;
    font-size: 0.85em;
    border-top: #FFF 1px solid;
    padding: 10px 0 0;
}

.entry-footer .social-links a {
  font-size: 20px;
  margin: 0 6px 0 0;
}






.widget-title {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1em;
  padding: 0 0 10px 0;
  display: block;
  font-weight: 300;
  position: relative;
}

.widget-title span.text {
  padding-right: 15px;
  position: relative;
  z-index: 1;
}



#container .rpwwt-widget ul li {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: #CCC 1px solid;
}

#container .rpwwt-widget ul li:last-of-type {
  border-bottom: none;
}


#respond h3{clear:left}





#contact .container {
  padding: 75px 0 50px;
  border-top: #EEE 1px solid;
}



#footer .menu {
  margin-bottom: 20px;
}

#footer .menu a{
  color: #666;
  padding: 0;
  margin: 0 auto 1em;
}

#copyright {
  line-height: 1.4em;
  display: block;
}

#copyright a {
}


#contact_info {
    line-height: 1.2em;
    clear: both;
    float: left;
    margin: 20px 0 0 0;
}

.site-name-footer {
  display: block; 
}

#footer .contact_info {
}



.street_address {
  display: block;
  margin: 0 0 18px 0;
}

#footer .main_phone, #footer .fax_number {
  display: block;
/*
  margin: 0 4px 0 0;
  border-right: #999 1px solid;
  padding: 0 8px 0 0;
*/
}

#header .main_phone {
    float: right;
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

#header .main_phone a {

}


.contact_email {
  display: inline-block;
}


#menu #searchform{margin:7px 7px 0 0;float:right}

#wrapper #s{
  width: 100%;
  box-sizing: border-box;
}

#wrapper #menu #s{color:#888;border:none;border-radius:0;box-shadow:1px 1px 1px #000 inset;}

#s:focus{background:#fff}

#wrapper #menu #s:focus{color:#eee;background:#999}

#searchsubmit{}

#menu #searchsubmit{display:none}
#container #searchsubmit{
  padding:8px 20px;
  border-radius:0;
  margin: 0 0 0 8px;
}
.error404 #content #searchform, .search #content #searchform{margin-top:15px;}

.post{padding-bottom:30px;border-bottom:1px solid #777;margin-bottom:30px}



#search_form_footer {
  margin: 0 0 30px 0;
}



body .caldera-grid label {
  font-weight: normal;
  font-size: 0.85em;
}

.caldera-grid .row {
  margin-bottom: 25px;
}













#search_form {
  display: none;
  right: 26px;
  top: 100%;
  width: auto;
  position: absolute;
  background: rgba(255,255,255,0.9);
  padding: 15px;
  z-index: 100;
  border-radius: 3px;
}

.search_btn {
  display: inline-block;
  position: relative;
  height: auto;
  margin: 0;
  vertical-align: middle;
}


input[type="search"]#s {
  width: 250px;
  display: inline-block;
}

input[type="submit"].search-submit {
  font-size: 16px;
  display: block;
  float: right;

/*
  display: inline-block;
  text-align: center;
  margin: 10px 0 0 5px;
  vertical-align: top;
  padding: 4px 15px;
  font-size: 16px;
  text-transform: none;
  float: right;
*/
}


input[type="submit"].search-submit:hover {

}


.search-form {
  max-width: 500px;
  margin: 0 auto 30px;
}



#header .search-form {
  min-width: 300px;
}


.search-form input[type="search"], #searchform input[type="text"], #searchform input[type="search"] {
/*
  background: none;
  border-bottom: 1px solid #FFF;
  border-radius: 0px;
  color: #FFF;
  float: none;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 10px;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: #FFF 1px solid;
  letter-spacing: 0.03em;
  box-sizing: border-box;
*/
}


input#s {
  
}


#search_form input.search-submit[type="submit"] {
  border: #224666 1px solid !important;
  color: #224666 !important;
}

#search_form .search-form input[type="search"] {
  border-bottom: 1px solid #224666;
  color: #224666;
}

#search_form input.search-submit[type="submit"]:hover {
  color: #FFF!important;
}





.entry-content #search_form .search-form input[type="search"] {
  border-bottom: 1px solid #333;
  color: #333;
}









.more_posts {
  clear: both;
  box-sizing: border-box;
  margin: 30px auto;
  display: block;
  text-align: center;
}


.more-link {
  font-weight: 600;
}



.entry-title {
  margin-bottom: 0.25em;
  position: relative;
  z-index: 1;
  line-height: 0.9em;
}    

.post_thumbnail {
  border: none;
  float: left;
  margin: 0 12px 10px 0;
}

.has_thumbnail .entry-title {
/*
  color: #666;
  top: 45%;
  margin-bottom: 15px;
  position: absolute;
  text-shadow: 0px 0px 5px rgba(255,255,255, 0.5);
  font-size: 48px;
  text-transform: uppercase;
*/
}    

.has_thumbnail.dark .entry-title, 
body.page-id-2 .has_thumbnail .entry-title, 
body.page-id-23 .has_thumbnail .entry-title {
  color: #1B2277;
}








/* EVENT STYLES */


.event_item {
  margin: 0 0 20px 0;
  border-bottom: #aaa 1px solid;
  padding-bottom: 15px;
}


.event-date {
  float: left;
  display: block;
  text-align: center;
  margin: 0 2% 0 0;
  min-width: 10%;
  
  background-color: #DDD;

  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));
}

.event_month {
  background: #4a413a;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  color: #FFF;
  display: block;
  line-height: 1em;
}

.event_date {
  font-weight: 600;
  font-size: 34px;
  display: block;
  padding: 14px 15px 4px;
}

.event_day {
  padding-bottom: 3px;
  display: block;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
}

.event_info {
  width: 86%;

  float: left; 
}



.event-meta .entry-category {
  display: block;
  margin-bottom: 6px;
}


.event-meta .entry-date, 
.event-meta .entry-location {
  display: block;
  font-size: 18px;
  padding-left: 0;
  margin: 0 0 6px 0;
  line-height: 1.1em;
}


.event-meta .entry-date {
/*   background: url('images/icon_calendar.png') 0 0 no-repeat transparent;  */
}

.event-meta .entry-location {
/*   background: url('images/icon_map.png') 0 0 no-repeat transparent;  */
}




body .tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  width: 100%;
}

body .tribe-events-othermonth .tribe-events-month-event-title, .tribe-events-othermonth div[id*="tribe-events-daynum-"] {
  opacity: 1;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map {
    box-sizing: border-box;
}


#upcoming_events.footer_event_feed {
  margin: 0 40px 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.footer_event_feed .event_item {
  margin: 0 3.333% 20px 0;
  border-bottom: #aaa 1px solid;
  padding-bottom: 15px;
  width: 30.333%;
  float: left;
}

.footer_event_feed .event_item:nth-child(3n) {
  margin-right: 0;
}

.footer_event_feed .event_item:nth-child(3n+1) {
  clear:both;
}

.footer_event_feed .event_info {
    max-width: 80%;
}

.eventForm .tribe-datetime-block .tribe-field-end_date, .eventForm .tribe-datetime-block .tribe-field-end_time, .eventForm .tribe-datetime-block .tribe-field-start_date, .eventForm .tribe-datetime-block .tribe-field-start_time {
    height: auto!important;
}


body .tribe-community-event-details td {
    padding: 8px 32px 8px 32px;
}







/* COLORBOX STYLES */


#cboxLoadedContent {
  padding: 5px 10px;
}


body #cboxWrapper {
  overflow: visible;
}

#cboxContent {

}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible!important;
}

#cboxOverlay {

}

body #cboxClose {
  top: -25px;
  right: -22px;
  background: url('images/btn_close.png') 50% 50% / contain no-repeat transparent;
  width: 40px;
  height: 40px;
  bottom: auto;
}

body #cboxClose:hover {
  background: url('images/btn_close.png') 50% 50% / contain no-repeat transparent;
}


body #cboxContent {
  background: #FFF;
}


body #cboxLoadedContent {
    background: #fff none repeat scroll 0 0;
    padding: 3%;
     box-shadow: 0px 2px 10px rgba(0,0,0,0.6);
    width: 94%!important;
}


#colorbox, #cboxContent, #cboxLoadedContent {
  outline: none;
}

body #cboxTitle {
    display: none!important;
    position: absolute;
    top: -29px;
    left: 0;
    font-size: 16px;
    color: #666;
}
    









/* SOCIAL STYLES */
    

.social_links {
  display: inline-block;
  margin: 5px 30px 0 20px;
}

#footer .social_links {
  margin: 0 0 10px 0;
  display: block;
}

.social_links a {
    font-size: 24px;
    color: #b88c4e;
    margin: 0 0 0 10px;
}

.social_links a:hover {
  color: #333;
}

#footer .social_links a {

}

#footer .social_links a:hover {
}


.social_icon {
  font-size: 25px;
}

#footer .social_icon {
  font-size: 25px;  
  margin: 12px 6px 0;
  display: inline-block;
}


body .wp-block-social-links .wp-social-link svg {
  height: 28px;
  width: 32px;
  fill: #af8343;
}

#footer .wp-block-social-links a {
  color: #af8343;
}




.share-modal {
  padding: 15px;
  text-align: center;
}

.share-modal h5 {
  margin-bottom: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.share-modal a {
  font-size: 30px;
  margin: 0 15px 20px;
}





/* TESTIMONIALS STYLES */


.testimonial_slider_wrapper {

}

.testimonial_item {
  text-align: left;
  padding: 20px 20px 15px 20px;
  background: #FFF;
  border-radius: 8px;
}


.testimonial_title {
  font-size: 1.4em;
}

.testimonial_attribution {
  font-size: 1em;
  color: #666;
  font-weight: bold;
  background: #FBFBFB;
  margin-left: -20px;
  padding: 15px 40px 15px 30px;
  display: inline-block;
  margin-bottom: -20px;
  border-top-right-radius: 10px;
  position: relative;
  box-shadow: inset -2px 3px 4px rgba(0,0,0,0.05);
}

.testimonial_stars {
  width: 110px !important;
  margin: 0 0 10px 0;
  display: block;
}







/* TEAM STYLES */


.team_wrapper {
  margin-bottom: 20px;
}


.team_member_img {
  margin: 0 auto 10px;
  max-width: 250px;
}

#cboxLoadedContent .team_member_img {
  max-width: 100%;
}

.team_wrapper .view_bio {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  text-shadow: 0,0,5px, rgba(0,0,0,0.4);
}

.team_wrapper:hover .view_bio {
  opacity: 1;
}

.team_title {
  display: block;
}

.team_name {
  font-size: 1em;
  letter-spacing: 0;
}

.team_name a {
  color: #444;
}

.team_card .team_name {
  font-size: 1.3em;
  margin-bottom: 3px;
}

.view_profile {
  font-weight: bold;
}

.team_card .view_profile {
  margin-top: 20px;
  color: #ed8c24;
  display: block;
}

.bio_info {
  margin-top: 25px;
}

#team_feed {
  min-height: 400px;
}

.team_section {
  border-bottom: #CCC 1px solid;
  margin-bottom: 40px;
}

.team_card {
  width: 18%;
  height: auto;
  background: #999;
  display: inline-block;
  margin-right: -5%;
  margin-left: 2.15%;
  position: relative;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  text-align: center;
  
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* .pet_card:nth-child(2) {
  margin-right: -5%;
  margin-left: -5%;
} */

.profile_image_wrapper {
  border: #555 7px solid;
}

.team_cat_heading {
  font-size: 38px;
}

.tax_nav {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.tax_nav li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.tax_nav li a {
  padding: 0.25em 1.5em;
  background: #e17129;
  color: #FFF;
  display: block;
}

.tax_nav li a:hover {
  background: #444;
  color: #FFF;
}


.team_list_short .team_info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; 
  padding: 20px;
  transform: translateY(-50%); 
  z-index: 1;
}

.team_info {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  z-index: 1;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  line-height: 1.2em;
}

.team_card .team_info {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.team_image {
  display: block;
}

.team_card:hover {
  z-index: 10!important;
  cursor: pointer;
}

.team_card::before, .profile_image_wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.team_card:hover::before, .team_wrapper:hover .profile_image_wrapper::before {
  opacity: 0.4;
  z-index: 1;
  cursor: pointer;
}

.team_card:hover .team_info {
  opacity: 1;
}




.team_wrapper {
  
}



.staff_section {
  border-bottom: #DDD 1px solid;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: center;
}

.staff_directory {
  background: #EEE;
  padding: 14px;
}

ul.staff_list {
  list-style: none;
  margin: 0;
  padding: 0px;
}

ul.staff_list li {
  list-style: none;
  margin: 0 0 0.25em 0;
  padding: 0;
}

ul.staff_list li::before {
  display: none;
}


.team-profile {
  display: inline-block;
  width: 45%;
  margin: 0 2% 46px;
  vertical-align: top;
  background: rgba(255,255,255,0.2);
  padding: 15px;
  box-sizing: border-box;
}


.profile_list .team-profile {
    display: block;
    width: 45%;
    margin: 0 5% 30px 0;
    vertical-align: top;
    text-align: left;
    float: left;
}

.profile_list .team-profile:nth-child(odd) {
  clear: both; 
}


#profile_wrapper {
  padding-top: 50px;
}

.profile_img {
  margin: -36px auto 10px;
  max-width: 80px;
}

.profile_img img {
  border: #FFF 1px solid; 
  box-shadow: 0 1px 4px rgba(0,0,0,0.4); 
}

.employee_img {
  margin-bottom: 15px;
}

.employee_img a:hover > img {
  opacity: 0.75;
  
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;

}

.employee_img img {
  max-width: 225px;
  border: #FFF 3px solid;

  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


.employee_name {
  margin-bottom: 5px;
  text-shadow: none;
}

.employee_name a {
  color: #000;
}


.profile_title {
  border-bottom: #DDD 1px solid;
  padding-bottom: 25px;
  margin-bottom: 25px;
}


.position {
  font-weight: 400;
  color: #888;
  font-size: 13px;
}


#right_half .position {
  font-size: 25px;
  color: #444;
}


.team_member_details {
  width: 25%;
  float: left;
}

.team_member_single .team_member_img {
  float: left;
}

.single-profile-wrap {
  float: left;
  margin: 0px 15px 10px 0px;
  height: auto;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
  border: #FFF 4px solid;
}

.team_member_title {
  margin-bottom: 0.25em;
  line-height: 1.2em;
  font-size: 18px;
  text-align: center;
}

.team_member_title a {
  color: #444;
}

.team_member.view_more {
    display: block;
    padding: 15px;
    text-align: center;
}

.team_member.view_more img {
  opacity: 1;
  border: #DDD 1px solid;
      
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.team_member.view_more:hover > img {
  opacity: 0.5;
}

.team_position {
  font-size: 13px;
  text-align: center;
}

.team_content {
  text-align: center;
}


.team_member_single .team_content {
  float: left;
  width: 70%;
  margin: 0 0 25px 4%;
  text-align: left;
}	




.round {
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.round img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}











/* FORMS */
  

.entry-content form li, #sidebar form li { 
  list-style: none;
  margin-bottom: 15px;
}


ul.form_list {
  margin: 0;
  padding: 0;
}	

.form_list li {
  margin: 0 0 10px;
}




#container input.one_third, #container input.one_third_last {
  width: 25%;
  margin: 0 2% 0 0;
}

#container input.one_third_last {
  margin-right: 0;
}


#sidebar .textwidget {
}

#sidebar form {
  margin: 0 0 15px 0;
}

#sidebar .search-form {
  text-align: center;
}








    
.single .entry-title{
  font-size: 2.5em;
  line-height: 1.2em;
  margin-top:12px;
  margin-bottom:10px
}

.profile_title {
  border-bottom: #DDD 1px solid;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

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



.prev-next-posts {
  text-align: center;
}

.page-numbers {
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.25em;
}

.nav-previous{text-align:left;float:left}
.nav-next{text-align:right;float:right}
.attachment #nav-above a{font-size:30px;text-decoration:none;margin:10px;float:left}
.attachment .nav-next a{float:right}
.comments ul{padding:0;margin:0}
.comments ul ul, .comments ul ol{margin:10px}
.comment, .trackback, .pingback{padding:3%;margin:3% 0}
.children .comment{padding:3% 0.5% 0.001%;margin:3% 0 0}

#form-allowed-tags code{font-size:12px}
#respond input{width:40%;display:block}
#respond input:focus, #respond textarea:focus{background:#fff}
#respond textarea{width:100%;height:100px;padding:2%;box-sizing:border-box;overflow:auto}
#respond #submit{width:auto;font-weight:bold}
.avatar{width:48px;height:48px;border-radius:50%;margin:0 5px 5px 0;float:left}






.bypostauthor{background:#f6f6f6}
.wp-caption{max-width:640px;margin:20px 0}
.wp-caption-text{}
.alignleft, .aligncenter, .alignright{text-align:center}
.gallery-caption{border:1px solid #eee}
.alignleft{margin:0 15px 15px 0;float:left}
.alignright{margin:0 0 15px 15px;float:right}
.aligncenter{display:block;margin:15px auto;clear:both}
#wp-calendar{width:100%}
#wp-calendar td{text-align:center}
#wp-calendar #prev{text-align:left}
#wp-calendar #next{text-align:right}
.entry-links, .entry-footer, .post-edit-link{display:block;clear:both;margin-top:20px}
.post-edit-link{margin:20px 0}








/*  MOBILE NAV STYLES */


/**
 * Off Canvas Styles
 * @link http://foundation.zurb.com/sites/docs/off-canvas.html
 */


/*
body .off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
*/


.position-left {
  width: 100%;
  box-sizing: border-box;
}

.hamburger-icon .menu-text {
    color: #FFF;
    float: left;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
}

.hamburger-icon .lines {
    float: right;
    margin-left: 8px;
    width: 32px;
}

.hamburger-icon {
  display: block;
  float: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1001;
  position: relative;
  margin: 15px 30px 15px 0;
}

.hamburger-icon:focus {
    outline: medium none;
}

.hamburger-icon .line {
    background: #FFF none repeat scroll 0 0;
    height: 4px;
    margin-bottom: 5px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.hamburger-icon .line:last-child {
    margin-bottom: 0;
}

.hamburger-icon[aria-expanded="true"] {

}

.hamburger-icon[aria-expanded="true"] .line:nth-child(1) {
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
  background: #FFF;
}

.hamburger-icon[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}

.hamburger-icon[aria-expanded="true"] .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
  background: #FFF;
            
}

.off-canvas {
  color: #FFF;
  height: 100%;
  z-index: 10;
  background: #333;
}

.off-canvas-wrapper,
.off-canvas-wrapper-inner {
    -webkit-backface-visibility: visible;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10,10,10,.7);
  z-index: 1000;
  width: 100%;
}




/*
body .position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); 
  }




.off-canvas-content {
    background: none;
}

.off-canvas a {
    display: block;
    margin: 0;
}
*/





.sr-only {
  display: none;
}




#back_to_top {
/*   display: none; */
  position: fixed;
  bottom: -100px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 10000;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  background: #333;
  opacity: 0;
  cursor: pointer;
  
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}


#back_to_top::before {
  content: "\f062";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -38%);
  color: #FFF;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  top: 52%;
}

#back_to_top a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
}

#back_to_top.show {
  opacity: 0;
  bottom: 15px
}





/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */



@media screen and (max-width: 80.5rem) { /* larger screens - max width of .row */

  #menu ul li a {
      font-size: 18px;
  }

} /* max-width: 80em */




@media screen and (max-width: 63.9375em) { /* tablet */


  #back_to_top.show {
/*     display: block; */
    opacity: 1;
  }
  
  
  #branding {
    margin: 15px 0 15px 30px;
    width: 160px;
    z-index: 1111;
  }
  
  
  #header_right .main_phone_header {
    margin: 10px 25px 0 0px;
    clear: both;
  }
  
    
  .left_half, .right_half {
      width: 100%;
      float: none;
      text-align: center;
  }
  
  #search_form_footer {
    text-align: center;
  }
  
  
  h3.text_mask, .h3.text_mask {
      font-size: 15cqw;
  }
  
  h2#sustainability_mask {
    font-size: 16cqw;
  }
  
  .small .text_mask {
    font-size: 14vw;
  }


  .woocommerce ul.products li.product .button {
    font-size: 13px !important;
  }
  
  
  span.separator_plus {
    height: 34px;
    margin: 10px auto 50px;
  }
  
  
  .footer_logo {
    width: 180px;
    margin: 50px auto;
  }
  
  #footer_right {
    text-align: center;
  }
  
  #footer .social_links {
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
  }


  #featured_news, #upcoming_events {
    height: auto !important;
    margin-bottom: 10px;
  }	
  
  #footer_logo {
    margin: 0 auto 10px;
  }
      

  .featured_img img {
      display: block;
      height: auto;
      left: -15%;
      margin: 0 auto;
      max-width: 200% !important;
      position: relative;
      width: 130%;
  }
  
  
  #menu_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: scroll;
    z-index: 1000;
    background: #333;
    align-items: start;
    margin: 0;
    padding-top: 120px;
  }
  
  #menu {
    text-align: center;
    margin: 9vh auto 80px;
    float: none;
    clear: none;
    display: flex;
    flex-direction: column;
  }
  
  #cart_header {
    order: 1;
    margin-bottom: 25px;
  }
  
  .cart_link {
    float: none;
    margin: 0 auto;
    padding: 12px 10px;
  }
  
  #primary-nav {
    order: 2;
  }
  
  #primary-nav, #primary-nav ul {
    float: none;
    flex-direction: column;
  }
  
  #menu ul li {
    float: none;
    margin: 0 0 1.5em;
  }
  
  #menu ul li.cta {
    margin-top: 2em;
    order: -1;
  }
  
  #menu ul li.cta a {
    font-size: 16px !important
  }
  
  #menu ul li a {
    padding: 0.5em;
    font-size: 24px;
    margin: 0;
  }
  
  li.menu-item-has-children a::after {
    margin: 0 0 0 10px;
    position: absolute;
  }
  
  #menu li ul.sub-menu {
    position: relative;
    border-top: none;
    width: 100%;
    transform: none;
    text-align: center;
    margin-top: 15px;
  }
  
  #menu .sub-menu li {
    border-bottom: none;
  }
  
  #menu ul.sub-menu .current-menu-item a, #menu ul.sub-menu .current_page_item a {
    background: none !important;
    color: #AAA !important;
  }
  
  #menu ul ul.sub-menu li:hover ul, #menu ul ul.sub-menu ul li:hover ul {
    left: 0;
    margin: 0;
  }
  
  #menu ul li:hover ul.sub-menu li a:hover, #menu ul ul.sub-menu li:hover ul li a:hover, #menu ul ul.sub-menu ul li:hover ul li a:hover {
    background: none!important;
  }
  
  
  .hole_nav span {
    margin: 0 3px 8px;
  }
  
  .text_mask {
    font-size: 17vw;
    text-shadow: 0 0 0 rgba(0,0,0,0.5);
  }
  
  
  .team_card {
    width: 30.85%;
    height: auto;
    margin: 0 1% 10px;
    top: auto !important;
    background: none;
    vertical-align: top; 
  }
  
  .team_card::before {
    display: none;
  }
  
  
  .team_list_short .team_info {
    position: relative;
    top: auto!important;
    vertical-align: top; 
    opacity: 1;
    left: auto;
    transform: none;
    z-index: 1;
    padding: 10px 10px 15px;
    background: #555;
  }
  
  .team_card .team_name {
    font-size: 1em;
  }
  
  .team_card .team_title {
    color: #BBB;
    font-size: 0.85em;
  }




  
} /* max-width: 63.9375em */




@media screen and (max-width: 40em) { /* small */

  #branding {
    max-width: 20%;
  }
  
  #site-title img {
    max-width: 100%;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 2.25em;
    line-height: 1.2em !important;
  }
  
  h3 {
    font-size: 1.5em;
  }
  
  h5 {
    font-size: 1.25em;
  }
  
  body .wp-block-social-links .wp-social-link svg {
    height: 40px;
    width: 40px;
    margin: 0 12px;
  }
  
  .footer_widget {
    margin-bottom: 30px;
  }
  
  #footer_widget_2 {
    order: -1;
  }
  
  #footer .menu a {
    margin: 0 auto 2em;
    font-size: 18px;
  }
  
  .footer_logo {
    margin: 0 auto 40px;
  }
    
  
  .featured_img, .header.has_thumbnail .container {
    min-height: 80px;
    max-height: 160px;
  }

  body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
    
  .social_links {
    display: inline-block;
    margin: 0;
    float: left;
  }
    
  #header .social_links a {
    margin: 0 12px 0 0;
    font-size: 18px;
    max-width: 46%;
  }

  #header .search_btn {
    display: none;
  }
  
  #header .main_phone {
    float: right;
    margin: 11px 0 8px 20px;
  }
  
  
  .homepage_callout {
    text-align: center;
  }

  
  #header_content h1 {
    font-size: 2em;
  }
      
  #header_content {
    position: relative;
    margin: 0;
    color: #FFF;
    text-align: center;
    clear: both;
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 0 0 6px rgba(0,0,0,0.6);
  }
  
  
  #breadcrumbs {
    padding: 6px 0 5px;
  }
  
  
  #columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

    
  ul.half li {
      float: none;
      width: 95%;
  }

  .footer_link {
    margin-top: 20px;
  }
  
  .page_header {
    padding: 15px 0;
  }

  
  #footer {
    text-align: center;
  }
  
  #footer .nav-menu-wrapper {
    float: none;
  }
  
  .footer-nav-menu li {
    padding: 0 10px;
    margin: 0 3px 10px;
    border: none;
  }
  
  #footer_logo {
      max-width: 200px;
      float: none;
      margin: 20px 0 0;
      vertical-align: bottom;
  }

      
  .has_thumbnail .entry-title {
      color: #666;
      left: 0;
      line-height: 1em;
      margin-bottom: 15px;
      position: relative;
      text-shadow: none;
      top: auto;
  }
  
    
  .team_name {
    font-size: 1em;
    font-weight: normal;
  }
    
  .team_card {
    width: 46%;
    height: auto;
    margin: 0 1.6% 10px;
    top: auto !important;
    background: none;
    vertical-align: top; 
  }
  
  .team_card::before {
    display: none;
  }
  
  

} /* max-width: 40em */



@media screen and (min-width: 84em) { 

  .text_mask, h3.text_mask, .h3.text_mask, .small .text_mask {
    font-size: 200px;
  }
  
  h2#sustainability_mask {
    font-size: 100px;
  }

}




.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}



/* /////////////////////////// */
/* Foundation Clearing Classes */
/* /////////////////////////// */



.large-1:nth-child(12n+1), 
.large-2:nth-child(6n+1), 
.large-3:nth-child(4n+1), 
.large-4:nth-child(3n+1), 
.large-5:nth-child(2n+1), 
.large-6:nth-child(2n+1) {
  clear: none; 
}

.medium-1:nth-child(12n+1), 
.medium-2:nth-child(6n+1), 
.medium-3:nth-child(4n+1), 
.medium-4:nth-child(3n+1), 
.medium-5:nth-child(2n+1), 
.medium-6:nth-child(2n+1) {
  clear: none; 
}

.small-1:nth-child(12n+1), 
.small-2:nth-child(6n+1), 
.small-3:nth-child(4n+1), 
.small-4:nth-child(3n+1), 
.small-5:nth-child(2n+1), 
.small-6:nth-child(2n+1) {
  clear: left; 
}


@media screen and (min-width: 40em) { /* tablet */

  .small-1:nth-child(12n+1), 
  .small-2:nth-child(6n+1), 
  .small-3:nth-child(4n+1), 
  .small-4:nth-child(3n+1), 
  .small-5:nth-child(2n+1), 
  .small-6:nth-child(2n+1) {
    clear: none; 
  }

  .large-1:nth-child(12n+1), 
  .large-2:nth-child(6n+1), 
  .large-3:nth-child(4n+1), 
  .large-4:nth-child(3n+1), 
  .large-5:nth-child(2n+1), 
  .large-6:nth-child(2n+1) {
    clear: none; 
  }
  
  .medium-1:nth-child(12n+1), 
  .medium-2:nth-child(6n+1), 
  .medium-3:nth-child(4n+1), 
  .medium-4:nth-child(3n+1), 
  .medium-5:nth-child(2n+1), 
  .medium-6:nth-child(2n+1) {
    clear: left; 
  }

} /* 40 em */



@media screen and (min-width: 64em) { /* larger screens - max width of .row */

  .small-1:nth-child(12n+1), 
  .small-2:nth-child(6n+1), 
  .small-3:nth-child(4n+1), 
  .small-4:nth-child(3n+1), 
  .small-5:nth-child(2n+1), 
  .small-6:nth-child(2n+1) {
    clear: none; 
  }
    
  .medium-1:nth-child(12n+1), 
  .medium-2:nth-child(6n+1), 
  .medium-3:nth-child(4n+1), 
  .medium-4:nth-child(3n+1), 
  .medium-5:nth-child(2n+1), 
  .medium-6:nth-child(2n+1) {
    clear: none; 
  }
  
  
  .large-1:nth-child(12n+1), 
  .large-2:nth-child(6n+1), 
  .large-3:nth-child(4n+1), 
  .large-4:nth-child(3n+1), 
  .large-5:nth-child(2n+1), 
  .large-6:nth-child(2n+1) {
    clear: left; 
  }

} /* max-width: 80em */

