#poststuff .sp-team .sptp-section-title {
	padding: 0;
	text-align: left;
	font-size: 24px;
	line-height: inherit;
	font-weight: 700;
}
.sptp_member img {
	max-width: 100%;
	height: auto;
}
.sp-team .sptp-section-title {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 24px;
	line-height: inherit;
	font-weight: 700;
}

.sp-team .sptp-section-title span {
	display: inline-block;
}

.sptp-member-avatar:focus {
	outline: 0;
}

.sptp-member-avatar .sptp-member-avatar-img {
	display: block;
	overflow: hidden;
}

.sptp-member-avatar .sptp-member-avatar-img.sptp-circle {
	border-radius: 50%;
}

.sptp-member-avatar .sptp-member-avatar-img:focus {
	outline: 0;
}

.sptp-member-avatar .sptp-member-avatar-img img {
	-webkit-transition: 0.25s all;
	transition: 0.25s all;
	border-radius: 0;
}

.sptp-member-avatar .sptp-member-avatar-img.zoom_in img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sptp-member-avatar .sptp-member-avatar-img.zoom_in:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.sptp-member-avatar .sptp-member-avatar-img.zoom_out img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.sptp-member-avatar .sptp-member-avatar-img.zoom_out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sptp-member .sptp-member-avatar-img img:focus {
	outline: 0;
	border: none;
}

.sptp-member .sptp-member-avatar-img:hover .sptp-icon {
	opacity: 1;
	display: block;
}

.sptp-member-avatar-img {
	text-align: center;
}

.sptp-member-avatar-img.sptp-circle img {
	border-radius: 50%;
}

.sptp-member-avatar-img.sptp-rounded {
	border-radius: 12px;
}

.sptp-member-avatar-img.sptp-rounded img {
	border-radius: 8px;
}

.sptp-member.sptp-top-content .sptp-member-avatar {
	margin-top: 15px;
}

.sptp-member-avatar-img {
	position: relative;
}

.sptp-member-avatar-img .sptp-icon {
	background: 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	height: 100%;
	z-index: 999;
	-webkit-transition: opacity 0.33s;
	transition: opacity 0.33s;
}

.sptp-member-avatar-img .sptp-icon .fa {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sptp-member-avatar-img.sptp-circle .sptp-icon {
	border-radius: 50%;
}

.sptp-member-avatar-img.sptp-rounded .sptp-icon {
	border-radius: 8px;
}

.sptp-member-name .sptp-member-name-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	margin-top: 12px;
	padding-bottom: 0;
	text-align: center;
}
.sptp-single-post .sptp-member-name .sptp-member-name-title{
	text-align: left;
}
/* Avada theme conflict h2 font size */
#wrapper .sptp-member .sptp-member-name .sptp-member-name-title {
	font-size: 18px;
}

.sptp-member .sptp-member-name .sptp-member-name-title::before {
	content: none;
}

.sptp-member-profession .sptp-jop-title {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0;
}

.sptp-member .sptp-member-desc {
	color: #333;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 8px;
}
.sptp-single-post .sptp-member .sptp-member-desc {
	text-align: left;
}

.sptp-member-social {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
	text-align: left;
}

.sptp-member-social.circle a {
	border-radius: 50%;
}

.sptp-member-social.rounded a {
	border-radius: 5px;
}

.sptp-member-social ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	line-height: 0;
}

.sptp-member-social ul li {
	display: inline-block;
	margin: 0;
	list-style: none;
	position: relative;
}

.sptp-member-social ul li:hover {
	opacity: 0.7;
}

.sptp-member-social ul li a {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	color: #fff;
	background-color: #333;
	font-size: 15px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
}

.sptp-member-social ul li .spteam-icon,
.sptp-member-social ul li .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sptp-member-social .sptp-twitter {
	background-color: #55acee !important;
}

.sptp-member-social .sptp-sp-team-icon-x-twitter {
	background-color: #000 !important;
}

.sptp-member-social .sptp-facebook {
	background-color: #0765FF !important;
}

.sptp-member-social .sptp-instagram {
	background-color: #e4405f !important;
}

.sptp-member-social .sptp-pinterest-p {
	background-color: #E60022 !important;
}

.sptp-member-social .sptp-linkedin {
	background-color: #0B65C2 !important;
}

.sptp-member-social .sptp-youtube {
	background-color: #cd201f !important;
}

.sptp-member-social .sptp-medium {
	background-color: #02b875 !important;
}

.sptp-member-social .sptp-codepen {
	background-color: #76daff !important;
}

.sptp-member-social .sptp-skype {
	background-color: #00aff0 !important;
}

.sptp-member-social .sptp-whatsapp {
	background-color: #0BC144 !important;
}

.sptp-member-social .sptp-soundcloud {
	background-color: #f30 !important;
}

.sptp-member-social .sptp-envelope,
.sptp-member-social .sptp-telegram {
	background-color: #0088cc !important;
}

.sp-team select > option[value=""] {
	display: none;
}

.sp-team * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sp-team a {
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

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

.sptp-member {
	margin-bottom: 30px;
	cursor: pointer;
	line-height: 0;
}

.sp-team img {
	max-width: 100%;
	height: auto;
}

.sptp-member .sptp-member-desc,
.sptp-member .sptp-member-social {
	padding-top: 4px;
	width: 100%;
}

.sp-team .sptp-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.sptp-row.sptp-no-gutters>[class*="sptp-col-"] {
	padding-right: 0;
	padding-left: 0;
}

.sptp-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.sptp-row [class*="sptp-col-"] {
	position: relative;
	width: 100%;
}

.sptp-member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sptp-member.sptp-top-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sptp-member.sptp-top-content .content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.sptp-member.sptp-top-content .sptp-member-avatar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	color: transparent;
}

.sptp-member .content {
	word-break: break-all;
}

.sptp-member {
	cursor: inherit;
	overflow: hidden;
}

.sptp-member-desc,
.sptp-member-name,
.sptp-member-social {
	display: block;
	width: 100%;
}

.hidden {
	display: none !important;
}

.show {
	display: block !important;
}

.sptp-page-loading-image {
	background-color: #fff;
	background-image: url(../img/spinner.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

.sp-team a:focus {
	outline: 0;
}

.sptp-member-avatar {
	color: transparent;
}

.sptp-main-carousel .swiper-button-next:after,
.sptp-main-carousel .swiper-button-prev:after,
.sptp-main-carousel .swiper-container-rtl .swiper-button-next:after,
.sptp-main-carousel .swiper-container-rtl .swiper-button-prev:after {
	content: none;
}

.sptp-main-carousel.top-right {
	position: relative;
	padding-top: 55px;
	padding-bottom: 52px;
}

.sptp-main-carousel .swiper-slide:focus {
	outline: 0;
}

.sptp-main-carousel .swiper-slide .sptp-member:focus {
	outline: 0;
}

.sptp-main-carousel .swiper-slide .sptp-member-avatar:focus {
	outline: 0;
}

.sp-team .sptp-main-carousel .sptp-button-next,
.sp-team .sptp-main-carousel .sptp-button-prev {
	top: 23px;
	left: auto;
	right: 1px;
	height: 30px;
	width: 30px;
	background-image: none;
	background-color: #fff;
	color: #aaa;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 30px;
	border: none;
	border: 1px solid #63a37b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
}

.sptp-main-carousel .sptp-button-next:hover,
.sptp-main-carousel .sptp-button-prev:hover {
	color: #fff;
	background-color: #63a37b;
}

.sptp-main-carousel .sptp-button-next:focus,
.sptp-main-carousel .sptp-button-prev:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sptp-main-carousel .sptp-button-prev.top-right {
	right: 45px;
}

.sp-team.sptp-section {
	position: relative;
	overflow: hidden;
}

.left_content_right_img .swiper-slide-prev,
.left_img_right_content .swiper-slide-prev {
	margin-right: 0 !important;
}

.sptp-pagination>.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
}

.sptp-carousel .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.sptp-pagination>.swiper-pagination-bullet:focus {
	outline: 0;
}

.sptp-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #63a37b;
}

.sptp-main-carousel .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 18px;
}

.sptp-hidden {
	display: none;
}

.sptp-show {
	display: block;
}

.sptp-row>.first-row {
	margin-top: 0;
}

.sptp-grid .sptp-icon-on-image {
	cursor: pointer;
}

.sptp-grid .sptp-icon-on-image.zoom_in:hover {
	z-index: 99;
}

.sptp-grid .sptp-member-avatar {
	overflow: hidden;
}

.sptp-member-post-link-fa {
	font-size: 12px !important;
	margin-right: 5px;
}

.sptp-member-post-link {
	color: #000;
	font-weight: 900;
}

.sptp-member-post-link:hover {
	color: #4c7e5b;
}

.sptp-grid .sptp-row {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sptp-list-item.sptp-member.sptp-left-content .sptp-member-avatar {
	margin-right: 0;
}

.sptp-list-item.sptp-member .sptp-member-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sptp-list-item {
	margin-bottom: 30px;
	gap: 10px;
}

.sptp-list-item.sptp-member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 0;
	margin-bottom: 10px;
}

.sptp-list-item .sptp-member-avatar {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.sptp-list-item .content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sptp-list-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
}

.sptp-list-item .sptp-member-name .sptp-member-name-title {
	text-align: left;
}

.sptp-list-item .sptp-member-desc,
.sptp-list-item .sptp-member-profession .sptp-jop-title {
	text-align: left;
}

.sptp-list-item .sptp-member-social ul {
	text-align: left;
}

.sptp-list-item .image {
	max-width: 40%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sptp-list-item .content {
	width: 68%;
}

.sptp-list-item .content.no-image {
	width: 100%;
}

.sp-team.top_content_bottom_img .sptp-member-avatar{
	order: 2;
}
.sp-team.top_content_bottom_img .sptp-member-name,
.sp-team.top_content_bottom_img .sptp-member-profession,
.sp-team.top_content_bottom_img .sptp-member-desc,
.sp-team.top_content_bottom_img .sptp-member-social{
	order: 1;
}

@media only screen and (min-width: 320px) {
	.sptp-row .sptp-col-xs-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sptp-row .sptp-col-xs-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.sptp-row .sptp-col-xs-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.2222%;
		flex: 0 0 33.2222%;
		max-width: 33.2222%;
	}

	.sptp-row .sptp-col-xs-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.sptp-row .sptp-col-xs-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.sptp-row .sptp-col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666%;
		flex: 0 0 16.6666%;
		max-width: 16.6666%;
	}

	.sptp-row .sptp-col-xs-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.2857%;
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.sptp-row .sptp-col-xs-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media only screen and (min-width: 768px) {
	.sptp-row .sptp-col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sptp-row .sptp-col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.sptp-row .sptp-col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.sptp-row .sptp-col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.sptp-row .sptp-col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.sptp-row .sptp-col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666%;
		flex: 0 0 16.6666%;
		max-width: 16.6666%;
	}

	.sptp-row .sptp-col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.2857%;
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.sptp-row .sptp-col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media only screen and (min-width: 1024px) {
	.sptp-row .sptp-col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sptp-row .sptp-col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.sptp-row .sptp-col-md-2-half {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}

	.sptp-row .sptp-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.2222%;
		flex: 0 0 33.2222%;
		max-width: 33.2222%;
	}

	.sptp-row .sptp-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.sptp-row .sptp-col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.sptp-row .sptp-col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666%;
		flex: 0 0 16.6666%;
		max-width: 16.6666%;
	}

	.sptp-row .sptp-col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.2857%;
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.sptp-row .sptp-col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media only screen and (min-width: 1200px) {
	.sptp-row .sptp-col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sptp-row .sptp-col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.sptp-row .sptp-col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.2222%;
		flex: 0 0 33.2222%;
		max-width: 33.2222%;
	}

	.sptp-row .sptp-col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.sptp-row .sptp-col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.sptp-row .sptp-col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666%;
		flex: 0 0 16.6666%;
		max-width: 16.6666%;
	}

	.sptp-row .sptp-col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.2857%;
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.sptp-row .sptp-col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

/* List layout responsive style */
@media screen and (max-width: 600px) {
	.sptp-list-item.sptp-member {
		flex-direction: column;
	}

	.sptp-list-item .content {
		width: 100%;
	}
}
/* Member image height */
.sptp-member img {
	max-width: 100%;
	height: auto;
}

#poststuff .sptp-member .sptp-member-name .sptp-member-name-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	padding-bottom: 0;
}

/* Gutenberg selector field style */
.block-editor-inserter__preview-container .sptf_block_shortcode {
	display: none;
}

.block-editor-inserter__preview-container .sptf_shortcode_block_preview_image img {
	width: 100%;
}

.block-editor-page .sptp-member-social ul li a {
	color: #fff !important;
}

.sptf_block_shortcode {
	padding: 50px 15px 55px 15px;
	border: 1px solid #cccccc;
}

.sptf_block_shortcode .sptf_block_shortcode_text {
	margin-bottom: 5px;
	font-size: 13px;
}

.sptf_block_shortcode_title {
	display: flex;
	margin-bottom: 20px;
}

.sptf_block_shortcode .sptf_block_shortcode_title img {
	width: 26px;
	margin-right: 10px;
	box-shadow: none;
}

.sptf_block_shortcode .sptf_block_shortcode_title h4 {
	margin: 0;
}

.block-editor-page .editor-styles-wrapper select,
.block-editor-page select.sptf-shortcode-selector,
.block-editor-page select.sptf-shortcode-selector:focus,
.block-editor-page select.sptf-shortcode-selector:focus-visible {
	width: auto;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
}

/* Gutenberg selector field style */
.sptp-gutenberg-shortcode.editor-styles-wrapper {
	padding: 0;
	line-height: 24px;
}

.sptp-gutenberg-shortcode.editor-styles-wrapper:after {
	display: none;
}

.editor-styles-wrapper .sptp_block_shortcode img {
	box-shadow: none;
}

.block-editor-page .editor-styles-wrapper select.sptp-shortcode-selector,
.block-editor-page select.sptp-shortcode-selector,
.block-editor-page select.sptp-shortcode-selector:focus,
.block-editor-page select.sptp-shortcode-selector:focus-visible {
	width: 250px;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
	padding-right: 25px;
}

.block-editor-page .editor-styles-wrapper i {
	font-style: normal;
}
.sp-team .fa,
.sptp_member .fa {
	font-family: FontAwesome;
}

/* Fix the issue of not showing carousel with Elementor Pro v3.14.1 */
.elementor-default .sp-team .swiper-container:not(.swiper-container-initialized) .swiper-wrapper,
.elementor-default .sp-team .swiper:not(.swiper-initialized) .swiper-wrapper {
    overflow: initial;
}

/* Navigation top-left */
.sptp-main-carousel .sptp-button-next.top-left {
	left: 45px;
	right: auto;
}

.sptp-main-carousel .sptp-button-prev.top-left {
	left: 3px;
	right: auto;
}