/*
 * Theme Name:     Planet Events
 * Description:    Childtheme de Avada para Planet Events
 * Author:         Juanjo Espí (TTT)
 * Template:       Avada
 * Version:        0.1
 * */

@import url("../Avada/style.css");
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300);

body {
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover;
}

#nav { margin-top: 50px; }
body #nav ul a {
  height: 52px;
  border-bottom: 3px solid #FFF;
  border-top: none;
}

.no-comments { display: none; }

.heading.heading-and-icon img {
  width: 100% !important;
  height: 100% !important;
}
.content-boxes-icon-on-top .col { text-align: left; }

.url-artista {
  color: #1179BD !important;
  word-wrap: break-word;
  font-size: 0.9em;
}

/*Calendario y Eventos*/
.em-calendar.fullcalendar {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.em-calendar.fullcalendar {
  background: #363636;
}
body table.fullcalendar td {
  font-family: 'Josefin Sans', sans-serif;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #808080;
  border-top: none;
  font-size: x-large;
  font-weight: lighter;
  text-align: center;
  margin: 20px;
}
body table.fullcalendar td.eventful {
  text-align: left !important;
}
body table.fullcalendar td.eventful ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body table.fullcalendar td.eventful a {
  color: #1179bd !important;
}
body table.fullcalendar td.eventful ul li a {
  font-size: 14px;
  background: #1179bd;
  color: white !important;
  padding: 3px;
}

.iconos-sociales a { display: inline; }
.iconos-sociales .facebook-icon, .iconos-sociales .twitter-icon ,
.iconos-sociales .youtube-icon, .iconos-sociales .vevo-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  text-indent: -10000px;
}
.iconos-sociales .facebook-icon {
  background: url('http://www.planetevents.es/wp-content/themes/planetevent/images/ft-sprite-ico.png') no-repeat -2px top;
}
.iconos-sociales .twitter-icon {
  background: url('http://www.planetevents.es/wp-content/themes/planetevent/images/ft-sprite-ico.png') no-repeat -27px top;
}
.iconos-sociales .youtube-icon {
  background: url('http://www.planetevents.es/wp-content/themes/planetevent/images/ft-sprite-ico.png') no-repeat -52px top;
}
.iconos-sociales .vevo-icon {
  background: url('http://www.planetevents.es/wp-content/themes/planetevent/images/ft-sprite-ico.png') no-repeat -77px top;
}

/*cambios calendario eventos*/
body #sidebar table.em-calendar {
  width: 100%;
}

/**/
.header-social .alignleft {
  display: none;
}
#wrapper { position: relative; }
#wrapper .social-networks.sn-top {
  position: absolute;
  top: 30px;
  right: 30px;
}

#respond {
  display: none !important;
}
.ui-widget-content {
  width: 38px;
}

/*ocultamos los filtros de Eventos Anteriores*/
.page-id-598 .portfolio-tabs {
  display: none;
}


