.entry-content.has_slider > *:first-child {
	padding-top: 350px;
}

.bg-lines-light {
	background-image: url(../img/bg-lines-light.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-lines-dark{
	background-image: url(../img/bg-lines-dark.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.handshake-background {
	background-image: url(../img/shaking-hands.jpg);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.earing-background {
	background-image: url(../img/bg-earing.png);
	background-position: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.slider-section {
	background-size: cover;
	background-position:0;
	background-repeat: no-repeat;
}

/*
	SPLIDE DEISGN
*/

.calculator-section [id^="splide-slide"] {
	margin: 0 40px;
}
.calculator-section .wp-block-column {
	max-width: 710px;
}

.splide__arrow {
	background: transparent;
	font-size: 47.79pt;
}
.splide__arrow.splide__arrow--next {right: -5px;}
.splide__arrow.splide__arrow--prev {left: 0;}
.splide__pagination__page.is-active {
	background: var(--link-dark);
	transform: none;
}
.splide__pagination__page{width:10px;height:10px;}

/* post carousel */
.splide--draggable > .splide__track > .splide__list > .splide__slide {padding: 0 13px;}
.splide--draggable > .splide__track > .splide__list > .splide__slide:first-of-type {padding-left: 26;}
.splide--draggable > .splide__track > .splide__list > .splide__slide:last-of-type {padding-right: 26;}
.enexuro-item {
	height: 424px;
	position:relative;
	background-size: cover;
	background-position: center;
}
.enexuro-item > div{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding:0 95px;
}

 .splide__arrow.splide__arrow--prev {
	left: 0;
	transform: translate(-25%, -100%);
}
 .splide__arrow.splide__arrow--next {
	right: 0;
	transform: translate(25%, -100%);
}

[id^="postcarousel"] .post-item .header {
	height: 240px;
	background-size: cover;
	background-position: center;
}
[id^="postcarousel"] .post-item .body {
	background: white;
	padding: 28px 24px;
}

[id^="postcarousel"] .post-item .body h6, [id^="postcarousel"] .post-item .body .more-btn {
	padding: 0;
}

[id^="postcarousel-post-slide"] {
	margin-bottom: 31px;
} 
#related-posts {
	min-height: 850px;
}

/*=======WELCOME SECTION=======*/
#welcome-section{
	padding-top:100px;
}
.calculator-section .wp-block-column {
	min-width: 500px;
	margin-bottom: 28px;
}

#welcome-section #welcome-text {
	padding: 0 55px;
}
	#welcome-section .subtitle {
		padding: 0;
		line-height: 14px;
	}
	#welcome-section .title {
		padding: 21px 50px;
		line-height: 36px;
		font-weight:600;
	}
	#welcome-section .content {
		padding: 15px 0 43px 0;
		font-size: 16px;
		line-height: 30px;
		max-width: 95vw;
		position: relative;
		margin: auto;
	}
	#welcome-section .wp-block-button__link {
		font-size: 14px;
	}

/*========ENEXURA SECTION========*/
.entry-content .enexura-section {
	padding-top: 53.5px;
	padding-bottom: 103.2px;
}
	.enexura-section .wp-block-columns {
		flex-direction: column;
		text-align: center;
	}
	.enexura-section .wp-block-buttons {
		justify-content: center;
	}


	#postcarousel-enexura {
		margin-top: 50.5px;
	}
	.enexura-section .splide__pagination {
		bottom: -6.3px;
	}
	[id^='postcarousel'] .splide__arrow.splide__arrow--prev {transform: translate(-65%, -50%);}
	[id^='postcarousel'] .splide__arrow.splide__arrow--next {transform: translate(65%, -50%);}
/*========MOREINFO SECTION========*/
#moreInfo-section h2{line-height:48px;}
#moreInfo-section p{padding:10px 0;}
#moreInfo-section .wp-block-buttons {padding-top: 63px;}
#moreInfo-section .column-text {
	padding: 50px;
}
.wp-block-button a {
	font-size: 14px;
	padding: 18px 40px 22px 40px;
	border:1px solid; 
}
/*========PRICES SECTION========*/
#prices-section {
	min-height: 500px;
	justify-content: center;
}
#prices-section .wp-block-column.is-vertically-aligned-center {
	max-width: 90%;
}
#prices-section p, #prices-section h2, #prices-section .wp-block-buttons {
	padding: 18px 0;
	text-align: center;
}
#prices-section h2{font-weight:500;}

/*========RELATED POSTS SECTION========*/
#related-posts h2 {
	line-height: 1;
	padding-bottom: 55px;
}
#related-posts .splide__pagination {
	bottom: -3px;
}
#related-posts .splide__arrow.splide__arrow--prev {top:50%;}
.splide__arrow.splide__arrow--next {
	right: 0;
	top: 50%;
}
/* LG */
@media only screen and (min-width:800px){
	.enexura-section .wp-block-columns {
		flex-direction: row;
		text-align: left;
	}
	.enexura-section .wp-block-buttons {
		justify-content: flex-end;
	}
	
}
/* XL */
@media only screen and (min-width:1200px){
	#moreInfo-section .column-text {
		padding: 185.5px 158px 184px 176px;
	}
	/*========PRICES SECTION========*/
	#prices-section {
		min-height: 730px;
		justify-content: flex-end;
	}
	#prices-section .wp-block-column.is-vertically-aligned-center {
		max-width: 573px;
		margin-right:273px;
	}

}