.elementor-widget ul.page-numbers,
ul.page-numbers {
  display: flex;
  width: 100%;
  list-style: none;
  padding-top: 40px;
  margin-top: 70px;
  justify-content: flex-start; }
  .elementor-widget ul.page-numbers li,
  ul.page-numbers li {
    margin: 0; }
    .elementor-widget ul.page-numbers li .page-numbers,
    ul.page-numbers li .page-numbers {
      display: inline-block;
      padding: 12px 20px;
      text-decoration: none;
      background-color: transparent;
      border: 0;
      font-family: var(--secondary_font_family);
      transition: all 0.3s;
      font-weight: 700;
      line-height: 22px;
      font-size: 16px;
      color: var(--secondary_color); }
      .elementor-widget ul.page-numbers li .page-numbers:hover, .elementor-widget ul.page-numbers li .page-numbers.current,
      ul.page-numbers li .page-numbers:hover,
      ul.page-numbers li .page-numbers.current {
        background-color: var(--primary_color);
        border-color: transparent;
        color: #FFFFFF; }
      .elementor-widget ul.page-numbers li .page-numbers.dots,
      ul.page-numbers li .page-numbers.dots {
        background-color: transparent; }

body .portfolio-list-view .portfolio-table {
  display: table;
  width: 100%; }
  body .portfolio-list-view .portfolio-table .portfolio-row {
    display: table-row;
    position: relative;
    border-bottom: 1px solid #878995; }
    body .portfolio-list-view .portfolio-table .portfolio-row.content {
      background-image: linear-gradient(var(--secondary_color), var(--secondary_color));
      background-size: 100% 0;
      background-repeat: no-repeat;
      transition: all 0.3s; }
    body .portfolio-list-view .portfolio-table .portfolio-row.header .portfolio-column {
      font-family: var(--secondary_font_family);
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      color: var(--primary_color); }
      body .portfolio-list-view .portfolio-table .portfolio-row.header .portfolio-column span {
        display: block;
        padding: 28px 30px; }
    body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      border-bottom: 1px solid #878995; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-date {
        width: 15%; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-title {
        width: 58%; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-category {
        width: 17%; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-icon {
        width: 10%; }
        body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-icon a {
          text-align: right; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-link {
        display: block;
        padding: 30px;
        text-decoration: none;
        cursor: pointer; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-image {
        position: absolute;
        top: -150px;
        right: 100px;
        width: 460px;
        height: 0;
        overflow: hidden;
        z-index: 10; }
        body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-image img {
          position: relative;
          transition: all 0.3s;
          opacity: 0; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-date {
        font-family: var(--body_font_family);
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #878995; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-title {
        font-family: var(--secondary_font_family);
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.015em;
        color: var(--secondary_color); }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-terms {
        font-family: var(--secondary_font_family);
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: var(--secondary_variant_color); }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-icon {
        font-size: 32px;
        color: var(--secondary_variant_color); }
    body .portfolio-list-view .portfolio-table .portfolio-row:last-child .portfolio-column {
      border: 0; }
    body .portfolio-list-view .portfolio-table .portfolio-row:hover.content {
      background-size: 100% 100%; }
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-image {
      height: 400px; }
      body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-image img {
        opacity: 1; }
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-icon,
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-date,
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-terms {
      color: #FFFFFF; }
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-title {
      color: var(--primary_color); }
    body .portfolio-list-view .portfolio-table .portfolio-row.no-date .portfolio-column-title {
      width: 73%; }
    body .portfolio-list-view .portfolio-table .portfolio-row.no-date.no-title .portfolio-column-category {
      width: 90%; }
    body .portfolio-list-view .portfolio-table .portfolio-row.no-date.no-title .portfolio-column-category {
      width: 90%; }
    body .portfolio-list-view .portfolio-table .portfolio-row.no-date.no-terms .portfolio-column-icon {
      width: 100%; }
    body .portfolio-list-view .portfolio-table .portfolio-row.no-title .portfolio-column-category {
      width: 90%; }
  @media (max-width: 1024px) {
    body .portfolio-list-view .portfolio-table .portfolio-row.content:after,
    body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-image {
      display: none;
      visibility: hidden;
      opacity: 0; }
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-date {
      color: #878995; }
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-terms,
    body .portfolio-list-view .portfolio-table .portfolio-row:hover .portfolio-column .portfolio-icon {
      color: var(--secondary_color); } }
  @media (max-width: 767px) {
    body .portfolio-list-view .portfolio-table .portfolio-row {
      display: flex;
      flex-wrap: wrap;
      padding: 30px 35px 30px 0;
      position: relative;
      border-bottom: 1px solid #878995; }
      body .portfolio-list-view .portfolio-table .portfolio-row.header {
        display: none;
        visibility: hidden;
        opacity: 0; }
      body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column {
        display: flex;
        width: 100% !important;
        border: 0; }
        body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column .portfolio-link {
          padding: 0; }
        body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-date {
          order: 0; }
        body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-title {
          order: 3; }
        body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-category {
          order: 1; }
        body .portfolio-list-view .portfolio-table .portfolio-row .portfolio-column-icon {
          position: absolute;
          bottom: 30px;
          right: 0;
          justify-content: flex-end; }
      body .portfolio-list-view .portfolio-table .portfolio-row:last-child {
        border-bottom: 0; } }
