#single-post-top,
.single-post-top{
	padding: 50px 0 30px 0;
}

#single-post-top img.featured-img,
.single-post-top img.featured-img{
	height: auto;
    max-height: 500px;
    width: auto;
    max-width: 100%;
}

#single-post-content,
.single-post-content{
	padding: 0 0 50px 0;
}

#single-post-content .article-title, #single-post-content .article-info,
.single-post-content .article-title, .single-post-content .article-info {
	text-shadow: none;
	color: inherit;
}

#single-post-content .article-info,
.single-post-content .article-info {
    margin-top: 15px;
}

#single-post-content .social-rounded-articles,
.single-post-content .social-rounded-articles{
	padding-bottom: 30px;
	padding-top: 15px;
}

@media only screen and (min-width: 992px){
	#single-post-content .social-rounded-articles,
	.single-post-content .social-rounded-articles{
		padding-bottom: 0;
	}
}

.social-rounded-articles img{
	transition: 0.2s ease;
}

.social-rounded-articles img:hover, .social-rounded-articles img:focus, .social-rounded-articles img:active{
	opacity: 0.7;
	cursor: pointer!important;
}

.related-articles{
	margin-left: 0;
}

.related-articles ul{
	padding: 0 21px 50px 21px;
}


@media only screen and (min-width: 992px){
	.related-articles{
		margin-left: 60px;
	}
}

.article-content iframe,  
.flickr-embed-photo.show-navigation,
.filckr-embed .flickr-embed-photo.show-navigation.
.flickr-embed .flickr-embed-photo, 
.flickr-embed .flickr-embed-photo img,
.article-content .slide img{
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}


@media only screen and (max-width: 1199px){
	.footer-background {
	    height: auto;
	    padding: 30px 0;
	}
		
	.footer-background *{
		height: auto;
		position: relative;
	    transition: none;
	    transform: none;
	    top: auto;
	}

	.footer-menu .menu li {
	    padding: 10px;
	    display: inline-block;
	    width: 100%;
	}

}

#single-post-top .top-sidebar p, 
.top-sidebar p,
.single-post-top .top-sidebar p{
	margin: 0;
}

#single-post-top .top-sidebar iframe,
.single-post-top .top-sidebar iframe{
	width: 100%!important;
	height: auto!important;
}

#single-post-top .top-sidebar,
.single-post-top .top-sidebar{
	margin: 30px;
	text-align: center;
}

@media only screen and (min-width: 992px){
	#single-post-top .top-sidebar,
	.single-post-top .top-sidebar{
		padding-left: 60px;
		margin: 0;
	}

	#single-post-top .top-sidebar iframe,
	.single-post-top .top-sidebar iframe{
		min-height: 250px;
	}
}

/* MENU UPDATE */

@media only screen and (max-width: 767px){

	.sub-menu{
		display: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
	}

	.sub-menu li {
	    display: block;
	    top: auto;
	    left: auto;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    width: 100%;
	    border-bottom: 1px solid #278DF5;
	    background-color: #0B78E8;
	}

	.sub-menu li a{
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
	}

	.sub-menu li, .sub-menu li:first-child{
		border: none;
	}
}

@media only screen and (min-width: 768px){
	.menu li{
		padding: 0;
	}
	
	.menu li a{
		padding: 12px 10px;
		display: inline-block;
		width: 100%;
		font-size: 13px;
	}

	.menu .sub-menu li a{
		max-width: 	250px;
	}

	.menu li a:hover, .menu li a:active, .menu li a:focus {
	    cursor: pointer;
	    background-color: rgba(255, 255, 255, 0.18);
	}

	li.menu-item-has-children ul.sub-menu {
		margin-left: 0;
		padding-left: 0;
		top: auto;
	}

	li.menu-item-has-children ul.sub-menu li{
		display: block;
		width: 	100%;
		top: 0;
		left: 0;
	}
}

@media only screen and (min-width: 992px){
	.menu li a{
		padding: 12px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 1200px){
	.menu li a{
		padding: 12px 27px;
	}
}

.body-dark .sub-menu li
.menu-dark .sub-menu li{
	background-color: black;
	border-bottom: black;
}

.body-dark .sub-menu li:first-child
.menu-dark .sub-menu li:first-child{
	border-top: 1px solid #373737;
}

.border-none{
	border: none;
}

.py-30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.resource-single-wrapper img{
	max-width: 100%; 
	height: auto; 
	max-height: 200px;
}

@media only screen and (min-width: 992px){
	.resource-single-wrapper img{
		max-height: unset;
	}
}

@media only screen and (min-width: 768px){
	.col-sm-50{
		width: 50%;
	}
}

@media only screen and (min-width: 992px){
	.col-md-20{
		width: 20%;
	}

	.col-md-40{
		width: 40%;
	}

	.col-md-60{
		width: 60%;
	}
}

.min-h-215{
	min-height: 215px;
}

.min-h-350{
	min-height: 350px;
}

.half-bs-padding{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.hb-block-wrapper-styling{
	position: relative; height:100%; 
	background-size: contain; 
	background-position: center; 
	background-repeat: no-repeat;
	
}

.d-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.justify-content-center{
	justify-content: center;
}

.justify-content-between{
	justify-content: space-between;
}

.align-items-center{
	align-items: center;
}

.p-15{
	padding: 15px;
}

.pb-50{
	padding-bottom: 50px;
}

.hb-block-wrapper-styling p:first-child{
	margin-top: 0;
}

.hb-block-wrapper-styling p:last-child{
	margin-bottom: 0;
}

.hb-block-wrapper-styling .homeblock-button{
	display: inline-block;
	transition: 0.2s ease;
}

.mh-50{
	min-height: 50%;
}

.d-inline-block{
	display: inline-block;
}

.width100{
	width: 100%;
}

.height100{
	height: 100%;
}

.bg-contain{
	background-size: contain;
}

.bg-cover{
	background-size: cover;
}

.bg-center{
	background-position: center;
}

.bg-no-repeat{
	background-repeat: no-repeat;
}

.p-0{
	padding: 0;
}

.homepage-block-overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #00000091;
}

#updated-top-wrapper--2019 .content{
	color: white;
	z-index: 10;
}

.pb-half-bs{
	padding-bottom: 7.5px;
}

.pt-half-bs{
	padding-top: 7.5px;
}

.hb-block-wrapper-styling .hb-overlay-content {
    opacity: 0;
    transition: 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(84, 90, 84, 0.81);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
}

a.hb-overlay-content{
	cursor: pointer;
}

.hb-block-wrapper-styling:hover .hb-overlay-content,
.hb-block-wrapper-styling:focus .hb-overlay-content,
.hb-block-wrapper-styling:active .hb-overlay-content{
    opacity: 1;
}

.hb-block-content{
    font-size: 18px;
    color: #666666;
}

.max-h-215{
	max-height: 215px;
}

.sidebar-gallery img{
	max-width: 100%;
}