/* ========================
   Theme Name:
   ======================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
    * 4.3 - Breadcrumbs
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Pages
**/

/* 1.0 - Fonts
============================== */
@font-face {
    font-family: 'NewCaledoniaLTStd_32234';
    src: url('../fonts/NewCaledoniaLTStd_32234.eot');
    src: url('../fonts/NewCaledoniaLTStd_32234.eot') format('embedded-opentype'),
    url('../fonts/NewCaledoniaLTStd_32234.woff2') format('woff2'),
    url('../fonts/NewCaledoniaLTStd_32234.woff') format('woff'),
    url('../fonts/NewCaledoniaLTStd_32234.ttf') format('truetype'),
    url('../fonts/NewCaledoniaLTStd_32234.svg#NewCaledoniaLTStd_32234') format('svg');
}
@font-face {
    font-family: 'FuturaMedium';
    src: url('../fonts/FuturaMedium.eot');
    src: url('../fonts/FuturaMedium.eot') format('embedded-opentype'),
    url('../fonts/FuturaMedium.woff2') format('woff2'),
    url('../fonts/FuturaMedium.woff') format('woff'),
    url('../fonts/FuturaMedium.ttf') format('truetype'),
    url('../fonts/FuturaMedium.svg#FuturaMedium') format('svg');
}

/* 2.0 - Icon fonts
============================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?55xvk7');
  src:  url('../icon-fonts/icomoon.eot?55xvk7#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?55xvk7') format('truetype'),
    url('../icon-fonts/icomoon.woff?55xvk7') format('woff'),
    url('../icon-fonts/icomoon.svg?55xvk7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caret-right:before {
  content: "\e907";
}
.icon-caret-left:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-location:before {
  content: "\e902";
}
.icon-clock:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e903";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
/* 3.0 - Useful classes
============================== */
.relative-block{
    position: relative;
}
.anchor{
    display: flex;
    width: 33px;
    height: 33px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.17);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #02528E;
    font-size: 1.25em;
}
.left-bg,
.right-bg{
    position: relative;
}
.left-bg *,
.right-bg *{
    position: relative;
    z-index: 1;
}
.left-bg-before {
    position: absolute;
    height: 100%;
    width: 50vw;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.right-bg-before {
    position: absolute;
    height: 100%;
    width: 50vw;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.link-underline a:hover,
.link-underline a,
.link-hover-underline a{
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: FuturaMedium;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5.54px;
    color: inherit;
}
.links-group .link-underline:hover,
.links-group .link-underline{
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: FuturaMedium;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5.54px;
    color: inherit;
}
.link-hover-underline a,
.links-group .link-underline{
    position:relative;
}
.link-hover-underline a:before,
.link-underline a:before,
.links-group .link-underline:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #C8A978;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: 0;
}
.link-hover-underline a:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-underline:hover a:before,
.links-group .link-underline:hover:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-hover-underline a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.v-delim-l{
    border-left: 1px solid rgba(151,151,151,.46);
}
.social li a{
    padding: 0;
    font-size: 19px;
}
.social li{
    line-height: 1;
}
.social li:not(:last-child){
    margin-right: 13px;
}
.green-bg{
    background-color: #222222;
    color: #fff;
}
.green-light-bg{
    background-color: #dddddd;
}
.gray-bg{
    background-color: #61716C;
}
.gray-light-bg{
    background-color: rgba(97,113,1.8,.5);
}
.red-bg{
    background-color: #49252B;
}
.red-light-bg{
    background-color: rgba(73,37,43,.5);
}
.gutter-8{
    padding-left: 11px;
    padding-right: 11px;
}
.gutter-8>.columns,
.gutter-8>.column{
    padding-left: 4px;
    padding-right: 4px;
}
.gutter-14{
    padding-left: 8px;
    padding-right: 8px;
}
.gutter-14>.columns,
.gutter-14>.column{
    padding-left: 7px;
    padding-right: 7px;
}
.row .row.gutter-14{
    margin-left: -7px;
    margin-right: -7px;
    padding: 0;
}
.row .row.gutter-8{
    margin-left: -4px;
    padding: 0;
    margin-right: -4px;
}
@media screen and (max-width: 63.96em) {
    .mobile-gutter{
        padding-left: 10px;
        padding-right: 10px;
    }
    .small-out-gutters{
        margin-left: -15px;
        margin-right: -15px;
    }
    .mobile-gutter .small-out-gutters{
        margin-left: -25px;
        margin-right: -25px;
    }

}
@media screen and (max-width: 39.96em) {
    .small-12-down{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .link-underline:hover, .link-underline, .link-hover-underline{
        font-size: 10px;
    }
}
/* 4.0 - General
============================== */
body{
    font-family: 'NewCaledoniaLTStd_32234';
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
font-family: 'NewCaledoniaLTStd_32234';
}
h2{
    font-family: 'NewCaledoniaLTStd_32234';
    font-size: 30px;
    line-height: 1.1;
}
h3{

}
h4{

}
h5 {
    font-family: 'FuturaMedium';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 6.46px;
    line-height: 1.2;
    font-weight: 600;
}
h6{

}
a{
    color: inherit;
    transition: all .3s;
}
a:hover{

}
hr.clear-line{
    border-bottom: 1px solid rgba(151, 151, 151, 0.46);
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 39.96em) {
    body{
        font-size: 14px;
    }
    h2{
        font-size: 18px;
        line-height: 1.333;
    }
    h5{
        font-size: 12px;
    }
}
/**** 4.1 - Forms ****/
.page-form{
    text-align: center;
}
.page-form .gform_wrapper{
    width: 100%;
}
body .page-form .gform_wrapper .top_label li.gfield.gf_inline{
    width: 100%!important;
}
.page-form .ginput_container{
    margin: 0!important;
}
body .page-form .gform_wrapper .gform_body li{
    margin: 0!important;
    width: 100%!important;
}
.page-form .gform_body,
.page-form .gform_footer{
    display: inline-block!important;
    vertical-align: middle!important;
    width: auto!important;
    padding: 0!important;
    margin: 0 !important;
}
.page-form .gform_body{
    width: 100%!important;
    max-width: 315px!important;
}
.page-form .gform_body input{
    height: 50px;
    padding-left: 21px!important;
    max-width: 315px!important;
    width: 100%!important;
    text-align: left;
    margin: 0!important;
}
.page-form .gform_footer input{
    background-color: transparent;
    padding: 18px 25px;
    font-family: 'FuturaMedium';
    font-size: 11px!important;
    letter-spacing: 5.08px;
    border-color: #fff;
    color: #fff;
}
.form-field input{
     height: 50px;
    background-color: rgba(21, 62, 47, .05);
    color: #000;
    font-family: 'NewCaledoniaLTStd_32234'!important;
    font-size: 16px!important;
    line-height: 1.1;
    box-shadow: none;
    border: 0;
    padding: 5px 25px!important;
    margin-bottom: 6px;
}

::-webkit-input-placeholder {
  color: #3b3738!important;
}
:-ms-input-placeholder {
  color: #3b3738!important;
}
::-moz-placeholder {
  color: #3b3738!important;
}
:-moz-placeholder {
  color: #3b3738!important;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked + label:before{
    color: #570e11;
}

/**** 4.2 - Buttons ****/
.button,
.menu .button{
    padding: 18px 25px;
    font-family: 'FuturaMedium';
    font-size: 11px;
    letter-spacing: 5.08px;
    color: #222222;
    text-transform: uppercase;
}
.button.green{
    background-color: #222222;
    color: #fff;
}
.button a,
.menu .button a{
    padding: 18px 25px;
}
.menu a,
.menu .button{
    padding: 0;
}
.button,
.menu .button *{
    color: #222222;
}
.menu .button.hollow,
.menu .button.hollow *{
    color: #fff;
}
/**** 4.2 - Buttons ****/
.button,
.menu .button{
    padding: 18px 25px;
    font-family: 'FuturaMedium';
    font-size: 11px;
    letter-spacing: 5.08px;
    color: #222222;
    text-transform: uppercase;
    transition: all .3s ease;
}
.red-v .button:hover,
.gray-v .button:hover{
    background-color: #E1C5B7;
    color: #fff;
}
.green-v .button:hover{
    background-color: #C8A978;
    color: #fff;
}
.red-v .button.hollow:hover,
.gray-v .button.hollow:hover{
    background-color: transparent;
    border-color: #E1C5B7;
    color: #E1C5B7;
}
.green-v .button.hollow:hover{
    background-color: transparent;
    border-color: #C8A978;
    color: #C8A978;
}
.menu .button.hollow{
    color: #fff;
}
.breadcrumbs{
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(151,151,151,.46);
}

.breadcrumbs li,
.breadcrumbs a:hover,
.breadcrumbs a{
    font-family: 'NewCaledoniaLTStd_32234';
    font-size: 16px;
    color: #B1B1B1;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    padding-bottom: 0;
}
.breadcrumbs li a:before{
    background-color: #B1B1B1!important;
    height: 1px;
}
.breadcrumbs li:not(:last-child)::after{

}
.breadcrumbs span a{
    padding-right: 10px;
}
.breadcrumbs span span span{
    padding-left: 10px;
}
.breadcrumbs *,
.breadcrumbs .breadcrumb_last{
    color: #B1B1B1;
}

/**** 4.4 - Animation ****/
.animate-children > *{
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(30px);
}
.animate-children > .complete{
    opacity: 1;
    transform: none;
}

/***** 5.0 - Mobile menu *****/
.mobile-sidebar{
    display: none;
}
.mobile-sidebar .mobile-nav > ul{
    margin-left: 0;
}
.mobile-sidebar .mobile-nav > ul > li{
    list-style: none;
}
@media screen and (max-width: 63.9375em) {
    body.open{
        overflow-x: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        left: -100%;
        padding: 15px 0 30px;
        background-color:#DDE3E1;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 999;
    }
    .mobile-sidebar .logo svg path,
    .mobile-sidebar .logo svg polygon{
        stroke: #000;
        fill: #000;

    }
    .mobile-sidebar .mobile-nav{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mobile-sidebar .mobile-nav > ul > li{
        flex: 1 1 100%;
        line-height: 1.6;
    }
    .mobile-sidebar .mobile-nav > ul > li a {
        color: #222222;
        font-family: 'NewCaledoniaLTStd_32234';
        font-size: 28px;
        text-transform: none;
    }
    .mobile-sidebar .social{
        margin-bottom: 30px;
    }
    .mobile-sidebar .buttons-menu.menu li{
        flex: 1 1 100%;
    }
    .mobile-sidebar .buttons-menu.menu li:not(:last-child){
        margin-right: 0;
        margin-bottom: 13px;
    }
    .mobile-sidebar .buttons-menu.menu li .button{
        max-width: 320px;
        margin: 0 auto;
    }
    .open .mobile-sidebar {
        left: 0;
    }
    .menu-toggle{
        font-size: 2em;
    }
}
@media screen and (max-width: 39.96em) {
      .menu-toggle{
        font-size: 1.5em;
    }
    .mobile-sidebar .buttons-menu.menu li .button{
        max-width: 100%;
    }
}

/* 6.0 - Header and Footer
============================== */
header .button,
.footer-nav-bar .button{
    padding: 0!important;
}
@media(max-width: 1023px){
    header.header .padding-0{
        display: none;
    }
    header.header button{
        padding: 18px 25px!important;
    }
}
@media(max-width: 768px){
    body .page-form .gform_wrapper .top_label li.gfield.gf_inline{
        width: 100%!important;
    padding: 0;
    margin-bottom: 20px!important;
    }
    .page-form .gform_body {
        max-width: 100%!important;
    }
    .page-form .gform_body input{
        max-width: 100%!important;
    }
    .page-form .gform_wrapper .gform_footer{
        display: block!important;
    }
    .page-form .gform_wrapper .gform_footer{
        width: 100%;
        margin: 0;
    }
}
.footer #menu-after-footer-menu{
    margin: 0;
    line-height: 0.5;
}
.footer #menu-after-footer-menu,
.footer #menu-after-footer-menu li a{
    line-height: 1;
}
.footer #menu-after-footer-menu li{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-right: 15px;
    min-height: 20px;
}
.footer #menu-header-menu-buttons-1 li{
    margin-bottom: 0;
}
.top-bar {
    font-family: 'NewCaledoniaLTStd_32234';
    color: #222222;
    font-size: 15px;
    line-height: 1;
    display: block;
    background-color: #fff;
    padding: 0;
}
.top-bar ul{
    background-color: transparent;
}
.top-bar .row .columns{
    min-height: 45px;
    display: flex;
    align-items: center;
}
.nav-bar{
    padding-top: 15px;
    padding-bottom: 15px;
}
.buttons-menu.menu li:not(:last-child),
.main-nav li:not(:last-child){
    margin-right: 0;
}
.main-nav li{
    padding-left: 10px;
    padding-right: 10px;
}
.main-nav a{
    font-family: 'FuturaMedium';
    font-size: 11px;
        letter-spacing: 3.08px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 11.2px;
    padding-bottom: 11.2px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal !important;
}
.header-image img,
.header-slider img{
    width: 100%;
    object-fit: cover;
    min-height: 550px;
    max-height: 550px;
}
.header-slider .slick-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.header-info{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
}
.header-info span{
    margin-right: 10px;
}
.header-info p{
    line-height: 1;
    margin-bottom: 0;
}
.header-nav-bar .button{
    margin-bottom: 0;
}
.footer-sign-up {
    padding-top: 45px;
    padding-bottom: 65px;
    color: #fff;
}
.header-nav-bar .mobile-button ul{
    margin: 0;
}
.header-nav-bar .mobile-button ul li{
    padding-left: 0;
    padding-right: 0;
}
.header-nav-bar .mobile-button ul li a{
    padding: 1.5em;
    display: block;
}
.footer-sign-up h2{
    font-size: 30px;
}
.footer-sign-up .social{
    margin-bottom: 25px;
}
.footer-sign-up .social a{
    font-size: 27px;
}
.footer-nav-bar hr{
    border-color: rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 1199px) {
    .footer-nav-bar .menu li:not(:last-child),
    .main-nav li:not(:last-child){
        margin-right: 0;
    }
    .footer-nav-bar li .button,
    .main-nav li .button{
        margin-right: 10px;
    }
    .main-nav li{
        padding-left: 9px;
        padding-right: 9px;
    }
    .logo{
        display: block;
        max-width: 120px;
    }
}
@media screen and (max-width: 63.96em){
    .footer-nav-bar .logo{
        max-width: none;
        margin-top: 10px;
    }
    .footer-nav-bar .main-nav .menu{
        justify-content: center;
    }
    .footer .buttons-menu{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 39.96em) {
    .top-bar .row .v-delim-l{
        border: none;
    }
    .header-nav-bar .button{
        padding: 1.5em;
        font-size: 7px;
    }
    .nav-bar{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header-image img, .header-slider img{
        min-height: 80vw;
    }
    .header-info hr{
        margin: 10px -15px;
    }
    .footer-sign-up{
        padding-bottom: 25px;
    }
    .footer .buttons-menu{
        padding-bottom: 0;
    }
    .buttons-menu > li{
        flex: 1 1 100%;
    }
    .buttons-menu > li .button{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-nav-bar .main-nav {
        margin-bottom: 25px;
    }
    .footer-nav-bar .main-nav li{
        flex: 1 1 100%;
        justify-content: center;
        display: block;
        text-align: center !important;
    }
    .footer-nav-bar .mob .sub-menu,
    .footer-nav-bar .mob .menu-item-has-children:hover  .sub-menu{
           top: auto !important;
        bottom: auto;
    }
    .footer-nav-bar .mob ul li.menu-item-has-children > a:after{
        right: 0 !important;
    }
}
@media screen and (max-width: 400px){
    .logo{
        max-width: 110px;
    }
    .header-info{
        font-size: 14px;
    }
    .header-info span{
        margin-right: 0;
    }
}
/* 7.0 - Pages
======================================= */
.intro-section{
    padding-top: 75px;
    padding-bottom: 65px;
    background-image: linear-gradient(rgba(21,62,47,0.04) 45%, #ffffff 0%);
}
.intro-section h2{
    margin-bottom: 80px;
}
.intro-section .card{
    border: 0;
    background-color: transparent;
}
.intro-section .card .card-image{
    overflow: hidden;
}
.intro-section .card .card-image > img:first-child{
    transition: all 6s ease;
}
.intro-section .card .card-image:hover > img:first-child{
    transform: scale(1.8);
}
.intro-section .card .card-image:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.46);
}
.intro-section .card-section .link-underline{
    margin-top: auto;
}
.card-section  ul li{
    list-style-type: none;
}
.card-section  ul{
    margin-left: 0;
}
.card-image-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    max-width: 60%;
}
.card-section{
    padding: 40px 25px 0 25px;
}
.full-centered-slider .slick-list{
    overflow: visible;
}
.full-centered-slider .slick-slide:not(.slick-active){
    opacity: 0.3;
}
.full-centered-slider .slick-arrow{
    font-size: 3em;
    color: #fff;
}
.full-centered-slider .slick-arrow.slick-prev{
    left: -6%;
}
.full-centered-slider .slick-arrow.slick-next{
    right: -6%;
}
.full-centered-slider .sl{
    padding-left: 15px;
    padding-right: 15px;
}
.full-centered-slider .slick-dots{
    padding-top: 15px;
    padding-bottom: 10px;
}
.full-centered-slider .slick-dots > li > button{
    background-color: #222222;
    opacity: .48;
}
.full-centered-slider .slick-dots > li.slick-active > button{
    opacity: 1;
}
.about-section{
    background-color: rgba(21, 62, 47, 0.05);
}
.about-section .section-left-side{
    padding: 20px 8% 20px 0;
    margin-top: 55px;
    margin-bottom: 55px;
}
.about-section .section-right-side{
    padding: 20px 0 20px 8%;
    margin-top: 55px;
    margin-bottom: 55px;
}
.about-section .button{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.14);
}
.about-section .v-delim-l{
    border-left-color: rgba(151, 151, 151, 0.14);
}
.events-section{
    padding-top: 95px;
    padding-bottom: 65px;
}
.events-section h2{
    line-height: 1.33;
}
.events-section h5{
    margin-bottom: 1.4em;
}
.events-list{
    padding-top: 50px;
}
.events-list .card{
    border: none;
    background: none;
}
.events-list .card .card-section-footer{
    margin-top: auto;
    padding-top: 15px;
}
.card-section-footer .links-group > a{
    margin-right: 23px;
}
.slick-initialized .slick-slide.flex-container{
    display: flex;
}
/* 8.0 - Pages
======================================= */
.green-v .intro-section{
    background-image: linear-gradient(rgba(21,62,47,0.04) 45%, #ffffff 0%);
}
.gray-v .intro-section{
    background-image: linear-gradient(rgba(97,113,108,0.5) 45%, #ffffff 0%);
}
.red-v .intro-section{
    background-image: linear-gradient(rgba(225,197,183,0.5) 45%, #ffffff 0%);
}
.intro-section{
    padding-top: 75px;
    padding-bottom: 65px;
}
.intro-section h2{
    margin-bottom: 80px;
}
.intro-section .card{
    border: 0;
    background-color: transparent;
}
.intro-section .card .card-image{
    overflow: hidden;
}
.intro-section .card .card-image > img:first-child{
    transition: all 6s ease;
}
.intro-section .card .card-image:hover > img:first-child{
    transform: scale(1.8);
}
.intro-section .card .card-image:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.46);
}
.intro-section .card-section .link-underline{
    margin-top: auto;
}
.card-image-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    max-width: 60%;
}
.card-section{
    padding: 40px 25px 0 25px;
}
.full-centered-slider .slick-list{
    overflow: visible;
}
.full-centered-slider .slick-slide:not(.slick-active){
    opacity: 0.3;
}
.full-centered-slider .slick-arrow{
    font-size: 3em;
    color: #fff;
}
.full-centered-slider .slick-arrow.slick-prev{
    left: -6%;
}
.full-centered-slider .slick-arrow.slick-next{
    right: -6%;
}
.full-centered-slider .sl{
    padding-left: 15px;
    padding-right: 15px;
}
.full-centered-slider .slick-dots{
    padding-top: 15px;
    padding-bottom: 10px;
}
.full-centered-slider .slick-dots > li > button{
    background-color: #222222;
    opacity: .48;
}
.full-centered-slider .slick-dots > li.slick-active > button{
    opacity: 1;
}
.about-section .section-left-side{
    padding: 20px 8% 20px 0;
    margin-top: 55px;
    margin-bottom: 55px;
}
.about-section .section-right-side{
    padding: 20px 0 20px 8%;
    margin-top: 55px;
    margin-bottom: 55px;
}
.about-section .button{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.14);
}
.about-section .v-delim-l{
    border-left-color: rgba(151, 151, 151, 0.14);
}
.events-section{
    padding-top: 95px;
    padding-bottom: 65px;
   /* background-image: url("../images/patern-4.png");*/
    background-size: cover;
}
.events-section h2{
    line-height: 1.33;
}
.events-section h5{
    margin-bottom: 1.4em;
}
.events-list{
    padding-top: 50px;
}
.events-list .card{
    border: none;
    background: none;
}
.events-list .card .card-section-footer{
    margin-top: auto;
    padding-top: 15px;
}
.card-section-footer .links-group > a{
    margin-right: 23px;
}
.slick-initialized .slick-slide.flex-container{
    display: flex;
}
.careers-modal{
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url("../images/patern-4.png");
    background-size: cover;
}
.careers-modal h2{
    margin-bottom: 1em;
    color: #fff;
}
.careers-modal .button{
    margin-bottom: 0;
}
.careers-modal .close-button{
    color: #fff;
    font-size: 2.5em;
}
.reveal.full.careers-modal{
    height: auto;
    min-height: 0;
    top: auto !important;
}
.container-section >.row>.columns.v-delim-l{
    padding-left: 0;
}
.content{
    padding: 50px 100px 100px 0;
}
.content .callout{
    padding: 20px;
    border-color: #E6E6E6;
    display: inline-block;
}
.content .callout h1,
.content .callout h2,
.content .callout h3,
.content .callout h4,
.content .callout h5,
.content .callout h6{
    padding-left: 5px;
}
.widget{
    padding: 50px;
}
.widget-title{
    margin-bottom: 30px;
}
.widget-apply{
    border-bottom: 1px solid rgba(151,151,151,.46);
}
.widget-form label{
    display: flex!important;
    align-items: center;
    cursor: pointer;
    margin-bottom: 6px;
    height: 50px;
    background-color: rgba(21, 62, 47, .05);
    color: #000;
    font-family: 'NewCaledoniaLTStd_32234';
    font-size: 16px!important;
    line-height: 1.1!important;
    box-shadow: none;
    border: 0;
    padding: 5px 25px;
}
.widget-form input[type='file']{
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.share-social li{
    line-height: 1;
    margin-right: 3px;
}
.share-social li a{
    padding: 5px;
    line-height: 1;
    background-color: #667C74;
    color: #fff;
    border-radius: 5px;
}
.share-social li a:hover{
    background-color: #222222;
}
.careers-section{
    padding-top: 60px;
    padding-bottom: 80px;
}
.careers-link-holder{
    display: flex;
    width: 100%;
}
.green-v .careers-section.half-bg{
    background-image: linear-gradient(rgba(21,62,47,0.04) 35%, #ffffff 0%);
}
.careers-section.half-bg{
    background-image: linear-gradient(rgba(21,62,47,0.04) 50%, #ffffff 0%);
}
.careers-section h2{
    margin-bottom: 32px;
}
.careers-section .small-txt{
    font-size: 14px;
    margin-bottom: 35px;
}
.careers-section .small-txt-wrap{
    padding-top: 34px;
    margin-top: 60px;
    border-top: 1px solid rgba(151,151,151,.5);
}
.careers-box{
    padding: 25px 20px;
    background-color: #fff;
    border: 0.5px solid #222222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 14px;
}
@media screen and (max-width: 63.96em) {
    .intro-section{
        padding-top: 45px;
    }
    .intro-section h2{
        margin-bottom: 45px;
    }
    .full-centered-slider .slick-arrow.slick-prev{
        left: 2%;
    }
    .full-centered-slider .slick-arrow.slick-next{
        right: 2%;
    }
    .about-section .v-delim-l{
        border-top: 1px solid rgba(151, 151, 151, 0.14);
        border-left: none;
    }
    .about-section .section-right-side,
    .about-section .section-left-side{
        padding-left: 10%;
        padding-right: 10%;
    }
    .events-section{
        padding-top: 55px;
        padding-bottom: 45px;
    }
    .events-list{
        padding-top: 30px;
    }
     .careers-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .careers-section .small-txt{
        margin-bottom: 25px;
    }
    .careers-section .small-txt-wrap{
        margin-top: 30px;
    }
    .content{
        padding: 45px 10px 20px;
    }
    .container-section .v-delim-l{
        border-left: 0;
        border-top: 1px solid rgba(151,151,151,.46);
    }
    .widget{
        padding: 45px 0;
    }
    .container-section >.row>.columns.v-delim-l{
        padding-left: 0.9375rem;
    }
}
@media screen and (max-width: 39.96em) {
    h2 br{
        display: none;
    }
    .intro-section{
        background-image: linear-gradient(rgba(21,62,47,0.04) 25%, #ffffff 0%);
        padding-bottom: 15px;
    }
    .intro-section h2{
        margin-bottom: 30px;
    }
    .intro-section .card-section h5{
        margin-bottom: 15px;
    }
    .intro-section .card-section{
        padding: 20px 8px;
    }
    .full-centered-slider .sl{
        padding: 0;
    }
    .full-centered-slider .sl img{
        height: 80vw;
        object-fit: cover;
    }
    .about-section .section-right-side,
    .about-section .section-left-side{
        padding: 0 15px;
        margin: 35px 0;
    }
    .events-list .card-section{
        padding-left: 25px;
        padding-right: 25px;
    }
    .events-list .slick-slide,
    .row.events-list{
        padding-left: 0 !important;
        padding-right:0 !important;
    }
    .events-list .slick-track{
        display: block;
    }
}


/*Page Sarinos
-----------------------------------*/

body.page-sarinos .footer-sign-up,
body.page-sarinos .footer-nav-bar,
body.page-sarinos .header-nav-bar{
    background-color: #61716C;
}
body.page-sarinos .intro-section{
    /* background-image: linear-gradient(rgba(97,113,108,0.5) 45%, #ffffff 0%); */
    background-color: #b0b8b5;
}
body.page-sarinos .about-section{
    background-color: #61716c40;
}
body.page-sarinos footer .logo,
body.page-sarinos header .logo{
    background-image: url(http://mullanes.wpengine.com/wp-content/uploads/2019/07/sar.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
body.page-sarinos footer .logo img,
body.page-sarinos header .logo img{
    opacity: 0;
}


/*Sidebar
------------------------------*/
aside.sidebar .gform_wrapper .top_label div.ginput_container{
    margin-top: 0;
}
aside.sidebar .gform_wrapper ul li.gfield,
aside.sidebar .gform_wrapper form li,
aside.sidebar .gform_wrapper li{
    margin: 0!important;
    padding: 0!important;
}
aside.sidebar .gform_wrapper li.hidden_label input{
    margin-top: 0!important;
}
aside.sidebar input[type='submit']{
    width: 100%!important;
    font-size: 11px!important;
    background-color: #222222;
    color: #fff;
    margin: 0!important;
    transition: all 0.3s ease;
}
aside.sidebar input[type='submit']:hover{
    background-color: #C8A978;
    color: #fff;
}
aside.sidebar .gform_wrapper .gform_footer{
    padding: 0;
    margin: 0;
}
aside.sidebar .share-social li a{
    width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Contact
------------------------------*/
body.page-contact .gform_wrapper,
.form-wrap .gform_wrapper{
    width: 100%!important;
    max-width: 550px!important;
}
body.page-contact .gform_wrapper{
	margin:0 auto;
}
body.page-contact footer .gform_wrapper li.hidden_label input{
	background:#fff;
}
body.page-contact .gform_body input,
.form-wrap .gform_body input{
    height: 50px;
    background-color: rgba(21, 62, 47, .05);
    color: #000;
    font-family: 'NewCaledoniaLTStd_32234'!important;
    font-size: 16px!important;
    line-height: 1.1;
    box-shadow: none;
    border: 0;
    padding: 15px!important;
    margin-bottom: 6px;
}
body.page-contact .gform_body textarea,
.form-wrap .gform_body textarea{
    background-color: rgba(21, 62, 47, .05);
    color: #000;
    font-family: 'NewCaledoniaLTStd_32234'!important;
    font-size: 16px!important;
    line-height: 1.1;
    box-shadow: none;
    border: 0;
    padding:15px!important;
    margin-bottom: 6px;
}

body.page-contact form li,
.form-wrap form li{
    padding-right: 0!important;
}

body.page-contact .gform_footer input[type='submit'],
.form-wrap .gform_footer input[type='submit']{
    width: 100%!important;
    font-size: 11px!important;
    background-color: #222222;
    color: #fff;
    margin: 0!important;
    transition: all 0.3s ease;
}
body.page-contact footer .gform_footer input[type='submit']{
	background:none;
}
body.page-contact .page-content,
.reservation .page-content{
    padding-top: 100px;
    padding-bottom: 100px;
}
.form-wrap{
	padding-top: 100px;
    padding-bottom: 100px;
}
body.page-contact .forms-content,
.reservation .forms-content,
.form-wrap{
    max-width: 550px;
    margin: 0 auto;
}


.black-font *{
    color: #000;
}
.green-form-button .gform_footer input[type='submit'] {
    width: 100%!important;
    font-size: 11px!important;
    background-color: #222222;
    color: #fff;
    margin: 0!important;
    transition: all 0.3s ease;
}
.green-form-button .gform_footer input[type='submit']:hover{
    background-color: #C8A978;
    color: #fff;
}

/*Sign up News
-----------------------------------------------*/
body.page-sign-up-for-news .footer-sign-up{
    padding-top: 300px;
    padding-bottom: 300px;
}

/*Archiver Jobs
-----------------------------------------------*/
body.archive .archive-content{
    display: block;
    margin-bottom: 40px;
}
body.archive .archive-content h1{
    font-size: 32px;
}
/*BOok now
-----------------------------------------------*/
#sr-res-root{
    color: rgb(33, 33, 33) !important;
    border-radius: 0 !important;
    background: #fff !important;
    text-transform: uppercase;
    width: auto !important;
    height: 50px !important;
    padding:18px 10px !important;
	transition:all .3s ease;
}
#sr-res-root:hover{
	background:none !important;
}
#sr-res-root span{
	    font-size: 11px !important;
    letter-spacing:3.08px !important;
    font-family: 'FuturaMedium';
    margin: 0 0 0 5px;
        margin-right: 0px !important;
}
#sr-res-root:hover span,
#sr-res-root:hover i{
	color: #fff !important;
}
@media screen and (max-width:1023px){
	#sr-res-root{
		padding: 0 0 0 10px !important;
    	border: 1px solid #fff;
    	background: none !important;
    	color: #fff !important;
    	height: 40px !important;
    	line-height: 40px !important;
	}
	#sr-res-root i{
		line-height: 40px !important;
    	font-size: 14px !important;
    	margin: 0 !important;
	}
	#sr-res-root span{
		width:50px;
	}
}

.sub-menu{
	position: absolute;
    top: 150%;
    left: 100%;
    visibility: hidden;
    transition: .3s linear 0.5s;
    white-space: nowrap;
    opacity: 0;
   
    left: 0;
    margin: 0;
    background: #212121;
   padding: 20px;
    width: 100%;
    z-index: 100;
    min-width: 313px;
	
	
}
.page-sarinos .sub-menu{
    background: #212F2B;
}
.menu.align-right .sub-menu li{
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	text-align:left;
}
.menu-item-has-children{
	position:relative;
}

header .menu-item-has-children:hover .sub-menu{
	visibility: visible;
    transition-delay: 0s;
    opacity: 1;
    top: 57px;
}
header .menu-item-has-children.long-sub:hover .sub-menu{
    min-width: 300px;
}
.wrapper-inner{
	overflow:hidden;
}
.mobile-nav .sub-menu,
.footer-nav-bar .mob .sub-menu{
	    position: relative;
    display: none;
	    opacity: 1;
    visibility: visible;
    background: none;
	    top:0;
        min-width: 100%;
        transition: none;
} 

.mobile-sidebar .mobile-nav > ul > li.menu-item-has-children:after,
.footer-nav-bar .mob  ul  li.menu-item-has-children:after{
content: '+';
    position: absolute;
    right: 0;
    display: block;
    top: 5px;
    font-weight: bold;
        font-size: 16px;
}
.mobile-sidebar .mobile-nav > ul > li.menu-item-has-children.submenuopened:after,
.footer-nav-bar .mob  ul > li.menu-item-has-children.submenuopened:after{
    content: "-";
}
.mobile-sidebar .mobile-nav > ul > li a,
.footer-nav-bar  ul  li.menu-item-has-children > a{
	position:relative;
}
.footer-nav-bar  ul  li.menu-item-has-children > a{
  /*  pointer-events: none;
        display: block;*/
}
.mobile-sidebar .mobile-nav .sub-menu li{
	list-style:none;
}
.link-underline{border-bottom: 1px solid;}
.form-wrap.service{
	    max-width: 700px;
}
*{
	outline:none;
}
.button.dark{
	background: #212121;
    color: #fff;
}
.button.dark:hover{
	background:none;
	color:#212121;
}
.or {
  display: inline-block;
  position: relative;  
}
.or:before,
.or:after {
     content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #f4f5f4;
    top: 0;
    width: 250px;
	top: 50%;
}
.or:before {
  right: 100%;
  margin-right: 15px;
}
.or:after {
  left: 100%;
  margin-left: 15px;
}
.events-list .slick-dots > li > button{
    background-color: #222222;
    opacity: .48;
}

.events-list .slick-dots > li.slick-active > button {
    opacity: 1;
}
.events-list .slick-arrow{
    background: #212121;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
}
.events-list .slick-arrow:hover{
   background: rgba(33, 33, 33, 0.70);
}
.events-list .slick-arrow.slick-prev {
     left: -50px;
}
.events-list .slick-arrow.slick-next {
    right: -50px;
}
.service h1{
    text-transform: uppercase;
     font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}
.service h1:after{
    content: "";
    border-bottom: 1px solid #222222;
     width: 50px;
    position: absolute;
    bottom: -15px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.service div{
    margin-bottom: 30px;
}
.service img{
        max-width: 400px;
        width: 100%;
        margin: 20px auto;
}
.page-private-dining-and-functions .intro-section{
    background: rgba(97, 113, 108, 0.5);
    color: #fff;
    padding: 100px 0;
}
.page-private-dining-and-functions .intro-section h2{
    margin-bottom: 0;
}
.two-col,
.tc-callouts{
    padding: 50px 0;
}
.two-col h5,
.tc-callouts h5{
    margin-bottom: 40px;
}
.cards-no-border .card{
    border: 0;
}
.cards-no-border .card h5{
    margin-bottom: 30px;
}
.link-underline{
        font-size: 12px;
    font-weight: 500;
    letter-spacing: 5.54px;
    text-transform: uppercase;
     font-family: Futura;
    border-bottom: 2px solid #E1C5B7;
    padding-bottom: 5px;
    position: relative;
}
.link-underline:after{
    content: "";
    background: #fff;
    position: absolute;
    right: 0;
    width: 6px;
    height: 2px;
    bottom: -2px;
    display: block;
}

.btm-card{
      padding: 25px;
}
.hide-label label{
    display: none !important;
}
.download .footer-sign-up{
        background-color: #ffffff;
    color: #2222;
}
.download .footer-sign-up nav,
.download .footer-sign-up h2{
    display: none;
}
.download .footer-sign-up form h2{
    display: block;
    color: #222;
}
.download .page-form .gform_footer input{
    background: #222;
}
.download {
        border-top: 1px solid #cccccc45;
}
.events .page-content .gform_wrapper .gform_footer{
    padding-top: 0;
}
.events .page-content  .gform_wrapper .top_label input.medium{
    width: 100%;
    margin-bottom: 0;
}
.events .page-content .large-10{
     -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.events .page-content .gform_wrapper form{
    max-width: 400px;
    width: 100%;
}
.form-wrap.expanded{
        max-width: 100%;
}
.footer-nav-bar .sub-menu{
        top: auto;
    bottom: 0;
}

.footer-nav-bar .menu-item-has-children:hover .sub-menu{
    visibility: visible;
    transition-delay: 0s;
    opacity: 1;
    bottom: 57px;
    top: auto;
}
.menu-heading a{
	opacity: 0.5;
	pointer-events: none;
	cursor: none;
}
.menu-heading.top-border{
    border-top: 1px solid rgba(255,255,255,0.09);
    margin-top: 10px;
    padding-top: 10px;
}
.mobile-sidebar .mobile-nav .sub-menu li.top-border{
	border-top: 1px solid rgba(255,255,255,0.3);
}
.footer-nav-bar .menu-item-415 > a,
.footer-nav-bar .menu-item-417 > a,
.footer-nav-bar .menu-item-313 > a{
    pointer-events: none;
}
.popreveal.reveal{
        padding: 0;
        width: 100%;
    max-width: 500px;
    overflow: visible;
}

.popreveal.reveal img{
    width: 100%;
}
.popreveal.reveal .close-button {
      z-index: 9;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    right: -30px;
}
.events-list .slick-slide img{
    height: 250px;
    object-fit: cover;
    object-position: 21%;
}
  
@media screen and (max-width: 1200px){
    .row.events-list{
        padding-left: 15px;
        padding-right: 15px;
    }
    .events-list .slick-arrow.slick-prev {
        left: -15px;
        width: auto;
        padding-left: 25px;
        padding-right: 15px;
        width: 30px;
        height: 45px;
        line-height: 26px;
        font-size: 29px;
    }
    .events-list .slick-arrow.slick-next {
            right: -15px;
         padding-right: 25px;
        padding-left: 15px;
        width: 30px;
        height: 45px;
        line-height: 26px;
        font-size: 29px;
        
    }
}
@media screen and (max-width: 900px){
    .events-list .slick-arrow{
        background: none;
        width: auto;
        height: auto;
        top: 35%;
        font-size: 40px;

    }
    .events-list .slick-slide:not(.slick-active) {
        opacity: 0.3;
    }
    .events-list .slick-arrow.slick-prev {
         left: 2%;
             padding-right: 25px;
    padding-left: 15px;
    }
    .events-list .slick-arrow.slick-next {
        right: 2%;
    }
}
@media screen and (max-width: 639px){
    .popreveal.reveal{
        
        height: auto;
        min-height: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .events-list .slick-slide img{
        height: auto;
    }
}
@media screen and (max-width: 480px){
    .events-list .slick-arrow{
        top: 25%;
    }
    .form-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .service h1{
        text-transform: none;
    }
    .service br{
        display: none;
    }
    .service div{
       
            padding-left: 20px;
        padding-right: 20px;
    }
     .service div.columns{
         margin-bottom: 0;
     }
     .popreveal.reveal .close-button{
        right: 0;
     top: -40px;
     }
     .popreveal.reveal{
            max-width: 95%;
     }
}

/** NEW HILLSIDE EVENTS **/
.newhillside-events h1{
    letter-spacing: -1.5px;
    color: #16222E;
    font-size: 72px;    
       margin-bottom: 0;
    line-height: 1em;
}
.hillside-header img{
    width: 100%;
}
.hillside-header .row{
    margin-bottom: 0;
}
.hillside-header .row.head{
        margin: 80px auto 70px;
}
.newhillside-events h5{
    color: #000;
}
.newhillside-events.sarinos_event h5{
    color: #61716C;
        letter-spacing: 6.46px;
}
.single-mo-events .newhillside-events .button-group{
        flex-direction: row;
}
.single-mo-events .newhillside-events .button-group a{
    margin-left: 0;
}
.newhillside-events .button{
        height: 50px;
    line-height: 47px;
    padding: 0 30px;
    background: #000;
    margin-right: 10px;
    font-weight: normal;
         letter-spacing: 5.08px;
        color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.14);
    background: #000;
    font-size: 11px;
    margin-right: 25px;
      margin-bottom: 5px;
}
   
.newhillside-events .a2a_button_facebook img{
    display: none;
}
.newhillside-events .a2a_button_facebook{
    vertical-align: top;
    position: relative;
    width: 100%;
}
.newhillside-events .a2a_button_facebook:after{
    content: 'Share event';
    letter-spacing: 1px;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 16px;
     background: #1f343e;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-family: 'BigJohn';
    width: 100%;
    text-align: center;
    left: 0;
}


.newhillside-events .button:hover{
    background: none;
    color: #000;
}
.newhillside-events .button.white:hover{
    background: #979797 !important;
    color: #fff;
}
.hillside-hotel.page-template-micro-hillside_events .page-content ,
.single-mo-events.hillside-hotel.blue-themplate .wrapper  {
    background: #fff!important;
}
.hillside-footer img{
    width: 100%;
}
.hillside-footer label{
    display: none;
}
.hillside-footer  ul{
    margin:0;
}
.hillside-footer  ul li{
    list-style: none;
}
.newhillside-events .hillside-footer h1{
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2em; 
    font-size: 60px;
        letter-spacing: -1.13px;
}
.hf-sign{
        background: #1f343e;
    color: #fff;
       padding: 100px 0;
}
.newhillside-events .hf-sign h5{
    color: #fff !important;
}
.hf-sign font-variant-numeric: {
    display: flex;
}
.hf-sign input[type="email"]{
    height: 55px;
    background: #fff;
    letter-spacing: 0;
    font-size: 16px;
    text-align: center;
    color: #444;
       padding: 0 15px;
}
.hf-sign .button{
    background: #80ACBD;
    height: 55px;
    text-transform: none;
    font-family: 'Akkurat';
    font-size: 16px;
    padding: 0;
    width: 100%;
}
.hf-sign form {
    display: flex;
}
.hf-sign form .gform_body{
    width: 70%;
}
.hf-sign form .gform_footer{
    width: 30%;
}
.hf-sign input[type="email"]::-webkit-input-placeholder {
   color: #444;
}

.hf-sign input[type="email"]:-moz-placeholder { /* Firefox 18- */
   color: #444;
}

.hf-sign input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #444;
}

.hf-sign input[type="email"]:-ms-input-placeholder {
   color: #444;
}
.hillside-content .imgbg{
    height: 194px;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover !important;
        background-position: center;
}
.hillside-content .imgbg img{
    opacity: 0;
}
.hillside-content .col-item-name h3{
font-size: 35px;
    font-weight: bold;
        line-height: 1em;
}
.hillside-content .col-item-name h3 a{
    color: #000;
}
.hillside-content .fix-flex .grid-col-info h5{
        color: #78A7B9;
    text-transform: none;
    font-family: 'Avenir';
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
}
.hillside-content .fix-flex .grid-col-info .box{
        background-color: #000;
        color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
   margin-bottom: 5px;
}
.grid-col-info.card{
    border: 0;
}
.page-template-sarinos-events-php .hillside-content .fix-flex .grid-col-info .box{
        background-color: #61716b;
}
.hillside-content .fix-flex .grid-col-info .box span{
    color: #000;
    background:#fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    margin-right: 5px;
}
.hillside-content{
    padding-bottom: 80px;
}
.page-template-sarinos-events-php .hillside-content .fix-flex .grid-col-info .box span{
    color: #61716b;
}
.hillside-content .fix-flex .grid-col-info .box img{
    margin-right: 5px;
}
.newhillside-events p{
    color: #000;
    font-size: inherit;
}
.hillside-content .fix-flex .grid-col-info p:not(.box){
    margin-top: 10px;
}
.hillside-content .fix-flex .grid-col-info .link{
        color: #444;
    border-bottom: 1px solid;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
        max-width: 93px;
}
.hillside-single-content .cont{
    padding: 50px 100px 100px 25px;
    
}
.hillside-single-content .columns.first{
    border-right: 0.5px solid rgba(19, 24, 26, 0.18);
    padding-right: 0;
    padding-left: 0;
}
.cont-details{
    padding: 50px 0 100px 50px;
}
/*.hillside-single-content{
        border-bottom: 0.5px solid rgba(19, 24, 26, 0.18);
    margin-bottom: 80px;
}*/
.newhillside-events .related-events h2{
    font-size: 60px;
    margin-bottom: 80px;
}
.newhillside-events .cont-details table{
        max-width: 350px;
}
.newhillside-events table tbody tr:nth-child(even){
        background-color: transparent;
}
.newhillside-events table tbody{
    background: none;
    border: 0;
}
.newhillside-events table tbody th, 
.newhillside-events table tbody td{
        text-align: left;
    padding-left: 0;
            border-top: 0.5px solid rgba(19, 24, 26, 0.18);
    border-spacing: 0;
    border-collapse: unset;
}
.newhillside-events table tbody tr:first-child th, 
.newhillside-events table tbody tr:first-child td{
    border: 0;
}
.newhillside-events table tbody th{
    text-transform: uppercase;
    width: 100px;
    vertical-align: top;
}
.newhillside-events table tbody td a{
    color: #000;
    border-bottom: 1px solid;
}
.single-cnt{
    margin-top: 30px;
}
#sr-res-root .sr-fa{
    display: none !important;
}
.newhillside-events .grid-col{
    margin-bottom: 30px;
}
.newhillside-events .grid-col .fix-flex{
        height: 100%;
    display: flex;
    flex-direction: column;
}
.single-events .page-content #sr-res-root span{
        border-bottom: 1px solid;
          position: relative;
              overflow: visible !important;
            max-width: 100% !important;
    color: #000 !important;
        width: 100%;
        margin-left: 0;
}
.single-events .page-content #sr-res-root span:after{
       content: "";
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    height: 5px;
    bottom: -4px;
    width: 4px;
}
.single-events .page-content #sr-res-root:hover span{
    color: #000 !important;
}
.single-events .page-content #sr-res-root{
     padding: 0 !important;
    height: 20px !important;
    line-height: 1em !important;
    display: inline-flex;

}
.cont .button-group {
    margin-top: 30px;
}
.cont img{
       margin: 30px auto 0;
    width: 100%;
}
.rsw h1{
        line-height: 1.2em;
        margin-bottom: 30px;
}

@media screen and (max-width: 1250px){
    .hillside-single-content .cont {
        padding: 50px 100px 100px 25px;
    }
}
@media screen and (min-width: 1024px){
    .rsw .about-section  .section-right-side{
            padding-top: 0;
        margin-top: 0;
    }
    .rsw .form-wrap{
            padding-top: 0;
        text-align: left;
    }
    .rsw .large-6{
          -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .rsw .large-6.v-delim-l{
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media screen and (max-width: 1024px){
    .newhillside-events .related-events h2{
            font-size: 43px;
    }
    .head-video:before, .head-video:after{
        display: none;
    }
}
@media screen and (max-width: 900px) and (min-width: 640px){
    .hillside-content .grid-col.columns{
            -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        max-width: 50%;
    }
    .single-mo-events .newhillside-events h1 {
        font-size: 58px;
    }
   
    .cont-details {
        padding: 50px 0 50px 20px;
    }
    .newhillside-events .a2a_button_facebook:after,
    .newhillside-events .button{
            height: 45px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 13px;
    }
    .galleries .row img{
        height: 200px;
    }
    .hillside-single-content .cont {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 768px){
    .head-video,
    .head-video video{
        height: auto;
    }
    .head-video:before, .head-video:after{
        display: none;
    }
}

@media screen and (max-width: 640px){
    .hillside-single-content .cont {
    padding: 40px 15px;
}
    .hillside-conten{
        padding-bottom: 40px;
    }
    .hillside-single-content .columns.first {
        border-right: 0;
        border-bottom: 0.5px solid rgba(19, 24, 26, 0.18);
        margin-bottom: 30px;
    }
    .newhillside-events h1{
        font-size: 46px;
    }
    .hillside-header .show-for-small{
        display: block;
    }
    .hillside-header .hide-for-small{
        display: none;
    }
    .hillside-header .row.head {
        margin: 40px auto 30px;
    }
    .newhillside-events .hillside-footer h1{
        font-size: 40px;
    }
    .newhillside-events h5{
        font-size: 12px;
    }
    .hf-sign input[type="email"],
    .hf-sign .button{
        font-size: 13px;
    }
    .hf-sign .columns{
            max-width: 80%;
        -ms-flex: 0 0 80%;
        -webkit-box-flex: 0;
        flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        max-width: 80%;
    }
   
    .cont-details {
        padding: 0;
    }
    .newhillside-events .related-events h2{
        font-size: 40px;
            line-height: 1em;
            max-width: 400px;
    }
    .newhillside-events .cont-details table {
        max-width: 100%;
    }
    .team-blog .head h1, .single-team-blog h1{
        font-size:48px;
    }
    .single-team-blog .hillside-single-content .cont {
        padding-right: 0;
    }
}
@media screen and (max-width: 639px){
    .galleries .row img{
        height: 200px;
    }
    .post-password-form [type='password']{
        margin-top: -25px;
    }
    .packages .columns {
            margin-bottom: 15px;
    } 
    .purple-div{
            padding: 40px 0 20px;
    }
    .fridays .hf-sign{
              padding: 30px 15px;
    }
    .fridays .hf-sign .columns{
            max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .hf-sign.reveal .gform_wrapper ul.gform_fields li.gfield.left,
    .hf-sign.reveal .gform_wrapper ul.gform_fields li.gfield.right,
    .fridays .hf-sign .gform_wrapper ul.gform_fields li.gfield.left,
    .fridays .hf-sign .gform_wrapper ul.gform_fields li.gfield.right{
    width: 100%;
        max-width: 100%;
}
    
}
@media screen and (max-width: 540px){
    .newhillside-events.fridays .button.white{
        width: 100%;
        margin: 0 auto 7px; 
    }
    .fridays .hillside-header .button-group{
            padding: 15px;
    }
}
@media screen and (max-width: 480px){
    .cont .button-group{
            flex-direction: column;
    }
    .newhillside-events .a2a_button_facebook{
            margin-right: 0 !important;
        display: block;
        position: relative;
    }
    .newhillside-events .a2a_button_facebook:after{
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        left: 0;    
    }
    .hillside-single-content .columns.first{
        padding-bottom: 30px;
    }
    .hf-sign {
        padding: 60px 0;
    }
    .hf-sign form {
        display: block;
    }
    .hf-sign form .gform_body ,
    .hf-sign form .gform_footer{
        width: 100%;
    }
    .hf-sign input[type="email"],
    .hf-sign .button{
        font-size: 16px;
    }
    .hf-sign input[type="email"]{
        margin-bottom: 0;
    }
    .hillside-content .col-item-name h3{
        font-size: 32px;
    }
    .hillside-content .imgbg{
        height: 200px;
    }
    .newhillside-events .cont .button{
            margin: 0 0 5px;
    }
}
@media screen and (max-width: 400px){
    .newhillside-events .cont .button,
    .newhillside-events .a2a_button_facebook:after{
        font-size: 11px;
    }
}

.form-wrap.bottle-keep{
	max-width:none;
	padding-top: 50px;
	background: #e1dad0;
    padding-bottom: 0;
}

.form-wrap.bottle-keep .large-10{
	-webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.hillside-single-content img{
    width: 100%;
}

.reviews{
    padding: 124px 0;
    background:url(../images/background.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.reviews h5{
    margin-bottom: 42px;
}
.reviews h6{
     line-height: 26px;
    margin-top: 42px;
}
.reviews-slider.one .slick-dots{
    display: none !important;
}
.review-star-rating{
        display: flex;
    justify-content: center;
}
.reviews .row.cont{
    max-width: 855px;
    font-size: 20px;
}
.review-star-rating span{
   color: #fff;
    font-size: 13px;
        padding: 0 1px;
}
.sevenrooms{
    width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 1024px){
    .main-nav li{
            padding-left: 5px;
    padding-right: 5px;

    }
   
}
@media screen and (max-width: 1023px){
 header #sr-res-root span{
            margin-right: 13px !important;
    }
}