/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.2
*/

 
/* =Theme customizations
------------------------------------------------------- */

h1, h2, h3 {
	padding-bottom: 20px;
}

#et-top-navigation {
    font-weight: 400;
}

.et_right_sidebar #main-content .container:before {
        display: none !important;
    }

    .et_right_sidebar #left-area {
        padding-right: 0%;
    }

#left-area {
        width: 100%;
	padding-bottom: 8.5%;
    }


.billede {
	min-height: 40vh;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    padding: 12px 15px;
    color: #4e4e4e;
    border-radius: 8px;
    width: 100%;
}

/* ****** Alt pånær mobil ****** */

@media (min-width: 981px) {
	
	
	
    .et_vertical_nav #main-header .container {
        width: auto;
        margin: 0 40px;
    }
	
	.et_vertical_nav #page-container #main-header {
        position: absolute;
        padding-top: 40px;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
    }
	
	    .et_vertical_nav #main-header #top-menu li ul {
        top: -32px;
        left: 260px;
    }
	
	.dsm-popup .et_pb_section {
		max-height: 700px;
		overflow-y: scroll;
	}
	
	.et-fixed-header #top-menu li a {
        font-size: 16px !important;
    }
	
	 /*    .et_vertical_nav #main-header #top-menu li {
        border-top: 1px solid #e1e1e1;
    }
	
	    .et_vertical_nav #main-header #top-menu>li>a {
        padding: 13px 0px;
    } */
	
	
	
}



/* ****** RESPONSIVE MOBILE ****** */

@media (max-width: 980px) {

	
	
#logo {
    max-height: 80% !important;
	}
	
	    .et_header_style_left #logo {
        max-width: 80% !important;
    }
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px;
}
	
	.et_vertical_nav.et_header_style_split #et-top-navigation, .et_vertical_nav.et_header_style_left #et-top-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}
	
	    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 30px;
    }
	
	.dsm_button {
    min-width: 200px;
}
	
	
}