/*
Theme Name: Impreza Child
Theme URI: http://impreza.us-themes.com/
Template: Impreza
Author: UpSolution
Author URI: http://us-themes.com/
Description: Multi-Purpose Creative WordPress Theme.
Version: 4.5.1499785195
Updated: 2017-07-11 14:59:55

*/
.woocommerce-result-count {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.intro-text {
    font-size: 24px;
    line-height: 1.5em;
}

.geodir-breadcrumb {
    display: none;
}

.ult-ib-effect-style6 .ult-new-ib-title {
    margin: 20px 0 10px;
    font-size: 21px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 10px #000;
    font-size: 22px !important;
    letter-spacing: 3px !important;
}

.ult-new-ib, .wpb_column > .wpb_wrapper .ult-new-ib {
    margin-bottom: 0 !important;
}

.l-titlebar-h h1 {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    letter-spacing: 9px !important;
}

.w-nav.type_desktop .menu-item-has-children > .w-nav-anchor:not(.level_1) .w-nav-title {
    padding-right: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: "Cormorant";
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.ush_menu_1.type_desktop .w-nav-anchor:not(.level_1) {
    font-size: 14px;
    /* text-transform: lowercase; */
    letter-spacing: 1px;
    font-weight: 300;
    font-family: "Lato";
}

@media (min-width: 886px) {
    ul.w-nav-list.level_2 .menu-item a[href="#"] {
        visibility: hidden;
    }
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.4em;
    margin: 0 40% -2px;
    height: 1px;
    width: 20%;
    opacity: 0;
    transition: all 0.3s;
}

.mc4wp-form a {
    color: #162d2a;
}

.mc4wp-form a:hover {
    color: #c3fdf5 !important;
}

.text-shadow {
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

/** take it away product feature **/
.amount-pence {
    display: inline-block;
    line-height: 0.6rem;
    font-size: 0.7rem;
}

a.take-it-away {
    float: right;
    padding-left: 65px;
    background-image: url(/wp-content/themes/Impreza-child/images/take-it-away.png);
    background-repeat: no-repeat;
}

a.take-it-away-link {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    a.take-it-away-link {
        background-image: url(/wp-content/themes/Impreza-child/images/take-it-away_200x600.jpg);
        background-size: 200px 600px;
        background-repeat: no-repeat;
        width: 200px;
        height: 600px;
    }
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: auto;
}

.modal-window:target {
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    top: 2em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 2em;
    background: #ffffff;
}

@media (min-width: 768px) {
    .modal-window > div {
        width: 40%;
        min-width: 375px;
        padding-left: 230px;
        min-height: 600px;
        top: 120px;
    }
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

.price-table {
    width: auto;
    margin-bottom: 1.5em;
}

.price-table td {
    padding: 0.125em 0.5em;
}

.woocommerce .product .summary .price-table {
    font-size: 0.8rem;
}

.woocommerce .product .summary .price-table .price {
    font-size: 1rem;
}

.woocommerce .product .summary .price-table .sale-price .price {
    font-size: 1.25rem;
}

icon {
    fill: currentColor;
}

.new-icon {
    width: 46px;
    height: 11px;
    margin: 0 0.4em;
    animation-name: pulse;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        fill: currentColor;
    }
    30% {
        transform: scale(1);
        fill: currentColor;
    }
    40% {
        transform: scale(1.2);
        fill: #FE4365;
    }
    50% {
        transform: scale(1);
        fill: currentColor;
    }
    60% {
        transform: scale(1);
        fill: currentColor;
    }
    70% {
        transform: scale(1.2);
        fill: #FE4365;
    }
    80% {
        transform: scale(1);
        fill: currentColor;
    }
    100% {
        transform: scale(1);
        fill: currentColor;
    }
}

.icon.is-hoverable {
    transform: scale(1);
    transition: all 0.15s ease-out;
}

.icon.is-hoverable:hover {
    transform: scale(1.025);
    cursor: pointer;
}

.icon.is-transit {
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.piano-design-icon {
    width: 472px;
    height: 236.5914786967px;
    color: #000000;
}

.piano-design-icon-small {
    height: 178px;
    color: #000000;
}

.w-iconbox.btn-back {
    position: absolute;
    font-size: 20px;
    left: -45px;
    top: 14px;
}

.piano-design-holder {
    text-align: center;
}

#create-your-own > div {
    display: flex;
    align-items: center;
    padding: 3rem;
    background: #000;
    vertical-align: middle;
}

#create-your-own h2 {
    font-family: "Lato";
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 30px;
}

#create-your-own h2::after {
    content: "";
    position: relative;
    background-color: #fff;
    height: 2px;
    width: 20%;
    display: block;
    margin: 28px 40%;
}

#create-your-own p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5rem;
}

#create-your-own .w-btn {
    font-size: 20px;
    border-radius: 40px;
    margin-top: 1rem;
}

@media (min-width: 900px) {
    .piano-design-holder {
        text-align: left;
        float: right;
    }

    #create-your-own > div {
        padding: 1rem;
    }

    #create-your-own h2 {
        font-size: 20px;
    }

    #create-your-own h2::after {
        margin: 14px 40%;
    }

    #create-your-own p {
        margin: 0;
        font-size: 14px;
        line-height: 1.25rem;
    }

    #create-your-own .w-btn {
        font-size: 12px;
        border-radius: 20px;
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) {
    #create-your-own h2 {
        font-size: 1.5rem;
        font-family: "Lato";
        text-align: center;
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

    #create-your-own p {
        font-size: 16px;
        margin: 0 1.5rem;
    }

    #create-your-own .w-btn {
        font-size: 15px;
        border-radius: 20px;
        margin-top: 1rem;
    }
}

.ult-overlay {
    overflow-y: auto !important;
}

.more.scrolly {
    position: absolute;
    display: block;
    z-index: 100;
    width: 150px;
    height: 95px;
    text-align: center;
    line-height: 42px;
    bottom: 20%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 0 0 0 0;
    left: 50%;
}

.more.scrolly:hover {
    background: black;
    color: #fff;
}

.ult-overlay {
    overflow-y: auto !important;
}

.tax-tuner-location .l-section:nth-child(1) .l-section-h,
.tax-teacher-location .l-section:nth-child(1) .l-section-h {
    padding: 0;
}

.tax-tuner-location .header_hor .sidebar_none .l-header.pos_fixed + .l-main .l-section:first-child,
.tax-teacher-location .header_hor .sidebar_none .l-header.pos_fixed + .l-main .l-section:first-child {
    padding-top: 0;
}

.map-title .l-titlebar-h h1 {
    display: inline-block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700 !important;
    color: #202020;
    letter-spacing: 2px;
    font-family: Cormorant;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 10%, 30%, #f8f8f8 90%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
    width: fit-content;
}

.gmnoprint {
    z-index: 100;
}

.rgcd_product_filter {
    text-align: right;
}

.gm-style div[role=dialog] * {
    outline: none !important;
}

header.woocommerce-products-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: -152px;
    margin-bottom: -122px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-header-middle-text);
}

h2.woocommerce-products-header__title.page-title {
    color: #ffffff !important;
    font-size: 42px !important;
    line-height: 58.8px !important;
    letter-spacing: 9px !important;
    font-family: var(--h1-font-family) !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    z-index: 3 !important;
    padding: 225px 10px 10px 10px !important;
    text-shadow: 0 1px 11px #000000 !important;
}