/*
Theme Name:     Xzopro Child
Description:    Child theme for Xzopro
Template:       xzopro
Author: 		ThemeDraft
Version: 		1.0.0
*/

/* general */
a {
	color: #c01a2c;
}
a:hover {
	color: #231f20;
}

/* header */
.header-top-area {
	padding: 5px 0;
}
.header-top-left {
	font-size: 0.9rem;
}
.header-bottom-area {
	padding: 20px 0;
}
.site-branding {
	height: 65px;
}
.site-branding img {
	max-height: 65px;
}
.header-right-info a {
	color: #231f20;
}
.header-right-info a:hover {
	color: #c01a2c;
}

.slicknav_btn {
	float: left!important;
	margin-top: 13px!important;
}

/* content */
.single-post .breadcrum-container {
	display: none;
}

/* contact */
.contact-info-box {
	min-height: 0;
}
.contact-info-content li i {
	top: 16px;
}
.contact-info-content li a {
	color: #fff;
}
.contact-info-content li a:hover {
	color: #c01a2c;
}
.xzopro-contact-form-1 textarea {
	margin-bottom: 3px;
}
.xzopro-contact-form-1 .wpcf7-submit {
	float: right;
}

/* footer */
.widget .social-icons li a {
	background: #c01a2c!important;
	color: #fff!important;
}
.widget .social-icons li a:hover {
	background: #fff!important;
	color: #c01a2c!important;
}

.footer-top-area input[type=text], 
.footer-top-area input[type=email],
.footer-top-area input[type=password],
.footer-top-area input[type=url],
.footer-top-area input[type=search],
.footer-top-area input[type=tel],
.footer-top-area textarea {
	margin-bottom: 0;
	padding: 6px 10px;
}
.footer-top-area textarea {
	height: 140px;
}
.footer-top-area input[type="submit"] {
	float: right;
}

.site-info {
	font-size: 0.7em;
}