/*============================================================ 
                        CSS OVERVIEWS
                1. GENERAL
                2. LAYOUT
                3. HEADER
                    3.1. Topbar
                    3.2. Header
                    3.3. Header Sticky
                    3.4. Off-Canvas
                          3.4.1. Off-Canvas Left/For Sliding Widget
                          3.4.2. Off-Canvas Right/For Mobile Menu
                    3.5. Extras Menu    
                4. CONTENT
                	4.1. Content Header/Title Bar
                    4.2. Content Body/Gutenberg
                5. WIDGET
                    5.1. Archives/Categories
                    5.2. Calendar
                    5.3. Recent Comments
                    5.4. Recent Posts
                    5.5. RSS
                    5.6. Search
                    5.7. Tag
                    5.8. Menu
                    5.8. Other
                6. FOOTER
                    6.1. Content Bottom
                    6.2. Footer Widget
                    6.3. Copyright
                7. OTHER
                	7.1. Comments
                	7.2. Page Navigation
                	7.3. Page Search/404
                    7.4. Page Author
                    7.5. Social
                    7.6. Gallery
                8. BLOG
                    8.1. Blog Grid
                    8.2. Blog List
                    8.3. Blog Single
                    8.4. Blog Related
                9. WOOCOMMERCE
                    9.1. Widget
                    9.2. Off-Canvas/Filter
                    9.3. Shop Page
                    9.4. Product Single
                    9.5. Cart
                    9.6. Checkout
                    9.7. Other
               10. ELEMENTS
               11. RTL
               12. PROJECT
============================================================*/
/* ============================================================ 
    1. GENERAL
=============================================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}
*:after,
*:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
::selection {
  color: #ffffff;
}
::-moz-selection {
  color: #ffffff;
}
.transition,
a,
a.link:after,
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]),
body.is-loaded:after,
body.is-loaded:before,
table#wp-calendar tbody tr td a:before,
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"],
.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,
.gallery-caption,
.blog-grid .post-inner,
.blog-grid .hentry,
.blog-grid .post-image img,
.projects-style1 .project-inner:after,
.projects-style3 .project-thumbnail a img,
.widget_product_categories .product-categories li a:before,
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:before,
.woocommerce-categories li img,
.woocommerce-categories li a:after,
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li a span,
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center .elementor-icon-list-item > .elementor-icon-list-icon,
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a:after,
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a .elementor-icon-list-icon,
.site .elementor-widget-wp-widget-nav_menu .menu li a:before,
.site .elementor-image-gallery .gallery .gallery-item,
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:after,
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title:before,
.site .elementor-widget-pp-info-box-carousel .pp-info-box-title,
.site .elementor-widget-pp-info-box-carousel .pp-info-box-footer .pp-info-box-button span,
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab,
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab:after,
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab h2,
.wpcf7-form div.form-row .wpcf7-form-control-wrap,
.button:not([class*="product_type_"]).outline:after,
.star-review a:after,
[class*="header-style"] .header-info-text ul li i,
[class*="header-style"] .search-box .widget_search,
[class*="header-style"] .shopping-cart .sub-menu,
.sliding-menu .off-canvas-toggle:before,
.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: -2px;
  border-bottom: 1px solid;
  opacity: 0.5;
}
a.link:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
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;
}
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;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
b,
strong {
  font-weight: 600;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(46, 76, 95, 0.75);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(46, 76, 95, 0.75);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(46, 76, 95, 0.75);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(46, 76, 95, 0.75);
}
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: 14px;
  line-height: 18px;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: inherit;
}
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;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 50px;
  text-align: center;
  border: 1px solid transparent;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:not([class*="product_type_"]):hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button:not([class*="product_type_"]):disabled {
  background-color: #f2f2f2;
  box-shadow: none;
}
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
button:disabled:hover,
.button:not([class*="product_type_"]):disabled:hover {
  background-color: #f2f2f2;
}
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;
  text-overflow: '';
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: 600;
  appearance: none;
  box-sizing: border-box;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2a2a2a;
}
code {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}
blockquote {
  margin: 0 0 30px 0;
  padding: 0 5%;
  border-left: 5px solid;
  font-size: 24px;
  line-height: 1.625;
}
cite {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: separate;
  font-size: 15px;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit !important;
}
table th {
  font-weight: 500;
}
table thead {
  color: #ffffff;
}
table thead th {
  padding: 15px 30px;
  text-align: left;
}
table tbody tr td,
table tbody tr th {
  padding: 15px 30px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tbody tr:last-child td,
table tbody tr:last-child th {
  border: none;
}
table tfoot tr th,
table tfoot tr td {
  padding: 15px 30px;
}
table a.button {
  display: block;
  padding: 10px;
  text-align: center;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0 0 20px 40px;
}
pre {
  font-size: 12px;
  overflow: auto;
  background-image: linear-gradient(#ffffff 50%, rgba(0, 0, 0, 0.1) 50%);
  background-size: 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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: "\ea1b";
  font-family: "Nucleo";
  font-size: 64px;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 9999999;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  animation: iconlab-spin 1s infinite linear;
}
body:not(.page-template-template-fullwidth) .content-body {
  padding-bottom: 80px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  body .wrap {
    max-width: 96%;
  }
}
.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 {
  padding-top: 60px;
}
.page-template-default:not([class*="sidebar-"]) .comments-area #respond {
  padding: 60px 0 0 0;
}
.page-template-default:not([class*="sidebar-"]) .comments-area .comment-list #respond {
  padding: 40px 30px;
  background-color: #f2f2f2;
}
.layout-wide .site.wrap {
  width: 100%;
  max-width: 100%;
}
.layout-boxed .site {
  overflow: hidden;
}
.layout-boxed .site .site-content {
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  .sidebar-right .content-body-inner:before,
  .sidebar-left .content-body-inner:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    width: 1px;
    bottom: 0;
  }
}
.sidebar-right #main-content {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-right #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-right .main-sidebar {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-right .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
.sidebar-left #main-content {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-left #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-left .main-sidebar {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-left .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
.post-content-extras .edit-link {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 30px;
}
.post-content-extras .edit-link a {
  border-bottom: 1px solid;
  padding-bottom: 3px;
  display: inline-block;
}
[data-grid-normal]:after,
[data-grid]:after {
  content: "";
  display: table;
  clear: both;
}
[data-grid-normal] .post,
[data-grid] .post,
[data-grid-normal] .product,
[data-grid] .product,
[data-grid-normal] .project,
[data-grid] .project {
  float: left;
}
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="5"] .project {
  width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 33.3333333%;
  }
}
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product {
    width: 33.3333333%;
  }
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  [data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(33.3333333% - 53px/2);
  }
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project {
    width: 50%;
  }
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(n),
[data-grid][data-columns="2"] .post:nth-of-type(n),
[data-grid-normal][data-columns="2"] .product:nth-of-type(n),
[data-grid][data-columns="2"] .product:nth-of-type(n),
[data-grid-normal][data-columns="2"] .project:nth-of-type(n),
[data-grid][data-columns="2"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .project:nth-of-type(2n+1),
[data-grid][data-columns="2"] .project:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project {
    width: 33.3333333%;
  }
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(n),
[data-grid][data-columns="3"] .post:nth-of-type(n),
[data-grid-normal][data-columns="3"] .product:nth-of-type(n),
[data-grid][data-columns="3"] .product:nth-of-type(n),
[data-grid-normal][data-columns="3"] .project:nth-of-type(n),
[data-grid][data-columns="3"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .project:nth-of-type(3n+1),
[data-grid][data-columns="3"] .project:nth-of-type(3n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(33.3333333% - 33px/2 - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project {
    width: 25%;
  }
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(n),
[data-grid][data-columns="4"] .post:nth-of-type(n),
[data-grid-normal][data-columns="4"] .product:nth-of-type(n),
[data-grid][data-columns="4"] .product:nth-of-type(n),
[data-grid-normal][data-columns="4"] .project:nth-of-type(n),
[data-grid][data-columns="4"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .project:nth-of-type(4n+1),
[data-grid][data-columns="4"] .project:nth-of-type(4n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(25% - 30px);
  }
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 20%;
  }
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(n),
[data-grid][data-columns="5"] .post:nth-of-type(n),
[data-grid-normal][data-columns="5"] .product:nth-of-type(n),
[data-grid][data-columns="5"] .product:nth-of-type(n),
[data-grid-normal][data-columns="5"] .project:nth-of-type(n),
[data-grid][data-columns="5"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .project:nth-of-type(5n+1),
[data-grid][data-columns="5"] .project:nth-of-type(5n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
  [data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
    display: block;
    width: calc(20% - 30px);
  }
}
aside {
  float: left;
}
aside[data-width="1"],
aside[data-width="2"],
aside[data-width="3"],
aside[data-width="4"],
aside[data-width="5"],
aside[data-width="6"],
aside[data-width="7"],
aside[data-width="8"],
aside[data-width="9"],
aside[data-width="10"],
aside[data-width="11"],
aside[data-width="12"] {
  width: 100%;
}
aside[data-width="1"]:last-child,
aside[data-width="2"]:last-child,
aside[data-width="3"]:last-child,
aside[data-width="4"]:last-child,
aside[data-width="5"]:last-child,
aside[data-width="6"]:last-child,
aside[data-width="7"]:last-child,
aside[data-width="8"]:last-child,
aside[data-width="9"]:last-child,
aside[data-width="10"]:last-child,
aside[data-width="11"]:last-child,
aside[data-width="12"]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  aside[data-width="1"] {
    width: 8.33333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="2"] {
    width: 16.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="3"] {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="4"] {
    width: 33.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="5"] {
    width: 41.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="6"] {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="7"] {
    width: 58.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="8"] {
    width: 66.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="9"] {
    width: 75%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="10"] {
    width: 83.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="11"] {
    width: 91.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="12"] {
    width: 100%;
    margin-bottom: 0;
  }
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .single:not([class*="sidebar-"]) .alignwide {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -25%;
    clear: both;
    width: 150%;
    max-width: 150%;
  }
}
@media only screen and (min-width: 769px) {
  .single:not([class*="sidebar-"]) .alignfull {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: calc(calc(-50vw + (200% / 2) - 50%));
    clear: both;
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignleft {
    margin-left: -25%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignright {
    margin-right: -25%;
    margin-top: 5px;
  }
}
/* ============================================================ 
    3. HEADER
=============================================================*/
/* ============================================================ 
    3.1. Topbar
=============================================================*/
.site-topbar {
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.site-topbar a {
  color: #ffffff;
  font-weight: 500;
}
.site-topbar .site-topbar-inner {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-topbar .site-topbar-inner:after {
  display: none;
}
.site-topbar .menu-top {
  display: none;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .site-topbar .menu-top {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
  }
  .site-topbar .menu-top li {
    position: relative;
  }
  .site-topbar .menu-top li .sub-menu {
    list-style: none;
    padding: 20px 30px 15px 30px;
    margin: 0;
    position: absolute;
    left: -30px;
    top: 100%;
    visibility: hidden;
    min-width: 220px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
    opacity: 0;
  }
  .site-topbar .menu-top li .sub-menu li {
    padding: 0;
    margin: 0 0 10px 0;
    transform: translate3d(0, 15px, 0);
    transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.2, 0.8, 0.25, 1);
    opacity: 0;
  }
  .site-topbar .menu-top li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    line-height: 26px;
    color: #ffffff;
  }
  .site-topbar .menu-top li .sub-menu li a:after {
    content: "";
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
  }
  .site-topbar .menu-top li .sub-menu li a:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu li:hover > a,
  .site-topbar .menu-top li .sub-menu li.current-menu-item > a,
  .site-topbar .menu-top li .sub-menu li.current-menu-parent > a,
  .site-topbar .menu-top li .sub-menu li.current-menu-ancestor > a,
  .site-topbar .menu-top li .sub-menu li.current_page_item > a,
  .site-topbar .menu-top li .sub-menu li.current_page_ancestor > a {
    color: #ffffff;
  }
  .site-topbar .menu-top li .sub-menu li:hover > a:before,
  .site-topbar .menu-top li .sub-menu li.current-menu-item > a:before,
  .site-topbar .menu-top li .sub-menu li.current-menu-parent > a:before,
  .site-topbar .menu-top li .sub-menu li.current-menu-ancestor > a:before,
  .site-topbar .menu-top li .sub-menu li.current_page_item > a:before,
  .site-topbar .menu-top li .sub-menu li.current_page_ancestor > a:before {
    width: 100%;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu {
    left: calc(100% + 30px);
    top: -20px;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    width: 40px;
    bottom: 0;
    height: auto;
  }
  .site-topbar .menu-top li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .site-topbar .menu-top li:hover > .sub-menu > li {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .site-topbar .menu-top > li > a {
    padding: 15px 0;
    display: block;
    position: relative;
    white-space: nowrap;
    opacity: 0.75;
  }
  .site-topbar .menu-top > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top > li:hover > a,
  .site-topbar .menu-top > li.current-menu-item > a,
  .site-topbar .menu-top > li.current-menu-parent > a,
  .site-topbar .menu-top > li.current-menu-ancestor > a,
  .site-topbar .menu-top > li.current_page_item > a,
  .site-topbar .menu-top > li.current_page_ancestor > a {
    color: #ffffff;
    opacity: 1;
  }
  .site-topbar .menu-top > li:hover > a:after,
  .site-topbar .menu-top > li.current-menu-item > a:after,
  .site-topbar .menu-top > li.current-menu-parent > a:after,
  .site-topbar .menu-top > li.current-menu-ancestor > a:after,
  .site-topbar .menu-top > li.current_page_item > a:after,
  .site-topbar .menu-top > li.current_page_ancestor > a:after {
    width: 100%;
    left: 0;
  }
}
.site-topbar .social-icons {
  display: none;
}
@media only screen and (min-width: 361px) {
  .site-topbar .social-icons {
    display: flex;
    margin-left: 30px;
    gap: 20px;
    padding: 15px 0;
  }
  .site-topbar .social-icons a {
    width: auto;
    height: auto;
    background: transparent;
  }
  .site-topbar .social-icons a i {
    font-size: 20px;
  }
  .site-topbar .social-icons a:hover {
    color: inherit;
  }
}
.site-topbar .topbar-text {
  flex-grow: 1;
  padding: 15px 0;
}
.site-topbar .topbar-text i {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: text-top;
  display: none;
}
@media only screen and (min-width: 605px) {
  .site-topbar .topbar-text i {
    display: inline-block;
  }
}
.site-topbar .topbar-text a {
  background-size: 0 100%;
  background-repeat: no-repeat;
  font-weight: 500;
}
.site-topbar .topbar-text a:hover {
  color: #ffffff;
  background-size: 100% 100%;
}
.site-topbar .topbar-text > span {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-topbar .topbar-text > span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
.site-topbar .topbar-text p {
  margin: 0 25px 0 0;
  display: inline-block;
}
.site-topbar .topbar-text p:last-of-type {
  margin-right: 0;
}
.site-topbar .topbar-text p span {
  display: none;
}
@media only screen and (min-width: 415px) {
  .site-topbar .topbar-text p span {
    display: inline-block;
  }
}
/* ============================================================ 
    4. CONTENT
=============================================================*/
.site-content {
  clear: both;
  /* ============================================================ 
	    4.1. Content Header
	=============================================================*/
  /* ============================================================ 
	    4.2. Content Body/Gutenberg
	=============================================================*/
}
.site-content .content-header {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 35px 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-content .content-header {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header {
    padding: 70px 0;
    margin-bottom: 80px;
  }
}
.site-content .content-header.content-header-full .wrap {
  width: 100%;
}
.site-content .content-header.content-header-featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-blend-mode: luminosity;
}
@media only screen and (min-width: 376px) {
  .site-content .content-header.content-header-featured {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-content .content-header.content-header-featured {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header.content-header-featured {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.site-content .content-header.content-header-featured:before {
  content: "";
  position: absolute;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.98;
}
.site-content .content-header.content-header-featured .content-header-inner {
  z-index: 2;
}
.site-content .content-header .project-client-info {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  z-index: 2;
}
.site-content .content-header .project-client-info .project-client-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: -1;
}
.site-content .content-header .project-client-info .project-client-color + img {
  padding: 10px;
}
.site-content .content-header .project-client-info img {
  max-width: 110px;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
  border-radius: 55px;
}
.site-content .content-header .post-meta {
  font-size: 15px;
  margin-top: 20px;
}
.site-content .content-header .post-meta .post-categories {
  margin-bottom: 0;
}
.site-content .content-header .metaBottom {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  margin-top: 35px;
  border-top: 10px solid;
  padding-top: 25px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .site-content .content-header .metaBottom {
    flex-direction: row;
    gap: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-content .content-header .metaBottom {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .metaBottom {
    margin-top: 75px;
  }
}
.site-content .content-header .metaBottom > div {
  flex: 1 1;
}
.site-content .content-header .navigation {
  padding: 0;
}
.site-content .breadcrumbs {
  font-size: 13px;
  line-height: 1.7;
  position: relative;
}
.site-content .breadcrumbs .breadcrumbs-inner {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.site-content .breadcrumbs .breadcrumbs-inner > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.site-content .breadcrumbs .breadcrumbs-inner .separator {
  opacity: 0.4;
}
.site-content .breadcrumbs a {
  color: inherit;
}
.site-content .page-title-inner {
  margin: 0;
  font-weight: 700;
  line-height: 1;
  font-size: 1.875rem;
  word-break: break-word;
}
@media only screen and (min-width: 769px) {
  .site-content .page-title-inner {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-inner {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1281px) {
  .site-content .page-title-inner {
    font-size: 86px;
  }
}
.site-content .subtitle {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 15px;
}
.site-content .subtitle span {
  display: block;
}
.site-content .subtitle .button {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .site-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .subtitle {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .subtitle {
    width: 40%;
  }
}
.site-content .down-arrow a {
  position: relative;
  top: 20px;
  color: inherit;
}
@media only screen and (min-width: 1025px) {
  .site-content .down-arrow a {
    display: block;
    margin-top: 30px;
    width: 45px;
    height: 45px;
    top: 0;
  }
  .site-content .down-arrow a span {
    display: none;
  }
  .site-content .down-arrow a:before {
    content: "\ea05";
    font-family: "Nucleo";
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-shadow: none;
    transform: translate(-50%, -50%);
  }
  .site-content .down-arrow a:after {
    content: "";
    position: absolute;
    background: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
  .site-content .down-arrow a:hover:after {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.4);
  }
}
@media only screen and (min-width: 769px) {
  .site-content .content-header-left .page-title-wrap {
    width: 80%;
  }
}
.site-content .content-header-left .breadcrumbs {
  margin-bottom: 15px;
}
@media only screen and (min-width: 801px) {
  .site-content .content-header-left .breadcrumbs {
    position: absolute;
    top: -50px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header-left .breadcrumbs + .page-title-wrap {
    margin-top: 40px;
  }
}
.site-content .content-header-center {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .site-content .content-header-center .page-title-inner {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-content .content-header-center .breadcrumbs {
  margin-bottom: 10px;
}
.site-content .content-header-center .breadcrumbs .breadcrumbs-inner {
  justify-content: center;
}
.site-content .content-header-center .post-meta {
  justify-content: center;
}
.site-content .content-header-center .subtitle {
  margin-left: auto;
  margin-right: auto;
}
.site-content .content-header-center.content-header-featured {
  padding-bottom: 0;
}
.site-content .content-header-center.content-header-featured:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  left: 0;
  height: 300%;
  bottom: 0;
  right: 0;
}
.site-content .content-header-center.content-header-featured:before {
  bottom: auto;
  height: 50%;
}
.site-content span[id*="more-"] {
  margin: 30px 0;
  display: inline-block;
}
.site-content .post-password-form {
  position: relative;
}
.site-content .post-password-form p:last-child {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.site-content .post-password-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}
.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: 15px 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  background-image: none;
}
.site-content .wp-block-preformatted,
.site-content .wp-block-code,
.site-content .wp-block-verse {
  font-size: 12px;
  line-height: 20px;
}
.site-content .wp-block-group.has-background {
  padding: 5%;
}
.site-content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.site-content .wp-block-table.is-style-stripes table {
  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);
}
@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;
  }
}
@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: 10px 20px 10px 0;
  font-size: 3.75rem;
  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.425;
  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 {
  padding: 0;
  margin: 30px 0 45px 0;
  border: none;
  text-align: center;
}
.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[style*="text-align:right"],
.site-content blockquote[style*="text-align: right"],
.site-content blockquote.has-text-align-right {
  border-right-width: 5px;
  border-style: solid;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.site-content blockquote p + cite {
  margin-top: -10px;
  display: block;
}
.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;
}
.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: 17px;
  line-height: 160%;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
.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;
}
.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 {
  content: "";
  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-embed__wrapper {
  margin-bottom: 10px;
}
.site-content hr,
.site-content .wp-block-separator {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.site-content iframe {
  width: 100%;
}
.site-content .wp-block-embed iframe {
  max-width: 100%;
}
/* ============================================================ 
    5. WIDGET
=============================================================*/
.main-sidebar {
  position: relative;
}
.main-sidebar:after {
  content: "";
  position: absolute;
}
.main-sidebar:before {
  content: "";
}
.main-sidebar .widget-title,
.main-sidebar .wp-block-group h2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 45px;
}
.widget {
  font-size: 15px;
}
.widget.widget_media_image img[src$=".svg"] {
  width: auto;
}
.widget .widget-title,
.widget .wp-block-group h2 {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 30px;
}
.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 20px;
}
.widget select[name="monster-widget-just-testing"] option {
  width: 297px;
}
.widget.menu-style1 div > ul,
.widget.menu-style1 > ul {
  display: flex;
  flex-wrap: wrap;
}
.widget.menu-style1 div > ul > li,
.widget.menu-style1 > ul > li {
  width: 50%;
  padding: 0 15px 0 0;
}
.widget.menu-style1 div > ul > li:nth-of-type(2n),
.widget.menu-style1 > ul > li:nth-of-type(2n) {
  padding: 0 0 0 15px;
}
.widget.menu-style1 div > ul > li > a,
.widget.menu-style1 > ul > li > a {
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  display: block;
  background: none;
}
.widget.menu-style1 div > ul > li .sub-menu,
.widget.menu-style1 > ul > li .sub-menu {
  margin: 20px 0 0;
  font-weight: 300;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .widget.menu-style1 div > ul > li .sub-menu,
  .widget.menu-style1 > ul > li .sub-menu {
    font-size: 18px;
  }
}
.widget.menu-style1 div > ul > li .sub-menu > li,
.widget.menu-style1 > ul > li .sub-menu > li {
  margin-bottom: 8px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .widget.menu-style1 div > ul > li .sub-menu > li,
  .widget.menu-style1 > ul > li .sub-menu > li {
    padding-left: 30px;
  }
  .widget.menu-style1 div > ul > li .sub-menu > li:before,
  .widget.menu-style1 > ul > li .sub-menu > li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 5px;
  }
}
.widget.menu-style1 div > ul > li .sub-menu > li:last-child,
.widget.menu-style1 > ul > li .sub-menu > li:last-child {
  margin-bottom: 0;
}
.widget.menu-style2 div > ul > li,
.widget.menu-style2 > ul > li {
  margin-bottom: 15px;
}
.widget.menu-style2 div > ul > li > a,
.widget.menu-style2 > ul > li > a {
  font-weight: normal;
  font-size: 24px;
  font-weight: 300;
}
/* ============================================================ 
    5.1 Archives/Categories
=============================================================*/
.widget,
[class*="wp-block-"] {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.widget a,
[class*="wp-block-"] a {
  padding-bottom: 2px;
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, transparent 97%, rgba(0, 0, 0, 0.2) 0);
}
.widget a:hover,
[class*="wp-block-"] a:hover {
  background-size: 100% 100%;
}
.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 {
  margin-bottom: 5px;
  list-style: none;
}
.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_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: "";
  width: 10px;
  height: 12px;
  background: rgba(46, 76, 95, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.wp-block-categories-dropdown:before {
  content: "";
  width: 10px;
  height: 12px;
  background: rgba(46, 76, 95, 0.5);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
/* ============================================================ 
    5.2. Calendar
=============================================================*/
.calendar_wrap {
  position: relative;
}
table#wp-calendar {
  font-size: 14px;
  border-collapse: separate;
  border: none;
}
table#wp-calendar caption {
  line-height: 18px;
  font-weight: 600;
  padding: 6px;
  color: #ffffff;
}
table#wp-calendar thead th {
  padding: 0;
  font-weight: 600;
  text-align: center;
  background: none;
  border: none;
  font-size: 12px;
}
table#wp-calendar tbody tr td {
  padding: 2px 5px 15px 5px;
  border: none;
  border-bottom: 1px solid;
  border-right: 1px solid;
  background: #ffffff;
  position: relative;
}
table#wp-calendar tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
table#wp-calendar tbody tr td a {
  position: static;
  background: none;
  font-weight: 600;
}
table#wp-calendar tbody tr td a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 5px;
  bottom: 5px;
  border-radius: 5px;
}
table#wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
table#wp-calendar tbody tr td a:hover:before {
  z-index: 3;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
table#wp-calendar #today {
  position: relative;
  font-weight: 500;
}
.wp-calendar-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a {
  font-weight: normal;
  text-indent: -9999px;
  position: absolute;
  width: 45px;
  height: 30px;
  left: 0;
  top: 0;
  background: none;
  color: #ffffff;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:before {
  content: "\ea54";
  text-indent: 0;
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.wp-calendar-nav span.wp-calendar-nav-next a {
  left: auto;
  right: 0;
}
.wp-calendar-nav span.wp-calendar-nav-next a:before {
  transform: translate(-50%, -50%) rotate(0);
}
.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;
}
.widget_recent_comments .comment-author-link a {
  color: inherit;
}
.wp-block-latest-comments {
  padding: 0;
  margin-top: 0;
}
.wp-block-latest-comments [class*="wp-block-"] {
  margin-bottom: 15px;
  line-height: 160%;
}
.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%;
}
/* ============================================================ 
    5.4. Recent Posts
=============================================================*/
.widget_recent_entries ul li {
  margin-bottom: 15px;
}
.widget_recent_entries ul li a {
  display: block;
  line-height: 1.4;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  display: block;
  font-weight: inherit;
}
.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 {
  margin-bottom: 15px;
}
.wp-block-latest-posts li a,
.wp-block-latest-posts__list li a {
  line-height: 1.4;
}
.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: 12px;
  color: inherit;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 15px;
}
/* ============================================================ 
    5.5. RSS
=============================================================*/
.widget_rss .widget-title .rss-widget-icon {
  display: none;
}
.widget_rss .widget-title .rsswidget {
  font-weight: 700;
}
.widget_rss .widget-title .rsswidget:first-child {
  display: none;
}
.widget_rss .rsswidget {
  display: inline-block;
  line-height: 1.3;
  font-weight: 600;
}
.widget_rss .rss-date {
  display: block;
  font-size: 13px;
  margin: 1px 0 10px 0;
  opacity: 0.6;
}
.widget_rss ul li {
  margin-bottom: 40px;
}
.widget_rss cite {
  display: inline-block;
  padding-bottom: 2px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-rss {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.wp-block-rss li {
  margin-bottom: 15px;
}
/* ============================================================ 
    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: 2px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  margin: 0;
  text-indent: -9999px;
}
.widget_search .search-form label .screen-reader-text:before {
  text-indent: 0;
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 16px;
  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: 45px;
  padding: 0;
  width: auto;
  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: 46px;
  height: 46px;
  margin: 0;
  text-indent: -9999px;
}
.wp-block-search label.wp-block-search__label:before {
  text-indent: 0;
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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: 70px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
/* ============================================================ 
    5.7. Tag
=============================================================*/
.tagcloud,
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 14px !important;
  margin-right: 10px;
  margin-bottom: 2px;
  font-weight: 600;
  padding: 0;
  line-height: 1.6;
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  content: "#";
  margin-right: 3px;
  font-weight: normal;
}
.tagcloud a.gallery,
.wp-block-tag-cloud a.gallery {
  margin: 0;
}
/* ============================================================ 
    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;
}
/* ============================================================ 
    5.9. Other
=============================================================*/
.widget_media_image figure {
  margin: 0;
}
.widget_media_image .wp-caption-text {
  margin: 20px 0 0 0;
  line-height: 1.6;
}
.widget_text .wp-caption {
  margin-bottom: 20px;
}
.widget_text .wp-caption img {
  margin-bottom: 10px;
}
.widget_text img {
  margin: 15px 0 20px 0;
}
.widget_text .textwidget p + .wp-caption + p + form {
  position: relative;
}
.widget_text .textwidget p + .wp-caption + p + form:after {
  text-indent: 0;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 10px;
  height: 12px;
  background: rgba(46, 76, 95, 0.5);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
/* ============================================================ 
    6. FOOTER
=============================================================*/
.site-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  /* ============================================================ 
	    6.1. Content Bottom
	=============================================================*/
  /* ============================================================ 
	    6.2. Footer Widget
	=============================================================*/
  /* ============================================================ 
	    6.3. Copyright
	=============================================================*/
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.site-footer textarea,
.site-footer select {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
.site-footer textarea:focus,
.site-footer select:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.site-footer textarea::-webkit-input-placeholder,
.site-footer select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.site-footer textarea::-moz-placeholder,
.site-footer select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.site-footer textarea:-ms-input-placeholder,
.site-footer select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
.site-footer textarea:-moz-placeholder,
.site-footer select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .widget,
.site-footer [class*="wp-block-"] {
  z-index: 1;
}
.site-footer .widget a,
.site-footer [class*="wp-block-"] a {
  background-image: linear-gradient(180deg, transparent 97%, rgba(255, 255, 255, 0.3) 0);
}
.site-footer .widget .widget-title,
.site-footer .widget .wp-block-group h2 {
  color: #ffffff;
}
.site-footer .widget_archive .screen-reader-text:before,
.site-footer .widget_categories .screen-reader-text:before,
.site-footer .wp-block-archives-dropdown .screen-reader-text:before,
.site-footer .widget_text .textwidget p + .wp-caption + p + form:after {
  background: rgba(255, 255, 255, 0.8);
}
.site-footer .calendar_wrap {
  background: transparent;
}
.site-footer .calendar_wrap table#wp-calendar caption,
.site-footer .calendar_wrap table#wp-calendar thead {
  background: #ffffff;
}
.site-footer .calendar_wrap table#wp-calendar tbody tr td {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.site-footer .calendar_wrap table#wp-calendar tbody tr td a:after {
  background: #ffffff;
}
.site-footer .calendar_wrap table#wp-calendar tbody tr td a:before {
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
}
.site-footer .calendar_wrap .wp-calendar-nav span[class*="wp-calendar-nav"] a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.site-footer .widget_rss cite {
  border-color: rgba(255, 255, 255, 0.15);
}
.site-footer .widget_rss .rss-date {
  opacity: 0.8;
}
.site-footer .tagcloud a:before {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields h2 {
  margin: -6px 0 35px 0;
  color: #ffffff;
  line-height: 1;
  font-size: 32px;
}
@media only screen and (min-width: 769px) {
  .site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields h2 {
    font-size: 56px;
  }
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  padding-right: 30px;
  padding-left: 30px;
  width: auto;
  right: 8px;
  bottom: 8px;
  background: #ffffff;
  box-shadow: none;
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"]:hover {
  color: #ffffff;
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
  padding: 23px 30px;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]:focus {
  background: #ffffff;
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]:focus + input[type="submit"] {
  color: #ffffff;
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(46, 76, 95, 0.75);
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(46, 76, 95, 0.75);
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(46, 76, 95, 0.75);
}
.site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(46, 76, 95, 0.75);
}
.site-footer .contactInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.site-footer .contactInfo li {
  flex: 1 1;
  line-height: 1.625;
  margin-bottom: 0;
}
.site-footer .contactInfo li strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.site-footer .contactInfo li strong i {
  background: #ffffff;
  font-size: 14px;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.site-footer .contactInfo li a {
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .site-footer .contactInfo li a {
    font-size: 18px;
  }
}
.site-footer .content-bottom-widgets {
  padding-bottom: 0.5px;
}
.site-footer .content-bottom-widgets .widget,
.site-footer .content-bottom-widgets [class*="wp-block-"] {
  margin-bottom: 60px;
}
.site-footer .content-bottom-widgets .widget:last-child,
.site-footer .content-bottom-widgets [class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.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: 60px 15px 0 15px;
}
@media only screen and (min-width: 1025px) {
  .site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
    padding-bottom: 0;
  }
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside:empty {
  padding-top: 0.5px;
  padding-bottom: 0;
}
.site-footer .footer-widgets {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
  width: 100%;
}
.site-footer .footer-widgets .footer-widgets-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 10px;
  background: #ffffff;
}
.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: 60px 15px 20px 15px;
}
.site-footer .footer-widgets .footer-aside-wrap aside:empty {
  padding-top: 0.5px;
  padding-bottom: 0;
}
.site-footer .footer-widgets .widget,
.site-footer .footer-widgets [class*="wp-block-"] {
  margin-bottom: 60px;
}
.site-footer .footer-widgets .widget:last-child,
.site-footer .footer-widgets [class*="wp-block-"]:last-child {
  margin-bottom: 50px;
}
.site-footer .footer-copyright {
  font-size: 14px;
  line-height: 1.625;
  position: relative;
}
.site-footer .footer-copyright a {
  font-weight: 600;
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
  width: 100%;
  max-width: 100%;
}
.site-footer .footer-copyright .copyright-bar {
  padding: 50px 0;
  align-items: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .copyright-bar {
    flex-direction: row;
    text-align: inherit;
  }
}
.site-footer .footer-copyright .copyright-content {
  order: 2;
}
.site-footer .footer-copyright .copyright-content p {
  margin: 0;
}
.site-footer .footer-copyright .social-icons {
  display: flex;
  gap: 10px;
}
.site-footer .footer-copyright .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.site-footer .footer-copyright .social-icons a:hover {
  transform: scale(1.1);
}
.site-footer .footer-copyright .go-to-top a {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .go-to-top a {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .site-footer .footer-copyright .go-to-top a span {
    display: none;
  }
  .site-footer .footer-copyright .go-to-top a:before {
    content: "\ea65";
    font-family: "Nucleo";
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    font-weight: normal;
    transform: translate(-50%, -50%);
  }
  .site-footer .footer-copyright .go-to-top a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
  .site-footer .footer-copyright .go-to-top a:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.4);
  }
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .go-to-top + .copyright-bar {
    padding-right: 60px;
  }
}
/* ============================================================ 
	7. OTHER PAGES
=============================================================*/
/* ============================================================ 
	7.1. Comments
=============================================================*/
.comments-area {
  clear: both;
  position: relative;
  font-size: 15px;
}
.comments-area .comments-title {
  margin-bottom: 5px;
  position: relative;
  z-index: 4;
}
.comments-area .comment-list {
  position: relative;
  z-index: 4;
  padding: 0 0 45px 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 > .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.comments-area .comment-list > .comment:last-child {
  border: none;
  padding-bottom: 0;
}
.comments-area .comment-list > .comment .comment-meta {
  margin-bottom: 20px;
  font-size: 14px;
}
.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: 12px;
}
.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.1);
  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: 25px 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: 18px;
  font-weight: 300;
}
.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: 30px 0 0 42px;
  padding: 40px 30px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list #respond {
    margin-left: 60px;
  }
}
.comments-area .comment-list #respond .comment-form {
  margin: 0;
}
.comments-area .comment-list #respond .comment-form .comment-form-comment {
  background: #ffffff;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.comments-area .comment-list #respond .comment-reply-title {
  font-size: 30px;
  padding: 0 15px;
}
.comments-area .comment-list #respond .comment-reply-title small {
  margin-left: 18px;
  font-size: 100%;
}
.comments-area .comment-list #respond .comment-reply-title small a {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 1;
  padding-left: 15px;
  font-weight: 300;
  opacity: 0.6;
}
.comments-area .comment-list #respond .comment-reply-title small a:hover {
  opacity: 1;
}
.comments-area .no-comments {
  text-align: center;
}
.comments-area #respond {
  z-index: 3;
  padding: 40px 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .comments-area #respond {
    padding: 50px 0 0;
  }
}
.comments-area #respond .comment-reply-title {
  margin-bottom: 10px;
  position: relative;
}
.comments-area #respond .comment-form {
  margin: 0 -15px;
}
.comments-area #respond .comment-form .comment-notes,
.comments-area #respond .comment-form .logged-in-as {
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.65;
}
.comments-area #respond .comment-form .comment-notes a:first-child,
.comments-area #respond .comment-form .logged-in-as a:first-child {
  color: inherit;
}
.comments-area #respond .comment-form .comment-form-author,
.comments-area #respond .comment-form .comment-form-email,
.comments-area #respond .comment-form .comment-form-url {
  display: flex;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .comments-area #respond .comment-form .comment-form-author,
  .comments-area #respond .comment-form .comment-form-email,
  .comments-area #respond .comment-form .comment-form-url {
    float: left;
    width: 33.33333333%;
  }
}
.comments-area #respond .comment-form .comment-form-author label,
.comments-area #respond .comment-form .comment-form-email label,
.comments-area #respond .comment-form .comment-form-url label {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  height: 36px;
  display: flex;
  align-items: center;
}
.comments-area #respond .comment-form .comment-form-author input,
.comments-area #respond .comment-form .comment-form-email input,
.comments-area #respond .comment-form .comment-form-url input {
  border: none;
  padding: 8px 10px;
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 100%;
  transition: none;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-author input:focus,
.comments-area #respond .comment-form .comment-form-email input:focus,
.comments-area #respond .comment-form .comment-form-url input:focus {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.comments-area #respond .comment-form .comment-form-comment {
  padding: 20px 30px 25px;
  margin: 0 15px 30px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.comments-area #respond .comment-form .comment-form-comment label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.comments-area #respond .comment-form .comment-form-comment textarea {
  font-size: 13px;
  border: none;
  flex-grow: 1;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px);
  background-size: 100% 30px;
  line-height: 30px !important;
  height: 61px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-comment textarea:focus {
  box-shadow: none;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px);
}
.comments-area #respond .comment-form .comment-form-cookies-consent {
  clear: both;
  padding: 0 15px;
  gap: 15px;
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-size: 11px;
  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.15);
  cursor: pointer;
  height: 21px;
  width: 21px;
  flex-shrink: 0;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked:after {
  display: block;
}
.comments-area #respond .comment-form .form-submit {
  margin: 22px 0 0;
  padding: 0 15px;
}
.comments-area #respond .comment-form .form-submit input {
  width: 100%;
  padding: 12px 50px;
}
@media only screen and (min-width: 541px) {
  .comments-area #respond .comment-form .form-submit input {
    width: auto;
  }
}
/* ============================================================ 
	7.2. Page Navigation
=============================================================*/
.navigation {
  clear: both;
  padding-top: 60px;
  font-size: 15px;
}
.navigation .pagination {
  position: relative;
}
.navigation .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .page-numbers {
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: inherit;
  float: left;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1281px) {
  .navigation .page-numbers {
    width: 92px;
  }
}
.navigation .page-numbers.next {
  width: auto;
  float: right;
  width: calc(25% - 45px/2 - 10px);
  margin: 0;
  display: none;
  font-weight: 500;
  color: #ffffff;
  border: none;
  line-height: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.navigation .page-numbers.prev {
  display: none;
}
.navigation .page-numbers.dots {
  border: none;
  line-height: 46px;
}
.navigation .page-numbers.dots:hover {
  background: none;
  color: inherit;
}
.navigation .page-numbers.current {
  color: #ffffff;
  border: none;
  line-height: 46px;
}
.navigation.comment-navigation {
  text-align: center;
  margin-bottom: 60px;
}
.navigation.comment-navigation .screen-reader-text {
  display: none;
}
.navigation.comment-navigation > div {
  display: inline-block;
}
.navigation.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 {
  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 {
  margin-left: 0;
}
.navigation.comment-navigation > div.nav-next a {
  margin-right: 0;
}
.navigation .nav-links {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .navigation .nav-links {
    display: block;
  }
}
.navigation .nav-links li {
  position: fixed;
  z-index: 9;
  width: 120px;
  height: 48px;
  text-align: center;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  white-space: nowrap;
  transform-origin: center;
}
.navigation .nav-links li a {
  display: block;
  height: 48px;
  font-size: 13px;
  position: relative;
}
.navigation .nav-links li a .post-title {
  display: none;
}
.navigation .nav-links li a:before {
  content: "\ea02";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.navigation .nav-links li a:after {
  content: "";
  background: #ffffff;
  position: absolute;
  height: 100px;
  width: 50px;
  top: calc(50% + 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.navigation .nav-links li a .meta-nav {
  display: block;
  transform: translateY(48px);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.navigation .nav-links li:hover a {
  opacity: 1;
}
.navigation .nav-links li:hover a:before {
  transform: translate(-50%, 48px);
}
.navigation .nav-links li:hover a:after {
  top: calc(50% + 100px);
}
.navigation .nav-links li:hover a .meta-nav {
  transform: translateY(0);
}
.navigation .nav-links li.next-post {
  left: auto;
  right: -30px;
}
.navigation .nav-links li.next-post a .meta-nav {
  transform: translateY(-48px);
}
.navigation .nav-links li.next-post a:before {
  content: "\ea09";
  top: calc(50% - 5px);
}
.navigation .nav-links li.next-post a:after {
  top: calc(50% - 25px);
}
.navigation .nav-links li.next-post:hover a:before {
  transform: translate(-50%, -48px);
}
.navigation .nav-links li.next-post:hover a:after {
  top: calc(50% - 100px);
}
.navigation .nav-links li.next-post:hover a .meta-nav {
  transform: translateY(24px);
}
.navigation .nav-links li.disabled {
  display: none;
}
.page-links {
  display: flex;
  align-items: center;
  gap: 6px;
  clear: both;
  font-size: 14px;
}
.page-links .page-links-title {
  line-height: 32px;
  margin-right: 3px;
}
.page-links .post-page-numbers {
  color: inherit;
  width: 50px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-links .post-page-numbers.current {
  color: #ffffff;
  border: none;
  line-height: 32px;
}
/* ============================================================ 
	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: 30px;
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-form,
  .search-no-results .main-content .search-form,
  .error404 .main-content .search-form {
    margin-bottom: 60px;
  }
}
.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: "\ea55";
  font-family: "Nucleo";
  font-size: 16px;
  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%;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.search-results .main-content .search-form label .search-field:not(:focus),
.search-no-results .main-content .search-form label .search-field:not(:focus),
.error404 .main-content .search-form label .search-field:not(:focus) {
  border-color: transparent;
}
.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: 25px 30px;
    font-size: 24px;
  }
  .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: 82px;
    height: 82px;
  }
  .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: 82px;
    height: 82px;
  }
}
.search-results .main-content .search-results .post,
.search-no-results .main-content .search-results .post,
.error404 .main-content .search-results .post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-results .main-content .search-results .post:last-child,
.search-no-results .main-content .search-results .post:last-child,
.error404 .main-content .search-results .post:last-child {
  border-bottom: none;
}
.search-results .main-content .search-results .post:hover .post-title .post-title-inner,
.search-no-results .main-content .search-results .post:hover .post-title .post-title-inner,
.error404 .main-content .search-results .post:hover .post-title .post-title-inner {
  background-size: 100% 100%;
}
.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: 25px 65px 25px 0;
  gap: 20px;
  position: relative;
  align-items: center;
  color: inherit;
}
.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: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 24px;
  color: #ffffff;
  transform: translateY(-50%);
  border-radius: 50%;
}
.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;
  padding-bottom: 2px;
}
.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;
  top: 4px;
  line-height: 1.3;
  font-weight: 600;
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.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: 13px;
  position: relative;
  top: 5px;
  opacity: 0.7;
}
/* ============================================================ 
	7.6. Page Author
=============================================================*/
.author .post-author-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.post-author-box {
  display: flex;
  align-items: center;
}
.post-author-box img {
  margin-right: 10px;
  width: 32px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .post-author-box img {
    width: 45px;
  }
}
.post-author-box .post-author-content {
  font-size: 15px;
  line-height: 1.5;
}
.post-author-box .author-name {
  font-weight: 500;
}
/* ============================================================ 
	7.5. Social
=============================================================*/
.social-icons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a i {
  font-size: 24px;
}
/* ============================================================ 
	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;
}
.icons-wrap li {
  text-align: center;
  padding: 25px 15px 20px;
  background: rgba(0, 0, 0, 0.06);
  width: 33.333333%;
  border-radius: 15px;
}
@media only screen and (min-width: 769px) {
  .icons-wrap li {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .icons-wrap li {
    width: 10%;
  }
}
.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.6;
}
@keyframes mq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes mqrtl {
  0% {
    transform: translateX(-100%);
  }
  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;
  }
}
/* ============================================================ 
    8. BLOG
=============================================================*/
.blog .content-header {
  background-color: #ffffff;
}
.post-title {
  word-break: break-word;
}
.post-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.post-categories a {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
}
.post-tags:empty {
  display: none;
}
.post-tags a {
  margin-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.post-tags a:before {
  content: "#";
  margin-right: 3px;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .post-tags {
    justify-content: flex-end;
  }
  .post-tags a {
    margin-left: 20px;
    margin-right: 0;
  }
}
.post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.post-meta .post-author {
  display: flex;
  align-items: center;
}
.post-meta .post-author .post-name {
  margin: 0 5px;
}
.post-meta .post-author .post-name a {
  font-weight: 600;
}
.post-meta img {
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .post-meta img {
    width: 24px;
    height: 24px;
  }
}
.post-meta .post-meta-data {
  line-height: 1.45;
  text-align: left;
}
.post-meta .post-meta-data .post-date {
  font-size: 90%;
  font-weight: inherit;
}
@media only screen and (min-width: 769px) {
  .post-meta .post-meta-data {
    display: flex;
    align-items: center;
  }
  .post-meta .post-meta-data .post-date {
    font-size: 100%;
  }
}
/* ============================================================ 
    8.1. Blog Grid
=============================================================*/
.blog-grid .content-inner[data-grid-normal] {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .content-inner[data-grid-normal]:after {
  display: none;
}
.blog-grid .post-inner {
  height: 100%;
  padding: 35px 40px 95px 40px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.blog-grid .post-inner:hover {
  transform: translateY(-6px);
}
.blog-grid .post-inner:hover .blog-readmore {
  transform: scale(1) rotate(360deg);
  opacity: 1;
}
.blog-grid .post-inner:hover .post-title a {
  background-size: 100% 100%;
}
.blog-grid .post-inner:hover .post-image img {
  transform: scale(1.1) rotate(3deg);
}
.blog-grid .hentry {
  position: relative;
  z-index: 3;
}
.blog-grid .hentry.sticky .post-inner {
  border-top: 5px solid;
}
.blog-grid .hentry.sticky .post-inner:before {
  content: "";
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
  top: 0;
}
.blog-grid .hentry:not(.has-post-thumbnail) .post-image {
  margin-bottom: 0;
}
.blog-grid .hentry.has-post-thumbnail .post-image {
  margin: -40px -40px 35px -40px;
}
.blog-grid .post-image {
  position: relative;
}
.blog-grid .post-image a {
  display: block;
  overflow: hidden;
}
.blog-grid .post-image img {
  width: 100%;
}
.blog-grid .post-categories {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.blog-grid .post-categories a {
  color: #ffffff;
  padding: 1px 5px 0 6px;
}
.blog-grid .post-title {
  margin: 0 0 20px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}
.blog-grid .post-meta {
  padding: 25px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-grid .post-meta img {
  width: 36px;
  height: auto;
  display: none;
}
.blog-grid .post-meta .post-meta-data {
  align-items: flex-start;
  flex-direction: column;
}
.blog-grid .post-meta .post-meta-data .post-date {
  font-size: 90%;
  opacity: 0.75;
}
.blog-grid .post-content {
  margin-bottom: 25px;
  word-break: break-word;
  font-size: 15px;
  line-height: 160%;
}
.blog-grid .post-content > .wp-block-group.has-background {
  margin: 25px -40px;
  padding: 25px 40px;
}
.blog-grid .blog-readmore {
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  color: inherit;
  background: #ffffff;
  transform: scale(0.5) rotate(0deg);
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  border-radius: 50%;
}
.blog-grid .blog-readmore:before {
  content: "\ea22";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-grid .blog-readmore span {
  display: none;
}
.blog-grid .navigation {
  padding-top: 20px;
}
/* ============================================================ 
    8.2. Blog List
=============================================================*/
@media only screen and (min-width: 1025px) {
  .blog-list:not([class*="sidebar-"]) .main-content {
    width: 66.666666%;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-list .hentry {
  padding: 60px;
  background: #ffffff;
  margin-bottom: 40px;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.blog-list .hentry:last-of-type {
  margin-bottom: 0;
}
.blog-list .hentry .post-title {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  .blog-list .hentry .post-title {
    font-size: 2rem;
  }
}
.blog-list .hentry .post-image {
  margin-bottom: 30px;
}
.blog-list .hentry .post-meta {
  margin-bottom: 30px;
}
.blog-list .hentry .post-content {
  word-break: break-word;
}
.blog-list .hentry .post-content > .wp-block-group {
  margin-bottom: 25px;
}
.blog-list .hentry .post-footer {
  margin-top: 30px;
}
/* ============================================================ 
    8.3. Blog Single
=============================================================*/
@media only screen and (min-width: 1025px) {
  .single-post .content-header.content-header-featured {
    margin-bottom: 60px;
  }
}
.single-post .content-header:not(.content-header-featured):after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.single-post .content-header:not(.content-header-featured) .content-header-inner {
  z-index: 2;
}
.single-post .hentry {
  position: relative;
  z-index: 4;
}
.single-post .hentry.has-post-thumbnail .post-thumbnail {
  text-align: center;
}
.single-post .post-thumbnail {
  margin-bottom: 50px;
}
.single-post .post-thumbnail:empty {
  display: none;
}
.single-post .post-content {
  margin-bottom: 80px;
}
.single-post .post-content p {
  margin-bottom: 30px;
}
.single-post .post-content p:last-child {
  margin-bottom: 0;
}
.single-post .post-footer {
  margin-top: 50px;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  clear: both;
}
.single-post .post-footer .post-categories {
  margin-right: 30px;
}
.single-post .post-author-box {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: relative;
}
.single-post .post-author-box .author-description {
  margin-top: 3px;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .single-post:not([class*="sidebar-"]) .main-content > .post .post-content,
  .single-post:not([class*="sidebar-"]) .main-content > .post .post-author-box {
    width: 66.666666%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .no-comments {
  margin-bottom: 40px;
  opacity: 0.7;
}
/* ============================================================ 
    8.4. Blog Related
=============================================================*/
#related-posts {
  padding-top: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#related-posts + .comments-area .comments-title {
  margin-top: 60px;
}
#related-posts .hentry .post-image {
  margin: 0 0 20px;
}
#related-posts .hentry .post-image:before {
  display: none;
}
#related-posts .hentry .post-date {
  font-size: 13px;
  display: block;
  margin-top: 15px;
  opacity: 0.7;
}
#related-posts .hentry .post-header {
  line-height: 1.3;
}
#related-posts .hentry .post-header a {
  background-size: 0 100%;
  background-repeat: no-repeat;
  color: inherit;
  font-weight: 600;
  padding-bottom: 2px;
  font-size: 15px;
}
#related-posts .hentry:hover .post-header a {
  background-size: 100% 100%;
}
#related-posts .grid-posts.content-inner {
  margin-left: -15px;
  margin-right: -15px;
}
#related-posts .grid-posts.content-inner .post {
  padding: 0 15px;
  margin-bottom: 50px;
}
#related-posts .grid-posts.content-inner .post:after {
  display: none;
}
.related-posts-title,
.comments-title,
.comment-reply-title,
.projects-related-title,
.product .related > h2,
.product .upsells > h2 {
  margin: 0 0 40px 0;
  font-size: 36px;
  line-height: 1.1;
}
/* ============================================================ 
    12. PROJECT
=============================================================*/
.page-template-template-projects:not([class*="sidebar-"]) .content-body {
  padding-bottom: 0;
}
.projects-filter {
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .projects-filter {
    margin-bottom: 80px;
  }
}
.projects-filter ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.projects-filter ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 30px;
  position: relative;
  justify-content: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  height: 100%;
  color: inherit;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.projects-filter ul li.active a {
  color: #ffffff;
}
[class*="projects-style"] .project-inner {
  position: relative;
}
[class*="projects-style"] .project-inner:hover .project-thumbnail a img {
  transform: scale(1.1) rotate(3deg);
}
[class*="projects-style"] .project-title {
  margin: 0;
  font-size: 30px;
  line-height: 1;
}
[class*="projects-style"] .project-summary {
  line-height: 1.375;
  font-size: 15px;
}
[class*="projects-style"] .project-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
[class*="projects-style"] .project-summary ul li strong {
  display: block;
}
[class*="projects-style"] .project-thumbnail {
  margin: 0 0 30px 0;
}
[class*="projects-style"] .project-thumbnail a {
  display: block;
  overflow: hidden;
}
[class*="projects-style"] .project-thumbnail a img {
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
[class*="projects-style"] a.project-readmore {
  display: none;
}
@media only screen and (min-width: 769px) {
  .projects-style1 .projects-filter ul {
    gap: 30px;
  }
  .projects-style1 .projects-filter ul li {
    flex: 1 1;
  }
}
.projects-style1 .project-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
.projects-style1 .project-inner:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 1px;
}
.projects-style1 .project-inner:hover:after {
  width: 100%;
}
.projects-style1 .project-title {
  order: 1;
  font-size: 36px;
  margin: 0 0 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 28px 60px 0 0;
}
.projects-style1 .project-thumbnail {
  order: 2;
}
.projects-style1 .project-summary {
  order: 3;
}
.projects-style1 .project-client-info {
  position: absolute;
  right: 0;
  top: 22px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-style1 .project-client-info img {
  max-height: 50px;
  width: auto;
  border-radius: 50%;
}
.projects-style2 .projects-filter {
  border-top: 10px solid;
  padding-top: 30px;
}
.projects-style2 .projects-filter ul {
  gap: 30px;
}
.projects-style2 .projects-filter ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
}
.projects-style2 .projects-filter ul li.active a {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .projects-style2 .projects-filter ul li {
    flex: 1 1;
  }
}
.projects-style2 .project-inner {
  display: flex;
  flex-direction: column;
  padding: 0 40px 35px 40px;
  background: #ffffff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.projects-style2 .project-inner:hover .project-title a {
  background-size: 100% 100%;
}
.projects-style2 .project-thumbnail {
  margin: 0 -40px 30px -40px;
  position: relative;
}
.projects-style2 .project-title {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.projects-style2 .project-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.projects-style2 .project-client-info {
  position: absolute;
  left: 40px;
  bottom: 30px;
  z-index: 2;
}
.projects-style2 .project-client-info img {
  width: 75px;
  background: #ffffff;
  padding: 3px;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.projects-style2 .project-summary ul {
  gap: 35px;
}
.projects-style3 .projects-filter ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 50px;
  box-shadow: none;
}
.projects-style3 .projects-filter ul li.active a {
  color: #ffffff;
}
.projects-style3 .project-inner {
  text-align: center;
}
.projects-style3 .project-inner:hover .project-title a {
  background-size: 100% 100%;
}
.projects-style3 .project-inner:hover .project-client-info {
  transform: translate(-50%, -50%);
}
.projects-style3 .project-inner:hover .project-thumbnail a img {
  transform: translateX(100%);
  opacity: 0;
}
.projects-style3 .project-thumbnail {
  position: relative;
  overflow: hidden;
}
.projects-style3 .project-thumbnail a img {
  transform: translateY(0);
}
.projects-style3 .project-thumbnail a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.projects-style3 .project-client-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -50%);
  width: 100%;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style3 .project-client-info img {
  height: 100%;
  width: auto;
  object-fit: cover;
  -o-object-fit: cover;
}
.projects-style3 .project-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.projects-style3 .project-summary {
  display: none;
}
.projects-style3.rounder .project-thumbnail img {
  border-radius: 50%;
}
.projects-related {
  padding-top: 80px;
  margin-top: 40px;
}
.projects-related .projects-related-title {
  font-size: 48px;
  margin-bottom: 50px;
}
.projects-related .project-title {
  font-size: 30px;
}
.projects-related-wrap {
  margin: 0 -27.5px;
}
.projects-related-wrap .project {
  padding: 0 27.5px;
  margin-bottom: 55px;
}
.projects-related-wrap .project:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .projects-related-wrap .project {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 801px) {
  .single-nproject:not([class*="sidebar-"]) .main-content > .project {
    width: 66.666666%;
    margin: 0 auto;
  }
}
.single-nproject:not([class*="sidebar-"]) .projects-related:before {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
}
.single-nproject.elementor-page .content-body-inner.wrap {
  width: 100%;
  max-width: 100%;
}
.single-nproject:not(.elementor-page) .project-tags.wrap,
.single-nproject:not(.elementor-page) .projects-related.wrap {
  max-width: 100%;
}
.single-nproject .project-featured-image {
  margin-bottom: 40px;
}
.single-nproject .project-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-nproject .project-content {
  margin-bottom: 40px;
}
.single-nproject .project-tags {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-nproject .project-tags a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.single-nproject .project-tags a:before {
  content: "#";
  margin-right: 3px;
  font-weight: normal;
}
.single-nproject .project-tags:empty {
  display: none;
}
.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;
}
.projects-shortcode .projects-items {
  margin: 0 -27.5px;
  clear: both;
}
.projects-shortcode .projects-items .project {
  padding: 0 27.5px;
  margin-bottom: 60px;
}
.projects .navigation {
  padding-top: 30px;
}
/* ============================================================ 
    9. WOOCOMMERCE
=============================================================*/
.woocommerce-notices-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.3;
  gap: 10px;
  margin-bottom: 30px;
}
.woocommerce-message .button:not([class*="product_type_"]),
.woocommerce-error .button:not([class*="product_type_"]),
.woocommerce-info .button:not([class*="product_type_"]) {
  padding: 6px 20px;
  font-size: 13px;
  background: none;
  color: inherit;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  box-shadow: none;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  font-weight: 600;
}
.woocommerce-error {
  margin: 0;
  padding: 10px 20px 60px 20px;
  background: #ffffff;
  list-style: none;
}
.woocommerce-error li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.woocommerce-error li:last-child {
  margin-bottom: 0;
}
.woocommerce-error li:before {
  content: "\ea37";
  font-family: "Nucleo";
  font-size: 20px;
}
.term-description {
  display: none;
}
.woocommerce-ordering {
  position: relative;
  float: right;
  line-height: 18px;
  margin-bottom: 40px;
  display: none;
}
@media only screen and (min-width: 481px) {
  .woocommerce-ordering {
    display: block;
  }
}
.woocommerce-ordering select {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  padding: 5px 18px;
}
.woocommerce-ordering:before {
  text-indent: 0;
  content: "";
  width: 8px;
  height: 10px;
  background: rgba(46, 76, 95, 0.85);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.woocommerce-ordering + ul.products {
  position: relative;
  padding-top: 40px;
}
.woocommerce-result-count {
  font-size: 13px;
  float: left;
  line-height: 36px;
  margin-bottom: 40px;
  opacity: 0.7;
  display: none;
}
@media only screen and (min-width: 481px) {
  .woocommerce-result-count {
    display: block;
  }
}
span.onsale {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  width: 44px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transform: rotate(90deg);
  transform-origin: bottom;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 14px;
  width: 65px;
  color: inherit;
}
.star-rating:before {
  font-size: 12px;
  content: "\ea29\ea29\ea29\ea29\ea29";
  font-family: "Nucleo";
  float: left;
  left: 1px;
  position: absolute;
  top: 0;
  letter-spacing: 1px;
}
.star-rating span {
  float: left;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
}
.star-rating span:before {
  font-size: 12px;
  font-family: "Nucleo";
  left: 1px;
  position: absolute;
  top: 0;
  content: "\ea31\ea31\ea31\ea31\ea31";
  letter-spacing: 1px;
}
/* ============================================================ 
    9.1. Widget
=============================================================*/
.widget .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}
.widget_shopping_cart_content {
  background: #ffffff;
  padding: 10px 30px;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 13px;
  position: relative;
  padding: 70px 0 10px 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message:before {
  content: "\ea56";
  line-height: 1;
  font-family: "Nucleo";
  font-size: 48px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.widget_shopping_cart_content .woocommerce-mini-cart {
  margin: -10px -30px 20px -30px;
  padding: 0 30px;
  list-style: none;
  font-size: 14px;
  line-height: 1.45;
  background: #ffffff;
}
.widget_shopping_cart_content .woocommerce-mini-cart li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px 20px 60px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart li:last-child {
  border-bottom: none;
}
.widget_shopping_cart_content .woocommerce-mini-cart li img {
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.widget_shopping_cart_content .woocommerce-mini-cart li .variation {
  margin: 0 0 5px 0;
  font-size: 12px;
  display: flex;
  gap: 3px;
  opacity: 0.6;
}
.widget_shopping_cart_content .woocommerce-mini-cart li .variation .variation-size {
  margin: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart li .quantity {
  display: block;
  font-size: 13px;
}
.widget_shopping_cart_content .woocommerce-mini-cart li a {
  font-weight: 600;
  position: static;
  background: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}
.widget_shopping_cart_content .woocommerce-mini-cart .remove {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  border-radius: 20px;
  opacity: 0.5;
}
.widget_shopping_cart_content .woocommerce-mini-cart .remove:before {
  text-indent: 0;
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_shopping_cart_content .woocommerce-mini-cart .remove:hover {
  opacity: 1;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  text-align: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: inherit;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  font-weight: 500;
  font-size: 20px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-bottom: 20px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  color: #ffffff;
}
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  width: 100%;
}
.woocommerce-product-search .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 45px;
  margin: 0;
  text-indent: -9999px;
}
.woocommerce-product-search .screen-reader-text:before {
  text-indent: 0;
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce-product-search [type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
  text-indent: -9999px;
  opacity: 0;
}
.widget_product_categories .product-categories li {
  margin-bottom: 10px;
}
.widget_product_categories .product-categories li a {
  position: relative;
  padding-left: 35px;
  background: none;
  padding-bottom: 0;
  font-weight: 600;
  color: inherit;
}
.widget_product_categories .product-categories li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget_product_categories .product-categories li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 7px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
}
.widget_product_categories .product-categories li a:hover:before {
  opacity: 1;
}
.widget_product_categories .product-categories li a:hover:after {
  border-color: rgba(0, 0, 0, 0.35);
}
.widget_product_categories .product-categories li.current-cat > a:before,
.widget_product_categories .product-categories li.current-cat-parent > a:before {
  background: #ffffff;
  opacity: 1;
}
.widget_product_categories .product-categories li.current-cat > a:after,
.widget_product_categories .product-categories li.current-cat-parent > a:after {
  border-color: transparent;
}
.widget_product_categories .product-categories li .children {
  margin: 15px 0 17px 30px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit {
  width: 100%;
  display: block;
}
.woocommerce-widget-layered-nav .select2-container--default.select2-container--open .select2-selection .select2-selection__rendered {
  box-shadow: none;
}
.woocommerce-widget-layered-nav .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple {
  border: none;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 5px 5px 0;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 35px 5px 15px;
  line-height: 20px;
  position: relative;
  border-radius: 0;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove:before {
  opacity: 1;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 15px;
  margin: 0;
  transform: translateY(-50%);
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  left: 50%;
  line-height: 1;
  text-indent: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple li + li.select2-search {
  position: relative;
  height: 32px;
  width: 32px;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple li + li.select2-search:after {
  content: "\ea22";
  position: absolute;
  font-family: "Nucleo";
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple li + li.select2-search .select2-search__field {
  display: none;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  margin-bottom: 10px;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:last-child {
  margin-bottom: 0;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  position: relative;
  padding-left: 35px;
  padding-bottom: 0;
  font-weight: 600;
  color: inherit;
  background: none;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:before {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 21px;
  left: 0;
  top: 50%;
  z-index: 3;
  font-weight: normal;
  transform: translateY(-50%);
  opacity: 0;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:hover:before {
  opacity: 1;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:hover:after {
  border-color: rgba(0, 0, 0, 0.35);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.chosen a:before {
  color: #ffffff;
  opacity: 1;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.chosen a:after {
  border-color: transparent;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .count {
  font-size: 12px;
}
.widget_layered_nav_filters ul {
  display: flex;
  gap: 10px;
}
.widget_layered_nav_filters ul li a {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 32px 5px 12px;
  font-size: 13px;
  background: none;
}
.widget_layered_nav_filters ul li a:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 13px;
  position: absolute;
  right: 12px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.widget_layered_nav_filters ul li a:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.widget_price_filter form {
  margin-top: 30px;
}
.widget_price_filter .price_slider_wrapper .price_slider {
  height: 3px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  height: 3px;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -6px;
  cursor: pointer;
  border-radius: 50%;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:nth-of-type(2n) {
  transform: translateX(-15px);
}
.widget_price_filter .price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 52px;
  font-size: 13px;
}
.widget_price_filter .button {
  width: 100%;
  display: block;
  margin-top: 25px;
}
.widget_products .product_list_widget li,
.widget_recent_reviews .product_list_widget li,
.widget_top_rated_products .product_list_widget li,
.widget_recently_viewed_products .product_list_widget li {
  position: relative;
  padding: 0 0 0 60px;
  margin-bottom: 20px;
}
.widget_products .product_list_widget li:last-child,
.widget_recent_reviews .product_list_widget li:last-child,
.widget_top_rated_products .product_list_widget li:last-child,
.widget_recently_viewed_products .product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget_products .product_list_widget li a,
.widget_recent_reviews .product_list_widget li a,
.widget_top_rated_products .product_list_widget li a,
.widget_recently_viewed_products .product_list_widget li a {
  position: static;
}
.widget_products .product_list_widget li a .product-title,
.widget_recent_reviews .product_list_widget li a .product-title,
.widget_top_rated_products .product_list_widget li a .product-title,
.widget_recently_viewed_products .product_list_widget li a .product-title {
  display: block;
  line-height: 1.35;
  font-weight: 600;
}
.widget_products .product_list_widget li img,
.widget_recent_reviews .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img,
.widget_recently_viewed_products .product_list_widget li img {
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.widget_products .product_list_widget li > .amount,
.widget_recent_reviews .product_list_widget li > .amount,
.widget_top_rated_products .product_list_widget li > .amount,
.widget_recently_viewed_products .product_list_widget li > .amount {
  font-size: 90%;
}
.widget_products .product_list_widget li del,
.widget_recent_reviews .product_list_widget li del,
.widget_top_rated_products .product_list_widget li del,
.widget_recently_viewed_products .product_list_widget li del {
  font-size: 12px;
  opacity: 0.7;
}
.widget_products .product_list_widget li ins,
.widget_recent_reviews .product_list_widget li ins,
.widget_top_rated_products .product_list_widget li ins,
.widget_recently_viewed_products .product_list_widget li ins {
  text-decoration: none;
}
.widget_products .product_list_widget li .star-rating,
.widget_recent_reviews .product_list_widget li .star-rating,
.widget_top_rated_products .product_list_widget li .star-rating,
.widget_recently_viewed_products .product_list_widget li .star-rating {
  margin: 3px 0 5px 0;
}
.widget_products .product_list_widget li .reviewer,
.widget_recent_reviews .product_list_widget li .reviewer,
.widget_top_rated_products .product_list_widget li .reviewer,
.widget_recently_viewed_products .product_list_widget li .reviewer {
  font-size: 13px;
}
/* ============================================================ 
    9.2. Off-Canvas/Filter
=============================================================*/
.woocommerce-content-top {
  float: left;
}
.woocommerce-content-top .widget:first-child .widget-title,
.woocommerce-content-top .widget:first-child .wp-block-group h2 {
  padding: 0;
  border: none;
}
.woocommerce-content-top .widget-title,
.woocommerce-content-top .wp-block-group h2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 45px;
}
.woocommerce-content-top .off-canvas-toggle {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  line-height: 22px;
  display: inline-block;
  padding: 0 45px;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.woocommerce-content-top .off-canvas-toggle span {
  display: block;
  line-height: 36px;
}
.woocommerce-content-top + .woocommerce-notices-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.woocommerce-content-top + .woocommerce-notices-wrapper + .woocommerce-result-count {
  margin-left: 25px;
  float: right;
  display: none;
}
.woocommerce-content-top + .woocommerce-notices-wrapper + .woocommerce-result-count + .woocommerce-ordering {
  float: left;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-content-top + .woocommerce-notices-wrapper + .woocommerce-result-count {
    display: block;
  }
}
.woocommerce-content-top + .woocommerce-notices-wrapper .woocommerce-message {
  padding: 10px 30px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.woocommerce-content-top-wrap {
  position: fixed;
  padding: 80px 60px;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background: #ffffff;
  width: 80%;
  visibility: hidden;
  transform: translateX(-100%);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 605px) {
  .woocommerce-content-top-wrap {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-content-top-wrap {
    width: 20%;
    min-width: 400px;
  }
}
.off-canvas-top-active .woocommerce-content-top-wrap {
  visibility: visible;
  transform: translateX(0);
}
.off-canvas-top-active .site:before {
  visibility: visible;
  opacity: 1;
}
/* ============================================================ 
    9.3. Shop Page
=============================================================*/
@media only screen and (min-width: 1025px) {
  .woocommerce-shop .content-header,
  .woocommerce.archive .content-header {
    padding-bottom: 0;
  }
}
.woocommerce-shop .content-header:not(.content-header-featured):after,
.woocommerce.archive .content-header:not(.content-header-featured):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.woocommerce-shop .content-header:not(.content-header-featured) .content-header-inner,
.woocommerce.archive .content-header:not(.content-header-featured) .content-header-inner {
  z-index: 2;
}
.woocommerce-shop .content-header.content-header-center + .content-body .woocommerce-categories,
.woocommerce.archive .content-header.content-header-center + .content-body .woocommerce-categories {
  text-align: center;
}
.woocommerce-shop[class*="sidebar-"] .woocommerce-categories,
.woocommerce.archive[class*="sidebar-"] .woocommerce-categories {
  margin-top: -5px;
}
.woocommerce-shop:not([class*="sidebar-"]) .content-body,
.woocommerce.archive:not([class*="sidebar-"]) .content-body {
  padding-bottom: 0;
}
.woocommerce-shop:not([class*="sidebar-"]) .woocommerce-pagination,
.woocommerce.archive:not([class*="sidebar-"]) .woocommerce-pagination {
  margin-bottom: 80px;
}
.hidden-categories + .woocommerce-categories {
  display: block;
}
.woocommerce-categories {
  display: none;
  margin: -40px 0 60px 0;
  padding: 5px 0 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.woocommerce-categories::-webkit-scrollbar {
  display: none;
}
.woocommerce-categories li {
  display: inline-block;
  margin-right: 10px;
  width: 100px;
}
.woocommerce-categories li:last-child {
  margin: 0;
}
.woocommerce-categories li img {
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.woocommerce-categories li a {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  white-space: break-spaces;
  color: inherit;
  text-align: center;
}
.woocommerce-categories li a:hover:after {
  transform: translate(-50%, -5px);
}
.woocommerce-categories li a:hover img {
  transform: translateY(-5px);
}
.woocommerce-categories li a:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.main-products {
  border-top: 10px solid;
  padding-top: 30px;
}
.content-inner.products[data-grid-normal] li.product {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1025px) {
  .content-inner[data-columns="2"] li.product:nth-child(2n):before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .content-inner[data-columns="3"] li.product:nth-child(3n):before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .content-inner[data-columns="4"] li.product:nth-child(4n):before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .content-inner[data-columns="5"] li.product:nth-child(5n):before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content-inner[data-columns="2"] li.product:nth-child(3n):before,
  .content-inner[data-columns="2"] li.product:nth-child(3n):before,
  .content-inner[data-columns="2"] li.product:nth-child(3n):before,
  .content-inner[data-columns="2"] li.product:nth-child(3n):before {
    display: none;
  }
}
@media only screen (max-width: 767px) {
  .content-inner[data-columns="2"] li.product:nth-child(2n):before,
  .content-inner[data-columns="2"] li.product:nth-child(2n):before,
  .content-inner[data-columns="2"] li.product:nth-child(2n):before,
  .content-inner[data-columns="2"] li.product:nth-child(2n):before {
    display: none;
  }
}
.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.products li.product {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  float: none;
}
.products li.product:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.075);
}
.products li.product:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .products li.product:after {
    content: "";
    position: absolute;
    background: #ffffff;
    left: -1px;
    right: -1px;
    bottom: -30px;
    top: -30px;
    display: block;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
  }
}
.products li.product .button {
  text-indent: -9999px;
  background: none;
  padding: 0;
  width: 30px;
  height: 45px;
  position: absolute;
  right: 26px;
  bottom: 0;
  color: inherit;
}
.products li.product .button:before {
  content: "\ea56";
  font-size: 24px;
  font-family: "Nucleo";
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.products li.product .button.added {
  display: none;
}
.products li.product .button.loading {
  opacity: 0.3;
}
.products li.product .button.product_type_variable:before,
.products li.product .button.product_type_grouped:before {
  content: "\ea03";
}
.products li.product .added_to_cart {
  position: absolute;
  right: 30px;
  bottom: 9px;
  font-size: 13px;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  line-height: 28px;
  font-weight: inherit;
  border-radius: 30px;
}
.products li.product:hover {
  z-index: 2;
}
.products li.product:hover:after {
  opacity: 1;
}
.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  position: relative;
  color: inherit;
  height: 100%;
}
.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  order: 2;
  margin: 0 0 22px 0;
  font-size: 24px;
  line-height: 1;
  flex-grow: 1;
}
.products li.product .woocommerce-loop-product__link .star-rating {
  order: 3;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.products li.product .woocommerce-loop-product__link img {
  order: 4;
  margin-bottom: 20px;
}
.products li.product .woocommerce-loop-product__link .price {
  order: 5;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  flex-direction: column-reverse;
  height: 45px;
  justify-content: center;
  position: relative;
}
.products li.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
.products li.product .woocommerce-loop-product__link .price del {
  font-size: 13px;
  font-weight: normal;
}
.products li.product .woocommerce-loop-product__link .price .customF {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 1px;
}
.products li.product .woocommerce-loop-product__link .price .customF + .amount {
  margin-top: 12px;
}
.products li.product .woocommerce-loop-product__link span.onsale {
  top: 0;
  right: 2px;
}
.products li.product .woocommerce-loop-product__link span.onsale + img + .woocommerce-loop-product__title,
.products li.product .woocommerce-loop-product__link span.onsale + img + noscript + .woocommerce-loop-product__title {
  margin-right: 40px;
}
.products li.product.product-type-variable .woocommerce-loop-product__link .price {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.products li.product.product-type-grouped .woocommerce-loop-product__link .price {
  display: block;
  line-height: 45px;
}
.products li.product.outofstock .button:before {
  content: "\ea03";
}
.products li.product.outofstock .price bdi {
  text-decoration: line-through;
}
.woocommerce-pagination {
  padding: 0;
}
.woocommerce-pagination ul.page-numbers {
  border: none;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: none;
}
.woocommerce-pagination ul.page-numbers:hover {
  background: none;
  color: inherit;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: block;
  float: none;
  margin: 0;
  margin-right: 10px;
}
.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-pagination ul.page-numbers li a.prev {
  display: none;
}
/* ============================================================ 
    9.4. Product Single
=============================================================*/
.single-product .main-products {
  padding: 0;
  border: none;
}
.single-product .site-content .content-header {
  background: none;
  padding-bottom: 0;
}
.single-product .site-content .content-header .page-title-wrap {
  display: none;
}
.single-product .site-content .content-header .breadcrumbs {
  margin: 0;
}
.single-product .site-content .content-header .breadcrumbs .breadcrumbs-inner {
  justify-content: inherit;
}
@media only screen and (min-width: 1025px) {
  .single-product [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
  .single-product [class*="header-style"].header-transparent + .site-content .content-header {
    padding-top: 140px;
    margin-bottom: 60px;
  }
}
.single-product:not([class*="sidebar-"]) .content-body {
  padding-bottom: 0;
}
.single-product:not([class*="sidebar-"]) .woocommerce-tabs {
  position: relative;
  padding-bottom: 80px;
}
.single-product:not([class*="sidebar-"]) .woocommerce-tabs:before {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  z-index: -1;
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
@media only screen and (min-width: 769px) {
  .single-product:not([class*="sidebar-"]) .woocommerce-tabs .tabs {
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .single-product:not([class*="sidebar-"]) .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
  .single-product:not([class*="sidebar-"]) .woocommerce-tabs .tabs {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
}
.product {
  position: relative;
}
.product:after {
  content: "";
  display: table;
  clear: both;
}
.product.product-type-variable .summary .price {
  display: block;
}
.product > .onsale {
  left: 0;
  top: 0;
  z-index: 2;
  transform: none;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
}
@media only screen and (min-width: 769px) {
  .product > .onsale {
    right: 0;
    left: auto;
  }
}
.product .images {
  display: flex;
  gap: 15px;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .product .images {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .product .images {
    float: left;
    width: calc(60% - 40px);
  }
}
.product .images .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.product .images .woocommerce-product-gallery__trigger:before {
  text-indent: 0;
  content: "\ea45";
  font-size: 24px;
  font-family: "Nucleo";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product .images .woocommerce-product-gallery__wrapper {
  margin: 0;
  flex-grow: 1;
  text-align: center;
}
.product .images .woocommerce-product-gallery__wrapper a {
  display: block;
}
.product .images:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
}
.product .flex-control-thumbs {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: row;
  gap: 15px;
}
@media only screen and (min-width: 769px) {
  .product .flex-control-thumbs {
    flex-direction: column;
  }
}
.product .flex-control-thumbs li img {
  cursor: pointer;
  width: 75px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product .flex-control-thumbs li img.flex-active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.product .summary {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .product .summary {
    clear: right;
    float: right;
    width: calc(40% - 40px);
  }
}
.product .summary .woocommerce-product-rating {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.product .summary .woocommerce-product-rating .star-rating {
  height: 24px;
  line-height: 24px;
  width: 125px;
}
.product .summary .woocommerce-product-rating .star-rating:before {
  font-size: 24px;
}
.product .summary .woocommerce-product-rating .star-rating span {
  padding-top: 24px;
}
.product .summary .woocommerce-product-rating .star-rating span:before {
  font-size: 24px;
}
.product .summary .woocommerce-product-rating .woocommerce-review-link {
  margin-top: 1px;
}
.product .summary .product_title {
  font-size: 36px;
  line-height: 1;
  margin: 0 55px 15px 0;
  order: 1;
}
.product .summary .product_meta {
  text-transform: uppercase;
  order: 2;
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}
.product .summary .stock {
  font-size: 13px;
  line-height: 1.4;
  order: 0;
  margin: 0 0 5px 0;
  opacity: 0.7;
}
.product .summary .price {
  order: 3;
  padding-top: 20px;
  margin: 0 0 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
.product .summary .price .customF {
  font-size: 12px;
}
.product .summary .price del .amount {
  font-weight: 300;
  font-size: 18px;
}
.product .summary .price del .amount .woocommerce-Price-currencySymbol {
  position: static;
  margin: 0;
  font-size: 18px;
}
.product .summary .price ins {
  text-decoration: none;
}
.product .summary .price .amount {
  font-size: 24px;
  font-weight: 600;
}
.product .summary .price .amount .woocommerce-Price-currencySymbol {
  position: relative;
  top: -6px;
  margin-right: 2px;
  font-weight: 300;
  font-size: 16px;
}
.product .summary .woocommerce-product-details__short-description {
  font-size: 14px;
  order: 4;
  margin-bottom: 15px;
}
.product .summary .cart {
  order: 5;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.product .summary .cart:not(.variations_form):not(.grouped_form) {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product .summary .cart .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .summary .cart .quantity .qty {
  width: 85px;
}
.product .summary .cart .button {
  flex-grow: 1;
  width: 100%;
}
.product .summary .cart table {
  padding: 0 0 20px 0;
}
.product .summary .cart table tr th {
  border: none;
}
.product .summary .cart table tr th.label {
  padding: 5px 0;
  font-weight: normal;
  font-size: 15px;
  width: 95px;
}
.product .summary .cart table tr td {
  padding: 5px 0;
  border: none;
}
.product .summary .cart table tr td.value {
  position: relative;
}
.product .summary .cart table tr td.value:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.product .summary .cart table tr td.value select {
  width: 100%;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product .summary .cart table tr td .reset_variations {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background: #f2f2f2;
  font-size: 12px;
  line-height: 22px;
  right: 8px;
  padding: 7px 10px;
}
.product .summary .cart table tr td .reset_variations:hover {
  background: #d8d8d8;
}
.product .summary .cart table tr td label a {
  font-weight: 500;
}
.product .summary .cart table tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.product .summary .cart table tr td.woocommerce-grouped-product-list-item__price del {
  font-size: 12px;
}
.product .summary .cart table tr:hover td.value select {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.product .summary .cart .single_variation_wrap .variations_button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .summary .cart .single_variation_wrap .woocommerce-variation-description {
  margin: 0 0 20px 0;
  font-size: 14px;
}
.product .summary .cart .single_variation_wrap .woocommerce-variation-price {
  padding-bottom: 15px;
}
.product .woocommerce-tabs {
  clear: both;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .product .woocommerce-tabs {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
  }
}
.product .woocommerce-tabs .tabs {
  margin: 0 0 45px 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.product .woocommerce-tabs .tabs::-webkit-scrollbar {
  display: none;
}
.product .woocommerce-tabs .tabs li:not(.active) a {
  border-color: transparent;
}
.product .woocommerce-tabs .tabs a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
@media only screen and (min-width: 769px) {
  .product .woocommerce-tabs .tabs a {
    font-size: 24px;
  }
}
.product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 15px;
  padding: 0;
  line-height: 160%;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel > h2,
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title,
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews,
.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-reply-title {
  display: none;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.product .woocommerce-tabs .woocommerce-Tabs-panel table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul[class*="list-style"] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  margin-top: 35px;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul[class*="list-style"]:last-child {
  margin-bottom: 0;
}
.product .related,
.product .upsells {
  clear: both;
  display: block;
}
.product .related > h2,
.product .upsells > h2 {
  font-size: 48px;
  padding-top: 80px;
  margin-bottom: 50px;
}
.product .commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.product .commentlist li {
  padding: 0 0 20px 0;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product .commentlist .comment_container {
  font-size: 14px;
  display: flex;
  gap: 15px;
}
.product .commentlist .comment_container img {
  border-radius: 50%;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.product .commentlist .comment_container .comment-text .meta {
  margin-bottom: 10px;
}
.product .comment-respond #commentform {
  background: none;
}
.product .comment-respond #commentform .comment-form-comment,
.product .comment-respond #commentform .comment-form-author,
.product .comment-respond #commentform .comment-form-email {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 605px) {
  .product .comment-respond #commentform .comment-form-comment,
  .product .comment-respond #commentform .comment-form-author,
  .product .comment-respond #commentform .comment-form-email {
    align-items: center;
    flex-direction: row;
  }
}
.product .comment-respond #commentform .comment-form-comment label,
.product .comment-respond #commentform .comment-form-author label,
.product .comment-respond #commentform .comment-form-email label {
  font-size: 13px;
  width: 120px;
  flex-shrink: 0;
}
.product .comment-respond #commentform .comment-form-comment input,
.product .comment-respond #commentform .comment-form-author input,
.product .comment-respond #commentform .comment-form-email input {
  font-size: 13px;
  border: none;
  padding: 8px 12px;
  flex-grow: 1;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.product .comment-respond #commentform .comment-form-comment input:focus,
.product .comment-respond #commentform .comment-form-author input:focus,
.product .comment-respond #commentform .comment-form-email input:focus {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.product .comment-respond #commentform .comment-form-comment {
  align-items: baseline;
  overflow: hidden;
}
.product .comment-respond #commentform .comment-form-comment textarea {
  margin-top: 15px;
  font-size: 13px;
  border: none;
  flex-grow: 1;
  padding: 0 12px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px);
  background-size: 100% 30px;
  line-height: 30px !important;
  height: 61px;
  width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 0;
}
.product .comment-respond #commentform .comment-form-comment textarea:focus {
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px);
  box-shadow: none;
}
@media only screen and (min-width: 605px) {
  .product .comment-respond #commentform .comment-form-comment textarea {
    height: 91px;
    margin-top: -1px;
    margin-bottom: 0;
  }
}
.product .comment-respond #commentform .comment-form-cookies-consent {
  gap: 15px;
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-size: 11px;
  line-height: 1.4;
}
.product .comment-respond #commentform .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: 21px;
  width: 21px;
  flex-shrink: 0;
  background: #ffffff;
}
.product .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.product .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:checked {
  opacity: 1;
}
.product .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:checked:after {
  display: block;
}
.product .comment-respond #commentform .form-submit {
  margin: 40px 0 0;
}
.product .comment-respond #commentform .form-submit input {
  width: 100%;
}
.product .comment-respond .comment-notes {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
.product .comment-respond .comment-form-rating {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.product .comment-respond .comment-form-rating label[for="rating"] {
  font-size: 13px;
  width: 120px;
  flex-shrink: 0;
}
.product .comment-respond .comment-form-rating .stars {
  overflow: hidden;
  margin: 0;
  top: 0;
  position: relative;
  height: 24px;
  line-height: 24px;
  width: 125px;
}
.product .comment-respond .comment-form-rating .stars:before {
  content: "\ea29\ea29\ea29\ea29\ea29";
  font-family: "Nucleo";
  font-size: 24px;
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  letter-spacing: 1px;
}
.product .comment-respond .comment-form-rating .stars span a {
  float: left;
  height: 0;
  left: 0;
  overflow: hidden;
  padding-top: 24px;
  position: absolute;
  top: 0;
  letter-spacing: 1px;
}
.product .comment-respond .comment-form-rating .stars span a:before {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  content: "\ea31\ea31\ea31\ea31\ea31";
  font-size: 24px;
  font-family: "Nucleo";
}
.product .comment-respond .comment-form-rating .stars span a.star-1 {
  width: 24px;
  z-index: 10;
}
.product .comment-respond .comment-form-rating .stars span a.star-2 {
  width: 49px;
  z-index: 9;
}
.product .comment-respond .comment-form-rating .stars span a.star-3 {
  width: 74px;
  z-index: 8;
}
.product .comment-respond .comment-form-rating .stars span a.star-4 {
  width: 99px;
  z-index: 7;
}
.product .comment-respond .comment-form-rating .stars span a.star-5 {
  width: 124px;
  z-index: 6;
}
.product .comment-respond .comment-form-rating .stars span a.active:before,
.product .comment-respond .comment-form-rating .stars span a:hover:before {
  visibility: visible;
}
/* ============================================================ 
    9.5. Cart
=============================================================*/
.woocommerce-cart .woocommerce {
  position: relative;
}
.woocommerce-cart .woocommerce:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce:before {
    content: "";
    position: absolute;
    width: 1px;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 40%;
    background: rgba(0, 0, 0, 0.1);
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.woocommerce-cart .cart-empty {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0 0 30px 0;
  border: none;
  color: inherit;
  font-size: 24px;
  line-height: 1.2;
  box-shadow: none;
}
.woocommerce-cart .cart-empty:before {
  content: "\ea56";
  line-height: 1;
  font-family: "Nucleo";
  font-size: 64px;
  opacity: 0.2;
}
.woocommerce-cart .cart-empty:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #ffffff;
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .return-to-shop:after {
  content: "";
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.woocommerce-cart .return-to-shop a {
  display: inline-block;
}
.woocommerce-cart .woocommerce-message[role="alert"] {
  background: #ffffff;
  padding-bottom: 50px;
}
.woocommerce-cart-form {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.woocommerce-cart-form:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 0;
  border-bottom: 5px solid;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart-form {
    float: left;
    width: 60%;
    padding-right: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .woocommerce-cart-form:before {
    display: none;
  }
}
.woocommerce-cart-form .shop_table thead {
  display: none;
  background: none;
  color: inherit;
}
.woocommerce-cart-form .shop_table thead th {
  padding: 0 0 10px 0;
  line-height: 160%;
  font-weight: 600;
  border-bottom: 5px solid;
}
.woocommerce-cart-form .shop_table tr {
  position: relative;
}
.woocommerce-cart-form .shop_table tr:last-child td {
  padding-bottom: 0;
}
.woocommerce-cart-form .shop_table tr:first-child td {
  padding-top: 0;
}
.woocommerce-cart-form .shop_table td {
  padding: 20px 20px 20px 0;
}
.woocommerce-cart-form .shop_table td:last-child {
  padding-right: 0;
}
.woocommerce-cart-form .shop_table .product-remove {
  width: 24px;
}
.woocommerce-cart-form .shop_table .product-remove a {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid;
  text-indent: -9999px;
  display: inline-block;
  color: inherit;
  border-radius: 50%;
  opacity: 0.3;
}
.woocommerce-cart-form .shop_table .product-remove a:before {
  text-indent: 0;
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce-cart-form .shop_table .product-remove a:hover {
  opacity: 1;
}
.woocommerce-cart-form .shop_table .product-name {
  padding-right: 10px;
}
.woocommerce-cart-form .shop_table .product-name a {
  color: inherit;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
  width: 65px;
}
.woocommerce-cart-form .shop_table .product-thumbnail img {
  width: 50px;
}
.woocommerce-cart-form .shop_table .product-price {
  padding-right: 0;
}
.woocommerce-cart-form .shop_table .quantity input.qty {
  padding: 6px 10px 6px 15px;
  width: 60px;
  text-align: center;
}
.woocommerce-cart-form .shop_table .variation {
  margin: 0;
  font-size: 12px;
  display: flex;
  gap: 3px;
  opacity: 0.6;
}
.woocommerce-cart-form .shop_table .variation .variation-size {
  margin: 0;
}
.woocommerce-cart-form .shop_table .actions {
  border: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
  border: 1px dashed;
  padding: 0;
  position: relative;
  width: 100%;
}
.woocommerce-cart-form .shop_table .actions .coupon label[for="coupon_code"] {
  display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon input[type="text"] {
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
  border: none;
}
.woocommerce-cart-form .shop_table .actions .coupon input[type="text"]:focus + .button {
  visibility: visible;
  opacity: 1;
}
.woocommerce-cart-form .shop_table .actions .coupon .button {
  padding: 10px 20px;
  position: absolute;
  font-size: 14px;
  color: inherit;
  background: transparent;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  visibility: hidden;
  width: auto;
  margin: 0;
  box-shadow: none;
  opacity: 0;
}
.woocommerce-cart-form .shop_table .actions .coupon .button:hover {
  color: #ffffff;
}
.woocommerce-cart-form .shop_table .actions .button {
  width: 100%;
  margin-top: 15px;
}
.woocommerce-cart-form .shop_table .actions .button[aria-disabled="true"] {
  cursor: no-drop;
}
.woocommerce-cart-form .shop_table .actions .button[aria-disabled="true"]:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody,
  .woocommerce-cart-form .shop_table tr,
  .woocommerce-cart-form .shop_table td {
    display: block;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table .cart_item {
    padding-left: 65px;
    padding-right: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table .cart_item:first-child {
    padding-top: 0;
    border-top: none;
  }
  .woocommerce-cart-form .shop_table .cart_item:first-child .product-thumbnail {
    top: 0;
  }
  .woocommerce-cart-form .shop_table .cart_item:first-child .product-remove {
    top: calc(50% - 10px);
  }
  .woocommerce-cart-form .shop_table .cart_item td {
    border: none;
    padding: 0;
    width: auto;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce-cart-form .shop_table .cart_item .product-remove a:before {
    font-size: 24px;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-price,
  .woocommerce-cart-form .shop_table .cart_item .product-quantity,
  .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
    display: inline-block;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-price {
    margin-right: 10px;
  }
  .woocommerce-cart-form .shop_table .cart_item .quantity:before {
    margin: 0;
  }
  .woocommerce-cart-form .shop_table .cart_item .quantity input.qty {
    width: 45px;
    padding: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .cart-collaterals {
    float: right;
    width: 40%;
    padding-left: 40px;
  }
}
.cart-collaterals .cart_totals > h2 {
  font-size: 36px;
  border-bottom: 5px solid;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.cart-collaterals .cart_totals .shop_table {
  border: none;
  font-size: 14px;
}
.cart-collaterals .cart_totals .shop_table th {
  font-size: 14px;
}
.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
  padding: 10px 0;
}
.cart-collaterals .cart_totals .shop_table tr td {
  text-align: right;
  padding-left: 10px;
}
.cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-calculator {
  margin-top: 10px;
}
.cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 12px;
}
.cart-collaterals .cart_totals .shop_table tr.order-total .amount {
  font-size: 24px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  width: 100%;
  display: block;
  text-align: center;
}
/* ============================================================ 
    9.6. Checkout
=============================================================*/
.woocommerce-checkout .woocommerce-checkout {
  position: relative;
  margin-top: 60px;
}
.woocommerce-checkout .woocommerce-checkout:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout .woocommerce-checkout [class*="fields__field-wrapper"] {
  margin: 0 -15px;
}
.woocommerce-checkout .woocommerce-checkout [class*="fields__field-wrapper"]:after {
  content: "";
  clear: both;
  display: table;
}
.woocommerce-checkout .woocommerce-checkout ul[role="alert"] {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 60px;
  display: block;
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout .form-row {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce-checkout .form-row#billing_company_field,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_country_field,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_email_field,
.woocommerce-checkout .woocommerce-checkout .form-row#order_comments_field {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout .form-row#billing_company_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_country_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-checkout .form-row#billing_email_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-checkout .form-row#order_comments_field .woocommerce-input-wrapper {
  height: auto;
}
.woocommerce-checkout .woocommerce-checkout #customer_details {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout #customer_details {
    float: left;
    width: 65%;
    padding-right: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.woocommerce-checkout .woocommerce-checkout #customer_details h3 {
  margin: 0 0 30px 0;
  font-size: 36px;
}
.woocommerce-checkout .woocommerce-checkout #customer_details .col-1 {
  margin-bottom: 60px;
}
.woocommerce-checkout .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-checkout #order_review_heading {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout #order_review_heading {
    float: right;
    width: 35%;
  }
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
  background: #ffffff;
  padding: 20px 40px 40px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
    float: right;
    width: 35%;
  }
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
  border: none;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td {
  padding: 15px 0;
  white-space: nowrap;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td.product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td {
  padding: 15px 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.order-total td {
  border-top: 5px solid;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.order-total .amount {
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping th,
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping td[data-title="Shipping"] {
  font-size: 12px;
  opacity: 0.7;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr.shipping .woocommerce-shipping-methods li {
  flex-direction: column;
}
.woocommerce-checkout .woocommerce-checkout #payment .form-row.validate-required {
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  display: block;
  color: inherit;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  font-size: 15px;
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: bold;
}
.woocommerce-form-login-toggle + ul[role="alert"],
.woocommerce-form-coupon-toggle + ul[role="alert"] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.checkout_coupon {
  border: 1px dashed;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 769px) {
  .checkout_coupon {
    width: 50%;
  }
}
.checkout_coupon p {
  display: none;
}
.checkout_coupon p.form-row {
  margin: 0;
  display: block;
}
.checkout_coupon p.form-row.form-row-first {
  flex-grow: 1;
}
.checkout_coupon p.form-row.form-row-first input[type="text"].input-text {
  width: 100%;
  border: none;
}
.checkout_coupon p.form-row.form-row-last {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout_coupon p.form-row.form-row-last button.button {
  font-size: 14px;
  background: none;
  color: inherit;
  padding: 10px 20px;
  box-shadow: none;
}
.checkout_coupon p.form-row.form-row-last button.button:hover {
  color: #ffffff;
}
/* ============================================================ 
    9.7. Other
=============================================================*/
.woocommerce-page .down-arrow {
  display: none;
}
.woocommerce table {
  border: none;
}
.woocommerce .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.woocommerce .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce .form-row label {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 8px;
}
.woocommerce .form-row .woocommerce-input-wrapper {
  display: block;
  height: 52px;
}
.woocommerce .form-row .woocommerce-input-wrapper input {
  width: 100%;
}
.woocommerce .form-row .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 90px;
  line-height: 20px;
}
.woocommerce .form-row .screen-reader-text + .woocommerce-input-wrapper {
  margin-top: 24px;
}
.woocommerce .form-row .select2-container {
  display: block;
}
.woocommerce .form-row .select2-container .select2-selection {
  border: none;
  height: auto;
  border-radius: 0;
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__rendered {
  padding: 15px 25px;
  line-height: 20px;
  font-size: 15px;
  color: inherit;
  border: 1px solid rgba(46, 76, 95, 0.3);
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.woocommerce .form-row .select2-container.select2-container--open .select2-selection .select2-selection__rendered {
  background: #ffffff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.woocommerce .form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper input.input-text {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-payment .wc_payment_methods {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.woocommerce-checkout-payment .wc_payment_methods li {
  padding: 15px 60px 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}
.woocommerce-checkout-payment .wc_payment_methods li .input-radio {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce-checkout-payment .wc_payment_methods li .input-radio:checked + label:before {
  content: "\ea35";
  opacity: 1;
}
.woocommerce-checkout-payment .wc_payment_methods li .input-radio:checked + label:after {
  opacity: 1;
}
.woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  margin: 10px 0 0;
}
.woocommerce-checkout-payment .wc_payment_methods li label {
  font-weight: 500;
}
.woocommerce-checkout-payment .wc_payment_methods li label:before {
  content: "\ea23";
  font-family: "Nucleo";
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
.woocommerce-checkout-payment .wc_payment_methods li label:after {
  content: "";
  position: absolute;
  border: 1px solid;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  border-radius: 10px;
}
.woocommerce-checkout-payment .wc_payment_methods li img {
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods li a {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-payment .wc_payment_methods li a:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.woocommerce-checkout-payment .wc_payment_methods li.woocommerce-info {
  color: inherit;
}
.woocommerce-checkout-payment .wc_payment_methods li.woocommerce-info:before {
  content: "!";
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 50%;
  text-align: center;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  border-radius: 50%;
}
.woocommerce-checkout-payment .form-row.place-order {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-checkout-payment .form-row.place-order .woocommerce-privacy-policy-text {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}
.woocommerce-shipping-totals {
  font-size: 13px;
  line-height: 1.3;
}
.woocommerce-shipping-methods {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce-shipping-destination {
  margin-bottom: 0;
}
.shipping-calculator-form {
  margin-top: 15px;
}
.shipping-calculator-form .form-row {
  margin-bottom: 10px;
}
.shipping-calculator-form .form-row:last-child {
  margin-bottom: 0;
}
.shipping-calculator-form .form-row input[type="text"].input-text {
  width: 100%;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 0;
}
.shipping-calculator-form .form-row .select2-container {
  height: 32px;
}
.shipping-calculator-form .form-row .select2-container--default .select2-selection--single {
  border: none;
  height: 32px;
  border-radius: 0;
}
.shipping-calculator-form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  text-align: left;
  padding: 0 15px;
}
.shipping-calculator-form button[type="submit"] {
  width: 100%;
  text-align: center;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 -5px 60px -5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-navigation ul li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .woocommerce-MyAccount-navigation ul li {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-MyAccount-navigation ul li {
    flex: 1 1;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  gap: 15px;
  line-height: 1;
  font-weight: 500;
  flex-direction: column;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "\ea47";
  font-size: 32px;
  font-family: "Nucleo";
}
.woocommerce-MyAccount-navigation ul li a:hover {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li[class*="--orders"] a:before {
  content: "\ea48";
}
.woocommerce-MyAccount-navigation ul li[class*="--downloads"] a:before {
  content: "\ea49";
}
.woocommerce-MyAccount-navigation ul li[class*="--edit-address"] a:before {
  content: "\ea3c";
}
.woocommerce-MyAccount-navigation ul li[class*="--edit-account"] a:before {
  content: "\ea4a";
}
.woocommerce-MyAccount-navigation ul li[class*="--customer-logout"] a:before {
  content: "\ea10";
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
/* ============================================================ 
    10. ELEMENTS
=============================================================*/
#site .bg-blur {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
#site .elementor-section {
  counter-reset: my-badass-counter;
}
#site .elementor-section [class*="elementor-column-gap-"] > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}
#site .elementor-testimonial-image-position-top .elementor-testimonial-image img {
  height: auto;
}
#site .swiper-container-wrap {
  position: relative;
}
#site .pp-slider-arrow {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: -110px;
  transform: none;
  left: 0;
}
#site .pp-slider-arrow.swiper-button-next {
  right: auto;
  left: 60px;
}
#site .pp-slider-arrow i:before {
  color: #ffffff;
  content: "\ea04";
  font-family: "Nucleo";
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#site .pp-slider-arrow.swiper-button-next i:before {
  content: "\ea03";
}
#site .pp-slider-arrow:hover {
  color: #ffffff;
}
#site .swiper-pagination {
  position: absolute;
  width: auto;
  right: 0;
  left: auto;
  bottom: -96px;
}
#site .swiper-pagination .swiper-pagination-bullet {
  height: 5px;
}
#site .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#site .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#site .elementor-widget-image-carousel .swiper-pagination {
  position: static;
  margin-top: 50px;
}
#site .elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  position: relative;
  background: none;
  border: 4px solid transparent;
  opacity: 1;
}
#site .elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#site .elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  display: none;
}
#site .elementor-widget-image-carousel .elementor-image-carousel-caption {
  margin: 25px 0 0 0;
  opacity: 1;
}
#site .elementor-image-box-img {
  margin: 0;
}
#site .elementor-image-box-img img {
  width: 100%;
}
#site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-thumbnail {
  margin: 0;
}
#site .projects-style2.projects-shortcode .project-thumbnail {
  margin: 0 -40px 30px -40px;
}
#site .projects-style3.projects-shortcode .project-thumbnail {
  margin: 0 0 30px 0;
}
.site .mqgroup {
  display: flex;
  gap: 60px;
}
.site .mqgroup:hover .mq {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.site .mq {
  animation: 50s linear infinite mq;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
}
.site .mq:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.site .mq li {
  white-space: nowrap;
}
.site .elementor-widget-heading .elementor-heading-title a.button {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
  padding: 12px 60px;
  display: block;
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 542px) {
  .site .elementor-widget-heading .elementor-heading-title a.button {
    margin: 30px 20% 0;
  }
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-heading .elementor-heading-title a.button {
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin: 0 0 0 50px;
  }
}
.site .elementor-testimonial-wrapper {
  position: relative;
}
.site .elementor-testimonial-wrapper .elementor-testimonial-content {
  margin-bottom: 35px;
}
.site .elementor-testimonial-wrapper .elementor-testimonial-image-position-top .elementor-testimonial-meta-inner {
  display: flex;
  flex-direction: column;
}
.site .elementor-testimonial-wrapper .elementor-testimonial-image-position-top .elementor-testimonial-image img {
  border-radius: 0;
}
.site .elementor-testimonial-wrapper .elementor-testimonial-image-position-top .elementor-testimonial-details div {
  display: inline-block;
}
.site .elementor-widget-icon-box .elementor-icon-box-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.site .elementor-widget-icon-box:hover .elementor-icon-box-title a {
  background-size: 100% 100%;
}
.site .elementor-widget-icon-box .elementor-icon-box-title {
  margin-top: 0;
}
.site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  position: absolute;
  left: 30px;
  top: 30px;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    left: 50px;
    top: 40px;
  }
}
.site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-title {
  border-bottom: 1px solid;
  padding: 30px 30px 30px 105px;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-title {
    padding: 40px 50px 35px 140px;
  }
}
.site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-title a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-description {
  padding: 20px 50px 45px 50px;
}
.site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-description .link {
  display: inline-block;
  font-weight: 600;
  margin: 20px 0 5px 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-widget-container {
  overflow: visible;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items {
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 10px;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items {
    gap: 30px;
  }
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li {
  margin: 0;
  width: 100%;
  flex-grow: 1;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li a {
  height: 100%;
  word-break: normal;
  padding: 20px;
  position: relative;
  flex-direction: column;
  gap: 15px;
  align-items: baseline;
}
@media only screen and (min-width: 992px) {
  .site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li a {
    flex-direction: row;
    align-items: center;
    padding: 40px;
  }
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li a span {
  z-index: 2;
  align-self: auto;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
  opacity: 0.3;
}
@media only screen and (min-width: 375px) {
  .site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li {
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li {
    width: calc(33.333333% - 5px);
  }
}
@media only screen and (min-width: 992px) {
  .site .elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items li {
    flex: 1 1;
    margin-bottom: 0;
  }
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center .elementor-icon-list-item,
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center a {
  display: flex;
  flex-direction: column;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center .elementor-icon-list-item .elementor-icon-list-icon,
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center a .elementor-icon-list-icon {
  text-align: center;
  margin-bottom: 15px;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center .elementor-icon-list-item .elementor-icon-list-icon svg,
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center a .elementor-icon-list-icon svg {
  margin: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center .elementor-icon-list-item:after {
  position: absolute;
  margin: 0;
  bottom: auto;
  right: -15px;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center .elementor-icon-list-item > .elementor-icon-list-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center a:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -22px;
  bottom: -20px;
  z-index: -1;
  background: #ffffff;
  display: none;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center a:hover {
  z-index: 2;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center a:hover:after {
  display: block;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-align-center .elementor-icon-list-text {
  padding: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right .elementor-icon-list-item,
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a {
  display: flex;
  flex-direction: row-reverse;
  text-align: inherit;
  justify-content: space-between;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right .elementor-icon-list-item .elementor-icon-list-icon svg,
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a .elementor-icon-list-icon svg {
  margin: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a:after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: -15px;
  bottom: 0;
  z-index: -1;
  background: #f2f2f2;
  opacity: 0;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a:hover {
  z-index: 2;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a:hover:after {
  opacity: 1;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a:hover .elementor-icon-list-icon {
  opacity: 1;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right a .elementor-icon-list-icon {
  opacity: 0.3;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right .elementor-icon-list-item:last-child a:after {
  bottom: -15px;
}
.site .elementor-widget-icon-list.elementor-icon-list--layout-traditional.elementor-align-right .elementor-icon-list-text {
  padding: 0;
}
.site .elementor-image-box-wrapper {
  position: relative;
}
.site .elementor-image-box-wrapper .elementor-image-box-img {
  margin: 0;
}
.site .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-image-box-wrapper .elementor-image-box-title {
  margin-top: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-image-box-wrapper .elementor-image-box-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-image-box-wrapper .elementor-image-box-title span {
  color: #ffffff;
  font-size: 50%;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  padding: 2px 12px 5px 12px;
}
.site .elementor-image-box-wrapper .elementor-image-box-description {
  transform: translateY(100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-image-box-wrapper:hover .elementor-image-box-content {
  transform: translateY(-30px);
}
.site .elementor-image-box-wrapper:hover .elementor-image-box-description {
  transform: translateY(0);
}
.site .elementor-widget-image-box.elementor-position-top .elementor-image-box-content {
  bottom: auto;
  top: calc(50% + 10px);
  transform: translateY(-50%);
}
.site .elementor-widget-image-box.elementor-position-top .elementor-image-box-wrapper:hover .elementor-image-box-content {
  transform: translateY(calc(-60%));
}
.site .elementor-widget-image-box.elementor-position-right .elementor-image-box-content {
  padding: 0;
  right: 5%;
  width: auto;
  left: 50%;
  text-align: left;
  bottom: auto;
  top: calc(50% + 10px);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-image-box.elementor-position-right .elementor-image-box-content {
    left: 59.6%;
  }
}
.site .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper:hover .elementor-image-box-content {
  transform: translateY(calc(-60%));
}
.site .elementor-widget-wp-widget-nav_menu h5 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 18px;
}
.site .elementor-widget-wp-widget-nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.site .elementor-widget-wp-widget-nav_menu .menu:after {
  clear: both;
  display: table;
  content: "";
}
.site .elementor-widget-wp-widget-nav_menu .menu li a {
  font-weight: 600;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 15px 40px;
}
.site .elementor-widget-wp-widget-nav_menu .menu li a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: rgba(255, 255, 255, 0.35);
}
.site .elementor-widget-wp-widget-nav_menu .menu li a:after {
  content: "";
  position: absolute;
  width: 8px;
  top: 0;
  right: -8px;
  bottom: 0;
  display: none;
}
.site .elementor-widget-wp-widget-nav_menu .menu li a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.site .elementor-widget-wp-widget-nav_menu .menu li:not(.current-menu-item):not(.current-page-item) a {
  color: rgba(255, 255, 255, 0.7);
}
.site .elementor-widget-wp-widget-nav_menu .menu li:not(.current-menu-item):not(.current-page-item):hover a {
  color: #ffffff;
}
.site .elementor-widget-wp-widget-nav_menu .menu li:not(.current-menu-item):not(.current-page-item):hover a:before {
  background: #ffffff;
}
.site .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item,
.site .elementor-widget-wp-widget-nav_menu .menu li.current-page-item {
  background: #ffffff;
}
.site .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item:hover a,
.site .elementor-widget-wp-widget-nav_menu .menu li.current-page-item:hover a {
  background: #ffffff;
}
.site .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item a:after,
.site .elementor-widget-wp-widget-nav_menu .menu li.current-page-item a:after {
  display: block;
}
.site .elementor-widget-wp-widget-nav_menu .menu li.btn a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 20px 40px 40px;
  padding: 15px;
  text-align: center;
}
.site .elementor-widget-wp-widget-nav_menu .menu li.btn a:before {
  display: none;
}
.site .elementor-widget-wp-widget-nav_menu .menu li.btn:last-child a {
  color: #ffffff;
}
.site .elementor-widget-wp-widget-nav_menu .menu li .sub-menu {
  display: none;
}
.site .elementor-image-gallery .gallery-columns-8 .gallery-item {
  width: 25%;
}
.site .elementor-image-gallery .gallery:hover .gallery-item {
  filter: grayscale(1);
}
.site .elementor-image-gallery .gallery:hover .gallery-item:hover {
  filter: grayscale(0);
  transform: scale(1.2);
  z-index: 3;
}
.site .elementor-widget-image-carousel .swiper-slide {
  cursor: grab;
}
.site .elementor-widget-image-carousel .swiper-slide:active {
  cursor: grabbing;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i {
  opacity: 1;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0.9);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 50%;
}
.site .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before {
  text-shadow: none;
}
.site .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i:after {
  transform: scale(2);
}
@media only screen and (min-width: 769px) {
  .site .elementor-counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.site .elementor-counter .elementor-counter-number-wrapper {
  font-size: 86px;
  line-height: 1;
}
.site .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix:empty {
  display: none;
}
.site .elementor-counter .elementor-counter-title {
  text-align: left;
  font-size: 16px;
  line-height: 1.45;
}
@media only screen and (min-width: 769px) {
  .site .elementor-counter .elementor-counter-title {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.site .elementor-toggle .elementor-toggle-item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  position: relative;
  padding: 25px 40px;
  border: none;
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 18px;
  height: 12px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active:before {
  transform: translateY(-50%) rotate(90deg);
}
.site .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  border: none;
  padding: 0 40px 25px 40px;
}
.site .elementor-toggle .elementor-toggle-item .elementor-toggle-icon {
  display: none;
}
.site .elementor-widget-wp-widget-tag_cloud .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-wp-widget-tag_cloud .elementor-widget-container {
    flex-direction: row;
  }
}
.site .elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.site .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud {
  gap: 15px;
  justify-content: center;
}
.site .elementor-widget-wp-widget-tag_cloud .elementor-widget-container a {
  font-size: 16px !important;
  padding: 5px 22px 4px;
  border: none;
  border-radius: 20px;
}
.site .pp-fancy-heading {
  margin: 0;
}
.site .pp-dual-heading-block .pp-first-text {
  color: #ffffff;
  padding: 0 10px 2px 10px;
}
@media only screen and (min-width: 769px) {
  .site [class*="pp-dual-heading-inline"] .pp-dual-heading {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .site [class*="pp-dual-heading-inline"] .pp-dual-heading .pp-second-text {
    width: calc(50% - 15px);
  }
}
.site [class*="pp-dual-heading-inline"] .pp-dual-heading > a {
  color: inherit;
}
.site [class*="pp-dual-heading-inline"] .pp-dual-heading > a .pp-second-text {
  position: relative;
  padding-right: 35px;
}
.site [class*="pp-dual-heading-inline"] .pp-dual-heading > a .pp-second-text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media only screen and (min-width: 769px) {
  .site [class*="pp-dual-heading-inline"] .pp-dual-heading > a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .site [class*="pp-dual-heading-inline"] .pp-dual-heading > a .pp-second-text {
    display: flex;
    justify-content: end;
  }
}
.site .pp-dual-heading {
  margin: 0;
}
.site .pp-info-list-container .pp-infolist-icon-wrapper {
  background-color: transparent;
}
.site .elementor-widget-pp-info-box.pp-info-box-left .pp-info-box-content {
  padding: 25px 30px 30px;
}
.site .elementor-widget-pp-info-box .pp-info-box-container {
  color: inherit;
}
.site .elementor-widget-pp-info-box .pp-info-box-container:hover .pp-info-box-button {
  color: #ffffff;
  border-color: transparent;
}
.site .elementor-widget-pp-info-box .pp-info-box-icon-wrap {
  flex-shrink: 0;
}
.site .elementor-widget-pp-info-box .pp-info-box-icon {
  display: block;
}
.site .elementor-widget-pp-info-box .pp-info-box-icon i,
.site .elementor-widget-pp-info-box .pp-info-box-icon svg {
  margin-left: auto;
  margin-right: auto;
}
.site .elementor-widget-pp-info-box .pp-info-box-content {
  padding: 25px 10%;
}
.site .elementor-widget-pp-info-box .pp-info-box-content .sub {
  font-size: 14px;
  margin: 25px 0 20px 0;
  opacity: 0.7;
}
.site .elementor-widget-pp-info-box .pp-info-box-content .des {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  opacity: 0.6;
}
.site .elementor-widget-pp-info-box .pp-info-box-content .des + .button {
  margin-top: 35px;
}
.site .elementor-widget-pp-info-box .pp-info-box-content .button {
  display: block;
  padding: 15px 0;
}
.site .elementor-widget-pp-info-box .pp-info-box-content .button.sm {
  padding: 12px 0;
}
.site .elementor-widget-pp-info-box .pp-info-box-title {
  margin: 0;
}
.site .elementor-widget-pp-info-box .pp-info-box-subtitle {
  margin: 0;
}
.site .elementor-widget-pp-info-box .pp-info-box-button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-weight: 500;
  line-height: 18px;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0;
}
.site .elementor-widget-pp-info-box-carousel {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-pp-info-box-carousel .swiper-container-autoheight .swiper-slide {
  height: 100%;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-content {
  padding-right: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-title {
  margin-top: 0;
  padding-top: 20px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-title:before {
  content: counter(my-badass-counter, decimal-leading-zero) ".";
  counter-increment: my-badass-counter;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 84px;
  line-height: 1;
  font-weight: 600;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-subtitle {
  margin-top: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-divider-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-footer .pp-info-box-button {
  color: inherit;
  padding: 0;
  text-align: inherit;
  line-height: 1.4;
  background: none;
  width: 80%;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-footer .pp-info-box-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-footer .pp-info-box-button span {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-content-wrap,
.site .elementor-widget-pp-info-box-carousel .pp-info-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-content-wrap:hover .pp-info-box-footer .pp-info-box-button span,
.site .elementor-widget-pp-info-box-carousel .pp-info-box:hover .pp-info-box-footer .pp-info-box-button span {
  background-size: 100% 100%;
}
.site .elementor-widget-pp-posts .pp-post-wrap .pp-grid-item:hover .pp-post-title a,
.site .elementor-widget-pp-posts .pp-post-wrap .pp-carousel-item:hover .pp-post-title a {
  background-size: 100% 100%;
}
.site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-thumbnail {
  margin: 0;
}
.site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-thumbnail a {
  display: block;
}
.site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-thumbnail a img {
  opacity: 0.7;
}
.site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 25px;
}
.site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-terms a {
  background: #ffffff;
  padding: 2px 8px;
}
.site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-title {
  color: #ffffff;
}
.site .elementor-widget-pp-posts .pp-post-wrap:not(.pp-carousel-item-wrap) .pp-post-meta {
  color: #ffffff;
}
.site .elementor-widget-pp-posts .pp-post-title {
  margin-top: 0;
}
.site .elementor-widget-pp-posts .pp-post-title a {
  background-image: linear-gradient(180deg, transparent 97%, #ffffff 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.site .elementor-widget-pp-posts .pp-post-meta {
  font-size: 13px;
  line-height: 1.2;
}
.site .elementor-widget-pp-posts .pp-post-terms {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.site .elementor-widget-pp-posts .swiper-container-wrap-dots-outside {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.site .elementor-widget-pp-team-member .pp-tm-name {
  margin-top: 0;
}
.site .elementor-widget-pp-team-member-carousel .pp-tm-name {
  margin: 0;
}
.site .elementor-widget-pp-team-member-carousel .pp-tm-description {
  margin-top: 15px;
}
.site .pp-info-list-title {
  margin-bottom: 10px;
}
.site .pp-hotspot-icon .fa-plus:before {
  content: "\ea22";
  font-family: "Nucleo";
  font-weight: normal;
}
.site .pp-contact-form .pp-contact-form-7-title {
  margin-top: 0;
}
.site .pp-contact-form .pp-contact-form-7-description {
  margin-bottom: 40px;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-title {
  margin-top: 0;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-button {
  width: 100%;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table {
  display: flex;
  flex-direction: column;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-head {
  order: 1;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-price-wrap {
  order: 2;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-footer {
  order: 3;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-features {
  order: 4;
}
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper {
  counter-reset: my-badass-counter;
  cursor: grab;
}
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper:active {
  cursor: grabbing;
}
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab {
  padding: 0 65px;
  display: flex;
  align-items: center;
}
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  top: 0;
  width: 0;
}
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab.selected:after {
  width: 100%;
}
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab h2 {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
}
.site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab h2:before {
  content: counter(my-badass-counter) ".";
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  transform: translateY(-50%);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: -1px;
}
.list-style1,
.list-style2,
.list-style3 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.list-style1 li,
.list-style2 li,
.list-style3 li {
  position: relative;
  padding: 0 0 0 47px;
  margin-bottom: 20px;
}
.list-style1 li:before,
.list-style2 li:before,
.list-style3 li:before {
  content: "\ea1d";
  font-family: "Nucleo";
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.list-style1[class*="columns-"] li,
.list-style2[class*="columns-"] li,
.list-style3[class*="columns-"] li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 605px) {
  .list-style1[class*="columns-"],
  .list-style2[class*="columns-"],
  .list-style3[class*="columns-"] {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .list-style1[class*="columns-"] li,
  .list-style2[class*="columns-"] li,
  .list-style3[class*="columns-"] li {
    width: calc(50% - 15px);
    margin-bottom: -10px;
  }
}
.list-style2 li {
  padding-left: 57px;
}
.list-style2 li:before {
  content: "\ea26";
}
.list-style2 li:hover:before {
  content: "\ea35";
}
.list-style2 li:before {
  top: 0;
  transform: none;
}
.list-style3 li:before {
  content: "\ea35";
}
.wpcf7-form.submitting .wpcf7-form-control-wrap {
  opacity: 0.5;
}
.wpcf7-form div.form-row {
  font-size: 15px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.wpcf7-form div.form-row.ui-dropdown .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form div.form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.wpcf7-form div.form-row.ui-grid {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (min-width: 605px) {
  .wpcf7-form div.form-row.ui-grid {
    flex-direction: row;
  }
}
.wpcf7-form div.form-row.ui-grid .field {
  flex: 1 1;
}
.wpcf7-form div.form-row br {
  display: none;
}
.wpcf7-form div.form-row input.wpcf7-form-control,
.wpcf7-form div.form-row select,
.wpcf7-form div.form-row textarea {
  width: 100%;
}
.wpcf7-form div.form-row textarea {
  height: 85px;
}
.wpcf7-form div.form-row .wpcf7-form-control-wrap {
  flex: 1 1;
}
.wpcf7-form div.form-row .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 5px 0 15px 0;
}
.wpcf7-form div.form-row .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form div.form-row .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.wpcf7-form div.form-row .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 21px;
}
.wpcf7-form div.form-row .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 5px 0 15px 0;
}
.wpcf7-form div.form-row .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form div.form-row .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.wpcf7-form div.form-row .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 21px;
}
.wpcf7-form .wpcf7-response-output:last-child {
  margin: 20px 0 0;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
.wpcf7-form .wpcf7-acceptance {
  font-size: 13px;
  display: block;
  margin-top: 20px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.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 {
  display: flex;
}
.wpcf7-form .wpcf7-radio label {
  display: flex;
}
.wpcf7-form input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 21px;
  width: 21px;
  flex-shrink: 0;
  margin-right: 15px;
}
.wpcf7-form input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  height: 21px;
  line-height: 21px;
  width: 21px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.wpcf7-form input[type="checkbox"]:checked {
  opacity: 1;
  background: #000;
}
.wpcf7-form input[type="checkbox"]:checked:after {
  color: #ffffff;
}
.wpcf7-form input[type="checkbox"]:checked:after {
  display: block;
}
.wpcf7-form input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 21px;
  width: 21px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 50%;
}
.wpcf7-form input[type="radio"]:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 6px;
  top: 6px;
  background: #ffffff;
  display: none;
  border-radius: 50%;
}
.wpcf7-form input[type="radio"]: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;
}
.ctform .form-row {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
.ctform .form-row br {
  display: none;
}
@media only screen and (min-width: 604px) {
  .ctform .form-row {
    flex-direction: row;
  }
}
.ctform .form-row label {
  width: 120px;
  flex-shrink: 0;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  font-weight: 500;
}
.ctform .form-row .wpcf7-form-control-wrap {
  flex-grow: 1;
  overflow: hidden;
}
.ctform .form-row .wpcf7-form-control-wrap input.wpcf7-form-control {
  width: 100%;
  font-size: 13px;
  padding: 8px 12px;
  flex-grow: 1;
  background: none;
  border-radius: 0;
}
.ctform .form-row .wpcf7-form-control-wrap input.wpcf7-form-control:not(:focus) {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.ctform .form-row .wpcf7-form-control-wrap textarea {
  margin-top: 15px;
  font-size: 13px;
  border: none;
  flex-grow: 1;
  padding: 0 12px;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px);
  background-size: 100% 30px;
  line-height: 30px;
  height: 61px;
  width: 100%;
  border-radius: 0;
}
.ctform .form-row .wpcf7-form-control-wrap textarea:focus {
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px);
}
@media only screen and (min-width: 605px) {
  .ctform .form-row .wpcf7-form-control-wrap textarea {
    height: 91px;
    margin-top: -1px;
    margin-bottom: 0;
  }
}
.ctform .form-row.note {
  align-items: inherit;
}
.ctform .form-row.note label {
  line-height: 29px;
}
.ctform input[type="submit"] {
  width: 100%;
}
.select2-container .select2-dropdown {
  padding: 10px;
  border: none;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-dropdown .select2-results__options li {
  border-radius: 5px;
}
.select2-container .select2-dropdown[class*="select2-dropdown--"] {
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.select2-container.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  border-radius: 0;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 15px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 15px;
}
.select2-container.select2-container--open .select2-selection .select2-selection__rendered {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.button:not([class*="product_type_"]) {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.button:not([class*="product_type_"]):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_"]).sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.button:not([class*="product_type_"]).lg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.button:not([class*="product_type_"]).outline {
  background: transparent;
}
.button:not([class*="product_type_"]).outline:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 1px solid;
  z-index: -1;
  opacity: 0.45;
}
.button:not([class*="product_type_"]).outline:hover {
  color: #ffffff;
}
.button:not([class*="product_type_"]).outline:hover:after {
  opacity: 0;
}
.button:not([class*="product_type_"]).full {
  width: 100%;
  text-align: center;
  display: block;
}
.gr-btn,
.grBtn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 605px) {
  .gr-btn,
  .grBtn {
    flex-direction: row;
    padding: 0 5px;
  }
}
.gr-btn a,
.grBtn a {
  width: 230px;
}
@media only screen and (min-width: 605px) {
  .gr-btn a,
  .grBtn a {
    margin: 0 -5px;
  }
  .gr-btn a:first-child,
  .grBtn a:first-child {
    clip-path: polygon(0 0, 100% 0, 92.5% 100%, 0% 100%);
  }
  .gr-btn a:last-child,
  .grBtn a:last-child {
    clip-path: polygon(7.5% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.aligncenter .grBtn,
.aligncenter .gr-btn {
  justify-content: center;
}
ul.infoList {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 15px;
  font-size: 13px;
}
ul.infoList li {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
ul.infoList li i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
ul.infoList li strong {
  display: block;
  font-size: 14px;
}
.widget.infoText {
  margin: 0 0 40px 0;
  position: relative;
  z-index: 0;
}
.widget.infoText:before {
  content: "";
  position: absolute;
  height: 10px;
  left: 0;
  right: 0;
  top: -60px;
}
@media only screen and (min-width: 1024px) {
  .widget.infoText {
    z-index: 2;
  }
  .widget.infoText:before {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .widget.infoText {
    margin: 50px 0;
  }
}
.widget.infoText h3.widget-title {
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 7px 0;
}
@media only screen and (min-width: 1281px) {
  .widget.infoText h3.widget-title {
    font-size: 30px;
  }
}
.widget.infoText h2 {
  margin: 0 0 15px -2px;
  font-size: 40px;
  line-height: 1.1;
}
@media only screen and (min-width: 1281px) {
  .widget.infoText h2 {
    font-size: 70px;
    margin-left: -4px;
  }
}
.widget.infoText p {
  font-size: 16px;
}
@media only screen and (min-width: 1281px) {
  .widget.infoText p {
    font-size: 18px;
    width: 70%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .widget.infoText {
    margin: 6.5% 0 30px 0;
  }
  .widget.infoText h3.widget-title {
    font-size: 24px;
  }
  .widget.infoText h2 {
    margin: 0 0 15px -3px;
    font-size: 48px;
    line-height: 1.1;
  }
  .widget.infoText p {
    font-size: 16px;
    width: 100%;
  }
}
ul.infoBox {
  font-size: 14px;
  display: flex;
  line-height: 1.6;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  ul.infoBox {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  ul.infoBox {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1281px) {
  ul.infoBox {
    flex-direction: row;
    margin-bottom: 0;
  }
}
ul.infoBox li {
  position: relative;
  padding: 0 0 0 65px;
  flex: 1 1;
  margin: 0;
}
ul.infoBox li i {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
ul.infoBox li span {
  position: relative;
  padding-left: 10px;
  margin-left: 7px;
}
ul.infoBox li span:before {
  content: "";
  position: absolute;
  top: 3px;
  height: 12px;
  width: 0;
  left: 0;
  border-left: 1px solid;
  opacity: 0.3;
}
ul.infoBox li span:first-child {
  margin: 0;
  padding: 0;
}
ul.infoBox li span:first-child:before {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  ul.infoBox li {
    padding: 0;
  }
  ul.infoBox li i {
    display: none;
  }
  ul.infoBox li span {
    padding-left: 8px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  ul.infoBox li {
    padding-left: 55px;
    font-size: 13px;
  }
  ul.infoBox li i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.helpBox {
  font-size: 13px;
  line-height: 1.4;
  padding: 15px 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.helpBox a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.helpBox img {
  width: 50px;
  margin: 0 20px 0 0;
  border-radius: 50%;
}
.helpBox span {
  display: block;
  margin-bottom: 5px;
}
.widget_text .paoc-popup-link {
  background: #eb4438;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
}
.widget_text .paoc-popup-link:hover {
  color: #ffffff;
}
.mc4wp-form-fields input[type="submit"],
.mc4wp-form-fields input[type="email"] {
  width: 100%;
}
.mc4wp-form-fields .lb-none {
  display: none;
}
.hl {
  position: relative;
}
.hl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  height: 1px;
  z-index: -1;
}
.hr-mb {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hr-mb {
    display: inherit;
  }
}
.star-review {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.star-review span {
  display: flex;
  gap: 2px;
  padding: 7px 18px 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  border-radius: 20px;
}
.star-review a {
  position: relative;
}
.star-review a:after {
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.star-review a:hover:after {
  left: auto;
  right: 0;
  width: 0;
}
.star-review h2,
.star-review h3,
.star-review h4,
.star-review h5,
.star-review h6 {
  margin: 0 5px 0 0;
  font-weight: 600;
  display: none;
}
@media only screen and (min-width: 769px) {
  .star-review h2,
  .star-review h3,
  .star-review h4,
  .star-review h5,
  .star-review h6 {
    display: inline-block;
  }
}
a.paoc-popup-btn {
  padding: 8px 30px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-weight: bold;
  z-index: 1;
  display: flex;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  color: #ffffff;
  border-radius: 20px;
}
a.paoc-popup-btn:before {
  content: "\ea18";
  font-family: "Nucleo";
  font-size: 16px;
  margin-right: 12px;
  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
body .paoc-modal-popup {
  width: 100%;
  flex-basis: 100% !important;
  box-shadow: none;
}
@media only screen and (min-width: 769px) {
  body .paoc-modal-popup {
    width: 600px;
    flex-basis: 600px !important;
  }
}
@media only screen and (min-width: 1281px) {
  body .paoc-modal-popup {
    width: 770px;
    flex-basis: 770px !important;
  }
}
body .paoc-modal-popup .paoc-popup-close {
  top: 0;
  right: 0;
  background-image: none;
  border: none;
  border-radius: 0;
}
body .paoc-modal-popup .paoc-popup-close:before {
  content: "\ea21";
  color: #fff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .paoc-modal-popup .paoc-popup-close svg {
  display: none;
}
body .paoc-modal-popup .paoc-popup-content {
  padding: 20px 30px;
}
body .paoc-modal-popup .wpcf7-form div.form-row input.wpcf7-form-control:not(:focus),
body .paoc-modal-popup .wpcf7-form div.form-row select:not(:focus),
body .paoc-modal-popup .wpcf7-form div.form-row textarea:not(:focus) {
  border-color: rgba(0, 0, 0, 0.1);
}
body .paoc-modal-popup span.wpcf7-form-control-wrap[class*="acceptance"] {
  display: block;
  margin-bottom: 10px;
}
body .paoc-modal-popup .form-row label {
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 0;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-garage {
  font-size: 14px;
  position: relative;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-garage:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-garage .ymm-garage-text {
  line-height: 40px;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-garage .ymm-garage-select {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  float: right;
  width: 65% !important;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-garage br {
  clear: both;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-garage .ymm-remove-from-garage {
  margin: 5px 0 5px 35%;
  display: inline-block;
  font-size: 13px;
  opacity: 0.5;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-garage .ymm-remove-from-garage:hover {
  opacity: 1;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content {
  position: relative;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content .button {
  display: block;
  width: 100%;
  position: static;
  overflow: visible;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content .button:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 116px;
  right: 0;
  width: 50px;
  text-align: center;
  color: #666;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content select {
  z-index: 3;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content select.disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: no-drop;
  opacity: 0.3;
  box-shadow: none;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content:after,
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 50px;
  text-align: center;
  z-index: -1;
  color: #666;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .block-content:after {
  top: 58px;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-search {
  margin: 18px 0 0 0;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-search .ymm-or-search {
  margin-bottom: 7px;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-category-container {
  position: relative;
}
.widget.widget.widget_pektsekye_ymm_selector .ymm-selector.ymm-box .ymm-category-container:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 50px;
  text-align: center;
  z-index: -1;
  color: #666;
}
.widget.ymm-horizontal .ymm-title {
  margin-bottom: 20px;
}
.widget.ymm-horizontal .widget-title {
  color: inherit;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
}
.widget.ymm-horizontal div.ymm-title-right {
  margin: -12px 0 20px 0;
}
.widget.ymm-horizontal .block-content {
  background: #ffffff;
  padding: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 769px) {
  .widget.ymm-horizontal .block-content {
    flex-direction: row;
  }
}
.widget.ymm-horizontal .block-content .button {
  width: 100%;
  height: 80px;
  padding: 0;
  flex-shrink: 0;
  line-height: 80px;
  text-indent: -9999px;
  margin: 0;
  display: block !important;
}
.widget.ymm-horizontal .block-content .button:before {
  content: "\ea03";
  font-family: "Nucleo";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 32px;
}
@media only screen and (min-width: 769px) {
  .widget.ymm-horizontal .block-content .button {
    width: 80px;
  }
}
.widget.ymm-horizontal .block-content .ymm-extra {
  display: none !important;
}
.widget.ymm-horizontal .block-content .level {
  position: relative;
  margin: 0;
  width: 100%;
  float: none;
}
.widget.ymm-horizontal .block-content .level:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 769px) {
  .widget.ymm-horizontal .block-content .level {
    flex: 1 1;
    width: auto;
  }
  .widget.ymm-horizontal .block-content .level:after {
    top: 15px;
    bottom: 15px;
    width: 1px;
    height: auto;
  }
}
.widget.ymm-horizontal .block-content .level:first-child:after {
  display: none;
}
.widget.ymm-horizontal .block-content .level:before {
  content: "\ea4b";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.widget.ymm-horizontal .block-content .level select.ymm-select {
  width: 100%;
  background: none;
  padding: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  border: none;
}
.widget.ymm-horizontal .block-content .level select.ymm-select.disabled {
  background: none !important;
  color: rgba(0, 0, 0, 0.35);
}
body .dgwt-wcas-suggestions-wrapp {
  border: none;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si img {
  background: none;
  border: none;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
  padding: 14px 18px;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores .dgwt-wcas-st {
  font-size: 14px;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp:before {
  content: "\ea55";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier {
  display: none;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  height: 38px;
  background: transparent;
  border-radius: 0;
}
@media only screen and (min-width: 481px) {
  .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 46px;
  }
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder {
  font-style: normal;
  font-weight: 300;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
.dgwt-wcas-search-wrapp.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 12px 20px 12px 45px;
}
/* ============================================================ 
    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 {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
[class*="header-style"].header-transparent {
  position: absolute;
  left: 0;
  right: 0;
}
[class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
[class*="header-style"].header-transparent + .site-content .content-header {
  padding-top: 95px;
}
@media only screen and (min-width: 415px) and (max-width: 768px) {
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-content .content-header {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-content .content-header {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-content .content-header {
    padding-top: 185px;
  }
}
[class*="header-style"].header-transparent .site-header-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
[class*="header-style"] .site-header-inner {
  display: flex;
}
[class*="header-style"] .site-header-inner:after {
  display: none;
}
[class*="header-style"] .header-brand {
  margin: 30px 0;
}
[class*="header-style"] .header-brand a {
  display: flex;
}
@media only screen and (max-width: 991px) {
  [class*="header-style"] .header-brand {
    margin: 20px 0;
    width: 16.666666%;
  }
}
@media only screen and (max-width: 768px) {
  [class*="header-style"] .header-brand {
    margin: 20px 0;
    width: 20%;
  }
}
@media only screen and (max-width: 540px) {
  [class*="header-style"] .header-brand {
    margin: 20px 0;
    width: 25%;
  }
}
[class*="header-style"] .extras {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 801px) {
  [class*="header-style"] .extras {
    gap: 40px;
  }
}
[class*="header-style"] .menu-extras {
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*="header-style"] .header-info-text {
  display: flex;
  font-size: 14px;
}
[class*="header-style"] .header-info-text ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
  line-height: 1.385;
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (min-width: 801px) {
  [class*="header-style"] .header-info-text ul {
    gap: 45px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  [class*="header-style"] .header-info-text ul {
    gap: 20px;
  }
}
[class*="header-style"] .header-info-text ul li i {
  font-size: 18px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
[class*="header-style"] .header-info-text ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
[class*="header-style"] .header-info-text ul li a span {
  display: block;
}
[class*="header-style"] .header-info-text ul li a span.lg {
  font-weight: 600;
}
@media only screen and (min-width: 801px) {
  [class*="header-style"] .header-info-text ul li a span.lg {
    font-size: 16px;
  }
}
[class*="header-style"] .header-info-text ul li a:hover i {
  color: #ffffff;
}
[class*="header-style"] .header-info-text ul li p {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  [class*="header-style"] .header-info-text ul li p {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  [class*="header-style"] .header-info-text ul li p {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  [class*="header-style"] .header-info-text ul li p {
    display: block;
  }
}
[class*="header-style"] .navigator {
  display: none;
}
@media only screen and (min-width: 481px) {
  [class*="header-style"] .navigator {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
[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: 30px;
  }
  [class*="header-style"] .navigator .menu-primary li {
    position: relative;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu {
    list-style: none;
    padding: 30px 35px 15px 35px;
    margin: 0;
    position: absolute;
    left: -35px;
    top: calc(100% + 29px);
    visibility: hidden;
    min-width: 220px;
    opacity: 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 35px;
    top: -30px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li {
    padding: 0;
    margin: 0 0 15px 0;
    transform: translate3d(0, 15px, 0);
    transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.2, 0.8, 0.25, 1);
    opacity: 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    font-weight: normal;
    color: #ffffff;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a:after {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li:hover > a,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current-menu-item > a,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current-menu-parent > a,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current-menu-ancestor > a,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current_page_item > a,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current_page_ancestor > a {
    color: #ffffff;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li:hover > a:before,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current-menu-item > a:before,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current-menu-parent > a:before,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current-menu-ancestor > a:before,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current_page_item > a:before,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.current_page_ancestor > a:before {
    width: 100%;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu {
    left: calc(100% + 38px);
    top: -30px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu:after {
    top: 0;
    right: 100%;
    left: auto;
    width: 40px;
    bottom: 0;
    height: auto;
  }
  [class*="header-style"] .navigator .menu-primary li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary li:hover > .sub-menu > li {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary > li {
    display: flex;
    align-items: center;
  }
  [class*="header-style"] .navigator .menu-primary > li a {
    font-size: 24px;
    line-height: 26px;
    white-space: nowrap;
  }
  [class*="header-style"] .navigator .menu-primary > li > a {
    position: relative;
  }
  [class*="header-style"] .navigator .menu-primary > li > a:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 0;
    height: 1px;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary > li:hover > a:after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1441px) {
  [class*="header-style"] .navigator .menu-primary {
    gap: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  [class*="header-style"] .navigator .menu-primary {
    gap: 20px;
  }
  [class*="header-style"] .navigator .menu-primary > li > a {
    font-size: 18px;
  }
}
[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"] .social-icons {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .social-icons {
    display: flex;
    gap: 10px;
  }
  [class*="header-style"] .social-icons a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  }
  [class*="header-style"] .social-icons a:hover {
    transform: scale(1.1);
  }
}
[class*="header-style"] a[data-target="off-canvas-right"] {
  position: relative;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
[class*="header-style"] a[data-target="off-canvas-right"]:before,
[class*="header-style"] a[data-target="off-canvas-right"]:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  border: 1px solid #ffffff;
  left: 50%;
  top: 16px;
  transform: translate(-50%, -50%);
}
[class*="header-style"] a[data-target="off-canvas-right"]:after {
  top: auto;
  bottom: 14px;
}
[class*="header-style"] a[data-target="off-canvas-right"] span {
  text-indent: -9999px;
  display: inline-block;
}
[class*="header-style"] a[data-target="off-canvas-right"] span:before {
  content: "";
  text-indent: 0;
  border: 1px solid #ffffff;
  height: 2px;
  width: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.header-style1 .site-header-inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-style1 nav.navigator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-style2 .site-header-inner,
.header-style3 .site-header-inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .header-style2 .site-header-inner,
  .header-style3 .site-header-inner {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .header-style2 .header-brand,
  .header-style3 .header-brand {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-style3.header-transparent .site-header-inner:before {
  background: #ffffff;
  top: 0;
  z-index: -1;
  height: auto;
  left: -5%;
  right: -5%;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1025px) {
  .header-style3.header-transparent .site-header-inner {
    padding: 30px 45px;
    top: 30px;
  }
  .header-style3.header-transparent .site-header-inner:before {
    left: 0;
    right: 0;
  }
}
.header-style3 .site-header-inner .header-info-text ul li i {
  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: 9;
  transform: translateY(-100%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-header-sticky.header-style1 {
  background: #ffffff;
}
.site-header-sticky.header-style1:after {
  display: none;
}
.site.scrolling_up .site-header-sticky.active {
  transform: translateY(0);
}
/* ============================================================ 
    3.5. Extras Menu
=============================================================*/
[class*="header-style"] .menu-extras {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 0;
}
[class*="header-style"] .search-box {
  z-index: 2;
  display: none;
}
@media only screen and (min-width: 415px) {
  [class*="header-style"] .search-box {
    display: block;
  }
}
[class*="header-style"] .search-box.active .widget_search {
  visibility: visible;
  opacity: 1;
}
[class*="header-style"] .search-box.active > a {
  opacity: 0;
}
[class*="header-style"] .search-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
[class*="header-style"] .search-box .widget_search {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .search-box .widget_search:after {
  content: "";
  left: -1000px;
  right: -1000px;
  z-index: -1;
  top: -1px;
  bottom: 0;
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
[class*="header-style"] .search-box .search-form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  [class*="header-style"] .search-box .search-form {
    width: 60%;
    margin: 0 auto;
  }
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field {
  background: transparent;
  padding: 20px 0;
  border: none;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field:focus {
  box-shadow: none;
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.35);
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.35);
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.35);
}
[class*="header-style"] .search-box .search-form input[type="search"].search-field:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.35);
}
[class*="header-style"] .search-box .search-form label .screen-reader-text {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
}
[class*="header-style"] .search-box .search-form label .screen-reader-text:before {
  font-size: 16px;
}
[class*="header-style"] .search-box .search-form .search-submit {
  height: 46px;
  width: 46px;
  border: none;
}
[class*="header-style"] .search-box .search-form:hover label .screen-reader-text {
  background: #ffffff;
  color: inherit;
}
[class*="header-style"] .shopping-cart {
  position: relative;
  z-index: 2;
}
[class*="header-style"] .shopping-cart i {
  font-size: 24px;
  top: -1px;
  position: relative;
}
[class*="header-style"] .shopping-cart a.shopping-cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .shopping-cart a.shopping-cart-count {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}
[class*="header-style"] .shopping-cart .icon-cart-count {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
[class*="header-style"] .shopping-cart .cart-total {
  display: none;
}
[class*="header-style"] .shopping-cart .shopping-cart-items-count {
  position: absolute;
  left: 50%;
  top: 13px;
  transform: translateX(-50%);
  font-size: 11px;
  width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
}
[class*="header-style"] .shopping-cart .shopping-cart-items-count:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  background: #000000;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
[class*="header-style"] .shopping-cart .shopping-cart-items-count.no-items {
  display: none;
}
[class*="header-style"] .shopping-cart .shopping-cart-items-count.no-items:after {
  content: "0";
}
[class*="header-style"] .shopping-cart .sub-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .shopping-cart .sub-menu ul.woocommerce-mini-cart li {
  padding-top: 23px;
  padding-bottom: 22px;
}
[class*="header-style"] .shopping-cart .widget_shopping_cart_content {
  width: 297px;
  border: none;
}
[class*="header-style"] .shopping-cart:hover .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
/* ============================================================ 
    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 1px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 415px) {
  .off-canvas-left {
    width: 400px;
  }
}
.off-canvas-left .off-canvas-toggle {
  display: inline-block;
  height: 0;
  width: 0;
}
.off-canvas-left .off-canvas-wrap {
  padding: 45px;
  width: 100%;
  max-height: 100vh;
  max-width: 100%;
  overflow: auto;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle:before {
  content: "\ea21";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a:before {
  display: none;
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:after {
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.off-canvas-left-active .off-canvas-left {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.off-canvas-left-active .site:before {
  visibility: visible;
  opacity: 1;
}
/* ============================================================ 
    3.4.2. Off-Canvas Right/For Mobile Menu
=============================================================*/
.sliding-menu {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background: #ffffff;
  visibility: hidden;
  transform: translateX(100%);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.sliding-menu .off-canvas-wrap {
  height: 100%;
  padding: 30px 10% 80px 10%;
}
.sliding-menu .off-canvas-toggle {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-block;
  z-index: 3;
  margin-left: calc(100% - 45px);
  color: inherit;
}
.sliding-menu .off-canvas-toggle:before {
  content: "\ea21";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.sliding-menu .off-canvas-toggle:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.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: 30%;
  }
}
.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: 1;
}
.menu-sliding {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.menu-sliding > li:first-child {
  border-top: none;
}
.menu-sliding li {
  list-style: none;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-sliding li > .sub-menu,
.menu-sliding li > .children {
  display: none;
}
.menu-sliding li .menu-item-toggle {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-sliding li .menu-item-toggle:after {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.menu-sliding li.menu-item-has-children > a {
  padding-right: 60px;
}
.menu-sliding li.menu-item-expand > .sub-menu,
.menu-sliding li.menu-item-expand > .children {
  display: block;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  margin: 0 0 0 30px;
  padding: 0;
}
.menu-sliding li a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  color: inherit;
}
.menu-sliding li a img {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .sliding-desktop-off a[data-target="off-canvas-right"] {
    display: none;
  }
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:before,
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"] span {
  display: none;
}
.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: 60px;
}
/* ============================================================ 
  11. RTL 
=============================================================*/
.rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.rtl .widget_search .search-form .search-submit,
.rtl .widget_search .search-form label .screen-reader-text {
  right: auto;
  left: 0;
}
.rtl aside {
  float: right;
}
.rtl table thead th,
.rtl table tbody tr td,
.rtl table tbody tr th,
.rtl .site .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper .elementor-image-box-content,
.rtl .site .elementor-counter .elementor-counter-title,
.rtl .site-content .content-header .metaBottom {
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .rtl .alignright {
    float: left;
    clear: left;
    margin: 0 0 30px 30px;
  }
}
@media only screen and (min-width: 769px) {
  .rtl .alignleft {
    float: right;
    clear: right;
    margin: 0 30px 30px 0;
  }
}
.rtl .wpcf7-form,
.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"],
.rtl .wpcf7 input[type="date"] {
  direction: rtl;
  text-align: right;
}
.rtl .wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  left: 20px;
  right: auto;
}
.rtl .wpcf7-form input[type="checkbox"],
.rtl .wpcf7-form input[type="radio"] {
  margin-left: 15px;
  margin-right: 0;
}
.rtl .site-topbar .topbar-text p {
  margin: 0 0 0 25px;
}
.rtl .site-topbar .topbar-text i {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 769px) {
  .rtl .site-topbar .topbar-text > span {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .rtl .site-topbar .menu-top li .sub-menu {
    left: auto;
    right: -30px;
  }
  .rtl .site-topbar .menu-top li .sub-menu li .sub-menu {
    left: auto;
    right: calc(100% + 30px);
  }
  .rtl .site-topbar .menu-top li .sub-menu li .sub-menu:after {
    right: auto;
    left: 100%;
  }
  .rtl .site-topbar .menu-top li .sub-menu li a:before {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 361px) {
  .rtl .site-topbar .social-icons {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu {
    left: auto;
    right: -30px;
  }
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu {
    left: auto;
    right: calc(100% + 38px);
  }
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu:after {
    right: auto;
    left: 100%;
  }
  .rtl [class*="header-style"] .navigator .menu-primary li .sub-menu li a:before {
    right: 0;
    left: auto;
  }
}
.rtl [class*="header-style"] .shopping-cart .sub-menu {
  left: 0;
  right: auto;
}
.rtl.blog-grid .blog-readmore {
  right: auto;
  left: 40px;
}
.rtl .navigation .page-numbers {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .navigation .page-numbers.next {
  float: left;
}
.rtl .post-meta img {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .post-tags a {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .post-tags a:before {
  margin-right: 0;
  margin-left: 3px;
}
@media only screen and (min-width: 769px) {
  .rtl .post-tags a {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .rtl.single:not([class*="sidebar-"]) .alignwide {
    right: -25%;
    left: auto;
  }
}
@media only screen and (min-width: 769px) {
  .rtl.single:not([class*="sidebar-"]) .alignright {
    margin-left: -25%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .rtl.single:not([class*="sidebar-"]) .alignleft {
    margin-right: -25%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .rtl .site-content .wp-block-pullquote.alignright {
    margin-left: -25%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .rtl .site-content .wp-block-pullquote.alignleft {
    margin-left: 40px;
    margin-right: -25%;
  }
}
.rtl .site-content .has-drop-cap:not(:focus)::first-letter {
  margin: 10px 0 10px 20px;
}
.rtl .list-style1 li,
.rtl .list-style2 li,
.rtl .list-style3 li {
  padding: 0 57px 0 0;
}
.rtl .list-style1 li:before,
.rtl .list-style2 li:before,
.rtl .list-style3 li:before {
  left: auto;
  right: 0;
}
.rtl .tagcloud a,
.rtl .wp-block-tag-cloud a {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .tagcloud a:before,
.rtl .wp-block-tag-cloud a:before {
  margin-right: 0;
  margin-left: 3px;
}
.rtl.projects-style1 .project-title,
.rtl .projects-style1 .project-title {
  padding: 28px 0 0 60px;
}
.rtl.projects-style1 .project-client-info,
.rtl .projects-style1 .project-client-info {
  left: 0;
  right: auto;
}
.rtl.projects-style2 .project-client-info,
.rtl .projects-style2 .project-client-info {
  left: auto;
  right: 40px;
}
@media only screen and (min-width: 1025px) {
  .rtl .projects-shortcode .widget-title {
    float: right;
  }
  .rtl .projects-shortcode .widget-title + .projects-filter {
    float: left;
  }
}
.rtl .widget.menu-style1 div > ul > li,
.rtl .widget.menu-style1 > ul > li {
  padding: 0 0 0 15px;
}
.rtl .widget.menu-style1 div > ul > li:nth-of-type(2n),
.rtl .widget.menu-style1 > ul > li:nth-of-type(2n) {
  padding: 0 15px 0 0;
}
@media only screen and (min-width: 769px) {
  .rtl .widget.menu-style1 div > ul > li .sub-menu > li,
  .rtl .widget.menu-style1 > ul > li .sub-menu > li {
    padding-left: 0;
    padding-right: 30px;
  }
  .rtl .widget.menu-style1 div > ul > li .sub-menu > li:before,
  .rtl .widget.menu-style1 > ul > li .sub-menu > li:before {
    right: 0;
    left: auto;
  }
}
.rtl .site-footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
  left: 8px;
  right: auto;
}
@media only screen and (min-width: 1025px) {
  .rtl .site-footer .footer-copyright .go-to-top a {
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 769px) {
  .rtl .site-footer .footer-copyright .go-to-top + .copyright-bar {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .rtl .site-footer .footer-copyright .social-icons {
    left: 0;
    right: auto;
  }
}
.rtl .sliding-menu .off-canvas-toggle {
  margin-left: 0;
  margin-right: calc(100% - 45px);
}
.rtl .menu-sliding li.menu-item-has-children > a {
  padding-left: 60px;
  padding-right: 0;
}
.rtl .menu-sliding li .menu-item-toggle {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.rtl .menu-sliding li .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.rtl .menu-sliding li .sub-menu,
.rtl .menu-sliding li .children {
  margin: 0 30px 0 0;
}
.rtl .widget_shopping_cart_content .woocommerce-mini-cart li {
  padding: 20px 60px 20px 30px;
}
.rtl .widget_shopping_cart_content .woocommerce-mini-cart li img {
  right: 0;
  left: auto;
}
.rtl .widget_shopping_cart_content .woocommerce-mini-cart .remove {
  left: 0;
  right: auto;
}
.rtl .woocommerce-ordering:before {
  right: auto;
  left: 15px;
}
@media only screen and (min-width: 992px) {
  .rtl .woocommerce-cart-form {
    float: right;
    padding-left: 40px;
    padding-right: 0;
  }
}
.rtl .woocommerce-cart-form .shop_table td {
  padding: 20px 0 20px 20px;
}
.rtl .woocommerce-cart-form .shop_table td:last-child {
  padding-left: 0;
}
.rtl .woocommerce-cart-form .shop_table .product-name {
  padding-left: 10px;
  padding-right: 0;
}
.rtl .woocommerce-cart-form .shop_table .actions .coupon:before {
  right: 20px;
  left: auto;
}
.rtl .woocommerce-cart-form .shop_table .actions .coupon .button {
  right: auto;
  left: 5px;
}
.rtl .woocommerce-cart-form .shop_table .actions .coupon input[type="text"] {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .products li.product:before {
  left: 0;
  right: auto;
}
.rtl .products li.product .woocommerce-loop-product__link .price .customF {
  left: auto;
  right: 0;
}
.rtl .products li.product .woocommerce-loop-product__link span.onsale {
  left: 0;
  right: auto;
  transform: rotate(-90deg);
}
.rtl .products li.product .woocommerce-loop-product__link span.onsale + img + .woocommerce-loop-product__title,
.rtl .products li.product .woocommerce-loop-product__link span.onsale + img + noscript + .woocommerce-loop-product__title {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .products li.product .button {
  right: auto;
  left: 30px;
}
.rtl .woocommerce-pagination ul.page-numbers li .page-numbers {
  margin-left: 10px;
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .rtl .product .images {
    float: right;
  }
}
.rtl .product .images .woocommerce-product-gallery__trigger {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .rtl .product .summary {
    float: left;
    clear: left;
  }
}
.rtl .product .summary .product_title {
  margin: 0 0 15px 55px;
}
.rtl .product > .onsale {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 769px) {
  .rtl .product > .onsale {
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .rtl .cart-collaterals {
    float: left;
    padding-right: 40px;
    padding-left: 0;
  }
}
.rtl .cart-collaterals .cart_totals .shop_table tr td {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .rtl.woocommerce-cart .woocommerce:before {
    left: 40%;
    right: auto;
  }
}
.rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td.product-total,
.rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order,
  .rtl.woocommerce-checkout .woocommerce-checkout #order_review_heading {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .rtl.woocommerce-checkout .woocommerce-checkout #customer_details {
    float: right;
    padding-right: 0;
    padding-left: 60px;
  }
}
.rtl .woocommerce .form-row .select2-container .select2-selection .select2-selection__arrow {
  right: auto;
  left: 20px;
}
.rtl.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th {
  text-align: right;
}
.rtl .checkout_coupon p.form-row.form-row-last {
  right: auto;
  left: 5px;
}
.rtl .checkout_coupon:before {
  right: 20px;
  left: auto;
}
.rtl .checkout_coupon p.form-row.form-row-first input[type="text"].input-text {
  padding-left: 0;
  padding-right: 20px;
}
.rtl #site .swiper-pagination {
  left: 0;
  right: auto;
}
.rtl #site .pp-slider-arrow {
  left: auto;
  right: 60px;
}
.rtl #site .pp-slider-arrow.swiper-button-next {
  right: 0;
  left: auto;
}
.rtl .site [class*="pp-dual-heading-inline"] .pp-dual-heading > a .pp-second-text {
  padding-right: 0;
  padding-left: 35px;
}
.rtl .site [class*="pp-dual-heading-inline"] .pp-dual-heading > a .pp-second-text:before {
  left: 0;
  right: auto;
  transform: translateY(-50%) rotateY(180deg);
}
.rtl .site .wp-block-themepunch-revslider .tp-tabs.custom-tab .tp-tabs-inner-wrapper .tp-tab h2:before {
  left: auto;
  right: 0;
}
.rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box-title:before {
  left: 0;
  right: auto;
}
.rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box-content {
  padding-left: 80px;
  padding-right: 0;
}
.rtl .site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 769px) {
  .rtl .site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    right: 50px;
  }
}
.rtl .site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-title {
  padding-right: 105px;
  padding-left: 30px;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .rtl .site .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-title {
    padding-right: 140px;
    padding-left: 50px;
  }
}
.rtl .site .elementor-widget-wp-widget-nav_menu .menu li a:before {
  left: 40px;
  right: auto;
  transform: translateY(-50%) rotateY(180deg);
}
.rtl .site .mq {
  animation: 50s linear infinite mqrtl;
  direction: ltr;
}
.rtl .site .mq:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
@media only screen and (min-width: 605px) {
  .rtl .gr-btn,
  .rtl .grBtn {
    flex-direction: row-reverse;
  }
}
