.hidden-resources {
  display: none !important;
}

.left-side-menu {  
  .menu-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    color: #aaaaaa;
  }

  .active {
    color: #212121;
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .is-hidden-desktop {
    display: none;
  }

  .inline {
    display: flex;
    flex-direction: row;
    margin: 18px 0;
  }
}

.flex-back {
  display: flex;
  align-items: center;
}

.hidden-element {
  display: none !important;
}

.m-header {
  box-shadow: 0px 1px 3px #0000004d;
  background-color: transparent !important;
  background: transparent linear-gradient(87deg, #212121 0%, #3d3d3d 100%) 0% 0%;
  display: flex;
  height: 80px;
  padding: 0px 24px;
  position: absolute !important;
}

.m-header.fixed {
  position: fixed !important;
  top: 0;
  transform: translate(0);
}

.m-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.m-menu__main {
  width: 100%;
}

.m-nav__left {
  display: flex;
}

.wedio-logo {
  width: 70px;
  height: 16px;
}

.wedio-logo-wrapper {
  min-width: 168px;
  height: 80px;
  margin-right: -50px;

}

.navbar-item {
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  align-items: center;
  display: flex;
}

.search-icon {
  width: 80%;
}


.link a,
.link p {
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 16px;
  color: white !important;
  margin-top: 4px;
}

.dropdown-menu-link {
  cursor: pointer;
}

.dropdown-menu-wrapper .link .inner {
  width: 30%;
  margin: 0px auto;
  margin-top: 4px;
  border-radius: 4px;
  height: 4px;
  background-color: transparent;
}

.dropdown-menu-wrapper:hover .link .inner {
  background-color: #7c4dff;
}

.dashboard-button {
  margin-left: 8px;
  width: 90px;
  height: 48px;
  display: flex;
  justify-content: space-evenly;
  background-color: #606060;
  border-radius: 24px;
  align-items: center;
  cursor: pointer;
}

.burger {
  width: 16px;
  height: 14px;
  position: relative;
  left: 5px;
}

.placeholder-logged-out {
  width: 40px;
  height: 40px;
  position: relative;
  left: 7px;
  border-radius: 50%;
}

.dropdown-menu-wrapper {
  padding: 8px 20px;
}

.dropdown-menu-wrapper.active .dropdown-menu {
  transition: 0.2s;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.dropdown-menu-wrapper:hover .dropdown-menu-connector {
  pointer-events: all;
}

.dropdown-menu-connector {
  position: absolute;
  margin-top: 4px;
  left: -118px;
  pointer-events: none;
}

.dropdown-menu {
  z-index: 100;
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: white;
  padding: 35px 100px 80px 100px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 1px 3px rgba(119, 119, 119, 0.16);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  top: 20px;
}

.dropdown-menu > div:first-child {
  width: 150px;
}

.dropdown-menu > div:not(:last-child) {
  width: 250px;
}

.wedio-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #00b2a9;
  color: white;
  border: none;
  outline: none;
  border-radius: 100px;
  min-height: 48px;
  width: max-content;
  min-width: 180px;
  line-height: 48px;
  padding: 0% 20px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  transition-duration: 0.3s;
}

.wedio-button:hover {
  transition-duration: 0.3s;
  background-color: #28cfc7;
}

.wedio-button img {
  width: 24px;
  height: 24px;
}

.wedio-button p {
  font-weight: 400;
  font-size: 16px;
}

.rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.rows .column:first-child {
  width: 50%;
}

.dropdown-menu:hover {
  transition: 0.1s;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.heading,
.heading p {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  color: #aaaaaa;
}

.heading img {
  margin-left: 8px;
}

.dropdown-link-wrapper {
  display: flex;
  border-radius: 16px;
  margin-top: 32px;
  height: 30px;
  width: 100%;
}

.dropdown-link-wrapper:first-child {
  margin-top: 0;
}

.dropdown-link-wrapper:hover p {
  color: #9e9caf;
}

.dropdown-link-wrapper:hover img {
  filter: invert(68%) sepia(17%) saturate(237%) hue-rotate(207deg) brightness(89%) contrast(91%);
}

.dropdown-link-wrapper img {
  margin-right: 8px;
}

.wedio-button {
  display: flex;
  flex-direction: row;
  height: 48px;
}

.wedio-button img {
  margin-right: 8px;
}

.wedio-button p {
  color: white;
  text-transform: initial;
  letter-spacing: 0.32px;
}

@media (min-width: 1024px) {
  .post-image-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    border-radius: 16px;
    width: 180px;
    height: 180px;
    background-size: cover;
    white-space: normal;
  }
}

.post-image-wrapper.right {
  background-position: right;
}

@media (min-width: 1024px) {
  .post-image-wrapper.big {
    width: 378px;
  }
}

@media (min-width: 1024px) {
  .post-image-wrapper:hover {
    transition: 0.5s;
  }

  .post-image-wrapper:hover .post-image-overlay {
    transition: 0.5s;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 1);
  }
}

.post-image-title {
  transition: top 0.2s cubic-bezier(0.42, 0.8, 0.58, 1);
  padding: 0 16px;
  margin-bottom: 12px;
  left: 0;
  letter-spacing: 0.32px;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.post-image-overlay {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  background-color: #212121;
  opacity: 0.3;
  border-radius: 16px !important;
  transition: 0.5s;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 18px 0;
}

@media (min-width: 1024px) {
  .row .post-image-wrapper:first-child {
    margin-right: 18px;
  }
}

.masterclass-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 16px;
  cursor: pointer;
}

.masterclass-link:hover img {
  filter: invert(71%) sepia(60%) saturate(508%) hue-rotate(123deg) brightness(86%) contrast(98%);
}

.masterclass-link:hover p {
  color: #28cfc7;
}

.masterclass-link img {
  margin-right: 8px;
  filter: invert(43%) sepia(29%) saturate(3512%) hue-rotate(148deg) brightness(101%) contrast(101%);
}

.masterclass-link p {
  color: #00b2a9;
}

.m-icon-button {
  width: 48px !important;
  height: 48px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #606060;
  visibility: visible !important;
  min-width: auto;
  min-height: auto;
}

.m-icon-button:hover {
  background: #777777;
}

@media (max-width: 1024px) {
  .right-side {
    margin-right: -8px;
  }

  .wedio-button {
    margin: 12px 0;
  }

  .right-side {
    display: flex;
    flex-direction: row;
  }

  .m-header {
    height: 64px;
    padding-right: 20px;
  }

  .wedio-logo-wrapper {
    min-width: auto;
    margin: 22px auto 24px 0px;
    padding: 0px;
    height: auto;
  }

  .m-mobile-topbar {
    width: 100%;
    height: 64px;
  }

  .dashboard-button {
    width: 77px;
    height: 40px;
  }

  .placeholder-logged-out {
    height: 32px;
    width: 32px;
    left: 4px !important;
  }

  .m-icon-button {
    width: 40px !important;
    height: 40px !important;
  }

  .m-icon-button img {
    width: 80%;
  }

  .is-hidden-touch {
    display: none;
  }

  .m-nav__left {
    flex-direction: column;
  }

  #my-sidenav {
    background-color: #f6f6f6;
    height: 100%;
    left: -400px;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transition: 0.45s ease-in-out;
    width: 268px;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    padding: 24px
  }

  #my-sidenav.opened {
    left: 0;
  }

  .wedio-logo.inverted {
    filter: invert(1);
    height: 14px;
  }

  #my-sidenav-overlay {
    background-color: #000;
    cursor: pointer;
    display: absolute;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: visibility 0.15s, opacity 0.15s linear;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    z-index: 9;
  }

  #my-sidenav-overlay.visible {
    visibility: visible;
    opacity: 0.85;
  }

  .my-sidenav-inner-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 16px;
  }

  .logo-img {
    width: 70px;
    height: 40px;
  }

  .side-menu {
    display: flex;
    flex-direction: column;
  }

  .side-menu .side-menu-item {
    background-color: white;
    width: 220px;
    height: 48px;
    border-radius: 8px;
    padding: 12px 16px;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    max-height: 48px;
  }

  .side-menu .side-menu-item.active {
    transition: max-height 1s ease-in-out;
    max-height: 2500px;
    height: auto;
  }

  .side-menu .side-menu-item.active .img-text-arrow .arrow {
    transform: rotateX(180deg);
  }

  .active .dropdown {
    display: block
  }

  .active .dropdown,
  .active .categories-menu,
  .active .trending-menu,
  .active .good-for-menu,
  .active .blogpost-menu,
  .active .filmmaking-menu,
  .active .photography-menu,
  .active .film-gear-menu,
  .active .rows {
    visibility: visible;
    height: auto !important;
    width: auto;
    opacity: 1 !important;
    -webkit-transition: opacity 1000ms, visibility 1000ms;
    transition: opacity 1000ms, visibility 1000ms;
  }

  .img-text-arrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .img-text-arrow .img-text {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .img-text-arrow .img-text p {
    color: black;
  }

  .dropdown {
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
    display: none;
  }

  .dropdown .blogpost-menu .heading {
    font-size: 14px;
    margin: 0;
  }

  .dropdown img {
    margin-bottom: 16px;
    margin-left: 30px;
  }

  .dropdown .masterclass-link img {
    margin: 0;
  }

  .dropdown .categories-menu,
  .dropdown .trending-menu,
  .dropdown .good-for-menu,
  .dropdown .blogpost-menu,
  .filmmaking-menu,
  .photography-menu,
  .film-gear-menu,
  .rows {
    height: 0;
  }

  .categories-menu,
  .trending-menu,
  .good-for-menu {
    margin-left: 30px;
  }

  .heading,
  .heading p {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    color: #aaaaaa;
    margin: 16px 0;
  }

  .heading img {
    margin-left: 8px;
  }

  .dropdown-link-wrapper {
    display: flex;
    border-radius: 16px;
    margin-bottom: 32px;
    width: 100%;
  }

  .dropdown-link-wrapper p {
    color: black;
  }

  .dropdown-link-wrapper img {
    margin-right: 8px;
    margin-left: 0px;
  }

  .post-image-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    border-radius: 8px;
    aspect-ratio: 1.47/1;
    background-size: cover;
    white-space: normal;
    margin: 0;
    margin-bottom: 8px;
  }

  .post-image-wrapper:last-child {
    margin-bottom: 0;
  }

  .post-image-title {
    transition: top 0.2s cubic-bezier(0.42, 0.8, 0.58, 1);
    padding: 0 16px;
    margin-bottom: 12px;
    left: 0;
    letter-spacing: 0.32px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .post-image-overlay {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: linear-gradient(to bottom,
        rgba(50, 50, 50, 0),
        rgba(48, 48, 48, 0.33),
        rgba(45, 45, 45, 0.45),
        rgba(41, 41, 41, 0.9));
    border-radius: 16px !important;
    transition: 0.5s;
  }

  .img-text img {
    margin-right: 8px;
  }

  .arrow {
    margin: 0;
  }

  .inline {
    margin-bottom: 8px;
  }

  .rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rows .column {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .dropdown .blogpost-menu .heading p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {  
  .inline .post-image-wrapper:first-child {
    margin-right: 18px;
  }
}

.dropdown-link-wrapper p {
  color: black;
}

.seller-protection {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.seller-protection p {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
  letter-spacing: 0.28px;
}