/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Baddie
Author URI: https://badd.ie
Description: Divi child theme - footer styles
*/

/*** All sizes ***/


/*** 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) {
	#footer-panels {
  		display: flex;
		flex-wrap: wrap;
	}
	#footer-panels .first-on-tablet {
		order: 1;
		margin-right: 5.5%;
		margin-bottom: 30px;
	}
	#footer-panels .second-on-tablet {
		order: 2;
		margin-bottom: 30px;
		margin-right: 0;
	}
	#footer-panels .third-on-tablet {
		order: 3;
		margin-bottom: 0;
		margin-right: 5.5%;
	}
	#footer-panels .last-on-tablet {
		order: 4;
		margin-bottom: 0;
		margin-right: 0;
	}
}

/*** 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) {
	#footer-panels .first-on-mobile {
		order: 1;
		margin: 0 30px 30px 0;
		width: calc(calc(100% - 32px) / 2) !important;
	}
	#footer-panels .second-on-mobile {
		order: 2;
		margin: 0 0 30px 0;
		width: calc(calc(100% - 32px) / 2) !important;
	}
	#footer-panels .third-on-mobile {
		order: 3;
		margin: 0 0 30px 0;
	}
	#footer-panels .last-on-mobile {
		order: 4;
		margin: 0 0 30px 0;
	}
}
