/*
Theme Name:  Hammer Child Theme
Theme URI:   https://www.constructionthemes.com/
Description: Child theme for the Hammer
Author:      ProteusThemes
Template:    hammer-ct
Version:     1.4.1
*/

.header__container {
	min-height:200px;
}

html body #pg-560-6 {
	margin-bottom:0;
}
@media(max-width:600px){
	html body .header__widgets {width: 100%}
}
/* add custom CSS code below */
@media (max-width: 1200px) {
	.column-with-bg {
		min-height: 720px !important;
	}
}
@media (max-width: 1024px) {
	.jumbotron-content {
    	padding: 30px 0px;
	}
	.jumbotron {
   	 	padding-bottom: unset;
	}
}
@media (max-width: 991px) {
	.panel-grid .we-offer-you {
		flex-direction: column-reverse !important;
	}
	.home-img .panel-grid-cell {
		margin: unset !important;
	}
	.home-img .panel-grid-cell-empty {
		display: block !important;
	}
	.column-with-bg {
		min-height: 500px !important;
	}
}
@media (max-width: 767px) {
	.jumbotron-content__title {
		font-size: 28px;
	}
	.testimonial__container {
		margin-top: 30px;
	}
	.column-with-bg {
		min-height: 480px !important;
	}
}
@media (max-width: 480px) {
	.column-with-bg {
		min-height: 360px !important;
	}
}