/*
Theme Name: Ericas Hair Boutique 2025
Theme URI: https://sherpa.co.za/clients/ehb/wp-content/themes/ehb25
Description: The Ericas Hair Boutique 2025 Website (Salient Child Theme)
Author: Sherpa Business Communications
Author URI: https://sherpa.co.za
Version: 1.0
Template: salient
*/



h1, h2, h3, h4, h5, p, a {
	font-family: "Poppins", sans-serif;
}

.black-text {
	color: #2d2d2f;
}

header#top {
	border-bottom: 1px solid #2d2d2f;
}

ul.sf-menu li.current-menu-item a span.menu-title-text {
	color: #d6923e !important;
}

h1.entry-title {
	color: #d6923e !important;
	text-align: left !important;
}

div.item-main h3.post-heading span {
	color: #d6923e !important;
}


/*============================ Laptop Non-Retina Screens ============================*/
@media (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) { 

}


/*============================ Laptop Retina Screens ============================*/
@media (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) { 

}


/*============================ iPad 3 and 4 - Portrait ============================*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) { 

}


/*============================ iPad 3 and 4 - Landscape ============================*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) { 


}


/*============================ iPad Mini - Portrait ============================*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) { 

}


/*============================ iPad Mini - Landscape ============================*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) { 


}

/*============================ Mobile Retina Media Queries ============================*/
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
    
}

@media (min-width: 414px) and (max-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    
}


/*============================ Mobile Non-Retina Media Queries ============================*/
@media (min-width: 320px) and (max-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

@media (min-width: 320px) and (max-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
   
}

