/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.header-content {
    background: rgba(254, 254, 254, 0.82);
}

div#greybarr {
    padding-top: 166px!important;
}

span#et-info-email {
    display: none;
}

div#et-info {
    width: 100%;
      text-align: center;}

#top-menu li li a {
    width: 230px;
    padding: 5px 5px;
}

.nav li ul { width : 280px; }

#top-header {
    z-index: 100000 !important
}

.header-content {
    background: rgba(254, 254, 254, 0.82);
    max-width: 800px;
    margin: auto;
}

span#et-info-email {
    display: none;
}

div#et-info {
    width: 100%;
      text-align: center;}

div#booktow {
    padding: 10px;
    border: 2px Solid Black;
    border-radius: 10px;
    color: white;
    background-color: red;
    font-size: 1.2em;
}

section.et_pb_fullwidth_header {
    padding-top: 202px!important;
} 

body:not(.home) .et_pb_section {
/*padding-top: 202px!important;*/
}



@media screen and (min-width: 484px) {
    .logo_container{
        width:94% !important;
    }
}


}
@media screen and (max-width: 482px) {
    .logo_container{
        width:92% !important;
    }
    #main-header .container{
	padding-left:28px !important;
	padding-right:28px !important;
    }
    section.et_pb_fullwidth_header {
    padding-top: 10px!important;

}



div#greybarr {
    padding-top: 166px!important;
}
