#leftColumn {
  width: 25%;
  min-width: 300px;
}

.layout-twocolumn .content-column #rightColumn {
  width: 60%;
}

.layout-twocolumn .content-column #rightColumn h2 {
  padding-top: 0;
}

.dk-carousel__container {
  margin-bottom: 25px;
}

#main-layout-content {
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; 
}

.col__8-12 {
  text-align: center;
}

.dk-nav.maker-nav {
  width: 100%;
}

.pinned-tags > span.pinned-tags-title {
  text-align: center;
  display: block;
  width: 100%;
  border-bottom: 1px solid #333;
  height: 91px;
  position: absolute;
  top: 10px;
  left: 53%;
  margin-left: -50%;
  top: 50%;
  margin-top: -47px;
  z-index: 0;
  overflow: visible;
}

.rtl .pinned-tags > span.pinned-tags-title {
  left: 0%;
  right: 53%;
  margin-left: 0%;
  margin-right: -50%;
}

.pinned-tags {
  height: 95px;
  display: block;
  width: 95%;
  margin: 0 0 12px;
  position: relative;
}

.pinned-tags > a:nth-child(2) {
  margin-top: 25px;
}

.pinned-tags-title {
  padding: 5px 0;
  font-weight: bold;
}

.search-sidebar__container {
  border: 1px solid #333;
  margin: 10px 0;
  border-radius: 5px;
}

.search-sidebar__container p {
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}

.rtl .search-sidebar__container p {
  margin-left: 0px;
  margin-right: 10px;
}

.search-sidebar__group {
  border: 1px solid;
  margin-bottom: 10px;
  border-radius: 5px;
}

.search-sidebar__container .search-sidebar__group {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 93%;
}

.search-sidebar__group p {
  font-weight: bold;
  cursor: pointer;
}

.rtl .search-sidebar__group p {
  margin-left: 20px;
  margin-right: 10px;
}

.search-sidebar__group input {
  margin-left: 10px;
}

.rtl .search-sidebar__group input {
  margin-left: 0;
  margin-right: 10px;
}

.search-sidebar .search-sidebar__container p:after,
.search-sidebar .search-sidebar__group p:after {
  float: right; 
  font-family: 'dk' !important; 
  font-weight: normal;
  line-height: 16px; 
  cursor: pointer; 
  content: "\F107";
  margin-right: 10px;
  transition: all .2s ease;
}

.search-sidebar__container > p:after {
  display: none;
}

.rtl .search-sidebar__container p:after,
.rtl .search-sidebar__container > p:after,
.rtl .search-sidebar__group p:after {
  clear: both;
  float: left; 
  margin-right: 0px;
  margin-left: 10px;
}

.search-sidebar__container p:after {
  float: right;
  line-height: 16px;
  transition: all .2s ease;
  font-family: dk;
  color: inherit;
  margin-right: 10px;
}

.rtl .search-sidebar__container p:after {
  clear: both;
  float: left; 
  margin-right: 0;
  margin-left: 10px;
}

.search-sidebar__group.active p:after,
.search-sidebar__container.active > p:after,
.search-sidebar__container .search-sidebar__group.active p:after {
  font-family: 'dk' !important;
  -webkit-transform: rotate(.5turn);
  transform: rotate(.5turn);
}

.search-sidebar__container.active > p:after,
.search-sidebar__group.active p:after {
  font-family: 'dk' !important;
}

.search-sidebar__group > div {
  display: none;
}

.search-sidebar__group.active > div {
  display: block;
}

.search-sidebar__container.active .search-sidebar__group {
  display: block;
}

.search-sidebar__group.active {
  border-radius: 5px 5px 0 5px;
}

.search-sidebar {
  padding: 10px 20px;
  background-color: var(--bg-color--card);
  border-radius: 3px;
}

.search-sidebar .search-sidebar__group a {
  color: #333;
  text-decoration: none;
  position: relative;
  width: 100%;
  top: 0px;
  padding: 4px 12px;
  float: left;
  text-align: left;
  z-index: 1;
}

.rtl .search-sidebar .search-sidebar__group a {
  clear: both;
  float: right;
  text-align: right;
}

.search-sidebar__richtext {
  border: 1px solid #333;
  padding: 0 10px 5px;
  border-radius: 5px;
}

.search-sidebar__richtext h3 {
  text-align: center;
}

.search-sidebar__richtext img {
  width: 100%;
}

.search-sidebar__richtext div:nth-child(2) {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.7;
}

.search-sidebar__richtext div:nth-child(3) {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.7;
  padding: 10px 5px 0;
  text-align: center;
}

.search-sidebar__scroll {
  border-top: 1px solid #333;
  max-height: 154px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 10px 0;
}

.dk-search-icon {
  width: 40px;
  visibility: hidden;
}

.dk-form-group {
  position: relative;
}

.dk-search-icon:before {
  font-family: "dk";
  content: "\f02e";
  font-size: 16px;
  right: 10px;
  position: absolute;
  top: 39px;
  visibility: visible;
  padding-left: 2px;
  color: var(--text-color);
}

.rtl .dk-search-icon:before {
  right: unset;
  left: 10px;
}

.dk-search-icon:hover {
  cursor: pointer;
}


/* Interests area */

.featured__interests {
  display: flex;
  flex-flow: row wrap;
}

.featured__interests-section {
  position: relative;
  margin-right: 20px;
  flex: 1 45%;
  height: auto;
}

.rtl .featured__interests-section {
  margin-right: 0px;
  margin-left: 20px;
}

.featured__interests-section:last-child {
  margin-right: 0;
}

.rtl .featured__interests-section:last-child {
  margin-left: 0;
}

.featured__interest .latest_link {

}

.featured__interests-section .tag,
.featured_blog .tag,
.tags-container .tag {
  margin-bottom:5px;
  display:flex;
  flex-wrap: wrap;
}

.featured_blog .tag,
.tags-container .tag {
  float: left;
}

.rtl .featured_blog .tag,
.rtl .tags-container .tag {
  clear: both;
  float: right;
}

.featured__interests-section .tag a,
.featured_blog .tag a,
.tags-container .tag a {
  display:inline-block;
  color:#999;
  text-decoration:none;
  padding:5px 3px 5px;
  margin: 0 5px;
  display: none;
}

.featured__interests-section .tag a,
.featured_blog .tag a {
  padding: 3px 0;
  color: #ccc;
}

.featured__interests-section .tag a:first-child:before,
.featured_blog .tag a:first-child:before,
.tags-container .tag a:before {
  content: "\f02c";
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin-right: 0;
  float: left;
  position: absolute;
  left: -10px;
  display: none;
}

.rtl .featured__interests-section .tag a:first-child:before,
.rtl .featured_blog .tag a:first-child:before,
.rtl .tags-container .tag a:before {
  margin-left: 0;
  clear: both;
  float: right;
  left: 0px;
  right: -10px;
}

.featured__interests-section .tag a:first-child:before,
.featured_blog .tag a:first-child:before {
  font-size: 11px;
  color: #ccc;
}

.featured__interests-section .tag a:hover,
.featured_blog .tag a:hover,
.tags-container .tag a:hover {
  text-decoration: underline;
}

.featured_blog {
  position: relative;
  width: 100% !important;
  max-width: 803px;
  aspect-ratio: 803/425;
  float: right;
}

.featured_blog .container img {
  width: auto;
}

.featured__interests-section img  {
  width: auto;
  height: 100%;
}

.featured_blog.grid-item .container p.text:before,
.featured__interests-section.grid-item .container p.text:before {
    content: ' ';
    background: linear-gradient(0deg, #000000CC 14%, #a1a1b000 110%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(52,58,55,0) 0% ,rgba(10,10,10,0.53) 39%);
    z-index: -1;
}

.featured_blog.grid-item .container p:before,
.featured__interests-section.grid-item .container p:before {
    content: ' ';
    background: linear-gradient(0deg, #000000CC 14%, #a1a1b000 110%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(10,10,10,0.63) 100%, rgba(52,58,55,0) 110%);
    z-index: -1;
}

.featured__interests-section a p {
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-weight: bold;
  padding: 10px 20px;
  z-index: inherit;
  margin-bottom: 0;
}

.featured_blog a p {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  width: 95%;
  font-weight: bold;
  padding: 10px 20px;
  z-index: inherit;
  margin-bottom: 0;
}

.rtl .featured__interests-section a p,
.rtl .featured_blog a p {
  left: 0px;
  right: 0px;
}

.featured__interests-section .tag,
.featured_blog .tag {
  position: absolute;
  bottom: 10px;
  left: 32px;
  font-size: 9px;
  z-index: 3;
}

.rtl .featured__interests-section .tag,
.rtl .featured_blog .tag {
  left: 0px;
  right: 32px;
}

.container a p {
  z-index: 3;
}

.content-column {
  position: relative;
}

.content-column .group span {
  float: right;
  margin: 0 2px;
}

.rtl .content-column .group span {
  clear: right;
  float: left;
  margin: 0 2px 0
}

.dk-carousel .dk-slide img {
  margin-bottom: 0;
}

/* ******** SWIPER HACKS (Generic) ******** */
.dk-carousel:not(.swiper-container-initialized) {
    display: flex;
    padding-bottom: 40px;
}

 

.dk-carousel .dk-slide:not(.swiper-slide) {
    flex-shrink: 0;
}

 

/* ******** SWIPER HACKS (Specific) ******** */
.featured-contents .dk-slide:not(.swiper-slide),
.maker__latest .dk-slide:not(.swiper-slide) {
    width: calc(10px / 1 + 100% / 1 - 10px);
    margin-right: 10px;
}

 

@media screen and (min-width: 500px) {
    .featured-contents .dk-slide:not(.swiper-slide),
    .maker__latest .dk-slide:not(.swiper-slide) {
        width: calc(10px / 2 + 100% / 2 - 10px);
    }
}

 

@media screen and (min-width: 820px) {
    .featured-contents .dk-slide:not(.swiper-slide),
    .maker__latest .dk-slide:not(.swiper-slide) {
        width: calc(10px / 3 + 100% / 3 - 10px);
    }
}

 

@media screen and (min-width: 1025px) {
    .featured-contents .dk-slide:not(.swiper-slide),
    .maker__latest .dk-slide:not(.swiper-slide) {
        width: calc(10px / 4 + 100% / 4 - 10px);
    }
}



@media screen and (max-width:1100px) {
  
  #leftColumn {
  width: 35%;
  min-width: 300px;
}

.layout-twocolumn .content-column #rightColumn {
  width: 60%;
}
  
.search-sidebar__richtext img {
  width: 50%;
}
  
.search-sidebar__richtext div:nth-child(2) {
  width: 100%;
  display: block;
  text-align: center;
}

.search-sidebar__richtext div:nth-child(3) {
  width: 100%;
  display: block;
  vertical-align: top;
  line-height: 1.7;
  padding: 10px 5px 0;
  text-align: center;
}
  
.featured__interests-section {
    width: 100%;
    flex: 1 100%;
    margin: 0 0 20px;
}
  
  .search-sidebar__richtext .dk-btn__primary {
  display: block;
}
  
}


@media screen and (max-width:756px) {

  .layout-twocolumn .content-column #rightColumn {
    width: 100%;
}
  
  .search-sidebar {
    padding: 20px;
    margin: 0 0 20px;
  }
  
  .featured__interests {
    flex-flow: column;
  }
  
  .featured__interests-section {
    width: 100%;
    flex: 1 100%;
    margin: 0 0 20px;
}

  .featured__interests-section img {
    max-height: none;
}
  
}


@media screen and (max-width:700px) {

.rtl .content-column .group span {
  left: 0px;
  right: -85px;
}

}

@media screen and (max-width:500px) {

.featured__interests-section a p {
    padding: 10px 5px;
}

}

.search-sidebar .search-sidebar__group .dk-dropdown {
    margin: 12px 5px;
}
