/* Each media query has its own Generic CSS modifications */
@media (min-width: 1921px) {
}
@media (max-width: 1600px) {
	.extra-big-title {
		font-size: 115px;
	}
	.big-title {
		font-size: 85px;
	}
	.address_wrapper .big-title,
	.location-wrapper .big-title{
		font-size: 45px;
	}
	.medium-title {
		font-size: 50px;
	}
	.small-title {
		font-size: 25px;
	}
	/*main container*/
		.container,
	#home_hero .container-fluid {
		max-width: calc(100% - 270px);
		margin: auto;
	}
	/*availability*/
 	.project-image-wrapper {
		height: 400px;
	}
	.unit-availability {
		font-size: 13px;
	}
	/*header menu change*/
	#main-menu {
		height: 117px;
		right: 0;
		left:unset;
		top: 0;
		bottom:unset;
	}
	#project-archive,
	.content-padding {
		padding-left: 125px;
		padding-right: 125px;
	}
	/*project page*/
	#project-left{
		padding-left: 35px;
	}
}
@media (max-width: 1399.98px) {
	.help-img {
		height: 450px;
	}
	.hero_text {
		top: 40vh;
	}
}
@media (max-width: 1299.98px){
	.hero_text h1 br {
		display: inline;
	}
}
@media (max-width: 1199.98px) {
.small-title {
	font-size: 22px;
}
.min-height-800 {
	min-height: 700px;
}
/*intro text hero*/
.hero_text {
	top: 36vh;
}
/*actions*/
.help-img {
	height: 450px;
}
/*containers*/
.container, #home_hero .container-fluid {
	max-width: 90%;
	margin: auto;
}
#project-archive, .content-padding,
.padding-menu {
	padding-left: 0;
	padding-right: 0;
	max-width: 90%;
	margin-left: auto;
	margin-right:auto;
}
.help-img {
	height: 400px;
}
.big-title {
	font-size: 80px;
}
.address_wrapper .big-title,
.location-wrapper .big-title{
	font-size: 40px;
}

}
@media (max-width: 991.98px) {
	.extra-big-title {
		font-size: 100px;
	}
	.big-title {
		font-size: 75px;
	}
	.medium-title {
		font-size: 40px;
	}
	.min-height-800 {
		min-height: 600px;
	}
	.hero_text {
		top: 25vh;
	}
	/*inside*/
	#about-hero {
		max-height: 70vh;
	}
	/*project*/
	#project-left {
		max-width: 90%;
		margin: auto;
		padding-left: 100px;
		padding-right: 100px;
		padding-top:50px;
	}
	.project-image-wrapper {
		height: 500px;
	}
	#blog-info-inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		justify-items: flex-start;
		justify-content: space-between;
	}
	
	/*nohover*/
	#terms-content .swiper-slide .unit-availability {
		opacity: 1;
	}
	
	/* MIA Gradient BG */
	#site-navigation {
		background-image: linear-gradient(to right,#e5e1d5, rgba(255,255,255, .6));
	}
	
	/* Project Gallery */
	div#modal-gallery .modal-gallery-inner img {
		width: 100%;
		height: auto !important;
	}
}
@media (max-width: 767.98px) {
	.big-title {
		font-size: 70px;
	}
	#home_hero {
		min-height: 80vh;
	}
	.min-height-800 {
		min-height: 500px;
	}
	.cutting-edge-image {
		height: 250px;
	}
	.nav-link {
		font-size: 13px;
	}
	.tab_content_link_a {
		right: -30px;
	}
	.x-padding {
		padding-left: 50px;
		padding-right: 50px;
	}
	#project-left {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	/* Pop Up - Form */
	#spu-1179 {
		height: 80vh !important;
		margin-top: 10%;
	}
	#spu-1179 .spu-container {
		overflow-y: scroll;
	}
	
	/* Floating Contact Us */
	#floating-contact {
		right: 20px;
		bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.hero_text h1 {
		font-size: 32.5px;
	}
	#home_hero {
		min-height: 100vh;
	}
	.custom-logo {
		height: 60px;
	}
	#main-menu {
		height: 95px;
		width: 90px;
	}
	.min-height-800 {
		min-height: 350px;
	}
	.extra-big-title {
		font-size: 60px;
	}
	.big-text {
		font-size: 30px;
	}
	.small-title {
		font-size: 20px;
	}
	.md-y-margin {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.y-margin {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.project-image-wrapper {
		height: 400px;
	}
	.cutting-edge-image {
		height: 200px;
	}
	.cutting-edge-image.even {
		margin-bottom: 230px;
	}
	.cutting-edge-image.odd {
		margin-top: 230px;
	}
	#area .tab-content-inner {
		padding-top: 50px;
	}
	.help-img {
		height: 300px;
	}
	.big-title {
		font-size: 40px;
	}
	.address_wrapper .big-title,
	.location-wrapper .big-title{
		font-size: 30px;
	}
	#site-navigation {
		padding: 25px 25px 25px 20px;
	}
	.md-y-margin-withlogo {
		margin-top: 150px;
		margin-bottom: 70px;
	}
	#project-archive, .content-padding, .padding-menu {
		max-width: 100%;
	}
	.x-padding {
		padding-left: 20px;
		padding-right: 20px;
	}
	.md-y-padding {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#project-left {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0;
	}
	#project-availability .project-image-wrapper {
		height: 250px;
	}
	#tabs .nav-item:hover button::before, #tabs .nav-item button.active::before, #tabs-areas .nav-item:hover button::before, #tabs-areas .nav-item button.active::before, #terms .nav-item:hover button::before, #terms .nav-item button.active::before {
		width: calc(100% - 2rem);
		left: 1rem;
	}
	.colpurights {
		padding-right: 0;
	}
	#footer {
		padding-top: 50px;
		padding-bottom: 50px !important;
	}
	#project-description-1 {
		padding-top: 60px;
	}
	#related-posts {
		padding-top: 50px;
	}
	#blog-content {
		padding-bottom: 100px;
	}
	.single #blog-content {
		padding-bottom: 0;
	}
	#main-content {
		padding-bottom: 100px;
	}
	#contact_form .wpforms-field {
		margin: 0;
		padding: 5px 0;
	}
	#contact_form .wpforms-submit-container {
		text-align: left;
	}
	#menu-error-menu {
		flex-direction: column;
	}
	#menu-error-menu li {
		display: block;
		margin: 10px 0;
	}
	#modal-gallery {
		padding: 10px;
		height: 100%;
	}
	.modal-swiper .swiper-slide {
		margin: auto;
	}
}

/* WP Form - Pop Up */
@media (max-width: 600px){
	#wpforms-1172-field_5-container .wpforms-layout-column.wpforms-layout-column-50 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		flex: 100%;
	}
	#wpforms-1172-field_5-container .wpforms-layout-column.wpforms-layout-column-50 div {
		width: 100%;
	}
	#wpforms-1172-field_7-container {
		order: -1;
	}
}