


.data,
.author-section,
.blog-comments {
	font-size: 1rem;
}

.blog-hero {
	position: relative;
}

a.author-link {
color:#1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}
a.author-link:hover {
color:#666;
  border-bottom: 1px solid #666;
}
.blog p a {
    color:#1f1f1f;
     border-bottom: 1px solid #1f1f1f;

}.blog p a:hover {
    color:#666;
      border-bottom: 1px solid #666;

}


.blog-hero-content {
	padding: 12rem 0;
	position: relative;
	z-index: 1;
}
.theheight {
position:relative;
}
.blog-featured-image {
	padding: 20rem 0;
	position:relative;
	background-size: contain!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}

@media (max-width: 768px){
.blog-featured-image {
	padding: 7rem 0;
  }
}
@media (min-width: 2500px){
  .theheight {
    height: 800px;
    max-height: 100%;
}
.blog-featured-image {
    max-height: 169px;
    display: block;
    height: 100%;
    padding: 315px;
}
}

.sky {background-color:#00CCFF !important;}
.lavender {background-color:#965FEA !important;}
.rust {background-color:#F05B58 !important;}
.merigold {background-color:#FFD400 !important;}
.seafoam {background-color:#6CF7C5 !important;}
.grey {background-color:#F9F9F9 !important;}

.sky-color {color:#00CCFF !important;}
.lavender-color {color:#965FEA !important;}
.rust-color {color:#F05B58 !important;}
.merigold-color {color:#FFD400 !important;}
.seafoam-color {color:#6CF7C5 !important;}
.violet-color { color:#620DEC !important;}

.btn-outline-violet {
background: transparent;
border-color: #620DEC !important;
color: #620DEC !important;
border:1px solid !important;
padding:14px 24px; display:inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  font-size:14px;
  line-height:14px;
  text-transform:uppercase;
  font-weight:800;
}
.btn-outline-violet:hover {
background: #620DEC !important;
border-color: #620DEC !important;
color: #ffffff !important; border:1px solid !important;}

.btn-violet {
background: #620DEC !important;
border-color: #620DEC !important;
color: #ffffff !important;
  border:1px solid !important;
padding:14px 24px; display:inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  font-size:14px;
  line-height:14px;
  text-transform:uppercase;
  font-weight:800;
}
.btnviolet:hover {
background: #1f1f1f !important;
border-color: #1f1f1f !important;
color: #ffffff !important; border:1px solid !important;}

img.blog-accent {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.article-panel {
	position: relative;
	height: 100%;
	background: #fff;
	min-height: 100%;
	box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
	-webkit-transition: all 0.33s ease;
	-o-transition: all 0.33s ease;
	transition: all 0.33s ease;
	border-radius:5px;
  border: 1px solid #ececec;
}

.article-panel.hero {
	-webkit-box-shadow: 2px 10px 50px 2px rgb(0 0 0 / 10%);
    box-shadow: 2px 10px 50px 2px rgb(0 0 0 / 10%);
}

.article-panel.hero:hover {
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.article-panel:hover {
	-webkit-box-shadow: 2px 10px 50px 2px rgb(0 0 0 / 10%);
    box-shadow: 2px 10px 50px 2px rgb(0 0 0 / 10%);
}
}

.article-panel:first-of-type {
	height: auto;
}

.article-meta {
	padding: .75rem 2rem;
	background: #fff;
}

.article-meta span {
	font-size: 13px;
}

.article-meta span.bull {
	color: {
			{
			colors.body_color
		}
	}

 
	padding: 0 .25rem;
}

.article-meta span.reading-minutes,
.article-panel>a,
.article-panel>a:hover {
	color: {
			{
			colors.body_color
		}
	}

	 
}

.article-panel .article-img {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	border-radius:5px;
}


.article-panel .article-content {
	padding: 1.25rem;
	padding-bottom:1.5rem;
	background: #fff;
	position: relative;
}

.article-panel.hero .article-content {
	padding:1.25rem;
}

.article-panel.hero .article-img img {
	border-radius:0px;
}

.article-panel .article-img:after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-panel .article-img img {
    position: absolute;
    width: auto;
    max-width: 116%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%); 
    max-height: 100%;
}

.article-panel h3 {
	margin: .625rem 0;
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	letter-spacing: 0;
}

.article-panel h3 a {
	color: #313543;
}

.tag {
    line-height: 1;
    font-size: .8rem;
    margin-top: 0.7rem;
    display: block;
    color: initial;
}


.article-panel .data a {
	color: #2c4a8a;
}

.latest-posts>div {
	margin-bottom: 1.875rem;
}


.sr-sticky-breadcrumb {
	position: relative;
	background: #fff;
	z-index: 10;
	font-size: 1rem;
}

.current-section {
	text-transform: capitalize;
}

.sr-sticky-breadcrumb-heading {
	padding: 0.75rem 0;
	transition: all ease-in-out 300ms;
}

.is_stuck .sr-sticky-breadcrumb-heading {
	padding: 0.5rem 0;
}

.sr-sticky-breadcrumb-heading {
	font-weight: 600;
}

.sr-sticky-breadcrumb-categories {
	text-align: center;
	display: block;
	top: 100%;
	width: 100%;
	
	z-index: 1;
}

.is_stuck .sr-sticky-breadcrumb-categories {
	position: relative;
}

.sr-sticky-breadcrumb-categories .container {
	padding-top: 1.25rem;
	padding-bottom: 1.125rem;
}

.sr-sticky-breadcrumb-categories strong {
	margin: 0 0 0.93rem;
}

.sr-sticky-breadcrumb-categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
}

.sr-sticky-breadcrumb-categories ul li {
	list-style: none;
	display: inline-block;
}

.sr-sticky-breadcrumb-categories ul li a {
	margin: 0.3125rem;
}

.blog-pagination {
	padding: 1.875rem 0;
	text-align:center;
}

.blog-pagination a {
	white-space: nowrap;
	margin: 0 10px;
	text-decoration: none;
	padding: 4px 8px;
	color: #1f1f1f;
}

.blog-pagination a.all-posts-link {
	font-weight: bold;
}

.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a:active {
	background: #fff;
}

.blog-heading h1 {
	letter-spacing: 0;
	line-height:1.25;
}

.sr-social-share.sr-social-share {
	border: 1px solid #EBEBEB;
	display: block;
	padding: 15px 8.8px;
	border-radius: 100px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.sr-social-share.sr-social-share {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2rem;
	}

	.sr-social-share.sr-social-share img {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 992px) {
	.sr-social-share.sr-social-share {
		opacity: 0;
		position: fixed;
		left: 35px;
		top: 45%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: all .15s ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	.sr-social-share.sr-social-share:hover {
		top: 44.5%;
		border-color: #f5f5f5;
		box-shadow: 10px 15px 60px 0 rgba(0, 0, 0, 0.1);
	}

	.sr-social-share.sr-social-share.active {
		line-height: 1rem;
		left: 100px;
		opacity: 1;
	}

	.sr-social-share.sr-social-share span,
	.sr-social-share.sr-social-share span a {
		display: block;
		margin: 5px auto;
	}

	.sr-social-share.sr-social-share .sr-social-share-heading {
		padding-left: 0;
		margin-bottom: 10px;
	}

	.sr-social-share.sr-social-share .hs_cos_wrapper_type_social_sharing {
		font-size: 0;
	}
}

.sr-social-share.sr-social-share .sr-social-share-heading {
	font-size: 9px;
	text-transform: uppercase;
	color: #C0C0C0;
	letter-spacing: 1px;
	vertical-align: middle;
}

.blog-comments {
	margin-bottom: 3.125rem;
}

.blog-comments .blog-comments-trigger {
	position: relative;
	text-align: center;
	display: block;
}

.blog-comments .blog-comments-trigger:after {
	content: "\f107";
	font-family: fontawesome;
	margin-left: .2rem;
}

.blog-comments .blog-comments-trigger.open:after {
	content: "\f106";
}

.blog-comments .blog-comments-wrapper {
	display: none;
}

.blog-comments .blog-comments-wrapper .comment-reply-to {
	margin-bottom: 20px;
}

.blog-comments .blog-comments-wrapper form {
	padding: 2rem 0 4rem;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset {
	max-width: 100%;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
	margin-left: 0;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
	width: 100%;
}

/** Custom **/

.article-panel {
	position:relative;
	overflow:hidden;
}

.article-panel .overview {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.95);
	opacity:0;
	transition: all 0.333s ease-in-out;
	padding:25px;
}
.article-panel:hover .overview {
	top:0;
	opacity:1;
	z-index:20;
}

.overview p {
	font-size:1rem!important;
}
	
.article-panel.hero .article-img {
	border-radius:0px;
}

.article-content h2 {
	margin-bottom:0;
}

ul.featured-posts {
	list-style-image:none;
	list-style-type:none;
	padding-left:20px;
}

ul.featured-posts li {
	position:relative;
	margin-bottom:1.5rem;
	padding-left:25px;
}

ul.featured-posts li:before {
	content: '';
	position: absolute;
	height: 0%;
	width: 3px;
	background: var(--primary);
	top: 50%;
	left: 0;
	border-radius: 6px;
	opacity: 0;
	-webkit-transition: .25s linear;
	transition: .25s linear;
}

ul.featured-posts li:hover {
    opacity: 1!important;
}

ul.featured-posts li:hover:before {
	height: 100%;
    top: 0;
    opacity: 1;
}

.featured-posts-section h2{
	padding-left:20px;
	margin-bottom:2rem;
	font-size: 1.5rem;
}

.author-section {
	display:flex;
	text-align:left;
}

.author-section .avatar img {
	max-width:66px;
	border-radius:50%;
	margin-right:1rem;
}

.author-info {
	display:flex;
	align-items:start;
	flex-direction:column;
	justify-content:center;
}

.no-padding {
	padding:0!Important;
}


.post-title a {
	color:#262628;
}

.sr-sticky-breadcrumb-trigger.active .category-link-arrow{
	transform: rotate(180deg);
}

.category-link-arrow {
	    transition: transform .2s ease;
}


 h2 span.yellowbk, h2 span.yellowbg, h2 span.highlight {
          background: linear-gradient(180deg, rgba(41,169,226,0) 9%, #FFD400 9%, #FFD400 87%, rgba(41,169,226,0) 87%);
      color: #1f1f1f !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }