/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here for Sidebar 12/23
    display: inline-block; is important else all content is not clickable
*/
#page-with-sidebar{max-width: 100%;margin: 0 20px !important;display: table !important;}
.template-container {width: 100%;}
#page-with-sidebar .page-content{width: 70%;float: left;padding-left:0;}
#page-with-sidebar .sidebar{width: 30%;float: right;}

@media(max-width:1279px){
#page-with-sidebar{padding-left:15px; padding-right:15px;}
}
@media(max-width:767px){
#page-with-sidebar .page-content{width: 100%;float: inherit;padding-right: 0;}
#page-with-sidebar .sidebar {width: 100%;float: inherit;margin-left: 0;margin-bottom: 20px;}
}