/*
Theme Name:     Verdad Abierta theme
Theme URI: 		http://verdadabierta.com
Description:    Child theme made by Digital Cocktail based on Newspaper theme.
Author:         Digital Cocktail
Author URI: 	http://digitalcocktail.co
Template:       Newspaper
Version:        7.7c
*/
/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.searchandfilter h4, .searchandfilter .chosen-results li, .searchandfilter .search-choice, .searchandfilter .search-field, .searchandfilter .search-filter-reset, .pub-autor, .pub-year {
  font-size: 12px;
}

.publicacion-titulo, .publicacion-autor, .publicacion-ano {
  font-size: 14px;
}

.logosContainer {
  padding: 0.625em;
}

/* --------------------------------------------------------------
## - Styles by @emergugue - Since march, 2017
---------------------------------------------------------------*/
/* 
// Styles Compiled by Sass, founded in the folder "dev/sass"
*/
@media (min-width: 1020px) {
  .izquierda {
    float: left;
    margin-left: -65px;
  }
}

.complementos {
  font-size: 10px !important;
  padding: 10px 10px 10px 25px;
  border-left: solid 5px #048C8F;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}

.complementos a {
  display: block;
  font-size: 16px !important;
}

.post blockquote p, .page blockquote p, .td-post-text-content blockquote p {
  margin-bottom: 0px;
}

.footer-widget .entry-date {
  color: #fff;
}

/* --------------------------------------------------------------
## - Modules
---------------------------------------------------------------*/
/* --------------------------------------------------------------
## - Menu styles
---------------------------------------------------------------*/
/* ## - Fix for the current item main menu
---------------------------------------------------------------
.current-menu-item{
    a {
        color: paleteColor() !important;
    }
}*/
/* ## - Fix for the over item in main menu
---------------------------------------------------------------*/
/*.menu-item {
    a {
        &:hover{
            color: paleteColor() !important;
        }
    }
}*/
/* ## - Footer Verdad Abierta
---------------------------------------------------------------*/
.menu-footer-verdad-abierta-container {
  margin-bottom: 25px;
}

.menu-footer-verdad-abierta-container ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-footer-verdad-abierta-container ul li {
  display: inline;
  list-style: none;
}

.menu-footer-verdad-abierta-container ul li a {
  font-size: 0.875em;
  padding: 0 10px;
}

.menu-footer-verdad-abierta-container ul li a:hover {
  opacity: 0.8;
  color: #fff !important;
}

/* --------------------------------------------------------------
## - Block titles customization
---------------------------------------------------------------*/
/* ## - Block titles for the footer
---------------------------------------------------------------*/
.td-footer-wrapper .td-block-title::before {
  content: "";
  height: 0px !important;
}

.td-footer-wrapper .td-block-title::after {
  content: "";
  height: 0px !important;
}

/* ## - General block titles 
---------------------------------------------------------------*/
.td_block_template_9 .td-block-title::before {
  background-color: #ADDDDD !important;
}

/* ## - Block separator
---------------------------------------------------------------*/
.td-footer-bottom-full .td-container::before {
  background-color: #048C8F !important;
}

/* ## - Fix for the DC Footer block
---------------------------------------------------------------*/
.dc-footer-bottom-full {
  padding-top: 25px !important;
  padding-bottom: 10px !important;
}

.dc-footer-bottom-full .td-container:before {
  top: -30px !important;
}

.td-trending-now-title {
  font-size: 18px !important;
}

.td-trending-now-wrapper .td-next-prev-wrap {
  right: initial !important;
  left: 50px !important;
}

@media (min-width: 1024px) {
  .td-trending-now-wrapper .td-next-prev-wrap {
    right: initial !important;
    left: 22px !important;
  }
}

.td-trending-now-title {
  margin-left: 45px;
}

.td-trending-now-wrapper .td-next-prev-wrap {
  display: block !important;
}

.entradilla {
  font-size: 20px !important;
  font-style: italic;
  line-height: 30px !important;
  padding: 0 0 0 15px;
  border-left: 5px solid #048C8F;
  margin-top: 35px;
}

.wp-caption-text {
  margin: 0 0 25px 0;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #048C8F;
  background: #ebebeb;
}

.td-social-but-text {
  display: none !important;
}

.wf_caption {
  display: block;
  max-width: 100% !important;
  width: 100%;
}

.wf_caption span {
  font-size: 13px;
  margin: 0 0 25px 0;
  padding: 8px 8px 8px 10px;
  border-left: 5px solid #048C8F;
  background: #ebebeb;
  line-height: 18px;
  display: block;
  width: 100%;
  max-width: 100% !important;
}

/* --------------------------------------------------------------
## - Logos container
---------------------------------------------------------------*/
.logosContainer {
  background: #fff;
  overflow: auto;
}

.footer-widget .td-footer-wrapper a:hover {
  color: #d5f3f2;
}

/* --------------------------------------------------------------
## - Search and filters customization
---------------------------------------------------------------*/
.searchandfilter ul li {
  display: inline-block;
  padding: 0 5px 0 5px;
  margin: 0 0 20px 0;
}

.searchandfilter ul li li {
  padding: 0 5px 10px 0;
  margin: 0;
}

.searchandfilter h4 {
  color: #b8b8b8;
  margin: 0;
  padding: 0;
}

.searchandfilter .chosen-container-active .chosen-choices {
  border: 2px solid #009C9B;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.searchandfilter .chosen-results li {
  padding: 10px 6px;
}

.searchandfilter .chosen-results li.highlighted {
  background-image: none;
  background-color: #009C9B;
}

.searchandfilter .search-choice {
  padding: 5px 20px 5px 5px !important;
  background-image: none !important;
  background-color: #a1a1a1 !important;
  border: none !important;
  color: #fff !important;
}

.searchandfilter .sf_date_field {
  margin: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  color: gray !important;
}

.pagination-container {
  margin: 30px 0 0 0;
  text-align: center;
}

.pagination-container .pagination {
  margin: 15px auto 0 auto;
}

@media (min-width: 1024px) {
  .pagination-container .pagination {
    width: 30%;
  }
}

.pagination-container .pagination .nav-link {
  display: inline-block;
  width: 48%;
}

.pagination-container .pagination .nav-link a {
  display: block;
  padding: 5px 10px;
  background: #009C9B;
  color: #fff;
}

.pagination-container .pagination .nav-link a:hover {
  text-decoration: none;
  background: #007472;
}

.pub-title h3 {
  margin-bottom: 0;
  line-height: 20px;
}

.pub-autor, .pub-year {
  color: #b8b8b8;
}

.pub-autor .vc_gitem-acf-label, .pub-year .vc_gitem-acf-label {
  font-weight: 700;
}

.publicacion-titulo .vc_acf-label, .publicacion-autor .vc_acf-label, .publicacion-ano .vc_acf-label {
  font-weight: 700;
}

.td-post-content img {
  margin-bottom: 0 !important;
}

.td-related-right {
  display: none !important;
}

.td-next-prev-wrap a {
  color: #3a3939 !important;
  border-color: #3a3939 !important;
}

.footer-widget .td_module_wrap:hover .entry-title a {
  color: #d6f3f2;
}

.footer-email-wrap {
  display: none;
}
