/*
* ---------------------------------------------------------
* CSS for Blog Pages
* ---------------------------------------------------------
*/
body.blog,
body.archive,
body.category,
body.search,
body.single-post
{ background-color: #ffffff !important; }

body.blog .body_custom_overlay,
body.archive .body_custom_overlay,
body.category .body_custom_overlay,
body.single-post .body_custom_overlay
{ display: none; }

body.blog #navigation-header,
body.archive #navigation-header,
body.category #navigation-header,
body.single-post #navigation-header
{ position: relative; }

body.blog #main-content,
body.archive #main-content,
body.category #main-content,
body.single-post #main-content
{ padding: 15px 0px }

body.blog .post-title,
body.archive .post-title,
body.category .post-title,
body.single-post .post-title
{margin-bottom: 0px;}

body.blog .entry-date,
body.archive .entry-date,
body.category .entry-date,
body.single-post .entry-date
{display: block; font-style: italic; color: #1B1B1B; font-size: 12px; margin-bottom: 12px; margin-top: 8px; }

body.blog .post-image,
body.archive .post-image,
body.category .post-image,
body.single-post .post-image
{ margin: 10px; }

.cat-title {
    padding-top: 0;
    margin: 100px 0px 50px 0px;
    font-size: 34px;
    font-weight: 400;
}
.blog .blogs, .single .post, .category .blogs, .archive .blogs, .search .blogs, .page .blogs {  padding-top: 50px; padding-bottom:50px; }
.post .post-meta, .page .post-meta { margin-bottom: 25px; }
.post, .search article { position: relative; margin-bottom: 70px; padding-left: 100px; }

.post .entry-content .post-thumbnail { width: 100%; overflow: hidden; }
.post .entry-content .post-thumbnail > a { position: relative; display: inline-block; overflow: hidden; }
.post.sticky .entry-content .post-thumbnail { margin-bottom: 20px; }
.post .entry-content .post-thumbnail:hover img { -webkit-transform: scale(1.2) rotate(4deg); -moz-transform: scale(1.2) rotate(4deg); -ms-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg); }
.post .entry-content .post-thumbnail img { display: block; max-width: 100%; }

.post .title-wrap { margin: 0; }
.post .entry-header { margin-top: -10px; }
.post .entry-header .entry-title,
.post .title-wrap .entry-title { margin: 0; padding: 0; font-size: 35px; line-height: 1.2; text-transform: uppercase; font-weight: 400; }
.post .entry-title a { text-decoration: none; }
.post .entry-title a:hover { opacity: 0.7; }

.post .post-meta { margin: 12px 0; }
.post .post-meta span { display: inline-block; color: #9d9d9d; font-size: 16px; padding-right: 4px; }
.post .post-meta span > i { padding-right: 7px; }
.post .post-meta .post-comments { padding-left: 7px; }
.post .post-meta .post-author { text-transform: capitalize; }
.post .post-meta .post-cat > i { font-size: 18px; vertical-align: top; margin-top: 3px; }
.post .post-meta a:not(:hover):not(:active) { color: inherit; }

.post .post-date,
.search article .post-date { position: absolute; top: 0; left: 0; display: block; width: 67px; height: 67px; padding: 8px 0 0; text-align: center; color: #fff; line-height: 1; }
.single .post .post-date { margin-top: 50px; padding-right: 0; }
.single .post .sticky-post-date { padding-right: 0; }
.post .post-date span,
.search article .post-date span { display: inline-block; width: 100%; color: #fff; }
.post .post-date .day,
.search article .post-date .day { padding-right: 0; font-size: 34px; font-weight: 600; margin-bottom: -1px; }
.post .post-date .month,
.search article .post-date .month { padding-right: 0; font-size: 16px; font-weight: 600; text-transform: uppercase; margin-top: 2px;}
.post .post-date .year,
.search article .post-date .year { padding-right: 0; position: absolute; top: 110%; left: 0; font-size: 16px; color: #9d9d9d; }

.post .entry-content p { margin: 12px 0 0; }
.entry-content img { max-width: 100%; margin: 10px 0; height: auto; }
.entry-content .post-thumbnail img{ margin: 0; }
.single .post .entry-content .post-thumbnail { margin: 10px 0; }
.single .post .entry-content .post-thumbnail img{ margin: 0; }

.post .more-link, .page .more-link { margin: 18px 0 0; display: inline-block; padding: 15px 52px; font-weight: 700; font-size: 13px; text-transform: uppercase; line-height: 1; border-radius: 3px; border: 1px solid; }

.paging.entry-navigation { margin:70px 0 0; border-bottom: 0; }
.paging.entry-navigation .pagination { margin: 0; }
.paging.entry-navigation .pagination > a,
.paging.entry-navigation .pagination > .active { margin: 0 5px; display: inline-block; width: 34px; height: 34px; font-size: 14px; text-align: center; line-height: 32px; }
.paging.entry-navigation .pagination > .active { border: 1px solid #ddd; }
.paging.entry-navigation .pagination > a:hover {  color:#575757; }
.entry-navigation { border-top:1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; height: 60px; line-height: 60px; margin-bottom: 30px; }
.entry-navigation .prev-post, .entry-navigation .next-post { font-size: 14px; text-transform: uppercase; font-weight: 700; }
.entry-navigation .prev-post a, .entry-navigation .next-post a { text-decoration: none; }
.entry-navigation .prev-post a:not(:hover):not(:active), .entry-navigation .next-post a:not(:hover):not(:active) { color:#575757; }
.entry-navigation .prev-post i, .entry-navigation .next-post i { font-size: 10px; line-height: 16px; color: #000; }
.entry-navigation .prev-post { float:left; }
.entry-navigation .next-post { float:right; }
.entry-navigation .prev-post i { padding-right: 20px; }
.entry-navigation .next-post i { padding-right: 0; }

.tags-box { display: inline-block; position: relative; height: 35px; line-height: 35px; margin: 25px 0 10px 0; }
.tags-box a { text-transform: uppercase; font-size:11px; font-weight:700; text-decoration: none; margin-right:15px; }
.tags-box a:hover { color: #575757; }
.tags-box i { line-height: 27px; }
.tags-box .tags-links { padding-left: 15px; }

.aligncenter {text-align: center;  }
/*
 * ---------------------------------------------------------
 *
 * 6. Social share box
 *
 * ---------------------------------------------------------
 */

.share-box { display: inline-block; position: relative; }
.share-box .share { width: 30px; height: 30px; background: #fff; color: #fff; display: inline-block; line-height: 30px; display: inline-block; text-align: center; margin: 0 3px; }
.share-box .share i:before { color: #fff; }
.share-box .share:hover i { opacity: 0.9; }
.share-box span { padding-right: 15px; text-transform: uppercase; }
.share-box p, .share-box span { display: inline-block; position: relative; line-height: 50px; }
.share-box .title { color: #9d9d9d;}
.twitter.share { background: #2fc2ef; }
.google.share { background: #ce482b; }
.facebook.share { background: #4c66a4; }
.pinterest.share { background: #d5393a; }
.linkedin.share { background: #0073b2; }

/*
 * ---------------------------------------------------------
 *
 * 7. Author bio box
 *
 * ---------------------------------------------------------
 */

.author-box { background: #eee; padding: 15px 20px; min-height: 145px; color: #777; margin-bottom: 50px;}
.author-box .sep { margin-top: 35px; }
.author-box .author {clear: both; display: inline-block; line-height: 25px; }
.author-box .name { font-size: 95%; padding-bottom: 5px; clear: both; padding-bottom: 5px; text-transform: uppercase; margin-top: 10px; }
.author-box .name,
.author-box p { font-size: 95%; }
.author-box .avatar { display: block; }
.author-box .avatar-wrap { float: left; margin: 15px 25px 0 0; }

/*
 * ---------------------------------------------------------
 *
 * 7. Comments
 *
 * ---------------------------------------------------------
 */
.comment { margin: 40px 0; }
.comment-author.vcard img { width: 60px !important; height: 60px !important; }
.comment .fn, .comment .says { top: 10px; position: relative; }
.comment .comment-meta { top: -30px; position: relative; }
.comment .comment-meta a { color:#ddd; }
.comment p { position: relative; }
.comment .reply { top: 0; position: relative; font-size: 10pt; }
.comment .reply a:hover { text-decoration:underline; }
.comment .reply .reply-icon { font-size:13pt; padding-right:3px; }
.comment .fn { padding-left: 21px; }
.comment .fn, .comment .says { text-transform:uppercase; font-size: 13pt; }
.comment .comment-meta, .comment p, .comment .reply { padding-left:85px; }
.comment .comment-meta, .comment .reply { text-transform:uppercase; }
.comment .comment-meta{ color:#9d9d9d; font-size: 95%; top: -55px;}
.comment .children { list-style:none; }
.comment .comment-data em { margin: 15px 0 15px 42px; display: block; font-weight: 700; }
.comments-navigation { display: block; line-height: 15px; margin: 25px 5px; text-align: center; }
.comment-data { margin-top: -25px; font-weight: 400; }
.comment-body { margin-top: -5px; font-weight: 400; }
.comment-body a:hover { opacity:0.7; }
ol.commentlist { list-style:none; padding-left:0; }

/*
 * ---------------------------------------------------------
 *
 * 9. Comment form
 *
 * ---------------------------------------------------------
 */

#respond { background: #eff3f6; padding: 20px 20px; }
#commentform #author, #commentform  #email, #commentform  #url { height: 50px; line-height: 30px; padding-left: 5px; }
.logged-in-as { margin-left: 15px; margin-bottom: 0; }
.title-reply:before { font-family: 'FontAwesome'; content:"\f0e5"; padding-right: 10px; vertical-align: top; }
.comment-reply-title { margin-left: 15px; text-transform: uppercase; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="password"], #commentform input[type="search"], #commentform input[type="tel"], #commentform #comment { margin-top: 10px; width: 100%; resize: vertical; }
#commentform .comment-form-comment { margin-top: 20px; }
#commentform #comment { width: 100%; height: 120px; line-height: 30px; }
#commentform #submit { border: 0; color: #fff; text-transform: uppercase; font-size: 17px; padding: 15px 30px; }
#commentform .form-allowed-tags { margin: 10px 0 0 15px; color: #9d9d9d; display: inline-block; }
.form-submit #submit_my_comment { width: auto; margin: 20px 0 0 15px; color: #fff; font-size: 17px; font-weight: 700; padding: 15px 70px; text-transform: uppercase; }

/*
* ---------------------------------------------------------
* CSS for Sidebars on Blog pAGES
* ---------------------------------------------------------
*/
#sidebar { margin-bottom: 15px; padding-top: 30px; overflow: hidden; margin-top: 100px; max-width: 100%;}
#sidebar ul { list-style: none; padding-left: 0; }
#sidebar ul li { line-height: 30px; padding-bottom: 5px; display: inline-block; /*width: 100%;*/ }
#sidebar-content { float: left; clear: both; padding-bottom: 30px; padding-top: 0; width: 100%; padding-left: 50px; }
.single #sidebar-content { float: left; clear: both; padding-bottom: 30px; padding-top: 0; width: 100%; padding-left: 25px; }
#sidebar .sidebar-inner-content { clear: both; width: 100%; }
#sidebar .widgetHeader { border-bottom: 1px solid #e7e7e7;margin-bottom: 15px; margin-top: 10px; padding-bottom: 0; }
#sidebar .widgetHeader h3 { font-size: 17px; text-transform: uppercase; font-weight: 500; }
#sidebar img, #sidebar select, #sidebar input, #sidebar textarea { max-width: 100%; outline: none; }

/* 10.1 SIDEBAR CATEGORIES */
#sidebar .widget_categories a { text-decoration: none; }
#sidebar .widget_categories a:not(:active):not(:hover) { color: #9d9d9d; font-weight: 300; font-size: 16px; }
#sidebar .widget_categories ul { padding-left: 15px; list-style: none; }
#sidebar .widget_categories ul li{ line-height: 30px; padding-left: 10px; width: 100%; display: list-item; }
#sidebar .widget_categories ul li:before { font-family: 'FontAwesome'; content: "\f114"; margin:0 10px 0 -22px; }

/* 10.3 SIDEBAR TAGS */
#sidebar .widget_tag_cloud .tagcloud { font-size: 0; }
#sidebar .widget_tag_cloud .tagcloud > a { font-size: 12px !important; margin: 0 5px 5px 0; display: inline-block; height: 22px; padding: 0 10px; font-size: 10px; text-transform: uppercase; font-weight: 500; color: #fff; line-height: 22px; background: rgba(0,0,0,0.2); vertical-align: top; -webkit-transition: background 0.2s ease; -o-transition: background 0.2s ease; transition: background 0.2s ease; }
#sidebar .widget_tag_cloud .tagcloud > a:hover { text-decoration: none; }

/* 23.3 RECENT COMMENTS */
#sidebar .widget_recent_comments ul > li { margin-bottom: 5px; }
#sidebar .widget_recent_comments a { text-decoration: none; }
#sidebar .widget_recent_comments a:hover,
#sidebar .widget_recent_comments a:active,
#sidebar .widget_recent_comments a:focus { opacity: 0.7; }
#sidebar .widget_recent_comments .info > i { margin-right: 5px; }
#sidebar .widget_recent_comments .info { color: #000; }
#sidebar .widget_recent_comments .info .author { color: #9d9d9d; }

/* 23.4 RECENT POSTS */
#sidebar .widget_recent_entries ul > li { margin-bottom: 6px; min-height: 64px; }
#sidebar .widget_recent_entries .info { position: relative; padding: 10px 0 0 75px; }
#sidebar .widget_recent_entries .info .avatar { width: 60px; height: 60px; display: block; position: absolute; top: 0; left: 0; }
#sidebar .widget_recent_entries .info .avatar.rounded { border-radius: 50%; }
#sidebar .widget_recent_entries .info .title { display: block; line-height: 20px; margin-bottom: 0; }
#sidebar .widget_recent_entries .info .title a { font-weight: 600; line-height: 1; text-decoration: none; }
#sidebar .widget_recent_entries .info .title a:hover { opacity: 0.7; }
#sidebar .widget_recent_entries .info .date { display: block; }

/* 10.3 SIDEBAR RECENT POSTS & COMMENTS */
#sidebar .info { clear: both; color:#9d9d9d; }
#sidebar .info .avatar.comment-icon { padding-left: 1px; font-size:17pt; width: 30px; display: table; margin-right: 10px; }
#sidebar .info .avatar.comment-icon .fa { vertical-align: middle; display: table-cell; text-align: center; }
#sidebar .wrap { display:inline-block; float: left; width:70%;}
#sidebar .avatar.wrap { margin-right: 15px; margin-bottom: 15px; margin-top: 0; width: 60px; height: 60px; overflow: hidden; }
#sidebar #recentcomments .avatar.wrap { margin-right: 10px; margin-bottom: 7px; margin-top: 3px; width: 25px; height: 60px; overflow: hidden; }
#sidebar .avatar.wrap img { width: 60px; height: auto; }
#sidebar .comment-body.wrap { font-size: 11pt; line-height: 25px; padding-bottom: 3px; }
#sidebar .comment-body.wrap a { color: #000; }
#sidebar .date.wrap { text-transform: uppercase; font-size: 10pt; color: #9d9d9d; line-height: 20px; }
#sidebar .comments.wrap { font-size: 10pt; line-height: 20px; }
#sidebar .comments.wrap i { font-size: 11pt; padding-right: 2px; color: #d9d9d9; }

#sidebar .widget_search { margin-bottom: 0; }

#sidebar .widget_calendar caption { line-height: 40px; text-transform:uppercase; }
#sidebar #wp-calendar td, #sidebar #wp-calendar th { padding: 8px 13px; text-align: center; }

#sidebar .sub-menu { display: inline-block; position: relative; float: left; width: 100%; background: transparent; color: blue; border: 0; padding-left: 20px; padding-top: 0; margin-top: 0; }
#sidebar .sub-menu .sub-menu { left: 0; }
#sidebar .sub-menu > li > .sub-menu { display: inline-block; position: relative; float: left; background: transparent; color: blue; border: 0; padding-left: 20px; padding-top: 0; margin-top: 0;}
#sidebar .sub-menu li {display: block; float: left; padding-bottom: 0;}
#sidebar .sub-menu li a { font-size: 100%; padding: 0; }
#sidebar .sub-menu li a:hover { background:0; }

#sidebar .page_item_has_children ul, #sidebar .page_item_has_children { margin-bottom:0; padding-bottom: 0; }
#sidebar .page_item_has_children a { padding-bottom:10px; }
#sidebar .page_item_has_children li { padding-left: 20px; }
#sidebar .page_item_has_children .children .children { padding-left: 5px; }

#sidebar #cat , #sidebar #calendar_wrap, #sidebar .widget_archive { margin-bottom: 25px; }
#sidebar #cat , #sidebar #calendar_wrap, #sidebar .widget_archive a:hover { opacity:0.7; }

#sidebar .sub-menu .menu-item-has-children:after { content: ' ' !important; }

/* 10.4 SIDEBAR SOCIALS */
#sidebar .widget.widget_socials li { display: inline; padding:0; line-height: 45px;}
#sidebar .widget.widget_socials li a { font-size:30px; margin: 0 10px; text-decoration: none; }
#sidebar .widget.widget_socials li a:hover { opacity:0.8; }

/* 10.5 SIDEBAR SEARCH */
#sidebar .widget.widget_search button:not(:hover) i:before { color: #777; }

/* 10.6 SIDEBAR META */
#sidebar .widget_meta ul li a { position: relative; padding-left: 25px; }
#sidebar .widget_meta ul li a:before { position: absolute; top: 50%; left: 1px; margin-top: -2px; display: block; width: 0; height: 0; border-style: solid; border-width: 2.5px 0 2.5px 5px; border-color: transparent transparent transparent #d9d9d9; content: '';}
#sidebar .widget_meta ul li a:hover { opacity:0.8; }

.rounded { overflow: hidden; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
/*
 * ---------------------------------------------------------
 *
 * 29. Mobile responsive 767px
 *
 * ---------------------------------------------------------
 */
@media (max-width: 767px) {
    .post, .search article { padding-left: 0; }
    .post .post-date, .search article .post-date { position: relative; top: auto; left: auto; display: inline-block; background-color: transparent; }
    .post .post-date, .search article .post-date, .single .post .post-date { margin: 0 0 10px; padding: 0; width: 100%; height: auto; text-align: left; }
    .post .post-date span, .search article .post-date span { width: auto; color: #9d9d9d; }
    .post .post-date .day, .search article .post-date .day { margin: 0; font-size: 14px; font-weight: 400; }
    .post .post-date .month, .search article .post-date .month { font-weight: 400; font-size: 14px; }
    .post .post-date .year, .search article .post-date .year { position: relative; top: auto; left: auto; font-size: 14px; }

    .post h2, .blog h2, .entry-header .entry-title { font-size: 30px; padding-bottom: 0; text-align: left; }
    .sticky.post .entry-header .entry-title, .blog .entry-header .entry-title { text-align: center; padding-bottom: 0; }

    .post .share-box { /* margin-top: -110px; position: absolute; */ width: 250px; left: 0; }
    .post .post-meta { margin-bottom: 25px; }
    .blog .post-meta { margin-bottom: 10px; }
    .sticky .post-meta { margin-bottom: 0; }
    .thumb-wrapper .title-wrap .sticky-img-title a { top: 20px; text-align: left !important; font-size: 21px;}

    .post .entry-header .entry-title, .blog .entry-header .entry-title { margin: 30px 25px 10px 0; text-align: left; }

    .author-box .avatar-wrap { margin: 25px 25px 32px 0; }
    .author-box .avatar-wrap img { width: 100px; height: 100px; }

    .comment .comment-meta { top: -60px; line-height: 15px; }

    #sidebar-content { padding-left: 0; }
    #sidebar .date.wrap { padding-left: 35px; text-align: left; padding-left: 0; }

    .social-icons li { width: 15%; }
    .social-icons { margin-top: 0; }
    .category .blogs, .archive .blogs{
        padding-bottom: 0;
    }
}


/*Zain Styling*/
.container.inner{
    max-width: 1200px;
}
.no_wrap{
    white-space: nowrap;
}
.banner-01, .banner-02 {
    position: relative;
    text-align: center;
    background-image: url('../images/placeholder_4.jpg');
    background-position: center;
    background-size: cover;
    /*min-height: 340px;*/
    margin-top: 30px;
    padding: 15px 15px 50px;
    border-radius: 3px;
}
.banner-01 .overlay, .banner-02 .overlay {
    background-color: rgba(106,81,210,1);
    opacity: 0.80;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.banner-content {
    position: relative;
}
#sidebar .banner-title {
    color: #fff !important;
    padding-top: 30px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.banner-01 hr, .banner-02 hr {
    border-color: rgba(255,255,255,0.45);
    max-width: 250px;
    margin-bottom: 30px;
}
.banner-content p {
    padding: 0 18px;
    color: #fff !important;
    line-height: 19px;
    font-weight: 600;
    font-size: 14px;
}
.banner-02 {
    background-image: url('../images/placeholder_5.jpg');
}
.custom-btn {
    text-align: center;
    /*color: #e1309e !important;*/
    border-radius: 4px !important;
    background-color: #fff;
    border: 3px solid #fff !important;
    padding: 18px 15px !important;
    font-size: 16px;
    max-width: 290px;
    width: 100%;
    font-weight: 800;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 12;
    display: inline-block;
    text-shadow: none;
}
.custom-btn:hover {
    background-color: transparent;
    color: #fff !important;
    text-shadow: 1px 1px 0px #555;
    text-decoration: none;
}

.lp-blog-tab{
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.lp-blog-tab li{
    width: 100%;
}
.lp-blog-tab li a{
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.lp-blog-tab li a:hover,
.lp-blog-tab li a:focus,
.lp-blog-tab li a:active,
.lp-blog-tab li.active a{
    color: #00D8F5;
}
.lp-tab-content .search-form{
    position: relative;
}
.lp-tab-content .search-form input{
    border-radius: 3px;
}
.lp-tab-content select{
    margin-bottom: 3px !important;
    height: 50px;
}
.lp-tab-content .search-btn{
    position: absolute;
    right: 3px;
    top: 3px;
    height: 44px;
    width: 44px;
    background-color:#a9d71e;
    border: none;
    border-radius: 2px;
    outline: none;
}
.lp-tab-content .search-btn i{
    color: #fff;
}
.lp-funnel-wrap iframe{
    border: 5px solid #355741;
    border-radius: 3px;
    margin-top: 30px;
    height: 540px;

}

.sidebar-sticky.stick {
    position: fixed;
    z-index: 10;
    top: 90px;
    width: 100%;
    max-width: 325px;
    min-height: 580px;
}

.stick-to-bottom {
    bottom: 0;
    position: absolute !important;
    top: auto !important;
}
.mk-entry-content .more-link{
    display: none;
}
.content-plr{
    padding: 0 30px;
}
.lp-single-blog{

}

.single .post{
    padding-top: 0;
    box-shadow: 0 2px 50px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 6px;
}
.content-plr .entry-header h2.entry-title{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 900;
    padding: 60px 0 20px;
    color:rgba(0,0,0,.8);
    text-transform: none;
    line-height: 43px;
}

.share-box .share {
    display: inline-block;
    vertical-align: middle;
    /*max-width: calc(25% - 15px);*/
    width: 70px;
    height: 70px;
    transition: .3s ease-in-out;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0
    rgba(0,0,0,.15);
    padding: 0;
    text-align: center;
    line-height: 70px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    cursor: pointer;
    transform: scale(0.857);
    margin: 0;
}

.share-box .share::before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255,255,255,.1);
    z-index: 1;
    transition: .3s;
}
.share-box .share:hover::before {
    display: block;
}
.share-box .share:hover {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
}
.share-box .share:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: brightness(110%) saturate(150%);
    filter: brightness(110%) saturate(150%);
    opacity: .95;
}
.share-box .share i {
    font-size: 40px;
    color:#fff;
    line-height: 70px;
    vertical-align: top;
}
.stikcy-share-icon{
    position: fixed;
    top: 260px;
    z-index: 99;
}
.stikcy-share-icon .share{
    display: flex;
    display: -ms-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.stikcy-share-icon .share:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: brightness(110%) saturate(150%);
    filter: brightness(110%) saturate(150%);
    opacity: .95;
}
.stikcy-share-icon .share i{
    font-size: 22px;
    color: #fff;
}

.blogs_single .post,
.blogs_single .search article {
    padding-left: 0;
    margin-right: 60px;
    padding-bottom: 1px;
}
.blogs_single .post{
    padding-bottom: 30px;
}
.blogs_single .post-thumbnail{
    border-radius: 6px 6px 0 0;
}
.blogs_single  .entry-navigation{
    border-top: 0;
    border-bottom: 0;
    height: auto;
    line-height: unset;
    margin-bottom: 30px;
}
.blogs_single .post .entry-content p {
    margin-top: 29px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 33px;

}
.blogs_single .post .entry-content li,
.blogs_single .post .entry-content ol li,
.blogs_single .post .entry-content ul li{
    font-size: 20px;
    line-height: 33px;
    list-style: disc;
    padding-bottom: 13px;
}
.blogs_single .post .entry-content ol{
    padding-top: 10px;
}
.blogs_single .post .entry-content li:last-child{
    padding-bottom: 0;
}
.blogs_single .post .entry-content ol li{
    list-style-type: number;
}
.blogs_single{
    padding-top: 25px;
}
.blogs_single .content-plr h2 strong,
.blogs_single .content-plr h2{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: rgba(0,0,0,.8);
    /*margin-top: 0;*/
}

.blog-lo{
    position: relative;
    padding-bottom: 60px;
}
.blog-lo__img{
    height: 114px;
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    position: absolute;
    left: 0;
    top: -17px;
}
.blog-lo__img img{
    width: 100%;
    /*height: 100%;*/
}
.blog-lo__info-bar{
    height: 85px;
    background-color: #355741;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 115px;
    margin-left: 20px;
}
.blog-lo__name{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}

.blog-hlo__name span:last-child:before,
.blog-lo__name span:last-child:before{
    content: '|';
    display: inline-block;
    padding-right: 3px;
    top: -1px;
    position: relative;
}
.blog-lo__caption{
    display: inline-block;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.blog-lo__number{
    display: inline-block;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.blog-lo__number::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.blog-lo__number:hover,
.blog-lo__number:focus,
.blog-lo__number:active{
    color: #fff !important;
    text-decoration: none;
}
.blog-lo__number:hover::after {
    width: 100%;
    left: 0;
}
.blog-lo__position{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.blog-lo__logo{
    max-width: 150px;
    width: 100%;
}
.blog-lo__logo img{
    width: 100%;
}

.blog-banner{
    /*height: 500px;*/
    overflow: hidden;
    min-height: 380px;
    position: relative;
    text-align: center;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.blog-banner__inner{
    padding-top: 150px;
}
.blog-banner__img{
    height: 500px;
    background-image: url(https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/fairway-branch/fairway-banner.jpg);
    /*  background-position: center center;
      background-repeat: no-repeat;*/
    background-attachment: fixed;
}
.blog-banner__img::before {
    background-color:rgba(0,0,0,.7);
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
    z-index: 10;
    pointer-events: none;
}
.blog-banner__img{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.blog-banner__title{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    color: #fff;
    max-width: 730px;
    text-align: center;
    margin: auto;
    padding: 0 15px;

}
.blog-hlo__avatar{
    height: 60px;
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin: 30px auto 10px;
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}
.blog-hlo__avatar img{
    width: 100%;
}
.blog-hlo__name{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}
.blog-hlo__date{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.blogs_single .tags-box {
    display: inline-block;
    position: relative;
    height: 35px;
    line-height: 35px;
    margin: 25px 0 55px 0;
}
.blogs_single .tags-box a {
    font-size: 14px;
}
.blogs_single .tags-box a:hover,
.blogs_single .tags-box a:active,
.blogs_single .tags-box a:focus{
    color: #355741;
}

.error + label.error{
    display: none !important;
}
textarea.error,
input[type="text"].error{
    border-left-color: red !important;
}
.category-blog .header_inner{
    /*border-bottom: 1px solid #e7e7e7;*/
    box-shadow: 0 0 30px 0 rgba(11, 13, 24, 0.1);
}
.comment-tooltip{
    height: 20px;
    width: 20px;
    background-color:#355741;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    color:#fff;
    font-weight: 700;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 10px;
}
.comment-tooltip:focus,
.comment-tooltip:hover,
.comment-tooltip:active{
    color: #fff;
}
.comment-respond  .tooltip-inner{
    max-width: 320px;
    /*background-color: #355741;*/
    background-color: #000;
    color: #fff;
    text-transform: none !important;
    font-size: 14px;
    padding: 10px;
    opacity: 1;
}
.comment-respond .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #355741;
}
#commentform .comment-form-comment {
    margin-bottom: 12px;
}
.cta-share{
    padding: 30px 0;
    border-bottom: 1px solid #d1d1d1;
}
.cta-share__link{
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    background-color: gray;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    margin-bottom: 10px;
}
.cta-share__link:hover,
.cta-share__link:focus,
.cta-share__link:active{
    color: #fff;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: brightness(110%) saturate(150%);
    filter: brightness(110%) saturate(150%);
    opacity: .95;
    text-decoration: none;
}
.cta-share__link i{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color:#fff;
}
.tooltip.in{opacity:1!important;}
.cta-share__link_facebook{
    background: #4c66a4;
}
.cta-share__link_twitter{

    background: #2fc2ef;
}
.cta-share__link_linkedin{
    background: #0073b2;
}
.cta-share__link_google{
    background: #ce482b;
}
.cta-share__link_pinterest{
    background: #d5393a;
}
.cta-share__link span{
    padding-left: 10px;
}
.cta-share__link_small{
    padding: 0;
}
.blogs article:nth-last-child(2) .cta-share{
    border-bottom: 0 none;
    padding-bottom: 0;
}
.post-thumbnail img{
    width: 100%;
}
.paging.entry-navigation .pagination > a, .paging.entry-navigation .pagination > .active {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #355741;
    color: #355741;
    border-radius: 3px;
}
.paging.entry-navigation .pagination > a:hover,
.paging.entry-navigation .pagination > a:active,
.paging.entry-navigation .pagination > a:focus{
    border: 1px solid #355741;
    background-color: #355741;
    color: #fff;
}
.paging.entry-navigation .pagination > .active {
    border: 1px solid #355741;
    background-color: #355741;
    color: #fff;
}
.g-recaptcha_pt22{
    padding-top: 22px;
}

.auto-link{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    color: #0000EE !important;
}
.auto-link:focus,
.auto-link:active,
.auto-link:hover{
    color: #0000EE !important;
}
.auto-link:after{
    content: '';
    height: 2px;
    width: 100%;
    background-color: #0000EE;
    position: absolute;
    top: 22px;
    left: 0;
}
.auto-link + ul,
.auto-link + ol{
    margin-top: 15px;
}

@media (max-width: 1200px) {

}
@media (max-width: 1180px) {
    .blogs_single .post, .blogs_single .search article {
        margin-right: 0;
    }
}
@media (max-width: 1200px) and (min-width: 992px){
    .banner-content p br{
        display: none;
    }
    .banner-title {
        font-size: 26px;
        line-height: 32px;
    }


    #sidebar-content{
        text-align: right;
    }
    .sidebar-inner-content{
        max-width: 325px;
        display: inline-block;
    }
    .sidebar-sticky{
        min-width: 325px;
        max-width: 325px;
    }
    .widget_lp_blog{
        max-width: 325px;
        min-width: 325px;
        display: inline-block;
        width: 100%;
    }
    #sidebar .sidebar-inner-content {
        text-align: right;
    }

    .blogs.col-md-8{
        width: 63.667%;
    }
    .sidebar.col-md-4{
        width: 36.333%;
    }
}
@media (max-width: 1079px) {
    #sidebar-content{
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    #sidebar-content{
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .widget_lp_blog .tab-content.lp-tab-content{
        height: auto;
    }
    .post-date.base_clr_bg.sticky-post-date:hover{
        background-color: transparent !important;
    }
    .post .share-box {
        width: auto;
    }
    .content-plr .entry-header h2.entry-title {
        font-size: 30px;
        padding: 40px 0 20px;
        line-height: 33px;
        margin-right: 0;
    }
    .blog-banner__title {
        font-size: 31px;
        line-height: 35px;
    }
}
@media (max-width: 768px){
    .widget_lp_blog .tab-content.lp-tab-content{
        height: auto;
    }
    #sidebar #sidebar-content{
        padding: 15px;
    }
    .lp-funnel-wrap #custom-pop-iframe{
        width: 100%;
    }
}
@media (max-width: 640px) {
    .blog-lo__name{
        font-size: 16px;
    }
    .blog-lo__caption{
        font-size: 14px;
    }
    .blog-lo__number{
        font-size: 14px;
    }
    .blog-lo__name span{
        /*display: block;*/
    }
    .blog-lo__name span:last-child:before{
        /*content: none;
        padding-right: 0;*/
        top: -2px;
    }
    .blog-lo__name span:last-child{
        font-weight: 700;
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .blog-lo__name span:last-child{
        font-size: 14px;
    }
    .blog-lo__name{
        font-size: 14px;
    }
}
@media (max-width: 530px) {
    .blog-lo__info-bar {
        padding: 0 15px 0 106px;
    }
    .blog-lo__name span:last-child::before {
        top: -1px;
    }
    .blog-lo__name{
        font-size: 13px;
    }
    .blog-lo__name span:last-child {
        font-size: 13px;
    }
}
@media (max-width: 500px) {
    .cta-share__link span {
        display: none;
    }
}
@media (max-width: 498px) {
    .blog-lo__name {
        font-size: 14px;
    }
    .blog-lo__name span {
        display: block;
    }
    .blog-lo__name span:last-child::before {
        content: none;
        padding-right: 0;
    }
}
@media (max-width: 480px) {
    .content-plr .entry-header h2.entry-title {
        font-size: 26px;
        padding: 35px 0 20px;
        line-height: 29px;
    }
    .share-box .share i {
        font-size: 30px;
        line-height: 60px;
    }
    .share-box .share {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .blog-lo__name {
        font-size: 16px;
        font-weight: 900;
    }
    .blog-lo__position{
        font-size: 14px;
    }
    /*.blog-lo__img img {*/
    /*width: 100px;*/
    /*height: 100px;*/
    /*}*/
    .blog-lo__img {
        height: 100px;
        width: 100px;
        top:-8px;
    }
    .blog-lo__info-bar {
        padding: 0 10px 0 90px;
        border-radius: 50px 0 0 50px;
    }
    #commentform .form-allowed-tags {
        font-size: 12px;
    }
    .content-plr {
        padding: 0 15px;
    }
    #respond {
        padding: 20px 0;
    }
    .stikcy-share-icon .share{
        width: 40px;
        height: 40px;
    }
    .stikcy-share-icon .share i{
        font-size: 20px;
    }
    .cta-share__link span{
        display: none;
    }
    .blogs_single .post{
        margin-bottom: 20px;
    }
    body #sidebar .banner-title{
        font-size: 24px;
    }
}
@media (max-width: 478px) {
    .blog-lo__caption{
        display: none;
    }
}
@media (max-width: 410px) {
    .banner-content p br{
        display: none;
    }
}
@media (max-width: 400px) {
    /* TODO:: start single post lo & company fixes*/
    .blog-hlo__name span {
        margin-top: 5px;
        display: block;
    }
    .blog-hlo__name span:last-child::before{
        content: none;
        padding-right: 6px;
    }
    .blog-lo__name span:last-child{
        font-size: 12px;
    }
    /* TODO:: end single post lo & company fixes*/
    .lp-funnel-wrap iframe {
        height: 600px;
    }
    .comment-reply-title {
        font-size: 25px;
    }
    .logged-in-as {
        font-size: 13px;
    }

    .blogs_single .content-plr h2 strong, .blogs_single .content-plr h2 {
        font-size: 28px;
    }
    .blogs_single .post .entry-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .stikcy-share-icon{
        display: none;
    }
}
@media (max-width: 360px) {
    .post .entry-header .entry-title, .blog .entry-header .entry-title {
        margin: 30px 0 10px 0;
        font-size: 30px;
    }
    /* TODO:: start single post lo & company fixes*/
    /*.blog-lo__info-bar {*/
    /*height: 70px;*/
    /*}*/
    /* TODO:: end single post lo & company fixes*/
    .blog-lo__img {
        height: 80px;
        width: 80px;
        top: -6px;
    }
    .blog-lo__info-bar {
        padding: 0 10px 0 70px;
    }
}
@media (max-width: 360px) {
    .blog-lo{
        /*display: none;*/
    }
    .blog-lo__img {
        position: relative;
        margin: auto;
    }
    .blog-lo__info-bar {
        padding: 0 10px 0 10px;
        border-radius: 4px;
        margin-left: 0;
    }
    /* TODO:: start single post lo & company fixes*/
    .blog-hlo__name span:last-child::before, .blog-lo__name span:last-child::before {
        /*content: '|';*/
        content: none;
        padding-right: 6px;
    }

    .blog-lo__name span {
        /*margin-top: 5px;*/
        display: inline-block;
    }
    /* TODO:: end single post lo & company fixes*/
    .blog-lo__name span {
        display: inline-block;
    }
    .blogs_single .tags-box {
        margin: 25px 0 35px 0;
    }
}

@media (max-width: 350px) {
    .banner-title {
        font-size: 25px;
        line-height: 32px;
    }
    .comment-reply-title {
        font-size: 19px;
    }
    .comment-tooltip {
        margin-left: 5px;
    }
    .blog-banner__title {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 330px) {
    .lp-funnel-wrap iframe {
        height: 650px;
    }
    .custom-btn {
        font-size: 13px;
        padding: 18px 10px !important;
    }
    .banner-content p {
        font-size: 14px;
    }
    .blogs{
        padding-left: 0;
        padding-right: 0;
    }
    .sidebar{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 478px) {
    .blog-lo__caption{
        display: none;
    }
    .content-plr .auto-link {
        font-size: 15px;
    }
    .content-plr .auto-link::after {
        height: 1px;
        top: 18px;
    }
}
@media (max-width: 420px) {
    .content-plr .auto-link {
        font-size: 13px;
    }
    .content-plr .auto-link::after {
        height: 1px;
        top: 18px;
    }
}
@media (max-width: 400px) {
    .content-plr .auto-link {
        font-size: 12px;
    }
}
@media (max-width: 360px) {
    .content-plr .auto-link {
        font-size: 11px;
    }
}
.content-plr .thrv_wrapper .tcb-col{
    align-items: flex-start;
}

.category .entry-content, .search .entry-content{
    padding: 0;
}

body .fade.in{
    opacity: 1;
}

input[type=color],input[type=email],
input[type=number],input[type=password],
input[type=tel],input[type=text],
input[type=url],select,textarea{
    background-color:#fff;
    border-bottom:1px solid #e7e7e7;
    border-radius:0;border-right:1px solid #e7e7e7;
    border-style:solid;border-top:1px solid #e7e7e7;
    border-width:1px 1px 1px 3px;box-shadow:none;
    box-sizing:border-box;color:#9c9c9c;display:inline-block;
    font-size:17px;margin:0;transition:color .2s ease 0s;
    vertical-align:top;width:100%
}
input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"]{
    height: 50px;
    padding: 0 10px 0 20px;
    line-height: 50px;
}

.category .header.header__inner {
    /*background: #fff;*/
    /*padding: 5px 5px 5px 20px;*/
    /*box-shadow: 0 0 6px 4px rgba(0,0,0,.1);*/
}

.category .main-nav a {
    color: #000;
}
/*.single .main-nav a {*/
    /*color: #ffffff;*/
/*}*/
.category .header__inner .hamburger-inner::after,
.category .header__inner .hamburger-inner::before,
.category .header__inner .hamburger-inner{
    background: #000000;
}

.search-no-results #custom-pop-iframe{
    width: 100% !important;
}
.hamburger.is-active .hamburger-inner,
.hamburger--spin.is-active .hamburger-inner::before,
.hamburger--spin.is-active .hamburger-inner::after {
    background: #000 !important;
}

