/*
Theme Name: Extraweb Child Theme
Template: extraweb_theme
Author: asalwleb@gmail.com
Description: Child Theme For Extraweb Theme
Version: 1.0
Text Domain: extraweb-theme-child
*/

.team .item{
	padding: 0;
}
.team .item._border{
	overflow: hidden;
}
.team .item__content{
	padding: 20px;
}
.team .item__description{
	margin: 15px 0;
	text-align: justify;
}
.contacts__inner{
	flex-direction: column;
}
.contacts__content{
	display: flex;
	gap: 30px;
}
.contacts__content-column._2columns{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-left: auto;
	max-width: 540px;
}
.contacts__line{
	padding-left: 0;
}
.contacts__line-name{
	color: var(--color-header-menu-link-active);
}
.contacts__title{
	line-height: 0.7;
}
.contacts__socials{
	margin-top: 52px;
}
.contacts__map{
	max-width: 100%;
	line-height: 0;
}
@media (max-width: 768px) {
	.contacts__inner{
		background: none;
		padding: 0;
	}
	.contacts__content{
		flex-direction: column;
	}
	.contacts__content-column._2columns{
		/* grid-template-columns: 1fr; */
	}
	.contacts__socials{
		margin-top: 20px;
	}
	.contacts__line{
		min-width: 50%;
	}
	.contacts__map{
		border-radius: 0;
	}
}


.gallery__slide{
	padding: 0;
}
.swiper-pagination{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.swiper-pagination-bullet{
	border-radius: 50%;
	margin: 5px;
}
.site-footer {
  background: inherit !important;
}

input, textarea, input::placeholder, textarea::placeholder{
	background-color: var(--color-background);
}
.checkbox__container .checkmark, .wpcf7-acceptance label .checkmark{
	background-color: var(--color-background);
}

.main-content blockquote {
  color: var(--color-text-main);
	background-color: var(--color-body-background);
}

.previewPostV4{
	padding: 0;
	border-radius: var(--border-radius);
	border: 2px solid #383838;
  overflow: hidden;
}
.previewPostV4__image{
	border-radius: 0;
	height: 100%;
	min-height: 175px;
}
.previewPostV4__content{
	padding: 30px 15px 30px 0;
}

.shortcode--background {
  background-color: transparent;
}
.shortcode--background .postsGridV3{
  background-color: transparent;
}


.features-1__wrap._row-reverse{
	flex-direction: row-reverse;
}
@media (max-width: 768px) {
	.features-1__wrap._row-reverse{
		flex-direction: column-reverse;
	}
}


.universal-2__item-image img{
	border-radius: 0;
}

.team .item__phone{
	margin-top: 30px;
}

.previewPostV4__date svg {
  color: var(--color-accent);
}


.intro__content-wrapper{
	display: flex;
	justify-content: center;
	text-align: center;
}
.intro__subtitle{
	border-left: none;
	background: none;
}
.intro__cta{
	margin: 0 auto;
}