/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Great Vibes', cursive;*/
/*font-family: 'Lora', serif;*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body{
	font-family: 'Lora', serif;
}
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; /* 1 */
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
.header-menu-block {
	position: relative;
}
.header-menu-block ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-menu-block ul.menu,
.header-menu-block .menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	float: right;
}
.header-menu-block ul.menu > li,
.header-menu-block .menu > ul > li {
	margin: 0 20px;
	/* Second Level*/
}
.header-menu-block ul.menu > li > a,
.header-menu-block .menu > ul > li > a {
	font-size: 24px;
	padding: 10px;
	color: #FFFFFF;
	text-transform: capitalize;
	display: block;
}
.header-menu-block ul.menu > li > a:hover{
	color: #00b1e0 !important;
	text-decoration: none;
}
.header-menu-block ul.menu > li > a:visited,
.header-menu-block .menu > ul > li > a:visited {
	color: #fff;
}

.header-menu-block ul.menu > li:hover > ul,
.header-menu-block .menu > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.header-menu-block ul.menu > li ul,
.header-menu-block .menu > ul > li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
	border-radius: 4px;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 200;
}
@media screen and (prefers-reduced-motion: reduce) {
	.header-menu-block ul.menu > li ul,
	.header-menu-block .menu > ul > li ul {
		-webkit-transition: none;
		transition: none;
	}
}
.header-menu-block ul.menu > li ul:after,
.header-menu-block .menu > ul > li ul:after {
	content: '';
	display: block;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	width: 240px;
	height: 15px;
	background-color: transparent;
}
.header-menu-block ul.menu > li ul li,
.header-menu-block .menu > ul > li ul li {
	position: relative;
	width: 100%;
}
.header-menu-block ul.menu > li ul li.menu-item-has-children > a,
.header-menu-block .menu > ul > li ul li.menu-item-has-children > a {
	position: relative;
}
.header-menu-block ul.menu > li ul li.menu-item-has-children > a:after,
.header-menu-block .menu > ul > li ul li.menu-item-has-children > a:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #dee2e6;
}
.header-menu-block ul.menu > li ul li:after,
.header-menu-block .menu > ul > li ul li:after {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #e9ecef;
}
.header-menu-block ul.menu > li ul li:last-child:after,
.header-menu-block .menu > ul > li ul li:last-child:after {
	display: none;
}
.header-menu-block ul.menu > li ul li:hover > ul,
.header-menu-block .menu > ul > li ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.header-menu-block ul.menu > li ul li > a,
.header-menu-block .menu > ul > li ul li > a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
}
.header-menu-block ul.menu > li ul li > ul,
.header-menu-block .menu > ul > li ul li > ul {
	top: 0;
	left: 100%;
	-webkit-transform: translate(10px, 0);
	transform: translate(10px, 0);
	z-index: 30;
}
.header-menu-block ul.menu li,
.header-menu-block .menu > ul li {
	position: relative;
}
.header-menu-block ul.menu li.current_page_item > a,
.header-menu-block ul.menu li.current-menu-ancestor > a,
.header-menu-block ul.menu li.current-menu-parent > a,
.header-menu-block ul.menu li.current-menu-item > a,
.header-menu-block .menu > ul li.current_page_item > a,
.header-menu-block .menu > ul li.current-menu-ancestor > a,
.header-menu-block .menu > ul li.current-menu-parent > a,
.header-menu-block .menu > ul li.current-menu-item > a {
	color: #fff;
}
@media (max-width: 991.98px) {
	.header-menu-block {
		display: none;
	}
}
@media (min-width: 991.98px) {
	.mobile-nav-toggle {
		display: none;
	}
}
/* Off Canvas Navigation */
.off-canvas-navigation {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 100%;
	overflow: auto;
	z-index: 160;
	visibility: hidden;
	will-change: transform;
	background-color: #5793f6;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate(300px, 0);
	transform: translate(300px, 0);
}
.off-canvas-open .off-canvas-navigation {
	visibility: visible;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/* Mobile Menu */
.off-canvas-main {
	padding: 12px 20px;
}
.off-canvas-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.off-canvas-main .mobile-menu li {
	position: relative;
	display: block;

}
.off-canvas-main .mobile-menu > li {
	border-top: 1px solid #000;
}
.off-canvas-main .mobile-menu > li > a {
	font-size: 1.31579em;
	letter-spacing: 2px;
	font-family: 'Playfair Display', serif;
}
.off-canvas-main .mobile-menu li > a {
	font-size: 18px;
	padding: 10px 0;
}
.off-canvas-main .mobile-menu li > a:hover {
	text-decoration: none;
}
.off-canvas-main .mobile-menu a {
	display: block;
	color: #ffffff;
	font-size: 14px;
}
.off-canvas-main .mobile-menu ul {
	padding-left: 1em;
	border-left: 1px solid #333940;
}
.lore-wrapper {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-open .lore-wrapper {
	-webkit-transform: translate(-300px, 0) !important;
	transform: translate(-300px, 0) !important;
}
/* Off Canvas Overay */
.off-canvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 150;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.1);
	box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.off-canvas-open .off-canvas-overlay {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}
.menu-close {
	color: #fff;
	margin-right: 15px;
	margin-top: 15px;
	font-size: 28px;
	position: relative;
	display: block;
	text-align: right;
}
.close-icon {
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	font-size: 28px;
}
.hamburger-inner {
	width: 24px;
	height: 2px;
}
.is-active .hamburger-inner {
	width: 28px;
	height: 1px;
}
.hamburger {
	float: right;
}
/*End header menu*/
.rpa-hero{
	background: url(../img/banner.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
}
.rpa-header{
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 40px 0;
}
.rpa-hero::after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	content: "";
	position: absolute;
	height: 100vh;
	width: 100%;
	z-index: 0;
}
.rpa-hero-inner{
	text-align: center;
	width: 100%;
	z-index: 2;
}
.hero-title{
	font-size: 72px;
	color: #fff;
}
.hero-title span{
	display: block;
	font-family: 'Great Vibes', cursive;
	color: #00b1e0;
}
.view-listing-btn{
	background: #00b1e0;
	color: #fff;
	text-transform: capitalize;
	margin-top: 15px;
	font-size: 23px;
}
.section-heading{
	font-family: 'Great Vibes', cursive;
	font-size: 48px;
	color: #2c2c2c;
	margin-bottom: 20px;
}
.about-content{
	padding: 15px 100px;
	font-size: 18px;
	line-height: 1.6;
}
.aboutus-img{
	position: relative;
	margin-left: 40px;
}
.aboutus-img::before{
	content: '';
	position: absolute;
	top: 20px;
	left: -20px;
	height: 100%;
	width: calc(100% + 40px);
	background: #00b1e0;
	z-index: -1;
}
.about-section{
	padding: 40px 0;
}
#googlemaps {
	height: 400px;
}
.contact-content{
	padding: 40px 0;
}
.rpa-footer{
	background: #2c2c2c;
	color: #efefef;
	padding: 15px 0;
}
input, textarea {
	width: 100%;
}
.form-row{
	margin-bottom: 15px;
}
.form-control{
	background: #f6f6f6;
}
.form-submit{
	background: #00b1e0;
	color: #fff;
	border:none;
	width: 100px;
	float: right;
}
.listing-section{
	padding: 40px 0;
	background: #2c2c2c;
}
.listing-section .section-heading{
	color: #00b1e0;
}
.white-color{
	color: #fff;
	display: inline-block;
	border-bottom: 3px solid #fff;
}
.residents-menu{
	padding-left: 40px;
}
.residents-menu::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 55px;
	background: #747474;
}
.residents-menu a{
	background: #00b1e0;
	color: #fff;
}
.phone-menu a{
	font-size: 28px !important;
}
.stylish-btn{
	position: relative;
	z-index: 1;
	border: none;
}
.stylish-btn::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: -1;
}
.stylish-btn:hover::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	color: #fff;
}
.blue-color{
	color: #00b1e0;
}
/*Fixed header*/
.fixed-header {
	position : fixed !important;
	top : 0;
	z-index : 9999999;
	background-color : #333;
	width : 100%;
	padding: 10px 0;
}
.fixed-header .rpa-logo
{
	max-height: 30px;
}
.fixed-header .header-menu-block ul.menu > li > a, .fixed-header .header-menu-block .menu > ul > li > a {
	font-size: 16px;
	padding: 5px 10px;
}
.fixed-header .phone-menu a {
	font-size: 18px !important;
}
.fixed-header .residents-menu::before {
	height: 36px;
}
@media (max-width: 575.98px) {
	.about-content {
		padding: 15px;
		margin: 30px 0;
	}
	.hero-title {
		font-size: 22px;
	}
	.rpa-hero {
		height: 450px;
		min-height: 450px;
	}
	.aboutus-img {
		margin-left: 15px;
		margin-right: 15px;
	}
	.section-heading {
		font-size: 28px;
	}
	.h4, h4 {
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1299.98px) {
	.header-menu-block ul.menu > li, .header-menu-block .menu > ul > li {
		margin: 0 2px;
	}
	.header-menu-block ul.menu > li > a, .header-menu-block .menu > ul > li > a {
		font-size: 18px;
	}
	.phone-menu a {
		font-size: 18px !important;
	}
}