.view-all-listings {
  position: absolute;
  right: 0;
  bottom: -55px;
  font-size: 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
.view-all-listings {
  position: absolute;
  right: 0;
  top: 30px;
  bottom: auto;
  font-size: 16px;
}
}

.mnmd-block {
  position:relative;
}
.container--tabs {
  margin: 0;
}
.container--tabs .nav-tabs {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #cbcccb;
}
.container--tabs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.container--tabs .nav-tabs > li > a {
  float: left;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 15px 20px;
  color: #666666;
  font-weight: 400;
}
@media not all and (min-width: 640px) {
  .container--tabs .nav-tabs > li > a {
    padding: 15px 8px;
  }
}

.container--tabs .nav-tabs > li > a:hover {

}
.container--tabs .nav-tabs > li.active > a,
.container--tabs .nav-tabs > li.active > a:hover,
.container--tabs .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    cursor: default;
    padding: 15px 20px;
    font-weight: 600;
}
@media not all and (min-width: 640px) {
  .container--tabs .nav-tabs > li.active > a,
  .container--tabs .nav-tabs > li.active > a:hover,
  .container--tabs .nav-tabs > li.active > a:focus {
    padding: 15px 8px;
  }
}
  
  
.container--tabs .tab-content {
  float: left;
  width: 100%;
}
.container--tabs .tab-content > .tab-pane {
  display: none;
}
.container--tabs .tab-content > .tab-pane.active {
  display: block;
  padding: 2.5% 0%;
}
.container--tabs .tab-content > .active {
  display: block;
}

.container--tabs .post--vertical .post__thumb {
  margin-bottom: 22px;
}

.container--tabs .entry-meta, .container--tabs .post__meta {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.container--tabs .js-ajax-load-post-trigger {
      font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    width: 228px;
    height: 64px;
    border: 2px solid black;
    color: black;
    border-radius: 0;
}

.block-heading--line.block-heading.tabs:after {
  border: 0px solid black;
}

/** Global CSS **/

.excerpt p *, .excerpt p {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 20px;
    color: black!important;
}

.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
/* Share modal styles start */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.view-modal, .popup{
  position: absolute;
  left: 50%;
}
.view-button {
  cursor: pointer;
  width: 80px;
  height: 24px;
  border: 1px solid #000000;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.popup{
  z-index: 100;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
}
.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.popup header span{
  font-size: 21px;
  font-weight: 600;
}
.popup header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.popup header .close{
  color: black;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.popup header .close:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
}
.popup .content p{
  font-size: 16px;
}
.popup .content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.popup .icons a i{
  transition: transform 0.3s ease-in-out;
}
.popup .icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.popup .icons a:nth-child(1):hover{
  background: #1877F2;
}
.popup .icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.popup .icons a:nth-child(2):hover{
  background: #46C1F6;
}
.popup .icons a:nth-child(3){
  color: #25D366;
  border-color: #bef4d2;
}
.popup .icons a:nth-child(3):hover{
  background: #25D366;
}
.popup .icons a:nth-child(4){
  color: #0088cc;
  border-color: #b3e6ff;
}
.popup .icons a:nth-child(4):hover{
  background: #0088cc;
}
.popup .icons a:hover{
  color: #fff;
  border-color: transparent;
}
.popup .icons a:hover i{
  transform: scale(1.2);
}
.popup .content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.popup .field.active{
  border-color: #7d2ae8;
}
.popup .field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.popup .field.active i{
  color: #7d2ae8;
}
.popup .field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.popup .field input:focus {
    box-shadow: none;
}
.popup .field button{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.popup .field button:hover{
  background: #8d39fa;
}
/* Share modal styles end */