/*
 Theme Name: Eventerra_icab
 Theme URI:    
 Description:  EventTerra child para ICAB
 Author:       Iuristel
 Author URI:   http://www.iuristel.net
 Template:     eventerra
 Version:      1.1.1
 License:      
 License URI:  
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  eventerra_icab
*/

/* esta forma no la recomiendan para importar estilos */
 @import url('../eventerra/style.css'); 

/*
<?php
function my_theme_enqueue_styles() {

    $parent_style = 'parent-style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme.

    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'child-style',
        get_stylesheet_directory_uri() . '/style.css',
        array( $parent_style ),
        wp_get_theme()->get('Version')
    );
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
?>

*/
.header-progressive{
  position:fixed;
  z-index:10000;
  color:white;
  background-color:#eb585a;
  width:100%;
  left:0;
  top:0;
}
.page-template-page-progresive-congres .header-progressive{
 background-color:#1aafad;
}
body.page-template-page-progresive {
   background-size:cover;
}
.header-progressive .contingut{
  margin: 0 auto;
  max-width:90%;
  color:white;
  background-color:none;
}
.cont-logo{
  width:100%;
  height:50px;
  
}
.clitem{
  float:left;
  width:50%;
}
.clitem img{
 
}
.clitem ul{
 width:63%;
}
.clitem .rw{
  width:100%;
  
}
.menu-progressive{
  width:100%;
overflow:hidden;
}
.page-template-page-progresive .primary-mobile-menu-container a{
  color:#fff!important;
}
.page-template-page-progresive .om-social-icon{
  width: 1.2em!important;
  height: 1.4em!important;
}
.menu-progressive ul li{
   display:inline;
     padding:5px;
     color:white;
    background-color:#000000;
    border-radius: 5px;
}
.menu-progressive ul li:hover{
   background-color:#6c6969;
   border: 1px solid #000000;
}
.menu-progressive ul{ padding-left:0px;}
.menu-progressive ul li a{
   color:white;
   text-decoration:none;
}
.page-template-page-progresive .container{
  margin-top:80px;
}
.page-template-page-progresive .social{
  float:left;
}
.page-template-page-progresive p.label{
  color:#29292a!important;
  margin-bottom:5px;
}
.page-template-page-progresive .vc_tta-container{
   margin-left:-20px;
   margin-right:-20px;
}
.kk-star-ratings{
	position: relative!important;
    z-index: 1!important;
}
.agend .om-speakers-pic-wrapper{
	display:none;
}
.agend .om-speakers-item.no-pic.no-link,
.agend .om-speakers-item.no-pic.with-link{
	width:100%!important;
}
#dilluns h2,
#dimarts1 h2{
	background-color:#f22536;
	color:white;
	margin-bottom:0px;
	padding-left:27px;
}
#dimarts h2,
#dimecres h2{
	background-color:#515151;
	color:white;
	margin-bottom:0px;
	padding-left:27px;
}
.agend textarea{
	border: solid 1px #ccc;
	padding:8px;
}
.page-template-page-progresive .vc_tta-panel-title{
   border-bottom: solid 2px #fff;
}
.page-template-page-progresive .header-social-icons{
  margin-left:0px!important;
}
.page-template-page-progresive .wpml-ls-legacy-dropdown{
   	width: 11.5em;
   }
.page-template-page-progresive .header-menu-mobile-control{
    display:block;
}
.page-template-page-progresive .header-mobile-menu-primary{
   display:block;
}
body.om-wpb.page-template-page-progresive .vc_tta.vc_tta-accordion .vc_tta-panel-title{
    font-size: 100%!important;
}
@media only screen and (min-width : 901px) {
   .page-template-page-progresive .container{
      margin-top:150px;
   }
   .header-progressive .contingut{
     max-width:1168px;
   }
   .page-template-page-progresive .vc_tta-container{
     margin-left:-30px;
     margin-right:-30px;
   }
   .page-template-page-progresive .om-social-icon{
       width: 1.8em!important;
       height: 1.8em!important;
   }
   .page-template-page-progresive .header-social-icons{
      margin-left:2em!important;
   }
   .page-template-page-progresive .wpml-ls-legacy-dropdown{
   	width: 15.5em;
   }
}