/* 
Theme Name: RH Medias
Theme URI: https://github.com/elementor/hello-theme-child/
Description: RH Medias is a child theme of Hello Elementor, created by RH Medias
Author: RH Medias
Author URI: https://rh-medias.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: rh-medias
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
*/

/* Add your custom styles here */

/***
*** Header 
***/
.find-restaurant-icon a::before {
    content: "\e904";
    font-family: "icomoon";
    margin-right: 0.6rem;
    vertical-align: middle;
    position: relative;
    opacity: 1 !important;
    transition: none;
    font-size: 1.4rem;
}
/* WPML */
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
    filter: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    filter: saturate(0.2);
}
/***
*** Buttons 
***/
/* Buttons - Rotate Icon on Hover */
.rotate-icon .elementor-button .elementor-button-icon svg {
    transition: 0.6s cubic-bezier(0, 0.55, 0.45, 1) 0s;
}
.rotate-icon .elementor-button:hover .elementor-button-icon svg {
    transform: rotate(270deg);
}
/* Buttons - Single Page with Gutenberg */
a.wp-block-button__link.has-background.wp-element-button {
    background-color: #cd1c2b;
    color: #fff;
    transition: 0.1s ease;
}
a.wp-block-button__link.has-background.wp-element-button:hover {
    filter: brightness(0.9);
    transition: 0.1s ease;
}

/***
*** Typography 
***/
.highlighted-text {
    color: var(--e-global-color-primary);
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .post-type-archive-menus h3 {
        text-align: center;
    }
}

/***
*** Footer : Newsletter Form
***/
.sib_signup_form {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sib_signup_form input[type="text"],
.sib_signup_form input[type="email"],
.sib_signup_form select {
    width: 100%;
    border: 1px solid #bbb;
    height: auto;
    margin: 5px 0 0 0;
    border-radius: 2rem;
}

.sib_signup_form .sib-default-btn {
    margin: 5px 0;
    padding: 0.4rem 1.6rem;
    color: #fff;
    background-color: #cd1c2b;
    font-size: 1rem;
    font-family: BlockBE, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4285;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    border: 1px solid transparent;
    border-radius: 32px;
}
.sib_signup_form .sib-default-btn:hover {
    background-color: #444;
}
.sib_signup_form p {
    margin: 10px 0 0 0;
}
.sib_signup_form .sib-email-compliance {
    color: rgb(66 66 66);
    line-height: 1.2;
    font-size: 0.75rem;
    font-weight: 100;
    display: none;
}
.sib_signup_form .sib-email-compliance a {
    color: #cd1c2b;
    text-decoration: none;
    line-height: 1;
    font-size: 0.75rem;
}
/* Captcha */
.grecaptcha-badge {
    display: none !important;
}
