/* 

Theme Name:	Divi-child

Theme URI:    	http://www.becloudsmart.com 

Description:  	Powered by Divi Theme created by Elegant Themes (www.elegantthemes.com)

Author:  	becloudsmart 

Author URI:   	http://www.becloudsmart.com 

Template:     	Divi

Version: 	1.0 

Tags:         	light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready 

Text Domain:  	Divi-child

*/

#main-header { display:none; }
#page-container { padding-top:0px !important }

/* MENU */
.fullwidth-menu li li a {
    width: 300px;
    padding: 6px 20px;
}

.nav li ul {
	visibility: hidden;
	z-index: 9999;
	width: 320px;
	border-top: 3px solid #2ea3f2;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Forms */
.gform_title {color:#df5126 !important;}
.gfield_label {font-weight:300 !important;}
.gform_button { background: #df5126; border-radius: 10px;color: #ffffff;padding: 0.3em 1em;border: 2px solid; }

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS 

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

*/