/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/
.kleo-navbar-fixed.navbar-transparent #header {
    background-color: rgba(0, 0, 0, 0.18) !important;
}
.header-banner img.alignnone.size-medium {
    width: 60%;
}
.mc4wp-form-fields input {
    width: 80%;
    background: #cbd22f;
    border: none !important;
    color: white !important;
}
input[type="submit"] {
    height: 35px;
    margin-top: 3%;
    font-size: 18px !important;
}
input[type="submit"]:hover {
    background: black !important;
}
.mc4wp-form-fields {
    margin-left: 140px !important;
}
ul.kleo-social-icons i:before {
    font-size: 34px;
    float: left;
    color: #707070;
}
div#footer {
    background: #c9d200 !important;
}
#footer p {
    color: white !important;
}
#footer small.news-time {
    color: white !important;
}
#footer span.news-headline {
    color: #707070;
    font-weight: 400;
}
#footer h4 {
    margin-bottom: 14px;
    background-image: none;
    color: #707070 !important;
    font-weight: 400;
    font-size: 28px !important;
}