html {font-size: 16px;}

#fwre {
    font-weight: 400;
    outline: none !important;
}

/* Search view header  */
#fwre .fwre-listing-toolbar {
    margin: 1.75rem 0 0;
}
#fwre .fwre-toolbar-views a {
    margin-left: .75rem;
    margin-bottom: 1rem;
    display: inline-block;
}
#fwre .fwre-toolbar-options {
    vertical-align: top;
    text-align: right;
}
#fwre .fwre-toolbar-options * {
    vertical-align: top;
}
#fwre .fwre-toolbar-options select,
#fwre .fwre-toolbar-options input,
#fwre .fwre-toolbar-options .btn,
#fwre .fwre-toolbar-options .input-group {
    margin-bottom: 1rem;
}
#fwre .fwre-toolbar-options-ordering,
#fwre .fwre-toolbar-options-currency,
#fwre .fwre-toolbar-options-lease,
#fwre .fwre-toolbar-options-rss {
    display: inline-block;
    margin-left: .75rem;
}
#fwre .fwre-toolbar-options-rss a i {
    vertical-align: baseline;
}
#fwre .fwre-listing-found {
    margin: 0 0 1.5rem;
}
#fwre .fwre-toolbar-lease-filter,
#fwre .fwre-toolbar-lease-from,
#fwre .fwre-toolbar-lease-to,
#fwre .fwre-toolbar-lease-btn {
    display: inline-block;
}
#fwre .fwre-toolbar-lease-from input,
#fwre .fwre-toolbar-lease-to input {
    max-width: 110px;
}
#fwre .fwre-toolbar-lease-from,
#fwre .fwre-toolbar-lease-to {
    margin: 0 .25rem;
}


/* List listings  */
#fwre .fwre-list-item {
    padding: 0 0 2.5rem;
    margin: 0 0 2rem;
    font-weight: normal;
}
#fwre .fwre-list-item-title a {
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
#fwre .fwre-list-item-icons,
#fwre .fwre-list-item-price {
    margin-bottom: 1rem;
    line-height: 2rem;
}
#fwre .fwre-list-item-options {
    margin: 1rem 0;
}
#fwre .fwre-list-item-options a {
    margin-right: .75rem;
}
#fwre .fwre-list-item-image a {
    height: 100%;
    display: block;
    position: relative;
}
#fwre .fwre-list-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#fwre .fwre-list-item-status {
    position: absolute;
	left: 1.25rem;
	top: 1.25rem;
	padding: 0 .5rem;
	font-size: .85rem;
    font-weight: 400;
	line-height: 1.5rem;
	border-radius: 3px;
}
#fwre .fwre-list-item-image-counter {
    color: #fff;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-weight: 400;
    text-shadow: 0 1px 1px #000;
}
#fwre .fwre-list-item-openhours {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
#fwre .fwre-list-item-info {
    padding: 0 0 0 2rem;
}
#fwre .fwre-list-item-info > .row {
    align-items: baseline;
}
#fwre .fwre-list-item-info > .row > div {
    flex: 1 1 auto;
}
#fwre .fwre-list-item-icons span {
    display: inline-block;
    margin: 0 .75rem 0 0;
}
#fwre .fwre-list-item-price {
    text-align: right;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: .75rem;
}
#fwre .fwre-list-item-text {
    font-size: .95rem;
}
#fwre .fwre-list-item-type span {
	padding: 0 .5rem;
	font-size: .85rem;
    font-weight: 400;
	line-height: 1.5rem;
	border-radius: 3px;
}
#fwre .fwre-list-item-more .btn {
    padding: .25rem 1rem .4rem;
    border-radius: 0;
}
#fwre .fwre-list-item-compare {
    display: inline-block;
}
#fwre .fwre-list-item-compare span span {
    display: inline-block;
    padding: .25rem 0 0 .5rem;
}
#fwre .fwre-list-item-compare span span .btn {
    margin-top: -.25rem;
}
#fwre .fwre-list-item-more {
    text-align: right;
}


#fwre .fwre-list-item-agent {
	margin-top: 1rem;
	padding-top: .75rem;
	border-top: 1px solid #eee;
}
#fwre .fwre-list-item-agent-photo img {
	max-width: 3rem;
	border-radius: 50%;
}
#fwre .fwre-list-item-agent-company {
	font-size: .85rem;
	line-height: 1.3;
}
#fwre .fwre-list-item-agent-listings {
    float: right;
    font-size: .9rem;
}



/* Table listings  */
#fwre .fwre-table {
    margin: 1.5rem -1rem 0;
}
#fwre .fwre-table > .col {
	min-width: 33%;
    max-width: 33%;
    padding: 0 1rem;
	margin: 0 0 2rem;
}
#fwre .fwre-item {
    font-weight: 400;
}
#fwre .fwre-table .fwre-item-image {
	border-radius: .3rem .3rem 0 0;
	overflow: hidden;
}
#fwre .fwre-table .fwre-item-image a {
	display: block;
	position: relative;
	height: 215px;
	overflow: hidden;
}
#fwre .fwre-table .fwre-item-image a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#fwre .fwre-item-status {
	position: absolute;
	left: 1.25rem;
	top: 1.25rem;
	color: #323131;
	padding: 0 .5rem;
	font-size: .85rem;
	line-height: 1.5rem;
	border-radius: 3px;
}
#fwre  .fwre-property-info .fwre-item-categories,
#fwre .fwre-list-item .fwre-item-categories,
#fwre .fwre-table .fwre-item-categories {
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	text-align: right;
}
#fwre .fwre-item-categories span {
	display: inline-block;
	color: #444;
	padding: 0 .5rem;
	font-size: .85rem;
	line-height: 1.5rem;
	background: #ddd;
	border-radius: 3px;
}
#fwre .fwre-table .fwre-item-location {
	position: absolute;
	left: 1.25rem;
	bottom: 1rem;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
#fwre-photo .fwre-item-images,
#fwre .fwre-list-item .fwre-item-images,
#fwre .fwre-table .fwre-item-images {
	position: absolute;
	right: 1.25rem;
	bottom: 1rem;
    line-height: 1.3;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

#fwre .fwre-table .fwre-item-info {
	padding: 1.25rem 1.25rem .65rem;
	border: 1px solid #dfdfdf;
	border-top: 0;
	border-radius: 0 0 .3rem .3rem;
	/*overflow: hidden;*/
}
#fwre .fwre-table .fwre-item-title a {
	color: #434343;
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: .5rem;
}
#fwre .fwre-item-address {
	font-size: .9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#fwre .fwre-item-address i {
    color: #ccc;
    font-size: 1rem;
    margin-right: .15rem;
}
#fwre .fwre-item-price {
	font-weight: bold;
	font-size: 1.05rem;
	line-height: 1;
	margin-bottom: .75rem;
}
#fwre .fwre-table .fwre-item-price {
	margin: .5rem 0;
}
#fwre .fwre-table .fwre-item-text {
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: .75rem;
}
#fwre .fwre-table .fwre-item-options span {
	font-size: .875rem;
	margin-right: .75rem;
}
#fwre .fwre-table .fwre-item-options span i {
	margin-right: .15rem;
}
#fwre .fwre-table .fwre-item-details a {
	display: inline-block;
	padding: .25rem .6rem .4rem;
	font-size: .875rem;
	line-height: 1;
	text-transform: lowercase;
    text-decoration: none !important;
}

#fwre .fwre-table .fwre-item-agent {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
}
#fwre .fwre-table .fwre-item-agent-photo img {
	max-width: 3rem;
	border-radius: 50%;
}
#fwre .fwre-table-item-openhours {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    padding: .25rem .35rem;
    font-size: .8rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
}
#fwre .fwre-table .fwre-item-agent-info {
	padding-left: 1rem;
}
#fwre .fwre-table .fwre-item-agent-info a {
}
#fwre .fwre-table .fwre-item-agent-company {
	font-size: .85rem;
	line-height: 1.3;
}
#fwre .fwre-table .fwre-item-footer {
    align-items: baseline;
}
#fwre .fwre-table .fwre-item-footer > div {
    flex: 1 1 auto;
}
#fwre .fwre-table .fwre-item-actions {
}
#fwre .fwre-table .fwre-item-actions a {
	/* color: #C0C8D6; */
	padding: .35rem .75rem;
	margin: 0 .5rem 0 0;
	/* border: 1px solid #C0C8D6; */
}
#fwre .fwre-table .fwre-item-actions a:last-child {
	margin-right: 0;
}

#fwre .fwre-item-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%);
}

/* Map Listing */
.fwre-map-module .fwre-map-item-image {
    min-width: 18rem;
}
.fwre-map-module .fwre-map-item-info {
    align-items: baseline;
}
.fwre-map-module .fwre-map-item-info > div {
    flex: 1 1 auto;
}
/* Mapbox styles */
#fwre .mapboxgl-map .fwre-map-module .fwre-map-item-image {
    display: inline;
}
#fwre .mapboxgl-map .mapboxgl-popup-close-button {
    background: #fff;
    z-index: 100;
}
#fwre .mapboxgl-map .fwre-map-item-status {
    top: .5rem;
    left: .5rem;
}
#fwre .mapboxgl-map .fwre-map-item-categories {
    top: .5rem;
    right: .5rem;
}
#fwre .mapboxgl-map .fwre-map-item-image-counter {
    bottom: .5rem;
    right: .5rem;
}
#fwre .mapboxgl-map .fwre-map-item-header a {
    line-height: 1.2;
}

/* Single property view  */
#fwre.fwre-property {
    margin-top: 2rem;
}
#fwre .fwre-property-info {
    padding-right: 1.5rem !important;
}
#fwre .fwre-property-title {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    float: left;
}
#fwre .fwre-property-favorite {
    margin: .5rem 0 0;
    padding: .25rem .5rem;
    border-radius: 0;
    float: right;
    font-size: .8rem;
    line-height: 1;
}
#fwre .fwre-property-subtitle {
    margin-top: .5rem;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
}
#fwre .fwre-property-location i {
    margin-right: .5rem;
}
#fwre .fwre-property-price {
    font-weight: bold;
    margin-left: 2rem;
}
#fwre .fwre-property-social {
    text-align: right;
    font-size: 1rem;
    line-height: 1;
}
#fwre .fwre-property-social a {
    margin-left: 1rem;
}
#fwre .fwre-map-view-map {
	width:100%;
	height:600px;
}
#fwre .fwre-social-links {
	position: relative;
}
#fwre .fwre-social-links div {
	display: none;
	position: absolute;
	top: -3.5rem;
    left: -3.5rem;
	padding: .5rem;
	background: rgba(255,255,255,.25);
}
#fwre .fwre-social-links div a {
    margin-right: .5rem;
}
#fwre .fwre-social-links div a:last-child {
    margin-right: 0;
}
#fwre .fwre-property-tabs {
    border: 0;
    flex-wrap: wrap;
}
#fwre .fwre-property-tabs .nav-item {
    margin-right: 3px;
}
#fwre .fwre-property-tabs .nav-item a {
    text-transform: uppercase;
}
#fwre .fwre-property-tabs .nav-item a.active {
    background: #fff;
}
#fwre .fwre-property-tab-content {
    padding: 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid #eee;
    border-radius: 0 3px 3px 3px;
}
#fwre .fwre-property-tab-content .card-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: .25rem;
}
#fwre .fwre-property-tab-content .card-subtitle {
    margin-top: .25rem;
    font-size: .8rem;
    line-height: 1.2;
}
#fwre .fwre-property-tab-content .card-block {
    font-size: .9rem;
}
#fwre-video iframe,
#fwre-panorama iframe {
	height: 500px;
	width: 100%;
	border: none;
}
#fwre .fwre-slider-nav .slick-track {
	margin: 1rem 0 0;
}
#fwre .fwre-slider-nav .slick-track img {
	max-height: 75px;
	max-width: 100%;
    border-radius: 3px;
    margin-right: 2rem;
    opacity: .4;
    transition: all .3s linear;
    margin: auto;
}
#fwre .fwre-slider-nav .slick-track .slick-current img,
#fwre .fwre-slider-nav .slick-track img:hover {
    opacity: 1;
    transition: all .3s linear;
}
#fwre .fwre-slider-nav .slick-slide,
#fwre .fwre-slider-nav .slick-slide:focus {
    outline: none !important;
}
#fwre .fwre-slider-nav .slick-slide:last-child img {
    margin-right: 0;
}
#fwre .fwre-big-image-wrapper {
	position: relative;
    max-width: 100%;
    overflow: hidden;
}
#fwre .fwre-big-image-wrapper .slick-slide img {
	max-width: none;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}
#fwre-photo .fwre-item-images span {
	margin-right: 2rem;
}
#fwre .fwre-property-section-header {
    margin: 1.5rem 0 1rem;
    font-size: 1.5rem;
    font-weight: 800;
}
#fwre .fwre-property-description-status {
    margin: 0 0 1rem;
}
#fwre .fwre-property-description-status strong {
}
#fwre .fwre-property-tab-content table.table-striped td:nth-child(2) {
	text-align: right;
}
#fwre .fwre-property-tab-content table.table-striped td:nth-child(2) i.fa-times-circle {
    color: #ccc;
}
#fwre .fwre-rooms-wrapper .row {
    margin: 0 0 1.5rem;
}
#fwre .fwre-rooms-wrapper .fwre-rooms-img {
	position: relative;
    margin: 0 0 1rem;
}
#fwre .fwre-rooms-wrapper .fwre-rooms-img img {
	max-width: 200px;
}
#fwre .fwre-rooms-wrapper .fwre-rooms-img a {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #999;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 15px;
	padding: 3px 0 0 6px;
}
#fwre .fwre-rooms-wrapper .fwre-rooms-img a:link {
	color: #ffffff;
}
#fwre .fwre-rooms-wrapper .fwre-rooms-title {
    font-size: 1.15rem;
    font-weight: 600;
}
#fwre .fwre-rooms-wrapper .fwre-rooms-measures {
    float: right;
    font-size: .95rem;
}



/* Right Panel */
#fwre .fwre-property-groupbox {
    padding: 1rem;
    margin: 0 0 2rem;
    border: 1px solid #eee;
    border-radius: 3px;
}
#fwre .fwre-property-groupbox-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

#fwre .fwre-property-agent img {
    border-radius: 50%;
	max-width: 100%;
}
#fwre .fwre-property-agent-info {
    padding-left: 1rem !important;
    font-size: .85rem;
    line-height: 1.5;
}
#fwre .fwre-property-agent-info-name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 .15rem;
}

#fwre .fwre-property-groupbox form .btn-primary {
    width: 100%;
}


/* Map View - Popup */
#fwre .gm-style-iw-t {
    bottom: 73px !important;
}
#fwre .gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 4px;
}
#fwre .gm-style-iw-t::before {
    margin-bottom: .6rem;
    border-width: 10px 15px 0 15px;
    transform: translate(-50%,0%);
    z-index: 10;
}
#fwre button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    background: #fff !important;
    opacity: 1 !important;
}
#fwre button.gm-ui-hover-effect img {
    margin: 3px !important;
}
#fwre .fwre-map-item-image a {
    display: block;
    height: 180px;
    position: relative;
}
#fwre .fwre-map-item-image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#fwre .fwre-map-item-status,
#fwre .fwre-map-item-categories,
#fwre .fwre-map-item-image-counter,
#fwre .fwre-map-item-openhours {
    position: absolute;
    top: .75rem;
    left: 1rem;
	color: #323131;
	padding: 0 .3rem;
	font-size: .85rem;
    font-weight: 400;
	line-height: 1.2rem;
	background: #E7B779;
	border-radius: 3px;
}
#fwre .fwre-map-item-categories {
    left: auto;
    right: 1.75rem;
	color: #fff;
}
#fwre .fwre-map-item-image-counter {
    top: auto;
    left: auto;
    right: 1rem;
    bottom: .75rem;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    background: none;
}
#fwre .fwre-map-item-openhours {
    top: auto;
    bottom: .75rem;
    background: rgba(255, 255, 255, 0.8);
}
#fwre .fwre-map-item-image-counter {
    color: #fff;
    position: absolute;
    bottom: .75rem;
    right: 1rem;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 1px 1px #000;
}
#fwre .fwre-map-item-text {
    padding: .75rem;
}
#fwre .fwre-map-item-header a {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 .5rem;
    text-decoration: none;
}
#fwre .fwre-map-item-options span {
    margin-right: .75rem;
}
#fwre .fwre-map-item-price {
    text-align: right;
    font-weight: 600;
}
#fwre .fwre-map-item-agent {
    margin: .75rem 0 0;
    padding: .75rem 0 0;
    border-top: 1px solid #eee;
}
#fwre .fwre-map-item-agent-photo {
    padding-right: .75rem;
}
#fwre .fwre-map-item-agent-photo img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
#fwre .fwre-map-item-agent-info {
    padding-left: 1.25rem !important;
}
#fwre .fwre-map-item-agent-name a{
    display: block;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}



/* Agents List */
#fwre .fwre-agents-list > div {
    padding: 0 1rem;
    margin: 0 0 2rem;
}
#fwre .fwre-agents-list > div:first-child {
    padding-left: 0
}
#fwre .fwre-agents-list > div:nth-child(3) {
    padding-right: 0
}
#fwre .fwre-agent-item-info {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
#fwre .fwre-agent-item-photo img {
    object-fit: cover;
    max-width: none;
    width: 100%;
    max-height: 220px;
}
#fwre .fwre-agent-item-name a {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    padding: 1rem 1.25rem;
}
#fwre .fwre-agent-item-details {
    color: #8493A9;
    padding: 0 1.25rem 1rem;
    font-size: .95rem;
}
#fwre .fwre-agent-item-details i {
    width: 1rem;
    display: inline-block;
    text-align: center;
}
#fwre .fwre-agent-item-details > div {
    margin-bottom: .15rem;
}
#fwre .fwre-agent-item-properties {
    /* margin-top: .25rem; */
    font-size: .9rem;
}
#fwre .fwre-agent-item-company-info {
    border-top: 1px solid #eee;
    padding: .75rem 1.25rem 1rem;
    color: #8493A9;
    font-size: .95rem;
}
#fwre .col-9.fwre-agent-item-company {
    padding-left: 1rem !important;
}
#fwre .fwre-agent-item-company-logo img {
    object-fit: cover;
    width: 100%;
    min-height: 3rem;
}



/* Front-end Properties Management */
#fwre .fwre-management-header {
    height: 120px;
    padding: 3rem 2rem 0;
    margin: 0 0 2rem;
    background: url('../images/properties_management_bg.jpg') center center no-repeat;
    background-size: cover;
}
#fwre .fwre-management-header-text {
    color: #fff;
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}
#fwre .fwre-management-panel {
    padding-right: 2rem !important;
    margin-bottom: 1.5rem;
}
#fwre .fwre-management-panel-wrapper {
    border: 1px solid #eee;
    border-radius: 3px;
}
#fwre .fwre-management-panel-section {
    padding: 1.5rem;
}
#fwre .fwre-management-panel-header {
    font-size: .9rem;
    line-height: 1;
    margin-bottom: .75rem;
}
#fwre nav.navbar {
    padding: 0;
}
#fwre nav.navbar .collapse,
#fwre .fwre-management-panel-section ul.nav {
    display: block !important;
    height: auto !important;
}
#fwre .fwre-management-panel-section a {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
}
#fwre .fwre-management-panel-section a i {
    margin-right: .3rem;
}
#fwre .fwre-management-panel-section {
    border-bottom: 1px solid #eee;
}
#fwre .fwre-management-panel-section:last-child {
    border-bottom: 0;
}
#fwre .fwre-management-toolbar {
    /* margin: 0 0 1.5rem; */
}
#fwre .fwre-management-toolbar a,
#fwre .fwre-management-toolbar button {
    margin: 0 .75rem 1rem 0;
}
#fwre .fwre-management-toolbar a i {
    margin-right: .3rem;
}
#fwre .fwre-management-filters {
    margin-bottom: 1rem;
}
#fwre .fwre-management-filters > div {
    padding: 0 .5rem;
}
#fwre .fwre-management-filters > div:first-child {
    padding-left: 0;
}
#fwre .fwre-management-filters > div:last-child {
    padding-right: 0;
}
#fwre .fwre-management-section table th {
    color: #fff;
    font-weight: 600;
}
#fwre .fwre-management-section table th,
#fwre .fwre-management-section table td {
    font-size: .85rem;
}
#fwre .fwre-management-section table td span {
    font-weight: 600;
}
#fwre .fwre-management-section table img {
    max-height: 6.5rem;
}
#fwre .fwre-management-tabs {
    border-bottom: 0;
}
#fwre .fwre-management-tabs li.item-link {
    margin-right: 2px;
}
#fwre .fwre-management-tabs a.nav-link {
    padding: .75rem 1.5rem;;
    font-size: .9rem;
    text-transform: uppercase;
    white-space: nowrap;
}
#fwre .fwre-management-panel nav.navbar button {
    padding: .5rem 1rem;
    margin: .5rem auto;
    text-transform: uppercase;
}
#fwre .fwre-management-section .fwre-admin-panel div.row {
    margin-bottom: 1rem;
}
#fwre .fwre-management-section .fwre-property-gallery {
    padding: 0;
    margin: 1rem 0 0;
}
#fwre .fwre-management-section .fwre-property-gallery li {
    list-style: none;
    display: inline-block;
    padding: .5rem;
    width: calc(25% - .2rem);
}
#fwre .fwre-management-section .card {
    margin-bottom: 2rem;
}
#fwre .fwre-property-tab-content .tab-content .card {
    border-top: 0;
    margin: 0;
}
#fwre .fwre-management-section .card .card-block .form-control,
#fwre .fwre-management-section .card .card-block .btn-group,
#fwre .fwre-management-section .card .card-block .input-group,
#fwre .fwre-management-section .card .card-block .irs {
    margin-bottom: .5rem;
}
#fwre .fwre-management-section .card .card-block .input-group .form-control {
    margin-bottom: 0;
}
#fwre .fwre-management-section .card #fwre-amentity-wrapper .col {
    min-width: 33%;
    max-width: 33%;
    margin-bottom: .5rem;
}
#fwre-rental .field-calendar .input-append {
    display: flex;
}
#fwre-rental .field-calendar .input-append input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#fwre-rental .field-calendar .input-append button {
    position: relative;
    margin-bottom: .5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#fwre-rental .field-calendar .input-append button::before {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5rem;
    content: '\f073';
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 1rem;
}


/* Agent Profile */
#fwre .fwre-agent-profile-photo img {
    border-radius: 5px;
}
#fwre .fwre-agent-profile-side {
    padding-left: 1.5rem !important;
}
#fwre .fwre-agent-profile-title {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}
#fwre .fwre-agent-profile-side .row > div {
    padding: 0 1rem;
}
#fwre .fwre-agent-profile-info > div {
    padding: 0 0 .25rem;
    font-size: .95rem;
}
#fwre .fwre-agent-profile-info i {
    display: inline-block;
    width: 16px;
    text-align: center;
}
#fwre .fwre-agent-profile-company-name {
    font-weight: 600;
}
#fwre .fwre-agent-profile-links {
    margin-top: .5rem;
}
#fwre .fwre-agent-profile-company-logo {
    padding: 0 !important;
}

/* FWRE User Section Styles */
#fwre-change-password input {
    margin-bottom: 1rem;
}


/* FWRE Featured Styles */

/* Featured Grid View */
#fwre .fwre-item-featured .fwre-item-info {
    border-color: #EDB231;
    background: #FFF4CA;
}
#fwre .fwre-item-featured .fwre-item-actions a,
#fwre .fwre-item-featured .fwre-item-agent {
    border-color: #EDB231;
}
#fwre .fwre-item-featured .fwre-item-address i,
#fwre .fwre-item-featured .fwre-item-actions a {
    color: #EDB231;
}

/* Featured List View */
#fwre .fwre-list-item-featured .row {
    background: #FFF4CA;
}
#fwre .fwre-list-item-featured .fwre-list-item-info {
    height: 100%;
    padding: 1rem;
    padding-left: 1.5rem;
    border-color: #EDB231;
}
#fwre .fwre-list-item-featured .fwre-list-item-options a,
#fwre .fwre-list-item-featured .fwre-list-item-agent {
    border-color: #EDB231;
}
#fwre .fwre-list-item-featured .fwre-list-item-location i,
#fwre .fwre-list-item-featured .fwre-list-item-options a {
    color: #EDB231;
}


/* Featured Map View */
#fwre .fwre-map-module-featured {
    background: #FFF4CA;
}
#fwre .fwre-map-module-featured .fwre-map-item-agent {
    border-color: #EDB231;
}



/* FWRE Utils */
#fwre .color-red {
    color: red;
}

/* FWRE Layout module margin */
.mod-fwre-layout {
    margin-bottom: 3rem;
}

/* Dev Styles */
.mod-fwre-map-pin {
	height: 335px;
	width: 320px;
	overflow: hidden;
}
.mod-fwre-map-pin div {
	text-align: center;
	margin-top: 50%;
}
.fwre-print-button {
	float:right;
	margin:10px;
}
.fwre-property iframe {
	min-height: 400px !important;
}
#fwre-lightbox-body hr {
	margin: 10px -15px;
}

#fwre div.alert {
	display: block; /* ark editor hides divs with class alert */
}
.modal .modal-dialog.modal-huge {
	max-width: 90%;
}

#fwre-photo,
#fwre-video,
#fwre-panorama {
	min-height: 400px;
	background: url(../images/camera-loader.gif) transparent 50% 50% no-repeat;
}
.slick-arrow,
#fwre-photo img {
	display: none;
}
#fwre .modal-dialog {
    overflow: hidden;
}

/* Resize captcha to avoid overflow */
.fwre-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

/* slider */
#fwre .fwre-big-image-wrapper .slick-slider,
#fwre .fwre-big-image-wrapper .slick-slider .slick-slide {
    height: 600px;
}
#fwre .fwre-big-image-wrapper .slick-slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Mobile styles */
@media (max-width: 1160px) {
    #fwre .fwre-list-item-info {
        padding: 0;
    }
    #fwre .fwre-list-item-icons,
    #fwre .fwre-list-item-price {
        line-height: normal;
        margin: 1rem 0;
    }
    #fwre .fwre-table > .col {
        max-width: 50%;
        min-width: 50%;
    }
    #fwre .fwre-property-location .fwre-property-price {
        display: block;
        margin: .5rem 0;
    }
}
@media (max-width: 992px) {
    #fwre nav.navbar .collapse,
    #fwre .fwre-management-panel-section ul.nav {
        display: none !important;
    }
    #fwre nav.navbar .collapse.in,
    #fwre nav.navbar .collapse.show,
    #fwre .collapse.in .fwre-management-panel-section ul.nav,
    #fwre .collapse.show .fwre-management-panel-section ul.nav {
        display: block !important;
    }
}
@media (max-width: 768px) {
    #fwre .fwre-table > .col {
        max-width: 100%;
        min-width: 100%;
    }
    #fwre .fwre-property-tabs .nav-item a {
        padding: .5rem 1rem;
        font-size: .9rem;
    }
    #fwre .fwre-rooms-wrapper .fwre-rooms-measures {
        float: none;
        margin: .25rem 0 .5rem;
    }
}

/* toast alerts */
.fwcss #fwre-toast-stack {
    position: fixed;
    right: 1.5rem;
    top: 2.5rem;
    background: transparent;
    z-index: 100000;
}
.fwcss #fwre-toast-stack .toast {
    min-width: 20rem;
    max-width: calc(100% - 1.5rem);
    opacity: 1;
    background: #ededed;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .75);
    border: 0;
}
.fwcss #fwre-toast-stack .toast-header {
    color: #fff !important;
    font-weight: 400;
    font-size: .875rem;
    padding: .5rem 1rem;
    background: #FF7F22;
}
.fwcss #fwre-toast-stack .toast-header i {
    margin-right: .95rem;
    line-height: 1;
    font-size: .9rem;
}
.fwcss #fwre-toast-stack .toast-body {
    color: #000;
    padding: 1rem 1rem 1.5rem;
}

/* dev */
.fwre-property-info .row.fwre-property-specification .col-md-6 {
    background-color: #ffffff;
}
.fwre-property-info .row.fwre-property-specification .col-md-6:nth-of-type(4n+1), .fwre-property-info .row.fwre-property-specification .col-md-6:nth-of-type(4n+2) {
    background-color: #f7f7f7!important;
}
