.p50 {
  padding-top: calc(5% + 20px);
}

.paddingSpace50 {
  padding-top: 50px;
}

.listingTitle {
  font-size: 30px !important;
  line-height: 40px !important;
}

.listingSmallInfo {
  font-size: 16px !important;
}

.listingPrice {
  font-size: 25px !important;
}

.listingDetailContentContainer h5 {
  font-size: 15px !important;
}

.row {
  margin-bottom: 0 !important;
}
.row .essentialInfoContainer .onikon_LD_ItemContainer {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.row .essentialInfoContainer .onikon_LD_ItemContainer .onikon_LD_Item {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
  width: calc(50% - 20px);
  border-bottom: 1px solid #cccccc;
  margin: 0 10px;
}
.row .essentialInfoContainer .onikon_LD_ItemContainer .onikon_LD_Item h6 {
  font-size: 15px;
  font-family: "PT Serif", serif;
  font-weight: 600;
  margin: 0;
}
.row .essentialInfoContainer .onikon_LD_ItemContainer .onikon_LD_Item span {
  font-size: 15px;
  font-family: "PT Serif", serif;
  font-weight: 600;
  margin: 0;
  text-align: right;
  font-family: "Poppins";
}
@media screen and (max-width: 500px) {
  .row .essentialInfoContainer .onikon_LD_ItemContainer .onikon_LD_Item {
    width: calc(100% - 20px);
  }
}
.row .galleryContainer {
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
}
.row .galleryContainer.slick-initialized {
  opacity: 1;
}
.row .galleryContainer .singleGalleryContainer .innerGalleryContainer {
  background-size: cover;
  background-position: center center;
  margin: 0 1px;
  padding-bottom: 66%;
}
.row .galleryContainer .slick-prev {
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  transform: none;
  /* background-color: rgba(0, 0, 0, 0.3) !important; */
  padding: 20px 10px;
  width: 60px;
  opacity: 0;
  transition: 0.2s ease-in-out all;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.row .galleryContainer .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.row .galleryContainer .slick-prev:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/ic-arr-left.png");
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .row .galleryContainer .slick-prev {
    display: none !important;
  }
}
.row .galleryContainer .slick-next {
  right: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  transform: none;
  /* background-color: rgba(0, 0, 0, 0.3) !important; */
  padding: 20px 10px;
  width: 60px;
  opacity: 0;
  transition: 0.2s ease-in-out all;
  background-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.row .galleryContainer .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.row .galleryContainer .slick-next:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/ic-arr-right.png");
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .row .galleryContainer .slick-next {
    display: none !important;
  }
}
.row .galleryContainer:hover .slick-next {
  opacity: 1;
}
.row .galleryContainer:hover .slick-prev {
  opacity: 1;
}
.row .galleryContainer .slick-list {
  padding: 0 5% 0 0;
}
.row .matterportContainer {
  position: relative;
  padding-bottom: 60%;
}
.row .matterportContainer .matterport {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#theme-page .mk-grid {
  width: calc(100% + 17px);
  max-width: calc(100% + 17px);
  max-width: 100%;
}

.slick-footer, .slick-header, .slick-slider {
  background-color: transparent;
}

h1, h4, h6 {
  font-family: Poppins;
  font-weight: 400 !important;
}

h1 {
  font-size: 22px !important;
  margin: 0;
  font-weight: 500;
}

h4 {
  font-size: 16px !important;
  text-transform: capitalize;
}

h2 {
  font-size: 25px !important;
}

.listingDetailContentContainer .innerVirtualTourContainer {
  padding: 57.5% 0 0 0;
  position: relative;
}
.listingDetailContentContainer .innerVirtualTourContainer > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.statusLabel {
  color: #fff;
  padding: 1px 27px;
  display: inline-block;
  font-family: Poppins;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  letter-spacing: 1px;
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 500px) {
  .statusLabel {
    float: none;
    margin-bottom: 10px;
  }
}

.active h2 {
  font-weight: 600 !important;
}

.sold h2, .rented h2 {
  font-weight: 600 !important;
  color: #e33b3b;
}

.openHouseTag {
  color: #fff;
  padding: 1px 15px;
  display: inline-block;
  font-family: Poppins;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #616161;
  letter-spacing: 1px;
  margin-right: 5px;
  float: left;
}
@media screen and (max-width: 500px) {
  .openHouseTag {
    float: none;
    margin-bottom: 10px;
  }
}

.menuContainer {
  border-bottom: 1px solid #ccc;
}
.menuContainer .innerMenuContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menuContainer .innerMenuContainer > span {
  padding: 20px;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 0;
  display: block;
  position: relative;
  margin-right: 40px;
}
.menuContainer .innerMenuContainer > span:after {
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 2px;
  transition: 0.2s ease-in-out all;
}
.menuContainer .innerMenuContainer > span:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menuContainer {
    display: none;
  }
}

h3 {
  font-family: Poppins;
  font-size: 22px !important;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500 !important;
}

p {
  font-family: Roboto;
}

h6 {
  font-weight: 500;
  font-family: Poppins !important;
}

.nearByAreaWrapper, .soldHistoryWrapper, .schoolCatchmentWrapper {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .nearByAreaWrapper, .soldHistoryWrapper, .schoolCatchmentWrapper {
    width: calc(100vw - 50px);
  }
}

.nearByAreaWrapper {
  position: relative;
}
.nearByAreaWrapper .vowLoginBtn {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  min-width: calc(140px - 4%);
}

.soldHistoryWrapper {
  position: relative;
}
.soldHistoryWrapper .vowLoginBtn {
  position: absolute;
  left: 50%;
  top: calc(50% + 21.5px);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 210px;
  margin: 0;
}

.myTable {
  display: table;
  width: 100%;
  min-width: 600px;
  position: relative;
}
.myTable .myRow {
  display: table-row;
}
.myTable .myRow .myColumn {
  display: table-cell;
  font-size: 15px;
  color: #000;
  font-family: Poppins;
  padding: 10px 5px;
}
.myTable .borderRow .myColumn {
  border-bottom: 1px solid #ccc;
}

.onikonMapSearchContainer {
  width: 100%;
  height: 400px;
}
.onikonMapSearchContainer #onikonMapSearch {
  width: 100%;
  height: 100%;
}

.o_icon_condo:hover, .o_icon_condo:focus, .o_icon_house:hover, .o_icon_house:focus, .o_icon_townhome:hover, .o_icon_townhome:focus {
  border: 0;
}

.onikonMarker {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}
.onikonMarker .onikonMarkerPrice {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  bottom: 7px;
}
.onikonMarker:before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
}

.onikonMarker {
  background-image: url("/wp-content/plugins/viii-wp/assets/images/mls-map-blurb.php?c=0090EE");
}

.o_icon_condo:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/icon-condo.svg");
}

.o_icon_townhome:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/icon-townhome.svg");
}

.o_icon_school:before {
  top: 6px;
  left: 10px;
  transform: none;
  content: url("/wp-content/plugins/viii-wp/assets/images/school_icon.png");
}

.o_icon_house:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/icon-house.svg");
}

.onikonMarker.Active {
  background-image: url("/wp-content/plugins/viii-wp/assets/images/mls-map-blurb.php?c=0090EE");
}

.onikonMarker:hover, .onikonMarker:focus, .onikonMarker.mouseOver {
  background-image: url("/wp-content/plugins/viii-wp/assets/images/mls-map-blurb.php?c=000000");
}

.headerBackgroundContainer {
  display: none;
}

.openhouse.onikonMarker:before {
  top: 6px;
}

.Sold.onikonMarker:before {
  top: 6px;
}

.openhouse.onikonMarker:after {
  content: "OPEN";
  position: absolute;
  top: 22px;
  left: 50%;
  font-size: 9px;
  color: #fff;
  transform: translateX(-50%);
}

.Sold.onikonMarker:after {
  content: "SOLD";
  position: absolute;
  top: 22px;
  left: 50%;
  font-size: 9px;
  color: #fff;
  transform: translateX(-50%);
}

.nearByAreaComparison .comparisonDetail {
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-family: Poppins;
  margin: 2px;
}
.nearByAreaComparison .comparisonLabel {
  font-family: Poppins;
}

#theme-page .theme-page-wrapper .theme-content {
  padding: 0;
}

#theme-page .theme-page-wrapper {
  margin: 0;
}

.agentContainer {
  padding: 25px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 170px;
  margin-left: 25px;
  margin-top: 65px;
}
.agentContainer h6 {
  font-size: 14px;
  font-family: Poppins;
  text-align: center;
}
.agentContainer .innerAgentContainer {
  max-width: 170px;
  padding-top: 25px;
}
.agentContainer .innerAgentContainer .agentName {
  font-size: 18px !important;
  text-transform: capitalize !important;
  margin: 0;
}
.agentContainer .innerAgentContainer .agentOffice {
  text-transform: capitalize !important;
  font-size: 13px !important;
}
.agentContainer .innerAgentContainer .agentDetailContainer {
  padding: 15px 0;
}
.agentContainer .innerAgentContainer .agentDetailContainer p {
  font-size: 13px;
  margin: 0;
}
.agentContainer .agentImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: 25px;
}
.agentContainer .agentImageContainer img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .agentContainer {
    margin-left: 0;
  }
}

.requestBtn, .vowLoginBtn {
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  font-family: Poppins;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

h5 {
  font-family: Poppins;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.onikon_LA_Single_Container {
  display: block;
  position: relative;
}
.onikon_LA_Single_Container .onikon_LA_Single_Image_Container {
  background-position: center center;
  background-size: cover;
  padding-bottom: 75%;
  position: relative;
}
.onikon_LA_Single_Container .onikon_LA_Single_Image_Container .onikon_LA_Single_Image_Overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px;
  height: 100px;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  box-sizing: border-box;
}
.onikon_LA_Single_Container .onikon_LA_Single_Image_Container .onikon_LA_Single_Image_Overlay .onikon_LA_Single_Price {
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
  font-family: "PT Serif", serif;
}
.onikon_LA_Single_Container .onikon_LA_Single_Image_Container .onikon_LA_Single_Image_Overlay img {
  display: block;
  margin: auto;
  margin: 10px auto;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.3s ease-in-out transform;
}
.onikon_LA_Single_Container .onikon_LA_Single_Image_Container .onikon_LA_Single_Image_Overlay .onikon_View_Listing {
  font-family: Poppins;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.3s ease-in-out transform 0.15s;
}
.onikon_LA_Single_Container .onikon_LA_Single_Info_Container {
  padding: 15px 0;
}
.onikon_LA_Single_Container .onikon_LA_Single_Info_Container .onikon_LA_Courtesy {
  font-size: 12px;
  margin: 0;
}
.onikon_LA_Single_Container .onikon_LA_Single_Info_Container .onikon_LA_Single_Info_Title {
  font-family: "PT Serif", serif;
  font-weight: 600;
}
.onikon_LA_Single_Container .onikon_LA_Single_Info_Container .onikon_LA_More_Info {
  font-family: Poppins;
  font-weight: 500;
}
.onikon_LA_Single_Container .onikon_LA_Single_Info_Container p {
  margin: 0;
}
.onikon_LA_Single_Container:hover .onikon_LA_Single_Image_Container .onikon_LA_Single_Image_Overlay {
  height: 154px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.onikon_LA_Single_Container:hover .onikon_LA_Single_Image_Container .onikon_LA_Single_Image_Overlay img, .onikon_LA_Single_Container:hover .onikon_LA_Single_Image_Container .onikon_LA_Single_Image_Overlay .onikon_View_Listing {
  opacity: 1;
  transform: translateY(0);
}

.additionalActionsContainer {
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
.additionalActionsContainer > div, .additionalActionsContainer > a {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-family: Poppins;
  margin: 0 10px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.additionalActionsContainer > div:after, .additionalActionsContainer > a:after {
  width: 100%;
  bottom: -15px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  position: absolute;
  transition: 0.2s ease-in-out all;
}
.additionalActionsContainer > div:hover:after, .additionalActionsContainer > a:hover:after {
  opacity: 1;
  bottom: -5px;
}
.additionalActionsContainer .printBtn:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/print.svg.php");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.additionalActionsContainer .shareBtn:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/share.svg.php");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.additionalActionsContainer .shareBtn .shareContainer {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border-radius: 30px;
  width: 110px;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.4) !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  z-index: -1;
  opacity: 0;
  top: -30px;
  transition: 0.3s ease-in-out all;
}
.additionalActionsContainer .shareBtn .shareContainer a {
  width: 50%;
  text-align: center;
  font-size: 16px;
}
.additionalActionsContainer .shareBtn .shareContainer a i {
  transition: 0.2s ease-in-out all;
  position: relative;
  top: 0;
}
.additionalActionsContainer .shareBtn .shareContainer a .facebook {
  color: #3b5998;
}
.additionalActionsContainer .shareBtn .shareContainer a .twitter {
  color: #2164f4;
}
.additionalActionsContainer .shareBtn .shareContainer a:hover i {
  top: -5px;
}
.additionalActionsContainer .shareBtn:hover .shareContainer {
  top: -55px;
  opacity: 1;
  z-index: 99;
}
.additionalActionsContainer .virtualTourBtn:before {
  content: url("/wp-content/plugins/viii-wp/assets/images/virtualTour.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.additionalActionsContainer .printBtn {
  display: none !important;
}
.additionalActionsContainer .virtualTourBtn {
  display: block;
}

.listingPrice {
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .listingPrice {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

body {
  overflow-x: hidden;
}

.vowInformation {
  filter: blur(5px);
}

body.onikonidx_loggined .vowLoginBtn {
  display: none;
}

body.onikonidx_loggined .vowInformation {
  filter: none;
}

@media screen and (max-width: 500px) {
  .openHouseInfo {
    text-align: left !important;
  }
}
#mk-page-introduce.intro-left {
  display: none;
}

.disclaimer {
  font-size: 13px;
  margin-top: 35px;
}

.mls_logo {
  float: right;
}

.sectionTitle {
  margin-top: 65px;
  font-size: 20px !important;
  margin-bottom: 15px;
}

body, p {
  font-size: 14px !important;
}

.listingDetailContentContainer > div:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sectionContent {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .openContent .sectionContent {
    height: auto !important;
  }
  .listingTitleContainer {
    order: 1;
  }
  .additionalActionsContainer {
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .sectionContent {
    overflow: hidden;
    height: 0;
    transition: 0.3s ease-in-out all;
  }
  .sectionContent .sectionInnerContent {
    padding: 20px 0;
    opacity: 0;
    transition: 0.3s ease-in-out all;
  }
  .sectionTitle {
    margin-top: 0;
    font-size: 15px !important;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out all;
  }
  .sectionTitle:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 300;
    transition: 0.2s ease-in-out all;
  }
  .sectionTitle:hover {
    color: #1c7de9;
  }
  .sectionTitle:hover:after {
    color: #1c7de9;
  }
  .openContent .sectionTitle:after {
    color: #1c7de9;
    transform: translateY(-50%) rotateZ(45deg);
  }
  .openContent .sectionInnerContent {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .mobileVow {
    color: #e33b3b !important;
    border-bottom: #e33b3b 1px solid !important;
  }
}
.schoolsTable .schoolRow {
  cursor: pointer;
  background-color: #fff;
  transition: 0.2s ease-in-out all;
}
.schoolsTable .schoolRow:hover {
  background-color: #f5f5f5;
}
.schoolsTable th, .schoolsTable td {
  text-transform: capitalize;
  text-align: left;
  padding: 0;
}
.schoolsTable th {
  background-color: #ebebeb;
  font-size: 15px;
  color: #000;
  font-family: Poppins;
  padding: 10px 5px;
  font-weight: 400;
}
.schoolsTable td {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}

.headerContainer header .headerOuter {
  background: #000;
}

.themeContainer {
  max-width: 100% !important;
}
.themeContainer .themeInnerContainer {
  padding-top: 100px !important;
}

.moreImageCover {
  color: #fff;
}

.onikon_LD_Contact_Box {
  color: #fff;
}

.onikon_LD_btn {
  color: #000;
}

.onikon_LD_btn:hover {
  background-color: #000;
  color: #fff;
}

.vowContainer {
  background-color: #f7f7f7;
}

.active h2 {
  color: #1c7de9 !important;
}

.sold h2 {
  color: #e33b3b !important;
}

.active .statusLabel {
  background-color: #1c7de9;
}

.sold .statusLabel {
  background-color: #e33b3b;
}

.innerMenuContainer > span:after {
  background-image: linear-gradient(to right, #817ee4, #62d0dd);
}

.titleRow .myColumn {
  background-color: #ebebeb;
}

/* .o_icon_condo {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-condo.php?c=0090EE");
}
.o_icon_condo:hover, .o_icon_condo:focus {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-condo.php?c=000000");
}
.o_icon_condo_hover {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-condo.php?c=000000");
}
.o_icon_house {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-house.php?c=0090EE");
}
.o_icon_house:hover, .o_icon_house:focus {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-house.php?c=000000");
}
.o_icon_house_hover {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-house.php?c=000000");
}
.o_icon_townhome {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-townhome.php?c=0090EE");
}
.o_icon_townhome:hover, .o_icon_townhome:focus {
    background-image: url("/wp-content/plugins/onikon-idx-wp/image/mls-map-townhome.php?c=000000");
} */
.comparisonLabel, .agentContainer h6, .comparisonDetail, .agentName, .agentOffice, .additionalActionsContainer > div, .additionalActionsContainer > a {
  color: #000;
}

.agentImageContainer {
  background-color: #fff;
}

.requestBtn, .vowLoginBtn, .additionalActionsContainer > div:after, .additionalActionsContainer > a:after {
  color: #fff !important;
  background-image: linear-gradient(to right, #817ee4, #62d0dd);
}

.onikon_LA_Single_Price, .onikon_View_Listing {
  color: #fff;
}

.onikon_LA_Courtesy {
  color: #6a6a6a;
}

.titleContainer {
  display: none;
}/*# sourceMappingURL=template.css.map */