/* =========================================================
   CTA ONE
   White Background
   Gold Text: #c9a668
   No Background Image / No Decorative Shapes
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.elementor-widget-muzex_cta
.cta-one {
    width: 100%;

    padding-top: 90px !important;
    padding-bottom: 90px !important;

    background: #ffffff !important;
    background-image: none !important;
    background-color: #ffffff !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;

    box-shadow: none !important;

    text-align: center;

/*     font-family: "Cormorant Garamond", Georgia, serif !important; */
	 font-family: "EB Garamond" !important;
}


/* =========================================================
   REMOVE ALL DECORATIVE BACKGROUNDS
========================================================= */

.elementor-widget-muzex_cta
.cta-one::before,
.elementor-widget-muzex_cta
.cta-one::after {
    display: none !important;

    content: none !important;

    background: none !important;
    background-image: none !important;

    border: 0 !important;

    width: 0 !important;
    height: 0 !important;

    opacity: 0 !important;

    box-shadow: none !important;
}


/* Remove pseudo-elements from container too */

.elementor-widget-muzex_cta
.cta-one > .container::before,
.elementor-widget-muzex_cta
.cta-one > .container::after {
    display: none !important;

    content: none !important;

    background: none !important;
    background-image: none !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* =========================================================
   CONTAINER
========================================================= */

.elementor-widget-muzex_cta
.cta-one > .container {
    width: 60%;

    max-width: 1200px;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 30px;
    padding-right: 30px;

    box-sizing: border-box;

    background: transparent !important;
}

/* Around 1024px tablet / small laptop */
@media (min-width: 992px) and (max-width: 1100px) {

    .elementor-widget-muzex_cta
    .cta-one > .container {
        width: 70%;
    }

}

/* Tablet and below */
@media (max-width: 991px) {

    .elementor-widget-muzex_cta
    .cta-one > .container {
        width: 100%;
    }

}


/* Mobile */
@media (max-width: 767px) {

    .elementor-widget-muzex_cta
    .cta-one > .container {
        width: 100%;

        padding-left: 20px;
        padding-right: 20px;
    }

}


/* =========================================================
   TITLE
========================================================= */

.elementor-widget-muzex_cta
.cta-one h3 {
    margin: 0 0 20px !important;
    padding: 0 !important;

/*     font-family: "Cormorant Garamond", Georgia, serif !important; */
	 font-family: "EB Garamond" !important;

    font-size: 33.2px !important;
    line-height: 1.15 !important;

    font-weight: 500 !important;

    color: #c9a668 !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.elementor-widget-muzex_cta
.cta-one p {
    width: 100%;
    max-width: 760px;

    margin: 0 auto !important;
    padding: 0 !important;

/*     font-family: "Cormorant Garamond", Georgia, serif !important; */
	 font-family: "EB Garamond" !important;

    font-size: 18px !important;
    line-height: 1.55 !important;

    font-weight: 400 !important;

    color: #c9a668 !important;
}


/* =========================================================
   BUTTON WRAPPER
========================================================= */

.elementor-widget-muzex_cta
.cta-one__btn-block {
    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px !important;
}


/* =========================================================
   BOTH BUTTONS
========================================================= */

.elementor-widget-muzex_cta
.cta-one .thm-btn,
.elementor-widget-muzex_cta
.cta-one .thm-btn:visited {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 160px;

    margin: 0 !important;

    padding: 12px 28px !important;

    border: 3px solid #d9d9d9 !important;

    background: transparent !important;
    background-image: none !important;

/*     font-family: "Cormorant Garamond", Georgia, serif !important; */
	 font-family: "EB Garamond" !important;

    font-size: 16px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #c9a668 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition: all 0.3s ease !important;
}


/* =========================================================
   REMOVE BUTTON DECORATIVE / ANIMATED LAYERS
========================================================= */

.elementor-widget-muzex_cta
.cta-one .thm-btn::before,
.elementor-widget-muzex_cta
.cta-one .thm-btn::after {
    display: none !important;

    content: none !important;

    background: none !important;
    background-image: none !important;
}


/* =========================================================
   BUTTON HOVER
========================================================= */

.elementor-widget-muzex_cta
.cta-one .thm-btn:hover {
    background: #c9a668 !important;
    background-image: none !important;

    border-color: #c9a668 !important;

    color: #ffffff !important;
}


/* =========================================================
   FIRST BUTTON
========================================================= */

.elementor-widget-muzex_cta
.cta-one__btn-one {
    margin-right: 0 !important;
}


/* =========================================================
   SECOND BUTTON
========================================================= */

.elementor-widget-muzex_cta
.cta-one__btn-two {
    margin-left: 0 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .elementor-widget-muzex_cta
    .cta-one {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }


    .elementor-widget-muzex_cta
    .cta-one > .container {
        padding-left: 25px;
        padding-right: 25px;
    }


    .elementor-widget-muzex_cta
    .cta-one h3 {
        font-size: 35px !important;
    }


    .elementor-widget-muzex_cta
    .cta-one p {
        font-size: 17px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .elementor-widget-muzex_cta
    .cta-one {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }


    .elementor-widget-muzex_cta
    .cta-one > .container {
        padding-left: 20px;
        padding-right: 20px;
    }


    .elementor-widget-muzex_cta
    .cta-one h3 {
        font-size: 31px !important;
        line-height: 1.2 !important;
    }


    .elementor-widget-muzex_cta
    .cta-one p {
        max-width: 600px;

        font-size: 16px !important;
        line-height: 1.5 !important;
    }


    .elementor-widget-muzex_cta
    .cta-one__btn-block {
        gap: 12px;

        margin-top: 28px !important;
    }


    .elementor-widget-muzex_cta
    .cta-one .thm-btn {
        min-width: 150px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .elementor-widget-muzex_cta
    .cta-one {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }


    .elementor-widget-muzex_cta
    .cta-one > .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .elementor-widget-muzex_cta
    .cta-one h3 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }


    .elementor-widget-muzex_cta
    .cta-one p {
        font-size: 15.5px !important;
        line-height: 1.5 !important;
    }


    .elementor-widget-muzex_cta
    .cta-one__btn-block {
        flex-direction: column;

        gap: 10px;
    }


    .elementor-widget-muzex_cta
    .cta-one .thm-btn {
        min-width: 145px;

        padding: 11px 22px !important;

        font-size: 15px !important;
    }

}
