/*
Stylesheet
Description: OceanWP WordPress theme. .
Template: oceanwp
Version: 1.0
*/

/* Selected Menu */
.elementor-widget-wrap .elementor-element-populated .selected-menu {
	position: absolute;
}

/* Page - News - Details */

.thesen-menu > .elementor-container.elementor-column-gap-default  {
	margin-right: 0px !important;
}
.book-a-table > .elementor-container.elementor-column-gap-default  {
	margin-left: 0px !important;
}

.the-sen-heading .elementor-heading-title{
	position: relative;
	display: inline-block;
}
.the-sen-heading .elementor-heading-title:before{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	top: calc(50% - 9px);
	left: -20px;
	background: url('./shape.svg') no-repeat center center;
	background-size: contain;
}
.the-sen-heading .elementor-heading-title:after{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	top: calc(50% - 9px);
	right: -20px;
	background: url('./shape.svg') no-repeat center center;
	background-size: contain;
}
.prefooter{
	position: relative;
}
.prefooter:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background: red;
	width: 100%;
	height: 65%;
}

/* Review */
.review-box .elementor-testimonial {
	display: flex;
    flex-direction: column;
    text-align: center;
}

.review-box .elementor-testimonial .elementor-testimonial__header {
	order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review-box .elementor-testimonial .elementor-testimonial__header .elementor-testimonial__cite {
	margin-top: 16px;
}

.review-box .elementor-testimonial .elementor-testimonial__content {
	order: 1;
}

.review-box .elementor-testimonial .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets:active {
	height: 12 px;
    width: 12 px;
}