/*!
Theme Name: Lone Star ER
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lone-star-er
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lone Star ER is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



/* primary color #B81D2D */

:root {
	--primary-color: #B81D2D; /* Example: A shade of blue */
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html body * {
	font-family: "Poppins", sans-serif!important;
	font-style: normal;
}

.primary-bg-color {
	background-color: var(--primary-color)!important;
}

.theme-button {
	padding: 16px 25px;
    line-height: 1;
    border-radius: 50px;
    color: #4D4E4E !important;
    text-decoration: none;
	border:1px solid;
	font-weight: 500;
	font-size: 16px;
}
.primary-button-bg {
    background-color: var(--primary-color) !important;
    padding: 16px 25px;
    color: #fff !important;
	width: max-content;
	display: block;
}
  
.primary-button-bg:hover {

	background: #9e1726!important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px!important;
    }
}

.main-header {
	padding: 15px 0!important;
}

/* .main-header > .row > .col-12 {
	padding: 0;
} */


.navbar-nav {
    position: relative;
	gap: 0!important;
}

.navbar-nav li {
    position: relative;
	color: #454545;
	padding: 0 20px;
}

.navbar-nav li a{
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-decoration: none;
}

.navbar-nav .sub-menu {
    position: absolute;
    top: 119%;
    left: 0;
	opacity: 0;
    visibility: hidden;
    transform: translateY(10px);    
	background: #fff;
	transition: all .25s ease;
    min-width: 220px;
    padding: 0;
    z-index: 999;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.navbar-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-nav .sub-menu li {
    width: 100%;
	list-style: none;
    padding: 10px 0;
}

.navbar-nav .sub-menu li:hover {
    background:#fafafa ;
}

.navbar-nav .sub-menu a {
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
	text-align:left;
}

.menu-item-has-children::after {
    content: "";
    background-image: url(https://lonestarer.us9.cdn-alpha.com/wp-content/uploads/2026/03/dropdown-icon.svg);
    width: 10px;
    height: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
	right: 3px;
    top: 5px;
    bottom: 0;
    margin: auto;
}

.navbar-nav {
    display: flex;
    gap: 25px;
}

footer .upper-footer{
	background-color: var(--primary-color)!important;
	padding: 40px 0;

}

footer .upper-footer .row .subscription-heading h2{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin: 0;

}

footer .upper-footer .row .subscription-heading p{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0;

}

footer .upper-footer .row form{
	margin: 0;
}

footer .upper-footer .row form .wpcf7-spinner {
	display: none!important;
}

footer .upper-footer .row form  .wpcf7-not-valid-tip {
	display: none!important;
}

footer .upper-footer .row form .wpcf7-email{
    background: transparent;
    color: #efefef;
    border: 1px solid #fff;
	padding: 15px;
	border-radius: 7px;
}
footer .upper-footer .row form .wpcf7-email::placeholder{
	color:#eeeeee;
}

footer .upper-footer .row form .wpcf7-submit{
    padding: 19px 25px !important;
    line-height: 1 !important;
    border-radius: 50px !important;
    color: #155585 !important;
    text-decoration: none;
    border: none!important;
    font-weight: 500;
    font-size: 16px;
    background: #fff !important;
	margin-left: 20px;
}

footer .upper-footer .row form .wpcf7-response-output {
	color: #fff!important;
}

.lower-footer{
	background-color: #155585 !important;
	padding:64px 0 20px 0;

}

.lower-footer .footer-logo{
	margin-bottom:23px;
}

.lower-footer .footer-description{
	margin-bottom:23px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	max-width: 275px;
}

.lower-footer .footer-social a{
	text-decoration:none!important;
}

.lower-footer h4 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 18px;
}

.lower-footer .footer-social .social-icons{
    display: flex;
    gap: 10px;
}

.lower-footer .footer-menu {
	margin: 0;
	padding: 0;
}

.lower-footer .footer-menu li{
	list-style-type: none;
	margin-bottom: 12px;
}

.lower-footer .footer-menu li a{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.contact-list i {
	font-size: 21px;
    color: #fff;
    margin-right: 15px;
}

.contact-list > div {
	margin-bottom: 23px;
}

.contact-list a{
	color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}

.copyright-menu .footer-menu {
	display: flex;
    justify-content: center;
	margin-bottom: 13px;
}

.copyright-menu .footer-menu li{
    margin-bottom: 0;
    padding: 0 15px;
    position: relative;
}

.copyright-menu .footer-menu li:after{
    content:"|";
    position: absolute;
	right: 0;
	color: #fff;
}

.copyright-menu .footer-menu li:last-child::after {
    display: none;
}

.copyright-footer {
	margin-top: 60px;
	border-top:1px solid #efefef;
	padding-top: 20px;
}

.copyright-footer * {
	font-size: 11px!important;
}

.inner-section{
	max-width: 1165px;
	margin: 0 auto;
}

.slick-next {
	right: 0!important;
}

.slick-prev {
	left: 0!important;
}

.slick-next:before, .slick-prev:before{
	color: #b81d2d!important;
	font-size: 30px!important;
}

footer .social-icons img {
	width: 44px !important;
    height: 44px !important;

}

.all-areas {
	padding: 8px 13px !important;
    line-height: 1 !important;
    border-radius: 50px !important;
    color: #155585 !important;
    text-decoration: none;
    border: none !important;
    font-weight: 500;
    font-size: 14px;
    background: #fff !important;
	max-width: max-content;
	display: block;
}

.serving-area {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ffffff33;
}

@media(max-width:991px){
	.main-header {
		padding: 15px!important;
	}

	footer .upper-footer .row .subscription-heading h2,footer .upper-footer .row .subscription-heading p {
		margin-bottom: 15px;
	}

	footer .upper-footer .row form .wpcf7-email {
		width: 100%;
	}

	footer .upper-footer .row form .wpcf7-submit {
		margin-top: 12px;
		margin-left:0;
	}

	footer .upper-footer .row form .wpcf7-response-output {
		text-align:center;
	}

	.lower-footer .col-12 {
		text-align: center;
		margin-bottom: 30px;
	}

	.lower-footer .footer-description {
		max-width: 100%;
	}

	.lower-footer .footer-social .social-icons{
		justify-content: center;
	}

	.lower-footer .footer-social .social-icons{
		justify-content: center;
	}


	.contact-list > div {
		display: block!important;
	}

	.copyright-footer {
		margin-top: 0;
	}

	.copyright-menu .footer-menu {
		flex-wrap: wrap;
	}

	header .navbar-collapse {
		position: fixed;
        height: 100%;
        background: #fff;
        width: 70vw;
		top: 0;
		left: -100%;
		z-index: -999;

	}

	header .navbar-collapse.show {
        left: 0;
		z-index: 9999;
		box-shadow: 4px 0px 14px 4px #efefef;
	}

	header .navbar-nav {
		margin-top: 50px;
        display: block;
	}

	header .navbar-nav > li{
		text-align: left;
        width: auto;
        padding: 20px;
        border-bottom: 1px solid #c7c7c7;

	}

	header .navbar-nav li a{
		text-align: left;
        width: max-content;
        font-size: 18px;
        display: block;
        font-weight: 500;
	}

	.menu-item-has-children::after {
		right: 20px;
        width: 15px;
        height: 15px;
        margin: unset;
		top: 24px;
	}

	.navbar-nav li .sub-menu {
		box-shadow: none;
		position: unset;
		height: 0;
	}

	.navbar-nav li:hover > .sub-menu {

		height: auto;
	}

	.inner-section h2{
		font-size: 26px!important;
	}
	
	footer .upper-footer .row form {
		text-align:left;
	}

}

@media(min-width:993px){
	footer .upper-footer .row form {
		display: flex;
		justify-content:start;
	}
}

@media(min-width:767px) and (max-width:1400px){
	.theme-button {
		/* font-size:14px;
		padding:10px; */
	}

	.inner-section {
		max-width: 100%;
	}

	footer .upper-footer .row form {
		display: flex;
		gap:10px;
		flex-wrap: wrap;
	}

	footer .upper-footer .row form .wpcf7-form-control-wrap {
		width:60%;
		flex:0 0 60%;

	}

	footer .upper-footer .row form .wpcf7-form-control-wrap input{
		width:100%;
	}
	footer .upper-footer .row form .wpcf7-submit{
		width: max-content;
		margin-left: 0;
	}

	.custom-contact-form input[type="submit"] {
		padding: 10px;
		font-size:16px;
	}


}