.footer-area a:hover {
    color: #ff3d46;
}

.footer-logo {
    margin-bottom: 35px;
}

.single-footer-widgets,
.single-footer-widgets a {
    color: #a8acc9;
}

.footer-contact {
    margin-top: 40px;
}

.footer-contact i {
    margin-right: 5px;
}

.single-footer-widgets h3 {
    font-weight: 600;
    margin-bottom: 40px;
}

.single-footer-widgets ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-footer-widgets ul li {
    display: block;
    margin-bottom: 8px;
    position: relative;
}

.widget_instagram ul {
    margin: -5px;
}

.widget_instagram li {
    float: left;
    margin: 0 !important;
    padding: 5px;
    width: 33%;
}

.widget_instagram li img {
    border-radius: 5px;
}

.social-bookmark {
    list-style: outside none none;
    padding: 0;
}

.footer-social-bookmark .social-bookmark li a {
    border: 1px solid;
    border-radius: 50%;
    height: 40px;
    margin: 0 5px;
    padding-top: 6px;
    text-align: center;
    width: 40px;
}

.footer-social-bookmark .social-bookmark li a:hover {
    background: #ff3d46 none repeat scroll 0 0;
    border-color: #ff3d46;
    color: #ffffff;
}

.footer-subscriber-form form {
    border: 2px solid #373c62;
    height: 60px;
    position: relative;
    margin-top: 40px;
}

.footer-subscriber-form form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: calc(100% - 60px);
}

.footer-subscriber-form form:focus {
    border-color: #ff3d46;
}

.footer-subscriber-form form button {
    background: #ff3d46 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 24px;
    height: calc(100% + 4px);
    position: absolute;
    right: -2px;
    top: -2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.footer-subscriber-form form button:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #ff3d46;
}

.footer-copyright {
    padding: 30px 0;
}