/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {from {opacity: 0;transform: translate3d(0,-30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInDown {animation-name: fadeDown }@keyframes fadeLeft {from {opacity: 0;transform: translate3d(-30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInLeft {animation-name: fadeLeft }@keyframes fadeRight {from {opacity: 0;transform: translate3d(30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInRight {animation-name: fadeRight }@keyframes fadeUp {from {opacity: 0;transform: translate3d(0,30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInUp {animation-name: fadeUp }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */





/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}




/*=========================
	SHOWROOM PAGE
=========================*/

.bounce {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.gallery .custom_paging { 
	text-align: center;
}
.gallery .custom_paging li {
    display: inline-block;
    color: #595959;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
    border-top: solid 3px rgba(255,255,255,0);
}
.gallery .custom_paging li.slick-active {
    border-top: solid 3px #49936C;
}
.gallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	background-color: transparent;
	color: #49936C;
	font-size: 30px;
    z-index: 9;
}
.gallery .slick-arrow.slick-next {
    left: auto;
    right: -40px;
}
@media all and (max-width: 767px) {
    .gallery .slick-arrow {
        left: -55px;
    }
    .gallery .slick-arrow.slick-next {
        right: -55px;
    }
    .jet-tabs__control-wrapper {
        flex-wrap: nowrap !important;
        position: relative;
        left: 0;
        align-self: flex-start !important;
        overflow: scroll;
        width: 100%;
    }
}
a.wc-backward, button[type="submit"]:not(.btn-custom-typo):not(.btn-inherit), button.e-apply-coupon, button[name="apply_coupon"] {
	float: none;
	border-radius: 4px !important;
	border: solid 1px #49936C !important;
	background-color: #FFF !important;
	color: #49936C !important;
	font-family: "Source Sans Pro" !important;
	font-size: 16px !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
	line-height: 22px;
	padding: 10px 60px !important;
	text-transform: capitalize !important;
	max-height: 44px;
}




#logo-container-mobile {
}
#main-logo .navbar-brand img {
	height: 100px;
}

#content-slider .triple-block-padding {
	padding: 0;
}
#content-slider .row.row-child {
	min-height: 450px;
}
#content-slider p {
	color: #FFF;
    font-size: 16px;
    margin: 0 !important;
}
#content-slider h2 span {
	font-size: 42px !important;
}

.featured .row-background.background-element::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#from-the-ground-up-title {
    margin: 0 !important;
}
.bordered {
	border: solid 1px #FFF;
	padding: 6px;
}


/* Callout Boxes */
.callout-box * {
    transition: all 0.5s ease;
}
.callout-box .uncell {
    height: 300px;
}
.callout-box .single-block-padding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.callout-box .heading-text > * {
	border: solid 1px #FFF;
	padding: 10px 30px;
}
#ad-popups .callout-button:hover,
.callout-box .col-link:hover ~ .uncol .custom-link,
.callout-box .col-link:hover ~ .uncol .heading-text > * {
	background-color: #4a8667 !important;
    border: solid 1px #4a8667 !important;
}
.callout-box .column-background.background-element::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.4);
	content: '';
	top: 0;
	z-index: 1;
	mix-blend-mode: multiply;
}
.callout-box .uncont {
	z-index: 99;
	position: relative;
}
.callout-box .heading-text > div {
	font-size: 22px;
}

/* Service Boxes */
.service-block .uncode-single-media {
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.service-block .vc_custom_heading_wrap {
	min-height: 60px;
}