/*
Theme Name:   Pressroom Child
Theme URI: https://1.envato.market/pressroom-news-and-magazine-wordpress-theme
Description:  Pressroom Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     pressroom
Version:      1.1
Text Domain:  pressroom
*/

/* Import de fuentes */
@import url('https://fonts.googleapis.com/css2?family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap');

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
	line-height: 1.7;
	color: #444;
	font-weight: 400;
}

/* Estilos */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem; 
  line-height: 1.35;
  color: #1a1a1a;
}

p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem; 
}


/* top bar */

body .latest_news_scrolling_list_container li .latest_news_scrolling_list a
{
height: auto;
}

.latest_news_scrolling_list_container .date .timeago {
    display: none !important;
}

/* header */

body.wp-singular .page_header {
	border-bottom: 3px solid #ececec;
	margin-bottom: 2.5rem;
	padding-bottom: 0.5rem;
}

.header h4 {
    color: #0d469d;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif !important;
  	font-weight: 700;
	font-size: 1rem;
	display: none;
}

.slider_posts_list_container .slider_posts_list li h5 {
line-height:1.1;
max-height: 3.6em;           
overflow: hidden;  
text-overflow: ellipsis;
display: -webkit-box; 
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}



.header .logo img {
max-width: 430px;
}

.header_container {
padding-bottom: 1rem;
padding-top: 1rem;
}

.header_top_bar_container {
background-color: #00134c;
}

.menu_container {
background: #25457A;
}
.menu_container .ubermenu .ubermenu-nav li a, .menu_container .ubermenu-nav li a:visited {
color: #ffffff;
}

body .menu_container .ubermenu {
text-align: center;
}

body .ubermenu-nav {
border-left: none;	
}

.menu_container .ubermenu .ubermenu-nav li.ubermenu-current-menu-item,
.menu_container .ubermenu .ubermenu-nav a:hover, 
.menu_container .ubermenu .ubermenu-nav li:hover {
background-color: #2f65b8 !important;
}

body .menu_container .ubermenu-nav li {
border-bottom: none;
}


body .menu_container .ubermenu .ubermenu-nav li a, 
body .menu_container .ubermenu-nav li a:visited {
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif !important;
}


body .menu_container .ubermenu .ubermenu-nav li a, 
body .menu_container .ubermenu-nav li a:visited {
font-size: 16px;
border: none;
letter-spacing: inherit;
}

body .menu_container .ubermenu-nav>li {
    margin-bottom: -9px;
    height: auto;
}


/* carrusel home */

.home .slider_posts_list_container { margin-top: 2rem; }

.home .slider_posts_list_container .caroufredsel_wrapper { display:none;}

.home .caroufredsel_wrapper_slider {
margin-top: 0px !important;
}


/* contenidos */
body .page_margin_top_section {
margin-top: 20px;
}

body .page_header .page_title {
font-size: 2.2rem;
}

body .item_content .features_icon {
background-color: #d4dfff;
}

.about_title, .about_subtitle {
font-weight: 300;
font-size: 30px;
}

body .about_subtitle {
color: #df0011 !important;
font-weight: 700;	
}

body .slide .post_details li.category {
background-color: transparent !important;
border: none;
}

body .slide .post_details li.category a {
color: #fff !important;
}


body.home .post,
body .post{
-webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}

body.home .post .post_image img {
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
}

body.home .post p,
.post a.comments_number{
display: none;
}


body .post h2,
body .post h5,
body .post .post_details {
padding: 0px 15px;
}

body .post h2 {
min-height: 60px;
}

body .post .read_more {
padding: 0px 15px;
background-color: #da0010;
margin: 15px;
}

body .read_more span {
color: #fff;
}

body .post_details li.category {
background-color: #ffffff !important;
padding: 9px 10px 9px 10px;
color: #7c7c7c;
border: 1px solid #e8e8e8;
}
body .post_details li.category a {
color: #7c7c7c;
}

body .post ul.post_details.simple {
margin-bottom: 1rem;
}

body .post_details li.date {
padding: 9px 10px 9px 10px;
}

.high_contrast_switch_icon {
visibility: hidden;
}




/* articulo una columna */

ul.one-column {} 

ul.one-column li {
display: flex;
width: 100%;
} 

ul.one-column li a.post_image {
width: 300px;
height: 300px;
max-height: 100%;
display: block;
min-width: 300px;
} 

ul.one-column li a.post_image img {
width: 100%;
object-fit: cover !important;
height: 100%;
max-height: 100% !important;
} 

ul.one-column .post_content h2 {
padding: 2rem 2rem 2rem 0rem;
margin-bottom: 0;
line-height: 1.25;
}

ul.one-column .post_content h2 a {
width: auto;
}

ul.one-column .post_content {
width:100% !important;
}

ul.one-column .post_content .post_details {
padding: 0px 0px;
}

ul.one-column .post_content .post_details li {
width: fit-content;
} 

ul.one-column .post_content .read_more {
padding: 0px 15px;
margin: 0px;
margin-top: 1rem;
}






/* articulo */

body.single-post .post {
-webkit-box-shadow: none;
box-shadow: none;
}

body.single-post .horizontal_carousel_container {
margin-top: 1rem;
}

body.single-post .divider {
margin-bottom: 1rem;
}

body.single-post .detail.author,
body.single-post .wpb_tabs,
body.single-post .authors {
display: none;
}

body.single-post .blog.small .post {
border-bottom: 1px solid #d6d6d6;
}

body.single-post .blog.small .post_content {
width: 100%;
}

body.single-post h1.post_title {
font-size: 2rem;
line-height: 1.1;
}

.social_icons .social_icon.envato,
.social_icons .social_icon.googleplus {
display: none;
}







body.single-post .post_content .excerpt,
body.single-post .post_image {
	display:none !important;
}


/* ficha miembro directorio */

.mpavc-team-col-3 .mpavc-team {
min-height: 370px;
margin-bottom: 1.5rem;	
}

.mpavc-team-style4.mpavc-team-col-3 .mpavc-team-name {
font-size: 15px;
letter-spacing: normal;
color: #000;
font-weight: bold;
}

.mpavc-team-style4.mpavc-team-col-3 .mpavc-team-role {
font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    background-color: #ececec;
    width: fit-content;
    margin: auto;
    padding: 6px 20px;
    border-radius: 15px;
}

.mpavc-team-style4.mpavc-team-col-3 .mpavc-team .mpavc-team-container {
border-radius: 6px;
}

.separador-cargos {
padding: 2rem 0rem;
background: linear-gradient(to bottom, transparent 49.9%, #bebdbd 50%, transparent 50.1%);
text-transform: uppercase;	
}


.separador-cargos h2 {
width: fit-content;
margin: auto;
font-size: 1.3rem;
background-color: #ffffff;
padding: 0px 10px;
}


/* caja de comentarios */

.comment_form_container {
	display: none;
}






/* documentos */

body .lista_documentos .list li {
margin-top: 5px !important;
margin-bottom: 5px !important;
}

body ul.list {
margin-top: 0px;
margin-bottom: 0;
}



/* formulario */
body .contact_form .text_input,
body .contact_form textarea {
outline: 1px solid #aaaaaa !important;
}


/* publicaciones */

body h1.post_title {
font-size: 40px;
}

body .author_box {
display: none;
}

body .post.single .content_box {
width: 100%;
margin-left: 0px;
}

body .post .post_details+p {
display: none;
}






/* directiva */

.lista_directorio ul li {
margin-bottom: 0.55rem;
}

.lista_directorio .p1:first-child {
padding: 0;	
}

.lista_directorio .p1:first-child strong {
font-size: 1.1em;
color: #01249a;	
}

.lista_directorio .p1:last-child {
padding: 0;	
font-size: 1.15em;	
}


/* footer */
.footer_container {
background: #010e36;
}

.footer h4 {
font-size: 0.9rem;
}

.footer h5 {
font-size: 0.8rem;
}

.footer p {
font-size: 0.9rem;
}

.footer .box_header, .footer .widgettitle {
background: #02228b;
border-color: #4787bf;
}

.copyright_row .footer_menu {
display: none;
}

.footer .post .post_image img {
    max-height: 100px !important;
    min-height: 100px !important;
    object-fit: cover;
}

.footer .blog ul.post_details.simple li.category, 
.footer .blog ul.post_details.simple li.category a, 
.footer .post_details li.date {
background-color: #010e37 !important;
}




/* ajustes mobile */

@media (max-width: 768px) {
.header .logo img { max-width: 290px; }
.mobile_menu_container .ubermenu { width: 95% !important; }	
#menu-main-menu { margin: 0px 0px; width: 100%; }
.mobile_menu_container .ubermenu .ubermenu-nav li.ubermenu-current-menu-item>a { background-color: #25457A !important; }
}








