/*
Theme Name: Hamrah
Theme URI: https://rtl-theme.com/
Author: Mostafa Kalantari
Author URI: https://rtl-theme.com/author/mostafa-kf/
Description: Hamrah exclusive WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hamrah
*/

/* 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 */