/*

Theme Name:   Goodbye Boring
Author:       Goodbye Boring Advertising
Author URI:   https://www.goodbyeboring.co.za/
Version:      Taken from parent
Template:     hello-elementor

*/

/******************************************************/
/******************************************************/

/* GBA | Custom CSS */

/******************************************************/
/******************************************************/

html {
    scroll-behavior: smooth;
}

.elementor-element .elementor-menu-toggle {
    padding: .25em 0 .25em .25em;
}
























/******************************************************/
/* ==================== MOBILE ====================== */
/******************************************************/

/*** TABLET LANDSCAPE ***/
@media screen and (max-width: 1024px) and (min-width: 769px) {
	
	







}





/*** TABLET PORTRAIT ***/
@media screen and (max-width: 768px) and (min-width: 481px) {
	
	



	



}





/*** PHONE ***/
@media screen and (max-width: 480px) {









}