/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://aswebstudio.se/
 Description:  Divi Child Theme
 Author:       AS webstudio
 Author URI:   https://aswebstudio.se/
 Version:      4.0
 Template:     Divi
*/
h1,h2,h3,h4,h5,h6{
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
}

body p, 
body ul li,
body ol li{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}
header#main-header{
box-shadow:none!important;	
}
.vertical-aligned,
.centering{ 
display: flex; 
flex-direction: column; 
justify-content: center;
}

/*--change column order for mobile -row class add mobileturn, also add "order:1;" or "order:2"; in column css--*/
.mobileturn {
display: flex;
flex-wrap: wrap;
}

/*--remove vertical divider if sidebar--*/
#main-content .container:before {
width:0!important;
}

/*--main menu - cta button--*/
#et-top-navigation nav#top-menu-nav>ul>li.menu_cta {
background-color: #b56953!important;
padding: 0 !important;
	margin-right:15px;
}

#et-top-navigation nav#top-menu-nav>ul>li.menu_cta a {
color: #fff !important;
padding: 15px 15px 15px 15px !important;
}

.et-fixed-header #top-menu .menu_cta a {
 color:#fff!important;
}

#et-top-navigation nav#top-menu-nav>ul>li.menu_cta.current-menu-item {
    background-color: #fff!important;
    padding: 15px;
	
}
#et-top-navigation nav#top-menu-nav>ul>li.menu_cta.current-menu-item>a {
    padding-bottom: 0 !important;
color:#B8705B!important; } 

/*--main menu dropdown--*/
ul#top-menu.nav li ul li a{
font-size:1.0em;
line-height:1.15;
padding-right:0px;
padding-left:0px;
}   

/*--contact form/ email optin checkbox--*/
.et_pb_contact p input[type="checkbox"] + label i, 
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i{
 margin-left:-30px!important;
 margin-right:12px!important; 

}
.et_pb_contact p input[type="checkbox"] + label i:before{
color:#000!important;    
}
.et_pb_contact_field_checkbox label  {
margin-left:30px;  
}

.et_pb_contact_field_options_title{
color:#fff;  
}


