/*
Theme Name:     Divi Child
Description:    Divi Child Theme
Author:         MyCity Social
Author URI:     https://www.mycitysocial.com/
Template:       Divi
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

/* === THEME CUSTOMIZATION STARTS HERE ===== */






/* === DIVI MEDIA QUERIES ===== */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (max-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (max-width: 1100px) {
	
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

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