/*
 * 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.01
*/

#text-us {
    z-index: 80!important;

}

header #top-bar .inner #logo  {
	max-width: 12rem !important;
	@media screen and (max-width: 768px) {
		max-width: 10rem !important;
	}
	
}


.glass-container {
    border-radius: 0.5rem !important;
	width: 70px;
	height: 70px;
}

.initial-content .initial-icon {
color:#00aeef;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
    gap: 0;
    line-height: 0.8rem;
    font-weight: 800;
}

#promos .promo-nav-pills button {
    min-width: 300px;
}


.im-service-row {
font-size:1.125rem;
}

/*liquid glass widget - overriding from prod */
.glass-container.expanded {
   width: 280px;
    height: 150px; 
	/* width: 300px;
    height: 165px; */
}
.sms-btn {
    text-transform:uppercase;
	border:2px solid #00aeef;
}


.sms-content p {
    font-weight: 700;
}


#footer-bottom a {
color:#fff;
}
#footer-bottom a:hover {
opacity: 0.7;
}
body:not(.home) main p{margin-bottom: 1.5rem;}

#mobile-nav {
justify-content:center;
align-items:center;
background-color: #00AEEF;
color: #fff;
}

#mobile-subnav {
background-color: #fff;

}

#mobile-subnav ul {
padding:1rem 0;
}

#mobile-subnav ul > li {
text-align: center;
padding:0.5rem 0;
}

#mobile-subnav ul > li > a {
color: #00AEEF;
}

main#content #sidenav {
  padding:1.6rem 3rem 3rem 0px;
}


#sidenav ul li {
text-align: right;
}

#sidenav ul li a {
    text-transform: uppercase;
	font-size: 1rem;
	text-align: right;
	justify-content: flex-end;
}

#sidenav ul.is_sidenav li a {
align-items:baseline;
}

#sidenav ul.is_sidenav li a:hover {
color: #00AEEF !important;
}

/* sidenav blog */
#sidenav .blog-sidebar-item ul li{
	text-align:center !important;
}

#nav-main .button.nav-cta > a,
#mobile-menu .button.nav-cta > a{
	background-color: rgba(0, 174, 239, 0.1);
    color: rgb(29, 29, 29);
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: normal;
    /* letter-spacing: 0.1rem; */
    cursor: pointer;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #00AEEF;
    border-image: initial;
    padding: 0.5rem 1rem !important;
    margin: 0.7rem 0px;
    text-decoration: none;
    border-radius: 3rem;
    text-align: center;
}

#nav-main .button.nav-cta > a:hover,
#mobile-menu .button.nav-cta > a:hover {
	background-color: #00AEEF;
    color: #fff !important;
}

#blog-posts .entry-content > div > a.button {
display:inline-block;
margin-top: 2rem;
}

h2,h3,h4,h5,h6 {
/* color: #00AEEF; */
text-transform: uppercase;
}

p {letter-spacing: normal;}
.serv_wrapper .serv_subcat_disclaimer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.reveal-image {
  display: block;
  max-width: 100%; 
  height: auto;
  clip-path: inset(50% 0% 50% 0%); 
  transition: clip-path 1.5s ease-out; 
}
    
.reveal-image.is-visible {
  clip-path: inset(0% 0% 0% 0%); 
}

.slide_text_inner h2 {
  color: #80CEEC;
}


.promo_title {
  transform: translate(2em, 0);
}

#sub-footer-title {
  transform: translate(-2em, 0);
}

.slide_text_inner,
#intro-title,
.promo_title,
#sub-footer-title{
  font-size: 3rem;
  white-space: nowrap;
  overflow: visible;
  opacity: 1;
  padding: 0 2em;  /* padding to allow gradient fade outside */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  animation-fill-mode: forwards;
  transition: padding 0.3s ease;
}
  
.slide_text_inner.is-visible,
#intro-title.is-visible,
.promo_title.is-visible,
#sub-footer-title.is-visible{
  animation: maskwipe 3s steps(60, end) forwards;
}
  
/* Remove mask and padding after animation ends */
.slide_text_inner.is-visible.final,
#intro-title.is-visible.final,
.promo_title.is-visible.final,
#sub-footer-title.is-visible.final{
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  opacity: 1;
  padding-left: 2em;
  padding-right: 2em;
}

@keyframes maskwipe {
  from {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  to {
    -webkit-mask-size: 120% 100%;
    mask-size: 120% 100%;
  }
}

@media (min-width: 1200px) and (max-width:1550px){
  header #top-bar .inner #nav-wrapper nav ul li a{
    font-size: .9rem;}
	header #top-bar .inner #nav-wrapper nav ul li{margin-left: 0; margin-right: 0;}
}


.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;
}


#lastMinute h1 {
	font-size:15px!important;
}

@media screen and (max-width: 39.9375em){
  #sidebar ul, #sidebar ul li{ margin-left: 0; }
}


@media screen and (max-width: 768px){
  #heroimage .slide_text_inner {
  	padding:0!important;
  }
  
  h1{
	line-height: 5.2rem;
	font-size:5rem;
	}

  .promo_title {
    transform: translate(0em, 0);
  }
  
  #sub-footer-title {
    transform: translate(0em, 0);
  }
}


@media screen and (max-width: 1024px){
  #sub-footer-title {
  	padding:0!important;
	white-space:wrap;
	width:100%;
  }
  
  #sub-footer-title h2 {
  	font-size: 4rem !important;
    line-height:4.3rem;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom:0;
  }
}

 @media screen and (max-width: 768px) {
	 #aveda-logo-footer-desktop {
	 	display: none!important;
	 }
	 
	 #aveda-logo-footer-mobile {
	 	display: flex!important;
	 }
	 
	 #aveda-logo-footer-mobile img{
	 	filter: unset !important;
	 }
	 
	     
	 
	 
}

 @media screen and (max-width: 480px) {
	 #lastMinute {bottom:100px !important;}
	 #im-sms-wrap {height:100px !important;}
	 
	 
}

@media (min-width: 480px) {
	#lastMinute {
	  /* left: unset !important; */
	   /*right: 24px !important; */
	  /* bottom: 130px !important; */
	  left: 24px;
	  bottom: 5px !important;
	}
	
	.close-btn {
        display: block !important;
        position: absolute;
        left: 5px;
        top: 5px;
        color: #fff;
		cursor: pointer;
    }
}


@media screen and (min-width: 768px) {
header #heroimage, header #headerimage {
		 padding-top:132px !important;
		 }
header #top-bar { 
padding-top: 1rem;
    padding-bottom: 1rem;
}
}



@media (min-width: 1024px) {
    main#content:not(.home) article,
	main#content:not(.blog) article,
	main#content:not(.single) article{
        width: 70%;
    } 
	
	.wp-singular.single main#content article.post.single-post,
	.blog main#content article.post{
	width: 100% !important;
	}
	
	    main#content:not(.home) aside {
        width: 25%;
    }
	
	.wp-singular h1#page-title {
        line-height: 6rem !important;
    }
}


@media screen and (max-width:768px) {
header #heroimage {
    padding-top: 120px !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;
}*/