/*
Theme Name: Divi child theme by Nord Events
Theme URI: https://nordevents.ie
Template: Divi
Author: Nord Events
Author URI: https://nordevents.ie
Description: Divi child theme by Nord Events
Version: 4.23.1.1702750259
Updated: 2023-12-16 18:10:59

*/

/*** Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}

/** Standard Desktop and Above **/
@media all and (min-width: 1100px) {

}

/*** Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

/** Small Desktop and Above **/
@media all and (min-width: 981px) {
	
}

/*** Small Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1099px) {

}

/** Small Desktop and below ***/
@media all and (max-width: 1099px) {

}
 
/*** Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
 
/*** Tablet And Below ***/
@media all and (max-width: 980px) {

}

/*** Smartphone Landscape only ***/
@media all and (min-width: 480px) and (max-width: 767px) {

}
 
/*** Smartphone Landscape and below ***/
@media all and (max-width: 767px) {

}
 
/*** Smartphone Portrait ***/
@media all and (max-width: 479px) {

}

