/* Theme Name: Casa Mexicana */
:root {
	--color-1: #f8f4ea;
	--color-2: #000;
    --green:#9cccc4;
    --cream:#f3f1eb;
}




#c2a a, #c2a span {
    color: #000 !important;
}
#c2a a:hover {color: var(--green) !important;}

.navbar-default .navbar-nav>li>a {color: #000 !important;}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color: var(--green) !important;}

.dropdown-menu>li>a { color: #000 !important;}
.dropdown-menu>li>a:hover { color: var(--green) !important; background-color: var(--cream);}
.dropdown-menu { background-color: var(--cream);}
.dropdown-menu { margin-top: -2px; background: transparent; box-shadow: none; border: none; border-radius: 0px; padding: 0px; background-color: var(--cream);}
p{ color: #000;}

.overlay .btn, .link .btn { color: #000 !important;}
.overlay .btn:hover, .link .btn:hover { color: #fff !important; background:#000 !important;}
.feature-section .feature .heading {color: #fff !important;}
.btn {color:#000;}
.btn:hover {color: #fff;}

.logo img {height: 100px; width: auto; filter: drop-shadow(0px 0px 1px #000);
filter: drop-shadow(1px 1px 0px #000);}

#bottom-contact-info img {height: 140px; width:auto; filter: drop-shadow(0px 0px 1px #000);
filter: drop-shadow(1px 1px 0px #000);}


.feature .overlay {position: relative;padding-bottom: 45px !important; min-height: 240px; z-index: 1; }
.feature .overlay p, .feature .overlay .heading {color: #fff !important;}



    



.overlay .btn {background: var(--green); color: #000 !important; border-color: #000 !important;}
.overlay .btn:hover {background: #000 !important; color: #fff !important;}



.feature .overlay .link {position: absolute; bottom:10px; left: 50%; transform: translate(-50%);}

h1 {color:#000 !important ;border-bottom: 4px double var(--green) !important;}
.home h1 {color:#fff !important;}

.menus {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; column-gap: 15px; row-gap:15px;}

.maincol {padding-top:20px;}

.gform_button {color: #000 !important;}
.gform_button:hover {color: #fff !important;}
#contact-page-form form input.gform_button:hover { background:#000;}

.back-to-top:hover {color:#fff !important; background:#000 !important;}

footer a { color: #fff !important;}
footer a:hover { color: var(--green) !important;}





body {
	background: var(--cream);
}
main {
	color: #fff;
}
.flex-row {
	display: flex;
}
header {
	padding: 10px 0;
}
.logo img:hover, .logo img:focus {
	opacity: .8;
}
.header-inner .row {
	display: flex;
	align-items: center;
}
/* = CALL TO ACTION = */
#c2a {
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
}
#c2a a {
	color: #fff;
}
#c2a a:hover, #c2a a:focus {
	text-decoration: none;
	color: #999;
}
.hours {
	margin: 0px 30px;display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hour{position: relative;}
.hour::after {content:"|"; width:15px;     display: inline-block;    text-align: center;}
.hour:nth-last-child(1)::after {content:unset !important; width:unset  !important;}

.conhours {color: #fff; display: flex; justify-content: center; flex-wrap: wrap; flex-direction: column; align-items: center;}
.conhours .hour::after {content:unset; width:unset;}

/* = NAVIGATION = */
.navbar-default {
	list-style: none;
	border-radius: 0px;
	border: 0;
	background: transparent;
	text-align: center;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: var(--color-2);
	font-weight: normal;
	padding: 15px;
	text-transform: none;
}
.navbar-nav>li {
	list-style: none;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #dd758c;
	background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #dd758c;
	background: transparent;
}
.navbar-toggle {
	background: #dd758c;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #6d4095;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.dropdown-menu > li > a {
  color: #fff;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.menu-mobile-drop-down-menu-container {
	display: none;
}
#nav {
	display: none;
	z-index: 11;
}
.home-link, .head-directions, .head-phone {
	display: none;
}
/* Centering Nav */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	margin-bottom: -5px;
	padding: 0;
}
.navbar .navbar-collapse {
	text-align: center;
}
.c2a {
	justify-content: center;
	align-items: center;
}
.c2a .tel {
	font-size: 16px;
}
.banner-section {
	position: relative;
}
.banner-section .image img {
	width: 100%;
}
.banner-section .overlay {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	font-size: 18px;
	padding: 15px 30px;
	min-width: 75%;
	text-align: center;
}
.banner-section .overlay p:first-of-type {
	margin-top: 0;
}
.banner-section .overlay p:last-of-type {
	margin-bottom: 0;
}
.banner-section .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	transition: opacity ease-in-out .7s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
.banner-section .overlay {
	background-color: rgba(243, 241, 235, .8);
	color: var(--color-2);
	font-weight: 700;
}
.feature-section .feature img,
.feature-section .feature img {
	width: 100%;
	transition: all ease .5s;
}
.feature-section .feature:hover img,
.feature-section .feature:focus img {
	transform: scale(1.08);
}
.feature-section {
	padding: 50px 0;
}
.feature-section .feature {
	flex: 0 1 25%;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.feature-section .feature .overlay {
	width: 100%;
	padding: 10px;
	color: #fff;
	background-color: rgba(248, 244, 234, .8);
	font-size: 16px;
}
.feature-section .feature .heading {
	font-weight: 700;
	border-bottom: 2px solid;
	font-size: 20px;
}
.feature-section .feature .btn,
.banner-section .overlay .btn {
	background: none;
	border-radius: 0px;
	transition: all ease .5s;
	background: transparent;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-width: 3px;
	border-style: solid;
}
body.home main {
	background: #0000006b;
}

#headingwrap {position: absolute; width:100%;
	z-index: 999;}
#c2a, header {
	
	width: 100%;
	background: rgba(243, 241, 235, .9) !important;
}
#c2a {
	
}
header {
margin-top: -1px;
}
#bottom-feature h2, #footer-contact .gform_button {
	background: #e1bc9c !important;
	color: #fff !important;
}
#footer-contact .gform_button:hover {
	background: #000 !important;
	color: #fff !important;
}
/* = Services = */
.facility h2 {
	font-weight: bold;
	font-size: 30px;
	border-bottom: 3px solid;
}
.facility-video {
	margin: 20px 0;
}
.inspire-quote {
	margin-bottom: 40px;
}
.service {
	padding-bottom: 20px;
}
/* = Menu Page = */
#menu-section {
	margin: 40px 0px;
}
/* CONTACT PAGE */
#contact-section .jumbotron-sm {
	background: #e1bc9c;
	font-weight: bold;
	padding: 24px 0;
	border-radius: 0;
	margin: 0 0 4% 0;
}
.jumbotron-sm h2 {
	font-weight: bold;
	color: #fff;
	background: none;
}
.jumbotron-sm p {color: #fff;}
.jumbotron-sm .btn {
	background: #6d4095;
	color: #fff;
}
.jumbotron-sm .btn:hover, .jumbotron-sm .btn:focus {
	background: #dd758c;
	color: #fff;
}
.location-container {
	background: #e1bc9c;
	font-weight: bold;
	padding: 2.7em;
	margin: 1em auto;
}
span.company-heading {
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
}
span.company-address {
	font-size: 18px;
	text-align: center;
	display: block;
	color: #fff;
	width: 100%;
}
span.company-address a {
    color: #fff;
	font-size: 18px;
	display: inline;
	text-align: center;
}

legend {
	font-size: 26px;
	border-bottom: 1px solid transparent;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
}
.contact-page-info h2, .contact-page-info strong, .contact-page-info a {
	text-align: center;
}
/* = Gravity Form Styles = */
#contact-page-form {
	padding: 19px;
	margin-bottom: 20px;
	background: #e1bc9c;
	border-radius: 0;
}
#contact-page-form form input, #contact-page-form form textarea {
	display: block;
	font-size: 16px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #999;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contact-page-form form textarea {
	height: 90px;
}
#contact-page-form .alert {
	padding: 7px 25px;
	width: 100%;
	margin-bottom: 0px;
}
#contact-page-form input.alert {
	padding: 0;
}
#contact-page-form .alert-danger {
	color: #a94442;
}
#contact-page-form label {
	cursor: pointer;
	color: #fff;
}
#contact-page-form li.gfield {
	margin-top: 15px;
	padding-right: 0px;
}
#contact-page-form form input.gform_button {
	color: #fff;
	width: 100%;
}
#contact-page-form .gform_footer {
	margin-top: 0;
}
#contact-page-form form input.gform_button:hover, #contact-page-form form input.gform_button:active {
	color: #fff;
}
span.company-address a:hover {
	color: var(--green) !important;
}
ul.sitemap-page li a {
	color: #000 !important;
}
ul.sitemap-page li a:hover {
	color: var(--green) !important;
}
.page-template-page-content-heritage #bottom-feature {
	display: none;
}
#contact-page-form form input[type="file"] {
  background: none;
  border: none;
  box-shadow: none;
}
#bottom-feature {
	background: var(--cream) !important;
}
.information{
	background: rgba(243, 241, 235, .8);
}
.information a {
	color: #000;
}
.information a:hover {
	color: #7ea8a1 !important;
}

.btn-center {
	display: flex;
	justify-content: center;
	margin-bottom: 15px
}
.btn-center .btn {
	font-size: 20px
}
#c2a a, #c2a span {
	color: var(--color-2);
}


#gallery-feature p{
	color: var(--color-1);
}
legend{
	color: #fff;
}
.feature-section .feature .overlay,
#bottom-feature h2,
#contact-section .jumbotron-sm,
#contact-page-form,
.location-container,
#primary-footer{
	background-image: url('../el-charro/assets/images/asfalt-light.png') !important;
}

@media screen and (max-width: 1200px) {
	#gallery-feature {
		background-size: cover !important;
		background-attachment: local;
	}
	.banner-section .image img {
		width: auto;
		height: unset !important;
		max-width: 100% !important;
		position: relative;
	}
    .feature .overlay {min-height: 266px;}
}
@media screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a:hover {
			color: #fff !important;
		}
    
   #c2a a, #c2a span {
    color: #fff !important;
}
    .mobile-list a:hover, #c2a a:hover span {color: var(--green) !important;}
    
      .feature .overlay {min-height: unset;}
	.feature-section .features {
		display: flex;
	}
	.features .content p {
		font-size: 12px;
	}
	header {
		position: relative;
		z-index: 4 !important;
		top: 0 !important;
		margin-top: 90px;
	}
	header .logo {
		margin-top: 0px;
	}
	header {
		padding: 0;
	}
	.header-inner>.row>.col-lg-8 {
		width: 0;
		padding: 0;
	}
	.banner-section .overlay {
		display: none;
	}
	.carousel-control {
		display: none;
	}
	#c2a {
		font-size: 16px;
		padding: 0;
	}
	.navbar {
		min-height: 0;
	}
	.logo img {
		margin: 20px auto;
	}
	#contact-info span.heading {
		margin-top: 20px;
	}
	img.pull-left {
		float: none !important;
		margin: 0 auto;
	}
	img.pull-right {
		float: none !important;
		margin: 0 auto;
	}
	#feature .feature-box {
		width: 80%;
		margin: 10px auto 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	}
	.facility h3 {
		text-align: center;
	}
	.list-inline>li {
		display: block;
		padding: 10px;
	}
	/*Mobile Nav Styles */
	.dropdown-toggle::after {
		display: none !important;
	}
	ul.sub-menu {
		display: block;
		opacity: 0;
		min-width: 0;
		top: 0;
		left: -20px;
		padding-bottom: 10px;
		width: 100%;
		padding: 10px;
		background: #333;
		z-index: -1;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.sub-menu>li>ul {
		left: -10px;
		top: -5px;
	}
	ul.nav-list {
		padding: 0;
		list-style: none
	}
	ul.nav-list a {
		color: #fff;
		font-size: 16px;
	}
	.caret {
		position: static;
		margin-left: 0;
		border: none;
		display: inline-flex;
		margin-right: 20px;
		padding-bottom: 23px;
	}
	.back {
		text-align: center;
		font-size: 22px;
		position: relative;
		display: block;
		text-align: center;
	}
	.caret::after {
		content: "\f053";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		z-index: 999;
		color: #fff;
	}
	.back::after {
		content: "\f077";
		cursor: pointer;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		z-index: 999;
		color: #fff;
		left: 50%;
	}
	.slide-in-right {
		animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: 9999 !important;
		border: 1px solid #fff;
	}
	.slide-out-right {
		animation: slide-out-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: -999 !important;
		border: 1px solid #fff;
	}
	.carousel-inner {
		z-index: 3;
	}
	.menu-mobile-drop-down-menu-container {
		display: block;
	}
	.menu-main-menu-container {
		display: none;
	}
	.social a {
		color: #fff;
		padding-left: 8px;
		padding-right: 8px;
		border-right: 1px solid #fff;
		font-size: 20px;
	}
	.nav.sticky {
		top: 0 !important;
	}
	.nav {
		position: absolute;
		top: 100%;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		background: #525252;
	}
	.navbar {
		display: none;
		position: fixed;
		right: 0;
		background: #525252;
		z-index: 9;
	}
	.navbar.sticky {
		top: 50px !important;
		position: fixed;
	}
	.navbar-nav>li {
		display: block;
		float: none;
	}
	.navbar-nav>li a {
		color: #fff;
		display: block;
		padding: 5px 20px;
	}
	#nav {
		display: block;
		background: #000 !important;
	}
	.mobile-nav {
		height: 100%;
	}
	.mobile-list {
		list-style: none;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-around;
		padding: 0;
		height: 100%;
		margin-bottom: 0;
	}
	.menu-mobile-menu-container {
		height: 100%;
	}
	.nav-toggler {
		position: relative;
		text-align: center;
		color: #fff;
		font-weight: 600;
		width: 55px;
		transition: all ease-in-out .3s;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		cursor: pointer;
		padding: 7px 10px;
	}
	.nav-toggler .toggle-more {
		transform: rotate3d(1, 0, 0, 0deg);
		float: left;
		opacity: 1;
	}
	.nav-toggler .toggle-less {
		opacity: 0;
	}
	.nav-toggler .toggle-text {
		width: 40px;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 16px;
	}
	.nav-toggler .toggle-text, .nav-toggler span {
		transition: all ease-in-out .3s;
	}
	.nav-toggler span {
		color: #fff;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 2px;
		right: 5px;
	}
	.nav-toggler.active .toggle-more {
		transform: rotate3d(1, 0, 0, 180deg);
		float: left;
		opacity: 0;
	}
	.nav-toggler.active .toggle-less {
		transform: none;
		float: left;
		opacity: 1;
	}
	.nav-toggler.active span {
		transform: rotate3d(1, 0, 0, 180deg);
	}
	.mobile-list a {
		color: #fff;
		padding: 5px 10px;
	}
	.navbar-nav {
		padding-left: 0;
	}
	.navbar-collapse {
		display: block;
		border-top: none;
	}
	.social {
		background: #000 !important;
	}
	.social .home-link {
		margin-left: 0;
		padding-left: 8px;
	}
	.social .social-text {
		display: inline-block;
		padding-left: 5px;
	}
	.social .home-link {
		display: inline-block;
		float: left;
		padding-left: 0;
		width: 50px;
	}
	.social a:not(.home-link) {
		border-right: none;
		font-size: 14px;
		line-height: 2em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.social a:not(.home-link):not(.head-directions):not(.head-phone) {
		display: none;
	}
	#c2a .social {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 11;
	}
	.social .row {
		width: 100%;
	}
	.nav {
		position: fixed;
		top: 50px;
	}
	.social [class^="col-"] {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar {
		display: none;
		left: auto;
		height: auto;
		top: 100px;
	}
	nav {
		margin-top: 0;
	}
	.c2a {
		display: none;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.feature-section .features {
		flex-wrap: wrap;
	}
	.feature-section .feature {
		flex: 0 1 50%;
	}
}

