/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.popup_menu.qode-popup-menu-svg-opener .qode-popup-menu-opener svg path, .popup_menu.qode-popup-menu-svg-opener .qode-popup-menu-closer svg path {
    fill: #000;
}

.elementor-element.elementor-element-7b805a2 {
    display: none;
}

#menu-primary-menu-center li a span:not(.plus) {
    font-size: 30px;
    font-family: 'Comfortaa', sans-serif !important;
    color: #000;
    transition: opacity 0.3s linear;
    text-transform: lowercase;
}

#menu-primary-menu-center li a span:not(.plus):hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    #menu-primary-menu-center {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .header_inner_right {
        display: none;
    }
}

img {
  filter: grayscale(100%);
  transition: filter 0.3s linear;
}

img:hover {
  filter: grayscale(0%);
  transition: filter 0.3s linear;
}

body {
    background-image: none !important;
    background-color: #fff;
}

body.home,
body.page-id-64,
.popup_menu_holder.with_background_image{
    background-image: url("/wp-content/uploads/2021/05/marie.png") !important;
    background-position: center center !important;
    backgroubd-size: cover !important;
}
.popup_menu_holder {
    background-color: #fff;
}
nav.popup_menu ul li a span, nav.popup_menu ul li h6 span {
    font-size: 30px;
}

header {
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.qode-cf-submit-holder:before {
    background-color: #000;
}

.mobile_menu_button {
    display: none !important;
}