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

/*
    Add your custom styles here
*/

.elementor-widget-container .hero-overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #141414;
    opacity: 0.80;
    height: 140vh;
    width:100vw;
    z-index: 3;
}

.overflow-hidden {
    overflow: hidden;
}

.titlu-hero {
    position: absolute;
    top: 0;
    width: 99vw;
}

.saracie .elementor-icon {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.asistenta .elementor-widget-container {
    width: 220px;
}

/* Meniu BuddyPress */

.elementor .meniuBuddy, .elementor .meniuBuddyMobile {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-60%);
	min-width: 170px;
	margin: 10px 0px 0px 0px;
	padding: 20px 10px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-out,visibility .2s ease-out;
	-o-transition: opacity .3s ease-out,visibility .2s ease-out;
	transition: opacity .3s ease-out,visibility .2s ease-out;
}

#iconita:hover .meniuBuddy, #iconita:hover .meniuBuddyMobile  {
	opacity: 1;
	visibility: visible;
}

.meniuBuddy ul li, #qodef-page-mobile-header-inner .meniuBuddyMobile ul li {
	line-height: 0.2rem;
	position: relative;
	margin: 0px important;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.meniuBuddy ul li a, #qodef-page-mobile-header-inner .meniuBuddyMobile ul li a {
	color: #777777;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
	display: block;
}

.meniuBuddy ul li a:hover, #qodef-page-mobile-header-inner .meniuBuddyMobile ul li a:hover {
	color: #EA0028;
}

.elementor .sub-menu li a::before, .meniuBuddy ul li a::before, #qodef-page-mobile-header-inner .meniuBuddyMobile ul li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-15px,-50%);
	-ms-transform: translate(-15px,-50%);
	transform: translate(-15px,-50%);
	border-radius: 50%;
	background-color: #EA0028;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.meniuBuddy ul li a:hover::before, #qodef-page-mobile-header-inner .meniuBuddyMobile ul li a:hover::before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

/* --------------
      Meniu 
-----------------*/

    /*#meniu-just .sub-menu li a {*/
    /*    background-color: white;*/
    /*}*/

@media (max-width: 1026px) {
    #meniu-just .sub-menu {
        background-color: transparent;
    }
    
    #meniu-just .sub-menu li a {
        font-size: 0.9rem !important;
        font-weight: 400 !important;
        color: #494c4f;
        background-color: transparent;
    }
    
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    #coloana-meniu .elementor-widget-wrap {
        flex-direction: row-reverse;
    }
    #iconita .elementor-icon-box-wrapper {
      display: flex;
      align-items: baseline;
    }
    #iconita .elementor-icon-box-icon {
        padding-right: 5px;
        margin-bottom: 0 !important;
    }
}


/* -----------------
BuddyPress Pagini 
------------------- */
#buddypress .register-page, #buddypress .activation {
    margin-bottom: 200px;
}

#buddypress input[type="submit"], #buddypress button {
    font-family: "Barlow", Sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: var( --e-global-color-accent );
    border-style: solid;
    border-color: var( --e-global-color-accent );
    padding: 15px 30px;
}

#buddypress input[type="submit"]:hover,  #buddypress button:hover {
    display: inline-block;
    color: var( --e-global-color-accent );
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid var( --e-global-color-accent );
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* Intra in cont */
@media (max-width: 767px) {
    .post-730 .elementor-730 .elementor-element.elementor-element-4fdde224 > .elementor-container {
        min-height: 80vh;
    }
    .post-730  .elementor-730 .elementor-element.elementor-element-6812a8d7 .elementor-icon i, .elementor-730 .elementor-element.elementor-element-6812a8d7 .elementor-icon svg {
        margin-top: 60px;
    }
}

/* Accesibility */
body .uwy.userway_p1 .uai {
  top: 45% !important;
  right: 20px !important;
  left: calc(100vw - 20px) !important;
}
