/*
Theme Name: PRIME Child
Theme URI: http://makeweb.com.au/
Description: This is a child theme for Optimus.
Author: Mitchell Bray
Author URI: http://makeweb.com.au
Template: PRIME
Version: 0.1.0
*/

.site-header.sidebar {
    top: 0 !important;
    width: 280px  !important;
    }

@media only screen and (min-width: 1026px){
	.offcanvas_container{
	    margin-left: 280px;
    }
}

.et_divi_builder #et_builder_outer_content .et_pb_row {
    width: 95% !important;
}

.site-content{
	overflow: scroll;
		    background-size: cover;
	        max-height: 100vh !important;
	        height: 100vh;
	        background-repeat: no-repeat;
}

.single-projects .site-content{
	background: url('/wp-content/uploads/2017/09/bg1.jpg');
}

.contact .site-content{
	background: url('/wp-content/uploads/2017/09/bg1.jpg');
}

.about .site-content{
	background-image: url('/wp-content/uploads/2017/09/bg2.jpg');
}

.faq .site-content{
	background-image: url('/wp-content/uploads/2017/09/bg1.jpg');
}

body.header-layout-2 .site-header .header-wrapper .nav {
    width: 100%;
}

@media only screen and (min-width: 64em){
.site-header.sidebar {
    padding-top: 0;
}
.site-header .header-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-between;
        height: 95vh;
    }
 } 
 body.header-layout-2 .site-header .header-wrapper .tools {
    display:  none;
}

.main-navigation-flyout>ul>li {
    width: 90%;
    margin: auto;
    display: block;
}

.site-footer{
	display: none;
}

#et_builder_outer_content .et_pb_module h2.headings{
	text-align: right !important;
	font-weight: 600;
	font-family: embed-poppins !important;
	text-transform: uppercase;
}

#et_builder_outer_content .et_pb_module h2.headings:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 0.5em;
    border-top: 5px solid #ffc741;
    width: 100px;
}

li.current-menu-item a{
    position:relative;
}
li.current-menu-item a:after{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 15px;
    height: 0.5em;
    border-top: 2px solid #ffc741;
    width: 40%;
}

#et_builder_outer_content .form_light .form-group input[type="text"], #et_builder_outer_content .form_light .form-group input[type="email"], #et_builder_outer_content .form_light .form-group textarea, .form_light .form-group input[type="text"], .form_light .form-group input[type="email"], .form_light .form-group textarea {

    background-color: white !important;
}