﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

#tig_header_block .tig-header-title {
	padding-top: 60px;
}

#tig_header_block .header-media {
	height: 650px;
}

#tig_header_block.header-full-height .header-media {
	height: 100vh;
    min-height: 600px;
}

@media only screen and (min-width : 400px) {
	#tig_header_block .header-media {
		height: 550px;
	}
}

@media only screen and (min-width : 576px) {
	#tig_header_block .header-media {
		height: 520px;
	}
}

@media only screen and (min-width: 768px) {
	#tig_header_block .header-media {
		height: 500px;
	}
}

@media only screen and (min-width: 992px) {
	#tig_header_block .header-media {
		height: 620px;
	}
}

#tig_header_block_inner .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
}
