/* HEADER MENU */

.tm-header.tm-header-transparent.tm-header-overlay {
    background: rgba(0,0,0,0.2);
}


/* CONTACT FORM */

span.wpcf7-form-control-wrap input {
    height: 25px;
    font-size: 15px;
    text-indent: 5px;
}

span.wpcf7-form-control-wrap.your-message textarea.wpcf7-form-control.wpcf7-textarea {
    border: 0.4px solid #ddd;
}

.gili-submit {
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit {
    border-radius: unset;
    border: none;
    width: 30%;
    background: #004b88;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0070cc;
}


/* DIVIDER ICON */

hr.uk-divider-icon.uk-margin-xlarge.uk-scrollspy-inview.uk-animation-fade {
    background-image: url(/wp-content/uploads/gosailingreece-icon.svg);
    background-size: 35px;
}


/* RESIZE LOGO AFTER SCROLL */

.uk-sticky-below .uk-logo > img {
    height: 100px;
}