/*!
	Theme Name: Outcomes 2021
	Description: Hello Elementor child theme for Outcomes 2021
	Author: Nextlevel
	Author URI: https://www.nextlevel.es/
	Version: 2021.01
	Template: hello-elementor
	Text Domain: outcomestheme
*/


.more-detail-box {
    display: none;
	
}

.innerwebnier .toggle-more-detail {
	cursor: pointer;
}
.closebutton, .infobutton {
	display: none !important;
}
.innerwebnier .jet-listing-grid__item #infobutton {
	display: block !important;
}
.innerwebnier .jet-listing-grid__item.active #infobutton {
	display: none !important;
}

.innerwebnier .jet-listing-grid__item.active #closebutton {
	display: block !important;
}
.innerwebnier .jet-listing-grid__item.disablelist {
	display: none;
}

.slider-sidebox {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-color: rgba(219, 22, 22, 1);
    width: 100%;
    height: 350px;
    z-index: 50;
    opacity: 1;
}



.slide-container {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	pointer-events: none;
}
@media only screen and  (max-width:900px)  {
	.static-content-wrap h1 {
		font-size: 58px;
		line-height: 0.8;
	}
	.slider-static-content {
		width: 80%;
		left: 10%;
	}
	.slider-sidebox {
		display: none;
	}

}

@media only screen and  (max-width:900px)  {
	.static-content-wrap h1 {
		font-size: 40px;
	}
	.subcontentslider {
		font-size: 16px;
	}

}

#new_subscriber {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
    justify-content: space-between;
}

#new_subscriber .form-group {
    width: 42%;
}

#subscriber_subscribed_with_acceptance {
	margin-right: 10px;
}

#new_subscriber .subscriber_subscribed_with_acceptance { width: 85%; margin: .6rem 0 0 1.4rem; line-height: 1.5; font-size: 12px; }
	#new_subscriber .subscriber_subscribed_with_acceptance label { line-height: 1.5; }
		#new_subscriber .subscriber_subscribed_with_acceptance label abbr { display: none; }
		#new_subscriber .subscriber_subscribed_with_acceptance label input { margin: 0 .4rem 0 -1.4rem; }

	#new_subscriber .subscriber_subscribed_with_acceptance a { font-size: 12px; line-height: 1; }

.submit-wrapper input {
    padding: 9px 20px;
}

@media only screen and  (max-width:900px)  {
	#new_subscriber .form-group {
		width: 48%;
		margin-bottom: 10px;
	}

}
@media only screen and  (max-width:700px)  {
	#new_subscriber .form-group {
		width: 100%;
		margin-bottom: 5px;
	}
	.submit-wrapper {
		order: 4;
	}

}

