/* -------- main.scss----------- */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.green {
  color: #739849 !important; }

.menu {
  color: #fff !important; }
  .menu-hover {
    color: #ffd602 !important; }
  .menu-selected {
    color: #ffd602 !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
h1 {
  margin-top: 0;
  color: #009548;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 50px; }

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #009548;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 30px; }

h3 {
  font-size: 35px;
  line-height: 35px;
  background: #009548;
  color: #fff;
  padding: 10px 15px;
  margin: 0px 0px 25px;
  font-weight: 700;
  text-transform: uppercase; }

h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px; }

h5 {
  font-size: 1.143em; }

h6 {
  font-size: 1em; }

img {
  max-width: 100%; }

p {
  margin: 0 0 10px;
  font-size: 16px; }

p a, ul li a {
  color: #009548; }

p a:hover, ul li a:hover {
  color: #009548;
  text-decoration: underline; }

ul li {
  margin: 0 0 5px;
  font-size: 16px; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
.col-content h1, .col-content p, .col-content a {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-weight: 400; }

/* ------------- _layouts.scss ------------- */
.modal-backdrop {
  opacity: 0.5 !important; }

/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }

/* ------------- HEADER ------------- */
header {
  clear: both; }

.header_wrapper {
  width: 100%;
  padding: 25px 0px 35px;
  border-top: 12px solid #ffd602; }

.hashtag {
  color: #ffd602;
  padding-top: 35px; }

.hashtag h2 {
  text-transform: uppercase;
  font-size: 83px;
  line-height: 60px;
  margin: 0px;
  text-align: center; }

.white-text {
  color: #fff; }

.mj-sponsor img {
  float: right;
  padding-top: 45px; }

/* ------------- Menu ------------- */
.menu_wrapper {
  background: #009548; }

.menu-twitter, .menu-fb {
  padding-top: 13px; }

.menu-fb {
  float: right; }

/* ------------- Modal ------------- */
.modal-dialog {
  width: 1040px; }

@media only screen and (max-width: 1100px) {
  .modal-dialog {
    /* Firefox */
    width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    /* Standard */
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px; } }
/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  padding-top: 70px; }

.copyright {
  text-align: center;
  margin-top: 60px;
  font-size: 12px; }

.footer-logo img {
  margin: 0px auto; }

.footer-logo {
  text-align: center; }

.footer_wrapper h4 {
  color: #ffd602;
  text-transform: uppercase;
  margin: 0px 0px 25px;
  font-size: 19px;
  line-height: 20px;
  font-family: 'Roboto Condensed';
  font-weight: 700; }

.footer_wrapper h6 {
  font-size: 37px;
  color: #fff;
  line-height: 37px;
  font-weight: 700;
  margin: 20px 0px 0px;
  text-align: center; }

.social-footer {
  margin-bottom: 8px; }

.social-footer:hover {
  opacity: 0.9; }

.footer_wrapper p, .footer_wrapper a {
  color: #fff;
  font-size: 17px;
  line-height: 22px; }

.footer_wrapper a:hover {
  text-decoration: none;
  color: #ffd602; }

.copyright p {
  font-size: 12px; }

/* ------------- SIDEBAR ------------- */
/* ------------- _design.scss ------------- */
/* ------------- HEADER ------------- */
.header_wrapper {
  background: #000104; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #000104; }

/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 0px;
  margin-left: -17px;
  /*ul*/ }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*li*/
    /*dropdown menu start*/
    /*dropdown menu end*/ }
    nav ul li {
      margin: 0px;
      position: relative;
      display: inline-block;
      float: left;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Roboto Condensed', 'Arial', sans-serif;
        font-weight: 400;
        font-size: 19px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 17px;
        font-weight: 400;
        line-height: 53px; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #ffd602;
          outline: none; }
        nav ul li a.nav-selected {
          color: #ffd602; }
      nav ul li:last-child a {
        padding-right: 0; }
      nav ul li:hover > ul {
        display: block;
        background: #00823f;
        padding-top: 10px;
        padding-bottom: 15px;
        margin-left: -20px; }
        nav ul li:hover > ul li {
          padding: 0px 20px; }
          nav ul li:hover > ul li a {
            line-height: 28px; }
    nav ul ul {
      /*ul ul*/
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #ffffff;
      padding: 0px;
      z-index: 999; }
      nav ul ul li {
        float: none;
        width: 200px;
        z-index: 999; }
      nav ul ul ul {
        /*ul ul ul*/
        top: 0;
        left: 100%; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: #00823f;
  opacity: 0.95;
  display: block;
  position: absolute;
  margin-top: 23px;
  border-bottom: 5px solid #1f1f1f;
  width: 100%;
  z-index: 9999;
  top: 160px;
  left: -100%;
  height: auto;
  padding: 15px 40px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%; }
      .ccm-responsive-overlay ul li a {
        display: block;
        padding: 0;
        max-width: 100%;
        line-height: 30px; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #fff;
        font-size: 19px;
        display: inline-block;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 14px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          color: #ffd602; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        display: block;
        position: relative;
        background: none;
        top: 0;
        left: 0;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          width: 100%; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 35px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 19px;
            background: url(http://cavaliers.org.au/application/files/5914/8842/1524/dash.png) no-repeat 0px 14px;
            padding-left: 12px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: none;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  line-height: 52px;
  height: 52px;
  width: 84px;
  padding: 0 0.5em;
  border: none;
  border-radius: 0.3em;
  margin: 0.4em 0.5em;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
  left: 50%;
  margin-left: -42px; }
  .ccm-responsive-menu-launch span {
    margin-right: 5px;
    position: relative;
    top: -2px;
    font-size: 19px;
    color: #fff;
    float: left;
    margin-top: 2px; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #fff;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 19px;
  color: #fff;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 992px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 993px) {
  .ccm-responsive-overlay {
    display: none !important; } }
.ccm-responsive-overlay nav {
  margin-left: 0px; }

/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"] {
  border: none;
  background-color: #cfebdc !important;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form textarea {
  border: none;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: white;
  color: #616161;
  float: right;
  text-transform: uppercase;
  border: 2px solid #d2d2d2;
  font-size: 1.4em;
  padding: 8px 25px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: 2px solid #343434; }

/* ------------- _components.scss ------------- */
a.zest {
  color: #81c137; }

.yellow {
  color: #ffd602; }

.seperator {
  margin-top: 50px;
  width: 100%;
  display: inline-block; }

.simple-accordion-title-shell {
  padding: 10px 15px !important;
  color: #ffd602;
  font-weight: 700;
  text-transform: uppercase; }

.panel-title {
  font-size: 19px;
  line-height: 19px; }

.simple-accordion-group {
  margin-bottom: 30px; }

.simple-accordion-group.closed .simple-accordion-title-shell > *::before, .simple-accordion-group.open .simple-accordion-title-shell > *::before {
  content: none !important;
  margin-left: 0px !important; }

.simple-accordion-group.open .simple-accordion-title-shell {
  background: url(http://cavaliers.org.au/application/files/6314/8843/3856/accor-arrow-up.jpg) no-repeat right 9px #454545 !important; }

.simple-accordion-group.closed .simple-accordion-title-shell {
  background: url(http://cavaliers.org.au/application/files/6814/8843/3855/accor-arrow-down.jpg) no-repeat right 9px #454545 !important; }

/* ------------- CTA BUTTONS ------------- */
a.my-button {
  background: #ffd602;
  color: #000;
  text-align: center;
  width: 100%;
  padding: 20px 0px;
  display: block;
  font-size: 19px;
  line-height: 19px; }

a.my-button:hover {
  opacity: 0.9;
  color: #000; }

.btn.btn-default {
  background: green;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 25px; }

/* ------ Table ------- */
td {
  vertical-align: top; }

/* ------------- _pages.scss ------------- */
div.ui-dialog {
  top: 50px !important;
  position: fixed; }

/* ------------- HOME ------------- */
.home-buttons {
  margin-top: -55px;
  margin-bottom: 60px; }

.book-iphone {
  display: none; }

.book-sale {
  margin-bottom: 50px; }

.slide_wrapper {
  z-index: -1;
  position: relative; }

/* ------------- gallery ------------- */
.gallery-grid .ccm-block-page-list-title a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: #009548;
  height: 70px;
  vertical-align: middle;
  padding: 0px 25px 0px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center; }

.gallery-grid:hover .ccm-block-page-list-title a {
  text-decoration: none;
  color: #009548;
  background: #ffd602; }

/* ------------- CONTACT ------------- */
/* ------------- accordion ------------- */
.simple-accordion-group .simple-accordion-description {
  padding: 20px 0px !important; }

/* ------------- Events ------------- */
.event-line {
  position: relative;
  border-bottom: 1px solid #040505;
  display: inline-block;
  width: 100%;
  padding: 20px 0px; }

hr.topline {
  margin-bottom: 0px;
  border-color: #040505; }

/* ------------- Players ------------- */
.players-block:hover {
  cursor: pointer; }

.players-block:hover img {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%); }

.players-grid {
  margin-left: -15px;
  margin-right: -15px; }

.players-block {
  position: relative;
  margin-bottom: 20px; }

.players-block img {
  width: 100%;
  margin-bottom: 0px; }

.player-label {
  position: relative;
  background: url(http://cavaliers.org.au/application/files/9014/8911/7530/chevron.jpg) no-repeat right 10px bottom 25px #009548;
  padding: 20px 25px;
  width: 100%;
  color: #ffd602;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none !important; }
  
.yellow-label.small-text-active {
    font-size: 18px;
}

.player-label.no-chev {
  background: #009548; }

.yellow-label {
  position: relative;
  margin-top: -40px;
  background: #ffd602;
  padding: 10px 0px;
  text-align: center;
  color: #009548;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px; }

.players-block a:hover {
  text-decoration: none; }

.green-block {
  background: #009548;
  margin-bottom: 20px;
  height: 320px; }

.green-block h2 {
  margin-top: 25px;
  padding-left: 50px;
  color: #ffd602;
  text-transform: uppercase;
  display: inline-block;
  width: 700px; }

.green-block p {
  padding-left: 50px;
  color: #fff;
  display: inline-block;
  width: 700px;
  line-height: 20px; }

.green-block b {
  color: #ffd602;
  text-transform: uppercase; }

.green-block img {
  float: left;
  height: 320px; }

.too-long {
  font-size: 20px;
  line-height: 20px; }
  
/* Additional Changes from 31/01/2020 */
.ccm-edit-mode .slide_wrapper {
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .player-label {
    font-size: 14px;
    height: 60px;
    vertical-align: middle;
    padding: 0px 25px 0px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    
.yellow-label.small-text-active {
    font-size: 1.3vw;
}

  .too-long {
    font-size: 14px; }

  .yellow-label {
    font-size: 14px; } }
@media only screen and (max-width: 1026px) {
  .green-block {
    background: #009548;
    height: initial;
    margin-bottom: 20px; }

  .green-block h2 {
    display: block;
    padding-left: 25px;
    clear: both; }

  .green-block p {
    padding-left: 25px; }

  .green-block img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 20px 0px;
    height: auto; } }
@media only screen and (max-width: 992px) {
  .players .ccm-layout-column {
    /* Firefox */
    width: -moz-calc(100% - 30px) !important;
    /* WebKit */
    width: -webkit-calc(100% - 30px) !important;
    /* Opera */
    width: -o-calc(100% - 30px) !important;
    /* Standard */
    width: calc(100% - 30px) !important;
    margin-right: 15px;
    margin-left: 15px; } }
@media only screen and (max-width: 1200px) {
  .player-label {
    background: url(http://cavaliers.org.au/application/files/9014/8911/7530/chevron.jpg) no-repeat right 10px bottom 20px #009548;
    font-size: 14px;
    height: 60px;
    vertical-align: middle;
    padding: 0px 40px 0px 25px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    flex-direction: column; }

  .too-long {
    font-size: 14px; }

  .yellow-label {
    font-size: 14px; } }
@media only screen and (max-width: 768px) {
  .green-block img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0px; }
    
    .yellow-label.small-text-active {
        font-size: 14px;
    }

  .green-block h2, .green-block p {
    width: 100%; } }
/* ------------- SIDEBAR ------------- */
main.sidebar {
  margin: 70px 0px; }

/* ------------- FULL ------------- */
main.default, main.players {
  margin: 70px 0px; }

/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1200px) {
  .menu-twitter {
    position: absolute;
    right: 0px;
    margin-right: 50px; }

  .header_wrapper .container {
    /* Firefox */
    width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    /* Standard */
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px; } }
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
@media only screen and (max-width: 1026px) {
  .hashtag h2 {
    font-size: 69px;
    line-height: 50px; }

  .container {
    width: 100%; }

  .row {
    margin-left: 0px;
    margin-right: 0px; }

  .header_wrapper .container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }

  h3 {
    font-size: 30px;
    line-height: 30px;
    padding: 9px 13px; }

  main.sidebar, main.default {
    margin: 50px 0px; }

  .table-container {
    white-space: pre;
    overflow: auto;
    width: 100%;
    margin-bottom: 20px; }

  table {
    min-width: 700px;
    overflow-x: scroll;
    scrollbar-base-color: green; } }
/**SMALLER THAN 992*******************************/
@media only screen and (max-width: 992px) {
  .social-header {
    position: absolute;
    right: 15px;
    top: 17px; }

  .logo {
    width: 215px; }

  .hashtag {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 15px;
    padding-top: 58px; }

  .hashtag h2 {
    text-align: right;
    font-size: 52px; }

  .mj-sponsor {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 15px; }

  .mj-sponsor img {
    padding-top: 25px; }

  nav ul li:hover > ul {
    margin-left: 0px; }

  nav ul li:hover > ul {
    padding: 0px; }

  nav ul li:hover > ul li {
    padding-left: 35px; }

  nav ul li:hover > ul li a {
    line-height: 30px; } }
/* iPad portrait */
/* iPad landscape */
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 768px) {
  .header_wrapper {
    padding: 15px 0px 25px; }

  .hashtag {
    padding-top: 60px; }

  .hashtag h2 {
    font-size: 45px; }

  .mj-sponsor img {
    padding-top: 35px;
    width: 120px; }

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

  .default .row {
    margin-left: 0px;
    margin-right: 0px; }

  .footer_wrapper .col-xs-6 {
    width: 25%;
    margin-bottom: 30px; }

  .footer_wrapper h4 {
    margin-bottom: 20px;
    font-size: 16px; }

  body, .footer_wrapper p, .footer_wrapper a {
    font-size: 14px; }

  .copyright p {
    font-size: 10px; }

  main.sidebar, main.default {
    margin: 30px 0px; } }
/**SMALLER THAN 550*******************************/
@media only screen and (max-width: 550px) {
  .header_wrapper {
    padding: 15px 0px 110px; }

  .logo {
    width: 100%; }

  .logo img {
    width: 180px;
    margin: 0 auto; }

  .hashtag {
    padding-top: 150px;
    right: 0px; }

  .hashtag h2 {
    font-size: 45px;
    text-align: center;
    font-size: 33px; }

  .mj-sponsor img {
    padding-top: 115px;
    width: 140px; }

  .mj-sponsor {
    right: initial;
    left: 50%;
    margin-left: -110px;
    width: 240px; }

  .social-header {
    right: initial;
    left: 50%;
    margin-left: -95px;
    top: 130px; }

  .footer_wrapper .col-xs-6 {
    width: 50%;
    margin-bottom: 30px;
    min-height: 190px; }
    
    .yellow-label.small-text-active {
        font-size: 2.5vw;
    }

  .cav-550 {
    width: 100%; }

  .book-iphone {
    display: block;
    margin-bottom: 50px; }

  .book-sale {
    display: none; } }
/* Small Devices, Phones */
/* Extra Small Devices, Phones */
/* IE */

/*# sourceMappingURL=main.css.map */
