/*============================================================ 
                        CSS OVERVIEWS
                1. GENERAL
                2. LAYOUT
                3. HEADER
                    3.1. Topbar
                    3.2. Header
                    3.3. Header Sticky
                    3.4. Off-Canvas
                          3.4.1. Off-Canvas Left/For Sliding Widget
                          3.4.2. Off-Canvas Right/For Mobile Menu
                    3.5. Extras Menu    
                4. CONTENT
                	4.1. Content Header/Title Bar
                    4.2. Content Body/Gutenberg
                5. WIDGET
                    5.1. Archives/Categories
                    5.2. Calendar
                    5.3. Recent Comments
                    5.4. Recent Posts
                    5.5. RSS
                    5.6. Search
                    5.7. Tag
                    5.8. Menu
                    5.8. Other
                6. FOOTER
                    6.1. Content Bottom
                    6.2. Footer Widget
                    6.3. Copyright
                7. OTHER
                	7.1. Comments
                	7.2. Page Navigation
                	7.3. Page Search/404
                    7.4. Page Author
                    7.5. Social
                    7.6. Gallery
                8. BLOG
                    8.1. Blog Grid
                    8.2. Blog List
                    8.3. Blog Single
                    8.4. Blog Related
                9. WOOCOMMERCE
                    9.1. Widget
                    9.2. Off-Canvas/Filter
                    9.3. Shop Page
                    9.4. Product Single
                    9.5. Cart
                    9.6. Checkout
                    9.7. Other
               10. ELEMENTS
               11. RTL
               12. PROJECT
============================================================*/
/* ============================================================ 
    1. GENERAL
=============================================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}
*:after,
*:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
::selection {
  color: #ffffff;
}
::-moz-selection {
  color: #ffffff;
}
.transition,
a,
a.link:after,
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]),
body.is-loaded:after,
body.is-loaded:before,
table#wp-calendar tbody tr td a:before,
.widget_nav_menu .menu li .menu-item-toggle,
.widget_nav_menu .menu li .menu-item-toggle span:after,
.widget_media_image img,
.comments-area #respond .comment-reply-title:after,
.search-results .main-content .search-results .post .post-index,
.search-no-results .main-content .search-results .post .post-index,
.error404 .main-content .search-results .post .post-index,
.social-icons a:after,
.social-icons a:before,
.gallery-caption,
.icons-wrap li,
.icons-wrap li i,
.post-tags a:after,
.post-image img,
.pp-post-thumbnail-wrap img,
[class*="projects-style"] .project-info .project-categories a:before,
[class*="projects-style"] .project-info .project-categories a:after,
.projects-filter ul li a:before,
.projects-filter ul li a:after,
.projects-shortcode.carousel .projects-items .hentry::scroll-marker,
.site .reveal-text .elementor-heading-title,
.site .reveal-text .elementor-heading-title span,
.site .roller-text li .elementor-icon-list-text,
.site .roller-text li.is-active .elementor-icon-list-text,
.site .elementor-button .elementor-button-text:after,
.site .pp-button.btn .pp-button-title:after,
.site .elementor-widget-icon-list a .elementor-icon-list-text:after,
.site .elementor-widget-n-accordion .elementor-widget-text-editor ul li a:after,
.site .elementor-widget-pp-posts .pp-post-term a:before,
.site .elementor-widget-pp-posts .pp-post-term a:after,
.site .elementor-widget-image-carousel.elementor-pagination-position-outside .elementor-image-carousel-caption,
.site .elementor-widget-pp-info-box .pp-info-box-description ul li a:after,
.site .elementor-widget-pp-info-box .pp-info-box-description ul li strong:after,
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:before,
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li .pp-infolist-icon-wrapper,
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-info-list-title,
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-info-list-description,
.site .elementor-widget-image .wp-caption img,
.site .elementor-widget-image a + .widget-image-caption:before,
.site .elementor-widget-image a + .widget-image-caption:after,
.button:not([class*="product_type_"]).outline:after,
.header-style4 .navigator:not(.menu-extras) .menu-primary > li:before,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li:before,
.header-style4 .navigator:not(.menu-extras) .menu-primary > li:after,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li:after,
[class*="header-style"] .search-box .widget_search,
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"],
.menu-sliding li .menu-item-toggle,
.menu-sliding li .menu-item-toggle:after,
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  transition: all 0.2s ease-in-out 0s;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
figcaption {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  opacity: 0.7;
}
@media only screen and (min-width: 769px) {
  .alignleft {
    float: left;
    margin: 0 32px 32px 0;
    clear: left;
  }
}
@media only screen and (min-width: 769px) {
  .alignright {
    float: right;
    margin: 0 0 32px 32px;
    clear: right;
  }
}
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.bypostauthor {
  opacity: 1;
}
.sub-menu li a:empty:after {
  display: none;
}
.wrap {
  margin: 0 auto;
  position: relative;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
}
html {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a.link {
  position: relative;
  display: inline-block;
}
a.link:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid;
  opacity: 0.2;
}
a.link:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
a.link.colorWhite {
  color: #ffffff;
}
a.link.has-arrow {
  padding-left: 36px;
}
a.link.has-arrow:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: calc(51%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #ffffff;
  line-height: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.link.has-arrow:after {
  bottom: -2px;
}
a.link.has-arrow:hover {
  padding-left: 0;
  padding-right: 36px;
}
a.link.has-arrow:hover:before {
  left: calc(100% - 24px);
}
a.link.has-arrow.style2:after {
  display: none;
}
a.colorWhite:not(:hover) {
  color: #ffffff;
}
a:hover {
  color: inherit;
}
p {
  margin-top: 0;
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 700;
  line-height: 1.25;
}
h1[class*="wp-block-"],
h2[class*="wp-block-"],
h3[class*="wp-block-"],
h4[class*="wp-block-"],
h5[class*="wp-block-"],
h6[class*="wp-block-"] {
  margin-bottom: 28px;
  clear: both;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
  margin-top: 0;
}
h1.no-margin-bottom,
h2.no-margin-bottom,
h3.no-margin-bottom,
h4.no-margin-bottom,
h5.no-margin-bottom,
h6.no-margin-bottom {
  margin-bottom: 0;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin {
  margin: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.75rem;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
b,
strong {
  font-weight: 500;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.6);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.6);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.6);
}
textarea,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
textarea:disabled,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):disabled {
  cursor: no-drop;
}
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]) {
  font-family: inherit;
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 48px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(0, 0, 0, 0.12);
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:not([class*="product_type_"]):hover {
  text-decoration-color: rgba(0, 0, 0, 0);
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button:not([class*="product_type_"]):disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled,
.button:not([class*="product_type_"]).disabled {
  cursor: no-drop;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
button:disabled:hover,
.button:not([class*="product_type_"]):disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
button.disabled:hover,
.button:not([class*="product_type_"]).disabled:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
input[type="checkbox"] {
  height: auto;
  line-height: inherit;
}
textarea {
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: red;
}
input[type="date"] {
  max-height: 50px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
}
body select {
  outline: 0;
  max-width: 100%;
  position: relative;
  text-indent: 0.01px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 20px;
  font-family: inherit;
  appearance: none;
  box-sizing: border-box;
  font-weight: inherit;
  border-radius: 0;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #76667E;
}
code {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}
blockquote {
  margin: 64px 0;
  padding: 0 32px;
  position: relative;
  border-left: 1px solid;
}
blockquote.has-text-align-right {
  border-right: 1px solid;
  border-left: none;
}
cite {
  margin: 16px 0 0 0;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  opacity: 0.6;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: inherit !important;
}
table thead th {
  padding: 14px 30px;
  text-align: left;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
}
table tbody tr td,
table tbody tr th {
  padding: 14px 30px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tfoot tr th,
table tfoot tr td {
  padding: 14px 30px;
}
table a.button {
  display: block;
  padding: 10px;
  text-align: center;
}
table.style2 thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom-width: 1px;
}
table.style2 thead th:first-child {
  padding-left: 0;
}
table.style2 thead th:last-child {
  padding-right: 0;
}
table.style2 tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
table.style2 tbody tr td:first-child {
  padding-left: 0;
}
table.style2 tbody tr td:last-child {
  padding-right: 0;
}
table.style2 tbody tr td:last-child .button {
  width: 100%;
  display: block;
}
dl dt {
  font-weight: 500;
}
dl dd {
  margin: 0 0 20px 40px;
}
pre {
  font-size: 12px;
  overflow: auto;
  background-image: linear-gradient(#ffffff 50%, rgba(0, 0, 0, 0.05) 50%);
  background-size: 40px 40px;
  display: block;
  line-height: 20px;
  padding: 0 0 0 7px;
}
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6 {
  margin-top: 0;
  line-height: 40px;
  margin-bottom: 20px;
}
pre cite {
  margin: 20px 0;
}
figure {
  margin: 30px 0;
}
figcaption {
  margin: 10px 0;
}
article:after {
  clear: both;
  content: "";
  display: table;
}
/* ============================================================ 
    2. LAYOUT
=============================================================*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 160%;
}
body:not(.is-loaded):after,
body:not(.is-loaded):before {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
body.is-loaded:after,
body.is-loaded:before {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
body:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #ffffff;
}
body:before {
  content: "\ead7";
  font-family: "Nucleo";
  font-size: 64px;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 9999999;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  animation: iconlab-spin 1s infinite linear;
}
body:not(.page-template-template-fullwidth) .content-body {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  body:not(.page-template-template-fullwidth) .content-body {
    padding-bottom: 120px;
  }
}
body.header-light [class*="site-header"] {
  color: rgba(255, 255, 255, 0.5);
}
body.header-light [class*="site-header"] .header-brand {
  overflow: hidden;
}
body.header-light [class*="site-header"] .header-brand img {
  filter: drop-shadow(0 48px 0 #ffffff);
  transform: translateY(-100%);
}
body.header-light [class*="site-header"] a:not(:hover):not(.link) {
  color: rgba(255, 255, 255, 0.6);
}
body.header-light [class*="site-header"] .header-info-text img {
  filter: invert(1);
}
body.header-light [class*="site-header"] .header-info-text .info address span {
  background-color: rgba(255, 255, 255, 0.3);
}
body.header-light [class*="site-header"] .header-info-text .info address a:hover {
  color: #ffffff;
}
body.header-light [class*="site-header"] .navigator:not(.menu-extras) .menu-primary li .sub-menu:after {
  background-color: #000000;
}
body.header-light [class*="site-header"] .navigator:not(.menu-extras) .menu-primary li > a {
  color: rgba(255, 255, 255, 0.5);
}
body.header-light [class*="site-header"] .navigator:not(.menu-extras) .menu-primary li:hover > a,
body.header-light [class*="site-header"] .navigator:not(.menu-extras) .menu-primary li[class*="current_page_item"] > a {
  color: #ffffff;
}
body.content-header-dark .content-header,
body.content-header-primary .content-header,
body.content-header-accent .content-header {
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.7);
}
body.content-header-dark .content-header h1,
body.content-header-primary .content-header h1,
body.content-header-accent .content-header h1,
body.content-header-dark .content-header a,
body.content-header-primary .content-header a,
body.content-header-accent .content-header a,
body.content-header-dark .content-header a:hover,
body.content-header-primary .content-header a:hover,
body.content-header-accent .content-header a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  body.content-header-dark .content-header,
  body.content-header-primary .content-header,
  body.content-header-accent .content-header {
    margin-bottom: 80px;
  }
}
body.content-header-dark.single-nproject .content-header,
body.content-header-primary.single-nproject .content-header,
body.content-header-accent.single-nproject .content-header {
  margin-bottom: 0;
}
body.footer-full .site-footer .wrap {
  width: 100%;
}
body.footer-light .site-footer {
  background-color: transparent;
  color: inherit;
}
body.footer-light .site-footer img {
  filter: invert(1);
}
body.footer-light .site-footer .widget input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
body.footer-light .site-footer .widget textarea,
body.footer-light .site-footer .widget select {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}
body.footer-light .site-footer .widget input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
body.footer-light .site-footer .widget textarea:focus,
body.footer-light .site-footer .widget select:focus {
  border-color: rgba(0, 0, 0, 0.7);
}
body.footer-light .site-footer .widget input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
body.footer-light .site-footer .widget textarea::-webkit-input-placeholder,
body.footer-light .site-footer .widget select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.35);
}
body.footer-light .site-footer .widget input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
body.footer-light .site-footer .widget textarea::-moz-placeholder,
body.footer-light .site-footer .widget select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.35);
}
body.footer-light .site-footer .widget input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
body.footer-light .site-footer .widget textarea:-ms-input-placeholder,
body.footer-light .site-footer .widget select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.35);
}
body.footer-light .site-footer .widget input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
body.footer-light .site-footer .widget textarea:-moz-placeholder,
body.footer-light .site-footer .widget select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.35);
}
body.footer-light .site-footer .widget.widget_nav_menu.footer-menu .menu > li {
  border-color: rgba(0, 0, 0, 0.1);
}
body.content-full .wrap {
  width: 100%;
}
body.bgDark .site-content {
  color: #999;
}
body.bgDark .site-content .list-style1 li strong {
  border-color: rgba(255, 255, 255, 0.5);
}
body.bgDark .site-content .wp-block-pullquote.style2:after,
body.bgDark .site-content .wp-block-pullquote.style2:before {
  background-color: rgba(255, 255, 255, 0.2);
}
body .site.scrolling_down .content-header .client-info img {
  transform: scale(1.6);
}
.page-template-template-fullwidth .site-content .content-header,
.elementor-template-full-width .site-content .content-header {
  margin-bottom: 0;
}
.page-template-template-fullwidth .content-body-inner.wrap,
.elementor-template-full-width .content-body-inner.wrap {
  width: 100%;
  max-width: 100%;
}
.page-template-default .content[role="main"] {
  margin-bottom: 60px;
}
.page-template-default .comments-area {
  margin: 0 0 80px 0;
}
.layout-wide .site.wrap {
  width: 100%;
  max-width: 100%;
}
.layout-boxed .site {
  overflow: hidden;
}
.layout-boxed .site .site-content {
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  .sidebar-right .content-body-inner:before,
  .sidebar-left .content-body-inner:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    width: 1px;
    bottom: 0;
  }
}
.sidebar-right #main-content {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-right #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-right .main-sidebar {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-right .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .sidebar-right.single-post .post-detail {
    flex-direction: row-reverse;
  }
}
.sidebar-left #main-content {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-left #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-left .main-sidebar {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-left .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .sidebar-left.single-nproject .project-detail {
    flex-direction: row-reverse;
  }
}
.main-sidebar {
  position: relative;
}
.post-content-extras .edit-link {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 10px;
  margin-top: 30px;
}
.post-content-extras .edit-link a {
  border-bottom: 1px solid;
  padding-bottom: 3px;
  display: inline-block;
}
[data-grid-normal]:after,
[data-grid]:after {
  content: "";
  display: table;
  clear: both;
}
[data-grid-normal] .post,
[data-grid] .post,
[data-grid-normal] .product,
[data-grid] .product,
[data-grid-normal] .project,
[data-grid] .project {
  float: left;
}
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="5"] .project {
  width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product {
    width: 33.3333333%;
  }
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project {
    width: 50%;
  }
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(n),
[data-grid][data-columns="2"] .post:nth-of-type(n),
[data-grid-normal][data-columns="2"] .product:nth-of-type(n),
[data-grid][data-columns="2"] .product:nth-of-type(n),
[data-grid-normal][data-columns="2"] .project:nth-of-type(n),
[data-grid][data-columns="2"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .project:nth-of-type(2n+1),
[data-grid][data-columns="2"] .project:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project {
    width: 33.3333333%;
  }
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(n),
[data-grid][data-columns="3"] .post:nth-of-type(n),
[data-grid-normal][data-columns="3"] .product:nth-of-type(n),
[data-grid][data-columns="3"] .product:nth-of-type(n),
[data-grid-normal][data-columns="3"] .project:nth-of-type(n),
[data-grid][data-columns="3"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .project:nth-of-type(3n+1),
[data-grid][data-columns="3"] .project:nth-of-type(3n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project {
    width: 25%;
  }
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(n),
[data-grid][data-columns="4"] .post:nth-of-type(n),
[data-grid-normal][data-columns="4"] .product:nth-of-type(n),
[data-grid][data-columns="4"] .product:nth-of-type(n),
[data-grid-normal][data-columns="4"] .project:nth-of-type(n),
[data-grid][data-columns="4"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .project:nth-of-type(4n+1),
[data-grid][data-columns="4"] .project:nth-of-type(4n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 20%;
  }
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(n),
[data-grid][data-columns="5"] .post:nth-of-type(n),
[data-grid-normal][data-columns="5"] .product:nth-of-type(n),
[data-grid][data-columns="5"] .product:nth-of-type(n),
[data-grid-normal][data-columns="5"] .project:nth-of-type(n),
[data-grid][data-columns="5"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .project:nth-of-type(5n+1),
[data-grid][data-columns="5"] .project:nth-of-type(5n+1) {
  clear: both;
}
aside {
  float: left;
}
aside[data-width="1"],
aside[data-width="2"],
aside[data-width="3"],
aside[data-width="4"],
aside[data-width="5"],
aside[data-width="6"],
aside[data-width="7"],
aside[data-width="8"],
aside[data-width="9"],
aside[data-width="10"],
aside[data-width="11"],
aside[data-width="12"] {
  width: 100%;
}
aside[data-width="1"]:last-child,
aside[data-width="2"]:last-child,
aside[data-width="3"]:last-child,
aside[data-width="4"]:last-child,
aside[data-width="5"]:last-child,
aside[data-width="6"]:last-child,
aside[data-width="7"]:last-child,
aside[data-width="8"]:last-child,
aside[data-width="9"]:last-child,
aside[data-width="10"]:last-child,
aside[data-width="11"]:last-child,
aside[data-width="12"]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  aside[data-width="1"] {
    width: 8.33333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="2"] {
    width: 16.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="3"] {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="4"] {
    width: 33.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="5"] {
    width: 41.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="6"] {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="7"] {
    width: 58.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="8"] {
    width: 66.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="9"] {
    width: 75%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="10"] {
    width: 83.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="11"] {
    width: 91.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="12"] {
    width: 100%;
    margin-bottom: 0;
  }
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .single:not([class*="sidebar-"]) .alignwide {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -26%;
    clear: both;
    width: 152%;
    max-width: 152%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .single:not([class*="sidebar-"]) .alignwide {
    left: calc(calc(-50vw + (200% / 2) - 50%));
    width: 100vw;
    max-width: 100vw;
    padding-left: 2.857vw;
    padding-right: 2.857vw;
  }
}
@media only screen and (min-width: 769px) {
  .single:not([class*="sidebar-"]) .alignfull {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: calc(calc(-50vw + (200% / 2) - 50%));
    clear: both;
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignleft {
    margin-left: -26%;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignright {
    margin-right: -26%;
    margin-top: 2px;
  }
}
/* ============================================================ 
    3. HEADER
=============================================================*/
/* ============================================================ 
    3.1. Topbar
=============================================================*/
.site-topbar {
  z-index: 10;
  position: relative;
  line-height: 24px;
  font-size: 14px;
  flex-grow: 1;
}
.site-topbar .site-topbar-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
}
.site-topbar .site-topbar-inner:after {
  display: none;
}
.site-topbar .menu-top {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-topbar .menu-top {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 36px;
    flex-shrink: 0;
  }
  .site-topbar .menu-top li {
    position: relative;
  }
  .site-topbar .menu-top li.menu-item-has-children > a:after {
    content: "";
    width: 6px;
    height: 6px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform-origin: center center;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu {
    list-style: none;
    padding: 24px 0;
    margin: 0;
    position: absolute;
    left: -32px;
    top: 100%;
    visibility: hidden;
    min-width: 220px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .site-topbar .menu-top li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 4px 32px;
    color: rgba(255, 255, 255, 0.6);
  }
  .site-topbar .menu-top li .sub-menu li[class*="current"] > a,
  .site-topbar .menu-top li .sub-menu li:hover > a {
    color: #ffffff;
  }
  .site-topbar .menu-top li .sub-menu li.menu-item-has-children > a {
    padding-right: 48px;
  }
  .site-topbar .menu-top li .sub-menu li.menu-item-has-children > a:after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
  }
  .site-topbar .menu-top li .sub-menu li.menu-item-has-children:hover > a:after {
    background-color: #ffffff;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu {
    left: 100%;
    top: -24px;
  }
  .site-topbar .menu-top li:hover > .sub-menu {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  .site-topbar .menu-top li:hover.menu-item-has-children > a:after {
    transform: rotate(180deg);
  }
  .site-topbar .menu-top > li:after {
    content: "/";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
  }
  .site-topbar .menu-top > li:first-child:after {
    display: none;
  }
  .site-topbar .menu-top > li > a {
    padding: 12px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.site-topbar .topbar-text {
  display: flex;
  flex-grow: 1;
  gap: 12px;
  overflow: hidden;
  padding: 12px 0;
}
/* ============================================================ 
    4. CONTENT
=============================================================*/
.site-content {
  clear: both;
  /* ============================================================ 
	    4.1. Content Header
	=============================================================*/
  /* ============================================================ 
	    4.2. Content Body/Gutenberg
	=============================================================*/
}
.site-content .content-header {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 64px;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header {
    padding-bottom: 120px;
  }
}
.site-content .content-header.content-header-featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header.content-header-featured {
    margin-bottom: 64px;
  }
}
.site-content .content-header.content-header-featured:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
}
.site-content .content-header.content-header-featured:after {
  display: none;
}
.site-content .content-header.content-header-featured h1 {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header.content-header-left .page-title-wrap {
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header.content-header-right .page-title-wrap {
    padding-left: calc(50% + 16px);
  }
}
.site-content .content-header.content-header-center {
  text-align: center;
}
.site-content .content-header.content-header-center .post-meta-single {
  justify-content: center;
}
.site-content .content-header.content-header-center .post-meta-single:before {
  left: 50%;
  transform: translateX(-50%);
  padding-left: 28px;
}
.site-content .content-header.content-header-center .subtitle:before {
  left: 50%;
  transform: translateX(-50%);
  padding-left: 28px;
}
@media only screen and (min-width: 769px) {
  .site-content .content-header.content-header-inline .page-title-wrap .page-title {
    display: flex;
    gap: 32px;
    align-items: flex-end;
    justify-content: space-between;
  }
  .site-content .content-header.content-header-inline .page-title-wrap .page-title-inner {
    flex-grow: 1;
  }
  .site-content .content-header.content-header-inline .page-title-wrap .subtitle {
    margin: 0;
    padding: 28px 0 4px 0;
    border-top: 1px dotted;
    flex-basis: calc(32.895% - 16px);
    flex-shrink: 0;
  }
  .site-content .content-header.content-header-inline .page-title-wrap .subtitle:before {
    display: none;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1024px) {
  .site-content .content-header.content-header-inline .page-title-wrap .subtitle {
    flex-basis: calc(50% - 16px);
  }
}
.site-content .content-header .post-categories {
  margin-bottom: 12px;
}
.site-content .content-header .post-categories a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.site-content .content-header .post-categories a:not(:hover) {
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .site-content .content-header .post-categories a {
    font-size: 24px;
    line-height: 32px;
    font-weight: inherit;
  }
}
.site-content .content-header .post-categories.project-categories a:after {
  content: ",";
  font-weight: 300;
  margin: 0 4px 0 0;
}
.site-content .content-header .post-categories.project-categories a:last-child:after {
  display: none;
}
.site-content .content-header .post-meta-single {
  list-style: none;
  margin: 28px 0 0 0;
  padding: 32px 0 0 0;
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 400;
  position: relative;
  font-size: 90%;
}
.site-content .content-header .post-meta-single:before {
  content: "\00B7\00B7\00B7\00B7";
  font-family: serif;
  font-size: 32px;
  letter-spacing: 28px;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  line-height: 4px;
  opacity: 0.7;
}
.site-content .content-header .post-meta-single span:not(.colorDark) {
  font-weight: 300;
}
.site-content .content-header .post-meta-single li {
  position: relative;
}
.site-content .content-header .post-meta-single li:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.site-content .content-header .post-meta-single li:last-child:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .post-meta-single {
    padding: 60px 0 0 0;
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .site-content .content-header .post-meta-single {
    gap: 24px;
    font-size: 14px;
    font-weight: inherit;
  }
  .site-content .content-header .post-meta-single li img {
    display: none;
  }
  .site-content .content-header .post-meta-single li span:not(.colorDark) {
    display: none;
  }
  .site-content .content-header .post-meta-single li:after {
    right: -12px;
  }
}
.site-content .content-header .project-client-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
}
.site-content .content-header .project-client-info {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .project-client-info {
    margin-bottom: 48px;
  }
}
.site-content .content-header .client-info {
  height: 32vh;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #ffffff;
}
.site-content .content-header .client-info:empty {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .client-info {
    margin-top: 80px;
    height: calc(100vh - 468px);
  }
}
.site-content .content-header .client-info .project-client-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: -1;
}
.site-content .content-header .client-info img {
  min-height: 160px;
  width: auto;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-content .page-title-wrap {
  position: relative;
  z-index: 2;
}
.site-content .page-title-wrap:empty {
  display: none;
}
.site-content .page-title-inner {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site-content .page-title-inner span {
  display: block;
  margin-bottom: 12px;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .site-content .page-title-inner {
    font-size: 64px;
  }
  .site-content .page-title-inner span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-inner {
    font-size: 96px;
  }
  .site-content .page-title-inner span {
    font-size: 32px;
  }
}
.site-content .subtitle {
  margin: 28px 0 0 0;
  padding: 32px 0 0 0;
  position: relative;
}
.site-content .subtitle:before {
  content: "\00B7\00B7\00B7\00B7";
  font-family: serif;
  font-size: 32px;
  letter-spacing: 28px;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  line-height: 4px;
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  .site-content .subtitle {
    padding: 60px 0 0 0;
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .site-content .subtitle {
    font-size: 14px;
  }
}
.site-content span[id*="more-"] {
  margin: 30px 0;
  display: inline-block;
}
.site-content .post-password-form {
  position: relative;
}
.site-content .post-password-form p:last-child {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.site-content .post-password-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  width: 100%;
}
.site-content .post-password-form input[type="password"]:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  padding: 16px 20px;
  line-height: 16px;
}
.site-content .wp-block-spacer {
  margin-bottom: 0;
}
.site-content .wp-block-button {
  margin-bottom: 30px;
}
.site-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.site-content .wp-block-button.is-style-outline .wp-block-button__link {
  line-height: 14px;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-button.custom-link a {
    background-color: transparent !important;
    padding: 0;
    display: block;
    text-align: inherit;
    font-size: 96px;
    line-height: 1 !important;
    font-weight: normal;
    border: none;
    border-radius: 0;
  }
  .site-content .wp-block-button.custom-link a:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 52px;
    height: 52px;
    border: 1px solid;
    border-left: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(45deg);
  }
  .site-content .wp-block-button.custom-link a:before {
    content: "";
    position: absolute;
    right: 0;
    width: calc(50% - 16px);
    height: 0;
    border-top: 1px solid;
    top: 50%;
    transform: translateY(-50%);
  }
}
.site-content .wp-block-button__link {
  padding: 14px 40px;
  font-size: 15px;
  line-height: 18px;
  background-image: none;
}
.site-content .wp-block-button__link:hover {
  color: #ffffff;
}
.site-content .wp-block-preformatted,
.site-content .wp-block-code,
.site-content .wp-block-verse {
  font-size: 12px;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.site-content .wp-block-group.has-background {
  padding: 5%;
}
.site-content .wp-block-table.is-style-stripes table {
  border: none;
}
.site-content .wp-block-table.is-style-stripes table tr td,
.site-content .wp-block-table.is-style-stripes table tr th {
  border: none;
}
.site-content .wp-block-table.is-style-stripes .has-fixed-layout {
  border: none;
}
.site-content .wp-block-table.is-style-regular tr:hover {
  background: rgba(0, 0, 0, 0.06);
}
.site-content .wp-block-table tr {
  background: transparent;
}
.site-content .wp-block-table tr td,
.site-content .wp-block-table tr th {
  padding: 10px 30px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-content .wp-block-table:not(.is-style-stripes) tr:hover {
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-cover.alignleft,
  .site-content .wp-block-cover-image.alignleft,
  .site-content .wp-block-video.alignleft,
  .site-content .wp-block-audio.alignleft,
  .site-content .wp-block-embed.alignleft,
  .site-content .wp-block-pullquote.alignleft {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-cover.alignright,
  .site-content .wp-block-cover-image.alignright,
  .site-content .wp-block-video.alignright,
  .site-content .wp-block-audio.alignright,
  .site-content .wp-block-embed.alignright,
  .site-content .wp-block-pullquote.alignright {
    margin-left: 40px;
  }
}
.site-content .wp-block-quote {
  border-width: 1px;
  padding: 0 32px;
  margin-top: 1.75em;
}
.site-content .wp-block-cover .wp-block-cover-text {
  color: #ffffff;
}
.site-content .has-drop-cap:not(:focus)::first-letter {
  margin: -4px 24px 16px 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}
.site-content .has-medium-font-size {
  line-height: 1.4;
}
.site-content .has-medium-font-size.has-drop-cap::first-letter {
  margin-top: -3px;
  font-size: 64px;
}
.site-content .has-large-font-size,
.site-content .has-larger-font-size {
  line-height: 1.3;
}
.site-content .has-huge-font-size,
.site-content [style="font-size:46px"] {
  line-height: 1.25;
}
.site-content blockquote.is-style-large {
  margin: 32px 0 48px 0;
  border: none;
  text-align: center;
  background: none;
}
.site-content blockquote.is-style-large p {
  line-height: 36px;
  font-style: normal;
  font-size: 28px;
}
.site-content blockquote.is-style-large cite {
  text-align: inherit;
  font-size: 15px;
  position: relative;
}
.site-content blockquote.is-style-large cite:before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.site-content blockquote.is-style-large:not(.is-style-plain) cite {
  text-align: inherit;
}
.site-content blockquote p + cite {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-content .wp-block-pullquote blockquote:after,
.site-content .wp-block-pullquote blockquote:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .site-content .wp-block-pullquote.alignleft,
  .site-content .wp-block-pullquote.alignright {
    width: 100%;
    max-width: 100%;
    margin: 32px 0;
  }
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright {
  padding-left: 0;
  padding-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 24px 0;
  margin-top: 4px;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft p,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright p {
  font-size: 14px;
  line-height: 20px;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft p:last-of-type,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright p:last-of-type {
  margin-bottom: 0;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}
.site-content .wp-block-pullquote.is-style-solid-color {
  padding: 0;
}
.site-content .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 32px 12%;
  margin: 0;
  max-width: 100%;
  border: none;
  text-align: center;
  background: none;
  border-radius: 0;
}
.site-content .wp-block-pullquote cite {
  margin-top: 24px;
  line-height: 20px;
}
.site-content .wp-block-pullquote.style2 {
  text-align: left;
  height: 100%;
  padding: 32px 0;
  position: relative;
}
.site-content .wp-block-pullquote.style2:after,
.site-content .wp-block-pullquote.style2:before {
  content: "";
  width: 16px;
  height: 24px;
  position: absolute;
  bottom: 32px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  clip-path: polygon(60% 0, 100% 0, 70% 100%, 0% 100%);
}
.site-content .wp-block-pullquote.style2:before {
  right: 16px;
}
.site-content .wp-block-pullquote.style2 blockquote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.site-content p.wp-block-subhead {
  font-size: 1rem;
}
.site-content .wp-block-image {
  margin-bottom: 32px;
}
.site-content .wp-block-image:last-child {
  margin-bottom: 0;
}
.site-content .wp-block-image figcaption {
  margin: 16px 0;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignleft {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignright {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 32px;
  }
  .site-content .wp-block-gallery.wp-block-gallery-is-layout-flex .wp-block-image {
    flex-basis: 0;
  }
}
.site-content .wp-block-gallery .blocks-gallery-image,
.site-content .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em;
  overflow: hidden;
}
.site-content .wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 48px;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignleft {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignright {
    margin-left: 32px;
  }
}
.site-content .wp-block-gallery.rounded img {
  border-radius: 4px;
}
.site-content .is-grid[class*="columns-"] {
  width: 100%;
}
.site-content .wp-block-gallery[class*="columns-"]:not(.alignfull):not(.alignwide),
.site-content .wp-block-text-columns[class*="columns-"]:not(.alignfull):not(.alignwide) {
  width: 100%;
}
.site-content .wp-block-columns {
  margin-bottom: 32px;
}
.site-content .wp-block-columns .wp-block-column {
  margin-bottom: 32px;
}
.site-content .wp-block-columns.no-margin-top {
  margin-top: 0;
}
.site-content .wp-block-columns.no-margin-bottom {
  margin-bottom: 0;
}
.site-content .wp-block-columns.no-margin {
  margin: 0;
}
.site-content .wp-block-columns.counter .wp-block-heading {
  font-family: inherit;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.site-content .wp-block-columns.counter .has-x-large-font-size {
  font-size: 96px !important;
  line-height: 1;
  margin-bottom: 12px;
}
.site-content .wp-block-columns.counter .has-small-font-size {
  line-height: 20px;
}
.site-content .wp-block-embed__wrapper {
  margin-bottom: 12px;
}
.site-content hr,
.site-content .wp-block-separator {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.site-content iframe {
  width: 100%;
}
.site-content .wp-block-embed iframe {
  max-width: 100%;
}
/* ============================================================ 
    5. WIDGET
=============================================================*/
.widget {
  font-size: 14px;
}
.widget.widget_media_image img[src$=".svg"] {
  width: auto;
}
.widget.widget_media_image .rounded {
  border-radius: 0;
}
.widget .widget-title,
.widget .wp-block-group h2 {
  font-family: inherit;
  position: relative;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.widget ul {
  margin: 0;
}
.widget ul li .children,
.widget ul li .sub-menu {
  margin: 12px 0 12px 20px;
}
.widget select[name="monster-widget-just-testing"] option {
  width: 280px;
}
/* ============================================================ 
    5.1 Archives/Categories
=============================================================*/
.widget,
[class*="wp-block-"] {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .widget,
  [class*="wp-block-"] {
    margin-bottom: 40px;
  }
  .widget:last-child,
  [class*="wp-block-"]:last-child {
    margin-bottom: 0;
  }
}
.widget:last-child,
[class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.widget select,
[class*="wp-block-"] select {
  width: 100%;
}
.widget ul,
[class*="wp-block-"] ul,
.widget.wp-block-archives,
[class*="wp-block-"].wp-block-archives {
  padding: 0;
  margin-top: 0;
}
.widget ul li,
[class*="wp-block-"] ul li,
.widget.wp-block-archives li,
[class*="wp-block-"].wp-block-archives li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
}
.widget ul li:last-child,
[class*="wp-block-"] ul li:last-child,
.widget.wp-block-archives li:last-child,
[class*="wp-block-"].wp-block-archives li:last-child {
  margin-bottom: 0;
}
.widget ul li > a,
[class*="wp-block-"] ul li > a,
.widget.wp-block-archives li > a,
[class*="wp-block-"].wp-block-archives li > a {
  position: relative;
  display: inline-block;
}
.widget ul li ul li,
[class*="wp-block-"] ul li ul li,
.widget.wp-block-archives li ul li,
[class*="wp-block-"].wp-block-archives li ul li {
  padding-left: 0;
}
.widget ul li ul li:before,
[class*="wp-block-"] ul li ul li:before,
.widget.wp-block-archives li ul li:before,
[class*="wp-block-"].wp-block-archives li ul li:before {
  display: none;
}
.widget.menu-style2 li,
[class*="wp-block-"].menu-style2 li {
  margin-bottom: 12px;
}
.widget.menu-style2 li:last-child,
[class*="wp-block-"].menu-style2 li:last-child {
  margin-bottom: 0;
}
.widget.menu-style2 li a,
[class*="wp-block-"].menu-style2 li a {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 32px;
}
.widget.menu-style2 li a:not(:hover),
[class*="wp-block-"].menu-style2 li a:not(:hover) {
  opacity: 0.5;
}
.widget .mc4wp-form input,
[class*="wp-block-"] .mc4wp-form input {
  width: 100%;
}
.widget_archive label,
.widget_categories label,
.wp-block-archives-dropdown label,
.wp-block-archives label {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.widget_archive label:before,
.widget_categories label:before,
.wp-block-archives-dropdown label:before,
.wp-block-archives label:before {
  content: "";
  position: absolute;
  text-indent: 0;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #666;
}
.wp-block-categories-dropdown:before {
  content: "";
  position: absolute;
  text-indent: 0;
  right: 22px;
  bottom: 22px;
  width: 6px;
  height: 6px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #666;
}
/* ============================================================ 
    5.2. Calendar
=============================================================*/
.calendar_wrap {
  position: relative;
}
table#wp-calendar {
  border-collapse: separate;
  border: none;
  font-size: 14px;
}
table#wp-calendar caption {
  line-height: 24px;
  padding: 0 0 16px 0;
}
table#wp-calendar thead th {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
}
table#wp-calendar tbody tr td {
  padding: 8px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}
table#wp-calendar tbody tr td a {
  background: none;
  display: block;
  font-weight: 400;
}
table#wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
}
table#wp-calendar #today {
  position: relative;
}
.wp-calendar-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a {
  font-weight: normal;
  text-indent: -9999px;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border-radius: 0;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:before {
  content: "";
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #666;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translate(-50%, -50%);
}
.wp-calendar-nav span.wp-calendar-nav-next a {
  left: auto;
  right: 0;
}
.wp-calendar-nav span.wp-calendar-nav-next a:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.wp-block-calendar {
  position: relative;
}
.wp-block-calendar .wp-calendar-table a {
  text-decoration: none;
}
/* ============================================================ 
    5.3. Recent Comments
=============================================================*/
.widget_recent_comments ul li {
  margin-bottom: 15px;
  padding: 0;
}
.widget_recent_comments ul li:before {
  display: none;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .comment-author-link a {
  color: inherit;
}
.widget_recent_comments .highlight:after,
.widget_recent_comments .highlight:before {
  display: none;
}
.wp-block-latest-comments {
  padding: 0;
  margin-top: 0;
}
.wp-block-latest-comments [class*="wp-block-"] {
  margin-bottom: 15px;
  line-height: 160%;
  padding: 0;
}
.wp-block-latest-comments [class*="wp-block-"]:before {
  display: none;
}
.wp-block-latest-comments [class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments [class*="comment-author"] {
  color: inherit;
}
.wp-block-latest-comments [class*="comment-excerpt"] p {
  margin: 0;
  font-size: 100%;
}
.wp-block-latest-comments [class*="comment-meta"] {
  margin-bottom: 0;
}
.wp-block-latest-comments [class*="comment-meta"] p {
  margin: 0;
  font-size: 100%;
}
.wp-block-latest-comments .highlight:after,
.wp-block-latest-comments .highlight:before {
  display: none;
}
.wp-block-latest-comments time {
  opacity: 0.7;
  margin: 5px 0 10px 0;
}
/* ============================================================ 
    5.4. Recent Posts
=============================================================*/
.widget_recent_entries ul {
  line-height: 1.4;
}
.widget_recent_entries ul li {
  margin-bottom: 16px;
  padding: 0;
}
.widget_recent_entries ul li:before {
  display: none;
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries .post-date {
  margin-top: 10px;
  font-size: 12px;
  display: block;
  font-weight: inherit;
}
.widget_recent_entries .highlight:after,
.widget_recent_entries .highlight:before {
  display: none;
}
.wp-block-latest-posts,
.wp-block-latest-posts__list {
  margin-top: 0;
  padding: 0;
}
.wp-block-latest-posts li,
.wp-block-latest-posts__list li {
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-latest-posts li:before,
.wp-block-latest-posts__list li:before {
  display: none;
}
.wp-block-latest-posts li:last-child,
.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts li time,
.wp-block-latest-posts__list li time {
  font-size: 13px;
  color: inherit;
  opacity: 0.7;
}
.wp-block-latest-posts .highlight:after,
.wp-block-latest-posts__list .highlight:after,
.wp-block-latest-posts .highlight:before,
.wp-block-latest-posts__list .highlight:before {
  display: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:before {
  display: none;
}
/* ============================================================ 
    5.5. RSS
=============================================================*/
.widget_rss .widget-title .rss-widget-icon {
  display: none;
}
.widget_rss .widget-title .rsswidget:first-child {
  display: none;
}
.widget_rss a {
  font-weight: 400;
}
.widget_rss .rss-date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 8px 0;
  opacity: 0.7;
}
.widget_rss ul li {
  margin-bottom: 32px;
  padding: 0;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss cite {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.wp-block-rss {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.wp-block-rss li {
  margin-bottom: 15px;
  padding: 0;
}
.wp-block-rss li:before {
  display: none;
}
.wp-block-rss li:last-child {
  margin-bottom: 0;
}
/* ============================================================ 
    5.6. Search
=============================================================*/
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form label .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.widget_search .search-form label .screen-reader-text:before {
  text-indent: 0;
  content: "\eaae";
  font-family: "Nucleo";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_search .search-form label .search-field {
  width: 100%;
}
.widget_search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 50px;
  width: 50px;
  border: none;
  padding: 0;
  opacity: 0;
}
.wp-block-search label.wp-block-search__label {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.wp-block-search label.wp-block-search__label:before {
  text-indent: 0;
  content: "\eaae";
  font-family: "Nucleo";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
}
.wp-block-search input {
  margin: 0;
}
.wp-block-search button[type="submit"].wp-block-search__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
/* ============================================================ 
    5.7. Tag
=============================================================*/
.tagcloud,
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 14px !important;
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  content: "#";
  margin-right: 4px;
  opacity: 0.4;
}
.tagcloud a.gallery,
.wp-block-tag-cloud a.gallery {
  margin: 0;
}
.tagcloud a.link:after,
.wp-block-tag-cloud a.link:after {
  display: none;
}
.tagcloud a .tag-link-count,
.wp-block-tag-cloud a .tag-link-count {
  opacity: 0.5;
}
/* ============================================================ 
    5.8. Menu
=============================================================*/
.widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu sub,
.widget_nav_menu sup {
  opacity: 0.7;
}
.widget_nav_menu .menu li {
  position: relative;
  padding: 0;
}
.widget_nav_menu .menu li:before {
  display: none;
}
.widget_nav_menu .menu li a {
  display: inline-block;
  position: relative;
}
.widget_nav_menu .menu li:hover > .menu-item-toggle {
  border-color: rgba(0, 0, 0, 0.12);
}
.widget_nav_menu .menu li .menu-item-toggle {
  width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
}
.widget_nav_menu .menu li .menu-item-toggle span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #666;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_nav_menu .menu li.menu-item-expand > .sub-menu,
.widget_nav_menu .menu li.menu-item-expand > .dw-sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.widget_nav_menu .menu li.menu-item-expand > .menu-item-toggle span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.widget_nav_menu .menu li .sub-menu {
  display: none;
  visibility: hidden;
  position: static;
  background: transparent;
  margin: 12px 0 12px 20px;
  opacity: 0;
}
.widget_nav_menu.footer-menu .contact-info li {
  padding-left: 24px;
}
.widget_nav_menu.footer-menu .contact-info li a {
  display: inline;
}
.widget_nav_menu.footer-menu li > a > span {
  width: 20px;
  line-height: normal;
  position: absolute;
  top: 0;
  left: -24px;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .widget_nav_menu.footer-menu .menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 8px;
  }
  .widget_nav_menu.footer-menu .menu > li:first-child {
    border: none;
  }
  .widget_nav_menu.footer-menu .menu > li .menu-item-toggle {
    top: 8px;
  }
  .widget_nav_menu.footer-menu .menu > li .sub-menu {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 769px) {
  .widget_nav_menu.footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .widget_nav_menu.footer-menu .menu > li {
    flex: 1 1;
    margin: 0;
    padding: 0;
  }
  .widget_nav_menu.footer-menu .menu > li > a {
    background: none;
    color: inherit;
    opacity: 0.7;
  }
  .widget_nav_menu.footer-menu .menu .sub-menu {
    margin: 20px 0 0 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .widget_nav_menu.footer-menu .menu .sub-menu li {
    margin-bottom: 8px;
  }
  .widget_nav_menu.footer-menu .menu .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .widget_nav_menu.footer-menu .menu .sub-menu li.link a {
    background: none;
  }
  .widget_nav_menu.footer-menu .menu .sub-menu li.link a:after {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -6px;
    border-bottom: 1px dashed;
    opacity: 0.16;
    transition: all 0.2s ease-in-out 0s;
  }
  .widget_nav_menu.footer-menu .menu .sub-menu li.link a:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }
  .widget_nav_menu.footer-menu .menu .menu-item-toggle {
    display: none;
  }
}
/* ============================================================ 
    5.9. Other
=============================================================*/
.widget_media_image figure {
  margin: 0;
}
.widget_media_image .wp-caption-text {
  margin: 20px 0 0 0;
  line-height: 1.6;
}
.widget_text .wp-caption {
  margin-bottom: 20px;
}
.widget_text .wp-caption img {
  margin-bottom: 10px;
}
.widget_text img {
  margin: 15px 0 20px 0;
}
.widget_text .textwidget p + .wp-caption + p + form {
  position: relative;
}
.widget_text .textwidget p + .wp-caption + p + form:after {
  text-indent: 0;
  content: "";
  position: absolute;
  right: 22px;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.widget ul li a.wp-block-latest-posts__post-title,
.widget ol li a.wp-block-latest-comments__comment-link,
.widget ul#recentcomments li > a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li > a,
.widget.widget_rss ul li a.rsswidget,
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__post-title {
  display: inline;
}
.widget ul li a.wp-block-latest-posts__post-title:after,
.widget ol li a.wp-block-latest-comments__comment-link:after,
.widget ul#recentcomments li > a:after,
.widget.widget_recent_entries ul li a:after,
.widget.widget_recent_comments ul li > a:after,
.widget.widget_rss ul li a.rsswidget:after,
.wp-block-latest-comments__comment-link:after,
.wp-block-latest-posts__post-title:after,
.widget ul li a.wp-block-latest-posts__post-title:before,
.widget ol li a.wp-block-latest-comments__comment-link:before,
.widget ul#recentcomments li > a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_recent_comments ul li > a:before,
.widget.widget_rss ul li a.rsswidget:before,
.wp-block-latest-comments__comment-link:before,
.wp-block-latest-posts__post-title:before {
  display: none;
}
/* ============================================================ 
    6. FOOTER
=============================================================*/
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.4);
  /* ============================================================ 
	    6.1. Content Bottom
	=============================================================*/
  /* ============================================================ 
	    6.2. Footer Widget
	=============================================================*/
  /* ============================================================ 
	    6.3. Copyright
	=============================================================*/
}
.site-footer .widget table#wp-calendar tbody tr td,
.site-footer .widget.widget_rss cite,
.site-footer .widget .menu li:hover > .menu-item-toggle {
  border-color: rgba(255, 255, 255, 0.08);
}
.site-footer .marquee li {
  margin: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.site-footer textarea,
.site-footer select {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
.site-footer textarea:focus,
.site-footer select:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.site-footer textarea::-webkit-input-placeholder,
.site-footer select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.35);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.site-footer textarea::-moz-placeholder,
.site-footer select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.35);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.site-footer textarea:-ms-input-placeholder,
.site-footer select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.35);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
.site-footer textarea:-moz-placeholder,
.site-footer select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.35);
}
.site-footer .content-bottom-widgets {
  position: relative;
  z-index: 1;
}
.site-footer .content-bottom-widgets.content-bottom-full .wrap {
  width: 100%;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap {
  margin: 0 -16px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
  padding: 20px 16px 40px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
    padding-bottom: 0;
  }
}
.site-footer .footer-widgets {
  position: relative;
  z-index: 1;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-widgets .footer-widgets-inner {
    padding: 20px 0;
  }
}
.site-footer .footer-widgets .footer-aside-wrap {
  margin: 0 -16px;
}
.site-footer .footer-widgets .footer-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .footer-widgets .footer-aside-wrap aside {
  padding: 80px 16px 20px;
}
.site-footer .footer-widgets .footer-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-widgets .footer-aside-wrap aside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.site-footer .footer-widgets .quick-request {
  position: relative;
}
.site-footer .footer-widgets .quick-request h4 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: inherit;
}
.site-footer .footer-widgets .quick-request p {
  font-size: 12px;
  margin: 0;
}
.site-footer .footer-widgets .quick-request .form {
  margin-top: 12px;
  position: relative;
}
.site-footer .footer-widgets .quick-request .form:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-weight: normal;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  text-align: right;
  line-height: 48px;
}
.site-footer .footer-widgets .quick-request .wpcf7-form-control-wrap input.wpcf7-text {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  padding: 8px 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.site-footer .footer-widgets .quick-request input[type="submit"] {
  padding: 0;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  opacity: 0;
}
.site-footer .footer-copyright {
  position: relative;
  z-index: 1;
  font-size: 14px;
  padding: 0 0 40px 0;
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-copyright {
    padding: 60px 0;
  }
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
  width: 100%;
  max-width: 100%;
}
.site-footer .footer-copyright .copyright-bar {
  display: flex;
  gap: 32px;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .copyright-bar {
    align-items: center;
    flex-direction: row;
  }
}
.site-footer .footer-copyright .copyright-content {
  flex-grow: 1;
  position: relative;
}
.site-footer .footer-copyright .copyright-content p {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-direction: column;
}
@media only screen and (min-width: 481px) {
  .site-footer .footer-copyright .copyright-content p {
    flex-direction: row;
    gap: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-copyright .copyright-content p {
    gap: 32px;
    justify-content: space-between;
  }
  .site-footer .footer-copyright .copyright-content p span {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-copyright .copyright-content p img {
    width: auto;
    height: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .site-footer .footer-copyright .copyright-content p img {
    height: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.site-footer .footer-copyright .go-to-top {
  order: 3;
}
.site-footer .footer-copyright .go-to-top a {
  display: block;
  z-index: 3;
  position: relative;
  border-radius: 100%;
}
.site-footer .footer-copyright .go-to-top a:before {
  content: "\eaf9";
  font-family: "Nucleo";
  font-size: 16px;
}
.site-footer .footer-copyright .go-to-top a span {
  display: none;
}
.site-footer .footer-copyright .go-to-top + .social-icons {
  right: 40px;
}
/* ============================================================ 
	7. OTHER PAGES
=============================================================*/
/* ============================================================ 
	7.1. Comments
=============================================================*/
.comments-area {
  clear: both;
  position: relative;
}
.comments-area .comment-list {
  position: relative;
  z-index: 4;
  padding: 0;
  margin: 0 0 24px 0;
  list-style: none;
}
.comments-area .comment-list .trackback,
.comments-area .comment-list .pingback {
  padding: 20px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.comments-area .comment-list .trackback:first-child,
.comments-area .comment-list .pingback:first-child {
  margin-top: 20px;
}
.comments-area .comment-list .trackback .edit-link a,
.comments-area .comment-list .pingback .edit-link a {
  font-size: 13px;
  font-weight: normal;
  opacity: 0.5;
}
.comments-area .comment-list .trackback .edit-link a:hover,
.comments-area .comment-list .pingback .edit-link a:hover {
  opacity: 1;
}
.comments-area .comment-list > .comment {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  padding: 32px 0;
  position: relative;
}
.comments-area .comment-list > .comment:last-child {
  border: none;
}
.comments-area .comment-list > .comment:first-child {
  padding-top: 0;
}
.comments-area .comment-list > .comment .depth-2 #respond .comment-form .form-submit:before {
  width: calc(40% - 32px);
}
.comments-area .comment-list > .comment .comment-meta {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.comments-area .comment-list > .comment .comment-meta .comment-author img {
  width: 32px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-meta .comment-author img {
    width: 48px;
    margin-right: 16px;
  }
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata {
  line-height: 24px;
  font-size: 13px;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata > a {
  color: inherit;
  opacity: 0.7;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata .comment-edit-link {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: 6px;
  padding-left: 8px;
  opacity: 0;
}
.comments-area .comment-list > .comment .comment-meta .says {
  display: none;
}
.comments-area .comment-list > .comment .comment-content {
  margin-left: 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-content {
    margin-left: 64px;
  }
}
.comments-area .comment-list > .comment .reply {
  margin: 24px 0 0 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .reply {
    margin-left: 64px;
  }
}
.comments-area .comment-list > .comment .reply a {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comments-area .comment-list > .comment .comment-body:hover > .comment-meta .comment-metadata .comment-edit-link {
  opacity: 1;
}
.comments-area .comment-list .children {
  margin: 32px 0 0;
  padding: 0 0 0 42px;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list .children {
    padding-left: 64px;
  }
}
.comments-area .comment-list .children li {
  padding: 32px 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.12);
}
.comments-area .comment-list .children > li:last-child {
  padding-bottom: 0;
}
.comments-area .comment-list #respond {
  margin: 0 0 0 42px;
  padding: 40px 0;
  border-top: none;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list #respond {
    margin-left: 64px;
  }
}
.comments-area .comment-list #respond .comment-reply-title {
  border: none;
  text-decoration: none;
  text-align: left;
  padding: 12px 0;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list #respond .comment-reply-title small {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  top: -24px;
  left: 72px;
}
.comments-area .comment-list #respond .comment-reply-title small a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #d9d9d9;
}
.comments-area .comment-list #respond .comment-reply-title:after {
  display: none;
}
.comments-area .comment-list #respond #commentform {
  display: block !important;
}
.comments-area .comment-list #respond #commentform .form-submit input {
  font-size: 40px;
}
.comments-area .no-comments {
  text-align: center;
}
.comments-area #respond {
  position: relative;
  z-index: 3;
}
.comments-area #respond .comment-reply-title {
  margin: 0 0 40px 0;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 12px 32px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #d9d9d9;
}
.comments-area #respond .comment-reply-title:after {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  content: "\ea21";
  font-family: "Nucleo";
  margin-left: 12px;
  visibility: hidden;
  opacity: 0;
}
.comments-area #respond .comment-reply-title.active {
  border-color: transparent;
}
.comments-area #respond .comment-reply-title.active:hover {
  border-color: rgba(0, 0, 0, 0);
}
.comments-area #respond .comment-reply-title.active:after {
  visibility: visible;
  opacity: 1;
}
.comments-area #respond .comment-reply-title:not(.active) + .comment-form {
  display: none;
}
.comments-area #respond .comment-reply-title:hover {
  border-color: rgba(0, 0, 0, 0.7);
}
.comments-area #respond .comment-form {
  margin: 0 -16px;
  display: none;
}
.comments-area #respond .comment-form .comment-notes,
.comments-area #respond .comment-form .logged-in-as {
  display: none;
}
.comments-area #respond .comment-form .comment-form-author,
.comments-area #respond .comment-form .comment-form-email,
.comments-area #respond .comment-form .comment-form-url {
  display: flex;
  margin: 0;
  padding: 0 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .comments-area #respond .comment-form .comment-form-author,
  .comments-area #respond .comment-form .comment-form-email,
  .comments-area #respond .comment-form .comment-form-url {
    float: left;
    width: 33.33333333%;
  }
}
.comments-area #respond .comment-form .comment-form-author label,
.comments-area #respond .comment-form .comment-form-email label,
.comments-area #respond .comment-form .comment-form-url label {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
  height: 36px;
  display: flex;
  align-items: center;
}
.comments-area #respond .comment-form .comment-form-author input,
.comments-area #respond .comment-form .comment-form-email input,
.comments-area #respond .comment-form .comment-form-url input {
  border: none;
  line-height: 16px;
  padding: 4px 12px;
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: transparent;
  width: 100%;
  transition: none;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-author input:focus,
.comments-area #respond .comment-form .comment-form-email input:focus,
.comments-area #respond .comment-form .comment-form-url input:focus {
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
}
.comments-area #respond .comment-form .comment-form-comment {
  padding: 0 16px;
  margin-bottom: 60px;
}
.comments-area #respond .comment-form .comment-form-comment label {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}
.comments-area #respond .comment-form .comment-form-comment textarea {
  font-size: 14px;
  border: none;
  flex-grow: 1;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px);
  background-size: 100% 32px;
  line-height: 32px !important;
  height: 97px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-comment textarea:focus {
  box-shadow: none;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px);
}
.comments-area #respond .comment-form .comment-form-cookies-consent {
  clear: both;
  padding: 0 16px;
  gap: 12px;
  display: flex;
  align-items: center;
  margin: 48px 0 80px 0;
  font-size: 13px;
  line-height: 20px;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.7);
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked:after {
  display: block;
}
.comments-area #respond .comment-form .form-submit {
  margin: 0;
  padding: 0 16px;
  position: relative;
  display: block;
}
.comments-area #respond .comment-form .form-submit:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
}
.comments-area #respond .comment-form .form-submit:before {
  content: "";
  position: absolute;
  right: 16px;
  width: calc(50% - 32px);
  height: 0;
  border-top: 1px solid;
  top: 50%;
  transform: translateY(-50%);
}
.comments-area #respond .comment-form .form-submit input {
  padding: 0;
  background-color: transparent;
  font-size: 44px;
  line-height: 1;
  border: none;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: none;
}
.logged-in .comments-area #respond .form-submit {
  float: none;
  margin: 0;
}
/* ============================================================ 
	7.2. Page Navigation
=============================================================*/
.navigation,
.pp-posts-pagination {
  margin: 0;
  clear: both;
}
.navigation:after,
.pp-posts-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .pagination,
.pp-posts-pagination .pagination {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .navigation .pagination,
  .pp-posts-pagination .pagination {
    gap: 62px;
  }
}
.navigation .page-numbers,
.pp-posts-pagination .page-numbers {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.navigation .page-numbers.current,
.pp-posts-pagination .page-numbers.current {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .navigation .page-numbers,
  .pp-posts-pagination .page-numbers {
    font-size: 48px;
  }
}
.navigation.comment-navigation,
.pp-posts-pagination.comment-navigation {
  text-align: center;
  margin-bottom: 60px;
}
.navigation.comment-navigation .screen-reader-text,
.pp-posts-pagination.comment-navigation .screen-reader-text {
  display: none;
}
.navigation.comment-navigation > div,
.pp-posts-pagination.comment-navigation > div {
  display: inline-block;
}
.navigation.comment-navigation > div a,
.pp-posts-pagination.comment-navigation > div a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 7px 20px 5px 20px;
  color: inherit;
  margin: 0 5px 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}
.navigation.comment-navigation > div a:hover,
.pp-posts-pagination.comment-navigation > div a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navigation.comment-navigation > div.nav-previous a,
.pp-posts-pagination.comment-navigation > div.nav-previous a {
  margin-left: 0;
}
.navigation.comment-navigation > div.nav-next a,
.pp-posts-pagination.comment-navigation > div.nav-next a {
  margin-right: 0;
}
.navigation .nav-links,
.pp-posts-pagination .nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.navigation .nav-links .disabled,
.pp-posts-pagination .nav-links .disabled {
  display: none;
}
.navigation .nav-links li a,
.pp-posts-pagination .nav-links li a {
  font-size: 48px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .navigation .nav-links li a,
  .pp-posts-pagination .nav-links li a {
    font-size: 96px;
  }
}
.page-links {
  display: flex;
  align-items: center;
  gap: 8px;
  clear: both;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}
.page-links .post-page-numbers {
  width: 32px;
  font-size: 13px;
  text-align: center;
}
.page-links .post-page-numbers.current {
  color: #ffffff;
}
/* ============================================================ 
	7.3. Page Search
=============================================================*/
.search-results .main-content .search-form,
.search-no-results .main-content .search-form,
.error404 .main-content .search-form {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .search-results .main-content .search-form,
  .search-no-results .main-content .search-form,
  .error404 .main-content .search-form {
    margin-bottom: 80px;
  }
}
.search-results .main-content .search-form label .screen-reader-text,
.search-no-results .main-content .search-form label .screen-reader-text,
.error404 .main-content .search-form label .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.search-results .main-content .search-form label .screen-reader-text:before,
.search-no-results .main-content .search-form label .screen-reader-text:before,
.error404 .main-content .search-form label .screen-reader-text:before {
  text-indent: 0;
  content: "\eaae";
  font-family: "Nucleo";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-results .main-content .search-form label .search-field,
.search-no-results .main-content .search-form label .search-field,
.error404 .main-content .search-form label .search-field {
  width: 100%;
}
.search-results .main-content .search-form .search-submit,
.search-no-results .main-content .search-form .search-submit,
.error404 .main-content .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-form label .search-field,
  .search-no-results .main-content .search-form label .search-field,
  .error404 .main-content .search-form label .search-field {
    padding: 20px 30px;
    font-size: 24px;
    font-weight: 300;
  }
  .search-results .main-content .search-form label .screen-reader-text,
  .search-no-results .main-content .search-form label .screen-reader-text,
  .error404 .main-content .search-form label .screen-reader-text {
    width: 72px;
    height: 72px;
  }
  .search-results .main-content .search-form label .screen-reader-text:before,
  .search-no-results .main-content .search-form label .screen-reader-text:before,
  .error404 .main-content .search-form label .screen-reader-text:before {
    font-size: 24px;
  }
  .search-results .main-content .search-form .search-submit,
  .search-no-results .main-content .search-form .search-submit,
  .error404 .main-content .search-form .search-submit {
    width: 72px;
    height: 72px;
  }
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-results,
  .search-no-results .main-content .search-results,
  .error404 .main-content .search-results {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-between;
  }
}
.search-results .main-content .search-results .post,
.search-no-results .main-content .search-results .post,
.error404 .main-content .search-results .post {
  position: relative;
}
.search-results .main-content .search-results .post:hover a .post-date,
.search-no-results .main-content .search-results .post:hover a .post-date,
.error404 .main-content .search-results .post:hover a .post-date,
.search-results .main-content .search-results .post:hover a .post-index,
.search-no-results .main-content .search-results .post:hover a .post-index,
.error404 .main-content .search-results .post:hover a .post-index,
.search-results .main-content .search-results .post:hover a:before,
.search-no-results .main-content .search-results .post:hover a:before,
.error404 .main-content .search-results .post:hover a:before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-results .post,
  .search-no-results .main-content .search-results .post,
  .error404 .main-content .search-results .post {
    width: calc(50% - 2px);
  }
}
.search-results .main-content .search-results .post a,
.search-no-results .main-content .search-results .post a,
.error404 .main-content .search-results .post a {
  display: flex;
  padding: 20px 70px;
  position: relative;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  transition: none;
}
.search-results .main-content .search-results .post a:hover,
.search-no-results .main-content .search-results .post a:hover,
.error404 .main-content .search-results .post a:hover {
  background-color: #ffffff;
  z-index: 3;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}
.search-results .main-content .search-results .post a:hover:before,
.search-no-results .main-content .search-results .post a:hover:before,
.error404 .main-content .search-results .post a:hover:before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-results .post a,
  .search-no-results .main-content .search-results .post a,
  .error404 .main-content .search-results .post a {
    margin: 0;
  }
}
.search-results .main-content .search-results .post a:before,
.search-no-results .main-content .search-results .post a:before,
.error404 .main-content .search-results .post a:before {
  content: "\eaf1";
  font-family: "Nucleo";
  position: absolute;
  top: 50%;
  font-size: 16px;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0.7;
}
.search-results .main-content .search-results .post .post-index,
.search-no-results .main-content .search-results .post .post-index,
.error404 .main-content .search-results .post .post-index {
  width: 72px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.search-results .main-content .search-results .post .post-title span,
.search-no-results .main-content .search-results .post .post-title span,
.error404 .main-content .search-results .post .post-title span {
  display: block;
  line-height: 1.3;
}
.search-results .main-content .search-results .post .post-title .post-title-inner,
.search-no-results .main-content .search-results .post .post-title .post-title-inner,
.error404 .main-content .search-results .post .post-title .post-title-inner {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}
.search-results .main-content .search-results .post .post-date,
.search-no-results .main-content .search-results .post .post-date,
.error404 .main-content .search-results .post .post-date {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: 0.5;
}
.search-results .navigation,
.search-no-results .navigation,
.error404 .navigation {
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .search-results .navigation,
  .search-no-results .navigation,
  .error404 .navigation {
    margin-top: 80px;
  }
}
.search-no-results .main-content .search-form,
.error404 .main-content .search-form {
  margin-bottom: 0;
}
.search-no-results .wp-block-tag-cloud a,
.error404 .wp-block-tag-cloud a {
  margin: 0 !important;
}
/* ============================================================ 
	7.6. Page Author
=============================================================*/
.author.archive .post-author-box {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .author.archive .post-author-box {
    margin-bottom: 48px;
  }
}
.author.archive .post-author-box .author-data,
.author.archive .post-author-box .author-recent-posts {
  display: none;
}
.author.archive .post-author-box img {
  width: 48px;
  border-radius: 50%;
}
.post-author-box .author-data {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-bottom: 24px;
  padding-top: 32px;
}
.post-author-box .author-data:after {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  width: 48px;
  background: #000;
  left: 0;
}
.post-author-box .author-recent-posts {
  margin: 24px 0 0 0;
  padding: 0;
  counter-reset: my-badass-counter;
}
.post-author-box .author-recent-posts li {
  list-style: none;
  position: relative;
  padding-left: 36px;
}
.post-author-box .author-recent-posts li:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) " /";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}
/* ============================================================ 
	7.5. Social
=============================================================*/
.social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.social-icons a {
  position: relative;
}
.social-icons a i {
  display: none;
}
.social-icons a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  border-bottom: 1px solid;
  opacity: 0;
}
.social-icons a:before {
  content: attr(data-tooltip);
  display: block;
}
.social-icons a:hover:after {
  opacity: 0.5;
}
/* ============================================================ 
	7.6. Gallery
=============================================================*/
.gallery {
  margin: 0 -5px 20px -5px;
  position: relative;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery .gallery-item {
  float: left;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 0;
}
.gallery .gallery-item .gallery-icon {
  overflow: hidden;
}
.gallery .gallery-item:hover .gallery-caption {
  margin-bottom: 0;
}
.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery.gallery-columns-1.gallery-size-medium .gallery-item:nth-of-type(1n+1),
.gallery.gallery-columns-1.gallery-size-thumbnail .gallery-item:nth-of-type(1n+1) {
  clear: left;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-2.gallery-size-thumbnail .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.3333333%;
}
.gallery.gallery-columns-3.gallery-size-thumbnail .gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-4.gallery-size-thumbnail .gallery-item:nth-of-type(4n+1) {
  clear: left;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-5.gallery-size-thumbnail .gallery-item:nth-of-type(5n+1) {
  clear: left;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.6666667%;
}
.gallery.gallery-columns-6.gallery-size-thumbnail .gallery-item:nth-of-type(6n+1) {
  clear: left;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.2857143%;
}
.gallery.gallery-columns-7 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-8 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.1111111%;
}
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-caption {
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  max-height: 100%;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  margin-bottom: -100%;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.85);
}
.icons-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media only screen and (min-width: 1025px) {
  .icons-wrap {
    justify-content: space-between;
  }
}
.icons-wrap li {
  text-align: center;
  padding: 25px 15px 20px;
  background: #ffffff;
  width: calc(33.333333% - 15px);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}
.icons-wrap li:hover {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 769px) {
  .icons-wrap li {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .icons-wrap li {
    width: calc(12.5% - 15px);
  }
}
.icons-wrap li i {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.icons-wrap li p {
  font-size: 12px;
  line-height: 1.2;
  font-family: monospace, monospace;
  opacity: 0.7;
}
[class*="marquee"] {
  animation: 50s linear infinite mq;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 24px;
  min-width: 200%;
}
@media only screen and (min-width: 1025px) {
  [class*="marquee"] {
    gap: 48px;
  }
}
[class*="marquee"]:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
[class*="marquee"] li {
  white-space: nowrap;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 1025px) {
  [class*="marquee"] li {
    gap: 48px;
    font-size: 32px;
  }
}
[class*="marquee"][class*="-rtl"] {
  animation: 50s linear infinite mqrtl;
}
[class*="marquee"][class*="-rtl"]:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes mq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes mqrtl {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee-content {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
    text-shadow: 0 0 15px;
  }
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.delay-1 {
  animation-delay: 0s;
}
.delay-2 {
  animation-delay: 0.2s;
}
.delay-3 {
  animation-delay: 0.4s;
}
.delay-4 {
  animation-delay: 0.6s;
}
.delay-5 {
  animation-delay: 0.8s;
}
.delay-6 {
  animation-delay: 1s;
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes parallax {
  from {
    background-position: bottom 0px center;
  }
  to {
    background-position: bottom -400px center;
  }
}
@keyframes float {
  0% {
    top: 25%;
  }
  100% {
    top: 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* ============================================================ 
    8. BLOG
=============================================================*/
.post-title {
  margin: 0;
  word-break: break-word;
}
.post-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.post-title .highlight:after,
.post-title .highlight:before {
  display: none;
}
.post-meta-author {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-meta-author img {
  margin-right: 8px;
  border-radius: 50%;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
  margin-bottom: 60px;
}
.post-tags a {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 8px 20px;
  display: flex;
  gap: 4px;
}
.post-tags a:before {
  content: "#";
  font-weight: 300;
  opacity: 0.6;
}
.post-tags a:after {
  content: "";
  height: 0;
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  bottom: 8px;
  border-bottom: 1px solid;
  opacity: 0.3;
}
.post-tags a:hover:after {
  right: 20px;
  left: auto;
  width: 0;
}
.post-tags:empty {
  display: none;
}
.post-image,
.pp-post-thumbnail-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.post-image a,
.pp-post-thumbnail-wrap a {
  display: block;
  position: relative;
}
.post-image img,
.pp-post-thumbnail-wrap img {
  width: 100%;
}
/* ============================================================ 
    8.1. Blog Grid
=============================================================*/
.blog-grid .content-inner[data-grid-normal],
.blog-grid .content-inner[data-grid] {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .content-inner[data-grid-normal]:after,
.blog-grid .content-inner[data-grid]:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
}
@media only screen and (min-width: 544px) and (max-width: 1024px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(3n):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:nth-child(3n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(4n):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:nth-child(4n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(5n):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:nth-child(5n):after {
    display: none;
  }
}
.blog-grid .post-inner {
  position: relative;
}
.blog-grid .post-inner:hover .post-title:before {
  opacity: 1;
}
.blog-grid .hentry {
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .hentry {
    padding-bottom: 32px;
  }
}
.blog-grid .hentry.sticky .post-inner {
  background-color: #ffffff;
  padding: 32px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
.blog-grid .hentry:not(.has-post-thumbnail) .post-image {
  margin-bottom: 0;
}
.blog-grid .hentry.has-post-thumbnail .post-image {
  margin-bottom: 24px;
}
.blog-grid .post-meta {
  margin-bottom: 12px;
  display: flex;
  gap: 25px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: normal;
}
.blog-grid .post-meta .post-date {
  flex-shrink: 0;
  opacity: 0.7;
}
.blog-grid .post-meta .post-categories {
  position: relative;
}
.blog-grid .post-meta .post-categories:after {
  content: "";
  position: absolute;
  left: -13px;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.3);
}
.blog-grid .post-title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .post-title {
    padding-right: 20%;
  }
  .blog-grid .post-title:before {
    content: "\eaf1";
    font-family: "Nucleo";
    position: absolute;
    font-size: 16px;
    line-height: 32px;
    right: 4px;
    bottom: 0;
    font-weight: normal;
    opacity: 0.4;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .navigation .pagination {
    margin-top: 48px;
    padding-left: calc(50% + 16px);
    justify-content: space-between;
    gap: 12px;
  }
  .blog-grid .navigation .pagination .page-numbers {
    font-size: 96px;
  }
  .blog-grid .navigation .pagination .page-numbers.prev {
    display: none;
  }
}
/* ============================================================ 
    8.2. Blog List
=============================================================*/
.blog-list .hentry {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 64px;
}
@media only screen and (min-width: 1025px) {
  .blog-list .hentry {
    flex-direction: row;
    gap: 60px;
    margin-bottom: 80px;
  }
}
.blog-list .hentry:after {
  display: none;
}
.blog-list .hentry.sticky {
  background-color: #ffffff;
  padding: 32px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1025px) {
  .blog-list .hentry.sticky {
    padding: 40px 60px;
  }
}
.blog-list .post-meta-data {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-meta-data {
    flex-shrink: 0;
    width: 120px;
    display: block;
  }
}
.blog-list .post-meta-data .post-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.blog-list .post-meta-data .post-author span {
  display: block;
  opacity: 0.5;
}
.blog-list .post-meta-data .post-author img {
  width: 24px;
  margin: 0 4px 0 0;
  border-radius: 100%;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-meta-data .post-author {
    gap: 0;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .blog-list .post-meta-data .post-author img {
    margin: 0 0 12px 0;
    width: 100%;
  }
}
.blog-list .post-meta-data .post-date {
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
}
.blog-list .post-meta-data .post-date:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-meta-data .post-date {
    border: none;
    margin: 0;
    padding: 12px 0 0 0;
  }
  .blog-list .post-meta-data .post-date .post-day {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
  }
  .blog-list .post-meta-data .post-date:after {
    width: 60px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.blog-list .post-header {
  margin-bottom: 24px;
}
.blog-list .post-title {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-title {
    font-size: 36px;
    line-height: 48px;
  }
}
.blog-list .post-categories {
  margin-bottom: 4px;
}
.blog-list .post-categories a {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-list .post-categories a:not(:hover) {
  opacity: 0.5;
}
.blog-list .post-image {
  margin-bottom: 28px;
}
.blog-list .post-image .post-categories {
  display: none;
}
.blog-list .post-content {
  word-break: break-word;
  margin-bottom: 32px;
}
.blog-list .post-content > .wp-block-group.has-background {
  padding: 32px;
  margin-bottom: 32px;
}
.blog-list .blog-readmore {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  display: none;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .blog-list .blog-readmore {
    display: inline-block;
  }
}
/* ============================================================ 
    8.3. Blog Single
=============================================================*/
.single.single-post .content-header .post-thumbnail {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  height: 32vh;
}
.single.single-post .content-header .post-thumbnail .featured-image-caption {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: -48px;
  text-align: left;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.7;
}
.single.single-post .content-header .post-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .single.single-post .content-header .post-thumbnail {
    margin-top: 80px;
    height: 64vh;
  }
}
.single.single-post .content-header .post-thumbnail:empty {
  display: none;
}
.single .hentry {
  position: relative;
  z-index: 4;
}
.single .hentry:after {
  display: none;
}
.single .hentry .post-content {
  margin-bottom: 60px;
}
.single .hentry .post-content:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .featured-image-caption,
  .single:not([class*="sidebar-"]) .main-content > .hentry {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single .navigation {
  margin-top: 60px;
}
@media only screen and (min-width: 1025px) {
  .single .navigation {
    margin-top: 120px;
    padding-left: calc(50% + 16px);
  }
}
/* ============================================================ 
    8.4. Blog Related
=============================================================*/
#related-posts {
  clear: both;
  position: relative;
  margin-bottom: 80px;
}
#related-posts .related-posts-inner {
  overflow: hidden;
}
#related-posts .grid-posts {
  padding-right: 136px;
  margin: 0;
  gap: 32px;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#related-posts .grid-posts::-webkit-scrollbar {
  display: none;
}
#related-posts .grid-posts::-webkit-scrollbar {
  height: 1px;
  width: 80px;
}
#related-posts .grid-posts::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
}
#related-posts .grid-posts::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
#related-posts .hentry {
  flex-shrink: 0;
  padding: 0;
  margin-bottom: 0;
}
#related-posts .hentry.has-post-thumbnail .post-image {
  margin: 0;
  flex-shrink: 0;
  width: 40%;
}
#related-posts .hentry.has-post-thumbnail .post-image .featured-image {
  padding-bottom: 100px;
  overflow: hidden;
}
#related-posts .hentry.has-post-thumbnail .post-image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
#related-posts .hentry .post-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
#related-posts .hentry .post-header a {
  font-weight: normal;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
}
#related-posts .hentry .post-header span {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}
.related-posts-title,
.comments-title {
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 40px 0;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
/* ============================================================ 
    12. PROJECT
=============================================================*/
[class*="projects-style"] .project-thumbnail {
  margin: 0;
  position: relative;
}
[class*="projects-style"] .project-thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
}
[class*="projects-style"] .project-thumbnail a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
[class*="projects-style"] .project-thumbnail > a > img {
  width: 100%;
}
[class*="projects-style"] .project-thumbnail .client-thumb img {
  max-width: 200px;
}
[class*="projects-style"] .project-thumbnail .client-thumb:empty {
  display: none;
}
[class*="projects-style"] .project-thumbnail .client-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  justify-content: center;
  z-index: 2;
  flex-direction: column-reverse;
  gap: 28px;
  text-align: center;
  display: none;
}
[class*="projects-style"] .project-thumbnail .client-info .project-summary {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.08333333;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1025px) {
  [class*="projects-style"] .project-thumbnail .client-info .project-summary {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1281px) {
  [class*="projects-style"] .project-thumbnail .client-info .project-summary {
    font-size: 36px;
  }
}
[class*="projects-style"] .project-thumbnail .project-client-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
  display: none;
}
[class*="projects-style"] .project-thumbnail .project-client-color + .mask {
  display: none !important;
}
[class*="projects-style"] .project-thumbnail .project-client-color[style="background-color: #ffffff;"] {
  background-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(10px);
}
[class*="projects-style"] .project-thumbnail .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
[class*="projects-style"] .project-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
[class*="projects-style"] .project-info .project-title {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
[class*="projects-style"] .project-info .project-title a {
  transition: none;
}
@media only screen and (min-width: 769px) {
  [class*="projects-style"] .project-info .project-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  [class*="projects-style"] .project-info .project-title {
    font-size: 32px;
  }
}
[class*="projects-style"] .project-info .project-categories {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 3;
}
[class*="projects-style"] .project-info .project-categories a {
  display: flex;
  gap: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
[class*="projects-style"] .project-info .project-categories a:before {
  content: "{";
}
[class*="projects-style"] .project-info .project-categories a:after {
  content: "}";
}
[class*="projects-style"] .project-info .project-categories a:not(:hover) {
  opacity: 0.7;
}
[class*="projects-style"] .project-info .project-categories a:not(:hover):after,
[class*="projects-style"] .project-info .project-categories a:not(:hover):before {
  opacity: 0.5;
}
[class*="projects-style"] .project-inner {
  padding-bottom: 24px;
}
@media only screen and (min-width: 769px) {
  [class*="projects-style"] .project-inner {
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 1025px) {
  [class*="projects-style"] .project-inner {
    padding-bottom: 48px;
  }
}
[class*="projects-style"] .project-inner:hover .project-thumbnail .project-client-color,
[class*="projects-style"] .project-inner:hover .project-thumbnail .client-info,
[class*="projects-style"] .project-inner:hover .project-thumbnail .mask {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  [class*="projects-style"] .navigation .pagination {
    margin-top: 48px;
    padding-left: calc(50% + 16px);
    justify-content: space-between;
    gap: 12px;
  }
  [class*="projects-style"] .navigation .pagination .page-numbers {
    font-size: 96px;
  }
  [class*="projects-style"] .navigation .pagination .page-numbers.prev {
    display: none;
  }
}
.projects-filter {
  margin-bottom: 32px;
}
@media only screen and (min-width: 769px) {
  .projects-filter {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .projects-filter {
    margin-bottom: 60px;
  }
}
.projects-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.projects-filter ul li {
  position: relative;
}
.projects-filter ul li a {
  display: block;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
}
.projects-filter ul li a:before {
  content: "{";
}
.projects-filter ul li a:after {
  content: "}";
}
.projects-filter ul li:not(.active) a,
.projects-filter ul li li a:not(:hover) {
  color: inherit;
}
.projects-filter ul li:not(.active) a:after,
.projects-filter ul li li a:not(:hover):after,
.projects-filter ul li:not(.active) a:before,
.projects-filter ul li li a:not(:hover):before {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .projects-filter ul {
    justify-content: flex-start !important;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .projects-filter ul::-webkit-scrollbar {
    display: none;
  }
}
.projects-filter.projects-filter-center ul {
  justify-content: center;
}
.projects-style1 .project-thumbnail {
  margin-bottom: 24px;
}
.projects-style2 .project-inner {
  padding-bottom: 0;
  position: relative;
  color: #ffffff;
}
.projects-style2 .project-inner a {
  color: #ffffff;
}
.projects-style2 .project-inner:hover .project-info {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.projects-style2 .project-info {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  padding: 4% 0;
}
.projects-style2 .project-thumbnail .client-info {
  padding-bottom: calc(8% + 64px);
}
.projects-style3 .project-inner {
  padding-bottom: 0;
  position: relative;
  color: #ffffff;
}
.projects-style3 .project-inner a {
  color: #ffffff;
}
.projects-style3 .project-info {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  padding: 28px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.projects-style3 .project-info .project-title {
  font-size: 24px;
  line-height: 32px;
}
.projects-style3 .project-thumbnail .client-info {
  padding: 32px;
  justify-content: flex-end;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .single-nproject .content-header.content-header-right .post-thumbnail {
    position: absolute;
    right: 56%;
  }
  .single-nproject .content-header.content-header-right .featured-image-caption {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .single-nproject .content-header .post-thumbnail {
    right: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    height: 32vh;
  }
  .single-nproject .content-header .post-thumbnail .featured-image-caption {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    bottom: -48px;
    text-align: left;
    left: 50%;
    transform: translate(-50%);
    opacity: 0.7;
  }
  .single-nproject .content-header .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .single-nproject .content-header .post-thumbnail:empty {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1025px) {
  .single-nproject .content-header .post-thumbnail {
    margin-top: 80px;
    height: 64vh;
  }
}
#projects-related {
  clear: both;
  position: relative;
  margin-top: 120px;
}
#projects-related .grid-projects {
  display: flex;
  padding-right: 136px;
  margin: 0;
  gap: 32px;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#projects-related .grid-projects::-webkit-scrollbar {
  display: none;
}
#projects-related .grid-projects::-webkit-scrollbar {
  height: 1px;
  width: 80px;
}
#projects-related .grid-projects::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
}
#projects-related .grid-projects::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
#projects-related .grid-projects .hentry {
  flex-shrink: 0;
  padding: 0;
  margin-bottom: 0;
}
#projects-related .grid-projects .hentry .project-inner {
  padding-bottom: 0;
}
.projects-shortcode .projects-wrap {
  position: relative;
  z-index: 2;
}
.projects-shortcode .projects-items {
  margin: 0 -16px;
  clear: both;
}
.projects-shortcode .projects-items .project {
  padding: 0 16px;
  margin-bottom: 32px;
}
.projects-shortcode .projects-filter {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .projects-shortcode .projects-filter {
    justify-content: center;
  }
}
.projects-shortcode .projects-filter .widget-title {
  margin: 0 40px 0 0;
  padding: 0 44px 0 0;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
}
.projects-shortcode .projects-filter .widget-title:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 20px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.projects-shortcode .projects-items[data-columns="1"] .project {
  width: 100%;
}
.projects-shortcode .projects-items[data-columns="1"] .project:last-child {
  margin-bottom: 0;
}
.projects-shortcode .projects-items[data-columns="1"] .project:last-child .project-inner {
  padding-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .projects-shortcode .projects-items[data-columns="1"] .project:last-child .project-inner .project-thumbnail .client-info .project-summary {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1281px) {
  .projects-shortcode .projects-items[data-columns="3"] .project .project-thumbnail .client-info .project-summary,
  .projects-shortcode .projects-items[data-columns="4"] .project .project-thumbnail .client-info .project-summary {
    font-size: 28px;
  }
}
.projects-shortcode.carousel .projects-items {
  display: flex;
  height: auto !important;
  padding-right: 136px;
  margin: 0;
  gap: 32px;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-marker-group: after;
}
.projects-shortcode.carousel .projects-items::scroll-button(inline-end),
.projects-shortcode.carousel .projects-items::scroll-button(inline-start) {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  background: none;
  border: none;
  inline-size: 48px;
  aspect-ratio: 1;
  line-height: 1;
  content: "\eb02";
  font-family: "Nucleo";
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
}
.projects-shortcode.carousel .projects-items::scroll-button(inline-end) {
  top: anchor(center);
  inset-inline: auto anchor(end);
  content: "\eb01";
  left: auto;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.projects-shortcode.carousel .projects-items::scroll-marker-group {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 60px 0;
}
.projects-shortcode.carousel .projects-items::-webkit-scrollbar {
  display: none;
}
.projects-shortcode.carousel .projects-items .hentry {
  position: static !important;
  flex-shrink: 0;
  padding: 0;
  margin-bottom: 0;
  scroll-snap-stop: always;
  scroll-snap-align: start;
}
.projects-shortcode.carousel .projects-items .hentry::scroll-marker {
  display: block;
  content: " ";
  width: 48px;
  height: 1px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.projects-shortcode.carousel .projects-items .hentry::scroll-marker:target-current {
  background: #000000;
}
.projects-shortcode.carousel .projects-items .hentry::scroll-marker:where(:hover, :active, :focus) {
  background: #000000;
}
.projects-shortcode.projects-style1 .project .project-inner .project-thumbnail {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .projects-shortcode.projects-style3 .projects-items[data-columns="1"] .project:last-child .project-inner .project-thumbnail .client-info .project-summary {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 1280px) {
  #site .projects-items {
    margin-left: -12px;
    margin-right: -12px;
  }
  #site .projects-items .project {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  #site .projects-items {
    margin-left: -8px;
    margin-right: -8px;
  }
  #site .projects-items .project {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}
#site .projects-shortcode.no-gap .projects-items {
  margin: 0;
}
#site .projects-shortcode.no-gap .projects-items .project {
  padding: 0;
  margin: 0;
}
/* ============================================================ 
    10. ELEMENTS
=============================================================*/
#site [class*="swiper"] [class*="button-prev"],
#site [class*="swiper"] [class*="button-next"] {
  width: 50%;
  background-color: transparent;
  position: relative;
  height: 80px;
  transform: none;
  top: 0;
  border-radius: 0;
}
#site [class*="swiper"] [class*="button-prev"] svg,
#site [class*="swiper"] [class*="button-next"] svg {
  display: none;
}
#site [class*="swiper"] [class*="button-prev"]:after,
#site [class*="swiper"] [class*="button-next"]:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
}
#site [class*="swiper"] [class*="button-prev"]:before,
#site [class*="swiper"] [class*="button-next"]:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid;
  top: 50%;
  transform: translateY(-50%);
}
#site [class*="swiper"] [class*="button-prev"] {
  display: none;
}
#site [class*="swiper"] .swiper-pagination {
  text-align: inherit;
}
#site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .site .e-con.e-flex > .e-con-inner,
  .site .e-con.e-flex > .e-con.e-flex,
  .site .e-con.e-flex > .e-con.e-grid {
    max-width: 94.286%;
  }
  .site .e-con.e-flex > .e-con.e-grid.fix-width {
    max-width: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  .site .e-con.e-flex > .e-con.e-grid.fix-width {
    position: relative !important;
  }
}
.site .elementor-image-box-title,
.site .pp-info-list-title,
.site .elementor-icon-box-title,
.site .pp-post-title,
.site .elementor-heading-title,
.site .pp-info-box-title,
.site .pp-info-box-subtitle,
.site .pp-contact-form-title,
.site .pp-dual-heading,
.site .pp-tm-name,
.site .pp-counter-title {
  margin: 0;
}
.site .pp-info-list-item-inner:hover path,
.site .pp-info-box:hover .pp-info-box-icon path,
.site .elementor-icon-list-item:hover path,
.site .pp-counter:hover path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
.site .blur {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .site .blur {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1128px;
    height: 798px;
    top: 50%;
    backdrop-filter: blur(12px);
  }
}
.site .fix-overflow .swiper {
  overflow: visible;
}
.site .frame {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site .frame {
    display: block;
  }
  .site .frame span {
    position: fixed;
    background-color: #ffffff;
    z-index: 99;
  }
  .site .frame span:nth-child(1) {
    left: 20px;
    right: 20px;
    top: 20px;
    height: 1px;
  }
  .site .frame span:nth-child(2) {
    width: 1px;
    bottom: 20px;
    top: 20px;
    right: 20px;
  }
  .site .frame span:nth-child(3) {
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 1px;
  }
  .site .frame span:nth-child(4) {
    width: 1px;
    bottom: 20px;
    top: 20px;
    left: 20px;
  }
}
.site .reveal-text .elementor-heading-title {
  white-space: normal;
  word-break: normal;
  opacity: 0;
}
.site .reveal-text .elementor-heading-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0.3;
}
.site .reveal-text .elementor-heading-title.elementor-inline-editing {
  opacity: 1;
}
.site .reveal-text.active .elementor-heading-title {
  opacity: 1;
}
.site .reveal-text.active .elementor-heading-title span {
  opacity: 1;
}
.site .reveal-text.style2 .elementor-heading-title span {
  filter: blur(6px);
  transform: translateY(10px);
}
.site .reveal-text.style2.active .elementor-heading-title span {
  filter: blur(0);
  transform: translateY(0);
}
.site .roller-text {
  position: absolute;
  top: 0;
}
.site .roller-text ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site .roller-text li .elementor-icon-list-text {
  transform: scale(0.86);
  transform-origin: left center;
  opacity: 0.2;
}
.site .roller-text li.is-active .elementor-icon-list-text {
  transform: scale(1);
  opacity: 1;
}
.site .carousel-custom {
  display: flex;
}
.site .carousel-custom > * {
  flex: 0 0 100%;
}
.site .carousel-custom .elementor-element {
  width: 100%;
  will-change: transform;
  animation: scrolling 30s linear infinite;
}
.site .carousel-custom ul[class*="list-items"] {
  flex-wrap: inherit;
}
.site .carousel-custom ul[class*="list-items"] li[class*="list-item"] {
  flex-shrink: 0;
  white-space: nowrap;
}
.site .carousel-custom ul[class*="list-items"] li[class*="list-item"] [class*="list-icon"] {
  width: auto;
  height: auto;
}
.site .carousel-custom.reverse .elementor-element {
  animation: scrolling2 30s linear infinite;
}
.site .carousel-custom:hover .elementor-element {
  animation-play-state: paused;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolling2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.site .invert {
  filter: invert(0.5);
}
.site .pp-dual-heading-block .pp-dual-heading {
  align-items: center;
}
.site .pp-dual-heading-block .pp-dual-heading .pp-second-text {
  white-space: normal;
}
.site .elementor-button .elementor-button-text {
  position: relative;
}
.site .elementor-button .elementor-button-text:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid;
  opacity: 0.2;
}
.site .elementor-button:hover .elementor-button-text:after {
  right: 0;
  left: auto;
  width: 0;
}
.site .elementor-widget-pa-link-effects .pp-link-effect-10 {
  display: block;
  margin: 0;
  padding: 0;
}
.site .elementor-widget-pa-link-effects .pp-link-effect-10:before {
  display: none;
}
.site .elementor-widget-pa-link-effects .pp-link-effect-10 span {
  background-color: transparent;
  padding: 0;
  transform: none;
}
.site .elementor-widget-pa-link-effects .pp-link-effect-10 span:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
}
.site .elementor-widget-pa-link-effects .pp-link-effect-10 span:before {
  content: "";
  position: absolute;
  right: 0;
  width: calc(50% - 16px);
  height: 0;
  border-top: 1px solid;
  top: 50%;
  transform: translateY(-50%);
}
.site .elementor-widget-pa-link-effects.text-right .pp-link-effect-10 span:after {
  right: calc(50% + 25px);
}
.site .elementor-widget-pa-link-effects.text-right .pp-link-effect-10 span:before {
  left: 0;
  right: auto;
}
.site .sticky-menu .pp-buttons-group {
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .site .sticky-menu .pp-buttons-group {
    justify-content: flex-start;
    white-space: nowrap;
    flex-wrap: inherit;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .site .sticky-menu .pp-buttons-group::-webkit-scrollbar {
    display: none;
  }
}
.site .pp-button.btn .pp-button-title {
  position: relative;
  display: inline-block;
}
.site .pp-button.btn .pp-button-title:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid;
  opacity: 0.2;
}
.site .pp-button.btn:hover .pp-button-title:after {
  right: 0;
  left: auto;
  width: 0;
}
.site .elementor-widget-icon-list a .elementor-icon-list-text {
  position: relative;
  padding: 0;
}
.site .elementor-widget-icon-list a .elementor-icon-list-text:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid;
  opacity: 0.2;
}
.site .elementor-widget-icon-list a:hover .elementor-icon-list-text:after {
  right: 0;
  left: auto;
  width: 0;
}
.site .elementor-widget-pp-icon-list.contact-info a {
  position: relative;
  transition: none;
}
.site .elementor-widget-pp-icon-list.contact-info a:hover .pp-icon-list-text {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-icon-list.contact-info a span {
  transition: none;
}
.site .elementor-widget-pp-icon-list.contact-info a .pp-icon-list-text {
  position: absolute;
  left: 50%;
  top: -36px;
  white-space: nowrap;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
.site .elementor-counter {
  gap: 32px;
}
.site .pp-counter .pp-counter-number-wrap {
  justify-content: flex-start;
}
.site .pp-counter.pp-counter-layout-2 .pp-counter-subtitle {
  position: absolute;
  bottom: 0;
}
.site .pp-counter.pp-counter-layout-2 h4.pp-counter-subtitle {
  margin: 0 0 24px;
}
@media only screen and (min-width: 769px) {
  .site .pp-counter.pp-counter-layout-2 h4.pp-counter-subtitle {
    margin: 0 0 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .pp-counter.pp-counter-layout-2 h4.pp-counter-subtitle {
    margin: 0 0 60px;
  }
}
.site .pp-counter.pp-counter-layout-7 {
  gap: 4px;
}
.site .pp-counter.pp-counter-layout-7 .pp-counter-number-wrap {
  min-width: 120px;
}
.site .pp-counter.pp-counter-layout-7 .pp-counter-title-wrap {
  gap: 4px;
}
.site .pp-counter.pp-counter-layout-7 .pp-counter-subtitle {
  opacity: 0.6;
}
@media only screen and (min-width: 1025px) {
  .site .fix .pp-counter.pp-counter-layout-2 .pp-counter-subtitle {
    bottom: 60px;
  }
}
.site .pp-logo-grid img {
  width: 100%;
}
.site .elementor-widget-n-accordion {
  position: static;
}
.site .elementor-widget-n-accordion .e-n-accordion {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-n-accordion .e-n-accordion-item {
  position: static;
}
@media only screen and (min-width: 1281px) {
  .site .elementor-widget-n-accordion .e-n-accordion-item:before {
    counter-increment: my-badass-counter;
    content: "#" counter(my-badass-counter);
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    margin-top: 24px;
    left: 2.875%;
    opacity: 0.7;
  }
}
.site .elementor-widget-n-accordion .e-n-accordion-item:after {
  content: "";
  position: absolute;
  left: 2.875%;
  right: 2.875%;
  border-top: 1px dotted;
  opacity: 0.5;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title {
  border: none;
  padding: 24px 32px 0 0;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  position: absolute;
  margin-top: -2px;
  right: 2.875%;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened,
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened svg,
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed svg {
  display: none;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened:before,
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed:before {
  content: "\eafd";
  font-size: 16px;
  font-family: "Nucleo";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened:before {
  content: "\eafe";
  color: #ffffff;
}
.site .elementor-widget-n-accordion [role="region"] {
  border: none;
}
.site .elementor-widget-n-accordion [role="region"] .e-con-inner {
  max-width: 100%;
}
.site .elementor-widget-n-accordion .elementor-widget-text-editor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site .elementor-widget-n-accordion .elementor-widget-text-editor ul li {
  margin-bottom: 16px;
}
.site .elementor-widget-n-accordion .elementor-widget-text-editor ul li a {
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.site .elementor-widget-n-accordion .elementor-widget-text-editor ul li a:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid;
  opacity: 0.2;
}
.site .elementor-widget-n-accordion .elementor-widget-text-editor ul li a:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
.site .elementor-widget-pp-posts .pp-post {
  position: relative;
}
.site .elementor-widget-pp-posts .pp-posts-button {
  display: block;
  text-align: left;
  position: relative;
  background-color: transparent;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 32px 0;
}
.site .elementor-widget-pp-posts .pp-posts-button:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
}
.site .elementor-widget-pp-posts .pp-posts-button:before {
  content: "";
  position: absolute;
  right: 0;
  width: calc(44% - 32px);
  height: 0;
  border-top: 1px solid;
  top: 50%;
  transform: translateY(-50%);
}
.site .elementor-widget-pp-posts .pp-posts-button .pp-button-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid;
  opacity: 0.12;
}
.site .elementor-widget-pp-posts .pp-post-term a:before {
  content: "{";
  margin-right: 2px;
}
.site .elementor-widget-pp-posts .pp-post-term a:after {
  content: "}";
  margin-left: 2px;
}
.site .elementor-widget-pp-posts .pp-post-term a:not(:hover):after,
.site .elementor-widget-pp-posts .pp-post-term a:not(:hover):before {
  opacity: 0.5;
}
.site .elementor-widget-pp-posts .pp-post-meta {
  position: absolute;
  left: 24px;
  top: 20px;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-pp-posts .pp-post-meta {
    top: 32px;
    left: 40px;
  }
}
.site .elementor-widget-pp-posts .pp-carousel-item {
  position: relative;
}
.site .elementor-widget-pp-posts .pp-carousel-item .pp-post-thumbnail + .pp-post-content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.site .elementor-widget-image-carousel.elementor-pagination-position-outside .swiper {
  overflow: visible;
}
.site .elementor-widget-image-carousel.elementor-pagination-position-outside .elementor-image-carousel-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .site .elementor-widget-image-carousel.elementor-pagination-position-outside .elementor-image-carousel-caption {
    width: 80%;
  }
}
.site .elementor-widget-image-carousel.elementor-pagination-position-outside .swiper-slide-image {
  transform: rotate(5deg) scale(0.9);
  opacity: 0.3;
}
.site .elementor-widget-image-carousel.elementor-pagination-position-outside .swiper-slide-active {
  z-index: 9;
}
.site .elementor-widget-image-carousel.elementor-pagination-position-outside .swiper-slide-active .elementor-image-carousel-caption {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-image-carousel.elementor-pagination-position-outside .swiper-pagination {
  position: absolute;
  left: 50%;
  width: auto;
  top: 108%;
  transform: translateX(-50%);
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box {
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-title-container {
  position: absolute;
  top: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-icon-wrap {
  padding-top: 48px;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-title-container {
  position: static;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-icon-wrap {
  position: absolute;
  padding: 0;
  bottom: 0;
}
.site .elementor-widget-pp-info-box-carousel.style3 .pp-info-box-title-container {
  top: 24px;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-pp-info-box-carousel.style3 .pp-info-box-title-container {
    top: 40px;
  }
}
.site .elementor-widget-pp-info-box-carousel.step .pp-info-box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  box-shadow: 0 0 12px #4d29ed;
}
.site .elementor-widget-pp-info-box-carousel.step .pp-info-box:first-child:after {
  height: 33.333333%;
}
.site .elementor-widget-pp-info-box-carousel.step .pp-info-box:nth-child(2):after {
  height: 66.666666%;
}
.site .elementor-widget-pp-info-box .pp-icon {
  text-align: inherit;
}
.site .elementor-widget-pp-info-box.pp-info-box-right .pp-info-box-content {
  text-align: left;
}
.site .elementor-widget-pp-info-box .pp-info-box-description ul {
  margin: 0;
  padding: 12px 0 0 0;
  list-style: none;
  columns: 2;
  column-gap: 32px;
}
.site .elementor-widget-pp-info-box .pp-info-box-description ul li {
  margin-bottom: 16px;
  font-size: 14px;
}
.site .elementor-widget-pp-info-box .pp-info-box-description ul li a,
.site .elementor-widget-pp-info-box .pp-info-box-description ul li strong {
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.site .elementor-widget-pp-info-box .pp-info-box-description ul li a:after,
.site .elementor-widget-pp-info-box .pp-info-box-description ul li strong:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid;
  opacity: 0.2;
}
.site .elementor-widget-pp-info-box .pp-info-box-description ul li a:hover:after,
.site .elementor-widget-pp-info-box .pp-info-box-description ul li strong:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-info-list-container {
  overflow: visible;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items a,
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items .pp-info-list-item-inner {
  width: 100%;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items:hover li:first-child .pp-infolist-icon-wrapper {
  visibility: hidden;
  opacity: 0;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items:hover li:first-child:hover .pp-infolist-icon-wrapper {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li {
  overflow: visible;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:before {
  counter-increment: my-badass-counter;
  content: "#" counter(my-badass-counter);
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 32px;
  transform: translateY(-50%);
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:before {
    font-size: 16px;
  }
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li .pp-infolist-icon-wrapper {
  position: absolute;
  right: 0;
  top: -64px;
  height: auto;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li .pp-infolist-icon-wrapper {
    top: 50%;
    transform: translateY(-50%);
  }
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:hover:before {
  opacity: 1;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:hover .pp-infolist-icon-wrapper {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:hover .pp-info-list-title {
  transform: translateY(-200%);
  opacity: 0;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:hover .pp-info-list-description {
  transform: translateY(-50%);
  opacity: 1;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-list-items li:first-child .pp-infolist-icon-wrapper {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-infolist-content-wrapper {
  text-align: left;
  overflow: hidden;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-right .pp-info-list-description {
  position: absolute;
  top: 50%;
  transform: translateY(100%);
  opacity: 0;
}
.site .elementor-widget-n-tabs.testimonial .e-n-tab-title {
  background-color: transparent !important;
  color: inherit;
}
.site .elementor-widget-n-tabs.testimonial .e-n-tab-title[aria-selected="true"] {
  margin-right: 28px;
}
.site .elementor-widget-n-tabs.testimonial .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
  display: block;
}
.site .elementor-widget-n-tabs.testimonial .e-n-tab-title-text {
  display: none;
}
.site .elementor-widget-n-tabs.testimonial .e-n-tab-icon {
  border-radius: 50%;
}
.site .elementor-widget-n-tabs.style2 .e-n-tab-title {
  flex: 1 1;
}
.site .elementor-widget-n-tabs.style2 .e-n-tab-title[aria-selected="true"] {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.site .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 32px;
}
.site .elementor-widget-testimonial .elementor-testimonial-image-position-aside .elementor-testimonial-image {
  padding: 0;
  margin-right: 16px;
}
.site .elementor-widget-testimonial .elementor-testimonial-image-position-aside .elementor-testimonial-image img {
  height: auto !important;
  border-radius: 0;
}
.site .elementor-widget-testimonial .elementor-testimonial-image-position-aside .elementor-testimonial-name {
  position: relative;
  padding-left: 17px;
}
.site .elementor-widget-testimonial .elementor-testimonial-image-position-aside .elementor-testimonial-name:after {
  content: "";
  position: absolute;
  left: 0;
  border-left: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  opacity: 0.3;
}
.site .elementor-widget-image {
  text-align: inherit;
}
.site .elementor-widget-image .wp-caption {
  position: relative;
}
.site .elementor-widget-image .wp-caption:hover a + .widget-image-caption:after {
  right: 0;
  left: auto;
  width: 0;
}
.site .elementor-widget-image .wp-caption:hover a + .widget-image-caption:before {
  transform: translate(0, 0);
  opacity: 0.7;
}
.site .elementor-widget-image .wp-caption:hover a:hover img {
  transform: translateY(-4px);
}
.site .elementor-widget-image a:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.site .elementor-widget-image a + .widget-image-caption {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  opacity: 1;
}
.site .elementor-widget-image a + .widget-image-caption:before {
  content: "\eaf1";
  font-family: "Nucleo";
  position: absolute;
  font-size: 10px;
  right: -20px;
  bottom: 4px;
  font-weight: 500;
  transform: translate(-16px, 100%);
  opacity: 0;
}
.site .elementor-widget-image a + .widget-image-caption:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid;
  opacity: 0.2;
}
.site .elementor-widget-image.style2 .widget-image-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-pp-team-member .pp-tm-image {
  display: block;
}
.site .elementor-widget-pp-team-member .pp-tm {
  position: relative;
}
.site .elementor-widget-pp-team-member .pp-tm:not(:hover) .pp-tm-content {
  background-color: transparent;
}
.site .elementor-widget-pp-team-member .pp-tm:not(:hover) .pp-tm-description {
  display: none;
}
.site .elementor-widget-pp-team-member .pp-tm-description {
  padding-top: 40px;
}
.site .elementor-widget-pp-team-member .pp-tm-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 1280px) {
  .site .wp-block-themepunch-revslider [class*="ixlab"].sr7-tabs {
    left: 2.857% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .site .wp-block-themepunch-revslider [class*="ixlab"].sr7-tabs {
    text-align: center;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.site .wp-block-themepunch-revslider [class*="ixlab"].sr7-tabs .sr7-tab {
  font-size: 24px;
  line-height: 1;
  overflow: visible !important;
}
@media only screen and (min-width: 1281px) {
  .site .wp-block-themepunch-revslider [class*="ixlab"].sr7-tabs .sr7-tab {
    font-size: 64px;
    font-weight: 100;
  }
}
.site .wp-block-themepunch-revslider [class*="ixlab"].sr7-tabs .sr7-tab:not(.selected) {
  opacity: 0.3;
}
.site .wp-block-themepunch-revslider [class*="ixlab"].sr7-arrows.sr7-leftarrow {
  display: none !important;
}
.site .wp-block-themepunch-revslider [class*="ixlab"].sr7-arrows.sr7-rightarrow {
  width: 592px;
  background-color: transparent;
}
.site .wp-block-themepunch-revslider [class*="ixlab"].sr7-arrows.sr7-rightarrow:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
}
.site .wp-block-themepunch-revslider [class*="ixlab"].sr7-arrows.sr7-rightarrow:before {
  content: "";
  position: absolute;
  color: inherit;
  right: 0;
  left: auto;
  width: 100%;
  height: 0;
  border-top: 1px solid;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .admin-bar .site .frame span:nth-child(1),
  .admin-bar .site .frame span:nth-child(2),
  .admin-bar .site .frame span:nth-child(4) {
    top: 52px;
  }
}
.list-style1,
.list-style2 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  counter-reset: my-badass-counter;
}
.list-style1 li,
.list-style2 li {
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 769px) {
  .list-style1 li,
  .list-style2 li {
    padding: 0 0 0 48px;
  }
}
.list-style1 li:before,
.list-style2 li:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.list-style1[class*="columns-"] li,
.list-style2[class*="columns-"] li {
  margin-bottom: 24px;
}
@media only screen and (min-width: 605px) {
  .list-style1[class*="columns-"],
  .list-style2[class*="columns-"] {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .list-style1[class*="columns-"] li,
  .list-style2[class*="columns-"] li {
    width: calc(50% - 16px);
    margin-bottom: -12px;
  }
}
@media only screen and (min-width: 1025px) {
  .list-style1 li {
    margin-bottom: 24px !important;
    padding: 0;
  }
  .list-style1 li:before {
    left: -60px;
  }
}
.list-style1 li strong {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.list-style2 li:before {
  content: "";
  width: 16px;
  height: 1px;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 769px) {
  .list-style2 li:before {
    width: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .list-style2 li {
    margin-bottom: 24px !important;
  }
}
.list-style3 li {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin-bottom: 24px !important;
}
.list-style3 li strong {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .list-style3 li {
    flex-direction: row;
    gap: 32px;
  }
  .list-style3 li strong {
    width: calc(50% - 16px);
  }
}
.wpcf7-form.submitting label,
.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.3;
}
.wpcf7-form p .ajax-loader,
.wpcf7-form p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.button:not([class*="product_type_"]) {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}
.button:not([class*="product_type_"]):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
  transform-origin: 0% 100%;
  background-color: #000;
  transition: all 0.35s ease-in-out 0s;
}
.button:not([class*="product_type_"]):hover:before {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button:not([class*="product_type_"]):hover:after {
  opacity: 0;
}
.button:not([class*="product_type_"]).accent:hover {
  color: #ffffff;
}
.button:not([class*="product_type_"]).white {
  background-color: #ffffff;
}
.button:not([class*="product_type_"]).white:hover {
  color: #ffffff;
}
.button:not([class*="product_type_"]).dark {
  color: #ffffff;
}
.button:not([class*="product_type_"]).sm {
  padding: 8px 40px;
}
@media only screen and (min-width: 1025px) {
  .button:not([class*="product_type_"]).lg {
    padding: 16px 80px;
    font-size: 20px;
  }
}
.button:not([class*="product_type_"]).rounded {
  border-radius: 50px;
}
.button:not([class*="product_type_"]).outline {
  background-color: transparent;
}
.button:not([class*="product_type_"]).outline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid;
}
.button:not([class*="product_type_"]).outline.rounded:after {
  border-radius: 50px;
}
.button:not([class*="product_type_"]).full {
  width: 100%;
  text-align: center;
  display: block;
}
.button:not([class*="product_type_"]) i {
  font-size: 16px;
  vertical-align: top;
  line-height: 24px;
  margin-left: 20px;
}
.button:not([class*="product_type_"]).has-arrow:after {
  margin-left: 20px;
  vertical-align: top;
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
}
.highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.highlight:before,
.highlight:after {
  content: "";
  z-index: -1;
  border: 2px solid;
  position: absolute;
  left: 50%;
  top: 55%;
  width: 110%;
  border-radius: 80%;
  height: 120%;
  transform: translate(-50%, -50%) rotate(-2deg);
}
.highlight:before {
  border-top-width: 0;
}
.highlight:after {
  transform: translate(-50%, -50%) rotate(-5deg);
  border-left-width: 0;
  border-bottom-width: 0;
  height: 130%;
}
.highlight.style2:before {
  display: none;
}
.highlight.style2:after {
  top: 110%;
  width: 100%;
  height: 30%;
  border-top-width: 2px;
  border-right-width: 0;
  transform: translate(-50%, -50%) rotate(-1.5deg);
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wpcf7-form.submitting .wpcf7-form-control-wrap {
  opacity: 0.5;
}
.wpcf7-form .contactBox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wpcf7-form .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #666;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap select {
  padding-right: 24px;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap select option:first-child {
  /* Your styles here */
  color: red;
}
.wpcf7-form .form-row.ui-grid {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row.ui-grid {
    flex-direction: row;
  }
}
.wpcf7-form .form-row.ui-grid .field {
  flex: 1 1;
}
.wpcf7-form .form-row.ui-btn input[type="submit"] {
  width: 100%;
  border: none;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
.wpcf7-form .form-row.ui-btn input[type="submit"]:hover {
  color: #ffffff;
}
.wpcf7-form .form-row.ui-btn p:last-child {
  font-size: 12px;
  line-height: 20px;
}
.wpcf7-form .form-row label {
  padding: 0 0 4px 0;
  display: block;
}
.wpcf7-form .form-row label span {
  display: block;
  font-size: 12px;
  opacity: 0.6;
}
.wpcf7-form .form-row input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7-form .form-row select {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 8px 0;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: normal;
}
.wpcf7-form .form-row textarea {
  width: 100%;
  display: block;
  height: 88px;
  margin-top: 4px;
}
.wpcf7-form .form-row .wpcf7-submit {
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 4px 0;
}
.wpcf7-form .wpcf7-form-control-wrap[class*="textarea"] {
  display: flex;
}
.wpcf7-form p {
  position: relative;
}
.wpcf7-form p .ajax-loader,
.wpcf7-form p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-form p:empty {
  display: none;
}
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
/* ============================================================ 
    3.2. Header
=============================================================*/
[class*="header-style"] {
  padding: 12px 0;
}
@media only screen and (min-width: 769px) {
  [class*="header-style"] {
    padding: 24px 0;
  }
}
[class*="header-style"]:not(.site-header-sticky) {
  position: relative;
  z-index: 9;
}
[class*="header-style"].header-full .wrap {
  width: 100%;
}
[class*="header-style"].header-shadow {
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
[class*="header-style"].header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
}
[class*="header-style"].header-transparent + .site-content .content-header,
[class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header {
  padding-top: 112px;
}
@media only screen and (min-width: 769px) {
  [class*="header-style"].header-transparent + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header {
    padding-top: 136px;
  }
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"].header-transparent + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header {
    padding-top: 216px;
  }
}
[class*="header-style"] .site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[class*="header-style"] .site-header-inner:after {
  display: none;
}
[class*="header-style"] .header-brand {
  flex-shrink: 0;
  margin-right: 64px;
  position: relative;
  z-index: 2;
}
[class*="header-style"] .header-brand a {
  display: block;
}
[class*="header-style"] .social-icons {
  display: flex;
}
[class*="header-style"] .header-info-text {
  position: relative;
}
[class*="header-style"] .header-info-text:empty {
  display: none;
}
[class*="header-style"] .header-info-text ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 64px;
}
[class*="header-style"] .header-info-text .info {
  display: flex;
  align-items: center;
  gap: 16px;
}
[class*="header-style"] .header-info-text .info i {
  font-size: 48px;
}
[class*="header-style"] .header-info-text .info img {
  width: 48px;
  height: 48px;
}
[class*="header-style"] .header-info-text .info span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
}
[class*="header-style"] .header-info-text .info address {
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 16px;
}
[class*="header-style"] .header-info-text .info address span {
  height: 16px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
[class*="header-style"] .header-info-text .cta {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .header-info-text .cta {
    background-color: #ffffff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  }
}
[class*="header-style"] .header-info-text .link {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
[class*="header-style"] .header-info-text .link:before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -12px;
  right: -12px;
}
@media only screen and (max-width: 1366px) {
  [class*="header-style"] .header-info-text {
    font-size: 14px;
  }
  [class*="header-style"] .header-info-text .info {
    gap: 12px;
  }
  [class*="header-style"] .header-info-text .info i {
    font-size: 40px;
  }
  [class*="header-style"] .header-info-text .info img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  [class*="header-style"] .header-info-text {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 768px) {
  [class*="header-style"] .header-info-text {
    display: none;
  }
}
[class*="header-style"] .navigator:not(.menu-extras) {
  flex-grow: 1;
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator:not(.menu-extras) {
    display: block;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    gap: 36px;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li {
    position: relative;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li > a {
    position: relative;
    z-index: 3;
    white-space: nowrap;
    display: block;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu {
    list-style: none;
    padding: 28px 0;
    margin: 0;
    position: absolute;
    left: -36px;
    top: calc(100% + 24px);
    visibility: hidden;
    min-width: 280px;
    transform: translateY(0px);
    opacity: 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu:after {
    content: "";
    position: absolute;
    width: 1000000px;
    height: 2000px;
    bottom: -32px;
    left: -100000px;
    background-color: #ffffff;
    z-index: -1;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li {
    padding: 0;
    margin: 0 0 8px 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:last-child {
    margin-bottom: 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 0 36px;
    line-height: 20px;
    font-size: 14px;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li a:before {
    display: none;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li .sub-menu {
    padding-top: 28px;
    left: calc(100% + 1px);
    top: -28px;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li:hover > .sub-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu {
    position: static;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu {
    display: flex;
    padding-bottom: 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu > li {
    margin-bottom: 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu > li > a {
    margin: 2px 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu > li > a:not(:hover) {
    opacity: 0.5;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu > li > a:hover {
    color: inherit;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu .sub-menu {
    padding-top: 24px;
    position: static;
    min-width: 176px;
    transform: translateY(0);
    background-color: transparent;
    box-shadow: none;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu .sub-menu:after {
    display: none;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu .sub-menu li {
    margin-bottom: 4px;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu > .sub-menu .sub-menu li:last-child {
    margin-bottom: 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu:hover > .sub-menu > li .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu .large .sub-menu {
    padding-top: 16px;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li.megamenu .large .sub-menu li a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li > a {
    font-weight: 400;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .header-style1 .header-info-text .info img,
  .header-style1 .header-info-text .info i {
    display: none;
  }
  .header-style1 .header-brand {
    margin-right: 32px;
  }
  .header-style1 .navigator .menu-primary {
    gap: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-style1 .header-info-text ul {
    gap: 32px;
  }
  .header-style1 .header-info-text .info address {
    gap: 12px;
  }
  .header-style1 .header-brand {
    margin-right: 44px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-style1 .header-info-text {
    width: calc(50% - 16px);
  }
}
.header-style1 + .header-style + .header-style,
.header-style1 + .header-style .navigator:not(.menu-extras),
.header-style1 + .header-style .header-info-text {
  display: none;
}
.header-style1 + .header-style .navigator:not(.menu-extras) .menu-primary {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.header-style1 + .header-style .navigator:not(.menu-extras) .menu-primary:after {
  content: "";
  width: 64px;
  margin-right: -64px;
}
.header-style1 + .header-style .navigator:not(.menu-extras) .menu-primary > li > a {
  font-size: 44px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .header-style2 .header-info-text .info img,
  .header-style2 .header-info-text .info i {
    display: none;
  }
  .header-style2 .header-brand {
    margin-right: 32px;
  }
  .header-style2 .navigator .menu-primary {
    gap: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-style2 .header-info-text ul {
    gap: 32px;
  }
  .header-style2 .header-info-text .info address {
    gap: 12px;
  }
  .header-style2 .header-brand {
    margin-right: 44px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-style2 .header-info-text {
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1025px) {
  .header-style2.header-transparent.header-full {
    position: fixed;
    margin-top: 20px;
  }
  .header-style2.header-transparent.header-full:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    background-color: rgba(21, 21, 21, 0.5);
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(6px);
  }
}
@media only screen and (min-width: 1025px) {
  .header-style2 + .header-style {
    display: none;
  }
}
.header-style3.header-transparent,
.header-style3 + .header-style.header-transparent {
  position: fixed;
  backdrop-filter: blur(6px);
}
.header-style3 + .header-style,
.header-style3 + .header-style + .header-style,
.header-style3 .navigator:not(.menu-extras),
.header-style3 + .header-style .navigator:not(.menu-extras),
.header-style3 .header-info-text .cta,
.header-style3 + .header-style .header-info-text .cta,
.header-style3 .header-info-text .info img,
.header-style3 + .header-style .header-info-text .info img,
.header-style3 .header-info-text .info div > span,
.header-style3 + .header-style .header-info-text .info div > span {
  display: none;
}
.header-style3 .navigator:not(.menu-extras) .menu-primary,
.header-style3 + .header-style .navigator:not(.menu-extras) .menu-primary {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.header-style3 .navigator:not(.menu-extras) .menu-primary:after,
.header-style3 + .header-style .navigator:not(.menu-extras) .menu-primary:after {
  content: "";
  width: 64px;
  margin-right: -64px;
}
.header-style3 .navigator:not(.menu-extras) .menu-primary > li > a,
.header-style3 + .header-style .navigator:not(.menu-extras) .menu-primary > li > a {
  font-size: 44px;
  text-transform: uppercase;
}
.header-style3 .header-info-text,
.header-style3 + .header-style .header-info-text {
  flex-grow: 1;
}
.sliding-desktop-off .site-header.header-style3 a[data-target="off-canvas-right"],
.sliding-desktop-off .header-style1 + .header-style a[data-target="off-canvas-right"] {
  display: block;
  position: relative;
}
.sliding-desktop-off .site-header.header-style3 + .header-style a[data-target="off-canvas-right"],
.sliding-desktop-off .header-style1 + .header-style + .header-style a[data-target="off-canvas-right"] {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .sliding-desktop-off .site:before,
  .sliding-desktop-off .off-canvas.sliding-menu {
    display: none;
  }
  .sliding-desktop-off.off-canvas-right-active .header-info-text,
  .sliding-desktop-off.off-canvas-right-active .header-brand {
    display: none;
  }
  .sliding-desktop-off.off-canvas-right-active .navigator:not(.menu-extras) {
    display: block;
  }
}
.header-style4 + .header-style,
.header-style4 + .header-style + .header-style,
.header-style4 .header-info-text .cta,
.header-style4 + .header-style .header-info-text .cta,
.header-style4 .header-info-text .info img,
.header-style4 + .header-style .header-info-text .info img,
.header-style4 .header-info-text .info div > span,
.header-style4 + .header-style .header-info-text .info div > span {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-style4 .header-brand,
  .header-style4 + .header-style .header-brand {
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .header-style4 .header-info-text,
  .header-style4 + .header-style .header-info-text {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 0;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right;
  }
}
.header-style4 .navigator:not(.menu-extras),
.header-style4 + .header-style .navigator:not(.menu-extras) {
  position: absolute;
  top: 98px;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary {
  flex-direction: column;
  gap: 12px;
  counter-reset: my-badass-counter;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li {
  position: relative;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li.megamenu,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li.megamenu {
  position: relative;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li:before,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li:before {
  content: "{";
  position: absolute;
  left: 4px;
  z-index: 5;
  opacity: 0;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li:after,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li:after {
  content: "}";
  position: absolute;
  top: 0;
  left: 32px;
  z-index: 5;
  opacity: 0;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li:hover:before,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li:hover:before,
.header-style4 .navigator:not(.menu-extras) .menu-primary > li[class*="current"]:before,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li[class*="current"]:before,
.header-style4 .navigator:not(.menu-extras) .menu-primary > li:hover:after,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li:hover:after,
.header-style4 .navigator:not(.menu-extras) .menu-primary > li[class*="current"]:after,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li[class*="current"]:after {
  opacity: 1;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li:hover > a:before,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li:hover > a:before,
.header-style4 .navigator:not(.menu-extras) .menu-primary > li[class*="current"] > a:before,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li[class*="current"] > a:before {
  opacity: 1;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li > a,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li > a {
  padding: 0;
  display: flex;
  gap: 12px;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li > a:before,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li > a:before {
  width: 43px;
  font-weight: 300;
  text-align: center;
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) "";
  opacity: 0.5;
}
.header-style4 .navigator:not(.menu-extras) .menu-primary > li ul.sub-menu,
.header-style4 + .header-style .navigator:not(.menu-extras) .menu-primary > li ul.sub-menu {
  min-width: 200px;
  top: 0;
  left: calc(100% + 60px);
  padding: 0 0 120px 0;
}
/* ============================================================ 
    3.3. Header Sticky
=============================================================*/
.admin-bar #site-header-sticky,
.admin-bar div.elementor-element.custom-header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar #site-header-sticky,
  .admin-bar div.elementor-element.custom-header {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar #site-header-sticky,
  .admin-bar div.elementor-element.custom-header {
    top: 0;
  }
}
.admin-bar .site .sticky-element {
  top: 32px;
}
#site-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transform: translateY(-100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site-header-sticky.header-shadow:not(.active) {
  box-shadow: none;
}
#site-header-sticky .header-info-text .cta {
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid;
  box-shadow: none;
}
.site.scrolling_up #site-header-sticky.active {
  transform: translateY(0);
}
@media only screen and (min-width: 1025px) {
  .site.scrolling_up #site-header-sticky.active + .site-content .sticky-element:not(.style2) {
    transform: translateY(96px);
  }
}
.site.scrolling_down #site-header-sticky.active {
  box-shadow: none;
}
.site .sticky-element {
  position: sticky;
  top: 0;
  z-index: 8;
  height: 100%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
/* ============================================================ 
    3.5. Extras Menu
=============================================================*/
[class*="header-style"] .extras:empty {
  display: none;
}
[class*="header-style"] .menu-extras {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0 ;
  padding: 0;
}
[class*="header-style"] .menu-extras > li > a {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*="header-style"] .menu-extras > li i {
  font-size: 24px;
}
[class*="header-style"] .search-box {
  z-index: 3;
}
[class*="header-style"] .search-box a {
  position: relative;
  width: 24px;
  text-align: center;
}
[class*="header-style"] .search-box a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 48px;
  transform: translate(-50%, -50%);
}
[class*="header-style"] .search-box .widget_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text {
  width: 24px;
  height: 48px;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text:before {
  font-size: 24px;
}
[class*="header-style"] .search-box .widget_search .search-form .search-submit {
  height: 48px;
  width: 24px;
  border: none;
}
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"] {
  height: 48px;
  width: 24px;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
[class*="header-style"] .search-box.active .widget_search {
  visibility: visible;
  opacity: 1;
}
[class*="header-style"] .search-box.active label input.search-field[type="search"] {
  width: 270px;
}
@media only screen and (min-width: 801px) {
  [class*="header-style"] .search-box.active label input.search-field[type="search"] {
    width: 370px;
  }
}
[class*="header-style"] .search-box.active > a {
  visibility: hidden;
  opacity: 0;
}
/* ============================================================ 
    3.4. Off-Canvas
=============================================================*/
.site {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site {
    overflow: hidden;
  }
}
.site:before {
  content: "";
  z-index: 11;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
/* ============================================================ 
    3.4.1. Off-Canvas Left/For Sliding Widget
=============================================================*/
.off-canvas-left {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: calc(100% - 36px);
  background: #ffffff;
  z-index: 99;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateX(-100%);
  opacity: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 415px) {
  .off-canvas-left {
    width: 400px;
  }
}
.off-canvas-left .off-canvas-toggle {
  display: inline-block;
  height: 0;
  width: 0;
}
.off-canvas-left .off-canvas-wrap {
  padding: 45px;
  width: 100%;
  max-height: 100vh;
  max-width: 100%;
  overflow: auto;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle:before {
  content: "\ea21";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a:before {
  display: none;
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:after {
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.off-canvas-left-active .off-canvas-left {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.off-canvas-left-active .site:before {
  visibility: visible;
  opacity: 0.8;
}
/* ============================================================ 
    3.4.2. Off-Canvas Right/For Mobile Menu
=============================================================*/
.sliding-menu {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  visibility: hidden;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.sliding-menu .off-canvas-wrap {
  height: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sliding-menu .off-canvas-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  z-index: 3;
  flex-shrink: 0;
  left: 30px;
  order: 1;
}
.sliding-menu .off-canvas-toggle:before {
  content: "\eaff";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class*="sliding-"] .off-canvas-wrap .social-icons {
  order: 4;
  gap: 10px;
  display: flex;
  padding: 0 30px;
}
@media only screen and (min-width: 1025px) {
  [class*="sliding-"] .off-canvas-wrap .social-icons {
    display: none;
  }
}
[class*="sliding-"] .off-canvas-wrap .social-icons a {
  flex: 1 1;
  border-radius: 0;
}
[class*="sliding-"] .off-canvas-wrap .social-icons a:hover {
  border-color: rgba(11, 38, 59, 0.3);
  box-shadow: none;
}
.sliding-slide .sliding-menu {
  width: 80%;
}
@media only screen and (min-width: 605px) {
  .sliding-slide .sliding-menu {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .sliding-slide .sliding-menu {
    width: 480px;
  }
}
.sliding-overlay .sliding-menu {
  background-color: transparent;
  width: 100%;
  transform: scale(1.3) translate(0, 0);
  opacity: 0;
  box-shadow: none;
}
.sliding-overlay .sliding-menu a.off-canvas-toggle {
  position: absolute;
  right: 3%;
  top: 24px;
  left: auto;
}
.sliding-overlay .sliding-menu .menu-sliding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.off-canvas-right-active.sliding-slide .sliding-menu {
  visibility: visible;
  transform: translateX(0);
}
.off-canvas-right-active.sliding-overlay .sliding-menu {
  visibility: visible;
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
.off-canvas-right-active .site:before {
  visibility: visible;
  opacity: 0.9;
}
.menu-sliding {
  margin: 20px 0 0 0;
  padding: 0 32px;
  flex-grow: 1;
  order: 2;
  height: calc(100% - 85px);
  overflow: scroll;
}
.menu-sliding li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}
.menu-sliding li i,
.menu-sliding li img {
  display: none;
}
.menu-sliding li > .sub-menu,
.menu-sliding li > .children {
  display: none;
}
.menu-sliding li .menu-item-toggle {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2px;
}
.menu-sliding li .menu-item-toggle:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-sliding li.menu-item-has-children > a {
  padding-right: 80px;
}
.menu-sliding li.menu-item-expand > .sub-menu,
.menu-sliding li.menu-item-expand > .children {
  display: block;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  margin: 4px 0 24px 0;
  padding: 0;
}
.menu-sliding li .sub-menu li .menu-item-toggle,
.menu-sliding li .children li .menu-item-toggle {
  height: 24px;
  background: transparent;
  top: 0;
}
.menu-sliding li .sub-menu li a,
.menu-sliding li .children li a {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-sliding li .sub-menu li .sub-menu,
.menu-sliding li .children li .sub-menu,
.menu-sliding li .sub-menu li .children,
.menu-sliding li .children li .children {
  padding-left: 24px;
  margin-top: 16px;
}
.menu-sliding li a {
  display: block;
  position: relative;
  line-height: 24px;
}
.menu-sliding > li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(11, 38, 59, 0.1);
}
.menu-sliding > li:last-child {
  border: none;
}
.menu-sliding > li > a {
  padding: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.menu-sliding > li:not([class*="current"]) > a {
  color: inherit;
}
@media only screen and (min-width: 1025px) {
  .sliding-desktop-off div[class*="header-style"] a[data-target="off-canvas-right"] {
    display: none;
  }
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:before,
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  display: none;
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.admin-bar .off-canvas-left .off-canvas-wrap {
  padding-top: 77px;
}
.admin-bar .off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  top: 32px;
}
.admin-bar .sliding-menu .off-canvas-wrap {
  padding-top: 62px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .sliding-menu .off-canvas-wrap {
    padding-top: 76px;
  }
}
.translated-rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.translated-rtl [class*="header-style"] .header-brand {
  margin-right: 0;
  margin-left: 24px;
}
@media only screen and (min-width: 1025px) {
  .translated-rtl [class*="header-style"] .header-info-text div + .social-icons {
    padding-left: 0;
    padding-right: 24px;
  }
  .translated-rtl [class*="header-style"] .header-info-text div + .social-icons:after {
    right: 0;
    left: auto;
  }
}
.translated-rtl [class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options {
  transform: translate(24px, -12px);
}
.translated-rtl [class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options.gt-open {
  transform: translate(24px, 0);
}
.translated-rtl .header-style1.header-full.header-transparent .header-brand {
  margin-right: 0;
  margin-left: 40px;
}
.translated-rtl .header-style1.header-full.header-transparent .header-brand:after {
  right: auto;
  left: 0;
}
.translated-rtl .header-style1 .menu-primary > li:after {
  right: auto;
  left: -40px;
}
.translated-rtl [class*="header-style"] .navigator .menu-primary li .sub-menu {
  left: auto;
  right: -36px;
}
.translated-rtl .post-meta .post-date {
  padding-right: 0;
  margin-right: 0;
  padding-left: 12px;
  margin-left: 12px;
}
.translated-rtl .post-meta .post-date:after {
  left: 0;
  right: auto;
}
.translated-rtl .navigation .page-numbers.next,
.translated-rtl .pp-posts-pagination .page-numbers.next,
.translated-rtl .navigation .page-numbers.prev,
.translated-rtl .pp-posts-pagination .page-numbers.prev,
.translated-rtl .navigation .page-numbers.dots,
.translated-rtl .pp-posts-pagination .page-numbers.dots {
  padding: 0 24px 0 0 ;
}
.translated-rtl .navigation .page-numbers.next:after,
.translated-rtl .pp-posts-pagination .page-numbers.next:after,
.translated-rtl .navigation .page-numbers.prev:after,
.translated-rtl .pp-posts-pagination .page-numbers.prev:after,
.translated-rtl .navigation .page-numbers.dots:after,
.translated-rtl .pp-posts-pagination .page-numbers.dots:after {
  left: auto;
  right: 0;
}
.translated-rtl .navigation .page-numbers.prev,
.translated-rtl .pp-posts-pagination .page-numbers.prev {
  padding: 0 0 0 24px ;
}
.translated-rtl .navigation .page-numbers.prev:after,
.translated-rtl .pp-posts-pagination .page-numbers.prev:after {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 1025px) {
  .translated-rtl .site-footer .footer-copyright .social-icons {
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .translated-rtl .site-footer .footer-copyright .copyright-content p span {
    padding-right: 0;
    padding-left: 120px;
    left: auto;
    right: calc(50% + 16px);
  }
}
.translated-rtl .site-content .post-meta-single .post-meta-author {
  padding-right: 0;
  margin-right: 0;
  padding-left: 16px;
  margin-left: 16px;
}
.translated-rtl .site-content .post-meta-single .post-meta-author:after {
  left: 0;
  right: auto;
}
.translated-rtl .post-tags {
  padding-left: 0;
  padding-right: 12px;
}
.translated-rtl .post-tags:after {
  left: auto;
  right: 0;
}
.translated-rtl .wp-block-quote {
  border-left: none;
  border-right: .25em solid;
}
.translated-rtl .widget_search .search-form .search-submit,
.translated-rtl .widget_search .search-form label .screen-reader-text,
.translated-rtl .menu-sliding li .menu-item-toggle {
  left: 0;
  right: auto;
}
.translated-rtl .single .post-thumbnail .featured-image-caption:after,
.translated-rtl .related-posts-title:after,
.translated-rtl .comments-title:after,
.translated-rtl .comment-reply-title:after,
.translated-rtl .site .pp-contact-form .pp-contact-form-7-heading:after {
  right: 0;
  left: auto;
}
.translated-rtl .tagcloud a::before,
.translated-rtl .wp-block-tag-cloud a::before {
  margin-left: 4px;
  margin-right: 0;
}
.translated-rtl .menu-sliding li.menu-item-has-children > a {
  padding-left: 80px;
  padding-right: 0;
}
.translated-rtl .sidebar-right .main-sidebar {
  float: left;
  padding-left: 0;
  padding-right: 64px;
}
.translated-rtl .sidebar-right #main-content {
  float: right;
}
.translated-rtl .list-style1 li,
.translated-rtl .list-style2 li {
  padding: 0 32px 0 0;
}
@media only screen and (min-width: 769px) {
  .translated-rtl .list-style1 li,
  .translated-rtl .list-style2 li {
    padding: 0 48px 0 0;
  }
}
.translated-rtl .list-style1 li:before,
.translated-rtl .list-style2 li:before {
  left: auto;
  right: 0;
}
.translated-rtl .projects-filter ul li:after {
  left: auto;
  right: -20px;
}
@media only screen and (min-width: 1025px) {
  .translated-rtl .projects-style1 .project-info .project-summary {
    padding-right: 24px;
    padding-left: 0;
    border-left: none;
    border-right: 1px solid rgba(11, 38, 59, 0.16);
  }
}
@media only screen and (min-width: 1025px) {
  .translated-rtl .projects-shortcode.custom-filter .projects-filter {
    left: auto;
    right: calc(50% + 16px);
  }
}
.translated-rtl .wpcf7 input[type="url"],
.translated-rtl .wpcf7 input[type="email"],
.translated-rtl .wpcf7 input[type="tel"],
.translated-rtl select {
  direction: rtl;
}
.translated-rtl .wpcf7-form .contactBox p {
  text-align: right !important;
}
.translated-rtl .wpcf7-form .contactBox .form-row.ui-dropdown p {
  flex-direction: row-reverse;
}
.translated-rtl .wpcf7-form .contactBox .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  right: auto;
  left: 4px;
}
.translated-rtl .swiper,
.translated-rtl [class*="marquee"] {
  direction: ltr;
}
.translated-rtl .site .elementor-widget-pp-info-list.history .pp-list-items:after {
  left: auto;
  right: 76px;
}
.translated-rtl table thead th,
.translated-rtl table tbody tr td,
.translated-rtl table tbody tr th,
.translated-rtl .site .elementor-widget-pp-info-box-carousel.pp-info-box-right-title .pp-info-box-icon-title-wrap {
  text-align: right;
}
.translated-rtl table.style2 thead th:first-child,
.translated-rtl table.style2 tbody tr td:first-child {
  padding-right: 0;
  padding-left: 30px;
}
.translated-rtl table.style2 tbody tr td:last-child {
  padding-left: 0;
  padding-right: 30px;
}
.translated-rtl .site .elementor-widget-testimonial.style2 .elementor-testimonial-wrapper {
  padding-left: 24px;
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  .translated-rtl .site .elementor-widget-testimonial.style2 .elementor-testimonial-wrapper {
    padding-left: 72px;
  }
}
.translated-rtl .site .elementor-widget-testimonial.style2 .elementor-testimonial-wrapper:after,
.translated-rtl .site .elementor-widget-testimonial.style2 .elementor-testimonial-wrapper:before {
  right: auto;
  left: 0;
}
.translated-rtl .site .elementor-widget-testimonial.style2 .elementor-testimonial-wrapper:before {
  left: 16px;
}
.translated-rtl .site .elementor-widget-pp-posts .pp-post-thumbnail + .pp-post-title {
  left: auto;
  right: 32px;
}
