/******************************************************************
Theme Name: Great Northern Powder Guides
Theme URI: 
Author: Forest White
Author URI: http://www.forestwhite.com
Description: Responsive theme for Great Northern Powder Guides.
Text Domain: great-northern-powder-guides
Tags: full-width-template
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
*****************************************************************

Colors :

     red = #E02530

*/

@font-face {
    font-family: 'OPTIBritannic';
    font-style: normal;
    font-weight: normal;
    src: local('OPTIBritannic'), url('library/fonts/OPTIBritannic.woff') format('woff');
}

/* TRANSITIONS */

.pagetop span {
    transition: all 0.75s ease !important;
    -moz-transition: all 0.75s ease !important;
    -webkit-transition: all 0.75s ease !important;
}

.caption,

#logo img,
#header-back,
#menu-social-menu,
#nav #menu-social-menu li a {
    transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
}

#mobile-cta,
a.see-more,
.arrow,
a.boxbutton,
.collapsible-header strong,
#header,
.nav-trigger + label,
#mobileBody {
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}

    /* {
    transition: all 0.15s ease !important;
    -moz-transition: all 0.15s ease !important;
    -webkit-transition: all 0.15s ease !important;
} */

/* WordPress Fixes  */

.wp-caption,
.screen-reader-text,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

#wp-admin-bar-wp-logo,
#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-search {
    display: none !important;
}


/* OVERALL WIDTH */

.wrap {
    width: 100% !important;
    max-width: 1280px !important;

    position: relative;
}


/* GLOBAL */


html,
body {
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

body {
    background-color: transparent !Important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Helvetica', sans-serif !important;
}

#container {
    padding: 0;
}

#content {
    text-align: center;
}

.hentry {
    border-radius: 0;
    border: none !important;
}

h1,
h2,
h3,
h4,
.big_link div {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    line-height: 1 !Important;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;

}

a:hover {
    color: #666666;
    text-decoration: none !important;
}

a:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

h1 {
    color: #E02530;
    display: inline-block;
    width: 100%;
    font-weight: 700 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 80px !important;
    text-transform: uppercase;
    line-height: 1 !important;
    letter-spacing: -2px;
}

h2 {
    color: #000;
    font-weight: 300 !important;
    font-size: 40px !Important;
    margin-top: 10px;
    line-height: 1.1 !Important;
}

h2 strong {
    font-size: 50px !Important;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}


h3 {
    font-weight: 300 !important;
    font-size: 30px !Important;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

h4 {
    font-size: 18px !important;
    color: #000;
    font-weight: 700 !important;
    margin: 10px 0;
    letter-spacing: -1px;
}

h5 {
    font-size: 24px !important;
    color: #000;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    text-transform: capitalize !important;
    margin-bottom: 0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

input[type="submit"],
.og-details a,
.caption a {
    background: #777;
    color: #fff !important;
    padding: 10px 25px 8px 25px !important;
    font-size: 18px;
    border: 0;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.caption a {
    background: #2b7eb0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ddd !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

hr {
    border-top: 1px solid #ddd !important;
    border-bottom: none !important;
    margin: 60px 0;
}

strong {
    font-weight: 800 !important;
}

fw-show {
    display: none;
}

fw-hide {
    display: block;
}

img {
    max-width: 100%;
}

input,
textarea,
select {
    font: 15px 'Open Sans';
    font-weight: 300 !important;
    color: #444 !important;
    background: #fff;
    font-size: 15px !important;
}

p {
    font-size: 17px;
    line-height: 1.5;
    padding: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}

ul {
    text-align: left;
}

.alignleft {
    float: left;
    margin: 5px 5% 30px 0;
    max-width: 45%;
}

.alignright {
    float: right;
    margin: 5px 0 30px 5%;
    max-width: 50%;
}

.aligncenter {
    margin-bottom: 30px;
    max-width: 50%;
}

.slide-7314 .caption {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.anchor {
    top: -120px;
    display: inline-block;
    font-size: 0 !important;
    position: absolute
}

.large {
    font-size: large;
}

.small {
    font-size: small;
}

.red {
    color: #E02530;
}

.white {
    color: #fff;
}

.alignfull {
    height: auto;
    width: 100vw;
    max-width: none;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
/* iFrame */

iframe {
    max-width: 100%;
    line-height: 1;
}

.video_frame {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.29%;
    margin: 5px auto;
    max-width: 1000px;
}

.video_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
}

.gallery {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.gallery br {
    display: none;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    padding: 0;
}


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

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

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

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

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

dd.wp-caption-text.gallery-caption {
    display: none;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.ngg-gallery-thumbnail a {}

.ngg-gallery-thumbnail {
    border: none !important;
    margin: 0 !important;
}

.ngg-gallery-thumbnail-box {
    width: 24%;
}

/* POP UP */

#welcomepopup_window {
    text-align: center !important;
    max-width: 100% !important;
    height: auto !important;
}

.welcomepopup_box {
    max-width: 100%;
    display: inline-block !important;
    max-height: 100%;
}

#welcomepopup_content {
    display: inline-block !important;
    max-width: 100% !important;
    max-height: 100%;
    padding: 0 !important;
}

#welcomepopup_message {
    display: inline-block !important;
}

#welcomepopup_content img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;

}

#welcomepopup_content p {
    padding: 0px !important;
    line-height: .5 !important;
    display: inline-block !important;
}

/* Mobile Menu */

#mobileBody {
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    position: relative;
    top: 0px;
    bottom: 100%;
    right: 0;
    z-index: 1;
    display: block;
    overflow-x: hidden;
    width: 100%;
}

.mobile-nav {
    list-style: none;
    background: #000;
    width: 261px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: 0;
    display: block;
    padding-top: 0;
    padding-left: 10px;
}

.mobile-nav .menu {}

a.nav-item {
    padding: 0 15px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    font-weight: 300;
    font-size: 17px;
    text-decoration: none;
}

#navSocial {
    padding: 50px 0 30px 20px;
}

#navSocial a {
    width: 40px;
    height: 40px;
    margin: 0 15px 10px 0;
}

#navSocial a#phone_number {
    width: 100%;
    font-size: 28px !important;
    letter-spacing: -1px;
    background: none !important;
    font-weight: 400;
    padding-left: 0;
    color: #111;
}

#navSocial a img {
    width: 50px;
    height: auto;
    margin: 0 3px;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: none;
    height: 0;
}


label[for="nav-trigger"] {
    position: fixed;
    display: none;
    top: 40px;
    right: 20px;
    z-index: 2000;
    width: 70px;
    line-height: 60px;
    cursor: pointer;
    padding: 0 20px;
    text-align: center;
}

label[for="nav-trigger"] svg.menu {
    fill: #fff;
    width: 24px;
    height: auto;
}

.nav-trigger:checked + label[for="nav-trigger"] svg,
label[for="nav-trigger"] svg.close {
    display: none;
}

label[for="nav-trigger"] svg.close {
    height: 24px;
    width: auto;
    margin-top: 15px;
    margin-right: 20px;
    float: right;
}

.nav-trigger:checked + label[for="nav-trigger"] svg.close {
    display: block;
}

.nav-trigger:checked + label {
    right: 260px;
    height: 100%;
    bottom: 0;
}

.nav-trigger:checked ~ #mobileBody #header,
.nav-trigger:checked ~ #mobileBody #content .woocommerce-variation-add-to-cart,
.nav-trigger:checked ~ #mobileBody #content .single_variation,
.nav-trigger:checked ~ #mobileBody #content .plan-menu-box {
    right: 260px;
}

.nav-trigger:checked ~ #mobileBody #header #header-back {
    opacity: 1;
}

.nav-trigger:checked ~ #mobileBody {
    right: 260px;
    overflow-y: hidden;
    height: 100%;
    position: fixed;
}

.mobile-nav {}

.mobile-nav ul li#menu-item-7086 {
    display: none !important;
}

.mobile-nav ul {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 15px;
}

#menu-top-menu {
    padding-bottom: 22px;
    border-bottom: 1px solid #aaa;
    width: 90%;
}

.mobile-nav ul li {
    margin-bottom: 0 !important;
    width: 100% !important;
    text-align: right !important;
}

.mobile-nav ul li.booknow {
    padding-right: 15px;
    margin-top: 10px;
}

.mobile-nav ul li.booknow a {
    text-transform: uppercase;
}

.mobile-nav ul li.social {
    width: 30px !important;
}

.mobile-nav ul li.wpmenucartli {
    width: auto !important;
}

.mobile-nav ul li a {
    font-size: 19px;
    line-height: 1.25 !important;
    padding: 8px 20px !important;
    text-transform: none;
    text-align: right;
    font-weight: 800;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-top: 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.mobile-nav ul li ul {
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-nav ul li ul.sub-menu li {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 0px !important;
    line-height: 1.25 !important;
}

.mobile-nav ul li ul.sub-menu li a {
    font-size: 12px;
    font-weight: 500 !Important;
    margin-top: 0;
}


.page-id-33 h1,
.mobile-nav .sub-menu {
    display: none;
}



/* HEADER */

#header {
    position: fixed;
    /* _position: absolute; */
    top: 0;
    /* _top: expression(eval(document.body.scrollTop)); */
    right: 0;
    width: 100%;
    z-index: 10002;
    padding: 5px 0 5px 0;
    transition: background 0.5s linear;
}

#header .wrap {
    max-width: 85% !Important;
}

#inner-header {
    z-index: 100;
    position: relative;

}

#header-back {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
}

#logo {
    width: auto;
    line-height: 1;
    float: left;
    position: relative;
    margin-top: 5px;
}

.home #logo {}

#logo img {
    height: auto;
    width: 360px;
}

#header-right {
    width: 50%;
    float: right;
    text-align: right;
    display: block;
    margin: 30px 20px 0 0;
    min-height: 140px;
}

a#mobilenavbars {
    display: block;
    color: #fff;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: none;
    font-size: 40px !important;
}

a.email,
a.phone {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    vertical-align: middle;
    font-weight: 400;
}

a.phone {
    width: auto;
    line-height: 2 !important;
    z-index: 1003;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 0;
    cursor: default;
    font-family: 'Finland Rounded Thin', sans-serif !important;

}

.mobile-nav a.phone {
    display: none;
}

a.phone svg {
    fill: #fff;
    max-height: 100%;
    width: 30px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
}

.phonelink {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'Finland Rounded Thin', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

#nav-menu {
    color: #fff;
    width: 100%;
    min-height: 300px;
    padding: 0 0 30px 0;
    background: #333;
    position: relative;
    top: 0;
    z-index: 10002;
    display: none;
    text-align: center;
    margin-bottom: -58px;
}

#nav-menu a {
    color: #fff;
}

#nav a:focus {
    opacity: 0.5 !important;
}

#mobilenav {
    margin: 20px 0;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
}

#mobilenav a {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    width: 32%;
    font-weight: 700;
    margin: 25px 0;
}

::-webkit-input-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

:-moz-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

::-moz-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

:-ms-input-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

#top {
    margin: 0px !important;
    padding: 0px !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    display: none;
    text-align: center;
    border-bottom: 2px solid #fff;
}

#top a img {
    vertical-align: middle;
}

.big_link-box {
    padding-top: 0;
}

.big_link-box .link {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    position: relative;
}

.big_link-box .link .link-title {
    color: #fff;
    padding: 25px 10px 15px 20px;
    line-height: 25px;
    font-size: 34px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-align: left;
    background: rgba(0, 0, 0, .8);
    letter-spacing: -.5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.big_link-box .link .link-title i {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    letter-spacing: 0;
    font-weight: 400;
}
.nonprivate .link-title i {
    width: auto !important;
}

.big_link-box .link .link-photo {
    width: 100%;
    padding-top: 60%;
    margin: auto;

}


a.booknow {
    background: #E02530;
    color: #fff !important;
    line-height: 40px;
    padding: 0 25px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: bold;
    display: inline-block;
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.big_link-box a.booknow {
    position: absolute;
    top: 25px;
    right: 20px;
}

.page-calendar .big_link-box .link {
    width: 33%;
}

.page-calendar .big_link-box .link .link-photo {
    padding-top: 100%;
}

.page-calendar .big_link-box .link i {
    margin-top: 10px;

}

.page-calendar .big_link-box .link i strong {
    padding-left: 0;
}

.page-calendar .big_link-box a.booknow {
    top: auto;
    bottom: 20px;
    right: 20px;
}

.single #main,
.blog #main,
.page-template-page-no-banner #main {
    text-align: center;
}

/* CONTACT */

#contact {
    text-align: left;
}

#contact img {
    float: left;
    margin: 0 20px 20px 20px;
}

#contact h2 {
    line-height: 1;
}

#hours span {
    display: inline-block;
    width: 49%;
    margin: 10px 0;
}

#hours span strong {
    width: 100%;
    display: inline-block;
    font-size: 20px;
}



/* social links */

.socials {
    margin-top: 0;
    margin-right: 5px;
    display: inline-block;
    line-height: 40px;

}

.footer .socials a,
.socials a {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 0 !important;
    width: 21px;
    height: 21px;
    margin: 0 5px;
    opacity: 1;
}

.socials a:hover {
    opacity: .5;
}

.socials a svg {
    max-height: 100%;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.socials a.twitter {
    background: url('images/social-twitter-white.svg') center/auto 100% no-repeat;
}

.socials a.facebook {
    background: url('images/social-facebook-white.svg') center/auto 100% no-repeat;
}

.socials a.instagram {
    background: url('images/social-instagram-white.svg') center/auto 100% no-repeat;
}

.socials a.youtube {
    background: url('images/social-youtube-white.svg') center/auto 100% no-repeat;
    width: 24px;
    height: 18px;
    margin: 0 10px;
}

.socials.dark strong {
    font-family: 'Roboto Condensed', sans-serif !important;
    opacity: .5;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 20px 0 0;
    font-weight: 300 !important;
}

.socials.dark a {
    opacity: .5;
    margin: 0 10px;
}

.socials.dark a:hover {
    opacity: .7;
}

.socials.dark a.twitter {
    background: url('images/social-twitter-black.svg') center/auto 100% no-repeat;
    width: 40px;
    height: 40px;
}

.socials.dark a.facebook {
    background: url('images/social-facebook-black.svg') center/auto 100% no-repeat;
    width: 40px;
    height: 40px;
}

.socials.dark a.instagram {
    background: url('images/social-instagram-black.svg') center/auto 100% no-repeat;
    width: 40px;
    height: 40px;
}

.socials.dark a.youtube {
    background: url('images/social-youtube-black.svg') center/auto 100% no-repeat;
    width: 46px;
    height: 32px;
    margin: 0 15px;
}

.socials.dark a.twitter {
    background: url('images/social-twitter-black.svg') center/auto 100% no-repeat;
    width: 40px;
    height: 40px;
}


/* Navigation */

#nav {
    width: auto;
    float: right;
    display: block;
    text-align: right;
    margin-top: 40px;
}


#homenav {
    text-align: center;
    opacity: 1;
    z-index: 1002;
    position: relative;
}

#homenav #nav {
    opacity: 1;
    position: absolute;
    z-index: 1001;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

#nav ul.nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

ul.nav {
    float: none;
    text-align: right;
}

ul.nav li {
    display: inline-block;
    text-align: center;
    list-style: none;
    float: none !important;
    font-size: 0;
    margin: 0;
    position: relative !Important;
    width: auto;
}

ul.nav li.menu-item-has-children {
    padding-bottom: 5px;

}

ul.top-nav li {
    display: inline-block;
    text-align: center;
    list-style: none;
    vertical-align: top;
}

.top-nav li a,
.nav li a {
    color: #fff;
    line-height: 36px !important;
    width: 100%;
    display: block;
    letter-spacing: -.25px;
    padding: 0 25px !important;
    font-weight: bold;
    text-transform: none;
}

.top-nav li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 2.25 !important;
    padding: 0 20px !important;
    color: #fff;
    letter-spacing: 0;
}

#top-nav {
    text-align: right;
    margin-top: 0;
    margin-bottom: 20px;
    width: 60%;
    display: inline-block;
    float: right;
    DISPLAY: NONE;
}

.top-nav {
    margin: 0 0 0 0;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.top-nav ul,
.nav ul {
    margin: 0;
}

.nav li a {
    position: relative;
    z-index: 9000;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.nav li:hover {}

.nav li.menu-item-has-children:hover {
    padding-bottom: 5px;
}

.nav li.menu-item-has-children:hover::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: -25px;
    margin-top: -14px;
    position: absolute;
    z-index: 9000;
    background: none;
}


.nav.nav_border li ul.sub-menu li:hover::after {
    background: none;
}

.top-nav li:hover a,
.nav li:hover a {
    color: #fff !important;
    background: rgba(0, 0, 0, .85) !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul#menu-mobile {
    padding-top: 10px;
}

ul#menu-mobile.nav li a {
    text-shadow: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.65 !important;

}

.nav li.booknow {
    margin-left: 15px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
li.booknow a {
    background: #E02530 !important;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Sub menu */

.nav li ul.sub-menu {
    padding: 50px 0 20px 0 !important;
    background: rgba(0, 0, 0, .85);
    position: absolute !important;
    top: 0 !important;
    right: 0;
    display: block;
    opacity: 0;
    z-index: 100;
    text-align: left;
    margin-top: -2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    visibility: visible;
}

.nav.nav_border li ul.sub-menu {}

.nav li ul.sub-menu {
    opacity: 1 !important;
}

.nav li ul.sub-menu li {
    position: relative !Important;
    display: inline-block !important;
    width: 100% !important;
    vertical-align: middle;
    padding-bottom: 0;
}


.nav li .sub-menu li a {
    color: #fff !important;
    font-weight: 600;
    padding: 5px 10px 5px 10px !important;
    line-height: 1.15 !important;
    text-align: center !Important;
    font-size: 16px !important;
    letter-spacing: 0px;
}


#nav .nav li ul.sub-menu li a:hover {
    color: #E02530 !important;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a,
.nav li ul.sub-menu li {
    background: none !important;
}


/* BODY */

#banner {
    background: url('images/background.jpg') top/900px auto no-repeat;
    width: 100%;
    height: 410px;
    margin: 0 auto;
    position: absolute;
    z-index: 1000;
    text-align: center;
    top: 0;
}

.pagetop {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    height: 620px;
    position: relative;
    z-index: 1001;
    background: url('images/fade-curve.png') top/auto 100% repeat-x, url('images/fade-bottom-white.png') bottom/auto 240px repeat-x;
    padding-top: 230px;
}

.pagetop {
    height: 421px;
}

.page-id-33 .pagetop {
    padding-top: 100px;
    height: 0;
    background: #000;
}
.pagetop h1 {
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 4px #666;
    -moz-text-shadow: 0 1px 4px #666;
    -webkit-text-shadow: 0 1px 4px #666;
    font-size: 80px !important;
}

#content {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
    background: #fff;
    position: relative;
    z-index: 1003;
    min-height: 400px;
}

.home #content {
    background: #fff;
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible;
}


#inner-content {
    margin: 0 auto !important;
    border: 0;
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 1001;
}

.page-template-default #main {
    width: 90% !important;
    padding: 0;
}

.page-template-page-no-banner h2 {
    text-align: center;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}

.page-template-page-no-banner #inner-content {
    margin: 0 auto !important;
}

.home #inner-content {
    margin: 0 auto !important;
    background: none;
    color: #fff;
    padding: 60px 0 30px 0;
    text-align: center;
}

#main {
    width: 76%;
    display: inline-block;
    position: relative;
    padding: 0 5%;
}

.single-product #main {
    padding: 0 3%;
}

.archive #main {
    width: 75%;
}

.seo_text p {
    text-align: center;
    padding: 0 30px;
}

/* BOXES */

.page_box {
    background: #fff;
    padding: 100px 0;
    position: relative;
}

.page_box.map {
    padding: 0;
    line-height: 0;
}

.page_box.biglinks {
    padding: 0 0 50px 0;

}

.page_box.top {
    padding: 30px 0 100px 0;
}

.top.homepage {
    margin-bottom: 50px;
}

.top.homepage p {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}

.page_box.top.homepage h1 {
    font-size: 60px !important;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    width: 100%;
}

.page_box.right {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.home .page_box.right {
    background: #fff;
}

.page_box.left {
    text-align: right;
    background: #111;
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.page_box.grey {
    background: #eee;
}

.page_box.yellow {
    background: #F29B13;
}

.page_box.brown {
    background: #8A3F02;
}

.page_box.green {
    background: #58b77c;
}

.page_box h1 {
    font-size: 50px !important;
    line-height: 1;
    font-weight: 800;
    position: relative;
    letter-spacing: 0 !important;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.page_box.reviews h1 {
    padding: 0 30px 50px 30px;
    background: url(images/skis.png) bottom center/100% auto no-repeat;
    margin-bottom: 20px;
    width: auto;
}

.page_box .links {
    margin-bottom: 20px;
    font-family: 'Arvo', sans-serif !important;

}

.page_box .links a {
    margin: 0 10px;
    color: #8C3F02;
    font-size: 20px;
}

.page_box .links a:hover {
    opacity: .7;
}

.page_box.left .links a {
    color: #fff;
}

.page_box .links a:first-child {
    margin-left: 0;
}

.page_box.left .links a:last-child {
    margin-right: 0;
}

.page_box.right h2 {
    color: #000;
    text-align: left;
}

.page_box.left h2 {
    text-align: right;
    color: #fff;
}

.page_box.green h2,
.page_box.yellow h2 {
    color: #fff;
}

.page_box.left p {
    padding: 0;
    text-align: right;
}

.page_box p {
    padding: 0;
    font-weight: 300;
}

.page_box-photo {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    padding: 15% 0;
}

.page_box-text {
    display: inline-block;
    width: 63%;
    vertical-align: middle;
    padding: 20px 5%;
    text-align: left;
    font-size: 18px;
}

.page_box.left .page_box-text {
    color: #fff;
    text-align: right;
}

a.see-more {
    color: #fff;
    background: #57a49c;
    margin-top: 40px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Finland Rounded Thin', sans-serif;
}

.page_box.green a.see-more,
.page_box.yellow a.see-more {
    background: #000;
}

a.see-more.brown,
a.see-more:hover,
.page_box.left a.see-more:hover {
    background: #939598;
}

a.see-more.brown:hover {
    background: #000;
}

.page_box ul {
    margin: 20px 0;
}

.page_box ul li {
    background: url('images/disc.svg') left top 8px/8px auto no-repeat;
    padding-left: 25px;
    margin: 10px;
}

.box {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    vertical-align: top;
    position: relative;
}

.box.half {
    width: 46%;
    margin-right: 7%;
}

.box.half:nth-of-type(even) {
    margin-right: 0;
}

.simple_box .box.half:nth-of-type(even) {
    margin-right: 7%;
}

.simple_box .box.half:nth-of-type(odd) {
    margin-right: 0;
}

.box.third {
    width: 31%;
    margin-right: 3%;
}

.box.third:nth-child(15),
.box.third:nth-child(12),
.box.third:nth-child(9),
.box.third:nth-child(6),
.box.third:nth-child(3) {
    margin-right: 0;
}

.simple_box {
    margin-top: 60px;
}

/* TERRAIN */

.page_box.terrain {
    padding: 70px 0;
}

.terrainmap {
    overflow: hidden;
    margin-top: 40px;
}

.terrainmap iframe {
    width: 97%;
    height: 700px;
    border: none !important;
    margin-top: -46px;
}

.terrain p {
    text-align: center;
}

.home .terrain img {
    margin-top: -30px;
}

.terrain .wrap {
    /* max-width: */
}

.terrain .read-more {
    margin-top: 20px;
}

/* PARTNERS */

.page_box.partners {
    padding: 80px 0 20px 0;
}

.partners p {
    text-align: center;
}

.partners .gallery-item {
    vertical-align: middle;
    float: none !important;
}

.gallery-columns-4 .gallery-item img {
    max-height: 220px;
    width: auto;
}

.slick-slider-wrapper {
    opacity: .5;
}

.slick-slide img {
    padding: 0 40px;
    border: none !important;
}

#gallery-1 img {
    padding: 0 5px;
    border: none !important;
}

#gallery-1 .gallery-item {
    margin: 0 !important;
}

/* SNOWCATS */

.page_box.cats {
    background: url(images/background-cats.jpg) center/cover;
}

.page_box.cats .wrap {
    padding-left: 33%;
}

.page_box.cats .wrap p {
    text-align: center
}

.highlights {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
}

.highlights div {
    display: inline-block;
}

.highlights div p {
    margin-top: 5px;
}


/* REVIEWS */

.page_box.reviews {
    background: url(images/background-reviews.jpg) center top -40px/100% auto no-repeat;
    padding: 300px 0 100px 0;

    box-shadow: inset 0 20px 20px -20px #0007;
    -moz-box-shadow: inset 0 20px 20px -20px #0007;
    -webkit-box-shadow: inset 0 20px 20px -20px #0007;
}

.page_box.reviews .wrap {
    padding: 0 10%;
}

.quote {
    margin-top: 30px;
    margin-bottom: 60px;
}

.quote p {
    text-align: center;
    font-size: 20px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
}

.quote strong {
    font-size: 22px;
    display: inline-block;
}

a.read-more {
    color: #E02530;
    font-size: 20px;
    display: inline-block;
    font-weight: 800;
    margin-top: 40px;
    border: 2px solid #E02530;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/* REVIEWS */
.page-guest-reviews h1 {
    margin-bottom: 30px !important;
}

.reviews-link {
    font-size: 21px;
    font-family: 'Roboto Condensed', sans-serif !important;
    width: 40%;
    display: inline-block;
    margin: 0 5px;
}

.reviews-link a {
    padding: 10px 20px;
    line-height: 1;
    border: 2px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.reviews-link img {
    height: 70px;
}

.reviews-link strong,
.reviews-link img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    text-align: left;
}

.reviews-link strong {
    padding-right: 10%;
}

.page-guest-reviews .reviews {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 10%;
    margin-top: 60px;
}

.review-box {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
}

.review-box strong {
    width: 85%;
    display: inline-block;
    font-size: 18px;
    text-align: right;
}

/* SIDEBAR */

#sidebar {
    width: 23% !important;
    padding: 0 0 0 10px;
    margin: 20px 0 0 0;
    min-height: 460px;
    background: none;
    float: right;
    text-align: left;
}

#sidebar .widget-container {
    background: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0px;
    padding: 0 20px 0 20px;
}

#sidebar a img {
    width: 100%;
    height: auto;
}

ul.product-categories li {
    padding: 5px 0;
}

ul.product-categories li a {
    font-weight: 600;
    color: #000 !important;
}

ul.children {
    margin-top: 0;
    margin-left: 20px;
}

ul.product-categories .children li {
    padding: 0;
}

/* WOOCOMMERCE */

.woocommerce-products-header {
    margin-bottom: 40px;
}

.woocommerce #main {
    width: 100%;
}
.tm-extra-product-options-totals,
.tc-extra-product-options,
.bookacti-activity .quantity,
.tc-av-price,
.tm-extra-product-options .tm-extra-product-options-container li.tmcp-field-wrap span.tc-price,
.product-desc .price.top,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    display: none !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100% !important;
}

.product-desc h1 {
    font-size: 70px !Important;
    margin-top: 0;
    margin-bottom: 0;
}

.product-desc h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
    font-size: 11px;
    color: #aaa !important;
    display: none;
}

.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
    font-size: 28px;
}

/* BOOKING */

/* COVID */

/* .bookacti-booking-form, */
/* .bookacti-wc-form-fields, */
.fc-direction-ltr .fc-daygrid-event .fc-event-time,
.single-product form.cart button {
    display: none !important;
}
.fc-daygrid-event {
	min-height: 50px !important;
}
.single-product form.cart .fc-button-group button {
    display: inline-block !important;
}

.single-product .tm-epo-totals::after {
    content: "DUE TO COVID-19 restrictions, please call for availability as this calendar may not be accurate" !important;
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    color: #E02530;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top: 30px !important;
    display: inline-block !important;
}

/* LATE SEASON 

.bookacti-form-field-container::before {
    content: "DUE TO LATE SEASON WEATHER, CALL US BEFORE BOOKING ONLINE";
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    color: #E02530;
    padding-bottom: 20px;
    text-transform: uppercase;
}*/

.fc-left button,
.fc-right,
.fc-agendaDay-button,
.related.products,
.bookacti-activity .product_meta .posted_in,
.fc-content .fc-time,
.bookacti-calendar-title {
    display: none;
}

.bookacti-activity .product_meta::before {
    content: "If both cats are booked on the date you prefer, contact us at 406-881-2032 to check potential availability.";
    font-size: 24px;
    font-weight: bold;
    padding: 0 15%;
    display: inline-block;
}

.product-non-private-powder-cat.woocommerce div.product form.cart::before {
    content: "NOTE: Please book your seats on a cat with existing bookings unless your party exceeds the number of spots available.  If you have ANY questions about booking online, please feel free to call Ky at 406-881-2032";
    display: inline-block;
    padding: 0 10% 20px 10%;
}



.fc-basic-view .fc-body .fc-row {
    min-height: 100px !important;
    border-color: #000;
    background: #fff;
}

td.fc-event-container {
    padding: 0 8px !important;
}

td.fc-event-container a {
    padding: 0 !important;
    background: url('') left 20px center/auto 96% no-repeat !important;
    border: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 !important;
    line-height: 1;
    min-height: 80px;
    width: 48%;
    box-sizing: border-box;
    text-align: center;
}

td.fc-event-container a .fc-content {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -60px;
}

.fc-content-skeleton table tbody tr:nth-of-type(1) td.fc-event-container a {
    float: left;
    margin-bottom: -80px !important;
}

.fc-content-skeleton table tbody tr:nth-of-type(2) td.fc-event-container a {
    float: right;
}

td.fc-event-container a.bookacti-picked-event .bookacti-available-places.bookacti-not-booked,
.fc-content-skeleton table tbody tr td.fc-event-container a.bookacti-event-unavailable {
    background: rgba(0, 0, 0, 0) !important;
}

td.fc-event-container a.bookacti-picked-event {
    background: #111 url('') left 20px center/auto 96% no-repeat !important;
}

.bookacti-available-places.bookacti-booked,
.bookacti-available-places.bookacti-not-booked {
    display: inline-block;
    line-height: .75;
    width: 100%;
    height: 45px !important;
    text-align: center;
    white-space: normal;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    padding: 10px 0 0 0 !Important;
    margin-bottom: 5px;
    box-sizing: border-box;
    background: url('images/cat-empty.svg') center/auto 100% no-repeat !important;
    vertical-align: top;
}

#post-829 .bookacti-available-places.bookacti-booked,
#post-829 .bookacti-available-places.bookacti-not-booked {
    width: 55px;
    height: 55px;
}

#post-829 td.fc-event-container a .fc-content {
    margin-bottom: -70px;
}

#post-829 td.fc-event-container a {
    min-height: 95px;
}

#post-829 .fc-content-skeleton table tbody tr:nth-of-type(1) td.fc-event-container a {
    float: left;
    margin-bottom: -95px !important;
}

#post-829 .bookacti-availability-container {
    top: 10px !important;
}

a.bookacti-event-unavailable {
    opacity: 1 !important;
}

a.bookacti-event-unavailable .bookacti-available-places.bookacti-booked {
    border: none !important;
    background: url('images/cat-red.svg') center/auto 100% no-repeat !important;
}

.bookacti-available-places.bookacti-booked {
    background: url('images/cat-half.svg')center/auto 100% no-repeat !important;

}

a.bookacti-picked-event .bookacti-available-places.bookacti-booked {
    background: none !important;
}

.bookacti-event-unavailable .bookacti-available-places.bookacti-booked {
    background-color: transparent !important;
    background-image: none !important;
}

.bookacti-calendar .fc-basic-view .fc-event.bookacti-event-unavailable .fc-title {
    color: #333 !important;

    font-size: 0 !important;
}

.bookacti-calendar .fc-basic-view .fc-event.bookacti-event-unavailable .fc-title::before {
    content: "FULL";
    font-size: 12px !important;
}

.bookacti-picked-event .bookacti-available-places.bookacti-booked,
.bookacti-picked-event .bookacti-available-places.bookacti-not-booked {
    background-color: rgba(0, 0, 0, 0) !important;
}

.bookacti-availability-container {
    overflow: visible !important;
    right: 0 !important;
    bottom: auto !important;
    top: 5px !important;
    width: 100%;
}

.bookacti-picked-event .fc-bg {
    opacity: 1 !important;
    background: none !important;
}


.bookacti-booking-events-list .bookacti-booking-event-title,
.bookacti-booking-events-list .bookacti-booking-event-title-separator,
.xoo-wsc-icon-checkmark,
.bookacti-available-places-unit-name {
    display: none;
}

.xoo-wsc-sum-col a {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
}

.xoo-wsc-price {
    font-size: 0;
}

.xoo-wsc-subtotal {
    color: #77A457;
}

.xoo-wsc-price span:nth-of-type(3) {
    font-size: 18px;
    font-weight: bold;
    color: #77A457;
}

.xoo-wsc-modal .variation:last-of-type {
    display: block !important;
}

.page-calendar .fc-day-top {
    padding-bottom: 10px !important;
}


.fc-center {
    margin-right: 100px;
}

.fc-head {
    background: #000 !important;
}

.fc-head th {
    border: none !Important;
    color: #fff !important;
    padding: 8px 0 !important;
}

.bookacti-calendar .fc-basic-view .fc-event .fc-title {
    font-size: 12px !important;
    text-transform: uppercase;
    color: #333;
    font-weight: 400 !important;
    letter-spacing: -.5px;
}

.bookacti-calendar .fc-basic-view .fc-event.bookacti-picked-event .fc-title {
    color: #fff !important;
    font-weight: bold !important;
    display: none !important;
}

.fc-left .fc-button-group button,
.fc-row.fc-rigid .fc-content-skeleton {
    display: inline-block !important;
    position: relative !important;
}

.fc-view.fc-month-view.fc-basic-view table .fc-body td.fc-widget-content,
.fc-view.fc-month-view.fc-basic-view table .fc-head td,
.fc-view.fc-month-view.fc-basic-view table {
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}


.fc-view.fc-month-view.fc-basic-view {
    border-bottom: 1px solid #000 !important;
}

.fc-view.fc-month-view.fc-basic-view table .fc-body td.fc-widget-content tr td.fc-day {
    border: 1px solid #000 !important;
}

.fc-view.fc-month-view.fc-basic-view table .fc-body td.fc-widget-content tr td.fc-day.fc-disabled-day {
    background: #aaa !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    margin-right: 10px !important;
    font-weight: 600;
    line-height: 1.5;
    float: left;
    font-size: 20px;

}

.woocommerce div.product.bookacti-activity form.cart div.quantity {
    float: none;
    margin-bottom: 30px;
    text-align: right;
    display: none !important;
}

.bookacti-availability-container span.bookacti-available-places-avail-particle {
    font-size: 0;
    display: inline-block;
    width: 100%;
    font-weight: bold !important;
    text-align: center;
    margin-top: -8px;
}

.bookacti-availability-container span.bookacti-available-places-avail-particle::before {
    content: "OPEN";
    font-size: 9px;
    display: none;
    vertical-align: middle;
}


.bookacti-picked-event .bookacti-availability-container .bookacti-booked span.bookacti-available-places-avail-particle::before {
    display: inline-block !important;
}

.bookacti-event-unavailable .bookacti-availability-container span.bookacti-available-places-avail-particle::before {
    content: "FULL";
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.bookacti-picked-event .bookacti-availability-container .bookacti-not-booked span.bookacti-available-places-avail-particle::before {
    content: "OPEN";
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 12px;
    margin-left: 0;
}

.bookacti-availability-container .bookacti-active-bookings-number,
.bookacti-availability-container .bookacti-available-places-number {
    display: none;
    width: 100%;
    text-align: center;
}

.bookacti-picked-event .bookacti-availability-container .bookacti-booked .bookacti-available-places-number {
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
}

.bookacti-picked-events-list-title,
.bookacti-picked-events-list {
    text-align: right;
}

.bookacti-picked-events-list li span {
    font-size: 24px !important;
    font-weight: 300;
}

.woocommerce div.bookacti-activity.product form.cart .button {
    float: right;
}

.woocommerce div.product.bookacti-activity form.cart div.quantity input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

bookacti-event-unavailable.bookacti-event-unavailable {
    background: #ddd url(images/background-calendar.png) center/auto 96% no-repeat !important;
}

bookacti-event-unavailable.bookacti-event-unavailable .bookacti-availability-container {
    display: none;
}

#product-77 form.cart div.quantity {
    display: none !important;
}

.private-seats-div div.tm-quantity input,
#product-77 form.cart div.quantity input {
    font-weight: bold !important;
    font-size: 21px !important;
    outline: none !important;
}

.private-seats-div {
    text-align: right !important;
    margin-bottom: 40px !Important;
}

.private-seats-div div.tm-extra-product-options-container ul.tmcp-elements li.tmcp-field-wrap,
.private-seats-div div.tm-extra-product-options-container ul.tmcp-ul-wrap,
.private-seats-div div.tm-extra-product-options-container {
    float: none !important;
    max-width: 100% !important;
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
}

.private-seats-div .tm-left,
#product-77 form.cart div.quantity::before {
    content: "How Many Seats? ";
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
}

.private-seats-div .tm-epo-field-label.tm-left {
    max-width: 100% !important;
    vertical-align: middle;
    float: none !important;
    width: auto !important;
    display: inline-block;
    margin-top: 10px !important;
    padding-right: 0 !important;
}

.private-seats-div .tm-quantity {
    width: 70px !important;
}

#product-262 .single_add_to_cart_button::after,
#product-261 .single_add_to_cart_button::after {
    content: " CAT";
}

#product-77 .single_add_to_cart_button::after {
    content: " SEATS";
}

.seat-count-div label.tm-epo-field-label,
label[for="how-many-seats"] {
    font-size: 26px !important;
}

.seat-count-div li,
.attribute-how-many-seats td.value div {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.seat-count-div li input,
a.reset_variations,
.attribute-how-many-seats td.value div input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.seat-count-div li label,
.attribute-how-many-seats td.value div label {
    display: inline-block;
    line-height: 1;
    line-height: 36px;
    width: 40px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
}

.seat-count-div li input[type="radio"]:checked + label,
.seat-count-div li label:hover,
.attribute-how-many-seats td.value div input[type="radio"]:checked + label,
.attribute-how-many-seats td.value div label:hover {
    background: #E02530;
    color: #fff;
    border: 2px solid #E02530;
}

.bookacti-booking-system > div,
.bookacti-notices,
.bookacti-booking-system {
    margin-bottom: 0 !important;
}

.bookacti-picked-events {
    background: #444 !important;
    color: #fff !important;
    padding: 20px !important;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

dt.tm-final-totals,
.bookacti-picked-events-list-title {
    text-transform: uppercase !important;
    font-size: 0;
    font-weight: bold;
}

dt.tm-final-totals::after {
    content: "Cat Adventure Total";
    font-size: 18px;
}

.bookacti-picked-events-list-title::after {
    content: "SELECTED DAY";
    font-size: 13px;
}

.bookacti-picked-events-list {
    margin-top: 5px !important;
}

.tm-epo-required,
#product-261 .quantity,
.private-seats-div .tm-field-display {
    display: none;
}

.private-seats-div div.tm-quantity.tm-right {
    display: block !important;
}

/* ADDITIONAL GUESTS AND YURT */

.element_0 .tm-field-display {
    display: none !important;
}

.guests-div {
    text-align: right;
}

.guests-div .tm-extra-product-options-container,
.guests-div .tm-epo-field-label {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
    padding-right: 0 !important;
}


.tm-extra-product-options div.tm-cell {
    float: right !important;
}

.tm-options-totals {
    display: none !important;
}

.tc-extra-product-options.tc-show,
.tc-extra-product-options.tc-show-override {
    text-align: right;
    margin-top: 60px;
}

#product-77 .tc-extra-product-options.tc-show,
#product-77 .tc-extra-product-options.tc-show-override {
    margin-top: 10px;
}

.tm-extra-product-options-inner {
    max-width: 100%;
    display: inline-block !important;
}

.tm-extra-product-options-inner div.cpf-type-select {
    max-width: 200px;
    display: inline-block !important;
    float: right;
}

.tm-extra-product-options .tm-epo-field-label,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap,
.tm-extra-product-options-totals {
    text-align: right;
    margin: 0 !important;
    color: #111 !important;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 5px 0 0 0 !important;
}

/* CALENDAR PAGE */

.page-calendar .bookacti-form-field-name-submit,
.page-calendar .bookacti-form-field-name-quantity,
.page-calendar .bookacti-form-field-name-login,
.page-calendar .bookacti-picked-events {
    display: none !important;
}

.calendar-page-links {
    display: inline-block;
    width: 100%;
    margin: 20px 0 100px 0;
}

.calendar-page-links a {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
    background: #E02530 url('images/cat-white.svg') left -50px center/auto 130% no-repeat;
    color: #fff !important;
    font-size: 34px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    line-height: 1;
    padding: 10px 0 15px 70px;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-align: left;
}

.calendar-page-links a:first-child {
    letter-spacing: -1.25px;
    padding: 10px 0 15px 65px;
}

.calendar-page-links a strong {
    display: inline-block;
    width: 100%;
    font-size: 30px;
}

.fc-unthemed .fc-bg td.fc-today {
    background-color: #fff !important;
}

.bookacti-wc-form-fields {
    width: 70%;
    float: left;
    background: none !important;
    margin-bottom: 0 !important;

}

.bookacti-form-field-container {
    margin-bottom: 0 !important;
}

.page-calendar .bookacti-form-field-type-customer {
    display: none !important;
}

#tm-epo-totals,
#product-77 form.cart div.quantity,
button.single_add_to_cart_button,
.tc-totals-form,
.tm-extra-product-options,
.woocommerce #product-987 table.variations {
    width: 28% !important;
    clear: none !important;
    display: inline-block ;
}

.woocommerce-variation.single_variation {
    display: none !important;
}

.woocommerce div.product form.cart {
    background: none;
    padding: 20px;
}

.woocommerce div.product form.cart .button.disabled {
    cursor: pointer !important;
    opacity: 1 !important;
}

/* CACELLATION POLICY */

#cancellation_policy {
    margin-top: 30px;
}

#cancellation_policy h4 {
    margin-bottom: 0;
}

#cancellation_policy strong {
    margin: 5px 0;
    display: inline-block;
}

#cancellation_policy .tm-description {
    font-size: 12px;
    overflow-y: visible;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 15px 15px;
    max-width: 500px;
    float: right;
    margin-bottom: 15px;
    text-align: justify;
    white-space: pre-wrap;
}

#cancellation_policy .tm-has-required,
#cancellation_policy .tc-price {
    display: none !important;
}

#cancellation_policy .tm-extra-product-options-container {
    text-transform: uppercase;
    font-weight: 800;
    float: right;
    font-size: 13px;
    max-width: 100% !important;
    width: 100% !important;
}

.woocommerce-privacy-policy-text {
    padding: 20px 3% 0 3%;
}

.woocommerce-privacy-policy-text p {
    text-align: justify;
    font-size: 14px !important;
    text-transform: none !important;
}

.woocommerce-form__label-for-checkbox {
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block !important;

}

.woocommerce-terms-and-conditions-checkbox-text {
    font-weight: bold;
}

.woocommerce-form__label-for-checkbox input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit0border-radius: 0px;
    border: 1px solid #555;
    display: inline-block !important;
    ;
}

.woocommerce-form__label-for-checkbox input[type='checkbox']:checked {
    background: #555;
}

.woocommerce-invalid #terms {
    outline: none !important;
}

/* CHECKOUT */

.woocommerce-cart-form {
    width: 90%;
    float: right
}

.woocommerce form .form-row {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
}

.woocommerce form .form-row.place-order {
    padding-top: 0 !important;
}

.woocommerce a.remove {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 20px !important;
}

.woocommerce .col2-set {
    width: 48% !important;
    float: left;
}

.woocommerce-billing-fields__field-wrapper {
    text-align: left;
}

#billing_city_field {
    width: 50%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
}

#billing_country_field,
#billing_state_field {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border: 1px solid #ddd !important;
}

#order_review,
h3#order_review_heading {
    width: 48% !important;
    float: right;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100% !important;
}


dd.tc-value p,
.bookacti-booking-events-list {
    margin: 0 !important;
    font-size: 13px !Important;
    text-align: left !important;
}

dl.variation {
    margin: 0 !important;
}

dl.variation dt {
    margin: 10px 0 0 0 !important;
    font-size: 13px !Important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

td.product-name a {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 0 40px 10px 0;
}

th.product-name,
button#place_order {
    font-size: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

button#place_order::before {
    content: "PAY NOW";
    font-size: 26px;
    padding: 10px 30px;
    display: inline-block;
}

.woocommerce-privacy-policy-text p {
    font-size: 12px;
    opacity: .6;
}

th.product-subtotal {
    font-size: 0;
}

td.product-subtotal {
    vertical-align: top !important;
    width: 100px;
    font-weight: bold;
    padding-top: 15px !important;
}

td.product-remove {
    vertical-align: top !important;
    width: 40px;
    padding-top: 16px !important;
}

td.product-name {
    padding: 20px 15px !important;
}


.page-checkout .woocommerce-customer-details,
.bookacti-price-container,
.order_item strong.product-quantity,
.cart_item strong.product-quantity,
table.shop_table thead,
.page-checkout #order_review_heading,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.page-cart .woocommerce-notices-wrapper,
.page-checkout tr.deposit-buttons,
.page-checkout tr.deposit-option,
.page-checkout tr.order-remaining,
.page-checkout tr.cart-subtotal,
.cart td.actions,
th.product-quantity,
td.product-quantity,
th.product-price,
td.product-price,
th.product-thumbnail,
td.product-thumbnail,
.tm-cart-edit-options,
.payment_box.payment_method_square_credit_card p {
    display: none !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

fieldset#wc-square-credit-card-credit-card-form {
    border: none !important;
    background: none !Important;
}

.awfm-warp-content {
    color: #fff;
    width: 220px;
    margin-left: 5px;
    z-index: 19999 !important;
    font-size: 12px;
}

.page-checkout .bookacti-cart-expiration-container.woocommerce-info,
.page-cart .bookacti-cart-expiration-container.woocommerce-info {
    background: none !important;
    border-top: none !important;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Roboto Condesnsed', sans-serif;
    padding: 20px 0;
    width: 100% !important;
}

.page-checkout .bookacti-cart-expiration-container.woocommerce-info {
    margin-bottom: 0;
}

.woocommerce-additional-fields h3 {
    font-size: 0 !important;
    margin-top: 30px;
    padding-bottom: 10px;
}

.woocommerce-additional-fields h3::before {
    font-size: 30px !Important;
    content: "GROUP INFORMATION";
}

.page-checkout h3 {
    text-align: left !Important;
    border-bottom: 1px solid #111;
    margin-bottom: 30px;

}

.page-checkout #order_review {
    margin-top: 30px;
}

.woocommerce-additional-fields label {
    line-height: 1.1;
    font-weight: bold;
    text-transform: none;
    font-size: 15px !important;
}

.woocommerce table.shop_table td .tc-value small {
    font-size: 100% !important;
}

.woocommerce-thankyou-order-details {
    width: auto !important;
    display: inline-block !important;
}

/* YURT */

.yurt-box {
    display: inline-block;
    padding: 40px 30px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}

.yurt-box h2,
.yurt-box strong {
    margin-bottom: 0;

}

/* ADVENTURES */

.adventures .link {
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    padding-bottom: 30px;
}

.adventures .link h2,
.adventures .link p {
    padding: 0 40px;
    text-align: left;
}

.adventures .link p {
    margin-top: 0;
    font-size: 17px;
}

.adventures .link p i {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400 !important;
    font-size: 18px;
    text-transform: uppercase;
}

.adventures .link h2 {
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: bold !important;
}

.big_link-box .link i strong,
.adventures .link i strong {
    color: #77a464;
    display: inline-block;
    padding-right: 10px;
    font-weight: 300 !important;

}

.adventures .link a.booknow {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-top: 30px;
    margin-bottom: 10px;
}

a.back-button {
    font-weight: 400;
    font-size: 15px;
    padding: 0 0 30px;
    color: #ccc;
    text-transform: uppercase;
    display: inline-block;
}

/* HOMEPAGE */

.top.homepage .twocol {
    width: 80%;
}

.featured_box {
    display: inline-block;
    width: 31%;
    margin-left: 3%;
    margin-right: 2%;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    background: #000;
    color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 15px 0 5px 0;
    line-height: 1;
    vertical-align: middle;
}

.featured_box p {
    display: none;
}

.featured_box .hashtag {
    font-size: 30px;
    font-weight: 400;
}

.featured_box strong {
    display: inline-block;
}

.featured_box strong em {
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

.wp-video {
    margin: 0 auto;
}

.featured_box img {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    margin: 0 20px;
}

/* POWDAY GIVEAWAY LANDING PAGE */


a.gnpg-bonfire {
    max-width: 60%;
    display: inline-block;
    background: #000;
    color: #fff;
    padding-bottom: 15px;
}

a.gnpg-bonfire strong {
    font-size: 30px;
    display: inline-block;
    width: 100%;
}

.page-bonfire-great-northern-friendonapowday-giveaway #main {
    text-align: center;
}

.page-bonfire-great-northern-friendonapowday-giveaway .wp-video {
    display: inline-block !important;
    margin-top: 30px;
}

.phone-home {
    font-size: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    display: inline-block;
    background: #eee;
    color: #E02530;
    width: 98.5%;
    line-height: 1.1;
    padding: 30px 0 20px 0;
    margin: 30px 0 0 0;
    letter-spacing: -1px;
}

.phone-home br {
    display: none;
}

.phone-home strong {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    width: 100%;
    display: inline-block;
    color: #111 !important;
}

.phone-home a {
    font-size: 50px;
    margin-left: 30px;
    padding: 5px 0 5px 70px;
    background: url(images/phone.svg) left top/60px auto no-repeat;
    font-weight: 400;

}

#more {
    position: absolute;
    top: -90px;
}

#slideshow {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 1002;
    width: 100%;
    position: relative;

}

.header-fade {
    background: url('images/fade-curve.png') top center/100% 100% repeat-x;
    opacity: 1;
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.home .header-fade {
    display: none;
}

#slideshow .slides {
    min-height: 300px !important;
}

.flex-direction-nav {
    z-index: 4;
}

#slideshow::before {
    content: "";
    background: url('images/fade-curve.png') top -20px center/100% 100% repeat-x;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}


#slideshow:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 50%;
    background: url('images/fade-bottom-white.png') bottom -1px center/auto 100% repeat-x;
    z-index: 100;
}

.metaslider .flexslider {
    margin-bottom: 0 !important;
}

.metaslider .caption-wrap {
    background: none !important;
    color: #333 !important;
    opacity: 1.0 !important;
    width: 100%;
    height: 100%;
    line-height: 100% !important;
    display: table-cell !important;
    z-index: 1001;
    vertical-align: middle;
    text-align: right;
}

.caption {
    position: absolute;
    bottom: 5%;
    right: 0;
    transform: translateY(-55%);
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    font-size: 50px !important;
    font-weight: 400;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    color: #fff !important;
    text-transform: none;
    text-shadow: 0 1px 6px #000;
}

.caption .box {
    background: rgba(0, 0, 0, 0.75);
    width: 80%;
    padding: 35px 50px 40px 40px;
}

.caption strong {
    font-size: 80px !important;
    line-height: 1 !Important;
    margin: 15px 0 !important;
    letter-spacing: -1px !important;
    display: inline-block;
    width: 100%;
    padding: 0 15%;
}

.caption h1.right {
    float: right;
}

.caption a {
    margin: 40px 0 0 0;
    padding-bottom: 10px !important;
    text-shadow: none;
    display: inline-block;
    float: none;
}

.caption span {
    color: #fff !important;
    line-height: 1.5;
    font-size: 20px !important;
    font-weight: 400;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.caption span.white {
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75) !important;

}

.caption .redlink {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    padding: 12px 30px 10px 30px !important;

}

.flex-direction-nav a {
    width: 60px;
    height: 60px !important;
    margin: -20px 0 0;
    display: block;
    background: url(images/slider-arrows.svg) no-repeat !important;
    background-size: 60px 100% !important;
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    pointer-events: none;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-prev .flex-disabled {
    left: 20px !important;
    opacity: 0.5 !important;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-next .flex-disabled {
    background-position: right !important;
    right: 20px !important;
    opacity: 0.5 !important;
}

#metaslider_7263 .flex-direction-nav .flex-prev,
#metaslider_7263 .flex-direction-nav .flex-prev .flex-disabled {
    left: -50px !important;
    opacity: 0.5 !important;
}

#metaslider_7263 .flex-direction-nav .flex-next,
#metaslider_7263 .flex-direction-nav .flex-next .flex-disabled {
    background-position: right !important;
    right: -50px !important;
    opacity: 0.5 !important;
}


.field-wrap button,
.field-wrap input[type=button],
.field-wrap input[type=submit] {
    padding: 10px 20px;
    border: 0;
    font-weight: 600 !important;
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #777;
}

.twocol {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    padding: 20px 0;
}

.twocol h2,
.twocol p {
    text-align: center;
    padding: 0 3%;
}

.twocol:first-child {
    margin-right: .5%;
}

.twocol:nth-child(even) {
    padding-left: 2%;
}

.twocol.video {
    width: 49%;
    padding: 0 !important;
    margin: 40px 0;
}

.twocol.text {
    width: 49%;
    padding: 20px 5%;
}

.twocol.top-align {
    vertical-align: top;
}

.seo_text h1 {
    text-align: center;
}

.splitcol {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}



/* PLAN A TRIP */

.page-plan-a-trip .box .twocol.border-right {
    border-right: 1px solid #ccc !important;
}

plan-a-trip .twocol {
    vertical-align: top;
    padding: 0 20px;
}

.page-plan-a-trip .item-list {
    padding: 5px 20px 5px 70px;
    font-weight: 300;
    text-align: left;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.price-peak {
    display: inline-block;
    padding: 5px 20px;
    background: #eee;
    font-size: 24px;
	width: 100%;
}

.prices p {
    margin: 5px 0;
}

.priceboxes .wp-block-column,
.box.third.prices {
    border: 1px solid #ccc;
    padding: 0 20px 20px 20px;
}

.box.third.prices a.booknow {
    margin-top: 30px;
}

.expectbox .wp-block-column{
    padding: 20px;
}
img.radar {
    width: 100%;
}

.radar-box {
    position: relative;
    width: 85%;
    display: inline-block;
}

/*
.radar-box::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: #fff9 url(images/logo-login.png) center/75% auto no-repeat;
    border: 3px solid #E02530;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 5%;
    right: 10%;

}
*/

.page-plan-a-trip h2 {
    margin-top: 40px;
    display: inline-block;
}

/* LODGING */

.box .thumb {
    display: inline-block;
    width: 28%;
    vertical-align: middle;
}

.box .text {
    display: inline-block;
    width: 70%;
    padding: 0 8%;
    vertical-align: middle;
}

.box.left h3,
.box.left p,
.box.left .text {
    text-align: left;
}

.box.right h3,
.box.right p,
.box.right .text {
    text-align: right;
}

.lodging h3 {
    margin-top: 0 !important;
}

.lodging .box {
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

.lodging .box a {
    padding: 0 10px;
}

.lodging a.booknow {
    font-size: 17px;
    line-height: 2;
    padding: 0 20px;
}

.lodging .left a.booknow {
    margin-right: 10px;
}

.lodging .right a.booknow {
    margin-left: 10px;
}

/* Ninja Forms & Contact */

#nf-form-1-cont {
    text-align: left;
    margin-top: 0;
}

#nf-form-2-cont input,
#nf-form-1-cont input,
#nf-form-2-cont textarea,
#nf-form-1-cont textarea {
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    background: none;
    border: 1px solid #ccc !important;
}

#nf-form-2-cont input[type="tel"],
#nf-form-2-cont input[type="text"],
#nf-form-2-cont input[type="email"],
#nf-form-1-cont input[type="text"],
#nf-form-1-cont input[type="email"] {
    max-width: 100%;
}

#nf-form-title-1 h3 {
    margin-bottom: 20px !important;
}

.submit-wrap {
    text-align: center;
}

a.boxbutton {
    background: none;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300 !important;
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    letter-spacing: 2px;
    padding: 0 30px;
    line-height: 42px;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border: 2px solid #000 !important;
    display: inline-block;
    margin: 30px auto;
}

a.boxbutton:hover {
    color: #fff;
    background: #000;
}

#nf-form-2-cont input[type="button"],
#nf-form-1-cont input[type="button"] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300 !important;
    font-family: 'Arvo', sans-serif;
    letter-spacing: 2px;
    padding: 0 35px;
    line-height: 42px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
    display: inline-block;
}

#nf-form-2-cont input[type="button"]:hover,
#nf-form-1-cont input[type="button"]:hover {
    opacity: 0.7;
}

.nf-field-label label {
    font-weight: 300 !important;
    font-size: 15px;
    color: #000 !important;
}


.label-above .nf-field-label {
    margin-bottom: 0 !important;
}

.nf-response-msg p {
    font-size: 24px !important;
}

.nf-after-field .nf-error-msg,
.nf-form-fields-required {
    display: none;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #000 !important;
}

#contact .twocol.left {
    padding-left: 0;
    padding-right: 30px;
}

#contact .twocol.right {
    padding-left: 30px;
}

/* BLOG */

h1.entry-title a {
    color: #000;
    font-size: 40px;
    font-family: 'Futura Light', sans-serif;
    letter-spacing: 1px;
    line-height: 1.15;
}

h2.entry-title {
    text-align: left;
}

article.post {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px;
    max-width: 800px;
}

.blog p,
.single p {
    padding: 0;
    line-height: 1.75;
}

/* EXPERIENCE */


/* STAFF */

.staff h2 {
    margin-bottom: 60px;
}

.staff .guide-box {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 50px;
}

.staff .guide-box strong {
    display: inline-block;
    font-size: 24px;
    width: auto;
}

.staff .guide-box p {
    font-size: 16px !important;
    margin-top: 5px;
    display: block;
    padding: 0 10px;
}


.staff .guide-box img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 20px auto;
    display: block;
}

.staff .guide-box:last-child {
    width: 100%;
}

.staff .guide-box:last-child strong,
.staff .guide-box:last-child p,
.staff .guide-box:last-child {
    text-align: center;
}


/* Facebook Feed */

.fts-simple-fb-wrapper {}

div.fts-jal-single-fb-post {
    padding: 10px 15px !important;
    margin: 5px;
    border-bottom: 0 !important;
    width: 24% !important;
    display: inline-block;
    vertical-align: top;
    background: #fff !important;
}

.fts-jal-fb-right-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

div.fts-jal-single-fb-post .fts-jal-fb-link-wrap {
    order: 1 !Important;
    -moz-order: 1 !Important;
    -webkit-order: 1 !Important;
    width: 100%;
}

div.fts-jal-single-fb-post .fts-jal-fb-top-wrap {
    order: 2 !important;
    -moz-order: 2 !important;
    -webkit-order: 2 !important;
    width: 100%;
}

.fts-jal-fb-header,
.fts-jal-fb-user-thumb,
.fts-jal-fb-user-name {
    display: none !Important;
}

.fts-jal-fb-message {
    font-size: 11px !important;
    line-height: 1.25 !important;
}

a.fts-jal-fb-see-more {
    color: #095484;
}

/* SUBSCRIBE SECTION */

#mc4wp-form-1 {
    padding: 20px;
    text-align: center;
}

.mc4wp-form-fields h2 {
    display: inline-block !Important;
    vertical-align: middle;
    font-size: 36px !important;
    margin: 3px 20px 0 0;
    color: #ccc;
}

.mc4wp-form-fields input {
    display: inline-block !Important;
    vertical-align: middle;
    margin-bottom: 0 !important;
    height: 40px;
    line-height: 40px;
}

.mc4wp-form-fields input[type="submit"] {
    padding: 0 25px 0 25px !important;
}

.mc4wp-alert p {
    color: #fff;
    font-size: 21px;
}

/* FOOTER */

.footer-logos {
    background: #000;
}

/*  footer cta */

#mobile-cta {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 10001;
    padding: 10px;
    display: none;
    vertical-align: middle;
}

#mobile-cta span {
    color: #fff;
    vertical-align: middle;
    padding: 0 3%;
    display: inline-block;
    width: 60%;
    line-height: 1.1;
    font-size: 14px;
}

#mobile-cta a {
    font-size: 16px;
    display: inline-block;
    float: right;
    padding: 0 15px;
    line-height: 30px;
}

img.footer-logo {
    max-width: 280px !important;
    margin: 0;
    display: inline-block;
}

.tagline {
    font-size: 27px;
    font-weight: 300;
    padding: 0 40px 60px 40px;
    color: #888;
    font-family: 'Helvetica', sans-serif;
}

#footer {
    margin-top: 0;
    
}
#footer .inner-footer{
    max-width: 85% ! important;
    margin:0 auto !important;
}
.inner-footer {
    position: relative;
}

.footer {
    background-color: #111 !important;
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 28px 0 0 0;
}

.footer,
.footer p,
.footer a {
    font-size: 12px !important;
    font-weight: 300;
    color: #fff !important;
}

p.copyright {
    margin-top: 0 !important;
    margin-bottom: 20px;
    opacity: .8;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: .5px;
    font-size: 10px !important;
    display: inline-block;
    width: 100%;
}

p.copyright a {
    font-size: 10px !important;
    color: #aaa;
}

.copyright svg {
    fill: #ccc !important;
}

.footer-boxes {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
}

h4.widgettitle {
    text-align: left;
    color: #E02530;
    font-size: 20px !important;
}

#text-3 p {
    margin-top: 5px
}

#text-3 p,
#text-3 p a {
    font-size: 14px !important;
    line-height: 1.45;
}

.footer .widget p,
.footer .widget {
    text-align: left;
}
.footer .widget{
    display: inline-block;
    vertical-align: top;
}
.footer .widget:nth-child(1) {
    width: 22%;
}
.footer .widget:nth-child(2) {
    width: 18%;
}
.footer .widget:nth-child(3) {
    width: 18%;
}
.footer .widget:nth-child(4){
    width: 18%;
}
.footer .widget:nth-child(5) {
    width: 24%;
}

.footer .widget:nth-child(1) p {
    margin: 0;
}

.footer .widget:nth-child(1) .socials {
    width: 280px;
    margin-top: -15px;
    text-align: right;
}
.gn-footer-partner-row{
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}
.gn-footer-partner-row .gn-footer-partner-img{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    pointer-events: none;
}

.footer .nav {
    float: none;
    text-align: center;
}

.widget_nav_menu ul {
    text-align: left;
}

.widget_nav_menu ul li a {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/*  RESPONSIVE   ---------------------------------
------------------------------------------------------------------ */
@media only screen and (max-width: 1700px) {
    .footer .widget:nth-child(1) {
        width: 24%;
    }
    .footer .widget:nth-child(2) {
        width: 20%;
    }
    .footer .widget:nth-child(3) {
        width: 20%;
    }
    .footer .widget:nth-child(4){
        width: 16%;
    }
    .footer .widget:nth-child(5) {
        width: 20%;
    }
}

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

    #header .wrap,
    #footer .inner-footer{
        max-width: 90% !Important;
    }

}

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

    #header .wrap,
    #footer .inner-footer{
        max-width: 96% !Important;
    }

    #slideshow .slides {
        width: 110% !important;
        margin-left: -5% !Important;
    }

    #logo img {
        width: 350px;
    }

    .nav li a {
        font-size: 20px;
    }

    .nav li.booknow a {
        font-size: 18px;
    }

    .mc4wp-form-fields h2 {
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .wrap {
        padding: 0 5%;
    }

    #header .wrap,
    #footer .inner-footer {
        padding: 0 3%;
        max-width: 100% !Important;
    }

    #logo img {
        width: 340px;
    }

    .top-nav li a,
    .nav li a {
        padding: 0 23px !important;
    }

    .footer .widget:nth-child(1) {
        width: 28%;
    }
    .footer .widget:nth-child(2) {
        width: 26%;
    }
    .footer .widget:nth-child(3) {
        width: 26%;
    }
    .footer .widget:nth-child(4){
        width: 20%;
    }
    .footer .widget:nth-child(5) {
        width: 30%;
        margin-bottom: 20px;
        min-width: 320px;
    }
    .footer .widget:nth-child(5) h4.widgettitle{
        text-align: center;
    }
}

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

    .top-nav li a,
    .nav li a {
        padding: 0 20px !important;
    }
}

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

    #logo img {
        width: 320px;
    }

    .top-nav {
        margin: 0 10px 12px 0;
    }

    .nav li a {
        padding: 0 16px !important;
    }

    .caption {
        width: 52%;
    }

    .caption h1 {
        font-size: 38px !important;
        line-height: 1.1 !Important;
        margin-bottom: 0 !Important;
    }

    .caption span {
        margin-bottom: 10px;
    }

    .caption .box {
        width: 70%;
    }

    .page-box h2 {
        font-size: 21px;
    }

    #slideshow .slides {
        width: 120% !important;
        margin-left: -10% !Important;
    }

    .product-desc h1 {
        font-size: 60px !Important;
    }

}

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

    .nav-trigger,
    label[for="nav-trigger"],
    .mobile-nav {
        display: none;
    }

    .nav-trigger:checked ~ #mobileBody {
        right: 0px;
    }
}

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

    .nav-trigger,
    label[for="nav-trigger"],
    .mobile-nav {
        display: block;
    }

    .nav li.menu-item-169 {
        display: none !important;
    }

    #nav ul.nav {
        margin-right: 70px;
    }

    a#mobilenavbars,
    a#phone {
        display: block;
    }

    #slideshow .slides {
        width: 136% !important;
        margin-left: -18% !Important;
    }

    .caption h1 {
        font-size: 34px !important;
    }

    .caption span {
        line-height: 1.25;
        font-size: 18px !important;
    }

    .caption {
        width: 55%;
    }

    .caption .box {
        width: 65%;
    }

    .home #inner-content {
        padding-bottom: 40px;
    }

    /* 15-09-25 */
    /* .footer .widget:nth-child(1),
    .footer .widget:nth-child(2),
    .footer .widget:nth-child(3),
    .footer .widget:nth-child(4),
    .footer-left {
        width: 45%;
    }

    .footer .widget:nth-child(2),
    .footer .widget:nth-child(4) {
        margin-left: 5%;
    } */

    .footer .widget:nth-child(1) {
        width: 100%;
    }
    .footer .widget:nth-child(1) .textwidget{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .widget:nth-child(2) {
        width: 30%;
    }
    .footer .widget:nth-child(3) {
        width: 28%;
    }
    .footer .widget:nth-child(4){
        width: 18%;
    }

    
    /* 15-09-25-end */
}

@media only screen and (max-width: 1150px) {
    .nav li.menu-item-168 {
        display: none !important;
    }

    .staff .guide-box p {
        padding: 0;
    }
}

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

    .home #homenav #nav,
    .page-box h1 {
        font-size: 32px !important;
        margin-bottom: 5px !important;
    }

    .page-box h2 {
        font-size: 18px;
    }

    .staff .guide-box {
        width: 32%;
    }

    a.gnpg-bonfire {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1020px) {
    #slideshow .slides {
        width: 150% !important;
        margin-left: -25% !Important;
    }

    .caption {
        font-size: 20px !important;

    }

    .nav li ul.sub-menu li a,
    .nav li ul.children li a {

        font-size: 12px !important;
    }

    p {
        font-size: 14px;
    }

    .nav li.menu-item-7452 {
        display: none !important;
    }

    .nav li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 980px) {
    #slideshow .slides {
        width: 140% !important;
        margin-left: -20% !Important;
    }

    .caption {
        font-size: 20px !important;
    }

    .nav li.menu-item-170 {
        display: none !important;
    }

    .footer-boxes{
        gap: 0;
    }
    .footer .widget:nth-child(1),
    .footer .widget:nth-child(2),
    .footer .widget:nth-child(3),
    .footer .widget:nth-child(4),
    .footer-left {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .reviews-page p,
    .box.third,
    .footer .widget:nth-child(1) .socials,
    .widget_nav_menu ul,
    .footer .widget p,
    .footer .widget h4 {
        text-align: center;

    }

}

@media only screen and (max-width: 880px) {
    .nav li.menu-item-171 {
        display: none !important;
    }

    #slideshow .slides {
        width: 150% !important;
        margin-left: -23% !Important;
    }

    #banner {
        background-position: top center !important;
        background-size: cover !important;
        height: 360px;
    }

    .pagetop {
        height: 361px;
    }

    .caption {
        font-size: 18px !important;
    }

    #main {
        width: 95%;
        margin: 0 auto;
    }

    #logo img {
        width: 320px;
    }

    .top-nav {
        margin: 0 0 12px 0;
    }

    label[for="nav-trigger"] {
        top: 41px;
    }

}


/* iPad vertical size */

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

    .page-calendar .bookacti-form-field-type-customer,
    .arrow {
        display: none;
    }

    #logo img {
        padding-top: 5px;
        width: 310px;
    }

    .gallery-item {
        width: 31% !important;
    }

    #slideshow .slides {
        width: 160% !important;
        margin-left: -30% !Important;
    }

    #main {
        width: 100% !important;
    }

    .entry-content {
        padding: 0 !important;
        position: relative;
    }

    .caption .box {
        width: 58%;
    }

    .product-desc h1 {
        font-size: 60px !important;
    }

    .caption h1 {
        font-size: 31px !important;
    }

    .top-nav {
        margin: 0 0 10px 0;
    }

    .page-calendar .big_link-box a.booknow {
        width: 100%;
        bottom: auto;
        right: auto;
        position: relative;
        margin-top: 20px;
    }

    .big_link-box .link .link-title {
        line-height: 1;
        top: 0;
        padding: 25px 20px 15px 20px;

    }

    a.redlink {
        font-size: 15px;
        padding: 8px 20px;
        margin: 10px 0;
    }

    .home #homenav #nav,
    .page-box h1 {
        font-size: 28px !important;
    }

    .bookacti-wc-form-fields {
        width: 100%;
        float: none;
    }

    .bookacti-available-places.bookacti-booked,
    .bookacti-available-places.bookacti-not-booked {
        height: 38px;
    }

    #post-829 .bookacti-available-places.bookacti-booked,
    #post-829 .bookacti-available-places.bookacti-not-booked {
        width: 40px;
        height: 40px;
    }

    .page-calendar .big_link-box .link {
        width: 32.5%;
    }

    .tc-extra-product-options.tc-show,
    .tc-extra-product-options.tc-show-override {
        float: left;
        width: 40% !important;
        margin-top: 30px;
    }

    #tm-epo-totals {
        float: right;
        margin-top: 20px;
        width: 50% !important;
    }

    #product-77 #tm-epo-totals {
        float: none;
        margin-top: 10px;
        width: 100% !important;
    }

    #product-77 form.cart div.quantity {
        width: 100% !important;
    }

    .top.homepage .twocol {
        width: 100%;
    }

    .top.homepage .featured_box {
        width: 80%;
        margin-left: 0;
        margin-right: 0;
    }

    .staff .guide-box {
        padding: 0 5px;
    }

    .staff .guide-box p {
        font-size: 14px !important;
    }

    .staff .guide-box strong {
        font-size: 21px;
    }
}

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

    .nav li.menu-item-828 {
        display: none !important;
    }

    .caption h1 {
        font-size: 26px !important;
    }

    .caption span {
        font-size: 15px !important;
    }

    h1,
    .big_link div {
        font-size: 60px !important;
        margin-top: 0 !important;
    }

    h2 {
        margin-top: 10px !important;
    }

    .home #homenav #nav,
    .page-box h1 {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
        font-size: 25px !important;
    }

    .pagetop {
        height: 64px;
    }

    #main {
        padding: 0;
    }

    #contact {
        margin-top: 30px !important;
    }

    .woocommerce-products-header {
        margin-bottom: 10px;
    }

    a.gnpg-bonfire {
        max-width: 100%;
    }

    .lodging .box .text,
    .lodging .box .thumb {
        width: 90%;
    }

    .box.right h3,
    .box.right p,
    .box.right .text,
    .box.left h3,
    .box.left p,
    .box.left .text {
        text-align: center;
    }

}

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

    #menu-main-menu-1 li {
        display: none !important;
    }

    #logo img {
        width: 275px;
        padding-top: 0;
    }

    .top-nav {
        margin: 0;
    }

    #nav {
        margin-top: 30px;
    }

    label[for="nav-trigger"] {
        line-height: 50px;
        top: 33px;
        right: 10px;
    }

    label[for="nav-trigger"] svg.close {
        margin-top: 5px;
        margin-right: 15px;
    }

    .og-grid li > a {
        height: 150px !important;
    }

    .og-grid li {
        margin: 10px .25% 0 .25%;
        width: 32% !Important;
    }

    .gallery {
        padding: 0 5%;
    }

    .gallery-item {
        width: 24% !important;
    }

    .caption .box {
        width: 65%;
        padding: 25px 40px 20px 30px;
    }

    .caption h1 {
        font-size: 20px !important;
    }

    .reviews-link,
    .caption {
        width: 75%;
    }

    .reviews-link {
        margin-bottom: 10px;
    }

    .footer .widget:nth-child(1) .socials,
    .twocol,
    .big_link-box .link {
        width: 96% !important;
    }

    .page_box.cats .wrap {
        padding-left: 5%;
    }

    .caption span {
        font-size: 14px !important;
    }

    .caption .redlink {
        margin-top: -5px;
        margin-right: 0;
        padding: 8px 20px 6px 20px !important;
    }

    .caption .redlink img {
        width: 100px !important;
    }

    #slideshow {
        margin-bottom: -30px !important;
    }

    .page-box h2 {
        font-size: 16px;
    }

    a.redlink.white {
        margin-right: 10px;
    }

    a.redlink {
        font-size: 15px;
        padding: 8px 16px;
    }

    /* 15-09-25 */

    /* .footer .widget:nth-child(1),
    .footer .widget:nth-child(2),
    .footer .widget:nth-child(3),
    .footer .widget:nth-child(4),
    .footer-left {
        width: 45%;
    } */

    /* .footer .widget:nth-child(2),
    .footer .widget:nth-child(4) {
        margin-left: 5%;
    } */

    

    /* 15-09-25 - end */


    .footer-right {
        width: 55%;
    }

    .footer {
        padding: 20px 0 0 0;
    }

    hr {
        margin: 30px 0;
    }

    .page_box.reviews {
        background: url(images/background-reviews.jpg) center top -40px/150% auto no-repeat;
        padding: 200px 0 60px 0;
    }

    .staff .guide-box {
        width: 48%;

    }

    .staff .guide-box p {
        padding: 0 10px;
    }
}

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

    #mobileBody #nav,
    .nav li.menu-item-866 {
        display: none !important;
    }

    #slideshow .slides {
        width: 260% !important;
        margin-left: -80% !Important;
    }

    #inner-header {
        text-align: center;
    }

    .top-nav {
        padding-left: 20px;
    }

    .top-nav li a .amount,
    .top-nav li a {
        font-size: 14px;
    }

    .top-nav li a {
        padding: 0 10px !Important;
    }

    .social a {
        height: 20px;
    }

    #logo img {
        width: 260px;
        padding-top: 0;
    }

    label[for="nav-trigger"] svg.close {
        margin-right: 5px;
    }

    #logo {
        margin-left: 2%;
        margin-bottom: 5px;
    }

    .pagetop {
        line-height: 300px;
    }

    #og-grid {
        padding-top: 0;
    }

    .og-grid li > a {
        height: 120px !important;
    }

    .og-grid li {
        margin: 10px .25% 0 .25%;
        width: 48.5% !Important;
    }

    fw-show {
        display: block;
    }

    fw-hide {
        display: none;
    }

    .gallery-item {
        width: 80% !important;
        padding: 0;
        margin: 0;
    }

    .pagetop span {
        font-size: 40px;
    }

    #big_link-box {
        margin: 40px 0;
    }

    .big_link-box a {
        width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }

    .big_link {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .big_link-box .link .link-title {
        line-height: .9;
        font-size: 27px;

    }

    .big_link-box .link .link-photo {
        padding-top: 90%;
    }

    .page_box {
        padding: 60px 0;
    }

    .page_box.terrain {
        padding: 0 0 60px 0;
    }

    .page_box.cats {
        padding: 50px 0 10px 0;
    }

    .page_box p,
    .top.homepage p {
        font-size: 16px;
        padding: 0 5%;
    }

    p {
        font-size: 14px;
    }

    .twocol:first-child {
        margin-right: 0;
    }

    .twocol {
        width: 100%;
    }

    .caption {
        top: 60%;
        width: 40%;
        right: 23.5%;
    }

    .seo_text h1 {
        padding: 0 20px;
        line-height: 1;
    }

    .caption .redlink {
        margin-top: -5px;
        margin-right: 0;
        padding: 2px 15px 0 15px !important;
    }

    .page-box .text {
        padding: 20px 10%;
    }

    .staff .guide-box p {
        font-size: 15px !important;
        padding: 0;
    }

    a.redlink {
        font-size: 14px;
        padding: 8px 14px;
    }

    h1,
    .product-desc h1,
    .big_link div {
        font-size: 50px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    .alignright,
    .alignleft {
        max-width: 100%;
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    h2.red {
        line-height: 1;
    }

    #contact .twocol.right {
        padding-left: 0;
    }

    .woocontent,
    #sidebar {
        width: 100% !important;
        padding: 0 !important;
    }

    .woocontent {
        border-left: none;
    }

    .woocommerce-ordering {
        display: none;
    }

    #sidebar {
        min-height: 0;
        border-bottom: 1px solid #ccc;
    }

    ul.product-categories {
        margin: 0;
        padding-bottom: 20px !important;
    }

    ul.product-categories li {
        width: 45%;
        display: inline-block;
    }

    td.actions,
    td.product-subtotal,
    td.product-price,
    td.product-quantity {
        display: none !important;
    }

    tr.cart_item {
        margin-bottom: 15px;
    }

    .top.homepage .featured_box {
        width: 100%;
    }

    #mobile-cta {
        display: block;
    }

    .page-checkout #mobile-cta,
    .page-cart #mobile-cta,
    .single-product #mobile-cta,
    .page-calendar #mobile-cta {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    
    .adventures .link h2 b,
    .big_link-box .link .link-title b,
    .footer-logo,
    .product-overnight-yurt-adventure .product_meta,
    img.wp-image-693,
    .page_box.partners p:first-of-type {
        display: none !important;
    }

    .single-product #banner {
        background-position: bottom center !important;
    }

    #banner {
        background-position: top center !important;
        background-size: cover !important;
        height: 250px;
    }

     h2 strong,
    .phone-home,
    .yurt-box h2 strong,
    h2 {
        font-size: 32px !important;
    }

    .phone-home a {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 5px 0 5px 50px;
        background: url(images/phone.svg) left center/40px auto no-repeat;
        width: 90%;
        text-align-last: left;
        display: inline-block;
    }

    .box.located h2,
    .box.located p:first-of-type,
    .phone-home strong {
        letter-spacing: 0px;
        padding: 0 20px;
    }

    .page_box.terrain {
        padding: 0 0 60px 0;
    }

    #post-829 td.fc-event-container a,
    td.fc-event-container a {
        min-height: 50px !important;
        width: 100% !important;
    }

    #post-829 .fc-content-skeleton table tbody tr:nth-of-type(1) td.fc-event-container a,
    .fc-content-skeleton table tbody tr:nth-of-type(1) td.fc-event-container a {
        margin-bottom: 0 !important;
    }

    .bookacti-available-places.bookacti-booked,
    .bookacti-available-places.bookacti-not-booked,
    #post-829 .bookacti-available-places.bookacti-booked,
    #post-829 .bookacti-available-places.bookacti-not-booked {
        width: 100%;
        height: 38px;
    }

    .product-steep-deep-cat .product-desc,
    .product-private-powder-cat .product-desc,
    .product-non-private-powder-cat .product-desc {
        padding: 0 5%;
    }

    .woocommerce-cart td.product-name a,
    .big_link-box .link i strong,
    .adventures .link i strong,
    .page-snowcat-adventures #main,
    .product-steep-deep-cat #main,
    .product-private-powder-cat #main,
    .product-non-private-powder-cat #main,
    .yurt-box,
    .box.located,
    .page-our-team .twocol,
    .gallery,
    .box.located .reviews .quote p,
    .page_box.terrain .wrap {
        padding: 0 !important;
    }

    #order_review,
    h3#order_review_heading,
    .woocommerce .col2-set,
    .woocommerce-cart-form,
    .adventures .link,
    .page-snowcat-adventures #main,
    .tc-extra-product-options.tc-show,
    .tc-extra-product-options.tc-show-override,
    #tm-epo-totals,
    .yurt-box a.booknow,
    .page-the-experience .twocol,
    .page-the-experience #main,
    .staff div,
    .radar-box,
    .box.third,
    .page_box.terrain .wrap .twocol {
        width: 100% !important;
    }

    .page-snowcat-adventures p {
        padding: 0 10% !important;
    }

    .adventures .link h2,
    .adventures .link {
        margin-top: 20px !important;
    }

    .adventures .link a.booknow {
        float: none;
    }

    .bookacti-activity .product_meta::before {
        padding: 0 5%;
        line-height: 1.25;
    }

    .big_link-box .link .link-title {
        padding: 40px 20px 15px 20px;
    }

    .page-calendar .big_link-box .link .link-photo,
    .big_link-box .link .link-photo {
        padding-top: 60%;
    }

    .page-calendar .big_link-box a.booknow {
        margin-top: 10px;
    }

    .adventures .link h2,
    .adventures .link p {
        padding: 0;
        text-align: center;
    }

    .adventures .link {
        border: none;
    }

    .yurt-box a.booknow {
        display: block;
        margin: auto;
    }

    .radar-box::before {
        top: 3%;
        right: 5%;
    }

    .staff div {
        text-align: center;
    }

    .staff div img {
        float: none;
        margin: 0;
    }

    .page_box.cats {
        padding: 280px 0 10px 0;
        background: url(images/background-cats.jpg) left top/ auto 250px no-repeat;
    }

    .page_box.reviews {
        background: url(images/background-reviews.jpg) center top -40px/250% auto no-repeat;
        padding: 160px 0 60px 0;
    }

    .page_box.partners {
        padding: 40px 0 20px 0;
    }

    #text-3 {
        margin-top: 10px;
    }

    .fc-center {
        margin-right: 0;
        width: 60%;
        float: right;
    }

    .fc-center h2 {
        font-size: 28px !important;
        margin-top: 5px !important;
    }

    #tm-epo-totals {
        margin-top: 0;
        padding-top: 0;
    }

    .box.located p:last-of-type {
        margin-top: 30px;
        margin-bottom: 0;
        line-height: 0;
    }

    .box.third,
    #text-3 {
        margin-bottom: 10px;
    }

    button.single_add_to_cart_button,
    .reviews-link {
        width: 100% !Important;
        margin: 0 0 10px 0;
    }

    .reviews-link img {
        height: 50px;
    }

    .page-the-experience #content {
        padding-bottom: 0 !important;
    }

    .gallery-item {
        width: 49% !important;
        padding: 0 2px;
    }

    .mc4wp-form-fields input {
        margin: 5px 0 10px 0 !important;
    }

    .mc4wp-form-fields h2 {
        margin-right: 0;
    }

    .footer .widget:nth-child(1),
    .footer .widget:nth-child(2),
    .footer .widget:nth-child(3),
    .footer .widget:nth-child(4),
    .footer-left {
        width: 90%;
        margin-left: 0;
        text-align: center;
    }

    .reviews-page p,
    .box.third,
    .footer .widget:nth-child(1) .socials,
    .widget_nav_menu ul,
    .footer .widget p,
    .footer .widget h4 {
        text-align: center;

    }

    .woocommerce table.shop_table_responsive tr td.product-name,
    .woocommerce-page table.shop_table_responsive tr td.product-name {
        text-align: left !important;

    }

    .woocommerce form .form-row label.checkbox {
        line-height: 16px !important;
    }

    .woocommerce-form__label-for-checkbox input[type='checkbox'] {
        margin-bottom: 30px !important;
        float: left;
    }

    .footer .widget:nth-child(1) .socials {
        margin-right: 0;
    }

    .page-plan-a-trip .box .twocol.border-right {
        border-right: none !important;
    }

    .socials.dark strong {
        width: 100%;
        margin-right: 0;
    }

    .splitcol {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
    
    .nonprivate .link-title i {
        width: 100%;
        line-height: 1.3;
    }

}

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

    #logo img {
        width: 250px;
    }

    label[for="nav-trigger"] {
        right: 10px;
    }

    #slideshow .slides {
        width: 300% !important;
        margin-left: -100% !Important;
    }

    .top.homepage h2 {
        font-size: 30px !important;
    }

    .phone-home,
    .phone-home a {
        font-size: 34px;
    }

    .twocol:nth-child(even) {
        padding-left: 0;
    }

    .page-plan-a-trip .item-list {
        padding: 5px 20px 5px 40px;
        line-height: 1.2;
    }

    td.fc-event-container {
        padding: 0 3px !important;
    }

    .bookacti-available-places.bookacti-booked,
    .bookacti-available-places.bookacti-not-booked,
    #post-829 .bookacti-available-places.bookacti-booked,
    #post-829 .bookacti-available-places.bookacti-not-booked {
        width: 100%;
        height: 36px;
    }
    .footer .widget:nth-child(5){
        min-width: 280px;
    }
}

@media only screen and (max-width: 320px) {
    #slideshow .slides {
        width: 280% !important;
        margin-left: -90% !Important;
    }

    #logo img {
        width: 210px;
    }

    label[for="nav-trigger"] {
        top: 25px;
    }

    #contact-box-inner {
        padding: 0 5%;
    }

    #nf-form-1-cont {
        padding: 40px 30px 20px 30px;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-prev .flex-disabled {
        left: 10px !important;
    }

    .flex-direction-nav .flex-next,
    .flex-direction-nav .flex-next .flex-disabled {
        right: 10px !important;

    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 90% !Important;
        margin: auto;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: none !important;
    }

    .phone-home a {
        font-size: 30px;
    }

    .reviews-link {
        font-size: 18px;
    }

    .reviews-link a {
        padding: 10px;
    }

    .mc4wp-form-fields h2 {
        font-size: 30px !important;
    }
}



/* -------------------   /end RESPONSIVE   --------------------------------- */

/** SCROLL DOWN ARROW**/

@-moz-keyframes bounce {

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -moz-transform: translateY(-40px);
        transform: translateY(-40px);
    }

}

@-webkit-keyframes bounce {

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

}

@keyframes bounce {

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    0% {
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

}

.arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    width: 30px;
    height: 50px;
}

.arrow i {
    display: inline-block;
    fill: #fff;
    opacity: .8;
    text-transform: none;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.wpmenucartli i {}
