/*
Theme Name: CAAMFest 01
Theme URI: http://gala-engine.com
Description: CAAMFest child theme of Gala Foundation Theme
Author: Gala Festival Engine Team
Template: gala-foundation
Version: 1.0
.
All rights reserved. This theme may not be copied or distributed.
.
*/
/* BEGIN GLOBAL LESS DEFINITIONS */
/* BEGIN VARS */
/* basic design grid unit */
/* main font-family */
/* END VARS */
/* BEGIN MIXINS */
/*
         * For border mixins, I am setting @color as the first param
         * because this will be the most frequently customized, so in
         * most cases we can leave out the other two params in calls
         * to the mixin
         */
/* END MIXINS */
/* END GLOBAL LESS DEFINITIONS */
.agile-modal {
  top: 50% !important;
  left: 50% !important;
  max-height: 90%;
  overflow: hidden;
}
.agile-modal .modal-body {
  overflow-y: auto;
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.agile-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#global-nav {
  width: 100%;
}
@media (min-width: 1200px) {
  #global-nav .cart-offsite {
    position: absolute;
    right: 0px;
  }
}
.buy-newwin {
  display: none;
}
@media (max-width: 767px) {
  .buy-tickets-offsite {
    display: none;
  }
  .buy-newwin {
    display: inline-block;
  }
}
