/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1608752500
Updated: 2020-12-23 19:41:40
*/


/*full width color HALF columns with boxed content*/
.half-section{ 
width:600px!important; 
max-width: 600px!important; 
min-width: 600px!important; 
}
.bgcolumn1
{
 align-items: flex-end;
}
.bgcolumn2
{
 align-items: flex-start;
}
@media screen and (max-width: 1224px) {
 .half-section{ 
 width:100%!important; 
 max-width: 100%!important; 
 min-width: 100%!important; 
 }
}

/*full width color THIRD columns with boxed content*/
.third-section{ 
width:400px!important; 
max-width: 400px!important; 
min-width: 400px!important; 
}
.twothird-section{ 
width:800px!important; 
max-width: 800px!important; 
min-width: 800px!important; 
}
.bgcolumn1
{
 align-items: flex-end;
}
.bgcolumn2
{
 align-items: flex-start;
}
@media screen and (max-width: 1224px) {
 .half-section{ 
 width:100%!important; 
 max-width: 100%!important; 
 min-width: 100%!important; 
 }
}

