/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/
Description: mmk design
Template: Divi
Version: -
*/

/* Theme customization starts here */

/* overpass-200 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/fonts/overpass-v5-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/overpass-v5-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/overpass-v5-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/overpass-v5-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/overpass-v5-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/overpass-v5-latin-200.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/overpass-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/overpass-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/overpass-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/overpass-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/overpass-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/overpass-v5-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-900 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/fonts/overpass-v5-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/overpass-v5-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/overpass-v5-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/overpass-v5-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/overpass-v5-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/overpass-v5-latin-900.svg#Overpass') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4 {
	font-family: 'Overpass';
	font-style: normal;
 	font-weight: 900;
}

p, a, ul {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 400;
}

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

.et_pb_contact_form_0 .et_pb_contact_field_options_title, .et-pb-contact-message {
	color: #fff;
}

.et_pb_contact_form_1 .et_pb_contact_field_options_title, .et-pb-contact-message {
	color: #333;
}

.et_pb_contact p input[type="checkbox"]:checked+label i:before, .et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #000 !important;
}

span.mobile_menu_bar:before{
  color: #ffffff !important;
}

.et_mobile_menu {
	padding: 0;
	background: #fff !important;
	border-top: 0;
	box-shadow: 0;
}

.et_pb_toggle_title:before {
   content: "\33";
	font-size: 20px;
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
	font-size: 20px;
   transform: rotate(180deg);
}

.dvcs_pricing_b .et_pb_pricing li > span:before {
	line-height: 0.5 !important;
}