/*============================================================ 
                        CSS OVERVIEWS
                1. GENERAL
                2. LAYOUT
                3. HEADER
                    3.1. Topbar
                    3.2. Header
                    3.3. Header Sticky
                    3.4. Off-Canvas
                          3.4.1. Off-Canvas Left/For Sliding Widget
                          3.4.2. Off-Canvas Right/For Mobile Menu
                    3.5. Extras Menu    
                4. CONTENT
                	4.1. Content Header/Title Bar
                    4.2. Content Body/Gutenberg
                5. WIDGET
                    5.1. Archives/Categories
                    5.2. Calendar
                    5.3. Recent Comments
                    5.4. Recent Posts
                    5.5. RSS
                    5.6. Search
                    5.7. Tag
                    5.8. Menu
                    5.8. Other
                6. FOOTER
                    6.1. Content Bottom
                    6.2. Footer Widget
                    6.3. Copyright
                7. OTHER
                	7.1. Comments
                	7.2. Page Navigation
                	7.3. Page Search/404
                    7.4. Page Author
                    7.5. Social
                    7.6. Gallery
                8. BLOG
                    8.1. Blog Grid
                    8.2. Blog List
                    8.3. Blog Single
                    8.4. Blog Related
                9. WOOCOMMERCE
                    9.1. Widget
                    9.2. Off-Canvas/Filter
                    9.3. Shop Page
                    9.4. Product Single
                    9.5. Cart
                    9.6. Checkout
                    9.7. Other
               10. ELEMENTS
               11. RTL
               12. PROJECT
============================================================*/
/* ============================================================ 
    1. GENERAL
=============================================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}
*:after,
*:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
::selection {
  color: #ffffff;
}
::-moz-selection {
  color: #ffffff;
}
.transition,
a,
a.link:after,
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]),
body.is-loaded:after,
body.is-loaded:before,
.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 .menu li .menu-item-toggle,
.widget_nav_menu .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,
.social-icons a i:before,
.social-icons a:before,
.gallery-caption,
.icons-wrap li,
.icons-wrap li i,
.post-meta .post-comments a:before,
.post-image img,
.pp-post-thumbnail-wrap img,
.site-content .addtoany_list a,
.site-content .addtoany_list a path,
.blog-grid .hentry,
.projects-style1 .project-title:after,
.site .elementor-widget-pp-info-box.pp-info-box-right .pp-info-box-title,
.site .elementor-widget-pp-info-box.pp-info-box-right a.pp-info-box-container .pp-info-box-icon:before,
.site .elementor-widget-pp-info-box.style2 .pp-info-box-button .pp-button-text:before,
.site .elementor-widget-pp-info-box.style2 .pp-info-box-icon:before,
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-content,
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-description,
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.elementor-grid .pp-info-box-icon:before,
.site .elementor-widget-pp-info-list .pp-infolist-icon-wrapper,
.site .elementor-widget-wp-widget-nav_menu .menu > li > a:after,
.site .elementor-widget-wp-widget-nav_menu .menu > li > a:before,
.site .elementor-widget-n-tabs.style2 .e-n-tabs-heading button:before,
.site .elementor-widget-n-tabs.style3 .e-n-tabs-heading button:before,
.site .elementor-widget-icon-list .elementor-icon-list-icon:after,
.site .elementor-widget-pp-posts .pp-post .pp-post-thumbnail-wrap:before,
.site .elementor-widget-image-gallery .gallery-item .gallery-icon a:before,
.site .elementor-widget-slider_revolution .sr7-arrows.custom,
.list-style2 li:before,
.btn-info i,
.wpcf7-form .wpcf7-form-control-wrap,
[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 {
  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.12;
}
a.link:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
a.link.colorWhite {
  color: #ffffff;
}
a.link.has-arrow {
  padding-left: 36px;
}
a.link.has-arrow:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: calc(51%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #ffffff;
  line-height: 24px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.link.has-arrow:after {
  bottom: -2px;
}
a.link.has-arrow:hover {
  padding-left: 0;
  padding-right: 36px;
}
a.link.has-arrow:hover:before {
  left: calc(100% - 24px);
}
a.link.has-arrow.style2:after {
  display: none;
}
a.colorWhite:not(:hover) {
  color: #ffffff;
}
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;
  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;
}
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;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:not([class*="product_type_"]):hover {
  color: #ffffff;
  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);
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button:not([class*="product_type_"]):disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled,
.button:not([class*="product_type_"]).disabled {
  cursor: no-drop;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
button:disabled:hover,
.button:not([class*="product_type_"]):disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
button.disabled:hover,
.button:not([class*="product_type_"]).disabled:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
input[type="checkbox"] {
  height: auto;
  line-height: inherit;
}
textarea {
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: red;
}
input[type="date"] {
  max-height: 50px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
}
body select {
  outline: 0;
  max-width: 100%;
  position: relative;
  text-indent: 0.01px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 20px;
  font-family: inherit;
  appearance: none;
  box-sizing: border-box;
  font-weight: inherit;
  border-radius: 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;
}
@media only screen and (min-width: 769px) {
  body:not([class*="sidebar-"]) .comment-respond {
    width: calc(50% - 10px);
    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 {
    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;
  }
}
.main-sidebar {
  position: relative;
}
.post-content-extras .edit-link {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 10px;
  margin-top: 30px;
}
.post-content-extras .edit-link a {
  border-bottom: 1px solid;
  padding-bottom: 3px;
  display: inline-block;
}
[data-grid-normal]:after,
[data-grid]:after {
  content: "";
  display: table;
  clear: both;
}
[data-grid-normal] .post,
[data-grid] .post,
[data-grid-normal] .product,
[data-grid] .product,
[data-grid-normal] .project,
[data-grid] .project {
  float: left;
}
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="5"] .project {
  width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 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: 1025px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project {
    width: 50%;
  }
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(n),
[data-grid][data-columns="2"] .post:nth-of-type(n),
[data-grid-normal][data-columns="2"] .product:nth-of-type(n),
[data-grid][data-columns="2"] .product:nth-of-type(n),
[data-grid-normal][data-columns="2"] .project:nth-of-type(n),
[data-grid][data-columns="2"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .project:nth-of-type(2n+1),
[data-grid][data-columns="2"] .project:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project {
    width: 33.3333333%;
  }
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(n),
[data-grid][data-columns="3"] .post:nth-of-type(n),
[data-grid-normal][data-columns="3"] .product:nth-of-type(n),
[data-grid][data-columns="3"] .product:nth-of-type(n),
[data-grid-normal][data-columns="3"] .project:nth-of-type(n),
[data-grid][data-columns="3"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .project:nth-of-type(3n+1),
[data-grid][data-columns="3"] .project:nth-of-type(3n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project {
    width: 25%;
  }
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(n),
[data-grid][data-columns="4"] .post:nth-of-type(n),
[data-grid-normal][data-columns="4"] .product:nth-of-type(n),
[data-grid][data-columns="4"] .product:nth-of-type(n),
[data-grid-normal][data-columns="4"] .project:nth-of-type(n),
[data-grid][data-columns="4"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .project:nth-of-type(4n+1),
[data-grid][data-columns="4"] .project:nth-of-type(4n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 20%;
  }
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(n),
[data-grid][data-columns="5"] .post:nth-of-type(n),
[data-grid-normal][data-columns="5"] .product:nth-of-type(n),
[data-grid][data-columns="5"] .product:nth-of-type(n),
[data-grid-normal][data-columns="5"] .project:nth-of-type(n),
[data-grid][data-columns="5"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .project:nth-of-type(5n+1),
[data-grid][data-columns="5"] .project:nth-of-type(5n+1) {
  clear: both;
}
aside {
  float: left;
}
aside[data-width="1"],
aside[data-width="2"],
aside[data-width="3"],
aside[data-width="4"],
aside[data-width="5"],
aside[data-width="6"],
aside[data-width="7"],
aside[data-width="8"],
aside[data-width="9"],
aside[data-width="10"],
aside[data-width="11"],
aside[data-width="12"] {
  width: 100%;
}
aside[data-width="1"]:last-child,
aside[data-width="2"]:last-child,
aside[data-width="3"]:last-child,
aside[data-width="4"]:last-child,
aside[data-width="5"]:last-child,
aside[data-width="6"]:last-child,
aside[data-width="7"]:last-child,
aside[data-width="8"]:last-child,
aside[data-width="9"]:last-child,
aside[data-width="10"]:last-child,
aside[data-width="11"]:last-child,
aside[data-width="12"]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  aside[data-width="1"] {
    width: 8.33333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="2"] {
    width: 16.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="3"] {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="4"] {
    width: 33.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="5"] {
    width: 41.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="6"] {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="7"] {
    width: 58.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="8"] {
    width: 66.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="9"] {
    width: 75%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="10"] {
    width: 83.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="11"] {
    width: 91.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="12"] {
    width: 100%;
    margin-bottom: 0;
  }
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .single:not([class*="sidebar-"]) .alignwide {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -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;
  line-height: 24px;
  flex-grow: 1;
}
.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: 48px;
  }
  .site-topbar .menu-top li {
    position: relative;
  }
  .site-topbar .menu-top li .sub-menu {
    list-style: none;
    padding: 20px 32px;
    margin: 0;
    position: absolute;
    left: -32px;
    top: calc(100% + 12px);
    visibility: hidden;
    min-width: 220px;
    transform: translateY(-6px) scale(0.9);
    background-color: #ffffff;
    font-size: 15px;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.16);
  }
  .site-topbar .menu-top li .sub-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    position: absolute;
    top: -4px;
    left: 32px;
    transform: rotate(45deg);
  }
  .site-topbar .menu-top li .sub-menu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
  }
  .site-topbar .menu-top li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .site-topbar .menu-top li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 4px 0;
  }
  .site-topbar .menu-top li .sub-menu li[class*="current"] > a,
  .site-topbar .menu-top li .sub-menu li:hover > a {
    color: #ccc;
  }
  .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 {
    left: -40px;
    bottom: 0;
    top: 0;
    height: auto;
    width: 40px;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu:before {
    top: 30px;
    left: -4px;
  }
  .site-topbar .menu-top li:hover > .sub-menu {
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
  }
  .site-topbar .menu-top li .number {
    font-size: 11px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
    border-radius: 50%;
  }
  .site-topbar .menu-top > li:after {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 12px;
    border-left: 1px solid;
    opacity: 0.3;
  }
  .site-topbar .menu-top > li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 120%;
    background-color: #ccc;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-5deg);
    filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top > li:first-child:after {
    display: none;
  }
  .site-topbar .menu-top > li:hover:before {
    visibility: visible;
    opacity: 0.3;
  }
  .site-topbar .menu-top > li:not([class*="current"]):not(:hover) > a {
    color: inherit;
  }
  .site-topbar .menu-top > li > a {
    padding: 8px 0;
  }
}
.site-topbar .topbar-text {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 12px;
}
/* ============================================================ 
    4. CONTENT
=============================================================*/
.site-content {
  clear: both;
  /* ============================================================ 
	    4.1. Content Header
	=============================================================*/
  /* ============================================================ 
	    4.2. Content Body/Gutenberg
	=============================================================*/
}
.site-content .content-header {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header {
    margin-bottom: 64px;
    padding: 64px 0;
  }
}
.site-content .content-header.content-header-featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px !important;
}
.site-content .content-header.content-header-featured:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
}
.site-content .content-header.content-header-featured:after {
  display: none;
}
.site-content .content-header.content-header-featured h1 {
  color: #ffffff;
}
.site-content .content-header .post-categories,
.site-content .content-header .project-category {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.site-content .content-header .post-categories a,
.site-content .content-header .project-category a {
  padding: 8px 16px;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}
.site-content .content-header .post-categories a:before,
.site-content .content-header .project-category a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 4px;
}
.site-content .content-header .meta-data-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 993px) {
  .site-content .content-header .meta-data-wrap {
    flex-direction: row;
  }
}
.site-content .content-header .meta-data-wrap .meta-data {
  display: flex;
  gap: 64px;
}
@media only screen and (max-width: 604px) {
  .site-content .content-header .meta-data-wrap .meta-data {
    gap: 24px;
  }
}
.site-content .content-header .meta-data-wrap .meta-data .share:empty {
  display: none;
}
@media only screen and (max-width: 604px) {
  .site-content .content-header .meta-data-wrap .meta-data .share {
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.site-content .content-header .post-tags,
.site-content .content-header .project-tags {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 0 20px;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (min-width: 993px) {
  .site-content .content-header .post-tags,
  .site-content .content-header .project-tags {
    margin-top: 0;
    max-width: 370px;
  }
}
.site-content .content-header .post-tags::-webkit-scrollbar,
.site-content .content-header .project-tags::-webkit-scrollbar {
  display: none;
}
.site-content .content-header .post-tags:empty,
.site-content .content-header .project-tags:empty {
  display: none;
}
.site-content .content-header .post-tags a,
.site-content .content-header .project-tags a {
  font-size: 14px;
  line-height: 24px;
}
.site-content .content-header .post-tags a:before,
.site-content .content-header .project-tags a:before {
  content: "#";
  margin-right: 3px;
}
.site-content .content-header .post-tags a.gallery,
.site-content .content-header .project-tags a.gallery {
  margin: 0;
}
.site-content .content-header .post-tags a.link:after,
.site-content .content-header .project-tags a.link:after {
  display: none;
}
.site-content .content-header .navigation {
  padding: 0;
  margin: 0;
}
.site-content .content-header .nav-links {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1281px) {
  .site-content .content-header .nav-links {
    display: block;
  }
}
.site-content .content-header .nav-links li {
  position: absolute;
  width: 120px;
  text-align: center;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  white-space: nowrap;
  transform-origin: center;
}
.site-content .content-header .nav-links li a {
  color: inherit;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  opacity: 0.6;
}
.site-content .content-header .nav-links li a .post-title {
  display: none;
}
.site-content .content-header .nav-links li a:before {
  content: "\ead2";
  font-family: "Nucleo";
  font-size: 24px;
  text-align: center;
  transform: translateY(-100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-content .content-header .nav-links li a .meta-nav {
  display: block;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-content .content-header .nav-links li:hover a {
  opacity: 1;
}
.site-content .content-header .nav-links li:hover a:before {
  transform: translateY(100%);
}
.site-content .content-header .nav-links li:hover a .meta-nav {
  transform: translateY(100%);
}
.site-content .content-header .nav-links li.next-post {
  left: auto;
  right: 20px;
}
.site-content .content-header .nav-links li.next-post a {
  flex-direction: column-reverse;
}
.site-content .content-header .nav-links li.next-post a:before {
  content: "\ead1";
  transform: translateY(100%);
}
.site-content .content-header .nav-links li.next-post:hover a:before {
  transform: translateY(-100%);
}
.site-content .content-header .nav-links li.next-post:hover a .meta-nav {
  transform: translateY(-100%);
}
.site-content .content-header .nav-links li.disabled {
  display: none;
}
.site-content .content-header .project-client-info {
  margin-bottom: 30px;
}
.site-content .page-title-wrap {
  position: relative;
  z-index: 2;
}
.site-content .page-title-wrap:empty {
  display: none;
}
.site-content .page-title-inner {
  margin: 0;
  line-height: 1.375;
  font-size: 24px;
  word-break: break-word;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .site-content .page-title-inner {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-inner {
    font-size: 48px;
  }
}
.site-content .subtitle {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site-content .subtitle .button {
  width: 100%;
  margin: 12px 0 20px;
}
@media only screen and (max-width: 604px) {
  .site-content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 605px) {
  .site-content .subtitle {
    flex-direction: row;
    gap: 30px;
  }
  .site-content .subtitle .button {
    width: auto;
    margin: 0;
  }
}
.site-content .subtitle span {
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .site-content .subtitle .button {
    width: 370px;
    flex-shrink: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header-left .page-title {
    width: 60%;
  }
  .site-content .content-header-left .page-title .subtitle {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header-inline .page-title .page-title-inner {
    width: 60%;
  }
  .site-content .content-header-inline .page-title .subtitle {
    width: 66.666666%;
    margin-top: 40px;
  }
}
.site-content .content-header-center .page-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header-center .page-title-wrap {
    width: 66%;
    margin: 0 auto;
  }
  .site-content .content-header-center .page-title-wrap .subtitle {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-content .content-header-center .project-category {
  justify-content: center;
}
.site-content .content-header-center .subtitle {
  justify-content: center;
}
.site-content .content-header-center .project-tags,
.site-content .content-header-center .post-tags {
  margin-top: 24px;
  max-width: 100%;
}
.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: 5px 20px 10px 0;
  font-size: 3.45rem;
  font-weight: 300;
}
.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-columns.no-margin-top {
  margin-top: 0;
}
.site-content .wp-block-columns.no-margin-bottom {
  margin-bottom: 0;
}
.site-content .wp-block-columns.no-margin {
  margin: 0;
}
.site-content .wp-block-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
=============================================================*/
.main-sidebar .widget {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.main-sidebar .widget:last-child {
  margin-bottom: 0;
}
.main-sidebar .widget.style1 {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.main-sidebar .widget.style1 ul {
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.main-sidebar .widget.style1 ul li a {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.main-sidebar .widget_archive label,
.main-sidebar .widget_categories label,
.main-sidebar .wp-block-archives-dropdown label,
.main-sidebar .wp-block-archives label {
  right: 40px;
  bottom: 40px;
}
.widget {
  line-height: 24px;
}
.widget.widget_media_image img[src$=".svg"] {
  width: auto;
}
.widget.widget_media_image .rounded {
  border-radius: 4px;
}
.widget .widget-title,
.widget .wp-block-group h2 {
  margin: 0 0 40px 0;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  font-weight: normal;
  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: 12px;
  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 > a,
[class*="wp-block-"] ul li > a,
.widget.wp-block-archives li > a,
[class*="wp-block-"].wp-block-archives li > a {
  position: relative;
  display: inline-block;
  line-height: 24px;
}
.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 .mc4wp-form input,
[class*="wp-block-"] .mc4wp-form input {
  width: 100%;
}
.widget_archive label,
.widget_categories label,
.wp-block-archives-dropdown label,
.wp-block-archives label {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.widget_archive label:before,
.widget_categories label:before,
.wp-block-archives-dropdown label:before,
.wp-block-archives label:before {
  text-indent: 0;
  content: "\ead2";
  font-family: "Nucleo";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}
.wp-block-categories-dropdown:before {
  content: "\ead2";
  font-family: "Nucleo";
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  right: 20px;
  text-align: center;
  z-index: -1;
  height: 50px;
  line-height: 50px;
  bottom: 0;
}
/* ============================================================ 
    5.2. Calendar
=============================================================*/
.calendar_wrap {
  position: relative;
}
table#wp-calendar {
  border-collapse: separate;
  border: none;
}
table#wp-calendar caption {
  line-height: 24px;
  padding: 0 0 16px 0;
}
table#wp-calendar thead th {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: normal;
}
table#wp-calendar tbody tr td {
  padding: 8px;
  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;
}
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;
}
.wp-calendar-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a {
  font-weight: normal;
  text-indent: -9999px;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:before {
  content: "\ead0";
  text-indent: 0;
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.wp-calendar-nav span.wp-calendar-nav-next a {
  left: auto;
  right: 0;
}
.wp-calendar-nav span.wp-calendar-nav-next a:before {
  content: "\eaa9";
}
.wp-block-calendar {
  position: relative;
}
.wp-block-calendar .wp-calendar-table a {
  text-decoration: none;
}
/* ============================================================ 
    5.3. Recent Comments
=============================================================*/
.widget_recent_comments ul li {
  margin-bottom: 15px;
  padding: 0;
}
.widget_recent_comments ul li:before {
  display: none;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .comment-author-link a {
  color: inherit;
}
.widget_recent_comments .highlight:after,
.widget_recent_comments .highlight:before {
  display: none;
}
.wp-block-latest-comments {
  padding: 0;
  margin-top: 0;
}
.wp-block-latest-comments [class*="wp-block-"] {
  margin-bottom: 15px;
  line-height: 160%;
  padding: 0;
}
.wp-block-latest-comments [class*="wp-block-"]:before {
  display: none;
}
.wp-block-latest-comments [class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments [class*="comment-author"] {
  color: inherit;
}
.wp-block-latest-comments [class*="comment-excerpt"] p {
  margin: 0;
  font-size: 100%;
}
.wp-block-latest-comments [class*="comment-meta"] {
  margin-bottom: 0;
}
.wp-block-latest-comments [class*="comment-meta"] p {
  margin: 0;
  font-size: 100%;
}
.wp-block-latest-comments .highlight:after,
.wp-block-latest-comments .highlight:before {
  display: none;
}
.wp-block-latest-comments time {
  opacity: 0.7;
  margin: 5px 0 10px 0;
}
/* ============================================================ 
    5.4. Recent Posts
=============================================================*/
.widget_recent_entries ul {
  line-height: 1.4;
}
.widget_recent_entries ul li {
  margin-bottom: 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: 18px;
  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: 18px;
  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 10px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 16px !important;
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  content: "#";
  margin-right: 2px;
}
.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 .menu li {
  position: relative;
  padding: 0;
}
.widget_nav_menu .menu li:before {
  display: none;
}
.widget_nav_menu .menu li a {
  display: inline-block;
  position: relative;
}
.widget_nav_menu .menu li .menu-item-toggle {
  width: 25px;
  height: 25px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  border-radius: 50%;
}
.widget_nav_menu .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 .menu li.menu-item-expand > .sub-menu,
.widget_nav_menu .menu li.menu-item-expand > .dw-sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.widget_nav_menu .menu li.menu-item-expand > .menu-item-toggle span:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.widget_nav_menu .menu li .sub-menu {
  display: none;
  visibility: hidden;
  position: static;
  background: transparent;
  margin: 10px 0 10px 18px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .widget_nav_menu.menu-style1 .menu > li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 12px;
  }
  .widget_nav_menu.menu-style1 .menu > li > a {
    font-size: 14px;
    color: inherit;
  }
  .widget_nav_menu.menu-style1 .menu > li .menu-item-toggle {
    top: 12px;
  }
  .widget_nav_menu.menu-style1 .menu > li .sub-menu {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 769px) {
  .widget_nav_menu.menu-style1 .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .widget_nav_menu.menu-style1 .menu > li {
    flex: 1 1;
    margin: 0;
    padding: 0 0 0 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .widget_nav_menu.menu-style1 .menu > li > a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    color: inherit;
    opacity: 0.7;
  }
  .widget_nav_menu.menu-style1 .menu .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0;
  }
  .widget_nav_menu.menu-style1 .menu .menu-item-toggle {
    display: none;
  }
}
/* ============================================================ 
    5.9. Other
=============================================================*/
.widget_media_image figure {
  margin: 0;
}
.widget_media_image .wp-caption-text {
  margin: 20px 0 0 0;
  line-height: 1.6;
}
.widget_text .wp-caption {
  margin-bottom: 20px;
}
.widget_text .wp-caption img {
  margin-bottom: 10px;
}
.widget_text img {
  margin: 15px 0 20px 0;
}
.widget_text .textwidget p + .wp-caption + p + form {
  position: relative;
}
.widget_text .textwidget p + .wp-caption + p + form:after {
  text-indent: 0;
  content: "\ead2";
  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 > a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li > a,
.widget.widget_rss ul li a.rsswidget,
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__post-title {
  display: inline;
}
.widget ul li a.wp-block-latest-posts__post-title:after,
.widget ol li a.wp-block-latest-comments__comment-link:after,
.widget ul#recentcomments li > a:after,
.widget.widget_recent_entries ul li a:after,
.widget.widget_recent_comments ul li > a:after,
.widget.widget_rss ul li a.rsswidget:after,
.wp-block-latest-comments__comment-link:after,
.wp-block-latest-posts__post-title:after,
.widget ul li a.wp-block-latest-posts__post-title:before,
.widget ol li a.wp-block-latest-comments__comment-link:before,
.widget ul#recentcomments li > a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_recent_comments ul li > a:before,
.widget.widget_rss ul li a.rsswidget:before,
.wp-block-latest-comments__comment-link:before,
.wp-block-latest-posts__post-title:before {
  display: none;
}
/* ============================================================ 
    6. FOOTER
=============================================================*/
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  /* ============================================================ 
	    6.1. Content Bottom
	=============================================================*/
  /* ============================================================ 
	    6.2. Footer Widget
	=============================================================*/
  /* ============================================================ 
	    6.3. Copyright
	=============================================================*/
}
.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: 20px 15px 40px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
    padding-bottom: 20px;
  }
}
.site-footer .footer-widgets {
  position: relative;
  z-index: 1;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
  width: 100%;
}
.site-footer .footer-widgets .footer-aside-wrap {
  margin: 0 -15px;
}
.site-footer .footer-widgets .footer-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .footer-widgets .footer-aside-wrap aside {
  padding: 20px 15px 60px;
}
.site-footer .footer-widgets .footer-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-widgets .footer-aside-wrap aside {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-widgets .footer-aside-wrap aside {
    padding-bottom: 40px;
  }
}
.site-footer .footer-copyright {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
  width: 100%;
  max-width: 100%;
}
.site-footer .footer-copyright .copyright-bar {
  padding: 0 0 20px;
  align-items: center;
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer .footer-copyright .copyright-content {
  text-align: center;
  flex-grow: 1;
}
.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 4px 60px rgba(0, 0, 0, 0.16);
    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;
  }
}
.site-footer .footer-copyright .go-to-top + .copyright-content {
  text-align: left;
}
/* ============================================================ 
	7. OTHER PAGES
=============================================================*/
/* ============================================================ 
	7.1. Comments
=============================================================*/
.comments-area {
  clear: both;
  position: relative;
}
.comments-area .comments-title {
  position: relative;
  z-index: 4;
}
.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 > .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: relative;
}
.comments-area .comment-list > .comment:last-child {
  border: none;
}
.comments-area .comment-list > .comment:first-child {
  padding-top: 0;
}
.comments-area .comment-list > .comment .comment-meta {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.comments-area .comment-list > .comment .comment-meta .comment-author img {
  width: 32px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-meta .comment-author img {
    width: 45px;
    margin-right: 15px;
  }
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata {
  line-height: 1.5;
  font-size: 13px;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata > a {
  color: inherit;
  line-height: 1.2;
  opacity: 0.75;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata .comment-edit-link {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: 6px;
  padding-left: 8px;
  opacity: 0;
}
.comments-area .comment-list > .comment .comment-meta .says {
  display: none;
}
.comments-area .comment-list > .comment .comment-content {
  margin-left: 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-content {
    margin-left: 60px;
  }
}
.comments-area .comment-list > .comment .reply {
  margin: 10px 0 0 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .reply {
    margin-left: 60px;
  }
}
.comments-area .comment-list > .comment .reply a {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comments-area .comment-list > .comment .comment-body:hover > .comment-meta .comment-metadata .comment-edit-link {
  opacity: 1;
}
.comments-area .comment-list .children {
  margin: 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 > 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 {
  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;
  text-transform: none;
  border-radius: 4px;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.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 {
  box-shadow: none;
}
.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;
  margin-bottom: 40px;
}
.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 {
  margin-right: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.navigation .page-numbers:not(:hover),
.pp-posts-pagination .page-numbers:not(:hover) {
  opacity: 0.3;
}
.navigation .page-numbers.current,
.pp-posts-pagination .page-numbers.current {
  opacity: 1;
}
.navigation.comment-navigation,
.pp-posts-pagination.comment-navigation {
  text-align: center;
  margin-bottom: 60px;
}
.navigation.comment-navigation .screen-reader-text,
.pp-posts-pagination.comment-navigation .screen-reader-text {
  display: none;
}
.navigation.comment-navigation > div,
.pp-posts-pagination.comment-navigation > div {
  display: inline-block;
}
.navigation.comment-navigation > div a,
.pp-posts-pagination.comment-navigation > div a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 7px 20px 5px 20px;
  color: inherit;
  margin: 0 5px 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}
.navigation.comment-navigation > div a:hover,
.pp-posts-pagination.comment-navigation > div a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navigation.comment-navigation > div.nav-previous a,
.pp-posts-pagination.comment-navigation > div.nav-previous a {
  margin-left: 0;
}
.navigation.comment-navigation > div.nav-next a,
.pp-posts-pagination.comment-navigation > div.nav-next a {
  margin-right: 0;
}
.navigation .nav-links,
.pp-posts-pagination .nav-links {
  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.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: 24px;
}
.page-links .page-links-title {
  margin-right: 4px;
}
.page-links .post-page-numbers {
  margin-right: 8px;
}
.page-links .post-page-numbers:not(:hover) {
  opacity: 0.5;
}
.page-links .post-page-numbers.current {
  opacity: 1;
}
/* ============================================================ 
	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: 18px;
  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 4px 60px rgba(0, 0, 0, 0.16);
}
.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: 4px;
}
.social-icons a {
  position: relative;
}
.social-icons a i {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
}
.social-icons a i:before {
  visibility: hidden;
  opacity: 0;
}
.social-icons a i.slab-logo-fb-simple {
  background: #3B5998;
}
.social-icons a i.slab-logo-twitter {
  background: #000;
}
.social-icons a i.slab-logo-instagram {
  background: #B341C2;
}
.social-icons a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-tooltip);
  font-size: 14px;
  color: #ffffff;
}
.social-icons a:hover i:before {
  visibility: visible;
  opacity: 1;
}
.social-icons a:hover:before {
  opacity: 0;
}
/* ============================================================ 
	7.6. Gallery
=============================================================*/
.gallery {
  margin: 0 -5px 20px -5px;
  position: relative;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery .gallery-item {
  float: left;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 0;
}
.gallery .gallery-item .gallery-icon {
  overflow: hidden;
}
.gallery .gallery-item:hover .gallery-caption {
  margin-bottom: 0;
}
.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery.gallery-columns-1.gallery-size-medium .gallery-item:nth-of-type(1n+1),
.gallery.gallery-columns-1.gallery-size-thumbnail .gallery-item:nth-of-type(1n+1) {
  clear: left;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-2.gallery-size-thumbnail .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.3333333%;
}
.gallery.gallery-columns-3.gallery-size-thumbnail .gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-4.gallery-size-thumbnail .gallery-item:nth-of-type(4n+1) {
  clear: left;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-5.gallery-size-thumbnail .gallery-item:nth-of-type(5n+1) {
  clear: left;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.6666667%;
}
.gallery.gallery-columns-6.gallery-size-thumbnail .gallery-item:nth-of-type(6n+1) {
  clear: left;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.2857143%;
}
.gallery.gallery-columns-7 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-8 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.1111111%;
}
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-caption {
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  max-height: 100%;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  margin-bottom: -100%;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.85);
}
.icons-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media only screen and (min-width: 1025px) {
  .icons-wrap {
    justify-content: space-between;
  }
}
.icons-wrap li {
  text-align: center;
  padding: 25px 15px 20px;
  background: #ffffff;
  width: calc(33.333333% - 15px);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.16);
}
.icons-wrap li:hover {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 769px) {
  .icons-wrap li {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .icons-wrap li {
    width: calc(12.5% - 15px);
  }
}
.icons-wrap li i {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.icons-wrap li p {
  font-size: 12px;
  line-height: 1.2;
  font-family: monospace, monospace;
  opacity: 0.7;
}
@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);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
.delay-1 {
  animation-delay: 0s;
}
.delay-2 {
  animation-delay: 0.2s;
}
.delay-3 {
  animation-delay: 0.4s;
}
.delay-4 {
  animation-delay: 0.6s;
}
.delay-5 {
  animation-delay: 0.8s;
}
.delay-6 {
  animation-delay: 1s;
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@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;
}
.cm-body-bg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
}
.cm-body-bg .bg__gradient-left,
.cm-body-bg .bg__gradient-right {
  bottom: -25vh;
  left: -25vw;
  position: absolute;
  right: -25vw;
  top: -25vh;
  transform-origin: 0;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cm-body-bg .bg__gradient-left {
  background: repeating-linear-gradient(135deg, rgba(140, 26, 246, 0.2) 50vw, rgba(3, 242, 241, 0.3) 75vw, rgba(3, 242, 241, 0) 100vw, rgba(3, 242, 241, 0) 125vw, rgba(19, 224, 0, 0.2) 0, rgba(3, 242, 241, 0.3) 150vw, rgba(3, 242, 241, 0) 175vw, rgba(3, 242, 241, 0) 200vw, rgba(255, 108, 177, 0.2) 0, rgba(140, 26, 246, 0.2) 225vw, rgba(140, 26, 246, 0) 250vw, rgba(140, 26, 246, 0) 275vw);
  -webkit-mask-image: linear-gradient(270deg, transparent 50%, #000000);
  mask-image: linear-gradient(270deg, transparent 50%, #000000);
  transform: translateZ(-4px);
}
.cm-body-bg .bg__gradient-right {
  background: repeating-linear-gradient(-135deg, rgba(19, 224, 0, 0.3), rgba(3, 242, 241, 0.15) 25vw, rgba(3, 242, 241, 0) 50vw, rgba(3, 242, 241, 0) 75vw, rgba(247, 228, 61, 0.3) 0, rgba(255, 108, 177, 0.15) 100vw, rgba(255, 108, 177, 0) 125vw, rgba(255, 108, 177, 0) 150vw, rgba(255, 108, 177, 0.2) 0, rgba(247, 228, 61, 0.2) 175vw, rgba(247, 228, 61, 0) 200vw, rgba(247, 228, 61, 0) 225vw);
  -webkit-mask-image: linear-gradient(90deg, transparent 50%, #000000);
  mask-image: linear-gradient(90deg, transparent 50%, #000000);
  transform: translateZ(0);
}
/* ============================================================ 
    8. BLOG
=============================================================*/
.post-title {
  margin: 0;
  word-break: break-word;
}
.post-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.post-title .highlight:after,
.post-title .highlight:before {
  display: none;
}
.post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  flex-shrink: 0;
}
.post-meta .post-comments a {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 44px;
  height: 44px;
  color: inherit;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.post-meta .post-comments a:before {
  content: "\eada";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.post-meta .post-comments a span {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 10px;
  top: 0;
}
.post-meta .post-comments a:hover:before {
  font-size: 20px;
}
.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: 12px;
  width: 44px;
  border-radius: 50%;
}
.post-meta .post-meta-data .post-date {
  font-size: 13px;
}
.post-image,
.pp-post-thumbnail-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.post-image a,
.pp-post-thumbnail-wrap a {
  display: block;
  position: relative;
}
.post-image a:after,
.pp-post-thumbnail-wrap 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,
.pp-post-thumbnail-wrap a:before {
  content: "Read More";
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  line-height: 1;
  transform: translate(-120%, -50%);
  white-space: nowrap;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.post-image img,
.pp-post-thumbnail-wrap img {
  width: 100%;
}
.site-content .addtoany_list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: relative;
}
.site-content .addtoany_list:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  left: -31px;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 604px) {
  .site-content .addtoany_list {
    padding-left: 24px;
  }
  .site-content .addtoany_list:before {
    left: 0;
  }
}
.site-content .addtoany_list a {
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
@media only screen and (max-width: 604px) {
  .site-content .addtoany_list a {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
  }
}
.site-content .addtoany_list a svg {
  position: relative;
  top: -0.5px;
}
.site-content .addtoany_list a:hover span {
  opacity: 1;
}
.site-content .addtoany_list a:hover span svg path {
  fill: #ffffff;
}
.site-content .addtoany_list[class*="a2a_kit_size_"] a:not(.addtoany_special_service) > span {
  height: 44px;
  line-height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.site-content .addtoany_list[class*="a2a_kit_size_"] a:not(.addtoany_special_service) > span svg {
  width: 24px;
}
/* ============================================================ 
    8.1. Blog Grid
=============================================================*/
.blog-grid .content-inner[data-grid-normal],
.blog-grid .content-inner[data-grid] {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .content-inner[data-grid-normal]:after,
.blog-grid .content-inner[data-grid]:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
}
@media only screen and (min-width: 544px) and (max-width: 1024px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(3n):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:nth-child(3n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(4n):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:nth-child(4n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(5n):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:nth-child(5n):after {
    display: none;
  }
}
.blog-grid .post-inner {
  position: relative;
}
.blog-grid .hentry {
  position: relative;
  z-index: 3;
}
.blog-grid .hentry:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  display: none;
}
.blog-grid .hentry.sticky {
  z-index: 4;
}
.blog-grid .hentry.sticky .post-inner {
  background-color: #ffffff;
  border: 1px solid;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.blog-grid .hentry:not(.has-post-thumbnail) .post-image {
  margin-bottom: 0;
}
.blog-grid .hentry.has-post-thumbnail .post-image {
  margin-bottom: 24px;
}
.blog-grid .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 .post-image {
  position: relative;
}
.blog-grid .post-image a {
  display: block;
}
.blog-grid .post-image img {
  width: 100%;
}
.blog-grid .post-title {
  margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.blog-grid .post-categories {
  margin-bottom: 4px;
}
.blog-grid .post-categories a {
  font-size: 14px;
  line-height: 20px;
}
.blog-grid .post-meta .post-comments {
  display: none;
}
.blog-grid .post-meta img {
  width: 24px;
  margin-right: 8px;
}
.blog-grid .post-meta .post-meta-data {
  display: flex;
  font-size: 13px;
}
.blog-grid .post-meta .post-meta-data span:not(.post-name) {
  opacity: 0.7;
  font-size: 100%;
}
.blog-grid .post-content {
  margin-bottom: 36px;
  word-break: break-word;
  font-size: 15px;
}
.blog-grid .post-content > .wp-block-group.has-background {
  margin: 24px -30px;
  padding: 24px 30px;
}
/* ============================================================ 
    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.08);
  padding-bottom: 40px;
  flex-grow: 1;
}
.blog-list .hentry:after {
  display: none;
}
.blog-list .hentry:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 40px;
}
.blog-list .hentry:last-of-type .post-wrap {
  border-bottom: none;
  padding-bottom: 0;
}
.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: 14px;
  line-height: 20px;
  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: 99px;
    display: block;
  }
}
.blog-list .post-meta-data .post-comments a {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 100%;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data .post-comments a {
    border: 2px solid #ffffff;
    line-height: 26px;
    right: -2px;
    top: -2px;
  }
}
.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;
  border-radius: 100%;
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data .post-author {
    gap: 0;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .blog-list .post-meta-data .post-author img {
    margin: 0 0 8px 0;
    width: 100%;
  }
}
.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-meta-data .post-date .post-day {
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 4px;
  }
}
.blog-list .post-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.375;
  font-weight: 300;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-title {
    font-size: 36px;
  }
}
.blog-list .post-categories {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}
.blog-list .post-image {
  margin-bottom: 28px;
}
.blog-list .post-image .post-categories {
  display: none;
}
.blog-list .post-content {
  word-break: break-word;
  margin-bottom: 36px;
}
.blog-list .post-content > .wp-block-group.has-background {
  padding: 30px;
  margin-bottom: 30px;
}
.blog-list .blog-readmore {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
  padding-right: 36px;
}
.blog-list .blog-readmore:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: calc(51%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}
@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;
  }
}
/* ============================================================ 
    8.3. Blog Single
=============================================================*/
.single-post .hentry {
  position: relative;
  z-index: 4;
  margin-bottom: 40px;
}
.single-post .hentry.has-post-thumbnail .post-thumbnail {
  margin-bottom: 40px;
}
.single-post .hentry.has-post-thumbnail .post-thumbnail img {
  border-radius: 4px;
}
.single-post .post-thumbnail {
  position: relative;
}
.single-post .post-thumbnail .featured-image-caption {
  font-size: 13px;
  line-height: 24px;
  display: block;
  padding: 20px 0;
  opacity: 0.7;
}
.single-post .post-thumbnail .featured-image-caption:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 60px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.single-post .post-footer {
  position: relative;
  padding-top: 24px;
  margin-top: 40px;
  clear: both;
  font-size: 14px;
  line-height: 24px;
}
.single-post .post-footer:before {
  content: "";
  width: 40px;
  top: 0;
  height: 1px;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.single-post .post-footer .post-categories {
  margin-right: 20px;
}
.single-post .post-footer .post-tags a:before {
  content: "#";
}
.single-post .post-footer .post-tags a.gallery {
  margin: 0;
}
.single-post .post-footer .post-tags a:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 21px;
}
.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.08);
  padding-top: 40px;
}
#related-posts .hentry {
  display: flex;
  gap: 24px;
  position: relative;
  align-items: center;
}
#related-posts .hentry:after {
  display: none;
}
#related-posts .hentry.has-post-thumbnail .post-image {
  margin: 0;
  flex-shrink: 0;
  width: calc(50% - 32px);
}
#related-posts .hentry.has-post-thumbnail .post-image .featured-image {
  padding-bottom: 57%;
  overflow: hidden;
}
#related-posts .hentry.has-post-thumbnail .post-image .featured-image:before {
  font-size: 14px;
}
#related-posts .hentry.has-post-thumbnail .post-image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
#related-posts .hentry .post-date {
  font-size: 13px;
  line-height: 24px;
  opacity: 0.8;
}
#related-posts .hentry .post-header {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#related-posts .hentry .post-header a {
  display: block;
  line-height: 24px;
  font-size: 15px;
  font-weight: normal;
  word-break: break-word;
}
#related-posts .grid-posts.content-inner {
  margin-left: -15px;
  margin-right: -15px;
  gap: 30px 0;
}
#related-posts .grid-posts.content-inner .post {
  padding: 0 15px;
  margin-bottom: 0;
}
.related-posts-title,
.comments-title,
.projects-related-title {
  position: relative;
  margin: 0 0 28px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
}
/* ============================================================ 
    12. PROJECT
=============================================================*/
[class*="projects-style"] .project-title {
  margin: 0;
}
[class*="projects-style"] .project-summary {
  line-height: 1.5;
  font-size: 14px;
}
[class*="projects-style"] .project-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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;
  border-radius: 12px;
}
[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: 32px;
}
@media only screen and (min-width: 769px) {
  .projects-filter {
    margin-bottom: 60px;
  }
}
.projects-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 769px) {
  .projects-filter ul {
    gap: 48px;
  }
  .projects-filter ul li a {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .projects-filter ul {
    justify-content: flex-start !important;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    gap: 36px;
  }
  .projects-filter ul::-webkit-scrollbar {
    display: none;
  }
}
.projects-filter.projects-filter-left ul {
  justify-content: flex-start;
}
.projects-filter.projects-filter-center ul {
  justify-content: center;
}
.projects-filter.projects-filter-right ul {
  justify-content: flex-end;
}
.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-inner:hover .project-title:after {
  width: 64px;
}
.projects-style1 .project-thumbnail {
  margin: 0;
}
.projects-style1 .project-info {
  padding: 24px 0 4px 0;
}
@media only screen and (min-width: 769px) {
  .projects-style1 .project-info {
    padding: 24px 0 32px 0;
  }
}
.projects-style1 .project-title {
  font-size: 16px;
  line-height: 1.45;
  font-weight: normal;
  position: relative;
  padding-top: 16px;
}
.projects-style1 .project-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 1px;
  background-color: #ccc;
}
.projects-style1 .project-summary {
  margin: 4px 0 0 0;
  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-category,
.projects-style2 .project-readmore {
  display: none;
}
.projects-style2 .project-inner {
  overflow: hidden;
  position: relative;
}
.projects-style2 .project-inner:hover .project-info {
  background-color: rgba(0, 0, 0, 0.7);
}
.projects-style2 .project-inner:hover .client-thumb img {
  transform: translateY(0);
}
.projects-style2 .project-thumbnail {
  margin: 0;
}
.projects-style2 .project-info {
  padding: 6% 8%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style2 .project-info-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-style2 .project-tags {
  clear: both;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  gap: 0 20px;
}
.projects-style2 .project-tags a {
  font-size: 14px;
  line-height: 24px;
}
.projects-style2 .project-tags a:before {
  content: "#";
  margin-right: 3px;
}
.projects-style2 .project-tags a:not(:hover) {
  color: #ffffff;
}
.projects-style2 .project-tags a.gallery {
  margin: 0;
}
.projects-style2 .project-tags:empty {
  display: none;
}
.projects-style2 .project-title {
  font-size: 24px;
  font-weight: 300;
}
.projects-style2 .project-title a {
  color: #ffffff;
}
.projects-style2 .project-summary {
  margin: 8px 0 0 0;
  color: rgba(255, 255, 255, 0.7);
}
.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%;
  transform: translateY(-101%);
  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: 10%;
  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.4);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  opacity: 0;
  border-radius: 12px;
}
.projects-style3 .project-title {
  font-size: 20px;
  font-weight: normal;
}
.projects-style3 .project-title a {
  color: #ffffff;
  background-image: linear-gradient(180deg, transparent 97%, rgba(255, 255, 255, 0.35) 0);
}
.projects-style3 .project-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.projects-style3 .project-summary {
  margin: 8px 0 0 0;
  color: rgba(255, 255, 255, 0.8);
}
.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;
}
.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 .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: -1;
}
.single-nproject:not(.page-template-template-fullwidth) .content-body {
  padding-bottom: 30px;
}
.single-nproject .sticky-element-placeholder {
  height: 0 !important;
}
.single-nproject .hentry {
  position: relative;
  z-index: 4;
}
.single-nproject .hentry .sticky-element-placeholder {
  height: 0 !important;
}
.single-nproject .wp-block-columns .wp-block-column {
  margin-bottom: 10px;
}
.single-nproject .wp-block-columns > 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;
}
.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;
}
@media only screen and (min-width: 1025px) {
  .projects-related-wrap .project {
    margin-bottom: 0;
  }
  .projects-related-wrap .project .project-info {
    padding-bottom: 0;
  }
}
.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;
}
/* ============================================================ 
    10. ELEMENTS
=============================================================*/
#site .swiper-slide-active {
  border-color: transparent;
}
.site .elementor-element.blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site .elementor-background-slideshow__slide__image {
  background-repeat: no-repeat;
}
.site .e-grid {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-button .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.site .elementor-widget-button .elementor-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
  transform-origin: 0% 100%;
  background-color: #000;
  transition: all 0.35s ease-in-out 0s;
}
.site .elementor-widget-button .elementor-button:hover:after {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.site .elementor-widget-button.custom-hover .elementor-button:hover {
  border-color: transparent;
}
.site .elementor-widget-button .elementor-button-content-wrapper {
  align-items: center;
}
.site .elementor-widget-button .elementor-button-icon svg {
  width: auto;
}
.site .bgDark label,
.site .bgDark .label,
.site .bgDark .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  color: rgba(255, 255, 255, 0.6);
}
.site .elementor-widget-pp-dual-heading .pp-dual-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.site .elementor-widget-pp-dual-heading .pp-dual-heading .pp-first-text {
  position: relative;
}
.site .elementor-widget-pp-dual-heading .pp-dual-heading .pp-first-text:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ccc;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -0.5px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .site .pp-buttons-group {
    flex-wrap: inherit;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .site .pp-buttons-group::-webkit-scrollbar {
    display: none;
  }
}
.site .elementor-widget-pp-info-box .pp-info-box-subtitle,
.site .elementor-widget-pp-info-box .pp-info-box-title {
  margin-top: 0;
}
.site .elementor-widget-pp-info-box.style1 .pp-info-box-container:hover {
  border-color: transparent;
}
.site .elementor-widget-pp-info-box.style1 .pp-info-box-container:hover .pp-info-box-button {
  background-color: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}
.site .elementor-widget-pp-info-box.style1 .pp-info-box-icon-wrap {
  position: absolute;
}
.site .elementor-widget-pp-info-box.pp-info-box-right .pp-info-box-content {
  flex-grow: 1;
}
.site .elementor-widget-pp-info-box.pp-info-box-right a.pp-info-box-container .pp-info-box-icon {
  display: block;
  position: relative;
  overflow: hidden;
}
.site .elementor-widget-pp-info-box.pp-info-box-right a.pp-info-box-container .pp-info-box-icon:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.site .elementor-widget-pp-info-box.pp-info-box-right a.pp-info-box-container:hover .pp-info-box-icon:before {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-pp-info-box .pp-info-box-button {
  width: 24px;
  height: 24px;
}
.site .elementor-widget-pp-info-box .pp-info-box-button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-widget-pp-info-box .pp-info-box-button .pp-button-text {
  text-indent: -9999px;
  position: relative;
}
.site .elementor-widget-pp-info-box .pp-info-box-button .pp-button-text:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-pp-info-box.style2 .pp-info-box-button {
  width: auto;
  height: auto;
}
.site .elementor-widget-pp-info-box.style2 .pp-info-box-button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-widget-pp-info-box.style2 .pp-info-box-button .pp-button-text {
  text-indent: 0;
  position: relative;
}
.site .elementor-widget-pp-info-box.style2 .pp-info-box-button .pp-button-text:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: auto;
  font-weight: normal;
  right: -32px;
  border: 1px solid;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}
.site .elementor-widget-pp-info-box.style2 .pp-info-box-icon {
  display: block;
  position: relative;
  overflow: hidden;
}
.site .elementor-widget-pp-info-box.style2 .pp-info-box-icon:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.site .elementor-widget-pp-info-box.style2:hover .pp-info-box-icon:before {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-pp-info-box.style2:hover .pp-info-box-button .pp-button-text:before {
  color: #ffffff;
  border-color: transparent;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-title {
  margin-top: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-subtitle {
  margin-top: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-title-wrap {
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-title-wrap:before {
  font-weight: 600;
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) ".";
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-title-wrap {
  padding-left: 44px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-title-wrap:before {
  font-size: 44px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-content:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-content:hover .pp-info-box-description {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-description {
  flex-grow: 1;
  opacity: 0;
  visibility: hidden;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-button {
  width: 24px;
  height: 24px;
  padding: 0;
  text-indent: -9999px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-button:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  text-indent: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.elementor-grid .pp-info-box-title-wrap {
  padding-left: 64px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.elementor-grid .pp-info-box-title-wrap:before {
  content: counter(my-badass-counter) "";
  font-size: 64px;
  font-weight: 300;
  width: 56px;
  text-align: center;
  line-height: 56px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.elementor-grid .pp-info-box:hover .pp-info-box-icon:before {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.elementor-grid .pp-info-box-icon {
  display: block;
  position: relative;
  overflow: hidden;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.elementor-grid .pp-info-box-icon:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.site .elementor-widget-pp-info-list.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-infolist-icon-wrapper:after,
.site .elementor-widget-pp-info-list.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-infolist-icon-wrapper:before {
  display: none;
}
.site .elementor-widget-pp-image-comparison img,
.site .elementor-widget-pp-image-comparison .pp-image-comparison-overlay {
  border-radius: 12px;
}
.site .elementor-widget-pp-team-member .pp-tm-image {
  display: block;
}
.site .elementor-widget-pp-team-member .pp-tm-image img {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.site .elementor-widget-pp-team-member .pp-tm-content.pp-tm-content-normal .pp-tm-name {
  margin-top: 0;
  max-width: 70%;
}
.site .elementor-widget-pp-team-member .pp-tm-content.pp-tm-content-normal .pp-tm-social-links-wrap {
  position: absolute;
  right: 0;
  top: 2px;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-pp-team-member .pp-tm-content.pp-tm-content-normal .pp-tm-social-links-wrap {
    top: 6px;
  }
}
.site .elementor-widget-pp-team-member .pp-tm-content.pp-tm-content-normal .pp-tm-social-links-wrap .pp-tm-social-link:not(:hover) {
  opacity: 0.3;
}
.site .elementor-widget-pp-team-member dl {
  margin: 0;
}
.site .elementor-widget-pp-team-member dl:after {
  display: table;
  content: "";
  clear: both;
}
.site .elementor-widget-pp-team-member dl dt {
  float: left;
}
.site .elementor-widget-pp-team-member dl dd {
  margin-bottom: 15px;
  margin-left: 50%;
}
.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-button-wrap {
  order: 3;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-features {
  order: 5;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-footer {
  order: 4;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-button {
  display: block;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-features li:first-child {
  border-top: none !important;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-features li.excluded .pp-pricing-table-feature-text {
  opacity: 0.6;
  text-decoration: line-through;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-features li.excluded .pp-pricing-table-feature-text:before {
  content: "\ea21";
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-feature-text {
  position: relative;
  padding-left: 36px;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-feature-text:before {
  content: "\ea1c";
  font-family: "Nucleo";
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.site .elementor-widget-wp-widget-nav_menu .menu {
  margin: 0;
  padding: 24px 40px;
  background-color: #ffffff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.site .elementor-widget-wp-widget-nav_menu .menu > li {
  margin-bottom: 2px;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li:last-child {
  margin-bottom: 0;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li > a {
  padding: 12px 0;
  display: block;
  position: relative;
  z-index: 1;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  right: -24px;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}
.site .elementor-widget-wp-widget-nav_menu .menu > li > a:before {
  width: 24px;
  height: 24px;
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  text-indent: 0;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  border-radius: 50%;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li.current-menu-item > a:after,
.site .elementor-widget-wp-widget-nav_menu .menu > li:hover > a:after {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li.current-menu-item > a:before,
.site .elementor-widget-wp-widget-nav_menu .menu > li:hover > a:before {
  color: #ffffff;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li .sub-menu li a {
  padding: 4px 0;
  display: block;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li .sub-menu li a:hover {
  opacity: 0.6;
}
.site .elementor-widget-wp-widget-nav_menu .menu > li .sub-menu li:last-child a {
  border-bottom: none;
}
.site .elementor-widget-n-tabs.style1 .e-n-tabs-heading > button {
  flex: 1 1;
}
.site .elementor-widget-n-tabs.style2 .e-n-tabs-heading button {
  z-index: 1;
}
.site .elementor-widget-n-tabs.style2 .e-n-tabs-heading button:first-child {
  border-radius: 20px 0 0 20px;
}
.site .elementor-widget-n-tabs.style2 .e-n-tabs-heading button:last-child {
  border-radius: 0 20px 20px 0;
}
.site .elementor-widget-n-tabs.style2 .e-n-tabs-heading button:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 70%;
  width: 80%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  filter: blur(20px);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.site .elementor-widget-n-tabs.style2 .e-n-tabs-heading button[aria-selected="true"] {
  font-weight: 800 !important;
  letter-spacing: -1px;
}
.site .elementor-widget-n-tabs.style2 .e-n-tabs-heading button[aria-selected="true"]:before {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-n-tabs.style3 .e-n-tabs-heading button {
  z-index: 1;
}
.site .elementor-widget-n-tabs.style3 .e-n-tabs-heading button:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 80%;
  width: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  filter: blur(20px);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.site .elementor-widget-n-tabs.style3 .e-n-tabs-heading button[aria-selected="true"]:before {
  opacity: 0.3;
  visibility: visible;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional .elementor-icon-list-text {
  padding: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional .elementor-icon-list-icon svg {
  margin: 0;
}
.site .elementor-widget-icon-list .elementor-icon-list-icon {
  z-index: 1;
}
.site .elementor-widget-icon-list .elementor-icon-list-icon:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.site .elementor-widget-icon-list .elementor-icon-list-icon:hover:after {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-icon-list .elementor-icon-list-item:hover .elementor-icon-list-icon:after {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-pp-posts .pp-post-title {
  margin-top: 0;
}
.site .elementor-widget-pp-posts.e-widget-swiper .swiper-container-wrap-dots-outside .swiper-pagination {
  position: absolute;
  left: auto;
  right: 15px;
  bottom: 0;
  width: auto;
}
.site .elementor-widget-pp-posts.layout-list .pp-post {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.site .elementor-widget-pp-posts.layout-list .pp-post .pp-post-thumbnail {
  width: 33%;
  flex-shrink: 0;
}
.site .elementor-widget-pp-posts .pp-post {
  position: relative;
}
.site .elementor-widget-pp-posts .pp-post:hover .pp-posts-button {
  color: #ffffff;
}
.site .elementor-widget-pp-posts .pp-post:hover .pp-post-thumbnail-wrap:before {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-pp-posts .pp-post .pp-post-thumbnail-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.site .elementor-widget-pp-posts .pp-post .pp-post-thumbnail-wrap:before {
  z-index: 1;
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.site .elementor-widget-pp-posts .pp-posts-button {
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 30px;
  bottom: 24px;
  border-radius: 50%;
}
.site .elementor-widget-pp-posts .pp-posts-button .pp-button-text {
  text-indent: -9999px;
  display: inline-block;
}
.site .elementor-widget-pp-posts .pp-posts-button .pp-button-text:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-pp-posts .pp-posts-button .pp-button-icon {
  display: none;
}
.site .elementor-widget-testimonial .elementor-testimonial-wrapper {
  overflow: visible;
}
.site .elementor-widget-testimonial.style1 .elementor-testimonial-wrapper {
  position: relative;
}
.site .elementor-widget-testimonial.style1 .elementor-testimonial-wrapper:after,
.site .elementor-widget-testimonial.style1 .elementor-testimonial-wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  width: 12px;
  height: 12px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #ccc;
  margin-left: -8px;
  z-index: 2;
}
.site .elementor-widget-testimonial.style1 .elementor-testimonial-wrapper:before {
  margin-left: 8px;
}
.site .elementor-widget-testimonial.style1 .elementor-testimonial-content {
  background-color: #ffffff;
  padding: 62px 30px 30px 30px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 18px;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.site .elementor-widget-testimonial.style1 .elementor-testimonial-content:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -8px;
}
.site .elementor-widget-testimonial.style2 .elementor-testimonial-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.site .elementor-widget-testimonial.style2 .elementor-testimonial-meta-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site .elementor-widget-testimonial.style2 .elementor-testimonial-meta-inner .elementor-testimonial-image {
  padding: 0;
}
.site .elementor-widget-testimonial.style2 .elementor-testimonial-meta {
  width: 120px;
  flex-shrink: 0;
}
.site .elementor-widget-testimonial.style2 .elementor-testimonial-content {
  margin: 0;
  position: relative;
}
.site .elementor-widget-testimonial.style2 .elementor-testimonial-content:after,
.site .elementor-widget-testimonial.style2 .elementor-testimonial-content:before {
  position: absolute;
  left: 15px;
  top: -6px;
  width: 32px;
  height: 32px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: rgba(0, 0, 0, 0.12);
  z-index: -1;
}
.site .elementor-widget-testimonial.style2 .elementor-testimonial-content:before {
  left: 55px;
}
@media only screen and (min-width: 604px) {
  .site .elementor-widget-testimonial.style2 .elementor-testimonial-content {
    border-left: 1px dashed rgba(0, 0, 0, 0.2);
    padding-left: 30px;
  }
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened,
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed {
  width: 16px;
  height: 16px;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened:before,
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed:before {
  content: "\eaf0";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened svg,
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed svg {
  display: none;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed:before {
  transform: translate(-50%, -50%) rotate(0);
}
.site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:first-child {
  border-top: none;
}
.site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:first-child .pp-accordion-tab-title {
  padding-top: 0;
}
.site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-icon:before {
  content: "\ead4";
  font-family: "Nucleo";
  font-size: 16px;
  font-weight: normal;
}
.site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-icon.pp-accordion-toggle-icon-close:before {
  content: "\ead5";
}
.site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-icon svg {
  display: none;
}
.site .elementor-widget-image-gallery .gallery-item .gallery-icon a {
  display: block;
  position: relative;
}
.site .elementor-widget-image-gallery .gallery-item .gallery-icon a:before {
  content: "\eaae";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.site .elementor-widget-image-gallery .gallery-item .gallery-icon a:hover:before {
  opacity: 1;
  visibility: visible;
}
.site .elementor-widget-image-gallery .gallery-item .gallery-caption {
  position: static;
  padding: 0;
  text-shadow: none;
  color: inherit;
  background-color: transparent;
  margin-top: 12px;
}
.site .elementor-widget-pp-icon-list.elementor-list-item-link-inline.style2 .pp-icon-list-item {
  flex-direction: column;
  gap: 24px;
}
.site .elementor-widget-pp-icon-list.elementor-list-item-link-inline.style2 .pp-icon-list-item:last-child {
  padding: 0;
}
.site .elementor-widget-pp-icon-list.elementor-list-item-link-inline.style2 .pp-icon-wrapper {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.site .elementor-widget-pp-icon-list.elementor-list-item-link-inline.style2 .pp-inline-items {
  flex-wrap: inherit;
}
.site .elementor-widget-pp-icon-list.elementor-list-item-link-inline.style2 .pp-inline-items > li {
  flex: 1 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .site .elementor-widget-pp-icon-list.elementor-list-item-link-inline.style2 .pp-inline-items {
    justify-content: flex-start !important;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .site .elementor-widget-pp-icon-list.elementor-list-item-link-inline.style2 .pp-inline-items::-webkit-scrollbar {
    display: none;
  }
}
.site .elementor-widget-pp-icon-list.pp-icon-right .pp-icon-list-item a {
  width: 100%;
}
.site .elementor-widget-pp-icon-list.pp-icon-right .pp-icon-list-text {
  flex-grow: 1;
  text-align: left;
}
.site .elementor-widget-pp-image-hotspots .pp-hotspot-icon svg {
  display: none;
}
.site .elementor-widget-pp-image-hotspots .pp-hotspot-icon:before {
  content: "\ead5";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-slider_revolution .sr7-arrows.custom {
  width: 56px !important;
  height: 56px !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.site .elementor-widget-slider_revolution .sr7-arrows.custom:not(:hover) {
  background-color: transparent !important;
}
.site .elementor-widget-slider_revolution .sr7-arrows.custom:before {
  line-height: 54px !important;
}
.site .elementor-widget-slider_revolution .sr7-arrows.custom:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.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 40px;
  }
}
.list-style1 li:before,
.list-style2 li:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.list-style1[class*="columns-"] li,
.list-style2[class*="columns-"] li {
  margin-bottom: 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 {
  margin-bottom: 15px;
}
.list-style2 li:before {
  content: "\ea1c";
  font-size: 16px;
  font-family: "Nucleo";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
}
.wpcf7-form.submitting label,
.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.3;
}
.wpcf7-form p .ajax-loader,
.wpcf7-form p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.button:not([class*="product_type_"]) {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
.button:not([class*="product_type_"]):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
  transform-origin: 0% 100%;
  background-color: #000;
  transition: all 0.35s ease-in-out 0s;
}
.button:not([class*="product_type_"]):hover:after {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 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_"]).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: 16px;
    padding-bottom: 16px;
    line-height: 24px;
  }
}
.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);
}
.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);
}
.gr-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
}
.gr-btn .button {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .gr-btn {
    gap: 30px;
    flex-direction: row;
  }
  .gr-btn .button {
    width: 370px;
  }
}
.custom-blur {
  transform: translateX(-50%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.custom-center {
  transform: translateX(-50%);
}
.cta-box span {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 8px 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid;
  display: inline-block;
  position: relative;
}
.cta-box span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 4px;
}
.cta-box h2 {
  margin: 0 0 12px 0;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .cta-box h2 {
    font-size: 56px;
    line-height: 64px;
  }
}
.btn-info {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border-radius: 20px;
}
.btn-info:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid;
  z-index: -1;
  border-radius: 20px;
  opacity: 0.5;
}
.btn-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
  transform-origin: 0% 100%;
  transition: all 0.35s ease-in-out 0s;
}
.btn-info:hover {
  color: #ffffff;
}
.btn-info:hover:before {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-info.primary:hover i,
.btn-info.accent:hover i {
  color: #ffffff;
}
.btn-info i {
  font-size: 16px;
}
.btn-info span {
  display: none;
}
@media only screen and (min-width: 668px) {
  .btn-info span {
    display: block;
  }
}
span.star-review {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}
span.star-review:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
span.star-review i {
  line-height: 24px;
  margin: 0 2px;
}
.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: 20px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.wpcf7-form .form-row > p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.wpcf7-form .form-row label,
.wpcf7-form .form-row .label {
  margin: 0 0 12px 0;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.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%;
  margin: 0;
}
.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: 20px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  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: 1px solid;
  border-radius: 4px;
  opacity: 0.3;
}
.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 5px 12px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
.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: none;
}
.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 > p {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.wpcf7-form .form-row.ui-grid:last-child,
.wpcf7-form .form-row.ui-grid > p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row.ui-grid,
  .wpcf7-form .form-row.ui-grid > p {
    flex-direction: row;
  }
}
.wpcf7-form .form-row.ui-grid .field,
.wpcf7-form .form-row.ui-grid > p .field {
  flex: 1 1;
}
.wpcf7-form .form-row.ui-grid .wpcf7-acceptance,
.wpcf7-form .form-row.ui-grid > 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 5px 12px rgba(0, 0, 0, 0.05);
}
.wpcf7-form .form-row textarea {
  height: 100px;
  display: block;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  flex: 1 1;
}
.wpcf7-form .wpcf7-response-output {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  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 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) {
  position: relative;
  z-index: 9;
}
[class*="header-style"].header-full .wrap {
  width: 100%;
}
[class*="header-style"].header-shadow {
  border-color: transparent;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}
[class*="header-style"].header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  padding: 35px 0;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  [class*="header-style"].header-transparent {
    padding: 20px 0;
  }
}
[class*="header-style"].header-transparent a {
  color: #ffffff;
}
[class*="header-style"] .wrap-brand {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  [class*="header-style"] .wrap-brand {
    padding: 12px 0;
  }
}
[class*="header-style"] .extras {
  display: flex;
  align-items: center;
}
[class*="header-style"] .header-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 4px;
}
[class*="header-style"] .header-content-inner:after {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  border-top: 1px solid;
  opacity: 0.12;
}
[class*="header-style"] .header-content-inner nav.navigator {
  flex-grow: 1;
}
[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 {
    display: flex;
  }
}
[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;
    gap: 48px;
  }
  [class*="header-style"] .navigator .menu-primary li {
    position: relative;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu {
    list-style: none;
    padding: 20px 36px;
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    visibility: hidden;
    min-width: 220px;
    transform: scale(0.9);
    background-color: #ffffff;
    font-size: 15px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 4px;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.16);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    height: 4px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 4px 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu {
    left: calc(100% + 40px);
    top: -20px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu:after {
    left: -40px;
    bottom: 0;
    top: 0;
    height: auto;
    width: 40px;
  }
  [class*="header-style"] .navigator .menu-primary li:hover > .sub-menu {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary > li > a {
    font-size: 24px;
    line-height: 28px;
    padding: 16px 0;
    font-weight: 300;
    display: block;
  }
  [class*="header-style"] .navigator .menu-primary > li > a:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    background: #ccc;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  [class*="header-style"] .navigator .menu-primary > li:hover > a:after,
  [class*="header-style"] .navigator .menu-primary > li[class*="current"] > a:after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 1281px) {
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children {
    padding-right: 36px;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children:before {
    content: "\ead2";
    font-family: "Nucleo";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: inherit;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children:hover:before {
    transform: translateY(-50%) rotate(-180deg);
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children .sub-menu li.menu-item-has-children:before {
    transform: translateY(-50%) rotate(-90deg);
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    transform: translateY(-50%) rotate(-270deg);
  }
}
[class*="header-style"] .navigator > a {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator > a {
    display: block;
    width: 30px;
    height: 45px;
    text-indent: -9999px;
    position: relative;
  }
  [class*="header-style"] .navigator > a:before,
  [class*="header-style"] .navigator > a span:after,
  [class*="header-style"] .navigator > 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 > a span:before {
    margin-top: -8px;
  }
  [class*="header-style"] .navigator > a span:after {
    margin-top: 8px;
  }
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"] {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 0 16px 24px;
}
[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 {
  content: "";
  position: absolute;
  left: 1px;
  width: 14px;
  top: 23px;
  height: 1px;
  background-color: #ccc;
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:after {
  top: auto;
  bottom: 23px;
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"] span:after {
  content: "";
  position: absolute;
  left: 1px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #ccc;
}
.header-style1 .menu-primary {
  counter-reset: my-badass-counter;
}
.header-style1 .menu-primary > li > a:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) ".";
  display: inline-block;
  min-width: 36px;
  opacity: 0.3;
}
body.header-transparent .site-header {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
}
body.header-transparent .site-header .menu > li > a,
body.header-transparent .site-header .topbar-text a,
body.header-transparent .site-header a[data-target="off-canvas-right"] {
  color: #ffffff;
}
body.header-transparent .site-header a[data-target="off-canvas-right"]:before,
body.header-transparent .site-header a[data-target="off-canvas-right"]:after,
body.header-transparent .site-header a[data-target="off-canvas-right"] span:after {
  background-color: #ffffff;
}
body.header-transparent .site-header .menu-primary > li.menu-item-has-children:before {
  background-color: rgba(255, 255, 255, 0.1);
}
body.nav-dark .site-header .header-content-inner:after {
  height: 100%;
  background-color: #000;
  border: none;
  z-index: -1;
  opacity: 1;
}
body.nav-dark .site-header .menu-primary > li > a {
  color: #ffffff;
}
body.nav-dark .site-header .menu-primary > li > a:after {
  bottom: 0;
  top: auto;
}
body.nav-dark .site-header a[data-target="off-canvas-right"] {
  color: #ffffff;
}
body.nav-dark .site-header a[data-target="off-canvas-right"]:before,
body.nav-dark .site-header a[data-target="off-canvas-right"]:after,
body.nav-dark .site-header a[data-target="off-canvas-right"] span:after {
  background-color: #ffffff;
}
body.nav-dark .site-header .menu-primary > li.menu-item-has-children:before {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
/* ============================================================ 
    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;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site-header-sticky.header-shadow:not(.active) {
  box-shadow: none;
}
.site.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: 5px 0;
}
[class*="header-style"] .menu-extras > li > a {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*="header-style"] .menu-extras > li i {
  font-size: 18px;
}
[class*="header-style"] .search-box {
  z-index: 3;
}
[class*="header-style"] .search-box a {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
[class*="header-style"] .search-box a:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  border-radius: 20px;
}
[class*="header-style"] .search-box a:hover:after {
  opacity: 1;
}
[class*="header-style"] .search-box .widget_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text:before {
  font-size: 18px;
}
[class*="header-style"] .search-box .widget_search .search-form .search-submit {
  height: 36px;
  width: 36px;
  border: none;
}
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"] {
  font-size: 14px;
  height: 40px;
  width: 36px;
  padding: 8px 20px;
  background: #ffffff;
}
[class*="header-style"] .search-box.active .widget_search {
  visibility: visible;
  opacity: 1;
}
[class*="header-style"] .search-box.active label input.search-field[type="search"] {
  width: 270px;
}
@media only screen and (min-width: 801px) {
  [class*="header-style"] .search-box.active label input.search-field[type="search"] {
    width: 370px;
  }
}
[class*="header-style"] .search-box.active > a {
  visibility: hidden;
  opacity: 0;
}
/* ============================================================ 
    3.4. Off-Canvas
=============================================================*/
.site {
  position: relative;
  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 5px 12px rgba(0, 0, 0, 0.05);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 415px) {
  .off-canvas-left {
    width: 400px;
  }
}
.off-canvas-left .off-canvas-toggle {
  display: inline-block;
  height: 0;
  width: 0;
}
.off-canvas-left .off-canvas-wrap {
  padding: 45px;
  width: 100%;
  max-height: 100vh;
  max-width: 100%;
  overflow: auto;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle:before {
  content: "\ea21";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a:before {
  display: none;
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:after {
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.off-canvas-left-active .off-canvas-left {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.off-canvas-left-active .site:before {
  visibility: visible;
  opacity: 0.8;
}
/* ============================================================ 
    3.4.2. Off-Canvas Right/For Mobile Menu
=============================================================*/
.sliding-menu {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  visibility: hidden;
  background-color: #ffffff;
  transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.sliding-menu .off-canvas-wrap {
  height: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sliding-menu .off-canvas-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  z-index: 3;
  flex-shrink: 0;
  left: 30px;
  order: 1;
}
.sliding-menu .off-canvas-toggle:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class*="sliding-"] .off-canvas-wrap .social-icons {
  order: 4;
  gap: 10px;
  display: flex;
  padding: 0 30px;
}
@media only screen and (min-width: 1025px) {
  [class*="sliding-"] .off-canvas-wrap .social-icons {
    display: none;
  }
}
[class*="sliding-"] .off-canvas-wrap .social-icons a {
  flex: 1 1;
  border-radius: 0;
}
[class*="sliding-"] .off-canvas-wrap .social-icons a:hover {
  border-color: rgba(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 li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.menu-sliding li i,
.menu-sliding li img {
  display: none;
}
.menu-sliding li > .sub-menu,
.menu-sliding li > .children {
  display: none;
}
.menu-sliding li .menu-item-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.menu-sliding li .menu-item-toggle:after {
  content: "\ea7a";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: normal;
  transform: translate(-50%, -50%) rotate(-90deg);
  line-height: 1;
}
.menu-sliding li.menu-item-has-children > a {
  padding-right: 80px;
}
.menu-sliding li.menu-item-expand > .sub-menu,
.menu-sliding li.menu-item-expand > .children {
  display: block;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotate(0);
}
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  margin: 5px 0 20px 0;
  padding: 0 0 0 44px;
}
.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 span,
.menu-sliding li .children li a span {
  display: none;
}
.menu-sliding li a {
  display: block;
  line-height: 26px;
  position: relative;
  padding: 5px 0;
}
.menu-sliding > li {
  margin-bottom: 0;
}
.menu-sliding > li > a {
  line-height: 40px;
  font-size: 24px;
  font-weight: 300;
}
.menu-sliding > li > a:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) ".";
  display: inline-block;
  min-width: 44px;
  opacity: 0.3;
}
@media only screen and (min-width: 1025px) {
  .sliding-desktop-off div[class*="header-style"] a[data-target="off-canvas-right"] {
    display: none;
  }
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:before,
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  display: none;
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.admin-bar .off-canvas-left .off-canvas-wrap {
  padding-top: 77px;
}
.admin-bar .off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  top: 32px;
}
.admin-bar .sliding-menu .off-canvas-wrap {
  padding-top: 62px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .sliding-menu .off-canvas-wrap {
    padding-top: 76px;
  }
}
.darkmode .site-content {
  color: rgba(255, 255, 255, 0.7);
}
.darkmode .site-content .lines .line {
  background: rgba(255, 255, 255, 0.08);
}
.darkmode .site-content h1,
.darkmode .site-content h2,
.darkmode .site-content h3,
.darkmode .site-content h4,
.darkmode .site-content h5,
.darkmode .site-content h6,
.darkmode .site-content a,
.darkmode .site-content a.link.style2:before,
.darkmode .site-content .elementor-widget-n-accordion.style1 .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
  color: #ffffff;
}
.darkmode .lines .line {
  background: rgba(255, 255, 255, 0.08);
}
.darkmode .site .elementor-element[data-element_type="container"].style1:before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
}
.darkmode .site .elementor-element[data-element_type="container"].style1:after {
  display: none;
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+2) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.05);
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+3) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+4) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+5) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.darkmode .site .elementor-widget-pp-info-box .pp-info-box:after {
  background-color: #25163D;
}
.darkmode .site .elementor-widget-pp-info-box .pp-info-box:hover:after {
  background-color: #0E041F;
}
.darkmode .site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item a,
.darkmode .site .elementor-widget-pp-info-list.pp-info-list-icon-horizontal-center .pp-info-list-item-inner {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.darkmode .site input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(:focus),
.darkmode .site textarea:not(:focus),
.darkmode .site select:not(:focus) {
  border-color: rgba(255, 255, 255, 0.2);
}
.darkmode .site .menu-sliding > li {
  border-color: rgba(255, 255, 255, 0.1);
}
.darkmode .site .menu-sliding li .sub-menu li a:before,
.darkmode .site .menu-sliding li .children li a:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.darkmode .site-header-sticky {
  color: rgba(255, 255, 255, 0.7);
}
.darkmode .site-header-sticky a {
  color: #ffffff;
}
.darkmode .off-canvas li[class*="current-"] > a,
.darkmode .off-canvas .header-info-text a {
  color: #ffffff;
}
