.header .site-nav--has-dropdown.active .custom-dropdown-menu {
  opacity: 1;
  display: flex;
  z-index: 1;
  pointer-events: all;
}
.header .site-nav--has-dropdown .custom-dropdown-menu {
  pointer-events: none;
}
@media (max-width: 568px) {
  .header .site-nav--has-dropdown.active .custom-dropdown-menu {
    opacity: 1;
    display: flex;
    z-index: 1;
    left: 0;
  }
}
.slider-hidden{
  display: none!important;
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog {
    left: 50%;
    min-width: 768px;
    transform: translate(-350px);
 }
}
@media (min-width: 1024px) {
  .header .custom-dropdown-blog {
    transform: translate(-500px);
    min-width: 925px;
 }
}
@media (min-width: 1253px) {
  .header .custom-dropdown-blog {
    transform: translate(calc(50% - 830px));
    min-width: 925px;
 }
}
.header .custom-dropdown-blog .menu-blog-post {
  width: 100%;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog .menu-blog-post {
    width: calc(33.33% - 7px);
    margin: 0;
 }
}
@media (min-width: 1440px) {
  .header .custom-dropdown-blog .menu-blog-post {
    width: calc(33.33% - 30px);
    flex-wrap: nowrap;
 }
}
@media (min-width: 1024px) {
  .header .custom-dropdown-blog .menu-blog-post {
    width: 255px;
 }
}
.header .custom-dropdown-blog .menu-blog-post:hover {
  opacity: 1;
}
.header .custom-dropdown-blog .menu-blog-title {
  color: white;
  font-family: "Rajdhani", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog .menu-blog-title {
    font-size: 22px;
 }
}
.header .custom-dropdown-blog .button {
  margin-bottom: 0;
}
.header .custom-dropdown-blog .post-date svg,
.custom-dropdown-media  .post-date svg{
  margin-right: 10px;
}
// .custom-dropdown-media{
//   display: none;
// }
.header .custom-dropdown-blog .post-date, 
.header .custom-dropdown-media .post-date{
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: "Rajdhani", "Arial", "Helvetica", sans-serif;
}

.header .custom-dropdown-blog .post-date.uppercase {
  text-transform: uppercase;
}
.header .custom-dropdown-blog .h4 {
  margin-bottom: 4px;
  font-weight: 300;
  text-align: left;
  font-family: "Rajdhani", "Arial", "Helvetica", sans-serif;
}
.header .custom-dropdown-blog .img-inner {
  margin-right: 0;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.header .custom-dropdown-blog .img-inner > img:first-of-type, .header .custom-dropdown-blog .img-inner a > img:first-of-type {
  width: 100%;
  height: 156px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog .img-inner > img:first-of-type, .header .custom-dropdown-blog .img-inner a > img:first-of-type {
    height: 140px;
    width: 255px;
 }
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog .img-inner a {
    display: flex;
 }
}
.header .custom-dropdown-blog .img-inner img {
  object-fit: cover;
  object-position: center;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog .img-inner img {
    max-height: 350px;
 }
}
.header .custom-dropdown-blog {
  display: none;
  position: absolute;
  background-color: #000;
  box-shadow: none;
  padding-top: 10px;
  z-index: -1;
  left: 0;
  opacity: 0;
  top: 100%;
  text-align: center;
  border: none;
  transition: opacity 0.25s ease;
  overflow: hidden;
}
.header .custom-dropdown-blog .site-nav__link {
  position: static !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-transform: none;
}
.header .custom-dropdown-blog .site-nav__link:hover .product-info-block {
  display: flex;
}
.header .custom-dropdown-blog .custom-dropdown-blog-content, .header .custom-dropdown-blog .custom-dropdown-blog-content-mobile {
  display: flex;
  width: 100%;
  padding: 30px 19px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  border: 1px solid #ecc055;
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog .custom-dropdown-blog-content, .header .custom-dropdown-blog .custom-dropdown-blog-content-mobile {
    padding: 30px 10px;
 }
}
@media (min-width: 1024px) {
  .header .custom-dropdown-blog .custom-dropdown-blog-content, .header .custom-dropdown-blog .custom-dropdown-blog-content-mobile {
    padding: 40px;
    justify-content: space-between;
 }
}
.header .custom-dropdown-blog .custom-dropdown-blog-content a.button, .header .custom-dropdown-blog .custom-dropdown-blog-content-mobile a.button {
  width: auto;
  min-width: 210px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 16px 20px;
}
@media (min-width: 1024px) {
  .header .custom-dropdown-blog .custom-dropdown-blog-content a.button, .header .custom-dropdown-blog .custom-dropdown-blog-content-mobile a.button {
    font-size: 16px;
 }
}
.header .custom-dropdown-blog .custom-dropdown-blog-content a.button:hover, .header .custom-dropdown-blog .custom-dropdown-blog-content-mobile a.button:hover {
  color: black;
}
.header .custom-dropdown-blog .menu-container {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .header .custom-dropdown-blog .menu-container {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 24px;
 }
}
.custom-dropdown-menu {
  position: absolute;
  width: 100%;
  left: -999px;
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 10px;
  z-index: -999;
  opacity: 0;
  top: 100%;
  border: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  overflow: hidden;
}
.custom-dropdown-menu .custom-dropdown-media-content a.button:hover {
  color: black;
}
.custom-dropdown-menu .custom-dropdown-media-content a.button {
  font-size: 16px;
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  min-width: unset;
}
@media (min-width: 1200px) {
  .custom-dropdown-menu .custom-dropdown-media-content a.button {
    padding: 16px 20px;
 }
}
.custom-dropdown-media-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  border: 1px solid #ecc055;
}
@media (min-width: 768px) {
  .custom-dropdown-media-content {
    flex-direction: row;
    flex-wrap: wrap;
 }
}
.custom-dropdown-media-content .media-title {
  display: block;
  text-align: left;
  color: white;
  font-size: 16px;
  font-family: "Rajdhani", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .custom-dropdown-media-content .media-title {
    font-size: 22px;
 }
}
.custom-dropdown-media-content .column-first .column-first__head,
 .custom-dropdown-media-content .column-second .column-first__head,
 .custom-dropdown-media-content .column-third .column-first__head,
  .custom-dropdown-media-content .column-first .column-second__head, 
  .custom-dropdown-media-content .column-second .column-second__head, 
  .custom-dropdown-media-content .column-third .column-second__head,
  .custom-dropdown-media-content .column-first .column-third__head,
   .custom-dropdown-media-content .column-second .column-third__head, 
   .custom-dropdown-media-content .column-third .column-third__head {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .custom-dropdown-media-content .column-first .column-first__head,
   .custom-dropdown-media-content .column-second .column-first__head,
    .custom-dropdown-media-content .column-third .column-first__head, .custom-dropdown-media-content .column-first .column-second__head, .custom-dropdown-media-content .column-second .column-second__head, .custom-dropdown-media-content .column-third .column-second__head, .custom-dropdown-media-content .column-first .column-third__head, .custom-dropdown-media-content .column-second .column-third__head, .custom-dropdown-media-content .column-third .column-third__head {
    margin-bottom: 24px;
 }
}
.custom-dropdown-media-content .column-first a.button, .custom-dropdown-media-content .column-second a.button, .custom-dropdown-media-content .column-third a.button {
  display: inline-block;
  margin: 24px auto 0 0;
}
.custom-dropdown-media-content .column-first a.link-view-all, .custom-dropdown-media-content .column-second a.link-view-all, .custom-dropdown-media-content .column-third a.link-view-all {
  position: relative;
  color: #ecc055;
  font-size: 12px;
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding: 0;
}
.custom-dropdown-media-content .column-first a.link-view-all:after, .custom-dropdown-media-content .column-second a.link-view-all:after, .custom-dropdown-media-content .column-third a.link-view-all:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background-color: #ecc055;
  margin-top: -2px;
  transition: opacity 0.25s ease;
}
.custom-dropdown-media-content .column-first a.link-view-all:hover:after, .custom-dropdown-media-content .column-second a.link-view-all:hover:after, .custom-dropdown-media-content .column-third a.link-view-all:hover:after {
  opacity: 0;
}
.custom-dropdown-media-content h4 {
  text-align: left;
  text-transform: none;
}
.custom-dropdown-media-content .meta-data {
  justify-content: end;
}
@media (min-width: 768px) {
  .custom-dropdown-media {
    position: fixed;
    transform: none;
    top: auto;
    left: auto!important;
    right: 25px;
    width: calc(100vw - 50px);
    max-width: 1230px;
 }
}
@media (min-width: 1024px) {
  .custom-dropdown-media {
    position: fixed;
    transform: none;
    top: auto;
    left: auto!important;
    right: 25px;
    width: calc(100vw - 50px);
    max-width: 1230px;
 }
}
@media (min-width: 1200px) {
  .custom-dropdown-media {
    left: 0;
    width: calc(100vw - 50px);
    max-width: 1230px;
 }
}
@media (min-width: 1253px) {
  .custom-dropdown-media {
    left: -818px;
    width: 1230px;
 }
}
@media (min-width: 1400px) {
  .custom-dropdown-media {
    transform: none;
    left: -818px;
    width: 1230px;
 }
}
@media (min-width: 1600px) {
  .custom-dropdown-media {
    transform: none;
    left: -1118px;
    width: 1530px;
    max-width: 1530px;
 }
}
.custom-dropdown-media  a .img-inner .poster {
  display: block;
  width: 100%;
  height: inherit;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .custom-dropdown-media a .img-inner .poster {
    width: 100%;
    height: 140px;
 }
}
@media (min-width: 1600px) {
  .custom-dropdown-media  a .img-inner .poster {
    width: 370px;
    height: 200px;
 }
}
.custom-dropdown-media .menu-slider-one ul.slick-dots, 
.custom-dropdown-media .menu-slider-two ul.slick-dots {
  flex-direction: row;
  margin: 15px 0 0;
  height: auto;
}
@media (min-width: 1200px) {
  .custom-dropdown-media .menu-slider-one ul.slick-dots, 
  .custom-dropdown-media .menu-slider-two ul.slick-dots {
    margin: 15px 0 0;
 }
}
.custom-dropdown-media .menu-slider-one ul.slick-dots li, 
.custom-dropdown-media .menu-slider-two ul.slick-dots li {
  padding: 0;
  margin: 0 5px;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  width: auto;
  height: 10px;
}
@media (min-width: 768px) {
  .custom-dropdown-media .menu-slider-one ul.slick-dots li, 
  .custom-dropdown-media .menu-slider-two ul.slick-dots li {
    margin: 0 10px;
 }
}
.custom-dropdown-media .menu-slider-one ul.slick-dots li.slick-active, 
.custom-dropdown-media .menu-slider-two ul.slick-dots li.slick-active {
  opacity: 1;
}

.custom-dropdown-media .menu-slider-one .slick-dots li:after, 
.custom-dropdown-media .menu-slider-two .slick-dots li:after {
  content: '';
  display: block;
  float: left;
  margin: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #a3a3a3;
}

@media (min-width: 768px) {
  .custom-dropdown-media .menu-slider-one ul.slick-dots, 
  .custom-dropdown-media .menu-slider-two ul.slick-dots {
    display: none;
 }
}
.custom-dropdown-media .menu-slider-one .podcast img {
  display: block;
  width: 290px;
  height: 156px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .custom-dropdown-media .menu-slider-one .podcast img {
    width: 100%;
    height: 140px;
 }
}
@media (min-width: 1600px) {
  .custom-dropdown-media .menu-slider-one .podcast img {
    width: 280px;
    height: 153px;
 }
}
@media (min-width: 768px) {
  .custom-dropdown-media .menu-slider-two {
    display: flex;
    justify-content: space-evenly;
 }
}
@media (min-width: 768px) {
  .custom-dropdown-media .menu-slider-two {
    justify-content: space-between;
 }
}
@media (max-width: 1600px) {
  .custom-dropdown-media .menu-slider-two {
    flex-direction: column;
 }
}
.custom-dropdown-media .menu-slider-two a {
  width: 290px;
}
.custom-dropdown-media .menu-slider-two a .img-inner {
  position: relative;
  width: 100%;
  height: 156px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .custom-dropdown-media .menu-slider-two a {
    width: calc(50% - 35px);
 }
  .custom-dropdown-media .menu-slider-two a .img-inner {
    width: 100%;
    height: 140px;
 }
}
@media (min-width: 1600px) {
  .custom-dropdown-media .menu-slider-two a {
    width: calc(50% - 30px);
    max-width: 370px;
 }
  .custom-dropdown-media .menu-slider-two a .img-inner {
    width: 100%;
    height: 200px;
 }
}
@media (min-width: 1400px) {
  .custom-dropdown-media .menu-slider-two a {
    width: calc(50% - 15px);
 }
}
.custom-dropdown-media .menu-slider-two a .img-inner {
  margin-bottom: 10px;
}
.column-first {
  background: #222;
  width: 100%;
  max-width: 360px;
  padding: 30px 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .column-first {
    width: 33.33%;
    text-align: left;
 }
}
@media (min-width: 1024px) {
  .column-first {
    margin: 0;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
 }
}
@media (min-width: 1400px) {
  .column-first {
    padding: 40px;
 }
}
.column-first .column-first__head {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .column-first .column-first__head a.link-view-all {
    display: none;
 }
}
.column-first .podcast {
  display: block;
  text-align: left;
  opacity: 1;
  padding: 0 !important;
  transition: opacity 0.25s ease;
}
@media (min-width: 768px) {
  .column-first .podcast:first-of-type {
    margin-bottom: 15px;
 }
}
@media (min-width: 1400px) {
  .column-first .podcast:first-of-type {
    margin-bottom: 30px;
 }
}
.column-first .podcast:hover {
  opacity: 0.75;
}
.column-first .podcast .h4 {
  display: block;
  font-family: "Rajdhani", "Arial", "Helvetica", sans-serif;
  text-transform: none;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .column-first a.button {
    display: none;
 }
}
.column-second {
  width: 100%;
  max-width: 850px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .column-second {
    width: 66.66%;
    padding: 30px 0;
 }
}
@media (min-width: 1024px) {
  .column-second {
    width: 53.4%;
 }
}
@media (min-width: 1200px) {
  .column-second {
    padding: 20px;
 }
}
@media (min-width: 1400px) {
  .column-second {
    padding: 40px 20px;
 }
 
}


@media (min-width: 1600px) {
  .column-second {
    width: 59.028%;
    padding: 40px 25px;
 }
}
@media (max-width: 1600px) {
  .custom-dropdown-media-content .column-second{
    display: flex;
    justify-content: space-between;
    padding: 20px;

  }
  .column-second .column-second-sub {
    width: 290px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .custom-dropdown-media-content .column-second{
   flex-direction: column;

  }
  .column-second .column-second-sub {
    width: 100%;
    display: inline-block;
  }
  .custom-dropdown-media-content{
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 1800px) {
  .column-second {
    padding: 40px;
 }
}
.column-second .blog-post h4 {
  margin-bottom: 4px;
}
.column-second > div:last-of-type {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .column-second > div:last-of-type {
    margin-top: 0px;
 }
}
@media (min-width: 1600px) {
  .column-second > div:last-of-type {
    margin-top: 40px;
 }
}
.column-second .column-second__head {
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .column-second .column-second__head {
    // padding: 0 20px;
 }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .column-second .column-second__head {
    // padding: 0 24px;
 }
}
@media (min-width: 1200px) {
  .column-second .column-second__head {
    margin-bottom: 24px;
 }
}

.column-second .slick-slide > div {
  width: 100%;
}

.column-second .photo {
  color: white;
  font-style: normal;
  text-align: left;
  max-width: 100%;
  padding: 0 !important;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.column-second .photo:hover {
  color: white;
  opacity: 0.75;
}
.column-second .photo .photo__title {
  font-family: "Rajdhani", "Arial", "Helvetica", sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
.column-second .photo .photo__subtitle {
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.column-second .photo .img-inner .album-meta-data {
  right: 10px;
  bottom: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  background: black;
}
.column-second .photo .img-inner .album-meta-data .photo-count {
  color: #a3a3a3;
  font-size: 14px;
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.column-second .photo .album-meta-data {
  position: absolute;
  bottom: 0;
  right: 0;
}
.column-third {
  width: 100%;
  padding: 0 0 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .column-third {
    padding: 30px 0;
    flex-direction: row;
    border-color: rgba(255, 255, 255, 0.77);
    border-style: solid;
    border-width: 1px 0 0;
 }
}
@media (min-width: 1024px) {
  .column-third {
    width: 21.528%;
    max-width: 308px;
    flex-direction: column;
    border-width: 0 0 0 1px;
    padding: 0 15px;
    margin: 20px 0;
 }
}
@media (min-width: 1400px) {
  .column-third {
    padding: 0 40px;
    margin: 40px 0;
 }
}
.column-third .column-third__head {
  margin: 0 20px 10px;
  padding-bottom: 10px;
  justify-content: center;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.77);
}
@media (min-width: 768px) {
  .column-third .column-third__head {
    justify-content: flex-start;
 }
  .column-third .column-third__head .h3 {
    text-align: left;
 }
}
@media (min-width: 1024px) {
  .column-third .column-third__head {
    margin: 0 0 20px;
    padding-bottom: 20px;
 }
}
.column-third .column-third__head .h3 {
  margin: 0;
  text-transform: uppercase;
}
.column-third .media-title {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .column-third .media-title {
    text-align: left;
 }
}
@media (min-width: 1024px) {
  .column-third .media-title {
    padding: 0;
 }
}
.column-third .column-third__posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}
@media (min-width: 1200px) {
  .column-third .column-third__posts {
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
}
@media (max-width: 1024px) {
  .column-third .column-third__posts {
    padding: 0 20px;
 }
}
.column-third .column-third__posts a.button {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .column-third .column-third__posts .menu-slider {
    // display: flex;
    // justify-content: space-between;
 }
  .column-third .column-third__posts .menu-slider a {
    // width: calc(33.33% - 20px);
 }
}
@media (min-width: 1200px) {
  .column-third .column-third__posts .menu-slider a:last-of-type {
    margin-bottom: 0;
 }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .column-third .column-third__content {
    width: 66.66%;
 }
}
.column-third .column-third__links {
  position: relative;
  text-align: center;
  margin: 30px auto 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .column-third .column-third__links {
    width: 33.33%;
    text-align: left;
    max-width: 250px;
    padding-left: 40px;
    margin: auto 0 0;
 }
}
@media (min-width: 1024px) {
  .column-third .column-third__links {
    text-align: left;
    margin-top: 30px;
 }
}
@media (min-width: 1200px) {
  .column-third .column-third__links {
    margin-top: 70px;
 }
}
.column-third .column-third__links a.link-view-all {
  display: block;
  gap: 10px;
}
@media (min-width: 768px) {
  .column-third .column-third__links a.link-view-all {
    display: inline-block;
 }
}
.column-third .column-third__links a.link-view-all:last-of-type {
  margin-top: 20px;
}
@media (min-width: 1600px) {
  .column-third .column-third__links a.link-view-all:last-of-type {
    margin-top: 30px;
 }
}
@media (max-width: 1200px) {
  .column-third a.button {
    display: none;
 }
}

.blog-post .img-inner .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.custom-dropdown-media h4,
.custom-dropdown-media .h4,
.custom-dropdown-media .h3{
  font-family: "Rajdhani","Arial","Helvetica",sans-serif;
  color: #fff; 
  font-weight: 300;
}
.custom-dropdown-media .custom-dropdown-media-content .column-third__list a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "Rajdhani","Arial","Helvetica",sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  // padding: 0 20px;
  text-transform: none;
}
@media (min-width: 1024px){
  .custom-dropdown-media .custom-dropdown-media-content .column-third__list a {
      padding: 0;
      margin-bottom: 20px;
  }
}

.custom-dropdown-media.custom-dropdown-media-mobile {
  left: -1px;
}



.custom-dropdown-media .custom-dropdown-media-content .column-third__list {
  width: 100%;
  max-width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header.fixed .custom-dropdown-media.custom-dropdown-menu .custom-dropdown-media-content a.button{
  font-size: 16px;
  font-family: "Ubuntu","Arial","Helvetica",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  min-width: unset;
  padding: 16px 20px;
}
// .header.fixed .custom-dropdown-media .slick-slide{
//   padding: 0;
//   width: 100%!important;
// }