/*Copied from Maker Home*/

#leftColumn {
  width: 25%;
  min-width: 300px;
}

.layout-twocolumn .content-column #rightColumn {
  width: 60%;
}

.layout-twocolumn .content-column #rightColumn h2 {
  margin-top: 0;
}

.dk-carousel__container {
  margin-bottom: 25px;
}

#main-layout-content {
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; 
}

#main-layout-content:before {
      content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    width: calc(100vw - 10px);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;  
}

.link__subheader {
  /*! text-align: center; */
  margin: 0 auto;
max-width: 615px;
  /*! width: 100%; */
    position: relative;
  top: 7px;
  /*! height: 78px; */
  max-width: 1160px;
  padding: 0px 20px 0px 20px;
}

.link__subheader-logo {
  display: inline-block;
  /*! width: 25%; */
vertical-align: top;
  /*! float: left; */
}

.rtl .link__subheader-logo {
  clear: both;
  /*! float: right; */
}

.link__subheader-logo img {
  max-height: 55px;

  padding: 5px 0;
  /*! float: left; */
}

.link__subheader ul:nth-child(3) li {
  display: inline-block;
  width: 21%;
}

.link__subheader ul:nth-child(3) li.link__subheader-profile {
  display: block;
  width: 100%;
}

.link__subheader-profile {
  display: block;
}

.link__subheader .link__subheader-profile .link__subheader-list li {
  display: block;
  width: 100%;
}

.col__8-12 {
  text-align: center;
}

.dk-nav.link-nav {
  /*! margin-top: 25px; */
  width: 100%;
}

.link__subheader-profile {
  list-style: none;
  text-align: right;
  vertical-align: top;
  /*! margin-top: 8px; */
}

.rtl .link__subheader-profile {
  text-align: left;
}

.link__subheader-signup {
  
  display: inline-block;
  margin-top: 12px;
}

.link__subheader-login {
  
  display: inline-block;
}

.link__subheader-profile img {
  border: 1px solid #a5a098;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: white;
  max-width: 45px;
  max-height: 45px;
}

.link__subheader-profile .link__subheader-list a,
.link__subheader-mainlist a,
.link__subheader-login a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}


.link__subheader-profile .link__subheader-list a:hover,
.link__subheader-mainlist a:hover,
.link__subheader-login a:hover {
/*   font-weight: bold; */
  text-decoration: underline;
}

.link__subheader-profile .link__subheader-list a,
.link__subheader-list a {
  color: #fff;
  text-transform: uppercase;
}

.link__subheader > ul:first-of-type {
  display: inline-block;
  width: 41%;
/*   vertical-align: top; */
  list-style: none;
/*   background-color: gray; */
  text-transform: uppercase;
  position: relative;
  padding-top: 9px;
  padding-left: 0;
}

.rtl .link__subheader > ul:first-of-type {
  padding-right: 0;
}

.link__subheader .link__subheader-mainlist > li:nth-child(-n+4) {
  display: inline-block;
  /*! width: 16%; */
/*   vertical-align: top; */
  list-style: none;
/*     background-color: lightskyblue; */
  text-align: left;
  margin-right: 22px;
  padding: 5px;
  color: #333;
}

.rtl .link__subheader .link__subheader-mainlist > li:nth-child(-n+4) {
  text-align: right;
  margin-right: 0px;
  margin-left: 22px;
}

.link__subheader-mainlist {
  color: #eee;
}

.link__subheader .link__subheader-list {
  display: inline-block;
/*! width: 25%; */
  list-style: none;
/*   vertical-align: top; */
  background-color: #c00;
  visibility: hidden;
  position: absolute;
  top: 25px;
  right:9px;
  z-index: 3;
  margin: 5px;
  padding: 0;
  transition-duration: .3s;
  /*! padding: 5px 14px; */
}

.rtl .link__subheader .link__subheader-list {
  right: 0px;
  left: 9px;
}

.link__subheader .link__subheader-profile .link__subheader-list {
  /*! display: inline-block; */
/*! width: 25%; */
  list-style: none;
/*! vertical-align: top; */
  background-color: #c00;
  position: absolute;
  top: 55px;
  right:15px;
  z-index: 3;
  margin: 5px;
  padding: 2px 10px;
  transition-duration: .3s;
}

.rtl .link__subheader .link__subheader-profile .link__subheader-list {
  right: 0px;
  left: 15px;
}

.link__subheader .link__subheader-list li {
  padding: 9px;
  width: 90px;
}

.link__subheader .link__subheader-list li:hover {
  background-color: #a20000;
}

.link__subheader > .link__subheader-mainlist li:last-child:hover {
  display: inline-block;
  /*! width: 45%; */
/*   vertical-align: top; */
  list-style: none;
/*   background-color: #aaa; */
}

.link__subheader > .link__subheader-mainlist > li:last-child:after {
  float: right; 
  font-family: 'dk' !important; 
  content: "\f0d7"; 
  font-size: 15px; 
  font-weight: normal; 
  color: #333; 
  line-height: 16px; 
  cursor: pointer; 
  margin-left: 5px;
}

.rtl .link__subheader > .link__subheader-mainlist > li:last-child:after {
  clear: both;
  float: left; 
  margin-left: 0px;
  margin-right: 5px;
}

.link__subheader .link__subheader-profile:after {
  float: right;
  font-family: !'dk' !important;
/*   content: "\f0d7"; */
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 16px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 19px;
}

.rtl .link__subheader .link__subheader-profile:after {
  clear: both;
  float: left;
  margin-left: 0px;
  margin-right: 5px;
}

.link__subheader .link__subheader-profile:hover .link__subheader-list,
.link__subheader > .link__subheader-mainlist li:last-child:hover .link__subheader-list,
.link__subheader > .link__subheader-mainlist li:last-child:hover .link__subheader-list:hover {
  visibility: visible;
}

/* .link__subheader > .link__subheader-mainlist li:last-child:hover .link__subheader-list li, */
/* .link__subheader .link__subheader-list li:hover {
  background-color: #ddd;
} */

.link__subheader ul:nth-child(3) {
  display: inline-block;
  /*! width: 21%; */
  /*! vertical-align: top; */
  float: right;
  /*! background-color: lightblue; */
  padding-left: 0;
  margin-right: 38px;
  list-style: none;
}

.rtl .link__subheader ul:nth-child(3) {
  clear: both;
  float: left;
  padding-right: 0;
  margin-right: 0px;
  margin-left: 38px;
}

/* .link__subheader ul:nth-child(3) li {
  display: block;
  width: 100%;
  /*! background-color: green; */
/*   text-align: left; */
/* } */

.link__subheader-profile .link__subheader-list {
    display: block;
/*! width: 10%; */
  /*! background-color: green; */
  text-align: left;
}

.rtl .link__subheader-profile .link__subheader-list {
  text-align: right;
}

.pinned-tags > span.pinned-tags-title {
  text-align: center;
  display: block;
  width: 100%;
  /*! margin: 0 5%; */
  border-bottom: 1px solid #333;
  height: 91px;
  position: absolute;
  /*! right: 12px; */
  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;
  /*! text-align: center; */
  display: block;
  width: 95%;
  margin: 5px 0 12px;
  /*! border-bottom: 1px solid #333; */
  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 #333;
  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;
  margin-left: 10px;
  cursor: pointer;
  /* margin-right: 20px; */
}

.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-size: 20px; */ 
  font-weight: normal; 
  color: #333; 
  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;
  /* content: "\F107"; */
  font-family: dk;
  color: inherit;
  /*! font-size: 20px; */
  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;
  /*! content: "\e90e\00a0"; */
  /*! content: "\F107"; */
}

.search-sidebar__group > div {
  display: none;
}

.search-sidebar__group.active > div {
  display: block;
}

.search-sidebar__container .search-sidebar__group:not(:nth-child(-n+5)) {
  /* display: none; */
}

.search-sidebar__container.active .search-sidebar__group {
  display: block;
}

.search-sidebar__group.active {
  /*! border-bottom: 0; */
  border-radius: 5px 5px 0 5px;
}

.search-sidebar {
/*! border: 1px solid #333; */padding: 10px 20px;
  /*! margin: 0px 20px 0px 0; */ background-color: var(--bg-color--card); border-radius: 3px;}

.search-sidebar__group > div {
  border-top: 1px solid #333;
  max-height: 92px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.search-sidebar .search-sidebar__group a {
  color: var(--text-color);
  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__richtext div:nth-child(3) .dk-btn__primary {
  /*! margin-top: 15px; */
}

.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;
  color: var(--text-color);
  position: absolute;
  top: 42px;
  visibility: visible;
  background-color: var(--bg-color--card);
  padding-left: 2px;
}

.rtl .dk-search-icon:before {
  right: unset;
  left: 10px;
}

.dk-search-icon:hover {
  cursor: pointer;
}


/* Interests area */

.featured__interests {
  /*! display: block; */
  /*! width: 100%; */
  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;
  float: right;
/*   height: auto; */
}

.featured_blog .container img {
/*   width: 100%; */
/*   height: 450px; */
/*! max-height: 450px; */
  width: auto;
  /*! height: 100%; */
}

.featured__interests-section img  {
  width: auto;
  height: 100%;
  /*! max-height: 450px; */
}


.featured__interests-section img {
  /*! max-height: 213px; */
}

/* .featured__interests-section.grid-item .container:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(10,10,10,0.83) 14%, rgba(51,51,56,0) 11%);
    z-index: -1;
} */

.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;
  /* left: 20px; */
  width: 90%;
  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;
  /* left: 20px; */
  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: 20px;
}

.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;
}

.link__subheader .search-sidebar__group.active {
  border: 0;
  vertical-align: middle;
}

.link__subheader-logo.dk-dropdown {
  display: inline-block;
  width: 22%;
}

.search-sidebar__group.active > div.link__subheader-nav {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  border-top: 0;
  margin-top: 30px;
  z-index: 1;
  overflow: visible;
}

.dk-nav.link__subheader-profile {
  display: inline-block;
  /*! width: 96px; */
  position: absolute;
  top: 15px;
  right: 20px;
  /*! margin-right: 30px; */
}

.rtl .dk-nav.link__subheader-profile {
  right: unset;
  left: 18px;
}

.content-column {
  position: relative;
}

.content-column .group span {
  position: relative;
  left: -85px;
  top: 352px;
  z-index: 2;
}

.rtl .content-column .group span {
  left: 0px;
  right: -85px;
}

.dk-carousel .dk-slide img {
  margin-bottom: 0;
}


#rightColumn div#ban-con {
    background: var(--bg-color--card);
}

#featured-content .featured-item {
    background: var(--bg-color--card);
}

.bordered-container {
    background: var(--bg-color--card);
}

@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%;
}
  
  .link__subheader-mainlist {
    visibility: hidden;
}
  
  .link__subheader > ul:first-of-type {
  display: none;
  width: 41%;
/*   vertical-align: top; */
  list-style: none;
/*   background-color: gray; */
  text-transform: uppercase;
  position: relative;
  padding-top: 9px;
  padding-left: 0;
}

.rtl   .link__subheader > ul:first-of-type {
  padding-right: 0;
}

.link__subheader .link__subheader-mainlist > li:nth-child(-n+4) {
  display: none;
  /*! width: 16%; */
/*   vertical-align: top; */
  list-style: none;
/*     background-color: lightskyblue; */
  text-align: left;
  margin-right: 22px;
  padding: 5px;
  color: #333;
}

.rtl .link__subheader .link__subheader-mainlist > li:nth-child(-n+4) {
  text-align: right;
  margin-right: 0px;
  margin-left: 22px;
}
  
.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 {
  /*! display: inline-block; */
    width: 100%;
    flex: 1 100%;
    margin: 0 0 20px;
}
  
    .featured__interests-section img {
    /*! max-height: none; */
}
  
  .search-sidebar__richtext .dk-btn__primary {
  display: block;
}
  
.link__subheader-logo.dk-dropdown {
  display: inline-block;
  /*! width: 100%; */
  position: relative;
  top: 0px;
  left: 0;
}

.rtl .link__subheader-logo.dk-dropdown {
  left: none;
  right: 0;
}

.search-sidebar__group.active > div.link__subheader-nav {
  /*! display: inline-block; */
/*! width: 50%; */
/*! overflow: hidden; */
  /*! border-top: 0; */
  /*! float: left; */
  /*! text-align: center; */
  /*! z-index: 1; */
  /*! overflow: visible; */
  margin: 30px 30px;
}

.dk-nav.link__subheader-profile {
  display: inline-block;
  /*! width: 23%; */
  position: absolute;
  top: 15px;
  right: 12px;
}
  
}


@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 {
  /*! display: inline-block; */
    width: 100%;
    flex: 1 100%;
    margin: 0 0 20px;
}

  .featured__interests-section img {
    max-height: none;
}
  
  .link__subheader-logo.dk-dropdown {
  display: inline-block;
  width: 27%;
  position: relative;
  top: 0px;
  right: 154px;
}

.rtl .link__subheader-logo.dk-dropdown {
  right: 0px;
  left: 154px;
}

  .dk-nav.link__subheader-profile {
  display: inline-block;
  /*! width: 35%; */
  position: absolute;
  top: 15px;
  /*! right: 55px; */
  text-align: center;
}
  
 
  .search-sidebar__group.active > div.link__subheader-nav {
  display: none;
}
  
}


@media screen and (max-width:700px) {

.content-column .group span {
  position: relative;
  left: -85px;
  top: 451px;
  z-index: 2;
}

.rtl .content-column .group span {
  left: 0px;
  right: -85px;
}

}

@media screen and (max-width:450px) {
  
  .link__subheader {
  /*! text-align: center; */
  margin: 0 auto;
/*! max-width: 615px; */
  /*! width: 100%; */
    position: relative;
  /*! margin-bottom: 20px; */
  max-width: 1160px;
  padding: 0px 20px 0px 20px;
}

  .link__subheader-logo {
  display: block;
  /*! width: 25%; */
/*   vertical-align: top; */
  float: none;
}
  
  .link__subheader ul:nth-child(3) {
  display: block;
  /*! width: 20%; */
  /*! vertical-align: top; */
  float: none;
  /*! background-color: lightblue; */
  /*! margin-right: 8px; */
}
  
  
  .link__subheader .link__subheader-profile:after {
  display: none;
}
  
  .link__subheader .link__subheader-profile .link__subheader-list {
  /*! display: inline-block; */
/*! width: 25%; */
  list-style: none;
/*! vertical-align: top; */
  background-color: #fff;
  /*! position: static; */
  top: 79px;
  right:94px;
  z-index: 3;
  margin: 5px;
  padding: 2px 10px;
  transition-duration: 0s;
  visibility: visible;
}

.rtl .link__subheader .link__subheader-profile .link__subheader-list {
  right: 0px;
  left: 94px;
}
  
  .link__subheader-profile .link__subheader-list a,
.link__subheader-list a {
  color: #c00;
  text-transform: uppercase;
}

  .dk-nav.link__subheader-profile {
  display: inline-block;
  position: absolute;
  top: 15px;
  text-align: center;
  width: 31%;
}
  
  
  .rtl .dk-nav.link__subheader-profile {
  display: inline-block;
  width: 31%;
  position: absolute;
  top: 15px;
  text-align: center;
}
  
}

#rightColumn h1 {
  margin-top: 35px;
}

.comment-container {
  margin-bottom: 20px;
}

.image-content img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.main-image-content img {
  width: 100%;
  height: auto;
}

.searchResultImg {
  float: right;
}

.dk-card--marketing {
  max-width: 385px;
}

.featured-item {
  max-width: 24%;
  margin-right: 10px;
}

.featured-item:last-child {
  margin-right: 0px;
}

.featured-item img {
  width: 100%;
  height: auto;
}

.result.dk-card {
  margin-bottom: 10px;
  padding: 25px 15px;
}

.resultTitleLink {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}

.resultTitleLink:hover {
  text-decoration: underline;
}

.updated_date_search {
  display: block;
}

.result.dk-card a {
  color: var(--link-blue);
  font-weight: bold;
}

.link a {
  color: var(--link-blue);
}

.book-wrapper img {
  /* float: left; */
  max-width: 40%;
  margin: 20px;
}

@media screen and (max-width:1100px) {

.dk-card--marketing,
.featured-item {
  max-width: 100%;
}

}