/*
Theme Name: Arte Child
Theme URI:
Author: Curly Themes
Author URI:
Description: Child Theme for Arte Theme
Version: 1
Template: arte

*/

.ct-logo img {
    width: 280px !important;
}

/*
#absolute-footer aside:nth-of-type(1) {
  background-color:red;
	flex: 0 0 70% !important;
	max-width: 70% !important;
}

#absolute-footer aside:nth-of-type(2) {
  background-color:yellow;
	flex: 0 0 20% !important;
	max-width: 20% !important;
}

#absolute-footer aside:nth-of-type(3) {
  background-color:green;
  flex: 0 0 10% !important;
	max-width: 10% !important;
}
*/





@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.ct-logo img {
    	width: 220px !important;
	}
	

	.reverse-col-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}

	
}

