/**
 * Theme Name:     Channel Architect
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   channel-architect
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
body{ overflow-x:hidden;}
*{ padding:0; margin:0;}

.fbc-wrap{  text-align: center;  display: flex;  justify-content: center;}
.twobox{ display:flex; flex-wrap:wrap; justify-content: space-between;}
.twobox > div{ width:49%;}

@media only screen and (max-width: 990px) {
.elementskit-menu-hamburger{ position:absolute; right:10px; top:-65px;}
}
@media only screen and (max-width: 740px) {
.elementskit-menu-hamburger{ position:absolute; right:10px; top:-115px;}
}
@media only screen and (max-width: 450px) {
.twobox{ display:block;}
.twobox > div{ width:100%;}	
}