/*
Theme Name: Azure Basic Child
Author: C. A. Brown
Description: Child Theme for Azure Basic.   
Template: azure-basic
*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { 
	height: 100%; 
    font-family: 'Poppins', sans-serif;
	background: #fff; 
	color: #222;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { 
	color: #c4150e;
	text-decoration: none; 
}

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	width: 70%;
	float: left;
	overflow: hidden;
}
#content { 
	width: 100%; 
}

#sidebar { 
	overflow: hidden;
    float: right;
    width: 30%; 
}
.wide #primary {
	width: 100%;
	float: none;
	overflow: hidden;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.singlewidth #sidebar {
	display: none;
}
.singlewidth #primary ul {
	list-style-type: disc;
}


/*    Framework Styles        */
/*---------------------------*/



/* Header */

#topsection {
	width: 100%;
	position: fixed;
	z-index: 700;
}
/* Transitions */

#topsection {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}
.logo {
    float: left;
    width: 30%;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}
.logo img {
	max-width: 350px;
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}
.logo img.small {
	max-width: 150px;
}
.topheader {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
#top-header { 
	padding: 0 0 30px 0;
	position:relative; 
}

#main { 
	padding: 100px 0 50px; 
}
.page-id-10 #main {
	padding: 0;
}

.entry-header { margin: 0 0 25px 0; }


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 38px; 
	color: #222;
	font-weight: bold;
}
h1 span {
	font-size: 30px;
	font-weight: 600
}
h2 {
	color: #222;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 4px;
}
h3 {
	color: #E80114;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}
#container-full { 
	width: 100%; 
}	  
.topbarbg {
	background-color: #c4150e;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 500;
}
.topbar {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-weight: 600;
}
.topbarleft {
	float: left;
	width: 90%;
	font-size: 12px;
}
.topbarright {
	float: right;
	width: 10%;
}
.topbarleft ul {
	margin: 0;
	padding: 5px 0;
}
.topbarleft li {
  display: inline-block;
  padding: 0 15px;
}
.topbarleft li:first-child {
	padding-left: 0;
}
.topbarleft li:last-child {
	padding-left: 0;
}
.topbarright ul {
	background-color: #000;
	padding: 5px 10px;
	margin: 0;
	max-width: 120px;
	width: 100%;
	text-align: center;
	float: right;
}
.topbarright li {
	display: inline-block;
}
.topbarright .fas, .topbarright .fa-solid {
	padding-right: 10px;
}
.topbar a {
	color: #fff;
}
.topbar .fas, .topbar .fa-solid, .topbar .fa-brands {
  font-weight: 900;
  padding-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.homebanner {
	width: 100%;
	position: relative;
	margin: -50px 0 0;
}
.homebanner img {
	width: 100%;
}
.hometextbg {
	position: absolute;
  	bottom: 20%;
  	left: 0;
  	right: 0;
  	max-width: 1150px;
  	margin: 0 auto;
  	z-index: 400;
}
.hometext {
  max-width: 520px;
  width: 100%;
  padding: 15px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 44px;
  text-shadow: 1px 1px #000;
}
.hometext h1 {
  font-size: 24px;
  margin-bottom: 0;
  color: #c4150e;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hometext button {
	background-color: #c4150e;
	border: none;
	padding: 15px 40px;
	margin: 15px 0;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
	display: block;
}
.hometext button a {
	color: #fff;
} 
.innerbanner {
	position: relative;
	width: 100%;
	margin: -50px 0 0;
}
.innerbanner img {
	width: 100%;
}
.innertext {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  max-width: 1150px;
  margin: 0 auto;
  z-index: 600;
  padding: 0 15px;
}
.innertext h1 {
  	font-size: 30px;
	color: #fff;
	float: right;
	text-align: right;
}
.tires {
  max-width: 1200px;
  width: 100%;
  margin: -165px auto 0;
  position: relative;
  z-index: 600;
}
.tires img {
	max-width: 500px;
	width: 100%;
	height: auto;
	float: right;
}

/* Top Navigation */

#access { 
	padding: 15px 0 5px; 
    z-index: 500; 
	width: 70%;
	float: right;
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #fff; 
	padding: 4px 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}
#access a:hover { 
	color: #C4160F; 
}
#access li.current-menu-item {
	border-bottom: solid 2px #C4160F;
}

#access ul li:hover ul  {
	background-color: rgb(0, 0, 0, .08);
	padding: 5px;
	text-align: left;
 }


/* Header Title Section */

/*
#top-header-section { 
	max-width: 1150px;
	width: 100%; 
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 500;
	top: 50px;
}
*/

#top-header-section { 
	max-width: 1150px;
	width: 100%; 
	margin: 0 auto;
}

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */


.featured-thumb { margin-bottom: 10px; }
 
article { 
 	padding: 0;
}
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { 
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 0; 
	clear: both;
    width: 100%; 
}
.columns {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}
.column1 { 
    width: 100%; 
	float: none;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.column1 a {
	color: #C4150E;
	display: block;
}
.column1 img {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}
.column1 .fab, .column1 .fa-brands {
  font-weight: 400;
	font-size: 28px;
}
.menu-footer-container {

}
.menu-footer-container ul {
	margin: 0;
	padding: 0;
}
.menu-footer-container li {
	display: inline-block;
}
.menu-footer-container a {
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
}
.column2 { 
    width: 33%; 
	float: left;
	display: none;
}
.column3 { 
    width: 33%; 
	float: left;
	display: none;
}

.column.last { margin: 0; }

#footer-content { 
	padding-top: 25px; 
}

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { 
	padding: 5px 0; 
	margin: 15px;
	background-color: #000;
}

#theme-credit { 
	color: #C4150E;
	padding: 10px 0; 
	text-align: center;
	font-size: 12px;
}
#theme-credit a {
	display: inline-block;
}
#theme-credit ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#theme-credit li {
  	display: inline-block;
  	width: 350px;
}
#theme-credit li:nth-child(1) {
	text-align: right;
	padding-right: 20px;
}

*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}

.home1 {
	padding: 0 15px;
}
.home1 h2 {
	text-align: center;
}
.home1 p {
	margin: 0;
}
.home2bg {
	padding: 60px 0 40px;
	background: rgb(218,213,213);
	background: linear-gradient(230deg, rgba(218,213,213,1) 22%, rgba(253,253,253,1) 71%); 
	overflow: hidden; 
	display: block;
}
.home2 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home2left {
	float: left;
	width: 48%;
}
.home2right {
	float: right;
	width: 48%;
}	
.home2left img {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.home3bg {
	background-image: url(images/specialsbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 50px;
	padding: 40px 0 0;
	overflow: hidden;
	position: relative;
}
.home3 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home3left {
  float: left;
  width: 45%;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 100px 0 0 120px;
  letter-spacing: 4px;
}
.home3left p {
	margin: 0;
}
.home3right {
	float: right;
	width: 55%;
}
.home3special img {
	max-width: 200px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 10px;
	left: 10px;
}
.home3right img {
	max-width: 700px;
	width: 100%;
	height: auto;
}
.home3left h2 {
  color: #C4150E;
  font-size: 50px;
  line-height: 22px;
	letter-spacing: 0;
}
.home3left h3 {
  color: #fff;
  font-size: 110px;
  font-weight: 900;
  margin-bottom: 5px;
	letter-spacing: 0;
}

.home4 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home4left {
	width: 48%;
	float: left;
}
.home4right {
	width: 48%;
	float: right;
}
.home4right img {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.redlineleft {
	height: 4px;
	width: 150px;
	background-color: #c4150e;
	margin-bottom: 15px;
}
.redlinecenter {
	height: 4px;
	width: 150px;
	background-color: #c4150e;
	margin: 0 auto 15px;
	display: block;
}
button {
	background-color: #C4150E;
	padding: 15px 35px;
	border: none;
	display: block;
	margin: 15px 0;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
}
button a {
	color: #fff;
}
button a:hover {
	#000;
}
.button a:visited {
	color: #fff;
}	
.contactleft {
	float: left;
	width: 30%;
	line-height: 22px;
}
.contactleft ul {
	list-style-type: none !important;
	margin: 15px 0 0;
	padding: 0;
}
.contactleft li {
	padding-bottom: 8px;
}
.contactleft img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.contactleft p {
	margin-bottom: 0;
}
.contactleft table td {
	padding-bottom: 10px;
}
.contactleft .fas {
	color: #E80114;
}
.contactleft a {
	color: #343854;
}
.contactright {
	float: right;
	width: 64%;
	margin-bottom: 75px;
	padding-top: 20px;
}
.contactline {
	background-color: #EEEEEE;
	height: 2px;
	margin: 20px 0;
}
#input_1_1_3, #input_1_1_6, #input_1_2, #input_1_3, #input_1_4 {
    background-color: #EEEEEE;
    border: none;
    font-size: 14px;
    height: 40px;
	width: 100%;
}
#input_1_5 {
	background-color: #EEEEEE;
	border: none;
	height: 75px;
	font-size: 14px;
}
.formtitle {
	color: #E80114;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.2em;
	font-weight: 700;
}
#gform_submit_button_1 {
	background-color: #000;
	padding: 15px 25px;
	color: #fff;
	border: none;
}
tbody tr:nth-child(2n) td, tbody tr.even td {
  background: none !important;
}
.tfm {
	display: inline-block;
}
hr {
	margin: 50px 0;
}
.colored-box {
	padding: 5px 0 35px;
}
.colored-box ul {
	margin: 0;
	padding: 0;
}
.colored-box li {
	padding-bottom: 8px;
}
.colored-box span.today { 
	color: #222; 
	font-weight: bold;
}
.map {
	display: block;
	margin-bottom: -6px;
}
.teamleft {
	float: left;
	width: 55%;
}
.teamright {
	float: right;
	width: 35%;
}
.teamright img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
.teamleft h2 {
  color: #EB1C2E;
  font-size: 28px;
}
.teamleft h3 {
  color: #222;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.specialpagebg {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.specialpagebg img {
	width: 100%;
}
.specialpage {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}


/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1050px) {

}
@media only screen and (min-width:0px) and (max-width: 900px) {

}

@media only screen and (min-width:0px) and (max-width: 850px) {
.homebanner {
  	width: 100%;
  	height: 400px;
  	overflow: hidden;
  	position: relative;
	margin: -30px 0 0;
}

.homebanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innerbanner {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.innerbanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.logo {
  width: 100%;
  float: none;
  text-align: center;
}
.logo img {
	max-width: 250px;
}
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.home1left {
	float: none;
	width: 100%;
}
.home1right {
	float: none;
	width: 100%;
}
.home2left {
	float: none;
	width: 100%;
}
.home2right {
	float: none;
	width: 100%;
}
.home3left {
	float: none;
	width: 100%;
	padding: 100px 0 32px 15px;
	font-size: 15px;
}
.home3left h2 {
  font-size: 30px;
}
.home3left h3 {
  font-size: 80px;
}
.home3right {
	float: none;
	width: 100%;
}
.home4left {
	float: none;
	width: 100%;
}
.home4right {
	float: none;
	width: 100%;
}
.contactleft {
	float: none;
	width: 100%;
}
.contactright {
	float: none;
	width: 100%;
}
.teamleft {
	float: none;
	width: 100%;
}
.teamright {
	float: none;
	width: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {

}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.hometextbg {
  bottom: 32%;
}
.hometext {
  max-width: 425px;
  font-size: 26px;
  line-height: 30px;
}
#top-header-section {
  position: relative;
  top: 0px;
}
.topbarbg {
  background-color: #c4150e;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 500;
  display: none;
}
.home3special img {
  max-width: 130px;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.menu-footer-container {
	display: none;
}
}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


