/*
 Theme Name:     Allied Title 
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    A Divi Child Theme
 Author:         Beka
 Author URI:     http://www.etherion.com
 Template:       main
 Version:        1.0.0
*/
  
/* =Theme customization starts here
------------------------------------------------------- */

/* Typography */
@font-face {
    font-family: 'Font-Name';
    src: url('library/fonts/font-name.eot');
    src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/font-name.woff2') format('woff2'),
         url('library/fonts/font-name.woff') format('woff'),
         url('library/fonts/font-name.ttf') format('truetype'),
         url('library/fonts/font-name.svg#font-file-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 767px) {
}

@media only screen and (max-width: 767px) {
	.et_pb_row, .container, .et_pb_container {font-size: 18px!important;}
	#et-info-phone, #et-info-email, #et-info-map {line-height: 2em;}

}



/* HEADER */

#et-info-email, #et-info-map {margin-right: 13px;}

#et-info-email {margin-right: 8px;}
#et-info-map::before {
	font-family: "ETmodules";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: relative;
	top: 2px;
	margin-right: 2px;
}
#et-info-res::before {
	font-family: "ETmodules";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: relative;
	top: 2px;
	margin-right: 2px;
}

#main-header {background-color: #6a0800;}

#top-header { background-color: #8c3b31;}

#top-menu li.current-menu-item > a {
	color: #fff; 
	background-color: rgba(255,255,255,.2); 
	border-radius:4px 0px 0px 4px; 
	margin: 0px 4px 8px;
	padding: 10px 4px; }

/* Make the logo bigger */
.et_fixed_nav #logo { max-height: 80px; }
.et-fixed-header #logo { max-height: 60px; }

/* Make the full width slider shorter */
@media only screen and (min-width: 1024px) {
.et_pb_slides,
.et_pb_slides .et_pb_slide,
.et_pb_slides .et_pb_slide .et_pb_container {
height: 350px;
}
.et_pb_slides .et_pb_slide .et_pb_container {
display: table;
}
.et_pb_slide_description {
padding: 0px;
display: table-cell;
vertical-align: middle;
}

/* CONTENT STYLES */

#home-heading {padding:10px 0 0;}
a {color: #6a0800;}
.et_pb_bg_layout_light .et_pb_promo_button {background-color: #XXXXXX; color: #XXXXX!important; border-color: #XXXXXX;}
.et_pb_bg_layout_light .et_pb_promo_button a {color: #xxxxx;}
.et_pb_promo_button:hover {
background: #XXXXXX !important;
}
.home-action { background-image: url('../../uploads/2015/10/xv.png'); border-radius: 4px;}

#post-50 ol li {font-weight: bold;}

/* FOOTER */
#main-footer {background-color: #6a0800; color: #fff;}
#footer-info {color: #fff;}
