/**
 * Theme Name: 		WP Agency Child Theme for Elementor
 * Theme URI: 		https://wp.agency
 * Description: 	Light weight Elementor Child Theme
 * Author: 			WP Agency
 * Author URI: 		https://wp.agency
 * License:         GNU General Public License v3 or later.
 * License URI:     https://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain:     wp-agency
 * Template: 		wpagency-elementor
 * Version: 1
 */


/* Default/Global Styles */

/*.wp-block-image figcaption {display:block!important}*/

body .hoveraccent.elementor-element .elementor-post__title a:hover {
	color: #cc0f00;
}
a {
	color: #cc0f00
}
p {
	margin: 0 0 1.5rem
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", Sans-serif;
	color: #000;
	margin-top: 3rem;
    margin-bottom: 1rem;
	text-transform: capitalize;
}
[data-elementor-type="single"] .elementor-text-editor ul {
	padding-left: 20px;
	margin: 0 0 1.5rem;
}

ul, ol {margin:0 0 1.5rem 20px}

/* PW hidden */

/* post-password-required */
.pw-protected-required .pw-hide {
	display: none!important;	
}

/* hide in the results/archive page too */
.elementor-posts.elementor-grid > .type-properties.status-publish.post-password-protected {
	display: none!important;
}


/* Horizontal rules */
hr.wp-block-separator, hr {
	border:0; border-top:1px solid #d2d2d2; clear: both; margin: 40px 0;}
	hr.clear {
		border: 0 none;height: 1px;margin: 0; clear: both;}
	hr.spacer {
		border: 0 none;height: 40px;margin: 0; clear: both; }


.img-circle { 
	border-radius: 50%!important;
}

.captions-no-border .wp-caption {
	border:0;
	background: none;
	padding: 10px;
}


/* Post sections default */
[data-elementor-type="archive"] .elementor-section,
[data-elementor-type="single"] .elementor-section,
[data-elementor-type="wp-post"] .elementor-section {
	padding: 60px 0
}

/* Post inner sections default */
[data-elementor-type="single"] .elementor-inner-section,
[data-elementor-type="wp-post"] .elementor-inner-section {
	padding: 0
}

/* Responsive Iframe */
.responsive-iframe {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* Extra Styles */
.elementor-element.fancy-heading {
	overflow: hidden;
	padding: 3px 0
}
.elementor-element.fancy-heading .elementor-heading-title {
	display: inline-block;
	position: relative;
}
.elementor-element.fancy-heading .elementor-heading-title:before,
.elementor-element.fancy-heading .elementor-heading-title:after {
	content: "";
	position: absolute;
	height: 5px;
	/*border-bottom: 1px solid #000;*/
	border-top: 1px solid #000;
	top: 64%;
	transform: translateY(-45%);
	width: 1000px;
}
.elementor-element.fancy-heading .elementor-heading-title:before {
	right: 100%;
	margin-right: 15px;
}
.elementor-element.fancy-heading .elementor-heading-title:after {
	left: 100%;
	margin-left: 15px;
}


/* -- Floor Plans -- */
#floorplans.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:inline-block}
#floorplans.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper{text-align:center}
#floorplans.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {border:0}

#mapss .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:inline-block}
#mapss .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper{text-align:center}
#mapss .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {border:0}


/* -- Video for Property -- */
.cover_img { background-size: cover!important; }

.single-properties .property-information .elementor-heading-title {margin:0 0 10px}

.h1ornot {
	margin: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    text-transform: inherit;
}


/* -- Elementor Help -- */
@media (max-width:768px) {
	
	/* move main toggle button to the right */
	body .elementor-30194 .elementor-element.elementor-element-27775dce .elementor-menu-toggle{
		margin:0 0 0 auto;
	}
	/* move search toggle button to the left */
	body .elementor-30194 .elementor-element.elementor-element-26e6411e .elementor-search-form{
		text-align: left;
	}

}

.elementor-widget-archive-posts .elementor-post__title, 
.elementor-widget-archive-posts .elementor-post__title a {
	font-family: "Roboto Condensed", Sans-serif;
}


/* -- Wordpress classes styles -- */
figure img {
	
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;	
}


.wp-caption {
	max-width: 100%;
	border: 1px solid #ccc;
	background: #eee;
	padding: 8px 5px 5px;
}

.wp-caption figcaption {padding:0 10px}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wp-caption img {
	margin-bottom: 10px!important;
	display: block;
}
.elementor .elementor-widget .gallery {
	margin: 2em auto;
	width: 100%;
	clear: both;
	border: 1px solid #ccc;
	background: #eee;
	padding: 20px 20px 0px;
}
.elementor .elementor-widget .gallery:after {
	content: "";
	display: table;
	clear: both;
}
img.aligncenter,
figure.aligncenter,
/* figure.aligncenter img, */
.elementor .elementor-widget div.aligncenter,
.elementor .elementor-widget figure.aligncenter{
	/*display: block;*/
	margin: 1.5rem auto;
}
img.alignright,
figure.alignright,
/* figure.alignright img, */
.elementor .elementor-widget div.alignright,
.elementor .elementor-widget figure.alignright {
	float: right;
	margin: 0 0 .5em 2em;
}
img.alignleft,
figure.alignleft,
/* figure.alignleft img, */
.elementor .elementor-widget div.alignleft,
.elementor .elementor-widget figure.alignleft,
img.wp-post-image.attachment-thumb {
	float: left;
	margin: 0 1em .5em 0;
}
figure.gallery-item {
	max-width: 100%;
	height: auto;
	margin: 1em 0;
}
p img.alignright,
p img.alignleft {
	margin-top: 0;
}
.elementor .elementor-widget .gallery figure.gallery-item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.elementor .elementor-widget .gallery figure.gallery-item {
	float: left;
	margin: 0 2% 1em 0;
}
.elementor .elementor-widget .gallery.gallery-columns-1 figure.gallery-item {
	width: 100%;
	margin: 0 0 1em 0;
	float: none;
}
.elementor .elementor-widget .gallery.gallery-columns-3 figure.gallery-item {
	width: 32%;
}
.elementor .elementor-widget .gallery.gallery-columns-3 figure.gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-3 figure.gallery-item:nth-of-type(3n+4) {
	clear: left;
}
.elementor .elementor-widget .gallery.gallery-columns-2 figure.gallery-item {
	width: 49%;
}
.elementor .elementor-widget .gallery.gallery-columns-2 figure.gallery-item:nth-of-type(even) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-2 figure.gallery-item:nth-of-type(odd) {
	clear: left;
}
.elementor .elementor-widget .gallery.gallery-columns-4 figure.gallery-item {
	width: 23.25%;
}
.elementor .elementor-widget .gallery.gallery-columns-4 figure.gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-4 figure.gallery-item:nth-of-type(4n+5) {
	clear: left;
}
.elementor .elementor-widget .gallery.gallery-columns-5 figure.gallery-item {
	width: 18%;
}
.elementor .elementor-widget .gallery.gallery-columns-5 figure.gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-5 figure.gallery-item:nth-of-type(5n+6) {
	clear: left;
}
.elementor .elementor-widget .gallery.gallery-columns-6 figure.gallery-item {
	width: 14.2%;
}
.elementor .elementor-widget .gallery.gallery-columns-6 figure.gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-6 figure.gallery-item:nth-of-type(6n+7) {
	clear: left;
}
.elementor .elementor-widget .gallery.gallery-columns-7 figure.gallery-item {
	width: 12%;
}
.elementor .elementor-widget .gallery.gallery-columns-7 figure.gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-7 figure.gallery-item:nth-of-type(7n+8) {
	clear: left;
}
.elementor .elementor-widget .gallery.gallery-columns-8 figure.gallery-item {
	width: 10.2%;
}
.elementor .elementor-widget .gallery.gallery-columns-8 figure.gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-8 figure.gallery-item:nth-of-type(8n+9) {
	clear: left;
}
.elementor .elementor-widget .gallery.gallery-columns-9 figure.gallery-item {
	width: 8.85%;
}
.elementor .elementor-widget .gallery.gallery-columns-9 figure.gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}
.elementor .elementor-widget .gallery.gallery-columns-9 figure.gallery-item:nth-of-type(9n+10) {
	clear: left;
}
@media (max-width:767px) {
	img.alignright,
	.elementor .elementor-widget div.alignright,
	figure.gallery-item.alignright,
	img.alignleft,
	.elementor .elementor-widget div.alignleft,
	figure.gallery-item.alignleft,
	img.wp-post-image.attachment-thumb {
		display: block;
		margin: 1em auto;
		float: none;
	}
	.elementor .elementor-widget .gallery.gallery-columns-4 figure.gallery-item,
	.elementor .elementor-widget .gallery.gallery-columns-5 figure.gallery-item,
	.elementor .elementor-widget .gallery.gallery-columns-6 figure.gallery-item,
	.elementor .elementor-widget .gallery.gallery-columns-7 figure.gallery-item,
	.elementor .elementor-widget .gallery.gallery-columns-8 figure.gallery-item,
	.elementor .elementor-widget .gallery.gallery-columns-9 figure.gallery-item {
		width: 100%;
		margin: 0 0 1em 0;
		float: none;
	}
}


 @media screen and (max-width: 767px) {
	 .wp-block-image .alignright {max-width:50% }
	 .wp-block-image .alignleft {max-width:50% }
	 img.alignright {max-width:50%}
	 img.alignleft {max-width:50%}
 }

@media screen and (max-width: 500px) {

	.elementor .elementor-widget .wp-block-image .alignright {max-width:100%; text-align: center; margin-left: auto; margin-right: auto; float:none!important }
	.elementor .elementor-widget .wp-block-image .alignleft {max-width:100%; text-align: center; margin-left: auto; margin-right: auto;float:none!important }

	.elementor .elementor-widget .wp-block-image .alignright img {max-width:100%; display: block; text-align: center; margin-left: auto; margin-right: auto; float:none!important }
	.elementor .elementor-widget .wp-block-image .alignleft img {max-width:100%;display: block; text-align: center; margin-left: auto; margin-right: auto;float:none!important }
	
	
	.elementor .elementor-widget img.alignright {max-width:100%; display: block; text-align: center; margin-left: auto; margin-right: auto;float:none!important}
	.elementor .elementor-widget img.alignleft {max-width:100%; display: block; text-align: center; margin-left: auto; margin-right: auto;float:none!important}
	
}


.wp-block-gallery {clear:both; margin:40px 0 40px}


blockquote {
    padding:20px 20px 20px  70px;
    background-color: #f1f0f0;
    position: relative;
	clear: both;
	
} 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}

blockquote cite {
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}

blockquote p:last-child {margin-bottom:0}


blockquote.testimonial {
	padding:15px
}
blockquote.testimonial:before {
	display:none;
}
/* --- LEGACY SUPPORT --- */

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


/*** Legacy Columns ***/
.clear {
	clear: both;
}
p:empty {
	display: none;
}
.row {
	position: relative;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* DEFAULT ROW STYLES */

.row {
	padding-bottom: 24px;
}
/* set according to preference*/

/* DEFAULT COLUMN STYLES */

.col {
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 3px;
}
@media (min-width: 690px) {
	.col {
		margin-right: 2%;
	}
	.wpb_column {
		margin-right: 0px;
	}
}
/* RESET MARGINS */

.col.col_last {
	margin-right: 0;
}
.col:last-child {
	margin-right: 0;
}
/* COLUMN WIDTH ON DISPLAYS +690px */

@media (min-width: 690px) {
	.span_1 {
		width: 6.5%;
	}
	.span_2 {
		width: 15.0%;
	}
	.span_3 {
		width: 23.5%;
	}
	.span_4 {
		width: 32.0%;
	}
	.span_5 {
		width: 40.5%;
	}
	.span_6 {
		width: 49.0%;
	}
	.span_7 {
		width: 57.5%;
	}
	.span_8 {
		width: 66.0%;
	}
	.span_9 {
		width: 74.5%;
	}
	.span_10 {
		width: 83.0%;
	}
	.span_11 {
		width: 91.5%;
	}
	.span_12 {
		width: 100%;
	}
	/* full width content columns */
	.full-width-content.vc_row-fluid .vc_span1,
	.full-width-content.vc_row-fluid .vc_col-sm-1 {
		width: 8.33%;
	}
	.full-width-content.vc_row-fluid .vc_span2,
	.full-width-content.vc_row-fluid .vc_col-sm-2 {
		width: 16.66%;
	}
	.full-width-content.vc_row-fluid .vc_span3,
	.full-width-content.vc_row-fluid .vc_col-sm-3 {
		width: 25%;
	}
	.full-width-content.vc_row-fluid .vc_span4,
	.full-width-content.vc_row-fluid .vc_col-sm-4 {
		width: 33.33%;
	}
	.full-width-content.vc_row-fluid .vc_span5,
	.full-width-content.vc_row-fluid .vc_col-sm-5 {
		width: 41.5%;
	}
	.full-width-content.vc_row-fluid .vc_span6,
	.full-width-content.vc_row-fluid .vc_col-sm-6 {
		width: 50%;
	}
	.full-width-content.vc_row-fluid .vc_span7,
	.full-width-content.vc_row-fluid .vc_col-sm-7 {
		width: 58.3%;
	}
	.full-width-content.vc_row-fluid .vc_span8,
	.full-width-content.vc_row-fluid .vc_col-sm-8 {
		width: 66.66%;
	}
	.full-width-content.vc_row-fluid .vc_span9,
	.full-width-content.vc_row-fluid .vc_col-sm-9 {
		width: 75%;
	}
	.full-width-content.vc_row-fluid .vc_span10,
	.full-width-content.vc_row-fluid .vc_col-sm-10 {
		width: 83.0%;
	}
	.full-width-content.vc_row-fluid .vc_span11,
	.full-width-content.vc_row-fluid .vc_col-sm-11 {
		width: 91.5%;
	}
	.full-width-content.vc_row-fluid .vc_span12,
	.full-width-content.vc_row-fluid .vc_col-sm-12 {
		width: 100%;
	}
	.full-width-content.vc_row-fluid .wpb_column {
		margin-left: 0!important;
	}
	.full-width-content.vc_row-fluid .wpb_column .wpb_row,
	.full-width-content.vc_row-fluid .wpb_column .wpb_wrapper {
		margin: 0;
	}
}

/* WP has an bug in their columns logic */
@media (min-width: 600px){
	.wp-block-columns { flex-wrap: nowrap; }
}

/* -- virtual tour -- */
#virtualtour .elementor-widget-container {width:100%}


/** Bens Tabs **/
.price { font-weight: bold; color: #80878e}
.elementor-element-12e5837 .elementor-posts-container {
	grid-column-gap: 30px;
    grid-row-gap: 35px;
}
.elementor-element-12e5837 .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.elementor-element-12e5837 .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: calc(.66*100%);
}
.elementor-element-12e5837  .elementor-posts-container .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
}
.elementor-widget-posts.elementor-element-12e5837  .elementor-post__read-more {
    color: #cc0f00;
}
.elementor-element-12e5837 .elementor-post__title, 
.elementor-element-12e5837 .elementor-post__title a {
    color: #000;
    font-family: "Roboto Condensed",Sans-serif;
    font-size: 20px;
    font-weight: 400;
}



.slick-prev:before, .slick-next:before {
	color: #000000!important
}

/* compatibility with slick and eael tabs */
.eael-tabs-content {
	display: block!important;
}
.eael-advance-tabs .eael-tabs-content>div {
   transition: opacity 2s ease-in-out;
   -moz-transition: opacity 2s ease-in-out;
   -webkit-transition: opacity 2s ease-in-out;		
}

.eael-advance-tabs .eael-tabs-content>div {
/*	display: block !important;
	width:100%;
	height:0;*/

}
.eael-advance-tabs .eael-tabs-content>div.active {
	width:100%;
	height:auto;	
}

/* Adjust the trigger to be in the bottom-left */
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
	/* bottom:10px!important; */
	left:10px!important;
	position:fixed!important;
	top: 90vh;
}
/* Customizations of market report section */
.font-weight-bold span{
	font-size: 18px;
}
.wpl_market_report.wpl_carousel_container .wpl_carousel_market_statistic div .value {
	font-size: 40px !important;
}
.wpl_market_report.wpl_carousel_container .wpl_carousel_market_statistic div .name {
	font-size: 25px !important;
	font-weight: 400 !important;
	text-align: center !important;
}

.wpl_market_report.wpl_carousel_container .wpl_carousel_market_statistic div .percentage {
	right:-40px;
	position: relative !important;
	font-size:50px;
	line-height:50px;
	font-weight:bold;
	font-size: 18px !important;
	left: 0 !important;
	display: flex;
	justify-content: center;
}






