/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.blogTopCustom { display: grid; grid-template-columns: 50% 50%; margin-bottom: 40px; }
.btcLeft {
    align-self: center;
}
.btcLeft .entry-meta {
    margin-bottom: 15px;
}
.single-post .entry-meta, .bcatmeta {
    font-size: 14px;
    color: #8d8d8d;
}
.entry-meta span:last-child {
    display: none;
}
.single-post h1.blog-post-title {
    font-size: 40px;
}
h1.blog-post-title {
    margin-bottom: .6em;
}
.btcLeft h4 {
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
}
.baTop {
    display: grid;
    grid-template-columns: 70px auto;
}
.batPic img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
}
.batMeta .theAuthor {
    font-size: 16px;
    margin: 5px 0 0;
    font-weight: 600;
}
.batMeta .theAuthor a {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 12px;
    margin-left: 6px;
    font-size: 12px;
    color: #999;
}
.batMeta .theMeta {
    font-size: 16px;
    margin: 0;
}
.btcRight img {
    width: 100%;
    height: auto;
}
.blogAuthor {
    background-color: #f2f2f2;
    padding: 40px;
    display: flex;
    margin-top: 50px;
}
.baImage {
    margin-right: 20px;
}
.baImage img {
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
}
.baNameLink {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.baNameLink h4 { margin: 0; }
.baLinkedIn {
    text-align: right;
    font-size: 14px;
}
.baData p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 15px;
}




@media (max-width: 749px) {
	.blogTopCustom {
	    display: flex;
	    flex-wrap: wrap-reverse;
	}
	.btcRight { display: contents; }
	.btcRight img { margin-bottom: 35px; }
	.blogContentMobile { width: 100% !important; margin-left: 0 !important; }
}