/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* headlines */
h1,h2,h3 {
	font-family: 'Robinson Press';
	font-weight: normal;
	font-style: normal;
}

h4,h5,h6 {
	font-family: 'Robinson Regular';
	font-weight: normal;
	font-style: normal;
}

.subhead {
	font-family: 'Montserrat', Sans-Serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 4px;
}

.small-headline {
	font-family: 'Montserrat', Sans-Serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1.5px;
}
small {
	font-size: 12px;
}

/* menu */
#slide-out-widget-area-bg.open.light .nectar-ocm-image.current,
#slide-out-widget-area-bg.light .nectar-ocm-image.active {
		opacity: 1;
}

#slide-out-widget-area .inner .off-canvas-menu-container li>a {
		font-size: 60px!important;
		line-height: 60px!important;
		font-family: 'Robinson Press'!important;
		font-weight: normal!important;
		font-style: normal!important;
		padding: 0;
}

@media only screen and (max-width: 690px) {
		#slide-out-widget-area.fullscreen-inline-images .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a {
				margin: 0;
		}
}

/* call to actions */
.small-headline a {
	font-family: 'Montserrat', Sans-Serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1.5px;
}

/* footer */
#footer p {
	font-size: 14px;
	line-height: 22px;
	color: #2b2422;
}


/* backgrounds */
.top-rip:before {
	position: absolute;
	width: 100%;
	height: 60px;
	content: "";
	top: -30px;
	left: 0;
	background-image: url(/wp-content/uploads/2025/03/paper-strip.png);
	background-size: contain;
	z-index: 11;
	background-repeat: repeat-x;
}

.bottom-rip:after {
	position: absolute;
	width: 100%;
	height: 60px;
	content: "";
	bottom: -30px;
	left: 0;
	background-image: url(/wp-content/uploads/2025/03/paper-strip.png);
	background-size: contain;
	z-index: 11;
	background-repeat: repeat-x;
}

.left-rip:before {
	position: absolute;
	width: 35px;
	height: 100%;
	content: "";
	top: 0px;
	left: -18px;
	background-image: url(/wp-content/uploads/2025/03/paper-strip-1024x72-1-e1741798913399.png);
	background-size: 100%;
	z-index: 11;
	background-repeat: no-repeat;
}

.top-dots:before {
	position: absolute;
	width: 100%;
	height: 150px;
	content: "";
	top: -115px;
	left: 0;
	background-image: url(/wp-content/uploads/2025/03/red-dots-1.png);
	background-size: 50px;
	z-index: 11;
	background-repeat: repeat;
}

.bottom-dots:after {
	position: absolute;
	width: 100%;
	height: 150px;
	content: "";
	bottom: -75px;
	left: 0;
	background-image: url(/wp-content/uploads/2025/03/red-dots-1.png);
	background-size: 50px;
	z-index: 11;
	background-repeat: repeat;
}

@media only screen and (max-width: 699px) {
	.top-rip:before {
		top: -20px;
	}
	.bottom-rip:after {
		bottom: -45px;
	}
}

/* food items */
.nectar_food_menu_item h3 {
		margin-bottom: 0;
		line-height: 25px!important;
		font-size: 40px!important;
}

/* custom fonts */
@font-face {
		font-family: 'Robinson Regular';
		src: url('fonts/RobinsonRegular.eot');
		src: url('fonts/RobinsonRegular.eot?#iefix') format('embedded-opentype'),
				url('fonts/RobinsonRegular.woff2') format('woff2'),
				url('fonts/RobinsonRegular.woff') format('woff'),
				url('fonts/RobinsonRegular.ttf') format('truetype'),
				url('fonts/RobinsonRegular.svg#RobinsonRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: auto;
}

@font-face {
		font-family: 'Robinson Press';
		src: url('fonts/RobinsonPress.eot');
		src: url('fonts/RobinsonPress.eot?#iefix') format('embedded-opentype'),
				url('fonts/RobinsonPress.woff2') format('woff2'),
				url('fonts/RobinsonPress.woff') format('woff'),
				url('fonts/RobinsonPress.ttf') format('truetype'),
				url('fonts/RobinsonPress.svg#RobinsonPress') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: auto;
}


