/*
Theme Name:		 Child theme for GandakNews
Theme URI:		 http://childtheme-generator.com/
Description:	 Child theme for GandakNews is a child theme of Template for Sanil Page Builder, created by ChildTheme-Generator.com
Author:			 Sanil Shakya
Author URI:		 http://childtheme-generator.com/
Template:		 template-for-page-builder
Version:		 1.0.0
Text Domain:	 child-theme-for-gandaknews
*/

/* global */
a:not(.footer-icons a, .about-author a, .wp-pagenavi a):hover, .author-name a:hover {
    color: #15345c !important;
}

header{
    background-color: #15345c;
}

.header-main-logo .today-date {
    margin-top: -25px !important;
    margin-right: 14px;
    color: #ffffffe0 !important;
    margin-bottom: 15px;
}

#main-menu-wrapper, #main-menu-wrapper #main-menu li.show-mopbile-menu-btn {
    background-color: #112a4a !important;
}

#main-menu-wrapper #main-menu .sub-menu a:hover{
    background:#15345c !important;
}

#main-menu li.active{
    background-color: #2b486c !important;
}

#main-menu a:hover{
    color:#fff !important;
}


/* side menu */
#mobile-menu-container ul.menu-title li.side-menu-logo {
    background: #15345c;
}


/* header search */
.header-search-form button:hover {
    background: #15345c !important;
}


/* footer */
footer .widget h3 {
    color: #15345c !important;
}

footer .footer-more-team-btn a {
    background: #15345c !important;
}

footer .footer-more-team-btn a:hover{
    background-color: #112a4a !important;
}

.footer-bottom {
    background: #002854 !important;
}


/* home page */
.hero-news-full-width-layout .hero-news-full-width {
    background: #15345c !important;
}

.hero-news-full-width-layout .hero-news-full-width .contents .title a {
    color: #fff !important;
}

.hero-news-full-width-layout .hero-news-full-width .topic {
    color: #15345c !important;
}

ul.options.headings-for-tabs li.tabs a:hover, .section-heading-wrapper.headings-1 ul.options li.tabs a:hover {
    background: #15345c !important;
    color: #fff !important;
}

.list-layout-with-numbers-layout .packet .number {
    color: #15345c !important;
    border: solid 2px #15345c !important;
}


.tabs-layout .tabs-links .tabs-items li a.active {
    border-color: #15345c !important;
}

.section-heading-wrapper.headings-1 .section-heading, .section-heading-wrapper.headings-for-tabs .section-heading {
    color: #15345c !important;
}

.hero-news-full-width-layout .hero-news-full-width .contents .title {
    font-size: 38px !important;
}


/* single post */
.single-left .author img {
    border-color:  #112a4a52 !important;
}


.topic:not(.hero-news-full-width-layout .topic) {
    background: #15345c !important;
}

/* author page archive */
.archive-author-header{
    background: #15345c !important;
}

body.archive .post-title {
    font-size: 45px !important;
}

@media (max-width: 1199px) {

    header{
        background:none !important;
    }

    .mobile-header {
        background: #15345c !important;
        color: #fff !important;
    }

    .mobile-header .mobile-menu-btn {
        color: #fff !important;
    }

    .header-main-logo .today-date {
        margin-top: -16px !important;
    }
}