
@charset "UTF-8";

/* CSS Document */

/* General */
.seq-boxes-wrap:not(.alignfull) {
	border-radius: 10px;
	overflow: hidden;
}

.seq-boxes-row {
	display: flex;
}

/* Text */
.layout-img_left .seq-box-text {
	order: 2;
}

.seq-box-text {
	width: 50%;
	padding: clamp(30px, 5%, 70px);
	font-size: .9em;
	background-color: #fff;
}

.style_full .seq-box-desc {
	margin-bottom: 50px;
}

.seq-boxes-wrap .seq-box-desc p {
	font-size: 1.1em;
	color: #666;
}

.seq-box-desc ul li {
	color: #666;
	line-height: 1.2em;
	margin-bottom: 5px;
}

/*text bottom*/
.seq-box-text-bottom {
	display: flex;
	justify-content: space-between;
}

/* blue box */
.seq-box-text-bottom-left {
	width: 48%;
	padding: 35px 25px 25px 25px;
	background-color: #00f;
	border-radius: 8px;
}

.seq-box-text-bottom-left:after {
	content: "";
	border: solid 20px;
	border-top-color: #fff;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	left: 60px;
	top: 0;
}

.seq-blue-box-overlay {
	display: block;
	position: absolute;
	width: 50%;
	right: 20px;
	bottom: 0;
	opacity: .15;
}

.seq-boxes-wrap .seq-box-text-bottom-left p {
	font-size: 1em;
	color: #fff;
}

.seq-box-text-bottom-left p:last-of-type {
	margin-bottom: 0;
}

.seq-box-text-bottom-left :first-child strong {
	font-size: 1.1em;
}

/*bottom text CTA*/
.seq-box-text-bottom-right {
	width: 48%;
}

.seq-box-text-bottom-right-title {
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 600;
}

.seq-box-text-bottom-right-title span {
	display: block;
	color: blue;
}

.seq-box-text-bottom-right img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: 0 0 10px 0;
	border-radius: 100%;
}

.seq-box-auth-name {
	font-size: .9em;
	margin-bottom: 5px;
}

.seq-box-text-bottom-right a {
	text-decoration: underline;
}

/* Image */
.layout-img_left .seq-box-img {
	order: 0;
}

.seq-box-img {
	width: 50%;
}

.seq-box-img:after {
	content: "";
	border: solid 40px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #fff;
	position: absolute;
	left: 0;
	top: calc(50% - 40px);
}

.layout-img_left .seq-box-img:after {
	content: "";
	border: solid 40px;
	border-top-color: transparent;
	border-right-color: #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	right: 0;
	top: calc(50% - 40px);
}

.seq-box-img figure {
	width: 100%;
	height: 100%;
}

.seq-box-img figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

@media screen and (max-width: 1366px) {
	.seq-box-desc {
		margin-bottom: 20px;
	}
	
	.seq-box-text-bottom {
		display: block;
	}
	
	.seq-box-text-bottom-left {
		width: 100%;
		padding: 30px 20px 20px 20px;
		margin-bottom: 20px;
	}
	
	.seq-box-text-bottom-right {
		width: 100%;
	}
	
	.seq-box-text-bottom-right-title span {
		display: inline-block;
	}
	
	.seq-box-text-bottom-cta-wrap {
		display: flex;
	}
	
	.seq-box-text-bottom-right img {
		margin: 0 20px 0 0;
	}
	
	.seq-blue-box-overlay {
		width: 40%;
		bottom: -30px;
	}
}

@media screen and (max-width: 1200px) {
	.seq-boxes-row {
		flex-direction: column;
		margin-bottom: 40px;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.seq-box-text {
		order: 2;
		width: 100%;
		padding: clamp(30px, 5%, 70px);
		font-size: 1em;
	}
	
	.seq-box-text-bottom-left {
		width: 100%;
		padding: 40px 35px 35px;
	}
	
	.seq-blue-box-overlay {
		width: clamp(100px, 25%, 200px);
	}
	
	.seq-box-img {
		width: 100%;
		height: clamp(200px, 40vw, 420px);
	}
	
	.seq-box-img:after {
		display: none;
	}
}

/*admin*/
.edit-post-visual-editor div[data-type="acf/illuminations"] {
	max-width: 100%;
}
