/* layout development helpers */
/* .map { background:red; } */
/* .filters { background:green; } */
/* .listings { background:blue; } */
/* end of layout development helpers */

/* Resets */
/* .cre-wp-plugin html, 
.cre-wp-plugin body, 
.cre-wp-plugin div, 
.cre-wp-plugin span, 
.cre-wp-plugin applet, 
.cre-wp-plugin object, 
.cre-wp-plugin iframe, 
.cre-wp-plugin h1, 
.cre-wp-plugin h2, 
.cre-wp-plugin h3, 
.cre-wp-plugin h4, 
.cre-wp-plugin h5, 
.cre-wp-plugin h6, 
.cre-wp-plugin p, 
.cre-wp-plugin blockquote, 
.cre-wp-plugin pre, 
.cre-wp-plugin a, 
.cre-wp-plugin abbr, 
.cre-wp-plugin acronym, 
.cre-wp-plugin address, 
.cre-wp-plugin big, 
.cre-wp-plugin cite, 
.cre-wp-plugin code, 
.cre-wp-plugin del, 
.cre-wp-plugin dfn, 
.cre-wp-plugin em, 
.cre-wp-plugin img, 
.cre-wp-plugin ins, 
.cre-wp-plugin kbd, 
.cre-wp-plugin q, 
.cre-wp-plugin s, 
.cre-wp-plugin samp, 
.cre-wp-plugin small, 
.cre-wp-plugin strike, 
.cre-wp-plugin strong, 
.cre-wp-plugin sub, 
.cre-wp-plugin sup, 
.cre-wp-plugin tt, 
.cre-wp-plugin var, 
.cre-wp-plugin b, 
.cre-wp-plugin u, 
.cre-wp-plugin i, 
.cre-wp-plugin center, 
.cre-wp-plugin dl, 
.cre-wp-plugin dt, 
.cre-wp-plugin dd, 
.cre-wp-plugin ol, 
.cre-wp-plugin ul, 
.cre-wp-plugin li, 
.cre-wp-plugin fieldset, 
.cre-wp-plugin form, 
.cre-wp-plugin label, 
.cre-wp-plugin legend, 
.cre-wp-plugin table, 
.cre-wp-plugin caption, 
.cre-wp-plugin tbody, 
.cre-wp-plugin tfoot, 
.cre-wp-plugin thead, 
.cre-wp-plugin tr, 
.cre-wp-plugin th, 
.cre-wp-plugin td, 
.cre-wp-plugin article, 
.cre-wp-plugin aside, 
.cre-wp-plugin canvas, 
.cre-wp-plugin details, 
.cre-wp-plugin embed, 
.cre-wp-plugin figure, 
.cre-wp-plugin figcaption, 
.cre-wp-plugin footer, 
.cre-wp-plugin header, 
.cre-wp-plugin hgroup, 
.cre-wp-plugin menu, 
.cre-wp-plugin nav, 
.cre-wp-plugin output, 
.cre-wp-plugin ruby, 
.cre-wp-plugin section, 
.cre-wp-plugin summary, 
.cre-wp-plugin time, 
.cre-wp-plugin mark, 
.cre-wp-plugin audio, 
.cre-wp-plugin video {
  font-size: 14px;
} */

/* Typography copied from bootstrap */
.cre-wp-plugin h1,
.cre-wp-plugin h2,
.cre-wp-plugin h3, 
.cre-wp-plugin h4, 
.cre-wp-plugin h5, 
.cre-wp-plugin h6,
.cre-wp-plugin .h1, 
.cre-wp-plugin .h2, 
.cre-wp-plugin .h3, 
.cre-wp-plugin .h4, 
.cre-wp-plugin .h5, 
.cre-wp-plugin .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.cre-wp-plugin h1, 
.cre-wp-plugin .h1 {
  font-size: 24px;
}

.cre-wp-plugin h2, 
.cre-wp-plugin .h2 {
  font-size: 20px;
}

.cre-wp-plugin h3, 
.cre-wp-plugin .h3 {
  font-size: 18px;
}

.cre-wp-plugin h4, 
.cre-wp-plugin .h4 {
  font-size: 16px;
}

.cre-wp-plugin h5, 
.cre-wp-plugin .h5 {
  font-size: 14px;
}

.cre-wp-plugin h6, 
.cre-wp-plugin .h6 {
  font-size: 12px;
}

.cre-wp-plugin {
  min-height: 100%;
  height: 100%;
  padding:0;
  margin:0;
  display: flex;
  flex-direction: column;
}

.cre-wp-plugin a.crecs-button {
  display: inline-block;
  border: none;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  width: auto;
  vertical-align: middle;

  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  /* text-shadow: 1px 0px 0px black; */
  line-height: 1.5;
  white-space: nowrap;
}

.cre-wp-plugin.search div, 
.cre-wp-plugin.search section { box-sizing: border-box; }
.cre-wp-plugin.search p { margin:0; padding: 0; }
.cre-wp-plugin.search ul { list-style: none; margin:0; padding:0; }
.cre-wp-plugin a { text-decoration: none; color: inherit;}

.cre-wp-plugin.agent-properties div, 
.cre-wp-plugin.agent-properties section { box-sizing: border-box; }
.cre-wp-plugin.agent-properties p { margin:0; padding: 0; }
.cre-wp-plugin.agent-properties ul { list-style: none; margin:0; padding:0; }
.cre-wp-plugin.agent-properties a { text-decoration: none; }

/* Flex Layout */
.cre-wp-plugin.search .crecs-wrapper {
  display: flex;
  flex-flow: column;
  width:100%;
  height:100%;
  z-index:0;
}

.cre-wp-plugin.search #map { order: 2; flex: 2 0 60%; position: relative; height: 400px; }
.cre-wp-plugin.search .filters { order: 1; flex: 2 0 20%; max-height: 300px; }
.cre-wp-plugin.search.search-layout-2 .filters { order: 1; flex: 2 0 20%; max-height: 340px; }
.cre-wp-plugin.search .listings { order: 3; flex: 1 100%; position: relative; }

/* properties widget mobile default */
.cre-wp-plugin.crecs-properties-widget.crecs-wrapper { 
  display: flex;
  flex-flow: column;
  width:100%;
  height:100%;
  z-index:0; 
}

.cre-wp-plugin.crecs-properties-widget.crecs-wrapper #map { order: 2; flex: 1 50%; position: relative; height: 300px; }
.cre-wp-plugin.crecs-properties-widget.crecs-wrapper #map .search-map { height: 500px; }
.cre-wp-plugin.crecs-properties-widget.no-map.crecs-wrapper #map { display:none; }
.cre-wp-plugin.crecs-properties-widget.crecs-wrapper .listings { order: 3; flex: 1 100%; position: relative; padding:0; margin-top: 10px; }

#property-info { display: none; }
#tenants { display: none; }

.cre-wp-plugin .crecs-banner {
  /* background:rgba(184, 10, 39, 0.8); 
  color:#ffffff;  */
  text-align:center; 
  line-height:40px; 
  text-transform:uppercase;
}
.bootstrap-crecs .crecs-team-member-section div.crecs-banner-small,
.cre-wp-plugin .crecs-banner-small {
  /* background:rgba(184, 10, 39, 1); 
  color:#ffffff;  */
  text-align:center; 
  text-transform:uppercase;
  width: 100%;
  /* line-height: 30px; */
  margin-bottom: 4px;
  line-height: 1.2;
  margin-bottom: 4px;
  padding: 6px 0;
  font-weight: bold;
  font-size: 12px;
}

.bootstrap-crecs .form-control { font-size: 14px; max-width: 100%;}
.bootstrap-crecs .crecs_api_form .form-control {
  font-size: 14px;
}
.bootstrap-crecs .btn {
  font-size: 14px;
}

.bootstrap-crecs.crecs-featured-grid-1 a { text-decoration: none; color: #6c757d !important;}
.bootstrap-crecs.crecs-featured-grid-1 a:hover { text-decoration: none; cursor: pointer; }
.bootstrap-crecs .card-text { font-size: 12px; margin: 0; padding: 0; line-height: initial; color: #6c757d !important; width:100%;}
.bootstrap-crecs .card-property-name { font-size: 16px; }
.bootstrap-crecs .card-property-address { font-size: 14px; }
.bootstrap-crecs .card-property-city-zipcode { font-size: 12px; margin-bottom: 10px; }
.bootstrap-crecs .card-property-rate { margin-bottom: 10px; }

.bootstrap-crecs .crecs-featured-grid-2 .crecs-featured-grid-2-item,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-2-item {
  animation-duration:1.25s;
  animation-fill-mode:both;
  animation-name:fadeInUp;
  border-bottom-color:rgb(146, 146, 146);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(146, 146, 146);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(146, 146, 146);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(146, 146, 146);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(146, 146, 146);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:300px;
  hyphens:manual;
  line-height:25.2px;
  margin-bottom:20px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(146, 146, 146);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:relative;
  text-size-adjust:100%;
  /* vertical-align:baseline; */
  width:539.984px;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-container,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-container {
  border-bottom-color:rgb(146, 146, 146);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(146, 146, 146);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(146, 146, 146);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(146, 146, 146);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(146, 146, 146);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:300px;
  hyphens:manual;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(146, 146, 146);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  text-size-adjust:100%;
  transition-delay:0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration:0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
  transition-property:background, border, border-radius, box-shadow, -webkit-border-radius, -webkit-box-shadow;
  transition-timing-function:ease, ease, ease, ease, ease, ease;
  /* vertical-align:baseline; */
  width:539.984px;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta:hover,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta:hover {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  /* border-color: #A50F0F; */
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta {
  border-bottom-color:rgb(146, 146, 146);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(146, 146, 146);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(146, 146, 146);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(146, 146, 146);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(146, 146, 146);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:300px;
  hyphens:manual;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(146, 146, 146);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:relative;
  text-size-adjust:100%;
  transition-delay:0s;
  transition-duration:0.5s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width:539.984px;
  -webkit-font-smoothing:antialiased;

}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid__bg-wrapper,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid__bg-wrapper {
  border-bottom-color:rgb(146, 146, 146);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(146, 146, 146);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(146, 146, 146);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(146, 146, 146);
  border-top-style:none;
  border-top-width:0px;
  bottom:0px;
  box-sizing:border-box;
  color:rgb(146, 146, 146);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:300px;
  hyphens:manual;
  left:0px;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(146, 146, 146);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:absolute;
  right:0px;
  text-size-adjust:100%;
  top:0px;
  transition-delay:0s;
  transition-duration:0.4s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width:539.984px;
  z-index:1;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-bg,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-bg {
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  border-bottom-color:rgb(146, 146, 146);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(146, 146, 146);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(146, 146, 146);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(146, 146, 146);
  border-top-style:none;
  border-top-width:0px;
  bottom:0px;
  box-sizing:border-box;
  color:rgb(146, 146, 146);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:300px;
  hyphens:manual;
  left:0px;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(146, 146, 146);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:absolute;
  right:0px;
  text-size-adjust:100%;
  top:0px;
  transition-delay:0s;
  transition-duration:1.5s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width:539.984px;
  will-change:transform;
  z-index:1;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-bg-overlay,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-bg-overlay {
    background-color: rgba(0,0,0,0.37);
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-bg-overlay,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-bg-overlay {
  /* background-color:rgba(0, 0, 0, 0.37); */
  border-bottom-color:rgb(146, 146, 146);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(146, 146, 146);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(146, 146, 146);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(146, 146, 146);
  border-top-style:none;
  border-top-width:0px;
  bottom:0px;
  box-sizing:border-box;
  color:rgb(146, 146, 146);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:300px;
  hyphens:manual;
  left:0px;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(146, 146, 146);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:absolute;
  right:0px;
  text-size-adjust:100%;
  top:0px;
  transition-delay:0s;
  transition-duration:1.5s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width:539.984px;
  z-index:2;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-content,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-content {
  align-content:center;
  align-items:center;
  border-bottom-color:rgb(255, 255, 255);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(255, 255, 255);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(255, 255, 255);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(255, 255, 255);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  display:flex;
  flex-wrap:wrap;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:300px;
  hyphens:manual;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  min-height:300px;
  outline-color:rgb(255, 255, 255);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:relative;
  text-align:center;
  text-size-adjust:100%;
  transition-delay:0s;
  transition-duration:0.5s;
  transition-property:all;
  transition-timing-function:ease;
  vertical-align:baseline;
  width:539.984px;
  z-index:1;
  -webkit-box-align:center;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-title,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-title {
  border-bottom-color:rgb(255, 255, 255);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(255, 255, 255);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(255, 255, 255);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(255, 255, 255);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  display:block;
  font-family:Roboto, sans-serif;
  font-size:35px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:600;
  height:42px;
  hyphens:manual;
  line-height:42px;
  margin-block-end:0px;
  margin-block-start:0px;
  margin-bottom:0px;
  margin-inline-end:0px;
  margin-inline-start:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(255, 255, 255);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:relative;
  text-align:center;
  text-size-adjust:100%;
  transition-delay:0s;
  transition-duration:1s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width:539.984px;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-description,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-description {
  border-bottom-color:rgb(255, 255, 255);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(255, 255, 255);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(255, 255, 255);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(255, 255, 255);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  display:block;
  font-family:Roboto, sans-serif;
  font-size:19px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:68px;
  hyphens:manual;
  line-height:34.2px;
  margin-bottom:15px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(255, 255, 255);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:relative;
  text-align:center;
  text-size-adjust:100%;
  text-transform:uppercase;
  transition-delay:0s;
  transition-duration:1s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width:539.984px;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-button-wrapper,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-button-wrapper {
  border-bottom-color:rgb(255, 255, 255);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(255, 255, 255);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(255, 255, 255);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(255, 255, 255);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:43px;
  hyphens:manual;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(255, 255, 255);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:relative;
  text-align:center;
  text-size-adjust:100%;
  transform:matrix(0.85, 0, 0, 0.85, 0, 0);
  transition-delay:0s;
  transition-duration:1s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width:531.984px;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-button,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-button {
  align-self:center;
  background-attachment:scroll;
  background-clip:border-box;
  background-color:rgba(0, 0, 0, 0);
  background-image:none;
  background-origin:padding-box;
  background-position-x:0%;
  background-position-y:0%;
  /* background-repeat-x:; */
  /* background-repeat-y:; */
  background-size:auto;
  border-bottom-color:rgb(255, 255, 255);
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(255, 255, 255);
  border-left-style:solid;
  border-left-width:2px;
  border-right-color:rgb(255, 255, 255);
  border-right-style:solid;
  border-right-width:2px;
  border-top-color:rgb(255, 255, 255);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-top-style:solid;
  border-top-width:2px;
  box-shadow:none;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  cursor:pointer;
  display:inline-block;
  fill:rgb(255, 255, 255);
  font-family:Roboto, sans-serif;
  font-size:15px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:500;
  height:43px;
  hyphens:manual;
  line-height:15px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(255, 255, 255);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:12px;
  padding-left:24px;
  padding-right:24px;
  padding-top:12px;
  text-align:center;
  text-decoration-color:rgb(255, 255, 255);
  text-decoration-line:none;
  text-decoration-style:solid;
  text-size-adjust:100%;
  transition-delay:0s;
  transition-duration:0.3s;
  transition-property:all;
  transition-timing-function:ease;
  /* vertical-align:baseline; */
  width: auto;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-button:hover,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-button:hover {
  color: #FFFFFF;
  background-color: #BB1C1C;
  border-color: #BB1C1C;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-ribbon,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-ribbon {
  border-bottom-color:rgb(146, 146, 146);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(146, 146, 146);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(146, 146, 146);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(146, 146, 146);
  border-top-style:none;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgb(146, 146, 146);
  display:block;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:150px;
  hyphens:manual;
  left:0px;
  line-height:25.2px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(146, 146, 146);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  position:absolute;
  right:389.984px;
  text-size-adjust:100%;
  top:0px;
  transform:matrix(1, 0, 0, 1, 0, 0);
  /* vertical-align:baseline; */
  width:150px;
  z-index:1;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-ribbon-inner,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-ribbon-inner {
  background-attachment:scroll;
  background-clip:border-box;
  background-color:rgb(184, 16, 16);
  background-image:none;
  background-origin:padding-box;
  background-position-x:0%;
  background-position-y:0%;
  /* background-repeat-x:; */
  /* background-repeat-y:; */
  background-size:auto;
  border-bottom-color:rgb(255, 255, 255);
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(255, 255, 255);
  border-left-style:none;
  border-left-width:0px;
  border-right-color:rgb(255, 255, 255);
  border-right-style:none;
  border-right-width:0px;
  border-top-color:rgb(255, 255, 255);
  border-top-style:none;
  border-top-width:0px;
  box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  display:block;
  font-family:Roboto, sans-serif;
  font-size:13px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:900;
  height:26px;
  hyphens:manual;
  left:0px;
  line-height:26px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:39px;
  outline-color:rgb(255, 255, 255);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  text-align:center;
  text-size-adjust:100%;
  text-transform:uppercase;
  transform:matrix(0.707107, -0.707107, 0.707107, 0.707107, -111, -13);
  /* vertical-align:baseline; */
  width:300px;
  -webkit-font-smoothing:antialiased;
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-title,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-description,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-button-wrapper,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-title,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-description,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-button-wrapper {
  -webkit-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85);
}

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-2-item,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-2-item { width: 100%; }

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-container,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta, 
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-bg,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid__bg-wrapper, 
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-bg-overlay,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-content,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-title,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-description,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-button-wrapper,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-container,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta, 
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-bg,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid__bg-wrapper, 
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-bg-overlay,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-content,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-title,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-description,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-button-wrapper { width: 100%; }

.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-title,
.bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-description,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-title,
.bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-description { height: auto; }

.crecs-spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}
.crecs-spinner-text {
  margin-top: 100px;
  color: #00aeefcc;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#crecs-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}

.crecs-page .crecs-row { display: flex; flex-flow: column; width:100%; margin: 0 auto; }
.crecs-page .crecs-row .crecs-column  { flex: auto; padding: 10px 0px 50px 0px; }
.crecs-page .crecs-row .crecs-column.crecs-column-50 { width: 100%; }
.crecs-page .crecs-row .crecs-column-border-left { border-right: none; padding-left: 0; padding-right: 0px; }

.cre-wp-plugin ul.list-deal-room-access {
  list-style: disc;
  padding-left: 0;
  margin-left: 20px;
}

.elementor-widget-crecs-image-carousel .swiper-slide {
  text-align: center;
}

.bootstrap-crecs .team-member-card { text-align: center; height: auto; border: none;}
.bootstrap-crecs .team-member-card .team-member-card-image-wrap {
  width: 100%;
  height: 60%;
  overflow: hidden;
}
.bootstrap-crecs .team-member-card .team-member-card-image-wrap .card-img-top {
  height: 100%;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.bootstrap-crecs .team-member-card .card-body { 
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
}
.bootstrap-crecs .crecs-team-member-grid-2 .team-member-card .card-body { align-items: flex-start; justify-content: flex-start;}
.bootstrap-crecs .crecs-team-member-grid-2 .team-member-card .card-team-member-name { margin-bottom: 15px; }
.bootstrap-crecs .crecs-team-member-grid-2 .team-member-card .card-team-member-title { margin-bottom: 0;  }
.bootstrap-crecs .card-team-member-info.card-team-member-icon { font-family: "Font Awesome 5 Free" !important; }


.bootstrap-crecs .crecs-team-member-grid-2 .team-member-card .card-body .elementor-icon-list-items { overflow-wrap: anywhere; width: 100%;}

/* .bootstrap-crecs .team-member-card .card-team-member-name { font-size: 18px; font-weight: 500; } */
/* .bootstrap-crecs .team-member-card .card-team-member-title { font-size: 16px; font-weight: 300; margin-bottom: 15px; } */
.bootstrap-crecs .team-member-card .card-team-member-button { 
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

  color: #55595c !important; 
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #55595c;
  background: transparent;
}

.bootstrap-crecs .team-member-card .card-team-member-button:hover {
  color: #FFFFFF !important;
  background-color: #23A455;
  border-color: #23A455;
}


.bootstrap-crecs .crecs-team-member-section h1 {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.1em;
}

.bootstrap-crecs .crecs-team-member-section h2 {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 28px;
  font-weight: 100;
  text-transform: capitalize;
  line-height: 1.2em;
  margin-bottom:1.2em;
}

.bootstrap-crecs .crecs-team-member-section p.team-member-item {
  color: #54595F;
  line-height: 1em;
  font-size: 18px;
}

.bootstrap-crecs .crecs-team-member-section p.team-member-last-item {
  margin-bottom:1.5em;
}

.bootstrap-crecs .crecs-team-member-section div,
.bootstrap-crecs .crecs-team-member-section p {
  color: #54595F;
  /* font-family: "Merriweather", Sans-serif; */
  font-size: 16px;
  font-weight: 300;
}

/* Service Type Section */
.bootstrap-crecs .service-type-card { text-align: center; height: 100%; }
.bootstrap-crecs .service-type-card .service-type-card-image-wrap {
  width: 100%;
  height: 60%;
  overflow: hidden;
}
.bootstrap-crecs .service-type-card .service-type-card-image-wrap .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bootstrap-crecs .service-type-card .card-body { 
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
}
.bootstrap-crecs .service-type-card .card-service-type-name { font-size: 18px; font-weight: 500; margin-bottom: 15px; }
.bootstrap-crecs .service-type-card .card-service-type-title { font-size: 16px; font-weight: 300; margin-bottom: 15px; }
.bootstrap-crecs .service-type-card .card-service-type-button { 
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

  color: #55595c !important; 
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #55595c;
  background: transparent;
}

.bootstrap-crecs .service-type-card .card-service-type-button:hover {
  color: #FFFFFF !important;
  background-color: #23A455;
  border-color: #23A455;
}


.bootstrap-crecs .crecs-service-type-section h1 {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.5em;
}

.bootstrap-crecs .crecs-service-type-section h2 {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 28px;
  font-weight: 100;
  text-transform: capitalize;
  line-height: 1.2em;
  margin-bottom:1.2em;
}

.bootstrap-crecs .crecs-service-type-section p.service-type-item {
  color: #54595F;
  line-height: 1em;
  font-size: 18px;
}

.bootstrap-crecs .crecs-service-type-section p.service-type-last-item {
  margin-bottom:1.5em;
}

.bootstrap-crecs .crecs-service-type-section div,
.bootstrap-crecs .crecs-service-type-section p {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 16px;
  font-weight: 300;
}

/* Service Type Grid 2 */
.bootstrap-crecs .service-type-cta {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: .5s;
  display: block;
}

.bootstrap-crecs .service-type-cta__bg-wrapper{
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s;
  width: 100%;
}

.bootstrap-crecs .service-type-cta__bg {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  will-change: transform;
  transform: scale(1.2);
  transition-duration: 1500ms;
}

.bootstrap-crecs .service-type-cta__bg-overlay {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s;
  z-index: 2;
  transition-duration: 1500ms;
  background-color: rgba(0,0,0,0.37);
}

.bootstrap-crecs .service-type-cta:hover .service-type-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.79);
}

.bootstrap-crecs .service-type-cta:hover .service-type-cta__bg {
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.bootstrap-crecs .service-type-cta:hover .service-type-cta__content {
  transform: translateY(30px);
}

.bootstrap-crecs .service-type-cta__content {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  margin: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  transition: .5s;
  color: #fff;
  align-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  min-height: 400px;
  text-align: left;
  padding: 30px 5px 0px 20px;
}
.bootstrap-crecs .service-type-cta__title {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  text-align: left;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-style: inherit;
  box-sizing: border-box;
  position: relative;
  transition: .5s;
  width: 100%;
  margin: 0;
  margin-top: 0;
  line-height: 1.2;
  border-color: #fff;
  font-weight: 500;
  font-family: "Merriweather", Sans-serif;
  font-size: 30px;
  color: #ffffff;
  transition-duration: 1000ms;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.bootstrap-crecs .service-type-cta__description {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  text-align: left;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-style: inherit;
  box-sizing: border-box;
  position: relative;
  transition: .5s;
  width: 100%;
  margin: 0;
  border-color: #fff;
  font-family: "Merriweather", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  color: #FFFFFF;
  transition-duration: 1000ms;
  margin-bottom: 10px;
}
.bootstrap-crecs .service-type-cta__button-wrapper {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  text-align: left;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  position: relative;
  transition: .5s;
  width: 100%;
  margin: 0;
  color: #fff;
  border-color: #fff;
  transition-duration: 1000ms;
}
.bootstrap-crecs .service-type-cta__button {
  -webkit-text-size-adjust: 100%;
  --page-title-display: block;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-5ccfbf92: #4054B2;
  --e-global-color-75fff6f3: #23A455;
  --e-global-color-3a9a6880: #000;
  --e-global-color-769b50a5: #FFF;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  hyphens: manual;
  --translate: 0,0;
  margin: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-style: inherit;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background: transparent;
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-accent-font-weight );
  color: #fff;
  border-color: #fff;
}

.bootstrap-crecs .service-type-cta__button:hover {
  color: #FFFFFF !important;
  background-color: #23A455;
  border-color: #23A455;
  text-decoration: none;
}



/* Media Section */
.bootstrap-crecs .media-card { text-align: left; height: auto; }
.bootstrap-crecs .media-card .media-card-image-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.bootstrap-crecs .media-card .media-card-image-wrap .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bootstrap-crecs .media-card .card-body { 
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height:60%;
  max-height:60%;
}
.bootstrap-crecs .media-card .card-media-name { font-size: 18px; font-weight: 500; color: #333;}
.bootstrap-crecs .media-card .card-media-title { font-size: 16px; font-weight: 300; }
.bootstrap-crecs .media-card .card-media-button { 
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 0 0 12px 0;
  color: #23A455 !important;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  background: transparent;
}

.bootstrap-crecs .media-card .card-media-button:hover {
  text-decoration: underline;
  /* background-color: #23A455; */
  /* border-color: #23A455; */
}


.bootstrap-crecs .crecs-media-section h1 {
  color: #333;
  font-family: "Merriweather", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom:20px;
}

.bootstrap-crecs .crecs-media-section h2 {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2em;
  margin-bottom:1.2em;
}

.bootstrap-crecs .crecs-media-section h3 {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-transform: capitalize;
  line-height: 1em;
  margin-bottom:1em;
}

.bootstrap-crecs .crecs-media-section p.media-item {
  color: #54595F;
  line-height: 1em;
  font-size: 18px;
}

.bootstrap-crecs .crecs-media-section p.media-last-item {
  margin-bottom:1.5em;
}

.bootstrap-crecs .crecs-media-section div,
.bootstrap-crecs .crecs-media-section p {
  color: #54595F;
  font-family: "Merriweather", Sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bootstrap-crecs .swiper-slide.crecs-featured-grid-2 .crecs-featured-grid-2-item { width: 100%; }
.bootstrap-crecs .swiper-slide.crecs-featured-grid-2 .crecs-featured-grid-cta { width: 100%; }
.bootstrap-crecs.swiper-slide.crecs-featured-grid-2 .crecs-featured-grid-2-item { width: 100%; }
.bootstrap-crecs.swiper-slide.crecs-featured-grid-2 .crecs-featured-grid-cta { width: 100%; }

/************ Map Styles ************/

.cre-wp-plugin.search .crecs-wrapper #map {  padding:10px; }

.cre-wp-plugin.search .map-box {
  display:block;
  height: 400px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  /* box-shadow: rgba(0, 3, 6, 0.1607843137254902); */
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
}

.cre-wp-plugin.search .search-map { 
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.cre-wp-plugin.crecs-properties-widget .properties { align-content: flex-start; }
.cre-wp-plugin.crecs-properties-widget .crecs-wrapper #map { padding:10px; }
.cre-wp-plugin.crecs-properties-widget .map-box {
  display:block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
}
.cre-wp-plugin.crecs-properties-widget .search-map { 
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/************ Filter styles ************/
.cre-wp-plugin.search .filters {  padding:10px 10px 0px 10px; }

.cre-wp-plugin.search .filters-box {
  display:block;
  /* height: 100%; */
  width: 100%;
  padding:10px;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: rgba(0, 3, 6, 0.1607843137254902); */

  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
}

.cre-wp-plugin.search.search-layout-2 .filters-box #crecs_search_keyword { background-color: #fff;}


/************ Listing styles ************/
.cre-wp-plugin.search .listings {  padding:10px 10px 10px 10px; }

.cre-wp-plugin.search .listings-box {
  /* display: block; */
  display: flex;
  flex-flow: row wrap;
  place-content: flex-start;

  height: 100%;
  width: 100%;

  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: rgba(0, 3, 6, 0.1607843137254902); */

  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
}

.cre-wp-plugin.search .listings-box > * { flex: 2 50%; }
.cre-wp-plugin.search.search-layout-2 .listings-box > * { flex: 1 100%; }
.cre-wp-plugin.search .crecs-pagination { flex: 1 100%; place-content: center; }
.cre-wp-plugin.search .crecs-listview-options { flex: 1 100%; display:none; }


/* --- */

.cre-wp-plugin.crecs-properties-widget .listings {  padding:0 0px 0 10px }

.cre-wp-plugin.crecs-properties-widget .listings-box {
  display: flex;
  flex-flow: row wrap;
  place-content: flex-start;

  height: 100%;
  width: 100%;

  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;

  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
}

.cre-wp-plugin.crecs-properties-widget .listings-box > * { flex: 2 50%; }
.cre-wp-plugin.crecs-properties-widget .crecs-pagination { flex: 1 100%; place-content: center; }
.cre-wp-plugin.crecs-properties-widget .crecs-listview-options { flex: 1 100%; display:none; }

/* --- */


.cre-wp-plugin .properties { flex: 1 100%; }

.cre-wp-plugin.search .sort-by { width:50%; height:40px; line-height: 40px; text-align: center;}
.cre-wp-plugin.search .sort-by select {
  display: block;
  font-size: 14px;
  /* font-family: sans-serif; */
  font-weight: 300;
  /* color: #444; */
  line-height: 1.3;
  padding: .4em 1.4em .3em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 1.2em auto, 100%;
}
.cre-wp-plugin.search .sort-by select::-ms-expand { display: none;}

/* Search Layout 1 */
.cre-wp-plugin.search .crecs-pagination-legend { width: 50%; height:40px; line-height: 40px; text-align: center; font-size: 12px; /*color: #b80a27;*/}
.cre-wp-plugin.search .crecs-pagination {  width: 50%; height:40px; line-height: 40px; text-align: center; display: flex; flex: 2 0 60%;}
.cre-wp-plugin.search .crecs-listview-options { width: 50%; height:40px; line-height: 40px; text-align: center; font-size: 12px; /*color: #b80a27;*/}

/* Search Layout 2 */
.cre-wp-plugin.search.search-layout-2 .crecs-pagination-legend { width: auto; margin-right:6px; line-height: inherit; font-size: inherit; font-weight: inherit; text-align: inherit; color: inherit !important;}
.cre-wp-plugin.search.search-layout-2 h1 { flex: 1 100%; text-transform: capitalize;}
.cre-wp-plugin.search.search-layout-2 .crecs-pagination {  display: none; }
.cre-wp-plugin.search.search-layout-2 .crecs-listview-options { width: 50%; height:40px; line-height: 40px; text-align: center; font-size: 12px; /*color: #b80a27;*/}


.cre-wp-plugin .properties {  width: 100%; height:100%; overflow: scroll; padding-bottom: 80px;}

.cre-wp-plugin .properties.grid-view { display: flex; flex-flow: row wrap; 
  min-height: auto !important; 
}
.cre-wp-plugin .properties.grid-view .card { width: 100%; max-width: 100%; border: none;}
.cre-wp-plugin .properties.grid-view .card .card-box { border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; height: 100%; margin: 2px 0; }
.cre-wp-plugin .properties.grid-view .card .card-box .card-image {flex: 1 0 100%;}

.cre-wp-plugin .properties .card {  background:white; width: 100%; padding: 0 2px; }
/* .properties .card:hover { cursor: pointer; } */
.cre-wp-plugin .properties .card .card-box {
  display:flex;
  flex-flow: row wrap;

  /* position: relative; */
  font-size: 12px;
  background-color: #fff;
  border-radius: 2px;
  /* box-shadow: rgba(0, 0, 2, 0.1); */
  padding: 10px;

  /* -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14); */

  align-content: flex-start;
}
.cre-wp-plugin .properties .card .card-box .card-image {
  flex: 2 0 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  /* min-width: 319px;
  min-height: 214px;
  max-width: 319px;
  max-height: 214px; */

  /* Test */
  overflow: hidden;
  /* max-width: 100%; */
  /* position: relative; */
  width: 100%;
  padding-bottom: 70%;
  height: 0;
}

.cre-wp-plugin .properties.grid-view .card .card-box .card-image { padding-bottom: 70%; }

.cre-wp-plugin .properties .card .card-box .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* Test */
  /* width: 100%;
  height: 100%; */
  position: absolute;
}

.cre-wp-plugin .properties .card .card-box .property-type-box { 
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  border-radius: 4px;
  width: auto;
  height: auto;
  text-transform: uppercase;

  line-height: 1.2;
  padding: 5px;
  margin: 10px;
  z-index: 98;

  font-size: 11px;
  font-weight: bold;

}
.cre-wp-plugin .properties .card .card-box .property-type-box span { opacity: 1; }
.cre-wp-plugin .properties .card .card-box .card-content-1 { 
  flex: 2 0 56%;
  /* color: #151515; */
  padding: 10px;
}

.property-section {}
.property-section p { font-size: 12px; line-height: 16px;  margin: 0;}
.property-section .name { font-size: 14px; line-height: 18px; font-weight: 700;}
.property-section .street { font-size: 12px; line-height: 16px; margin-bottom: 10px !important; }
.property-section .size { }
.property-section .size .title { 
  /* text-transform: uppercase; */
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.property-section .size .data { 
  display: inline-block;
  width: calc(100% - 110px);
  word-break: break-word;
}
.property-section .rate { 
  /* text-transform: uppercase;  */
}
.property-section .rate.rate-first { margin-top: 10px;}
.property-section .rate .title { }
.property-section .rate .data { }


.properties .card .card-box .card-content-2 { display: none; }
.properties .card .card-box .buttons {
  margin-top: 20px;
}

.properties .card .card-box .buttons .button {
  /* background-color: #b80a27; */
  /* color: #fff; */
  height: 24px;
  padding: 5px 20px;
  text-decoration: none;
  margin-right: 10px;
}
.properties .card .card-box .buttons .button:hover {
  /* background: #5f6062; */
  cursor: pointer; 
}

/* Team Member page properties */

.bootstrap-crecs .crecs-team-member-section .property-section p { font-size: 12px; line-height: 16px;  margin: 0;}
.bootstrap-crecs .crecs-team-member-section .property-section .name { font-size: 14px; line-height: 18px; font-weight: 700;}
.bootstrap-crecs .crecs-team-member-section .property-section .street { font-size: 12px; line-height: 16px; margin-bottom: 10px !important; }
.bootstrap-crecs .crecs-team-member-section .property-section .size { }
.bootstrap-crecs .crecs-team-member-section .property-section .size .title { 
  /* text-transform: uppercase; */
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.bootstrap-crecs .crecs-team-member-section .property-section .size .data { 
  display: inline-block;
  width: calc(100% - 110px);
  word-break: break-word;
}
.bootstrap-crecs .crecs-team-member-section .property-section .rate { 
  /* text-transform: uppercase;  */
}
.bootstrap-crecs .crecs-team-member-section .property-section .rate.rate-first { margin-top: 10px;}
.bootstrap-crecs .crecs-team-member-section .property-section .rate .title { }
.bootstrap-crecs .crecs-team-member-section .property-section .rate .data { }

.bootstrap-crecs .crecs-team-member-section .properties .card .card-box .buttons {
  margin-top: 20px;
}

.bootstrap-crecs .crecs-team-member-section .properties .card .card-box .buttons .button {
  /* background-color: #b80a27; */
  /* color: #fff; */
  height: 24px;
  padding: 5px 20px;
  text-decoration: none;
  margin-right: 10px;
}
.bootstrap-crecs .crecs-team-member-section .properties .card .card-box .buttons .button:hover {
  /* background: #5f6062; */
  cursor: pointer; 
}



/* Pagination Styles */
.cre-wp-plugin.search .crecs-pagination a {
  font-size:12px;
  cursor:pointer;
  margin:0 5px;
  /* color:#333; */
  display: block;
  width: 30px;
}
.cre-wp-plugin.search .crecs-pagination a:hover {
  background-color:#222;
  color:#fff;
}
.cre-wp-plugin.search .crecs-pagination a.jp-previous {
  margin-right:15px;
}
.cre-wp-plugin.search .crecs-pagination a.jp-next {
  margin-left:15px;
}
.cre-wp-plugin.search .crecs-pagination a.jp-current,
.cre-wp-plugin.search .crecs-pagination a.jp-current:hover {
  /* color:#FF4242; */
  font-weight:bold;
}
.cre-wp-plugin.search .crecs-pagination a.jp-disabled,
.cre-wp-plugin.search .crecs-pagination a.jp-disabled:hover {
  color:#bbb;
}
.cre-wp-plugin.search .crecs-pagination a.jp-current,
.cre-wp-plugin.search .crecs-pagination a.jp-current:hover, 
.cre-wp-plugin.search .crecs-pagination a.jp-disabled,
.cre-wp-plugin.search .crecs-pagination a.jp-disabled:hover {
  cursor:default;
  background:none;
}
.cre-wp-plugin.search .crecs-pagination span {
  margin: 0 5px;
}

/*  Search Form Layout */
.cre-wp-plugin.search  .filters-form {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: 50%;
  align-items: center;
}

.cre-wp-plugin.search .form-keyword { 
  flex: 1 100%; 
  width:100%; 
  height:100%;
  max-height: 100px;

  display: -webkit-box;
  display: flex;
  grid-column: 2;

  margin-bottom: 10px;
}

.cre-wp-plugin.search .form-keyword input {
  font: inherit;
  border: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #ccc;
  margin-right: 10px;
}

.cre-wp-plugin.search .form-keyword button {
  font: inherit;
  border: 0;
  padding: 0.5em 0.75em;
  /* background: #b80a27; */
  /* color:#fff; */
  margin-right: 10px;
}

.cre-wp-plugin.search .form-keyword button:hover {
  /* background: #5f6062; */
  cursor: pointer;
}

.cre-wp-plugin.search input:focus, 
.cre-wp-plugin.search button:focus {
  outline: none;
}


.cre-wp-plugin.search .form-filters { 
  flex: 2 100%; 
  /* height: 50%; */
  margin-bottom: 10px;
}

.cre-wp-plugin.search .form-filters button.button-dropdown {
  display: block;
  width:100%;
  font-size: 14px;
  font-weight: 300;
  /* color: #444; */
  line-height: 1.3;
  padding: .4em 1.4em .3em .8em;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 1.2em auto, 100%;
}

.cre-wp-plugin.search .form-filters .menu-dropdown { 
  min-height: auto;
  display: none; 
  background:#fff;;
  padding: 0;
  z-index:9999;
  position:absolute;
  font-size: 12px;
 
  box-sizing: border-box;
  margin: 10px 0 0 0;
  border: 1px solid #aaa;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-width:10%;

  width: 100%;
  position: relative;
}

.cre-wp-plugin.search .form-filters .menu-dropdown li {
  padding:4px 10px;;
  margin: 0;
  line-height: 30px;
  cursor: pointer;
}
.cre-wp-plugin.search .form-filters .menu-dropdown li a { /*color: #b80a27; */}
.cre-wp-plugin.search .form-filters .menu-dropdown li:hover { /*background: #5f6062; */}
.cre-wp-plugin.search .form-filters .menu-dropdown li:hover a { /*color: #fff;*/ }

.cre-wp-plugin.search .form-filters .menu-dropdown li a input[type=checkbox] { display: none; }
.cre-wp-plugin.search .form-filters .menu-dropdown li a span.material-icons { vertical-align: middle;}

.cre-wp-plugin.search .form-filters li a input[type=checkbox] { display: none; }
.cre-wp-plugin.search .form-filters li a span.material-icons { vertical-align: middle;}
.cre-wp-plugin.search #for_sale_and_lease_box.form-filters { flex: 2 100%; }
.cre-wp-plugin.search #for_sale_and_lease_box.form-filters ul li { width: 50%; display: inline; box-sizing: border-box; }
.cre-wp-plugin.search #for_sale_and_lease_box.form-filters ul li a { font-size: 14px; font-weight: 300; text-decoration: none;}

.cre-wp-plugin.search .form-filters .menu-dropdown input[type=text] { 
  padding: 2px 10px;
  width: 80px;
  display: inline-block;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.5;
  font-size: 0.9em;
  font-weight: 300;
  min-height: auto;
}
.cre-wp-plugin.search .form-filters #agents-dropdown.menu-dropdown { right:2%; }

.cre-wp-plugin.search.search-layout-2 .form-keyword button { margin: 0 0 10px 0px; }
.cre-wp-plugin.search.search-layout-2 .form-filters .menu-dropdown { margin-top: 2px; }
.cre-wp-plugin.search.search-layout-2 .form-filters .menu-dropdown li a { font-size: 1.2em; }
.cre-wp-plugin.search.search-layout-2 .form-filters .menu-dropdown input[type=text] {border-radius: 3px;}


/* -------------------------------------------------------------------------- */
/* Property page */
/* -------------------------------------------------------------------------- */

/* Flex Layout */
.crecs-property .crecs-wrapper { display: flex; flex-flow: column; width:100%; margin: 0 auto;}
.crecs-property .crecs-wrapper section { padding: 0; }
.crecs-property .crecs-breadcrumb-section { order: 1; width: 100%; display: none; margin-bottom:10px;}
.crecs-property .crecs-property-title-section { order: 2; width: 100%;}
.crecs-property .crecs-property-main-section { order: 3; width: 100%; }
.crecs-property .crecs-property-sidebar-section { order:4; width: 100%; }


.crecs-property .crecs-wrapper { flex-flow: row wrap; justify-content: space-between; max-width:1280px; padding:10px; }

.crecs-property .crecs-breadcrumb-section .crecs-breadcrumb-box {  }
.crecs-property .crecs-breadcrumb-section .crecs-breadcrumb-box nav {}
.crecs-property .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol { 
  font-size: 13px; 
  background-color: transparent; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.crecs-property .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol li {}
.crecs-property .crecs-breadcrumb-item+.crecs-breadcrumb-item {
  padding-left: .5rem;
}
.crecs-property .crecs-breadcrumb-item+.crecs-breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.crecs-property .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol li.active {}
.crecs-property .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol li a { 
  /* color: #b80a27;  */
  transition: .2s;
  text-decoration: none;
  background-color: transparent;
}

.crecs-property .crecs-property-title-box { display: flex; flex-flow: row wrap; justify-content: flex-start; max-width:100%; padding:0; align-content: flex-end;}
.crecs-property .crecs-property-title-box > * { margin:0; box-sizing: border-box; width: 100%; }
.crecs-property .crecs-property-name { order:2; /*color: #b80a27;*/}
.crecs-property .crecs-property-headline { order:1; }
.crecs-property .crecs-property-address { order:3; padding-bottom: 10px; }
.crecs-property .crecs-property-type {  order:4; margin:0; padding:0; font-size: 20px; text-align:right; margin-top: 0px;font-weight: 500; /*color: #b80a27;*/}
.crecs-property .crecs-property-category { margin:0; padding:0; font-size: 16px; text-align:right; display:block;}
.crecs-property .crecs-property-title-aux { order:6; padding-bottom: 20px;}

.crecs-property .crecs-property-main-box,
.crecs-property .crecs-property-sidebar-box {
  width: 100%;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14); 
  background-color: #fff;
}

.crecs-property .crecs-property-headline h2 { 
  font-size: 18px;
  /* color: #524f4f; */
  font-weight: 400;
}

.crecs-property .crecs-property-address h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.crecs-property .crecs-media-box,
.crecs-property .crecs-description,
.crecs-property .crecs-features,
.crecs-property .crecs-demographics,
.crecs-property .crecs-traffic,
.crecs-property .crecs-tenants {
  margin-bottom: 40px;
}

.crecs-property .crecs-features h4,
.crecs-property .crecs-demographics h4,
.crecs-property .crecs-traffic h4,
.crecs-property .crecs-tenants h4 {
  /* color: #b80a27; */
  text-transform: uppercase;
  border-bottom: 1px solid #dce0e0;
  letter-spacing: 1px;
  word-spacing: 2px;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.crecs-property .crecs-media-buttons {
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}
.crecs-property .crecs-media-buttons button {
  display: inline-block;
  border: none;
  padding: 5px 20px;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0 20px 0;
  width: 100%;
  vertical-align: middle;
  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  /* text-shadow: 1px 0px 0px black; */
  line-height: 1.5;;
}

.crecs-property .crecs-media-buttons button.active,
.crecs-property .crecs-media-buttons button:hover,
.crecs-property .crecs-media-buttons button:focus {
  /* background: #5f6062; */
}

.crecs-property .crecs-media-buttons button.active,
.crecs-property .crecs-media-buttons button:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.crecs-property .crecs-media-buttons button:active {
  transform: scale(0.99);
}


.crecs-property .crecs-features p { line-height: 2em;}
.crecs-property .crecs-features p strong { font-weight: 500;}

.crecs-property .crecs-tenants ul { 
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.crecs-property .crecs-tenants ul li { width:110px; height: 110px; margin-right: 30px; }
.crecs-property .crecs-tenants ul li img { width:100%; height: 100%; object-fit: scale-down;}

.crecs-property .crecs-card {
  padding: 10px;
  margin-bottom: 25px;
}

.crecs-property .crecs-card h4 {
  /* color: #b80a27; */
  text-transform: uppercase;
  border-bottom: 1px solid #dce0e0;
  letter-spacing: 1px;
  word-spacing: 2px;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.crecs-property .crecs-card .card-header {
  padding: 0 0 10px 0;
}
.crecs-property .crecs-card .card-body p {
  line-height: 2.4em;
}

.crecs-property .crecs-card img {
  max-width: 100%;
}

.crecs-property .crecs-sidebar-buttons {
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
}

.crecs-property .crecs-sidebar-buttons a.crecs-button {
  display: inline-block;
  border: none;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, 
              transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* text-shadow: 0px 1px 0px #595959; */
  margin: 0 0 20px 0;
  width: 100%;
}



.crecs-property .crecs-sidebar-buttons a.crecs-button:hover {

}

.crecs-property .crecs-contact-box { display: flex; flex-flow: row; margin-bottom: 20px; }
.crecs-property .crecs-contact-box .crecs-contact-image { flex: 1 30%;}
.crecs-property .crecs-contact-box .crecs-contact-image a { display :block; width: 80px; height: 80px; }
.crecs-property .crecs-contact-box .crecs-contact-image a img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crecs-property ul.crecs-list-unstyled { list-style-type: none !important; margin:0; }

.crecs-property .crecs-contact-box .crecs-contact-info { flex: 1 70%; }
.crecs-property .crecs-contact-box .crecs-contact-info p { /*font-size: 0.8em;*/ margin:0; padding:0; line-height: 1.5em; }
.crecs-property .crecs-contact-box .crecs-contact-info p a { /*color: #b80a27;*/ font-weight: 500;}

/* Property Widgets Custom Styles */
.crecs-property.crecs-contacts ul.crecs-list-unstyled { margin:0; padding:0; display: flex; flex-wrap: wrap; }
.crecs-property.crecs-contacts .crecs-card h4 {margin: 0; padding:0;}
.crecs-property.crecs-contacts .crecs-contact-box { display: flex; flex-flow: row; margin: 0; height:100%;}
.crecs-property.crecs-contacts .crecs-contact-box .crecs-contact-info p { line-height: initial; margin:0; padding:0; }
.crecs-property.crecs-contacts .crecs-contact-box .crecs-contact-image { flex: auto; margin-right: 10px; height:100%; }
.crecs-property.crecs-contacts .crecs-contact-box .crecs-contact-image a { width:initial; height:initial; height: 100%; }
.crecs-property.crecs-contacts .crecs-contact-box .crecs-contact-info { flex: auto; }

.crecs-property.crecs-available-suites ul.crecs-sidebar-list { padding: 0; }
.crecs-property.crecs-available-suites .crecs-card .crecs-card-header h4 { margin:0; padding:0; border:none; }

.crecs-property ul.crecs-suites-list { padding: 0; margin: 0; list-style-type: none !important; }
.crecs-property ul.crecs-suites-list li.crecs-suite-box {
  font-size: 11px; 
  line-height: 40px;
  margin-bottom: 10px;
  padding: 10px; 
  -webkit-column-break-inside: avoid; page-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; 
  border: 1px solid #dce0e0; border-radius: 4px;
 }
.crecs-property ul.crecs-suites-list li.crecs-suite-box ul {  -webkit-columns: 2; -moz-columns: 2; columns: 2; margin:0; padding: 0; margin: 0; list-style-type: none !important;}
.crecs-property ul.crecs-suites-list li.crecs-suite-box ul li { margin:0; padding: 0; font-weight: 500; list-style: none;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap;
  border-bottom: 1px solid #dce0e0;
}
.crecs-property.crecs-attachment-section ul { list-style-type: none !important; margin:0; padding:0; background: transparent; }
.crecs-property.crecs-attachment-section ul li { margin:0; padding:0; background: transparent;}
.crecs-property.crecs-attachment-section .crecs-card h4 { border:none; padding:0; margin:0; }
.crecs-property.crecs-traffic .crecs-card h4 { border:none; padding:0; margin:0; }
.crecs-property.crecs-demographics .crecs-card h4 { border:none; padding:0; margin:0; }
.crecs-property.crecs-traffic .crecs-card .crecs-card-body table tfoot tr td,
.crecs-property.crecs-demographics .crecs-card .crecs-card-body table tfoot tr td { border: none; border-top: 1px solid #dce0e0;} 
.crecs-property.crecs-traffic .crecs-card .crecs-card-body table tr td,
.crecs-property.crecs-demographics .crecs-card .crecs-card-body table tr td { word-break: break-all; } 
.crecs-property.crecs-property-info .crecs-card .crecs-card-body.crecs-layout-two_column p,
.crecs-property.crecs-features .crecs-card .crecs-card-body.crecs-layout-two_column p { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.crecs-property.crecs-property-info .crecs-card .crecs-card-body.crecs-layout-two_column p span.field,
.crecs-property.crecs-features .crecs-card .crecs-card-body.crecs-layout-two_column p span.field { flex:1; }
.crecs-property.crecs-property-info .crecs-card .crecs-card-body.crecs-layout-two_column p span.data,
.crecs-property.crecs-features .crecs-card .crecs-card-body.crecs-layout-two_column p span.data { flex:1; }

.crecs-property.crecs-docs .crecs-card {background-color: transparent; background: none; margin:0; padding:0; border:none;}
.crecs-property.crecs-docs .crecs-card h4 { border:none; padding:0; margin:0; }
.crecs-property.crecs-docs .crecs-card .crecs-card-body { display: flex; flex-direction: column; flex-wrap: nowrap; }
.crecs-property.crecs-docs .crecs-card .card-docs-button { border:none; padding:0; margin:0; border-radius:0;}
.crecs-property.crecs-docs ul.crecs-list-unstyled { margin:0; padding:0; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center;}
.crecs-property.crecs-docs ul.crecs-list-unstyled li { margin:0 20px 0 0; padding:0; }
#crecs_ca_docs_modal .modal-body h5 { margin:0 0 20px 0; padding:0; }


/* grid for photos widget */
.crecs-grid-container { display: grid; grid-template-columns: repeat(3, 1fr); padding: 10px; }
.crecs-grid-container .crecs-grid-item {border: 1px solid rgba(0, 0, 0, 0.5); padding: 10px; font-size: 30px; text-align: center; overflow: hidden; }
.crecs-grid-container .crecs-grid-item img { width: 100%; height: 100%; object-fit: cover;}
/* grid for tenant logos */
.crecs-grid-container.crecs-tenant-logos-grid-container { display: grid; grid-template-columns: repeat(3, 1fr); padding: 10px; }
.crecs-grid-container.crecs-tenant-logos-grid-container .crecs-grid-item { border: 1px solid rgba(0, 0, 0, 0.5); padding: 10px; font-size: 30px; text-align: center; overflow: hidden; 
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.crecs-grid-container.crecs-tenant-logos-grid-container .crecs-grid-item img { height:auto;}

.crecs-property .crecs-card .crecs-card-body table { margin: 0; }


.crecs-sitemap-urls {}
.crecs-sitemap-urls .crecs-layout-list { list-style-type: none; padding: 0; margin: 0; }
.crecs-sitemap-urls .crecs-layout-list li { margin: 0; padding: 0; }
.crecs-sitemap-urls .crecs-layout-list li a { text-decoration: none; }

.crecs-sitemap-urls.crecs-layout-columns { display: flex; flex-wrap: wrap; justify-content: space-between; }
.crecs-sitemap-urls.crecs-layout-columns .crecs-layout-column { flex: 1 1 33%; padding: 0 10px 10px 0px; box-sizing: border-box; }
.crecs-sitemap-urls.crecs-layout-columns .crecs-layout-column a { text-decoration: none; }

/* Sitemap URLs Footer SEO Links */
.crecs-seo-footer-content {
  margin: 0 auto;
  padding: 20px 10px;
}

.cre-wp-plugin h2.crecs-seo-footer-header  {
  width: 100%;
  color: #4a4a4a;
  font-size: 22px;
  line-height: 1.75rem;
  font-weight: normal;
  /* margin: 0 auto 1.15625rem; */
  margin: 20px 0;
}

.cre-wp-plugin h4.crecs-seo-footer-header  {
  width: 100%;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.75rem;
  font-weight: normal;
  /* margin: 0 auto 1.15625rem; */
  margin: 20px 0;
}


.crecs-seo-footer-columns-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -1.625rem;
}

.crecs-seo-footer-column {
  color: #4a4a4a;
  font-size: .9375rem;
  width: 100%;
  line-height: 24px;
}

.crecs-seo-footer-column-header {
  font-weight: 500;
  min-width: 140px;
  text-transform: uppercase;
  font-size: 14px;
}

.crecs-seo-footer-column ul {
  column-count: 4;
  font-weight: 300;
  margin-bottom: 1.25rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.crecs-seo-footer-column ul li {
  list-style: none;
}

.crecs-seo-footer-column ul li a {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #4a4a4a;
}

/* Crecs Tabs */
.crecs-tabs {
  width: 100%;
  /* background-color: #09F; */
  /* border-radius: 5px 5px 5px 5px; */
}
.crecs-tabs ul.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.crecs-tabs ul.tabs-nav li {
  float: left;
  margin:5px;
  padding:8px 10px;
  /* font-weight: bold; */
  /* margin-right: 2px; */
  /* padding: 8px 10px; */
  /* border-radius: 5px 5px 5px 5px; */
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
}
.crecs-tabs ul.tabs-nav li:hover,
.crecs-tabs ul.tabs-nav li.active {
  opacity: 0.7;
}
.crecs-tabs .tabs-nav li a {
  text-decoration: none;
  color: #000;
}
.crecs-tabs .tab-content {
  position: relative;
  /* padding: 10px; */
  /* border: 5px solid #09F; */
  /* background-color: #FFF; */
}
/* End Property Widgets Custom Styles */

.crecs-property ul.crecs-sidebar-list li.crecs-suite-box { 
  line-height: 40px;
  border: 1px solid #dce0e0;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  font-size: 11px;
  border-radius: 4px;
}
.crecs-property ul.crecs-sidebar-list li.crecs-suite-box ul {  -webkit-columns: 2; -moz-columns: 2; columns: 2; margin:0; }
.crecs-property ul.crecs-sidebar-list li.crecs-suite-box ul li {
  padding: 0;
  border-top: 1px solid #dce0e0;
  font-weight: 500;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;

}
.crecs-property ul.crecs-sidebar-list li.crecs-suite-box ul li span {
  float: right;
  font-weight: normal;
  line-height: 12px;
  max-width: 82px
}

.crecs-property .crecs-attachment-section.crecs-confidential .crecs-card { background: #e4e4e4; }
.crecs-property .crecs-attachment-section.crecs-confidential .crecs-card .crecs-card-header { border-bottom: 1px solid #bbbbbb; padding-bottom: 10px; margin-bottom: 10px;}
.crecs-property .crecs-attachment-section.crecs-confidential .crecs-card .crecs-card-header span { display:inline-block; vertical-align: sub;}
.crecs-property .crecs-attachment-section.crecs-confidential .crecs-card .crecs-card-header h4 { display:inline-block; border: none; margin-bottom: 0;}
.crecs-property .crecs-attachment-section.crecs-confidential .crecs-card .crecs-card-body span { display:inline-block; vertical-align: text-top; padding-left: 10px; font-size: 1.2em; }

.crecs-property .crecs-attachment-section ul li p { /*font-size: 0.8em;*/ }
.crecs-property .crecs-attachment-section ul li p a { /*color: rgb(20, 20, 20);*/ }

.crecs-property  #crecs-image-box,
.crecs-property  #crecs-video-box,
.crecs-property  #crecs-map-box,
.crecs-property  #crecs-street-view-box {
  min-height: 200px;
  width: 100%;
}

.crecs-form { width: auto; max-width:600px; margin-top: 30px; }
.crecs-form label { font-size: 0.9em; }
.crecs-form input[type=text],
.crecs-form input[type=password],
.crecs-form input[type=email] {
  margin-bottom:20px;
}

table.crecs-deal-room-table { font-weight: 300; margin-top: 50px; }
table.crecs-deal-room-table thead th { font-weight: 500; border-top: none; border-bottom: 1px solid #dee2e6; }
table.crecs-deal-room-table p { font-weight: 300; padding:0; margin:0; line-height: 1.5; white-space: nowrap;}
table.crecs-deal-room-table p.wrap-this { white-space: normal; }
table.crecs-deal-room-table p.align-center { text-align: center; }
table.crecs-deal-room-table .highlight {font-weight: 500; }
table.crecs-deal-room-table .approved {color: green; }
table.crecs-deal-room-table .requested {color: #cc5b18; }
table.crecs-deal-room-table span.material-icons { }

.bootstrap-crecs .table.crecs-deal-room-table th, 
.bootstrap-crecs .table.crecs-deal-room-table td {
  padding: 10px 4px;
}


.bootstrap-crecs .table.crecs-deal-room-table td a.deal-room-image { display: block;}
.bootstrap-crecs .table.crecs-deal-room-table td a.deal-room-image img { max-width: 200px;}
.bootstrap-crecs .updatesbadge_arrow {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width:10px; 
  height:12px; 
  position: relative; 
  background: #E46B00;
  border: 2px solid #E46B00;
  margin: 4px 2px 8px 2px;
  padding: 1px 10px 16px 10px;

  margin-left:auto;
  margin-right:auto;

  box-sizing: initial;
}
.bootstrap-crecs .updatesbadge_arrow a { color: #fff; font-size:18px; font-weight: bold; }
.bootstrap-crecs .updatesbadge_arrow:after, 
.bootstrap-crecs .updatesbadge_arrow:before {top : 100%;  left : 50%;border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none;} 
.bootstrap-crecs .updatesbadge_arrow:after {border-top-color:#E46B00;border-width: 6px; margin-left: -6px; }  
.bootstrap-crecs .updatesbadge_arrow:before {border-top-color: #E46B00;border-width: 9px; margin-left: -9px;}

.bootstrap-crecs .updatesbadge_arrow:hover { background: #a94f00; border: 2px solid #a94f00;}
.bootstrap-crecs .updatesbadge_arrow:hover a { text-decoration: none; }
.bootstrap-crecs .updatesbadge_arrow:hover:after {border-top-color:#a94f00;border-width: 6px; margin-left: -6px; }  
.bootstrap-crecs .updatesbadge_arrow:hover:before {border-top-color: #a94f00;border-width: 9px; margin-left: -9px;}

.bootstrap-crecs .cre-deal-room-messages-modal { width: 60%; max-width: 100%;}
.bootstrap-crecs .cre-deal-room-messages-modal .modal-content { text-align: left; }
.bootstrap-crecs .cre-deal-room-messages-modal .modal-content .modal-body { padding: 1.5rem; }
.bootstrap-crecs .cre-deal-room-messages-modal .modal-content h4.property_name { font-size: 20px; }
.bootstrap-crecs .cre-deal-room-messages-modal .modal-content h5.property_address { font-size: 16px; }

.bootstrap-crecs .cre-deal-room-messages-modal .ps-messages-container { margin-top: 30px; }
.bootstrap-crecs .cre-deal-room-messages-modal .ps-message { padding: 20px 0 20px 0; border-top: 1px solid #ccc; }
.bootstrap-crecs .cre-deal-room-messages-modal .ps-msg-date { font-size: 14px; font-weight: bold; line-height: 24px; }
.bootstrap-crecs .cre-deal-room-messages-modal .ps-msg-content { font-size: 12px; line-height: 20px; }

.crecs-deal-room-div { font-weight: 300; margin-top: 50px; }
.crecs-deal-room-div thead th { font-weight: 500; border-top: none; border-bottom: 1px solid #dee2e6; }
.crecs-deal-room-div p { font-weight: 300; padding:0; margin:0; line-height: 1.5; white-space: initial; color: #000; font-size: 16px;}
.crecs-deal-room-div p.property_name { font-size: 22px; }
.crecs-deal-room-div p.wrap-this { white-space: normal; }
.crecs-deal-room-div p.align-center { text-align: center; }
.crecs-deal-room-div .highlight {font-weight: 500; }
.crecs-deal-room-div .approved {color: green; }
.crecs-deal-room-div .requested {color: #cc5b18; }
.crecs-deal-room-div .status { margin: 20px 0; }
.crecs-deal-room-div .status p { font-weight: bold;}
.crecs-deal-room-div .deal-room-property {margin: 10px 0 0 0; padding-bottom:10px; /*border-bottom: 1px solid #ccc;*/}
.bootstrap-crecs .crecs-deal-room-div .cre-deal-room-messages-modal { width: auto; max-width: 100%; color: #000; }


.crecs-deal-room-div a.deal-room-remove-btn { margin: 30px 0 10px 0; }

.bootstrap-crecs .crecs-deal-room-div a.deal-room-image { display: block;}
.bootstrap-crecs .crecs-deal-room-div a.deal-room-image img { max-width: 100%; margin-bottom:20px;}

.crecs-property .error-property {
  margin: auto;
  padding: 50px 0;
}

.crecs-property #property-images li {
  background: #1e2929;
}
.crecs-property #property-images img {
  width: 100%;
}

.crecs-property  #crecs-image-box { height: auto;}
.crecs-property  #crecs-video-box,
.crecs-property  #crecs-map-box,
.crecs-property  #crecs-street-view-box {
  height: 400px;
  width: 100%;
}

.crecs-loading {
  background: #fff;
  /* color: #b80a27; */
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
  padding: 10px 20px;
  font-weight: 400;
  /* font-size: 0.8em; */
}

.cre-wp-plugin .bubble {padding: 10px 2px; /*color: #151515;*/ }
.cre-wp-plugin .bubble-lv-property-box {display:block; }
.cre-wp-plugin .bubble .lv-property-box {display:block; background:#e5e5e5; border-top:1px solid gray; height:142px; }
.cre-wp-plugin .bubble h2, 
.cre-wp-plugin .bubble h3, 
.cre-wp-plugin .bubble p { padding:0px; font-size:11px; line-height: 13px; margin: 0;}
.cre-wp-plugin .bubble .address p.property-name {font-weight:bold;}
.cre-wp-plugin .bubble .address{ display:inline-block; font-size:12px; line-height:13px; margin:0; padding:0; width: 65%; }
.cre-wp-plugin .bubble .checkbox{ display:inline-block; font-size:12px; line-height:13px; margin:0; padding:0; width: 33%; vertical-align: top;}
.cre-wp-plugin .bubble .info { display:inline-block; font-size:12px; line-height:13px; margin:0; padding:0; width: 70%; word-wrap: normal; word-break: break-word;}
.cre-wp-plugin .bubble .image { display:inline-block; margin:0px 10px 0px 0px; }
.cre-wp-plugin .bubble .image-and-info {margin-top:6px; vertical-align: top; display: flex;}

.cre-wp-plugin .bubble .property-info-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cre-wp-plugin .bubble .property-info-column a {
  border: 1px solid #f3f3f3;
  border-bottom: 1px solid #dbdbdb;
}
.cre-wp-plugin .bubble .list-item-title { 
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.cre-wp-plugin .bubble .list-item-attribute {
  line-height: 17px;
  font-size: 13.5px;
  font-weight: 400px;
}

.cre-wp-plugin .bubble .background-image {
  background-position: center;
  background-size: cover;
  min-height: 150px;
}

.cre-wp-plugin .bubble .list-item-banner {
  display: inline-block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  text-transform: uppercase;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cre-wp-plugin.crecs-property .crecs-demographics table {
  /* font-family: Arial, Helvetica, sans-serif; */
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.cre-wp-plugin.crecs-property .crecs-demographics table td, 
.cre-wp-plugin.crecs-property .crecs-demographics table th {
  padding: 10px 1px;
}
.cre-wp-plugin.crecs-property .crecs-demographics table td {
  /* border-bottom: 1px solid #ccc; */
}
.cre-wp-plugin.crecs-property .crecs-demographics table tbody td {
  /* font-size: 0.9em; */
}
.cre-wp-plugin.crecs-property .crecs-demographics table tr:nth-child(even) {
  /* background: #F1FFF1; */
}
.cre-wp-plugin.crecs-property .crecs-demographics table thead {
  }
.cre-wp-plugin.crecs-property .crecs-demographics table thead th {
  /* font-size: 1em; */
  font-weight: bold;
  /* color: #333333; */
  text-align: center;
}
.cre-wp-plugin.crecs-property .crecs-demographics table tfoot td {
  font-size: 14px;
  padding: 20px;
  border: none;
  text-align: right;
}
.cre-wp-plugin.crecs-property .crecs-demographics table tfoot .links {
  text-align: right;
}
.cre-wp-plugin.crecs-property .crecs-demographics table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.crecs-property .crecs-demographics .crecs-y-axis-title { font-weight: 500; text-align: left; }
.crecs-property .crecs-demographics .crecs-x-axis-title { font-weight: 500; }


.cre-wp-plugin.crecs-property .crecs-traffic table {
  /* font-family: Arial, Helvetica, sans-serif; */
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.cre-wp-plugin.crecs-property .crecs-traffic table td, 
.cre-wp-plugin.crecs-property .crecs-traffic table th {
  padding: 10px 1px;
}
.cre-wp-plugin.crecs-property .crecs-traffic table td {
  /* border-bottom: 1px solid #ccc; */
}
.cre-wp-plugin.crecs-property .crecs-traffic table tbody td {
  /* font-size: 0.9em; */
}
.cre-wp-plugin.crecs-property .crecs-traffic table tr:nth-child(even) {
  /* background: #F1FFF1; */
}
.cre-wp-plugin.crecs-property .crecs-traffic table thead {
  }
.cre-wp-plugin.crecs-property .crecs-traffic table thead th {
  /* font-size: 1em; */
  font-weight: bold;
  /* color: #333333; */
  text-align: center;
}
.cre-wp-plugin.crecs-property .crecs-traffic table tfoot td {
  /* font-size: 14px; */
  padding: 20px;
  border: none;
  text-align: right;
}
.cre-wp-plugin.crecs-property .crecs-traffic table tfoot .links {
  text-align: right;
}
.cre-wp-plugin.crecs-property .crecs-traffic table tfoot .links a{
  display: inline-block;
  /* background: #1C6EA4; */
  /* color: #FFFFFF; */
  padding: 2px 8px;
  border-radius: 5px;
}

.crecs-property .crecs-traffic .crecs-y-axis-title { font-weight: 500; text-align: left; }

.crecs-button {
  border: none;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, 
              transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* text-shadow: 0px 1px 0px #595959; */
  margin: 0 0 20px 0;
  width: 100%;
}
.crecs-button:hover {
  
}

#crescs_sign_in_button {margin:0;}
.padding-top-20 { padding-top:20px; }
.radio-inline {margin-right: 20px; }
.required { color: red; }

/*************** third part code ****************/

/* jquery.autocomplete style override */
.autocomplete-suggestions { border: 1px solid #ccc; background: #FFF; overflow: hidden; }
.autocomplete-suggestion { padding: 5px; font-size: 0.8em; font-weight: 300;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: 500; /*color: #b80a27;*/ }

/* share modal info */
.share-property-name {font-size: 1em; margin:0;}
.share-property-address {font-size: 0.9em; margin:0; }
.share-property-city-zipcode {font-size: 0.8em; margin:0 0 10px 0; }


/* Custom CRECS Plugin pages */
.crecs-page .crecs-wrapper { display: flex; flex-flow: column; width:100%; margin: 0 auto;}
.crecs-page .crecs-breadcrumb-section { order: 1; width: 100%; }
.crecs-page .crecs-page-main-section { order: 2; width: 100%; }

.crecs-page .crecs-wrapper { flex-flow: row wrap; justify-content: space-between; max-width:1280px; padding:10px; }

.crecs-page .crecs-breadcrumb-section .crecs-breadcrumb-box {  }
.crecs-page .crecs-breadcrumb-section .crecs-breadcrumb-box nav {}
.crecs-page .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol { 
  font-size: 13px; 
  background-color: transparent; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.crecs-page .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol li {}
.crecs-page .crecs-breadcrumb-item+.crecs-breadcrumb-item {
  padding-left: .5rem;
}
.crecs-page .crecs-breadcrumb-item+.crecs-breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.crecs-page .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol li.active {}
.crecs-page .crecs-breadcrumb-section .crecs-breadcrumb-box nav ol li a { 
  /* color: #b80a27;  */
  transition: .2s;
  text-decoration: none;
  background-color: transparent;
}

.crecs-page .crecs-page-main-box {
  width: 100%;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.14);  
}

.crecs-description ul { 
  list-style-type: disc; 
  list-style-position: inside; 
}
.crecs-description ol { 
  list-style-type: decimal; 
  list-style-position: inside; 
}
.crecs-description ul ul, 
.crecs-description ol ul { 
  list-style-type: circle; 
  list-style-position: inside; 
  margin-left: 15px; 
}
.crecs-description ol ol, 
.crecs-description ul ol { 
  list-style-type: lower-latin; 
  list-style-position: inside; 
  margin-left: 15px; 
}


#crecs_view_docs_modal .property-info p { font-size: 0.9em; font-weight: 300; padding:0; margin:0; line-height: inherit;}
#crecs_view_docs_modal .property-info p span.property-address,
#crecs_view_docs_modal .property-info p span.property-city-zipcode { font-size:0.8em; }
#crecs_view_docs_modal ul.documents { font-size: 0.9em; font-weight: normal; padding:0; margin:0; line-height: inherit;}
#crecs_view_docs_modal ul.documents li { box-sizing: border-box; padding: 10px 0px; border-top: 1px solid #e9ecef; }
#crecs_view_docs_modal ul.documents li span { display: inline-block; box-sizing: border-box; font-size: 0.9em; font-weight: 300; }
#crecs_view_docs_modal ul.documents li span.document_name {text-align: left; width: 49%;  }
#crecs_view_docs_modal ul.documents li span.document_link {text-align: right; width: 49%; }

.float-right { float: right; }

.cre-wp-plugin .btn-deal-room { padding: 0; margin: 0 0 0 20px; line-height: 24px; }
.cre-wp-plugin .deal-room-buttom { padding: 2px 5px; vertical-align: middle; line-height: initial; }

.cre-wp-plugin .crecs-list-unstyled { list-style-type: none !important; margin:0; }

.bootstrap-crecs .cre-wp-plugin .modal { overflow: scroll; }

.bootstrap-crecs .crecs-swiper-slide-team-members { height: auto;}

.cre-wp-plugin .properties .card .card-box .card-image div.swiper-wrapper > div.swiper-slide > a > img{ position: initial; }

.bootstrap-crecs .grid-image-card {
  height:100%;
  border: none;
  padding: 10px 0;
}

.bootstrap-crecs .crecs-team-member-section  .crecs-featured-grid-2 .crecs-featured-grid-cta .crecs-featured-grid-bg-overlay { background-color: rgba(0, 0, 0, 0.3) !important;}
.bootstrap-crecs .crecs-team-member-section  .crecs-featured-grid-2 .crecs-featured-grid-cta:hover .crecs-featured-grid-bg-overlay { background-color: rgba(0, 0, 0, 0.8) !important;}

.bootstrap-crecs .elementor-image-grid.swiper-wrapper { justify-content: center; }
.bootstrap-crecs .card.grid-image-card { background-color:transparent; }
/* .bootstrap-crecs .grid-image-card img { } */

.crecs-swiper-container,
.crecs-swiper-container-properties,
.crecs-swiper-container-team-members,
.crecs-swiper-container-media {overflow: hidden;}

.crecs-swiper-container .elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide,
.bootstrap-crecs .elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide,
.elementor-widget-crecs-image-carousel .elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide,
.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide.crecs-featured-grid-2,
.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide.crecs-swiper-slide-team-members,
.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide.crecs-swiper-slide-media {
  max-width: 100%;
}

.crecs-swiper-container-properties .swiper-container-horizontal>.swiper-pagination-bullets, 
.crecs-swiper-container-properties .swiper-pagination-custom, 
.crecs-swiper-container-properties .swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%;
}

.crecs-swiper-container-properties .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 5px;
}

.crecs-swiper-container-properties .swiper-pagination-bullets { width: 100%; }

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.viewport-lg {
  position: absolute; 
}

.bootstrap-crecs .modal { overflow: auto; }

.bootstrap-crecs .crecs-featured-double-panel-featured-properties { display:block; text-align:center;}
.bootstrap-crecs .crecs-featured-double-panel-featured-property { display:block; width:100%; text-align:left; max-height: 400px; margin-bottom:20px;}
.bootstrap-crecs .crecs-featured-double-panel-featured-property h2 { }
.bootstrap-crecs .crecs-featured-double-panel-featured-property img { width:100%; float:left; margin-right:0; max-height: 320px; }
.bootstrap-crecs .crecs-featured-double-panel-featured-property a.crecs-featured-double-panel-featured-property-read-more { height:auto; margin:10px 0px; padding:6px 10px; display: inline-block; text-transform:capitalize; cursor:pointer; text-decoration:none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.bootstrap-crecs .crecs-featured-double-panel-featured-property-info { padding:10px 0px; width:100%; display:block; float:right; font-size: 1em;}
.bootstrap-crecs .crecs-featured-double-panel-featured-properties-arrows { display:block; width:100%; text-align:center; height:30px; margin-bottom:10px;}
.bootstrap-crecs .crecs-featured-double-panel-featured-properties-arrows span { padding: 4px 10px; font-size: 18px; display:inline-block; cursor:pointer; }
.bootstrap-crecs .crecs-featured-double-panel-featured-properties-arrows span.slick-prev-arrow { text-indent:-9999px; background:url(/wp-content/plugins/crecs-wp-plugin/images/arrow-last.png) no-repeat; width:80px;}
.bootstrap-crecs .crecs-featured-double-panel-featured-properties-arrows span.slick-next-arrow { text-indent:-9999px; background:url(/wp-content/plugins/crecs-wp-plugin/images/arrow-next.png) no-repeat; width:80px;}
.bootstrap-crecs .slick-slide .home_featured_property img { max-height:220px;}

/* Adjusts to bradford theme */
body.crecs-property-page .inner-banner { display: none;}
body.crecs-property-page .customcrumbs { display: none;}
body.crecs-property-page .main_inner_page { padding: 0;}
body.crecs-property-page .main_inner_page .blog-date { display: none;}
body.crecs-property-page .post-navigation { display: none;}

.cre-wp-plugin.search.search-layout-2 .clear_filters {
  border: none;
  line-height: 24px;
  padding: 0.5em 0.75em;
  background: transparent;
}

/* Medium screens */
@media all and (min-width: 600px) {

  /* Layout */
  .crecs-property .crecs-breadcrumb-section { display: block; }
  .cre-wp-plugin .properties .card .card-box .card-image { flex: 2 0 30%; }

  .crecs-page .crecs-row { flex-flow: row; }
  .crecs-page .crecs-row .crecs-column  { padding: 10px 0px 50px 30px; }
  .crecs-page .crecs-row .crecs-column.crecs-column-50 { width: 50%; }
  .crecs-page .crecs-row .crecs-column-border-left { border-right: 1px solid #cdcdcd; padding-left: 0; padding-right: 30px; }
  .crecs-page .crecs-row .crecs-column-border-right { border-left: 1px solid #cdcdcd; padding-left: 30px; padding-right: 0px; }

  /* Layout */
  /* We tell all items to be 100% width, via flex-basis */
  .cre-wp-plugin.search #map { order: 1; flex: 2 0 30%; }
  .cre-wp-plugin.search .filters { order: 2; flex: 2 0 20%;}
  .cre-wp-plugin.search .listings { order: 3; flex: 2 0 auto;}

  /* Search Layout 2 */
  .cre-wp-plugin.search.search-layout-2 #map { order: 2; flex: 2 0 30%; }
  .cre-wp-plugin.search.search-layout-2 .filters { order: 1; flex: 2 0 100%;}
  .cre-wp-plugin.search.search-layout-2 .listings { order: 3; flex: 2 0 auto;}
  
  #property-info-mobile { display: none; }
  #property-info { display: block; }

  #tenants-mobile { display: none; }
  #tenants { display: block; }

  .bootstrap-crecs .crecs-media-section .crecs-media-column {padding: 10px 0; }
  .crecs-page .crecs-row .crecs-media-section .crecs-column-border-left { border-right: none; padding-left: 0; padding-right: 30px; }
  .crecs-page .crecs-row .crecs-media-section .crecs-column-border-right { border-left: none; padding-left: 30px; padding-right: 0px; }

  .bootstrap-crecs .crecs-media-section .media-description {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;

    text-align: justify;
  }
}

/* Large screens */
@media all and (min-width: 1024px) {

  /* Layout */
  .crecs-property .crecs-wrapper { flex-flow: row wrap; justify-content: space-between; max-width:1280px; padding:10px; }
  .crecs-property .crecs-property-title-section { width:100%; }
  .crecs-property .crecs-property-main-section { width: 70%; }
  .crecs-property .crecs-property-sidebar-section { width: 30%; }

  .crecs-property .crecs-property-title-box { display: flex; flex-flow: row wrap; justify-content: flex-start; max-width:100%; padding:0; align-items: flex-end;}
  .crecs-property .crecs-property-title-box > * { margin:0; box-sizing: border-box;}
  .crecs-property .crecs-property-name { order:3; width: 70%; height: 33.3%; /*color: #b80a27;*/}
  .crecs-property .crecs-property-headline { order:1; width: 70%; height: 33.3%; }
  .crecs-property .crecs-property-address { order:4; width: 70%; height: 33.4%; padding-bottom: 10px;}
  .crecs-property .crecs-property-type { order:5; width: 30%; height: 33.3%;  margin:0; padding:0; font-size: 20px; text-align:right; margin-top: -40px; }
  .crecs-property .crecs-property-category { width: auto; height: 33.3%; margin:0; padding:0; font-size: 1.2em; text-align:right; }
  .crecs-property .crecs-property-title-aux { order:2; width: 30%; height: 50%; padding-bottom: 20px;}

  .crecs-property .crecs-property-main-box { width: calc(100% - 10px); }
  
  .crecs-property .crecs-media-buttons button,
  .crecs-property .crecs-sidebar-buttons a.crecs-button { margin: 0 0 20px 0; width: auto; }

  .cre-wp-plugin.search .form-filters { flex: 2 25%; }
  .cre-wp-plugin.search .form-filters .menu-dropdown {  position:absolute; width: auto; }
  .cre-wp-plugin.search.search-layout-2 .form-filters .menu-dropdown {  border-radius: 3px; }
  
  .cre-wp-plugin.search .form-filters #agents-dropdown.menu-dropdown { width: 600px; }
  .cre-wp-plugin.search .form-filters #agents-dropdown.menu-dropdown li { width: 33%; display: inline-block; margin: 0 !important; vertical-align: top;}

  .cre-wp-plugin.search .form-filters button.button-dropdown { width: 90%; }

  .crecs-property .crecs-tenants ul li { margin-right: 30px; }

  .cre-wp-plugin .properties .card .card-box .card-image { 
    flex: 2 0 30%; 
    padding-bottom: 25%;
    max-width: 37%;
  }

  .cre-wp-plugin .properties.grid-view .card .card-box .card-image {
    max-width: 100%; overflow: hidden;
  }

  .cre-wp-plugin.search .crecs-listview-options { flex: 2 0 10%; display: flex; align-items: center; place-content: flex-end; cursor: pointer;}

  #crecs_request_ca_access_form_modal .modal-dialog {max-width: 90%;}
  #crecs_deal_room_sign_up_form_modal .modal-dialog {max-width: 80%;}

  .cre-wp-plugin .properties.grid-view .card { width: 33.3%; max-width: 33.3%; }
  
  .cre-wp-plugin.search.search-layout-2 .listings-box > .sort-by,
  .cre-wp-plugin.search.search-layout-2 .listings-box > .crecs-listview-options { flex: 2 50%; }
  .cre-wp-plugin.no-map .listings .properties.grid-view .card { width: 20%; max-width: 20%; }
  .cre-wp-plugin.search.no-map .form-filters #agents-dropdown.menu-dropdown { width: 324px;}
  .cre-wp-plugin.search.no-map .form-filters #agents-dropdown.menu-dropdown li { width: 49%; }

  .cre-wp-plugin.search.no-map #map { display:none; }
  .cre-wp-plugin.search.no-map #filters { width:100%; }
  .cre-wp-plugin.search.no-map #listings { width:100%; }
  .cre-wp-plugin.search.no-map #for_sale_and_lease_box.form-filters { flex: 2 20%; }
  .cre-wp-plugin.search.no-map .form-filters { flex: 2 20%; }
  .cre-wp-plugin.search.no-map .sort-by { flex: 2 25%; width: 25%; }
  .cre-wp-plugin.search.no-map .crecs-pagination-legend { flex: 2 25%; width: 25%; }
  .cre-wp-plugin.search.no-map .crecs-pagination { flex: 2 25%; width: 25%; }
  .cre-wp-plugin.search.no-map .crecs-wrapper .filters { max-height: 135px; margin-bottom: 0; }
  .cre-wp-plugin.search.no-map .properties .card .card-box .card-image { max-width: 30%;}
  .cre-wp-plugin.search.no-map .properties.grid-view .card .card-box .card-image { max-width: 100%;}
  .cre-wp-plugin.search.no-map #for_sale_and_lease_box.form-filters ul li { width: 48%; display: inline-block; box-sizing: border-box; vertical-align: super;}



  .bootstrap-crecs  .col-md-3_5,
  .bootstrap-crecs  .col-lg-3_5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bootstrap-crecs .team-member-card { text-align: center; height: 100%; }
  .bootstrap-crecs .crecs-team-member-grid-2 .team-member-card { text-align: left; border: none;}
  .bootstrap-crecs .media-card { text-align: left; height: 100%; }

  .crecs-property .error-property {
    margin: auto;
    padding: 120px 0;
  }

  /* Layout */
  .cre-wp-plugin.search .crecs-wrapper { flex-flow: column wrap; width:100%; height:800px; max-height: 800px; }
  .cre-wp-plugin.search .crecs-wrapper #map { width: 50%; height: 800px; flex: 1 100%; height: 800px; max-height: 100%;}
  .cre-wp-plugin.search .crecs-wrapper .filters { flex: 1 50%; width: 50%; max-height: 160px; margin-bottom:8px;}
  .cre-wp-plugin.search .crecs-wrapper .listings { flex: 1 50%; width: 50%; max-height: 660px; height: 610px; }

  /* Search Layout 2 */
  .cre-wp-plugin.search.search-layout-2 .crecs-wrapper { flex-flow: row wrap; width:100%; height:auto; max-height:none;}
  .cre-wp-plugin.search.search-layout-2 .crecs-wrapper #map { width: 50%; height: 800px; flex: 1 50%; height: 800px; max-height: 100%;}
  .cre-wp-plugin.search.search-layout-2 .crecs-wrapper .filters { flex: 1 100%; width: 100%; max-height: 100%; margin:0 0 8px 0; padding:0;}
  .cre-wp-plugin.search.search-layout-2 .crecs-wrapper .listings { flex: 1 50%; width: 50%; max-height: 800px; height: 800px; }

  /* Search Layout 2 */
  .cre-wp-plugin.search.search-layout-2 .filters-box {border-radius:0;}
  .cre-wp-plugin.search.search-layout-2  .filters-form { flex-flow: row nowrap; }
  .cre-wp-plugin.search.search-layout-2 .form-keyword { margin-bottom:0; }
  .cre-wp-plugin.search.search-layout-2 .form-keyword input { margin-right:0; }
  .cre-wp-plugin.search.search-layout-2 .form-keyword button { background-color: transparent !important; margin: 0 0 0 -50px; }
  .cre-wp-plugin.search.search-layout-2 .form-filters { flex: 2 50%; margin-bottom: 0; }
  .cre-wp-plugin.search.search-layout-2 #for_sale_and_lease_box.form-filters { flex: 2 50%; margin-bottom: 0; }
  .cre-wp-plugin.search.search-layout-2 .form-filters .button-dropdown {
    padding: 0.5em 0.75em;
    font-size: 16px;
    border-radius: 3px;
    border: 0;
    border-bottom: 1px solid #ccc;
    line-height: 28px;
    white-space: nowrap;
  }
  .cre-wp-plugin.search.search-layout-2 .clear_filters {
    border: none;
    line-height: 24px;
    padding: 0.5em 0.75em;
    background: transparent;
  }
  .cre-wp-plugin.search.search-layout-2 #for_sale_and_lease_box.form-filters ul { display: flex; }
  .cre-wp-plugin.search.search-layout-2 #for_sale_and_lease_box.form-filters ul li { display: inline-block; }
  .cre-wp-plugin.search.search-layout-2 #for_sale_and_lease_box.form-filters ul li a.select_item { display: flex;flex-direction: column; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center; text-decoration: none; outline: none !important; white-space: nowrap;}
  .cre-wp-plugin.search.search-layout-2 #for_sale_and_lease_box.form-filters ul li a.select_item:focus,
  .cre-wp-plugin.search.search-layout-2 #for_sale_and_lease_box.form-filters ul li a.select_item:visited,
  .cre-wp-plugin.search.search-layout-2 #for_sale_and_lease_box.form-filters ul li a.select_item:active { outline: none !important; }

  /* properties widget desktop default */
  .cre-wp-plugin.crecs-properties-widget.crecs-wrapper { flex-flow: row; width:100%; height:100%; max-height: 100%; }
  .cre-wp-plugin.crecs-properties-widget.crecs-wrapper #map { width: 50%; height: 800px; flex: 1 50%; height: 800px; max-height: 100%;}
  .cre-wp-plugin.crecs-properties-widget.no-map.crecs-wrapper #map { display:none; }
  .cre-wp-plugin.crecs-properties-widget.crecs-wrapper #map .search-map { height: 100%; }
  .cre-wp-plugin.crecs-properties-widget.crecs-wrapper .listings { flex: 1 50%; width: 50%; max-height: none; height: 800px; margin: 0 0 0 10px; }
  .cre-wp-plugin.crecs-properties-widget.crecs-wrapper .properties .card { padding: 0; margin: 0 0 5px 0; }


  /* properties widget desktop map on top */
  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1.crecs-wrapper { 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
   }
  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1.crecs-wrapper #map { 
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width:100%;
  }

  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1.no-map #map { display:none; }
  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1.crecs-wrapper #map .search-map { height: 500px; }
  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1.crecs-wrapper .listings { 
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;  
    width:100%;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1 .properties { display: flex; flex-flow: row wrap; }
  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1 .properties .card { 
    /* width: 20%;
    max-width: 20%; */
  }
  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1 .properties .card .card-box { 
    border-radius: .25rem; 
    height: 100%; 
    margin: 2px 0; 
  }
  .cre-wp-plugin.crecs-properties-widget.crecs-properties-widget-layout-1 .properties .card .card-box .card-image {
    flex: 1 0 100%;
    padding-bottom: 70%; 
    max-width: 100%;
    overflow: hidden;
  }

  .bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-2-item,
  .bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-2-item { width: 33.3%; }

  .bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta,
  .bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta { width: calc(100% - 20px); }

  .bootstrap-crecs crecs-featured-grid-2 .crecs-featured-grid-cta.last_column,
  .bootstrap-crecs.crecs-featured-grid-2 .crecs-featured-grid-cta.last_column { width: 100%; }

  .cre-wp-plugin.search .map-box {
    height: 100%;
  }
}

@media all and (min-width: 1024px) { 
  .bootstrap-crecs .team-member-card { height: 500px; } 

  .bootstrap-crecs .crecs-featured-double-panel-featured-property img { width:49%; margin-right:2%; }
  .bootstrap-crecs .crecs-featured-double-panel-featured-property-info { padding:0px 0px; width:49%; }

  .cre-wp-plugin .properties.grid-view .card {
    width: 100%;
    max-width: 100%;
  }
}

@media all and (min-width: 1024px) { 
  .cre-wp-plugin .properties.grid-view .card {
    width: 50%;
    max-width: 50%;
  }

}
@media all and (min-width: 1280px) { 
  .bootstrap-crecs .team-member-card { height: 600px; } 

  .cre-wp-plugin .properties.grid-view .card {
    width: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1550px) { 
  .bootstrap-crecs .team-member-card { height: 700px; } 

  .cre-wp-plugin .properties.grid-view .card {
    width: 33.3%;
    max-width: 33.3%;
  }
}

/* InfoWindow styles */
.cre-wp-plugin .gm-style-iw-chr { height: 1px;}
.cre-wp-plugin .gm-style-iw-chr > button { width:20px !important; height:20px !important; }
.cre-wp-plugin .gm-style-iw-chr > button > span { width:20px !important; height: 20px !important; margin: 0 !important;}

/* Fix Elementor Swipe conflict that make the other pages using Swipe to do not display the second slides */
.cre-wp-plugin .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper, 
.cre-wp-plugin .swiper:not(.swiper-initialized) > .swiper-wrapper {
  overflow: initial;
}

.swiper-button-prev.crecs-swiper-button-prev-properties,
.swiper-button-next.crecs-swiper-button-next-properties {
  color: #f0f1f1;
}
.swiper-button-prev.crecs-swiper-button-prev-properties::after,
.swiper-button-next.crecs-swiper-button-next-properties::after {
  font-size: 20px;
}
