/*
 Theme Name:     cepekoeriers
 Template:       Divi
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Fixed mobile menu */
 
 @media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}

 a.phone-header {
 	color: #150958;
	font-size: 30px;
	font-weight: 700;
	text-decoration: underline #d2232a solid;
 }

  p.phone-header {
 	color: #150958;
	font-size: 30px;
	font-weight: 700;
 }

 .phone-header span.fas.fa-phone {
 	color: #d2232a;
 	margin-right: 5px;
 }

 	h4.footer_title {
	font-size:22px;
	line-height:1.4em;
	font-weight: 600;
}

 h4.header_subtitle {
color: #000 !important;
font-weight: 600;
font-size: 20px;
line-height: 1.2em;
padding: 5px;
background: #ffffff80;
-webkit-box-shadow: 0 0 5px 2px #fff;
-moz-box-shadow: 0 0 5px 2px #fff;
box-shadow: 0 0 10px 10px #ffffff80;
font-style: italic;
 }