/*
 Theme Name:   TITAN Blank Child Theme
 Theme URI:    https://titandmc.com
 Description:  GeneratePress child theme by Titan Digital Management
 Author:       Titan DM Company
 Author URI:   https://titandmc.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
    font-family: 'Palestone-Bold';
    src: url('includes/fonts/Palestone-Bold.otf');
}
@font-face {
    font-family: 'Palestone-Grunge';
    src: url('includes/fonts/Palestone-Grunge.otf');
}
@font-face {
    font-family: 'PathwayExtreme';
    src: url('includes/fonts/PathwayExtreme.ttf');
}
:root {
    --BarrioBkgColor: #343031;
    --BarrioGreen: #b1b56b;
    --BarrioBodyFont: 'Palestone-Bold';
    --BarrioHeadFont: 'Palestone-Grunge';
}
a {
    color: var(--TitanBodyFont);
}
body {
    background: var(--BarrioBkgColor);
    font-family: var(--BarrioBodyFont);
    font-weight: 400;
}
p, li, a {
    font-family: var(--BarrioBodyFont);
    font-weight: 400;
}
b, strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--BarrioHeadFont);
}
.green-bar {
	margin: 30px auto;
	display: block;
}
.one-container .container {
    background: transparent !important;
    position: relative;
}
.one-container .container:before {
	background: url('/wp-content/uploads/face-background.png') no-repeat;
	background-size: contain;
	content: '';
	height: 1534px;
	position: absolute;
	right: 0px;
	top: -20px;
	width: 1109px;
	z-index: -1;
}
.home .one-container .container:before {
	top: 0px;
}
.one-container .container .site-content {
	padding: 0px;
}
section {
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
}
.site-main article {
	display: none !important;
}
/*============================================================================
                    Header
=============================================================================*/
.main-navigation {
	background: url('/wp-content/uploads/wood_header.png');
	height: 279px;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.main-navigation .inside-navigation {
	margin: 0 auto;
	max-width: 1400px;
	padding-top: 10px !important;
}
.main-navigation .navigation-branding img {
	height: 150px;
}
.main-navigation .main-nav {
	margin-top: 50px;
}
.main-navigation .main-nav ul li a {
	color: #000;
	font-size: 27px;
    transition: 0.2s;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: var(--BarrioGreen);
    background: transparent;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: var(--BarrioGreen);
    background: transparent;
}
.menu-toggle {
	margin: 40px 50px 0 0;
}
.menu-toggle:before {
	color: #000 !important;
	transform: scale(5,3);
}
.main-navigation .site-logo.mobile-header-logo img {
	height: 173px;
}
.main-navigation .site-logo.mobile-header-logo {
	margin: 20px auto 0 auto;
	padding-left: 100px;
}
.slideout-navigation {
	background: var(--BarrioGreen);
}
.slideout-navigation .main-nav ul li a {
	color: #000;
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 30px;
	transition: 0.2s;
}
.slideout-navigation .main-nav ul li:hover a, .slideout-navigation .main-nav ul li a:hover {
	color: #000 !important;
}
.slideout-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: #fff !important;
}
.slideout-navigation button.slideout-exit {
	color: #000 !important;
	padding-right: 0px !important;
	font-size: 30px !important;
	text-align: right !important;
	transition: 0.2s;
}
.slideout-navigation button.slideout-exit:hover {
	color: #fff !important;
}
.slideout-menu-buttons {
	display: flex;
	justify-content: center;
}
.slideout-navigation .slideout-menu-buttons a {
	border: 2px solid #000;
	border-radius: 10px;
	color: #000;
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 10px 30px;
	text-align: center;
	width: 200px;
}
/*============================================================================
                    Footer
=============================================================================*/
.site-footer {
	position: relative;
	z-index: 3;
}
.site-footer .footer-content {
	padding-top: 150px;
}
.site-footer .footer-content h3 {
	font-size: 45px;
	color: var(--BarrioGreen);
    text-align: center;
	text-transform: uppercase;
}
.site-footer .footer-content p {
	color: #fff;
	font-size: 25px;
    margin: 0px;
    text-align: center;
	text-transform: uppercase;
}
.site-footer .footer-content > div:first-of-type {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.site-footer .footer-content > div:first-of-type > div {
	width: 30%;
}
.site-footer .footer-content > div:first-of-type > div:nth-of-type(2) {
	text-align: center;
}
.site-footer .footer-content > div:first-of-type > div:nth-of-type(2) a {
	display: inline-block;
}
.site-footer .footer-content .footer-contact {
	border: 2px solid var(--BarrioGreen);
	border-radius: 10px;
	color: var(--BarrioGreen);
	display: block;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 30px;
	text-align: center;
	width: 300px;
}
.site-footer .footer-content .footer-copyright {
	color: #fff;
	font-family: 'PathwayExtreme';
    font-size: 18px;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}
.footer-content .footer-logo {
	display: block;
	margin: 0 auto;
	max-width: 340px;
	width: 100%;
}
.site-footer .footer-content .footer-phone {
    color: #fff;
    display: block;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.site-footer .footer-content .footer-social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0 40px 0;
}
.site-footer .footer-content .footer-social svg {
	fill: var(--BarrioGreen);
	height: 40px;
	width: auto;
}
/*============================================================================
                    Home Page
=============================================================================*/
.home-banner-slider {
	margin-top: -100px;
	max-width: 100%;
	padding: 0px;
	position: relative;
	width: 100%;
}
.home-banner-slider > img {
	position: absolute;
	top: 26%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 2;
	width: 25vw;
	max-width: 481px;
}
.home-banner-slider .slick-slider {
	margin-bottom: 0px !important;
}
.home-banner-slider .slick-dots {
	bottom: 25px;
}
.home-banner-slider .slick-dots li button:before {
	color: #fff;
	font-size: 25px;
	opacity: 1;
}
.home-banner-slider .slick-dots li.slick-active button:before {
	color: var(--BarrioGreen);
	font-size: 25px;
	opacity: 1;
}
.home-banner-slider-mobile {
	display: none;
	margin-top: -70px;
	max-width: 100%;
	padding: 0px;
	position: relative;
	width: 100%;
}
.home-banner-slider-mobile > img {
	position: absolute;
	top: 26%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 2;
	width: 57vw;
	max-width: 481px;
}
.home-banner-slider-mobile .slick-slider {
	margin-bottom: 0px !important;
}
.home-banner-slider-mobile .slick-dots {
	bottom: 25px;
}
.home-banner-slider-mobile .slick-dots li button:before {
	color: #fff;
	font-size: 25px;
	opacity: 1;
}
.home-banner-slider-mobile .slick-dots li.slick-active button:before {
	color: var(--BarrioGreen);
	font-size: 25px;
	opacity: 1;
}
.home-banner-slider > img {
	position: absolute;
	top: 26%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 2;
	width: 25vw;
	max-width: 481px;
}
.home.one-container .container:before {
	background: url('/wp-content/uploads/face-background.png') no-repeat;
	height: 1534px;
	width: 1100px;
}
.home-content h1 {
	color: var(--BarrioGreen);
	font-size: 70px;
    margin: 40px 0 70px 0;
	text-align: center;
}
.home-content > img {
	display: block;
	margin: 0 auto 30px auto;
}
.home-content > div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.home-content > div > a {
    width: 30%;
}
.home-content > div h3 {
	color: #fff;
	font-size: 45px;
    margin-top: 10px;
	text-align: center;
}
.home-content > div > a img {
	border: 5px solid var(--BarrioGreen);
	display: block;
	margin: 0 auto;
}
/*============================================================================
                    Menu Pages
=============================================================================*/
.menu > div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.menu > div > div {
	width: 30%;
}
.menu > div > div img {
	border: 5px solid var(--BarrioGreen);
}
.menu .slick-slide img {
	margin: 0 auto;
}
.menu .slick-dots {
	bottom: 25px;
}
.menu .slick-dots li button:before {
	color: #fff;
	font-size: 25px;
	opacity: 1;
}
.menu .slick-dots li.slick-active button:before {
	color: var(--BarrioGreen);
	font-size: 25px;
	opacity: 1;
}
.menu h1 {
	color: #fff;
	font-size: 125px;
    line-height: 114px;
	margin-bottom: 30px;
    text-align: center;
}
.menu.happy-hour h1 {
    margin-bottom: 0px;
}
.menu.happy-hour h1:last-of-type {
	margin-bottom: 30px;
}
.menu h2 {
	color: #fff;
	font-size: 55px;
	margin: 30px 0 10px 0;
	text-align: center;
}
.menu h2:nth-of-type(2) {
    margin-bottom: 0px
}
.menu h4 {
	color: var(--BarrioGreen);
	font-size: 30px;
	margin-bottom: 0px;
    text-align: center;
}
.menu p {
	color: #fff;
    font-family: 'PathwayExtreme';
	font-size: 22px;
	margin: 0 auto 20px auto;
	max-width: 580px;
	text-align: center;
}
/*============================================================================
                    Contact Page
=============================================================================*/
.contact-page > h1 {
	color: var(--BarrioGreen);
	font-size: 110px;
    line-height: 114px;
	text-align: center;
}
.contact-page .green-bar {
	margin-bottom: 10px;
}
.contact-page .contact-page-form {
	display: flex;
	flex-flow: row wrap;
	gap: 100px;
	margin: 70px auto 70px auto;
	max-width: 1400px;
}
.contact-page .contact-page-form > div:first-of-type {
	width: 100%;
}
.contact-page .contact-page-form h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0px;
	text-transform: uppercase;
}
.contact-page .contact-page-form ::placeholder {
    color: rgba(0,0,0,0.4) !important;
    opacity: 1 !important;
    text-transform: uppercase;
}
.contact-page .contact-page-form .titan-c-split {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 20px;
	width: 100%;
}
.contact-page .contact-page-form .titan-full {
	margin-bottom: 20px;
	width: 100%;
}
.contact-page .contact-page-form input:not([type="submit"]) {
	background: #fff;
	border: none;
	color: #000 !important;
	height: 45px;
	margin-bottom: 0px;
	width: 100%;
}
.contact-page .contact-page-form input[type="submit"] {
	background: transparent;
	border: 2px solid var(--BarrioGreen);
	border-radius: 10px;
	color: var(--BarrioGreen);
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 20px 0 0 auto;
	padding: 10px;
	text-transform: uppercase;
	transition: 0.2s;
	width: 240px;
}
.contact-page .contact-page-form input[type="submit"]:hover {
    background: var(--BarrioGreen);
    color: #fff;
}
.contact-page .contact-page-form span {
    margin-bottom: 0px;
	width: 100%;
}
.contact-page .contact-page-form .titan-c-split span:first-of-type {
	margin-right: 20px;
}
.contact-page .contact-page-form textarea {
    background: #fff;
	border: none;
	color: #fff !important;
	height: 200px;
	margin-bottom: 10px;
    resize: none;
    width: 100%;
}
.contact-page .contact-page-form .wpcf7 {
	width: 100%;
}
.contact-page .contact-page-form .wpcf7-not-valid-tip {
    margin-bottom: 0px;
}
.contact-page .contact-page-form .wpcf7 form.invalid .wpcf7-response-output, .contact-page .contact-page-form .wpcf7 form.unaccepted .wpcf7-response-output, .contact-page .contact-page-form .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #b22a2a !important;
	color: #fff !important;
	text-align: center !important;
}
.contact-page .contact-page-form .wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}
.contact-page .contact-page-form .wpcf7-spinner {
	display: none !important;
}
.contact-page .sidebar {
	max-width: 300px;
}
.contact-page .sidebar h3 {
	color: var(--BarrioGreen);
	font-size: 50px;
	text-align: center;
}
.contact-page .sidebar a {
	color: #fff;
	font-size: 23px;
	display: block;
	text-align: center;
}
.contact-page .sidebar p {
	color: #fff;
    font-size: 23px;
	margin: 0px;
	text-align: center;
}
.contact-page .sidebar .contact-social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0 20px 0;
}
.contact-page .sidebar .contact-social svg {
	fill: var(--BarrioGreen);
	height: 40px;
	width: auto;
}
/*============================================================================
                    Media Queries / Responsive
=============================================================================*/
@media screen and (max-width: 1200px) {
	.home-content > div {
		gap: 50px;
	}
	.home-content > div > a {
		width: 100%;
	}
	.home-content > div h3 {
		margin-top: 30px;
	}
	.main-navigation .inside-navigation {
		padding-top: 0px !important;
	}
	.site-footer .footer-content {
		padding-top: 20px;
	}
	.site-footer .footer-content > div:first-of-type {
		flex-flow: column nowrap;
		align-items: center;
		gap: 50px;
	}
	.site-footer .footer-content > div:first-of-type > div {
		width: 100%;
	}
	.site-footer .footer-content .footer-copyright {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1000px) {
	.contact-page .sidebar {
		display: none;
	}
	.contact-page .contact-page-form > div:first-of-type {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact-page > h1 {
		font-size: 100px;
		line-height: 114px;
	}
	.home-content h1 {
		font-size: 50px;
	}
	.main-navigation .site-logo.mobile-header-logo img {
		height: 133px;
	}
	.menu h1 {
		font-size: 93px;
		line-height: 100px;
	}
	.menu > div > div {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.contact-page > h1 {
		font-size: 82px;
		line-height: 90px;
	}
	.home-content h1 {
		font-size: 30px;
	}
	.home-banner-slider {
		display: none;
	}
	.home-banner-slider-mobile {
		display: block;
	}
	.home.one-container .container:before {
		background: url('/wp-content/uploads/mobile-background.png') no-repeat;
		height: 1085px;
		width: 554px;
	}
	.one-container .container:before {
		background: url('/wp-content/uploads/mobile-background.png') no-repeat;
		height: 1085px;
		width: 554px;
	}
}
@media screen and (max-width: 500px) {
	.contact-page > h1 {
		font-size: 67px;
		line-height: 70px;
	}
	.main-navigation .site-logo.mobile-header-logo {
		margin: 20px 0 0 0;
		padding-left: 30px;
	}
	.menu h1 {
		font-size: 72px;
		line-height: 86px;
	}
}
@media screen and (max-width: 450px) {
	.contact-page .contact-page-form .titan-c-split {
		flex-flow: column nowrap;
		margin-bottom: 0px;
	}
	.contact-page .contact-page-form .titan-c-split span:first-of-type {
		margin-right: 0px;
	}
	.contact-page .contact-page-form span {
		margin-bottom: 20px;
	}
	.home-content > div h3 {
		font-size: 37px;
	}
	.menu p {
		font-size: 20px;
	}
	.main-navigation {
		height: 220px;
	}
	.home .main-navigation {
		height: 240px;
	}
	.main-navigation .site-logo.mobile-header-logo {
		margin-top: 10px;
	}
	.menu-toggle {
		margin: 50px 50px 0 0;
	}
	.one-container .container::before {
		top: -60px;
	}
	.home-banner-slider-mobile {
		margin-top: -100px;
	}
}
@media screen and (max-width: 400px) {
	section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu h2 {
		font-size: 46px;
	}
	.menu-toggle::before {
		color: #000 !important;
		transform: scale(4.3,2.6);
	}
	.menu h1 {
		font-size: 66px;
		line-height: 72px;
	}
}
@media screen and (max-width: 350px) {
	.menu h1 {
		font-size: 56px;
		line-height: 60px;
	}
	.menu p {
		font-size: 17px;
	}
}