[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*- wysiwyg icon -*/
i.mce-i-icon {
  font: 400 20px/1 dashicons;
  padding: 0;
  vertical-align: top;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -2px;
  padding-right: 2px
}

i.buildercloud-own-icon {
  background-image: url('custom-icon.png');
}

/*- cards -*/
.card {
  display: flex;
  flex: 0 1 calc(100% - 0.5em);
  background: white;
  margin-bottom: 2em;
}

.card a {
  box-shadow: 3px 3px 8px hsl(0, 0%, 70%) !important;
}

.card a:hover {
  box-shadow: 3px 3px 8px hsl(0, 0%, 40%) !important;
}

.card img {
  width: 100%;
  box-shadow: none !important;
}

.card-content {
  padding: 1.4em;
}

.cards{
  clear: both;
}

@media screen and (min-width: 40em) {
  .cards {
    margin-top: -1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .card {
    margin-bottom: 1em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
  }
}

@media screen and (min-width: 60em) {
  .cards {
    margin-top: inherit;
  }

  .card {
    margin-bottom: 2em;
    display: flex;
    flex: 0 1 calc(33% - 0.5em);
  }
}

pills {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}

pills span {
  display: inline-block;
  background-color: #eda864;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}

.card pills span{
  padding: 1px;
  margin: 1px;
  border-radius: 2px;
  font-size: 12px;
}

.filters .filter{
  float: left;
  padding-right: 10px;
}

bd-map {
  display: block;
  width: 100%;
}

bd-map a {
  box-shadow: none !important;
}

.ngpagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.ngpagination > li {
  display: inline;
}
.ngpagination > li > a, .ngpagination > li > span {
  position: relative;
  float: left;
  padding: 0.7em 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  box-shadow: none;
}
.ngpagination > li:first-child > a, .ngpagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ngpagination > li:last-child > a, .ngpagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ngpagination > li > a:hover, .ngpagination > li > span:hover, .ngpagination > li > a:focus, .ngpagination > li > span:focus {
  z-index: 2;
  color: #aaa !important;
  box-shadow: none !important;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.ngpagination > .active > a, .ngpagination > .active > span, .ngpagination > .active > a:hover, .ngpagination > .active > span:hover, .ngpagination > .active > a:focus, .ngpagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  cursor: default;
}
.ngpagination > .disabled > span, .ngpagination > .disabled > span:hover, .ngpagination > .disabled > span:focus, .ngpagination > .disabled > a, .ngpagination > .disabled > a:hover, .ngpagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.ngpagination-lg > li > a, .ngpagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.ngpagination-lg > li:first-child > a, .ngpagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.ngpagination-lg > li:last-child > a, .ngpagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.ngpagination-sm > li > a, .ngpagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.ngpagination-sm > li:first-child > a, .ngpagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ngpagination-sm > li:last-child > a, .ngpagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
