/*!
Theme Name: Good Looking Blog 
Theme URI: https://glthemes.com/wordpress-theme/good-looking-blog/
Author: Good Looking Themes
Author URI: https://glthemes.com/
Description: Good Looking Blog is a fast, elegant, customizable specifically made for blog websites. Made with SEO in mind, the theme is also very lightweight meaning search engines will love your site. The theme is WooCommerce compatible, RTL and translation-ready, accessibility-ready, and has loads of website elements to attract and engage your audience to your blog site. You can easily configure Newsletter section and Instagram section to retain your visitors, generate leads and showcase your Instagram posts. Other theme features include: highly responsive and mobile-friendly, Sidebar Layouts, customizable Widgets, comprehensive documentation, excellent support, regular updates and Gutenberg support. If you're looking for a fast, beautiful, and highly customizable WordPress theme for blog websites, this theme is perfect for you. Don't want to take our word for it? Try out the demo here: https://demo.glthemes.com/good-looking-blog/. If you have further issues regarding the theme, please check out the theme documentation: https://glthemes.com/documentation/good-looking-blog or leave an enquiry at our Support page: https://glthemes.com/support/.
Version: 1.0.2
Requires at least: 4.7
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: good-looking-blog
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets,custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, rtl-language-support, theme-options, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Good Looking Blog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: var(--glt-primary-font);
  font-size: 18px;
  font-weight: 400;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

article figure {
  margin: 0;
}

img, svg, iframe {
  vertical-align: top;
}

:root {
  --glt-primary-color: #FF486A;
  --glt-secondary-color: #32B9A5;
  --glt-primary-font: Playfair Display, serif;
  --glt-secondary-font: Montserrat, sans-serif;
  --logo-width: 190px;
}

.cat1 {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: var(--glt-primary-color);
}

.cat3 {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #414042;
}

.article-meta .article-meta-span, .article-meta .article-meta-span .social-links li a, .auth-details .author-desc, .auth-details .author-details, .auth-details .comments, .post-navigation.pagination .nav-links, .post-navigation.pagination .nav-links .nav-previous,
.post-navigation.pagination .nav-links .post, .post-navigation.pagination .nav-links .pagination-details, .additional-post .section-grid, .page-grid, .comments-area .comment-meta, .comments-area .reply, .comments-area .comment-respond .comment-form .form-grid, .widget.widget-trending-posts, #secondary .widget.widget_calendar .wp-calendar-nav, .site-header .header-wrapper, .site-header .header-wrapper .nav-wrap, .site-header .header-wrapper .header-left, .site-header .header-wrapper .nav-menu, .site-header .header-wrapper .header-right, .site-header .header-wrapper .header-right .social-links, .mobile-header .mob-nav-site-branding-wrap, .mobile-header .header-bottom-slide-inner .social-links, .mobile-header .header-bottom-slide-inner .mobile-header-wrap, .mobile-social-wrap, .mobile-social-wrap .social-links, .header-search-form .search-form, .site-footer .footer-top .grid .col section .widget_tags ul, .site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form label, .site-footer .footer-top .grid .col section .social-links, .site-footer .footer-top .grid .col section .social-links li a, .site-footer .footer-bottom .container, .site-footer .footer-bottom .container .footer-bottom-menu ul, .site-footer .widget.widget_calendar .wp-calendar-nav, section.newsletter-section .dt-newsletter-wrapper, section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper, section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form, section.newsletter-section .right-wrapper, .woocommerce-checkout form.checkout_coupon .form-row .checkout-form-wrapper, .archive.rightsidebar .content-wrap-main, .archive.masonary .site-main .content-wrap-main, .author-section .author-wrapper, .author-section .author-wrapper .author-wrap .author-social ul, .author.masonary .site-main .content-wrap-main, .author.rightsidebar .content-wrap-main, .search.masonary .site-main .content-wrap-main, .search.search-no-results .search-form, .single-post .content-area .site-main .post-image .entry-header .auth-details .comments, .single-post .content-area .site-main .content-wrap, .error404 .not-found .error404-search .search-form, .page-template-contact .contact-main-wrap, .page-template-contact .contact-wrapper .contact-info-wrap .icon, .page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper li,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper li,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper li, .contact-form-wrapper .form-wrap .contact-form-grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget.widget_social_feeds .social-links li a {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.article-meta {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 80px;
  top: 38px;
  height: 100%;
}

@media (max-width: 767px) {
  .article-meta {
    position: fixed;
    bottom: 0;
    top: unset !important;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 99;
    height: auto;
  }
}

.article-meta .article-meta-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.article-meta .article-meta-span {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .article-meta .article-meta-span {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.article-meta .article-meta-span .social-links {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .article-meta .article-meta-span .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
  }
}

.article-meta .article-meta-span .social-links li {
  margin-bottom: 20px;
}

.article-meta .article-meta-span .social-links li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  width: 39px;
  height: 39px;
}

.article-meta .article-meta-span .social-links li a svg {
  width: 15px;
  height: 15px;
  margin-top: 7px;
}

.article-meta .article-meta-span .social-links li a:hover {
  background-color: var(--glt-primary-color);
}

.article-meta .article-meta-span .social-links li a:hover path {
  fill: #ffffff;
}

.auth-details {
  font-family: var(--glt-secondary-font);
}

.auth-details .author-desc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.778em;
  font-weight: 500;
  line-height: 1;
}

.auth-details .author-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .auth-details .author-details {
    width: auto;
  }
}

.auth-details .author-details img {
  width: 28px;
  height: 28px;
  border: 1px solid #696969;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.auth-details .author-details .author-name {
  margin-left: 6px;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .auth-details .author-details .author-name {
    border-right: 0px;
  }
}

.auth-details .date {
  margin-right: 14px;
}

.auth-details .date a {
  color: #808184;
}

.auth-details .comments {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 10px;
  border-left: 1px solid #000000;
}

.auth-details .comments span {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.dropdown {
  float: left;
  color: #000000;
  font-family: var(--glt-primary-color);
  font-size: 6.056em;
  line-height: 0.8;
  font-weight: 600;
  margin: 0 15px 28px 0;
}

.section-header .section-title {
  font-family: var(--glt-secondary-font);
  font-size: 1.667em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 1440px) {
  .section-header .section-title {
    font-size: 1.556em;
  }
}

@media (max-width: 1024px) {
  .section-header .section-title {
    font-size: 1.444em;
  }
}

@media (max-width: 767px) {
  .section-header .section-title {
    margin-bottom: 50px;
    font-size: 1.333em;
  }
}

.section-header .section-title::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  height: 1.5px;
  width: 63px;
  left: 0;
  bottom: -14px;
}

.site-main .entry-content ul,
.site-main .entry-content ol {
  margin: 0;
  padding-left: 16px;
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
  color: #58595b;
  margin-bottom: 20px;
}

.site-main .entry-content ul li,
.site-main .entry-content ol li {
  position: relative;
}

.site-main .entry-content ul li::before,
.site-main .entry-content ol li::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.344' height='9.413' viewBox='0 0 5.344 9.413'%3E%3Cpath id='Path_20' data-name='Path 20' d='M1163.323,5568.983l3.813,4.25-4.138,3.75' transform='translate(-1162.292 -5568.277)' fill='none' stroke='%23ff486a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 8px;
  width: 4px;
}

.site-main .entry-content ul li::before ol,
.site-main .entry-content ol li::before ol {
  margin-top: 15px;
  margin-bottom: 0;
}

.site-main .entry-content ol li {
  counter-increment: olCount;
  padding-left: 30px;
}

.site-main .entry-content ol li::before {
  background-image: unset;
  content: counter(olCount) ".";
  position: absolute;
  top: 4px;
  left: 10px;
}

.post-navigation {
  margin: 53px 0 0;
  padding: 34px 0 0;
  border-top: 1px solid rgba(208, 210, 211, 0.5);
}

.post-navigation .meta-nav {
  font-size: 0.889em;
  font-weight: 500;
  line-height: 1.75;
  color: #6d6e71;
  cursor: pointer;
  max-width: auto;
  max-height: auto;
}

.post-navigation.pagination .nav-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .post-navigation.pagination .nav-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.post-navigation.pagination .nav-links a {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.post-navigation.pagination .nav-links a:hover {
  color: var(--glt-primary-color);
}

.post-navigation.pagination .nav-links .nav-next,
.post-navigation.pagination .nav-links .nav-previous {
  width: 43%;
}

@media (max-width: 767px) {
  .post-navigation.pagination .nav-links .nav-next,
  .post-navigation.pagination .nav-links .nav-previous {
    width: 100%;
  }
}

.post-navigation.pagination .nav-links .nav-next .meta-nav,
.post-navigation.pagination .nav-links .nav-previous .meta-nav {
  position: relative;
  display: inline;
}

.post-navigation.pagination .nav-links .nav-next .meta-nav:hover,
.post-navigation.pagination .nav-links .nav-previous .meta-nav:hover {
  color: var(--glt-primary-color);
}

.post-navigation.pagination .nav-links .nav-next .meta-nav:hover::after,
.post-navigation.pagination .nav-links .nav-previous .meta-nav:hover::after {
  width: 80px;
}

.post-navigation.pagination .nav-links .nav-previous,
.post-navigation.pagination .nav-links .post {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.post-navigation.pagination .nav-links .nav-previous img,
.post-navigation.pagination .nav-links .nav-previous svg,
.post-navigation.pagination .nav-links .post img,
.post-navigation.pagination .nav-links .post svg {
  border-radius: 15px;
}

.post-navigation.pagination .nav-links .pagination-details {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 19px 26px;
}

.post-navigation.pagination .nav-links .pagination-details .entry-header {
  position: unset;
}

.post-navigation.pagination .nav-links .pagination-details .entry-header .entry-title {
  margin: 0;
  font-size: 1em;
}

.post-navigation.pagination .nav-links .nav-next {
  text-align: right;
  float: right;
  margin-left: auto;
}

@media (max-width: 767px) {
  .post-navigation.pagination .nav-links .nav-next {
    float: unset;
    width: 100%;
  }
}

.post-navigation.pagination .nav-links .nav-next .post {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.post-navigation.pagination .nav-links .nav-next .post img,
.post-navigation.pagination .nav-links .nav-next .post svg rect {
  border-radius: 15px;
}

.post-navigation.pagination .nav-links .post-thumbnail {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 132px;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
}

@media (max-width: 1024px) {
  .post-navigation.pagination .nav-links .post-thumbnail {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
}

@media (max-width: 1024px) {
  .post-navigation.pagination .nav-links .post-thumbnail {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
  }
}

.navigation.pagination {
  text-align: center;
  margin-top: 40px;
}

.navigation.pagination .page-numbers {
  position: relative;
  height: 45px;
  width: 45px;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  margin: 0 3px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
  text-indent: -9999px;
}

.navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
  background-color: var(--glt-primary-color);
}

.navigation.pagination .page-numbers.next::after, .navigation.pagination .page-numbers.prev::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.201' height='11.519' viewBox='0 0 6.201 11.519'%3E%3Cpath id='Path_135' data-name='Path 135' d='M681.481,5207.76l4.134,5.072-4.134,5.192' transform='translate(-680.698 -5207.128)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation.pagination .page-numbers.prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 40%;
  top: 44%;
}

.navigation .nav-links {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
  color: #fff;
  border-radius: 11px;
  padding: 18px 35.5px;
  font-family: var(--glt-secondary-font);
  border: 1px solid var(--glt-primary-color);
  font-size: 1em;
  font-weight: 500;
  background: var(--glt-primary-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation .nav-links .nav-next a:hover,
.navigation .nav-links .nav-previous a:hover {
  color: var(--glt-primary-color);
  background: transparent;
}

.additional-post {
  padding-top: 43px;
  margin-top: 10px;
  border-top: 1px solid rgba(208, 210, 211, 0.5);
}

.additional-post .post .auth-details .author-details .author-name,
.additional-post .date {
  border-color: #808184;
}

.additional-post img,
.additional-post svg {
  border-radius: 15px;
}

.additional-post p {
  margin-bottom: 20px;
}

.additional-post .post-title {
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-family: var(--glt-secondary-color);
  font-weight: 500;
  margin-bottom: 56px;
}

@media (max-width: 1440px) {
  .additional-post .post-title {
    font-size: 1.22em;
    line-height: 1.250em;
  }
}

@media (max-width: 1024px) {
  .additional-post .post-title {
    font-size: 1.222em;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .additional-post .post-title {
    font-size: 1.222em;
    margin-bottom: 30px;
  }
}

.additional-post .post-title::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.additional-post .section-grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 51px;
}

@media (max-width: 767px) {
  .additional-post .section-grid {
    grid-gap: 30px;
  }
}

.additional-post .section-grid .post {
  position: relative;
  width: calc(50% - 26px);
}

@media (max-width: 767px) {
  .additional-post .section-grid .post {
    width: 100%;
    grid-gap: 20px;
  }
}

.additional-post .section-grid .entry-meta {
  position: absolute;
  top: 52%;
  left: 30px;
}

@media (max-width: 1440px) {
  .additional-post .section-grid .entry-meta {
    top: 42%;
  }
}

@media (max-width: 767px) {
  .additional-post .section-grid .entry-meta {
    top: 50%;
  }
}

.additional-post .section-grid .entry-header {
  padding: 30px;
}

@media (max-width: 1440px) {
  .additional-post .section-grid .entry-header {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .additional-post .section-grid .entry-header {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .additional-post .section-grid .entry-header .author-desc .author-details, .additional-post .section-grid .entry-header .author-desc .date {
    margin-bottom: 0;
  }
}

.additional-post .section-grid .entry-header .entry-details a:hover {
  color: var(--glt-primary-color);
}

.additional-post .section-grid .entry-header .date a,
.additional-post .section-grid .entry-header .comments {
  color: #929497;
}

@media (max-width: 600px) {
  .additional-post .section-grid .entry-header .date a,
  .additional-post .section-grid .entry-header .comments {
    margin-top: 7px;
  }
}

.sponser-section .desc {
  color: #58595b;
  font-size: 1em;
  margin-bottom: 20px;
}

.sponser-section .sponser-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 767px) {
  .sponser-section .sponser-wrap .sponser-image {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .sponser-section .sponser-wrap {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .sponser-section .sponser-wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

.sponser-section .sponser-wrap img {
  width: unset;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.sponser-section .sponser-wrap img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.default {
  margin-bottom: 40px;
}

.default .posts-navigation .nav-links .nav-previous {
  float: right;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .default .posts-navigation .nav-links .nav-previous {
    margin-bottom: 8px;
  }
}

.default .posts-navigation .nav-links .nav-next {
  float: left;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .default .posts-navigation .nav-links .nav-next {
    margin-bottom: 8px;
  }
}

.default .posts-navigation .nav-links a {
  display: inline-block;
}

@media (max-width: 767px) {
  .default .posts-navigation .nav-links a {
    padding: 9px 18.5px;
  }
}

.page-grid {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 53px;
}

@media (max-width: 1024px) {
  .page-grid {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-grid #secondary section.widget:last-child {
  margin-bottom: 0;
}

.site-main {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

#secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.977%;
          flex: 0 0 30.977%;
  max-width: 30.977%;
}

@media (max-width: 1024px) {
  #secondary {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.leftsidebar .page-grid {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .leftsidebar .page-grid {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: var(--glt-primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

li {
  list-style: none;
}

section[class*="-section"] {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  section[class*="-section"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--glt-primary-font);
}

h1 {
  font-size: 2.667em;
  line-height: 1.8;
  font-weight: 600;
}

@media (max-width: 1440px) {
  h1 {
    font-size: 2.000em;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 1.778em;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.778em;
  }
}

h2 {
  font-size: 1.667em;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 1440px) {
  h2 {
    font-size: 1.556em;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 1.556em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.333em;
  }
}

h3 {
  font-size: 1.333em;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 1440px) {
  h3 {
    font-size: 1.22em;
    line-height: 1.250em;
  }
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.222em;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.222em;
  }
}

h4 {
  font-size: 1.111em;
  line-height: 1.4em;
}

p {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  line-height: 1.77778;
}

span {
  font-family: var(--glt-secondary-font);
}

.entry-content h1 {
  font-family: var(--glt-secondary-font);
  font-size: 2.667em;
}

.entry-content h2 {
  font-family: var(--glt-secondary-font);
  font-size: 1.667em;
}

.entry-content h3 {
  font-family: var(--glt-secondary-font);
  font-size: 1.333em;
}

.entry-content h4 {
  font-family: var(--glt-secondary-font);
}

.entry-content h5 {
  font-family: var(--glt-secondary-font);
}

.entry-content h6 {
  font-family: var(--glt-secondary-font);
}

.container {
  max-width: 1470px;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}

@media (max-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 420px;
  }
}

.primary-btn {
  color: #fff;
  border-radius: 11px;
  padding: 18px 35.5px;
  font-family: var(--glt-secondary-font);
  border: 1px solid var(--glt-primary-color);
  font-size: 1em;
  font-weight: 500;
  background: var(--glt-primary-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  color: #ffffff;
  background: var(--glt-secondary-color);
  border: 1px solid var(--glt-secondary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.secondary-btn {
  border: 1px solid var(--glt-secondary-color);
  background-color: var(--glt-secondary-color);
}

.secondary-btn:hover {
  background: var(--glt-primary-color);
  border: 1px solid var(--glt-primary-color);
}

.video-control-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-control-btn:hover {
  background-color: var(--glt-primary-color);
}

.video-control-btn:hover svg path {
  fill: #ffffff;
}

button,
input[type="submit"],
input[type="button"] {
  background-color: var(--glt-primary-color);
  color: #ffffff;
  cursor: pointer;
}

#wp-custom-header-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-custom-header-video-button {
  position: relative;
  right: 25px;
  bottom: 25px;
  text-indent: 9999px;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  visibility: collapse;
  z-index: 11;
}

.wp-custom-header-video-button.wp-custom-header-video-pause {
  visibility: visible;
  content: "";
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'/%3E%3C/svg%3E") center center no-repeat;
}

.wp-custom-header-video-button.wp-custom-header-video-play {
  visibility: visible;
  content: "";
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z'/%3E%3C/svg%3E") center center no-repeat;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

select {
  max-width: 100%;
}

::-webkit-input-placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

:-ms-input-placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

::-ms-input-placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

::placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

.wp-caption-text {
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  font-size: 0.667em;
  line-height: 2.3333333;
  text-align: center;
  color: #a6a8ab;
}

blockquote {
  background-color: #F9F9F9;
  position: relative;
  margin: 0;
  padding: 40px 45px;
  border-left: 4.55px solid var(--glt-primary-color);
}

@media (max-width: 767px) {
  blockquote {
    padding: 30px;
  }
}

blockquote::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.031' height='42.869' viewBox='0 0 51.031 42.869'%3E%3Cg id='Group_53' data-name='Group 53' transform='translate(-978.264 -2826.5)'%3E%3Cg id='Group_51' data-name='Group 51'%3E%3Cpath id='Path_7' data-name='Path 7' d='M1016.168,2848.623a13.159,13.159,0,0,1-6.655-4.5,11.112,11.112,0,0,1-2.249-6.793,10.363,10.363,0,0,1,3.213-7.665,10.7,10.7,0,0,1,7.8-3.167,10.3,10.3,0,0,1,7.849,3.4q3.166,3.4,3.167,9.18,0,8.171-5.278,16.432t-16.753,13.861v-8.445A20.62,20.62,0,0,0,1016.168,2848.623Z' fill='%23eaeaea'/%3E%3C/g%3E%3Cg id='Group_52' data-name='Group 52'%3E%3Cpath id='Path_8' data-name='Path 8' d='M987.168,2848.623a13.159,13.159,0,0,1-6.655-4.5,11.112,11.112,0,0,1-2.249-6.793,10.363,10.363,0,0,1,3.213-7.665,10.7,10.7,0,0,1,7.8-3.167,10.3,10.3,0,0,1,7.849,3.4q3.167,3.4,3.167,9.18,0,8.171-5.278,16.432t-16.753,13.861v-8.445A20.62,20.62,0,0,0,987.168,2848.623Z' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 25px;
  bottom: 34px;
  width: 51px;
  height: 42px;
}

blockquote p {
  margin-bottom: 0 !important;
  font-weight: 500;
  font-style: italic;
  color: #58595B;
}

blockquote cite {
  color: #000000;
  font-weight: 500;
  font-style: italic;
  font-family: var(--glt-secondary-font);
  margin-top: 23px;
  display: block;
}

#primary .post .entry-content table, #primary .page .entry-content table {
  font-family: var(--glt-secondary-font);
  border-collapse: collapse;
  text-align: left;
  padding: 20px;
}

#primary .post .entry-content table thead tr, #primary .page .entry-content table thead tr {
  border-bottom: 1px solid #f9f9f9;
}

#primary .post .entry-content table thead tr th, #primary .page .entry-content table thead tr th {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5556;
  padding: 18px 21px;
}

#primary .post .entry-content table tbody tr td, #primary .page .entry-content table tbody tr td {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5556;
  color: #58595B;
  padding: 18px 21px;
}

#primary .post .entry-content table tbody tr:nth-of-type(odd), #primary .page .entry-content table tbody tr:nth-of-type(odd) {
  background-color: #efefef;
}

#primary .post .entry-content table tbody tr:nth-of-type(even), #primary .page .entry-content table tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.breadcrumb-wrapper {
  font-family: var(--glt-secondary-font);
  font-size: 0.889em;
  color: #58595B;
  font-weight: 500;
  margin-bottom: 40px;
}

.breadcrumb-wrapper #crumbs {
  letter-spacing: 0.02em;
}

.breadcrumb-wrapper #crumbs a, .breadcrumb-wrapper #crumbs .seperator {
  padding: 1px;
}

.breadcrumb-wrapper #crumbs a:hover, .breadcrumb-wrapper #crumbs .seperator:hover {
  color: #000000;
}

.breadcrumb-wrapper .current a {
  cursor: default;
  pointer-events: none;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
  margin-bottom: 30px;
}

.comments-area {
  margin-top: 53px;
  font-family: var(--glt-secondary-font);
}

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol li ol {
  padding-left: 120px;
  padding-top: 47px;
}

.comments-area ol.children .comment-author-image {
  position: relative;
}

.comments-area ol.children .comment-author-image::after {
  position: absolute;
  content: "";
  background-color: #d0d2d3;
  height: 2px;
  width: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -75px;
}

@media (max-width: 767px) {
  .comments-area ol.children .comment-author-image::after {
    content: none;
  }
}

.comments-area .comment.even.parent > .comment-body .comment-author-image {
  position: relative;
}

.comments-area .comments-title {
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  margin-bottom: 56px;
}

.comments-area .comments-title::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.comments-area .comment-author.vcard img {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .comments-area .comment-author.vcard img {
    width: 45px;
    height: 45px;
  }
}

.comments-area .says {
  display: none;
}

.comments-area .author-details-wrap {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 26px;
}

@media (max-width: 767px) {
  .comments-area .author-details-wrap {
    padding-left: 15px;
  }
}

.comments-area .fn,
.comments-area .comment-meta-data {
  font-size: 1.333em;
  font-weight: 500;
}

.comments-area .fn a,
.comments-area .comment-meta-data a {
  line-height: 1.6667;
}

.comments-area .fn a:hover,
.comments-area .comment-meta-data a:hover {
  color: var(--glt-primary-color);
  text-decoration: underline;
}

.comments-area .comment-meta-data {
  font-size: 0.833em;
}

.comments-area .comment-meta-data a {
  color: #929497;
}

.comments-area .comment-content {
  font-weight: 400;
  padding-top: 15px;
  font-size: 0.889em;
  color: #58595b;
}

@media (max-width: 1024px) {
  .comments-area .comment-content {
    padding-top: 2px;
  }
}

.comments-area .comment-content p {
  line-height: 1.75em;
  margin-bottom: 09px;
}

.comments-area .reply {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.889em;
}

.comments-area .reply svg {
  vertical-align: middle;
}

.comments-area .reply .comments {
  margin-right: 26px;
}

.comments-area .reply .comment-reply-link {
  position: relative;
}

.comments-area .reply .comment-reply-link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -32px;
  background-color: #000000;
  height: 1px;
  width: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.comments-area .reply .comment-reply-link:hover {
  color: var(--glt-primary-color);
}

.comments-area .reply .comment-reply-link:hover::after {
  right: -42px;
  background-color: var(--glt-primary-color);
}

.comments-area .comments-list li .children {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .comments-area .comments-list li .children {
    padding-left: 30px;
  }
}

.comments-area .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}

.comments-area .comment-respond .comment-reply-title {
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-family: --glt-secondary-font;
  font-weight: 500;
  margin-bottom: 35px;
}

.comments-area .comment-respond .comment-reply-title::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.comments-area .comment-respond .comment-reply-title small {
  margin-left: 25px;
}

.comments-area .comment-respond .comment-reply-title small a:hover {
  color: var(--glt-primary-color);
}

.comments-area .comment-respond .comment-form {
  font-size: 1em;
  font-family: var(glt-secondary-font);
}

.comments-area .comment-respond .comment-form ::-webkit-input-placeholder {
  font-family: var(glt-secondary-font);
}

.comments-area .comment-respond .comment-form :-ms-input-placeholder {
  font-family: var(glt-secondary-font);
}

.comments-area .comment-respond .comment-form ::-ms-input-placeholder {
  font-family: var(glt-secondary-font);
}

.comments-area .comment-respond .comment-form ::placeholder {
  font-family: var(glt-secondary-font);
}

.comments-area .comment-respond .comment-form .comment-notes {
  display: none;
}

.comments-area .comment-respond .comment-form p:not(.comment-form-cookie-consent) {
  margin-top: 27px;
}

@media (max-width: 767px) {
  .comments-area .comment-respond .comment-form p:not(.comment-form-cookie-consent) {
    margin-bottom: 1em;
  }
}

.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form input[type="email"],
.comments-area .comment-respond .comment-form textarea {
  background-color: #f9f9f9;
  border: 0;
}

.comments-area .comment-respond .comment-form textarea {
  padding: 27px 30px;
}

.comments-area .comment-respond .comment-form .form-grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 30px;
}

@media (max-width: 1440px) {
  .comments-area .comment-respond .comment-form .form-grid {
    grid-gap: 1em;
  }
}

.comments-area .comment-respond .comment-form .form-grid p {
  width: 31.2%;
  margin-bottom: 0;
}

.comments-area .comment-respond .comment-form .form-grid p input[type="text"],
.comments-area .comment-respond .comment-form .form-grid p input[type="email"] {
  width: 100%;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .comments-area .comment-respond .comment-form .form-grid p {
    width: 100%;
    margin-top: 0;
  }
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent .checkmark {
  border: 1px solid #414042;
  font-size: 0;
  border-radius: 3px;
  padding: 8px;
  position: relative;
  top: -8px;
  margin-right: 10px;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent .checkmark::after {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent label:hover {
  text-decoration: underline;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent .comment-consent-text {
  font-size: 1em;
  font-weight: 500;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent .comment-consent-text:hover {
  cursor: pointer;
  text-decoration: underline;
}

.comments-area .comment-respond .comment-form .form-submit {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
}

.comments-area .comment-respond .comment-form .form-submit input[type="submit"] {
  border: 1px solid var(--glt-primary-color);
  background-color: var(--glt-primary-color);
  color: #ffffff;
  padding: 20px 25px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 17px;
}

.comments-area .comment-respond .comment-form .form-submit input[type="submit"]:hover {
  background-color: transparent;
  color: var(--glt-primary-color);
}

@media only screen and (min-width: 767px) {
  .comments-area .comment-respond form .comment-form-comment {
    margin: 0;
  }
  .comments-area .comment-respond form .comment-form-author {
    float: left;
    width: calc(50% - 1rem);
  }
  .comments-area .comment-respond form .comment-form-author label {
    display: block;
  }
  .comments-area .comment-respond form .comment-form-author input {
    width: 100%;
    padding: 20px 30px;
  }
  .comments-area .comment-respond form .comment-form-email {
    float: left;
    width: calc(50% - 1rem);
    margin-left: 2rem;
  }
  .comments-area .comment-respond form .comment-form-email label {
    display: block;
  }
  .comments-area .comment-respond form .comment-form-email input {
    width: 100%;
    padding: 20px 30px;
  }
  .comments-area .comment-respond form .comment-form-url {
    width: 100%;
  }
  .comments-area .comment-respond form .comment-form-url input {
    width: 100%;
    padding: 20px 30px;
    background-color: #f9f9f9;
    border: 0;
  }
  .comments-area .comment-respond form .comment-form-url label {
    display: block;
  }
}

@media (max-width: 767px) {
  .comments-area .comment-respond input {
    width: 100%;
    padding: 12px 20px;
    background-color: #f9f9f9;
    border: 0;
  }
  .comments-area .comment-respond #wp-comment-cookies-consent {
    width: unset;
  }
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 43px;
}

.widget .widget-title,
.widget h2 {
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .widget .widget-title,
  .widget h2 {
    font-size: 1.556em;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .widget .widget-title,
  .widget h2 {
    font-size: 1.444em;
  }
}

@media (max-width: 767px) {
  .widget .widget-title,
  .widget h2 {
    font-size: 1.333em;
  }
}

.widget .widget-title::after,
.widget h2::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.widget .author_bio_holder {
  text-align: center;
  padding: 29px 63px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.widget .author_bio_holder .title-holder {
  font-size: 1.333em;
  font-weight: 500;
  padding-bottom: 20px;
}

.widget .author_bio_holder .image-holder {
  padding-bottom: 28px;
}

.widget .author_bio_holder .author_bio_content {
  font-size: 0.889em;
  font-weight: 500;
  color: #929497;
}

.widget .author_bio_holder .author_bio_soclinks {
  margin: 0;
}

.widget .author_bio_holder .author_bio_soclinks li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.widget .author_bio_holder .author_bio_soclinks li a:hover path {
  fill: var(--glt-primary-color);
}

.widget.widget_trending_posts .widget-trending-posts {
  margin: 0 0 30px;
}

.widget.widget_social_feeds .social-links {
  margin: 0;
}

.widget.widget_social_feeds .social-links li {
  color: #231f20;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 20px;
  padding: 8.5px 11px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 15px;
}

.widget.widget_social_feeds .social-links li:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.widget.widget_social_feeds .social-links li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 9px;
  margin-right: 17px;
  text-align: center;
  line-height: 43px;
}

.widget.widget_social_feeds .social-links li a.facebook {
  background-color: #4267B1;
}

.widget.widget_social_feeds .social-links li a.twitter {
  background-color: #55ABED;
}

.widget.widget_social_feeds .social-links li a.instagram {
  background-color: #C03583;
}

.widget.widget_social_feeds .social-links li a.pinterest {
  background-color: #E60023;
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap {
  padding: 18px 28px 29px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap .twitter-feed-wrapper:not(:last-of-type) {
  border-bottom: 1px dashed #929497;
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header {
  font-size: 0.8889em;
  font-weight: 500;
  padding: 20px 0;
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header p {
  display: inline-block;
  margin-bottom: 0;
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header p a {
  color: var(--glt-secondary-color);
  font-style: italic;
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header .tweets-time {
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  font-size: 0.778em;
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header .tweets-time a {
  color: #929497;
  font-weight: 500;
}

.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header .tweets-time a time {
  font-weight: 500;
}

.widget.widget_categories .wp-block-categories-list, .widget.widget_block.widget_block .wp-block-categories-list {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  font-family: var(--glt-secondary-font);
  margin: 0;
  font-size: 0.889em;
  font-weight: 500;
  padding: 17px 28px 17px;
}

.widget.widget_categories .wp-block-categories-list li, .widget.widget_block.widget_block .wp-block-categories-list li {
  position: relative;
  padding: 13px 14px;
  font-size: 1em;
  font-weight: 500;
}

.widget.widget_categories .wp-block-categories-list li:not(:last-child), .widget.widget_block.widget_block .wp-block-categories-list li:not(:last-child) {
  border-bottom: 1px dashed #929497;
}

.widget.widget_categories .wp-block-categories-list li::before, .widget.widget_block.widget_block .wp-block-categories-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.344' height='9.413' viewBox='0 0 5.344 9.413'%3E%3Cpath id='Path_20' data-name='Path 20' d='M1163.323,5568.983l3.813,4.25-4.138,3.75' transform='translate(-1162.292 -5568.277)' fill='none' stroke='%23ff486a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 8px;
  width: 4px;
}

.widget.widget_categories .wp-block-categories-list li a, .widget.widget_block.widget_block .wp-block-categories-list li a {
  font-size: 1.13em;
}

.widget.widget_categories .wp-block-categories-list li a:hover, .widget.widget_block.widget_block .wp-block-categories-list li a:hover {
  color: var(--glt-primary-color);
}

.widget.widget_search .search-form label {
  width: calc(100% - 67px);
}

.widget.widget_search .search-form input[type="search"] {
  color: #a6a8ab;
  width: calc(100% - 67px);
  background: #eeeeee;
  padding: 16.5px 29px;
  border: 0;
  height: 60px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.widget.widget_search .search-form input[type="submit"] {
  float: right;
  background-color: var(--glt-primary-color);
  height: 60px;
  width: 67px;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  font-size: 0;
  border: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.widget.widget-trending-posts {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  margin: 0;
}

.widget.widget-trending-posts .image figure {
  width: 122px;
  height: 114px;
  margin: 0;
}

.widget.widget-trending-posts .image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget.widget-trending-posts .entry-header {
  padding-left: 20px;
}

.widget.widget-trending-posts .entry-header a {
  font-size: 0.778em;
}

.widget.widget-trending-posts .entry-details {
  padding-top: 4px;
}

.widget.widget-trending-posts .entry-details a {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.widget.widget-trending-posts .entry-details a:hover {
  color: var(--glt-primary-color);
}

.widget.widget-trending-posts .entry-details .entry-title {
  font-size: 1.25em;
  line-height: 1;
  padding-bottom: 8px;
}

@media (max-width: 1440px) {
  .widget.widget-trending-posts .entry-details .entry-title {
    font-size: 1.111em;
  }
}

.widget.widget-trending-posts .entry-details .auth-details a {
  font-size: 14px;
}

.widget.widget-trending-posts .entry-details .author-name {
  border-color: #000000;
}

.widget.widget_good_looking_blog_pro_author_bio_widget {
  padding: 17px 28px 17px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 16px;
}

.widget.widget_good_looking_blog_pro_author_bio_widget .widget-title {
  text-align: left;
}

.widget.widget_good_looking_blog_pro_author_bio_widget .ads360-wrap {
  height: 209px;
  width: 209px;
  overflow: hidden;
  margin: 0 auto 25px auto;
}

.widget.widget_good_looking_blog_pro_author_bio_widget .ads360-wrap a > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.widget.widget_good_looking_blog_pro_author_bio_widget p {
  margin-bottom: 20px;
}

.widget.widget_good_looking_blog_pro_author_bio_widget .social-networks {
  margin-top: 20px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget.widget_good_looking_blog_pro_author_bio_widget .social-networks li:not(:last-child) {
  margin-right: 18px;
}

.widget .wp-block-latest-posts__featured-image img {
  border-radius: 10%;
  min-height: 113px;
  min-width: 113px;
}

#secondary #sidebar {
  margin: 0;
}

#secondary .widget.widget_archive ul {
  margin: 0;
}

#secondary .widget.widget_archive ul a:hover {
  color: var(--glt-primary-color);
}

#secondary .widget.widget_calendar table {
  border-collapse: collapse;
  margin-bottom: 0;
}

#secondary .widget.widget_calendar table caption {
  margin-bottom: 10px;
}

#secondary .widget.widget_calendar table thead tr th,
#secondary .widget.widget_calendar table tbody tr td {
  border: 1px solid grey;
}

#secondary .widget.widget_calendar tbody tr {
  text-align: center;
}

#secondary .widget.widget_calendar .wp-calendar-nav {
  border-top: 0 !important;
  border: 1px solid grey;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
  width: 45%;
  padding: 0 5px;
}

#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
  border-right: 1px solid grey;
}

#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
  text-align: right;
  border-left: 1px solid grey;
}

#secondary .widget.widget_calendar .wp-calendar-nav .pad {
  width: 15%;
}

#secondary .widget.widget_pages ul, #secondary .widget.widget_meta ul, #secondary .widget.widget_recent_comments ul, #secondary .widget.widget_recent_entries ul, #secondary .widget.widget_rss ul {
  margin: 0;
}

#secondary .widget.widget_pages ul li, #secondary .widget.widget_meta ul li, #secondary .widget.widget_recent_comments ul li, #secondary .widget.widget_recent_entries ul li, #secondary .widget.widget_rss ul li {
  margin-bottom: 10px;
}

#secondary .widget.widget_pages ul a:hover, #secondary .widget.widget_meta ul a:hover, #secondary .widget.widget_recent_comments ul a:hover, #secondary .widget.widget_recent_entries ul a:hover, #secondary .widget.widget_rss ul a:hover {
  color: var(--glt-primary-color);
}

#secondary .widget.widget_rss .rss-date {
  display: block;
  font-size: 0.85em;
}

#secondary .widget.widget_text .textwidget p {
  margin-bottom: 12px;
}

#secondary .widget.widget_text .textwidget strong {
  display: inline-block;
  margin-bottom: 10px;
}

#secondary .widget.widget_text .textwidget img {
  border-radius: 15px;
}

#secondary .widget.widget_tag_cloud .tagcloud a {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  background-color: #414042;
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 0.83em !important;
}

#secondary .widget.widget_nav_menu .menu-top-menu-container > ul {
  margin: 0;
}

#secondary .widget.widget_nav_menu .menu-top-menu-container > ul li a:hover {
  color: var(--glt-primary-color);
}

#secondary .widget.widget_product_categories > ul {
  margin: 0;
}

#secondary .widget .star-rating {
  margin: 0;
}

.widget.widget_block.widget_calendar .wp-block-calendar table th {
  background: var(--glt-primary-color);
  color: #ffffff;
}

.widget.widget_block.widget_calendar tbody td a {
  background-color: var(--glt-primary-color);
  color: #ffffff;
  display: block;
}

.widget.widget_block.widget_calendar tbody td a:hover {
  text-decoration: none;
}

.widget.widget_block.widget_recent_comments .wp-block-latest-comments .avatar,
.widget.widget_block.widget_recent_comments .wp-block-latest-comments__comment-avatar {
  width: 122px;
  height: 114px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget.widget_block.widget_recent_comments article .wp-block-latest-comments__comment-meta,
.widget.widget_block.widget_recent_comments article .wp-block-latest-comments__comment-excerpt {
  margin-left: 8.25em;
}

.widget.widget_block.widget_block ul {
  margin-left: 0;
}

.widget.widget_block.widget_block ul li {
  margin-bottom: 12px;
}

.widget.widget_block.widget_block ul li a:hover {
  color: var(--glt-primary-color);
}

.widget.widget_block.widget_search form label {
  display: block;
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .widget.widget_block.widget_search form label {
    font-size: 1.556em;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .widget.widget_block.widget_search form label {
    font-size: 1.444em;
  }
}

@media (max-width: 767px) {
  .widget.widget_block.widget_search form label {
    font-size: 1.333em;
  }
}

.widget.widget_block.widget_search form label::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.widget.widget_block.widget_search form input[type="search"] {
  color: #a6a8ab;
  width: calc(100% - 67px);
  background: #eeeeee;
  padding: 16.5px 29px;
  border: 0;
  height: 60px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.widget.widget_block.widget_search form button.wp-block-search__button {
  float: right;
  background-color: var(--glt-primary-color);
  height: 60px;
  width: 67px;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  font-size: 0;
  border: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.widget.widget_block.widget_tag_cloud a {
  margin: 5px;
}

.wp-block-latest-posts__list li a {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  color: #555;
}

.widget.widget_block.widget_tag_cloud a {
  margin: 0 7px;
}

.site-header {
  border-bottom: 1px solid rgba(208, 210, 211, 0.5);
  padding: 15px 0;
}

@media (max-width: 1024px) {
  .site-header {
    padding: 0;
  }
}

.site-header .header-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.site-header .header-wrapper .nav-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-header .header-wrapper ul,
.site-header .header-wrapper ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .header-wrapper .header-left {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 86px;
}

.site-header .header-wrapper .header-left ul {
  text-align: center;
}

.site-header .header-wrapper .header-left ul ul {
  position: absolute;
  width: 250px;
  top: 100%;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
  z-index: 999;
  right: 9999em;
  -webkit-transition: opacity 0.15s linear, right 0s 0.15s, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, right 0s 0.15s, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s, -webkit-transform 0.15s linear;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.site-header .header-wrapper .header-left ul ul ul {
  top: -10px;
}

.site-header .header-wrapper .header-left ul li {
  position: relative;
  display: inline-block;
  font-family: var(--glt-secondary-font);
  font-size: 1.111em;
  font-weight: 500;
  line-height: 1.2;
}

.site-header .header-wrapper .header-left ul li.focus > ul, .site-header .header-wrapper .header-left ul li:hover > ul {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
}

.site-header .header-wrapper .header-left ul li ul li:hover > ul,
.site-header .header-wrapper .header-left ul li ul li.focus > ul {
  right: unset;
  left: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
}

.site-header .header-wrapper .header-left ul li a {
  -webkit-transition: unset;
  transition: unset;
}

.site-header .header-wrapper .header-left ul li.menu-item-has-children::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23000000' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  font-weight: 400;
}

.site-header .header-wrapper .header-left ul li:nth-last-of-type(1) ul.sub-menu li::after, .site-header .header-wrapper .header-left ul li:nth-last-of-type(2) ul.sub-menu li::after {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.site-header .header-wrapper .header-left ul li:nth-last-of-type(1) li:hover > .sub-menu,
.site-header .header-wrapper .header-left ul li:nth-last-of-type(1) li.focus > .sub-menu, .site-header .header-wrapper .header-left ul li:nth-last-of-type(2) li:hover > .sub-menu,
.site-header .header-wrapper .header-left ul li:nth-last-of-type(2) li.focus > .sub-menu {
  right: 100%;
  left: unset;
}

.site-header .header-wrapper .header-left ul li.current_page_item > a {
  color: var(--glt-primary-color);
}

.site-header .header-wrapper .header-left ul a {
  padding: 30px 21px;
  display: inline-block;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

@media (max-width: 1440px) {
  .site-header .header-wrapper .header-left ul a {
    font-size: 0.889em;
  }
}

.site-header .header-wrapper .header-left ul a:hover {
  color: var(--glt-primary-color);
}

.site-header .header-wrapper .header-left ul a [aria-current="page"] {
  color: var(--glt-primary-color);
}

.site-header .header-wrapper .header-left ul ul.sub-menu li {
  display: block;
  font-size: 0.95em;
  font-weight: 400;
  text-align: left;
}

.site-header .header-wrapper .header-left ul ul.sub-menu li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23000' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E") !important;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  right: 15px;
  top: 20px;
}

.site-header .header-wrapper .header-left ul ul.sub-menu li a {
  color: #000000 !important;
  padding: 14px 30px;
  display: block;
}

.site-header .header-wrapper .header-left ul ul.sub-menu li a:hover {
  color: var(--glt-primary-color) !important;
}

.site-header .header-wrapper .nav-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-header .header-wrapper .header-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 0.66;
}

.site-header .header-wrapper .header-right .social-links {
  padding-right: 7px;
  border-right: 1.5px solid #000000;
}

.site-header .header-wrapper .header-right .social-links li {
  margin: 0 7px;
}

.site-header .header-wrapper .header-right .social-links li a svg {
  vertical-align: unset;
}

.site-header .header-wrapper .header-right .social-links li a:hover path {
  fill: var(--glt-primary-color);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.site-header .header-wrapper .header-right .header-search {
  margin-left: 15px;
}

.site-header .header-wrapper .header-right .header-search button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.site-header .header-wrapper .header-right .header-search button:focus {
  outline: 1px solid #000;
}

.site-header .header-wrapper .header-right .header-search button:hover path {
  fill: var(--glt-primary-color);
  stroke: var(--glt-primary-color);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.site-header.style-one {
  margin-top: 0 !important;
  padding-bottom: 10px;
}

.site-header.style-one.stick-header .site-branding h1 a,
.site-header.style-one.stick-header .site-branding p {
  color: #000000;
}

.site-header.style-one.stick-header .mobile-header .site-branding h1 a,
.site-header.style-one.stick-header .mobile-header .site-branding p {
  color: #000000;
}

.site-header.style-one.stick-header .mobile-header .header-left .toggle-bar {
  background-color: #000000 !important;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
  right: calc(100% + 2rem);
}

.angle-down {
  position: absolute;
  top: 0;
  right: 4px;
  padding: 0;
  width: 60%;
  height: 35px;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.angle-down::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 25px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-header {
  display: none;
}

.mobile-header .container .mob-nav-site-branding-wrap .header-left {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .site-header > .container {
    display: none;
  }
}

@media (max-width: 1024px) {
  .mobile-header {
    display: block;
    padding: 20px 0;
  }
}

.mobile-header .mob-nav-site-branding-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.mobile-header .header-bottom-slide-inner {
  position: fixed;
  left: 0;
  top: 0px;
  max-width: 370px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999999999999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mobile-header .header-bottom-slide-inner .header-search-wrap {
  position: absolute !important;
}

.mobile-header .header-bottom-slide-inner .header-search-wrap .search-form {
  padding: 0 15px !important;
}

.mobile-header .header-bottom-slide-inner .social-links {
  margin: 0;
  margin-right: 40px;
  grid-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrap {
  padding: 22px 15px 25px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header .header-bottom-slide-inner .search {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.mobile-header .header-bottom-slide-inner .close {
  position: absolute;
  min-height: none;
  background: none;
  cursor: pointer;
  width: 18px;
  height: 14px;
  right: 18px;
  border: 0;
}

.mobile-header .header-bottom-slide-inner .close:hover::after, .mobile-header .header-bottom-slide-inner .close:hover::before {
  background-color: var(--glt-primary-color);
}

.mobile-header .header-bottom-slide-inner .close::after, .mobile-header .header-bottom-slide-inner .close::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #404040;
}

.mobile-header .header-bottom-slide-inner .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu {
  margin: 0;
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li {
  margin: 0;
  padding: 10px 0;
  position: relative;
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li.current-menu-item > a {
  color: var(--glt-primary-color);
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li .sub-menu {
  display: none;
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li a {
  font-family: var(--glt-secondary-font);
  font-size: 15px;
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li a:hover {
  color: var(--glt-primary-color);
}

.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .header-left {
  margin-right: 0;
}

@media (max-width: 600px) {
  .site-header.stick-header {
    margin-top: 0 !important;
    top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .site-header.style-six .mobile-header .site-branding h1 a,
  .site-header.style-six .mobile-header .site-branding p, .site-header.style-four .mobile-header .site-branding h1 a,
  .site-header.style-four .mobile-header .site-branding p, .site-header.style-two .mobile-header .site-branding h1 a,
  .site-header.style-two .mobile-header .site-branding p {
    color: #000000;
  }
}

body.mobile-menu-active .header-bottom-slide-inner {
  -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
}

#menu-opener {
  position: relative;
  margin-right: 20px;
  display: inline-block;
  min-height: auto;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
}

#menu-opener:focus {
  outline: 1px solid #000;
}

#menu-opener span {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  background-color: #000000;
  overflow: hidden;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

#menu-opener span:last-child {
  bottom: -16px;
}

#menu-opener span:first-child {
  top: -16px;
}

.close.close-main-nav-toggle {
  position: absolute;
  min-height: none;
  background: none;
  cursor: pointer;
  width: 18px;
  height: 14px;
  right: 18px;
  border: 0;
  z-index: 999;
  top: 30px;
}

.close.close-main-nav-toggle::before, .close.close-main-nav-toggle::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #404040;
}

.close.close-main-nav-toggle::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close.close-main-nav-toggle:focus {
  outline: 2px solid #000;
}

.mobile-navigation {
  position: fixed;
  left: 0;
  top: 0px;
  max-width: 370px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding-top: 25px;
}

.mobile-navigation .primary-menu-list {
  padding: 0 15px;
}

.mobile-navigation .search-form {
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  width: 90%;
}

.mobile-navigation .search-form > label {
  width: 90%;
}

.mobile-navigation .search-form .search-field {
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;
  font-size: 15px;
  border: 0;
  color: #000000;
  font-family: var(--glt-secondary-font);
}

.mobile-navigation .search-form .search-field:focus {
  outline: 1px dotted #000;
}

.mobile-navigation .search-form ::-webkit-input-placeholder {
  color: #000000;
  font-size: 15px;
  font-family: var(--glt-secondary-font);
  font-weight: 400;
}

.mobile-navigation .search-form :-ms-input-placeholder {
  color: #000000;
  font-size: 15px;
  font-family: var(--glt-secondary-font);
  font-weight: 400;
}

.mobile-navigation .search-form ::-ms-input-placeholder {
  color: #000000;
  font-size: 15px;
  font-family: var(--glt-secondary-font);
  font-weight: 400;
}

.mobile-navigation .search-form ::placeholder {
  color: #000000;
  font-size: 15px;
  font-family: var(--glt-secondary-font);
  font-weight: 400;
}

.mobile-navigation .search-form .search-submit {
  padding: 0;
  margin: 0;
  font-size: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/%3E%3C/svg%3E") center center no-repeat;
  width: 16px;
  height: 20px;
  border: 0;
}

.mobile-social-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.mobile-social-wrap .header-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 46px;
}

.mobile-social-wrap .header-search > button {
  padding: 0;
  background: none;
  border: 0;
}

.mobile-social-wrap .social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: 22px 15px 25px 15px;
  margin: 0;
  margin-right: 40px;
  grid-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile-social-wrap .search {
  background: transparent;
  padding: 0;
  border: 0;
}

body.menu-open .mobile-navigation {
  -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

body.admin-bar .close.close-main-nav-toggle {
  top: 67px;
}

body.admin-bar .primary-menu-list {
  padding-top: 40px;
}

.primary-menu-list {
  display: none;
}

.primary-menu-list.toggled {
  display: block;
}

.mobile-menu #primary-menu {
  margin: 0;
}

.mobile-menu #primary-menu li {
  margin: 0;
  padding: 10px 0;
  position: relative;
  font-family: var(--glt-secondary-font);
}

.mobile-menu #primary-menu li .sub-menu {
  display: none;
}

.mobile-menu #primary-menu li a {
  font-family: var(--glt-secondary-font);
  font-size: 15px;
}

.header-search-form {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 0;
  z-index: 99999;
  display: none;
}

.header-search-form .search-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 70px;
  max-width: 700px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-search-form .search-form > label {
  width: 100%;
}

.header-search-form .search-form .search-field {
  height: 70px;
  width: 100%;
  padding: 15px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.header-search-form .search-form input[type="submit"] {
  background-color: var(--glt-primary-color);
  height: 70px;
  width: 70px;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.header-search-form .close {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 40px;
  height: 50px;
  padding: 0;
  background: none;
  border: none;
  min-height: auto;
  font-size: 0;
  cursor: pointer;
}

.header-search-form .close::after, .header-search-form .close::before {
  width: 30px;
  height: 2px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}

.header-search-form .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-search-form .close:focus {
  outline: 2px dotted #fff !important;
}

.skip-link {
  font-size: 1em;
  color: #000000;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  font-weight: 600;
  transition: none;
  -webkit-transition: none;
  text-align: center;
  position: absolute;
  top: -9999px;
  left: 20px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}

.skip-link:focus {
  top: 0;
  z-index: 99;
}

body.admin-bar .skip-link:focus {
  top: 35px;
}

.toggle-btn {
  display: inline-block;
  min-height: auto;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  position: relative;
  padding: 0;
}

.toggle-btn:hover .toggle-bar {
  background-color: var(--glt-primary-color);
}

.toggle-btn .toggle-bar {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  background-color: #000000;
  overflow: hidden;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.toggle-btn .toggle-bar:first-child {
  top: -16px;
}

.toggle-btn .toggle-bar:last-child {
  bottom: -16px;
}

.text {
  float: right;
  font-size: 1.111em;
  font-family: var(--glt-secondary-font);
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  margin-top: 4px;
  margin-left: 15px;
}

.page-header {
  font-family: var(--glt-secondary-font);
  font-size: 0.889em;
  color: #58595b;
  font-weight: 500;
  margin: 22px 0 39px;
}

.page-header span {
  font-size: 16px;
}

.page-header .separator {
  margin: 0 8px !important;
}

.page-header .separator svg {
  vertical-align: middle;
  height: 10px;
  width: 10px;
}

.page-header a:hover {
  color: var(--glt-primary-color);
}

.page-header span.current > a {
  pointer-events: none;
  color: var(--glt-primary-color);
}

.site-branding .site-title {
  font-size: 26px;
}

.site-branding p {
  margin-bottom: 0;
}

.entry-meta .category a {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: var(--glt-primary-color);
  margin: 0 5px;
}

.entry-meta .category a:hover {
  background-color: var(--glt-secondary-color);
}

.instagram-section #sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  margin-top: 25px;
  font-size: 1em;
}

.site-branding img {
  width: var(--logo-width);
}

body.custom-background-image .site, body.custom-background-color .site {
  margin: 20px;
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.page .entry-content p a {
  color: var(--glt-primary-color);
  text-decoration: underline;
}

.page .entry-content p a:hover {
  text-decoration: none;
}

figure figcaption {
  text-align: center;
  font-size: 0.77778em;
  line-height: 28px;
  color: #A6A8AB;
}

.archive .auth-details .author-details .author-name {
  border-right: 1px solid #000000;
}

.author-desc {
  margin-top: 15px;
}

@media (max-width: 1440px) {
  .author-desc {
    grid-row-gap: 8px;
  }
}

@media (max-width: 767px) {
  .author-desc {
    grid-row-gap: 12px;
  }
}

@media (max-width: 1024px) {
  body .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.35s;
    transition: ease 0.35s;
  }
}

body.mobile-menu-active {
  overflow: hidden;
}

body.mobile-menu-active .overlay {
  visibility: visible;
  opacity: 1;
}

.page .content-area .container .page-header > .container {
  padding: 0;
}

@media (max-width: 767px) {
  .archive .auth-details .author-desc .author-details, .search .auth-details .author-desc .author-details {
    width: auto;
  }
}

@media (max-width: 767px) {
  .archive .auth-details .author-desc .author-details .author-name, .search .auth-details .author-desc .author-details .author-name {
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .archive .auth-details .author-desc .date, .search .auth-details .author-desc .date {
    width: auto;
    margin-right: 8px;
  }
}

.wp-block-image .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .wp-block-image .alignright {
    margin-left: 0;
  }
}

.wp-block-image .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 767px) {
  .wp-block-image .alignleft {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-gap: 30px;
  }
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-right: 0;
}

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 8%;
  padding-left: 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

.wp-block-media-text {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wp-block-media-text {
    margin-bottom: 0;
  }
}

.single-post .auth-details .author-details .author-name {
  border: 0 !important;
}

html {
  position: unset !important;
}

body {
  padding-top: 0 !important;
}

.static-banner .banner-wrapper {
  height: 717px;
  position: relative;
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .container {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .static-banner .banner-wrapper {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper {
    height: auto;
  }
}

.static-banner .banner-wrapper::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper::before {
    content: none;
  }
}

.static-banner .banner-wrapper .banner-image-wrapper {
  height: 717px;
  width: 100%;
}

@media (max-width: 1024px) {
  .static-banner .banner-wrapper .banner-image-wrapper {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-image-wrapper {
    height: 300px;
  }
}

.static-banner .banner-wrapper .banner-image-wrapper .wp-custom-header {
  height: 100% !important;
}

.static-banner .banner-wrapper .banner-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.static-banner .banner-wrapper .banner-details-wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  color: #ffffff;
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper {
    position: static;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #000000;
    padding: 20px 0px 0 0px;
  }
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details {
  max-width: 850px;
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title {
  font-size: 2.667em;
  padding-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title {
    font-size: 2em;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title {
    font-size: 1.333em;
  }
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title a {
    color: #000000;
  }
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details a {
  color: #ffffff;
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .banner-desc {
  margin-bottom: 57px;
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .banner-desc {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
    margin-top: 0;
  }
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a {
  font-weight: 600;
  display: inline-block;
}

.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
  margin-left: 31px;
}

@media (max-width: 767px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
    margin-left: 31px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 430px) {
  .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
    margin-left: 0;
  }
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.layout-grid.full-width .content-wrap-main article {
  margin-bottom: 30px;
}

.layout-grid.full-width .content-wrap-main article .entry-content p {
  color: #58595b;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.77778;
}

.layout-grid.full-width.author .archive-content-wrapper .entry-content {
  padding: 0 31px;
}

.layout-grid.full-width.author .archive-content-wrapper .entry-content p {
  margin-bottom: 0;
}

.layout-grid.full-width.category article .archive-content-wrapper {
  padding: 0;
}

.layout-grid.full-width.category article .entry-content {
  padding: 0 31px;
}

@media (max-width: 767px) {
  .layout-grid.full-width.category article .entry-content {
    padding: 0 11px;
  }
}

.layout-grid.full-width.category article .entry-content p {
  margin-bottom: 0;
}

.layout-grid.rightsidebar .content-wrap-main,
.layout-grid.leftsidebar .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .layout-grid.rightsidebar .content-wrap-main,
  .layout-grid.leftsidebar .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.layout-grid.rightsidebar .content-wrap-main article,
.layout-grid.leftsidebar .content-wrap-main article {
  width: 100% !important;
  margin-bottom: 30px;
}

.layout-grid.rightsidebar .content-wrap-main article .entry-header,
.layout-grid.leftsidebar .content-wrap-main article .entry-header {
  margin-bottom: 15px;
}

.layout-grid.rightsidebar .content-wrap-main article .entry-header .entry-details,
.layout-grid.leftsidebar .content-wrap-main article .entry-header .entry-details {
  padding: 25px 25px 0 25px;
}

@media (max-width: 1440px) {
  .layout-grid.rightsidebar .content-wrap-main article .entry-header .entry-details,
  .layout-grid.leftsidebar .content-wrap-main article .entry-header .entry-details {
    padding: 15px 15px 0 15px;
  }
}

.layout-grid.rightsidebar .content-wrap-main article .entry-content,
.layout-grid.leftsidebar .content-wrap-main article .entry-content {
  margin-bottom: 12px;
  padding: 0px 25px;
}

@media (max-width: 1440px) {
  .layout-grid.rightsidebar .content-wrap-main article .entry-content,
  .layout-grid.leftsidebar .content-wrap-main article .entry-content {
    padding: 0 15px;
  }
}

.layout-grid.rightsidebar .content-wrap-main article .entry-content p,
.layout-grid.leftsidebar .content-wrap-main article .entry-content p {
  margin-bottom: 0;
}

.layout-grid.rightsidebar.search .content-wrap-main article .entry-content,
.layout-grid.leftsidebar.search .content-wrap-main article .entry-content {
  padding: 0;
}

.layout-two-column.full-width #primary .container .page-grid .content-wrap-main {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

@media (max-width: 1024px) {
  .layout-two-column.full-width #primary .container .page-grid .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
}

@media (max-width: 767px) {
  .layout-two-column.full-width #primary .container .page-grid .content-wrap-main article {
    display: block;
  }
}

.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header {
  grid-column: 2/3 span;
}

@media (max-width: 767px) {
  .layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header {
    margin-top: 12px;
  }
}

.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header .entry-meta {
  position: unset;
  margin-top: 0;
  margin-left: 0;
}

.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
  padding: 0;
  margin: 20px 0 23px;
}

@media (max-width: 767px) {
  .layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
    margin: 18px 0;
  }
}

.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-content {
  grid-column: 2/3 span;
}

.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-content p {
  margin-bottom: 0;
  line-height: 1.77778;
  color: #58595b;
  font-weight: 400;
}

.layout-two-column #primary .container .page-grid .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 50px;
}

@media (max-width: 1024px) {
  .layout-two-column #primary .container .page-grid .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.layout-two-column #primary .container .page-grid .content-wrap-main article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
  width: 100%;
}

@media (max-width: 1440px) {
  .layout-two-column #primary .container .page-grid .content-wrap-main article {
    grid-gap: 28px;
  }
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .content-wrap {
  padding: 0;
}

@media (max-width: 767px) {
  .layout-two-column #primary .container .page-grid .content-wrap-main article {
    display: block;
  }
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-title {
  margin-bottom: 19px;
}

@media (max-width: 1440px) {
  .layout-two-column #primary .container .page-grid .content-wrap-main article .entry-title {
    margin-bottom: 8px;
  }
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-content {
  margin-bottom: 19px;
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header {
  grid-column: 2/3 span;
}

@media (max-width: 767px) {
  .layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header {
    margin-top: 12px;
  }
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header .entry-meta {
  position: unset;
  margin-top: 0;
  margin-left: 0;
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
  padding: 0;
  margin: 20px 0 23px;
}

@media (max-width: 767px) {
  .layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
    margin: 18px 0;
  }
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-content {
  grid-column: 2/3 span;
}

.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-content p {
  margin-bottom: 0;
  line-height: 1.77778;
  color: #58595b;
  font-weight: 400;
}

.layout-masonary #primary .content-wrap-main {
  margin: 40px -25px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .layout-masonary #primary .content-wrap-main {
    margin: 40px 0;
  }
}

.layout-masonary #primary .content-wrap-main article {
  width: calc(50% - 50px);
  margin: 0 25px 40px;
}

@media (max-width: 767px) {
  .layout-masonary #primary .content-wrap-main article {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .layout-masonary #primary .content-wrap-main article {
    width: 100%;
  }
}

.layout-masonary.full-width.archive .entry-content {
  padding: 0 31px;
}

.layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main {
  display: block;
}

.layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main article {
  float: left;
  width: calc(33.33% - 50px);
}

@media (max-width: 1024px) {
  .layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main article {
    width: calc(50% - 50px);
  }
}

@media (max-width: 767px) {
  .layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main article {
    width: 100%;
    margin-bottom: 20px;
  }
}

.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-details {
    padding: 15px 10px;
  }
}

.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content {
  padding: 0 31px;
}

@media (max-width: 1440px) {
  .layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content {
    padding: 0px 10px;
  }
}

.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content p {
  margin-bottom: 0;
}

.layout-masonary.author .entry-content {
  padding: 0 31px;
}

@media (max-width: 1440px) {
  .layout-masonary.author .entry-content {
    padding: 0 15px;
  }
}

.layout-masonary.author .entry-content p {
  margin-bottom: 0;
}

.category #primary .site-main article p {
  color: #58595b;
  font-weight: 400;
}

.category #primary .site-main article .auth-details {
  margin-top: 10px;
}

.category #primary .site-main article .auth-details .author-desc {
  grid-row-gap: 10px;
}

.category #primary .site-main article .auth-details .author-name {
  border-right: 1px solid #000000;
}

.site-footer {
  background-color: #121418;
}

.site-footer .footer-top {
  padding: 94px 0 64px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .site-footer .footer-top {
    padding: 47px 0 0px;
  }
}

.site-footer .footer-top .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

@media (max-width: 1024px) {
  .site-footer .footer-top .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .site-footer .footer-top .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.site-footer .footer-top .grid .col .widget-title,
.site-footer .footer-top .grid .col h2 {
  position: relative;
  font-size: 1.333em;
  line-height: 1.16666667;
  color: #ffffff;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .site-footer .footer-top .grid .col .widget-title,
  .site-footer .footer-top .grid .col h2 {
    font-size: 1.556em;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .site-footer .footer-top .grid .col .widget-title,
  .site-footer .footer-top .grid .col h2 {
    font-size: 1.444em;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-top .grid .col .widget-title,
  .site-footer .footer-top .grid .col h2 {
    font-size: 1.333em;
  }
}

.site-footer .footer-top .grid .col .widget-title::after,
.site-footer .footer-top .grid .col h2::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1px;
  bottom: -15px;
  left: 0;
}

.site-footer .footer-top .grid .col section .wp-block-tag-cloud .tag-cloud-link {
  color: #a6a8ab;
  margin: 0 5px;
}

.site-footer .footer-top .grid .col section ul {
  margin: 0;
}

.site-footer .footer-top .grid .col section p {
  font-size: 1em;
  font-weight: 500;
  color: #a6a8ab;
  line-height: 1.7778em;
}

.site-footer .footer-top .grid .col section .textwidget p {
  font-size: 1em;
  font-weight: 500;
  color: #a6a8ab;
  line-height: 1.7778em;
}

.site-footer .footer-top .grid .col section .widget_tags ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 17px;
}

.site-footer .footer-top .grid .col section .footer_links ul {
  font-family: var(--glt-secondary-font);
  font-weight: 500;
}

.site-footer .footer-top .grid .col section .footer_links ul li a {
  display: inline-block;
  color: #a6a8ab;
  margin-bottom: 11px;
  position: relative;
}

.site-footer .footer-top .grid .col section .footer_links ul li a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  background-color: var(--glt-primary-color);
  width: 0%;
  height: 2px;
  -webkit-transition: 0.2s width ease;
  transition: 0.2s width ease;
}

.site-footer .footer-top .grid .col section .footer_links ul li a:hover {
  color: var(--glt-primary-color);
}

.site-footer .footer-top .grid .col section .footer_links ul li a:hover::after {
  width: 100%;
}

.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form {
  background-color: #2d3036;
  border-radius: 15px;
}

.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form input[type="search"] {
  background: transparent;
  font-family: var(--glt-secondary-font);
  padding: 13px 20px;
  color: #ffffff;
  border: 0;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form input[type="submit"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.896' height='27.896' viewBox='0 0 27.896 27.896'%3E%3Cg id='Group_354' data-name='Group 354' transform='translate(-1532.937 -8384.352)'%3E%3Cimage id='Rectangle_230' data-name='Rectangle 230' width='27.896' height='27.896' transform='translate(1532.937 8384.352)' xlink:href='data:image/png;base64,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'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center;
  font-size: 0;
  background-color: var(--glt-primary-color);
  width: 67px;
  height: 60px;
  border: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form ::-webkit-input-placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form :-ms-input-placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form ::-ms-input-placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form ::placeholder {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-weight: 500;
}

.site-footer .footer-top .grid .col section .social-links {
  grid-gap: 18.5px;
  padding-top: 27.5px;
}

.site-footer .footer-top .grid .col section .social-links li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #414042;
  border-radius: 50%;
}

.site-footer .footer-top .grid .col section .social-links li a:hover {
  background-color: var(--glt-primary-color);
  border-color: var(--glt-primary-color);
}

.site-footer .footer-bottom {
  font-family: var(--glt-secondary-font);
  color: #929497;
  font-size: 1em;
  font-weight: 500;
}

.site-footer .footer-bottom .container {
  border-top: 1px solid #929497;
  padding: 20px 15px;
}

@media (max-width: 1024px) {
  .site-footer .footer-bottom .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.site-footer .footer-bottom .container .site-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  .site-footer .footer-bottom .container .site-info {
    margin-bottom: 20px;
  }
}

.site-footer .footer-bottom .container .site-info a {
  color: #929497;
}

.site-footer .footer-bottom .container .site-info a:hover {
  color: var(--glt-primary-color);
  text-decoration: underline;
}

.site-footer .footer-bottom .container .footer-bottom-menu ul {
  margin: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .container .footer-bottom-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-row-gap: 15px;
  }
}

.site-footer .footer-bottom .container .footer-bottom-menu ul li a {
  color: #929497;
}

.site-footer .footer-bottom .container .footer-bottom-menu ul li a:hover {
  color: var(--glt-primary-color);
  text-decoration: underline;
}

.site-footer .footer-bottom .container .footer-bottom-menu ul li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #929497;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .container .footer-bottom-menu ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.site-footer .widget {
  font-family: var(--glt-secondary-font);
}

.site-footer .widget.widget_block {
  color: var(--glt-primary-color);
}

.site-footer .widget.widget_categories li,
.site-footer .widget.widget_categories a {
  color: #ffffff;
}

.site-footer .widget .textwidget.custom-html-widget {
  color: #ffffff;
}

.site-footer .widget.widget_calendar table {
  border-collapse: collapse;
  color: #ffffff;
  margin-bottom: 0;
}

.site-footer .widget.widget_calendar table caption {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px;
}

.site-footer .widget.widget_calendar table thead th {
  color: #ffffff;
  padding: 5px;
  border: 1px solid #ffffff;
  font-size: 0.833em;
}

.site-footer .widget.widget_calendar table tbody tr td {
  text-align: center;
  padding: 5px;
  border: 1px solid #a6a8ab;
  font-size: 0.833em;
}

.site-footer .widget.widget_calendar table tbody tr td a {
  color: var(--glt-primary-color);
}

.site-footer .widget.widget_calendar .wp-calendar-nav {
  color: #a6a8ab;
}

.site-footer .widget.widget_calendar .wp-calendar-nav {
  border-top: 0 !important;
  border: 1px solid #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
  width: 45%;
  padding: 0 5px;
}

.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {
  color: #ffffff;
}

.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
  border-right: 1px solid #ffffff;
}

.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
  text-align: right;
  border-left: 1px solid #ffffff;
}

.site-footer .widget.widget_calendar .wp-calendar-nav .pad {
  width: 15%;
}

.site-footer .widget.widget_tag_cloud .tagcloud a {
  color: #ffffff;
  margin: 0 5px;
}

.site-footer .widget.widget_meta ul li a, .site-footer .widget.widget_nav_menu ul li a, .site-footer .widget.widget_pages ul li a {
  display: inline-block;
  color: #a6a8ab;
  margin-bottom: 11px;
  position: relative;
  line-height: 1.77778;
}

.site-footer .widget.widget_meta ul li a::after, .site-footer .widget.widget_nav_menu ul li a::after, .site-footer .widget.widget_pages ul li a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  background-color: var(--glt-primary-color);
  width: 0%;
  height: 2px;
  -webkit-transition: 0.2s width ease;
  transition: 0.2s width ease;
}

.site-footer .widget.widget_meta ul li a:hover, .site-footer .widget.widget_nav_menu ul li a:hover, .site-footer .widget.widget_pages ul li a:hover {
  color: var(--glt-primary-color);
}

.site-footer .widget.widget_meta ul li a:hover::after, .site-footer .widget.widget_nav_menu ul li a:hover::after, .site-footer .widget.widget_pages ul li a:hover::after {
  width: 100%;
}

.site-footer .widget.widget_recent_comments ul li span,
.site-footer .widget.widget_recent_comments ul li a,
.site-footer .widget.widget_recent_comments ul li {
  color: #a6a8ab;
}

.site-footer .widget.widget_recent_comments li {
  margin-bottom: 11px;
}

.site-footer .widget.widget_recent_entries ul li {
  margin-bottom: 11px;
}

.site-footer .widget.widget_recent_entries ul li a,
.site-footer .widget.widget_recent_entries ul li span {
  color: #a6a8ab;
}

.site-footer .widget.widget_recent_entries ul li a:hover {
  color: var(--glt-primary-color);
}

.site-footer .widget.widget_recent_entries ul li span {
  display: block;
}

.site-footer .widget.widget_rss h2 a {
  color: #ffffff;
}

.site-footer .widget.widget_rss ul li {
  margin-bottom: 11px;
}

.site-footer .widget.widget_rss ul li a {
  color: #a6a8ab;
}

.site-footer .widget.widget_rss ul li a:hover {
  color: var(--glt-primary-color);
}

.site-footer .widget.widget_rss ul li span {
  display: block;
  color: #a6a8ab;
}

.blog-posts-section {
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 50px !important;
}

.blog-posts-section .page-grid {
  margin-top: 46px;
}

@media (max-width: 767px) {
  .blog-posts-section .page-grid {
    grid-gap: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts-section .page-grid .widget-area #sidebar .widget-title {
    margin-bottom: 39px;
  }
}

.blog-posts-section .page-grid .widget-area #sidebar .wp-block-social-links {
  width: 100%;
  text-align: left;
}

.blog-posts-section.blog-sidebar-deactivate .blog-post-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .blog-posts-section.blog-sidebar-deactivate .blog-post-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

@media (max-width: 767px) {
  .blog-posts-section.blog-sidebar-deactivate .blog-post-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.blog-posts-section .blog-post-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

@media (max-width: 767px) {
  .blog-posts-section .blog-post-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 35px;
  }
}

.blog-posts-section .blog-post-wrapper .post {
  position: relative;
  margin: 0;
}

.blog-posts-section .blog-post-wrapper .post .post-thumbnail img,
.blog-posts-section .blog-post-wrapper .post .post-thumbnail svg {
  border-radius: 10px;
}

.blog-posts-section .blog-post-wrapper .entry-header {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.blog-posts-section .blog-post-wrapper .entry-header .category a:first-of-type {
  margin-left: 0;
}

.blog-posts-section .blog-post-wrapper .entry-header .entry-details {
  margin: 8px 0 0;
  padding: 8px 0;
  border-radius: 5px;
  max-width: 378px;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-posts-section .blog-post-wrapper .entry-header .entry-details {
    padding: 8px 25px 8px 0;
  }
}

.blog-posts-section .blog-post-wrapper .entry-header .entry-details .entry-title {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff;
  border: 6px solid #fff;
  margin: 0;
  font-size: 1.255em;
  font-family: var(--glt-primary-font);
  line-height: 37px;
  border-radius: 5px;
}

.blog-posts-section .blog-post-wrapper .entry-header .entry-details .entry-title a:hover {
  color: var(--glt-primary-color);
}

section.newsletter-section .dt-newsletter-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #F9F9F9;
  margin: 0;
  border-radius: 15px;
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 93px 69px;
  border-radius: 15px;
  width: 100%;
}

@media (max-width: 1440px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
    padding: 65px;
  }
}

@media (max-width: 1024px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
    padding: 54px 42px;
  }
}

@media (max-width: 767px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder {
  max-width: 41.153%;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder {
    width: 100%;
    max-width: 100%;
  }
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  font-family: var(--glt-primary-font);
  font-size: 1.667em;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
}

@media (max-width: 1440px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    font-size: 1.22em;
    line-height: 1.250em;
  }
}

@media (max-width: 1024px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    font-size: 1.222em;
  }
}

@media (max-width: 767px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    font-size: 1.222em;
  }
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder span {
  display: block;
  padding-top: 19px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #414042;
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form {
  max-width: 50%;
  width: 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label .text {
  margin: 0 !important;
  font-size: 0.833em;
  text-transform: unset;
  color: #414042;
}

section.newsletter-section .dt-newsletter-wrapper input[type="text"] {
  width: 427px;
  color: #a6a8ab;
  background: #eeeeee;
  padding: 16.5px 36px;
  margin-top: 10px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 0;
}

@media (max-width: 1440px) {
  section.newsletter-section .dt-newsletter-wrapper input[type="text"] {
    width: 100%;
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  section.newsletter-section .dt-newsletter-wrapper input[type="text"] {
    width: 100%;
    padding: 16.5px 20px;
  }
}

section.newsletter-section .dt-newsletter-wrapper input[type="submit"] {
  background-color: var(--glt-primary-color);
  color: #ffffff;
  border: 0;
  height: 60px;
  padding: 0 42px;
  font-weight: 500;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media (max-width: 1440px) {
  section.newsletter-section .dt-newsletter-wrapper input[type="submit"] {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    border-radius: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  section.newsletter-section .dt-newsletter-wrapper input[type="submit"] {
    margin-top: 20px;
  }
}

section.newsletter-section .dt-newsletter-wrapper input[type="submit"]:hover {
  background-color: var(--glt-secondary-color);
}

section.newsletter-section .right-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: start;
  align-items: start;
  width: 100%;
}

.editors-picks-section {
  overflow-x: hidden;
}

.editors-picks-section .editor-choice-wrapper {
  margin: 0 -25px;
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .container {
    margin: 0;
  }
}

.editors-picks-section .editor-choice-wrapper .editor-post {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 25px;
  margin: 0;
}

@media (max-width: 1024px) {
  .editors-picks-section .editor-choice-wrapper .editor-post {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .editor-post {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.editors-picks-section .editor-choice-wrapper .editor-post .author-desc {
  margin-top: 0;
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .editor-post .author-desc {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .editor-post .author-desc .author-details {
    width: unset;
  }
}

.editors-picks-section .editor-choice-wrapper .editor-post .author-desc .author-details .author-name {
  border-right: 1px solid #000000;
}

.editors-picks-section .editor-choice-wrapper .editor-post .post-thumbnail img, .editors-picks-section .editor-choice-wrapper .editor-post .post-thumbnail svg {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .editor-post {
    width: 100%;
  }
}

.editors-picks-section .editor-choice-wrapper .editor-post .entry-header {
  padding: 28px;
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .editor-post .entry-header {
    padding: 15px;
  }
}

.editors-picks-section .editor-choice-wrapper .editor-post .entry-meta {
  position: absolute;
  margin-top: -85px;
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .editor-post .entry-meta {
    margin-top: -60px;
  }
}

.editors-picks-section .editor-choice-wrapper .editor-post .entry-title {
  font-size: 1.333em;
  padding-bottom: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .editors-picks-section .editor-choice-wrapper .editor-post .entry-title {
    padding-bottom: 10px;
  }
}

.editors-picks-section .editor-choice-wrapper .editor-post .entry-title a {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.editors-picks-section .editor-choice-wrapper .editor-post .entry-title a:hover {
  color: var(--glt-primary-color);
}

.editors-picks-section .editor-choice-wrapper .post-thumbnail {
  margin: 0;
}

.editors-picks-section .editor-choice-wrapper .author-desc a {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.editors-picks-section .editor-choice-wrapper .author-desc a:hover {
  color: var(--glt-primary-color);
}

.editors-picks-section .editor-choice-wrapper .author-desc .author-name,
.editors-picks-section .editor-choice-wrapper .author-desc .date {
  border-color: #000000;
}

.editors-picks-section .editor-choice-wrapper .author-desc .comments,
.editors-picks-section .editor-choice-wrapper .author-desc .date {
  font-weight: 500;
  color: #929497;
}

.editors-picks-section .editor-choice-wrapper .author-desc .comments a,
.editors-picks-section .editor-choice-wrapper .author-desc .date a {
  font-weight: 500;
  color: #929497;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.editors-picks-section .editor-choice-wrapper .author-desc .comments a:hover,
.editors-picks-section .editor-choice-wrapper .author-desc .date a:hover {
  color: var(--glt-primary-color);
}

section.instagram-section {
  padding-top: 14px;
  margin-bottom: 50px;
}

section.instagram-section img {
  width: 100%;
}

.woocommerce-page .page-header .page-title {
  color: #000000;
}

.woocommerce-page .content-area .page-grid .site-main {
  display: block;
}

.woocommerce-page .content-area .page-grid .site-main .woocommerce-result-count {
  font-family: var(--glt-secondary-font);
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 35px;
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  .woocommerce-page .content-area .page-grid .site-main .woocommerce-ordering {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .woocommerce-page .content-area .page-grid .site-main .woocommerce-ordering select {
    font-size: 0.889em;
  }
}

@media (max-width: 767px) {
  .woocommerce-page .content-area .page-grid .site-main .woocommerce-ordering {
    float: left;
  }
}

.woocommerce-page .content-area .page-grid .site-main ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.woocommerce-page .content-area .page-grid .site-main ul.products::before {
  content: none;
}

@media (max-width: 1024px) {
  .woocommerce-page .content-area .page-grid .site-main ul.products {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
  }
}

@media (max-width: 767px) {
  .woocommerce-page .content-area .page-grid .site-main ul.products {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.woocommerce-page .content-area .page-grid .site-main ul.products .price ins {
  margin-left: 10px;
}

.woocommerce-page .content-area .page-grid .site-main ul.products .price del bdi {
  opacity: 1;
  text-decoration: line-through;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product {
  float: unset;
  width: 100% !important;
  margin: 0;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product a img {
  border-radius: 10px;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product a .woocommerce-loop-product__title {
  font-family: var(--glt-secondary-font);
  font-weight: 600;
  font-size: 1.333em;
  padding: 3px 0 10px;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product a .woocommerce-Price-currencySymbol {
  font-size: 1em;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product a .woocommerce-Price-amount bdi {
  font-weight: 400;
  font-size: 1.200em;
  color: #58595B;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product .button {
  color: #fff;
  border-radius: 11px;
  padding: 11px 37.5px;
  font-family: var(--glt-secondary-font);
  border: 1px solid var(--glt-primary-color);
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  background: var(--glt-primary-color);
  cursor: pointer;
  margin-top: 8px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product .button:hover {
  background: transparent;
  color: var(--glt-primary-color);
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product .added_to_cart {
  font-family: var(--glt-secondary-font);
  border: 1px solid var(--glt-primary-color);
  font-size: 1em;
  font-weight: 500;
  padding: 11px;
  background: var(--glt-primary-color);
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 11px;
  margin-top: 10px;
}

.woocommerce-page .content-area .page-grid .site-main ul.products li.product a .onsale {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: var(--glt-primary-color);
  position: absolute;
  right: 25px;
  top: 20px;
  font-weight: 400;
  z-index: 1;
  min-height: unset !important;
  min-width: unset !important;
  line-height: unset;
}

.woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers {
  border: 0;
}

.woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers li {
  position: relative;
  height: 45px;
  width: 45px;
  background-color: var(--glt-primary-color);
  color: #ffffff;
  display: inline-block;
  margin: 0 3px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers li span.page-numbers, .woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers li a {
  background: var(--glt-primary-color);
  color: #ffffff;
  line-height: 26px;
  height: 45px;
  width: 45px;
  border: 1px solid var(--glt-primary-color);
}

.woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers li span.page-numbers:hover, .woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers li a:hover {
  background-color: var(--glt-secondary-color);
  border: 1px solid var(--glt-secondary-color);
}

.woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers li a.next, .woocommerce-page .content-area .page-grid .site-main nav.woocommerce-pagination .page-numbers li a.prev {
  line-height: 22px;
}

.woocommerce-page .content-area .page-grid .site-main .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: var(--glt-primary-color);
}

.woocommerce-page .content-area .page-grid .site-main .woocommerce-notices-wrapper .wc-forward {
  background-color: var(--glt-primary-color);
  color: #ffffff;
}

.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  line-height: 1;
  font-size: 0.7em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

li .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  line-height: 1;
  font-size: 0.7em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-family: star;
}

li .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  line-height: 1;
  font-size: 0.7em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

li .star-rating::before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: star;
}

li .star-rating > span::before {
  content: "\73\73\73\73\73";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--glt-primary-color);
  font-family: star;
}

.single-product span.onsale {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: var(--glt-primary-color);
  position: absolute;
  right: unset;
  left: 20px;
  top: 20px;
  font-weight: 400;
  z-index: 99;
  min-height: unset !important;
  min-width: unset !important;
  line-height: unset;
}

.single-product .summary.entry-summary {
  margin: 0;
}

.single-product .summary.entry-summary .product_title {
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  font-size: 2.667em;
  line-height: 1.269;
}

.single-product .summary.entry-summary .price {
  margin-top: 22px;
  margin-bottom: 13px;
  color: #58595b;
}

.single-product .summary.entry-summary .price del {
  opacity: 0.8;
  margin-right: 15px;
}

.single-product .summary.entry-summary .price del .amount {
  font-size: 1.02em;
}

.single-product .summary.entry-summary .price del .amount bdi {
  color: #58595b;
  text-decoration: line-through;
}

.single-product .summary.entry-summary .price ins .amount {
  font-size: 1.02em;
  font-weight: 400;
}

.single-product .summary.entry-summary .price ins .amount bdi {
  color: #58595b;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description p {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  line-height: 1.77778;
  color: #58595b;
}

.single-product .summary.entry-summary .cart div.quantity {
  margin: 0 21px 0 0;
}

.single-product .summary.entry-summary .cart div.quantity .qty {
  padding: 5px;
  height: 61px;
  width: 5em;
  margin: 0;
}

.single-product .summary.entry-summary .cart button {
  font-family: var(--glt-secondary-font);
  font-weight: 600;
  background-color: var(--glt-primary-color);
  padding: 21px 38px;
  font-size: 1em;
  border-radius: 12px;
  border: 1px solid var(--glt-primary-color);
}

.single-product .summary.entry-summary .cart button:hover {
  background: transparent;
  color: var(--glt-primary-color);
}

.single-product .summary.entry-summary .product_meta {
  color: #000000;
  font-family: var(--glt-secondary-font);
  font-weight: 600;
}

.single-product .summary.entry-summary .product_meta .posted_in a:hover {
  text-decoration: underline;
}

.single-product div.product div.images.woocommerce-product-gallery {
  margin-bottom: 4em;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 65px;
  }
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  padding: 0 !important;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
  background-color: #f9f9f9;
  color: #000000;
  border-radius: 0;
  border: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
    width: 100%;
  }
  .single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before, .single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after {
  content: none;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  font-weight: 600;
  font-size: 1em;
  color: #000000;
  padding: 17px 36px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
  color: #ffffff;
  background-color: var(--glt-primary-color);
  border-radius: 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
  color: #ffffff;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  font-family: var(--glt-secondary-font);
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-weight: 500;
  margin-bottom: 35px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  line-height: 1.77778;
  color: #58595b;
}

.single-product .related.products > h2 {
  font-family: var(--glt-secondary-font);
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-weight: 500;
  margin-bottom: 45px;
}

.single-product .related.products > h2::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.single-product .related.products .products::before {
  display: none;
}

.single-product #review_form #respond #reply-title {
  color: #58595b;
}

.single-product #review_form #respond .comment-form {
  margin-top: 20px;
}

.single-product #review_form #respond .comment-form p.comment-notes {
  margin-bottom: 30px !important;
}

.single-product #review_form #respond .comment-form .comment-form-rating label {
  display: inline-block;
  margin-bottom: 9px;
  font-family: var(--glt-secondary-font);
  font-weight: 400;
}

.single-product #review_form #respond .comment-form .comment-form-comment label,
.single-product #review_form #respond .comment-form .comment-form-email label,
.single-product #review_form #respond .comment-form .comment-form-author label {
  display: none;
}

.single-product #review_form #respond .comment-form .comment-form-comment input,
.single-product #review_form #respond .comment-form .comment-form-comment textarea,
.single-product #review_form #respond .comment-form .comment-form-email input,
.single-product #review_form #respond .comment-form .comment-form-email textarea,
.single-product #review_form #respond .comment-form .comment-form-author input,
.single-product #review_form #respond .comment-form .comment-form-author textarea {
  background-color: #f9f9f9;
  border: 0;
  width: 100%;
  padding: 20px 30px;
}

.single-product #review_form #respond .comment-form .comment-form-author {
  width: 50%;
  float: left;
  padding-right: 26px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .single-product #review_form #respond .comment-form .comment-form-author {
    float: unset;
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .single-product #review_form #respond .comment-form {
    float: unset;
    width: 100%;
    padding-right: 0;
  }
}

.single-product #review_form #respond .comment-form .comment-form-email {
  width: 50%;
  padding-left: 26px;
  float: right;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .single-product #review_form #respond .comment-form .comment-form-email {
    float: unset;
    width: 100%;
    padding-left: 0;
  }
}

.single-product #review_form #respond .comment-form .comment-form-comment textarea {
  height: 171px !important;
}

.single-product #review_form #respond .comment-form .comment-form-cookies-consent {
  margin: 15px 0;
}

.single-product #review_form #respond .comment-form .comment-form-cookies-consent label {
  margin-left: 15px;
}

.single-product #review_form #respond .comment-form .form-submit {
  margin: 25px 0 0;
}

.single-product #review_form #respond .comment-form .form-submit .submit {
  border: 1px solid var(--glt-primary-color);
  background-color: var(--glt-primary-color);
  color: #ffffff;
  padding: 20px 45px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 17px;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
}

.single-product #review_form #respond .comment-form .form-submit .submit:hover {
  background: transparent;
  color: var(--glt-primary-color);
}

.single-product .reviews_tab {
  margin-bottom: 0 !important;
}

.single-product .entry-summary .woocommerce-product-rating .star-rating {
  font-size: .875em;
  margin-top: 11px;
}

.single-product .entry-summary .woocommerce-product-rating .star-rating span::before {
  color: var(--glt-primary-color);
  font-family: star;
}

.woocommerce-checkout li::before {
  content: none !important;
}

.woocommerce-checkout .page-title {
  font-size: 2.667em;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  line-height: 1.2;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  font-style: italic;
  color: #58595B;
  text-align: center;
  border: 0;
  background-color: unset;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: none;
  display: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--glt-primary-color);
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: var(--glt-secondary-color);
  text-decoration: none;
}

.woocommerce-checkout form.checkout_coupon {
  max-width: 800px;
  margin-top: 0;
  text-align: center;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em auto;
  font-family: var(--glt-secondary-font);
}

.woocommerce-checkout form.checkout_coupon p {
  margin-bottom: 0;
  font-size: 0.83em;
}

.woocommerce-checkout form.checkout_coupon .form-row {
  margin: 1.2em 0;
  float: none;
  display: inline-block;
}

.woocommerce-checkout form.checkout_coupon .form-row.form-row-first {
  text-align: right;
  width: 45%;
}

.woocommerce-checkout form.checkout_coupon .form-row.form-row-first input {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 12px;
  height: 100%;
  width: 100%;
  height: 48px;
}

.woocommerce-checkout form.checkout_coupon .form-row.form-row-last {
  text-align: left;
  width: auto;
}

.woocommerce-checkout form.checkout_coupon .form-row.form-row-last button {
  background-color: var(--glt-primary-color);
  color: #ffffff;
  height: 48px;
  font-weight: 600;
  outline: 0;
  border: 1px solid var(--glt-primary-color);
  text-transform: uppercase;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.woocommerce-checkout form.checkout_coupon .form-row.form-row-last button:hover {
  background-color: var(--glt-secondary-color);
  border-color: var(--glt-secondary-color);
}

.woocommerce-checkout form.checkout_coupon .form-row .checkout-form-wrapper {
  margin: 1.2em 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
  font-family: var(--glt-secondary-font);
  font-size: 1.667em;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1440px) {
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
    font-size: 1.22em;
    line-height: 1.250em;
  }
}

@media (max-width: 1024px) {
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
    font-size: 1.222em;
  }
}

@media (max-width: 767px) {
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
    font-size: 1.222em;
  }
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  height: 1.5px;
  width: 63px;
  left: 0;
  bottom: -14px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 20px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
  width: 50%;
  padding-right: 10px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  width: 50%;
  padding-left: 20px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row label {
  font-size: 0.833em;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row input {
  width: 100%;
  font-size: 0.833em;
  padding: 14px 15px;
  border: 0;
  background-color: #f9f9f9;
  color: #666;
  border-radius: 3px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  height: 50px;
  background-color: #f9f9f9;
  border: 0;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 00.833em;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row ::-webkit-input-placeholder {
  font-size: 1em;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row :-ms-input-placeholder {
  font-size: 1em;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row ::-ms-input-placeholder {
  font-size: 1em;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row ::placeholder {
  font-size: 1em;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .form-row label {
  font-size: 0.833em;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .form-row .woocommerce-input-wrapper #order_comments {
  height: 125px;
  width: 100%;
  font-size: 0.833em;
  padding: 14px 15px;
  border: 0;
  background-color: #f9f9f9;
  color: #666;
  border-radius: 3px;
}

.woocommerce-checkout #order_review_heading {
  font-family: var(--glt-secondary-font);
  font-size: 1.667em;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1440px) {
  .woocommerce-checkout #order_review_heading {
    font-size: 1.22em;
    line-height: 1.250em;
  }
}

@media (max-width: 1024px) {
  .woocommerce-checkout #order_review_heading {
    font-size: 1.222em;
  }
}

@media (max-width: 767px) {
  .woocommerce-checkout #order_review_heading {
    font-size: 1.222em;
  }
}

.woocommerce-checkout #order_review_heading:after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  height: 1.5px;
  width: 63px;
  left: 0;
  bottom: -14px;
}

.woocommerce-checkout .woocommerce-checkout-review-order table {
  border: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tr,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart_item {
  background-color: unset !important;
  border-bottom: 1px solid #d0d2d3;
}

.woocommerce-checkout .woocommerce-checkout-review-order table th {
  font-size: 1.333em !important;
  padding: 18px 16px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table td {
  padding: 26px 16px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table thead .product-total {
  text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-total {
  text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-total span {
  color: #58595B;
}

.woocommerce-checkout .woocommerce-checkout-review-order tfoot th {
  border: 0;
  font-family: var(--glt-secondary-font);
  font-weight: 500 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order tfoot td {
  text-align: right;
  color: #000000;
  font-weight: 500 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order tfoot .woocommerce-Price-amount.amount {
  text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order tfoot .order-total strong {
  font-weight: 600;
  font-size: 1.33em;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background: none;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
  border: 0;
  padding: 0;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li {
  border-top: 3px solid var(--glt-primary-color);
  padding: 20px;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order {
  padding: 1em 0;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order p {
  font-family: var(--glt-secondary-font);
  font-size: 1em;
  line-height: 1.7778;
  color: #58595B;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.button.alt {
  float: left;
  background-color: var(--glt-primary-color);
  font-weight: 500;
  font-family: var(--glt-secondary-font);
  padding: 21px 28px;
  border-radius: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.button.alt:hover {
  background-color: var(--glt-secondary-color);
}

.woocommerce-cart #primary .site-main .shop_table {
  border: 0;
}

.woocommerce-cart #primary .site-main .shop_table thead tr {
  border-bottom: 1px solid #d0d2d3;
}

.woocommerce-cart #primary .site-main .shop_table thead tr th {
  font-size: 1.33em;
  color: #000000;
  padding: 12px 21px;
}

.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item {
  background-color: unset;
  border-bottom: 1px solid #d0d2d3;
}

.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item td {
  font-size: 1em;
  border: 0;
  padding: 12px 21px;
}

@media (max-width: 1024px) {
  .woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item td {
    padding: 14px 7px;
  }
}

.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-name a {
  text-decoration: underline;
}

.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-name a:hover {
  text-decoration: none;
}

.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-quantity .quantity .qty {
  float: unset;
  width: 132px;
  text-align: center;
}

.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-thumbnail img {
  width: 60px;
  height: 60px;
}

.woocommerce-cart #primary .site-main .shop_table tbody tr {
  background-color: unset !important;
}

.woocommerce-cart #primary .site-main .shop_table tbody tr td {
  padding: 18px 0;
  background-color: unset;
}

.woocommerce-cart #primary .site-main .shop_table tbody .coupon #coupon_code {
  font-size: 1em;
  width: 203px;
  padding: 18px;
  font-family: var(--glt-secondary-font);
  color: #58595b;
  border: 1px solid #929497;
  border-radius: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .woocommerce-cart #primary .site-main .shop_table tbody .coupon #coupon_code {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart #primary .site-main .shop_table tbody .coupon button {
    padding: 20px 10px;
  }
}

.woocommerce-cart #primary .site-main .shop_table tbody button {
  background-color: var(--glt-primary-color);
  color: #ffffff;
  border-radius: 15px;
  font-size: 1em;
  font-family: var(--glt-secondary-font);
  padding: 20px 37px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.woocommerce-cart #primary .site-main .shop_table tbody button:hover {
  background-color: var(--glt-secondary-color);
}

.woocommerce-cart #primary .site-main .cart-collaterals {
  margin-top: 40px;
}

.woocommerce-cart #primary .site-main .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
}

.woocommerce-cart #primary .site-main .cart-collaterals h2 {
  font-family: var(--glt-secondary-font);
  font-size: 1.667em;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}

.woocommerce-cart #primary .site-main .cart-collaterals h2::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  height: 1.5px;
  width: 63px;
  left: 0;
  bottom: -14px;
}

.woocommerce-cart #primary .site-main .cart-collaterals .wc-proceed-to-checkout .button {
  display: inline-block;
  font-size: 1em;
  font-family: var(--glt-secondary-font);
  background-color: var(--glt-primary-color);
  font-weight: 600;
  border-radius: 15px;
  padding: 1em 2.2em;
}

.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr {
  background-color: unset;
  border-bottom: 1px solid #d0d2d3;
}

.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr th {
  font-size: 1.333em;
  font-weight: 500;
  font-family: var(--glt-secondary-font);
  vertical-align: middle;
  border: 0 !important;
}

.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr td {
  text-align: right;
  background-color: unset;
}

.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr .cart-subtotal .woocommerce-Price-amount.amount {
  font-size: 1em;
  opacity: 1;
  font-weight: 500;
  color: #58595b;
}

.woocommerce-cart #primary .site-main .cart-collaterals table tbody .order-total th {
  padding-top: 18px;
  padding-bottom: 18px;
}

.woocommerce-cart #primary .site-main .cart-collaterals table tbody .order-total .woocommerce-Price-amount.amount {
  font-size: 1em;
  color: #000000;
  font-weight: 500;
}

.archive .page-header .breadcrumb-wrapper .container {
  padding: 0px;
}

.archive .page-header .page-title span {
  font-size: inherit;
}

.archive .page-header .breadcrumb-wrapper {
  margin-top: 27px;
}

.archive .page-header .page-title {
  color: #000000;
  font-size: 2.667em;
  font-family: var(--glt-primary-font);
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .archive .page-header .page-title {
    font-size: 2.000em;
  }
}

@media (max-width: 1024px) {
  .archive .page-header .page-title {
    font-size: 1.778em;
  }
}

@media (max-width: 767px) {
  .archive .page-header .page-title {
    font-size: 1.778em;
  }
}

.archive article {
  margin-bottom: 0;
}

.archive article .post-thumbnail img, .archive article .post-thumbnail svg {
  width: 100%;
  border-radius: 15px;
}

.archive article .content-wrap {
  padding: 30px;
}

.archive article .content-wrap .entry-title a:hover {
  color: var(--glt-primary-color);
}

.archive article .entry-meta {
  position: absolute;
  margin-top: -55px;
  margin-left: 25px;
}

.archive article .entry-details {
  padding: 25px 31px;
}

@media (max-width: 1440px) {
  .archive article .entry-details {
    padding: 15px 15px;
  }
}

@media (max-width: 767px) {
  .archive article .entry-details {
    padding: 18px 11px;
  }
}

.archive article .entry-details h3 {
  font-size: 1.333em;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: var(--glt-primary-font);
}

.archive article .entry-details h3 a:hover {
  color: var(--glt-primary-color);
}

.archive.full-width article {
  margin-bottom: 0;
}

.archive.full-width .author-section {
  grid-column: 1/4 span;
}

.archive.full-width .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 46px;
  grid-row-gap: 26px;
}

@media (max-width: 1024px) {
  .archive.full-width .content-wrap-main {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .archive.full-width .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}

.archive.rightsidebar .content-wrap-main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 50px;
  grid-row-gap: 26px;
}

.archive.rightsidebar .content-wrap-main .content-wrap {
  max-width: 389px;
  margin: auto;
  padding: 30px 0;
}

.archive.rightsidebar .content-wrap-main article {
  width: calc(50% - 25px);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .archive.rightsidebar .content-wrap-main article {
    width: 100%;
  }
}

.archive #load-more {
  text-align: center;
}

.archive.masonary .site-main {
  display: block;
}

.archive.masonary .site-main .content-wrap-main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -25px;
}

.archive.masonary .site-main article {
  width: calc(50% - 50px);
  margin: 0 25px 15px;
}

.author-section {
  margin-bottom: 48px;
}

.author-section .author-title {
  position: relative;
  font-size: 1.667em;
  line-height: 1.25555;
  color: #000000;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  margin-bottom: 39px;
}

@media (max-width: 1440px) {
  .author-section .author-title {
    font-size: 1.333em;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}

.author-section .author-title::after {
  position: absolute;
  content: "";
  background-color: var(--glt-primary-color);
  width: 63px;
  height: 1.5px;
  bottom: -8px;
  left: 0;
}

.author-section .author-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

@media (max-width: 767px) {
  .author-section .author-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.author-section .author-wrapper .author-img {
  margin: 0;
  width: 95px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
}

.author-section .author-wrapper .author-wrap {
  padding-left: 25px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .author-section .author-wrapper .author-wrap {
    padding-left: 0;
  }
}

.author-section .author-wrapper .author-wrap .author-name {
  font-size: 1.333em;
  line-height: 1.217899;
  font-weight: 500;
  padding-bottom: 20px;
}

.author-section .author-wrapper .author-wrap .author-content {
  color: #58595B;
  font-weight: 400;
  font-size: 0.889em;
}

.author-section .author-wrapper .author-wrap .author-content p {
  line-height: 1.75;
  margin-bottom: 20px;
}

.author-section .author-wrapper .author-wrap .author-social ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
}

.author-section .author-wrapper .author-wrap .author-social ul li {
  margin: 0 5px;
}

.author-section .author-wrapper .author-wrap .author-social ul li a {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.author-section .author-wrapper .author-wrap .author-social ul li a:hover path {
  fill: var(--glt-primary-color);
}

.author .page-header .page-title span {
  font-size: inherit;
}

.author .page-header .container {
  padding: 0 15px;
}

.author article .post-thumbnail img, .author article .post-thumbnail svg {
  width: 100%;
  border-radius: 15px;
}

.author article .content-wrap {
  padding: 30px;
}

.author article .content-wrap .entry-title a:hover {
  color: var(--glt-primary-color);
}

.author article .entry-meta {
  position: absolute;
  margin-top: -55px;
  margin-left: 25px;
}

.author article .entry-details {
  padding: 25px 31px;
}

@media (max-width: 1440px) {
  .author article .entry-details {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .author article .entry-details {
    padding: 18px 11px;
  }
}

.author article .entry-details h3 {
  font-size: 1.667em;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (max-width: 1440px) {
  .author article .entry-details h3 {
    font-size: 1.22em;
    line-height: 1.250em;
  }
}

@media (max-width: 1024px) {
  .author article .entry-details h3 {
    font-size: 1.222em;
  }
}

.author article .entry-details h3 a:hover {
  color: var(--glt-primary-color);
}

.author #load-more {
  text-align: center;
}

.author.masonary .site-main {
  display: block;
}

.author.masonary .site-main .content-wrap-main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -25px;
}

.author.masonary .site-main article {
  width: calc(50% - 50px);
  margin: 0 25px 15px;
}

.author.rightsidebar .content-wrap-main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 50px;
  grid-row-gap: 26px;
  margin-bottom: 40px;
}

.author.rightsidebar .content-wrap-main .content-wrap {
  max-width: 389px;
  margin: auto;
  padding: 30px 0;
}

.author.rightsidebar .content-wrap-main article {
  width: calc(50% - 25px);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .author.rightsidebar .content-wrap-main article {
    width: 100%;
  }
}

.author.full-width article {
  margin-bottom: 0;
}

.author.full-width .author-section {
  grid-column: 1/4 span;
}

.author.full-width .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 46px;
  grid-row-gap: 26px;
}

@media (max-width: 1024px) {
  .author.full-width .content-wrap-main {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .author.full-width .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}

.search.search-results .page-header {
  font-size: 1em;
  color: #000000;
  margin: 22px 0 34px;
}

.search.search-results .page-header .breadcrumb-wrapper {
  margin-bottom: 0;
}

.search.search-results .page-header .breadcrumb-wrapper .container {
  padding: 0;
}

.search .page-header .breadcrumb-wrapper {
  margin-top: 27px;
}

.search .page-header .page-title {
  font-size: 2.667em;
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  line-height: 1.2;
}

.search article .post-thumbnail img, .search article .post-thumbnail svg {
  border-radius: 15px;
}

.search article .content-wrap {
  padding: 25px 30px;
}

@media (max-width: 1440px) {
  .search article .content-wrap {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .search article .content-wrap {
    padding: 15px;
  }
}

.search article .content-wrap .entry-title {
  font-weight: 600;
}

.search article .content-wrap .entry-title a:hover {
  color: var(--glt-primary-color);
}

.search article .entry-meta {
  position: absolute;
  margin-top: -84px;
}

.search article .entry-details {
  font-size: 1em;
}

.search article .entry-details .entry-content {
  margin: 0;
}

.search article .entry-details p {
  margin-bottom: 19px;
}

.search article .entry-details .author-details,
.search article .entry-details .author-name {
  border-color: #929497;
}

.search article .entry-details .date,
.search article .entry-details .comments {
  border-color: #929497;
}

.search article .entry-details .date a,
.search article .entry-details .comments a {
  color: #929497;
}

.search article .entry-details .date a:hover,
.search article .entry-details .comments a:hover {
  color: var(--glt-primary-color);
}

.search.full-width .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 22px;
}

@media (max-width: 1024px) {
  .search.full-width .content-wrap-main {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .search.full-width .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.search #load-more {
  text-align: center;
}

.search.masonary .site-main {
  display: block;
}

.search.masonary .site-main .content-wrap-main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -25px;
}

.search.masonary .site-main article {
  width: calc(50% - 50px);
  margin: 0 25px 15px;
}

.search.search-no-results .breadcrumb-wrapper .container {
  padding: 0;
}

.search.search-no-results #load-more {
  display: none;
}

.search.search-no-results .page-header {
  margin: 11px 0 20px;
}

.search.search-no-results .page-content {
  margin: 0;
}

.search.search-no-results h1 {
  color: #000000;
}

.search.search-no-results .content-wrap-main {
  text-align: center;
  display: block;
}

.search.search-no-results .search-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.search.search-no-results .search-form label {
  width: 37%;
}

@media (max-width: 1024px) {
  .search.search-no-results .search-form label {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .search.search-no-results .search-form label {
    width: 100%;
  }
}

.search.search-no-results .search-form input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 70px;
  width: 100%;
  padding: 15px;
}

.search.search-no-results .search-form input[type="submit"] {
  background-color: var(--glt-primary-color);
  height: 70px;
  width: 70px;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.search.search-no-results.rightsidebar .site-main .content-wrap-main {
  display: block;
  text-align: left;
}

.search.search-no-results.rightsidebar .site-main .content-wrap-main .search-form {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.search.search-no-results.rightsidebar .site-main .content-wrap-main .search-form label {
  width: 80%;
}

.search.rightsidebar .site-main .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .search.rightsidebar .site-main .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.blog.full-width .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .blog.full-width .content-wrap-main {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .blog.full-width .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.blog .content-wrap-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .blog .content-wrap-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}

.blog .content-wrap-main .post-thumbnail {
  margin-bottom: 15px;
}

.blog .content-wrap-main .post-thumbnail img {
  border-radius: 15px;
}

.blog .content-wrap-main .entry-header .entry-meta {
  margin: 10px 0;
}

.blog .content-wrap-main .entry-title {
  margin: 10px 0;
}

.blog #load-more {
  text-align: center;
}

.single-post .content-area .site-main .post-image .post-thumbnail {
  margin-bottom: 40px;
}

.single-post .content-area .site-main .post-image .entry-header {
  margin: 40px 0;
}

.single-post .content-area .site-main .post-image .entry-header .category a {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  background-color: var(--glt-primary-color);
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  margin: 5px;
}

.single-post .content-area .site-main .post-image .entry-header .entry-title {
  margin: 25px auto;
  line-height: 1.25em;
  border-radius: 5px;
}

.single-post .content-area .site-main .post-image .entry-header .entry-title span {
  font-family: var(--glt-primary-font);
  position: relative;
  border-radius: 5px;
  padding: 5px 0;
  color: #000000;
  background: #ffffff;
  -webkit-box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
          box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
}

.single-post .content-area .site-main .post-image .entry-header .auth-details .date {
  display: inline-block;
  padding-left: 14px;
  border-left: 1px solid #000000;
}

.single-post .content-area .site-main .post-image .entry-header .auth-details .author-name {
  border-right: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .single-post .content-area .site-main .post-image .entry-header .auth-details .author-name {
    border: 0;
  }
}

.single-post .content-area .site-main .post-image .entry-header .auth-details .comments {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 9px;
}

.single-post .content-area .site-main .post-image .entry-header .auth-details .time {
  color: #808184;
  padding-left: 14px;
  border-left: 1px solid #929497;
}

.single-post .content-area .site-main .post-image .entry-header .auth-details .time span {
  color: #000000;
  background-color: #ffffff;
  font-size: 0.648em;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  display: block;
  margin-right: 3px;
}

.single-post .content-area .site-main .content-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .single-post .content-area .site-main .content-wrap {
    display: block;
    margin: 0;
  }
}

.single-post .content-area .site-main .content-wrap .entry-content {
  margin: 0;
}

@media (max-width: 767px) {
  .single-post .content-area .site-main .content-wrap .entry-content {
    width: 100%;
  }
}

.single-post .content-area .site-main .content-wrap .entry-content a {
  text-decoration: underline;
  color: var(--glt-secondary-color);
}

.single-post .content-area .site-main .content-wrap .entry-content a:hover {
  text-decoration: none;
}

.single-post .content-area .site-main .content-wrap .entry-content p {
  font-weight: 400;
  line-height: 1.7778;
  color: #58595B;
  margin-bottom: 35px;
}

.single-post .content-area .site-main .content-wrap .entry-content .wp-caption {
  margin-top: 10px;
  margin-bottom: 30px;
}

.single-post .content-area .site-main .content-wrap .entry-content .wp-block-table figcaption {
  text-align: center;
}

.single-post .content-area .site-main .content-wrap .entry-content blockquote {
  margin: 0 0 45px;
}

.single-post .content-area .site-main .content-wrap .entry-content blockquote p {
  margin: 0;
}

.single-post .content-area .site-main .content-wrap .entry-content h1 {
  margin: 0.67em 0;
}

.single-post .content-area .site-main .content-wrap .entry-content h2, .single-post .content-area .site-main .content-wrap .entry-content h3, .single-post .content-area .site-main .content-wrap .entry-content h4 {
  margin: 0.67em 0;
}

.single-post .content-area .site-main .content-wrap .entry-content h5, .single-post .content-area .site-main .content-wrap .entry-content h6 {
  margin: 1em 0;
}

.single-post .content-area .site-main .entry-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-post .content-area .site-main .entry-footer .tags-title {
  font-size: 0.888889em;
  font-family: var(--glt-secondary-font);
  text-transform: uppercase;
  color: #000000;
  margin-right: 10px;
}

.single-post .content-area .site-main .entry-footer a {
  font-size: 0.778em;
  font-family: var(--glt-secondary-font);
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #414042;
}

.page {
  font-family: var(--glt-secondary-font);
}

.page .page-header {
  margin: 22px 0 39px;
}

.page .page-grid {
  margin-top: 37px;
}

.page .site-main .entry-content {
  margin: 0;
}

.page .site-main .entry-title {
  font-family: var(--glt-secondary-font);
  font-size: 2.667em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

@media (max-width: 1440px) {
  .page .site-main .entry-title {
    font-size: 2em;
  }
}

@media (max-width: 1024px) {
  .page .site-main .entry-title {
    font-size: 1.778em;
  }
}

@media (max-width: 767px) {
  .page .site-main .entry-title {
    font-size: 1.778em;
  }
}

.page .site-main ul {
  padding-left: 15px;
}

.page .site-main h1,
.page .site-main h2,
.page .site-main h3,
.page .site-main h4,
.page .site-main h5,
.page .site-main h6 {
  font-family: var(--glt-secondary-font);
  margin: 36px 0 32px 0;
}

.page .site-main h6 {
  font-size: 14px;
}

.page .site-main h5 {
  font-size: 16px;
}

.page .site-main p {
  margin-bottom: 30px;
  color: #58595b;
}

.page .site-main blockquote {
  margin: 40px 0 43px;
}

.page .site-main .wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
}

.page .site-main .wp-block-gallery .blocks-gallery-grid li {
  margin: 0;
}

.page .site-main .wp-block-gallery .blocks-gallery-grid li::before {
  content: none;
}

.page .site-main .post-thumbnail {
  margin-bottom: 40px;
}

.error404 .page-header {
  margin: 28px 0 27px !important;
}

.error404 .not-found {
  max-width: 800px;
  margin: 0 auto;
}

.error404 .not-found .page-header {
  font-family: var(--glt-secondary-font);
  text-align: center;
  color: #231f20;
}

.error404 .not-found .page-header h2 {
  font-size: 5.556em;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .error404 .not-found .page-header h2 {
    font-size: 4.23em;
  }
}

@media (max-width: 767px) {
  .error404 .not-found .page-header h2 {
    font-size: 2.23em;
  }
}

.error404 .not-found .page-header h2 span {
  font-size: 1em;
  display: block;
}

.error404 .not-found .page-header .subtitle {
  max-width: 500px;
  padding-top: 70px;
  margin: auto;
  font-weight: 400;
  color: #58595b;
}

.error404 .not-found .page-header .subtitle p {
  margin-bottom: 0;
}

.error404 .not-found .error404-search {
  max-width: 549px;
  margin: auto;
  margin-top: 45px;
}

.error404 .not-found .error404-search .search-form {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.error404 .not-found .error404-search .search-form label {
  width: calc(100% - 70px);
}

.error404 .not-found .error404-search .search-form input[type="search"] {
  background: #eeeeee;
  font-family: "Montserrat", sans-serif;
  padding: 19px 34px;
  height: 100%;
  font-size: 1em;
  border: 0;
  width: 100%;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.error404 .not-found .error404-search .search-form input[type="submit"] {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.841' height='28.288' viewBox='0 0 30.841 28.288'%3E%3Cg id='Searvh' transform='translate(-1085.637 -607.58)'%3E%3Ccircle id='Ellipse_11' data-name='Ellipse 11' cx='11.198' cy='11.198' r='11.198' transform='translate(1087.137 609.08)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_13' data-name='Line 13' x2='7.245' y2='5.479' transform='translate(1107.132 628.288)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 27px;
  background-color: var(--glt-primary-color);
  height: 70px;
  width: 70px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.error404 .additional-post {
  border: 0;
  margin-top: 97px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .error404 .additional-post {
    margin-top: 60px;
  }
}

.error404 .additional-post .post {
  width: calc(33.333333% - 51px);
}

@media (max-width: 1024px) {
  .error404 .additional-post .post {
    width: calc(50% - 51px);
  }
}

@media (max-width: 767px) {
  .error404 .additional-post .post {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .error404 .additional-post .post .entry-header {
    padding: 10px;
  }
}

.error404 .additional-post .post .entry-header .entry-details {
  margin: 10px 0;
}

@media (max-width: 767px) {
  .error404 .additional-post .post .entry-header .entry-meta {
    top: 60%;
  }
}

.error404 .additional-post .post .author-desc {
  margin-top: 0;
  grid-row-gap: 10px;
}

.error404 .additional-post .post .author-desc .date, .error404 .additional-post .post .author-desc .comments {
  margin-top: 0;
  margin-bottom: 0;
}

.error404 .additional-post .post .author-desc .author-details {
  margin-top: 0;
}

.error404 .fallback-svg {
  border-radius: 10px;
}

.error404 .post-thumbnail img {
  border-radius: 10px;
}

.page-template-contact .contact-main-wrap {
  grid-gap: 52px;
}

@media (max-width: 1024px) {
  .page-template-contact .contact-main-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-template-contact .page-header {
  margin: 22px 0 39px;
}

.page-template-contact .contact-wrapper .page-title {
  font-family: var(--glt-secondary-font);
  font-weight: 500;
  font-size: 2.667em;
  line-height: 1.2;
  padding-bottom: 25px;
}

@media (max-width: 1440px) {
  .page-template-contact .contact-wrapper .page-title {
    font-size: 1.556em;
  }
}

@media (max-width: 1024px) {
  .page-template-contact .contact-wrapper .page-title {
    font-size: 1.556em;
  }
}

@media (max-width: 767px) {
  .page-template-contact .contact-wrapper .page-title {
    font-size: 1.333em;
  }
}

.page-template-contact .contact-wrapper .contact-info-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.0068%;
          flex: 0 0 48.0068%;
  max-width: 48.0068%;
}

@media (max-width: 1024px) {
  .page-template-contact .contact-wrapper .contact-info-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-template-contact .contact-wrapper .contact-info-wrap p {
  color: #58595b;
  margin-bottom: 0;
}

.page-template-contact .contact-wrapper .contact-info-wrap .contact-info {
  margin-top: 60px;
  margin-left: 0;
  padding: 0;
}

.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .phone-number a {
  display: block;
  margin: 5px 0;
}

.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .email-desc a {
  display: block;
  margin: 5px 0;
}

.page-template-contact .contact-wrapper .contact-info-wrap .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
}

.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper {
  margin-bottom: 40px;
}

.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper li,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper li,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .location-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .email-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .phone-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .location-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .email-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .phone-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .location-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .email-wrap,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .phone-wrap {
  margin-right: 38px;
}

.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .location-details,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .email-details,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .phone-details,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .location-details,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .email-details,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .phone-details,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .location-details,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .email-details,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .phone-details {
  font-family: var(--glt-secondary-font);
  color: #58595b;
}

.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .location-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .location-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .location-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .email-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .email-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .email-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .phone-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .phone-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .location-wrapper .phone-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .location-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .location-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .location-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .email-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .email-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .email-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .phone-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .phone-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .email-wrapper .phone-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .location-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .location-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .location-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .email-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .email-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .email-details .phone-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .phone-details .location-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .phone-details .email-title,
.page-template-contact .contact-wrapper .contact-info-wrap .phone-wrapper .phone-details .phone-title {
  display: block;
  font-size: 1em;
  line-height: 2;
  font-weight: 600;
  color: #231f20;
}

.page-template-contact .contact-wrapper .map {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form-wrapper {
  margin: 65px 0 94px;
}

.contact-form-wrapper .form-wrap {
  background-color: #f9f9f9;
  border-radius: 22px;
  padding: 104px 95px;
}

@media (max-width: 1024px) {
  .contact-form-wrapper .form-wrap {
    padding: 35px 34px;
  }
}

.contact-form-wrapper .form-wrap .contact-form-grid {
  grid-gap: 50px;
}

@media (max-width: 1024px) {
  .contact-form-wrapper .form-wrap .contact-form-grid {
    grid-gap: 25px;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper .form-wrap .contact-form-grid {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
  }
}

.contact-form-wrapper .form-wrap p {
  margin-bottom: 19px;
}

.contact-form-wrapper .form-wrap p,
.contact-form-wrapper .form-wrap input {
  width: 100%;
}

.contact-form-wrapper .form-wrap input:not(input[type="submit"]),
.contact-form-wrapper .form-wrap textarea {
  border: 0;
  color: #a6a8ab;
  background: #f0f1f1;
  padding: 13px 33px;
  border: 0;
  border-radius: 0;
  font-size: 1em;
}

.contact-form-wrapper .form-wrap input[type="submit"] {
  width: unset;
  color: #fff;
  border-radius: 11px;
  padding: 20px 35px;
  font-family: var(--glt-secondary-font);
  border: 1px solid var(--glt-primary-color);
  font-size: 1em;
  font-weight: 500;
  margin-top: 15px;
  background: var(--glt-primary-color);
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact-form-wrapper .form-wrap input[type="submit"] {
    width: 100%;
  }
}

.contact-form-wrapper .form-wrap input[type="submit"]:hover {
  background: transparent;
  color: var(--glt-primary-color);
}
