/*
Theme Name: Genesis Child Theme
Theme URI:  https://studio1design.com/
Author:     Studio1Design
Author URI: https://studio1design.com/
Template:   genesis-block-theme
Version:    1.0
License:    GNU General Public License v2 or later
*/



body {
	overflow-x: hidden !important;
}

@media screen and (max-width: 1024px) {
     br {
        display: none;
    }
}

a {
 color: inherit;
}

@media screen and (max-width: 767px) {
	h1,
	h1 span {
		font-size: 30px !important;
	}
	
	h2,
	h2 span {
		font-size: 30px !important;
	}
	
	h3,
	h3 span {
		font-size: 28px !important;
		
	}
	
	h4,
	h4 span {
		font-size: 24px !important;
	}
	
}



/** BUTTON **/



.display-none {
	display: none;
}
@media screen and (max-width:1024px) {
	.desktop-view {
	 display: none !important;
}
}

@media screen and (min-width: 1025px) {
	.mobile-view {
		display: none !important;
	}
}
