/*!
Theme Name: Model
Theme URI: https://them.es/starter
Author: Model Agency
Author URI: https://model.com
Description: The Model theme
Version: 3.1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: model
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */
body {
	font-family: 'Open Sans', sans-serif;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
b, strong {
	font-weight: 600 !important;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.letter-space-4 {
	letter-spacing: 4px;
}

.logo .primary_text  {
	font-family: 'Yellowtail', cursive;
}
#header {
	background:  rgba(0, 0, 0, 0.65);
}
#navbar .nav-link {
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
#navbar .nav-link:hover,
#navbar .nav-link.active,
#navbar .nav-link:focus {
	background: #c7081b;
	background-color: #c7081b;
}
@-webkit-keyframes decrease-font {
	0% {
		font-size:  14px;
	}
	100% {
		font-size: 12px;
	}
}
@keyframes scale-down-center {
	0% {
		font-size:  14px;
	}
	100% {
		font-size: 12px;
	}
}

.navbar.p-0 {
	-webkit-animation: decrease-font 0.4s forwards;
	animation: decrease-font 0.4s forwards;

}
.navbar.p-0 .navbar-brand {
	padding-top:  0px;
	padding-bottom:  0px;
}
#footer {
	background-color: #2F2F2F !important;
}
#footer .nav-link {
	color: #999;
}
#footer .nav-link:hover,
#footer .nav-item.active .nav-link,
#footer .nav-link:focus {
	color: #c5c5c5;
}

/* Below home banner */
.page-content a {
	color: #c7081b;
}
.message-wrap {
	border-bottom: solid 2px #fff;
	border-top: solid 3px #fff;
	padding: 22px 0;
	background: #f0f0f0 url(images/message-shadow.png) top center repeat-x;
}
.message-shadow {
	position: absolute;
	width: 100%;
	z-index: 77;
	background: url(images/message-shadow.png) top center repeat-x;
	height: 21px;
	margin-top: 25px;
}
section.content, .car-info-wrap, .message-wrap .container {
	padding-left: 15px;
	padding-right: 15px;
}
.message-wrap h2 {
	font-size: 30px;
	font-weight: 300;
	color: #000;
	letter-spacing: -2px;
	margin: 0;
	text-align: left !important;
	padding-left: 0;
	line-height: 30px;
}
.alternate-font {
	font-size: 1.5em;
	font-family: 'Yellowtail', cursive;
	color: #c7081b;
}
/* Below homne banner styles ends */

/* Below home secondary styles */
#secondary-banner.glass {
	position: relative;
}
#secondary-banner {
	color: #FFFFFF;
}
#secondary-banner {
	background-color: #000000;
}
@media (min-width: 992px) {
	#secondary-banner {
		margin-top: 0;
		padding-top: 125px;
	}
}
@media (min-width: 768px) {
	#secondary-banner {
		margin-top: 0;
		padding-top: 127px;
	}
}
@media (min-width: 568px) {
	#secondary-banner {
		margin-top: -21px;
		padding-top: 124px;
	}
}
@media (min-width: 480px) {
	#secondary-banner {
		margin-top: 0;
		padding-top: 124px;
	}
}
@media (min-width: 1170px){
	#secondary-banner {
		margin-top: 0;
		padding-top: 125px;
	}
}

#secondary-banner {
	background-color: #000;
	position: relative;
	display: block;
	z-index: 22;
	margin-top: 0;
	text-shadow: 0 1px 0 #000;
	padding-top: 150px;
	color: #fff;
	height: 302px;
	border-bottom: solid 2px #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#secondary-banner h4 {
	font-size: 22px;
	font-weight: normal;
}

.breadcrumb {
	float: right;
	margin-top: 0;
	margin-bottom: -11px;
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb>li+li:before {
	color: #FFFFFF;
}
.breadcrumb li, .breadcrumb li a {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

@media (min-width: 1170px){
	#secondary-banner {
		margin-top: 0;
		padding-top: 160px;
	}
}
@media (min-width: 992px){
	#secondary-banner {
		margin-top: 0;
		padding-top: 160px;
	}
	#secondary-banner h4 {
		font-size: 22px;
		padding-left: 0;
		margin-bottom: -6px;
	}
}
@media (min-width: 768px){
	#secondary-banner {
		margin-top: 0;
		padding-top: 167px;
	}
	#secondary-banner h4 {
		font-size: 17px;
		padding-left: 0;
		margin-bottom: -8px;
	}
}
@media (min-width: 568px){
	#secondary-banner {
		margin-top: -21px;
		padding-top: 164px;
	}
	#secondary-banner h4 {
		font-size: 16px;
		padding-left: 0;
		margin-bottom: 2px;
	}
}

@media (min-width: 480px){
	#secondary-banner {
		margin-top: 0;
		padding-top: 164px;
	}
	#secondary-banner h4 {
		font-size: 20px;
	}
}
@media (min-width: 320px){
	#secondary-banner h4 {
		font-size: 18px;
	}
}

#secondary-banner.glass::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, .6);
}
#secondary-banner.glass::before {
	z-index: -1;
	display: block;
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}
/* Below home secondary styles ends */

.page-content p,
.page-content ul li,
.page-content ol li {
	font-family: Open Sans;
	font-size: 14px;
	color: #2D2D2D;
	line-height: 24px;
	font-weight: 400;
}



.lead {
	margin-bottom: 20px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 1.4 !important;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif, Arial;
	font-weight: 400;
}

h1 {
	font-size: 3.5rem ;
}

@media (min-width: 768px){
	#secondary-banner h1 {
		font-size: 28px;
		padding-top: 10px;
		padding-left: 0;
	}
}
@media (min-width: 568px){
	#secondary-banner h1 {
		font-size: 28px;
		padding-top: 33px;
		padding-left: 0;
	}
}
@media (min-width: 480px){
	#secondary-banner h1 {
		font-size: 28px;
		padding-top: 0;
		margin-top: 0;
	}
}
@media (min-width: 320px){
	#secondary-banner h1 {
		font-size: 28px;
		margin-top: 0;
		padding-top: 0;
	}
}
@media (min-width: 1170px){
	#secondary-banner h1 {
		font-size: 34px;
		padding-left: 0;
		font-weight: 600;
	}
}
#secondary-banner h1 {
	font-size: 36px;
	font-weight: 600;
	margin-top: 15px;
}
@media (min-width: 992px){
	#secondary-banner h1 {
		font-size: 34px;
		padding-left: 0;
	}
}
@media (min-width: 768px){
	#secondary-banner h1 {
		font-size: 28px;
		padding-top: 10px;
		padding-left: 0;
	}
}
@media (min-width: 568px){
	#secondary-banner h1 {
		font-size: 28px;
		padding-top: 33px;
		padding-left: 0;
	}
}
@media (min-width: 480px){
	#secondary-banner h1 {
		font-size: 28px;
		padding-top: 0;
		margin-top: 0;
	}
}
@media (min-width: 320px){
	#secondary-banner h1 {
		font-size: 28px;
		margin-top: 0;
		padding-top: 0;
	}
}
@media (min-width: 1170px){
	#secondary-banner h1 {
		font-size: 34px;
		padding-left: 0;
		font-weight: 600;
	}
}

.container {
	max-width: 1170px;
}
.page-content h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 800;
	color: #c7081b;
	margin: 10px 0;
}

@media (min-width: 768px){
	.lead {
		font-size: 21px !important;
	}
}
@media (max-width: 720px){

}

.default-btn, .btn-inventory, button, input[type="reset"], input[type="button"], input[type="submit"] {
	font-size: 15.5px;
	padding: 5px 13px;
	background-color: #c7081b;
	border-radius: 4px;
	border: 0;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 8px;
}
#popup_content {
	padding:  20px 15px;
}
#popup_content p {
	font-size: 14px;
}
.footer-menu .nav a {
	font-size: 14px;
	font-weight: 400;
	padding:  10px;
}
.footer-copyright {
	font-size: 14px;
	margin-top: 12px !important;
	font-weight: 400;
	padding-right: 10px !important;
}

@media only screen and (max-width: 520px){
	.navbar.fixed-top {
		padding-top: 8px !important;
	}
	.letter-space-4 {
		letter-spacing: 2px;
	}
}