#comments .comment-list {
    border: 1px solid #ccc;
    margin: 0px;
    padding: 10px 34px !important;
    border-radius: 5px;
    height: 130px;
    overflow: auto;
}

.comment-reply-link {
    text-decoration: underline !important;
}

#reply-title {
    display: none;
}

.comment-form .logged-in-as {
    display: none;
}

#comment {
    height: 50px !important;
    margin: 15px 0 !important;
}

.form-submit input[type="submit"] {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff !important
}

.comment-awaiting-moderation {
    display: none;
}

.reply {
    display: none;
}

.comment-form-comment label {
    display: none !important;
}

.comment-body .comment-meta {
    display: flex;
}

.vjs-watermark {
    left: 25%;
    opacity: 1;
    width: 55%;
    top: 50% !important;
}

.vjs-watermark img {
    max-width: 100%;
}




:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

h1 {
    font-size: 70px;
    line-height: 75px;
}

h2 {
    font-size: 55px;
    line-height: 60px;
}

h3 {
    font-size: 45px;
    line-height: 50px;
}

h4 {
    font-size: 35px;
    line-height: 40px;
}

.small h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 13px;
    color: #8D8D8D;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

p {
    margin-top: 0 !important;
}

.elementor-widget-icon-list .elementor-icon-list-item {}

.elementor-widget-icon-list .elementor-icon-list-item+.elementor-icon-list-item {
    margin-top: 15px;
}

.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 15px !important;
}


/*
*   TABS
*/
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    border: none !important;
    font-size: 17px;
    color: #8D8D8D;
    line-height: 25px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    color: #222222;
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: none !important;
}


/*
*   SLIDER
*/
.elementor-widget-slides .elementor-slides .swiper-slide-bg {
    background-position: center right !important;
}

.elementor-widget-slides .elementor-slides .swiper-slide-contents {
    color: #222 !important;
}

.elementor-widget-slides .elementor-slides .swiper-slide-contents .elementor-slide-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.elementor-widget-slides .elementor-slides .swiper-slide-contents .elementor-slide-description {
    font-size: 25px;
    line-height: 35px;
}

.elementor-widget-slides .elementor-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #83B817;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.elementor-widget-slides .elementor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #83B817;
    background: transparent;
}

/*
*   INPUTS
*/
/*:invalid {
    box-shadow: 1px 0px 1px 1px #FF564A;
    border:1px solid #FF564A;
    background: #FCEBEB !important;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: 1px 0px 1px 1px #FF564A;
    border:1px solid #FF564A;
    background: #FCEBEB !important;
}*/

.elementor-field-textual {
    min-height: 2em !important;
}

body input[type="text"],
body input[type="tel"],
body input[type="email"],
body input[type="password"],
body input[type="date"],
body input[type="file"],
body input[type="number"],
body textarea {
    background: #fff !important;
    color: #666 !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    padding: 12px 15px !important;
    margin: 8px 0 !important;
    width: 100% !important;
    height: 2em !important;
    font-size: 14.4px !important;
    border-radius: .3em !important;
    border: 1px solid #ccc !important;
}

body input[type="text"]:focus,
body input[type="tel"]:focus,
body input[type="email"]:focus,
body input[type="password"]:focus,
body input[type="date"]:focus,
body input[type="file"]:focus,
body input[type="number"]:focus,
body textarea:focus {
    color: #111 !important;
    outline: none !important;
    border-color: #000 !important;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: .5;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:-moz-placeholder {
    color: #000;
    opacity: .5;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

::-moz-placeholder {
    color: #000;
    opacity: .5;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:-ms-input-placeholder {
    color: #000;
    opacity: .5;
    -ms-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:hover::-webkit-input-placeholder {
    opacity: .75;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:hover:-moz-placeholder {
    opacity: .75;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:hover::-moz-placeholder {
    opacity: .75;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:hover:-ms-input-placeholder {
    opacity: .75;
    -ms-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    transform: translate(calc(100% + 30px));
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0;
    transform: translate(calc(100% + 30px));
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0;
    transform: translate(calc(100% + 30px));
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    transform: translate(calc(100% + 30px));
    -ms-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

body .um-form input[type=text],
body .um-form input[type=search],
body .um-form input[type=tel],
body .um-form input[type=number],
body .um-form input[type=password] {
    height: 2em !important;
    padding: 12px 15px !important;
    margin: 8px 0 !important;
    font-size: 14.4px !important;
    border-radius: .3em !important;
    border: 1px solid #ccc !important;
}

body .um .um-form input[type=text]:focus,
body .um .um-form input[type=search]:focus,
body .um .um-form input[type=tel]:focus,
body .um .um-form input[type=number]:focus,
body .um .um-form input[type=password]:focus,
body .um .um-form .um-datepicker.picker__input.picker__input--active,
body .um .um-form .um-datepicker.picker__input.picker__input--target,
body .um .um-form textarea:focus {
    border: 1px solid #000 !important;
}

body .um-field {
    padding: 1px 0 !important;
}

body .um-field-c .um-field-area {
    text-align: center;
}

body .um-field-checkbox {
    display: inline-block !important;
}

body .um-field-checkbox-state i,
body .um-field-radio-state i {
    font-size: 12px !important;
    line-height: 1.5 !important;
    height: auto !important;
    color: #404040;
}

body .um-field-checkbox span {
    color: #404040 !important;
    font-size: 12px !important;
}

body .um-field-checkbox-option,
body .um-field-radio-option {
    margin: 0 0 0 21px;
    line-height: 1.5;
}

body .um input[type="submit"].um-button {
    height: initial !important;
    border-radius: 5px !important;
    border: 1px solid #737373 !important;
    background: #5a5a5a !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 12px 45px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    -webkit-transition: -webkit-transform 80ms ease-in !important;
    transition: -webkit-transform 80ms ease-in !important;
    transition: transform 80ms ease-in !important;
    transition: transform 80ms ease-in, -webkit-transform 80ms ease-in !important;
}

body .um input[type="submit"].um-button:focus {
    outline: none !important;
    border-color: #000 !important;
}

body .um-col-alt-b {
    padding-top: 0 !important;
}

body a.um-link-alt {
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    margin: 15px 0 !important;
}

body .um-gdpr-content {
    max-height: 250px !important;
    overflow-y: scroll !important;
}

body .um-field-type_terms_conditions .um-field-area {
    text-align: center !important;
}

body .um-field-type_terms_conditions .um-toggle-gdpr {
    display: inline-block !important;
}

body .um-col-alt {
    margin: 0 !important;
}

form .elementor-size-xs {
    height: 35px;
}

form .elementor-size-sm {
    height: 40px;
}

form .elementor-size-md {
    height: 45px;
}

form .elementor-size-lg {
    height: 50px;
}

form textarea {
    height: inherit !important;
}

textarea.elementor-field-textual {
    padding: 5px 14px !important;
}

/*
.elementor-button {
    background: #5a5a5a !important;
    border-radius: 5px !important;
    height: initial !important;
    border: 1px solid #737373 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    -webkit-transition: -webkit-transform 80ms ease-in !important;
    transition: -webkit-transform 80ms ease-in !important;
    transition: transform 80ms ease-in !important;
    transition: transform 80ms ease-in, -webkit-transform 80ms ease-in !important;
}

*/
.elementor-button {
    border-radius: 5px !important;

}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:active {
    background: #5a5a5a !important;
    cursor: pointer;
}

.second-button .elementor-button {
    background: #83B817 !important;
    border-radius: 0 !important;
}

.icon-link {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 30px;
}

.icon-link .elementor-button {
    display: block;
    position: relative;
    font-size: 13px;
    background: #FFF !important;
    color: #8D8D8D;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 !important;
}

.icon-link .elementor-button:after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -31px;
    left: 50%;
    height: 1px;
    background: #83B817;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.icon-link .elementor-button:focus,
.icon-link .elementor-button:hover,
.icon-link .elementor-button:visited {
    color: #222222;
}

.icon-link .elementor-button:hover:after {
    right: 0;
    left: 0;
}

.icon-link .elementor-button .elementor-button-icon {
    width: 40px;
    height: 40px;
    background: #d3d3d3;
    color: #6B9712;
    text-align: center;
    border-radius: 50%;
    padding-top: 9px;
    padding-left: 1px;
    margin-right: 0;
}

.icon-link .elementor-button .elementor-button-text {
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}

.link-button a {
    position: relative;
    padding-right: 17.5px;
}

.link-button a:after {
    content: "\f054";
    position: absolute;
    bottom: 1px;
    right: 0;
    color: #83B817;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.link-button.without a {
    padding-right: 0;
}

.link-button.without a:after {
    content: none;
}

/*** CHECKBOX ELEMENT ***/
/*input[type="checkbox"] {
    position: relative;
    width: 9px !important;
    height: 9px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -0.15px .6px 0 0;
    vertical-align: baseline;
    border-radius: 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    display: inline-block !important;
    border: 1px solid #000;
}

input[type="checkbox"]:checked:after {
    content: "\f373";
    position: absolute;
    bottom: -3px;
    right: -1px;
    color: #83B817;
    font-size: 12px;
    line-height: 1;
    font-family: "Ionicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

/*input[type="checkbox"]:disabled {
    opacity: .65;
}
input[type="checkbox"]:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 2px #38a7ff;
}

input[type="checkbox"]:checked {
    background-color: #fff !important;
    border-color: #fff;
}
*/
input[type="checkbox"] {
    float: left;
}

input[type="checkbox"]+label {
    display: block !important;
    position: relative;
    top: 5px;
    left: 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

input.elementor-acceptance-field {
    float: left;
}

input[type="radio"] {
    position: relative;
    width: 9px;
    height: 9px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -.15px .6px 0 0;
    vertical-align: baseline;
    border-radius: 50%;
    /*background-color: #E1E9F0 !important;*/
    display: inline-block !important;
    border: 1px solid #000;
}

input[type="radio"] label {
    display: inline-table !important;
}

input[type="radio"]+label {
    font-size: 12px;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input:disabled {
    opacity: .65;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    -webkit-transition: width .25s, height .25s;
    transition: width .25s, height .25s;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input:checked:before {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 3px 0 0 3px;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 2px #38a7ff;
}

input[type="radio"]:checked {
    /*border: 5px solid #83B817 !important;*/
    border-color: #83B817 !important;
    background-color: #83B817 !important;
}

#form-field-field_2-0-primary {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

#form-field-field_2-0-primary:checked {
    border: 1px solid #337ab7;
}

#form-field-field_2-0-primary:checked:before {
    background-color: #337ab7;
}

#form-field-field_2-0-success {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

#form-field-field_2-0-success:checked {
    border: 1px solid #5cb85c;
}

#form-field-field_2-0-success:checked:before {
    background-color: #5cb85c;
}

#form-field-field_2-0-info {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

#form-field-field_2-0-info:checked {
    border: 1px solid #5bc0de;
}

#form-field-field_2-0-info:checked:before {
    background-color: #5bc0de;
}

#form-field-field_2-0-warning {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

#form-field-field_2-0-warning:checked {
    border: 1px solid #f0ad4e;
}

#form-field-field_2-0-warning:checked:before {
    background-color: #f0ad4e;
}

#form-field-field_2-0-danger {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

#form-field-field_2-0-danger:checked {
    border: 1px solid #cf3b3a;
}

#form-field-field_2-0-danger:checked:before {
    background-color: #cf3b3a;
}

#form-field-field_2-0-sm {
    width: 12px;
    height: 12px;
}

#form-field-field_2-0-sm:checked:before {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 2px 0 0 2px;
}

#form-field-field_2-0-lg {
    width: 19px;
    height: 19px;
}

#form-field-field_2-0-lg:checked:before {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    margin: 3px 0 0 3px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8D8D8D;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #83B817;
}

input:focus+.slider {
    box-shadow: 0 0 1px #83B817;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.price {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.price .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.price .old-price {
    color: #8D8D8D;
    font-size: 17px;
    line-height: 25px;
    text-decoration: line-through;
    margin-left: 15px;
}

.pricing {
    height: 0;
    top: -345px;
    z-index: 1;
}

label a {
    color: #83B817;
}

label a:focus,
label a:hover {
    color: #83B817;
    text-decoration: underline;
}

body .mc4wp-form-fields input[type="email"] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body .mc4wp-form-fields button[type="submit"] {
    min-height: 28px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 8px 16px 7px !important;
    margin: 8px 0 8px -1px !important;
}

body .mc4wp-form-fields .elementor-field-type-acceptance {
    position: relative;
}


/*
*   WP-Members
*/
#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
    width: 100% !important;
}

#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
    width: 100%;
    color: #373a3c !important;
    height: 40px;
}

#wpmem_login .button_div,
#wpmem_reg .button_div {
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
}

#wpmem_login input[type=checkbox] {
    margin: 0 !important;
}

#wpmem_login button,
#wpmem_login input,
#wpmem_reg button,
#wpmem_reg input,
#wpmem_reg select,
#wpmem_reg textarea {
    vertical-align: text-bottom !important;
}

#wpmem_login input:focus,
#wpmem_reg input:focus,
#wpmem_reg textarea:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) !important;
    outline: 0 !important;
}

#wpmem_login input[type="submit"],
#wpmem_reg input[type="submit"] {
    background: #83B817 !important;
    border-radius: 0 !important;
    color: #fff;
    fill: #fff;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 14px;
    cursor: pointer;
}

#wpmem_login input[type="submit"]:focus,
#wpmem_reg input[type="submit"]:focus,
#wpmem_login input[type="submit"]:hover,
#wpmem_reg input[type="submit"]:hover {
    background: #6b9712 !important;
    color: #fff !important;
    border: 0 !important;
}

#wpmem_login .link-text {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 14px;
}

#wpmem_login .link-text a {
    position: relative;
    padding-right: 17.5px;
}

#wpmem_login .link-text a:after {
    content: "\f054";
    position: absolute;
    bottom: 1px;
    right: 0;
    color: #83b817;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.audio-wave {
    position: relative;
    overflow: hidden;
}

.audio-wave.dark-mode {
    background-color: #000;
}

.audio-wave.light-mode {
    background-color: #fff;
}

.audio-wave:after,
.audio-wave:before {
    position: absolute;
    content: "";
    z-index: 5;
    top: 0;
    height: 100%;
    width: 1px;
}

/*.audio-wave:after {
    box-shadow: 0 0 142px 105px #191919;
    left: -10px;
}

.audio-wave:before {
    box-shadow: 0 0 142px 105px #191919;
    right: -10px;
}*/

.audio-wave .audiowave {
    position: relative;
}

.audio-wave .audiowave wave wave {
    position: relative;
    overflow: visible !important;
    z-index: 9 !important;
}

.audio-wave .audiowave .cliptime {
    position: absolute;
    top: 0;
    left: 100%;
    color: #83b817;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.audio-wave .audiowave .cliptime.half {
    left: auto;
    right: 10px;
    margin-left: 0;
}

/*.audio-wave .audiowave:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 0;
    opacity: 0.5;
}*/

.audio-play {
    border: none;
    margin-top: 15px;
}

.video-js .vjs-big-play-button {
    top: 65%;
    left: 55%;
    transform: translateX(-50%) translateY(-50%);
}


/*
*   Events
*/
/*article.type-events {
    display: flex !important;
}

article.type-events > div {
    flex: 1 !important;
}

article.type-events > div > div,
article.type-events > div > div > div,
article.type-events > div > div > div > section,
article.type-events > div > div > div > section > div,
article.type-events > div > div > div > section > div > div,
article.type-events > div > div > div > section > div > div > div,
article.type-events > div > div > div > section > div > div > div > div,
article.type-events > div > div > div > section > div > div > div > div > div {
    height: 100% !important;
}*/

.events .elementor-widget-image {
    margin-bottom: 10px !important;
}

.events .elementor-widget-post-info {
    margin-bottom: 10px !important;
}


.mc4wp-form-fields .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
    position: absolute;
    top: 5px;
    left: 15px;
}

.elementor-location-header .elementor-widget-shortcode {
    width: auto !important;
    max-width: auto !important;
}

.elementor-location-header .elementor-widget-shortcode .elementor-shortcode {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.elementor-location-header .elementor-widget-shortcode .elementor-widget__width-auto {
    width: auto !important;
}

.elementor-location-header .elementor-widget-shortcode .elementor-widget__width-auto+.elementor-widget__width-auto {
    margin: 0 0 0 5px !important;
}

.elementor-location-header .elementor-widget-shortcode .elementor-icon-wrapper {
    text-align: right !important;
}

.elementor-location-header .elementor-widget-shortcode .elementor-widget-icon {
    width: auto !important;
    max-width: auto !important;
}

.elementor-location-header .elementor-widget-shortcode .elementor-icon {
    font-size: 16px !important;
    padding: 5px !important;
    border-width: 0 0 0 0 !important;
}

.elementor-pagination .page-numbers {
    color: #222 !important;
}

.elementor-pagination .page-numbers.current {
    color: #83b817 !important;
}



#dl-popup #form-field-voe {}

#dl-popup #form-field-no_date {}

.rotate i {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}


.select-styled,
.select-options>li {
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 6px 16px 7px;
    border: 1px solid transparent;
    border-color: transparent transparent #ccc transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.select-options {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-options>li:hover,
.select-options>li.active {
    background-color: #83b817;
    color: #fff;
}

.select-styled:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #83b817 transparent transparent transparent;
}

.select-styled.active:after {
    border-color: transparent transparent #83b817 transparent;
    top: 9px;
}

.select-options {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-select select {
    display: none;
}

.select-hide {
    display: none;
}

.hyphenate {
    hyphens: auto;
}





.playeroutput.flexwidth>div {
    padding-right: 30px;
}

.playeroutput .audio-play {
    min-width: 145px;
}

.wp-caption .wp-caption-text {

    display: block;
    position: absolute;
    bottom: 0px;
    background: rgb(255 255 255);
    color: #050505;
    padding: 0 0px;
    font-size: 11px;
    text-align: left;
    width: 100%;


}

.wp-caption:hover .wp-caption-text {
    display: block;
    position: absolute;
    bottom: 0px;
    background: rgb(255 255 255);
    color: #050505;
    padding: 0 0px;
    font-size: 11px;
    text-align: left;
    width: 100%;
}


@media print {

    /*.elementor-top-section{display: none;} */
    .elementor-location-header,
    .elementor-location-footer {
        display: none;
    }

    button {
        display: none !important;
    }

    .elementor-button-link,
    .moreinfosidebar {
        display: none !important
    }

    div {
        box-shadow: none !important
    }
}







.linkbuilder li {
    list-style: none;
    font-size: 125%;
    margin-bottom: 1em;
    position: relative;
}

.linkbuilder input[type="checkbox"],
.linkbuilder input[type="radio"] {
    display: none;
}

.linkbuilder input[type="checkbox"]+label,
.linkbuilder input[type="radio"]+label {
    padding-left: 2em;
}

.linkbuilder input[type="checkbox"]+label:before,
.linkbuilder input[type="checkbox"]+label:after,
.linkbuilder input[type="radio"]+label:before {
    content: '';
    background: #ececec;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    z-index: -1;
    position: absolute;
    left: -15px;
    transition: all ease .5s;
}

.linkbuilder input[type="checkbox"]+label:after {
    border-radius: 0;
}

.linkbuilder input[type="checkbox"]:checked+label:after,
.linkbuilder input[type="radio"]:checked+label:before {
    border-radius: 50% 0 50% 50%;
    transition: all ease .75s;
    transform: rotate(45deg);
    background: #666;
    border: 1px solid #666;
}

.linkbuilder ul {
    margin-left: 0px;
    padding-left: 0px;
}

.linkbuilder input[type="checkbox"]:checked+label:before {
    transition: all ease .75s;
    border-radius: 0 50% 50% 0;
    background: #666;
    border: 1px solid #666;
}





.vjs-theme-sea .vjs-progress-control .vjs-play-progress {
    background-color: rgb(136 194 0 / 20%);
}

.vjs-theme-sea .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
    background-color: #88c2007a;
    color: #ffffff;
}

.vjs-theme-sea .vjs-progress-control .vjs-time-tooltip {
    background-color: rgb(136 194 0 / 50%);
    color: #fff;
}

#g470-minimalchat-button {
    padding: 12px 14px 12px 14px;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    color: #fff;
    fill: #fff;
    text-align: center;
}

#g470-minimalchat-button:hover, #g470-minimalchat-button:active {
    background: #5a5a5a !important;
    cursor: pointer;
}

.vjs-theme-sea .vjs-button:hover {
    color: #000000;
    background: linear-gradient(to top, #88c20029, #fff);
}
.sub-menu {
	box-shadow: 1px 3px 10px 5px #f9f9f9;
}