/*
	Theme Name: www.brunospowersports.com
	Theme URI: https://sandhills.com
	Author: Sandhills
	Author URI: https://sandhills.com
	Description: Sandhills default template.
	Version: 1.0
	Text Domain: sandhills
	Tags: Sandhills default
*/

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0; list-style: none;} img{max-width: 100%; image-rendering: -webkit-optimize-contrast;}
.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *, *:before, *:after{box-sizing: border-box;}

html, body{font-family: lato, sans-serif; font-weight: 600; line-height: 1.5; height: 100%; width: 100%;}
::-moz-selection{background: #EB251A; color: #fff; text-shadow: none} ::selection{background: #EB251A; color: #fff; text-shadow: none}

.sidebarColumn{min-height: inherit !important;}
.main{padding: 50px 0;}
.wrap{max-width: 1440px; margin: 0 auto; padding: 0 20px;}

.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}
/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6{font-weight: 900;}
a{color: inherit; cursor: pointer; transition: all .2s ease-in-out;} a:hover{color: inherit;}

.btn{display: inline-block; background: #EB251A; padding: 12px 15px 10px; font-size: 12px; font-weight: 900; text-transform: uppercase; color: #fff; border-radius: 8px;}
.btn:hover{background: #CB1F15; color: #fff; box-shadow: none !important;}

/* HEADER */

.top-header{background: #1b1b1b; padding: 15px 0; font-weight: 700; color: #fff;}
.top-header .wrap{display: flex; align-items: center; max-width: calc(100% - 100px);}
.top-header .address{padding: 0 15px;}
.top-header .phone{margin-left: auto;}

.header{background: url("images/bg-header.jpg") center center no-repeat; background-size: cover; padding: 15px 0; font-size: 24px; font-weight: 900; color: #fff;}
.header .wrap{display: flex; justify-content: center; align-items: center; max-width: 100%;}
.header .logo{padding: 0 25px;}
.header .heading-left{text-align: left;}
.header .heading-right{text-align: right;}

.bottom-header{background: #212224; color: #fff; border-top: 2px #EB251A solid;}
.bottom-header .wrap{display: flex; align-items: center; max-width: calc(100% - 100px);}
.bottom-header .social{margin-left: auto; padding-left: 25px;}
.bottom-header .social ul{display: flex; flex-shrink: 0;}
.bottom-header .social ul li{display: inline-block; padding: 0 5px;}

/* HOME */

.manus{background: url("images/bg-header.jpg") center center no-repeat; background-size: cover; max-width: 900px; margin: auto; padding: 25px;}
.manus .n2-ss-slide{background: none !important; background-color: none !important;}

.home-btns{padding: 0 20px;}
.post-container-home-buttons, .post-container-about-buttons{display: flex; justify-content: center; flex-wrap: wrap;}
.column-padding-home-buttons, .column-padding-about-buttons{flex: 1; margin: 0 5px;}
.zoom{position: relative; overflow: hidden;}
.zoom img{display: block; width: 100%;}
.zoom .zoom-caption{display: flex; align-items: flex-end; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, .5); font-size: 24px; font-weight: 700; text-transform: uppercase; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); color: #fff; transition: all .5s ease; z-index: 10;}
.zoom .zoom-caption h3{width: 100%; background: rgba(0, 0, 0, 0.5); padding: 10px; font-size: 16px; text-align: center;}
.zoom:hover .zoom-caption{background: rgba(235, 37, 26, 0.5);}

.home-half{display: flex; flex-wrap: wrap; color: #fff;}
.home-half .btn{background: none; border: 2px #fff solid;}
.home-half .btn:hover{background: #fff; color: #EB251A;}
.home-half .half-media{width: 50%; background: url("images/half-media.jpg") center center no-repeat; background-size: cover; padding: 100px 150px;}
.home-half .half-testimonials{width: 50%; background: url("images/half-testimonials.jpg") center center no-repeat; background-size: cover; padding: 100px;}

/* BODY */

.banner{background: url("images/bg-banner.jpg") center center no-repeat; background-size: cover; padding-top: 100px;}
.banner h1{background: rgba(0, 0, 0, 0.75); padding: 15px 75px; font-size: 32px; color: #fff;}

.manu-list ul{display: flex; justify-content: center; flex-wrap: wrap;}
.manu-list ul li{display: block; max-width: 190px; margin: 5px; padding: 15px; text-align: center; border: 1px #333 solid;}

.contactForm h1{display: none;}
.contactForm h3{display: block; background: #000; margin: 15px 0; padding: 15px; font-size: 20px; text-align: center; color: #fff;}
.contactForm .checkbox, .contactForm .radio{display: inline-block; padding: 0; margin: 0;}
.contactForm .checkbox label, .contactForm .radio label{margin: 10px 10px 0 0; padding: 0;}
.contactForm .btn-success{background-color: #EB251A !important; border-color: #EB251A !important; padding: 10px 30px; font-weight: 900; color: #fff;}
.contactForm .btn-success:focus, .contactForm .btn-success:hover{background-color: #CB1F15 !important; border-color: #CB1F15 !important;}
.contactForm .contactFormLabel{display: block; margin-left: 0 !important; font-size: 12px; font-weight: 700;}
.contactForm .form-control{height: auto; margin-top: 5px; padding: 10px;}
.contactForm .form-control-feedback{width: 100%; top: 0 !important; font-size: 8px; text-align: right;}
.contactForm .has-feedback label~.form-control-feedback{top: 2px !important; left: 0; font-size: 10px; text-align: right!important;}

.newsletter{background: #262A2D; padding: 40px 0; text-align: center; color: #fff}
.newsletter h2{font-size: 32px;}
.newsletter .wrap{max-width: 900px;}
.newsletter .mar-top{margin-top: 0;}
.newsletter .contactFormLabel{color: #aaa;}
.newsletter .form-control{background: #4b4b4b; color: #fff !important; border: 1px #919191 solid;}

/* FOOTER */

.footer{background: #1A1D1F; padding: 35px 0; color: #fff;}
.footer h3{margin-bottom: 5px; font-size: 16px; color: #EB251A;}
.footer a:hover{color: #EB251A;}

/* RESPONSIVE */

@media screen and (max-width: 1800px){
	.top-header .wrap, .bottom-header .wrap{max-width: 100%;}
	
	.banner h1{padding: 15px 20px;}
}
@media screen and (max-width: 1200px){
	.home-half .half-media, .home-half .half-testimonials{width: 100%; padding: 35px 20px;}
	
	.footer .col-sm-3{width: 33.3333%; margin-bottom: 15px;}
	.footer .col-sm-3:last-child{width: 100%; text-align: center;}
}
@media screen and (max-width: 768px){
	.top-header, .header .heading-left, .header .heading-right{display: none;}
	.banner{padding-top: 50px;}
	.banner h1{font-size: 24px; text-align: center;}
	
	.main{padding: 35px 0;}
	.hide-mobile{display: none;}
	.home-info iframe{height: 250px;}
	.home-btns{padding: 0 20px 25px;}
	.column-padding-home-buttons, .column-padding-about-buttons{flex: none; width: calc(50% - 10px); margin: 5px;}
	.zoom{width: 100%; height: 85px;}
	.zoom img{width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
	.zoom .zoom-caption h3{font-size: 14px;}
	
	.footer .col-sm-3{width: 100%; text-align: center;}
	.footer img{margin: auto;}
	.footer ul li{display: inline-block; padding: 5px;}
}
@media screen and (max-width: 480px){
	
}