/*!
Theme Name: Foxtail Commons
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indigo
*/

img {
    max-width: 100%;
    height: auto;
}

a {
	color: #be4664;
}

a:hover {
	color: #fff;
}
.iframeContainer{
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
.videoSection {
    padding: 150px 0 0;
    text-align: center;
}
.videoSection video{
	box-shadow: 0 0 20px #000;
}
.xtraLargeBreak{
	display: none;
}
@media(min-width: 1499px){	
	
	.xtraLargeBreak{
		display: block;
	}
	.hero_content h1 {
		font-size: 80px;
	}
	
}
/*  Tablet */
@media only screen and (min-width:768px) and (max-width:1200px){
	.hero_content h1 {
		color: #fff;
	}
	.header_menu_trigger{
		top: 60px;
	}
}
.amenities_features_inner ul li img {
    margin-right: 10px;
}

.top_header{
	color: #fff;
    text-align: center;
    background: #5087BE;
    font-size: 1.3rem;
    padding: 5px;
	position: relative;
	z-index: 999999999
}
.hero_section_inner .container {
    max-width: 1400px;
}