/*
 Theme Name: Arainfo Web Child
 Theme URI:
 Description: Child theme
 Author:
 Author URI:
 Template:     arainfoweb
 Version:      1.0.0
 License:
 License URI: Envato Marketplace Item License Certificate
 Tags: theme-options, translation-ready, rtl-language-support, post-formats, microformats, full-width-template, custom-colors, left-sidebar, right-sidebar, fluid-layout
 Text Domain:  bitz-child
*/

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Esteban&display=swap');

/*body {
	font-size: inherit !important;
}*/

.blockquote {
    font-family: 'Roboto Condensed';
}

.single .entry-content {
    font-size: inherit !important;
    max-width: 100%;
}




small {
    font-size: 11px;
    line-height: 12px;
}

.txt-center {
	text-align: center;
}

/* HEADER */

#top-bar {
  max-width: 1380px !important;
}

#top-bar-wrapper {
    padding: 3px 0 0px;
}

#topleft-widget-area {
    width: 30%;
    float: left;
}

#topright-widget-area {
    width: 100%;
    float: right;
}

#topright-widget-area .widget_nav_menu {
    text-transform: uppercase;

}

/* Alinear vertical */

#header-container {
	display: table;
}

#site-logo {
    display: table-cell;
    width: 350px;
    height: auto;
    vertical-align: middle;
    float: none;
	padding-right: 50px;
}

#header-sidebar {
    width: calc(100% - 350px);
    display: table-cell;
    height: auto;
    vertical-align: middle;
    padding: 0;
	float: none;
}

#header-sidebar ul li {
    float: right;
}

/* Fin Alinear vertical */

.mobile-header-sidebar {
	display: none;
}


.menu-menu-header-container ul, .menu-menu-header-container ul li {
    position: relative;
}

.menu-menu-header-container ul li ul.sub-menu {
    background: #fff;
    position: absolute;
    left: 0px;
    margin: 0;
    padding: 15px 15px;
    display: block;
    visibility: hidden;
    z-index: 1000;
    min-width: 200px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
}

.menu-menu-header-container ul li:hover ul.sub-menu, .menu-menu-header-container ul li ul.sub-menu:hover  {
    visibility: visible;
}

.menu-menu-header-container ul li ul.sub-menu li {
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.menu-menu-header-container ul li ul.sub-menu li a {
    color: #999 !important;
}


.menu-menu-header-container  ul li.menu-item-has-children {
    padding-right: 20px;
}


.menu-menu-header-container  ul li.menu-item-has-children > a:after {
    content: '\f0dd';
    font-family: FontAwesome;
    font-size: 9px;
    position: absolute;
    top:0px;
    padding-right: 10px;
    padding-left: 5px;
}

.menu-menu-header-container  ul li.menu-item-has-children:hover > a:after {
    color: #ffae1f;
}

#topright-widget-area .widget_nav_menu a {
    font-size: 12px;
}

#topright-widget-area .widget_nav_menu a:hover, #top-bar-wrapper a:hover {
    color: #FFAE07 !important;
}

#top-bar .fecha {
    font-size: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    /*text-transform: uppercase;*/
}

#top-bar .fecha::first-letter {
    text-transform: capitalize;
}

#header-sidebar {
    margin-top: 0;
}

#header-sidebar {
    /*max-width: calc(100% - 350px);*/
    /*float: right;*/
}

ul.header-rrss li i {
    font-size: 15px;
    margin-left: 15px;
}

#header-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.megabanner .g img {
    margin-top: 0px;
	width: 100%;
}

.megabanner-rompepaginas-1 .wpb_wrapper > div::before, .megabanner-rompepaginas-2 .wpb_raw_js .wpb_wrapper > div::before  {
  content: "· PUBLICIDAD ·" !important;
  font-size: 10px;
  text-align: center !important;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.megabanner-rompepaginas-2 .wpb_raw_js .wpb_wrapper > div::before {
  margin-top: 60px;
}

#site-logo {
    margin: 0 !important;
}

#site-logo img {
    width: 320px !important;
}

#site-logo .fecha {
    font-size: 13px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
    /*text-transform: capitalize;*/
    margin-left: -50px;
    color: #666;
}

#site-logo .fecha::first-letter {
    text-transform: capitalize;
}

#mobile-site-header {
    border-bottom: 5px solid #FFAE07;
}

#mobile-site-navigation {
    height: 100vh;
    top: 0 !important;
}
#secondary-navigation ul > li {
    margin-right: 3%;
}

#secondary-navigation ul > li a {
    font-size: 18px;
    font-weight: 700;
}

#secondary-navigation ul > li a {
    opacity: 1;
}

#secondary-navigation ul > li > ul >li a {
    font-size: 13px;
}

#secondary-navigation ul > li > ul >li a {
    opacity: 0.85;
}

.header-style-1 ul.sub-menu li a {
	text-transform: uppercase !important;
}

.header-style-1 .header-sticky nav#site-navigation::before {
    content: url('https://arainfo.org/wordpress/wp-content/uploads/2019/10/logo_menu.png');
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.header-style-1 .header-sticky #site-utility {
	display: none;
}


#site-navigation ul li ul li a {
    padding: 5px 20px;
}

/*
#site-utility .search_button {
    padding: 0 0px 0 10px;
    float: right;
}

.search-input {
    width: calc(100% - 25px );
    float: left;
    padding: 15px 0 5px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

input.search-input:focus {
    background: transparent;
    padding: 15px 0px 5px;
    border-bottom: 1px solid #fff;
}
*/


.arainfo-searchform input {
    font-size: inherit;
    color: #222;
    border: none;
    border-bottom: 1px solid #FFE0A9;
    padding: 8px 0px;
    transition: padding 0.3s;
    background-color: transparent !important;
}


.arainfo-searchform button:after {
    content: none;
}

.arainfo-searchform button {
    padding: 10px;
}

.arainfo-searchform button:hover {
    background-color: transparent;
}

.arainfo-searchform button:hover i {
    color: #000;
}

.arainfo-searchform input::placeholder {
    color: /*#d89400*/ #fff;
    opacity: 0.75;
}

.arainfo-searchform input[placeholder]:focus {
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}
#menu-sidebar .arainfo-searchform input {
      background-color: #ffaf04 !important;
      border-bottom: 1px solid #FFE0A9;
}
#menu-sidebar .arainfo-searchform input[type=search]:-webkit-autofill,
#menu-sidebar .arainfo-searchform input[type=search]:-webkit-autofill:hover,
#menu-sidebar .arainfo-searchform input[type=search]:-webkit-autofill:focus,
#menu-sidebar .arainfo-searchform input[type=search]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #ffaf04 inset !important;
    box-shadow: 0 0 0 30px #ffaf04 inset !important;
    -webkit-appearance: textfield;

}
#menu-sidebar .arainfo-searchform input[type=search]  {
    -webkit-appearance: textfield;
    background-color: #ffaf04
}

#menu-sidebar .arainfo-searchform input[type=search]::after  {
    background-color: #fff;
    height: 1px;
    width: 100%;
}

/*.arainfo-searchform input[type="search"]::-webkit-search-cancel-button  {
  color: #000 !important;
}*/


/* search results */

.entry-content .arainfo-searchform input {
    font-size: inherit;
    color: #222;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
    transition: padding 0.3s;
    background-color: transparent !important;
    width: calc(100% - 40px);
    max-width: 320px;
}

.entry-content .arainfo-searchform button:after {
    content: none;
}

.entry-content .arainfo-searchform button {
    padding: 10px;
}

.entry-content .arainfo-searchform button:hover {
    background-color: #000;
}

.entry-content .arainfo-searchform button:hover i {
    color: #fff;
}

.entry-content .arainfo-searchform input::placeholder {
    color: #ccc;
}

.entry-content .arainfo-searchform input[placeholder]:focus {
    color: #000;
}




/* -------------------   HOME   ---------------------*/
.home #main {
  padding-bottom: 0;
}


/* REVOLUTION SLIDER */

.hebe .tp-tab-desc {
    font-family: "Roboto Condensed" !important;
}

.slider-home .Newspaper-Subtitle.rs-layer, .Newspaper-Subtitle.rs-layer  {
  display: none !important ;
}

/* BREAKING NEWS */

.noticias-ultima-hora {
    margin-top: -60px;
}

/*.br_marquee ul li a{
  color: <?php echo get_option('brnwp_col_not'); ?>;
}

.br_ul {
  color: <?php echo get_option('brnwp_col_not'); ?>;
}

.br_marquee a:visited {
  color: <?php echo get_option('brnwp_col_not'); ?>;
  text-decoration: none;
}

.br_marquee a:hover {
  color: <?php echo get_option('brnwp_col_link'); ?>!important;
  text-decoration: none;
}

.br_span{
  color: <?php echo get_option('brnwp_col_not'); ?>;
}

.br-sitewidth{
  background: <?php echo get_option('brnwp_col_bar'); ?>;
  border-left: 0px solid !important;

}

#breaking-news-wp .br-title {
    border: none;
    height: 28px;
    font-family: 'Roboto Condensed';
    padding: 10px 60px 10px 20px;
    color: #fff;
    background-color: #232323;

}

#br{
  width: <?php echo get_option('brnwp_dim_barra');?>% ;
}
*/
.brnopadding {
  height: 47px;
}

.br-title {
	height: auto;
	font-weight: bolder;
	color: #fff;
}

#breaking-news-wp {
    background-color: #777777;
    /*border-radius: 20px 20px 0 0;*/
	overflow: hidden;
}


#breaking-news-wp .js-marquee {
    margin-right: /*70px*/ 0!important;
}

#breaking-news-wp .br-sitewidth {
    border: none !important;
    padding-left: 0;
    height: 28px;
    top: 0;
    font-family: 'Roboto Condensed';
}


ul.br_ul {
    margin: 0 !important;
}

ul.br_ul li {
    margin-top: 6px;
    line-height: 45px;
}

.br_marquee li:last-child {
    padding-right: 0;
}

ul.br_ul li {
    color: #ffffff;
    font-family: 'Roboto Condensed';
}

.br-sitewidth ul li ul {
    margin: 0;
    padding: 0;
    float: left;
}

.br-sitewidth ul li ul li {
    padding-right: 75px;
    margin-top: 0;
}

.br-sitewidth ul li {
    font-weight: 700 !important;
    font-size: 14px !important;
    height: auto !important;
    cursor: pointer;
}




#breaking-news-wp {
    background-color: #232323;
}

#breaking-news-wp .br-title {
    background-color: #E94C30;
    text-transform: uppercase;
    text-align: right !important;
    width: 16%;
    padding: 5px 20px 2px 60px;
    height: auto;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    border-radius: 0;
    line-height: 45px;
    height: auto;
    min-height: 45px;
}


#breaking-news-wp .space-text {
    padding-left: 75px !important;
    display: none;
}

.br_marquee ul.br_ul li ul li:last-child {
    padding-right: 75px;
}



/* BLOQUES NOTICIA */

.main-ticker-wrapper {
    font-family: 'Roboto Condensed';
}

.pl-title {
    font-size: 14px;
    font-weight: 400 !important;
}
/*
.mp-layout-1.centered-title-normal .mp-container .mp-content {
    padding: 15px 0 10px 0;
    margin: 0;
}
*/

.mp-layout-1 .relacionadas-home {
    float: left;
    padding-left: 30px !important;
    display: block;
    width: calc(100% - 30px);
}

.pagination a, .pagination span {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    min-width: 30px;
    height: 21px;
    padding: 9px 0 0;
}


.entradas-altavoz {

}

.mw-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.seccion-altavoz .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    margin-bottom: 0;
}

.seccion-altavoz h3 {
    font-family: 'Esteban', serif;
}

.altavoz-pic {
    border-radius: 50%;
    /*max-width: 200px;*/
    max-width: 120px;
    margin: 10px auto 20px;
    border: 2px solid  #ffae06;
    -webkit-box-shadow: 0px 6px 17px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 17px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 17px 2px rgba(0,0,0,0.75);
    transition: all 200ms;
}

.altavoz-pic:hover {
    margin: 0 auto 30px;
    transition: all 500ms;
    -webkit-box-shadow: 0px 16px 17px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 16px 17px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 16px 17px 2px rgba(0,0,0,0.25);
}


.altavoz-txt {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    font-size: 15px;
}

.altavoz-txt h3 {
    font-family: "Roboto Condensed";
    margin-bottom: 15px;
}

.altavoz-author {
    font-size: 12px;
    text-transform: capitalize;
    color: #666;;
}

.reportajes .mnky-posts-grid .mpg-item {
    box-shadow: -5px 0px 0px rgba(30, 30, 30, 1), 0px -5px 0px rgba(30, 30, 30, 1);
}


/*.titulo-seccion {
    background-color: #ffae06;
    color: #fff;
    padding: 10px 15px;
}*/

/*  PORTADA  */

.hebe .tp-tab-title {
    color: #ffaf04;
}

.hebe .tp-tab-desc {
    font-family: "Roboto Condensed";
}
.fs-18 h2.mp-title {
    font-size: 18px !important;
}

.fs-24 h2.mp-title {
    font-size: 24px !important;
}

.fs-28 h2.mp-title, .mp-layout-3 .mp-post-main .mp-title {
    font-size: 30px !important;
}


.fs-32 h2.mp-title {
    font-size: 32px !important;
}

.fs-40 h2.mp-title {
    font-size: 40px !important;
}


.mp-layout-3.portada .mp-container .mp-content {
    margin-right: 15%;
}

.mnky-posts.mp-layout-3 .mp-post-secondary .mp-excerpt {
  display: none;
}

.mp-layout-6 .mp-container {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.mp-layout-6 .mp-image {
    float: left;
    margin-right: 20px;
    width: 120px;
    display: inline-block;
}

.mp-layout-6 .mp-content {
    float: left;
    width: calc(100% - 140px);
    display: inline-block;
}

.mp-layout-6 .mp-container .mp-title {
    margin-bottom: 0;
}

h2.mp-title {
    font-weight: 700;
}

.mp-layout-5 .mp-container .mp-title {
    font-size: 20px;
    margin-top: 20px;
}

.page .mp-excerpt {
    margin-bottom: 0 !important;
}

.mp-container .mp-author, .mp-container .mp-date {
    font-size: 10px;
    color: #999;
    display: inline-block;
}

.mp-container .mp-author {
    font-size: 10px;
    color: #999;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #ccc;
}

.subportada .mp-container .mp-author {
    font-size: 10px;
    color: #999;
    padding-right: 7px;
    margin-right: 7px;
    border-right: none;
    float: left;
}

.subportada .mp-date {
  float: left;
  display: none !important;
}

ul.post-categories {
    margin-left: 0;
    margin-bottom: 10px;
}
/*
ul.post-categories li {
    padding: 2px 5px;
    background-color: #FFAE06;
    list-style: none;
    display: inline;
    margin-left: 5px;
    font-size: 9px;
}
ul.post-categories li:first-child{
    margin-left: 0;
}

ul.post-categories li a {
    color: #fff;
}

ul.post-categories li a:hover {
    color: #000;
}
*/

.post-categories li, .vc_gitem-post-category-name {
    display: inline;
    padding-right: 10px;
    list-style: none;
    font-size: 10px;
    text-transform: uppercase;
    display: none;
}

.vc_gitem-post-data.mp-category {
    height: 15px;
}


/*ul.post-categories li::before{
    content: "|";
    padding-right: 10px;
    color: #ccc;
}

ul.post-categories li:first-child::before{
    content: "";
}*/


.vc_gitem-post-category-name {
    text-align: left !important;
}

.vc_gitem-post-category-name a.vc_gitem-link {
    color: #999;
    text-align: left !important;
    padding-right: 10px;
}

.txt-left.vc_grid-filter.vc_grid-filter-center {
    text-align: left;
    margin-bottom: 5px;
}

.mp-category.vc_grid-filter-color-grey .vc_grid-filter-item:hover {
    background-color: transparent !important;
}

.home .mp-content .mp-category ul.post-categories {
  display: none;
}

.mp-title.vc_gitem-post-data-source-post_title h2,
.mp-layout-3 .mp-container.mp-post-secondary .mp-title,
.mp-layout-5 .mp-container .mp-title {
    font-size: 21px;
}

.mp-title.vc_gitem-post-data-source-post_title h2 a:hover {
    color: #ffae06;
}

.category-deportes article p, .category-deportes article .entry-category,
.category-covid19 .archive-layout .entry-summary, .category-o-mirallo .archive-layout .entry-summary,
.category-covid19 .archive-style-7 .entry-category, .category-o-mirallo .archive-style-7 .entry-category
{
	display: none;
}

.category-entrevistas article p, .category-agenda article p {
	display: none;
}

.category-agenda .gyges .tp-tab-title {
  font-size: 11px !important;
}

.category-agenda .post-categories {
	display: none;
}

.vc_grid-item .mp-author div {
    float: left;
    display: inline-block;
    font-size: 10px;
}

.vc_grid-item .mp-date div {
    float: left;
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}

.vc_grid-item .mp-date div {
    float: left;
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}

.vc_grid-item .mp-date div::before {
    content: "";
    margin-left: 7px;
    padding-right: 7px;
    border-left: 1px solid #ccc;
    padding-bottom: 1px;
    padding-top: 0px

}

#wrapper .author.vcard {
    background-color: #f9f9f9;
    padding: 20px 40px;

}

#wrapper .author.vcard img {
    width: 100px;
    height: 100px;
    border-radius: 50%;

}

.box-autor .nombre-autor h4 {
    margin-bottom: 10px;
}

.author #wrapper .author.vcard .fn, .author #wrapper .author.vcard .author-info {
    margin-left: 150px;
}

.author #wrapper .author.vcard .author-info.rrss ul, .box-autor ul {
    margin: 10px 0;
}

.author #wrapper .author.vcard .author-info.rrss ul li, .box-autor ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 0;
}

.author #wrapper .author.vcard .author-info.rrss ul li a, .box-autor ul li {
    margin-left: 0px;
    border-bottom: none;
    transition: color 0.15s, border-color 0.15s;
}

#wrapper .author {
    background: transparent;
    padding: 0;
    margin: 0 auto;

}

.home .author.url, .home .and-authors {
    display: none;
}

.home .coauthors-coma, .home .coauthors-y {
  display: none;
}

.home .mp-author .coauthors-coma {
  display: inline-block;
  margin-right: 3px;
}

.home .mp-author .coauthors-y {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}



.home .mp-content .author.url, .home .mp-content .and-authors {
    display: contents;
}

.mnky-posts .bawmrp {
    margin-top: 10px;
    float: left;
    display: block;
    width: 100%;
}

.bawmrp h3 {
    display: none;
}


.bawmrp ul {
    float: left;
    padding-left: 15px;
    margin-left: 10px;
}


.bawmrp li {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 13.5px;
    color: #666 !important;
    float: left;
    width: 100%;
}

.subportada .bawmrp ul {
    margin-bottom: 0;
}

.bawmrp a {
    color: #ff9d00;
    text-decoration: none;
}

.publicidad {
    font-size: 10px;
    text-align: center !important;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.columnas-3 .mp-container {
    width: calc(33% - 18px);
    float: left;
    margin-right: 30px;
}


.columnas-3 .mp-container.mp-post-3, .columnas-3 .mp-container.mp-post-6, .columnas-3 .mp-container.mp-post-9 {
    margin-right: 0 !important;
}

.sin-relacionadas .bawmrp {
    display: none;
}

.pagination {
    text-align: center;
}

.pagination a.next {
    vertical-align: 0;
}

.textosombreado {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.85);
}

.noticias-portada-aragon  {
    display: flex;
    flex-wrap: wrap;
}

.noticias-portada-aragon .mp-container {
	width: calc(33.3% - 30px) !important;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  margin-bottom: 0;
  display: inline-block;
}


.noticias-portada-aragon  .mp-image {
  margin-bottom: 0 !important;
}

.noticias-portada-aragon .mp-container .bawmrp ul {
  margin-bottom: 0 !important;
}



.seccion-altavoz {
    border-top: 15px solid #000;
    border-bottom: 15px solid #000;
    background: rgba(34,34,34,1);
    background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
}

.seccion-altavoz h4 {
    margin-bottom: 10px;
}

.altavoz-author a {
    color: #ebebe7;
}

.seccion-altavoz .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
    margin-top: 0;
}

.banner-participa {
    background-attachment: fixed;
    background-size: cover;
}

.banner-participa a:hover {
    background-color: #ffaf04 !important;
}

.banner-participa .vc_btn3-container.vc_btn3-center {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.banner-participa .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  padding: 10px 15px;
}

#sb_instagram .sbi_photo_wrap {
  margin: 2px !important;
}

#sb_instagram .sbi_photo_wrap i {
    /*display: none;*/
}

#sb_instagram .sbi_photo_wrap a:hover {
    opacity: 0.5 !important;
}

.mp-layout-3.portada .mp-container .mp-content, .mp-layout-1 .mp-container .mp-content, .mp-layout-3 .mp-container .mp-content {
    background: rgba(255,255,255,0.75);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.75)), color-stop(24%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.mp-post-secondary .mp-content {
    background-color: #fff !important;
}

.g {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.g-single {
    text-align: center;
}

.text-center {
    text-align: center;
}


.sby_items_wrap {
  padding: 0!important;
}

.sby_item {
  padding: 0 2px 4px !important;
}

#twitter-widget-0 {
    width: 100%;
    max-height: 100%;
}

.envista-medios {
    /*border-radius: 4px;*/
    background: #376B6C;
    /*
    background: -moz-linear-gradient(top, #ffaf04 0%, #ff9a04 100%);
    background: -webkit-linear-gradient(top, #ffaf04 0%,#ff9a04 100%);
    background: linear-gradient(to bottom, #ffaf04 0%,#ff9a04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf04', endColorstr='#ff9a04',GradientType=0 );
    */
}

.envista-medios .contorno {
    border: 10px solid #103637;
    margin: 15px;
    padding: 0;
    width: calc(100% - 30px);
}

.envista-medios h6 {
    font-family: 'Abril Fatface' !important;
    font-size: 24px;
    font-weight: 300;
    margin: 15px 0 0;
    color: #fff;
}



.lista-envista-medios {
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);*/
    border-radius: 3px;
}

/*.lista-envista-medios a::before {
    content: "\f1ea";
    font-family: 'Fontawesome';
    font-size: 16px;
    padding-right: 10px;
    color: #ffaf04;
    float: left;

    display: inline-block;
}*/
.lista-envista-medios p {
    font-family: "Roboto Condensed";
    line-height: 20px;
    margin-bottom: 1em;
}

.lista-envista-medios p a {
    color:#fff;
    font-size: 14px;
}

.lista-envista-medios p a:hover {
    opacity: 0.75;
}

/*
.radios {
    border-radius: 0px;
    background: #2E4F84;
}
*/

.radios .contorno {
    border: 10px solid #18273c;
    margin: 15px;
    padding: 0;
    width: calc(100% - 30px);
}

.radios h6 {
    font-family: 'Abril Fatface' !important;
    font-size: 24px;
    font-weight: 300;
    margin: 15px 0 0;
    color: #fff;
}

.radios .vc_btn3.vc_btn3-size-lg {
    font-family: "Roboto Condensed";
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}


.lista-radios {
    border-radius: 0px;
}


.lista-radios p {
    font-family: "Roboto Condensed";
    line-height: 20px;
    margin-bottom: 1em;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

/*
.lista-radios a::before {
    content: "\f130";
    font-family: 'Fontawesome';
    font-size: 16px;
    padding-right: 10px;
    color: #2E4F84;
    float: left;

    display: inline-block;
}
.lista-radios p {
    font-family: "Roboto Condensed";
    line-height: 20px;
    margin-bottom: 1em;
}

.lista-radios p a {
    color:#333;
    font-size: 14px;
}
*/

.widget_rss h2 {
  text-align: center;
  font-size: 16px !important;
}

.widget_rss h2 img {
  display: none;
}
.widget_rss ul {
  border-bottom: 4px solid;
  padding-bottom: 15px;
}

.widget_rss ul li{
    font-family: "Roboto Condensed";
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

.widget_rss ul li a{
    color: #666;
}

.widget_rss ul li a:hover{
    color: #ff9d00;
}


.reportajes h4 {
    font-size: 60px;
    font-size: 4vw;
}

.share-on-post {
    margin-bottom: 40px;
}



.mp-layout-3 .mp-post-1 .sin-destacada, .mp-layout-1 .mp-post-1 .sin-destacada {
    height: 90px;
}

.mp-layout-6 .sin-destacada .mp-content {
    width: calc(100% - 100px);
    margin-left: 100px;
}

.bg-economia-solidaria .vc_column-inner {
  background-position: bottom center !important;
  min-height: 350px !important;
}



.bloque-mes .mnky-posts .bawmrp {
  display: none !important;
}

h4.dentro-del {
 margin-bottom: -1vw;
}

.ofertas-mes .vc-gitem-zone-height-mode-auto:before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.ofertas-mes .vc_grid .vc_gitem-link {
  color: #fff !important;
}

.ofertas-mes .vc_gitem-post-data h5 {
  margin-bottom:15px;
}

.bloque-mes .mp-layout-7 .mp-container {
  background: rgba(256, 256, 256, 0.3);
}

/* PORTADA ESPECIAL */
.especial-header .mnky_button {
  float: right;
  margin: 5px 0;
}

.especial-header .mnky_button a {
  padding: 5px 10px 5px;
}

/* PORTADA ESPECIAL NARANJA */

.portada-especial-1 {
	margin-top: -60px;
	margin-bottom: 50px;
	/*border-top: 10px solid;*/
}

.portada-especial-1 h2 {
	margin-bottom: 15px;
}

.portada-especial-1 .mnky_button {
	float: right;
}

.portada-especial-1 .mnky_button a {
	padding: 0 10px;
}

.portada-especial-1 .mnky_button a:hover, .portada-especial-1 .mnky_button:hover {
	background-color: #ffaf04 !important;
}

.portada-especial-1 .mnky-posts-grid .mpg-item {
    float: left;
    height: 420px;
    position: relative;
    box-shadow: -5px 0px 0px rgba(255, 175, 32, 1), 0px -5px 0px rgba(255, 175, 32, 1);
    background-size: cover;
    background-position: center;
}


/* PORTADA ESPECIAL 8M */

.portada-especial-8m {
  margin-top: -60px;
	margin-bottom: 50px;
	/*border-top: 10px solid;*/
}

.portada-especial-8m .especial-header img {
  margin: 0 15px 5px 0;
}


.portada-especial-8m .mnky-posts-grid .mpg-item {
    box-shadow: -5px 0px 0px rgba(68, 17, 84, 1), 0px -5px 0px rgba(68, 17, 84, 1);
}

.portada-especial-8m .altavoz-pic {
    border: 2px solid #e9d1f0;
}

.portada-especial-8m .altavoz-author a {
    color: #e9d1f0;
}

/* PAGE */


.page-header {
    background-color: #fff !important;
    border-bottom: 5px solid #2a2a2a !important;
    width: calc(100% - 60px);
    max-width: /*1200px*/ 1400px;
    margin: 0 auto;
    padding: 40px 0 20px;
}

.page .page-header {
    display: none;
}

/*.page-header {
    background-color: #2a2a2a !important;
    border-bottom: none;
}
*/
.page-header h1 {
    color: #2a2a2a;
    text-align: left;
    /*text-transform: uppercase;*/
    /*margin-bottom: 20px;*/
    font-family: 'Abril Fatface';
    font-size: 45px;
    font-weight: 500;
}

.page-header p {
    color: #444;
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    display: none;
}


.comment-respond {
    display: none !important;
}

/*  CATEGORY */

.category-altavoz .entry-summary {
    display: none;
}

.category-culturas .entry-summary, .category-culturas .post-categories, .category-culturas .category-fontsize {
    display: none;
}


.category .entry-meta-blog .meta-author, .search-results .entry-meta-blog .meta-author {
    margin-right: 7px;
    padding-right: 7px;
    font-size: 10px;
}

.category .entry-meta-blog .meta-date, .search-results .entry-meta-blog .meta-date {
    font-size: 10px;
    color: #999;
}

.archive-style-7 .list-news-authors a.author {
  color:#fff;
}

.archive.author article img {
    display: none;
}

.archive.author a.post-preview {
    display: none;
}


.archive.author #wrapper .author.vcard {
    background-color: transparent;
    border-bottom: 10px solid #2a2a2a !important;
    max-width: 1000px;
}

.author.vcard {
    background-color: transparent;
    border-bottom: 10px solid #2a2a2a !important;
    max-width: 1000px;
}

.archive.author #wrapper #content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.archive.author article {
    width: 100%;
}

.archive.author .entry-title, .archive.author .archive-layout.post-secondary .entry-title  {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

ul.redes-contacto {
    margin-left: 0;
    margin-bottom: 0;
}

ul.redes-contacto li {
    display: inline-block;
    padding: 8px 8px;
    margin-bottom: 0;
}

ul.redes-contacto li:first-child {
    display: inline-block;
    padding: 8px 8px 8px 0;
}

ul.redes-contacto li i {
    font-size: 24px;
}

ul.redes-contacto a {
   color: #000 !important;
}


ul.redes-contacto a:hover {
   color: #ffaf04 !important;
}

.fichas-equipo {
    margin-bottom: 100px;
}

.fichas-equipo img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.fichas-equipo h3 {
    font-size: 18px;
}

.fichas-equipo .mnky_button a {
    margin: 0 auto;
    float: none;
    width: 100px;
    display: block;
    text-align: center;
}

.list-news-authors {
    font-size: 10px;
    border-right: 1px solid #ccc;
    padding-right: 7px;
    margin-right: 7px;
    float: left;
    line-height: normal;
}

.list-news-authors a.author {
    display: inline;
    font-size: 10px;
    color: #000;
}

.list-news-authors a.author:hover {
    color: #ffaf04;
}

/*.list-news-authors .meta-date {
    display: inline-block;

}*/

.meta-date {
    float: left;
    line-height: normal;
    font-size: 10px;
    color: #666;
}

.category .entry-meta-blog .meta-author, .category .entry-meta-blog .meta-date {
    line-height: normal;
    float: left;
}


.archive-layout .entry-summary {
    margin-bottom: 15px;
    margin-top: 15px;
}


/* EDITORIAL ALTAVOZ */

.pagina-altavoz h2.mp-title, .category-editorial h2.entry-title, .category-altavoz h1.entry-title, .category-editorial h1.entry-title  {
   font-family: 'Esteban', serif;
}

.autor_slider {
    font-size: 24px;
    color: #ccc;
    text-align: center !important;
    margin-top: 10px;
}

.gyges .tp-tab {
    border-bottom: none !important;
}

.category-editorial .tp-tab-image, .category-altavoz .tp-tab-image {
    border-radius: 50%;
    border: 2px solid #FFAE06;
}

.category-editorial .entry-summary {
	display: none;
}


/* Post Editorial */

article.category-editorial .extract-single-entry {
    display: none;
}



/* Página Altavoz*/


.page-id-182809 #content.float-left, .page-id-225242 #content.float-left {
  width: calc(100% - 350px);

}

.page-id-182809 #sidebar, .page-id-225242 #sidebar {
  width: 350px;
}

.pagina-altavoz h2 a {
    font-size: 30px;
    line-height: 32px;
}

.pagina-altavoz .mp-layout-6 .mp-container {
    padding-bottom: 45px;
    margin-bottom: 40px;
    display: table;
    width: 100%;
    height: auto;
    min-height: 80px;
}

.pagina-altavoz .mp-layout-6 .mp-content {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
    width: 100%;
}

.pagina-altavoz .mp-container .mp-author {
    border-right: none;
	font-size: 12px;
}

.pagina-altavoz .mp-layout-6 .mp-image {
    width: 80px !important;
    display: inline-block;
    height: 80px !important;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffae06;
	display: table-cell;
    vertical-align: middle;
}

.pagina-altavoz .mp-layout-6 .mp-container .mp-image div {
    width: 116px;
    height: 80px;
    display: block;
    margin-left: -17px;
}

.pagina-altavoz .mp-layout-6 .mp-container .mp-image img {
    width: 116px;
    height: 80px;
    display: block;
}

.subportada .mp-layout-6 .mp-container .mp-image img {
    height: auto;
}

.pagina-altavoz .mnky-posts .bawmrp {
      display: none !important;
  }

.pagina-altavoz .bawmrp ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.mp-layout-6.cat-altavoz {
    max-width: 800px;
    margin: 0 auto;
}


.single-post .category-altavoz h1.entry-title {
	font-size: 50px;
}

.single-post li.categoria-altavoz {
  display: none;
}

.single-post .category-altavoz .post-info a {
    font-size: 16px;
  display: block;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  line-height: 24px;
}

.single-post .category-altavoz .extract-single-entry,
.single-post .category-altavoz .post-preview,
.single-post .category-altavoz .pie_de_foto {
	display: none;
}

/* PAGINA MERCADO SOCIAL */

.page-id-265257 #main {
  padding-top:0;
  padding-bottom: 0;
}

.page-id-265257 .ofertas-mes .vc_gitem_row .vc_gitem-col {
  padding: 20px 30px;
}

.page-id-265257 .ofertas-mes h5 {
  font-size: 24px;
}

.page-id-265257 .vc_grid-pagination {
  font-size: 24px;
}

.page-id-265257 .mnky_button {
    margin-right: 0px;
}

/* POST */


.single-post #main {
	max-width: 1100px;
}

.single-post #main #content.float-left /*, .single-post #main #content.float-right*/ {
    /*width: 75%;*/
    width: calc(100% - 350px);
	padding-right: 80px;
}

.single-post #main #sidebar {
    width: calc(350px);
}

.single-post #main .entry-content {
  padding-left: 50px;
  border-left: 3px solid #000;
  float: left;
}

.category-fontsize {
    float: left;
    width: 100%;
}


.category-fontsize h5 {
    float: left;
}

.Zeno_FR_Widget .content-widget-title {
  display: none;
}

.category-fontsize .zeno_font_resizer_container {
    float: right;
}

.single-post .post-categories li {
    display: inline;
    padding-right: 10px;
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
}

.single-post .post-categories li a {
    color: #ffaf04;
}

.extract-single-entry {
    width: 100%;
    font-size: 18px;
    color: #666;
    float: left;
    /*margin-bottom: 20px;*/
}

.post-info-block {
	float: left;
	width: 100%;
	display: table;
	margin-bottom: 20px;
}

.post-info-block .post-info {
    float: none;
    width: calc(100% - 70px);
    font-size: 10px;
    color: #666;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
	display: table-cell;
}

.post-info-block .post-info span.authors-list, #wrapper .post-info-block .post-info span.authors-lists {
    color: #000;
    border-right: 1px solid #ccc;
    /*padding-right: 10px;*/
    padding:2px 10px 2px 0;
    margin-right: 10px;
}

.category-altavoz .post-info-block .post-info span.authors-list, #wrapper .category-altavoz .post-info-block .post-info span.authors-lists {
    color: #000;
    border-right:none;
    /*padding-right: 10px;*/
    padding:0;
    margin-right: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.post-info-block .post-info a.author:hover {
    color: #ffaf04 !important;
}

.post-info-block .font-resizer {
	float: none;
	width: 70px;
	text-align: right;
	display: table-cell;
}

.zeno_font_resizer {
	margin-bottom: 0;
	text-align: right !important;
	line-height: normal;
}

.zeno_font_resizer_add {
	font-size: 20px !important;
	margin-left: 3px !important;
}

.zeno_font_resizer_reset{
	font-size: 16px !important;
	margin-left: 3px !important;
}

.zeno_font_resizer_minus {
	font-size: 12px !important;
}

.post-header-widget-area .widget .essb_links.essb_displayed_shortcode {
    float: right;
    margin-top: 0;
}

/*.essb_displayed_bottom {
    text-align: center;
    border-top: 1px solid #f7f7f7;
}*/


.post-preview {
    margin-bottom: 10px;
}

.pie_de_foto {
    font-size: 12px;
    margin-bottom: 30px;
}

.single-post figure.wp-caption, .single-post figure.wp-caption img {
    width: 100% !important;
}

.single-post .wp-caption-text {
  font-size: 12px !important;
}

.letracapital {
  font-size: 40px;
  font-weight: 300;
  line-height: 32px;
  font-family: 'Abril Fatface';
}

.bottom-noticia {
  float: left;
  width: 100%;
}

.single-post .bawmrp::before {
    background-color: #ccc;
    height: 20px;
}

.single-post .bawmrp {
    float: left;
    display: block;
    /*margin-left: -52px;*/
    background-color: #000;
    width: 100vw;
}

.single-post .bawmrp {
    padding: 35px 20px 30px 40px;
}

.single-post .bawmrp h3 {
    display: block;
    color: #fff;
}

.single-post .bawmrp ul {
    /*margin: 35px 20px 30px 40px;*/
    max-width: 670px;
}

.single-post .bawmrp ul li {
  list-style: outside;
  font-size: 13px;
}

.single-post .bawmrp ul li a {
  text-decoration: none;
  color:#fff;
}

.single-post .bawmrp ul li a:hover {
  color: #ffaf04;
}

.single-layout {
  margin-bottom: 0px;
}
.single-layout .entry-content a {
  color: #ff9d00;
  text-decoration: none;
  border-bottom: 1px solid #ff9d00;
}

.single-layout .entry-content a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

#post-content-bottom-sidebar {
  margin: 35px 0px 0 0px;
}

.addthis_sharing_toolbox .at-share-btn-elements {
  border-left: 3px solid #000;
  padding-left: 50px;
}

.at-share-tbx-element .at-share-btn {
    border-radius: 50% !important;
    padding: 5px !important;
    background-color: #000 !important;
    transition: all 0.5s ease;
}
.at-share-tbx-element .at-share-btn:hover {
    background-color: #ffaf04 !important;
    transition: all 0.5s ease;
}

.at-share-dock.atss {
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.5) !important;
}

.at-share-dock.atss a span {
  background-color: #000 !important;
}

.post-info {
    margin-top: 8px;
}

#wrapper .post-info a.author {
    padding: 0;
    background-color: transparent;
    color: #000;
}

.author.fn {
    text-transform: uppercase;
    display: none;
}

.mp-author .author.fn {
    display: inline-block;
}

.post-info .author.fn {
    display: inline-block;
}

.boxes-authors {
    display: block;
    float: left;
    width: calc(100% - 100px);
    /*border-top: 1px solid #EBEBEE;*/
    background-color: #f9f9f9;
    padding: 50px;
}

.boxes-authors h4 {
  text-align: center;
  margin-bottom: 50px;
}

.row-box-autor {
    display: table-row-group;
}


.col-box-autor {
    display: /*table-cell*/ grid;
    width: 50%;
    float: left;
    margin: 0;
    background-color: #f9f9f9;
    width: calc(50% - 15px) ;
}

.box-autor {
    /*width: calc(50% - 15px) ;*/
    width: 100%;
    margin: 0;
    display: block;
    float: left;
    background: #f9f9f9;
    /*padding: 40px;*/
    margin-bottom: 20px;
    /*max-width: 1200px;*/
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
}

/*.boxes-authors > div:nth-child(odd) {
    margin-left: 15px;
    margin-right: 0;
}*/

.box-autor .avatar-autor {
    margin-right: 40px;
    float: left;
    width: 100%;
    text-align: center;
}

.box-autor .info-autor {
    float: left;
    width: 100%;
    /*width: calc(100% - 110px);*/
}

.nombre-autor {
    font-weight: 700;
    text-transform: capitalize;
}

/*#wrapper .author img,*/  .box-autor img {
    /*float: left;*/
    margin-bottom: 10px;
    width: 100px;
    border-radius: 50%;
}

.mrp-img {

}

.descripcion-autor {
    font-size: 12px;
}

.descripcion-autor p {
	margin: 0 auto 10px;
  max-width: 450px;
}

.nav-pills {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    list-style: none;
}

.nav-pills li {
    padding-left: 0;
    max-width: 100%;
    -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.wp-caption .wp-caption-text {
    font-size: 10px;
	font-weight: 400;
}


.page-sidebar .widget {
    margin: 0 0 30px;
}

.adrotate_widgets .g img {
    width: 100%;
}

.wpb_raw_code.wpb_raw_js {
  text-align: center;
}

.single-post .page-sidebar .widget.widget_media_image {
      text-align: center;
}

.single-post .page-sidebar .widget.widget_media_image:hover {
      opacity: 0.8;
}

twitter-widget {
  max-height:  none !important;
}

.EmbeddedTweet {
  max-width: 100% !important;
}


.btn-asociate {

  /*background-image: url(https://arainfo.org/wordpress/wp-content/uploads/2020/02/bg-btn-asociate.jpg) !important;background-position: center !important;*/
    margin-right: 0px !important;
    margin-left: 0px !important;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    float: left;
    width: 99%;
    border-radius: 60px;
    background-color: #ffaf04;
}
.btn-asociate .contorno {
    border: 5px solid #fff;
    margin: 10px;
    padding: 20px 20px;
    width: calc(100% - 70px);
    position: relative;
    border-radius: 60px;
    transition: all .2s ease-in-out;
}

.btn-asociate:hover .contorno {
  border: 0 solid #fff;
  margin: 0;
  padding: 35px 35px;
  width: calc(100% - 70px);
  position: relative;
  border-radius: 58px;
  transition: all .2s ease-in-out;
  background-color: #ff9d00;
}

.btn-donacion {
  /*background-image: url(https://arainfo.org/wordpress/wp-content/uploads/2020/02/bg-btn-donacion.jpg) !important;*/
    margin-right: 0px !important;
    margin-left: 0px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    float: left;
    width: 100%;
    border-radius: 60px;
    background-color: #191919;
}
.btn-donacion .contorno {
    border: 5px solid #fff;
    margin: 10px;
    padding: 20px 20px;
    width: calc(100% - 70px);
    position: relative;
    border-radius: 60px;
    transition: all .2s ease-in-out;
}

.btn-donacion:hover .contorno {
  border: 0 solid #fff;
  margin: 0;
  padding: 35px 35px;
  width: calc(100% - 70px);
  position: relative;
  border-radius: 58px;
  transition: all .2s ease-in-out;
  background-color: #000;
}

.btn-asociate .contorno::after, .btn-donacion .contorno::after {
    content: "\f054";
    font-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -20px;
    color:#fff;
    font-family: FontAwesome;
    transition: all .2s ease-in-out;
}

.btn-asociate:hover .contorno::after {
    transition: all .2s ease-in-out;
    color: #fff;
    right: 15px;
}

.btn-donacion:hover .contorno::after {
    transition: all .2s ease-in-out;
    color: #fff;
    right: 15px;
}

.btn-asociate h6 {
    font-family: 'Abril Fatface' !important;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    color: #fff;
    text-align: left;
    line-height: 30px;
    transition: all .2s ease-in-out;
}
.btn-donacion h6 {
    font-family: 'Abril Fatface' !important;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    color: #fff;
    text-align: left;
    line-height: 30px;
    transition: all .2s ease-in-out;
}

.btn-asociate:hover h6 {
    color: #fff !important;
    transition: all .2s ease-in-out;
    letter-spacing: 0.6px;
}

.btn-donacion:hover h6 {
    color: #fff !important;
    transition: all .2s ease-in-out;
    letter-spacing: 0.6px;
}

/*.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}*/

/*.embed-youtube {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}*/

.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-container {
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:0;
  height:0;
  margin-bottom: 1.75em;
}
.video-container embed, .video-container iframe, .video-container object {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
}



/* PIE NOTICIA */

.pie-noticia {
	float: left;
    width: calc(100% - 100px);
    background-color: #FEF2DA;
    padding: 20px 50px;
    height: auto;
    /*font-family: "Lato, Arial, Helvetica, sans-serif";*/
}

.pie-noticia.caja-agradecimientos {
  margin-bottom: 30px;
}

.pie-noticia p {
	margin-bottom: 0;
  font-size: 14px;
}

.pie-noticia p a {
	color: #000;
  text-decoration: underline;
}

.pie-noticia p a:hover {
	color: #333;
  cursor: pointer;
}

/* LIVEBLOG */

.liveblog-pagination-pages {
  display: none;
}

/* Donacion Socios */

.formulario-socia .vc_column-inner {
    padding: 20px !important;
}

.h-donacion{
    color: #ffae06;
    text-align: right;
    font-family: Abril Fatface;
    font-weight: 400;
    font-style: normal;
    border-right: #202020 solid 10px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.formulario-donacion .gform_wrapper input[type=text], .formulario-donacion .gform_wrapper input[type=email], .gform_wrapper input[type=text], .gform_wrapper input[type=email] {
    background-color: transparent;
    font-size: 14px !important;
}

.formulario-donacion .gform_wrapper input[type=submit] {
    font-weight: 700;
}

li.gfield.gf_inline.width-100 {
    width: 100% !important;
}

.gf_inline ul li {
    display: inline-block;
}

.gform_wrapper legend.gfield_label, .gform_wrapper .top_label .gfield_label {
    font-size: 14px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color: #999;
}

.gform_wrapper h3 {
    font-size:24px;
    border-bottom: 5px solid #202020 !important;
    font-weight: 700 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.gform_wrapper ul.gfield_radio li {
    margin-right: 15px !important;
    display: inline-block;
}

/*.sistema-pago {
    width: 50%;
}
*/

.sistema-pago ul.gfield_radio li {
        width: 40%;
        min-width: 200px;
}

 li.sistema-pago {
        width: 100%;
}


li.politica-privacidad {
    font-size: 12px;
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 30px;
}

li.politica-privacidad .ginput_container_consent {
    padding-top: 30px;
}


.borde-dcho{
    border-right: #202020 solid 10px;
    padding-right: 30px;
}

.quienes .borde-dcho{
    padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*  PARTICIPA  */
.page-id-37162 #main {
  padding-bottom: 0;
}

.page-id-37162 .vc_row-no-padding .wpb_column {
  padding: 0 !important;
}

/*  En DIRECTO */

.en-directo h1 {
    text-align: left;
    font-family: 'Abril Fatface';
    font-weight: 400;
    font-style: normal;
	font-size: 80px;
}

.endirecto-border{
	border-right: 10px solid #ffaf04;
}

/* FOOTER */

.logo-footer {
  display: block;
  text-align: center;
}

.footer-sidebar .widget.widget_media_image {
    margin-bottom: 30px;
    font-size: 14px;
    color: #b7b7b7;
    text-align: center
}

.footer-sidebar .widget ul.redes-sociales {
   text-align: center;
}


.footer-sidebar .widget ul.redes-sociales li {
    display: inline-block;
    padding: 8px 8px;
}

.footer-sidebar .widget ul.redes-sociales li:first-child {
    display: inline-block;
    padding: 8px 8px 8px 0;
}

.footer-sidebar .widget ul.redes-sociales li i {
    font-size: 18px;
}



.footer-sidebar .widget.widget_custom_html ul.redes-sociales a:hover {
   color: #ffaf04 !important;
}

footer .widget ul.menu {
    font-size: 13px;
}

.widget ul ul {
    margin-top: 10px;
}

li.footer-destacado a {
    color: #ffaf04 !important;
}

.site-info {
    float: left;
}

.cdp-cookies-alerta, .cdp-cookies-texto {
    z-index: 10000000 !important;
}

.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
  background-color: #000;
}

.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
  color: #ffaf04 !important;
}

.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover {
  color: #fff !important;
}

.cdp-cookies-alerta.cdp-cookies-tema-gris a.cdp-cookies-boton-cerrar:hover {
    background-color: #ffaf04 !important;
    color: #000000 !important;
}

.vmcplayer iframe {
    height: auto;
}

.txt-center .custom-list-item {
	margin-left: 0;
}




/**************** MEDIAKIT **************/

.page-id-249930 .megabanner,
.page-id-249930 #top-bar-wrapper,
.page-id-249930 #mobile-site-header,
.page-id-249930 header#mobile-site-header,
.page-id-249930 header#site-header,
.page-id-249930 #navigation-wrapper,
.page-id-249930 .mobile-header-sidebar,
.page-id-249930 .addthis-smartlayers,
.page-id-249930 footer {
  display: none !important;
}

.page-id-249930 #main {
  max-width: 100%;
  padding: 0;
}

.page-id-249930 .max-1400 {
  max-width: 1300px !important;
  padding: 0 30px;
  margin: 0 auto;
}

.border-mediakit {
  border-left: 7px solid;
  padding: 15px;
  color: #fff;
}
.border-mediakit-heading {
  border-left: 7px solid;
  padding: 15px;
  color: #fff;
}

.mediakit-titular {
  font-size: 45px;
  color: #fff;
}

.mediakit-resaltado {
  font-family: 'Abril Fatface';
  font-weight: 300;
  font-size: 50px;
}

.page-id-249930 .vc_icon_element {
    margin-bottom: 15px;
}

.vc_progress_bar .vc_label_units {
  margin: 0;
  height: 50px !important;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
}

.vc_pie_chart .vc_pie_chart_value {
    color: #fff;
}

/*.vc_progress_bar .vc_single_bar .vc_bar_bg {
  background-color: rgba(0,0,0,0.25);
}

.vc_pie_chart_back {
  border-color: #000 !important;
  opacity: 0.25;
}
*/
.page-id-249930 .scrollToTop {
  bottom: -50px;
  right: 30px;
  -webkit-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.8);
box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.8);
}
.page-id-249930 .scrollToTop.scrollactive {
  bottom: 15px;
}

.page-id-249930 a.scrollToTop.scrollactive {
  display: none !important;
}

.mediakit-contacto {
  position: fixed !important;
  height: 50px;
  width: 200px;
  border-radius: 25px;
}

.mediakit-contacto .wpb_column {
  padding: 0 !important;
}

.mediakit-contacto a {
  color: #fff;
  font-family: 'Abril Fatface';
}

.mediakit-contacto p {
  text-align: center;
  border: solid 2px;
  width: 182px;
  margin: 5px 7px;
  border-radius: 20px;
}

.mediakit-contacto a:hover {
  color: #fff;
}

.page-id-249930 .scrollToTop:hover {
  background-color: #000000;
}

.uavc-list-icon {
  /*font-weight: 600;*/
  font-family: 'Abril Fatface'/*'Roboto Condensed'*/;
  color: #fff;
}

.uavc-list-content {
 margin-top: 15px;
}
.uavc-list-icon {
  margin-right: 15px;
}
.uavc-list-icon-wrapper.ult-adjust-bottom-margin {
  margin-bottom: 0 !important;
}


.bg-fixed {
  background-attachment: fixed;
}

.bg-top {
  background-position: top;
}

.mediakit-table-content{
  overflow: auto;
}


.mediakit-table {
  border: none;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-width: 750px;
  max-width: 1100px;
}

.mediakit-table th {
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
}

.mediakit-table th h5, .mediakit-table th h6 {
  margin-bottom: 0;
  color: #fff;
}



.mediakit-table tr {
  background-color: rgba(256,256,256,0.5);
  text-align: center;
  vertical-align: middle;
}

.mediakit-table tr:nth-child(even) {
    background-color: rgba(256,256,256,0.6)
}

.mediakit-table td {
  text-align: center;
  vertical-align: middle;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  color:#000;
}

.mediakit-table td:first-child/*, .mediakit-table td:last-child */{
  text-align: left;
}

.arainfo-fila {
  background-color: #ffaf04 !important;
}


.arainfo-fila td {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.content-arainfo-table {
  min-width: 350px;
  overflow-y: auto;
}

.arainfo-table-footer {
  font-size: 12px;
  color: #000;
  max-width: 1100px !important;
  margin: 0 auto;
}

.mediakit-dinero {
  padding: 0;
  margin-bottom: 0;
  opacity: 0.7;
  margin-top: 10px;
  display: none !important;
}

.vc_custom_1655109879946 .wpb_column {
  padding: 0;
}

/*************** OFFCADO   ***************/

.offcado-accordeon {
  margin-top: -50px;
}

.offcado-accordeon .vc_tta-panel .vc_tta-panel-heading, .offcado-accordeon .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.offcado-accordeon .vc_tta-icon {
  color: #2b2b2b !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.offcado-accordeon .vc_tta-panel .vc_tta-panel-title>a {
  padding-right: 0;
  color: #2b2b2b;
}

.offcado-accordeon .vc_tta-icon:hover {
  color: #FFAF04 !important;
}

.offcado .vc_tta-container {
  margin-bottom: 0 !important;
}

.offcado-accordeon .vc_tta-panel-body {
    background-color: #2b2b2b !important;
    border-radius: 0 !important;
    margin-bottom: -1px;
    color: #fff !important;
}

.offcado-accordeon p {
  font-family: 'Roboto Condensed';
}

article.category-offcado::before {
  display: none /*block*/;
  width: 100%;
  content: "\f05a";
  font-family: 'fontawesome';
  font-size: 14px;
  color: #2b2b2b;
  visibility: visible !important;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 18px;
}

.category-offcado .entry-header::before {
  display: none /* inline-block*/;
  width: calc(100% - 20px);
  content: "Este contenido está elaborado externamente a la redacción de AraInfo, sin responsabilidad alguna sobre él, y no interfiere en la información de este Diario Libre.";
  font-family: 'Roboto Condensed';
  font-size: 14px;
  color: #2b2b2b;
  visibility: visible !important;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
  padding-left: 20px;
  height:auto;
}

.category-offcado h1.entry-title::before {
  content:"OFFCADO";
  color: #ffaf04;
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
  height: auto;
}

/*************** HIDE ***************/

li.solo-movil{
    display: none !important;
}

.mp-comment,
.mp-views {
    display: none !important;
}

.header-search.header-search-active {
    visibility: hidden;
	display:none;
}


/***************   RESPONSIVE  ****************/

#mobile-site-navigation .mobile-menu-header {
    height: 50px;
}

#mobile-site-navigation .mobile-menu-heading {
    display: none !important;
}

#mobile-site-navigation .mobile-menu-header i {
    margin-top: 10px;
}

#mobile-site-header .toggle-mobile-menu {

    width: 24px;
    height: 22px;
}

#mobile-site-header .toggle-mobile-menu i{
    font-size: 22px;
}

#mobile-site-navigation {
    display: grid;
}

#mobile-site-navigation .menu {
    order: 2;
    -webkit-order: 2;
	text-transform: uppercase;
}

#mobile-site-navigation #mobile-menu-sidebar {
    order: 1;
    -webkit-order: 1;
    padding: 0 30px;
}


#mobile-site-navigation.mobile-menu-active {
    z-index: 10000000;
}

#mobile-menu-sidebar .arainfo-searchform input {
    width: calc(100% - 35px);
}

#mobile-menu-sidebar .arainfo-searchform input::placeholder {
    color: #ccc;
}

#mobile-menu-sidebar .arainfo-searchform input.search-input:focus {
    color: #000;
    border-bottom: 1px solid #999;
}
#mobile-menu-sidebar .arainfo-searchform input[placeholder]:focus {
    color: #000;
    border-bottom: 1px solid #ffae1f;
}


#slider-movil {
    margin-top: -40px;
}

#slider-movil .wpb_column {
    padding: 0 !important;
}

#sb_instagram {
    height: auto !important;
}

#sb_instagram .sbi_photo_wrap i {
    display: none !important;
}

.mobile-header {
    position: relative;
}

#mobile-site-header #site-utility {
    /*float: right;
    position: relative;
    right: 68px;
    display: inline-block;
    width: 24px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);*/
    float: right;
    position: relative;
    right: 68px;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
}

#mobile-site-header .search_button {
    /*height: 18px;
    width: 18px;
    padding: 0;
    text-align: center;*/
    border: 1px solid #ffae1f;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: block;
    padding: 0
}

#mobile-site-header .search_button i {
    /*color: #222;
    line-height: 18px;
    float: left;
    font-size: 18px;*/
    color: #ffae1f;
    line-height: 12px;
    float: none;
    font-size: 12px;
    position: relative;
    margin-top: 5px;
    left: 0;
    width: 24px;
    height: 20px;
    float: left;
}

#mobile-site-header .header-search.header-search-active {
    float: left;
    display: block;
    position: relative;
    background: rgba(255,174,31,0.9) !important;
    height: auto;
    left: 0;
    z-index: 100000;
    width: 100%;
    margin: 0;
    visibility: visible;
    top: 40px;
    padding: 30px 0;
}

#mobile-site-header .header-search {
    visibility: hidden;
    float: left;
    display: none;
    position: relative;
    background-color: #FFAE1F;
    height: 0;
    left: 0;
}

#mobile-site-header .arainfo-searchform input {
    font-size: inherit;
    color: #222;
    border: none;
    border-bottom: 1px solid #FFE0A9;
    padding: 8px 0px;
    transition: padding 0.3s;
    background-color: transparent !important;
    width: 100%;
}

#mobile-site-header .arainfo-searchform button {
    display: none;
}

@media only screen and (max-width: 1700px) {
   /* #site-navigation ul li a {
        padding: 0px 15px 0 5px;
    }*/
}

@media only screen and (max-width: 1200px) {

	#site-navigation ul li a {
		font-size: 12px;
	}
    #content.float-left #post-header-sidebar {
		margin-bottom: 0;
	}

  #breaking-news-wp .br-title {
    font-size: 18px;
  }

  .mp-layout-6 .mp-container .mp-image {
      float: left;
      margin-right: 0;
      width: 100%;
      height: auto;
  }

  .mp-layout-6 .mp-container .mp-image img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .mp-layout-6 .mp-content {
    width: 100%;
  }
  .mnky-posts-grid .mpg-item .mpg-title {
    font-size: 16px;
  }

  .page-id-265257 .ofertas-mes h5 {
    font-size: 18px;
  }

}

@media only screen and (max-width: 1130px) {
    .header-style-1 .header-sticky nav#site-navigation::before {
        display: none;
    }

    .radios .contorno, .envista-medios .contorno {
      width: 100%;
      margin: 0;
    }
}
@media only screen and (max-width: 979px) {

     /*#top-bar-wrapper, #top-bar {
        display: block;
    }*/

	#site-navigation ul li a {
    	font-size: 12px;
	}

	.mobile-header-sidebar {
		display: block;
	}

    .subportada .theiaStickySidebar .vc_column-inner {
        margin-left: 0 !important;
    }

    .subportada .theiaStickySidebar .vc_column-inner .mnky-posts {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    li.solo-movil {
        display: block !important;
        text-transform: none;
        font-weight: 400;
        padding-left: 15px;
    }

    li.solo-movil:last-child {
        margin-bottom: 50px;
    }

    li.solo-movil ul li:last-child {
        margin-bottom: 0px;
    }

    li.solo-movil.menu-contenidos {
        padding-left: 0;
    }

    .menu-contenidos a {
        background-color: #ffae06;
    }

    .menu-contenidos a {
        font-weight: bolder;
        color: #fff !important;
    }
    .menu-contenidos a:hover {
        color: #fff !important;
    }

    .li-contenidos {
        /*padding-left: 15px;*/
        text-transform: uppercase;
    }


    .ultima-hora-txt, .br-title {
        display: none !important;
    }

	.portada-especial-8m .vc_responsive .vc_row .wpb_column  {
		margin-bottom:5px !important;
	}
	.mpg-layout-1 .mpg-item-1 {
		width: 100% !important;
	}


	.mpg-layout-4 .mpg-item-1, .mpg-layout-5 .mpg-item-1 {
		width: 100% !important;
		height: 450px !important;
	}


  .mp-layout-6 .mp-container .mp-image {
    float: left;
    margin-right: 20px;
    width: auto;
  }
    .mp-layout-6 .mp-container .mp-image img {
      width: 120px;
      height: 83px;
  }
  .mp-layout-6 .mp-content {
      float: left;
      width: calc(100% - 140px);
      display: inline-block;
  }
    .vc_responsive .vc_row  .ultima-hora-carrusel.wpb_column {
        padding: 0 !important;
    }

    .titulo-seccion {
        font-size: 60px !important;
        text-align: left !important;
    }

    .borde-seccion {
        width: 100% !important;
    }

    .columnas-3 .mp-container {
        width: calc(50% - 18px);
        float: left;
        margin-right: 30px;
    }

    .columnas-3 .mp-container.mp-post-2, .columnas-3 .mp-container.mp-post-4, .columnas-3 .mp-container.mp-post-6 {
        margin-right: 0 !important;
    }

    .columnas-3 .mp-container.mp-post-3 {
        margin-right: 30px !important;
    }

    .formulario-socia .vc_column-inner {
        padding: 20px !important;
    }

    .site-info {
        padding-bottom: 80px;
        text-align: center !important;
        border: none;
    }
    .site-info div {
        width: 100% !important;
        float: left !important;
        display: block !important;
    }

    .site-footer .inner {
        padding: 0;
    }

    .mnky-posts-grid .mpg-item .mpg-title {
      font-size: 18px;
    }
    .envista-medios .contorno.wpb_column {
        border: 10px solid #103637 !important;
        margin: 0px !important;
        padding: 0 !important;
        /*width: calc(100% - 30px) !important;*/
    }

    .radios .contorno.wpb_column  {
        border: 10px solid #18273c !important;
        margin: 0px !important;
        padding: 0;
        /*width: calc(100% - 30px);*/
    }

    .vc_responsive footer .footer-sidebar .vc_row .vc_col-sm-3 {
        width: 33%;
        float: left;
        text-align: left;
        border-left: 1px solid;
    }

    .vc_responsive footer .footer-sidebar .vc_row .vc_col-sm-3:first-child {
        width: 100%;
        float: left;
        text-align: center;
        border-left: none;
    }

    .footer-sidebar .vc_row {
        max-width: 90%;
        margin: 0 5%;
    }

    .vc_responsive .footer-sidebar .vc_row .vc_col-sm-3:nth-child(3) {
        clear: none;
    }

    .vc_row.vc_column-gap-35 {
      margin-left: -15px;
      margin-right: -15px;
    }

    .mp-container .mp-title {
      font-size: 21px;
    }

    .genero {
      max-width: 33%;
    }

  /*ALTAVOZ*/

  .page-id-182809 #content.float-left, .page-id-225242 #content.float-left  {
    width: calc(100% - 350px);

  }

  .page-id-182809 #sidebar, .page-id-225242 #sidebar {
    width: 350px;
  }

  .pagina-altavoz .mp-layout-6 .mp-content {
        margin-top: 0px;
    }


	.single-post #main #content.float-left {
		width: calc(100% - 250px);
    	padding-right: 60px;
	}

	.single-post #main #sidebar {
		width: calc(250px);
	}


  .page-id-182809 #content.float-left,  .page-id-225242 #content.float-left {
    width: calc(100% - 250px);

  }

  .page-id-182809 #sidebar, .page-id-225242 #sidebar  {
    width: 250px;
  }

	.portada-especial-1 .especial-header .wpb_column {
		margin-bottom: 0;
	}

	.portada-especial-1 h2 {
		margin-bottom: 15px;
		text-align: center !important;
	}
  .vc_responsive .vc_row.mediakit-contacto .wpb_column ,  .vc_responsive .vc_row.vc_custom_1655109879946 .wpb_column {
    padding: 0 !important;
  }


  .page-id-265257 .ofertas-mes .vc_gitem_row .vc_gitem-col {
    padding: 15px;
  }

  .logos-entiedades .vc_col-xs-6 {
      width: 33.33% !important;
      margin-bottom: 0px !important;
  }

  /*PARICIPA*/
  .page-id-37162 .vc_row-no-padding .wpb_column {
    padding: 0 !important;
  }

}

@media only screen and (max-width: 800px) {
     #br-title {
        display: none;
    }
    #breaking-news-wp .br-sitewidth {
      /*  border-left: 10px solid #232323 !important;*/
    }
    ul.br_ul li {
        margin-top: 5px;
    }

    li.solo-movil{
        display: block !important;
    }



}



@media only screen and (max-width: 768px) {
    .vc_responsive .mp-category.vc_grid-filter {
        display: block !important;
    }

    .share-on-post {
        display: none;
    }

    .post-info {
        width: 100%;
    }

    .scrollToTop.scrollactive {
        bottom: 65px;
    }

    .mp-layout-3.portada .mp-container .mp-content, .mp-layout-1 .mp-container .mp-content, .mp-layout-3 .mp-container .mp-content {
    background-color: #fff;
    }

	.single-post #main #content.float-left {
		width: 100%;
    	padding-right: 0;
	}

	.single-post #main #sidebar {
		width: 100%;
		text-align: center;
	}

	.author #wrapper .author.vcard .fn, .author #wrapper .author.vcard .author-info {
    	margin-left: 0px;
	}

	#wrapper .author.vcard {
		padding: 0 0 20px;
	}
	.archive-layout.post-secondary {
		padding-bottom: 15px;
		border-bottom: 1px solid #efefef;
	}

  .single-post .bawmrp {
    float: left;
    display: block;
    background-color: #000;
    width: calc(100% - 60px);
  }

  .single-post .bawmrp ul {
      /*margin: 35px 20px 30px 20px;*/
      max-width: 100%;
  }
  .boxes-authors {
    padding-bottom: 0;
  }
  .nav-pills li {
    flex: none;
    margin-bottom: 50px;
  }

  .single-post #main #container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .single-post #main #container #content {
    /*display: flex;*/
    order: 1;
  }

  .single-post #main #container #sidebar {
    /*display: flex;*/
    order: 3;
  }

  .single-post #main #container .bottom-noticia {
    /*display: flex;*/
    order: 2;
  }

  .page-id-182809 #content.float-left, .page-id-225242 #content.float-left  {
    width:100%;

  }

  .page-id-182809 #sidebar, .page-id-225242 #sidebar {
    width:100%;

  }

  .single-post .category-altavoz h1.entry-title {
    font-size: 32px;
  }
  .offcado-accordeon {
    margin-top: -60px;
  }

  .categoria-offcado

}

@media only screen and (max-width: 767px) {
    .noticias-ultima-hora {
        margin-top: -30px !important;
        padding-left: 0;
        padding-right: 0;
    }

	.portada-especial-1 {
		margin-top: -30px;
	}

    .col-box-autor {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .box-autor {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .site-footer .vc_col-sm-3 {
        text-align: center;
    }



}

@media only screen and (max-width: 600px) {

    .subportada .mp-layout-6 .mp-container .mp-image {
    float: left;
    margin-right: 0;
    width: 100%;
    }

    .subportada .mp-layout-6 .mp-container .mp-image img {
        width: 100%;
        height: auto;
    }

    .subportada .mp-layout-6 .mp-content {
        width: 100%;
    }


    .columnas-3 .mp-container {
        width: 100%;
        float: left;
        margin-right: 0px;
    }
	.post-info-block .post-info, .font-resizer {
		display: block !important;
		width: 100%;
		float: left !important;
	}

	.font-resizer .zeno_font_resizer {
		text-align: left !important;
	}

	.pagination a.next, .pagination a.prev {
		vertical-align: 0;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.mp-layout-6 .mp-container {
		display: block;
		width: 100%;
	}

	.pagina-altavoz .mp-layout-6 .mp-content {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}
	.pagina-altavoz .mp-layout-6 .mp-image {
		display: block;
		margin: 10px auto;
		float: none;
	}
	.pagina-altavoz h2 a {
    	font-size: 20px;
	}
	.pagina-altavoz .mp-container .mp-author {
		margin-right: 0;
		padding-right: 0;
	}

	.pagina-altavoz .mnky-posts .bawmrp {
		width: 100%;
	}
	.pagina-altavoz .bawmrp ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.pagina-altavoz .bawmrp ul li {
		text-align: center;
		list-style: none;
	}
	.pagina-altavoz .bawmrp ul li a::before{
		content: "·";
		color: #000;
		font-weight: 700;
		padding-right: 5px;
	}

  .noticias-portada-aragon .mp-container {
  	width: 100% !important;
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
    display: block;
  }

  h4.dentro-del {
    font-size: 35px;
    margin-bottom: -10px;
  }

  .logos-entiedades .vc_col-xs-6{
      width: 50% !important;
      margin-bottom: 0px !important;
  }

  .uranus.tparrows:before {
      font-size: 20px !important;
      width: 20px !important;
  }
  .tp-leftarrow.uranus.tparrows {
      transform: matrix(1, 0, 0, 1, 0, -25) !important;
  }
  .tp-rightarrow.uranus.tparrows {
      transform: matrix(1, 0, 0, 1, -20, -25) !important;
  }
  .autor_slider {
    font-size: 16px;
  }

}


@media only screen and (max-width: 480px) {
    .mp-layout-3.portada .mp-container .mp-content, .mp-layout-1 .mp-container .mp-content,
    .mp-layout-3 .mp-container .mp-content {
        background-color: transparent;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .portada-mundo .mp-post-secondary.mp-container {
        float: left;
    }

    .portada-mundo .mp-layout-3 .mp-container {
        float: left;
    }

    .portada-mundo .mp-layout-3 .mp-container .bawmrp {
        padding-bottom: 15px;
    }

    .mp-layout-3 .mp-container.mp-post-secondary .mp-content, .mp-layout-1 .mp-container.mp-post-secondary .mp-content {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .subportada .fs-18 h2.mp-title {
        font-size: 26px !important;
    }

    .fs-18 h2.mp-title {
        font-size: 18px !important;
    }

    .fs-24 h2.mp-title {
        font-size: 18px !important;
    }
    .fs-28 h2.mp-title, .mp-layout-3 .mp-post-main .mp-title {
    font-size: 26px !important;
    }

    .archive-layout .entry-title, .archive-layout.layout-one-column.post-secondary .entry-title, .archive-layout.layout-one-column.archive-style-5.post-secondary .entry-title, .archive-layout.layout-one-column.archive-style-6.post-secondary .entry-title {
        font-size: 18px;
    }

    .bawmrp ul {
        margin-left: 0;
        margin-bottom: 0;
    }

    .mp-layout-1 .relacionadas-home {
        padding-left: 0 !important;
        width: 100%;
    }
    .br-sitewidth ul li {
        font-weight: 400 !important;
    }
    .single-post #main .entry-content{
      padding-left: 0;
      border-left: none;
    }

    .pie-noticia {
        width: calc(100% - 40px);
        padding: 20px 20px;
    }

	.box-autor {
		padding: 20px;
	}

	.box-autor .avatar-autor {
		margin-right: 0;
		float: left;
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	.box-autor .avatar-autor a {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		display: block;
	}

	.box-autor .avatar-autor img {
		float: none;
	}
	.box-autor .info-autor {
		width: 100%;
		text-align: center;
	}
	.box-autor ul {
		margin: 0;
	}
  .btn-asociate h6, .btn-donacion h6 {
    font-size: 24px;
  }

  .sby_items_wrap {
    padding: 0 !important;
  }

  .genero .vc_pie_chart .vc_pie_chart_value {
    /*max-width: 100%;*/
    font-size: 18px;
  }
  .border-mediakit {
    border-top: 7px solid;
    padding: 25px 0 !important;
    text-align: center !important;
    border-left: none;
  }
  .border-mediakit-heading {
    border-bottom: 7px solid;
    padding: 25px 0 !important;
    text-align: center !important;
    border-left: none;
    font-size: 30px;
  }
  .page-id-249930 .max-1400 {
    padding: 0;
  }
  .uavc-list-content {

      margin-bottom: 20px;
  }
  .mediakit-table td {
    font-size: 12px;
  }
  .mediakit-table th h5{
    font-size: 14px;
}
 .mediakit-table th h6 {
    font-size: 12px;
}



  [id^=sb_youtube_].sb_youtube.sby_col_10.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_col_3.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_col_4.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_col_5.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_col_6.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_col_7.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_col_8.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_col_9.sby_mob_col_auto .sby_items_wrap .sby_item,
  [id^=sb_youtube_].sb_youtube.sby_mob_col_1 .sby_items_wrap .sby_item {
    width: calc(50% - 10px);
    margin: 5px !important;
  }






}



/* OCULTAR CATEGORIAS */

.categoria-1-no-visible-solo-enlazada,
.categoria-3-especial,
.categoria-3-especial-2,
.categoria-3-especial-3,
.categoria-3-especial-4,
.categoria-agenda,
.categoria-arainfo-infantil,
.categoria-arainfo,
.categoria-destacada,
.categoria-destacadas,
.categoria-2-carrusel,
.categoria-entrevistas,
.categoria-especiales,
.categoria-portada,
.categoria-portada-aragon,
.categoria-o-mirallo,
.categoria-subportada,
.categoria-subportada-aragon,
.categoria-ultima-hora,
.categoria-zecologia-lista,
.categoria-zecologia-portada,
.categoria-lista-culturas,
.categoria-culturas-portada,
.categoria-z-especial-b,
.categoria-z-especial-b-altavoz,
.categoria-z-especial-b-video,
.categoria-zz-especial-portada-1,
.categoria-zz-especial-portada-2,
.categoria-zz-especial-portada-3,
.categoria-zzzzsomosarainfo,
.categoria-xpecial,
.categoria-xpecial-2,
.categoria-portada-altavoz,
.categoria-bloque8m1,
.categoria-bloque8m2,
.categoria-offcado,
.categoria-mesofertas,
.categoria-mesreportaje,
.categoria-bloque3,
.categoria-bloque4
{
    display: none !important;
}


.archive.category-movimientos ul li.category-list.categoria-movimientos,
.archive.category-editorial ul li.category-list.categoria-editorial,
.archive.category-politica ul li.category-list.categoria-politica,
.archive.category-economia ul li.category-list.categoria-economia,
.archive.category-ecologia ul li.category-list.categoria-ecologia,
.archive.category-mundo ul li.category-list.categoria-mundo,
/*.archive.category-culturas ul li.category-list.categoria-culturas,*/
.archive.category-deportes ul li.category-list.categoria-deportes,
.archive.category-deportes ul li.category-list.categoria-deportes,
.archive ul li.category-list.categoria-bloque8m1,
.archive ul li.category-list.categoria-bloque8m2,
.archive ul li.category-list.categoria-bloque3,
.archive ul li.category-list.categoria-bloque4,
.archive ul li.category-list.categoria-offcado
{
	display: none !important;
}
