/*
 Theme Name:   Weaver Solutions
 Description:  Child theme for DIVI 
 Author:       Weaver Solutions
 Author URI:   http://weaversolutionsgt.com
 Template:     Divi
 Version:      1.0.0
*/


/**   MENU
================================================== */

.mobile_menu_bar:before {
	color: #000;
}



/**   GENERAL
================================================== */
sup {
	font-size: 0.7em;
}



/*   SCROLLBAR
================================================== */

/*  color scrollBar */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #8E9E00;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #8E9E00 ;
}

::-webkit-scrollbar-thumb {
	background-color: #8E9E00;
	border-radius: 0px;
}



/*   CONTACT FORM 7
================================================== */
.wpcf7-form input,
.wpcf7-form select {
	border:1px solid #707070 !important;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px 5px;
}

.wpcf7-form p {
	padding-bottom: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form select {
	width: 100%;
}

.wpcf7-form select {
	height: 44px !important;
}

.wpcf7-form input[type=submit] {
	background: #000;
	border: none !important;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin:10px auto 0 auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

/**   MEDIA QUERIES
================================================== */

@media all and (min-width: 1440px){  }
@media all and (min-width: 1024px){  }
@media all and (max-width: 1024px){  }
@media all and (max-width: 980px) {  }
@media all and (max-width: 768px) {  }
@media all and (max-width: 680px) {  }


