/*
 Theme Name:   Image Direct Boilerplate Child
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  ID-Boilerplate Child CSS
 Author:       Image Direct Pty Ltd
 Author URI:   http://www.imagedirect.com.au
 Template:     id-boilerplate-master
 Version:      3.5.2
Tags:
Copyright:     ©2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*
* -----------------------------------------------------------------------------
*
* # Root
*
* -----------------------------------------------------------------------------
*/


html {
    font-size: 1em;
}

body {
    padding-top: 0;
    background-color: #fcfcfc;
    color: #444;
    font-weight: 200;
    font-family: -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
    min-width: 320px;
}

#content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-main {
    text-align: center;
}

.woocommerce-checkout .content-main,
.module-body {
    text-align: left;
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 992px) {
    body {
        padding-top: 0;
    }

    #content{
        padding-top: 75px;
        padding-bottom: 75px;
    }
}



/*
* -----------------------------------------------------------------------------
*
* # Image
*
* -----------------------------------------------------------------------------
*/

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.single .swipebox {
    max-height: 100%;
}


/*
* -----------------------------------------------------------------------------
*
* # Typography
*
* -----------------------------------------------------------------------------
*/



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:  700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    -webkit-font-smoothing: antialiased;
}

.content-main h1,
.content-main  h2,
.content-main  h3,
.content-main  h4,
.content-main  h5,
.content-main  h6 {
    text-transform: none;
}


.content-main p {
    line-height: 1.75;
    margin-bottom: 1.5em;
}


.id-post-title > h1 {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 2em;
    letter-spacing: 2px;
    font-size: 2.5em;
    font-weight: 200;
    padding-bottom: 15px;
}


@media screen and (min-width: 1200px) {
    .id-post-title > h1 {
        letter-spacing: 5px;
        font-size: 3em;
        font-weight: 200;
        padding-bottom: 15px;
    }
}

.id-post-title > h1::after {
    content: '';
    display: block;
    width: 25%;
    border-bottom: #4faef2 solid 2px;
    margin: auto;
    padding: 5px;
}

.id-post-title > h1 > em {
    display: block;
    text-transform: none;
    font-family: 'Niconne', cursive;
}

a {
    color: #4faef2;
}

a:hover,
a:focus,
a:active {
    color: #787878;
    text-decoration: none;
}


.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}

.content-main {
    font-size: 1em;
}


h4.widgettitle {
    font-weight: 600;
    /*    border-bottom: 1px dotted rgba(255,255,255,0.15);
        border-bottom: 1px dotted rgba(0,0,0,0.15);*/
    margin-bottom: 15px;
}

.well.call-to-action {
    text-align: center;
}

/*
* -----------------------------------------------------------------------------
*
* Contact Form
*
* -----------------------------------------------------------------------------
*/

.wpcf7-checkbox {
    width: 100%;
    float: left;
    clear: left;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

span.wpcf7-list-item label {
    font-weight: normal;
}

span.wpcf7-list-item {
    float: left;
    width: 50%;
    margin: auto;
}


@media screen and (min-width: 768px) {
    span.wpcf7-list-item {
        width: 25%;
    }
}


span.wpcf7-list-item.first {
    clear: left;
}
/*
* -----------------------------------------------------------------------------
*
* ID Custom Header
*
* -----------------------------------------------------------------------------
*/

.id-custom-header-wrapper {
    height: 350px;
    height: calc(50vh) !important;
}
.id-custom-header-wrapper::before {
    background-color: transparent !important;
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%)!important;
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%)!important;
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
}

.custom-header-content {
    text-align: center;
    color: #fff;
}

.id-custom-header-page-title,
.id-custom-header-page-subtitle {
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.id-custom-header-page-title {
    font-family: 'Niconne', cursive;
    font-size: 2em;
    text-transform: none;
}

.id-custom-header-page-subtitle {
    font-size: 2.5em;
}


@media screen and (min-width: 768px) {
    .id-custom-header-page-subtitle {
        font-size: 3em;
    }    
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar Scroll
*
* -----------------------------------------------------------------------------
*/

.header.navbar-inverse,
.scroll-large .header.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-transition: all 1s ease-out .1s;
    -moz-transition: all 1s ease-out .1s;
    -o-transition: all 1s ease-out .1s;
    transition: all 1s ease-out .1s;
}

.scroll-small .header.navbar-inverse {
    box-shadow: none;
    /*    background-color: #262a2e;
        border-color: #262a2e;*/
    border: none;
    background-color: rgba(0,0,0,0.75);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -webkit-transition: all 1s ease-out .1s;
    -moz-transition: all 1s ease-out .1s;
    -o-transition: all 1s ease-out .1s;
    transition: all 1s ease-out .1s;
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar navbar-offcanvas
*
* -----------------------------------------------------------------------------
*/

.active .navbar-offcanvas {
    background-color: #262a2e;
    border-color: #262a2e;
    box-shadow: none;
}

@media screen and (max-width: 1199px) {
    .navbar-offcanvas {
        max-width: 100%;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar-nav Affix
*
* -----------------------------------------------------------------------------
*/

.header.navbar-inverse.affix {
    box-shadow: none;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9999;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out ;
    background-color: #262a2e;
}

nav.affix .nav {
    box-shadow: none;
}


/*
.affix + .menu-affix-sizer {
    height: 60px;
}*/



.scroll-small .id-scroll-up.navbar-fixed-top {
    top: 0;
}

.scroll-small .navbar-fixed-top {
    top: -200px;
}
/*
* -----------------------------------------------------------------------------
*
* Navbar Logo
*
* -----------------------------------------------------------------------------
*/

.navbar-logo  {
    width: 130px;
    padding: 10px;
    display: inline-block;
}

.navbar-logo img {
    width: 100%;
    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,0.95)); /* Safari */
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.95));
}

@media screen and (min-width: 992px) {
    .navbar-logo {
        width: 200px;
        padding: 20px;
    }
    .scroll-small .navbar-logo {
        width: 150px;
        padding: 10px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* Navbar Toggle
*
* -----------------------------------------------------------------------------
*/

.id-navbar-close {
    color: #777;
}

.id-navbar-close,
.navbar-toggle {
    border: none;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.navbar-toggle .fa:before {
    color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(0,0,0,0.25);
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .fa:before {
    color: #fff;
}


.navbar-inverse .navbar-toggle:focus .fa:before,
.navbar-inverse .navbar-toggle:hover .fa:before {
    color: #4faef2;
}

@media screen and (min-width: 992px) {
    .navbar-toggle {
        position: relative;
        float: right;
    }
}

@media screen and (max-width: 1199px) {
    .row-offcanvas-right .navbar-offcanvas .id-navbar-close {
        text-align: right;
        color: #fff
    }
    .row-offcanvas-right .navbar-offcanvas .id-navbar-close:hover {
        color: #999;
    }
}



/*
* -----------------------------------------------------------------------------
*
* # Search Box
*
* -----------------------------------------------------------------------------
*/

.navbar-search-toggle[aria-expanded="true"],
.search-toggle[aria-expanded="true"] {
    background-color: #4faef2 !important;
    color: #fff;
}

.navbar-search-toggle {
    background-color: transparent;
}

.navbar-inverse .navbar-search-toggle {
    color: #777;
}

.navbar-fixed-top .id-search-box-wrapper {
    margin-top: 65px;
}


@media (min-width: 991px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 105px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 0;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar Padding
*
* -----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {

    .scroll-small .navbar-search-toggle {
        padding: 15px 15px;
    }

    .navbar-toggle {
        padding: 35px 15px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-nav > li > a  {
        padding: 42.5px 15px;
    }

    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 42px 15px;
    }

    .scroll-small .navbar-nav > li > a {
        padding: 25.5px 15px;
    }

    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 25px 15px;
    }

    .navbar-search-toggle {
        padding: 35px 35px;
    }
    .scroll-small .navbar-search-toggle {
        padding: 17.5px 20px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: menu-items
*
* -----------------------------------------------------------------------------
*/


@media (min-width: 1200px) {
    .navbar-full-width .container {
        padding: 0 0;
        width: 100%;
    }

    /*    .navbar-nav > li.active > a::before,
        .navbar-nav > li > a:hover::before {
            border: 10px solid transparent;
            border-top-color: #fff;
            content: "";
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: auto;
            width: 0;
            margin-left: auto;
            margin-right: auto;
        }*/
}

.navbar-nav li  a > em > em,
.navbar-nav li  a > em {
    font-style: normal;
}

.navbar-nav > li > a {
    font-weight: 400;
    font-size: 70%;
    text-transform: uppercase;
    letter-spacing: 2px;
}


@media screen and (min-width: 1400px) {
    .navbar-nav > li > a {
        font-size: 75%;
        letter-spacing: 2px;
    }
}


@media screen and (min-width: 1200px) {
    .navbar-inverse .navbar-nav>.active>a:hover::after,
    .navbar-nav > li > a::after {
        content: '';
        width: 0;
        display: block;
        height: 2px;
        margin: auto;
        background-color: #fff;

        -webkit-transition: width 1.1s; /* Safari */
        transition: width 1.1s;

        -webkit-transition-property: width;
        -moz-transition-property: width;
        -o-transition-property: width;
        transition-property: width;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .navbar-inverse .navbar-nav>.active>a::after,
    .navbar-nav > li > a:hover::after {
        content: '';
        display: block;
        height: 2px;
        margin: auto;
        background-color: #4faef2;
        width: 100%;
        -webkit-transition-property: width;
        -moz-transition-property: width;
        -o-transition-property: width;
        transition-property: width;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbar-nav > li > a.id-navbar-phone-icon {
    font-size: 1.1em;
}



/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-default
*
* -----------------------------------------------------------------------------
*/

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

@media screen and (min-width: 1200px) {
    a.id-navbar-phone-icon .fa {
        color: inherit;
    }

    /*@ACTIVE*/
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    /*@DEFAULT */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #4faef2;
    }
}
/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-basic
*
* -----------------------------------------------------------------------------
*/

.navbar-basic {
    background-color: transparent;
    border-color: transparent;
}

.navbar-basic .navbar-nav>li>a {
    color: #fff;
}

@media screen and (min-width: 1200px) {
    a.id-navbar-phone-icon .fa {
        color: #4faef2;
    }

    /*@ACTIVE*/
    .navbar-basic .navbar-nav>.active>a,
    .navbar-basic .navbar-nav>.active>a:focus,
    .navbar-basic .navbar-nav>.active>a:hover,
    /*@DEFAULT */
    .navbar-basic .navbar-nav > li > a:hover,
    .navbar-basic .navbar-nav > li.active > a,
    .navbar-basic .navbar-nav > li > a:focus {
        background-color: transparent;
        /*color: #4faef2;*/
        color: #fff;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-inverse
*
* -----------------------------------------------------------------------------
*/

.navbar-inverse {
    background-color: #222;
    border-color: #262a2e;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.90);
}

@media screen and (max-width: 1199px) {
    .navbar-offcanvas .navbar-nav {
        text-align: center;
        color: #fff
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #4faef2;
    }}

.navbar-inverse .navbar-nav>li>.dropdown-menu,
.navbar-inverse .dropdown-menu {
    background-color: #222;
}

@media screen and (min-width: 1200px) {
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

}


/*
* -----------------------------------------------------------------------------
*
* # DropDown
*
* -----------------------------------------------------------------------------
*/

.dropdown-menu > li > a {
    color: #4faef2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #222;
    }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover {
    background-color: #4faef2;
    color: #fff;
}

.dropdown-menu>.active>a {}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4faef2;
    outline: 0;
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #4faef2;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #4faef2;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #4faef2;
        color: #fff;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0,0,0,0.05);
    }
}

@media (min-width: 992px) {
    .navbar-right {
        margin-right: auto;
    }
}




/*
* -----------------------------------------------------------------------------
*
* # Slideshow Caption
*
* -----------------------------------------------------------------------------
*/

.carousel .id-slide-item::before {
    background-color: transparent !important;
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%)!important;
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%)!important;
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
}

.carousel .overlay-inverse .id-slideshow-caption {
    background-color: rgba(0,0,0,0.25);
}

.carousel .id-slideshow-caption {
    background-color: transparent;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.id-slide-item {
    height: 450px;
    height: calc(100vh);
}

@media screen and (min-width: 768px) {
    .id-slide-item {
        height: 500px;
        height: calc(100vh);
    }
}

@media screen and (min-width: 992px) {
    .id-slide-item {
        height: 700px;
        height: calc(100vh);
    }
}

.carousel .carousel-indicators {
    display: none;
}


.carousel .glyphicon-chevron-left:before,
.carousel .glyphicon-chevron-right:before {
    font-family: fontAwesome;
}

.carousel .glyphicon-chevron-left:before {
    content: "\f104";
}

.carousel .glyphicon-chevron-right:before {
    content: "\f105";
}

/* Hover animation */
.carousel .carousel-control { opacity: 0.5; }

.carousel:focus .carousel-control,
.carousel:hover .carousel-control {
    opacity: 1;
}
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }


/*
* -----------------------------------------------------------------------------
*
* # Footer
*
* -----------------------------------------------------------------------------
*/

#footer {
    background-color: #262a2e;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    font-size: 80%;
}

.id-footer-widget-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .id-footer-widget-wrapper {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.id-footer-widget-wrapper > .id-dynamic-widget-content > *{
    margin-bottom: 30px;
}
/*#footer h4.widgettitle {
    border-bottom: 1px solid #4faef2;
    color: #fff;
}*/

#footer h4.widgettitle::after {
    content: '';
    display: block;
    width: 15%;
    margin: 1ex 0;
    border-bottom: #4faef2 1px solid;
}

#footer a {
    color: #4faef2;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #787878;
    text-decoration: none;
}

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 1ex 0;
}

.footer ul.menu li {
    border-bottom: rgba(255,255,255,0.15) dashed 1px;
}

.footer ul.menu li:last-child,
.footer li ul li {
    border-bottom: none;
}

.id-social-media {
    text-align: center;
}

.id-social-media li > a > i.fa[class*="fa-"] {
    background-color: transparent;
    color: #787878;
}

.id-social-media li > a > i.fa:hover,
.id-social-media li > a > i.fa:focus,
.id-social-media li > a > i.fa:active {
    opacity: 1;
    background-color: transparent;
    color: #4faef2;
}

.id-copyright-wrapper {
    padding: 10px 0;
    background-color: #262a2e;
}

/*
* -----------------------------------------------------------------------------
*
* # Buttons
*
* -----------------------------------------------------------------------------
*/
input[type="submit"],
input[type="button"],
.btn {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 12px;
}

input[type="submit"].btn-lg,
input[type="button"].btn-lg,
.btn-lg {
    padding: 11px 30px;
}

.btn-xl {
    padding: 30px 50px;
}

input[type="submit"],
input[type="button"],
.btn-primary {
    background-color: transparent;
    border-color: #262a2e;
    color: #262a2e;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    border-color: #4faef2;
    color: #4faef2;
}

/* Default */
.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

/* Hover */
.btn-primary:hover {
    background-position: 0 -15px;
}

.btn-inverse {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus {
    background-color: #fff;
    border-color: #fff;
    text-shadow: none;
    color: #24305b;
}


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

.ddownload-button {
    padding: 1ex 2ex;
    font-size: 1.25em;
    background-image: none;
    background-color: #999;
    color: #fff!important;
    text-shadow: none;
}

.ddownload-button:hover,
.ddownload-button:active,
.ddownload-button:focus {
    background-image: none;
}


.ddownload-button.button-blue {
    background-color: #0080A2;
    border-color: #0080A2;
}

.ddownload-button.button-blue:hover {
    background-color: transparent;
    border-color: #0080A2;
    color: #0080A2 !important;
}

.ddownload-button.button-green {
    background-color: #2ECC71;
    border-color: #2ECC71;
}

.ddownload-button.button-green:hover {
    background-color: transparent;
    border-color: #27AE60;
    color: #27AE60 !important;
}


/*
* -----------------------------------------------------------------------------
*
* Widget
*
* ----------------------------------------------------------------------------
*/

.sidebar .widget > div {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    border-radius: 4px;
}


/*
* -----------------------------------------------------------------------------
*
* @Large Google MAP
*
* ----------------------------------------------------------------------------
*/

.id-google-map-wrapper .acf-map {
    margin: auto;
}


@media screen and (min-width: 992px) {
    .id-google-map-wrapper .acf-map {
        height: 600px;
    }
}

.id-google-map-wrapper address {
    display: none;
}

/*
* ----------------------------------------------------------------
*
* ID Scroll Top
*
* ----------------------------------------------------------------
*/

.id_scroll_top.id-scroll-top-icon:hover,
.id_scroll_top.id-scroll-top-icon:focus,
.id_scroll_top.id-scroll-top-icon:active {
    background-color: #4faef2;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.id_scroll_top.id-scroll-top-icon {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    line-height: 1;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.id_scroll_top:before {
    content: "";
}

.id_scroll_top.id-scroll-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.id_scroll_top.id-scroll-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/*
* ----------------------------------------------------------
*
* id-services-call-to-action-wrapper
*
* ----------------------------------------------------------
*/

.id-footer-call-to-action-wrapper {
    background-color: #222;
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.id-footer-call-to-action {
    padding-top: 50px;
    padding-bottom: 50px;
}

.id-footer-call-to-action h3 {
    font-size: 1.25em;
    letter-spacing: 2px;
}

.id-footer-call-to-action .id-client-address-widget  strong {
    color: #999;
}

.id-footer-call-to-action .id-client-display-phone {
    font-size: 2em;
    margin: 15px auto;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}

/*
* ----------------------------------------------------------------
*
* @ranch-benefit-wrapper
*
* ----------------------------------------------------------------
*/
.ranch-benefit-wrapper .module-body {
    padding: 30px;
}

@media screen and (min-width: 992px) {
    .ranch-benefit-wrapper .module-body {
        padding: 10%;
    }
}

.ranch-benefit-wrapper .module-body a {
    color: #414042;
    text-transform: none;
    font-family: 'Niconne', cursive;
    font-size: 1.5em;
}

/*
* ----------------------------------------------------------------
*
* @call to action module
*
* ----------------------------------------------------------------
*/
.call-to-action-wrapper .module-body {
    text-align: center;
    padding: 30px 15px;
}

.module-inverse.call-to-action-wrapper .module-body {
    background-color: #262a2e;
    color: #fff;
}

.call-to-action-wrapper .module-title a {
    text-transform: none;
    font-family: 'Niconne', cursive;
    font-size: 1.5em;
}
.module-inverse.call-to-action-wrapper .module-title a {
    color: #fff;
}

.call-to-action-wrapper .module-title a::before {
    content: '';
    display: block;
    width: 5%;
    margin: 3ex 48%;
    border-top: #4faef2 1px solid;
    border-top: var(#4faef2) 1px solid;
}

.call-to-action-wrapper .module-section {
    width: 100%;
}

.call-to-action-wrapper .module-outer {
    padding: 0;
}

.call-to-action-wrapper .module-thumbnail::before {
    padding-bottom: 75%;
}

@media screen and (min-width: 768px) {
    .call-to-action-wrapper .module-thumbnail::before {
        padding-bottom: 33%;
    }
}

.call-to-action-wrapper .module-canvas {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*
* ----------------------------------------------------------------
*
* Video
*
* ----------------------------------------------------------------
*/
.call-to-action-wrapper.factory-grid   .module-inner,
.call-to-action-wrapper.factory-grid.module-inverse  .module-inner,
.call-to-action-wrapper.factory-grid  .module-thumbnail,

.factory-grid.module-inverse .video-feature  .module-inner,
.factory-grid.module-inverse .video-feature .module-inner,
.factory-grid .video-feature .module-thumbnail {
    background: transparent;
}

.factory-grid .video-feature .module-overlay .fa::before {
    background-color: rgba(0,0,0,0.6);
    border-color: rgba(0,0,0,0.76);
    color: white;
}

.factory-grid.module-hover.module-inverse .video-feature .module-body {
    background-color: rgba(0,0,0,0.6);
}


.factory-grid.module-hover .module-overlay h4 {
    background-color: rgba(0,0,0,0.6);
    border-color: rgba(0,0,0,0.6);
    color: white;
    margin: 0;
}




/*
* ----------------------------------------------------------------
*
* Ranch facility
*
* ----------------------------------------------------------------
*/
.ranch-our-facilities-list.factory-default .module-body {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 767px) {
    .ranch-our-facilities-list.factory-default .module-inner {
        -ms-flex-wrap: nowrap;
        -ms-flex-direction: row;
        -ms-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .ranch-our-facilities-list.factory-default .module-thumbnail {
        width: 30%;
        max-width: 30%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 30%;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
    .ranch-our-facilities-list.factory-default .module-body {
        width: 70%;
        max-width: 70%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 70%;
        -webkit-flex: 1 1 70%;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
    }
}


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


    .ranch-our-facilities-list.factory-default .module-thumbnail {
        width: 20%;
        max-width: 20%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 20%;
        -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }
    .ranch-our-facilities-list.factory-default .module-body {
        width: 80%;
        max-width: 80%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 80%;
        -webkit-flex: 1 1 80%;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%;
    }
}




.ranch-our-facilities-list .module-outer {
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -moz-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}



.ranch-our-facilities-list {
    background-color: #eee;
    padding: 50px 15px;
}
.ranch-our-facilities-list .module-thumbnail {
    background-color: transparent;
}

.ranch-our-facilities-list .module-overlay {
    padding: 15px;
}

.ranch-our-facilities-list .module-overlay > img {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    max-height: 40px;
    height: 100%;
    max-width: 100%;
    width: auto;
}

.ranch-our-facilities-list h4.module-title > a {
    font-weight: normal;
    color: #24305b;
    font-size: 85%;
}

.ranch-our-facilities-list h4.module-title {
    padding: 20px 15px;
    vertical-align: middle;
}

.ranch-our-facilities-list .module-body .module-content{
    vertical-align: middle;
}

.no-flexbox .ranch-our-facilities-list.factory-default .module-image{
    padding: 20px;
    display: inline-block;
    position: relative;
    height: 100%;
    text-align: center;
}

.no-flexbox .ranch-our-facilities-list.factory-default .module-thumbnail,
.no-flexbox .ranch-our-facilities-list.factory-default .module-body{
    padding: 20px;
    height: 100%;
}

.no-flexbox .ranch-our-facilities-list.factory-default .module-thumbnail::before{
    padding-bottom: 0 !important;
    min-height: 0 !important;
}

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

    .no-flexbox .ranch-our-facilities-list.factory-default .module-thumbnail,
    .no-flexbox .ranch-our-facilities-list.factory-default .module-body{
        display: inline-block !important;
    }
}

/*
* ----------------------------------------------------------------
*
* Ranch Review
*
* ----------------------------------------------------------------
*/

.single-ranch-review .content-main {
    text-align: center;
}

.ranch-testimonials-carousel h3.module-section-title {
    color: #fff;
    font-family: 'Niconne', cursive;
    text-transform: none;
}

.ranch-testimonials-carousel.ranch-review-wrapper {
    background-color: #262a2e;
    padding: 50px 15px;
    background-image: url(img/climpek.png);
    background-repeat: repeat;
    /*background-size: initial;*/
    background-size: 44px;
}

.ranch-review h4.module-title>a {
    font-size: 2.2em;
    color: #455;
    text-transform: none;
    font-family: 'Niconne', cursive;
}

.ranch-review .module-excerpt {
    font-size: 0.9em;
    line-height: 1.7;
    font-style: italic;
}

.ranch-review .module-content .ranch-reviews-meta-wrapper {
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .factory-default .ranch-review .module-thumbnail::before {
        padding-bottom: 80%;
    }

    .ranch-review .module-body {
        text-align: center;
    }
}

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

    .ranch-review .module-body {
        padding: 30px;
    }
}

.ranch-review .module-thumbnail {
    background: none;
    background-color: #e9e9e9;
}

.ranch-review .module-thumbnail::after {
    content: "";
    border: 30px solid transparent;
    border-bottom-color: #fff;
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.ranch-review dl {
    list-style: none;
    margin: 0;
}

.ranch-review dl > * {
    display: inline-block;
    font-weight: normal;
}

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

    .ranch-review dd::before {
        content: '~';
        margin: 1ex;
    }

    .ranch-review .module-thumbnail::after {
        border-bottom-color: transparent;
        border-right-color: #fff;
        top: 50%;
        left: auto;
        right: 0;
        bottom: auto;
        margin: auto;
        margin-top: -30px;
    }
}

.ranch-review .module-overlay .fa::before {
}
.ranch-review .module-overlay .fa::before {
    background-color: #24305b;
}

.module-canvas.owl-carousel .owl-prev > i.fa,
.module-canvas.owl-carousel .owl-next > i.fa {
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    background: #666;
}


.module-canvas.owl-carousel .owl-prev > i.fa:hover, .module-canvas.owl-carousel .owl-next > i.fa:hover {
    background: #4faef2;
    color: #fff;
    text-decoration: none;
}


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

    .factory-default .ranch-review .module-thumbnail {
        width: 20%;
        max-width: 20%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 20%;
        -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;

        display: inline-block;
    }
    .factory-default .ranch-review .module-body {
        width: 80%;
        max-width: 80%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 80%;
        -webkit-flex: 1 1 80%;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%;

        display: inline-block;
    }
}
/*
* ----------------------------------------------------------------
*
* Ranch Cabin
*
* ----------------------------------------------------------------
*/

.ranch-cabin-wrapper {
    background-color: #262a2e;
}
.ranch-cabin-wrapper h3 {
    color: #fff;
}

.ranch-cabin-wrapper .module-prices, 
.ranch-cabin-wrapper .module-excerpt {
    padding: 0 15px;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -moz-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 100%;
    flex: 1;
    font-size: 80%;
    font-weight: 600;
}
/*
* ----------------------------------------------------------------
*
* Ranch Cabin Meta
*
* ----------------------------------------------------------------
*/
.cabin-facility-icons-meta-canvas {
    list-style: none;
    padding: 0;
}

.cabin-facility-icons-meta-item {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

.cabin-facility-icons-meta-item > .fa {
    font-size: 1.35em;
    color: #4faef2;
}

.cabin-facility-icons-meta-item > label {
    font-size: 70%;
    font-weight: inherit;
    display: block;
}

.ranch-cabin-wrapper .module-overlay {
    background-color: #4faef2;
}
/*
.module-overlay .fa::before {
    background-color: rgba(0,0,0,0.5);
    background-color: #4faef2;
}*/

/*
* ----------------------------------------------------------------
*
* Check Availability Widget
*
* ----------------------------------------------------------------
*/

.id-availability-widget-wrapper {
    background-color: #24305b;
    color: #fff;
    text-align: center;
}

.id-availability-widget-wrapper .widget {
    padding: 50px 15px;
}


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

    .id-availability-widget-wrapper .widget {
        padding: 100px 15px;
    }
}

.id-availability-widget-wrapper h3 {
    background-color: #24305b;
    color: #fff;
    text-transform: none;
    font-family: 'Niconne', cursive;
    font-size: 1.5em;
    margin-top: 0;
    padding-bottom: 10px;

}


/*
* ------------------------------------------------------------------------
*
* Scroll Icons CSS
*
* ------------------------------------------------------------------------
*/

p.id-scroll-icon-wrapper {
    margin: 0 auto;
    width: 100%;
}

.id-scroll-icon {
    display: block;
    width: 100%;
}

.id-scroll-icon > i.fa {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

/*
* --------------------------------------------------
*
* Down
*
* --------------------------------------------------
*/

/*#header {
    position: relative;
}*/

.id-scroll-icon-down {
    position: relative;
}

.id-scroll-icon-down > i.fa {
    background-color: transparent;

    color: #fff;
    font-size: 32px;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 30px;
    z-index: 9;
    height: 60px;
    width: 60px;
    padding: 15px;
    margin: 0 auto;
    margin-left: -30px;
    border-radius: 50% 50%;


    /*    top: auto;
        bottom: 0;
        padding: 10px 0 50px;
        z-index: 9;
        margin-left: -30px;
        border-top-left-radius: 90px;
        border-top-right-radius: 90px;
        height: 30px;
        width: 60px;*/


    -webkit-transition: all 250ms ease-in .05s;
    -moz-transition: all 250ms ease-in .05s;
    -o-transition: all 250ms ease-in .05s;
    transition: all 250ms ease-in .05s;
}

.id-scroll-icon-down:hover > i.fa {
    /*color: #24305b;*/
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all 250ms ease-in .05s;
    -moz-transition: all 250ms ease-in .05s;
    -o-transition: all 250ms ease-in .05s;
    transition: all 250ms ease-in .05s;
}
/*
* --------------------------------------------------
*
* Up
*
* --------------------------------------------------
*/

.id-scroll-icon-up > i.fa {
    background-color: #24305b;
    color: #fff;
    position: absolute;
    top: auto;
    left: 50%;
    right:auto;
    bottom: 0;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 998;
    margin-left: -30px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    height: 30px;
    width: 60px;
    -webkit-transition: all 250ms ease-in .05s;
    -moz-transition: all 250ms ease-in .05s;
    -o-transition: all 250ms ease-in .05s;
    transition: all 250ms ease-in .05s;
}


/*
* ----------------------------------------------------------------
*
* FAQ
*
* ----------------------------------------------------------------
*/
.id-faq-section .panel-default>.panel-heading h3 a[aria-expanded="true"] {
    background-color: #4faef2;
}


.id-faq-section .panel-default>.panel-heading h3 a:hover {
    background-color: #4faef2;
    text-decoration: none;
}


/*
* ----------------------------------------------------------------
*
* Specials/Testimonial Single Post Type
*
* ----------------------------------------------------------------------------
*/



.single-special-offer .swipebox {
    display: block;
    max-height: 100%;
    overflow: hidden;
}

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

    .sidebar .module-wrapper .container, .sidebar .module-canvas .module-item {
        width: auto;
        padding: 0;
        margin-bottom: 30px;
        flex: 1 1 50%;
    }
}

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

    .sidebar .module-wrapper .container, .sidebar .module-canvas .module-item {
        width: 100%;
        flex: 1 1 100%;
    }
}

.single-special-offer #content,
.single-service #content {
    padding: 0;
}

.service-featured-image {
    padding: 0;
}

p.post-thumbnail-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.post-thumbnail-wrapper::before {
    position: relative;
    padding-bottom: 75%;
    content: '';
    display: block;
    background-color: transparent;
}

.single-testimonial .testimonial-featured-image .swipebox,
.single-service .service-featured-image .swipebox {
    display: block;
    max-height: 100%;
    overflow: hidden;
}


.single-testimonial .testimonial-featured-image,
.single-service .service-featured-image {
    padding: 0;
}


.single-testimonial .content-main h1,
.single-service .content-main h1 {
    font-size: 1.3em;
    padding: 15px 0;
    margin: 15px auto;
    border-bottom: rgba(0,0,0,0.15) 4px solid;
}

.post-thumbnail-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media screen and (min-width: 768px) {
    .single-testimonial article,
    .single-service article {
        display: inline-block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: stretch;
        -o-align-items: stretch;
        -ms-align-items: stretch;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: center;
        -o-align-content: center;
        -ms-align-content: center;
        -moz-align-content: center;
        -webkit-align-content: center;
        align-content: center;
    }


    .single-testimonial .testimonial-featured-image,
    .single-service .service-featured-image {
        display: inline-block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .single-testimonial .testimonial-featured-image > *,
    .single-service .service-featured-image > * {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

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

    .single-special-offer .service-featured-image,
    .single-special-offer .special-offer {
        display: inline-block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .single-special-offer .special-offer > * {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-align: center;
        -o-align-content: center;
        -ms-align-content: center;
        -moz-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-align: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 50%;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .single-special-offer p.post-thumbnail-wrapper {
        -webkit-box-flex: 1;    
        -moz-box-flex: 1;  
        -ms-box-flex: 1;  
        -moz-flex:1 1 50%;
        -webkit-flex:1 1 100%;
        -ms-flex:1 1 100%;
        flex: 1 1 100%;
        height: 100%;
    }
}



/*
* ----------------------------------------------------------------
*
*  BOOKINGS
*
* ----------------------------------------------------------------
*/

.woocommerce-variation.single_variation p:first-line {
    font-weight: 600;
    font-size: 1.1em;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th,
label.price-guide {
    display: block;
}

.woocommerce div.product form.cart .variations label{
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*.woocommerce-Price-amount.amount::before {
    content: 'From ';
}*/

.dopbsp-value.dopbsp-price::after {
    content: 'Per Cabin x No. Nights'
}

.dopbsp-info-rule {
    display: none !important;
}

/*.DOPBSPCalendar-info-message*/

.DOPBSPCalendar-info-message {
    background-color: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.25);
    display: none;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.DOPBSPCalendar-info-message.dopbsp-error .dopbsp-text,
.DOPBSPCalendar-info-message.dopbsp-error .dopbsp-timer {
    padding: 15px;
}

.woocommerce .DOPBSPCalendar-info-message.dopbsp-error {
    border: none;
    border-left: #e66 solid 15px;
}

.DOPBSPCalendar-tooltip.dopbsp-text {
    max-width: 280px;
    padding: 15px;
    margin: auto;
}

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

.woocommerce-tabs{
    text-align: left;
}

.wpbs-day.status-2{
    color: #666;
}
.wpbs-day.status-2 .wpbs-day-split-day{
    color: inherit;
}

.woocommerce-product-gallery,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    float: left;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    width: 31.9% !important;
}
@media only screen and (min-width: 992px){
    .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1){
        width: 53%;
        float: left;
        margin-right: 5px;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
        width: 14.9% !important;
    }
}


/* 
* ----------------------------------------------------------------
*
* WooCommerce
* 
* ---------------------------------------------------------------- 
*/
.quantity, 
.product-quantity,
.cart .actions > input[name="update_cart"]{
    display:none;
}

#coupon_code{
    width: 150px !important;
    padding: 7px 15px;
    height: auto;
    border-radius: 2px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background-color: #000 !important;
}

/* 
* ----------------------------------------------------------------
*
*  Parallax override on mobile
* 
* ---------------------------------------------------------------- 
*/

.year-round-retreat,
.id-video-tour{
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 1200px){
    .year-round-retreat,
    .id-video-tour{
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
    }    
}
