/*
Theme Name: Dalton Child
Theme URI: http://zoomarts.works/dalton
Description: Dalton Responsive Multi-Purpose WP Theme
Author: ZoOmArts
Author URI: http://zoomarts.works
Version: 1.3
Template: dalton
*/

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

/* COLORS 
	
Dark Blue: #100038 
Red: #e20019

*/


/* HEADER */
#header.sticky #logo img {
	padding:5px 0;
}
@media only screen and (max-width: 991px) {
	#header .header-leftside {
		width:40%;
	}
}
@media only screen and (max-width: 768px) {
	#header .header-leftside {
		width:80%;
	}
}
/*
@media only screen and (max-width: 520px) {
	#header .header-leftside {
		width:85%;
	}
}
*/
@media only screen and (max-width: 320px) {
	#header .header-leftside {
		width:80%;
	}
}

/* MENU */
#header .nav-menu > ul > li {
	margin-left:0;
}


/* FOOTER */
.footer a:hover {
	color: #e20019;
}

/* COPYRIGHT */
.copyright {
	font-size:11px;
	letter-spacing: normal; 
}

.copyright a {
	color:#666;
}
.copyright a:hover {
	color:#999;
}

/* HEADER VIDEO */
.rev_slider .html5vid video {
	object-fit:contain !important;
}

/* BODY */
body {
	font-size: 14px !important;
}

/* PARAGRAPH */
.wpb_text_column p {
	margin-bottom:10px;
}

/* IMAGE HOVER ZOOM DISABLE */
.za-single-image.style-1:hover img {
	-o-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.za-single-image.style-1:hover .overlay {
	display:none;
/*
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.2);
*/
}

/* ICON BOX */
/*
.za-icon-box .icon-box-content h5 {
	font-weight: bold;
	margin-bottom: 20px;
} 
*/

.section.section-intro .za-text-separator abbr {
	font-size: 12px; 
	font-weight: bold;
	color:#e20019;
	background-color:#ffffff;
}

.section.section-intro {
	background-position: right bottom !important;
}

@media only screen and (max-width: 767px) {
	.column_container.col-about-image .za-single-image img {
		margin-top:30px;
		width: 25%;
	}
}
@media only screen and (max-width: 320px) {
	.column_container.col-about-image .za-single-image img {
		width: 50%;
	}
}

