/*
Theme Name: Maximilian Chocolat
Theme URI: http://patistry.physcode.com/
Author: Carmen Milaca @ Touch Tech
Author URI: https://touchtech.ro
Description:  Child Theme of Patistry
Version: 1.0.4
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: maximilianchocolat
Template: patistry
*/
body {
    background-color: #E0EBEB;
    font-size: 16px;
    color: #141f1f!important;
}
.page-template-page-workshops,
.post-type-archive,
.single-product {
    background-color: #FFF;
}
.page-template-page-workshops .header_v2,
.post-type-archive .header_v2,
.single-product .header_v2 {
    background-color: #FFF!important;
}
.page-template-page-workshops .header-title a,
.post-type-archive .header-title a,
.single-product .header-title a {
    color: #85adad!important;
}
.site-header {
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5vw 3vw 1.5vw 3vw;
    pointer-events: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
}

.header_v2 .wrapper-logo-area {
    padding: 0 !important;
}
ul.menu-right {
    list-style: none;
    margin: 0;
    width: 30%;
    display: inline-block;
}
ul.menu-right > li {
    display: inline-block;
}
.patistry_search .wrapper-search .search-toggler {
    margin-right: 1em;
}
.about-us {
    background-image:url(/wp-content/themes/maximilianchocolat/images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100vh;
    margin: 0 3vw 1.5vw 3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-us > div {
    text-align: center;
    width: 100%;
}
.about-us h1 {
    font-weight: 700;
    font-size: 76px;
    line-height: 102px;
    color: rgb(133, 173, 173);
    letter-spacing: .4em;
}
.about-us h2 {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.about-us-deeper {
    margin: 0 3vw 1.5vw 3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-us-deeper > div {
    text-align: center;
    padding-top: calc(65vmax / 10);
    padding-bottom: calc(65vmax / 10);
    width: 67%;
    margin: auto;
}
.about-us-deeper h3 {
    font-weight: 700;
    color: #85adad;
    font-size: 41px;
    line-height: 58px;
    letter-spacing: .4em;
    text-transform: uppercase;
    margin-bottom: 83px;
}
.about-us-deeper p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    word-wrap: break-word;
}
.about-us-three {
    background-image: url(/wp-content/themes/maximilianchocolat/images/Max-heading-transp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 400px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-us-three h3 {
    font-weight: 700;
    color: #7a1315;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 41px;
    line-height: 58px;
    letter-spacing: .4em;
}
.p-separator {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 400px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}
.line-mid {
    background-image: url(/wp-content/themes/maximilianchocolat/images/Max-praline-line-mid.png);
}
.line-low {
    background-image: url(/wp-content/themes/maximilianchocolat/images/Max-praline-line-low.png);
}
.line-top {
    background-image: url(/wp-content/themes/maximilianchocolat/images/Max-praline-line-top.png);
}
.bottom {
    height: 150px;
}
.about-us-deeper > div > div {
    text-align: center;
    margin-top: 72px;
}
a.button {
    background: #7A1315;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 2em 3em;
    border-radius: 3em;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}
a.button:hover {
    background: #ea3338;
    color: #FFF;
}
a.button.big {
    width: 80%;
    margin: auto;
    display: block;
    letter-spacing: .4em;
}
a.button.medium {
    width: 40%;
    margin: auto;
    display: block;
    letter-spacing: .4em;
}
.workshops {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 3vw;
    min-height: 400px;
}
.workshops img {
    position: relative;
    border-radius: 50%;
}
.workshops img:nth-child(1) {
    left: 0;
    top: 5%;
}
.workshops img:nth-child(2) {
    left: -15%;
    top: 35%;
}
.workshops img:nth-child(3) {
    left: 15%;
    top: 15%;
}
.footer-top {
    background-color: #85adad;
    padding: 2em 0 2em 0;
}
.wrapper-footer .main-footer.content-middle .row aside {
    display: block;
    text-align: center;
}
.widget-socials .social_white a,
.widget-socials .social_black a {
    background: transparent;
}
.wrapper-footer .main-footer a    {
    color: #141f1f;
}

#workshops {
    margin: 0px;
}
.about-workshops {
    min-height: 80vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-workshops > div {
    text-align: center;
    white-space: pre-wrap;
    padding-top: 0;
    width: 67%;
    margin: auto;
}
.about-workshops h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 62px;
    letter-spacing: .4em;
    color: #7a1315;
    text-transform: uppercase;
}
#workshops .w-contact {
    text-align: center;
    background-color: #E0EBEB;
    margin: 2vw 0 0 0;
    padding: 2vw 0;
    display: block;
}
#workshops .w-contact > div {
    width: 67%;
    margin: auto;
}
#workshops .workshops {
    min-height: 500px;
}
.workshops-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 3vw;
    gap: 4em;
    text-align: center;
}
.workshops-list h2 {
    color: #85adad;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4em;
}
.workshops-list p {
    font-weight: 400;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0 30px!important;
}
.woocommerce-page ul.products li.product .price {
    font-size: 1em;
}

.woocommerce ul.products li.product h2 a {
    font-size: 24px !important;
    text-transform: uppercase;
    color: #85adad;
    letter-spacing: .4em;
    font-weight: 700;
}
.woocommerce ul.products, .woocommerce-page ul.products {
	margin: 155px 0;
}
.woocommerce section.up-sells ul.products, .woocommerce-page section.up-sells ul.products,
.woocommerce section.related ul.products, .woocommerce-page section.related ul.products {
    margin: 0;
}
.woocommerce ul.products li.product a.button {
    border-radius: 3em;
}

.woocommerce section.related ul.products li.first, .woocommerce-page section.related ul.products li.first {
    clear: none;
}

ul.products li.product a.button, .woocommerce-page ul.products li.product a.button:hover {
    background-color: #ff002b !important;
}

ul.products li.product a.button, .woocommerce-page ul.products li.product a.button {
    background-color: #7a1315 !important;
    text-transform: uppercase;
    letter-spacing: .4em;
}

.rvpscarousel .slick-prev, .rvpscarousel .slick-next {
    top: 50%!important;
}
.rvpscarousel .slick-prev:before,
.rvpscarousel .slick-next:before {
    font-size: 36px!important;
}
button.slick-arrow {
    cursor: pointer;
}
.archive .site-main {
    margin-top: 12vw;
}
.archive h2 {
    font-size: 28px;
    line-height: 41px;
    color: #85adad;
    text-align: center;
    white-space: pre-wrap;
    letter-spacing: .4em;
    text-transform: uppercase;
}
.archive h3 {
    font-size: 53px;
    line-height: 73px;
    color: #7A1315;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    white-space: pre-wrap;
    letter-spacing: .4em;
    margin-top: 1em 0;
}

.site-main .inner-site-main {
    padding: 0;
    margin-top: 3vw;
    background: transparent;
}
.woocommerce div.product .product_title {
    font-size: 24px;
    text-transform: uppercase;
    white-space: pre-wrap;
    letter-spacing: .4em;
    color: #85adad;
}

.woocommerce .related.products .products li.product, .woocommerce .up-sells.products .products li.product, .woocommerce .cart-collaterals .cross-sells .products li.product, .woocommerce-page .related.products .products li.product, .woocommerce-page .up-sells.products .products li.product, .woocommerce-page .cart-collaterals .cross-sells .products li.product {
    width: 25%!important;
}
#menu-item-545 .menu-item a {
    color: #141f1f;
}

#menu-item-545 .menu-item a:hover {
    color: #ff002b;
}

#menu-item-545 .menu-item ul a {
    color: #85adad;
}

#menu-item-545 .menu-item ul a:hover {
    color: #ff002b;
}

.top_site_main {
    background-color: transparent;
}

.blog .top_site_main .container.article_heading .heading_primary {
    color: #141f1f;
}

.header_v2 .wrapper-logo-area {
    width: 33%;
    flex: 1 1 33%;
}

.header-title {
    width: 34%;
    text-align: center;
    flex: 1 1 34%;
}

.header-title a {
    font-family: Poppins;
    font-weight: 700;
    color: #7a1315 !important;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .4em;
}

.header-actions--right {
    width: 33%;
    flex: 1 1 33%;
    text-align: right;
    font-size: 1.5em;
}

.header-actions--right a {
    margin-left: 1.2vw;
}
.header-actions--right .widget_shopping_cart_content {
    font-size: 16px;
}
.tax-product_cat .top_site_main .desc-wrapper {
    text-align: left;
}

.show-more {
    display: none;
}

.read-more {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #85adad;
}

.fa.fa-plus.show-submenu-mobile {
    color: #85adad;
}

#menu-main-menu .menu-item a {
    display: inline-block;
}

.wrapper-container, .related.products, .up-sells.products, .cart-collaterals {
    background-color: transparent !important;
}

.content-area {
    padding: 0;
}

.nav-horizontal .navbar-nav>li>a:before {
    border-top: none;
}
.nav-horizontal .navbar-nav > li > a {
    font-size: 1.5rem;
}

.extra-space-flags.widget_text {
    margin-left: 10px;
}

.su-button-style-ghost span {
    background: white;
    border-color: #7a1315 !important;
    border-radius: 50px !important;
    color: blue !important;
}



div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #000 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 50px;

}

.desc-wrapper {
    display: block !important;
}

.single-product header#masthead {
    background: white;
}

.woocommerce ul.products li.product .inner-item-product .wrapper-thumbnail, .woocommerce-page ul.products li.product .inner-item-product .wrapper-thumbnail {
    padding: 30px 0 0 0 !important;
}

.woocommerce .cart-collaterals .cross-sells .flexslider ol.flex-control-nav li a.flex-active, .woocommerce .cart-collaterals .cross-sells .flexslider ol.flex-control-nav li a:hover, .woocommerce-page .cart-collaterals .cross-sells .flexslider ol.flex-control-nav li a.flex-active, .woocommerce-page .cart-collaterals .cross-sells .flexslider ol.flex-control-nav li a:hover {
    background: #85adad !important;
    border-color: #85adad !important;
}



#menu-main-menu .menu-item a {
    font-weight: 400;
}

#qlwapp .qlwapp-toggle, #qlwapp .qlwapp-box .qlwapp-header, #qlwapp .qlwapp-box .qlwapp-user, #qlwapp .qlwapp-box .qlwapp-user:before {
    background-color: #85adad !important;
    margin-bottom: 13px !important;
}

.cli_settings_button {
    color: #7a1315 !important;
    font-weight: 500;
}

.cli-plugin-button {
    border-radius: 50px;
}

.header_v2 .menu-top li {
    padding: 0px !important;
}


rs-layer#slider-1-slide-1-layer-1 {
    color: #fff !important;
}

rs-layer#slider-1-slide-1-layer-3 {
    color: #fff !important;
}


@media screen and (max-width: 1550px) {
    #cookie-law-info-bar {
        padding-bottom: 50px;
    }
}

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

@media screen and (min-width: 1000px) {
    .archive.post-type-archive.post-type-archive-product #menu-main-menu .menu-item a {
        color: #141f1f;
    }

    .archive.post-type-archive.post-type-archive-product #menu-main-menu .menu-item a:hover {
        color: #ff002b;
    }

    .archive.post-type-archive.post-type-archive-product #menu-main-menu .menu-item ul a {
        color: #85adad;
    }

    .archive.post-type-archive.post-type-archive-product #menu-main-menu .menu-item ul a:hover {
        color: #ff002b;
    }
}

@media (min-width: 993px) {
    .header_v2 {
        background: #E0EBEB !important;
    }

    .header_v2 .width-navigation {
        text-align: left;
    }

    .show-submenu-mobile {
        display: inline-block !important;
    }

    #menu-item-545>.show-submenu-mobile {
        display: none !important;
    }
    .nav-horizontal .navbar-nav > li {
        margin-left: 0;
        padding: 0 20px 0 0;
    }
    .nav-horizontal .navbar-nav > li > a {
        font-size: 16px!important;
        color: #141f1f!important;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .site-main.alignleft {
        float: left;
    }

    .site-main.alignright {
        float: right;
    }
}

@media screen and (min-width: 700px) {
    li.product .description {
        display: none;
    }

    li.product .wrapper-thumbnail {
        float: none !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    li.product .wrapper-content-item {
        width: 100% !important;
        text-align: center !important;
        float: none !important;
    }

    .woocommerce ul.products li.product a img {
        width: auto;
        height: 300px;
    }


    li.product .price {
        width: 100%;
    }


    li.product {
        padding: 0px 7.5px 0px 7.5px !important;
    }
}

@media (max-width: 700px) {
    li.product {
        float: none !important;
        width: 100% !important;
    }

    li.product .wrapper-content-item {
        width: 100% !important;
        text-align: center !important;
        float: none !important;
    }

    li.product .price {
        width: 100%;
    }

    li.product .wrapper-thumbnail {
        float: none !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .wrapper-logo-area .logo-area {
        width: 80px;
    }
}