.masonry-wrapper, .grdDsWrap {
  padding: 1.5em;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.masonry {
  /*display: grid;*/
  /*grid-template-columns: repeat(2, minmax(100px,1fr));*/
  /*grid-gap: 15px;*/
  /*grid-auto-rows: 0;*/
  margin: 5px;
  column-count: 3;
  column-gap: 30px;
}
@media(max-width: 767px){
  #rdCntr {
    padding: 0px !important;
  }
  .masonry, .grdDs {
    column-count: 1;
  }
  .masonry-wrapper, .grdDsWrap {
    /*grid-template-columns: repeat(2, minmax(100px,1fr));*/
    padding: 20px 10px !important;
    width: 100% !important;
  }
  .rideMx {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    /*grid-template-columns: repeat(2, minmax(100px,1fr));*/
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    /*grid-template-columns: repeat(3, minmax(100px,1fr));*/
  }
}
.masonry-item, .grdDs-item, .masonry-content, .grdDs-content {
  border-radius: 5px;
  /*overflow: hidden;*/
  break-inside: avoid;
}
.masonry-item, .grdDs-item {
   /*filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));*/
  margin-bottom: 30px;
  box-shadow: 0 0 2px #e0e0e0;
  transition: filter .25s ease-in-out;
}
.masonry-item:hover, .grdDs-item:hover {
  /* filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3)); */
  box-shadow: 0 0 9px #e0e0e0;
}
.masonry-content, .grdDs-content {
  overflow: hidden;
}
.masonry-item, .grdDs-item {
  /* color: #111111; */
  background-color: #ffffff;
}
.masonry-title, .masonry-description {
  margin: 0;
}

.line_b-top {
  border-top: 1px solid #F2F2F2;
}

.rd_desc {
  color: #979797;
  margin-top: 5px;
}
.rd_title {
  color: #34353C;
}

.rd_hastag {
  color: #0D88CE !important;
  border-radius: 35px;
  border: 1px solid #0D88CE;
  margin-right: 5px;
  padding: 0px 10px;
  font-weight: 500;
}
.rd_m-wrap {

}

.rd_m-name {
  color: #979797 !important;
  line-height: 1;
}
.rd_m-date {
  line-height: 1;
  color: #979797 !important;
}
.usrImg img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}
.rd_country {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  margin-right: 5px;
  object-fit: none;
}
.rd_c-name {
  text-transform: uppercase;
  color: #000;
}
.rd_c-wrap {
  padding: 4px;
  background: #f2f2f2;
  border-radius: 3px;
}
input[type="text"],input[type="number"],select{
  border:1px solid #E0E0E0;
  padding-left: 10px;
  height:40px;
  font-size:13px !important;
  width:100%;
  border-radius:5px;
  color:#34353c;
}
input, button, select, textarea {
  font-family: 'poppins';
}
select{
  transition:none !important;
}

.mangBtn {
  min-width: 160px;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 14px;
  margin: 0 5px;
  font-weight: 600;
  cursor: pointer;
}

.rdFavorits, .shareRd-action {
  /*padding: 3px 10px;*/
  padding: 8px 12px;
  font-size: 12px;
  font-weight: normal;
}

/* Details Modal */
#rdCntr {
  box-shadow: 0px 0px 5px 0px #eee;
  background: #fff;
}
.rideMx {
  max-width: 1160px;
}

/*  CTA with icons  */
.rd_btn-action-icn {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.rd_btn-action-icn svg {
  height: 15px;
}
.rd_btn-action-icn svg path {

}
.masonry a img {
  height: auto;
  max-height: 350px;
  object-fit: cover;
}

#swipebox-bottom-bar {
  display: none !important;
}


.dropHdm {
  padding: 10px 15px;
  width: 100% !important;
  text-align: left;
  background: #fff;
  color: #33334e !important;
}
.dropHdm:not(:last-child) {
  border-bottom: 1px solid #DADADA;
}
.cntrDrop {
  display: none;
  width: 157px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #DADADA;
  overflow: hidden;
  top: 40px;
  right: 0;
}

/*.modal:nth-of-type(even) {*/
/*  z-index: 1052 !important;*/
/*}*/
/*.modal-backdrop.show:nth-of-type(even) {*/
/*  z-index: 1051 !important;*/
/*}*/

.icnFlah_Hlder {
  height: 15px;
  border: 1px solid #000;
  margin-right: 3px;
  border-radius: 2px;
  width: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -1px;
  zoom: 120%;
}
#p_description a {
  color: #0D88CE !important;
}

#swipebox-slider .slide.current {
  width: 85% !important;
  max-height: calc(100vh - 60px) !important;
  overflow: hidden !important;
  user-select: none !important;
  touch-action: none !important;
  margin: 30px auto;
  display: block;
}