/*@import 'init';*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Spartan', sans-serif;
*/
@banner-bg: rgba(0,0,0,0.4);



/*
colors
sub title : #665e4f; black

text size : #666666; grey
banner content : #dddddd; grey

nav menu : #74664b; brown
main - quick links - title : #8e836d; brown;
main - quick links - button bg: #8e836d; brown
banner subtitle : #968468; brwon
banner title : #b7a583; brown

nav menu active : #74984d; green
title : #74984d;  green
footer a : #7fa14c; green

@black-001: #665e4f;
@grey-001: #666666;
@grey-002: #dddddd;
@grey-003: #ebebeb;
@brown-001: #74664b;
@brown-002: #8e836d;
@brown-003: #968468;
@brown-004: #b7a583;
@green-001: #74984d;
@green-002: #7fa14c;
*/


@yellow:#e1a452;
@black-001: #665e4f;
@grey-001: #666666;
@grey-002: #dddddd;
@grey-003: #ebebeb;
@grey-004: #efebe2;
@brown-001: #74664b;
@brown-002: #8e836d;
@brown-003: #968468;
@brown-004: #b7a583;
@brown-005: #80755c;
@green-001: #74984d;
@green-002: #7fa14c;
@green-003: #777c48;
@green-004: #9ea55f;

@b-light: #cdc2ae;
@b-m: #a09380;
@b-m2: #a1957f;
@b-dark: #453e2e;

@purple-dark: #4d3e55;

@red-light: #6f3426;
@red: #491404;


/*@g : #74984e;*/
@g : #628038;

/* font-family: 'Montserrat', sans-serif; */
/* fonts 
* Montserrat - Regular 400
*  text size - 8pt - 0.8em
*  banner sup title - 14pt - 1.4em
*  banner desc - 10pt - 1em
*  content - 10pt

* - ExtraBold 800
*  banner title - 24pt - 2.4em

* - Bold 700
*  quick link - 12pt - 1.2em
*  button - 6pt - 0.6em
*  title - 14pt - 1.4em

* - SemiBold 600
*  sub title - 10pt

* - Medium 500
*  menus - 8pt
*  list - 10pt
*  footer - 8pt

*/

/* AODA */
.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  color: black;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

span.hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.noSpace {
  padding-top: 0 !important;
}

.error, .success {
    padding: 16px 0;
/*    max-width: 500px;*/
/*    margin: 0 auto;*/
    .text {
        padding: 8px 16px 8px 70px;
        position: relative;
        color: white;
        border-radius: 32px;
        &::before {
            position: absolute;
            font-family:'FontAwesome';
            font-weight: 700;
/*            font-size: 42px;*/
            font-size: 28px;
            left: 20px;
/*            top: 0;*/
        }
    }
}
.error {
    .text {
        background-color: #eb2f2faa;
        &::before {
            content: '\f057';
        }
    }
}
.success {
    .text {
        background-color: #3c872eaa;
        &::before {
            content: '\f058';
        }
    }
}
/* validations */
.validation-error {
  color:red;
  font-size:16px;
  line-height:1;
}


@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

/* fixed-top */
@header-height: 214px;
html, body {
  scroll-behavior:smooth;
}
body { 
  padding-top: @header-height; 
/*  font-family: 'Montserrat', sans-serif;*/
/*  font-weight:400;*/
  font-family: 'Questrial', sans-serif;
  font-family: 'Questrial', sans-serif;
/*  font-size:18px;*/
/*  font-size:16px;*/
  font-size:15px;
  line-height:20px;
/*  color: @black-001;*/
  color: black;
}
p {
/*  line-height:1.5;*/
}
@media only screen and (max-width:1199px) {
  body {
/*    font-size:16px;*/
    padding-top: 188px;
  }
}
img {
  max-width:100%;
}
i.fa {
  /*background-color:white;
  color:@yellow;
  border-radius:50%;
  padding: 4px;
  width: 28px;
  font-size:20px;
  text-align: center;*/
}
.bg-grey {
/*  background-color:@grey-003;*/
  background-color:@b-light;
}
.btn {
  font-weight:400;
  font-size:1em;
  text-transform:uppercase;
  padding:10px;
  line-height:1;
  width:fit-content;
/*  font-size:0.6em;*/
/*  display: flex;*/
  align-items:center;
}
.btn-redBean {
/*  background-color:@brown-002;*/
  background-color:@g;
  color:white;
/*  border:1px solid @brown-002;*/
  border:1px solid @g;
  &:hover {
    background-color:white;
    color:@g;
  }
}
/*.btn-primary {
  background-color:@brown-002;
  color:white;
  border:1px solid white;
  &:hover {
    background-color:white;
    color:@red-bean;
    border:1px solid @red-bean;
  }
  &:disabled {
    background-color:#5b130099;
    border-color:#5b130099;
    &:hover {
      color:white;
    }
  }
  &:not(:disabled):not(.disabled) {
    &:active {
      background-color:#5b130099;
      border-color:#5b130099;
      &:focus {
        box-shadow:0 0 0 0.2rem #5b130088;
      }
    }
    &:focus {
      box-shadow:0 0 0 0.2rem #5b130088;
    }
  }
}*/
@media only screen and (max-width:991px) {
  .btn {
    padding:8px 1rem;
  }
}
/* recaptcha */
.grecaptcha-badge, .rc-anchor-invisible {
  opacity: .4;
}

/* slider */
.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 37px;
  color: rgba(0,0,0,0.5);
}
.slick-prev {
  z-index: 1;
  left: -35px;
  &::before {
    content: '\f053';
  }
}
.slick-next {
  right: -26px;
  &::before {
    content: '\f054';
  }
}
.slick-dots {
  bottom: -60px;
  li {
    position: relative;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 12px;
    margin-bottom: 16px;
    z-index:1;
    button {
      font-size: 0;
      line-height: 0;
      display: block;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      &:hover, &:focus {
        outline: none;
      }
      &::before {
/*        font-family: 'FontAwesome';*/
/*        font-size: 26px;*/
        line-height: 1;

        position: absolute;
        top: 0;
        left: 0;

        width: 10px;
        height: 10px;

/*        content: '\f10c';*/
        text-align: center;
        content: '';
/*        background-color: @yellow;*/
        opacity: 1;
        outline: 2px solid white;
        outline-offset:2px;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    }
    &.slick-active button:before {
        content: '';
/*        background-color: @green-001;*/
        background-color: @g;
      opacity: 1;
    }
  }
}
@media only screen and (max-width:767px) {
  .slick-dots li {
    width: 16px;
    height: 16px;
    button {
      &::before {
        font-size: 16px;
        line-height: 16px;
      }
    }
  }
}
/* banner */
#banners {
  position:relative;
  .slick-prev:before, .slick-next:before {
    font-size: 50px;
    color: rgba(255,255,255,0.25);
  }
  .slick-prev {
    left: 28px;
  }
  .slick-next {
    right: 44px;
  }
  .slick-dots {
    bottom: 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #slider-bottom {
    position:absolute;
    bottom:0;
    width:100%;
    height:46px;
/*    background-color:@transwhite;*/
  }
}

.banner {
/*  background-size: cover;*/
/*  background-position:center;*/
/*  display: flex !important;*/
/*  align-items: flex-end;*/
/*  justify-content: center;*/
/*  height: 560px;*/
/*  .container {*/
    /*padding: 16px 32px;
    margin-bottom:4rem;
    max-width:900px;
    width:max-content;
    text-align:center;
    &.banner-bg {
      background-color: @banner-bg;
      border-radius:15px;
    }*/
/*  }*/
  .title {
    font-weight:800;
    font-size: 20px;
    color: white;
  }
  .content {
/*    font-size: 1.2em;*/
    color: white;
  }
  .btn {
    width: max-content;
    padding: 32px;
    &:hover {
      background-color: white;
    }
  }
}
@media only screen and (max-width:1399px) {
  .banner {
/*    height: 530px;*/
  }
}
@media only screen and (max-width:1199px) {
  .banner {
/*    height: 430px;*/
    .title {
/*      font-size: 2em;*/
    }
    .content {
/*      font-size: 1.2em;*/
    }
    .btn {
      padding: 16px;
    }
  }
}
@media only screen and (max-width:991px) {
  .banner {
/*    height:310px;*/
    .title {
/*      font-size: 1.2em;*/
    }
    .content {
/*      font-size: 1.0.8em;*/
    }
  }
}
@media only screen and (max-width:767px) {
  .banner {
/*    height: 300px;*/
    .title, .content p {
      margin-bottom: 0.5rem;
    }
    .title {
/*      font-size: 1.2.4em;*/
    }
    .content {
/*      font-size: 0.8em;*/
    }
    .btn {
      padding: 4px 16px;
    }
  }
}
section {
  padding-top:50px;
  padding-bottom:50px;
  &.more-gap {
    padding-top:80px;
    padding-bottom:80px;
  }
}
.title {
/*  font-weight:700;*/
/*  font-weight: 400;*/
    font-weight: bold;
  font-size:1.34em;
  line-height: 1;
/*  color:@green-001;*/
  color:@g;
  margin-bottom:1rem;
  span {
/*    font-weight:400;*/
    display:block;
  }
}
.title-white {
  color:white;
}
.bg-paper {
  background-image:url('/images/layout/background.jpg');
  background-size:cover;
}
ul {
  padding-inline-start: 22px;
}
li::marker {
/*  color:@green-001;*/
  color:black;
/*  font-size:22px;*/
}
@media only screen and (max-width:991px) {
  body {
/*    font-size:16px;*/
  }
  section {
    &, &.more-gap {
      padding-top:30px;
      padding-bottom:30px;
    }
  }
  .btn {
/*      font-size: 0.8em;*/
  }
}
@media only screen and (max-width:575px) {
  .btn {
/*    width:min-content;*/
  }
  .banner {
    height: 200px;
  }
  body {
/*    font-size:15px;*/
  }
  .title {
/*    font-size:1.2em;*/
    margin-bottom:1rem;
  }
}

/*Mario CSS*/
/*EVENTS PAGES*/
.topEventSection {
  margin: 2% -1%;
}
.upcomingText {
  text-transform: uppercase;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
}
.calendarModeBtn {
  float: right;
  background-color: #628038 !important;
}
.eventImage {
  width: 100% !important;
  height: 250px !important;
}
.learnMoreBtn {
  position: absolute;
  bottom: 10px;
  background-color: #628038 !important;
  color: white !important;
}
.allEventsBtn {
  float: right;
  background-color: #628038 !important;
  color: white !important;
}
.learnMoreBtn:hover, .calendarModeBtn:hover, .allEventsBtn:hover {
  cursor: pointer;
  color: #628038 !important;
  background-color: white !important;
  border: 1px solid #628038;
}
.innerEventContent .card {
  background-color: #628038; 
  color: white;
  border: none !important;
  border-radius: 12px;
  padding: 5%;
}
.innerEventContent i {
  margin-right: 3%;
}
.innerEventImage {
  width: 100%;
  height: 400px !important;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 3%;
}
.innerEventTitle {
  font-size: 32px;
}
.dateOverlay {
  position: absolute;
  color: white;
  font-weight: 700;
  font-size: 36px;
  top: 40%;
  left: 21%;
}

@media only screen and (max-width: 1440px) {
  #divider .top {
    margin-top: 2%;
  }
  .eventImage {
    height: 200px !important;
  }
  .dateOverlay {
    left: 15%;
    top: 38%;
  }
}
@media only screen and (max-width: 1024px) {
  #divider .top {
    margin-top: 4%;
  }
  .eventImage {
    height: 200px !important;
  }
  .dateOverlay {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .eventImage {
    height: 140px !important;
  }
  .dateOverlay {
    font-size: 23px;
  }
}
@media only screen and (max-width: 425px) {
  .dateOverlay {
    font-size: 38px;
    left: 24%;
    top: 32%;
  }
  .eventDesc {
    padding-bottom: 10%;
  }
  .learnMoreBtn {
    bottom: -10px;
  }
  .eventDesc h2 {
    margin-top: 2%;
  }
  .calendarModeBtn {
    width: 100%;
    float: unset;
  }
  .upcomingText {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .dateOverlay {
    left: 22%;
  }
}
@media only screen and (max-width: 320px) {
  .dateOverlay {
    left: 17%;
  }
}