/*
	Theme Name: The Drunky Stork Social Club
	Version: 1.0
	Author: Jolifisheurope
*/



@font-face {
	font-family:'SaveurSans Regular';
	src:url('fonts/SaveurSans-Regular.woff') format('woff');
}

@font-face {
	font-family:'SaveurSans Bold';
	src:url('fonts/SaveurSans-Bold.woff') format('woff');
    font-weight:700;
}

.instagram #sb_instagram {
    width: 100%;
    margin: 39px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(2) {
    position: relative;
    top: -24px;
}


#sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(4) {
    position: relative;
    top: -24px;
}



.instagram #sb_instagram #sbi_images .sbi_item:hover{
    opacity: 0.5;
}

.newsletter__form .nf-form-content .nf-field-element input[type=submit] {
    background: var(--primary);
    position: absolute;
    border: 0;
    color: #ffffff;
    font-family: auto;
    transition: all .5s;
    border-radius: 99px;
    width: 32px;
    height: 32px;
    padding: 0;
    top: -75px;
    right: 39px;
}



.newsletter__form .nf-form-content button:hover, .newsletter__form .nf-form-content input[type=button]:hover, .newsletter__form .nf-form-content input[type=submit]:hover {
    background: var(--primary);
    color: #ffffff;
    padding-left: 20px;
    width: 59px;
    transition: all .5s;
}

.newsletter__form .checkbox-container.label-right label {
    margin: 0 0 0 30px;
    display: block;
    font-size: 13px;
    opacity: 0.7;
}


.newsletter__form .nf-form-content input:not([type=button]):focus {
    background: transparent;
    border-color: #919191;
    color: #FFF;
    outline: none;
    transition: all .5s;
}

.newsletter__form .nf-after-field{
    position: absolute;
}



.newsletter__form .nf-pass.field-wrap .nf-field-element:after {
    opacity: 0;
}


.nf-form-content .nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 48px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s;
    opacity: 0;
    height: 0;
    width: 0;
}

@media (max-width:799px){
    .newsletter__form .nf-form-content .nf-field-element input[type=submit] {
    top: -85px;
    right: 39px;
}
}

.nf-form-cont {
    width: 99%;
}

.pane .nf-form-content textarea.ninja-forms-field {
    height: 99px;
}

.pane .nf-form-content input::placeholder{
    color:#FFF;

}

.pane .nf-form-content textarea::placeholder{
    color:#FFF;
background: url(./src/assets/img/fleche.svg);
}




.pane .nf-form-content select::placeholder{
    color:#FFF;

}

.pane .submit-wrap{
    width: fit-content;
}






.pane .nf-form-content .field-wrap input[type=submit] {
    transition: all .5s;
    border: transparent;
    height: 49px;
    padding-left: 0;
    font-size: 19px;
}


.pane .pane__wrapper {
    width: 99%;
}


.nf-form-content .list-select-wrap .nf-field-element:after {
    content: "\002794";
    font-family: auto;
    display: flex;
    border: 1px solid;
    color: #FFF;
    justify-content: center;
    transform: rotate(90deg);
    align-items: center;
    width: 24px;
    height: 24px;
    position: absolute;
    font-size: 13px;
    right: 0;
    top: 7px;
    border-radius: 9999px;
    z-index: 7;
    background: var(--primary);
}

.pane .nf-form-content .list-select-wrap .nf-field-element>div, .pane .nf-form-content input:not([type=button]), .pane .nf-form-content textarea {
     width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    margin-bottom: 15px;
     background: color-mix(in srgb, var(--secondary) 85%, white 15%);
    border: 0;
    border-radius: 29px;
    box-shadow: none;
    transition: all .5s;
}
.pane .nf-form-content .list-select-wrap select:active+div, .list-select-wrap select:focus+div {
    background: #4f4f4d !important;
    border-color: #919191!important;
    transition: all .5s;
}
.pane .nf-form-content button:hover, .pane .nf-form-content input[type=button]:hover, .pane .nf-form-content input[type=submit]:hover {
    color: #000000;
    background: #FFF;
    width: fit-content;
    padding: 0px 54px 0 30px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}



.pane .nf-form-content .label-above .nf-field-label label, .pane .nf-form-content .label-below .nf-field-label label, .pane .nf-form-content .label-hidden .nf-field-label label {
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #FFF;

}



.pane .nf-form-content .label-above .nf-field-label, .pane .nf-form-content .label-below .nf-field-label, .pane .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 10px;
}

.pane .nf-form-content .list-select-wrap .nf-field-element>div:focus, .pane .nf-form-content input:not([type=button]):focus, .pane .nf-form-content textarea:focus {
    background: transparent;
    border-color: #FFF;
    color: #FFF;
    outline: none;
    transition: all .5s;
}
.pane .nf-form-content .nf-field-element input::placeholder,
.pane .nf-form-content .nf-field-element textarea::placeholder {
    color: #ffffff99;
    opacity: 1;
}
.pane .nf-form-content select.ninja-forms-field:focus {
    color: #FFF;
    border-bottom: 1px solid;
    background: var(--primary);
}

.pane .nf-form-content select.ninja-forms-field {
    color: #FFF;
    background: var(--primary);
    border-bottom: 1px solid;
}

.pane .nf-form-content input.ninja-forms-field {
    height: 50px;
}

.pane .nf-error-msg, .pane .ninja-forms-req-symbol {
    color: #ffffff;
}

.pane .nf-error .nf-error-msg {
    color: #ffffff;
}

.pane__wrapper p {
    margin-bottom: 1rem;
    margin-top: 1rem;
    opacity: 1;
    margin-top: 0.5rem;
}

.pane__wrapper::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.pane__wrapper::-webkit-scrollbar{
	width: 11px;
	background-color: #F5F5F5;
}

.block--primary .pane__wrapper::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--primary);
}

.block--secondary .pane__wrapper::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--secondary);
}

.newsletter__form .nf-form-content .label-above .nf-field-label {
    height: 0;
}

.newsletter__form .nf-multi-cell .nf-cell {
    padding: 0 ;
}

.newsletter__form .nf-form-content input:not([type=button]) {
    background: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    height: 70px;
    width: 100%;
    border-radius: 5px;
}

.newsletter__form .nf-form-content label {
    font-size: 0;
}

.google .google__widget .ti-widget.ti-goog .ti-widget-container {
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
}

.google .google__widget .ti-widget.ti-goog .ti-header {
    display: flex;
    text-align: left;
    background-color: #ffffff;
    border-style: solid;
    border-color: #efefef;
    border-radius: 0px;
    padding: 15px;
    transition: all 300ms ease-out;
    overflow: visible;
    flex-direction: row;
}

.google .google__widget .ti-widget.ti-goog .ti-rating {
    font-size: 19px;
    font-weight: bold;
    position: relative;
    top: 0;
    margin-right: 1px;
    line-height: 1em;
    background-color: transparent;
    padding: 1px 4px;
    margin-right: 17px;
    color: #FFF;
}
.google .google__widget .ti-widget.ti-goog .ti-stars {
    margin-top: 0;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google__widget .ti-widget.ti-goog .ti-text {
    line-height: 1em;
    margin-top: 3px;
    color: #000000;
    font-size: 19px;
    margin-left: 17px;
    margin-top: 1px;
    color: #FFF;
}

.google__widget .ti-widget.ti-goog a.ti-header:hover {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
}

@media only screen and (max-width: 999px){
    .pane__title {
        font-size: 47px;
    }
}

@media only screen and (max-width: 799px){
    .pane .nf-form-content .submit-wrap:after {
        top: 19px;
    }
}

