/*
Theme Name: Ariamohajer
Theme URI: https://ariamohajer.me/
Author: Mojtaba Gharehgoli
Author URI: https://ariamohajer.me/
Description: aria exclusive WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://ariamohajer.me/
Text Domain: ariamohajer
*/

/* Global styles */
body {
    overflow-x: hidden;
}

.center-absolute-horizontal {
    position: absolute;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
}

@media screen and (max-width: 1024px) {
    .center-absolute-horizontal-tablet {
        position: absolute;
        left: 50% !important;
        right: inherit !important;
        transform: translateX(-50%) !important;
    }
}

@media screen and (max-width: 767px) {
    .center-absolute-horizontal-mobile {
        position: absolute;
        left: 50% !important;
        right: inherit !important;
        transform: translateX(-50%) !important;
    }
}
/* /Global styles */

