/******************************************************************
Theme Name: MiEvent Child Theme (Multia-Studio)
Theme URI: http://multia.in/theme/wordpress/mievent
Description:  Child Theme
Author: Multia-Studio
Template: wp_theme_mievent
Author URI: http://multia.in
Version: 1.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: Multia-Studio
License URI: http://multia.in
*/

/*
** PROGRAMME
*/

.time .child-event-city {
  text-transform: uppercase;
  color: #7b5c23;
  font-family: "Oswald";
  font-weight: 600;
  letter-spacing: 1px;
}

.time .child-event-time {
  font-size: 15px;
  letter-spacing: 0;

}

.time .child-event-time::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 40px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url('site/img/icons/losanges.png');

}

.time .child-event-place {
  font-size: 15px;
  letter-spacing: 0;
}

.child-event-speaker {
  color: #7b5c23;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;

}

.child-event-speaker .child-speaker-type {
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0;

}

.child-event-name {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;

}

.child-event-details {
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;

}

.child-event-illustration {
  width: 90%;
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-color: #b3b3b3;

}

@media all and (max-width: 990px) {
  .child-event-illustration {
    max-width: 350px;
    height: 230px;
    margin: 0 auto;
  }
}

/*
**  HOME VIDEO
*/

#home_video {
  min-width: inherit !important;
  max-height: 100% !important;
  left: 50% !important;
  transform: translateX(-50%);
  outline: solid #343434 10000px;

}

/*
** COMMON HR
*/

hr {
  height: 30px !important;
  border: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('site/img/icons/losanges.png');

}

/*
** AVATAR ARTISTE
*/

.folio {
  padding: 0 !important;
  padding-bottom: 30px !important;

}

.folio .avatar {
  background-color: #7b5c23;
}

.folio .avatar img {
  border-radius: inherit !important;
  -moz-border-radius: inherit !important;
  -webkit-border-radius: inherit !important;
  width: auto !important;
  display: block;
  height: 150px !important;
}

.folio .sp-name {
  margin-top: 10px !important;

}

.md-modal .sp-dsc {
  max-height: 30vh;
  overflow: auto;
  margin: 0 30px;
  margin-top: 20px;

}

.sp-social .fa-map-marker {
  transform: rotate(-45deg);

}

.md-overlay {
  background: rgba(221, 217, 208, 0.7) !important;
}

.sponsors-wrap {
  white-space: pre-line;
}

.sponsors-wrap img.alignnone {
  margin: 0;
}

.sponsors-wrap .padding-bottom-40 {
  padding-bottom: 40px;

}

#home_slider {
  padding-top: 80px;
}

/*
* Ajout des boutons sociaux dans le menu du header
 */
.HeaderMenu-social-buttons {
  height: 80px;
  margin-left: 10px;
}
.HeaderMenu-social-buttons .social-buttons {
  height: 100%;
  display: flex;
  align-items: center;
}

/*
* on conserve le font-size du menu sur grand écran
 */
.navbar-default {
  font-size: 12px;
}
.navbar-default .navbar-collapse {
  max-height: 70vh;
}


/**
Modifications responsive.
 */
@media screen and (max-width:760px){

  .event-features > .container > div:first-child {
    float: unset !important;
    margin: auto !important;
    width:100%;
  }
  .packages-wrap li:first-child {
    display: none;
  }
  .packages-wrap li:nth-child(2) {
    display: flex;
    justify-content: center;
  }
  .packages-wrap li:nth-child(2) > div {
    width: 100% !important;
    max-width: 270px !important;
  }
  .packages-wrap li:nth-child(2) .price {
    display: none;
  }
  .slideshow nav span.nav-close {
    color: #000;
    right: 20px;
    position: absolute;
    top: 1rem;
    z-index: 9;
  }
  .slideshow nav span.nav-close .fa-times {
    color:#7b5c23 !important;
  }
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  max-width: 300px;
  width: 100% !important;

}
form.wpcf7-form {
  max-width: 300px;
  margin:auto;
}

.rgpdCheckbox > span:first-child {
  margin:1rem 0;
  width: 100%;
}
/** BUTTON CLOSE MODAL **/
.md-close .fa-times{
  color:#7b5c23 !important;
}
