@charset "utf-8";
/* CSS Document */

/* Font Awesome on WordPress */

.fa, .far, .fas {
/* font-family: "Font Awesome 5 Free" !important; */
	font-family: "FontAwesome" !important;
}


/* The modals needsa higher z-index to break out of Divi */
#rapsearchModalSelectInstructors {
    padding-right: 0 !important;
    z-index: 8675309;
	top:80px;
	/* height:auto !important; */
}

#rapsearchModalSelectDateRange {
    padding-right: 0 !important;
    z-index: 8675309;
	top:80px;
	min-height:200px;
	/* height:auto !important; */
}

.datepicker-dropdown { 
	 z-index: 8675309;
}


/* Tiny Slider CSS */
	
.tns-outer {
    padding: 0 !important
}
.tns-outer [hidden] {
    display: none !important
}
.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}
.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}
.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}
.tns-no-calc {
    position: relative;
    left: 0
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important
}
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}
.tns-autowidth {
    display: inline-block
}
.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}
.tns-lazy-img.tns-complete {
    opacity: 1
}
.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}
.tns-ovh {
    overflow: hidden
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em
}
.tns-transparent {
    opacity: 0;
    visibility: hidden
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}
.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}
.tns-vpfix {
    white-space: nowrap
}
.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}
.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}
.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}
.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}
	
	/* Other */
	


.controls { text-align: center; }
.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] { 
  color: #999999;
  background: #B3B3B3; 
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}


	.tns-nav-active {
		background-color:#0d6efd !important;
	}
	
	/* Other CSS */
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	min-height:400px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

	.rapListingImageHero {
		min-height:400px;
        cursor: pointer;
	}
	
	.rapListingImage {
		min-height:200px;
        cursor: pointer;
	}
	
	
	.btn-circle {
		min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
}
	
	.rap-slider-control-cols {
		min-width: 40px;
	}
	
	#rap-slider-next, #rap-slider-prev {
		min-width: 40px;
	}
	
#map {
     height: 500px; 
/* min-height:95vh;*/
}
		

/* Property Search Updates - Needed? */


	
	.rap-loader-hide {
		display:none;
	}
	
	.rap-loader-show {
		display: inline-block;
	}



/* Leaflet - Adjust image paths */

.leaflet-default-icon-path {
	background-image: url(../images/marker-icon.png) !important;
	}

.leaflet-control-layers-toggle {
	background-image: url(../images/layers.png) !important;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../images/layers-2x.png) !important;
	}

/* Leaflet Draw - Adjust image paths */

.leaflet-draw-toolbar a {
    background-image: url('../images/spritesheet.png') !important;
    background-image: linear-gradient(transparent, transparent), url('../images/spritesheet.svg') !important;
}
.leaflet-retina .leaflet-draw-toolbar a {
    background-image: url('../images/spritesheet-2x.png') !important;
    background-image: linear-gradient(transparent, transparent), url('../images/spritesheet.svg') !important;
}

/* Massive Z-Index to show above Divy */

#rapMLSMapModal, #raplisting-gallery {
	z-index:8675309;
}


/* LightGallery */

.lg-next,
.lg-prev {
  z-index: 86753091080;
}

.lg-toolbar {
  z-index: 86753091082;
}

.lg-sub-html {
  z-index: 86753091080;
}

.lg-outer .lg-pager-outer {
  z-index: 86753091080;
}

.lg-outer .lg-dropdown-overlay {
  z-index: 86753091081;
}

.lg-outer {
  z-index: 86753091050;
}

.lg-outer .lg-item.lg-current {
  z-index: 86753091060;
}

.lg-backdrop {
  z-index: 86753091040;
}

.lg-components {
  z-index: 86753091080;
}

/* Remove Divy sidebar border */

#main-content .container:before {
    background-color: transparent !important;
}


/* Property Search Form */

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#form-propertysearch #ps_city {
    /* min-width: 400px; */
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#form-propertysearch {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

#form-propertysearch .awesomplete {
    display:flex;
    flex: 1;
}

#rap-iws-citysearch-submit{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;	
}

.awesomplete > ul {
	list-style: none !important;
}


/* Open House */


.rap-openhouse-date {
    background-color: #e3e3e3;
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
    align-items: center; /* Center items horizontally */
}

.rap-openhouse-info {
    background-color: #f5f5f5;
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
}

.rap-openhouse-day {
    font-size: 2rem !important;
    line-height: 2rem !important;
}

.rap-openhouse-month,
.rap-openhouse-year {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
}