/*
Theme Name:  Boldman Child Theme
Description: Child theme for the Boldman theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    boldman
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.themetechmount-slider-wrapper { /* Revolution Slider height is behaving strangely */
	height: auto !important;
}
.mobile-only {
	display: none !important;
}
.home .tm-titlebar.entry-header{
     display: none;
}
.home div#content-wrapper{
	background: white;
}
.tp-bgimg.defaultimg {
 	height: 600px!important;
}
.page-id-189 #content-wrapper { /* Commercial Coatings content is overlapping breadcrumbs */
	margin-top: 10px;
}

.orange-text {
 	color: #CC3D0B;
}
.hover-black:hover {
 	color: black !important;
}

@media screen and (min-width: 1200px) {
	#menu-item-1160 { /* Hide Contact menu item unless in hamburger */
		display: none !important;
	}
}
@media screen and (max-width: 794px) {
	.themetechmount-slider-wrapper { /* Revolution Slider height is behaving strangely */
		height: 600px !important;
	}
}
@media screen and (max-width: 767px) { /* Hide Top Bar Blurb for mobile */
	.tm-wrap-cell:not(.tm-align-right) {
		display: none;
	}
	.vc_custom_1574354777754 { /* Patio Perfect image alignment */
		padding: 0 30px !important;
		text-align: center !important;
	}
	.vc_custom_1578095049974 { /* Patio Perfect text alignment */
		padding: 0 30px !important;
	}
	.vc_custom_1574350832276 { /* Patio Perfect green section alignment */
		padding: 80px 30px 40px !important;
	}
}
@media screen and (max-width: 480px) {
	.vc_custom_1574174921529 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}
	.vc_custom_1570205090763 { /* RAL Color Chart - first image */
		margin-bottom: 0px !important;
	}
	.home #content-wrapper { /* Home page hero remain fully visible on mobile */
		margin-top: 300px;
	}
	.page-id-740 #content-wrapper { /* Patio Perfect page hero remain fully visible on mobile */
		margin-top: 300px;
	}
	.page-id-189 #content-wrapper { /* Commercial Coatings content is overlapping breadcrumbs */
		margin-top: 70px;
	}
	.page-id-504 #content-wrapper { /* RAL Color Chart content is overlapping breadcrumbs */
		margin-top: 70px;
	}
	.archive #content-wrapper { /* Reference Information content is overlapping breadcrumbs */
		margin-top: 110px;
	}
	.page-id-222 #content-wrapper { /* Contact Atlas content is overlapping breadcrumbs */
		margin-top: 70px;
	}
	.mobile-only {
		display: block !important;
	}
	.non-mobile {
		display: none !important;
	}
}