/*
 Theme Name:   Akea Child
 Theme URI:    http://demo.goodlayers.com/akea
 Description:  Goodlayers Akea Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     akea
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  akea-child

 START YOUR CHILD THEME CSS HERE
*/

.back-home {
    position: fixed;
    top: 180px;
    left: 30px;
    z-index: 1;
}

.back-home a {
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    max-width: 100px;
}

.back-home a span {
    margin-left: 8px;
}

.back-home a:hover {
    color: #fff;
}

.back-home a svg {
    width: 14px;
    height: 16px;
}

.comment-form-comment textarea {
    padding: 21px 24px;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.comment-form-comment textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.submit {
    padding: 20px 52px;
    min-width: 210px;
    max-width: 300px;
    border-radius: 6px;
    background-color: #edb953 !important;
}
