/*
* @Author: Rakesh Roy | rakesh@appycodes.com
* @Date:   2019-09-17 12:32:36
* @Last Modified by:   Rakesh Roy
* @Last Modified time: 2019-11-21 12:47:27
*/


.sidebar-image{
	text-align: center;
}

html body .temp-hide {
	display: none !important;
}

.vmware-sidebar-widget {
	clear: both;
	padding-top: 20px;
}

.sidebar-image a {
	padding: 0 50px;
	display: block;
	clear: both;
}

.sidebar-image a img {
	width: 100% !important;
}

@media(max-width: 1024px) {
	html body .hide-widget-on-mobile {
		display: none !important;
	}
}

a.altaro-logo {
	padding-left: 5px;
}

.maped-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

html body .alm-btn-wrap {
	clear: both !important;
}

.alm-btn-wrap .alm-load-more-btn.loading,
.alm-btn-wrap .alm-load-more-btn:hover,
.alm-btn-wrap .alm-load-more-btn {
	background-color: #2f9d40 !important;
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
	content: '';
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50% !important;
	border: 2px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-animation: spinner 1s ease infinite !important;
	animation: spinner 1s ease infinite !important;
	background: none !important;
}


/* Global Loop */

.post-block {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.featured-image.archive-page-featured {
	float: left;
	width: 30%;
	margin: 0 auto;
	text-align: left;
	padding-right: 1em;
}

.featured-image img {
	width: 200px;
}

.row-particulars.archive-page-content {
	width: 70%;
	float: left;
	clear: right;
}

h2.entry-title {
	line-height: 25px;
	font-weight: 600;
	font-size: 20px;
	color: #2f9d40;
	font-family: 'AvenirNextLTProRegular';
}

.meta-block {
	font-weight: 700;
	font-family: 'AvenirNextLTProRegular';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.author_text_color {
	color: #2f9d40!important;
}

.excerpt p {
	padding-bottom: 0;
	font-family: 'AvenirNextLTProRegular';
	font-size: 16px;
}

@media(max-width: 768px) {
	.featured-image.archive-page-featured {
		width: 100%;
		float: none;
		margin: auto;
		margin-bottom: 10px;
		text-align: center !important;
	}
	.row-particulars.archive-page-content {
		width: 100% !important;
		float: none !important;
	}
}


/* Global Loop */


/* Tag Fix */

.tag .post-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 35px;
	color: #111;
	font-family: 'AvenirLTStdMedium'!important;
}

.tag .left-block {
	width: 70%;
	float: left;
}

.tag .blog-post-inner .left-block {
	margin-right: 5%;
}

.tag .right-block {
	float: left;
	width: 25%;
}

.tag div#sidebar {
	width: 100% !important;
}


/* Tag Fix */


/* Single Page Fix */

form#commentform {
	padding-bottom: 30px;
}

.single article.post {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.entry-content p a {
	font-weight: bold;
}

form#commentform p.form-submit {
	text-align: left !important;
}


/* Footer Fix */

ul.social-menu-footer-vm li img {
	width: 35px;
}


/* Next Pervious  */

.nav-blog-inner a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.2;
	-webkit-transition: 300ms all ease-out;
	transition: 300ms all ease-out;
}

.nav-blog-inner:hover a:after {
	opacity: 0;
}

.blog-nav-container {
	float: none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	clear: left !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.blog-nav-container>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 25px;
	max-width: 50%
}

.nav-blog-inner h2 {
	font-size: 16px;
	color: #2ea3f2;
	font-weight: bold;
	word-wrap: break-word;
}

.nav-blog-inner a {
	position: relative;
}

.nav-blog-inner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-nav-container > div img {
    flex-shrink: 0 !important;
}

.nav-blog-inner a:after {
    top: 0 !important;
    left: 0 !important;
}

.no-yoast-image {
	width: 100%;
	height: 100%;
	background: #e6e6e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	min-height: 207px;
	padding: 1rem;
}

.no-yoast-image h3 {
	margin: auto;
	text-align: center;
}

@media(max-width: 767px) {
	.blog-nav-container {
		display: block !important;
	}
	.blog-nav-container>div {
		margin-bottom: 1rem;
		max-width: 100%;
		margin-right: 0px !important;
	}
}

html body p.indicators:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	background: #1111114d;
	color: #fff;
	padding-left: 10px !important;
}




/* Next Previous */


/* Home Page fix */

@media(max-width: 768px) {
	#post-list-home-alm .featured-image.archive-page-featured {
		float: none;
		width: initial;
		margin: 0 auto;
		text-align: center !important;
		padding: 0;
	}
	#post-list-home-alm .row-particulars.archive-page-content {
		width: 100% !important;
		float: none !important;
		clear: right;
		margin-top: 5px;
	}
	#post-list-home-alm .featured-image.archive-page-featured img {
		width: auto !important;
	}
	html body li.home-post-single {
		display: block !important;
		width: 100%;
		float: none;
		text-align: center;
		margin: 20px auto;
	}
	html body li.home-post-single .home-post-image {
		width: 100%;
		display: block;
		margin: auto;
		float: none !important;
		clear: both;
		margin-right: auto !important;
		text-align: center;
	}
	html body li.home-post-single .home-post-image img {
		width: auto;
		text-align: center;
	}
	html body li.home-post-single .home-post-content {
		width: 100%;
		float: none !important;
		clear: both;
		display: block;
	}
	html body li.home-post-single .home-post-content h2.entry-title {
		text-align: left !important;
	}
	html body li.home-post-single .home-post-content span.meta {
		text-align: left !important;
		display: block;
	}
	html body li.home-post-single .home-post-content .excerpt {
		text-align: left;
	}
}






/* =====================================================  New Fix 30-10-2019 ========================================= */


body.single-post div#main-content {
    padding-top: 0px !important;
}

html body.single-post #main-content .container {
    padding-top: 30px !important;
}


html body .breadcrumbs {
    margin-bottom: 20px;
}

html body.single-post .et_pb_post .entry-content {
    padding-top: 15px;
}

.feature_image_left {
    max-width: 100%;
    margin-bottom: 15px !important;
}



/* Only Fix */

html body div#onesignal-popover-container {
    max-width: 500px;
    margin: auto !important;
}



/* =====================================================  New Fix 21-11-2019 ========================================= */


@media(max-width: 1024px){
.single-post .entry-content > div {
  overflow-x: auto;
}
.single-post .entry-content table {
  font-size: 15px;
  padding: 5px !important;
  margin-top: 5px;
}
.single-post .entry-content table td {
  padding: 2px 4px !important;
}
}