/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

.sectionWhiteBG {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.sectionWhiteBG-pt {
	padding-top: 90px !important;
}
.sectionWhiteBG-pb {
	padding-bottom: 90px !important;
}

.sectionColouredBG {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.sectionColouredBG-pt {
	padding-top: 70px !important;
}
.sectionColouredBG-pb {
	padding-bottom: 70px !important;
}

@media screen and (max-width: 768px) {
	.sectionWhiteBG {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.sectionWhiteBG-pt {
		padding-top: 50px !important;
	}
	.sectionWhiteBG-pb {
		padding-bottom: 50px !important;
	}

	.sectionColouredBG {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.sectionColouredBG-pt {
		padding-top: 50px !important;
	}
	.sectionColouredBG-pb {
		padding-bottom: 50px !important;
	}
}


/* give mobile padding */
.mob-padding{
	padding-left: 25px !important;
	padding-right: 25px !important;
}

@media screen and (min-width: 769px) {
	/* give mobile padding */
	.mob-padding{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}


@media (max-width: 768px){
	.display-desktop {
		display: none!important;
	}
}

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