/* --- FOOTER LAYOUT --- */

#Footer{
    background: transparent;
}

#Footer div, #Footer p, #Footer a, #Footer strong, #Footer span{
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 300;
}

#Footer strong{
    font-weight: 600;
}


.custom-footer, .custom-footer a, .custom-footer strong{
    color: #ccc;
}

.left-section, .newsletter {
    height: 38vh;
}

/* Left Column: Logo + Links + Επικοινωνία */

.left-section{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.left-section .row{
    max-width: 950px;
    margin: auto;
    width: 100%;
}

.footer p {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}

.left-section .footer a:hover{
    color: #fff;
}

.footer a {
    text-decoration: none;
    font-size: 14px;
}

.footer strong {
    font-size: 15px;
}

.footer img {
    height: auto;
}

.footer mt-3 {
    padding-right: 10px;
    padding-left: 10px;
}

/* Social Icons */
.social-icons {
    margin-top: 25px;
}

.social-icons a{
    padding-right: 15px;
    padding-left: 0 !important;
}

.social-icons i {
    font-size: 20px;
    margin-right: 15px;
    color: #fff;
}

/* Newsletter Right Column */
#Footer .newsletter {
    background-color: #F9F9F9 !important;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mw-570{
    max-width: 540px;
    margin: auto;
    width: 100%;
    padding-bottom: 60px;
}

.newsletter h6 {
    font-weight: bold;
}

.newsletter p {
    margin-bottom: 6px;
}

.newsletter form {
    display: flex;
    flex-direction: column;
}

.newsletter input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0 ;
}
.newsletter strong{
    color: #000;
}

.newsletter .btn {
    border-radius: 0;
    padding: 10px 16px;
    font-size: 14px;
}

.mc4wp-form.mc4wp-form-1114 .mc4wp-form-fields input[type="submit"] {
    border-width: 0px;
}

/* Checkbox Label */
#Footer .form-check label, #Footer .form-check label a {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #000 !important;
    font-family: 'CeraPro', sans-serif !important;
}

#Footer .form-check{
    padding-left: 0 !important;
    margin-top: 5px;
}

#Footer .form-check label a {
    padding-left: 3px;
}

.mc4wp-error p {
    color: #a94442;
}

.nl-body{
    width: 100%;

    margin-bottom: 14px;
}

/* Bottom credit */
.border-top {
    border-top: 1px solid #444 !important;
}
.copyright *{
    font-weight: 400 !important;
}
.text-info {
    color: #86D1E6 !important;
    padding: 0 !important;
}

#Footer .text-info:focus,#Footer a.text-info:hover{
    color: #fff !important;
}

.copyright > div{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 100px;
}


/*maichimp form*/


.nl-logo{
    display: none;
}
.nl-title{
    font-family: 'CeraPro', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 7px;
}

.scroll-top {
    top: -35px;
    right: 4%;
    cursor: pointer;
    z-index: 5;
}
