/*
 Theme Name:     Zehnder's of Frankenmuth Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Basso Marketing Agency
 Author URI:     https://www.bassomarketingagency.com/
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
GENERAL
HEADER
HOMEPAGE
INNER
FOOTER
GRAVITY FORMS
------------------------------------------------------- */


/*------------------------------------------------------- */
/*GENERAL*/
/*------------------------------------------------------- */
body {
    font-family: apparat, sans-serif;
    font-weight: 300;
    font-style: normal;
}
a {
    transition: 350ms;
}
.big-title {
    font-size: 65px;
}
.sm-title {
    font-size: 34px;
    line-height: 1em;
}
.big-title span.left {
    font-size: 60px;
    display: block;
}
.big-title span.right {
    font-size: 60px;
    text-align: right;
    display: block;
}
.big-title span.center {
    font-size: 60px;
    text-align: center;
    display: block;
	line-height: 100%;
}
@media (max-width: 980px) {
    .big-title {
        font-size: 42px;
    }
    .sm-title {
        font-size: 28px;
    }
    .big-title span.right {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .big-title {
        font-size: 32px;
    }
    .sm-title {
        font-size: 21px;
    }
    .big-title span.right {
        font-size: 32px;
    }
}
/*FONTS*/
.app {
    font-family: apparat, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.app-med {
    font-family: apparat, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.app-blk {
    font-family: apparat, sans-serif;
    font-weight: 800;
    font-style: normal;
}
.app-heavy {
    font-family: apparat, sans-serif;
    font-weight: 900;
    font-style: normal;
}
/*SCRIPT FONT*/
.alk {
    font-family: alkaline, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.alk-heavy {
    font-family: alkaline, sans-serif;
    font-weight: 800;
    font-style: normal;
}
/*COLORS*/
.black {
    color: #333;
}
.white {
    color: #FFF;
}
.yellow {
    color: #f2af31 !important;
}
.red {
    color: #871426;
}
.blue {
    color: #005f99;
}
.lt-blue {
    color: #dcf2ff;
}
.green {
    color: #344e41;
}
.dk-blue {
    color:#00304e;
}
.tan {
	color:#dea875;
}
/*LINK COLORS*/
a.white-link, .et-db #et-boc .et-l a.white-link {
    color: #FFF;
}
a.white-link:hover {
    color: #f2af31;
}
/*BUTTONS*/
.btn {
    border-radius: 10px;
    padding: 15px 30px 12px;
    line-height: 1em;
    text-transform: uppercase;
    transition: 350ms;
    display: inline-block;
    width: fit-content;
    font-weight: 400;
    box-shadow: 0px 0px 10px rgb(33,33,33,0.3);
}
.btn-mill {
    border-radius: 10px;
    padding: 14px 30px 12px;
    line-height: 1em;
    text-transform: uppercase;
    transition: 350ms;
    display: inline-block;
    width: fit-content;
    font-weight: 400;
    box-shadow: 0px 0px 10px rgb(33,33,33,0.3);
}
.btn-red {
    background: #871426;
    color: #FFF;
}
.btn-red:hover {
    background: #FFF;
    color: #871426;
}
.btn-white {
    background: #FFF;
    color: #871426;
}
.btn-white:hover {
    background: #871426;
    color: #FFF;
}
.btn-blue {
    background: #005f99;
    color: #FFF;
}
.btn-blue:hover {
    background: #FFF;
    color: #005f99;
}
.btn-yellow {
    background: #f2af31;
    color: #FFF;
}
.btn-yellow:hover {
    background: #FFF;
    color: #f2af31;
}
.btn-green {
    background: #344e41;
    color: #FFF;
}
.btn-green:hover {
    background: #FFF;
    color: #344e41;
}
.btn-tan {
    background: #FFF;
    color: #906c4b;
}
.btn-tan:hover {
    background: #906c4b;
    color: #FFF;
}

/*STYLINGS*/
.rt-mar25 {
    margin-right:25px
}
.upper {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.mfp-title {display: none;}
@media (max-width: 980px) {
    .rt-mar25 {
        margin-right:0px;
        margin-bottom: 25px;
    }
}
/*BLURBS*/
.hover-blurb {
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: grid;
    place-items: center;
    position: relative;
    top: 100%;
    z-index: 2;
    transition: 500ms;
    padding: 20px;
}
.hover-blurb-col {
    transition: 250ms;
}
.hover-blurb-col:hover .hover-blurb {
    top: 0px;
}
.hover-blurb .et_pb_module_header {
    font-size: 28px;
}
.hover-blurb .et_pb_main_blurb_image {
    margin-bottom: 15px;
}
/*BLUR BOX*/
.blur-box:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: rgba( 255, 255, 255, 0.25 );
}
.blur-box:hover {
    cursor: pointer;
}
.blur-box .et_pb_blurb_description {
    padding: 0px 25px;
}
/*li STYLES*/
.et_pb_text ul ul {
    padding-bottom: 0px;
}
.et_pb_text ul ul li {
    list-style: circle;
}
ul.icons {
    list-style-type: none;
}
ul.icons li {
    padding-left: 10px;
}
ul.icons li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    margin-left: -25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
li.checkbox:before {
    background-image: url('/wp-content/uploads/2023/01/checkbox.png')
}
li.checkbox-white:before {
    background-image: url('/wp-content/uploads/2023/01/checkbox-white.png')
}
li.wifi:before {
    background-image: url('/wp-content/uploads/2023/01/wi-fi.png')
}
li.fire:before {
    background-image: url('/wp-content/uploads/2023/01/bonfire.png')
}
li.shuttle:before {
    background-image: url('/wp-content/uploads/2023/02/bus.png')
}
li.gym:before {
    background-image: url('/wp-content/uploads/2023/01/dumbbell.png')
}
li.patio:before {
    background-image: url('/wp-content/uploads/2023/01/terrace.png')
}
li.no-fee:before {
    background-image: url('/wp-content/uploads/2023/01/no-fees.png')
}
li.park:before {
    background-image: url('/wp-content/uploads/2023/01/car.png')
}
li.rental:before {
    background-image: url('/wp-content/uploads/2023/01/rentals.png')
}
li.access:before {
    background-image: url('/wp-content/uploads/2023/01/wheelchair.png')
}
/*GRADIENTS*/
.blue-gradient:before,
.brown-gradient:before,
.pink-gradient:before,
.yellow-gradient:before,
.dk-green-gradient:before,
.lt-green-gradient:before,
.white-gradient:before,
.pine-gradient:before, 
.black-gradient:before, 
.tan-gradient:before {
    content:'';
    width: 100%;
    height:100%;
    position: absolute;
    z-index:1;
}
.blue-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(220,242,255,0.7) 92%,#dcf2ff 100%);
}
.brown-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(87,65,65,0.7) 92%,#574141 100%);
}
.pink-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(255,232,232,0.7) 92%,#ffe8e8 100%);
}
.yellow-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(255,246,228,0.7) 92%,#ffedc9 100%);
}
.dk-green-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(22,50,24,0.7) 92%,#163218 100%);
}
.lt-green-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(232,255,234,0.7) 92%,#e8ffea 100%);
}
.white-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(255,255,255,0.7) 92%,#fff 100%);
}
.tan-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(195,147,102,0.7) 92%,#c39366 100%);
}
.pine-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(17,49,43,0.7) 92%,#11312B 100%);
}
.black-gradient:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 85%,rgba(0,0,0,0.7) 92%,#000000 100%);
}
/*------------------------------------------------------- */
/*HEADER*/
/*------------------------------------------------------- */
.nav a {opacity: 1 !important}
/*TOOLBAR*/
#toolbar-menu .et_pb_menu_inner_container {
    align-items: flex-end;
}
#toolbar-menu {}
#toolbar-menu .et_pb_menu__menu>nav>ul>li>a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 1em 0px;
}
#toolbar-menu li a{
    transition: 250ms;
}
#toolbar-menu .menu-btn-red > a {
    border-radius: 10px!important;
    padding: .9em 1.6em!important;
    text-transform: uppercase;
    transition: 350ms;
    width: max-content;
    font-weight: 400;
    background: #871426!important;
    color: #FFF!important;
    margin-top: 0px !important;
}
#toolbar-menu .menu-btn-red > a:hover {
    background: #FFF!important;
    color: #871426!important;
}
#toolbar-menu .et_pb_menu .et-menu-nav > #menu-toolbar {
    align-items: center;
}

/*MAIN MENU*/
#main-menu {}
#main-menu.et_pb_menu .et_pb_menu__menu,
#main-menu.et_pb_menu .et_pb_menu__menu>nav,
#main-menu.et_pb_menu .et_pb_menu__menu>nav>ul {
    width: 100%;
}
#main-menu.et_pb_menu .et-menu {
    margin: 0px !important;
}
#main-menu.et_pb_menu .et_pb_menu__menu>nav>ul {
    justify-content: space-between !important;
    flex-wrap: initial;
}
#main-menu.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.3em;
    padding: 0px 10px 0px 0px;
    margin: 0px;
}
#main-menu.et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child {
    padding-right: 0px;
}
#main-menu.et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child .sub-menu {
    left: auto;
    right: 0px;
}
#main-menu .et-menu .menu-item-has-children>a:first-child {
    padding: 0.7em 1em 0.6em;
    background: transparent;
    border-radius: 10px;
    transition: 300ms;
    margin-bottom: 10px;
}
#main-menu .et-menu .menu-item-has-children>a:first-child:hover {
    background: rgba(0,0,0,.1);
}
#main-menu .et-menu .menu-item-has-children>a:first-child:after {
    display: none;
}
#main-menu .menu-btn-red > a {
    border-radius: 10px!important;
    padding: 15px 30px 12px!important;
    text-transform: uppercase;
    transition: 350ms;
    display: inline-block;
    width: max-content;
    font-weight: 400;
    background: #871426!important;
    color: #FFF!important;
    margin-top: 0px !important;
}
#main-menu .menu-btn-red > a:hover {
    background: #FFF!important;
    color: #871426!important;
}

/*SUB-MENU*/
#main-menu .sub-menu {
    border-radius: 12px;
    border: none;
    padding: 1.2em!important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
#main-menu .sub-menu li {
    width: 100%;
    padding: 0px;
}
#main-menu .sub-menu li a {
    width: 100%;
    border-radius: 7px;
    line-height: 1.4em;
    padding: 0.8em 1em 0.6em;
    font-size: 16px;
    transition: 250ms;
}
#main-menu .sub-menu li a:hover {
    background-color: #F7F7F7;
}
#main-menu .sub-menu li a:last-child {
    margin-bottom: 0px;
}
#main-menu .et-menu .sub-menu .menu-item-has-children>a:first-child {
    width: 100%;
}
#main-menu .sub-menu .sub-menu {
    left: 100%;
}
/*MOBILE MENU*/
.mobile {
    display: none !important;
}
#main-menu .et_mobile_menu {
    top: calc(100% + 15px);
    border-radius: 13px;
    border-top: none;
    padding: 1.4em;
}
#main-menu .et_mobile_menu .sub-menu {
    box-shadow: none;
    padding: 0px 0px 0px 1.2em!important;
}
#main-menu .et_mobile_menu li a {
    border: 0px;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 0.9em 1.2em .7em;
    line-height: 1.4em;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}
.et_pb_module .mobile_menu_bar:before {
    top: 0px;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
#main-menu .et_mobile_menu .sub-menu .sub-menu {
    padding: 0px 0px 0px 1.2em!important;
}
@media screen and (max-width: 980px) {
    #main-menu .menu-btn-red > a {
        color: #871426!important;
        background: rgba(0,0,0,.03)!important;
        padding: 0.9em 1.2em 0.7em!important;
        width: 100%;
        opacity: 1!important;
    }
    #main-menu .menu-btn-red > a:hover {
        color: #871426!important;
        background: rgba(0,0,0,.03)!important;
        opacity: 1!important;
    }
    .mobile {
        display: block !important;
    }
}
/*------------------------------------------------------- */
/*HOMEPAGE*/
/*------------------------------------------------------- */
/*MAIN CTA*/
#video-cta::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,.15), rgba(0,0,0,.6));
    top: 0;
    position: absolute;
    z-index: 1;
}
#video-cta::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(75,106,124) 0%, rgba(75,106,124, 0.75) 5%, transparent 12%);
    top: 0;
    position: absolute;
    z-index: 2;
}
.CTA-title {
    font-size: 90px;
}
.CTA-title span.CTA-yellow {
    font-size: 95px;
}
@media (max-width: 1440px) {
    .CTA-title {
        font-size: 75px;
    }
    .CTA-title span.CTA-yellow {
        font-size: 75px;
    }
}
@media (max-width: 1108px) {
    h1.CTA-title {line-height: 0.75em !important}
}
@media (max-width: 980px) {
    .CTA-title {
        font-size: 72px;
    }
    .CTA-title span.CTA-yellow {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .CTA-title {
        font-size: 50px;
    }
    .CTA-title span.CTA-yellow {
        font-size: 42px;
    }
}
/*SPLASH SECTION*/
#home-splash .big-title.splash span.right {
    margin-right: -43px;
    transform: rotate(-3deg);
    margin-top: -15px;
}
#home-splash #splash-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/12/homepage_water_drops.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 75px;
    height: 79px;
    top: -50px;
    right: -50px;
}
#home-splash #splash-title:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/12/homepage_water_drops_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 29px;
    height: 47px;
    bottom: 0;
    left: -40px;
}
#home-splash .blue-bkgd-shape:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/zehnder-splash-bkgd.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 444px;
    height: 110px;
    top: -33px;
    left: calc(50% - 222px);
    z-index: -1;
}
@media (max-width: 1485px) and (min-width: 980px) {
    #home-splash .big-title {
        font-size: 50px;
    }
    #home-splash .big-title span.right {
        font-size: 50px;
    }
    #home-splash .blue-bkgd-shape:before {
        width: 350px;
        top: -28px;
        left: calc(50% - 175px);
    }
}
@media (max-width: 980px) {
    #home-splash .blue-bkgd-shape:before {
        width: 300px;
        top: -24px;
        left: calc(50% - 150px);
    }
    #home-splash .big-title.splash span.right {
        margin-top: -5px;
    }
}
@media (max-width: 767px) {
    #home-splash #splash-title:before {
        width: 45px;
    }
    #home-splash #splash-title:after {
        width: 20px;
        height: 33px;
        bottom: -15px;
        left: -50px;
    }
    #home-splash .blue-bkgd-shape:before {
        width: 240px;
        top: -19px;
        left: calc(50% - 120px);
    }
}
/*RESTAURANT SECTION*/
#home-restaurant .big-title.restaurant span.right {
    margin-right: -10px;
    transform: rotate(-2deg);
}
/*MARKETPLACE SECTION*/
#home-marketplace .big-title.marketplace span.right {
    margin-right: -40px;
    transform: rotate(-4deg);
}
#home-marketplace > .et_pb_row,
.angled-box > .et_pb_row {
    display: flex;
    justify-content: space-between;
}
#home-marketplace > .et_pb_row::after,
.angled-box > .et_pb_row::after {
    content: none;
}
#home-marketplace #home-mkt-box,
.angled-box #home-mkt-box {
    height: 100%;
    position: relative;
    right: -5%;
}
@media (max-width:980px){
    #home-marketplace > .et_pb_row {
        flex-direction: column;
    }
    #home-marketplace #home-mkt-box,
    .angled-box #home-mkt-box {
        right: 0%;
    }
}
/*FORTRESS SECTION*/
#home-fortress .big-title.fortress span.right {
    margin-right: -20px;
    transform: rotate(-4deg);
}
/*HISTORY SECTION*/
#home-history .big-title.history span.right {
    margin-right: -10px;
    transform: rotate(-2deg);
}
/*UPCOMING EVENTS SECTION*/
#upcoming-events .big-title.upcoming span.right {
    margin-right: -50px;
    transform: rotate(-3deg);
}
@media (max-width:980px){
    #upcoming-events .big-title.upcoming span.right {
        margin-right: 0px;
    }
}
/*------------------------------------------------------- */
/*SPLASH VILLAGE PAGE*/
/*------------------------------------------------------- */
#splash-cta .inner-cta-title span.inner-cta-yellow {
    margin-right: -100px;
    transform: rotate(-3deg);
    margin-top: -5px;
}
#splash-book .big-title {
    font-size: 48px;
}
#splash-book .big-title span.left {
    font-size: 40px;
    transform: rotate(-4deg);
    margin-top: -10px;
}
#splash-hotel-title .big-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/water_splash.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 85px;
    height: 75px;
    top: -60px;
    right: -95px;
    transform: rotate(70deg);
}
#splash-hotel-title .big-title span.right {
    transform: rotate(-3deg);
    margin-top: -5px;
    margin-right: -65px;
}
#splash-hotel {}
#splash-packages .big-title span.right {
    transform: rotate(-3deg);
    margin-top: 0px;
    margin-right: -18px;
}
#splash-attractions .big-title span.right {
    transform: rotate(-3deg);
    margin-right: -18px;
}
#splash-cafe {}
#splash-events {}
@media (max-width: 767px) {
    #splash-cta .inner-cta-title span.inner-cta-yellow {
        margin-right: -50px;
    }
    #splash-book .big-title {
        font-size: 40px;
    }
    #splash-book .big-title span.left {
        font-size: 32px;
        margin-top: 0px;
    }
    #splash-hotel-title .big-title:before {
        right: 0px;
    }
    #splash-hotel-title .big-title span.right {
        margin-right: 0px;
    }
    #splash-packages .big-title span.right {
        margin-right: 0px;
    }
    #splash-attractions .big-title span.right {
        margin-right: 0px;
    }
}
/*------------------------------------------------------- */
/*RESTAURANT PAGE*/
/*------------------------------------------------------- */
#restaurant-cta .inner-cta-title span.inner-cta-yellow {
    margin-right: -15px;
    transform: rotate(-4deg);
    margin-top: -5px;
}
@media (max-width: 767px) {
    #restaurant-cta .inner-cta-title span.inner-cta-yellow {
        margin-right: -50px;
    }
}
#restaurant-book .big-title {
    font-size: 48px;
}
#restaurant-book .big-title span.left {
    font-size: 40px;
    transform: rotate(-4deg);
    margin-top: -10px;
}
#restaurant-rest .big-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/chicken.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 67px;
    top: -35px;
    right: -130px;
}
#restaurant-rest .big-title span.right {
    transform: rotate(-3deg);
    margin-right: -170px;
}
@media (max-width: 767px) {
    #restaurant-rest .big-title span.right {
        margin-right: 0px;
    }
    #restaurant-book .big-title {
        font-size: 32px;
    }
    #restaurant-book .big-title span.left {
        font-size: 30px;
        margin-top: 0px;
    }
    #restaurant-rest .big-title:before {
        right: -100px;
    }
}

/*------------------------------------------------------- */
/*MARKETPLACE PAGE*/
/*------------------------------------------------------- */
#marketplace-cta .inner-cta-title span.inner-cta-yellow {
    margin-right: -15px;
    transform: rotate(-4deg);
    margin-top: -5px;
}
#marketplace-book .big-title {
    font-size: 48px;
}
#marketplace-book .big-title span.left {
    font-size: 40px;
    transform: rotate(-4deg);
    margin-top: -10px;
}
#marketplace-foodstore-title .big-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/donuts.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -82px;
    right: -115px;
}
#marketplace-foodstore-title .big-title span.right {
    transform: rotate(-3deg);
    margin-right: -25px;
}
/*MARKETPLACE SECTION*/
#market-zchef .big-title.marketplace span.right {
    margin-right: -40px;
    transform: rotate(-4deg);
}
#market-zchef > .et_pb_row,
.angled-box > .et_pb_row {
    display: flex;
    justify-content: flex-start;
}
#market-zchef > .et_pb_row::after,
.angled-box > .et_pb_row::after {
    content: none;
}
#market-zchef #home-mkt-box,
.angled-box #home-mkt-box {
    height: 100%;
    position: relative;
    right: -5%;
}
@media (max-width:980px){
    #market-zchef > .et_pb_row {
        flex-direction: column-reverse;
    }
    #market-zchef #home-mkt-box,
    .angled-box #home-mkt-box {
        right: 0%;
    }
}
@media (max-width: 767px) {
    #marketplace-cta .inner-cta-title span.inner-cta-yellow {
        margin-right: -50px;
    }
    #marketplace-book .big-title {
        font-size: 32px;
    }
    #marketplace-book .big-title span.left {
        font-size: 30px;
        margin-top: 0px;
    }
    #marketplace-foodstore-title .big-title:before {
        right: 0px;
    }
    #marketplace-foodstore-title .big-title span.right {
        margin-right: 0px;
    }
}
/*------------------------------------------------------- */
/*THE FORTRESS PAGE*/
/*------------------------------------------------------- */
#fortress-cta .inner-cta-title span.inner-cta-yellow {
    margin-right: -15px;
    transform: rotate(-4deg);
    margin-top: -5px;
}

#fortress-book .big-title {
    font-size: 48px;
}
#fortress-book .big-title span.left {
    font-size: 40px;
    transform: rotate(-4deg);
    margin-top: -10px;
}
#fortress-golf .big-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/golf_ball.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 40px;
    height: 68px;
    top: -20px;
    right: -40px;
}
#fortress-golf .big-title span.right {
    transform: rotate(-3deg);
    margin-right: -25px;
}

#fortress-club .big-title.marketplace span.right {
    margin-right: -40px;
    transform: rotate(-4deg);
}
@media (max-width: 767px) {
    #fortress-cta .inner-cta-title span.inner-cta-yellow {
        margin-right: -50px;
    }
    #fortress-book .big-title {
        font-size: 32px;
    }
    #fortress-book .big-title span.left {
        font-size: 30px;
        margin-top: 0px;
    }
    #fortress-golf .big-title span.right {
        margin-right: 0px;
    }
    #fortress-club .big-title.marketplace span.right {
        margin-right: 0px;
    }
}

/*------------------------------------------------------- */
/*SNOWFEST PAGE*/
/*------------------------------------------------------- */
#zsnowfest .big-title:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 70px;
    top: -8px;
    right: -74px;
}

#zsnowfest .btn-white {
    background: #FFF;
    color: #005f99;
}
#zsnowfest .btn-white:hover {
    background: #005f99;
    color: #FFF;
}

/*------------------------------------------------------- */
/*INNER*/
/*------------------------------------------------------- */
.inner-cta-title {
    font-size: 72px;
    width: fit-content;
}
.inner-cta-title span.inner-cta-yellow {
    font-size: 80px;
    text-align: right;
    display: block;
    margin-right: -100px;
    transform: rotate(-3deg);
    margin-top: -5px;
}
@media (max-width: 1200px) {
    .inner-cta-title span.inner-cta-yellow {
        margin-right: 0px;
    }
}
@media (max-width: 980px) {
    .inner-cta-title {
        font-size: 50px;
    }
    .inner-cta-title span.inner-cta-yellow {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .inner-cta-title {
        font-size: 35px;
    }
    .inner-cta-title span.inner-cta-yellow {
        font-size: 40px;
        text-align: left;
    }
}
.inner-title.big-title span.right {
    transform: rotate(-3deg);
    margin-right: -50px;
    margin-top: -5px;
}
@media (max-width: 980px) {
    .inner-title.big-title span.right {
        text-align: left;
        margin-right: 0px;
    }
}
.inner-skew .inner-title.big-title {
    font-size: 48px;
}
.inner-skew .inner-title.big-title span.left {
    font-size: 40px;
}
/*------------------------------------------------------- */
/*FOOTER*/
/*------------------------------------------------------- */
/*INSTAGRAM*/
#instagram .big-title.instagram span.right {
    margin-right: -28px;
    transform: rotate(-3deg);
}
@media (max-width:980px){
    #instagram .big-title.instagram span.right {
        margin-right: 0px;
    }
}
/*FOOTER MENUS*/
#footer-bestof {display: none;}
#footer-diner-choice {display: none;}
.page-id-13 #footer-bestof {display: block;}
.page-id-14 #footer-diner-choice {display: block;}

#footer-menus .et-menu-nav .underline {
    text-transform: uppercase;
    text-decoration: underline;
}
#footer-menus .et-menu-nav .indent {
    margin-left: 25px;
}

#footer-menus .et-menu-nav ul {
    margin-left: 10px;
    display: block !important;
}




body.woocommerce .footer-menu li {
    display: block !important;
    float: none !important;
    width: 100%;
}


/*COPYRIGHT*/
#copyright {}
#copyright:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/footer-bridge.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    height: 275px;
    width: 100%;
}

a.basso {
    color:#fff;
}
a.basso:hover {
    color:#7bb136;
}
/*------------------------------------------------------- */
/*GRAVITY FORMS*/
/*------------------------------------------------------- */

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    min-height: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 0.7em!important;
    font-size: 1em;
    transition: 300ms;
    outline: 3px solid transparent;
}
.gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus {
    outline: 3px solid #000000;
}
.gform_wrapper.gravity-theme #gform_fields_1 .gfield_label {
/*    color: #ffffff;*/
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;
    line-height: 1.4em;
    display: block;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 0px;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0px;
    letter-spacing: .05em;
    font-size: 1em;
    background: #871426;
    color: #ffffff!important;
    border-radius: 10px;
    padding: 15px 30px 12px;
    line-height: 1em;
    text-transform: uppercase;
    transition: 350ms;
    display: inline-block;
    width: fit-content;
    font-weight: 400;
    box-shadow: 0px 0px 10px rgb(33,33,33,0.3);
    cursor: pointer;
    border: none;

}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    background: #ffffff;
    color: #871426!important;
}
.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 1em;
    padding: 0px;
    margin-bottom: 5px;
}
.gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 0.5em;
}
.gform_wrapper.gravity-theme .gfield_header_item--icons, .gform_wrapper.gravity-theme .gfield_list_icons {
    margin-left: 1%;
}
.gform_wrapper.gravity-theme .gfield_list_icons button {
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
    padding-bottom: 5px;
    color: #666666;
    font-size: 14px;
}
.gform_wrapper .ginput_container_fileupload input[type="file"] {
    background: #ffffff;
    padding: 1.4em;
    border-radius: 0.5em;
    border: 1px solid #e0e0e0;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    line-height: 1.4em;
    padding: 0px;
}

#field_5_1 label {
    color: #fff!important;
}
#gform_submit_button_5 {
    background: #f2af31!important;
}
#gform_submit_button_5:hover {
    background: #fff!important;
    color: #f2af31!important;
}

/*------------------------------------------------------- */
/*TRIPLESEAT*/
/*------------------------------------------------------- */
.tripleseat_field_section .tripleseat_field input[type=color],
.tripleseat_field_section .tripleseat_field input[type=date],
.tripleseat_field_section .tripleseat_field input[type=datetime-local],
.tripleseat_field_section .tripleseat_field input[type=datetime],
.tripleseat_field_section .tripleseat_field input[type=email],
.tripleseat_field_section .tripleseat_field input[type=month],
.tripleseat_field_section .tripleseat_field input[type=number],
.tripleseat_field_section .tripleseat_field input[type=password],
.tripleseat_field_section .tripleseat_field input[type=search],
.tripleseat_field_section .tripleseat_field input[type=tel],
.tripleseat_field_section .tripleseat_field input[type=text],
.tripleseat_field_section .tripleseat_field input[type=time],
.tripleseat_field_section .tripleseat_field input[type=url],
.tripleseat_field_section .tripleseat_field input[type=week],
.tripleseat_field_section .tripleseat_field select,
.tripleseat_field_section .tripleseat_field textarea {
    min-height: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 0.7em!important;
    font-size: 1em;
    transition: 300ms;
    outline: 3px solid transparent;
}
.tripleseat_field_section .tripleseat_field input[type=color]:focus,
.tripleseat_field_section .tripleseat_field input[type=date]:focus,
.tripleseat_field_section .tripleseat_field input[type=datetime-local]:focus,
.tripleseat_field_section .tripleseat_field input[type=datetime]:focus,
.tripleseat_field_section .tripleseat_field input[type=email]:focus,
.tripleseat_field_section .tripleseat_field input[type=month]:focus,
.tripleseat_field_section .tripleseat_field input[type=number]:focus,
.tripleseat_field_section .tripleseat_field input[type=password]:focus,
.tripleseat_field_section .tripleseat_field input[type=search]:focus,
.tripleseat_field_section .tripleseat_field input[type=tel]:focus,
.tripleseat_field_section .tripleseat_field input[type=text]:focus,
.tripleseat_field_section .tripleseat_field input[type=time]:focus,
.tripleseat_field_section .tripleseat_field input[type=url]:focus,
.tripleseat_field_section .tripleseat_field input[type=week]:focus,
.tripleseat_field_section .tripleseat_field select:focus,
.tripleseat_field_section .tripleseat_field textarea:focus {
    outline: 3px solid #000000;
}
.tripleseat_field_section .tripleseat_field label {
    font-size: 20px;
    line-height: 1.4em;
    display: block;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 0px;
}
.tripleseat_field_section .tripleseat_field.ts_submit input {
    margin-bottom: 0px;
    letter-spacing: .05em;
    font-size: 1em;
    background: #871426;
    color: #ffffff!important;
    border-radius: 10px;
    padding: 15px 30px 12px;
    line-height: 1em;
    text-transform: uppercase;
    transition: 350ms;
    display: inline-block;
    width: fit-content;
    font-weight: 400;
    box-shadow: 0px 0px 10px rgb(33,33,33,0.3);
    cursor: pointer;
    border: none;
}
.tripleseat_field_section .tripleseat_field.ts_submit input:hover {
    background: #ffffff;
    color: #871426!important;
}
.tripleseat_field_section .tripleseat_field {
    margin-bottom: 0.5em;
}
.row_contact_header,
.row_details_header {
    font-size: 34px;
    line-height: 1em;
    font-family: apparat, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}
.row_details_header {
    margin-top: 20px;
}

/*------------------------------------------------------- */
/*WOOCOMMERCE CLASSES*/
/*------------------------------------------------------- */

.woocommerce-breadcrumb {
	font-family: apparat, sans-serif;
    font-weight: 300;
    font-style: normal;
	color: #333333;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-family: "apparat light", sans-serif !important;
	font-weight: 900;
	font-style: normal;
}

.et_pb_wc_title h1, h2 {
    font-family: apparat, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.woocommerce div.product form.cart .variations td select {
    border-radius: 3px;
    border: 1px;
	border-color: #000000;
    color: #000000 !important;
    font-size: 16px;
    padding: 4px 8px;
    font-weight: 500;
    font-family: Open Sans, Arial, sans-serif;
}

.upsells h2 {
    text-align: center;
}

.et-db #et-boc .et-l .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
      padding: 0.7em 1em 0.6em;
    background: transparent;
    border-radius: 10px;
    transition: 300ms;
    margin-bottom: 10px;
	    word-wrap: break-word;
}



/*------------------------------------------------------- */
/*CONTENT VIEWS*/
/*------------------------------------------------------- */

.pt-cv-content-item {
    padding-bottom: 50px;
}
.pt-cv-thumbnail.pull-left {
    margin-right: 50px !important;
}
.pt-cv-wrapper .btn-success.active.focus,
.pt-cv-wrapper .btn-success.active:focus,
.pt-cv-wrapper .btn-success:active.focus,
.pt-cv-wrapper .btn-success:active:focus,
.pt-cv-wrapper .open>.dropdown-toggle.btn-success.focus,
.pt-cv-wrapper .open>.dropdown-toggle.btn-success:focus,
.pt-cv-wrapper .btn-success.focus,
.pt-cv-wrapper .btn-success:focus,
.pt-cv-wrapper .btn-success.active,
.pt-cv-wrapper .btn-success:active,
.pt-cv-wrapper .open>.dropdown-toggle.btn-success,
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #871426;
    border-color: #871426;
    box-shadow: 0px 0px 10px rgb(33,33,33,0.3) !important;
}
.pt-cv-wrapper .btn-success:hover,
.pt-cv-wrapper .btn-success.active:hover,
.pt-cv-wrapper .btn-success:active.focus,
.pt-cv-wrapper .btn-success:active:focus,
.pt-cv-wrapper .btn-success:active:hover,
.pt-cv-wrapper .open>.dropdown-toggle.btn-success:hover {
    color: #871426;
    background-color: #FFF;
    border-color: #FFF;
}
/*------------------------------------------------------- */
/*CUSTOM MOBILE COLS*/
/*------------------------------------------------------- */
@media all and (max-width: 980px) {
    /*** wrap row in a flex box ***/
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }
    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }
    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }
    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }
    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }
}