/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.phone-info {
	font-size: 16px;
}

.avia-menu-text {
	text-transform: uppercase;
	font-size: 13px;
}

.av-seperator-icon {
	color: #fff !important;
}

#menu-item-search {
	display: none;
}

#av_section_1 .content {
	padding-bottom: 0 !important;
}

#top .flex_column_table {
	margin-top: 0 !important;
}

.caption_framed .slideshow_caption .avia-caption-title {
	background: none;
	text-shadow: 2px 2px 5px black;
	margin-top: 200px;
}

.av-image-caption-overlay-center {
	vertical-align: bottom;
	padding: 0;
}

.av-image-caption-overlay-center p:last-child {
	background: #006f3c;
	letter-spacing: 5px;
	line-height: 2.3em !important;
}

.av-image-caption-overlay-center p:hover {
	background: #00894a;
}

.home #after_section_1.container_wrap {
	border: none;
}

.residence-floorplans td {
	background: #fff !important;
}

.residence-floorplans td {
	vertical-align: middle !important;
}

.featured-listings-img .container {
	padding: 0;
	margin: 0 auto;
	max-width: 100%;
}

.featured-listings-img .template-page {
	padding-top: 0;
}

#footer {
	padding-top: 0;
}

#footer #text-4,
#footer #text-8 {
	padding-top: 0;
}

#footer #text-5 {
	text-align: center;
}

#footer #text-8 {
	text-align: right;
}

.footer-gold {
	background: #dead33;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.footer-gold p {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px !important;
	margin: 0;
	padding: 30px 0;
}

.footer-phone {
	display: inline-block;
	width: 40px;
	margin: 0 !important;
}

#footer .widget {
	margin-bottom: 0 !important;
}

.waiting p {
	font-size: 20px !important; 
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	color: #00703c;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}




/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}