/*
Theme Name:		Menucheck WordPress Theme v1
Description:	This is a custom theme for Menucheck Restaurants
Theme URI:		https://menucheck.us
Author:			Menucheck
Author URI:		https://menucheck.us
Template:		salient
Version:		1.0
*/





/* ----------------------- */
/* ------- GENERAL ------- */
/* ----------------------- */


.row-bg.using-bg-color:not(.using-image):before,
#header-outer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('./images/bg.jpg');
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 1;
    background-position: bottom;
}
.row-bg.using-bg-color:not(.using-image)[style*="#fbd5b0"]:before {
	opacity: .3;
}





/* ---------------------- */
/* ------- HEADER ------- */
/* ---------------------- */


#header-outer {
    box-shadow: 0 0 40px #45290e !important;
}

body #header-outer[data-lhe="default"] #top nav ul.sf-menu > li.menu-item.menu-button.sfHover:not(#social-in-menu) > a {
    color: #711016 !important;
}





/* ------------------------ */
/* ------- CONTACTO ------- */
/* ------------------------ */


/* Leaflet Map */

.nectar-leaflet-map:before {
    box-shadow: 0 0 50px inset #664a2f;
}

.nectar-leaflet-map .leaflet-tile-pane .leaflet-tile-container {
	filter: hue-rotate(-12deg)
}

.nectar-leaflet-map .leaflet-tile-pane .leaflet-tile-container img  {
    filter: hue-rotate(120deg) contrast(.9) brightness(.7) sepia(1) saturate(1.2) !important;
	/* filter: invert(1) !important; */
}

.nectar-leaflet-map[data-nectar-marker-color="accent-color"] .animated-dot .middle-dot, .nectar-leaflet-map[data-nectar-marker-color="accent-color"] .animated-dot div[class*="signal"] {
    background-color: #7c1523;
}


/* Contact Form */

form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea {
    background: #7a4e242b !important;
    color: #7c1523;
}
form.wpcf7-form input:not([type="submit"])::placeholder,
form.wpcf7-form textarea::placeholder {
    color: #7c1523;
}

form.wpcf7-form input.wpcf7-not-valid:not(:focus),
form.wpcf7-form textarea.wpcf7-not-valid:not(:focus) {
    background: #480e163b !important;
}

form.wpcf7-form.submitting .wpcf7custom-row.wpcf7custom-submit:before {
    font-family: Lato;
    font-weight: 500;
	letter-spacing: 1px;
}

form.wpcf7-form .wpcf7-response-output {
	font-weight: 700;
	font-size: 18px;
	color: #7c1523;
}






