/*
Theme Name:   Astra Child
Theme URI:    https://wpastra.com/
Description:  Child theme for Astra with modern dark footer for LearnPress
Author:       Digital Brain
Author URI:   https://digitalbrain.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
Text Domain:  astra-child
*/

/* Parent theme styles are enqueued via functions.php */
.site-content{
    display: contents;
}

.site{
    background-color: #2d1b4e;
}

.container{
   max-width: 1288px;
}
.ast-container {
	max-width: 1288px;
}