@import url("https://use.typekit.net/yor6xkm.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

/*************************
          Blog
*************************/
.post.sticky { background: #f9f9f9; padding: 25px; border-left: 3px solid #db2d2e; margin-bottom: 60px; }
.post.sticky .blog-entry hr { display: none; }

/* Entry Video */
.audio-video,
.blog-entry-vimeo,
.blog-entry-you-tube {margin-bottom: 20px;}

.blog-entry-you-tube .js-video,
.blog-entry-vimeo .js-video{height: 0; padding-top: 25px; padding-bottom: 53.5%; margin-bottom: 10px; position: relative;
    overflow: hidden;}

.blog-entry-you-tube .js-video iframe,
.blog-entry-vimeo .js-video iframe {position:absolute; top:0; left:0; width:100%; height:100%;}

/* Entry image */
.blog-entry-image {margin-bottom: 20px;}
.masonry-main .masonry-item .blog-entry-slider{margin-bottom: 20px;}
.masonry-main .masonry-item .blog-entry-slider .item img{max-width: 100%;}

.format-gallery .blog-entry-slider{margin-bottom: 20px;}

/* Entry title */
.blog-entry .entry-title { margin-bottom: 5px; }
.entry-title i { display: table-cell; width: 30px; font-size: 20px; color: #db2d2e; }
.entry-title .entry-title { display: table-cell;}

.entry-title a {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}
.entry-title a:hover { color: #db2d2e; }
.blog-entry .entry-share .button { margin-bottom: 0;}

/* Blog Read Morw button */
.blog .blog-2 .blog-description .read-more {
    font-size: 14px;
    text-align: center;
    color: #db2d2e;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 8px 20px;
}

/* Entry meta */
.entry-meta { margin-bottom: 15px; }
.entry-meta ul { padding-left: 0px; }
.entry-meta ul li,
.entry-meta a { display: inline-block; padding-right: 10px; }
.entry-meta ul li { padding-right: 0; }
.entry-meta ul li > span{ padding-right: 10px;}
.entry-meta ul li a,
.entry-meta a { color: #626262; padding-right: 0;}
.entry-meta ul li > a{ padding-right: 10px; margin-bottom: 5px;}
.entry-meta ul li i,
.entry-meta i { color: #db2d2e; padding-right: 3px; }
.entry-meta ul li a:hover,
.entry-meta a:hover { color: #db2d2e; }
.blog-entry .entry-meta li { display: inline; }
.blog-entry .entry-meta li > span { margin: 5px 0; display: inline-block;}

.search-results .entry-meta a{margin-right: 10px;}

/* Entry content */
.blog .entry-content p { margin-bottom: 10px; font-weight: 500; }
.blog .entry-content p a { color: #db2d2e; }
.post .entry-content + .entry-share { margin-top: 15px;}

/* Blog section border */
hr { margin: 60px 0; }
.post:last-child hr { display: none; }

/* Pagination */
.pagination { margin: 0px; padding: 0; list-style: none; }
.pagination li { display: inline-block; }
.pagination li a { font-size: 15px; font-weight: 500; margin: 3px; color: #626262; border-radius: 0px; display: inline-block; }
.pagination > li > a,
.pagination > li > span { padding: 8px 16px; border: 1px solid #e3e3e3; border-radius: 0px; }
.pagination > li > span { padding: 10px 16px; }
.pagination > li.active > span { margin: 0 3px;}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-radius: 0px;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover,
.pagination li span.current {
    background-color: #db2d2e;
    border-color: #db2d2e;
    color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #db2d2e;
    border-color: #db2d2e;
    color: #fff;
}

/* Blog Tag */
.tags-2 { margin-bottom: 15px; }
.single-post .tags-2 { margin-bottom: 0px; }
.tags-2 h5 { margin-top: 15px; }
.tags-2 ul { padding-left: 0px; }
.tags-2 ul li { list-style: none; display: inline-block; margin-right: 5px; }
.tags-2 ul li a { background: none; border: 1px solid #e3e3e3; color: #999999; display: block; font-size: 14px; margin-bottom: 8px; margin-right: 0px; padding: 2px 6px; text-transform: capitalize; }
.tags-2 ul li a:hover { background: #db2d2e; border-color: #db2d2e; color: #ffffff; }

/* Leave a reply */
#cancel-comment-reply-link { color: #db2d2e; }
.commentlist .comment .comment-respond { border-bottom: 1px solid #f5f5f5; padding-bottom: 20px; margin-bottom: 40px; margin-left: 12.5%; }
.section-field { float: left; margin-right: 3%; width: 31.33%; margin-bottom: 3%; }
.section-field.comment-form-url { margin-right: 0px; }
.section-field.textarea { width: 100%; margin-right: 0px; }
.section-field.textarea textarea { height: 120px; padding: 10px;}
.section-field.comment-form-cookies-consent { width: 100%; position: relative; }
.section-field.comment-form-cookies-consent input { width: auto; height: auto; position: absolute; left: 0; top: 1px; }
.section-field.comment-form-cookies-consent label { padding-left: 20px; }

.section-field input,
.post-password-form input[type="password"],
.section-field textarea {
    padding-right: 12px;
    padding-left: 12px;
    color: #323232;
    height: 45px;
    border: 1px solid transparent;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
    padding: 10px;
}
.section-field input:focus,
.section-field textarea:focus,
.post-password-form input[type="password"]:focus {
    background: transparent;
    border-color: #db2d2e;
}
.comment-form .form-submit {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.comment-form .form-submit .button {
    margin-bottom: 0;
}

/* HTML tags and formatting */
.post-template-default .entry-content h2 { font-size: 36px; text-transform: uppercase; text-align: center; margin: 15px 0px; }

/* Blockquote */
blockquote { font-size: 16px; font-style: italic; }
cite { font-size: 14px; margin-top: 15px; font-weight: 600; color: #db2d2e;}

/* Tables */
table th, table td { border: 1px solid #dedede; padding: 10px; }

/* Definition lists */
dl dt { margin-bottom: 5px; }
dl dd { margin-bottom: 20px; }

/* List ( Nested ) */
.entry-content ul, .comment-content ul { padding-left: 20px; margin: 0 0 15px 10px; }
ul { padding: 0 0 0 15px; margin: 0px; list-style-type: disc; }
ul ul { margin-left: 15px; }
ul li { padding: 0px; margin: 0px; line-height: 24px; }

ol > li {
    list-style: decimal inside;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

/* List ( Nested ) */
.entry-content ol, .comment-content ol { padding-left: 15px; margin: 0 0 15px 10px; }
/*ol { padding: 0 0 0 15px; margin: 0px; }*/
ol ol { margin-left: 15px; }
ol li { padding: 0px; margin: 0px; line-height: 30px;}


/* Address */
.entry-content address, .comment-content address  { font-style: italic; }

/* Image alignment */
.entry-content img,
img.size-full,
.wp-caption img {margin-bottom: 10px; max-width: 100%;}

.alignright { float: right; margin: 5px 0px 5px 20px; }
.alignleft { margin: 5px 20px 5px 0; float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center;}

/* Template Password Protected*/
.post-password-form p input {
    height: 44px;
    width: 10%;
    background: #db2d2e;
    color: #fff;
    border: none;
}
.post-password-form p input:hover {
    background: #323232;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* POSTED BY */
.author-info {
    padding: 20px;
    background: #ffffff;
    margin-bottom: 25px;
    border: 1px solid #f3f3f3;
    position: relative;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.author-info .author-avatar {
    display: table-cell;
    width: 90px;
    padding-right: 20px;
    margin-bottom: 0;
}
.author-info .author-avatar img {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    padding: 3px;
}
.author-info > .author-description,
.author-info .author-details {
    display: table-cell;
    vertical-align: top;
}
.author-info .author-details h2,
.author-info .author-details h3,
.author-info .author-details h4 {
    margin-bottom: 10px;
}
.author-info .author-details .author-links {
    display: block;
    margin-bottom: 15px;
    float: none !important;
    position: absolute;
    right: 15px;
    top: 28px;
}
.author-info .author-details .author-links > a {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/* Comments */
.comments-title {
    margin: 25px 0px;
}
ol.commentlist {
    padding: 0px;
    list-style: none;
    margin-bottom: 25px;
}
.commentlist > li {
    list-style: none;
}
.children > li {
    list-style: none;
}
.comments-1 .comments-photo {
    border: 1px solid #e8ebf1;
    float: left;
    height: auto;
    margin-right: 2%;
    padding: 3px;
    width: 8%;
}
.comments-1 .comment-meta {
    background: none;
}
.comments-1 .comments-photo img {
    width: 100%;
}
.comments-1 .comments-info {
    display: table;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    width: 90%;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.comments-1 .comments-info p {
    word-break: break-all;
}
.comments-1 .comments-info .comment-meta h4 {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
}
.comments-1 .comments-info span {
    font-size: 13px;
    color: #999999;
}
.comments-1 .comments-info a {
    color: #db2d2e;
    margin-right: 5px;
}
.comments-1 .comments-info .comment-date a {
    color: #999999;
}
.comments-1 .comments-info .comment-date a:hover {
    color: #db2d2e;
}
.comments-1 .comments-info .comment-content a:hover {
    color: #999999;
}
.comment-nav li {
    list-style-type: none;
}
.comments-area .respond-form {
    margin-top: 40px;
}

/* Port navigation */
.port-arrow {
    width: 40px;
    text-align: center;
    background: #f6f6f6;
    display: inline-block;
    height: 74px;
}
.port-arrow i {
    text-align: center;
    font-size: 25px;
    line-height: 66px;
}
.port-navigation .port-photo {
    line-height: 74px;
    min-width: 124px;
    background: #eeeeee;
    text-align: center;
}
.port-navigation-right .port-photo {
    float: right;
}
.port-navigation-right .port-photo img {
    margin-top: -4px;
}

/* Gallery */
.gallery-size-thumbnail .gallery-item { margin-right: 2%; width: 18.4%; margin-bottom: 2%; display: inline-block; vertical-align: top; padding: 15px; text-align: center; border: 1px solid #f9f9f9; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.07); -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.07); box-shadow: 0 2px 8px rgba(0,0,0,0.07);}
.gallery-item .gallery-caption { font-size: 13px; }
.gallery-size-thumbnail .gallery-item img { margin-bottom: 10px; }
.gallery-columns-1 .gallery-item { width: 100%; margin-right: 0px; }
.gallery-columns-2 .gallery-item { width: 48%; }
.gallery-columns-3 .gallery-item { width: 31.3%; }
.gallery-columns-4 .gallery-item { width: 23%; }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.6%; }
.gallery-columns-7 .gallery-item { width: 12.2%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9.1%; }
.gallery.gallery-size-thumbnail { display: inline-block; width: 100%; }

/* Gallery Post - Details */
.blog-entry-grid ul.grid-post{list-style: none; padding: 0; margin: 0; display: inline-block;}
.blog-entry-grid ul.grid-post li{width: 33.3333%; float: left; padding: 3px;}
.blog-entry-grid ul.grid-post li img{width:100%}


/* Related Products */
.related-work .owl-carousel .owl-item img{ width: 100%;}

/* Search results */
.search-form input.placeholder {
    padding-right: 55px;
    padding-left: 12px;
    color: #323232;
    height: 45px;
    border: 1px solid transparent;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
    margin-bottom: 15px;
}
.search-form input.placeholder:focus {
    background: transparent;
    border-color: #db2d2e;
}

/* Replay */
.comments-info .reply .comment-reply-link {
    background: #db2d2e;
    padding: 5px 15px;
    color: #ffffff;
    line-height: 18px;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.comments-info .reply .comment-reply-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #323232;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.comments-info .reply .comment-reply-link:hover { color: #ffffff; }
.comments-info .reply .comment-reply-link:hover:before { height: 100%; }

/****ESTILOS NUEVOS****/

/*h1, h2, h3, h4, h5, h6, p, ul, ol {
    font-family: "interstate", sans-serif!important;
    font-weight: 700;
    font-style: normal;
}*/
h1 {
    font-size: 36px;
	text-transform: uppercase;
}
h3 {
    font-size: 28px;
	text-transform: uppercase;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
	font-family: 'Bebas Neue', sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 0px solid transparent;
    background: #db2d2e;
    color: #ffffff;
    vertical-align: middle;
    padding: 8px 20px;
    overflow: hidden;
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
	text-transform: uppercase;
    font-weight: 500;
}

.header_intro_bg-image {
    background-image: url(https://www.clubdelpintoraxalta.com/wp-content/themes/cardealer/images/default/page-header-bg.jpg?id=);
    background-position: center center;
    background-attachment: inherit;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_intro_opacity::before {
    background-color: rgba(0,0,0,0.7);
}

.inner-intro .container .intro-title.title_l_bread_r h1, .inner-intro .container .intro-title.bread_l_title_r h1 {
    margin-bottom: 0;
}
.banner h1 {
    color: #ffffff;
	line-height: 50px;
	font-size: 36px;
}
.banner p {
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0;
	position: relative;
	z-index: 2;
}

.entry-meta ul li a {
    color: #999999;
    font-size: 14px;
}
.blog .blog-entry h3.entry-title {
    font-family: 'Bebas Neue', sans-serif !important;
}
.blog .blog-entry h3.entry-title a {
    font-size: 22px;
}
.entry-content {
    color: #000000 !important;
    font-size: 1em;
    line-height: 1.6;
}

hr {
    margin: 40px 0;
    padding: 0px;
    border-bottom: 1px solid #666;
    border-top: 0px;
}

.blog-pagination {
    margin: 0px;
    padding: 0;
    list-style: none;
	text-align: center;
}
.blog-pagination a, .blog-pagination .current {
	border: 1px solid #e3e3e3;
    padding: 10px 16px;
	color: #999999;
	display: inline-block;
	font-size: 15px;
    font-weight: 500;
    margin: 3px;
}
.blog-pagination .current{
	background-color: #db2d2e;
	border-color: #db2d2e;
	color: #fff;
}

.sidebar-right h6{
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
	text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
.sidebar-right h6:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 0;
    bottom: 0px;
}
.sidebar-right .search-form {
    position: relative;
	margin-bottom: 40px;
}
.sidebar-right input.search-field {
    padding-right: 55px;
    padding-left: 12px;
    color: #323232;
    height: 45px;
    border: 1px solid transparent;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
}
.sidebar-right input.search-submit {
	border: 0;
	background: #db2d2e;
    color: #ffffff;
	position: absolute;
    right: 1px;
    top: 1px;
    padding: 0 12px;
    font-size: 14px;
    cursor: pointer;
    width: auto;
    line-height: 42px;
    height: 43px;
}

.sidebar-right .latest-post {
    max-width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.sidebar-right .latest-post:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.sidebar-right .item-footer {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-right .bgitemblog {
	width: 100px;
    height: auto;
	margin-right: 15px;
    background-repeat: no-repeat !important;
}

.sidebar-right .latest-post p, .sidebar-right .latest-post a, .sidebar-right .latest-post .post-date .rojo{
	color: #999999;
}

.item-related img {
    width: 100%;
}

footer h3 {
	font-size: 16px;
	font-weight: normal !important;
}
footer ul{
	list-style: none;
	padding: 0;
}

@media (max-width: 767px){
	.banner h1, .banner p {
    	text-align: center;
	}
	.sidebar-right {
		margin-top: 50px;
	}
}