<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================================ 
                        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,
a.btn-link:before,
a.btn-link:after,
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]),
body.is-loaded:after,
body.is-loaded:before,
.site-content .content-header .post-categories a:after,
.site-content .content-header .down-arrow a:after,
.widget ul li:before,
[class*="wp-block-"] ul li:before,
.widget.wp-block-archives li:before,
[class*="wp-block-"].wp-block-archives li:before,
table#wp-calendar tbody tr td a:before,
.widget_nav_menu:not([class*="style"]) .menu li .menu-item-toggle,
.widget_nav_menu:not([class*="style"]) .menu li .menu-item-toggle span:after,
.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,
.gallery-caption,
.icons-wrap li,
.icons-wrap li i,
.post-image img,
.blog-grid .hentry,
.blog-grid .post-categories:after,
.site .elementor-widget-heading.style2 .elementor-heading-title a span.des,
.site .elementor-widget-image.demo .widget-image-caption,
.site .elementor-widget-image.style2 .widget-image-caption,
.site .elementor-widget-image-box .elementor-image-box-title a:after,
.site .elementor-widget-image-box .elementor-image-box-title a:before,
.site .elementor-widget-image-box .elementor-image-box-title a span,
.site .elementor-widget-image-box .elementor-image-box-description,
.site .elementor-widget-image-box img,
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title:before,
.site .elementor-accordion .elementor-accordion-item .elementor-accordion-title:before,
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon,
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon,
.site .elementor-widget-icon-box,
.site .elementor-widget-icon-box .elementor-icon-box-title a:after,
.site .elementor-widget-pp-info-list.pp-info-list-icon-left .pp-info-list-item-inner:after,
.site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item a .pp-icon-list-text:after,
.site .elementor-widget-pp-icon-list.columns-2 .pp-list-items .pp-icon-list-item .pp-icon-list-text:after,
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-wrap .pp-post-content-wrap,
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-wrap img,
.site .elementor-widget-pp-posts .pp-post,
.site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post-content,
.site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post-title:after,
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-content:after,
.site .elementor-widget-pp-buttons.custom-fixed .pp-button-icon,
.button:not([class*="product_type_"]).outline:after,
.elementor-widget-button.has-arrow .elementor-button-text,
.elementor-widget-button.has-arrow .elementor-button-text:before,
.elementor-widget-button.has-arrow .elementor-button-text:after,
.wpcf7-form .wpcf7-form-control-wrap,
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:after,
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:before,
[class*="header-style"] .search-box a: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,
.menu-sliding li .sub-menu li a:before,
.menu-sliding li .children li a:before {
  transition: all 0.2s ease-in-out 0s;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
figcaption {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  opacity: 0.7;
}
@media only screen and (min-width: 769px) {
  .alignleft {
    float: left;
    margin: 0 30px 30px 0;
    clear: left;
  }
}
@media only screen and (min-width: 769px) {
  .alignright {
    float: right;
    margin: 0 0 30px 30px;
    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: 1px;
  border-bottom: 1px solid;
  opacity: 0.2;
}
a.link:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
a.link.colorWhite:hover {
  color: inherit;
}
a.btn-link {
  position: relative;
  padding-left: 65px;
  font-weight: 600;
  display: inline-block;
  z-index: 1;
  line-height: 1.45;
}
a.btn-link:before {
  content: "\ea6e";
  font-family: "Nucleo";
  font-size: 16px;
  font-weight: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
a.btn-link:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
a.btn-link span {
  display: block;
  font-size: 86%;
  font-weight: normal;
  opacity: 0.7;
}
a.btn-link:hover:before {
  transform: translate(10px, -50%);
}
a.btn-link:hover:after {
  width: calc(100% + 30px);
  height: 64px;
  border-radius: 32px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.286;
}
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: 20px;
}
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;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
b,
strong {
  font-weight: 700;
}
::-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: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
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;
  line-height: 18px;
  padding: 15px 50px;
  text-align: center;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:not([class*="product_type_"]):hover {
  color: #ffffff;
}
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;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #76667E;
}
code {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}
blockquote {
  margin: 50px 0;
  padding: 0 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.55;
  position: relative;
  border-left: 1px solid;
}
@media only screen and (min-width: 769px) {
  blockquote {
    padding: 0 45px;
  }
}
blockquote.has-text-align-right {
  border-right: 1px solid;
  border-left: none;
}
cite {
  margin: 15px 0 0 0;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  opacity: 0.7;
}
table {
  width: 100%;
  border-collapse: separate;
  font-size: 15px;
  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 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  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: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%;
}
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;
}
body:not([class*="sidebar-"]) #comments:after {
  position: absolute;
  top: 0;
  bottom: -60px;
  right: -2000px;
  left: -2000px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  body:not([class*="sidebar-"]) .comment-respond {
    margin-left: auto;
    margin-right: auto;
  }
}
.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 .comments-area {
  margin-top: 60px;
}
.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 {
    content: "";
    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;
  }
}
.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;
  }
}
.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: 33.3333333%;
  }
}
[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: 544px) and (max-width: 768px) {
  [data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(33.4% - 20px);
  }
}
@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="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(50% - 30px);
  }
}
@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="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(33.34% - 40px);
  }
}
@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="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(25% - 15px);
  }
}
@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;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(20% - 40px);
  }
}
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: -25%;
    clear: both;
    width: 150%;
    max-width: 150%;
  }
}
@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: -25%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignright {
    margin-right: -25%;
    margin-top: 5px;
  }
}
/* ============================================================ 
    3. HEADER
=============================================================*/
/* ============================================================ 
    3.1. Topbar
=============================================================*/
.site-topbar {
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.site-topbar a {
  color: #ffffff;
}
.site-topbar a:hover {
  color: #ffffff;
}
.site-topbar .site-topbar-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.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: 30px;
  }
  .site-topbar .menu-top:hover &gt; li {
    opacity: 0.45;
  }
  .site-topbar .menu-top:hover &gt; li:hover {
    opacity: 1;
  }
  .site-topbar .menu-top li {
    position: relative;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu {
    list-style: none;
    padding: 20px 40px;
    margin: 0;
    position: absolute;
    left: -40px;
    top: 100%;
    visibility: hidden;
    min-width: 220px;
    font-size: 15px;
    transform: translateY(-6px) scale(0.9);
    background-color: #ffffff;
    counter-reset: my-badass-counter;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }
  .site-topbar .menu-top li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .site-topbar .menu-top li .sub-menu li:last-child &gt; a {
    border-bottom: none;
  }
  .site-topbar .menu-top li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    line-height: 20px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-topbar .menu-top li .sub-menu li a:before {
    counter-increment: my-badass-counter;
    content: counter(my-badass-counter, decimal-leading-zero) ".";
    width: 35px;
    display: inline-block;
    opacity: 0.4;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu li a span {
    display: block;
    margin-left: 35px;
    font-size: 13px;
    opacity: 0.5;
  }
  .site-topbar .menu-top li .sub-menu li[class*="current"] &gt; a:before,
  .site-topbar .menu-top li .sub-menu li:hover &gt; a:before {
    opacity: 1;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu {
    left: calc(100% + 40px);
    top: -20px;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 40px;
    bottom: 0;
  }
  .site-topbar .menu-top li:hover &gt; .sub-menu {
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
  }
  .site-topbar .menu-top &gt; li:not([class*="current"]):not(:hover) &gt; a {
    color: inherit;
  }
  .site-topbar .menu-top &gt; li &gt; a {
    padding: 11px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .site-topbar .menu-top &gt; li &gt; a img {
    height: 18px;
    width: auto;
  }
}
.site-topbar .topbar-text {
  padding: 11px 0;
  flex-grow: 1;
}
.site-topbar .social-icons {
  display: none;
  order: 1;
  gap: 20px;
}
@media only screen and (min-width: 769px) {
  .site-topbar .social-icons {
    display: flex;
  }
}
.site-topbar .social-icons a {
  border-color: transparent;
  background-color: transparent;
  width: auto;
}
.site-topbar .social-icons a:hover {
  background-color: transparent;
  opacity: 0.5;
}
.site-topbar .social-icons a i {
  font-size: 16px;
}
/* ============================================================ 
    4. CONTENT
=============================================================*/
.site-content {
  clear: both;
  /* ============================================================ 
	    4.1. Content Header
	=============================================================*/
  /* ============================================================ 
	    4.2. Content Body/Gutenberg
	=============================================================*/
}
.site-content .content-header {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 45px 0;
  margin-bottom: 45px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
.site-content .content-header.content-header-featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.site-content .content-header.content-header-featured:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.8;
}
.site-content .content-header.content-header-featured:after {
  display: none;
}
.site-content .content-header .content-header-inner .project-client-info {
  margin-bottom: 30px;
}
.site-content .content-header .post-categories {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.site-content .content-header .post-categories a {
  padding: 0px 15px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
  position: relative;
}
.site-content .content-header .post-categories a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
.site-content .content-header .post-categories a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 1px;
  z-index: -2;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.site-content .content-header .post-categories a:hover {
  color: #ffffff;
}
.site-content .content-header .post-meta-single {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
  margin-top: 30px;
}
.site-content .content-header .post-meta-single p {
  margin: 0;
}
.site-content .content-header .post-meta-single img {
  width: 24px;
  margin-right: 5px;
  border-radius: 50%;
}
.site-content .content-header .down-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
}
.site-content .content-header .down-arrow a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 3px;
  right: -15px;
  animation: down 2.75s ease-in-out infinite;
  border-radius: 50%;
}
.site-content .content-header .navigation {
  position: absolute;
  right: 4%;
  bottom: 40px;
  border: none;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .navigation + .down-arrow {
    left: 4%;
    transform: translateX(0);
  }
}
.site-content .page-title-wrap {
  position: relative;
}
.site-content .page-title-wrap:empty {
  display: none;
}
.site-content .page-title-wrap:empty + .breadcrumbs {
  margin-top: -30px;
}
.site-content .page-title-inner {
  margin: 0;
  line-height: 1;
  font-size: 32px;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .site-content .page-title-inner {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1367px) {
  .site-content .page-title-inner {
    font-size: 96px;
  }
}
.site-content .content-header-left .page-title-wrap {
  display: flex;
  flex-direction: column;
  padding-left: calc(50% + 15px);
}
.site-content .content-header-left .page-title-wrap:empty {
  display: none;
}
.site-content .content-header-center .page-title-wrap {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .site-content .content-header-center .page-title-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .site-content .content-header-center .page-title-wrap {
    width: calc(100% - 500px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1681px) {
  .site-content .content-header-center .page-title-wrap {
    width: 100%;
  }
}
.site-content .content-header-center .post-categories {
  justify-content: center;
}
.site-content .content-header-center .post-meta-single {
  justify-content: center;
}
.site-content .content-header-center .subtitle {
  margin: 20px auto 0;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .site-content .content-header-center .subtitle {
    width: 50%;
  }
}
.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: 15px 20px;
  line-height: 18px;
}
.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;
}
.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;
}
.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;
}
@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: 30px 0;
  }
}
.site-content .wp-block-cover .wp-block-cover-text {
  color: #ffffff;
}
.site-content .has-drop-cap:not(:focus)::first-letter {
  margin: 8px 20px 10px 0;
  font-size: 3.45rem;
  font-weight: 200;
}
.site-content .has-small-font-size {
  font-size: 14px;
  line-height: 1.5rem;
}
.site-content .has-medium-font-size {
  line-height: 1.5;
  font-size: 1.125rem;
}
.site-content .has-large-font-size {
  line-height: 1.5;
  font-size: 1.25rem;
}
.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: 30px 0 45px 0;
  border: none;
  text-align: center;
  background: none;
}
.site-content blockquote.is-style-large p {
  line-height: 1.5;
  font-style: normal;
  font-size: 1.5rem;
}
.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 {
  margin-top: -10px;
  margin-bottom: 6px;
  display: block;
}
.site-content .wp-block-pullquote blockquote:after,
.site-content .wp-block-pullquote blockquote:before {
  display: none;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) {
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 30px 12%;
}
.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: 25px 0;
  margin-top: 7px;
}
.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;
  font-weight: normal;
  line-height: 160%;
}
.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: 30px 12%;
  margin: 0;
  max-width: 100%;
  border: none;
  text-align: center;
  background: none;
  border-radius: 0;
}
.site-content .wp-block-pullquote p {
  font-size: 2.25rem;
  line-height: 1.2;
}
.site-content .wp-block-pullquote cite {
  margin-top: 15px;
}
.site-content p.wp-block-subhead {
  font-size: 1rem;
}
.site-content .wp-block-image {
  margin: 40px 0;
}
.site-content .wp-block-image figcaption {
  margin: 15px 0;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignleft {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignright {
    margin-left: 30px;
  }
}
.site-content .wp-block-image:after {
  display: table;
  clear: both;
}
.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: 45px;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignleft {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignright {
    margin-left: 30px;
  }
}
.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: 30px;
}
.site-content .wp-block-columns .wp-block-column {
  margin-bottom: 30px;
}
.site-content .wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
.site-content .wp-block-embed__wrapper {
  margin-bottom: 10px;
}
.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 {
  line-height: 25px;
}
.widget.widget_media_image img[src$=".svg"] {
  width: auto;
}
.widget .widget-title,
.widget .wp-block-group h2 {
  margin: 0 0 10px 0;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: inherit;
  position: relative;
  opacity: 0.5;
}
.widget .widget-title a,
.widget .wp-block-group h2 a {
  color: inherit;
}
.widget ul {
  margin: 0;
}
.widget ul li .children,
.widget ul li .sub-menu {
  margin: 10px 0 10px 18px;
}
.widget select[name="monster-widget-just-testing"] option {
  width: 270px;
}
/* ============================================================ 
    5.1 Archives/Categories
=============================================================*/
.widget,
[class*="wp-block-"] {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
.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: 10px;
  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:before,
[class*="wp-block-"] ul li:before,
.widget.wp-block-archives li:before,
[class*="wp-block-"].wp-block-archives li:before {
  position: absolute;
  left: 1px;
  top: 12px;
  width: 12px;
  height: 1px;
  opacity: 0.5;
}
.widget ul li:hover:before,
[class*="wp-block-"] ul li:hover:before,
.widget.wp-block-archives li:hover:before,
[class*="wp-block-"].wp-block-archives li:hover:before {
  opacity: 1;
}
.widget ul li &gt; a,
[class*="wp-block-"] ul li &gt; a,
.widget.wp-block-archives li &gt; a,
[class*="wp-block-"].wp-block-archives li &gt; a {
  position: relative;
  display: inline-block;
  line-height: 25px;
}
.widget ul li &gt; a:before,
[class*="wp-block-"] ul li &gt; a:before,
.widget.wp-block-archives li &gt; a:before,
[class*="wp-block-"].wp-block-archives li &gt; a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.widget ul li &gt; a:hover:before,
[class*="wp-block-"] ul li &gt; a:hover:before,
.widget.wp-block-archives li &gt; a:hover:before,
[class*="wp-block-"].wp-block-archives li &gt; a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.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_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 {
  text-indent: 0;
  content: "\ea7a";
  font-family: "Nucleo";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}
.wp-block-categories-dropdown:before {
  content: "\ea7a";
  font-family: "Nucleo";
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
/* ============================================================ 
    5.2. Calendar
=============================================================*/
.calendar_wrap {
  position: relative;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table#wp-calendar {
  font-size: 13px;
  line-height: 25px;
  border-collapse: separate;
  border: none;
}
table#wp-calendar caption {
  line-height: 23px;
  padding: 3px 0 15px 0;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
table#wp-calendar thead th {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  font-size: 11px;
  font-weight: normal;
}
table#wp-calendar tbody tr td {
  padding: 6px 5px 5px 5px;
  border: none;
  border-top: 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: 500;
}
table#wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
}
table#wp-calendar tbody tr td a:hover:before {
  opacity: 0.3;
}
table#wp-calendar #today {
  position: relative;
  font-weight: 500;
}
.wp-calendar-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a {
  font-weight: normal;
  text-indent: -9999px;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 20px;
  top: 20px;
  border-radius: 4px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:before {
  content: "\ea7a";
  text-indent: 0;
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.wp-calendar-nav span.wp-calendar-nav-next a {
  left: auto;
  right: 20px;
}
.wp-calendar-nav span.wp-calendar-nav-next a:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.wp-block-calendar {
  position: relative;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.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: 15px;
  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;
}
.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;
  margin-top: 5px;
}
.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 {
  font-weight: 400;
}
.widget_rss .widget-title .rsswidget:first-child {
  display: none;
}
.widget_rss .rss-date {
  display: block;
  font-size: 12px;
  margin: 2px 0 10px 0;
  opacity: 0.7;
}
.widget_rss ul li {
  margin-bottom: 30px;
  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: 24px;
  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: 24px;
  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: 5px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 0 15px;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  content: "#";
  margin-right: 3px;
  opacity: 0.3;
}
.tagcloud a.gallery,
.wp-block-tag-cloud a.gallery {
  margin: 0;
}
.tagcloud a.link:after,
.wp-block-tag-cloud a.link:after {
  display: none;
}
/* ============================================================ 
    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:not([class*="style"]) .menu li {
  position: relative;
  padding: 0;
}
.widget_nav_menu:not([class*="style"]) .menu li:before {
  display: none;
}
.widget_nav_menu:not([class*="style"]) .menu li a {
  display: inline-block;
  position: relative;
}
.widget_nav_menu:not([class*="style"]) .menu li .menu-item-toggle {
  width: 25px;
  height: 25px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  border-radius: 4px;
}
.widget_nav_menu:not([class*="style"]) .menu li .menu-item-toggle span:after {
  content: "\ead5";
  font-family: 'Nucleo';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.widget_nav_menu:not([class*="style"]) .menu li.menu-item-expand &gt; .sub-menu,
.widget_nav_menu:not([class*="style"]) .menu li.menu-item-expand &gt; .dw-sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.widget_nav_menu:not([class*="style"]) .menu li.menu-item-expand &gt; .menu-item-toggle span:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.widget_nav_menu:not([class*="style"]) .menu li .sub-menu {
  display: none;
  visibility: hidden;
  position: static;
  background: transparent;
  margin: 10px 0 10px 18px;
  opacity: 0;
}
/* ============================================================ 
    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: "\ea7a";
  font-family: "Nucleo";
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  font-weight: normal;
  font-size: 12px;
}
.widget ul li a.wp-block-latest-posts__post-title,
.widget ol li a.wp-block-latest-comments__comment-link,
.widget ul#recentcomments li &gt; a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li &gt; a,
.widget.widget_rss ul li a.rsswidget,
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__post-title {
  display: inline;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-image: linear-gradient(180deg, transparent 96%, rgba(0, 0, 0, 0.2) 0);
}
.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 &gt; a:after,
.widget.widget_recent_entries ul li a:after,
.widget.widget_recent_comments ul li &gt; 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 &gt; a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_recent_comments ul li &gt; 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;
}
.widget ul li a.wp-block-latest-posts__post-title:hover,
.widget ol li a.wp-block-latest-comments__comment-link:hover,
.widget ul#recentcomments li &gt; a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li &gt; a:hover,
.widget.widget_rss ul li a.rsswidget:hover,
.wp-block-latest-comments__comment-link:hover,
.wp-block-latest-posts__post-title:hover {
  background-size: 100% 100%;
}
/* ============================================================ 
    6. FOOTER
=============================================================*/
.site-footer {
  position: relative;
  padding: 30px 0;
  z-index: 7;
  /* ============================================================ 
	    6.1. Content Bottom
	=============================================================*/
  /* ============================================================ 
	    6.2. Footer Widget
	=============================================================*/
  /* ============================================================ 
	    6.3. Copyright
	=============================================================*/
}
.site-footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 30%);
}
.site-footer .widget,
.site-footer [class*="wp-block-"] {
  margin-bottom: 50px;
}
.site-footer .widget:last-child,
.site-footer [class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.site-footer .widget img.logo,
.site-footer [class*="wp-block-"] img.logo {
  margin: 0 0 14px;
}
.site-footer .widget .social,
.site-footer [class*="wp-block-"] .social {
  display: flex;
  align-items: center;
  gap: 25px;
}
.site-footer .widget .social a,
.site-footer [class*="wp-block-"] .social a {
  line-height: 1;
  color: inherit;
}
.site-footer .widget .social a:not(:hover),
.site-footer [class*="wp-block-"] .social a:not(:hover) {
  opacity: 0.3;
}
.site-footer .widget .social i,
.site-footer [class*="wp-block-"] .social i {
  font-size: 32px;
}
.site-footer .calendar_wrap {
  background-color: #ffffff;
}
.site-footer .calendar_wrap .wp-calendar-nav span[class*="wp-calendar-nav"] a {
  box-shadow: none;
}
.site-footer .mc4wp-form-fields .text {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
}
.site-footer .mc4wp-form-fields .form-wrap {
  position: relative;
}
.site-footer .mc4wp-form-fields .form-wrap input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  border-top: none;
  border-right: none;
  border-left: none;
}
.site-footer .mc4wp-form-fields .form-wrap input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus + input[type="submit"] {
  opacity: 1;
}
.site-footer .mc4wp-form-fields .form-wrap input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  padding: 10px 0;
  color: inherit;
  box-shadow: none;
  opacity: 0;
}
.site-footer .mc4wp-form-fields .form-wrap input[type="submit"]:hover {
  border-top: 1px solid;
}
.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 -15px;
}
.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: 30px 15px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
.site-footer .footer-widgets {
  position: relative;
  z-index: 1;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
  width: 100%;
}
.site-footer .footer-widgets .footer-widgets-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  left: -80px;
  bottom: 0;
  background: #ffffff;
  clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
}
.site-footer .footer-widgets .footer-aside-wrap {
  margin: 0 -15px;
}
.site-footer .footer-widgets .footer-aside-wrap:before {
  content: "";
  position: absolute;
  left: -80px;
  right: -80px;
  top: 1px;
  bottom: 1px;
  z-index: -1;
  border-radius: 150px 0 150px 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
}
.site-footer .footer-widgets .footer-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .footer-widgets .footer-aside-wrap aside {
  padding: 80px 15px;
}
.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-bottom: 0;
    padding-top: 40px;
  }
  .site-footer .footer-widgets .footer-aside-wrap aside:last-child {
    padding-bottom: 40px;
  }
}
.site-footer .footer-copyright {
  position: relative;
  z-index: 1;
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
  width: 100%;
  max-width: 100%;
}
.site-footer .footer-copyright .copyright-bar {
  padding: 60px 0 30px 0;
  align-items: center;
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.site-footer .footer-copyright .social-icons {
  order: 1;
}
.site-footer .footer-copyright .copyright-content {
  flex-grow: 1;
  order: 2;
  text-align: center;
}
.site-footer .footer-copyright .go-to-top {
  display: none;
}
@media only screen and (min-width: 376px) {
  .site-footer .footer-copyright .go-to-top {
    display: block;
    order: 3;
  }
  .site-footer .footer-copyright .go-to-top a {
    display: block;
    position: fixed;
    right: 4%;
    bottom: 40px;
    z-index: 3;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    visibility: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    opacity: 0;
  }
  .site-footer .footer-copyright .go-to-top a:before {
    content: "\ead1";
    font-family: "Nucleo";
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    line-height: 1;
  }
  .site-footer .footer-copyright .go-to-top a:hover {
    color: #ffffff;
  }
  .site-footer .footer-copyright .go-to-top a span {
    display: none;
  }
  .site-footer .footer-copyright .go-to-top.active a {
    visibility: visible;
    opacity: 1;
  }
}
/* ============================================================ 
	7. OTHER PAGES
=============================================================*/
/* ============================================================ 
	7.1. Comments
=============================================================*/
.comments-area {
  clear: both;
  position: relative;
}
.comments-area .comments-title {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 4;
}
.comments-area .comments-title:after {
  margin-top: 15px;
}
.comments-area .comment-list {
  position: relative;
  z-index: 4;
  padding: 0;
  margin: 0;
  list-style: none;
}
.comments-area .comment-list .trackback,
.comments-area .comment-list .pingback {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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 &gt; .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: relative;
}
.comments-area .comment-list &gt; .comment:last-child {
  border: none;
}
.comments-area .comment-list &gt; .comment:first-child {
  padding-top: 0;
}
.comments-area .comment-list &gt; .comment .comment-meta {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.comments-area .comment-list &gt; .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 &gt; .comment .comment-meta .comment-author img {
    width: 45px;
    margin-right: 15px;
  }
}
.comments-area .comment-list &gt; .comment .comment-meta .comment-metadata {
  line-height: 1.5;
  font-size: 13px;
}
.comments-area .comment-list &gt; .comment .comment-meta .comment-metadata &gt; a {
  color: inherit;
  line-height: 1.2;
  opacity: 0.75;
}
.comments-area .comment-list &gt; .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 &gt; .comment .comment-meta .says {
  display: none;
}
.comments-area .comment-list &gt; .comment .comment-content {
  margin-left: 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list &gt; .comment .comment-content {
    margin-left: 60px;
  }
}
.comments-area .comment-list &gt; .comment .reply {
  margin: 10px 0 0 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list &gt; .comment .reply {
    margin-left: 60px;
  }
}
.comments-area .comment-list &gt; .comment .reply a {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comments-area .comment-list &gt; .comment .comment-body:hover &gt; .comment-meta .comment-metadata .comment-edit-link {
  opacity: 1;
}
.comments-area .comment-list .children {
  margin: 30px 0 0;
  padding: 0 0 0 42px;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list .children {
    padding-left: 60px;
  }
}
.comments-area .comment-list .children li {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area .comment-list .children &gt; 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: 60px;
  }
}
.comments-area .comment-list #respond .comment-reply-title {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  font-size: 15px;
  box-shadow: none;
}
.comments-area .comment-list #respond .comment-reply-title:after {
  display: none;
}
.comments-area .comment-list #respond .comment-reply-title small {
  margin-left: 12px;
  font-size: 100%;
}
.comments-area .comment-list #respond .comment-reply-title small a {
  position: static;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  line-height: 1;
  padding-left: 10px;
}
.comments-area .comment-list #respond .comment-reply-title small a:not(:hover) {
  color: inherit;
  opacity: 0.5;
}
.comments-area .comment-list #respond .comment-reply-title small a:after,
.comments-area .comment-list #respond .comment-reply-title small a:before {
  display: none;
}
.comments-area .comment-list #respond #commentform {
  display: block !important;
}
.comments-area .no-comments {
  text-align: center;
}
.comments-area #respond {
  position: relative;
  z-index: 3;
}
.comments-area #respond .comment-reply-title {
  margin: 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  line-height: 18px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-transform: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.comments-area #respond .comment-reply-title:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.comments-area #respond .comment-reply-title:after {
  content: "\ea21";
  font-family: "Nucleo";
  margin-left: 10px;
  width: 0;
  visibility: hidden;
  opacity: 0;
}
.comments-area #respond .comment-reply-title.active:after {
  width: 16px;
  visibility: visible;
  opacity: 1;
}
.comments-area #respond .comment-reply-title:not(.active) + .comment-form {
  display: none;
}
.comments-area #respond .comment-form {
  margin: 0 -10px;
  display: none;
}
.comments-area #respond .comment-form .comment-notes,
.comments-area #respond .comment-form .logged-in-as {
  padding: 0 10px;
  margin: 20px 0 30px 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
.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;
  float: left;
  align-items: baseline;
  width: calc(100% - 20px);
  margin: 0 10px 20px 10px;
  padding: 2px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
@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 {
    width: calc(33.33333333% - 20px);
  }
}
.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 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  opacity: 0.6;
}
.comments-area #respond .comment-form .comment-form-author label .required,
.comments-area #respond .comment-form .comment-form-email label .required,
.comments-area #respond .comment-form .comment-form-url label .required {
  margin-left: 5px;
}
.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 {
  padding: 10px 0 10px 8px;
  flex-grow: 1;
  height: auto;
  width: 0;
  border-color: transparent;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.comments-area #respond .comment-form .comment-form-author:hover,
.comments-area #respond .comment-form .comment-form-email:hover,
.comments-area #respond .comment-form .comment-form-url:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.comments-area #respond .comment-form .comment-form-author:hover label,
.comments-area #respond .comment-form .comment-form-email:hover label,
.comments-area #respond .comment-form .comment-form-url:hover label {
  opacity: 1;
}
.comments-area #respond .comment-form .comment-form-url {
  margin-bottom: 30px;
}
.comments-area #respond .comment-form .comment-form-comment {
  padding: 0 15px;
  margin: 0 10px 20px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.comments-area #respond .comment-form .comment-form-comment textarea {
  padding: 0;
  height: 60px;
  background: transparent;
  resize: inherit;
  width: 100%;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.comments-area #respond .comment-form .comment-form-comment label {
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.6;
}
.comments-area #respond .comment-form .comment-form-comment:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.comments-area #respond .comment-form .comment-form-comment:hover label {
  opacity: 1;
}
.comments-area #respond .comment-form .comment-form-cookies-consent {
  clear: both;
  padding: 0 10px;
  gap: 15px;
  display: flex;
  align-items: center;
  margin: 30px 0;
  font-size: 13px;
  line-height: 1.4;
}
.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.2);
  cursor: pointer;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  border-radius: 4px;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 20px;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  color: #ffffff;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked {
  background-color: #ffffff;
  border-color: transparent;
  opacity: 1;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked:after {
  display: block;
}
.comments-area #respond .comment-form .form-submit {
  margin: 30px 0 0;
  padding: 0 10px;
}
.comments-area #respond .comment-form .form-submit input {
  width: 100%;
}
/* ============================================================ 
	7.2. Page Navigation
=============================================================*/
.navigation,
.pp-posts-pagination {
  clear: both;
  padding-top: 20px;
}
.navigation:after,
.pp-posts-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .pagination,
.pp-posts-pagination .pagination {
  position: relative;
}
.navigation .pagination:after,
.pp-posts-pagination .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .page-numbers,
.pp-posts-pagination .page-numbers {
  width: 60px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.navigation .page-numbers:hover,
.pp-posts-pagination .page-numbers:hover {
  color: #ffffff;
}
.navigation .page-numbers.next,
.pp-posts-pagination .page-numbers.next {
  width: auto;
  min-width: 160px;
  float: right;
  margin: 0;
  border: none;
  line-height: 40px;
  display: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px ;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.navigation .page-numbers.prev,
.pp-posts-pagination .page-numbers.prev {
  display: none;
}
.navigation .page-numbers.dots,
.pp-posts-pagination .page-numbers.dots {
  background: none;
  border: none;
  width: 30px;
  box-shadow: none;
  opacity: 0.7;
}
.navigation .page-numbers.dots:hover,
.pp-posts-pagination .page-numbers.dots:hover {
  background: transparent;
  color: inherit;
}
.navigation .page-numbers.current,
.pp-posts-pagination .page-numbers.current {
  color: #ffffff;
  border: none;
  line-height: 42px;
}
.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 &gt; div,
.pp-posts-pagination.comment-navigation &gt; div {
  display: inline-block;
}
.navigation.comment-navigation &gt; div a,
.pp-posts-pagination.comment-navigation &gt; 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 &gt; div a:hover,
.pp-posts-pagination.comment-navigation &gt; 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 &gt; div.nav-previous a,
.pp-posts-pagination.comment-navigation &gt; div.nav-previous a {
  margin-left: 0;
}
.navigation.comment-navigation &gt; div.nav-next a,
.pp-posts-pagination.comment-navigation &gt; div.nav-next a {
  margin-right: 0;
}
.navigation .nav-links,
.pp-posts-pagination .nav-links {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
@media only screen and (min-width: 1025px) {
  .navigation .nav-links,
  .pp-posts-pagination .nav-links {
    display: flex;
    gap: 30px;
  }
}
.navigation .nav-links li,
.pp-posts-pagination .nav-links li {
  position: relative;
}
.navigation .nav-links li a .post-title,
.pp-posts-pagination .nav-links li a .post-title {
  display: none;
}
.navigation .nav-links li:before,
.pp-posts-pagination .nav-links li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  border-right: 1px solid;
  height: 11px;
  opacity: 0.3;
}
.navigation .nav-links li.prev-post:before,
.pp-posts-pagination .nav-links li.prev-post:before {
  display: none;
}
.navigation .nav-links li.prev-post.disabled + .next-post:before,
.pp-posts-pagination .nav-links li.prev-post.disabled + .next-post:before {
  display: none;
}
.navigation .nav-links li.disabled,
.pp-posts-pagination .nav-links li.disabled {
  display: none;
}
.page-links {
  display: flex;
  align-items: center;
  gap: 7px;
  clear: both;
  position: relative;
  z-index: 2;
  font-size: 14px;
  margin-top: 30px;
}
.page-links .page-links-title {
  line-height: 32px;
  margin-right: 3px;
}
.page-links .post-page-numbers {
  color: inherit;
  width: 44px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.page-links .post-page-numbers.current {
  color: #ffffff;
  border: none;
  line-height: 30px;
}
.page-links .post-page-numbers:hover {
  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;
}
.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: 24px;
  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: 30px;
    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% - 15px);
  }
}
.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: 4px;
  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 10px 40px 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: "\eaa9";
  font-family: "Nucleo";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0.3;
}
.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: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
  opacity: 0.5;
}
.search-results .main-content .search-results .post .post-title,
.search-no-results .main-content .search-results .post .post-title,
.error404 .main-content .search-results .post .post-title {
  text-transform: none;
  font-size: 16px;
}
.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;
}
.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: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  line-height: 25px;
  margin-top: 10px;
  opacity: 0.5;
}
.search-results .navigation,
.search-no-results .navigation,
.error404 .navigation {
  margin-top: 40px;
}
.search-results .navigation .page-numbers.next,
.search-no-results .navigation .page-numbers.next,
.error404 .navigation .page-numbers.next {
  width: calc(50% - 5px);
}
.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 .post-author-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 50px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  .author .post-author-box img {
    position: absolute;
    margin: 0;
    top: -110px;
  }
}
.post-author-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.post-author-box img {
  margin-right: 30px;
  width: 55px;
  border-radius: 50%;
}
.post-author-box .author-description {
  margin-top: 10px;
  font-size: 14px;
}
.post-author-box .post-author-content {
  font-size: 15px;
  line-height: 1.5;
}
.post-author-box .author-data {
  font-weight: 700;
}
/* ============================================================ 
	7.5. Social
=============================================================*/
.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-icons a {
  display: flex;
  width: 50px;
  height: 50px;
  line-height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
.social-icons a i {
  font-size: 18px;
}
.social-icons a:hover {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
/* ============================================================ 
	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 10px 40px rgba(0, 0, 0, 0.1);
}
.icons-wrap li:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
@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;
}
@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 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);
  }
}
.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%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%, #000000 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1):after {
  animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line:nth-child(3):after {
  animation-delay: 2.5s;
}
/* ============================================================ 
    8. BLOG
=============================================================*/
body.home.blog .page-title-inner {
  font-size: 5rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  body.home.blog .page-title-inner {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1367px) {
  body.home.blog .page-title-inner {
    font-size: 18rem;
  }
}
body.home.blog .site-content .content-header .down-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.post-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  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-categories {
  font-size: 11px;
  position: relative;
  z-index: 2;
  margin-bottom: 3px;
}
.post-categories a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.post-meta .post-comments a {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  color: inherit;
  border-radius: 50%;
}
.post-meta .post-comments a:before {
  content: "\eac8";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.post-meta .post-comments a span {
  position: relative;
  z-index: 1;
  font-size: 9px;
  width: 12px;
  height: 12px;
  top: -6px;
  right: -8px;
  text-align: center;
  line-height: 12px;
  color: #ffffff;
  border-radius: 50%;
}
.post-meta .post-comments a span:empty {
  display: none;
}
.post-meta .post-author {
  display: flex;
  align-items: center;
}
.post-meta .post-author .post-name {
  margin: 0 3px;
  position: relative;
  z-index: 2;
}
.post-meta img {
  margin-right: 10px;
  width: 45px;
  clip-path: polygon(15% 0, 100% 0, 100% calc(100% - 15%), calc(100% - 15%) 100%, 0 100%, 0 15%);
}
.post-meta .post-meta-data {
  line-height: 1.5;
  text-align: left;
}
.post-meta .post-meta-data .post-date {
  font-size: 12px;
  font-weight: inherit;
  opacity: 0.7;
}
.post-image {
  overflow: hidden;
}
.post-image a {
  display: block;
  position: relative;
}
.post-image a:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.post-image a:before {
  content: "\eaa9";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-90%, -50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.post-image img {
  width: 100%;
}
/* ============================================================ 
    8.1. Blog Grid
=============================================================*/
.blog-grid .content-inner[data-grid-normal] {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .content-inner[data-grid-normal]:after {
  display: none;
}
.blog-grid .content-inner[data-grid-normal] .post {
  margin-bottom: 60px;
}
.blog-grid .hentry {
  position: relative;
  z-index: 3;
}
.blog-grid .hentry:hover .post-categories:after {
  width: 100%;
}
.blog-grid .hentry:hover .post-image a:after {
  width: 100%;
}
.blog-grid .hentry:hover .post-image a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.blog-grid .hentry:hover .post-image img {
  filter: grayscale(1);
}
.blog-grid .hentry:hover .blog-readmore {
  color: #ffffff;
}
.blog-grid .hentry.sticky .post-categories:after {
  width: 100%;
  height: 4px;
}
.blog-grid .hentry.sticky:before {
  content: "";
  position: absolute;
}
.blog-grid .hentry:not(.has-post-thumbnail) .post-image {
  margin-bottom: 0;
}
.blog-grid .post-image {
  margin-bottom: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.blog-grid .post-image img {
  width: 100%;
}
.blog-grid .post-categories {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  position: relative;
}
.blog-grid .post-categories:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  top: -1px;
  height: 1px;
}
.blog-grid .post-title {
  margin: 0 0 25px 0;
  font-size: 24px;
  line-height: 1.285;
}
.blog-grid .post-meta img {
  width: 40px;
  height: auto;
  border-radius: 100%;
}
.blog-grid .post-meta .post-meta-data {
  align-items: flex-start;
  flex-direction: column;
}
.blog-grid .post-meta .post-meta-data .post-date {
  font-size: 90%;
}
.blog-grid .post-content {
  margin-bottom: 35px;
  word-break: break-word;
}
.blog-grid .post-content &gt; .wp-block-group {
  margin-bottom: 25px;
  border-radius: 4px;
}
.blog-grid .post-footer {
  position: relative;
}
/* ============================================================ 
    8.2. Blog List
=============================================================*/
.blog-list .hentry {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .blog-list .hentry {
    flex-direction: row;
    gap: 60px;
    margin-bottom: 60px;
  }
}
.blog-list .hentry .post-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  flex-grow: 1;
}
@media only screen and (min-width: 769px) {
  .blog-list .hentry .post-wrap {
    padding-bottom: 60px;
  }
}
.blog-list .hentry:after {
  display: none;
}
.blog-list .hentry:last-of-type .post-wrap {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-list .hentry.sticky {
  position: relative;
}
.blog-list .hentry.sticky:before {
  content: "";
  position: absolute;
  left: -60px;
  width: 1px;
  bottom: 0;
  top: 0;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.blog-list .hentry.sticky:after {
  content: "";
  position: absolute;
  left: -60px;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
}
.blog-list .hentry.sticky .post-wrap {
  border-bottom: none;
}
.blog-list .hentry:hover .post-title a {
  background-size: 100% 100%;
}
.blog-list .hentry:hover .post-image a:after {
  width: 100%;
}
.blog-list .hentry:hover .post-image a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.blog-list .hentry:hover .post-image img {
  filter: grayscale(1);
}
.blog-list .post-meta-data {
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data {
    flex-shrink: 0;
    width: 110px;
    display: block;
  }
}
.blog-list .post-meta-data .post-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.blog-list .post-meta-data .post-author span {
  display: block;
}
.blog-list .post-meta-data .post-author img {
  width: 30px;
  margin: 0 6px 0 0;
  clip-path: polygon(15% 0, 100% 0, 100% calc(100% - 15%), calc(100% - 15%) 100%, 0 100%, 0 15%);
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data .post-author {
    gap: 0;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .blog-list .post-meta-data .post-author img {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .blog-list .post-meta-data .post-author:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
  }
}
.blog-list .post-meta-data .post-date {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data .post-date {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.blog-list .post-title {
  margin-bottom: 9px;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.blog-list .post-categories {
  margin-bottom: 30px;
}
.blog-list .post-image {
  margin-bottom: 30px;
}
.blog-list .post-image .post-categories {
  display: none;
}
.blog-list .post-content {
  word-break: break-word;
}
.blog-list .post-content &gt; .wp-block-group.has-background {
  padding: 30px;
  margin-bottom: 30px;
}
.blog-list .blog-readmore {
  margin-top: 40px;
  display: inline-block;
  font-size: 19px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .blog-list[class*="sidebar"] .hentry {
    gap: 40px;
  }
  .blog-list[class*="sidebar"] .hentry .post-meta-data {
    width: 60px;
  }
}
.blog-list .navigation .page-numbers.next {
  float: left;
}
.blog-list .navigation .page-numbers.next:before {
  display: none;
}
/* ============================================================ 
    8.3. Blog Single
=============================================================*/
.single-post .hentry {
  position: relative;
  z-index: 4;
  margin-bottom: 80px;
}
.single-post .single-post-header {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.single-post .single-post-header .post-title {
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.single-post .single-post-header .post-navigation {
  padding: 0;
}
.single-post .single-post-header .post-meta {
  justify-content: center;
}
.single-post .single-post-header .post-meta img {
  width: 24px;
}
.single-post .single-post-header .post-meta .post-comments {
  display: none;
}
.single-post .single-post-header .post-meta .post-meta-data {
  display: flex;
}
.single-post .single-post-header .post-meta .post-meta-data .post-date {
  font-size: 100%;
  opacity: 1;
}
.single-post .post-thumbnail {
  margin-bottom: 40px;
}
.single-post .post-thumbnail img {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.single-post .post-thumbnail:empty {
  display: none;
}
.single-post .post-content p {
  margin-bottom: 30px;
}
.single-post .post-content p:last-child {
  margin-bottom: 0;
}
.single-post .post-content .wp-block-latest-comments li,
.single-post .post-content .wp-block-latest-posts li {
  margin-bottom: 20px;
}
.single-post .post-content .wp-block-tag-cloud a {
  margin: 0;
}
.single-post .post-tags {
  margin: 50px 0 0 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.single-post .post-tags:empty {
  display: none;
}
.single-post .post-tags a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 0 15px;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
.single-post .post-tags a:before {
  content: "#";
  margin-right: 3px;
  opacity: 0.3;
}
.single-post .post-tags a.gallery {
  margin: 0;
}
.single-post .post-tags a.link:after {
  display: none;
}
.single-post .post-author-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-top: 60px;
  position: relative;
  text-align: inherit;
}
.single-post .post-author-box .author-description {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .single-post:not([class*="sidebar-"]) .main-content &gt; .post {
    width: 66.666666%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post:not([class*="sidebar-"]) #related-posts {
  border-top: none;
  position: relative;
  z-index: 2;
  clear: both;
}
.single-post:not([class*="sidebar-"]) #related-posts:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(65, 41, 74, 0.05) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset;
}
.single-post .no-comments {
  margin-bottom: 40px;
  opacity: 0.7;
}
.single-post .comments-area {
  margin-top: 60px;
}
/* ============================================================ 
    8.4. Blog Related
=============================================================*/
#related-posts {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px 0 0 0;
}
#related-posts .hentry .post-inner {
  padding-bottom: 0;
}
#related-posts .hentry .post-header {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
#related-posts .hentry .post-header:after {
  display: none;
}
#related-posts .hentry.has-post-thumbnail .post-image {
  margin-bottom: 20px;
}
#related-posts .hentry .post-title {
  font-family: inherit;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
#related-posts .hentry .post-date {
  font-size: 14px;
}
#related-posts .grid-posts.content-inner {
  margin-left: -15px;
  margin-right: -15px;
}
#related-posts .grid-posts.content-inner .post {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  #related-posts .grid-posts.content-inner .post {
    margin-bottom: 0;
  }
}
.related-posts-title,
.comments-title,
.projects-related-title {
  margin: 0 0 20px 0;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: inherit;
}
/* ============================================================ 
    12. PROJECT
=============================================================*/
[class*="projects-style"] .project-title {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  font-family: inherit;
}
[class*="projects-style"] .project-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, transparent 97%, rgba(0, 0, 0, 0.2) 0);
}
[class*="projects-style"] .project-summary {
  line-height: 1.375;
  font-size: 15px;
}
[class*="projects-style"] .project-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
[class*="projects-style"] .project-summary ul li strong {
  display: block;
}
[class*="projects-style"] .project-thumbnail {
  margin: 0;
}
[class*="projects-style"] .project-thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
}
[class*="projects-style"] .project-thumbnail a img {
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
[class*="projects-style"] .project-inner:hover .project-title a {
  background-size: 100% 100%;
}
.projects-filter {
  margin-bottom: 40px;
}
.projects-filter.projects-filter-center ul {
  justify-content: center;
}
.projects-filter.projects-filter-center ul li a {
  align-items: center;
}
.projects-filter.projects-filter-right ul {
  justify-content: flex-end;
}
.projects-filter.projects-filter-right ul li a {
  align-items: flex-end;
}
.projects-filter ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.projects-filter ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.projects-filter ul li:not(.active) a {
  color: inherit;
  opacity: 0.8;
}
.projects-style1 .project-tags,
.projects-style1 .project-category,
.projects-style1 .project-readmore {
  display: none;
}
.projects-style1 .project-inner:hover .client-thumb img {
  opacity: 1;
}
.projects-style1 .project-thumbnail {
  margin: 0;
}
.projects-style1 .project-info {
  padding: 20px 0;
}
.projects-style1 .project-title {
  font-size: 19px;
}
.projects-style1 .project-summary {
  margin: 10px 0 0 0;
  font-size: 14px;
  opacity: 0.75;
}
.projects-style1 .client-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style2 .project-readmore {
  display: none;
}
.projects-style2 .project {
  width: 100%;
}
.projects-style2 .project-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 5% 5% 10px 5%;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.projects-style2 .project-info {
  padding: 0 5%;
}
.projects-style2 .project-thumbnail a {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: space-between;
}
.projects-style2 .project-category {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
  display: none;
}
.projects-style2 .project-category:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
.projects-style2 .project-category a {
  color: inherit;
  font-size: 15px;
  line-height: 23px;
}
.projects-style2 .project-title {
  margin-bottom: 5px;
  line-height: 1.267;
  font-size: 20px;
}
.projects-style2 .project-summary {
  margin-bottom: 25px;
}
.projects-style2 .client-thumb {
  width: 33.333333%;
  position: relative;
}
.projects-style2 .client-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.projects-style2 .client-thumb + img {
  width: 66.666666%;
}
.projects-style2 .client-thumb:empty {
  display: none;
}
.projects-style2 .client-thumb:empty + img {
  width: 100%;
}
.projects-style2 .project-tags {
  display: flex;
  gap: 20px;
  clear: both;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.projects-style2 .project-tags a {
  font-size: 14px;
  line-height: 24px;
}
.projects-style2 .project-tags a:before {
  content: "#";
  margin-right: 2px;
  opacity: 0.5;
}
.projects-style2 .project-tags a.gallery {
  margin: 0;
}
.projects-style2 .project-tags:empty {
  display: none;
}
.projects-style4 .project-category,
.projects-style4 .project-readmore {
  display: none;
}
.projects-style4 .project-inner:hover .client-thumb img {
  opacity: 1;
}
.projects-style4 .project-thumbnail {
  margin: 0;
}
.projects-style4 .project-tags {
  display: flex;
  gap: 20px;
  clear: both;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0 0;
}
.projects-style4 .project-tags a {
  font-size: 14px;
  line-height: 24px;
}
.projects-style4 .project-tags a:before {
  content: "#";
  margin-right: 2px;
  opacity: 0.5;
}
.projects-style4 .project-tags a.gallery {
  margin: 0;
}
.projects-style4 .project-tags:empty {
  display: none;
}
.projects-style4 .project-info {
  padding: 25px 0 0 0;
}
.projects-style4 .project-title {
  font-size: 19px;
}
.projects-style4 .project-summary {
  margin: 10px 0 25px 0;
  font-size: 14px;
  opacity: 0.75;
}
.projects-style4 .client-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style3 .project-tags,
.projects-style3 .project-category,
.projects-style3 .project-readmore {
  display: none;
}
.projects-style3 .project-inner {
  overflow: hidden;
  position: relative;
}
.projects-style3 .project-inner:hover .project-info {
  opacity: 1;
}
.projects-style3 .project-inner:hover .client-thumb img {
  transform: translateY(0);
}
.projects-style3 .project-thumbnail {
  margin: 0;
}
.projects-style3 .project-info {
  padding: 30px 60px;
  position: absolute;
  z-index: 2;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  opacity: 0;
}
.projects-style3 .project-title a {
  color: #ffffff;
  background-image: linear-gradient(180deg, transparent 97%, rgba(255, 255, 255, 0.3) 0);
}
.projects-style3 .project-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.projects-style3 .project-summary {
  margin: 6px 0 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.projects-style3 .client-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-101%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style5 .project-category,
.projects-style5 .project-readmore {
  display: none;
}
.projects-style5 .project-inner {
  overflow: hidden;
  position: relative;
}
.projects-style5 .project-inner:hover .project-info {
  background-color: rgba(0, 0, 0, 0.6);
}
.projects-style5 .project-inner:hover .client-thumb img {
  transform: translateY(0);
}
.projects-style5 .project-thumbnail {
  margin: 0;
}
.projects-style5 .project-info {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style5 .project-info-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-style5 .project-tags {
  clear: both;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  gap: 20px;
}
.projects-style5 .project-tags a {
  font-size: 14px;
  line-height: 21px;
}
.projects-style5 .project-tags a:before {
  content: "#";
  margin-right: 2px;
  opacity: 0.5;
}
.projects-style5 .project-tags a:not(:hover) {
  color: #ffffff;
}
.projects-style5 .project-tags a.gallery {
  margin: 0;
}
.projects-style5 .project-tags:empty {
  display: none;
}
.projects-style5 .project-title a {
  color: #ffffff;
  background-image: linear-gradient(180deg, transparent 97%, rgba(255, 255, 255, 0.3) 0);
}
.projects-style5 .project-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.projects-style5 .project-summary {
  margin: 3px 0 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.projects-style5 .client-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-101%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style6 .projects-filter ul {
  justify-content: center;
}
.projects-style6.projects-shortcode .projects-items {
  margin: 0;
}
.projects-style6.projects-shortcode .projects-items:hover .project {
  filter: grayscale(1);
}
.projects-style6.projects-shortcode .projects-items:hover .project .project-inner {
  opacity: 0.3;
}
.projects-style6.projects-shortcode .projects-items:hover .project:hover {
  z-index: 3;
  filter: grayscale(0);
}
.projects-style6.projects-shortcode .projects-items:hover .project:hover .project-inner {
  opacity: 1;
}
.projects-style6.projects-shortcode .projects-items .project {
  padding: 0;
  margin: 0;
  background-color: #000000;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style6 .project-tags,
.projects-style6 .project-category,
.projects-style6 .project-readmore {
  display: none;
}
.projects-style6 .project-inner {
  overflow: hidden;
  position: relative;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style6 .project-inner:hover .project-info {
  background-color: rgba(0, 0, 0, 0.4);
}
.projects-style6 .project-inner:hover .client-thumb img {
  opacity: 1;
}
.projects-style6 .project-thumbnail {
  margin: 0;
}
.projects-style6 .project-info {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 1441px) {
  .projects-style6 .project-info-inner {
    width: 50%;
  }
}
.projects-style6 .project-title {
  margin-bottom: 10px;
}
.projects-style6 .project-title a {
  color: #ffffff;
  background-image: linear-gradient(180deg, transparent 97%, rgba(255, 255, 255, 0.3) 0);
}
.projects-style6 .project-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.projects-style6 .project-summary {
  margin: 3px 0 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.projects-style6 .client-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.single-nproject:not([class*="sidebar-"]) .projects-related {
  position: relative;
  z-index: 2;
}
.single-nproject:not([class*="sidebar-"]) .projects-related:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(65, 41, 74, 0.05) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset;
}
.single-nproject.elementor-page .content-body-inner.wrap {
  width: 100%;
  max-width: 100%;
}
.single-nproject.elementor-page .site-content .content-header {
  margin-bottom: 0;
}
.single-nproject:not(.elementor-page) .project-footer.wrap,
.single-nproject:not(.elementor-page) .projects-related.wrap {
  max-width: 100%;
}
.single-nproject .content-header .post-thumbnail {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
@media only screen and (min-width: 769px) {
  .single-nproject .content-header .post-thumbnail {
    gap: 30px;
  }
}
.single-nproject .content-header .post-thumbnail img {
  width: 100%;
}
.single-nproject .content-header .post-thumbnail .imgFeatured {
  flex-grow: 1;
}
.single-nproject .content-header .project-client-info {
  width: 33.333333%;
  position: relative;
}
.single-nproject .content-header .project-client-info img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.single-nproject .content-header .project-client-info + .imgFeatured {
  width: calc(66.666666% + 30px);
}
.single-nproject .content-header .project-client-info:empty {
  display: none;
}
.single-nproject .content-header .project-client-info:empty + .imgFeatured {
  width: 100%;
}
.single-nproject:not(.page-template-template-fullwidth) .content-body {
  padding-bottom: 30px;
}
.single-nproject .hentry {
  position: relative;
  z-index: 4;
}
.single-nproject .hentry .sticky-element-placeholder {
  height: 0 !important;
}
.single-nproject .hentry .share {
  padding-bottom: 80px;
}
.single-nproject .hentry .share:empty {
  display: none;
}
.single-nproject .project-footer {
  position: relative;
}
.single-nproject .project-footer.project-tags {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.single-nproject .project-footer.project-tags:empty {
  display: none;
}
.single-nproject .project-footer.project-tags a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 0 15px;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
.single-nproject .project-footer.project-tags a:before {
  content: "#";
  margin-right: 3px;
  opacity: 0.3;
}
.single-nproject .project-footer.project-tags a.gallery {
  margin: 0;
}
.single-nproject .project-footer.project-tags a.link:after {
  display: none;
}
.single-nproject .wp-block-columns .wp-block-column {
  margin-bottom: 10px;
}
.single-nproject .wp-block-columns &gt; h6 {
  border-top: 1px solid;
  padding-top: 20px;
  margin: 0;
}
.single-nproject dl {
  margin: 30px 0;
  font-size: 15px;
}
.single-nproject dl dt {
  float: left;
  font-weight: 700;
}
.single-nproject dl dd {
  margin-bottom: 10px;
  margin-left: 30%;
}
.single-nproject dl.style2 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}
.single-nproject .site-header {
  color: rgba(255, 255, 255, 0.5);
}
.single-nproject .site-header .social-icons a {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.1);
}
.single-nproject .site-header .social-icons a:hover {
  background: none;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.single-nproject .site-header .wrap-brand .navigator .menu-primary {
  border-color: rgba(255, 255, 255, 0.1);
}
.single-nproject .site-header .wrap-brand .navigator .menu-primary li.current_page_parent a:not(:hover) {
  border-color: transparent;
}
.single-nproject .site-header .menu-primary &gt; li:hover &gt; a {
  color: #ffffff;
}
.single-nproject .site-header .site-header-inner a[data-target="off-canvas-right"] {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.projects-related {
  padding-top: 60px;
}
.projects-related-wrap {
  margin: 0 -15px;
}
.projects-related-wrap .project {
  padding: 0 15px;
  margin-bottom: 30px;
}
.projects-related-wrap .project:last-child {
  margin-bottom: 0;
}
.projects-related-wrap[data-columns="2"] .project-info-inner {
  display: flex;
}
.projects-related-wrap[data-columns="2"] .project-summary {
  display: flex;
  font-size: 17px;
  line-height: 26px;
  opacity: 0.8;
}
.projects-related-wrap[data-columns="2"] .project-summary:before {
  content: "-";
  margin: 0 6px;
}
.projects-related-wrap[data-columns="2"] .project-title {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
}
.projects-related-wrap[data-columns="2"] .project-summary {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}
.projects-related-wrap[data-columns="2"] .project-info {
  padding: 30px 0 0;
  border: none;
}
.projects-shortcode .projects-wrap {
  position: relative;
}
.projects-shortcode .widget-title {
  margin: 0 0 35px 0;
  font-size: 19px;
  line-height: 24px;
}
@media only screen and (min-width: 1025px) {
  .projects-shortcode .widget-title {
    text-align: inherit;
    margin: 0;
    float: left;
    max-width: 40%;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: inherit;
  }
  .projects-shortcode .widget-title + .projects-filter {
    float: right;
    width: 60%;
    margin-top: 7px;
  }
  .projects-shortcode .widget-title + .projects-filter ul {
    justify-content: flex-end;
  }
}
.projects-shortcode .projects-items {
  margin: 0 -15px;
  clear: both;
}
.projects-shortcode .projects-items .project {
  padding: 0 15px;
  margin-bottom: 30px;
}
.projects-shortcode .projects-filter ul {
  justify-content: center;
}
.projects .navigation {
  padding-top: 30px;
}
.single-nproject [class*="header-style"] .navigator .menu-primary &gt; li:not([class*="ancestor"]):not(:hover):before,
.projects.archive [class*="header-style"] .navigator .menu-primary &gt; li:not([class*="ancestor"]):not(:hover):before {
  width: 0;
  right: 0;
}
.single-nproject [class*="header-style"] .navigator .menu-primary &gt; li:not([class*="ancestor"]):not(:hover) &gt; a,
.projects.archive [class*="header-style"] .navigator .menu-primary &gt; li:not([class*="ancestor"]):not(:hover) &gt; a {
  color: inherit;
}
/* ============================================================ 
    10. ELEMENTS
=============================================================*/
#site .swiper-slide-active {
  border-color: transparent;
}
.site .shadow &gt; .e-con-inner {
  position: relative;
}
.site .shadow &gt; .e-con-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  left: -80px;
  bottom: 0;
  background: #ffffff;
  clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
}
.site .shadow &gt; .e-con-inner:after {
  content: "";
  position: absolute;
  left: -80px;
  right: -80px;
  top: 1px;
  bottom: 1px;
  z-index: -1;
  border-radius: 150px 0 150px 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
}
.site .elementor-element.blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site .mqgroup {
  display: flex;
  gap: 60px;
}
.site .mqgroup:hover .mq {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.site .mq {
  animation: 50s linear infinite mq;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 40px;
  min-width: 200%;
}
@media only screen and (min-width: 1025px) {
  .site .mq {
    gap: 100px;
  }
}
.site .mq:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.site .mq li {
  white-space: nowrap;
}
.site .mq li:before {
  font-weight: 300;
  margin-right: 100;
  font-size: 50%;
  vertical-align: middle;
}
.site .mq li span {
  font-weight: 500;
}
.site .mqrtl {
  animation: 50s linear infinite mqrtl;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
  min-width: 200%;
}
@media only screen and (min-width: 1025px) {
  .site .mqrtl {
    gap: 100px;
  }
}
.site .mqrtl:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.site .mqrtl li {
  white-space: nowrap;
}
.site .mqrtl li:before {
  font-weight: 300;
  margin-right: 100;
  font-size: 50%;
  vertical-align: middle;
}
.site .mqrtl li span {
  font-weight: 500;
}
.site .e-grid {
  counter-reset: my-badass-counter;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-heading-title a {
    position: relative;
    z-index: 1;
  }
  .site .elementor-heading-title a:before {
    content: "\eaa9";
    font-family: Nucleo;
    font-size: 32px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    color: #ffffff;
    position: absolute;
    top: calc(50% + 4px);
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  .site .elementor-heading-title a:hover {
    padding-right: 100px;
  }
  .site .elementor-heading-title a:hover:before {
    opacity: 1;
  }
}
.site .elementor-widget-heading.style2 .elementor-heading-title a {
  padding: 0;
}
.site .elementor-widget-heading.style2 .elementor-heading-title a:before {
  display: none;
}
.site .elementor-widget-heading.style2 .elementor-heading-title a span.des {
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 0.6;
}
.site .elementor-widget-heading.style2 .elementor-heading-title a:hover span.des {
  background-size: 100% 100%;
}
.site .elementor-widget-image .widget-image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  margin: 0;
}
.site .elementor-widget-image:hover + .elementor-widget-heading.style2 .elementor-heading-title a span.des {
  background-size: 100% 100%;
}
.site .elementor-widget-image.demo .widget-image-caption {
  position: relative;
  background: none;
  padding: 0;
  display: inline-block;
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.site .elementor-widget-image.demo:hover .widget-image-caption {
  background-size: 100% 100%;
}
.site .elementor-widget-image.style2 a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.site .elementor-widget-image.style2 .widget-image-caption {
  position: absolute;
  padding: 20px 30px;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%) scale(0.8);
  color: #ffffff;
  visibility: hidden;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0;
}
.site .elementor-widget-image.style2:hover .widget-image-caption {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-image-box {
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.site .elementor-widget-image-box .elementor-image-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.site .elementor-widget-image-box .elementor-image-box-title {
  margin: 0;
}
.site .elementor-widget-image-box .elementor-image-box-title:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) ".";
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  opacity: 0.3;
}
.site .elementor-widget-image-box .elementor-image-box-title a {
  position: relative;
  display: block;
  padding-right: 65px;
}
.site .elementor-widget-image-box .elementor-image-box-title a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site .elementor-widget-image-box .elementor-image-box-title a:before {
  content: "\ead5";
  font-family: "Nucleo";
  font-size: 16px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 2;
  font-weight: normal;
}
.site .elementor-widget-image-box .elementor-image-box-title a span {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.site .elementor-widget-image-box .elementor-image-box-description {
  height: 0;
  overflow: hidden;
}
.site .elementor-widget-image-box .elementor-image-box-img a {
  display: block;
}
.site .elementor-widget-image-box .elementor-image-box-img a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.site .elementor-widget-image-box:hover .elementor-image-box-description {
  height: 26px;
}
.site .elementor-widget-image-box:hover img {
  transform: scale(1.1) rotate(4deg);
}
.site .elementor-widget-image-box:hover .elementor-image-box-title a:after {
  transform: scale(1.1);
}
.site .elementor-widget-image-box:hover .elementor-image-box-title a:before {
  transform: rotate(180deg);
  color: #ffffff;
}
.site .elementor-widget-image-box:hover .elementor-image-box-title a span {
  font-size: 100%;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-widget-container {
  overflow: visible;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline ul {
  margin: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline ul .elementor-icon-list-icon svg,
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline ul .elementor-icon-list-icon img,
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline ul .elementor-icon-list-icon i {
  margin: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional .elementor-icon-list-item a {
  position: relative;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional .elementor-icon-list-item a:before {
  content: "\ea74";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional .elementor-icon-list-item a.link {
  display: inline-block;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional .elementor-icon-list-item a.link:before {
  display: none;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional .elementor-icon-list-item a.link:after {
  bottom: -5px;
}
.site .e-widget-swiper {
  overflow: visible;
}
.site .e-widget-swiper .swiper {
  overflow: visible;
}
.site .e-widget-swiper .swiper-slide:not(.swiper-slide-visible) {
  visibility: hidden;
  opacity: 0;
}
.site .e-widget-swiper .pp-slider-arrow svg,
.site .e-widget-swiper .elementor-swiper-button svg {
  display: none;
}
.site .e-widget-swiper .pp-slider-arrow:before,
.site .e-widget-swiper .elementor-swiper-button:before {
  content: "\ea7a";
  font-family: Nucleo;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.site .e-widget-swiper .pp-slider-arrow[class*="button-next"]:before,
.site .e-widget-swiper .elementor-swiper-button[class*="button-next"]:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.site .e-widget-swiper .pp-slider-arrow[class*="button-disabled"],
.site .e-widget-swiper .elementor-swiper-button[class*="button-disabled"] {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .site .e-widget-swiper .pp-slider-arrow,
  .site .e-widget-swiper .elementor-swiper-button {
    top: auto;
    bottom: -15px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.15) !important;
    transform: none;
  }
}
.site .e-widget-swiper .pp-posts-carousel .pp-post-wrap {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-image-carousel .swiper-slide {
  cursor: grab;
}
.site .elementor-widget-image-carousel .swiper-slide:active {
  cursor: grabbing;
}
.site .elementor-widget-image-carousel.e-widget-swiper .swiper-slide {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-image-carousel .elementor-image-carousel {
  margin-bottom: 30px;
}
.site .elementor-widget-image-carousel .elementor-swiper-button {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site .elementor-widget-video .elementor-widget-container {
  overflow: visible;
}
.site .elementor-custom-embed-image-overlay {
  overflow: hidden;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i {
  text-shadow: none;
  opacity: 1;
}
.site .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play:before {
  transform: translate(-50%, -50%) scale(1.2);
}
.site .elementor-widget-counter .elementor-counter-title {
  text-align: center;
}
.site .elementor-widget-counter .elementor-counter-number-suffix,
.site .elementor-widget-counter .elementor-counter-number-prefix {
  opacity: 0.3;
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  position: relative;
  padding: 20px 50px 20px 0;
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active:before {
  transform: translateY(-50%) rotate(90deg);
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  padding: 0 0 25px 0;
}
.site .elementor-toggle .elementor-toggle-item .elementor-toggle-icon {
  display: none;
}
.site .elementor-toggle .elementor-toggle-item:last-of-type .elementor-tab-content,
.site .elementor-toggle .elementor-toggle-item:last-of-type .elementor-tab-title {
  border-bottom: none;
}
.site .elementor-accordion {
  counter-reset: my-badass-counter;
}
.site .elementor-accordion .elementor-accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.site .elementor-accordion .elementor-accordion-item:last-of-type {
  border: none;
}
.site .elementor-accordion .elementor-accordion-item .elementor-accordion-title {
  display: flex;
  align-items: flex-start;
}
.site .elementor-accordion .elementor-accordion-item .elementor-accordion-title:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) ".";
  width: 50px;
  font-weight: 300;
  display: inline-block;
  flex-shrink: 0;
  opacity: 0.3;
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title span {
  opacity: 0.6;
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title:before {
  opacity: 1;
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon {
  opacity: 1;
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon:before {
  content: "\ead4";
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon:before {
  content: "\ead5";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  transform: translate(-50%, -50%);
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span {
  display: none;
}
.site .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  padding: 0 0 30px 0;
  clear: both;
  border: none;
}
.site .elementor-widget-n-accordion .e-n-accordion-item {
  background-color: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.site .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  padding: 20px 30px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.site .elementor-widget-n-accordion .e-n-accordion-item div[role="region"] {
  padding: 0 30px 30px;
}
.site .elementor-widget-n-accordion .e-n-accordion-item .e-opened svg,
.site .elementor-widget-n-accordion .e-n-accordion-item .e-closed svg {
  display: none;
}
.site .elementor-widget-n-accordion .e-n-accordion-item .e-opened:before,
.site .elementor-widget-n-accordion .e-n-accordion-item .e-closed:before {
  content: "\ead5";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-n-accordion .e-n-accordion-item .e-closed:before {
  content: "\ead4";
}
.site .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
  background-color: transparent;
  border-top: 3px solid;
  box-shadow: none;
}
.site .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
.site .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
  background: none !important;
}
.site .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="false"] {
  border-color: transparent;
}
.site .elementor-widget-menu-anchor {
  margin-top: -20px;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-tab-content .elementor-section[data-element_type="section"] {
  margin-left: -15px;
  margin-right: -15px;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-tab-title {
  position: relative;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-tab-title.pp-accordion-tab-active .pp-accordion-toggle-icon {
  transform: translateY(-50%) rotate(0);
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon span {
  display: none;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-title {
  margin-top: 0;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-button {
  width: 100%;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table {
  display: flex;
  flex-direction: column;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-head {
  order: 1;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-price-wrap {
  order: 2;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-footer {
  order: 3;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-features {
  order: 4;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-ribbon {
  transform: none;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: auto;
  bottom: 100%;
  overflow: visible;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-ribbon .pp-pricing-table-ribbon-inner {
  width: 100%;
  transform: none;
  border-radius: 4px 4px 0 0;
}
.site .elementor-widget-pp-contact-form-7 .pp-contact-form-7-title {
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
.site .elementor-widget-pp-contact-form-7 .pp-contact-form-7-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 60px;
  border-radius: 4px;
}
.site .elementor-widget-pp-contact-form-7 .pp-contact-form-description {
  margin-bottom: 30px;
}
.site .elementor-widget-pp-contact-form-7 .wpcf7-radio label,
.site .elementor-widget-pp-contact-form-7 .wpcf7-checkbox label {
  display: flex;
}
.site .elementor-widget-pp-contact-form-7.callback {
  padding: 40px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
.site .elementor-widget-pp-contact-form-7.callback .pp-contact-form-7-title {
  color: #ffffff;
}
.site .elementor-widget-pp-contact-form-7.callback:before {
  content: "";
  width: 59px;
  height: 59px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform: scale(1.05);
}
.site .elementor-widget-pp-contact-form-7.callback:after {
  content: "";
  width: 120px;
  height: 1px;
  position: absolute;
  right: -30px;
  bottom: 30px;
  z-index: 2;
  transform: rotate(135deg);
  transform-origin: bottom;
  background-color: rgba(0, 0, 0, 0.3);
}
.site .elementor-widget-pp-contact-form-7.callback .form-row {
  margin-bottom: 20px;
}
.site .elementor-widget-wp-widget-nav_menu .elementor-widget-container {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-wp-widget-nav_menu .elementor-widget-container {
    flex-direction: row;
  }
}
.site .elementor-widget-wp-widget-nav_menu .menu-social-menu-container {
  overflow: hidden;
}
.site .elementor-widget-wp-widget-nav_menu h5 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  flex-shrink: 0;
}
.site .elementor-widget-wp-widget-nav_menu ul.menu {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.site .elementor-widget-wp-widget-nav_menu ul.menu::-webkit-scrollbar {
  display: none;
}
.site .elementor-widget-wp-widget-nav_menu ul.menu li a:not(:hover) {
  color: inherit;
  opacity: 0.7;
}
.site .elementor-widget-wp-widget-nav_menu ul.menu li a:before {
  content: "/";
  position: relative;
  top: -1px;
  margin: 0 7px 0 8px;
}
.site .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a:before {
  display: none;
}
.site .elementor-widget-testimonial {
  background-color: #ffffff;
  padding: 30px 30px 20px 30px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.site .elementor-widget-testimonial .elementor-testimonial-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  margin-bottom: 80px;
}
.site .elementor-widget-testimonial .elementor-testimonial-image {
  height: auto;
}
.site .elementor-widget-icon-box {
  background-color: #ffffff;
  padding: 50px 30px;
}
.site .elementor-widget-icon-box .elementor-icon-box-icon a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-widget-icon-box .elementor-icon-box-title {
  margin-top: 0;
}
.site .elementor-widget-icon-box .elementor-icon-box-title svg * {
  transition: 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-icon-box .elementor-icon-box-title a {
  position: relative;
}
.site .elementor-widget-icon-box .elementor-icon-box-title a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -3px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transition: 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-icon-box .elementor-icon-box-title a:after {
  content: "\eaa9";
  font-family: Nucleo;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  right: 0;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.site .elementor-widget-icon-box:hover {
  color: #ffffff;
}
.site .elementor-widget-icon-box:hover .elementor-icon-box-title {
  color: #ffffff;
}
.site .elementor-widget-icon-box:hover .elementor-icon-box-title a {
  background-size: 100% 100%;
  padding-right: 25px;
}
.site .elementor-widget-icon-box:hover .elementor-icon-box-title a:after {
  opacity: 1;
}
.site .elementor-widget-icon-box:hover .elementor-icon-box-title a:before {
  width: 100%;
}
.site .elementor-widget-icon-box:hover svg * {
  stroke: #ffffff;
}
.site .elementor-widget-pp-team-member .pp-tm-name {
  margin-top: 0;
}
.site .elementor-widget-pp-team-member .pp-tm {
  position: relative;
  z-index: 1;
}
.site .elementor-widget-pp-team-member .pp-tm:hover {
  z-index: 3;
}
.site .elementor-widget-pp-team-member .pp-tm:hover .pp-tm-image {
  z-index: 2;
}
.site .elementor-widget-pp-team-member .pp-tm:hover .pp-tm-content {
  visibility: visible;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-pp-team-member .pp-tm-image {
  display: block;
}
.site .elementor-widget-pp-team-member .pp-tm-content {
  text-align: center;
  background: #ffffff;
  padding: 115px 25px 25px 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  top: -30px;
  visibility: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  transition: all 0s;
}
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading,
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading,
  .site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a {
    gap: 30px;
    flex-direction: row;
  }
  .site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading .pp-first-text,
  .site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a .pp-first-text {
    margin-top: 3px;
    flex-shrink: 0;
    width: calc(33.3333% - 20px);
  }
}
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a .pp-second-text,
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a &gt; a .pp-second-text {
  padding-right: 100px;
}
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a .pp-second-text:after,
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a &gt; a .pp-second-text:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
  border: 1px dashed;
  opacity: 0.3;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a .pp-second-text:before,
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a &gt; a .pp-second-text:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  right: 0;
  top: 0;
}
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a:hover .pp-second-text:after,
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-dual-heading &gt; a &gt; a:hover .pp-second-text:after {
  top: -10px;
  right: -10px;
  bottom: -10px;
  width: 92px;
  height: 92px;
  opacity: 0.6;
}
.site .pp-dual-heading {
  margin: 0;
}
.site .pp-dual-heading .pp-first-text {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
.site .elementor-widget-pp-info-list .pp-info-list-title {
  margin-top: 0;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-left .pp-info-list-container,
.site .elementor-widget-pp-info-list.pp-info-list-icon-left .pp-info-list-container li {
  overflow: visible;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-left .pp-info-list-item-inner {
  position: relative;
  z-index: 1;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-left .pp-info-list-item-inner:after {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: -30px;
  right: -30px;
  background-color: #ffffff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-left .pp-info-list-item-inner:hover:after {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left {
  counter-reset: my-badass-counter;
}
@media only screen and (max-width: 768px) {
  .site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-list-items .pp-info-list-item {
    flex-basis: auto;
    width: calc(50% - 20px) !important;
  }
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    width: 20%;
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(65, 41, 74, 0.07) 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    z-index: -1;
    margin: 0;
  }
  .site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item:last-child:before {
    display: none;
  }
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item-inner {
  flex-direction: column-reverse;
  gap: 30px;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item-inner {
    gap: 60px;
  }
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item-inner .pp-infolist-icon-wrapper:after,
.site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item-inner .pp-infolist-icon-wrapper:before {
  display: none ;
}
.site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-title:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) ".";
  display: block;
  margin: 0 0 25px 0;
  opacity: 0.3;
}
.site .elementor-widget-pp-icon-list .pp-list-items {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item:hover a .pp-icon-list-text:after {
  width: 30px;
}
.site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item a .pp-icon-list-text {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item a .pp-icon-list-text:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) ".";
  width: 40px;
  display: inline-block;
  flex-shrink: 0;
  opacity: 0.5;
}
.site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item a .pp-icon-list-text:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 12px;
  left: 0;
  border-bottom: 1px solid;
  opacity: 0.3;
}
.site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item a .pp-icon-wrapper + .pp-icon-list-text:before {
  display: none;
}
.site .elementor-widget-pp-icon-list.elementor-list-item-link-full_width a {
  width: 100%;
}
.site .elementor-widget-pp-icon-list.columns-2 .pp-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.site .elementor-widget-pp-icon-list.columns-2 .pp-list-items .pp-icon-list-item {
  width: calc(50% - 15px);
}
.site .elementor-widget-pp-icon-list.columns-2 .pp-list-items .pp-icon-list-item a:before {
  display: none;
}
.site .elementor-widget-pp-icon-list.columns-2 .pp-list-items .pp-icon-list-item .pp-icon-list-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid;
  opacity: 0.15;
}
.site .elementor-widget-pp-icon-list.no-arrow .pp-list-items .pp-icon-list-item a:before {
  display: none;
}
.site .elementor-widget-pp-counter .pp-counter.pp-counter-layout-2 .pp-counter-title {
  position: absolute;
  bottom: 0;
}
.site .elementor-widget-pp-counter .pp-counter.pp-counter-layout-2 .pp-counter-number-wrap {
  justify-content: inherit;
}
@media only screen and (max-width: 604px) {
  .site .elementor-widget-pp-counter .pp-counter.pp-counter-layout-7 {
    display: inline-block;
  }
  .site .elementor-widget-pp-counter .pp-counter.pp-counter-layout-7 .pp-counter-number-wrap {
    margin: 0 0 10px 0;
  }
  .site .elementor-widget-pp-counter .pp-counter.pp-counter-layout-7 .pp-counter-title-wrap {
    text-align: center;
  }
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .swiper-wrapper {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-wrap:not(.swiper-slide-active) .pp-post-content-wrap,
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-wrap:not(.swiper-slide-active) .pp-post-terms {
  visibility: hidden;
  opacity: 0;
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-wrap:not(.swiper-slide-active) img {
  filter: grayscale(1);
  transform: scale(0.6);
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-wrap .pp-post-content {
    text-align: left;
  }
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-content {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-content {
    flex-direction: column;
    gap: 3px;
  }
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-content .pp-post-title {
  margin: 0;
  flex-shrink: 0;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-content .pp-post-title {
    max-width: 100%;
  }
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-content .pp-post-title a {
  padding: 0 0 5px 0;
  display: inline-block;
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-content .pp-post-title:before {
  counter-increment: my-badass-counter;
  margin-right: 5px;
  opacity: 0.25;
}
.site .elementor-widget-pp-posts.e-widget-swiper.elementor-grid-1 .pp-post-content .pp-post-excerpt {
  margin: 0;
  padding-top: 2px;
}
.site .elementor-widget-pp-posts .pp-post {
  position: relative;
  overflow: hidden;
}
.site .elementor-widget-pp-posts .pp-post:hover .pp-post-title a {
  background-size: 100% 100%;
}
.site .elementor-widget-pp-posts .pp-post-title {
  margin-top: 0;
}
.site .elementor-widget-pp-posts .pp-post-title a {
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.site .elementor-widget-pp-posts .pp-post-thumbnail {
  position: relative;
  z-index: 2;
}
.site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post-terms-wrap {
  position: absolute;
  z-index: 2;
  top: 25px;
}
.site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post-terms-wrap a {
  background-color: #ffffff;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post-content {
    padding: 25px 30px;
  }
}
.site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post:hover .pp-post-title:after {
  width: 100%;
}
.site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post-title {
  position: relative;
}
.site .elementor-widget-pp-posts:not(.elementor-grid-1) .pp-post-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  height: 5px;
  width: 50px;
}
.site .elementor-widget-pp-content-ticker .pp-content-ticker-container {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site .elementor-widget-pp-content-ticker .pp-slider-arrow {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
}
.site .elementor-widget-pp-content-ticker .pp-slider-arrow i:before,
.site .elementor-widget-pp-content-ticker .pp-slider-arrow:before {
  font-size: 18px;
}
.site .elementor-widget-pp-content-ticker .pp-content-ticker-navigation {
  position: relative;
}
.site .elementor-widget-pp-logo-carousel .swiper {
  overflow: hidden;
}
.site .elementor-widget-pp-logo-carousel .swiper .swiper-slide {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-logo-carousel.style1 .swiper-container-wrap:after,
.site .elementor-widget-pp-logo-carousel.style1 .swiper-container-wrap:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.site .elementor-widget-pp-logo-carousel.style1 .swiper-container-wrap:before {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.site .elementor-widget-pp-logo-carousel .swiper-3d [class*="swiper-slide-shadow-"] {
  top: 20px;
  height: calc(100% - 40px);
}
.site .pp-info-box .pp-info-box-title {
  margin-top: 0;
}
.site .pp-info-box .pp-info-box-description .small {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.site .pp-info-box .pp-info-box-description [class*="list-style"]:last-child {
  margin-bottom: 0;
}
.site .pp-info-box .pp-info-box-description [class*="list-style"] li {
  margin-bottom: 10px;
}
.site .pp-info-box .pp-info-box-description [class*="list-style"] li:last-child {
  margin-bottom: 0;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 25px 45px;
  margin-top: 20px;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  height: 140px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/mask.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 2;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap .pp-info-box-icon {
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap .pp-info-box-icon:after {
  position: absolute;
  height: 8px;
  width: 66px;
  content: "";
  bottom: -25px;
  left: 50%;
  margin-left: -34px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap .pp-info-box-icon img,
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap .pp-info-box-icon svg,
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap .pp-info-box-icon i {
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-button-text {
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-button-text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -3px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box:hover .pp-info-box-icon-wrap .pp-info-box-icon:after {
  transform: scale(0.75);
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box:hover .pp-info-box-icon-wrap .pp-info-box-icon img,
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box:hover .pp-info-box-icon-wrap .pp-info-box-icon svg,
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box:hover .pp-info-box-icon-wrap .pp-info-box-icon i {
  transform: translateY(-20px) rotate(10deg);
}
.site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box:hover .pp-button-text:after {
  width: 100%;
  right: auto;
  left: 0;
}
.site .elementor-widget-pp-info-box-carousel.style2 .swiper .swiper-slide {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-info-box-carousel.style2 .swiper .swiper-slide:hover .pp-info-box-content:after {
  transform: scale(1.3);
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-icon-wrap {
  position: absolute;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-content {
  position: relative;
  z-index: 2;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -35px;
  width: 11px;
  height: 11px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 50%;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-content:after {
  content: "";
  position: absolute;
  left: -12px;
  top: -47px;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 50%;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.site .elementor-widget-pp-info-box-carousel.style2 img {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.055), 0 4px 4px rgba(0, 0, 0, 0.055), 0 8px 8px rgba(0, 0, 0, 0.055), 0 16px 16px rgba(0, 0, 0, 0.055), 0 32px 32px rgba(0, 0, 0, 0.055);
}
.site .elementor-widget-pp-info-box-carousel.style3 .pp-info-box .pp-info-box-icon-wrap {
  margin: 0 0 30px 0;
  position: relative;
  top: auto;
  transform: translate(-50%, 0);
}
.site .elementor-widget-pp-buttons.custom-fixed .pp-buttons-group {
  flex-direction: column;
}
.site .elementor-widget-pp-buttons.custom-fixed .pp-button {
  transition: none;
  position: relative;
}
.site .elementor-widget-pp-buttons.custom-fixed:not(.active) .pp-button:not(:hover) .pp-button-icon {
  width: 0;
  margin-right: 0;
  overflow: hidden;
}
.site .elementor-widget-pp-buttons.custom-fixed.active {
  position: fixed;
}
.site .elementor-widget-pp-buttons.custom-fixed.active .pp-button {
  font-family: inherit;
}
.site .elementor-widget-pp-buttons.custom-fixed.active .pp-button .pp-button-title {
  position: absolute;
  text-indent: 0;
  left: 35px;
  top: 50%;
  color: #ffffff;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-50%);
  visibility: hidden;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
}
.site .elementor-widget-pp-buttons.custom-fixed.active .pp-button:hover .pp-button-title {
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-buttons.custom-fixed.active:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -15px;
  bottom: -15px;
  right: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.site .elementor-widget-wp-widget-search {
  width: 100%;
}
.site .elementor-widget-wp-widget-search .search-form {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media only screen and (min-width: 601px) {
  .site .elementor-widget-wp-widget-search .search-form {
    flex-direction: row;
  }
}
.site .elementor-widget-wp-widget-search .search-form label {
  flex-grow: 1;
}
.site .elementor-widget-wp-widget-search .search-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site .elementor-widget-wp-widget-search .search-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  .site .wp-block-themepunch-revslider .kiraz-thumbs {
    left: 50%;
    transform: translateX(-50%) !important;
  }
}
.site .wp-block-themepunch-revslider .kiraz-thumbs .sr7-thumb-img {
  border-radius: 30px;
}
.site .wp-block-themepunch-revslider .kiraz-bullets .sr7-bullet {
  width: 55px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.site .wp-block-themepunch-revslider .kiraz-bullets .sr7-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-style1,
.list-style2 {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  counter-reset: my-badass-counter;
}
.list-style1 li,
.list-style2 li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .list-style1 li,
  .list-style2 li {
    padding: 0 0 0 45px;
  }
}
.list-style1 li:before,
.list-style2 li:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid;
  opacity: 0.5;
}
.list-style1[class*="columns-"] li,
.list-style2[class*="columns-"] li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 605px) {
  .list-style1[class*="columns-"],
  .list-style2[class*="columns-"] {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .list-style1[class*="columns-"] li,
  .list-style2[class*="columns-"] li {
    width: calc(50% - 15px);
    margin-bottom: -10px;
  }
}
.list-style2 li {
  padding: 0 0 0 50px;
  margin-bottom: 15px;
}
.list-style2 li:before {
  top: 12.5px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 1px;
  border: none;
  opacity: 1;
}
.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;
}
.elementor-widget-button.outline:hover a,
.elementor-widget-button.outline:hover a.elementor-button {
  color: #ffffff;
}
.button:not([class*="product_type_"]) {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.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_"]).white.outline {
  box-shadow: none;
  color: #ffffff;
}
.button:not([class*="product_type_"]).white.outline:after {
  border-color: #ffffff;
}
.button:not([class*="product_type_"]).dark {
  color: #ffffff;
}
.button:not([class*="product_type_"]).sm {
  padding: 10px 20px;
}
@media only screen and (min-width: 1025px) {
  .button:not([class*="product_type_"]).md {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1025px) {
  .button:not([class*="product_type_"]).lg {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
  }
}
.button:not([class*="product_type_"]).outline {
  background: transparent;
}
.button:not([class*="product_type_"]).outline:not(hover) {
  box-shadow: none;
}
.button:not([class*="product_type_"]).outline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid;
  z-index: -1;
}
.button:not([class*="product_type_"]).outline:hover {
  color: #ffffff;
}
.button:not([class*="product_type_"]).outline:hover:after {
  opacity: 0;
}
.button:not([class*="product_type_"]).full {
  width: 100%;
  text-align: center;
  display: block;
}
.button:not([class*="product_type_"]).has-arrow {
  padding-left: 25px;
  text-align: inherit;
}
.button:not([class*="product_type_"]).has-arrow:before {
  content: "\ea74";
  font-family: "Nucleo";
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  right: 22px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%) rotate(-45deg);
}
.button:not([class*="product_type_"]).has-arrow.down:before {
  transform: translateY(-50%) rotate(90deg);
}
.elementor-widget-button.has-arrow.primary .elementor-button-text:before {
  background-color: #ffffff;
}
.elementor-widget-button.has-arrow a.elementor-button:hover .elementor-button-text {
  padding-left: 30px;
  padding-right: 0;
}
.elementor-widget-button.has-arrow a.elementor-button:hover .elementor-button-text:before {
  opacity: 0;
}
.elementor-widget-button.has-arrow a.elementor-button:hover .elementor-button-text:after {
  opacity: 1;
}
.elementor-widget-button.has-arrow .elementor-button-text {
  position: relative;
  padding-right: 30px;
}
.elementor-widget-button.has-arrow .elementor-button-text:before,
.elementor-widget-button.has-arrow .elementor-button-text:after {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.elementor-widget-button.has-arrow .elementor-button-text:after {
  right: auto;
  left: -26px;
  opacity: 0;
}
.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);
}
.custom-blur {
  transform: translateX(-50%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.custom-center {
  transform: translateX(-50%);
}
.site .elementor-widget-pp-info-box-carousel:not(.style2).custom .pp-info-box .pp-info-box-icon-wrap {
  margin-top: 35px;
}
.wpcf7-form.submitting .wpcf7-form-control-wrap {
  opacity: 0.5;
}
.wpcf7-form .step-title {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form .step-title {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
  }
}
.wpcf7-form .step-title span {
  opacity: 0.3;
}
.wpcf7-form .form-row {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.wpcf7-form .form-row &gt; p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.wpcf7-form .form-row label {
  margin-bottom: 10px;
  display: block;
}
.wpcf7-form .form-row textarea,
.wpcf7-form .form-row input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  font-size: 14px;
  line-height: 18px;
}
.wpcf7-form .form-row.no-margin-top {
  margin-top: 0;
}
.wpcf7-form .form-row.no-margin-bottom {
  margin-bottom: 0;
}
.wpcf7-form .form-row.no-margin {
  margin: 0;
}
.wpcf7-form .form-row:last-child,
.wpcf7-form .form-row:last-of-type {
  margin-bottom: 0;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -5px;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  padding: 0 5px;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  height: 100%;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 18px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid;
  display: none;
  border-radius: 4px;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item input:after,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item input:after {
  display: none;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  display: block;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox[class*="columns"] .wpcf7-list-item,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio[class*="columns"] .wpcf7-list-item {
  flex-grow: 1;
  width: 50%;
}
.wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox[class*="columns"] .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .form-row.ui-checkbox .wpcf7-radio[class*="columns"] .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox.columns-2 .wpcf7-list-item,
  .wpcf7-form .form-row.ui-checkbox .wpcf7-radio.columns-2 .wpcf7-list-item {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox.columns-3 .wpcf7-list-item,
  .wpcf7-form .form-row.ui-checkbox .wpcf7-radio.columns-3 .wpcf7-list-item {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 769px) {
  .wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox.columns-4 .wpcf7-list-item,
  .wpcf7-form .form-row.ui-checkbox .wpcf7-radio.columns-4 .wpcf7-list-item {
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  .wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox.columns-5 .wpcf7-list-item,
  .wpcf7-form .form-row.ui-checkbox .wpcf7-radio.columns-5 .wpcf7-list-item {
    width: 20%;
  }
}
.wpcf7-form .form-row.ui-dropdown select {
  background-color: #ffffff;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  content: "\ea7a";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  top: 50%;
  z-index: 1;
  line-height: 1;
  font-weight: normal;
  transform: translateY(-50%);
}
.wpcf7-form .form-row.ui-grid,
.wpcf7-form .form-row.ui-grid &gt; p {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row.ui-grid,
  .wpcf7-form .form-row.ui-grid &gt; p {
    flex-direction: row;
  }
}
.wpcf7-form .form-row.ui-grid .field,
.wpcf7-form .form-row.ui-grid &gt; p .field {
  flex: 1 1;
}
.wpcf7-form .form-row.ui-grid .wpcf7-acceptance,
.wpcf7-form .form-row.ui-grid &gt; p .wpcf7-acceptance {
  margin-bottom: 0;
}
.wpcf7-form .form-row.file .wpcf7-form-control-wrap {
  border: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 0 0 0 60px;
  border-radius: 4px;
}
.wpcf7-form .form-row.file .wpcf7-form-control-wrap:before,
.wpcf7-form .form-row.file .wpcf7-form-control-wrap:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #76667E;
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 4px;
}
.wpcf7-form .form-row.file .wpcf7-form-control-wrap:after {
  transform: translateY(-50%) rotate(90deg);
}
.wpcf7-form .form-row.file input[type="file"] {
  padding: 15px 0;
  border: none !important;
  background: none !important;
  font-weight: 500;
  box-shadow: none;
}
.wpcf7-form .form-row.file input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7-form .form-row.file input[type="file"]:before {
  content: "Choose File";
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
}
.wpcf7-form .form-row input.wpcf7-form-control,
.wpcf7-form .form-row select,
.wpcf7-form .form-row textarea {
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wpcf7-form .form-row textarea {
  height: 50px;
  display: block;
}
.wpcf7-form .form-row textarea:focus {
  height: 100px;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  flex: 1 1;
}
.wpcf7-form .wpcf7-response-output {
  border-radius: 4px;
}
.wpcf7-form .wpcf7-response-output:last-child {
  margin: 20px 0 0;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.wpcf7-form .wpcf7-acceptance {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  margin-bottom: 30px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  margin: 0;
  display: flex;
  align-items: center;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 5px 0;
}
.wpcf7-form .wpcf7-form-control-wrap[class*="textarea"] {
  display: flex;
}
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  gap: 25px;
}
.wpcf7-form .wpcf7-radio label,
.wpcf7-form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 4px;
}
.wpcf7-form input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  color: #ffffff;
}
.wpcf7-form input[type="checkbox"]:checked {
  border: none;
}
.wpcf7-form input[type="checkbox"]:checked:after {
  display: block;
}
.wpcf7-form input[type="submit"] {
  width: auto;
}
.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;
}
.wpcf7-form .field.ui-dropdown .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .field.ui-dropdown .wpcf7-form-control-wrap:before {
  content: "\ea7a";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  line-height: 1;
  font-weight: normal;
  transform: translateY(-50%);
}
.wpcf7-form.cf7mls .fieldset-cf7mls {
  margin: 0;
  padding: 0;
}
.wpcf7-form.cf7mls .fieldset-cf7mls:last-child .cf7mls-btns,
.wpcf7-form.cf7mls .fieldset-cf7mls:last-of-type .cf7mls-btns {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .wpcf7-form.cf7mls .fieldset-cf7mls:last-child .cf7mls-btns,
  .wpcf7-form.cf7mls .fieldset-cf7mls:last-of-type .cf7mls-btns {
    position: absolute;
    left: 300px;
    bottom: 0;
    margin: 0;
  }
}
.wpcf7-form.cf7mls .cf7mls-btns {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
  min-height: 50px !important;
}
@media only screen and (min-width: 769px) {
  .wpcf7-form.cf7mls .cf7mls-btns {
    flex-direction: row-reverse;
    gap: 30px;
  }
}
.wpcf7-form.cf7mls .cf7mls-btns .action-button {
  margin: 0;
  float: none;
  line-height: 20px;
  padding: 15px 50px;
  font-weight: normal;
  opacity: 1;
  border-radius: 4px;
}
.wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 769px) {
  .wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    min-width: auto;
    box-shadow: none;
  }
  .wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back:hover {
    background-color: transparent;
    box-shadow: none;
  }
}
.wpcf7-form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  font-weight: 400;
  float: none;
  margin: 0;
  padding: 15px 50px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
  }
}
.wpcf7-form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 1;
}
.wpcf7-form.cf7mls .firststep h3 {
  margin: 0 0 15px 0;
  padding-top: 40px;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wpcf7-form.cf7mls .firststep h3 {
    font-size: 42px;
    line-height: 1.12em;
  }
}
.wpcf7-form.cf7mls .firststep h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.wpcf7-form.cf7mls .firststep h3 span.sub {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 600;
}
.wpcf7-form.cf7mls .firststep img {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: -75px;
}
.wpcf7-form.cf7mls .firststep + .cf7mls-btns,
.wpcf7-form.cf7mls .firststep + p + .cf7mls-btns {
  margin: 40px 0 60px;
}
.wpcf7-form.cf7mls .firststep + .cf7mls-btns button,
.wpcf7-form.cf7mls .firststep + p + .cf7mls-btns button {
  animation: 2s linear infinite heartbeat;
  width: calc(100% - 150px);
}
/* ============================================================ 
    3.2. Header
=============================================================*/
[class*="header-style"]:not(.site-header-sticky) {
  z-index: 9;
}
[class*="header-style"].header-full .wrap {
  width: 100%;
}
[class*="header-style"].header-shadow {
  border-color: transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
[class*="header-style"].header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  padding: 40px 0;
}
[class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
[class*="header-style"].header-transparent + .site-content .content-header {
  min-height: 50vh;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-content .content-header {
    min-height: 80vh;
  }
}
[class*="header-style"] .header-brand {
  margin: 0 0 40px 0;
}
[class*="header-style"] .extras {
  display: flex;
  align-items: center;
}
[class*="header-style"] .header-info-text {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
  padding: 12px 0;
}
@media only screen and (min-width: 769px) {
  [class*="header-style"] .header-info-text {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .header-info-text {
    display: inline-block;
  }
}
@media only screen and (min-width: 1281px) {
  [class*="header-style"] .header-info-text {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1367px) {
  [class*="header-style"] .header-info-text {
    max-width: 650px;
    font-size: 19px;
    line-height: 30px;
    padding: 10px 0;
  }
}
[class*="header-style"] .social-icons {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .social-icons {
    display: flex;
  }
}
[class*="header-style"] .navigator .menu-primary {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator .menu-primary {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  [class*="header-style"] .navigator .menu-primary li {
    position: relative;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu {
    list-style: none;
    padding: 35px 60px 35px 40px;
    margin: 0;
    position: absolute;
    left: calc(100% + 40px);
    top: -35px;
    visibility: hidden;
    min-width: 220px;
    transform: scale(0.9);
    background-color: #ffffff;
    counter-reset: my-badass-counter;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu:after {
    content: "";
    position: absolute;
    left: -40px;
    width: 40px;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(65, 41, 74, 0.08) 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li:last-child &gt; a {
    border-bottom: none;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    line-height: 26px;
    padding: 5px 0;
    display: block;
    font-size: 19px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a:before {
    counter-increment: my-badass-counter;
    content: counter(my-badass-counter, decimal-leading-zero) ".";
    width: 50px;
    display: inline-block;
    opacity: 0.4;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li[class*="current"] &gt; a:before,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li:hover &gt; a:before {
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu {
    left: calc(100% + 80px);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu:before {
    content: "";
    position: absolute;
    left: -80px;
    width: 80px;
    top: 0;
    bottom: 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.has-border {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    margin-top: 20px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.has-border a:before {
    display: none;
  }
  [class*="header-style"] .navigator .menu-primary li:hover &gt; .sub-menu {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary li a {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li &gt; a {
    border-top: 3px solid transparent;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li:hover &gt; a,
  [class*="header-style"] .navigator .menu-primary &gt; li[class*="current"] &gt; a {
    border-top: 3px solid;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu {
    display: flex;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li {
    flex: 1 1;
    padding: 0 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li &gt; a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li &gt; a:before {
    display: none;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li:last-child {
    padding-right: 0;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li:first-child {
    padding-left: 0;
    border-left: none;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li &gt; .sub-menu {
    position: static;
    transform: none;
    padding: 0;
    background: none;
    transition: none;
    box-shadow: none;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li &gt; .sub-menu:after,
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li &gt; .sub-menu:before {
    display: none;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li.gridmenu &gt; .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li.gridmenu &gt; .sub-menu li a:before {
    display: none;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu:hover &gt; .sub-menu &gt; li .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"] &gt; .sub-menu {
    padding: 40px;
    align-items: flex-end;
    width: 1110px;
    gap: 30px 40px;
    flex-wrap: wrap;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"] &gt; .sub-menu &gt; li {
    border: none;
    margin: 0;
    padding: 0;
    flex: auto;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"] &gt; .sub-menu &gt; li &gt; a {
    text-align: center;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"] &gt; .sub-menu &gt; li &gt; a img {
    display: block;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 30px rgba(65, 41, 74, 0.2));
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"] &gt; .sub-menu &gt; li &gt; a:hover img {
    transform: translateY(-10px) scale(1.1);
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"].columns-2 &gt; .sub-menu &gt; li {
    width: calc(50% - 40px);
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"].columns-3 &gt; .sub-menu &gt; li {
    width: calc(33.333333% - 40px);
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"].columns-4 &gt; .sub-menu &gt; li {
    width: calc(25% - 40px);
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"].columns-5 &gt; .sub-menu &gt; li {
    width: calc(20% - 40px);
  }
  [class*="header-style"] .navigator .menu-primary &gt; li.megamenu[class*="columns-"].columns-6 &gt; .sub-menu &gt; li {
    width: calc(16.666666% - 40px);
  }
}
[class*="header-style"] .navigator &gt; a {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator &gt; a {
    display: block;
    width: 30px;
    height: 45px;
    text-indent: -9999px;
    position: relative;
  }
  [class*="header-style"] .navigator &gt; a:before,
  [class*="header-style"] .navigator &gt; a span:after,
  [class*="header-style"] .navigator &gt; a span:before {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    text-indent: 0;
    left: 50%;
    top: calc(50% + 1px);
    transform: translate(-50%, -50%);
  }
  [class*="header-style"] .navigator &gt; a span:before {
    margin-top: -8px;
  }
  [class*="header-style"] .navigator &gt; a span:after {
    margin-top: 8px;
  }
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:after,
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  height: 0;
  border-bottom: 1px solid;
  opacity: 0.3;
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:after {
  top: auto;
  bottom: 2px;
}
.header-style1.header-transparent .wrap-brand {
  position: absolute;
}
.header-style1 .navigator {
  display: inline-block;
}
.header-style1 .navigator .menu-primary {
  gap: 4px;
  flex-direction: column;
}
.header-style1 .social-icons {
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
  gap: 15px;
}
.header-style1 .menu-extras {
  position: absolute;
  right: 60px;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .header-style1 .menu-extras {
    right: 0;
  }
}
.header-style1 .menu-extras + .social-icons {
  top: 65px;
}
.header-style1 .header-info-text {
  padding-right: 115px;
  position: absolute;
  top: 0;
  left: calc(50% + 15px);
}
@media only screen and (min-width: 1025px) {
  .header-style1 .header-info-text {
    padding-right: 65px;
  }
}
.header-style2 .wrap-brand {
  position: relative;
}
.header-style2 .wrap-brand .header-brand {
  margin-bottom: 0;
}
.header-style2 .wrap-brand .navigator {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-style2 .wrap-brand .navigator .menu-primary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 30px;
}
@media only screen and (min-width: 1281px) {
  .header-style2 .wrap-brand .navigator .menu-primary {
    gap: 40px;
  }
}
.header-style2 .wrap-brand .navigator .menu-primary li .sub-menu {
  left: -40px;
  top: 100%;
  padding: 25px 60px 25px 40px;
}
.header-style2 .wrap-brand .navigator .menu-primary li .sub-menu .sub-menu {
  top: -25px;
}
.header-style2 .wrap-brand .navigator .menu-primary li .sub-menu a {
  font-weight: normal;
  font-size: 17px;
}
.header-style2 .wrap-brand .navigator .menu-primary li .sub-menu a:before {
  display: none;
}
.header-style2 .wrap-brand .navigator .menu-primary li a {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: inherit;
}
@media only screen and (min-width: 1281px) {
  .header-style2 .wrap-brand .navigator .menu-primary li a {
    font-size: 20px;
  }
}
.header-style2 .wrap-brand .navigator .menu-primary &gt; li &gt; a {
  padding: 10px 0;
  display: block;
  border-bottom: 3px solid transparent;
}
.header-style2 .menu-extras {
  position: absolute;
  right: 60px;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .header-style2 .menu-extras {
    right: 0;
  }
}
.header-style2 .menu-extras + .social-icons {
  right: 60px;
}
.header-style2 .social-icons {
  position: absolute;
  right: 0;
  top: 0;
}
.header-style2 .header-info-text {
  display: none;
}
.header-style3 .wrap-brand {
  position: relative;
}
.header-style3 .wrap-brand .header-brand {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .header-style3 .wrap-brand .header-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-style3 .wrap-brand .navigator .menu-primary {
  gap: 30px;
}
@media only screen and (min-width: 1281px) {
  .header-style3 .wrap-brand .navigator .menu-primary {
    gap: 40px;
  }
}
.header-style3 .wrap-brand .navigator .menu-primary li .sub-menu {
  left: -40px;
  top: 100%;
  padding: 25px 60px 25px 40px;
}
.header-style3 .wrap-brand .navigator .menu-primary li .sub-menu .sub-menu {
  top: -25px;
}
.header-style3 .wrap-brand .navigator .menu-primary li .sub-menu a {
  font-weight: normal;
  font-size: 17px;
}
.header-style3 .wrap-brand .navigator .menu-primary li .sub-menu a:before {
  display: none;
}
.header-style3 .wrap-brand .navigator .menu-primary li a {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: inherit;
}
@media only screen and (min-width: 1281px) {
  .header-style3 .wrap-brand .navigator .menu-primary li a {
    font-size: 20px;
  }
}
.header-style3 .wrap-brand .navigator .menu-primary &gt; li &gt; a {
  padding: 10px 0;
  display: block;
  border-bottom: 3px solid transparent;
}
.header-style3 .menu-extras {
  position: absolute;
  right: 60px;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .header-style3 .menu-extras {
    right: 0;
  }
}
.header-style3 .menu-extras + .social-icons {
  right: 60px;
}
.header-style3 .social-icons {
  position: absolute;
  right: 0;
  top: 0;
}
.header-style3 .header-info-text {
  display: none;
}
.header-style4 .site-header-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.header-style4 .wrap-brand {
  position: relative;
  display: flex;
  gap: 40px;
  flex-grow: 1;
  flex-shrink: 0;
}
.header-style4 .wrap-brand .header-brand {
  margin-bottom: 0;
  flex-shrink: 0;
}
.header-style4 .wrap-brand .navigator .menu-primary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 30px;
}
@media only screen and (min-width: 1281px) {
  .header-style4 .wrap-brand .navigator .menu-primary {
    gap: 40px;
  }
}
.header-style4 .wrap-brand .navigator .menu-primary li .sub-menu {
  left: -40px;
  top: 100%;
  padding: 25px 60px 25px 40px;
}
.header-style4 .wrap-brand .navigator .menu-primary li .sub-menu .sub-menu {
  top: -25px;
}
.header-style4 .wrap-brand .navigator .menu-primary li .sub-menu a {
  font-weight: normal;
  font-size: 17px;
}
.header-style4 .wrap-brand .navigator .menu-primary li .sub-menu a:before {
  content: counter(my-badass-counter) ".";
  width: 30px;
}
.header-style4 .wrap-brand .navigator .menu-primary li a {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: inherit;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .header-style4 .wrap-brand .navigator .menu-primary li a {
    font-size: 20px;
  }
}
.header-style4 .wrap-brand .navigator .menu-primary &gt; li &gt; a {
  padding: 5px 0;
  display: block;
  border-bottom: 3px solid transparent;
}
.header-style4 .menu-extras {
  order: 4;
}
@media only screen and (max-width: 1024px) {
  .header-style4 .menu-extras {
    position: relative;
    right: 60px;
  }
}
.header-style4 .social-icons {
  order: 3;
}
.header-style4 .header-info-text {
  order: 2;
  margin: 0 20px;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  overflow: visible;
  white-space: normal;
}
@media only screen and (min-width: 1281px) {
  .header-style4 .header-info-text {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1367px) {
  .header-style4 .header-info-text {
    max-width: 650px;
    line-height: 30px;
    padding: 10px 0;
  }
}
body.header-fix-width [class*="header-style"].header-full .wrap {
  width: 1170px;
}
body.header-fix-width [class*="header-style"].header-full .wrap .header-info-text {
  display: none;
}
/* ============================================================ 
    3.3. Header Sticky
=============================================================*/
.admin-bar #site-header-sticky {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar #site-header-sticky {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar #site-header-sticky {
    top: 0;
  }
}
#site-header-sticky {
  position: fixed;
  padding: 15px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: translateY(-100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site.scrolling_up #site-header-sticky.active {
  transform: translateY(0);
}
.site.scrolling_down #site-header-sticky.active {
  box-shadow: none;
}
/* ============================================================ 
    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: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*="header-style"] .menu-extras &gt; li &gt; a {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*="header-style"] .menu-extras &gt; li i {
  font-size: 24px;
}
[class*="header-style"] .search-box {
  z-index: 3;
}
[class*="header-style"] .search-box a {
  position: relative;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
}
[class*="header-style"] .search-box a:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  border-radius: 25px;
}
[class*="header-style"] .search-box a:hover:after {
  opacity: 1;
}
[class*="header-style"] .search-box .widget_search {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
[class*="header-style"] .search-box .widget_search .search-form .search-submit {
  height: 50px;
  width: 50px;
  border: none;
}
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"] {
  font-size: 15px;
  height: 50px;
  width: 50px;
  padding: 15px 25px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
[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: 470px;
  }
}
[class*="header-style"] .search-box.active &gt; a {
  visibility: hidden;
  opacity: 0;
}
/* ============================================================ 
    3.4. Off-Canvas
=============================================================*/
.site {
  position: relative;
  overflow: hidden;
}
.site:before {
  content: "";
  z-index: 11;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  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 2px 4px 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 &gt; a:before {
  display: none;
}
.off-canvas-left-active div[class*="header-style"] .navigator &gt; a span:before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas-left-active div[class*="header-style"] .navigator &gt; 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 {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  z-index: 3;
  flex-shrink: 0;
  left: 30px;
  order: 1;
  border-radius: 30px;
}
.sliding-menu .off-canvas-toggle:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.sliding-menu .header-info-text {
  padding: 30px;
  text-align: center;
  order: 3;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .sliding-menu .header-info-text {
    display: block;
  }
}
[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(0, 0, 0, 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 {
  width: 100%;
  transform: scale(1.3) translate(0, 0);
  opacity: 0;
  box-shadow: none;
}
.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.8;
}
.menu-sliding {
  margin: 20px 0 0 0;
  padding: 0 30px;
  flex-grow: 1;
  order: 2;
  height: calc(100% - 85px);
  overflow: scroll;
  counter-reset: my-badass-counter;
}
.menu-sliding &gt; li:first-child {
  border-top: none;
}
.menu-sliding li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.menu-sliding li i,
.menu-sliding li img {
  display: none;
}
.menu-sliding li &gt; .sub-menu,
.menu-sliding li &gt; .children {
  display: none;
}
.menu-sliding li .menu-item-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}
.menu-sliding li .menu-item-toggle:after {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: normal;
  transform: translate(-50%, -50%) rotate(135deg);
  line-height: 1;
}
.menu-sliding li.menu-item-has-children &gt; a {
  padding-right: 80px;
}
.menu-sliding li.menu-item-expand &gt; .sub-menu,
.menu-sliding li.menu-item-expand &gt; .children {
  display: block;
}
.menu-sliding li.menu-item-expand &gt; .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotate(0);
}
.menu-sliding li.menu-item-expand &gt; a:after {
  height: 0;
}
.menu-sliding li.menu-item-expand &gt; a:before {
  display: none;
}
.menu-sliding li[class*="current-"] &gt; a:before {
  height: 100%;
}
.menu-sliding li:not([class*="current-"]) &gt; a {
  color: inherit;
}
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  margin: 5px 0 20px 0;
  padding: 0 0 0 30px;
}
.menu-sliding li .sub-menu li .menu-item-toggle,
.menu-sliding li .children li .menu-item-toggle {
  height: 26px;
  background: transparent;
  box-shadow: none;
}
.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 a:before,
.menu-sliding li .children li a:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: -30px;
}
.menu-sliding li .sub-menu li a span,
.menu-sliding li .children li a span {
  display: none;
}
.menu-sliding li .sub-menu li[class*="current-"] &gt; a:before,
.menu-sliding li .children li[class*="current-"] &gt; a:before,
.menu-sliding li .sub-menu li:hover &gt; a:before,
.menu-sliding li .children li:hover &gt; a:before {
  background-color: #000000;
}
.menu-sliding li a {
  display: block;
  line-height: 26px;
  position: relative;
  padding: 5px 0;
}
.menu-sliding &gt; li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.menu-sliding &gt; li:last-child {
  border-bottom: none;
}
.menu-sliding &gt; li:before {
  counter-increment: my-badass-counter;
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  opacity: 0.7;
}
.menu-sliding &gt; li &gt; a {
  line-height: 40px;
}
.menu-sliding &gt; li &gt; a:before {
  content: "";
  position: absolute;
  width: 3px;
  top: 0;
  left: -30px;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
.menu-sliding &gt; li &gt; a:hover:before {
  height: 100%;
}
@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 {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  width: 100%;
  opacity: 1;
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"] span {
  opacity: 0;
}
.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;
  }
}
.darkmode {
  background-color: #1a1a1a;
  color: #8c8c8c;
}
.darkmode .lines .line {
  background: rgba(255, 255, 255, 0.08);
}
.darkmode .sr7-layer,
.darkmode .sr7_splitted_words_noanim &gt; div {
  color: #ffffff !important;
}
.darkmode h1,
.darkmode h2,
.darkmode h3,
.darkmode h4,
.darkmode h5,
.darkmode h6,
.darkmode table#wp-calendar #today,
.darkmode table#wp-calendar caption,
.darkmode a.link,
.darkmode select,
.darkmode .wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.darkmode .wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.darkmode [class*="header-style"] .site-header-inner a[data-target="off-canvas-right"],
.darkmode [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li &gt; a,
.darkmode .projects-filter ul li.active a {
  color: #ffffff;
}
.darkmode .site .shadow &gt; .e-con-inner:before,
.darkmode .site-footer .footer-widgets .footer-widgets-inner:before,
.darkmode .social-icons a:hover,
.darkmode .site-footer .footer-copyright .go-to-top a,
.darkmode .content-header {
  background-color: #101010;
}
.darkmode [class*="header-style"] .navigator .menu-primary li .sub-menu,
.darkmode .wpcf7-form .form-row.file .wpcf7-form-control-wrap,
.darkmode .wpcf7 .wpcf7-submit:disabled {
  background-color: #222;
}
.darkmode .site-footer,
.darkmode .wpcf7-form .form-row.ui-dropdown select {
  background-color: #1a1a1a;
}
.darkmode .site-footer:after,
.darkmode .wpcf7-form .form-row.ui-dropdown select:after {
  display: none;
}
.darkmode [class*="header-style"] .navigator .menu-primary li .sub-menu:after,
.darkmode .site .elementor-widget-pp-info-list.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.darkmode .social-icons a,
.darkmode .wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.darkmode .wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.darkmode .header-style2 .wrap-brand .navigator .menu-primary,
.darkmode .header-style4 .wrap-brand .navigator .menu-primary,
.darkmode [class*="header-style"] .navigator .menu-primary &gt; li.megamenu &gt; .sub-menu &gt; li,
.darkmode .wpcf7-form .form-row.file .wpcf7-form-control-wrap,
.darkmode .wpcf7-form input[type="checkbox"],
.darkmode .wpcf7-form input[type="radio"],
.darkmode .wpcf7-form .step-title,
.darkmode [class*="header-style"] .navigator .menu-primary li .sub-menu li.has-border {
  border-color: rgba(255, 255, 255, 0.1);
}
.darkmode .social-icons a:hover {
  border-color: transparent;
}
.darkmode .site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-info-box-icon-wrap:after {
  opacity: 0.1;
}
.darkmode .site .elementor-widget-pp-buttons.custom-fixed.active:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.darkmode .site-footer a,
.darkmode .wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back,
.darkmode [class*="list-style"] a,
.darkmode .down-arrow a {
  color: rgba(255, 255, 255, 0.7);
}
.darkmode .site-footer a:hover,
.darkmode .wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back:hover,
.darkmode [class*="list-style"] a:hover,
.darkmode .down-arrow a:hover {
  color: #ffffff;
}
.darkmode .site .elementor-widget-pp-info-box-carousel:not(.style2) .pp-info-box .pp-button-text:after,
.darkmode .site .wp-block-themepunch-revslider .kiraz-bullets .sr7-bullet,
.darkmode .wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.darkmode input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.darkmode textarea,
.darkmode select,
.darkmode [class*="header-style"] .site-header-inner a[data-target="off-canvas-right"] {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.darkmode .wpcf7-form .form-row.ui-checkbox .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.darkmode .wpcf7-form .form-row.ui-checkbox .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  border-width: 0;
}
.darkmode .site .elementor-widget-pp-info-list.pp-info-list-icon-left .pp-info-list-item-inner:after,
.darkmode .site .elementor-widget-pp-team-member .pp-tm:after {
  background-color: rgba(255, 255, 255, 0.05);
}
.darkmode .projects-style2 .project-inner {
  background-color: #2a2a2a;
}
@media only screen and (max-width: 768px) {
  .darkmode .wpcf7-form.cf7mls .cf7mls-btns .action-button.cf7mls_back {
    background-color: #333;
  }
}
.darkmode .pp-list-items .pp-info-list-image img {
  filter: invert(1);
}
</pre></body></html>