/*
Theme Name: Parks Sabers
Theme URI: http://mrtailor.getbowtied.com/
Description: This is a child theme for Mr. Tailor.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: mrtailor
Version: 1.0.5
*/
@import url("../mrtailor/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/*************** THEME RESETS ***********************************/

body.home {
    background: #d8dce7;
}

body.home .top-headers-wrapper,
body.home footer {
    display: none;
}

body.home .st-content {
    background: transparent !important;
}

.site-logo,
#site-top-bar,
#menu-main-menu,
.mobile-menu-button {
    display: none !important;
}

.wpb_wrapper h1,
.wpb_wrapper h6 {
    visibility: hidden;
}

.vc_column_container span,
.vc_column_container h2,
.vc_column_container h3 {
    color: #444 !important;
}

.vc_column_container button {
    background: #555 !important;
}

area:focus,
a:focus {
    box-shadow: none;
    outline: 0;
}

.slick-loading .slick-list {
    background: #d8dce7;
}

/*************** HOMEPAGE ***************************************/

.parks__home-container {
    display: table-cell;
    height: 100vh;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
    width: 100vw;
}

.parks__loading {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.parks__loading-page {
    background: rgba(219, 223, 234, 1);
}

.parks__loading,
.parks__loading-slider {
    display: none;
}

.parks__loading-button {
    border-radius: 50%;
    height: 50px;
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 50px;
}

.parks__loading-button:before,
.parks__loading-button:after {
    animation: rapidpulse 2s infinite;
    background: white;
    border-radius: 50%;
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.parks__loading-button:after {
    animation: rapidpulse 2s 1s infinite;
}

.parks__cart {
    font-size: 1.5em;
    right: 20px;
    top: 20px;
    position: fixed;
    z-index: 150;
}

.parks__cart a {
    color: white;
    display: block;
}

.parks__cart a:hover,
.parks__cart a:focus {
    color: lightgray;
}

.parks__carousels {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
}

.parks__carousels.parks__slider-initialized {
    z-index: 10;
}

.parks__carousels .parks__slider {
    align-items: flex-end;
    display: flex !important;
    height: 100vh;
    justify-content: center;
    outline: none;
    width: 100vw !important;
}

.parks__carousels .parks__slider:focus {
    outline: none;
}

.parks__carousels .parks__slider img {
    max-height: 100vh;
    max-width: 100vw;
}

.parks__homepage__map {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100vw;
    z-index: 100;
}

.parks__homepage__map img {
    max-height: 100vh;
    max-width: 100vw;
    opacity: 0;
}

.alert-added-to-cart {
    display: none;
    font-size: 1rem;
    line-height: 28px;
    padding-right: 20px;
    position: absolute;
    right: 100%;
    text-align: right;
    top: 0;
    width: 250px;
}

.button-view-cart {
    visibility: hidden;
}

.parks__modal {
    background: rgba(105, 105, 105, .98);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 210;
}

.parks__modal .parks__modal-header .parks__close {
    color: white;
    font-size: 2.5em;
    position: fixed;
    right: 20px;
    top: 20px;
}

.parks__modal .parks__modal-body {
    color: white;
    margin: 10vh auto 5vh;
    max-height: 85vh;
    max-width: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 30px;
    width: 75%;
}

.parks__modal-body strong + ul {
    padding-top: 10px;
}

.parks__modal-body ul + p {
    padding-top: 15px;
}

.parks__modal .parks__modal-body .parks__product-image {
    margin-bottom: 50px;
}

.parks__modal .parks__modal-body h2 {
    color: white;
    margin-bottom: 35px;
    width: 100%;
}

.parks__modal .parks__modal-body h2 .parks__price {
    color: white;
    display: block;
    font-size: 80%;
    text-align: right;
    width: 100%;
}

.parks__modal .parks__modal-body h2 .parks__price del,
.parks__modal .parks__modal-body h2 .parks__price ins {
    display: inline-block;
}

.parks__modal .parks__modal-body h2 .parks__price del {
    font-size: 60%;
}

.parks__modal .parks__button-container {
    margin: 30px 0;
    text-align: right;
}

.parks__modal .parks__button {
    background: #F6596E;
    border: 2px solid #F6596E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 3px;
    padding: 18px 32px;
    text-align: center;
    text-transform: uppercase;

}

.parks__modal .parks__button-add-to-cart {
    background: transparent;
    color: #F6596E;
}

.msg-added-to-cart {
    display: none;
    padding-right: 20px;
    font-size: 1.2em;
}

.site-tools .search-button {
    display: none;
}

.qtip-default {
    border: 1px solid #333;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-weight: bold;
    padding: 5px;
}

@keyframes rapidpulse {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    33% {
        transform: scale(1);
        opacity: .75;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

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

    .parks__modal .parks__modal-body h2 {
        padding-right: 250px;
    }

    .parks__modal .parks__modal-body h2 .parks__price {
        float: right;
        margin-right: -250px;
        width: 250px;
    }
}

/****************************************************************/
/****************************************************************/
/****************************************************************/