/*
Theme Name: Sherpa Website 2024
Theme URI: https://sherpa.co.za/clients/sherpa2024/wp-content/themes/sherpa24
Description: The Sherpa 2024 Website (Salient Child Theme)
Author: Sherpa Business Communications
Author URI: https://sherpa.co.za
Version: 1.0
Template: salient
*/






/*============================ 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) {
   
}

