/*
Theme Name: Gadauto
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A devdmbootstrap3 v1.80 child theme.
Version: 1.80
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
Template: devdmbootstrap3
*/


/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've include a child theme to use. Need help? http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap rules ****************/

/* barlow-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/barlow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Font Awesome */
@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url('fonts/fontawesome-webfont.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.navbar-default {
    background-color: #131313;
    border-color: #131313;
}

.dmbs-container {
    padding-bottom: 70px;
}

.dmbs-header {

}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {

}

.dmbs-main {
    margin-top: 0px;
}

.dmbs-left {

}

.dmbs-right {
    margin-top: 0px;
}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}

/* MISC */

body, a {
/*     font-family: SegoeUILight; */
}

body a:focus {
    outline: none;
}

body .estatico {
    position: static;
}

body .relativo {
    position: relative;
}

.breadcrumb{
    padding:0;
    background:none;
}

body .page-header {
    padding-bottom: 8px;
    margin: 0px 0 30px;
    border-bottom: none;

}

/* LISTADO NOTICIAS */

.dmbs-main > .page-header {

    font-family: 'Miriam Libre', sans-serif;
    font-size: 21px;
    color: #000;
}

.dmbs-main > h1.page-title{
    font-family: 'Miriam Libre', sans-serif;
    font-size: 22px;
    color: #333;
}

.hentry .texto {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

.hentry {
    position: relative;
}

.estatico.esfull {
    min-height: 160px;
}

.hentry .view-more {
    float:right;
    margin-top:20px;
    background: #555;
    border-radius: 0;
    color: #fff;
    padding: 7px 10px;
    border: 1px solid #555;
    text-transform:uppercase;
    font-size:12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.hentry .view-more:hover, .hentry .view-more:focus {
    background-color: #00a19b;
    border-color:#00a19b;
    color:#fff;
    text-decoration: none;
    outline: none;


}

.home .hentry, .search .hentry, .archive .hentry {
    border-top: 1px solid #d6d4d4;
    padding: 30px 0 30px;
}

.home .hentry:first-of-type, .search .hentry:first-of-type, .archive .hentry:first-of-type {
    border-top: none;
    padding-top: 0;
}

.hentry .page-header {
    margin-top: -9px;
    border: none;
    font-weight: normal;
    margin-bottom:15px;
}

.hentry .page-header a {
    font-family: 'Miriam Libre', sans-serif;
    font-size: 19px;
    color: #333;
}

.hentry .page-header a:hover {
    color: #00a19b;
}


.hentry .thumbnail {

    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

/* NOTICIA DETALLADA SINGLE */

.single .page-header {
    font-size: 35px;
    color: #000;
}

.single .texto h2 {
    font-size: 25px;
}

.single .texto h3 {
  font-size: 22px;
}

.single .texto h2 strong, .single .texto h3 strong, .single .texto h2 b, .single .texto h3 b {
  font-weight: normal;
}

.single .hentry .thumbnail.fot img {
    margin: 0 auto;
    text-align: center;
}

.single .hentry .thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0
    padding: 0;
    box-shadow: none;
}

.single .hentry .texto {
    margin-top: 30px;
    font-size: 13px;
    padding-bottom: 20px;

}

.single .hentry .texto p {
    margin-bottom: 15px;
}

/* COMENTARIOS */

.single .dmbs-comments {
    padding-top: 40px;
    border-top: 1px solid #000;
}

.single .dmbs-comments .well {
    box-shadow: none;
    border: none;
    background-color: #fff;
    padding: 0;
    min-height: 0;
}

#respond {
    padding: 19px;
    background-color: #fff;
}

#respond #reply-title {
    margin-top: 0;
}

#respond .form-submit .submit {
    box-shadow: none;
    border-radius: 0;
    background-color: #fff!important;
    border-radius: 0;
    color: #fff;
    padding: 7px 10px;
    border: 1px solid #e2e2e2!important;
    color: #000;
    text-transform:uppercase;
    font-size:10px;
    font-family: "Droid Serif", serif;
}

#respond .form-submit .submit:hover {
    background-color: #00a19b !important;
    border-color: #00a19b !important;
    color:#fff;
}

.single .commentlist {
    margin-bottom: 50px;
}

.single .dmbs-comments label {
    display: block;
    margin-top: 20px;
}

.single .dmbs-comments textarea, .single .dmbs-comments input {
    border: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 10px;
}

.single .dmbs-comments input[type=submit] {
    color: #4c545e;
    border: 1px solid #BDD96A !important;
    box-shadow: none;
    background-color: #BDD96A !important;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    margin-top: 20px;
}


.single .dmbs-comments input[type=submit]:hover {
    color: #BDD96A;
    background-color: #00a19b !important;
    border-color: #00a19b !important;
}

.single .commentlist .reply {
    margin-bottom: 30px;
}

.single .commentlist .reply a {
    background-color: #fff!important;
    border-radius: 0;
    color: #fff;
    padding: 7px 10px;
    border: 1px solid #e2e2e2!important;
    color: #000;
    text-transform:uppercase;
    font-size:10px;
    font-family: "Droid Serif", serif;
}

.single .commentlist .reply a:hover {
    color: #fff;
    background-color: #00a19b !important;
    border-color: #00a19b !important;
}

.single .commentlist {
    list-style: none;
    padding-left: 0;
}

.single .commentlist li {
    margin: 20px 0;
}

.single .commentlist .comment-meta {
    margin: 10px 0;
}

.single .commentlist .comment-body p {
    margin-bottom: 15px;
    font-size: 13px;
}

/* SIDEBAR */

.dmbs-right .widget {
    margin-top: 28px;
    margin-bottom: 9px;
}

.dmbs-right .widget h3 {
    font-family: 'Miriam Libre', sans-serif;
    letter-spacing: 2px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0px;
    color: #252525;
    padding: 10px;
    text-transform: uppercase;
    background-color: #fff;
}

.dmbs-right .widget ul{
    /*border: 1px solid #333;*/
    padding: 10px;
    list-style: none;
}

.dmbs-right .widget li{
    /*border-bottom: 1px solid #b3b3b3;*/
}

.dmbs-right .widget li:last-child{
    border: 0;
}

.dmbs-right .widget li a{
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
}

.dmbs-right .widget_categories li a::before {
    content: "";
}

.dmbs-right .widget li a:hover {
    color: #00a19b;
    text-decoration: none;
}


.dmbs-right .widget_recent_comments .recentcomments {
    padding: 8px 5px 8px 35px;
    border-bottom: 1px solid #eee;
    line-height: 18px;
}

.dmbs-right .widget_recent_comments .recentcomments:hover {
/*     font-weight: bold; */
}

.dmbs-right .widget_recent_comments .recentcomments a {
    padding: 0 !important;
    display: inline !important;
    border: none;
    line-height: normal;
}

.dmbs-right .widget_recent_comments .recentcomments a:hover {
    font-weight: inherit;
    background-color: transparent !important;
}

.dmbs-right .widget_recent_comments .recentcomments a:before {
    content: "";
    padding: 0;
}

.dmbs-right .widget:first-of-type {
    margin-top: 0;
}

.dmbs-right .widget_search > * {
    padding-top: 0;
    padding-bottom: 0;
}

.dmbs-right .widget_search > * {
    background-color: transparent;
}

.dmbs-right .widget_search #searchform {
    position: relative;
}

.dmbs-right .widget_search #searchform #s {
	display: inline-block;
	padding: 0 13px;
	height: 42px;
	line-height: 31px;
	margin-right: -4px;
	background: #fbfbfb;
    border: 1px solid #000;
    border-radius: 0;
}

.dmbs-right .widget_search #searchform #searchsubmit{
    position: absolute;
    right: 0;
    height: 100%;
    margin: 0;
    border-radius: 0;
    background-color: #000;
    border-color: #000;
}

.dmbs-right .widget_search #searchform #searchsubmit:hover{
    background: #00a19b;
}

.breadcrumb{
    background: #fff;
    padding: 5px 10px !important;
}

html .breadcrumb .bcn span{
    font-family: 'Miriam Libre', sans-serif;
    font-size: 13px;
}

.dmbs-right .widget_tag_cloud a {
    color: #B3B3B3;
}

.breadcrumb .navigation-pipe {
    display: none;
}

body .pos-breadcrumb .breadcrumb {
    color: #4d4d4d;
    font-size: 19px;
    clear: both;
    padding: 10px 0 20px 5px !important;
    margin-bottom: 15px;
}

body .pos-breadcrumb .breadcrumb a {
    font-family: 'Roboto',sans-serif;
    position: relative;
/*     top: -2px; */
}

body .pos-breadcrumb .breadcrumb a.current-item,
.breadcrumb_last{
    color: #00a19b;
    font-size: 14px;
}

#top .redes_sociales ul {
    margin-bottom: 0;
}

.logobot .thumbnail {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.logobot .thumbnail img {
    margin-left: 0;
}

.single .dmbs-main .hentry a {
    color: #00a19b;
}

.single .dmbs-main .hentry a:hover {
    text-decoration: none;
    color: #4d4d4d;
}

.gallery-caption {
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.gallery-item {
    padding-left: 15px;
    padding-right: 15px;
}

/* PAGE NAVI */

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #818181;
    color: #fff;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: none;
    text-decoration: none;
    background-color: #ccc;
    color: #fff;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    line-height: normal;
}

.wp-pagenavi a.last, .wp-pagenavi a.first {
    width: auto;
}

#footer .footer-bottom{
    background-color: #333;
    float: left;
    width: 100%;
}

html .breadcrumb a.home{
    padding: 0;
}

html .breadcrumb .bcn span{
    padding-right: 3px;
}

html .pos-breadcrumb{
    padding-top: 30px;
}

ul.wsp-pages-list,
ul.wsp-posts-list{
    padding-left: 30px;
    list-style-type: initial;
}

.wsp-container li{
    padding-bottom: 5px;
}

body.blog .type-post div.thumbnail img{
    height:300px;   
    width:300px;
}

.hentry .view-more,
.wp-block-search__button{
    color: #ffffff !important;
    background-color: #4376fb;
    border: 0;
}

.hentry .view-more:hover,
.wp-block-search__button:hover{
    color: #4376fb !important;
    background-color: #000000;
}

.wp-block-search__button{
    padding: 0 10px;
}

.hentry .page-header a:hover,
.dmbs-right .widget li a:hover{
    color: #4376fb !important;
}

body .pos-breadcrumb .breadcrumb a.current-item, .breadcrumb_last{
    color: #4376fb !important;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
    font: normal normal normal 14px/1 FontAwesome;
}

.fa-map-marker-alt::before{
    content: "\f3c5";
}



@media (max-width:991px) {
    .dmbs-content img {
        max-width: 100%;
        height:auto;
    }
    
}


@media (max-width:767px) {
    .home .hentry .thumbnail, .search .hentry .thumbnail, .archive .hentry .thumbnail {
        box-shadow: none;
        background-color: transparent;
        margin-bottom: 30px;
    }

    .home .hentry .thumbnail img, .search .hentry .thumbnail img, .archive .hentry .thumbnail img {
        float: none;
    }

    .hentry .view-more {
        position:static;
        margin: 10px 0;
        display:inline-block;
        float:right;
    }
    
    
}
