/* --------------------------------------------------- */

/* ------------- Projects style ends here   --------- */

/* ------------------------------------------------- */

/*
Theme Name:   BuildingBlocksTheme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://www.buildingblockssoftware.com/stag
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  BuildingBlocksTheme
*/

/* Write here your own personal stylesheet */
.v-align-center .gallery {
	align-items: center;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.hide-dots-desktop ul.wk-slider-nav {
	display: none;
}

.client-testimonials-section .swiper-pagination {
	display: none;
}

.has-text-highlight p > span {
	display: inline-block;
	position: relative;
	padding: 5px;
	margin: 0 15px 10px;
	z-index: 1;
	letter-spacing: .7px;
}

.has-text-highlight p > span:after {
	content: "";
	width: calc(100% + 20px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	background: inherit;
	z-index: -1;
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
}

.home-our-services-section .wk-card.wk-card-default {
	padding: 25px;
}

.home-our-services-section .wk-card .wk-card-body p {
	margin-bottom: 20px;
}

.home-our-services-section .wk-card .wk-card-body p a {
	color: #c26c6c;
	font-size: 16px;
}

.home-our-services-section .wk-card .wk-card-body p:empty {
	margin: 0 !important;
	padding: 0 !important;
}

.home-tab-text ul {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.home-tab-text ul li {
	padding: 25px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
}

/* ------------------------------------------------- */

/* ------------- footer style starts here  --------- */

/* ------------------------------------------------- */
.footer-email-link a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.footer-email-link a:hover {
	color: #fff !important;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.global-footer-social-menu span.dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.global-footer-footer-menu .elementor-nav-menu li:first-child a, .global-footer-social-menu .elementor-nav-menu li:first-child a {
	padding-left: 0 !important;
}

.global-footer-social-menu .elementor-nav-menu li {
	display: flex;
	justify-content: center;
}

.global-footer-form-wrap input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

.global-footer-form-wrap input[type=checkbox] + label {
	font-weight: 400;
	font-size: 16px !important;
	letter-spacing: .2px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.global-footer-form-wrap input[type=checkbox]:checked + label {
	color: #61ce70 !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.global-footer-form-wrap input[type=checkbox] + label:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.global-footer-form-wrap input[type=checkbox]:checked + label:before {
	border: 1px solid #61ce70;
}

.global-footer-form-wrap input[type=checkbox]:checked + label:after {
	content: "";
	width: 7px;
	height: 18px;
	border-right: 2px solid #61ce70;
	border-bottom: 2px solid #61ce70;
	position: absolute;
	top: 1px;
	left: 9px;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}

.global-footer-form-wrap input, .global-footer-form-wrap textarea {
	outline: 0 !important;
	box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
	resize: none;
}

.footer-copyright a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.footer-copyright a:hover {
	color: #fff !important;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

@media (min-width:1025px) {
	.main-nav-sec li.menu-lets-talk {
		background: #61ce70;
		border-radius: 4px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	
	.main-nav-sec li.menu-lets-talk:hover {
		background: #fff;
		color: #61ce70 !important;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	.main-nav-sec li.menu-lets-talk.current-menu-item, .main-nav-sec li.menu-lets-talk.current-menu-item a.elementor-item-active {
		color: #fff !important;
	}
	
	.main-nav-sec li.menu-lets-talk.current-menu-item:hover a.elementor-item-active {
		color: #61ce70 !important;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	.left-padding-only {
		padding-left: calc(( 100% - 1600px ) / 2) !important;
	}
}

@media (max-width:1024px) {
	.main-header .elementor-nav-menu--dropdown ul.elementor-nav-menu {
		padding: 20px 0 30px;
	}
	
	.portfolio-grid-wrap .elementor-portfolio-item__overlay {
		opacity: 1;
	}
}

@media (max-width:768px) {
	.hide-dots-desktop ul.wk-slider-nav {
		display: flex;
	}
	
	.hide-dots-desktop a.wk-slidenav {
		display: none !important;
	}
	
	.client-testimonials-section .swiper-pagination {
		display: block;
	}
	
	.client-testimonials-section .swiper-slide.swiper-slide-duplicate {
		padding: 0 !important;
	}
	
	.client-testimonials-section .elementor-swiper-button {
		display: none;
	}
	
	.client-testimonials-section .swiper-slide {
		padding: 0 !important;
		width: 100% !important;
	}
	
	.client-testimonials-section .elementor-main-swiper {
		width: 100% !important;
	}
}

/* ------------------------------------------------- */

/* ------------- footer style ends here   --------- */

/* ----------------------------------------------- */

/* ----------------------------------------------------- */

/* ------------- Projects style starts here   --------- */

/* --------------------------------------------------- */
.elementor-element-932ac9e img {
	display: none;
}

.project-service-tag span.elementor-post-info__terms-list {
	font-size: 0;
}

.project-service-tag span.elementor-post-info__terms-list-item {
	height: 29px;
	font-size: 13px;
	padding: 0 15px;
	border-radius: 4px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 29px;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0 4px 8px 0 #ccc, 0 2px 2px 0 #ccc !important;
	display: inline-block !important;
	margin: 0 5px 15px 5px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.project-service-tag span.elementor-post-info__terms-list-item:hover {
	color: #fff !important;
	border: 1px solid #61ce70;
	background: #61ce70;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

section#shadow-host-companion {
	padding: 0;
}
