/* cmsms stylesheet: Responsive Forms modified: 08/21/25 06:42:37 */
.mn-events .events-wrap .event-item .text-wrap{
    background: rgba(0,0,0,0.7) !important;
}
.mn-events .events-wrap .event-item:first-child .text-wrap{
    background: rgba(0,0,0,0.50) !important;
    transition: background 0.3s;
}
.mn-events .events-wrap .event-item:first-child:hover .text-wrap{
    background: rgba(0,0,0,0.30) !important;
    transition: background 0.3s;
}
.mn-events .events-wrap .event-item:first-child .main-image{
    filter: grayscale(0%) !important;
}

.site-countdown{
    position: absolute;
    top: 70px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: #212121;
    z-index: 2;
}
@media screen and (max-width: 1140px) {
    .site-countdown{
        top: 85px;
        left: 10px;
        right: 10px;
        bottom: 30px;
    }
}

.countdown{
    position: absolute;
      margin: 0;
      padding: 0;
      top: 50%;
      left: 50%;
      text-align: center;
      border: 0 ;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 2;
      color: #fff;
}
.countdown div {
  display: inline-block;
  margin: 0 8px;
  font-size: 36px;
}
.countdown .tagline {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  font-size: 16px;
}
.countdown .tagline p{
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.countdown .close {
  display: block;
  margin: 25px auto 0;
  width: 100%;
  font-size: 16px;
}

.countdown span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1140px) {
    .countdown div {
      display: inline-block;
      margin: 0 8px;
      font-size: 24px;
    }
    
    .countdown span {
      display: block;
      font-size: 14px;
    }
}


/* DEFAULTS*/
.customform{
    margin: 0 auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    font-size: 14px;
    text-align: left;
}
.customform span{
    display: inline-block;
    margin: 0 12px 8px 12px;
    width: 100%;
}
.customform:after {
    content: '';
    display: table;
    clear: both;
}
.customform fieldset{
    display: block;
    width: 100%;
}
.customform input[type="color"], 
.customform input[type="email"], 
.customform input[type="number"], 
.customform input[type="password"], 
.customform input[type="tel"], 
.customform input[type="url"], 
.customform input[type="file"],
.customform input[type="text"], 
.customform textarea, 
.cms_textarea, 
select.cms_dropdown {
    height: 40px; 
    width: 100%;
    margin-bottom: 20px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    border: 1px solid #DEDEDE;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.customform label{
    display: block;
    margin: 4px 0 6px;
    text-align: left;
    line-height: 1.35;
}
.customform input[type="submit"]{
    float: right;
    margin: 25px 15px 0px;
    padding: 16px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #2a2a2a !important;
    border: none;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.customform input[type="submit"]:hover{
     opacity: 0.75;
}
.customform .fbsubmit{
    background: #212121 !important;
}
.customform input[type="file"] {
    padding-top: 8px;
    padding-left: 8px;
}
.customform textarea{
    padding: 20px 20px;
    height: 200px;
}

/* READ ONLY */
.customform input:-moz-read-only{
    background-color: #f8f8f8;
}
.customform input:read-only {
    background-color: #f8f8f8;
}

.customform .captcha{
    margin: 0 12px;
    line-height: 1.5;
}
.customform #required-symbol{
    color: #e41820;
}
.customform .captcha img{
    display: block;
    margin: 0 0 12px;
}
.customform .captcha input{
    margin: 8px 0 0;
}
.form-group input {
    margin:0;
}
.form-bordered .form-group > label {
    padding: 10px 15px;
}
.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ededed !important;
}
.form-bordered .form-group > div {
    padding: 15px;
    border-left: 1px solid #efefef;
}
.form-group:after {
    display:block; 
    content:".";
    height:0;  
    line-height:0;
    clear:both; 
    visibility:hidden;
}
form label {
    font-weight:300;
    text-align: left;
}
textarea.form-control {
    padding:12px;
}

/* FOCUS STATE */
textarea:focus, 
input:focus,
select.cms_dropdown{
    outline: 0;
}

/* SUBMISSION ERROR */
.error_message{
    list-type: none;
    list-style-type: none;
    color: #e41820;
}
.form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.customform .fb_invalid{
    color: #e41820;
}
.customform .fb_invalid input,
.customform .fb_invalid select,
.customform .fb_invalid textarea{
    border: 2px solid #FFDED6;
    background: #fff;
    color: #2a2a2a;
}

/* CUSTOM BUTTON CONFIGURATIONS */
/* RADIO BUTTONS */
.radio-buttons{}
.radio-buttons div{
    display: inline-block;
    margin: 0 16px 0 0;
    padding: 6px 0 0;
}
.radio-buttons input{
    display: inline-block;
    margin: 0 25px 8px 0;
    width: auto;
}
.radio-buttons label{
    display: inline-block;
    padding: 3px 0 0 1px;
    width: auto;
}
.radio-buttons label:first-child{
    display: block;
    padding: 0;
    width: 100%;
}

/* MULTIPLE INPUTS */
.multiple-inputs{}
.multiple-inputs input{
    margin-bottom: 12px !important;
}
.multiple-inputs .remove-btn{
    position: absolute !important;
    display: inline-block !important;
    right: 30px !important;
    margin: -44px 0 0 !important;
    padding: 0 !important;
    height: 25px !important;
    color: #212121 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    background: transparent !important;
    text-transform: none !important;
    z-index: 5 !important;
}
.multiple-inputs .add-btn{
    position: relative !important;
    display: inline-block !important;
    float: right !important;
    margin: 2px 0 25px !important;
    padding: 8px 12px !important;
    height: auto !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    background: #679b08 !important;
    text-transform: capitalize !important;
    z-index: 5 !important;
}
