/*
Theme Name: mch: media consulting hannover
Version: 1.0
Description: A child theme of Divi
Author: w.miller
Template: Divi
*/

@import url("../Divi/style.css");

@font-face {
 font-family:"SH Montserrat Regular";
 src:url("https://www.media-hannover.de/wp-content/uploads/et-fonts/Montserrat-Regular.ttf") format("truetype")
}
@font-face {
 font-family:"SH Montserrat Bold";
 src:url("https://www.media-hannover.de/wp-content/uploads/et-fonts/Montserrat-Bold.ttf") format("truetype")
}
@font-face {
 font-family:"SH Montserrat Medium";
 src:url("https://www.media-hannover.de/wp-content/uploads/et-fonts/Montserrat-Medium.ttf") format("truetype")
}

iframe body { font-family:"Arial"; }

#et-top-navigation { font-weight: 500 !important; }
strong { font-family:"SH Montserrat Bold" !important; font-weight: inherit !important; }

.post-template-default .entry-content > p, .post-template-default .entry-content > ul li, .post-content > p { font-weight: 300; }

#popmake-192 { 
	padding: 50px;
}

#popmake-192 p:last-of-type { 
	text-align: center;
}

input.ed_tb_css {
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	border: 4px solid white;
	background: transparent;
	color: white;
}

input.ed_tb_css:focus {
	border-color: rgba( 255, 255, 255, 0.8 );
	color: white;
}

input.ed_bt_css {
	text-transform: uppercase;
	color: #cb1d1d;
	background: white;
	border-radius: 10px;
	padding: 10px;
	font-size: 18px;
	border: 0px;
	font-weight: bold;
	margin: 30px 0 0 0;
}

input.ed_bt_css:hover {
	cursor: pointer;
	background: rgba( 255, 255, 255, 0.8 );
}

.ed_validation, .ed_validation_full, .ed_sent_successfully {
	color: white !important;
	text-align: center;
	display: block;
	font-size: 13px;
}

.ed_sent_successfully { margin: 10px 0; display: block; text-align: center; }