.editor-post-featured-image .components-responsive-wrapper__content {
	max-width: 100%;
	max-height: 100%;
}
.gseo-blocks .editor-post-featured-image__toggle{
	padding: 8px;
}
.gseo-blocks .carousel-href input{
	max-width: 220px;
}
.wp-block-gseo-card .wp-block-gseo-card-child + .block-list-appender{
	display: none;
}
.wp-block-gseo-card .block-editor-inner-blocks{
	width: 100%;
}
.editor-post-featured-image__toggle, .editor-post-featured-image__preview{
	padding: 1px 6px;
}

.wp-block-gseo-card .block-editor-inner-blocks .block-editor-block-list__layout{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.wp-block-gseo-card .block-editor-inner-blocks .block-editor-block-list__layout > .wp-block{
	margin-left: 0;
	margin-right: 0;
}
.wp-block-gseo-card .block-editor-inner-blocks .block-editor-block-list__block{
	margin-top: 0;
	margin-bottom: 0;
}

.editor-post-featured-image__toggle{
	min-height: 30px !important;
}

.wp-block-gseo-card-child .card{
	max-width: none;
	padding: 0;
}

.block-editor-block-inspector .gseo-blocks .components-panel__body h3{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.block-editor-block-inspector .gseo-blocks .components-panel__row{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border-bottom: 1px dashed #dadada;
}
.block-editor-block-inspector .gseo-blocks .components-panel__row h3,
.block-editor-block-inspector .gseo-blocks .components-panel__row div{
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-gseo-card-child .bg-dark .entry-title,
.wp-block-gseo-card-child .bg-dark .entry-content{
	color: #fff !important;
}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
	font-family: 'Playfair Display';
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
	color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	line-height: 1.5;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}

.story-box.description-top .story-box-image {
	height: auto;
	width: 100%;
	height: 400px;
	-ms-flex-order: -1;
	order: -1;
}

.story-box.description-top .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	width: 90%;
}
.story-box.description-top .story-box-image {
	order: 0;
}

.story-box.description-top .story-box-info { margin: 0px 5% -20%; }

.story-box.description-bottom .story-box-image {
	height: auto;
	width: 100%;
	height: 400px;
	-ms-flex-order: -1;
	order: -1;
}

.story-box.description-bottom .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	width: 90%;
}

.story-box.description-bottom .story-box-info { margin: -20% 5% 0; }

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}

/***************  Carousel  ****************/
.oc-item.view-more .image-wrapper{
	position: relative;
}
.oc-item.view-more .image-wrapper::after{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #0000006e;
	content:'View All';
	color: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: unset;
	padding-top: 45%;
}