#fws_container .video-popup.large {
    font-size: 32px;
    padding: 5px !important;
    height: 48px;
    border: 3px dotted;
    margin: 5px;
}
.video-popup:hover,
.video-popup:focus {
  border-color: #333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.panel-media .wp-video,
.wp-video video.wp-video-shortcode,
.wp-video .wp-video-shortcode video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
max-height: 100%   !important;
}
.comment-form-cookies-consent label {
    display: inline;
}
/*
#wp-comment-cookies-consent,
.comment-form-cookies-consent #wp-comment-cookies-consent {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
}
*/
.img-overlay {
    position: relative;
}
.img-overlay .icon-overlay.left {
    left: -1px;
}
.img-overlay .icon-overlay.right {
    right: -1px;
}
.img-overlay .icon-overlay {
    bottom: -1px;
}
a[class*='lightcase-icon-'].lightcase-icon-close {
    z-index: 1000000;
}
/*!
 * Contact Form 7
 */
div.wpcf7 .wpcf7-form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
div.wpcf7 .wpcf7-form .wpcf7-textarea {
    height: auto;
}
div.wpcf7 .wpcf7-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #333;
    background-color: #fff;
    background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
div.wpcf7 .wpcf7-form-control:focus {
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}
div.wpcf7 .wpcf7-form-control.wpcf7-acceptance {
    height: auto;
}
div.wpcf7 .wpcf7-form-control.wpcf7-submit {
    width: auto;
    height: auto;
    float: right;
    margin-bottom: 1em;
    border: 0;
}
div.wpcf7 .wpcf7-form-control input[type="checkbox"]{
    -webkit-appearance: none;
    width: 1.375em;
    height: 1.275em;
    line-height: 1.275em;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: text-bottom;
}
div.wpcf7 .wpcf7-form-control input[type="checkbox"]:checked{
    background-color:#0075FF;
    border:1px solid #0075FF !important;
    background-size:80%;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
}
div.wpcf7 .wpcf7-form-control input[type="checkbox"]:checked:after{
    font-family:'Font Awesome 5 Free';
    content:'\f00c';
    color:white;
    position:absolute;
    top:-1px;
    left:2px;
}
/* Remove the ugly default outline */
div.wpcf7 .wpcf7-form-control input[type="checkbox"]:focus{
    outline:none !important
}


/*!
 * Event
 */
.mec-wrap .mec-event-list-minimal .btn-wrapper {
    margin-left: -15px;
}
.mec-wrap .mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
    letter-spacing: 1px;
}