/*
Theme Name:   Rayo Child
Theme URI:    https://www.oceanthemes.site/rayo/
Description:  Make your modifications to [Parent Theme] in this Rayo child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.site/
Template:     rayo
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  rayo-child
*/

/* =Theme customization starts here
------------------------------------------------------- */


.elementor-widget-rayo-capabilities-list {
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

@media only screen and (min-width: 1400px) {
    h1.h1-small,
    .h1.h1-small {
        --heading-size: 7rem;
    }
}

@media only screen and (min-width: 768px) {
    .mxd-header {
        padding-top: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .mxd-article__content > div {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    body {
        --_size: 1.5rem;
    }

    h2, .h2 {
        --heading-size: 3.4rem;
    }

    h3, .h3 {
        --heading-size: 3rem;
    }

    .padding-top-default {
        padding-top: 50px;
    }

    .padding-mtext,
    .padding-default {
        padding-bottom: 6rem;
    }
}
