/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
    letter-spacing: 2px;
}

h3 {
    font-weight: 700;
    letter-spacing: 2px;
}

h4 {
    font-weight: 400;
    letter-spacing: 1px;
}

h5 {
    font-weight: 400;
}

h6 {
    font-weight: 400;
}

.post .entry-title {
    font-size: 28px;
    line-height: 30px;
}

.textepage {
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
}

.textepageblack {
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    color: #1c1c1b;
}

.textepagetitre {
    font-size: 24px;
    line-height: 32px;
    text-align: justify;
    color: #1c1c1b;
}

.textepageblanc {
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
}

.textepageblancimage {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.textepageblancimageprincipale {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
}

.titreblanc {
    font-size: 48px;
    color: #ffffff;
    font-style: bold;
}

.type-post p {
    font-size: 17px;
    line-height: 28px;
    padding: 1% 20%;
    text-align: justify;
}

@media only screen and (max-width: 425px) {
    .type-post p {
        padding: 1% 10%;
    }
}

.post .entry-title {
    font-size: 20px;
    padding: 2%;
}

.type-post h2 {
    padding: 1% 20%;
}

.type-post img {
    width: 100%;
}

.info {
    font-size: 17px;
    line-height: 28px;
    padding: 0 20%;
    text-align: justify;
    font-style: italic;
}

.single-format-video iframe {
    height: 870px;
}

.blacksquareopacity {
    background-color: rgba(0,0,0,0.3);
}

.whitesquareopacity {
    background-color: rgba(255,255,255,0.3);
}

/* HEADER */
/* Classic menu */
.logo a#logo {
    color: #f1f1f1;
}

#Top_bar .menu > li > a {
    color: #f1f1f1;
}

#Top_bar a.responsive-menu-toggle {
    color: #f1f1f1;
}

/* Sticky menu : background et texte  */
@media only screen and (min-width: 1240px) {
    .is-sticky {
        background: #f1f1f1;
        opacity: .9;
    }
}

.is-sticky .logo a#logo {
    color: #3e3c3c;
}

#Top_bar.is-sticky .menu > li > a {
    color: #3e3c3c;
}

/* Tablet menu */
@media only screen and (max-width: 1239px) {
    #Top_bar #menu {
        background-color: #f1f1f1;
    }
    
    #Top_bar .menu > li > a {
        color: #3e3c3c;
    }
    
    #Top_bar #menu ul li.submenu .menu-toggle {
        color: #3e3c3c;
        border-left: 1px solid #3e3c3c;
    }
}

/* Smartphone menu : colors and title */
@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo {
        color: #3e3c3c !important;
        font-size: 25px;
        padding: 0;
        margin: 0;
    }
    
    #Top_bar, #Action_bar {
        background: #f1f1f1 !important;
    }
    
    #Top_bar a.responsive-menu-toggle {
        color: #3e3c3c;
        top: 13px !important;
    }
    
    #Top_bar .menu > li > a {
        color: #3e3c3c;
    }
}

@media only screen and (max-width: 375px) {
    #Top_bar .logo #logo {
        font-size: 18px;
    }
}

/* CONTENU */
/* 1. Image d'arrière plan */
/* 1.a Post */
.single-post #Header_wrapper {
    background-size: cover;
    height: 100vh;
}

/* 2.b Blog et pages */
.blog #Subheader, .page #Subheader, .category #Subheader, .tag #Subheader {
    background-size: cover;
    height: 100vh;
    padding: 0;
}

/* 2. Titre */
.single-post #Subheader {
    height: 100vh;
}

#Subheader .title {
    font-size: 40px;
    line-height: 60px;
    width: 100%;
}

#Subheader:after {
    background: none;
}

#Subheader .container {
    position: absolute;
    top: 60%;
    left: 10%;
    right: 10%;
}

@media only screen and (max-width: 425px) {
    #Subheader .container {
        top: 10%;
    }
    
    #Subheader .title {
        font-size: 30px;
        line-height: 50px;
    }
}

/* Autres */
.single-format-standard .single-photo-wrapper {
    display: none;
}

.button-stroke a:hover.button, .button-stroke a:hover.tp-button, .button-stroke a:hover.button:not(.action_button) {
    background-color: transparent !important;
}

/* Hide a the top of the page, custom js to display it */
.sumome-share-client-wrapper.sumome-share-client-wrapper-left-page, .fixed-nav {
    display: none;
}
