@charset "UTF-8";
/**
 * Theme Name: WP Feile Luimnigh
 * Version: 1.0.1194
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 2017 Feile Luimnigh.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: wpfl
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*===== Variables =====*/
@keyframes slideout {
  from {
    margin-left: 0; }
  to {
    margin-left: 20px; } }

/*===== General resets =====*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #44494a; }

main {
  padding-left: 90px; }

h1 {
  font-family: "Elsie", cursive;
  font-size: 60px;
  line-height: 60px; }

h2 {
  font-family: "Elsie", cursive;
  font-size: 48px;
  line-height: 60px; }

h3 {
  font-family: "Elsie", cursive;
  font-size: 30px;
  line-height: 60px; }

hr {
  height: 3px;
  background: #00515b;
  margin-top: 50px;
  margin-bottom: 40px; }
  hr.smaller {
    background: #02aa94;
    height: 2px;
    margin-top: 0;
    margin-bottom: 20px; }

.container-reset {
  padding-left: 0;
  padding-right: 0; }
  .container-reset .row {
    margin-left: 0;
    margin-right: 0; }
  .container-reset [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.col-reset .row {
  margin-left: -10px;
  margin-right: -10px; }

.col-reset [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.btn-default {
  padding: 8px 10px 8px 40px;
  background: #ededed;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #706a63; }
  .btn-default .arrow-right {
    padding-left: 40px;
    color: #706a63; }

a:hover {
  color: unset;
  text-decoration: none; }

.btn-simple {
  padding: 0;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #cb5f31; }
  .btn-simple:hover {
    color: #cb5f31; }
  .btn-simple:focus {
    box-shadow: unset; }

.dark-green-bg {
  background: #005862; }

.light-green-bg {
  background: #047f6f; }

.orange-bg {
  background: #ca3e02; }

.yellow-bg {
  background: #ce9606; }

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, transparent 70%, #000 100%);
  opacity: 0.25; }

.dark-bg {
  background: rgba(0, 81, 91, 0.24);
  padding: 50px; }

.arrow-right {
  padding-left: 10px; }

/*===== End General resets =====*/
/*=========header===========*/
header:not(.title) {
  position: fixed;
  width: 90px;
  height: 100vh;
  min-height: 500px;
  background: #00515b;
  z-index: 3; }

.navbar-default {
  height: 100%;
  background-color: #00515b;
  border: unset;
  border-radius: unset;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: transparent; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background: transparent;
  color: #fff; }

.navbar-default .navbar-nav > li > a {
  color: #fff; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff; }

.navbar-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }
  .navbar-header span {
    color: #fff; }

.navbar-collapse {
  padding: 0;
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 500px;
  background: #00515b;
  -webkit-transform: translate(-500px, 0);
  -moz-transform: translate(-500px, 0);
  -ms-transform: translate(-500px, 0);
  -o-transform: translate(-500px, 0);
  transform: translate(-500px, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .navbar-collapse.in {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.scroll-wrapper {
  height: 100%; }

.navbar-nav {
  margin-top: 95px;
  margin-bottom: 155px;
  float: unset; }
  .navbar-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 135px;
    float: unset; }
    .navbar-nav li a {
      display: block;
      padding: 25px 0;
      font-family: "Elsie", cursive;
      font-size: 30px;
      line-height: 36px;
      color: #fff;
      opacity: 0.5;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .navbar-nav li a:hover, .navbar-nav li a:active {
        text-decoration: none;
        opacity: 1; }
  .navbar-nav .sub-menu {
    padding-left: 0;
    padding-bottom: 15px;
    display: none;
    overflow: hidden; }
    .navbar-nav .sub-menu li {
      border-bottom: none;
      padding-left: 25px;
      list-style: none; }
      .navbar-nav .sub-menu li a {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 14px;
        letter-spacing: 0.75px;
        text-transform: uppercase;
        padding: 10px 0;
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .navbar-nav .sub-menu li a:hover {
          font-weight: 600;
          padding-left: 10px; }
        .navbar-nav .sub-menu li a:focus {
          color: #FFF; }
  .navbar-nav .open {
    background: #003d44; }
    .navbar-nav .open > a {
      opacity: 1; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #fff; }

.footer {
  width: 250px;
  margin-bottom: 0;
  position: absolute;
  left: 110px;
  bottom: 35px; }
  .footer li {
    display: inline-block; }
    .footer li span,
    .footer li a {
      font-size: 13px;
      line-height: 24px;
      color: #fff;
      opacity: 0.5; }
    .footer li a {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .footer li a:hover {
        text-decoration: none;
        opacity: 1; }
    .footer li::after {
      content: "\007c";
      color: #fff;
      opacity: 0.5;
      margin-left: 10px; }
    .footer li:last-child::after {
      content: ""; }

.hamburger {
  margin-left: 7px; }
  .hamburger .close-menu {
    display: none; }

.is-active .close-menu {
  display: block; }

.is-active .open-menu {
  display: none; }

.hamburger-box {
  display: block;
  margin-bottom: 8px; }

.hamburger-inner {
  height: 3px;
  background: #fff; }
  .hamburger-inner::after, .hamburger-inner::before {
    height: 3px;
    background: #fff; }

.back-to-box,
.cart-box,
.log-in-box {
  position: absolute;
  top: 110px;
  left: 20px;
  max-width: 47px;
  text-align: center;
  z-index: 9;
  width: 100%;
  font-size: 13px; }
  .back-to-box img,
  .cart-box img,
  .log-in-box img {
    width: 37px;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s; }
  .back-to-box span,
  .cart-box span,
  .log-in-box span {
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s; }
  .back-to-box .notices,
  .cart-box .notices,
  .log-in-box .notices {
    width: 20px;
    height: 20px;
    background: #fff;
    color: #00515b;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -7px;
    right: -1px;
    font-size: 13px;
    line-height: 20px; }
  .back-to-box:hover span,
  .back-to-box:hover img,
  .cart-box:hover span,
  .cart-box:hover img,
  .log-in-box:hover span,
  .log-in-box:hover img {
    opacity: .5; }
  .back-to-box:hover .notices,
  .cart-box:hover .notices,
  .log-in-box:hover .notices {
    opacity: 1; }

.cart-box {
  top: 230px; }



.back-to-box {
  top: 330px; }

.navbar-brand {
  position: absolute;
  left: 7px;
  bottom: 0;
  margin-right: 0;
  width: 75px;
  height: auto;
  padding: 0;
  margin-bottom: 20px; }

/*===Homepage===*/
.intro-content {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 240px;
  padding-left: 45px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-image: url("assets/img/bg-logo.png");
  background-repeat: no-repeat;
  background-size: 345px 345px;
  background-position: 165px 95px; }
  .intro-content h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 70px;
    line-height: 70px;
    color: #02aa94; }
    .intro-content h1 span {
      display: block;
      margin-left: -65px;
      font-size: 150px;
      letter-spacing: -8px;
      color: #075a67; }
      .intro-content h1 span.span-nd {
        font-size: 72px;
        display: inline-block;
        margin-left: 8px; }
    .intro-content h1 img {
      width: 400px;
      margin-left: -45px; }
  .intro-content .section-decription {
    margin-top: -20px;
    margin-bottom: 30px; }
  .intro-content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px; }

.cta-boxes {
  height: 100%; }

.cta-box {
  position: relative;
  height: 25%;
  min-height: 25vh;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-25px, 0);
  -moz-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  -o-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
  -webkit-transition: opacity 0.5s ease-in-out 0.25s, transform 0.5s ease-in-out 0.25s;
  -moz-transition: opacity 0.5s ease-in-out 0.25s, transform 0.5s ease-in-out 0.25s;
  -ms-transition: opacity 0.5s ease-in-out 0.25s, transform 0.5s ease-in-out 0.25s;
  -o-transition: opacity 0.5s ease-in-out 0.25s, transform 0.5s ease-in-out 0.25s;
  transition: opacity 0.5s ease-in-out 0.25s, transform 0.5s ease-in-out 0.25s; }
  .cta-box:nth-child(2) {
    -webkit-transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    -moz-transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    -ms-transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    -o-transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s; }
  .cta-box:nth-child(3) {
    -webkit-transition: opacity 0.5s ease-in-out 0.75s, transform 0.5s ease-in-out 0.75s;
    -moz-transition: opacity 0.5s ease-in-out 0.75s, transform 0.5s ease-in-out 0.75s;
    -ms-transition: opacity 0.5s ease-in-out 0.75s, transform 0.5s ease-in-out 0.75s;
    -o-transition: opacity 0.5s ease-in-out 0.75s, transform 0.5s ease-in-out 0.75s;
    transition: opacity 0.5s ease-in-out 0.75s, transform 0.5s ease-in-out 0.75s; }
  .cta-box:nth-child(4) {
    -webkit-transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
    -moz-transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
    -ms-transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
    -o-transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s;
    transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s; }
  .cta-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.1;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    transform-origin: center center; }
  .cta-box h2 {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 60px; }
  .cta-box .btn-cta-box {
    margin-top: 8px;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 20px; }
    .cta-box .btn-cta-box i {
      position: absolute; }
  .cta-box:hover img {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -moz-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    -o-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
    -webkit-transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -ms-transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  .cta-box:hover i {
    animation: slideout 1.0s infinite; }

.theme-loaded .cta-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/*========================Speech and Drama page===============*/
.intro-content.inner-content {
  padding-top: 0;
  padding-left: 200px;
  padding-right: 300px;
  padding-bottom: 50px;
  max-width: 99999px;
  height: 100vh;
  background-position: 550px 7px;
  background-size: 550px 550px; }
  .intro-content.inner-content h1 {
    padding-top: 60px;
    color: #00515b;
    border-bottom: 3px solid #00515b;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 60px; }
  .intro-content.inner-content h2 {
    margin-bottom: 30px; }
  .intro-content.inner-content .btn-simple {
    margin-top: 20px;
    margin-bottom: 20px; }
    .intro-content.inner-content .btn-simple i {
      margin-right: 10px; }

.subtitle-box h2 {
  margin-top: 0;
  color: #000; }

.subtitle-box .breadcrumb {
  background: transparent;
  padding: 0; }
  .subtitle-box .breadcrumb a {
    line-height: 20px;
    color: #939393; }
  .subtitle-box .breadcrumb .active {
    color: #000; }

.bootstrap-select .dropdown-toggle:focus {
  outline: unset !important; }

.btn-group.open .dropdown-toggle {
  background: #f3f2f2;
  box-shadow: unset; }
  .btn-group.open .dropdown-toggle:hover, .btn-group.open .dropdown-toggle:focus, .btn-group.open .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle .btn-default {
    background: #f3f2f2; }

.btn-group button {
  padding: 10px 30px;
  background: #f3f2f2;
  border-radius: unset;
  border: none;
  border: 1px solid #939393; }
  .btn-group button:hover, .btn-group button:active {
    background: #f3f2f2; }
  .btn-group button span {
    font-size: 14px;
    line-height: 24px;
    color: #000; }

.btn-group .btn-default {
  border-color: #939393;
  background: #f3f2f2; }

.btn-group .dropdown-menu {
  border-radius: unset;
  margin-top: -1px;
  padding-top: 0;
  background: #f3f2f2;
  box-shadow: none;
  border: 1px solid #939393;
  border-top: 1px solid transparent; }
  .btn-group .dropdown-menu .inner .dropdown-header {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000; }
  .btn-group .dropdown-menu .inner li:focus {
    outline: none; }
  .btn-group .dropdown-menu .inner li a.opt {
    padding-left: 70px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .btn-group .dropdown-menu .inner li a.opt:hover {
      font-weight: 600;
      background: #e1e1e1; }
  .btn-group .dropdown-menu > li > a:focus,
  .btn-group .dropdown-menu > li > a:active {
    background: #f3f2f2; }
  .btn-group .dropdown-menu .divider {
    height: 0; }

.content {
  padding-bottom: 25px; }
  .content h5 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    color: #000; }
  .content h3 {
    margin-top: 0;
    color: #000;
    line-height: 50px; }
  .content p {
    font-size: 14px;
    line-height: 24px;
    color: #706a63;
    margin-bottom: 25px; }
    .content p:last-child {
      margin-bottom: 0; }
  .content ul {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 55px; }
    .content ul li {
      line-height: 24px;
      color: #706a63; }
      .content ul li::before {
        content: "•";
        color: #00515b;
        margin-right: 10px; }
  .content h6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #706a63;
    line-height: 24px; }
  .content hr {
    height: 1px;
    background: #ecebeb; }
  .content img {
    float: left;
    clear: left;
    max-width: 100%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px; }

.event {
  position: relative;
  margin: 0 -80px;
  padding: 30px 80px;
  border-top: 1px solid #ecebeb;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .event .event-date {
    position: absolute;
    left: 10px;
    line-height: 24px;
    font-weight: 700;
    color: #000; }
  .event h3 {
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .event h3 a {
      color: #000; }
      .event h3 a:hover {
        text-decoration: none; }
  .event .subtitle-event {
    font-size: 14px;
    line-height: 20px;
    color: #000; }
    .event .subtitle-event span::after {
      content: "\007c";
      color: #000;
      margin-left: 4px; }
  .event .btn-default {
    position: absolute;
    right: 80px;
    top: 32px;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .event .mask {
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .event .mask:hover {
      background: rgba(0, 81, 91, 0.24); }
  .event:hover .event-date,
  .event:hover a,
  .event:hover span,
  .event:hover time {
    color: #00515b; }
  .event:hover .btn-default {
    background: #00515b;
    color: #fff; }
    .event:hover .btn-default .arrow-right {
      color: #fff; }

.meta-event {
  border-top: 1px solid #ecebeb;
  padding-top: 20px;
  padding-bottom: 30px; }
  .meta-event h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Elsie", cursive;
    font-size: 30px;
    line-height: 40px;
    color: #000; }
    .meta-event h4.small-title {
      font-size: 20px; }
  .meta-event span {
    font-size: 14px;
    line-height: 20px;
    color: #706a63; }
    .meta-event span a {
      color: #706a63; }
  .meta-event:last-child {
    border-bottom: 1px solid #ecebeb; }
  .meta-event #qty {
    width: 50px; }

/*==========================Instrumental page====================*/
.content-box {
  padding: 35px 38px; }
  .content-box h3 {
    line-height: 60px; }
  .content-box p {
    line-height: 20px; }

.instrumental-slider {
  position: relative;
  padding-top: 75px;
  padding-bottom: 25px; }
  .instrumental-slider .slick-dots {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: inline-flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .instrumental-slider .slick-dots li {
      width: 7px;
      height: 7px;
      margin: 4px; }
      .instrumental-slider .slick-dots li button {
        padding: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        font-size: 0px;
        border: unset;
        background: #c2c2c2; }
    .instrumental-slider .slick-dots .slick-active button {
      background: #6a6a6a; }

.instrumental-box img {
  margin: 0 auto; }

.instrumental-box.active {
  border: 1px solid #ecebeb;
  border-radius: 2px; }

/*=========================Instrumental Form================================*/
.form-wrapper {
  position: relative;
  background: rgba(0, 81, 91, 0.24);
  margin-bottom: 40px; }
  .form-wrapper .form-heading h3.form-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Elsie", cursive;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    color: #000; }
  .form-wrapper form.login,
  .form-wrapper form.register,
  .form-wrapper form {
    padding: 20px 55px 25px 35px;
    border: 0;
    border-radius: 0; }
    .form-wrapper form.login h3,
    .form-wrapper form.register h3,
    .form-wrapper form h3 {
      margin-top: 0;
      margin-bottom: 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      color: #000;
      line-height: 20px;
      font-weight: 600; }
    .form-wrapper form.login .form-control,
    .form-wrapper form.register .form-control,
    .form-wrapper form .form-control {
      width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: 0; }
      .form-wrapper form.login .form-control:active, .form-wrapper form.login .form-control:focus,
      .form-wrapper form.register .form-control:active,
      .form-wrapper form.register .form-control:focus,
      .form-wrapper form .form-control:active,
      .form-wrapper form .form-control:focus {
        outline: none; }
      .form-wrapper form.login .form-control .dropdown-toggle,
      .form-wrapper form.register .form-control .dropdown-toggle,
      .form-wrapper form .form-control .dropdown-toggle {
        padding: 6px 12px;
        background: #fff;
        border: 0; }
        .form-wrapper form.login .form-control .dropdown-toggle span,
        .form-wrapper form.register .form-control .dropdown-toggle span,
        .form-wrapper form .form-control .dropdown-toggle span {
          font-size: 14px;
          line-height: 22px;
          font-weight: 500;
          color: #333332; }
        .form-wrapper form.login .form-control .dropdown-toggle .caret,
        .form-wrapper form.register .form-control .dropdown-toggle .caret,
        .form-wrapper form .form-control .dropdown-toggle .caret {
          color: #333332; }
    .form-wrapper form.login button[type="submit"],
    .form-wrapper form.register button[type="submit"],
    .form-wrapper form button[type="submit"] {
      border-radius: 0;
      color: #FFF;
      text-transform: uppercase;
      font-weight: 300;
      background: #00515b;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .form-wrapper form.login button[type="submit"]:hover,
      .form-wrapper form.register button[type="submit"]:hover,
      .form-wrapper form button[type="submit"]:hover {
        background: #02aa94; }
    .form-wrapper form.login .btn-default,
    .form-wrapper form.register .btn-default,
    .form-wrapper form .btn-default {
      padding: 8px 15px 8px 15px; }
    .form-wrapper form.login p,
    .form-wrapper form.register p,
    .form-wrapper form p {
      margin-bottom: 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #333332; }
      .form-wrapper form.login p a,
      .form-wrapper form.register p a,
      .form-wrapper form p a {
        color: #000;
        text-decoration: underline; }

/*===============================Admin bar==============================*/
#wpadminbar .back-to-competitors {
  display: block; }

.admin-bar header:not(.title) {
  height: calc(100vh - 32px); }

.admin-bar .cta-box {
  height: 24.15vh;
  min-height: 75px; }

.woocommerce-MyAccount-content .btn-default {
  padding: 8px 20px 8px 20px; }

.post-type-archive-adjudecator .adjudecator {
  border-bottom: 2px solid #02aa94;
  margin-bottom: 20px; }
  .post-type-archive-adjudecator .adjudecator h3 a {
    color: #000;
    line-height: 30px; }
  .post-type-archive-adjudecator .adjudecator:last-child {
    border-bottom: 0; }

/*===================Media Query=========================*/
@media (max-width: 1199px) {
  .container {
    max-width: 900px; }
  .intro-content {
    padding-top: 120px;
    padding-left: 65px;
    padding-right: 15px; }
    .intro-content.inner-content {
      padding-left: 200px;
      padding-right: 200px;
      background-size: 380px;
      background-position: 470px 7px; }
    .intro-content h1 {
      font-size: 65px;
      line-height: 57px; }
    .intro-content p {
      margin-bottom: 25px; }
  .cta-box h2 {
    font-size: 40px;
    left: 40px; } }

@media (max-width: 991px) {
  .container {
    width: 678px; }
  .intro-content {
    padding-bottom: 25px;
    background-size: 300px 300px; }
  .intro-content {
    height: 100%; }
    .intro-content.inner-content {
      padding-left: 100px;
      padding-right: 100px;
      background-size: 270px;
      background-position: 370px 7px; } }

@media (max-width: 767px) {
  .container {
    width: 100%; }
  main {
    padding-left: 0;
    padding-top: 80px; }
  header:not(.title) {
    width: 100%;
    height: 90px;
    min-height: unset; }
    header:not(.title).affix-top {
      position: absolute; }
  .navbar-default {
    height: 90px; }
  button:focus {
    outline: unset; }
  .navbar-header {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .hamburger {
    margin-left: 4px; }
    .hamburger .hamburger-box {
      margin-bottom: 3px;
      width: 36px; }
    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner::before,
    .hamburger .hamburger-inner::after {
      height: 2px;
      width: 36px; }
    .hamburger span {
      font-size: 12px; }
  .log-in-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 73px; }
    .log-in-box img {
      width: 28px;
      height: auto; }
    .log-in-box span {
      font-size: 10px;
      white-space: nowrap; }
  .cart-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 150px; }
    .cart-box img {
      width: 29px;
      height: auto; }
    .cart-box span {
      font-size: 10px;
      white-space: nowrap;
      margin-top: 4px; }
  .navbar-brand {
    position: absolute;
    right: 20px;
    left: unset;
    bottom: 10px;
    margin-bottom: 0;
    width: auto; }
    .navbar-brand img {
      width: 70px; }
  .intro-content {
    padding-right: 25px; }
    .intro-content h1 {
      font-size: 52px;
      line-height: 48px;
      margin-left: 20px; }
      .intro-content h1 span {
        font-size: 110px; }
    .intro-content p {
      font-size: 15px; }
  .cta-box h2 {
    font-size: 30px;
    line-height: 35px;
    left: 35px; }
  .cta-box .btn-cta-box {
    margin-top: 0; }
  .navbar-collapse {
    height: auto !important; }
  .navbar-nav {
    margin-top: 80px; }
    .navbar-nav li {
      padding-left: 45px; }
      .navbar-nav li a {
        padding: 15px 0;
        font-size: 25px; }
  .footer {
    position: absolute;
    left: 30px;
    bottom: 30px; }
  .intro-content.inner-content {
    padding: 0 20px; }
    .intro-content.inner-content h1 {
      margin-left: 0;
      padding-top: 35px;
      font-size: 40px;
      line-height: 40px; }
  .subtitle-box h2 {
    font-size: 35px;
    line-height: 30px; }
  .content h3 {
    line-height: 30px; }
  .content hr {
    margin-top: 40px;
    margin-bottom: 30px; }
  .content img {
    float: none;
    width: initial; }
  .content ul {
    margin-bottom: 35px; }
  .instrumental-slider {
    padding-top: 40px; }
  .event {
    margin: 0;
    padding: 20px 10px; }
    .event .event-date {
      position: relative;
      left: unset;
      display: inline-block;
      margin-bottom: 10px; }
    .event .subtitle-event {
      display: inline-block;
      margin-bottom: 20px; }
    .event .btn-default {
      position: relative;
      right: unset;
      top: unset; }
  .meta-event {
    padding: 0;
    border: 0; }
    .meta-event .extra-space {
      margin-bottom: 20px; }
    .meta-event:last-child {
      border-bottom: none; }
  .bootstrap-select.btn-group {
    z-index: 1; }
    .bootstrap-select.btn-group .dropdown-toggle {
      padding-left: 10px; }
    .bootstrap-select.btn-group .dropdown-menu {
      width: 100%; }
      .bootstrap-select.btn-group .dropdown-menu .inner .dropdown-header {
        padding-left: 10px; }
      .bootstrap-select.btn-group .dropdown-menu .inner li a.opt {
        padding-left: 10px; }
  .admin-bar header:not(.title) {
    height: auto; }
    .admin-bar header:not(.title).affix {
      top: 0; }
  .post-type-archive-adjudecator .adjudecator img {
    margin: 0 auto 20px auto; } }

@media (max-width: 374px) {
  .container {
    width: 100%; } }

/*# sourceMappingURL=assets/scss/style.css.map */
