/*
Theme Name: ticketbox child
Description: TicketBox - Event Tickets WordPress Theme
Version: 1.0.0
Theme URI: http://dawnthemes.com/ticketbox
Author: DawnThemes
Template: ticketbox
Author URI: http://dawnthemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style
*/

/* CUSTOM FONT  */
@font-face {
    font-family: 'dinbold';
    src: url('fonts/din_bold-webfont.woff2') format('woff2'),
         url('fonts/din_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinblack';
    src: url('fonts/din-blackalternate-webfont.woff2') format('woff2'),
         url('fonts/din-blackalternate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_light';
    src: url('fonts/din-light-webfont.woff2') format('woff2'),
         url('fonts/din-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din';
    src: url('fonts/din-webfont.woff2') format('woff2'),
         url('fonts/din-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.vc_row { display:flex;}


/*  GENERAL  */
h1,h2,h3,h4,h5,h6 {
  font-family: "dinbold"!important;
}
h3.ticketbox-sc-title {
  font-size: 1.5em!important;
  text-transform: uppercase!important;
  color: #e52420!important;
}
p,a,ul,li {
  font-family: "din"!important;
}
.ticketbox-sc-title {
  font-family: "dinbold"!important;
  text-transform: uppercase;
}
#main-content, #dawnthemes-page, #dawnthemes-page .main-container  {
  background: #fff5e5;
}
.dt_breadcrumbs .dt_breadcrumb__wrapper .breadcrumbs>a, .dt_breadcrumbs .dt_breadcrumb__wrapper .breadcrumbs>span {
  display: inline-block;
  margin-top: 30px;
  font-size: 1em;
}

a:hover {
  text-decoration: none;
}
.contact-white {
  color: #fff;
}
.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 100;
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.5);
}
.dawnthemes-tbn-container a.btn.hover_e1:hover, .dawnthemes-tbn-container a.btn.hover_e1:active {
  background-color: #000!important;
  border-color: #000!important;
}

/* HEADER */
.site-header.has-header-background .page-heading {
  background: transparent!important;
}
.page-heading {
  background: #0707a8!important;
}
.primary-navigation ul.main-menu li>a {
  text-transform: none;
}
.dt_breadcrumbs * {
  color: #fff!important;
}
.site-header.has-header-background {
  background-attachment: scroll;
}

.post-type-archive-tribe_events .breadcrumbs-title {
  display: none;
}


/*  OWL carrousel  //  upcomming event and co */
.ticketbox_upcoming-events .ticketbox_upcoming-events-content .owl-pagination div {
  background-color: #ffddc3;
}
.ticketbox_upcoming-events .ticketbox_upcoming-events-content .owl-pagination div.active {
  background-color: #000!important;
}
.ticketbox_upcoming-events .upcoming-events-header .upcoming-events-title, .ticketbox_upcoming-events .upcoming-events-header .upcoming-events-title i  {
  color: #e52420;
}
.ticketbox-sc-our-brand .ticketbox-carousel-slide .owl-buttons .owl-prev:before, .ticketbox-sc-our-brand .ticketbox-carousel-slide .owl-buttons .owl-next:before {
  color: #000;
}
.ticketbox-sc-title,.ticketbox-sc-title i {
  color: #e52420;
}
.blogue-content, .blogue-content h4 {
  color: #fff;
}
.blogue-btn a {
  border-bottom: 1px solid!important;
}
.owl-theme .owl-controls .owl-page span {
  display: none;
}
.tribe-bar-submit {
  width: auto;
}
.tribe-events-event-categories {
  margin-top: 20px;
  font-weight: 700;
}
.all-events-export {
  display: none!important;
}
.fa-shopping-cart {
  display: none!important;
}
.a3dg-navbar-control, .a3dg-back, .a3dg-forward {
  display: none!important;
}

/* A PROPOS */
.ticketbox-sc-our-team .member-item .member-avatar {
  width: 200px;
  height: 200px;
}
.ticketbox-sc-our-team .member-item .member-avatar img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.ticketbox-sc-our-team .member-item:hover .member-avatar img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ticketbox-sc-our-team .member-item:hover .member-info .member-name {
    color: #e52420!important;
}

/*  EVENMENT  */
.event_schedule_detail * {
  font-size: 2em;
}
.single-tribe_events .tribe-events-single-header .events-single-header-meta .ticketbox-single-event-schedule>span>i  {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 2em;
}
.single-tribe_events .ticketbox-tribe-events-single-event-content-footer .tribe-events-cal-links {
  width: 100%;
}
.ticketbox_upcoming-events .ticketbox_upcoming-events-content .event-item .event-item-feature {
  width: 100%;
}


/*  PAST EVENT */
.ecs-event-list {
  margin-left: 60px;
  list-style-type: none;
}
.ecs-event-list li {
  height: 100px;
}
.ecs-event-list .ecs-event {
  position: relative;
}
.ecs-event-list .time {
  position: absolute;
  top: -20px;
  left: -100px;
  background: rgba(229, 36, 32, 1);
  padding: 20px 10px;
  width: 75px;
  text-align: center;
  height: 75px;
}
.ecs-event-list .tribe-event-date-start {
  text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
}


/*   NOS PARTENAIRES  */
.ticketbox-sc-our-brand, .ticketbox-sc-our-brand i {
  color: #e52420;
}
.ticketbox-sc-our-brand ul li img {
  width: auto!important;
}
.ticketbox-sc-our-brand ul li img {
    max-width: 80%!important;
    max-height: 100px;
}
.ticketbox-sc-our-brand ul li img {
  opacity: .7;
  -webkit-filter: grayscale(1);
 filter: grayscale(1);
}
.ticketbox-sc-our-brand ul li:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
 filter: grayscale(0);
}
.owl-carousel .owl-item {
  display: table-cell;
  float: none!important;
  vertical-align: middle;
}


/*   BOUTIQUE  */
.woocommerce-loop-product__title {
  color: #e52420;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #fff5e5!important;
}
body.single-tribe_events .site-header.has-header-background .page-heading {
  overflow: inherit;
}

/*  CONTACT FORM  */
.grey-map {
  height: 400px;
  -webkit-filter: grayscale(1);
 filter: grayscale(1);
}


.wpcf7-date {
  width: 100%;
  height: 45px;
  margin-top: 10px;
  padding: 11px 20px;
  color: #545454;
  color: rgba(84,84,84,0.75);
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
  -webkit-transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
  outline: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  vertical-align: middle;
}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], .form-control {
    margin-top: 10px;
}
textarea {
  height: auto!important;
}
.wpcf7-list-item {
  display: inline-block;
  padding: 10px;
}
.wpcf7-list-item-label {
  margin-left: 5px;
}


/*  FOOTER */
.widget-title {
  color: #e52420!important;
}
.site-footer #footer-primary {
  background: none!important;
}
#footer-primary {
  padding: 75px 0;
}
#footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
#call_to_action {
  padding: 30px 0;
  background-color: rgba(229, 36, 32, 1);
}
#call_to_action h2 {
  color: #000;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}
#call_to_action a {
  text-transform: uppercase;
  font-size: 1.2em;
  /*font-weight: bold;*/
  border: 1px solid #000;
  padding: 10px 20px;
  color: #000;
  float: right;
}
#call_to_action a:hover {
  background-color: #000;
  color: #e52420;
}
.site-footer .footer-sidebar .widget a.outline-btn {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #e52420;
  padding: 10px 20px;
  color: #e52420;
}
.site-footer .footer-sidebar .widget a.outline-btn:hover {
  background-color: #e52420;
  color: #000;
}
.footer-bottom {
  background-color: #000;
}
.site-footer .footer-bottom .copyright-section.has-footer-right .site-info {
  width: 60%;
}
#footer .footer-bottom a:hover {
  color: #fff;
}
.site-info a, .red  {
  color: #e52420;
}
.site-footer .footer-bottom .copyright-section .footer-right ul.ticketbox_dt_social_profile li a {
  color: #fff;
  border:none;
}
.site-footer .footer-bottom .copyright-section .footer-right ul.ticketbox_dt_social_profile li a:hover {
  background-color: none!important;
}
/*  footer widget  */
.footer-primary__group {
  color: #fff;
  padding: 0 90px!important;
}
.footer-primary__group:nth-child(2) {
  margin-top: 105px;
}
.footer-primary__group:nth-child(3) {
  margin-top: 105px;
}
.footer-primary__group:nth-child(3) .widget-title {
  color: #fff!important;
  margin-bottom: 0px!important;
}
.site-footer input[type=submit]:hover {
  background: #e52420!important;
  color: #000!important;
}
.site-footer .footer-sidebar input {
  background: transparent;
}

@media screen and (max-width: 1200px) {
  .footer-primary__group {
    padding: 0 50px!important;
  }
}

@media screen and (max-width: 992px) {
  .footer-primary__group {
    padding: 0 20px!important;
  }
  .footer-primary__group:nth-child(2), .footer-primary__group:nth-child(3) {
    margin-top: 0px;
  }
  .site-footer .footer-bottom .copyright-section.has-footer-right .site-info {
    margin: 0 auto;
  }
  .vc_row-flex2 { flex-direction:column-reverse!important;

}
}

@media screen and (max-width: 480px) {
  #call_to_action {
    text-align: center;
  }

  #call_to_action a {
    display: block;
    margin-top: 20px;
    float: none;
  }
  .event-item-cotent {
    width: 250px;
  }

}
