/* 
Theme Name: Oasis de Amor y Paz Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Oasis de Amor y Paz Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: oasis-de-amor-y-paz-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Styles */

.margin-left-10 {
    margin-left: 10px;
}

.fw-bold {
    font-weight: bold;
}

a, a:hover {
    color: unset;
    text-decoration: none !important;
}

#topbar .elementor-social-icon-instagram {
    margin: 0px 15px;
}

/* WPML dropdown */
.js-wpml-ls-item-toggle {
    border: none !important;
}

.donate-button svg {
    margin-top: 1px;
}

.donate-menu-item, .donate-menu-item a:hover {
    background-color: #F7EC36 !important;
}

.donate-menu-item a.elementor-item-active {
    background-color: unset !important;
}

.donate-menu-item a {
    font-weight: 800 !important;
    color: #07305F !important; 
}

#contact-form input {
    height: 50px;
    padding-left: 25px;
}

#contact-form textarea {
    padding-left: 25px;
    padding-top: 15px;
}

#contact-form textarea {
    border-radius: 15px !important;
}

#contact-form .elementor-acceptance-field {
    height: unset !important;
}

#contact-form #privacy-policy-text {
    font-size: 15px;
    margin-left: 8px;
}

.copy-btn {
    font-weight: bold;
    color: #0B4F9E;
    margin-left: 15px;
}

.copy-btn i {
    margin-left: 5px;
}

.copy-btn:hover {
    cursor: pointer;
}


/* Breakpoints */

/* Tablet -> Desktop */
@media (min-width: 767px) {

    .donate-menu-item {
        display: none !important;
    }

}