* {
  box-sizing: border-box;
}
body {
  font-family: 'PT Sans Caption';
  color: #45495b;
  line-height: 1.5em;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}
h2 {
  font-size: 36px;
}
#header {
  background: #45495b;
  color: #fff;
}
#footer {
  background-color: #45495b;
  COLOR: #fff;
  z-index: 9999 !important;
}
hr {
  height: 0px;
  border: 0;
  border-top: 1px solid #45495b;
  margin-top: 30px;
  margin-bottom: 40px;
}
#footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.3em;
}
#footer a {
  color: #fff;
}
/**
 * Menu specific generic styles
**/
@media (min-width: 980px) {
  .header-inner .logo-mob {
    display: none !important;
  }
}
.header-inner .desk-menu {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.header-inner .desk-menu .dm-left {
  justify-self: flex-end;
}
.header-inner .desk-menu .dm-right {
  justify-self: flex-start;
}
.main_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.main_menu ul li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.main_menu {
  padding: 1% 0;
  display: flex;
  justify-content: center;
}
.main_menu > ul > li:hover .nav-drop {
  height: auto !important;
}
ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  background-color: #000;
}
/******************************************/
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  text-transform: uppercase;
}
.wrapper-inner {
  padding-bottom: 50px;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 50px;
  width: 100%;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content a {
  color: #45495b;
}
.content a:hover {
  color: #757c9d !important;
}
.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
.back {
  padding: 20px;
  display: block;
  margin: 20px auto;
  width: 200px;
  border: 2px solid #45495b;
  text-align: center;
  color: #45495b;
}
.back:hover {
  color: #fff !important;
}
/*--- MENU ---*/
#header {
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#header a {
  color: #fff;
  text-transform: uppercase;
}
#header ul.dropdown a {
  margin-left: 5px;
  margin-right: 5px;
}
.header-inner {
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  align-items: center;
  min-height: 55px;
}
.logo img {
  max-width: 150px;
  height: auto;
}
.logo:hover img, .footer-social a {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.logo img, .logo:hover img, input, input:hover, a, a:hover, .client, .client:hover, .clients-grid .client:hover .cs-ov, .clients-grid .client:hover .cs-ov:hover, img, img:hover, .team-photo, .team-photo:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.desk-menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.desk-menu li {
  margin-left: 2px;
  margin-right: 2px;
}
.desk-menu .current-menu-item a {
  color: #45495b !important;
  background: #fff;
}
.resp-wrap {
  display: none;
}
@media screen and (max-width: 980px) {
  .resp-wrap {
    display: block;
  }
  .desk-menu {
    display: none !important;
  }
}
.logo a {
  border-bottom: 0 !important;
}
.logo a:hover {
  border-bottom: 0 !important;
}
.desk-menu a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #fff;
  overflow: hidden;
}
.desk-menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 2px;
  margin-top: 8px !important;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.desk-menu a:hover:before, .hvr-underline-from-left a:focus:before, .hvr-underline-from-left a:active:before {
  right: 0;
}
.desk-menu .logo a:before {
  height: 0 !important;
}
/* ---- CLIENTS PAGE ----*/
.clients-grid {
  background: #fff;
  grid-gap: 2px;
}
@media (min-width: 1920.1px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
  }
}
@media (min-width: 980px) and (max-width: 1920px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px;
  }
}
@media (min-width: 800px) and (max-width: 979px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px;
  }
}
@media (max-width: 799.9px) {
  .clients-grid {
    grid-template-columns: 1fr;
    grid-gap: 2px;
  }
}
.clients-grid {
  display: grid;
  grid-gap: 2px;
}
.clients-grid a {
  color: #937e4f;
  display: block;
}
.clients-grid a img {
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 1025px) {
  .clients-grid .client .cs {
    width: 100%;
    height: 100%;
  }
  .clients-grid .client .cs-ov {
    font-size: 32px;
  }
}
.clients-grid .client {
  position: relative;
  overflow: hidden;
  filter: grayscale(1);
}
.clients-grid .client .cs-ov {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  font-family: 'PT Sans Caption';
  height: 100%;
  left: 0;
  font-size: 24px !important;
  letter-spacing: 2px;
  z-index: 2;
  color: #fff;
  background: rgba(22, 24, 34, 0.6);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  opacity: 1;
  transition: opacity 1s, transform 1s;
}
.clients-grid .client .cs-ov:hover {
  opacity: 0;
  transform: scale(3.5);
}
.clients-grid .client .cs-ov:hover, .clients-grid .client .clients-grid .client:hover {
  cursor: pointer !important;
}
.clients-grid .client:hover {
  filter: grayscale(0);
}
.clients-grid .client:hover .cs-ov {
  background: rgba(0, 0, 0, 0);
}
/*---- HOME -----*/
.home-content {
  margin-top: 0px;
  color: #fff;
  font-size: 22px;
  width: 100%;
  height: auto;
  background: url(../../../assets/img/home-bg-new.jpg) center;
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  min-height: 85vh;
  padding: 5%;
  padding-left: 25%;
  padding-right: 25%;
  line-height: 1.5em;
  text-align: center;
}
/*--- CONTACT ---*/
*:focus {
  outline: none;
}
.form {
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 20px auto;
  text-align: left;
  color: #45495b;
  padding-top: 20px;
}
.form label {
  font-family: 'PT Sans Caption';
  text-transform: uppercase;
  font-weight: 400;
}
.field {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.form-field {
  margin-bottom: 30px;
  display: block;
}
.form input, .form select, .form textarea {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
  border: 2px solid #45495b;
  font-family: 'PT Sans Caption';
  background: none;
  font-weight: 400;
  color: #45495b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.form input, .form select {
  height: 40px;
}
.form input:focus, .form select:focus, .form textarea:focus {
  border: 2px solid #45495b;
}
.form textarea {
  height: 200px;
  font-family: 'PT Sans Caption';
  background: none;
  font-weight: 400;
}
.form .wpcf7-submit {
  height: 50px;
  background: #45495b;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  border: 0;
  display: block;
  font-family: 'PT Sans Caption';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.form .wpcf7-submit:hover {
  color: #fff !important;
  background: #757c9d !important;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .form {
    width: 90%;
  }
}
.wpcf7 form .wpcf7-response-output, .wpcf7-response-output {
  text-align: center !important;
  font-weight: 400 !important;
  border: 0 !important;
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  color: #45495b;
  font-weight: 700;
  font-size: 0.8em;
}
.rc-anchor-normal-footer, .rc-anchor-invisible-text, .rc-anchor, .rc-anchor-invisible, .rc-anchor-light, .rc-anchor-invisible-hover, .grecaptcha-badge {
  display: none !important;
}
/*--- FOOTER BOXES ---*/
.footer-inner {
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.footer-logo {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
  align-items: center;
  align-content: center;
}
.footer-menu ul {
  margin-top: 20px !important;
  list-style: none;
  text-align: left;
}
.footer-menu ul li {
  display: block;
  width: 100%;
  margin-bottom: 20px !important;
}
.footer-menu {
  text-align: center;
}
.footer-menu .ul.dropdown li a:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.footer-social i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.credits {
  font-size: 12px;
  line-height: 1.2em;
}
.footer-contact {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-top: 40px;
  }
  .footer-menu ul li:last-child {
    margin-bottom: 0 !important;
  }
  .footer-boxes {
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    align-items: center;
    align-content: center;
  }
  .footer-boxes .footer-menu, .footer-boxes .footer-social, .footer-boxes .footer-contact {
    padding-bottom: 30px;
  }
}
#footer a:hover {
  color: #757c9d;
}
/*--- MEDIA QUERIES ---*/
@media screen and (max-width: 980px) {
  .header-inner, .content, .footer-inner, .wrapper-inner, .home-content {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-boxes {
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    text-align: center !important;
    align-items: center;
    align-content: center;
  }
  .footer-boxes .footer-menu, .footer-boxes .footer-social, .footer-boxes .footer-contact {
    text-align: center !important;
  }
  .footer-boxes .footer-menu {
    display: none;
  }
}
/*---OFFER FORM---*/
.content .offer-form {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  max-width: 800px;
  min-width: 450px;
  margin: 5px auto 5px;
  display: block;
}
.content .offer-form:last-child {
  border-bottom: 0 !important;
}
.content .offer-form h2 {
  font-size: 18px;
}
.row {
  display: block;
  clear: both;
  height: 60px;
  vertical-align: middle;
  padding: 5px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 100%;
}
.row:hover {
  background: rgba(43, 68, 68, 0.1);
}
.offer-form .row:last-child::hover {
  background: none !important;
}
.row-header {
  margin-bottom: -30px;
  padding-bottom: 0px;
  display: block;
  clear: both;
  width: 100%;
  padding-top: 5px;
}
.content .offer-form:last-child {
  border-bottom: 0 !important;
}
.row .left {
  float: left;
  text-align: left;
  width: 40%;
  padding-top: 5px;
  padding-right: 1%;
  padding-left: 0.5%;
  vertical-align: middle;
}
.row .right {
  float: right;
  text-align: left;
  width: 58%;
  padding-right: 1%;
  vertical-align: middle;
}
.row .right input {
  width: 100%;
}
input {
  height: 40px;
}
select {
  height: 40px;
  position: relative;
  width: 100%;
  background: #fff;
  float: right;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 4px !important;
  top: 8px;
}
input, textarea, select {
  font-family: 'PT Sans Caption';
  font-size: 18px;
  letter-spacing: 1px;
  border: 2px solid #2b3044;
  color: #2b3044;
  padding: 3px;
}
.message {
  height: auto !important;
}
.message:hover, .header:hover {
  background: none;
}
.wpcf7-submit {
  border: 0;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #45495b;
  font-family: 'PT Sans Caption';
}
.wpcf7-submit:hover {
  color: #fff !important;
  background: #757c9d !important;
  cursor: pointer;
}
.row:last-child::hover {
  background: none !important;
}
textarea {
  width: 99%;
  margin-top: 30px;
}
.tickets {
  position: relative;
  left: -0.5%;
  width: 58% !important;
}
.ticketinfo {
  width: 31%;
  margin-left: 1.5%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#cboxContent {
  width: 400px;
  height: 200px;
}
#cboxLoadedContent {
  font-weight: 300;
}
@media screen and (max-width: 1024.1px) {
  .row .left, .row .right {
    clear: both;
    float: none;
    text-align: center;
    width: 100% !important;
  }
  .row {
    height: auto !important;
  }
  .content .offer-form {
    min-width: 100%;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 60px;
    clear: both;
  }
  .content .offer-form:last-child {
    border-bottom: 0 !important;
    padding-bottom: 5px;
  }
}
/*--- HOMEPAGE ---*/
@media screen and (max-width: 1300px) {
  .home .content {
    padding-left: 0;
    padding-right: 0;
  }
  .home-content {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 60vh;
  }
  #footer {
    z-index: 22 !important;
  }
}
