/* 
Theme Name: Hello Child Theme by Oechsli
Theme URI: https://oechsli.com
Description: Hello OI is a child theme of Hello Elementor
Author: Oechsli
Author URI: https://oechsli.com/
Template: hello-elementor
Version: 1.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
*/

@import url("css/site-header.css");
@import url("css/site-footer.css");

.site-header, body:not(.elementor-page) .page-content,  .page-header {
    max-width: 1450px;
    margin:0 auto;
}

body:not(.elementor-page) .page-content {
    padding: 1em;
}

#page { background:#fff;position:relative; }

/*
    Add your custom styles here
*/


/*==========  Mobile  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {   
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}





