/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default child theme
 Author:
 Author URI:
 Template:     generatepress
 Version:      0.1
*/

html, body {
    font-family: 'Raleway', sans-serif;
    width: auto !important;
    overflow-x: hidden !important;
}
body {
    font-family: 'Raleway', sans-serif;
    color: #333333 !important;
    background: #F7F7F7 !important;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.hero {
    color: #ffffff !important;
}
.cherry-box {
    color: #ffffff !important;
    padding: 75px 100px !important;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 80px !important;
    font-weight: 700 !important;
    line-height: 94px !important;
    margin: 0px 0px 10px 0px !important;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700 !important;
    font-size: 62px !important;
    line-height: 73px !important;
    margin: 0px 0px 10px 0px !important;
}
h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 47px !important;
    margin: 0px 0px 10px 0px;
}
h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    margin: 0px 0px 10px 0px !important;
}
h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 26px !important;
    margin: 0px 0px 10px 0px !important;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.red {
    color: #D74248;
}
.card-title, .card-text {
    color: #ffffff !important;
}
.card {
    border: none !important;
    border-radius: 12px !important;
}
.card:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5) !important;
}
.card-custom {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-box-shadow: none;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-color: #333333;
    --bs-card-bg: transparent;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
}
.h190 {
    height: 190px !important;
}
.redBg {
    background: #AC3E50 !important;
}
.text-dark {
    color: #333333 !important;
}
.text-white, .text-white strong, .text-white ul li a, .text-white p {
    color: #ffffff !important;
}
.btn {
    background: #D74248 !important;
    min-width: 260px !important;
    height: 60px !important;
}
.btn-primary {
    border: none !important;
    font-weight: 600 !important;
    font-size: 18px;
}
.btn-text {
    background-image: url("https://cherrymusic.com/files/info.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 15px;
    background-color: transparent !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding-left: 25px;
}
.btn-small-text {
    background-color: transparent !important;
    text-transform: capitalize;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.btn-outline-primary {
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    border-radius: 12px !important;
}
ul, li {
    list-style: none !important;
}
ul {
    margin: 0 0;
    padding: 0 0;
}
li {
    margin: 0 0;
    padding: 0 0 10px 20px;
    line-height: 21px;
    background-image: url("https://cherrymusic.com/files/icon-list.svg");
    background-size: 12px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}
footer, footer p, footer a {
    font-size: 14px !important;
}
footer p {
    line-height: 18px !important;
}
.fluentform {
    padding: 50px 50px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 0.675rem;
}

/* badge custom */
.badge-custom {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 8px 10px !important;
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    margin: 0 5px 10px 0px !important;
}
.badge-custom a {
    color: #FFFFFF !important;
}

/* Utilities margins, paddings, gutters */
.gy-lg-6 {
    --bs-gutter-y: 6rem !important;
}
.gx-lg-6 {
    --bs-gutter-x: 6rem !important;
}
.my-lg-6 {
    margin-top: 6rem!important;
    margin-bottom: 6rem!important;
}
.py-lg-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}
.my-lg-8 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important;
}
.py-lg-8 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important;
}
.my-lg-10 {
    margin-top: 10rem!important;
    margin-bottom: 10rem!important;
}
.py-lg-10 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important;
}
.mt-lg-5 {
    margin-top: 5rem!important;
}
.pt-lg-5 {
    padding-top: 5rem!important;
}
.mt-lg-6 {
    margin-top: 6rem!important;
}
.pt-lg-6 {
    padding-top: 6rem!important;
}
.mt-lg-8 {
    margin-top: 8rem!important;
}
.pt-lg-8 {
    padding-top: 8rem!important;
}
.mb-lg-6 {
    margin-bottom: 6rem!important;
}
.pb-lg-6 {
    padding-bottom: 6rem!important;
}
.mb-lg-8 {
    margin-bottom: 8rem!important;
}
.pb-lg-8 {
    padding-bottom: 8rem!important;
}
.mb-lg-10 {
    margin-bottom: 10rem!important;
}
.pb-lg-10 {
    padding-bottom: 10rem!important;
}
#mega-menu-wrap-primary {
    background: transparent !important;
}
.mega-button_nav a {
    background-color: #D74248 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 0 20px !important;
    text-decoration: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
}
.lh18 {
    line-height: 18px !important;
}

@media only screen and (min-width: 769px) {
    #mega-menu-wrap-primary {
        background: transparent !important;
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 47px !important;
        margin: 0px 0px 10px 0px !important;
    }
    h2 {
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 47px !important;
        margin: 0px 0px 10px 0px !important;
    }
    h3 {
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 32px !important;
        margin: 0px 0px 10px 0px !important;
    }
    .card {
        border-radius: 8px;
        overflow: hidden;
        height: 100%;
    }
    .cherry-box {
        color: #ffffff !important;
        padding: 50px 25px !important;
    }
    .mt-lg-5 {
        margin-top: 2rem!important;
    }
    .pt-lg-5 {
        padding-top: 2rem!important;
    }
}