@charset "UTF-8";

/*
 * Custom Global CSS Changes 
 */
/*a:visited {color:#72c02c;}*/
a.u-btn-primary:visited {color:#fff;}
ul, ol {margin-left:inherit; margin-right:inherit;} 
.text-shadow {text-shadow: 1px 1px 2px #000;}

/*
 * Primary Menu
 */
/*.navbar-brand img {max-width:none;}  
	@media only screen and (min-width : 480px){
    .navbar-brand img {max-height:40px;}
	}
 	@media only screen and (min-width : 1200px){
    .navbar-brand img {max-height:none;}
	}


	@media only screen and (min-width : 1200px){
    ul#primary-menu li.menu-item:first-child {margin-left:0px !important;}
    ul#primary-menu li.menu-item:last-child {margin-right:0px !important;}
  }*/

/*
 * Footer
 */	
#contacts-section a, footer a {color:rgba(255, 255, 255, 0.6);}
#contacts-section a:hover, footer a:hover {text-decoration: none;}
 
/*
 * Homepage 
 */

/*
 * Amenities
 */
ul.collapse.show {display:flex;}
.info-v3-5 {
  position: relative; }

.info-v3-5::before {
  content: "";
  position: absolute;
  top: 0.71429rem;
  right: 0.71429rem;
  bottom: 0.71429rem;
  left: 0.71429rem;
  display: block;
  border: 1px solid rgba(238, 238, 238, 0.8);
  z-index: 1; }
 
 
 .fp-thumb {max-height:100%;max-width:100%;height:auto!important;width:auto!important;}
 
 
/*
 * Contact Us 
 */ 
/*.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {border-color: #72c02c;box-shadow: none;} 
.gform_wrapper.two-column_wrapper ul.gform_fields li.gsection {display: none;} 
li#field_1_10, li#field_1_9 {display:block; width:50%;}
li#field_1_10 {float:left;padding-right:15px;} 
li#field_1_9 {clear:inherit;float:right;padding-left:15px;} 

input#gform_submit_button_1 {clear:both;float:right;padding:0.85714rem 2.5rem;font-weight:600;font-size:0.92857rem;background-color:#72c02c;color:#fff;transition:all 0.2s ease 0s;text-transform:uppercase;margin:20px 0;}
input#gform_submit_button_1:hover, .u-btn-primary.active {background-color: #8cd54a;border-color: #8cd54a;}
 
 	@media only screen and (min-width : 768px){
		.gform_wrapper.two-column_wrapper ul.gform_fields {
			display:block;
			width:50%;
		}
		.gform_wrapper.two-column_wrapper ul.gform_fields:first-child {
			float:left;
			padding-right: 15px;
		}
		.gform_wrapper.two-column_wrapper ul.gform_fields:last-child {
			float:right;
			padding-left:15px;
		} 
} */
 
/*
 * Single Floor Plans 
 */ 
.single-floor_plans img#logo {max-height:90px;}
.single-floor_plans .navbar-brand {top:10px;}

 
 	/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){

	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){
 
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	}