/*
Theme Name: Lemars Child
Author: Dexign Zone
Version: 1.0.0
Author URI: http://themeforest.net/user/dexignzone
Theme URI: https://lemars.dexignzone.com/wp/demo
Description: This is The Lemars WordPress theme
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: lemars
Template: lemars
*/

.dlab-topbar-left .btn{
    border-radius: 0 !important;
    font-family: 'Oswald' !important;
    display: flex;
    align-items: center;
}

.dlab-topbar-left .btn .flecha{
    font-size:28px;
    margin-left: 15px;
}

.obra-detalle{
    color: black;
    font-family: 'PT mono';
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #AAA;
    padding-bottom: 20px;
    margin: 60px 0 25px;
}

.blog-post .dlab-post-text p{
    font-family: 'PT mono' !important;
    color:black !important;
}
.author-profile-content p{
    font-family: 'PT mono' !important;
}

.section-head .title-sm, .blog-card-info .title-sm{
    font-family: 'PT mono';
    color:#818181;
    text-transform: none;
    font-size: 20px;
}
.blog-card-info .title-sm{
    font-size: 16px;
}

.subscribe-sc:after{
    display: none;
}

.donde-encontrarnos{
    padding: 100px 0;
    background-image: url(img/fondo-donde-encontrarnos.jpg);
    font-family: 'Oswald' !important;
}
.donde-encontrarnos .texto{
    background-color: white;
    padding: 20px 40px;
    text-align: center;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: -45px;
    margin-bottom: -15px;
    z-index: 2;
    position: relative;
}
.donde-encontrarnos .datos-oficina{
    background-color: #383838;
    font-size: 24px;
    padding: 35px 35px 35px 60px;
}
.donde-encontrarnos .datos-oficina p{
    color:white !important;
    margin-bottom: 5px;
    font-family: 'Oswald' !important;
    font-weight: 300;
}
.footer-widget h6{
    text-align: left !important;
    color:white !important;
}
.textwidget p{
    color:white !important;
    font-family: 'Oswald' !important;
}
footer .footer-title span{
    border-top: none !important;
    padding-bottom: 6px;
    border-bottom: 1px solid #646360;
}

.widget_nav_menu li {
    border-bottom: none !important;
}

.widget_nav_menu li a{
    font-family: 'Oswald';
    text-transform: uppercase;
}

.blog-card.post-grid .blog-card-info{
    background: #f2f2f2;
    padding-bottom: 30px;
    width: 100%;
}

.blog-card-info.style-1 > div {
    flex: 0 0 45% !important;
}

.btn-link.readmore{
    width: 40px;
    height: 40px;
    background-color: #383838;
    color: white !important;
    border-radius: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-card-media img{
    width: 100%;
}

.blog-card-info .title, .blog-card-info .excerpt{
    font-weight: 300;
}
.blog-card-info .excerpt{
    font-family: 'Oswald' !important;
    font-size: 23px !important;
    line-height: 1.3em;
}

.next-post .title, .prev-post .title{
    font-weight: 300;
}

.next-post .title .post-date, .prev-post .title .post-date{
    font-family: 'PT Mono';
    text-transform: none;
}