/*
Theme Name:	GutenVerse - Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for GutenVerse Theme
Author:		Dannci
Author URI: http://themnific.com
Template:	gutenverse
Version:	0.1
*/

/* HEADER */
#header > .header_classic_content > .container_vis {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.head_extend {
    display: flex;
}
.head_extend #form-wysija-2 {
    display: flex;
    flex-direction: row;
}
.head_extend #form-wysija-2 input {
    margin: 0;
}
#header .header_classic_content .container_vis #titles {
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
}
#header .header_classic_content .container_vis #titles div {
    display: flex;
    align-items: center;
    margin-left: 30px;
    color: #ae8c67;
    text-transform: uppercase;
    font-size: 2em;
    line-height: initial;
    font-family: 'Oswald';
}
#header .header_classic_content .container_vis #titles div #bloc_depuis {
    line-height: 30px;
}
#header .header_classic_content .container_vis #titles div .diese{
    font-weight: 900;
}
#navigation .nav#main-nav>li:not(:last-child)::after{
    display: none;
}
body.home #header .head_extend .icon_extend.menuOpen{
    display: none;
}
#header .header_classic_content .container_vis #titles div > span:first-child {
    margin-right: 15px;
    font-size: 2em;
}
#header .header_classic_content .container_vis #titles div > span#depuis {
    display: contents;
    font-size: .8em;
    font-weight: lighter;
}
#header .header_classic_content .container_vis #titles div > span:first-child > span {
    font-size: 1em;
    color: #fff;
	font-family: 'Oswald';
	margin-left: 15px;
}
#header-top-right-text {
    font-family: 'Oswald';
    font-size: 2em;
    /*font-weight: bold;
    text-transform: uppercase;*/
    color: #fff;
    text-transform: initial;
    font-weight: initial;
}
#navigation .nav#main-nav > li {
    padding: 0 25px;
}
#navigation .nav#main-nav > li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 21px;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.social-menu.tranz::after {
    content: '';
    border-right: 1px solid #fff;
}
/* SEARCH BAR */
#curtain {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
#curtain.open {
    position: absolute;
    top: 15.4%;
    bottom: 0;
    left: 64.6%;
    right: 0;
    height: 60px;
    width: 35%;
}
#curtain .searchform {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}
#curtain .searchSubmit {
    border: 1px solid #fff !important;
}
#curtain a.curtainclose {
    margin: 0;
    top: 30%;
    left: 94%;
}

span.author span {
	margin-right : 10px !important;
}

@media screen and (max-width: 740px){
    #curtain.open {
        top: 30%;
        left: 0;
        width: 100%;
        padding-top: 5px;
    }
    #curtain .searchform {
        margin: 0 !important;
        width: 75% !important;
    }
    #curtain .searchform input.s {
        height: 50px;
    }
    #curtain .searchSubmit {
        height: 50px;
        border: none !important;
    }
    #curtain a.curtainclose {
        margin: 0 !important;
        top: 17px !important;
        right: -5px !important;
    }
	.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
		display: none !important;
	}
}

.zoomContainer {
    transform: unset !important;
}

.wpcf7-submit.wpcf7-submit {
    font-weight: bold;
    width: 200px !important;
    padding: 20px !important;
    margin: auto !important;
    font-size: 15px !important;
}
h1 .maintitle{
    font-family: Oswald;
    font-weight: 700;
    font-style: normal;
    color: #ae8c67;
    font-size: 50px;
    font-display: swap;
}
span.page-numbers{
    margin: 10px 8px 30px 0;
    text-shadow: none;
}
.wp-pagenavi a, .wp-pagenavi span{
    border-color: #e6ecf5;
}

/*Handle burger menu & logo*/
.header-nav-and-logo {
    display: none;
}
@media only screen and (max-width: 868px) {
    .header-classic-logo-and-ad {
        display: none;
    }
    .header-nav-and-logo {
        display: flex;
        align-items: center;
    }
    .header-nav-and-logo__nav {
        flex: 0 0 70px;
        overflow: hidden;
    }
    .header-nav-and-logo__logo #titles {
        margin: 0 !important;
        font-size: 9px !important;
    }

    .header-nav-and-logo__logo #titles .diese {
        margin-right: 5px !important;
    }

    .header-nav-and-logo__logo #titles .diese .number {
        margin-left: 2px !important;
    }

    .header-nav-and-logo__logo #titles #bloc_depuis {
        line-height: 17px !important;
    }

    #header ul.social-menu.tranz:after {
        content: none;
    }
    #header ul.social-menu.tranz {
        margin-right: -20px !important;
    }
    #curtain.open {
        top: 94px !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    .header_classic_content .header_row_center {
        display: none;
    }
}

/* Hide wrong types options in argus form */
#argus #form-argus #type option:nth-last-child() {
  display: none!important;
}