/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
/* display menu widget vertically- 10760730-hc */
#menu-menu-de-temas-2 {
	display: grid;
}

li.menu-item.menu-item-type-taxonomy.menu-item-object-category:after {
	display: none;
}

/* Black Outline around photo & text in the sidebar MRFX-HC-10760730 */
#secondary #media_image-3 {
	border: 1px solid black;
	border-bottom-color: transparent;
	padding-bottom: 0;
}
/* widget image create border- 10816031-hc */
img.image.wp-image-209.attachment-full.size-full.jetpack-lazy-image.jetpack-lazy-image--handled {
    border: 1px solid;
}

/* Remove image widget padding button- 10816031-hc */
#media_image-5 {
    padding-bottom: 0;
}
/* Make widget title bigger and bold - 1840280-zd */
#secondary h2.widget-title {
    font-size: 20px;
    font-weight: bold;
}
/* read more bold - 1840280-zd */
.more-link {
    font-weight: bold;
}
/* change font size text widget - 10845439-hc */
.textwidget p {
    font-size: 14px;
}
/* Move logo to left of navigation menu / 1851499-zen kp */
@media screen and (min-width: 1450px) {
  .custom-logo-wrap {
    text-align: left;
  }
}
/* remove gravatar picture*/ 
@media screen and (min-width: 48em) {
.author-pic {
    display: none;
	}} 
/* remove author name and comment metadata from posts*/ 
.single-post .entry-author, .single-post .entry-tags span {
    display: none;
}

.single-post span.entry-comments {
    display: none;
}

/* remove comment icon from homepage*/ 
.entry-comments a {
     display: none;
}
/* remove the author name from header image*/ 
@media screen and (min-width: 66.25em) {
.featured-slider .entry-author {
    display: none;
	}}

@media screen and (min-width: 66.25em) {
.featured-slider .entry-date:before {
    display:none;
	}}

/* Increase the weight and the size of titles | JC-11135522-hc */ 
#primary h3.blog-title { 
	font-weight: 600; 
} 
#secondary .widget_text h2.widget-title, #secondary .widget_media_image h2.widget-title { 
	font-weight: 600; 
	font-size: 25px; 
}  
/* Change color for post titles, categories and date on the front page | JC-1879169-zen */
.blog-wrap h2.entry-title a, .blog-wrap .entry-cats a, .blog-wrap .entry-meta .entry-date a, #secondary .widget_text h2.widget-title{
  color: #233879;
}
/* Change color for "Entradas Antiguas" button | JC-1879169-zen */
#primary #infinite-handle span {
    border: 2px solid #233879;
    color: #233879;
}
/* Change color for all single post titles | JC-1879169-zen */
.single-post h1.entry-title {
  color: #233879;
}
/* Change color for headings on the front page | JC-1879169-zen */
#primary h3.blog-title, #media_image-5 h2.widget-title, .front-section h3.front-section-title, .front-section .front-section-title span a {
  color: #E21521;
}
/* Change color for post titles below “Columnas" | JC-1879169-zen */
.front-section .entry-header .entry-cats a, .front-section .entry-header h2.entry-title a {
  color: #233879;
}
/* Add border to sidebar text widgets -11252902-hc  */
#secondary section.widget_text {
	border: 1px solid black;
	padding: 25px;
	/*border-top: 2px solid;*/
}
/* remove padding bottom sidebar images -11252902  */
#media_image-7, #media_image-8 {
    padding-bottom: 0;
}
/* Edit sidebar widget link "ver mas"/ 11252902-hc */
#secondary section#custom_html-3 a {
    border: 2px solid #2b2b2b;
    color: #E21521;
    padding: 8px;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: none;
}
#secondary section.widget_custom_html {
  border: 0;
}
/* Remove bottom margin from header | JC-2891883-hc 
#masthead {
  border-bottom: 0;
}*/
/* Reduce space between header and content | JC-2891883-hc */
.blog #masthead {
  margin-bottom: 10px;
}
/* Hide search icon on top of the site | JC-2891883-hc */
#masthead #search-open {
  display: none;
}
#site-branding {
  padding-top: 30px;
}
/* Remove top border from " " and "Opinión" on the front page | JC-2891883-hc */
.blog-wrap h3.blog-title, .widget-area .widget {
  border-top: 0;
}
/* Edit widget title Opinón - 11368349-hc*/
#secondary .widget_media_image h2.widget-title {
	font-size: 2.25rem !important;
}
/* add border to last text widget on right sidebar*/ 
section#text-10 {
    border: 1px solid black;
    padding: 25px ;
	
}/* Reduce the padding at the bttom of the widget image | JC-11609959-hc */
#secondary .widget_media_image {
  padding-bottom: 0;
}
/* change older post text 11738971-hc */
#primary #infinite-handle span button {
    font-size: 0;
}
#primary #infinite-handle span button:before {
       content: "Noticias anteriores";
       font-size: 15px;
}
/* Columnists page - https://voxpopuliempresarial.com/category/columnistas/ - Change More button text / 31940856-hc kp */
.category-columnistas #primary #infinite-handle span button:before {
  content: "VER MÁS";
}
/* remove social menu from the top 11832070-hc */
.site-header-content nav.jetpack-social-navigation.jetpack-social-navigation-genericons {
    visibility: hidden;
}
/* hide credits 11832070-hc */
#site-info {
    visibility: hidden;
} 
/* hide logo on footer 11832070-hc */
.footer-wrap .custom-logo-wrap {
    visibility: hidden;
}
/* Hide custom logo wrap and evenly distribute all the widgets on the footer | JC-10955374-hc */
@media screen and (min-width: 700px) {
  #colophon .custom-logo-wrap {
    display: none;
  }
  .footer-wrap .footer-widgetarea-wrap
  {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 700px) {
  #colophon .custom-logo-wrap {
    display: none;
  }
  .footer-wrap .footer-widgetarea-wrap
  {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
/* Fix to display widgets with the same distance | 1938147-zen */
@media screen and (min-width: 1024px) {
  #footer-widgetarea-two {
    width: 170px;
  }
    #footer-widgetarea-three {
    width: 70px;
  }
}
/* resize footer area four 11984710-hc */ 
@media screen and (min-width: 1024px) {
#footer-widgetarea-four { width: 200px; 
}
}
/* Hide entry author | JC-11495277-hc */
.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author, .section-three-column-one .entry-author {
  display: none;
}
/* Hide slash "/" symbol that appears before the date | JC-11495277-hc */
.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date:before, .section-one-column-one .entry-date:before, .section-two-column-one .entry-date:before, .section-three-column-one .entry-date:before {
  display: none;
}
/* remove column two and stats from section about 12314430-hc */
p.pvc_stats, .section-about-column-two {
    display: none;
}
/* change size "columnistas" section on home page  1984296-zd */
@media (min-width: 1360px){
.section-about-column-one .wp-block-image img {
    width: 200px;
}
}
/* Custom CSS class to create smaller dropcap MRFOX-HC-13000705 */
p.has-drop-cap.smalldropcap:first-letter {
    font-size: 6em;
}
/* 2 Columns Columnistas on mobile - mm - 13125596-HC */
@media screen and (max-width: 599px) {
    .wp-block-column{
        flex-basis: calc(50% - 16px);
    }
}
/* --- Change Opinión text to red / 6368963-HC  --- */
#secondary .widget_media_image h2.widget-title {
    color: #E21521;
}
/* make entry content match header on single post page | XXXXXXX-hc eD */
.single-post .entry-content {
	margin-left: 0;
}
/* Sidebar widget text / 32486051-HC (MI) */.entry-cats {  text-transform: unset;
}
/* Custom logo width on larger screens / 34497452-hc BC */
@media only screen and (min-width: 1060px) {
.custom-logo-wrap a.custom-logo-link img {
  width: 360px;
  max-width: unset;
  max-height: unset;
}
}

/* Custom logo width on smaller screens / 34497452- hc BC */
@media only screen and (max-width: 1059px) {
.custom-logo-wrap a.custom-logo-link img {
  width: 260px;
  max-width: unset;
  max-height: unset;
}
}
/*Center logo on all screen sizes. 34497452-hc ST*/
.custom-logo-wrap {
    text-align: center;
}
/*Hide "Top Stories" title 36849726-hc sy*/
.blog #primary .blog-title {
	display: none;
}