/*
 Theme Name:   Bodgrid-wedge Child
 Theme URI:    http://example.com/boldgrid-wedge-child/
 Description:  Boldgrid-wedge Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     boldgrid-wedge
 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, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  boldgrid-wedgechild
*/
/**********Media Queries**********/
@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 767px) {
    .site-title a {
        font-size: 20px !important;
    }

    .header-6.header-7 {
        position: absolute;
        top: -31px;
        left: 13px;
    }
}

.wpfc-sermon-image{
    flex: 0 34%!important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-title a {
        font-size: 35px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .site-title a {
        font-size: 35px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
}

@media only screen and (min-width: 1400px) {
}

/**********Global**********/
.site-content {
    padding: 0 !important;
}

/**********Navigation**********/
.navbar-nav > .current-menu-parent > a {
    border-bottom-color: #AB9F80 !important;
}

.menu-item-has-children > ul > li.active > a {
    /*color: #53636D!important;*/
    color: #ab9f80 !important;
}

/**********Main Header**********/
.site-title::first-letter {
    color: #fff !important;
}

/**********Navigation**********/
.dropdown-menu > .active > a, #menu-primary li a:hover, #menu-primary > .active a {
    color: #fff !important;
    border-bottom-color: #AB9F80 !important;
}

/*********Headers**********/
.header-11 {
    margin-bottom: 5px !important;
}

/**********Widgets**********/
.wrap > #sidebar {
    display: none !important;
}

.widget_recent_sermons > .widget-title {
    color: #000 !important;
}

.widget_recent_sermons > ul > li {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

/**********Homepage**********/
.home .entry-content {
    margin: 0;
}
/**********Service Times**********/
#sundaySchool{
	/*display: none !important;*/
}

/**********Comments**********/
.form-allowed-tags {
    display: none !important;
}

/**********Posts**********/
.hentry {
    margin-top: 0 !important;
}

#respond {
    display: none !important;
}

.sidebar > #recent-posts-7 > h2 {
    font-family: "Julius Sans One", Helvetica, Arial, sans-serif !important;
}

.divider-line{
    margin-top: 20px;
    color: #AB9F80!important;
}

.lesson-c>a>img,.lesson-cs>img{
    width: 144px!important;
    height: 216px;
}
.lesson-c{
    margin-top: 10px!important;
}
.lesson-cs{
    margin-top: 20px!important;
}

/**********Footer**********/
.footer-5 a {
    color: #fff !important;
}

.footer-5 a:hover {
    /*color: #53636D!important;*/
    color: #AB9F80 !important;
}
