/*******************************************************
 *
 * Real Estate In Las Vegas
 *
 *******************************************************/



.entry-title {
	display: none;
}



#content .relv-title {
	font-size: 62px;
	font-family: var(--title-font);
	  text-transform: uppercase;
	  line-height: 1.3;
	  color: var(--secondary-color);
	  font-weight: 400;
	  margin: 30px 0;
}

.relv-sub-title {
	font-size: 30px;
	font-family: var(--title-font);
	  text-transform: uppercase;
	  font-weight: 400;
}

.relv-sub-title-default {
	text-transform: uppercase;
	color: var(--secondary-color);
	font-size: 20px;
}

.text-center p em {
	color: #878787;
}

.relv-intro {
	padding: 30px 0 90px;
}

.relv-stats-wrap {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: flex-start;
	padding-top: 70px;
}

.relv-stats-item {
	position: relative;
	display: block;
}

.bg-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.relv-stats-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.relv-stats-info em {
	font-style: normal !important;
}

.relv-stats-info span {
	font-size: 30px;
	font-family: var(--title-font);
	margin-bottom: 3px;
}

section.section {
	padding: 25px 0;
}


.relv-border {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 123px;
    height: 108px;
    z-index: 5;
}

.relv-border:before, .relv-border:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
}

.relv-border:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(181,146,110,1)),color-stop(51%, rgba(181,146,110,1)),to(rgba(181,147,111,1)));
    background: -o-linear-gradient(top, rgba(181,146,110,1) 0%,rgba(181,146,110,1) 51%,rgba(181,147,111,1) 100%);
    background: linear-gradient(to bottom, rgba(181,146,110,1) 0%,rgba(181,146,110,1) 51%,rgba(181,147,111,1) 100%);
}

.relv-border:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(182,148,112,1)),color-stop(50%, rgba(191,162,129,1)),to(rgba(181,146,111,1)));
    background: -o-linear-gradient(left, rgba(182,148,112,1) 0%,rgba(191,162,129,1) 50%,rgba(181,146,111,1) 100%);
    background: linear-gradient(to right, rgba(182,148,112,1) 0%,rgba(191,162,129,1) 50%,rgba(181,146,111,1) 100%);
    width: 100%;
    height: 6px;
}

.relv-stats-item:last-child .relv-border {
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
}

.relv-stats-item:last-child .relv-border:before, .relv-stats-item:last-child .relv-border:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

#content .relv-toc ol {
	margin-left: 20px;
}

.relv-toc li {
	margin: 20px 0;
}

.relv-buysell-wrap {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 50px;
}

.revl-buy-sell {
	color: #fff;
	flex-grow: 1;
	padding: 50px 40px;
}

.revl-buy-sell span {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}

#content .revl-buy-sell ul {
	margin-left: 20px;
}

.buy-content {
	background-color: #b8935a;
}

.sell-content {
	background-color: #000;
}

#content .aios-faqs-default {
	border-radius: 0;
}

#content .aios-faqs-default__item {
	padding: 0;
	margin: 10px 0 15px;
}
#content .aios-faqs-default__list::before {
	display: none;
}

#content .aios-faqs-default__question {
	background: #000;
	color: #fff;
	adding-left: 30px;
	padding: 25px 40px 25px 30px;
	font-weight: 500;
	text-transform: uppercase;
}

#content .aios-faqs-default__item.active .aios-faqs-default__question {
	color: #fff;
}

#content .aios-faqs-default__icon {
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
}

#content .aios-faqs-default__icon svg.icon-arrow-1 path, #content .aios-faqs-default__icon svg.icon-default path {
	stroke: var(--secondary-color);
}

#content .aios-faqs-default__item.active .aios-faqs-default__icon svg.icon-arrow-1 path, #content .aios-faqs-default__item.active .aios-faqs-default__icon svg.icon-default path {
	stroke: var(--secondary-color);
}

#content .aios-faqs-default .aios-faqs-default__text {
	padding: 0 30px 20px;
}

#content .aios-faqs-default__item:not(:last-child)::before {
	display: none;
}

.relv-agent-wrap {
	background-color: #b8935a;
	color: #fff;
	display: flex;
	padding: 60px 80px;
	gap: 50px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.relv-agent-pic {
	max-width: 100%;
	width: 310px;
}

.relv-agent-info {
	width: 100%;
}

.relv-agent-info span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.relv-agent-info a {
	text-transform: uppercase;
	display: inline;
	margin-bottom: 5px;
}

.relv-agent-info a:hover {
	color: #fff;
	text-decoration: underline;
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
	.relv-border {
        width: 75px;
        height: 68px;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
	.relv-stats-wrap {
		flex-flow: row wrap;
	}
	
	.relv-buysell-wrap {
		flex-flow: row wrap;
	}
	
	.relv-agent-wrap {
		padding: 60px 20px;
		flex-flow: row wrap;
	  justify-content: center;
	  text-align: center;
	}
	
	.relv-agent-pic {
		width: 100%;
	}
	
	.relv-agent-pic img {
		margin: 0 auto;
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {	
	
}

@media only screen and (max-width: 567px) {	
	
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
	
}