/* 
 Theme Name:     Bizign Design Child Theme
 Author:         Bizign Design Co.
 Author URI:     http://bizigndesign.com
 Template:       Divi
 Version:        1.0 
*/ 


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


/* ----------- FLOAT TOP INFORMATION RIGHT --------------------------- */ 

#et-info {
    float: right !important;
}

/* ----------- CENTRE BOTTOM NAVIGATION --------------------------- */ 

#menu-footer.bottom-nav {
    position: relative;
    text-align: center;
}

#footer-widgets {
    padding: 4% 0 2%;
}


/* ----------- MENU BUTTON STYLE --------------------------- */ 

.menu-button a {
color: #FFFFFF !important;
-moz-osx-font-smoothing: grayscale;
background: #c8bba2 none repeat scroll 0 0;
border-bottom: 2px solid;
border-radius: 7px;
border-color: #b1a58d !important;
text-align: center;
cursor: pointer;
line-height: 1.7em;
margin: 0px auto;
padding: 7px 7px !important;
transition: all 0.2s ease 0s;
}
.menu-button a:hover{
background-color:#b1a58d;
}


/* ----------- PADDING OF TOP MENU NAV BAR --------------------------- */ 

    #main-header { line-height: 10px; padding-top:0px;}
    #main-header nav#top-menu-nav {padding-top: 0px;padding-bottom: 15px;}
    #main-header ul.submenu {margin-top: 15px;}

/*----------------------BOXED SECTION ON HOME PAGE--------------------------*/
 
    .home-boxed-section {
	    max-width: 1200px;
            float: none;
            margin-bottom: 0px;
            margin-top: 0px;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, 0%);
            -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
            -moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);}
 
    @media only screen and (max-width : 1350px) {
    .boxed {max-width: 95%;}}
 
    @media only screen
        and (min-device-width : 320px) 
        and (max-device-width : 1024px)
        and (-webkit-min-device-pixel-ratio: 1){
            .boxed {
                max-width: 100%;
                float: none;
                margin: 0;
                left: 0%;
                margin-right: 0%;
                transform: translate(0%, 0%);}}


/*----------------------RAISE BOXED SECTION ON HOME PAGE--------------------------*/
    .move-up {
	    z-index: 999;
	    background-color:rgba(0,0,0,0);
            margin-top: -70px;
            border-radius: 0px;}

/*----------------------ROUND CORNERS ON HOME COLUMNS-----------------------------*/

    .home-col1 {
	    border-radius: 10px;
	    border: 1px solid #cccccc;
	    margin-top: 30px;
    }

    .home-col2 {
	    border-radius: 10px;
	    border: 1px solid #cccccc;
	    margin-top: 30px;
    }

    .home-col3 {
	    border-radius: 10px;
	    border: 1px solid #cccccc;
	    margin-top: 30px;
    }




/*----------------------CHANGE WHEN HEADER CHANGES TO BURGER-----------------------------*/

    @media only screen and (max-width: 1200px) and (min-width: 961px) {
    #et_mobile_nav_menu {
    display: block;
    }
    #top-menu {
    display: none;
    }
    }


/*Custom Contact Form 7 Style*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
background-color: #616161;
color: #FFFFFF;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 6px 20px;
line-height: 1.7em;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #919191; 
border-color:#FFFFFF; 
padding: 6px 20px !important; 
}

/*END Custom Contact Form 7 Style*/