/*
Theme Name: Arkai
Theme URI: https://wp.electronthemes.com/arkai/
Author: Electronthemes
Author URI: https://electronthemes.com/
Description: Arkai is a multipurpose blogging theme. It is a clean, responsive, eye-catching design. It is used for magazine, blog, portfolio etc
Version: 1.2.3
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6

License: Themeforest Licence
License URI: http://themeforest.net/licenses/standard

Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, blog, sticky-post

Text Domain: arkai
*/

.is-layout-flow > * + * {
	margin-block-start: 15px;
	margin-block-end: 0;
}

.alignfull:not(.wp-block-columns) {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignfull .wp-block-group__inner-container{
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) {
    div[class*="__inner-container"]{
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    div[class*="__inner-container"]{
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    div[class*="__inner-container"]{
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    div[class*="__inner-container"]{
        max-width: 1140px !important;
    }
}