/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
fullwidth {
    width: 100%;
}

a.ex1:hover, a.ex1:active {color: yellow;}

.trevor p {
	font-size: 1.1rem;
	margin-bottom: 10px;
	font-family: roboto, Arial, Helvetica, sans-serif;
}

.trevor h5 {
	font-size: 1.1rem;
	font-family: roboto, Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: center;
	color: #ba2529;
}

.trevor h4 {
		font-size: 1.2rem;
		font-family: roboto, Arial, Helvetica, sans-serif;
		font-weight: 700;
		margin-bottom: 5px;
}

.terms p {
	font-size: 1.1rem;
	margin-bottom: 10px;
	font-family: roboto, Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

.terms h4 {
		font-size: 1.2rem;
		font-family: roboto, Arial, Helvetica, sans-serif;
		font-weight: 700;
		margin-bottom: 5px;
}

.top-cart-title p {
	font-size: 1rem;
	margin-bottom: 10px;
	font-family: roboto, Arial, Helvetica, sans-serif;
}

.toggle-content p {
		font-size: 1rem;
		margin-bottom: 10px;
		font-family: roboto, Arial, Helvetica, sans-serif;}

.toggle-content h4 {
		font-size: 1.2rem;
		margin-bottom: 10px;
		font-family: roboto, Arial, Helvetica, sans-serif;}
		
.toggle-content h5 {
		font-size: 1.1rem;
		margin-bottom: 10px;
		font-family: roboto, Arial, Helvetica, sans-serif;
		font-weight: 700;
		margin-top: 10px;}
		

.about-us__tag {
    position: absolute;
    display: block;
    padding: 6px 10px 4px;
    margin: 10px 0 0 10px;
    border-radius: 2px;
    background: #ba2529;
    background-color: rgb(186, 37, 41);
    color: #fff;
    font-family: montserrat,Helvetica,Arial,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    transition: all 150ms ease-out;
	font-weight: 600;
}

.about-us__tag a {
	color: #fff;
}

.about-us__tag a:hover {
	color: #282828;
}

.bg-color a:hover {
    color: #333
}

.about-us__name, .about-us__description, .about-us__link, .about-us__navigation {
    padding: 0 20px;
}

.about-us__name {
margin-top: 0;
font-size: 18px;
}

.about-us__description {
    margin-bottom: 20px;
    margin-top: 0;
}

.about-us__link {
    font-family: montserrat,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.about-us__image {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.btn .fad {
    font-size: 16px;
    margin: 0 5px 2px -10px;
    padding-left: 1px;
}

.icon-chevron-left {
    position: absolute;
    width: 14px;
    height: 14px;
    left: auto;
    right: 6px;
    font-size: 12px !important;
}

.btn-default {
    color: #676b6f;
    background-color: transparent;
    border-color: #ebedf2;
	margin-bottom: 10px;
}

.miltonchiro {
  background-color: #FFF;
  width: auto;
  border: 1px solid black;
  padding: 10px;
}

.entry-image {
    width: 100%;
	height: auto;
}

#wrapper-head {	
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);}

@media (max-width: 991.98px) {
	#primary-menu-trigger {
		left: auto;
		right: 0;
	}
}

@media (min-width: 1100px){
body:not(.stretched) #wrapper {
    max-width: 1024px;
}}

@media (min-width: 200px){
.mb-4, .my-4 {
    margin-bottom: .5rem !important;
}}

@media (max-width: 400px) {
	.top-links-item > a {
    display: block;
    padding: 5px;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}
	}
	
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 90%;
	}
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 90%;
	}
}

@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 90%;
	}
}

@media (min-width: 1100px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 1024px;
	}
}

.footer-social {
	padding-top: 0px;
}

@media (min-width: 992px) {
.footer-social {
	padding-top: 15px;
}
}

.card-body {

    padding: .1rem;
}

table_hours {
	padding: 10px;
}

table_hours td{
font-size: 0.9rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 5px;
border-bottom: 1px solid rgba(0,0,0,.1);
}

.btn-danger {
    color: #fff;
    background-color: #ba2529;
    border-color: #ba2529;
    font-weight: 600;
    margin-top: 0;
}

@media (min-width: 992px) {
.btn-danger {
    color: #fff;
    background-color: #ba2529;
    border-color: #ba2529;
    font-weight: 600;
    margin-top: 4px;
}
}

.tech_list {
	padding-left: 30px;
	margin-left: 20px;
	margin-bottom: 0;
}

@media (min-width: 728px) {.tech_list {
	padding-left: 30px;
	margin-left: 20px;
	border-top: none;
    margin-top: 0;
	margin-bottom: 0;
}}

img.floatleft {
    float: left;
    margin: 11px 30px 0px 10px;
}

.content-wrap2 {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.span4 img {
    margin-right: 5px;
	margin-bottom: 10px;
}
.span4 .img-fluid {
    width: 50%;
	height: auto;
}

