/*
Theme Name: Celina Child Theme
Theme URI: http://demo.yolotheme.com/celina
Author: YoloTheme
Author URI: https://www.facebook.com/Yolotheme/
Description: This is a custom child theme for Celina
Template: celina
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: celina
*/

.header-logo img,
.is-sticky .header-logo > a > img {
	width: 7rem;
    filter: invert(1);
}

.header-logo-mobile img {
	max-height: 1.5rem;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 1189px) {
	.hero-text {
		background-color: rgba(255, 255, 255, .7);
		backdrop-filter: blur(10px);
	}	
}

.yolo-mobile-header-inner .toggle-icon-wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li > a {
	color: inherit !important;
}

.yolo-sc-contact-form.style2 form input[type="text"], 
.yolo-sc-contact-form.style2 form input[type="email"], 
.yolo-sc-contact-form.style2 form input[type="date"], 
.yolo-sc-contact-form.style2 form input[type="tel"],
.yolo-sc-contact-form.style2 form select, 
.yolo-sc-contact-form.style2 form textarea {
  display: block;
  width: 100%;
  height: 54px;
  padding: 10px 15px;
}

.navbar-nav > li.current-menu-item {
	color: #aa5876 !important;
}

.navbar-nav > li.current-menu-item a {
	color: inherit !important;
}

.navbar-nav > li a::after {
	content: none;
}

/* Login */
.mepr-login-actions {
	display: none !important;
}

.mp-hide-pw {
	display: flex;
	position: relative;
}

.mp-hide-pw .mp-hide-pw {
	height: auto;
    padding: 0 16px !important;
}

.mepr-share-button {
	background-color: #aa5876;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: var(--button_font_size);
    font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	padding: 7px 32px !important;
	transition: color .2s ease;
}

.mepr-share-button:hover {
	background-color: #191919;
}