/*
	Theme Name: Micro Focus Blog Theme
	Theme URI: http://html5blank.com
	Description: Micro Focus Blog Theme created from the HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto); Customized by Rob Anderson
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

body {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #263133
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.cookies-alert p {
    margin: 0
}

.cookies-alert h2 {
    margin: 0
}

#mfblog h1,
#mfblog h2,
#mfblog h3,
#mfblog h4,
#mfblog h5,
#mfblog h6 {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    margin: 0
}

#mfblog h1 {
    font-size: 5rem;
    line-height: 55px
}

@media (max-width:767px) {
    #mfblog h1 {
        font-size: 3.5rem
    }
}

#mfblog h2 {
    font-size: 3rem;
    line-height: 35px;
    color: #0078ef
}

#mfblog h2 a {
    color: #0078ef
}

@media (max-width:767px) {
    #mfblog h2 {
        font-size: 1.8rem;
        line-height: 22px;
        font-weight: 400
    }
}

#mfblog a:hover {
    text-decoration: none
}

#mfblog p,
#mfblog li {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 300;
    color: #3c515c
}

@media (max-width:480px) {
    #mfblog p,
    #mfblog li {
        font-size: 1.4rem;
        line-height: 21px
    }
}

#mfblog .btn {
    display: inline-block;
    padding: 10px 25px
}

#mfblog .btn.btn-outline {
    border: 1px solid #0078ef;
    color: #0078ef;
    border-radius: 50px
}

#mfblog .f-right {
    float: right
}

@media (max-width:767px) {
    #mfblog .f-right {
        float: none
    }
}

#mfblog .t-right {
    text-align: right
}

#mfblog .top-nav nav {
    text-align: right;
    padding: 8px 0;
    background-color: #f6f6f6
}

#mfblog .top-nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#mfblog .top-nav nav ul li {
    display: inline-block;
    margin: 0 10px
}

#mfblog .top-nav nav ul li a {
    color: #3c515c;
    font-size: 1.2rem
}

#mfblog .banner {
    background: url(img/community-banner.png) no-repeat center center / cover;
    height: 351px;
    position: relative
}

#mfblog .banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#mfblog .banner .banner-content {
    padding-top: 180px;
    color: #fff
}

#mfblog .banner .banner-content hr.line-decor {
    margin: 25px 0 12px;
    width: 165px;
    border-width: 3px;
    border-color: #fff
}

#mfblog .banner .banner-content a {
    color: #fff
}

#mfblog .banner .banner-content p {
    color: #fff;
    font-size: 2.4rem
}

@media (max-width:767px) {
    #mfblog .banner .banner-content p {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    #mfblog .banner .banner-content {
        padding: 180px 20px 0
    }
}

#mfblog .mobile-sidebar-container {
    display: none;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 25px
}

#mfblog .mobile-sidebar-container.open {
    background: #4a90e2
}

#mfblog .mobile-sidebar-container.open header {
    background: #fff
}

#mfblog .mobile-sidebar-container.open .open {
    display: inline-block
}

#mfblog .mobile-sidebar-container.open .closed {
    display: none
}

#mfblog .mobile-sidebar-container .open {
    display: none
}

#mfblog .mobile-sidebar-container .wpml-ls-legacy-dropdown {
    width: 100%;
    margin: 0 0 15px
}

#mfblog .mobile-sidebar-container .widget_rotatingtweets_widget {
    display: none
}

#mfblog .mobile-sidebar-container header {
    background: #f7f7f7;
    padding: 20px 40px;
    font-size: 1.4rem
}

#mfblog .mobile-sidebar-container header .fa-search {
    font-size: 1.8rem;
    color: #0078ef
}

#mfblog .mobile-sidebar-container header span {
    color: #0078ef
}

#mfblog .mobile-sidebar-container .mobile-sidebar {
    display: none;
    padding: 20px 30px
}

#mfblog .mobile-sidebar-container .mobile-sidebar.visible {
    display: block
}

#mfblog .mobile-sidebar-container .mobile-sidebar .search {
    position: relative
}

#mfblog .mobile-sidebar-container .mobile-sidebar .search .search-input {
    width: 100%;
    padding: 10px;
    border: 0;
    padding-left: 40px
}

#mfblog .mobile-sidebar-container .mobile-sidebar .search .search-submit {
    display: block;
    text-indent: -9999em;
    border: 0;
    background: url(img/search-sidebar.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10
}

#mfblog .mobile-sidebar-container .mobile-sidebar h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 27px;
    border-bottom: 1px solid #50e3c2
}

#mfblog .mobile-sidebar-container .mobile-sidebar .tagcloud a {
    font-size: 1.6rem !important;
    line-height: 35px;
    color: #fff;
    font-weight: 600
}

#mfblog .mobile-sidebar-container .mobile-sidebar .widget_archive,
#mfblog .mobile-sidebar-container .mobile-sidebar .widget_tag_cloud,
#mfblog .mobile-sidebar-container .mobile-sidebar .textwidget {
    margin-bottom: 40px
}

#mfblog .mobile-sidebar-container .mobile-sidebar .auth-link a {
    color: #fff
}

#mfblog .mobile-sidebar-container .mobile-sidebar .widget_categories,
#mfblog .mobile-sidebar-container .mobile-sidebar .widget_archive {
    margin-top: 50px;
    margin-bottom: 40px
}

#mfblog .mobile-sidebar-container .mobile-sidebar .widget_categories ul,
#mfblog .mobile-sidebar-container .mobile-sidebar .widget_archive ul {
    padding: 0
}

#mfblog .mobile-sidebar-container .mobile-sidebar .widget_categories ul li,
#mfblog .mobile-sidebar-container .mobile-sidebar .widget_archive ul li {
    display: block;
    list-style: none
}

#mfblog .mobile-sidebar-container .mobile-sidebar .widget_categories ul li a,
#mfblog .mobile-sidebar-container .mobile-sidebar .widget_archive ul li a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 35px;
    font-weight: 600
}

@media (max-width:767px) {
    #mfblog .mobile-sidebar-container {
        display: block
    }
}

#mfblog .sidebar-container {
    padding-top: 40px
}

@media (max-width:767px) {
    #mfblog .sidebar-container {
        display: none
    }
}

#mfblog .sidebar-container .search {
    position: relative;
    margin: 32px 0
}

#mfblog .sidebar-container .search .search-input {
    border: 1px solid #9dabac;
    padding: 10px 20px;
    background: #fff;
    border-radius: 50px;
    width: 100%;
    font-size: 1.4rem;
    padding-right: 50px
}

#mfblog .sidebar-container .search .search-submit {
    position: absolute;
    top: 11px;
    right: 18px;
    border: 0;
    text-indent: -999em;
    background: url(img/search.svg) no-repeat;
    width: 19px;
    height: 19px
}

#mfblog .sidebar-container h3 {
    font-size: 1.2rem;
    line-height: 21px;
    color: #6a7c87;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 600
}

#mfblog .sidebar-container .widget_text {
    border-top: 4px solid #0078ef;
    margin-bottom: 30px
}

#mfblog .sidebar-container .widget_text h3 {
    float: left
}

@media (max-width:992px) {
    #mfblog .sidebar-container .widget_text h3 {
        float: none
    }
}

#mfblog .sidebar-container .widget_text .textwidget {
    float: right;
    padding-top: 12px
}

@media (max-width:992px) {
    #mfblog .sidebar-container .widget_text .textwidget {
        float: none;
        padding-top: 0
    }
}

#mfblog .sidebar-container .widget_text a {
    font-size: 1.3rem;
    color: #0078ef;
    font-weight: 400
}

#mfblog .sidebar-container .widget_text a .fa {
    font-size: 1rem
}

#mfblog .sidebar-container .widget_categories {
    border-top: 4px solid #0078ef;
    margin-bottom: 30px
}

#mfblog .sidebar-container .widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#mfblog .sidebar-container .widget_categories ul li {
    vertical-align: top;
    display: inline-block;
    width: 42%;
    margin-bottom: 15px;
    line-height: 15px
}

#mfblog .sidebar-container .widget_categories ul li:nth-child(odd) {
    width: 55%
}

#mfblog .sidebar-container .widget_categories ul li a {
    font-size: 1.3rem;
    line-height: 15px;
    color: #0078ef;
    font-weight: 400
}

#mfblog .sidebar-container .widget_categories ul li a:hover {
    color: #333
}

#mfblog .sidebar-container .widget_rotatingtweets_widget {
    border-top: 4px solid #0078ef;
    margin-bottom: 30px
}

#mfblog .sidebar-container .widget_rotatingtweets_widget h3 {
    font-size: 2.1rem;
    line-height: 21px;
    color: #6a7c87;
    text-transform: none;
    font-weight: 400
}

#mfblog .sidebar-container .widget_rotatingtweets_widget .rotatingtweet {
    border-top: 1px solid #e4e4e4;
    padding-top: 13px
}

#mfblog .sidebar-container .widget_rotatingtweets_widget p {
    font-size: 1.3rem;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin: 18px 0 10px
}

#mfblog .sidebar-container .widget_rotatingtweets_widget .rtw_name a,
#mfblog .sidebar-container .widget_rotatingtweets_widget .rtw_id a {
    font-weight: 400;
    font-size: 1.3rem;
    color: #0078ef
}

#mfblog .sidebar-container .widget_archive {
    border-top: 4px solid #0078ef;
    margin-bottom: 30px;
    position: relative
}

#mfblog .sidebar-container .widget_archive:after {
    content: '\f078';
    pointer-events: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 14px;
    top: 64px;
    font-size: 8px
}

#mfblog .sidebar-container .widget_archive label {
    display: none
}

#mfblog .sidebar-container .widget_archive select {
    border: 1px solid #9dabac;
    padding: 10px 15px;
    font-size: 1.2rem;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none
}

#mfblog .sidebar-container .widget_tag_cloud {
    border-top: 4px solid #0078ef;
    margin-bottom: 30px
}

#mfblog .sidebar-container .widget_tag_cloud a {
    font-size: 1.3rem !important;
    line-height: 26px;
    color: #0078ef;
    font-weight: 400
}

#mfblog .sidebar-container .widget_tag_cloud a:hover {
    color: #333
}

#mfblog .sidebar-container .widget_tag_cloud a:after {
    content: ", ";
    display: inline-block;
    margin-right: 3px
}

#mfblog .sidebar-container .widget_tag_cloud a:last-of-type:after {
    content: ""
}

#mfblog .blog-main {
    padding: 55px 0
}

@media (max-width:767px) {
    #mfblog .blog-main {
        padding: 20px
    }
}

#mfblog .blog-main .viewing {
    color: #6a7c87;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 26px;
    display: block
}

#mfblog .blog-main .post {
    padding-right: 25px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 35px;
    padding-bottom: 45px;
    max-width: 860px
}

@media (max-width:767px) {
    #mfblog .blog-main .post {
        padding-right: 0
    }
}

#mfblog .blog-main .post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

#mfblog .blog-main .post .post-edit-link {
    font-size: 1.2rem;
    margin: 15px 0 0 0;
    display: block;
    color: #0078ef
}

#mfblog .blog-main .post h2 {
    margin: 0 0 18px
}

#mfblog .blog-main .post .excerpt p {
    margin-bottom: 22px
}

@media (max-width:767px) {
    #mfblog .blog-main .post .excerpt p {
        margin-bottom: 0
    }
}

#mfblog .blog-main .post .meta {
    display: inline-block;
    margin-left: 23px;
    vertical-align: top
}

#mfblog .blog-main .post .meta p {
    font-size: 1.4rem;
    line-height: 21px;
    margin: 0;
    padding: 0
}

#mfblog .blog-main .post .meta p a {
    font-weight: 600
}

@media (max-width:992px) {
    #mfblog .blog-main .post .meta {
        margin-left: 10px
    }
}

@media (max-width:767px) {
    #mfblog .blog-main .post .meta {
        margin-left: 20px
    }
}

#mfblog .blog-main .post .share-links {
    float: right;
    position: relative
}

#mfblog .blog-main .post .share-links p {
    font-size: 1.4rem;
    line-height: 21px;
    margin: 0
}

#mfblog .blog-main .post .share-links p.views {
    display: inline-block;
    border-right: 1px solid #e4e4e4;
    margin-right: 10px;
    padding-right: 10px;
    padding-bottom: 0
}

@media (max-width:767px) {
    #mfblog .blog-main .post .share-links {
        float: none;
        margin-top: 30px
    }
}

#mfblog .blog-main .post .share-links ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0
}

#mfblog .blog-main .post .share-links ul li {
    display: inline-block;
    vertical-align: top
}

@media (max-width:768px) {
    #mfblog .blog-main .post .share-links ul li:last-of-type {
        position: absolute;
        top: 0;
        right: 25px
    }
}

@media (max-width:768px) {
    #mfblog .blog-main .post .share-links ul li:last-of-type {
        position: inherit;
        top: 0;
        right: 0
    }
}

#mfblog .blog-main .post .share-links .sharebtn {
    font-size: 1.4rem;
    border: 1px solid #0078ef;
    padding: 6px 17px;
    color: #0078ef;
    border-radius: 7px;
    margin: 0 8px 0 -8px
}

#mfblog .blog-main .post .preview {
    border-radius: 120px;
    width: 120px;
    height: 120px;
    overflow: hidden
}

@media (max-width:767px) {
    #mfblog .blog-main .post .preview {
        margin: 0 0 25px;
        width: 100px;
        height: 100px;
        border-radius: 100px
    }
}

#mfblog .blog-main .post .post-inner {
    padding-left: 37px
}

#mfblog .blog-main .post .post-inner h2 {
    max-width: 505px
}

@media (max-width:768px) {
    #mfblog .blog-main .post .post-inner {
        padding-left: 67px
    }
}

@media (max-width:767px) {
    #mfblog .blog-main .post .post-inner {
        padding-left: 0
    }
}

#mfblog .blog-main .post .col-sm-12 .post-inner {
    padding-left: 0
}

#mfblog .icon {
    display: inline-block
}

#mfblog .icon.heart {
    background: url(img/icon-heart.svg) no-repeat;
    width: 27px;
    height: 25px
}

#mfblog .icon.chat {
    background: url(img/icon-chat.svg) no-repeat;
    width: 50px;
    height: 34px;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    font-weight: 400;
    color: #0078ef
}

#mfblog .search-query {
    font-weight: 600;
    text-transform: none
}

#mfblog .post-container {
    padding-right: 35px
}

@media (max-width:992px) {
    #mfblog .single-container .viewing {
        padding-left: 0
    }
}

@media (max-width:768px) {
    #mfblog .single-container .viewing {
        padding-left: 0
    }
}

#mfblog .single-container .post .post-inner {
    padding-left: 58px
}

@media (max-width:992px) {
    #mfblog .single-container .post .post-inner {
        padding-left: 0
    }
}

@media (max-width:768px) {
    #mfblog .single-container .post .post-inner {
        padding-left: 0
    }
}

#mfblog .single-container .post .post-inner h2 {
    max-width: inherit;
    color: #3d515c;
    font-weight: 400;
    margin: 0 0 56px
}

@media (max-width:480px) {
    #mfblog .single-container .post .post-inner h2 {
        font-size: 2.4rem;
        line-height: 30px;
        margin: 0 0 10px
    }
}

#mfblog .single-container .post .post-inner .meta-container {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4
}

#mfblog .single-container .post .post-inner .meta-container .meta {
    margin-left: 0
}

#mfblog .single-container .post .post-inner .meta-container .meta p {
    display: inline-block;
    vertical-align: top
}

#mfblog .single-container .post .post-inner .meta-container .meta p a {
    font-weight: 600
}

#mfblog .single-container .post .featured-image {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4
}

#mfblog .single-container .post .entry-content .watch-action {
    display: none
}

#mfblog .single-container .post .entry-content h3 {
    font-size: 1.6rem;
    line-height: 24px;
    color: #6a7c87;
    margin-bottom: 25px;
    font-weight: 800
}

#mfblog .single-container .post .entry-content p {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #3c515c
}

#mfblog .single-container .post .entry-content img {
    margin: 25px 0
}

#mfblog .single-container .post .author-info {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0 20px;
    margin: 10px 0 25px
}

#mfblog .single-container .post .author-info .avatar {
    border-radius: 50%
}

#mfblog .single-container .post .author-info .authorname {
    margin: 0;
    padding: 0
}

#mfblog .single-container .post .author-info .authorname a {
    font-size: 1.8rem;
    color: #0078ef;
    font-weight: 800
}

#mfblog .single-container .post .author-info .connect {
    display: block;
    margin-top: 15px
}

@media (max-width:480px) {
    #mfblog .single-container .post .author-info .f-right {
        margin-top: 40px
    }
}

#mfblog .single-container .post .author-bio p {
    font-size: 1.4rem;
    margin: 0;
    padding: 0
}

#mfblog .single-container .post .author-bio .connect {
    font-size: 1.4rem;
    margin-top: 20px
}

#mfblog .comments ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#mfblog .comments .comment.depth-1 {
    padding-top: 45px
}

#mfblog .comments .comment.depth-1:first-of-type {
    padding-top: 0
}

#mfblog .comments .comment.depth-2 {
    padding-left: 100px;
    padding-top: 20px
}

@media (max-width:480px) {
    #mfblog .comments .comment.depth-2 {
        padding-left: 30px
    }
}

#mfblog .comments .comment-body .comment-author img {
    margin-bottom: 12px
}

#mfblog .comments .comment-body .comment-author cite,
#mfblog .comments .comment-body .comment-author span {
    font-size: 1.4rem
}

#mfblog .comments .comment-body .comment-meta a {
    font-size: 1.4rem
}

#mfblog .comments .comment-body .comment-reply-link {
    font-size: 1.4rem;
    color: #9dabac;
    float: right;
    font-weight: 400
}

#mfblog .comments .reply-bubble {
    background: url(img/comment-bubble.jpg) no-repeat;
    position: absolute;
    top: 25px;
    left: -4px;
    width: 22px;
    height: 22px
}

@media (max-width:480px) {
    #mfblog .comments .reply-bubble {
        display: none
    }
}

#mfblog .comments .comment-text {
    border: 1px solid #e4e4e4;
    padding: 24px;
    padding-right: 80px;
    margin: 0 0 10px
}

#mfblog .comments .comment-text p {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0
}

#mfblog .comments .comment-text p:last-of-type {
    margin: 0;
    padding: 0
}

@media (max-width:768px) {
    #mfblog .comments .comment-text {
        padding: 20px
    }
}

#mfblog .comments .comment-respond {
    border-top: 1px solid #e4e4e4;
    padding-top: 25px;
    margin-top: 35px
}

#mfblog .comments .comment-reply-title,
#mfblog .comments h2 {
    color: #6a7c87;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    display: block
}

#mfblog .comments .comment-notes {
    display: none
}

#mfblog .comments .comment-form-comment {
    float: right;
    width: 63%;
    margin-bottom: 140px
}

@media (max-width:600px) {
    #mfblog .comments .comment-form-comment {
        float: none;
        width: 100%;
        margin: 0 0 15px
    }
}

#mfblog .comments input,
#mfblog .comments select {
    border: 1px solid #9dabac;
    font-size: 1.4rem;
    padding: 10px 20px;
    background: #fff;
    border-radius: 7px;
    color: #2c3d45;
    width: 34%
}

@media (max-width:600px) {
    #mfblog .comments input,
    #mfblog .comments select {
        width: 100%
    }
}

#mfblog .comments::-webkit-input-placeholder {
    color: #2c3d45
}

#mfblog .comments::-moz-placeholder {
    color: #2c3d45
}

#mfblog .comments:-ms-input-placeholder {
    color: #2c3d45
}

#mfblog .comments:-moz-placeholder {
    color: #2c3d45
}

#mfblog .comments textarea {
    border: 1px solid #9dabac;
    padding: 10px 20px;
    background: #fff;
    border-radius: 7px;
    font-size: 1.4rem;
    width: 100%;
    resize: none;
    min-height: 230px
}

#mfblog .comments label,
#mfblog .comments .comment-form-url {
    display: none
}

#mfblog .comments form p {
    padding: 0;
    margin: 0 0 15px
}

#mfblog .comments form a {
    font-size: 1.4rem;
    color: #9dabac;
    font-weight: 400
}

#mfblog .comments form input[type=submit] {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #0078ef;
    color: #0078ef;
    border-radius: 50px;
    font-weight: 600;
    max-width: 170px;
    min-width: 170px
}

#mfblog .comments form .form-submit {
    position: relative;
    top: 130px;
    left: 606px
}

@media (max-width:600px) {
    #mfblog .comments form .form-submit {
        left: 0;
        top: 0
    }
}

#mfblog .logged-in .comments .comment-form-comment {
    float: none;
    width: 100%;
    margin-bottom: 15px
}

#mfblog .logged-in .comments form .form-submit {
    top: 0;
    left: 0
}

@media (max-width:767px) {
    #mfblog .blog-author .post-container {
        text-align: center;
        padding-right: 0
    }
}

#mfblog .blog-author .author-info img {
    border-radius: 150px
}

@media (max-width:767px) {
    #mfblog .blog-author .author-info img {
        margin: 25px auto
    }
}

#mfblog .blog-author .author-info p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem
}

#mfblog .blog-author .author-info .authorname {
    font-size: 3rem;
    color: #3d515c;
    font-weight: 400;
    margin: 25px 0 11px
}

#mfblog .blog-author .author-info .author-header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    margin-bottom: 20px
}

#mfblog .blog-author .author-info .bio-inner {
    padding-bottom: 55px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4
}

#mfblog .blog-author .author-info .bio-inner .connect {
    font-weight: 400;
    margin: 20px 0 0 0
}

@media (max-width:767px) {
    #mfblog .blog-author .author-info .bio-inner p {
        text-align: left
    }
}

@media (max-width:767px) {
    #mfblog .blog-author .author-info .bio-inner p.connect {
        text-align: center;
        font-weight: 600;
        margin: 25px auto 0;
        max-width: 200px
    }
}

#mfblog .blog-author h4.writtenby {
    color: #6a7c87;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 26px;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 25px;
    padding-bottom: 55px
}

@media (max-width:767px) {
    #mfblog .blog-author h4.writtenby {
        text-align: left;
        margin: 0;
        padding: 0 0 45px;
        border: 0
    }
}

@media (max-width:767px) {
    #mfblog .blog-author article {
        text-align: left
    }
    #mfblog .blog-author article .preview {
        display: none
    }
}

#mfblog .authors .preview img {
    border-radius: 120px
}

#mfblog .authors .author-info {
    padding-top: 14px
}

#mfblog .authors .author-info .authorname {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #0078ef;
    font-weight: 800
}

#mfblog .authors .author-info p {
    margin: 0;
    padding: 0;
    font-size: 1.4rem
}

#mfblog .author-list {
    margin: 80px 0 0 0;
    padding: 0
}

#mfblog .author-list li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 95px
}

#mfblog .lb-style-custom img.likebtn-icon {
    max-width: 32px
}

#mfblog .lb-share-tt {
    display: none !important
}

#mfblog .sharebtn {
    text-decoration: none
}

#mfblog .sharebtn:hover,
#mfblog .sharebtn.active {
    text-decoration: none;
    color: #fff !important;
    background: #0078ef
}

#mfblog .share-container {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #0078ef;
    border-radius: 6px;
    min-width: 208px;
    padding: 8px;
    z-index: 10;
    top: 40px;
    right: 13px
}

#mfblog .share-container.visible {
    display: block
}

#mfblog .share-container .graphic {
    background: url(img/share-graphic.png) no-repeat;
    width: 14px;
    height: 11px;
    position: absolute;
    right: 75px;
    top: -11px
}

@media (max-width:992px) {
    #mfblog .share-container {
        top: 70px;
        right: 33px
    }
}

@media (max-width:768px) {
    #mfblog .share-container {
        top: 50px;
        right: 0;
        left: 70px;
        max-width: 208px
    }
}

#mfblog .wpml-ls-sidebars-widget-area-1 .wpml-ls-current-language>a {
    padding: 12px;
    font-size: 1.4rem;
    border-radius: 6px
}

#mfblog .wpml-ls-sidebars-widget-area-1 {
    border-radius: 6px
}

#mfblog .wpml-ls-sub-menu li:first-of-type {
    margin-top: -5px
}

#mfblog .wpml-ls-sub-menu li:first-of-type a {
    border-top: 1px solid #fff
}

#mfblog .wpml-ls-sub-menu li:last-of-type a {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

#mfblog .wpml-ls-sub-menu li a {
    font-size: 12px;
    padding: 10px 15px
}

#mfblog .malinky-load-more {
    text-align: center;
    border-top: 1px solid #9dabac;
    padding-top: 20px;
    margin-top: 50px
}

#mfblog .malinky-load-more a {
    font-size: 14px;
    color: #6a7c87
}

#mfblog .malinky-load-more a:after {
    content: '\f067';
    pointer-events: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    display: inline-block;
    margin-left: 10px
}

#mfblog .lbg-style1 img {
    background: url(img/icon-heart.svg) no-repeat !important;
    width: 27px;
    height: 25px
}

#mfblog .lc,
#mfblog .unlc {
    padding: 5px 0 0 6px
}

@media (max-width:768px) {
    .widget_icl_lang_sel_widget {
        margin: 0 auto 15px;
        max-width: 300px
    }
    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
        width: 100%
    }
    .widget_search {
        max-width: 320px;
        margin: 0 auto
    }
}

/*------------------------------------*\
    WALKTHROUGH INTRO
\*------------------------------------*/

.introjs-tooltip{
    background-color: #fff;
}

.introjs-tooltip .introjs-tooltiptext {
    color: #000;
}

.introjs-tooltip a.introjs-button:hover {
    background-color:#fff;
    color:#000;
    border:1px solid #000;
}

section.banner h1 {
    position: relative;
    min-height: inherit;
}

#mfblog h1 {
    margin-bottom: 0 !important;
}

section.banner h1 a {
    position: static;
}

.watch-action {
    height: auto;
}