/*
Theme Name: Goliath Child
Theme URI: http://demo.planetshine.net/goliath-news/
Author: Planetshine
Author URI: http://planetshine.net
Description: Child theme for Goliath Magazine Theme
Version: 1
Template:       goliath  
*/

.menu .nav > li a {
  padding: 15px 5px !important;
  color: #fff;
  font-size: 11.5px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
}

.contenidorFlotanteIzquierda,
.contenidorFlotanteDerecha{
	display:none;
}
@media (max-width: 970px)  {
	.header .header-banner a, .header .header-banner a img {
		float:none !important;
	}
}

.adform-adbox {
  width:100% !important;
  height: inherit !important;
}

.widget-content {
border-bottom:none !important;
}



.menu .nav li.menu-item-has-children {
    position:relative !important;
}
.sub-menu {
  height:0;
  width: 0;
  position:absolute;
    margin: 10px 0 20px 0;
    max-width: 180px;
    margin: 20px;
    padding: 0;
    display: block;
    float: left;
    left: 0;    
    top: 100%;
    float: left;
    padding: 0;
    margin: 0;
    width: 200px;
    overflow: hidden;
    clip: auto;
    background-color: #252525;
    border-bottom: none;
}
.nav .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  height:initial !important;
    width: 200px !important;    
    border-bottom: 3px solid #a2a2a2 !important;
}
.nav .dropdown-menu ul li:first-child {
    border: none;
}
.nav .default-dropdown > ul > li {
    padding: 0 20px;
    border-top: 0;
}
.nav li {
    position: static !important;
}
.nav .menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f0d7";
    color: #999;
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    margin: 0 0 0 2px;
}
.sub-menu li {
    width:100% !important;
    margin: 0;
    padding: 0px 0;
    display: block !important;
    text-align: left;
    border-top: 1px solid #5e5e5e;
}
.sub-menu li {
    display: block;
    text-align: left;
    position: inherit !important;
}
.sub-menu > li:first-child {
    border-top: none;
}
.menu .nav .sub-menu li a {
    width: 100% !important;
    text-align: left;
    display: block !important;
    margin: 0 !important;
    padding: 15px 20px !important;
    font-size: 13px !important;
    text-transform: none !important;
    font-weight: 400 !important;
}
.mostrar-en-movil-publi{
 	display:none !important; 
}

.lintado-ivoox > div {
    display: flex;
    border: 2px solid #ef8d1f;
    padding: 15px;
    background-color: #F3F3F3;
    border-radius: 15px;
    margin-bottom: 20px;
}
.lintado-ivoox-home{
    display: flex;
    flex-wrap: wrap;
}
.lintado-ivoox-home > div{
    width: 50%;
}
@media (max-width: 768px){
    .lintado-ivoox-home > div{
        width: 100%;
        padding: 0 !important;
    }
}
.lintado-ivoox-home > div:first-child{
    padding-right: 20px;
}

.lintado-ivoox-home > div:last-child{
    padding-left: 20px;
}
.lintado-ivoox-home p.titulo-podcast {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ef8d1f;
}

@media screen and (max-width:970px){

  .nav .menu-item-has-children .sub-menu {
    visibility: visible;
    height:initial !important;
    width: 100% !important;    
    max-width: 100% !important;    
    border:none !important;
    position:inherit !important;
  }
  .menu .nav .sub-menu li a {
    padding: 5px 20px !important;
  }
}

@media (max-width: 768px){
    .mostrar-en-movil-publi{
       display: block !important;
       max-width: 256px;
       margin-left: auto;
       margin-right: auto;
    }
    .mostrar-en-pc-publi{
        display: none;
    }
    .bannereurocajarural2021{
        max-height: 32px;
    }
    #custom_html-3{
        margin-bottom: 0;
    }
    .altura-maxima h3 > a {
        display: block;
        height: initial;
        overflow: hidden;
    }
}