/*
 Theme Name:   Boo Child
 Author:       AMgrade Wordpress Team
 Template:     boo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  license.txt
 Tags:         featured-images, two-columns, custom-header, custom-menu, flexible-header, full-width-template, post-formats, theme-options
 Text Domain:  boo-child
*/

a:hover {
    cursor: pointer;
}

.meta-caption.meta-sm2 .category {
	position: absolute;
    left: 0;
    bottom: 0;
	letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 0.875em;
    background-color: #9fce14;
    color: #fff;
}
.meta-caption.meta-sm2 .category .tags a[rel=category] {
	display: inline-block;
	padding: .85714em 1.57143em;
	color: #fff;
}
.meta-caption.meta-sm2 .category .tags a:hover {
	color: #000;
}

.post-image .categoty_thumbnail {
	position: relative;
	height: 175px;
	background-position: 50% 50%;
	background-size: cover;
}
.post-image-large-alt .cat-name {
    height: 30px;
    padding: 0 10px;
    margin: 0;
    background-color: #fff !important;
    font-size: 12px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    color: #000;
}

.megamenu > ul.nav-item-children {
    left: auto !important;
    right: -15px !important;
    width: 920px;
}
.megamenu>ul>li>.container {
    width: 920px !important;
}

/* Header styles */
.header .wpb_content_element {
    margin: 17px 0;
}
.header .social-icon li {
    margin-bottom: 0;
}
.blog-posts .hentry header {
    padding: 0 10px; 
}
.blog-post .post-info {
    padding: 0 10px; 
}

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
.main-nav.line-above>li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
    padding: 0; 
}
    ul.main-nav.nav-with-sep>li:after {
        display: none;
    }
.main-nav.line-above>li>a {
    padding: 17px 14px;
    position: relative;
}

    .main-nav.line-above>li>a:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 40%;
        position: absolute;
        top: 30%;
        right: 0;
        background-color: rgba(0,0,0,0.1);
    }
    .main-nav.line-above>li>a:after {
        width: 100% !important;
        left: 0 !important;
    }



/*fix navigation on resize*/
@media all and (min-width: 1200px) and (max-width: 1300px) {
    a.navbar-brand.hidden-sm.hidden-xs.no-tb-padding {
        margin-right: 0;
        padding-right: 0;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    a.navbar-brand.hidden-sm.hidden-xs.no-tb-padding {
        margin-right: 0;
        padding-right: 0;
    }
    .main-header .navbar-brand img {
        max-width: 100%;
        width: 167px;
    }
    .main-nav.line-above>li>a {
        padding: 17px 10px;
        font-size: 14px;
    }
    .btn.border-thin span {
        margin: -0.5px;
        font-size: 0px;
        padding: 3px 7px 10px 14px;
    }

}
/*fix style for new search in post widget on resize*/
.search-result-page.contents-container:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    right: -6.5%;
    bottom: 0;
    background: rgba(0,0,0,0.05);
}

/*fix Latest post styles for corporate layout - without time*/
.corporate_without_date .latest-posts{
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.07);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.07);
}
.corporate_without_date .latest-content-extra-padding-sm2 .latest-content {
    padding: 1.6em 20px 2em 35px;
}
.corporate_without_date .latest-title-md3 .entry-title {
    font-size: 1.5625em;
    margin-bottom: .6em;
}
.corporate_without_date .read-more.btn {
    font-size: 14px;
    letter-spacing: 2px;
}
.corporate_without_date .latest-default .btn {
    margin-top: 30px;
}
.corporate_without_date .meta-no-comma .meta time{
    visibility: hidden;
}
.corporate_without_date .meta-caption.meta-sm2.latest-title-md3 .meta span.tags.pull-right {
    float: left!important;
}
.corporate_without_date .meta-caption.meta-sm2.latest-title-md3 .meta{
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 0.875em;
    padding: .85714em 1.57143em;
}

.blog-posts .hentry {
    height: calc(100% - 40px);
}