/*
Theme Name: Merchandiser Child
Theme URI: https://merchandiser.wp-theme.design/
Description: This is a child theme for Merchandiser.
Author: Get Bowtied
Author URI: https://www.getbowtied.com/
Template: merchandiser
Version: 2.0
*/

/***************************************************************/
/***************************** ROOT ****************************/
/***************************************************************/
@media (min-width: 1024px) {
    .page .alignwide, .single .alignwide {
        margin-left: calc(-37.5vw + 50%);
        margin-right: calc(-37.5vw + 50%);
    }
}

@media (min-width: 1330px) {
    .page .alignwide, .single .alignwide {
        margin-left: calc(-37.5vw + 50%);
        margin-right: calc(-37.5vw + 50%);
        width: -webkit-fill-available;
    }
}

.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 1.1111111111rem;
}
@media screen and (max-width: 1024px) {
    .d-none {
        display:none !important;
    }
}

@media screen and (min-width: 1024px) {
    .d-mobile-none {
        display:none !important;
    }
}

.no-border {
    border-radius:0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
    letter-spacing: -0.035rem !important;
}

@media (min-width: 1024px) {
    :root {
        --global--font-size: 18px;
    }
}

.latepoint-w .os-form-group.os-form-select-group .os-form-control, .latepoint-w .os-form-group.os-form-select-group input.os-form-control, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control {
    border-radius: 10px !important;
}

.latepoint-w .os-form-group.os-form-select-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-select-group input.os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control:focus {
    border-color:#A88D82 !important;
}
 

@media screen and (max-width: 780px) {
    .google-badge {
        margin-left: auto;
        margin-right: auto;
    }
    .text-align-center {
        text-align:center;
    }
    .justify-content-center {
        justify-content: center;
    }
}

/***************************************************************/
/**************************** NAVBAR ***************************/
/***************************************************************/

ul.navbar {
    position: fixed;
    background: #FFFFFF;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    z-index: 999;
    border-top: 1px solid #f4f4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.navbar li {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar li a {
    display: block;
    color: #2b2b2b;
    text-decoration: none;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.navbar li a img {
    width: 26px;
    padding-bottom: 4px;
}


/*************************************************************/
/**************************** FONT ***************************/
/*************************************************************/

.t1 {
    font-size: calc(2.074 * var(--global--font-size)) !important;
}

.t2 {
    font-size: calc(1.728 * var(--global--font-size));
}

/***************************************************************/
/**************************** HEADER ***************************/
/***************************************************************/

@media (min-width: 1330px) {
    .site-header {
        margin-left: calc(-37.5vw + 50%);
        margin-right: calc(-37.5vw + 50%);
        width: -webkit-fill-available;
    }
}

.site-header .header-wrapper .site-branding .site-title a {
    text-transform: uppercase;
}

.tools {
    display:none;
}


.site-header .header-wrapper .tools2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    vertical-align: middle;
    opacity: 0;
    -webkit-animation: global_fadein 1.5s forwards;
    animation: global_fadein 1.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.site-header .header-wrapper .tools2 ul {
    list-style: none;
    padding: 0 25px 0 0;
    margin: 0;
    display: table;
    text-align: right;
    float: right;
    font-size: 1em;
}

.site-header .header-wrapper .tools2 ul li {
    padding: 0 0 0 1.1111111111rem;
    margin: 0;
    display: table-cell;
    line-height: 1em;
    vertical-align: middle;
}

li.menu-item-1143 a {
    color:var(--global--accent-color) !important;
    padding:0 !important;
}

li.menu-item-1143 {
    border: 2px solid var(--global--accent-color);
    border-radius: 20em;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px;
    text-align: center;
}

@media screen and (max-width: 780) {
    .offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu>li.menu-item-1143, .site-header .header-wrapper .tools2 ul li {
        border-radius: 20em !important;
        margin: 20px 0px 0px 0px !important;
        padding: 10px !important;
    }
    li.menu-item-1143 a {
        font-size: 15px !important;
    }
}

.site-header .header-wrapper .tools2 ul li a span {
    display:-webkit-box;
}

.site-header .header-wrapper .tools2 ul li a span img {
    width:24px;
}

.site-header .header-wrapper .tools2 ul li a {
    color:#FFFFFF !important;
}

.site-header .header-wrapper .tools2 ul li {
    background: var(--global--accent-color);
    border-radius: 20em;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px;
    text-align: center;
}

@media screen and (max-width: 782px) {
    .site-header .header-wrapper .tools2 ul li a span {
        font-size:10px !important;
    }
    .site-header .header-wrapper .tools2 ul li a span img {
        width:14px;
    }
    .site-header .header-wrapper .tools2 ul li {
        border-radius: 20em;
        padding: 6px 12px !important;
    }
    .site-header .header-wrapper .tools2 ul {
        list-style: none;
        padding: 0 15px 0 0;
    }
}

@media screen and (max-width:782px) {
    .site-header .header-wrapper .nav {
        display: none;
    }
}

/***************************************************************/
/**************************** SLIDER ***************************/
/***************************************************************/

.first-column-hero {
    margin-bottom: 0px !important;
}

/***************************************************************/
/**************************** SLIDER ***************************/
/***************************************************************/

.bafg-twentytwenty-container:not([data-video-type]) {
    border-radius: 1rem;
    max-height: 400px;
}

.bafg-twentytwenty-container img {
    height: -webkit-fill-available;
}


/***************************************************************/
/**************************** BUTTON ***************************/
/***************************************************************/

.wp-block-button .wp-block-button__link {
    padding: 0.75rem 1.5rem;
}


@media screen and (max-width: 640px) {
    div.hero-button a {
        padding: 0.75rem !important;
    }
}

div.hero-button  {
    margin-right: 0 !important;
}


/***************************************************************/
/***************************** MENU ****************************/
/***************************************************************/

.offcanvas_aside.offcanvas_aside_left {
    top:0 !important;
}

.offcanvas_aside.offcanvas_aside_left.menu-sidebar {
    top:0 !important;
    height: calc(100% - 0px) !important;
}

.offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu>li.menu-item {
    line-height: 2;
    padding: 0;
}
.offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu>li.menu-item a {
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
}

/***************************************************************/
/*************************** BANNIERE **************************/
/***************************************************************/

.wp-block-cover .wp-block-cover__inner-container {
    max-width: unset !important;
}

.wp-block-cover {
    border-radius: 1rem !important;
    padding: 1.5rem;
}
.wp-block-cover span.wp-block-cover__background {
    margin-bottom:0;
}
.wp-block-cover .shadow {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 0px 10px -1px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 0px 10px -1px rgba(112, 112, 112, 0.5);
}

/***************************************************************/
/************************** CAROUSSEL **************************/
/***************************************************************/

@media screen and (max-width: 1024px) { 
    .is-caroussel-grid {
        display: flex !important;
        overflow: auto!important;
        gap:1rem !important;
        width: calc(100% + 40px)!important;
        scroll-snap-type: x mandatory!important;
        -webkit-overflow-scrolling: touch!important;
        margin-left: -20px!important;
        padding-left: 20px!important;
    }
    .is-caroussel-grid .wp-block-cover {
        min-width: 80% !important;
        scroll-snap-align: center;
    }
}

@media screen and (min-width: 1024px) { 
    .is-caroussel-grid {
        display: flex !important;
        overflow: auto!important;
        gap:1rem !important;
        width: calc(100% + 40px)!important;
        scroll-snap-type: x mandatory!important;
        -webkit-overflow-scrolling: touch!important;
        margin-left: -20px!important;
        padding-left: 20px!important;
    }
    .is-caroussel-grid .wp-block-cover {
        min-width: 20% !important;
        scroll-snap-align: center;
    }
}

/***************************************************************/
/************************* CARD CENTER *************************/
/***************************************************************/

div.wp-block-media-text.card-center>.wp-block-media-text__content {
    margin-bottom: 0 !important;
}

.media-resize {
    grid-template-columns: 8% auto !important;
}

/***************************************************************/
/************************* KEYS POINT *************************/
/***************************************************************/

@media (max-width: 1330px) {
    .keys-point {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

/***************************************************************/
/************************** PRICING **************************/
/***************************************************************/

.pricing {
    align-items: flex-start !important;
    justify-content: unset !important;
}

.pricing .wp-block-cover__inner-container {
    min-width: 100%;
}

.latepoint-resources-items-w {
    margin: 20px 0px;
}

.latepoint-resources-items-w .resource-item {
    border-radius: 1rem;
    box-shadow: none;
}

.latepoint-resources-items-w .resource-item .ri-buttons {
    text-align: left;
    margin-top:0 !important;
    margin-bottom: 0 !important;
}

.latepoint-resources-items-w .resource-item .ri-buttons a {
    background: var(--global--accent-color);
}

.latepoint-resources-items-w .resource-item .ri-name h3 {
    margin: 10px 0px;
}

@media (max-width:782px) {
    .latepoint-resources-items-w .resource-item {
        padding: 10px 10px;
        display: flex;
        margin-bottom:10px;
        justify-content: space-between;
        align-items: center;
    }
    .latepoint-resources-items-w .resource-item .ri-buttons a {
        font-size:10px;
    }
    .latepoint-resources-items-w .resource-item .ri-price {
        color: var(--latepoint-brand-primary);
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
    }
    .latepoint-resources-items-w .resource-item .ri-name {
        flex: 1 1 auto;
        max-width: 50%;
        white-space: normal;
        word-wrap: break-word;
    }
    .latepoint-resources-items-w .resource-item .ri-name h3 {
        font-size: 14px;
    }
}

/***************************************************************/
/************************** WORKS **************************/
/***************************************************************/

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    border-radius: 15px;
}

/***************************************************************/
/***************************** FAQ *****************************/
/***************************************************************/

html body .ti-widget.ti-goog .ti-review-item>.ti-inner {
    background-color: #F2E9E2 !important;
    border-radius: 1rem !important;
}

/***************************************************************/
/***************************** FAQ *****************************/
/***************************************************************/

.wp-block-faq-block-for-gutenberg-faq {
    border-radius: 1rem;
    font-family: var(--global--font-primary);
    margin-bottom: 1.5rem;
    background-color:#F2E9E2 !important;
}

.wp-block-faq-block-for-gutenberg-faq .question h4 {
    font-size: 16px !important;
}

/******************************************************************/
/***************************** FOOTER *****************************/
/******************************************************************/

@media only screen and (min-width: 80em) {
    .footer-widget-wrapper .footer-widget-area li.widget {
        width: 33.33%;
    }
}

.footer-widget-wrapper {
    border-radius:1rem 1rem 0 0;
}

.site-footer{
    border-radius: 0 0 1rem 1rem;
}

@media (max-width: 1000px) {
    .site-footer, .footer-widget-wrapper {
        margin-left: 25px;
        margin-right: 25px;
        width:auto;
    }
}

@media (min-width: 1024px) {
    .site-footer, .footer-widget-wrapper {
        margin-left: calc(-37.5vw + 50%);
        margin-right: calc(-37.5vw + 50%);
    }
}

@media (min-width: 1330px) {
    .site-footer, .footer-widget-wrapper {
        margin-left: calc(-37.5vw + 50%);
        margin-right: calc(-37.5vw + 50%);
        width: -webkit-fill-available;
    }
}


.footer-widget-wrapper .footer-widget-area li.widget .textwidget p {
    font-size:0.7777777778rem;
}

.footer-widget-wrapper .footer-widget-area li.widget a {
    font-weight:normal;
}

/*********************************************************************/
/***************************** LATEPOINT *****************************/
/*********************************************************************/

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form {
    border-radius: 1rem !important;
}

/* BOUTON MON COMPTE */

.latepoint-login-form-w.os-form-w {
    border-radius: 1rem;
}

.latepoint-w .os-form-buttons .os-form-group .latepoint-btn {
    margin-right: 5px;
    border-radius: 20rem;
    background-color: var(--global--accent-color);
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-item-img-w {
    display: none;
}
