/*
Theme Name: Afrodita
Version: 1.0
*/

a.text-underline {
    text-decoration: underline !important;
}
.inner-header {
    position: relative;
}
.inner-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-header h1 {
    z-index: 10;
    position: relative;
    line-height: 1.4;
}
.feature-box-style-02.feature-box-light {
    background-color: #205953;
    border: none;
    padding: 20px 10px;
    margin-top: -8px;
    margin: -7px 5px;
}
.feature-box-style-02.feature-box-light h3 {
    color: #fff;
    min-height: 50px;
    border-top: none;
}
.pricelist {
    padding: 30px;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
.contact-us-form label {
    width: 100%;
}
.footer .footer-bottom .copyright a {
    color: #fff;
}
.footer-eu {
    background-color: #fff;
}
.footer-eu img {
    width: 200px;
}
.logo-footer {
    max-width: 240px;
}
.color-green {
    color: #205953;
}
body #acwp-toolbar-btn-wrap {
	bottom: 10px !important;
}
@media (max-width: 575px) {
    .footer-eu img {
        width: 150px;
        margin-top: 10px;
    }
}