/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Child theme for Blocksy theme
Author: Your Name
Author URI: https://example.com
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/* Add your custom styles below this line */


@media(max-width:1000px) {
	.mobile-reverse .gspb_row__content {
	flex-direction: column-reverse !important;
}
}

.page-id-3 .ct-container-full{ 
	padding: 0 10px;
	
}


.ads-buttons {
	max-width:300px; 
}

@media (max-width: 998px) {
	.ads-buttons {
	max-width:300px; margin:auto;
	}
}