/**
 * Theme Name:     Divi theme enfant
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-theme-enfant
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
.post-content{
    font-size: 16px;
    float: right;
    width:40%;
    padding-bottom: 6px;
	text-align: right;
}

.entry-title{
    font-size: 55px !important;
    float: left;
	 pointer-events: none !important;
}

.logo_container {
	left: 0px !important;
}


.mobile_menu_bar:before {
    content: "a";
    font-size: 62px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}

.mobile_menu_bar.et_pb_header_toggle {
  
    width: 50px;
}

@media (min-width: 981px) {
    .et_fullwidth_nav #main-header .container {
        width: 90%;
        max-width: 100%;
        padding-right: 32px;
        padding-left: 30px;
    }  }

@media (max-width: 911px) {
    .post-content{
    font-size: 16px;
    float: right;
    width:80%;
    padding-bottom: 6px;
	text-align: right;
}
 }

@media (max-width: 980px) {
    #logo {
   
    max-height: 80%;
  
 }
 }

.container {
    width: 90%;
}



