/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Astra Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astra-child
*/


.ov-hidden{
    overflow: hidden !important;
}
.no-break .e-con-inner{
    flex-wrap: nowrap !important;
}
.ov-hidden-x{
    overflow-x: hidden !important;
}
.ov-hidden-y{
    overflow-y: hidden !important;
}
.header-toggle{
    z-index: 1 !important;
    position: absolute !important;
    transition: all 0.3s;
    margin-top: 70px !important;
    width: 100%;
}
.header-toggle.toggled{
    transition: all 0.3s;
}
.container-padding{
    padding: 0px 60px 0px 60px !important;
}
.onlydesktop{
    display: block;
}
.onlymobile{
    display: none;
}

@media all and (max-width: 1024px){

}
@media all and (max-width: 767px){

}