@charset "UTF-8";
/*
Theme Name: Texas Sod
Theme URI: 
Author: Red Spot Web Design
Author URI: https://www.redspotdesign.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
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 with others.

Website Name is based on Underscores https://underscores.me/, (C) 2012-2018 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/
*/

/*###################################
# General Styles
###################################*/

* { box-sizing: border-box; }
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0 auto; width: 100%; overflow: hidden;}
a, a:visited {color: inherit; text-decoration: none; -webkit-transition: all .5s ease; text-decoration: none !important;}
a, img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
a:focus {outline: none!important;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin-top: 0;}
p:last-of-type { margin-bottom: 0!important; }

/*###################################
## Layouts
###################################*/

.dbl { display: inline; }
.db { display: block!important; }
.tc { text-align: center; }
.lr { left: 0!important; right: 0!important; }
.mgla { margin: 0 0 0 auto!important; }
.mgla .e-con-inner { margin: 0 0 0 auto!important; }
.mgra .e-con-inner { margin: 0 auto 0 0!important; }
.mg, .mg .e-con-inner { margin: 0 auto!important; }
.mid { transform: translateY(-50%)!important; }
.full-width { width: 100%; left: 0; right: 0; }

/* IMAGE */

.image-gradient-bottom { -webkit-mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 90% ) 80%, transparent 105%); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 90% ) 80%, transparent 105%); mask-repeat: no-repeat; mask-size: 100% 100%; }

/*###################################
## BUTTONS
###################################*/

.full-btn .elementor-button { width: 100%!important; }

/*###################################
## HEADER
###################################*/

/* body.elementor-editor-active #site-header { } */
/* body:not(.elementor-editor-active) #site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; } */
/* body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 100px; }*/
body:not(.elementor-editor-active) #site-header.sticky { background: #FFFFFF!important; }

.header-tel .elementor-icon-list-text > span { font-size: 12px!important; line-height: 1.2em!important; }

/*###################################
## CONTENT
###################################*/

.col-2 { column-count: 2; }
.list-item ul { margin: 0; padding: 0; list-style: none; }
.list-item ul li { line-height: 2.4em; }

/* SERVICES */

.services-item:hover img { transform: scale(1.1); border-radius: 8px; }

/* PRODUCT TABLE */

.product-table .spec-table { width: 100%; border-collapse: separate!important;  border-spacing: 0 6px;  }
.product-table .specs-detail { width: 70%; padding: 10px 20px; }
.product-table .specs-detail ul { padding: 0 0 0 20px; margin: 0; }
.product-table .specs-title { font-family: 'Onest', sans-serif; font-weight: 400; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; line-height: 2.4em; width: 30%; padding: 10px 20px;  }
.product-table .spec-table tr:nth-child(even) { background: #EEEEEE; }
.product-table .spec-table tbody tr td:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.product-table .spec-table tbody tr td:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.product-table .spec-table td { vertical-align: top !important; }

/*###################################
## FOOTER
###################################*/

.footer-tel .elementor-icon-list-text > span { font-size: 15px!important; line-height: 1.2em!important; width: 45%!important; }
.footer-tel .elementor-icon-list-text { display: flex; align-items: center; width: 100%; }
.footer-tel .elementor-icon-list-text > a { width: 55%!important; }
.footer-nav .elementor-nav-menu { column-count: 2!important; }

/*###################################
## INNER
###################################*/
	
/* PARTS CATEGORY ARCHIVE */

.manufacturer-box { display: flex; flex-wrap: wrap; gap: 40px; }
.category-box { background: #FAFAFA; padding: 20px 30px 30px; border-radius: 15px; width: 100%; }
.category-box h5 { font-weight: 700!important; text-transform: uppercase; border-bottom: 1px solid #EEEEEE!important; padding: 0 0 10px!important; margin: 0 0 30px!important; }
.category-box ul { margin: 0; padding: 0; list-style: none; column-count: 2; }
.category-box ul li { line-height: 1.9em; }

/*###################################
## RESPONSIVE
###################################*/

@media screen and (max-width: 1600px){
	
	.header-links { --gap: 20px 20px!important; --row-gap: 20px!important; --column-gap: 20px!important; }
	.header-tel .elementor-icon-list-text > span { font-size: 10px!important; line-height: 1em!important; }
	
}

@media screen and (max-width: 1060px){
	
	.header-tel .elementor-icon-list-text > span { font-size: 9px!important; line-height: 1em!important; }
	.header-links { --gap: 15px 15px!important; --row-gap: 15px!important; --column-gap: 15px!important; }
	
}

@media screen and (max-width: 960px){
	
	.header-tel .elementor-icon-list-text > span { font-size: 8px!important; line-height: 1em!important; }
	.header-links { --gap: 10px 10px!important; --row-gap: 10px!important; --column-gap: 10px!important; }
			
}

@media screen and (max-width: 767px){
	
	body { min-width: 320px!important; }
	
	.site-hrs { position: relative!important; left: 0!important; right: 0!important; }
	
	.header-tel .elementor-icon-list-text > span { font-size: 10px!important; line-height: 1em!important; }
	.header-links { --gap: 20px 20px!important; --row-gap: 20px!important; --column-gap: 20px!important; }
	
	.footer-tel .elementor-icon-list-text > span { font-size: 12px!important; line-height: 1.2em!important; width: 100%!important; display: block;
        text-align: center; margin: 0 0 5px }
	.footer-tel .elementor-icon-list-text { display: block; align-items: center; width: 100%; }
	.footer-tel .elementor-icon-list-text > a { width: 100%!important; }
	.footer-nav .elementor-nav-menu { column-count: 2!important; }
	
	/* PRODUCT */
	
	.product-table .specs-title { font-size: 10px!important; line-height: 1.4em; }
	
	/* INNER */
	
		/* ABOUT */
		
		.tag-content { position: relative!important; }
			
}

@media screen and (max-width: 460px){
	
	.header-links { --gap: 10px 10px!important; --row-gap: 10px!important; --column-gap: 10px!important; }
				
}

@media screen and (max-width: 430px){
	
	.header-tel .elementor-icon-list-text > span { font-size: 8px!important; line-height: 1em!important; }
	.header-tel .elementor-icon-list-text a { font-size: 10px!important; line-height: 1.4em!important; }
	.header-links { --gap: 15px 15px!important; --row-gap: 15px!important; --column-gap: 15px!important; }
			
}

@media screen and (max-width: 390px){
	
	.header-tel .elementor-icon-list-icon svg { width: 20px!important; margin: 0 2px 0 0 !important; }
	.header-tel .elementor-icon-list-text > span { font-size: 2vw!important; line-height: 1em!important; }
	.header-tel .elementor-icon-list-text a { font-size: 2.5vw!important; line-height: 1.2em!important; }
			
}

@media screen and (max-width: 380px){
	
	.grid-item { --e-con-grid-template-columns: repeat(1, 1fr)!important; }
			
}