/*
 * Theme Name: Imaginal Marketing Group
 * Description: Imaginal Marketing Group's custom theme based on Tailwind
 * Author: IMPP
 * Author URI: https://www.imaginalmarketing.com
 * Version: 1.0
*/
/* 
#wpcontent table.fixed {
    table-layout: auto !important;
}

#wpcontent  .fixed{
	position: auto !important;
} */

#int-promos .promos-container .promo-box .promo-text h2{font-size: 1.35rem;}
 
body:not(.home) p.disclaimer{font-size: 80%; font-style: italic;margin-bottom: 1.5rem;}
body:not(.home) header img.splash-image {display:none;}

body.blog header.header #headerimage, body.single-post header.header #headerimage, body.search #headerimage, body.archive #headerimage{
	background-image: url(http://ibidavidsalon.wpenginepowered.com/wp-content/uploads/2025/06/25-36585474164-InteriorHeaders-P1-13-1.webp) !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

blockquote{
	border-left: 1px solid var(--secondary);
	padding-left: 2rem;
	max-width: 650px;
	margin-bottom: 2rem;

}
h5.blockquote-text{
	font-size: 1.25rem;
	line-height: 1.4;
	color: var(--secondary);
}

@media (max-width: 39.9375em){
		body.blog header.header #headerimage, body.single-post header.header #headerimage, body.search #headerimage, body.archive #headerimage{
		background-position: center left 45%;

	}
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{ border: 1px solid var(--dark)}
header #heroimage .swiper-slide.id-91 picture img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 82% 50%;
}




.photo-gallery > .columns {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #000;}
.photo-gallery > .columns a img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0.75;
  }
.photo-gallery > .columns:hover a img {
      transform: scale(1.1);
      opacity: 1;
    }


	
body.blog article.tease-post{
  margin-bottom: 2.5rem;
}

article.post-type-post > img{
	width: 100% !important;
	height: auto!important;
}

 .gform_fileupload_rules{ font-weight: bold; }
 
.gform_wrapper.gravity-theme .gform_drop_area{
    display: flex;
    justify-content: center;
    align-items: center;
		flex-direction:column;
    width: 100%;
    padding: 2rem;
    text-align: center;
    background-color: #A3BD00;
	background-color: #fff;
    border: 1px dashed #888;
    border-radius: 4px;
    margin: 0!important;
 }


#sidebar h4{
  text-align: center !important;
}

body.single img.featured-img{
	max-width: 600px;
}

@media screen and (max-width: 39.9375em){
  #sidebar ul, #sidebar ul li{ margin-left: 0; }
}
@media (min-width: 64em){
	#promos .promo-bg-large {
		aspect-ratio: unset !important;
		height: 450px !important;
	}
	#promos .promos-container{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	#foot-2{width: 35% !important;}
	#foot-3{width: 40% !important;}
	#foot-4{width: 15% !important;}
	#foot-5{width: 10% !important;}
}
@media (min-width: 1400){
	#promos .promo-bg-large {
		aspect-ratio: unset !important;
		height: 600px !important;
	}
	
	

}

@media (min-width: 1600){
	#promos .promo-bg-large {
		aspect-ratio: unset !important;
		height: 600px !important;
	}
}

/*To replace blog header
body.blog header.header #headerimage , body.single-post header.header #headerimage, body.category header.header #headerimage, body.search header.header #headerimage, body.archive header.header #headerimage  {
    background-position: center;
	background-image: url() !important;
}*/