:root {
  --color-secondary: #a5b3d4 !important;
  --color-primary: #1a2556 !important;
  --color-white: #ffffff !important;
  --color-black: #333333 !important;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.appaspect-primary {
  margin: 2em 0;
  padding: 0;
  width: 100% !important;
}

.appaspect-col-main {
  flex: 1;
}

.appaspect-col-complementary {
  flex: 1;
}

@media only screen and (min-width: 640px) {
  .layout {
    display: flex;
  }
}

.appaspect-container {
  margin-right: auto;
  margin-left: auto;
}

.appaspect-col {
  padding: 0.5rem;
  margin: 0 2px 2px 0;
}

#screenshot h1 {
  text-align: center;
  padding-top: 80px;
}

.flex {
  display: flex;
}
.items-centre {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-right {
  justify-content: right;
}
.btn {
  padding: 0.6rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid transparent;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.btn-primary {
  background-color: var(--primary);
  color: var(--secondary);
  margin-top: -15rem;
}
.btn-primary:hover {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.flex-1 {
  flex: 1;
}
.btn-secondary {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-secondary:hover {
  background: var(--primary);
  color: var(--secondary);
}
.post-title {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-size: 40px;
  margin: 16px 0;
}
.sub-title {
  font-size: 19px;
  margin-bottom: 0px !important;
}

.post-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-share {
  justify-content: end;
}

.feature-title {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-size: 20px;
  margin: 16px 0;
}
.card {
  padding: 20px 36px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #c8bdbd;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  width: 100%;

  details {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
    border-left: 15px solid gray;
    padding: 15px;
    & {
      margin-top: 15px;
    }
    summary {
      position: relative;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: flex-start;
      font-family: var(--font-ibm-plex-sans);
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: var(--color-title);
      padding: 20px;
      cursor: pointer;
      &::-webkit-details-marker {
        display: none;
      }
      &:focus {
        outline: solid 3px var(--highlight);
      }
      &::selection {
        background-color: var(--highlight);
      }
    }
    p {
      display: list-item;
      cursor: default;
      margin-left: 3rem;
      list-style-type: corona;
    }

    summary::before {
      cursor: pointer;
      position: absolute;
      display: inline-flex;
      width: 1rem;
      height: 1rem;
      left: 0rem;
      margin-right: 0.5rem;
    }

    &[open] {
      summary {
        font-weight: 700;

        &::before {
          transform: rotate(45deg);
        }
      }
    }
  }
}

.appaspect-col-6 {
  display: block;
  float: left;
  width: 48.93617%;
  min-height: 1px;
}

.appaspect-cat-label {
  color: var(--color-white);
  background: black;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .appaspect-col-6 {
    width: 100%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appaspect_ajax_post_grid_wrap {
  box-sizing: border-box;
}

.appaspect-filter-div .appaspect_texonomy_portfolio {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 5px 15px;
  margin: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.appaspect-filter-div ul {
  list-style: none;
  margin: 0;
  text-align: left;
}

.appaspect__excerpt {
  margin-bottom: 20px;
}

.appaspect-readmore {
  padding: 10px;
  border-radius: 10px;
  background-color: #c41a36;
  color: var(--color-white);
}
.appaspect-readmore:hover {
  color: var(--color-white);
  background: #00000080;
}
.appaspect_texonomy_portfolio.active,
.appaspect_texonomy_portfolio:hover {
  background: rgb(0 0 0 / 50%);
  color: var(--color-white);
}

.appaspect-ajax-container {
  position: relative;
}

.appaspect-ajax-container .appaspect-progressbar {
  display: none;
}

.appaspect-filter-div {
  margin-bottom: 30px;
}

.appaspect_grid_col {
  padding: 0 15px;
}

.appaspect_post_grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.appaspect-progressbar {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.appaspect-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid lightgray;
  border-top-color: gray;
  animation: Rotate 1.2s linear 0s infinite forwards;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}

.appaspect-rounded-circle {
  border-radius: 50% !important;
}

@keyframes ScaleInOut {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.5);
  }
}

@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ScaleInOut {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.5);
  }
}

@-webkit-keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.appaspect_single_grid {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: block;
  border-radius: 15px;
}

.appaspect_thumb {
  height: 250px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.appaspect_thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.appaspect_cont {
  padding: 20px;
}

.appaspect_single_grid:hover .appaspect_thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.appaspect__col-3 .appaspect_grid_col {
  margin-bottom: 30px;
}

.appaspect__col-2 .appaspect_grid_col {
  margin-bottom: 30px;
}

.appaspect__col-3 .appaspect_grid_col {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.appaspect__col-2 .appaspect_grid_col {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .appaspect__col-3 .appaspect_grid_col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .appaspect__col-2 .appaspect_grid_col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#appaspect_posts_navigation_init {
  margin: 30px 0;
  text-align: center;
}
#appaspect_posts_navigation_init .page-numbers {
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  padding: 8px;
  text-decoration: none;
  margin-right: 5px;
  background: #dde6f3;
}
#appaspect_posts_navigation_init .page-numbers.current,
#appaspect_posts_navigation_init .page-numbers:hover {
  background: var(--color-secondary);
  color: var(--color-primary);
}

.appaspect_posts_navigation {
  text-align: center;
  margin-bottom: 30px;
}

.appaspect-post-grid-load-more {
  position: relative;
}

.appaspect-post-grid-load-more.loading:after {
  content: "";
  border: 2px solid #000000;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s ease-in-out infinite;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.appaspect_has_animation .appaspect_grid_col {
  display: none;
}

.appaspect_extra_fields {
  border-left: 4px solid var(--color-black);
  padding-left: 10px;
  margin-bottom: 10px;
}
