/*
 Theme Name:   ZenSoul Child Theme
 Theme URI:    https://zensoul.themerex.net/
 Description:  ZenSoul Child Theme
 Author:       ThemeREX x Ahmad Zahaby
 Author URI:   https://themerex.net/
 Template:     zensoul
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  zensoul
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/* Responsive */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	/* Custom by Ahmad Zahabby */

	/* Home */
	.icons-home .sc_icons_divider .sc_icons_columns_wrap.trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row{
		flex-wrap:wrap;
	}

	.icons-home .trx_addons_column-1_4.trx_addons_column-1_4-tablet.trx_addons_column-1_2-mobile{
		width:50%;
	}

}
