/*
Theme Name:  Presentup Child Theme
Description: Child theme for the Presentup theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    presentup
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
-------------------------------------------------------------- */
/* .site-header-main .headerlogo img{
	max-height: 100px;
}
.is_stuck .site-header-main .headerlogo img{
	max-height: 60px;
} */
.mailchimp-inputbox{
	background-color: #313131 !important;
}
.mailchimp-inputbox input[type="submit"]:hover{
	background-color: #0E385E;
}
.site-header.tm-sticky-bgcolor-darkgrey.is_stuck, .tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck{
	background-color: #0e385e;
}

.myres-gallery-grid ul.wpb_image_grid_ul {
    display: grid !important;
    grid-template-columns: auto auto auto auto !important;
    height: auto !important;
}
.myres-gallery-grid ul.wpb_image_grid_ul li.isotope-item{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 15px !important;
    float: none !important;
}
.wpcf7 .tm-contactform .field-group i{
	top: 24px !important;
}
.tm-contactform .tm-book-submitbt input[type="submit"]{
	font-size: 16px !important;
} 
.hide-this{
	display: none !important;
}
.home-photo-gallery .tm-row-wrapper-bg-layer.tm-bg-layer{
	background-color: #1C1C1C !important;
}
.sup-heading header h4.tm-custom-heading{
	display: none !important;
}
.let-us-help-hme h2.tm-custom-heading {
	color: #000 !important;
}
.let-us-help-hme .tm-cta3-content-wrapper p {
    color: #000 !important;
}
.let-us-help-boxex-hme .tm-box-col-wrapper .tm-static-box-content{
	background: #c7a55e !important;
}
.let-us-help-boxex-hme .tm-box-col-wrapper .tm-static-box-content .tm-box-title a{
	color: #ffffff !important;
/* 	color: #c7a55e !important; */
}
.let-us-help-boxex-hme .tm-box-col-wrapper .tm-static-box-wrapper:hover .tm-static-box-content{
/* background: #000 !important; */
	background: #c7a55e !important;
/* border: 1px solid #c7a55e !important; */
}
.let-us-help-boxex-hme .tm-box-col-wrapper:hover .tm-static-box-content .tm-box-title a{
	color: #ffffff !important; 
}
.home-top-icon .tm-vc_cta3-container{
	margin-bottom: 15px !important;
}
.about-bottom-buttons-text .tm-cta3-content-wrapper{
	width: 78% !important;
}
.innovative-services-section .tm-box-col-wrapper .tm-static-box-content .tm-box-title a{
/* 	color: #ffffff !important; */
	color: #c7a55e !important;
}
.innovative-services-section .tm-static-box-wrapper .tm-static-box-content{
	margin: 0px !important;
    padding: 0px;
    border: 0px !important;
    border-radius:0px 0px 10px 10px;
	background: white !important;
}
.innovative-services-section .tm-static-box-wrapper .tm-box-title {
    padding: 17px 25px 0px !important;
}
.innovative-services-section .tm-static-box-wrapper .tm-staticbox-description {
    padding: 0px 25px 10px !important;
}
 .tm_portfolio-template.single-tm_portfolio  .themetechmount-pf-single-content-area{
	width: 100% !important;
}
.tm_portfolio-template.single-tm_portfolio .themetechmount-pf-single-details-area{
	display: none !important;
} 
@media(max-width: 920px){
	.myres-gallery-grid ul.wpb_image_grid_ul {
    grid-template-columns: auto auto auto !important;
	}}
@media(max-width: 600px){
	.myres-gallery-grid ul.wpb_image_grid_ul {
    grid-template-columns: auto auto !important;
	}
}
@media(max-width: 600px){
	.myres-gallery-grid ul.wpb_image_grid_ul {
    grid-template-columns: auto auto !important;
	}
}
@media(max-width: 425px){
	.myres-gallery-grid ul.wpb_image_grid_ul {
    grid-template-columns: auto !important;
		align-items: center;
    justify-content: center;
	}
}