/*
Theme Name:     Glory
Description:    Child theme for Astra 
Author:         Andrey Dmitriev
Template:       astra
*/

@import url("../astra/style.css");

.ast-builder-grid-row > .site-header-section{
	flex-wrap: wrap!important;
}

.ast-separate-container .ast-article-single{
	padding: 0!important;
}

.site-primary-footer-wrap, .ast-primary-header-bar{
	padding: 0!important;
}

.su-table{
    overflow-x: scroll;
}

#masthead{
    position: sticky;
    top: 0;
}


@media (max-width: 718px){
    .site-header-section > *{
        padding-right: 0!important;
    }
}

@media (max-width: 768px) {
  header#masthead {
    position: sticky;
    top: 0;
  }
}
