.elementor-swiper-button {
	width: 48px;
	height: 48px;
	display: grid!important;
  place-content: center;
	background-color: #fff;
	border-radius: 48px;
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
	left: 5px;
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
	right: 5px;
}
.swiper-pagination-bullets {
	bottom: -16px!important;
}
.swiper-pagination-bullet-active {
	box-shadow: 0px 0px 0 5px #000, 0px 0px 0 6px var(--e-global-color-primary);
}

/* Posts */
.latest-posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.post-item {
	position: relative;
}
.post-thumb {
	display: flex;
}
.post-thumb img {
    border-radius: 4px;
}
.content-wrap {
	position: absolute;
	padding: 10px 14px;
	background-color: #000;
	inset: auto 16px 16px 16px;
    border-radius: 4px;
}
.post-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.content-wrap .read-more {
    font-size: 12px;
    color: var(--e-global-color-primary);
    margin-top: -12px;
}

/* Subscribe form */
.wpcf7 .subscribe-box {
	display: grid;
}
.wpcf7 .subscribe-box .wpcf7-spinner {
	display: grid;
	grid-column: 1 / -1;
}
.wpcf7 .subscribe-box input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	color: #fff;
}
.wpcf7 .subscribe-box input[type="email"]:focus,
.wpcf7 .subscribe-box input[type="email"]:focus-visible,
.wpcf7 .subscribe-box input[type="email"]:active {
	border: none;
	border-bottom: 2px solid var(--e-global-color-primary);
	outline: none;
}
.submit-wrap {
	text-align: right;
}
.wpcf7 [type=submit] {
	background-color: var(--e-global-color-primary);
	color: #000;
	border-color: #000;
	text-transform: uppercase;
	font-weight: 700;
	max-width: fit-content;
	padding: 10px 30px;
}

/* Get in touch */
.get-in-touch {
	position: relative;
}
.get-in-touch::after {
	content: '';
	width: 285px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.get-in-touch-form {

}
.get-in-touch-form .wpcf7 input[type="text"],
.get-in-touch-form .wpcf7 input[type="email"],
.get-in-touch-form .wpcf7 input[type="tel"],
.get-in-touch-form textarea {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.5);
	border-radius: 0;
}
.get-in-touch-form .wpcf7 input[type="text"]:focus,
.get-in-touch-form .wpcf7 input[type="text"]:focus-visible,
.get-in-touch-form .wpcf7 input[type="text"]:active,
.get-in-touch-form .wpcf7 input[type="email"]:focus,
.get-in-touch-form .wpcf7 input[type="email"]:focus-visible,
.get-in-touch-form .wpcf7 input[type="email"]:active,
.get-in-touch-form .wpcf7 input[type="tel"]:focus,
.get-in-touch-form .wpcf7 input[type="tel"]:focus-visible,
.get-in-touch-form .wpcf7 input[type="tel"]:active,
.get-in-touch-form .wpcf7 textarea:focus,
.get-in-touch-form .wpcf7 textarea:focus-visible,
.get-in-touch-form .wpcf7 textarea:active {
	border: none;
	border-bottom: 2px solid var(--e-global-color-primary);
	outline: none;
}
.get-in-touch-form .form-wrapper p {
	display: grid;
	gap: 10px;
}
.get-in-touch-form .wpcf7 [type=submit] {
	margin: 32px auto 0;
}
/* Single page */
.single-hero-section {
	background-color: #000;
	padding-inline: 20px;
	padding-block: 80px;
	color: #fff;
}
.hero-inner {
	max-width: 1140px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
	align-items: center;
}
.site-main {
	padding-block: 80px;
}
article .post-content h2,
article .post-content h3,
article .post-content h4 {
	margin-top: 40px;
}
.pagination a {
	color: var( --e-global-color-primary );
}

/* Author box */
.author-box-section {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.author-box-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  width: 100%;
}

.author-avatar img {
  border-radius: 50%;
}

.author-info {
  flex: 1;
}

.author-name {
  font-size: 18px;
  font-weight: bold;
	text-transform: capitalize;
  margin: 0 0 5px;
}

.author-description {
  font-size: 14px;
  color: #666;
}

.elementor a {
	color: inherit;
}
.elementor a:hover {
	color: var( --e-global-color-primary );

@media screen and ( min-width: 1440px ) {
	.get-in-touch::after {
		width: 30%;
	}
}