/*
Theme Name: CheerUp Child
Theme URI: http://theme-sphere.com/
Description: A child theme of CheerUp
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: cheerup
Version: 1.1
*/

.main-head.simple .inner {
    background: #007298 !important;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    border: none !important;
    /*height: 73px !important;*/
    /*line-height: 73px !important;*/
}

.fa-search {
    color: #fff !important;
}

.posts-ticker .heading {
    background-color: #ffff00 !important;
    color: #007298 !important;
}

.mobile-nav {
    color: white !important;
}

.logo-image {
    height: 65px !important;
}

.mobile-menu-container .logo {
    display: none;
}

.actions .social-icons {
    display: inline !important;
}

.mobile-menu-container {
    /*width: 100% ;*/
    position: fixed;
    top: 0;
    left: 0;
}

.attachment-cheerup-main {
    width: 100% !important;
}

.archive-head .background {
    display: none;
}

#mailerlite-1-field-name {
    width: 100% !important;
}

#mailerlite-1-field-email {
    width: 100% !important;
}

#mailerlite-1-field-phone {
    width: 100% !important;
}

.actions .fa{
    color: #fff !important;
}

.fa-twitter:before{
    content: '\f232';
}

.fa-google-plus:before{
    content: '\f099';
}

.fa-pinterest-p:before{
    content: '\f0d5';
}


.overlay{
    background-color: #00000059 !important;
}

.overlay-post .post-meta{
    background-color: #00000059 !important;   
}


@media(max-width: 375px){
    .post-title{
        font-size: 18px !important;
    }
}

@media(max-width: 375px){
    .grid-slider .item-small .heading{
        font-size: 15px !important;
    }
}

