.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.artist-name, .artist-name h4,
.artist-info, .artist-info p { margin: 0; }

.artist-name h4 { font-size: 1.2em; margin-bottom: 10px; }

.all4art-artist-social-links-grid-item { margin-top: 20px; }

.artist-information .vc_row {
	margin-left: 0;
	margin-right: 0;
}


.artist-specialty,
.artist-business,
.artist-email,
.artist-phone { font-size: 80%;}  

.artist-specialty { 
	font-family: "Lato", sans-serif;
	  font-weight: 400;
	  font-style: normal; 
	  font-size: 60%;
	  text-transform: uppercase; 
	  letter-spacing: 2px; 
	  margin-bottom: 15px;
  }
  
  

 
  
  
.map-text-box {
	  height: 100%;
	  display: flex;
	  align-content: center;
	  justify-content: center; 
	  flex-wrap: wrap;
  }
.map-text-box h3 { font-size: 1.3em; margin-top: 20px; margin-bottom: 15px;  }
.map-text-box h6 { font-size: 11px; letter-spacing: 2px;  margin-bottom: 20px; }
.map-text-box p { font-size: 80%; }




/*  updates signup */
/*  forms          */
.wpcf7-text { background-color: transparent !important; border: none !important; border-bottom: rgba(255, 255, 255, 0.2) solid 1px !important; padding-left: 0 !important; color: #ffffff !important; }

.wpcf7-textarea { background-color: transparent !important; border: rgba(255, 255, 255, 0.2) solid 1px !important;  }


.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  color: #fff;       /* Changes the text color */
  border-bottom: rgba(255, 255, 255, 1) solid 1px !important;
}

.wpcf7 input[type="text"]:focus::placeholder,
.wpcf7 input[type="email"]:focus::placeholder,
.wpcf7 input[type="tel"]:focus::placeholder,
.wpcf7 textarea:focus::placeholder {
  color: #fff;       /* Changes the text color */
  opacity: 1;         /* Makes it more transparent */
  font-style: normal;   /* Makes it italicized */  
  transition: all 0.3s ease; /* Adds a smooth transition effect */
}


.sc_layouts_logo { display: block; margin-top: 12px; margin-bottom: 12px; }


.body_wrap > .side_socials {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 8001;
	padding: 8rem 0 0 1.7em;
	width: 95px;
	height: 710px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.body_wrap > .side_link {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 8001;
	height: 690px;
	padding: 5.6rem 1.6em 0 0;
	width: 65px;
}



 .sc_googlemap_content_wrap,
 .sc_googlemap_content_wrap .sc_googlemap { height: 700px; } 
 
 @media (max-width: 1023px) {
	 
	 .sc_googlemap {
		  max-height: 100%;
	  }
	  
	 .sc_googlemap_content_default {
		 left: 7%;
		 right: 14%;
		 top: auto;
		 /* bottom: auto; */
		 width: auto;
		 max-height: 100% !important;
		 padding: 1em;
		box-shadow: rgba(0,0,0,.15a) 4px 4px 4px;
	 }
 }
 


@media (min-width: 2000px) {

}
@media (min-width: 1441px) {

}

@media (min-width: 1279px) {
	
}

@media (min-width: 1023px) {
	.sc_googlemap_content_wrap,
	 .sc_googlemap_content_wrap .sc_googlemap { height: 500px; } 
	.sc_googlemap {
		  max-height: 60vh;
	  }
}

@media (min-width: 767px) {
	.map-text-box h3 { font-size: 2.75em; margin-top: 20px; margin-bottom: 30px;  }
	.map-text-box p { font-size: 100%; }
}

@media (min-width: 479px) {
	font-size: 1.5em; 
}