/*! This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Best Shop 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-size: 18px;
text-transform: var(--glt-primary-textTransform);
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 {
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;
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 {
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"] {
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 {
box-sizing: inherit;
}
html {
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-right: auto;
margin-left: 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 {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-right: auto;
margin-left: 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: Open Sans, serif;
--glt-secondary-font: Montserrat, sans-serif;
}
.cat1 {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--glt-primary-color);
}
.cat3 {
font-size: 0.778em;
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, .default .posts-navigation .nav-links, .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, .site-header.style-four .header-top .container, .site-header.style-four .header-top .container .social-links, .site-header.style-six .header-top .header-top-wrap, .site-header.style-six .header-top .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, .site-header .header-search-wrap 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, .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 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.widget.widget_social_feeds .social-links li a {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 39%;
height: 50px;
width: 50px;
right: -25px;
background-image: url('data:image/svg+xml;
utf-8, ') !important;
background-color: #ffffff !important;
background-repeat: no-repeat !important;
background-position: center !important;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
background-size: 17px !important;
line-height: 50px;
border-radius: 50%;
transition: 0.2s all ease;
transform: translateY(-50%);
z-index: 999;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
font-size: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
background-color: var(--glt-primary-color) !important;
background-image: url('data:image/svg+xml;
utf-8, ') !important;
}
@media (max-width: 1024px) {
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
width: 30px;
height: 30px;
background-size: 12px;
}
}
.owl-carousel .owl-nav button.owl-next {
background-image: url('data:image/svg+xml;
utf-8, ') !important;
left: -25px;
right: auto;
}
.owl-carousel .owl-nav button.owl-next:hover {
background-image: url('data:image/svg+xml;
utf-8, ') !important;
}
.article-meta {
position: sticky;
right: 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;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
z-index: 99;
height: auto;
}
}
.article-meta .article-meta-inner {
position: sticky;
top: 0;
}
.article-meta .article-meta-span {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-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;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: 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: 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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
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 {
}
.auth-details .author-desc {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
@media (max-width: 767px) {
.auth-details .author-details .author-name {
border-left: 1px solid #808184 !important;
}
}
@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%;
object-fit: cover;
vertical-align: top;
}
.auth-details .author-details .author-name {
margin-right: 6px;
margin-left: 14px;
padding-left: 14px;
border-left: 1px solid #ffffff;
}
@media (max-width: 767px) {
.auth-details .author-details .author-name {
border-left: 0px;
}
}
.auth-details .date {
margin-left: 14px;
}
.auth-details .date a {
color: #808184;
}
.auth-details .comments {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding-right: 10px;
border-right: 1px solid #000000;
}
.auth-details .comments span {
width: 14px;
height: 14px;
margin-left: 7px;
}
.dropdown {
float: right;
color: #000000;
font-family: var(--glt-primary-color);
font-size: 6.056em;
line-height: 0.8;
font-weight: 600;
margin: 0 0 28px 15px;
}
.section-header .section-title {
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;
right: 0;
bottom: -14px;
}
.site-main .entry-content ul, .site-main .entry-content ol {
margin: 0;
padding-right: 16px;
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;
right: -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-right: 30px;
}
.site-main .entry-content ol li::before {
background-image: unset;
content: counter(olCount) ".";
position: absolute;
top: 4px;
right: 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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
@media (max-width: 767px) {
.post-navigation.pagination .nav-links {
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;
-webkit-align-items: 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;
-webkit-flex-direction: column;
-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: left;
float: left;
margin-right: 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;
-webkit-flex-direction: row-reverse;
-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;
-webkit-flex: 0 0 132px;
-moz-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;
-webkit-flex: 0 0 90px;
-moz-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;
-webkit-flex: 0 0 75px;
-moz-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%;
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%;
right: 50%;
transform: translate(50%, -50%);
}
.navigation.pagination .page-numbers.prev::after {
transform: rotate(180deg);
right: 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;
border: 1px solid var(--glt-primary-color);
font-size: 1em;
font-weight: 500;
background: var(--glt-primary-color);
cursor: pointer;
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;
right: 0;
}
.additional-post .section-grid {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-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%;
right: 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: grid;
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 {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {
.sponser-section .sponser-wrap {
grid-template-columns: repeat(2, 1fr);
grid-gap: 15px;
}
}
.sponser-section .sponser-wrap img {
width: unset;
transition: 0.3s ease all;
}
.sponser-section .sponser-wrap img:hover {
transform: scale(1.1);
}
.default .posts-navigation .nav-links {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
.default .posts-navigation .nav-links a {
display: inline-block;
}
.page-grid {
margin-top: 35px;
margin-bottom: 25px;
}
.page-grid {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
-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;
-webkit-flex-direction: column;
-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;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
}
#secondary {
flex: 0 0 30.977%;
max-width: 30.977%;
}
@media (max-width: 1024px) {
#secondary {
max-width: 100%;
flex: 0 0 100%;
}
}
.leftsidebar .page-grid {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-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;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*::before, *::after {
box-sizing: inherit;
}
body, button, input, select, optgroup, textarea {
font-size: 18px;
font-weight: 400;
line-height: 1.5;
}
a {
text-decoration: none;
color: #000000;
-webkit-transition: all ease 0.35s;
-moz-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 {
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-size: 1em;
line-height: 1.5556;
}
span {
}
.entry-content h1 {
font-size: 2.667em;
}
.entry-content h2 {
font-size: 1.667em;
}
.entry-content h3 {
font-size: 1.333em;
}
.entry-content h4 {
}
.entry-content h5 {
}
.entry-content h6 {
}
.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;
border: 1px solid var(--glt-primary-color);
font-size: 1em;
font-weight: 500;
background: var(--glt-primary-color);
cursor: pointer;
transition: all 0.3s ease;
}
.primary-btn:hover {
color: #ffffff;
background: var(--glt-secondary-color);
border: 1px solid var(--glt-secondary-color);
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: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
border-radius: 50%;
width: 60px;
height: 60px;
position: absolute;
top: 50%;
right: 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%;
object-fit: cover;
}
.wp-custom-header-video-button {
position: relative;
left: 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;
left: 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;
left: 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 3em 1.5em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul, li > ol {
margin-bottom: 0;
margin-right: 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%;
}
::placeholder {
font-size: 1em;
font-weight: 500;
}
.wp-caption-text {
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-right: 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;
left: 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;
margin-top: 23px;
display: block;
}
#primary .post .entry-content table, #primary .page .entry-content table {
border-collapse: collapse;
text-align: right;
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-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);
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;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
right: 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;
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area ol li ol {
padding-right: 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%;
transform: translateY(-50%);
right: -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-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;
right: 0;
}
.comments-area .comment-author.vcard img {
width: 95px;
height: 95px;
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;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
padding-right: 26px;
}
@media (max-width: 767px) {
.comments-area .author-details-wrap {
padding-right: 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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
font-size: 0.889em;
}
.comments-area .reply svg {
vertical-align: middle;
}
.comments-area .reply .comments {
margin-left: 26px;
}
.comments-area .reply .comment-reply-link {
position: relative;
}
.comments-area .reply .comment-reply-link::after {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: -32px;
background-color: #000000;
height: 1px;
width: 20px;
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 {
left: -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-right: 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;
right: 0;
}
.comments-area .comment-respond .comment-reply-title small {
margin-right: 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 ::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 {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-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-left: 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, ');
background-size: contain;
background-repeat: no-repeat;
width: 17px;
height: 17px;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
display: none;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
position: absolute;
display: none;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + .checkmark::after {
display: block;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + .checkmark {
background-color: #f9f9f9;
}
.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;
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);
}
@keyframes slideDown {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
/* 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 {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
color: #000000;
font-weight: 500;
margin-bottom: 56px;
}
@media (max-width: 1440px) {
.widget .widget-title {
font-size: 1.556em;
margin-bottom: 30px;
line-height: 1.3;
}
}
@media (max-width: 1024px) {
.widget .widget-title {
font-size: 1.444em;
}
}
@media (max-width: 767px) {
.widget .widget-title {
font-size: 1.333em;
}
}
.widget .widget-title::after {
position: absolute;
content: "";
background-color: var(--glt-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
right: 0;
}
.widget .author_bio_holder {
text-align: center;
padding: 29px 63px;
border-radius: 16px;
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 0 8px 8px;
}
.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;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
transition: 0.2s ease all;
border-radius: 15px;
}
.widget.widget_social_feeds .social-links li:hover {
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;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
width: 43px;
height: 43px;
border-radius: 9px;
margin-left: 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;
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-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 ul {
border-radius: 16px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
margin: 0;
font-size: 0.889em;
font-weight: 500;
padding: 17px 28px 17px;
}
.widget.widget_categories ul li {
position: relative;
padding: 13px 14px;
font-size: 1em;
font-weight: 500;
}
.widget.widget_categories ul li:not(:last-child) {
border-bottom: 1px dashed #929497;
}
.widget.widget_categories ul li::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
right: 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 ul li a {
font-size: 1.13em;
}
.widget.widget_categories ul 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-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.widget.widget_search .search-form input[type="submit"] {
float: left;
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-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.widget.widget-trending-posts {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
-webkit-align-items: 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%;
object-fit: cover;
}
.widget.widget-trending-posts .entry-header {
padding-right: 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;
}
#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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: 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-left: 1px solid grey;
}
#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
float: left;
text-align: left;
border-right: 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;
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;
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-right: 8.25em;
}
.widget.widget_block.widget_block ul {
margin-right: 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-weight: 500;
margin-bottom: 56px;
}
@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;
right: 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-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.widget.widget_block.widget_search form button.wp-block-search__button {
float: left;
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-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.widget.widget_block.widget_tag_cloud a {
margin: 5px;
}
.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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.site-header .header-wrapper .nav-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
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;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
justify-content: flex-end;
margin-left: 86px;
}
.site-header .header-wrapper .header-left ul {
text-align: center;
}
.site-header .header-wrapper .header-left ul li {
position: relative;
display: inline-block;
font-size: 1.111em;
font-weight: 500;
line-height: 1.2;
}
.site-header .header-wrapper .header-left ul li.focus > .sub-menu {
opacity: 1;
clip: inherit;
visibility: visible;
transform: translateX(0);
}
.site-header .header-wrapper .header-left ul li.menu-item-has-children::after {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 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.menu-item-has-children:hover > ul {
opacity: 1;
clip: inherit;
visibility: visible;
transform: translateX(0);
}
.site-header .header-wrapper .header-left ul li:nth-last-of-type(1) ul.sub-menu li .sub-menu {
left: 100%;
right: unset;
}
.site-header .header-wrapper .header-left ul li:nth-last-of-type(1) ul.sub-menu li::after {
transform: rotate(270deg);
}
.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 {
position: absolute;
width: 250px;
right: 0;
top: 100%;
padding: 10px 0;
background-color: #ffffff;
color: #000000;
clip: rect(1px, 1px, 1px, 1px);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
opacity: 0;
transform: translateX(10000%);
z-index: 999;
visibility: hidden;
transition: opacity 0.2s ease;
-webkit-transition: opacity 0.5s ease;
}
.site-header .header-wrapper .header-left ul ul.sub-menu ul {
right: 100%;
top: -10px;
}
.site-header .header-wrapper .header-left ul ul.sub-menu li {
display: block;
font-size: 0.95em;
font-weight: 400;
text-align: right;
}
.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);
left: 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;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-header .header-wrapper .header-right {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
line-height: 0.66;
}
.site-header .header-wrapper .header-right .social-links {
padding-left: 7px;
border-left: 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);
transition: 0.2s ease all;
}
.site-header .header-wrapper .header-right .header-search {
margin-right: 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:hover path {
fill: var(--glt-primary-color);
stroke: var(--glt-primary-color);
transition: 0.2s ease all;
}
.site-header.style-two {
position: unset !important;
padding: 30px 0;
}
@media (max-width: 1024px) {
.site-header.style-two {
padding: 0;
}
}
.site-header.style-two .header-wrapper {
padding-top: 0;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
.site-header.style-two .header-wrapper .site-branding {
text-align: center;
}
.site-header.style-two .header-wrapper .site-branding h1 a, .site-header.style-two .header-wrapper .site-branding p {
color: #000000;
}
.site-header.style-two .menu-secondary-container .menu {
margin-top: 60px;
padding-left: 20px;
}
.site-header.style-two .menu-secondary-container .menu li {
position: relative;
}
.site-header.style-two .menu-secondary-container .menu li .sub-menu {
display: none;
}
.site-header.style-two .menu-secondary-container .menu a {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
padding: 12px 30px 12px 0;
font-weight: 400;
}
.site-header.style-two .menu-secondary-container .menu a:hover {
color: var(--glt-primary-color);
border-bottom: 1px solid var(--glt-primary-color);
}
.site-header.style-four {
position: unset;
}
.site-header.style-four .header-top {
padding: 50px 0 0px 0;
}
.site-header.style-four .header-top .site-branding {
text-align: center;
}
.site-header.style-four .header-top .site-branding h1 a, .site-header.style-four .header-top .site-branding p {
color: #000000;
}
.site-header.style-four .header-top .container {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
.site-header.style-four .header-top .container .social-links {
margin: 0;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.site-header.style-four .header-top .container .social-links li {
margin: 0 5px;
line-height: 0.2;
}
.site-header.style-four .header-top .container .social-links li a:hover svg path {
fill: var(--glt-primary-color);
}
.site-header.style-four .header-top .container .header-search > button {
background-color: var(--glt-primary-color);
border: 1px solid var(--glt-primary-color);
height: 40px;
width: 40px;
border-radius: 50%;
transition: 0.3s ease all;
}
.site-header.style-four .header-top .container .header-search > button svg {
margin-right: -7px;
}
.site-header.style-four .header-top .container .header-search > button svg path {
stroke: #ffffff;
}
.site-header.style-four .header-top .container .header-search > button:hover {
background: var(--glt-secondary-color);
border: 1px solid var(--glt-secondary-color);
}
.site-header.style-four .header-bottom .header-left {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
margin: 0;
}
.site-header.style-four .header-bottom ul.nav-menu a {
padding: 38px 21px 40px 21px;
}
.site-header.style-five .header-top {
background-color: #f9f9f9;
padding: 56.6px 0 46.6px;
}
.site-header.style-five .container .site-branding h1 a, .site-header.style-five .container .site-branding p {
color: #000000;
}
.site-header.style-five .container .nav-wrap .header-left {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
margin: 0;
}
.site-header.style-six {
padding: 0 !important;
position: relative;
}
.site-header.style-six .header-top {
padding: 26px 0 69px;
background-color: var(--glt-primary-color);
}
.site-header.style-six .header-top .header-top-wrap, .site-header.style-six .header-top .social-links {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
.site-header.style-six .header-top .social-links {
margin: 0;
}
.site-header.style-six .header-top .social-links li {
margin: 0 9px;
}
.site-header.style-six .header-top .social-links li path {
fill: #ffffff;
stroke: #ffffff;
}
.site-header.style-six .header-bottom .header-wrapper {
background-color: #ffffff;
padding: 0px 40px 0 72px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
position: absolute;
right: 50%;
transform: translateX(50%);
width: 85%;
margin: 0 auto;
top: 67%;
z-index: 9;
}
.site-header.style-six .header-bottom .header-wrapper .nav-wrap {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
.site-header.style-six .header-bottom .header-wrapper .header-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
justify-content: flex-start;
margin: 0;
}
.site-header.style-six .header-bottom .header-wrapper .header-left ul.menu li a {
padding: 26px 21px;
}
.site-header.style-six .header-bottom .header-wrapper .header-left ul.sub-menu li a {
font-weight: 500;
padding: 14px 23px 10px 23px;
}
.site-header.style-six .header-bottom .header-wrapper .search {
background-color: var(--glt-primary-color);
border: 0;
outline: 0;
width: 60px;
height: 52px;
}
.site-header.style-six .header-bottom .header-wrapper .search svg path {
fill: #ffffff;
stroke: #ffffff;
}
.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;
}
.angle-down {
position: absolute;
top: 0;
left: 4px;
padding: 0;
width: 264px;
height: 51px;
background: transparent;
border: 0;
cursor: pointer;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
transition: all ease 0.2s;
}
.angle-down::after {
position: absolute;
top: 50%;
left: 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%);
-moz-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.mobile-header {
display: none;
}
.mobile-header .container .mob-nav-site-branding-wrap .header-left {
margin-left: 0;
}
@media (max-width: 1024px) {
.site-header > .container {
display: none;
}
}
@media (max-width: 1024px) {
.site-header.style-four .header-top, .site-header.style-four .header-bottom {
display: none;
}
}
@media (max-width: 1024px) {
.site-header.style-six .header-top, .site-header.style-six .header-bottom {
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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
.mobile-header .header-bottom-slide-inner {
position: fixed;
right: 0;
top: 0px;
width: 370px;
height: 100%;
background-color: #ffffff;
z-index: 9999999999999;
overflow-y: auto;
overflow-x: hidden;
transition: 0.3s all ease-in-out;
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-left: 40px;
grid-gap: 20px;
flex-wrap: wrap;
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrap {
padding: 22px 15px 25px 15px;
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;
left: 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;
right: 0;
top: 0;
left: 0;
bottom: 0;
transform: rotate(-45deg);
transition: 0.3s ease all;
background-color: #404040;
}
.mobile-header .header-bottom-slide-inner .close::after {
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-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-left: 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 {
box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15);
}
.site-header .header-search-wrap {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
display: none;
}
.site-header .header-search-wrap .header-search-inner {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
.site-header .header-search-wrap .close {
position: absolute;
top: 14px;
left: 20px;
width: 40px;
height: 50px;
padding: 0;
background: none;
border: none;
min-height: auto;
font-size: 0;
cursor: pointer;
}
.site-header .header-search-wrap .close::before, .site-header .header-search-wrap .close::after {
width: 30px;
height: 2px;
position: absolute;
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-header .header-search-wrap .close::before {
transform: rotate(45deg);
}
.site-header .header-search-wrap .close:hover::before, .site-header .header-search-wrap .close:hover::after {
background-color: var(--glt-primary-color);
}
.site-header .header-search-wrap form {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
height: 70px;
max-width: 700px;
width: 100%;
}
.site-header .header-search-wrap form label {
width: 100%;
}
.site-header .header-search-wrap form label input[type="search"] {
height: 70px;
width: 100%;
padding: 15px;
}
.site-header .header-search-wrap 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;
}
.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;
right: 20px;
box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}
.skip-link:focus {
top: 0;
z-index: 99;
}
.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;
left: 0;
bottom: 0;
right: 0;
margin: auto;
border-radius: 5px;
background-color: #000000;
overflow: hidden;
-webkit-transition: all ease 0.35s;
-moz-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: left;
font-size: 1.111em;
text-transform: uppercase;
font-weight: 600;
color: #000000;
margin-top: 4px;
margin-right: 15px;
}
.page-header {
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;
}
#load-more {
margin-top: 40px;
margin-bottom: 30px;
}
#load-more a {
padding: 18px 22.5px;
display: inline-block;
}
#load-more a.disabled {
display: none;
}
#load-more a svg {
margin-left: 5px;
}
.entry-meta .category a {
font-size: 0.778em;
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);
}
.site-branding img {
width: var(--logo-width);
}
#glb-top {
display: none;
padding: 0;
visibility: visible;
opacity: 1;
position: fixed;
bottom: 20px;
left: 20px;
width: 60px;
height: 60px;
background: rgba(0, 0, 0, 0.37);
color: #fff;
cursor: pointer;
text-align: center;
line-height: 70px;
border-radius: 100%;
z-index: 999;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
@media (max-width: 600px) {
#glb-top {
height: 40px;
width: 40px;
}
}
#glb-top:hover, #glb-top:focus {
background-color: var(--glt-primary-color);
}
#glb-top svg {
width: 24px;
height: 24px;
margin-top: 18px;
}
@media (max-width: 600px) {
#glb-top svg {
width: 18px;
height: 18px;
margin-top: 12px;
}
}
.single #glb-top {
bottom: 80px;
}
.single .breadcrumb-wrapper .page-header > .container {
padding: 0;
}
body.custom-background-image .site, body.custom-background-color .site {
margin: 20px;
max-width: 90%;
margin: 0 auto;
width: 100%;
background-color: #fff;
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-left: 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;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
z-index: 11;
opacity: 0;
visibility: hidden;
-webkit-transition: ease 0.35s;
-moz-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-left: 8px;
padding-left: 8px;
}
}
@media (max-width: 767px) {
.archive .auth-details .author-desc .date, .search .auth-details .author-desc .date {
width: auto;
margin-left: 8px;
}
}
.site-banner.banner-slider .item-wrap .item {
position: relative;
}
.site-banner.banner-slider .item-wrap .item > a {
display: block;
position: relative;
}
.site-banner.banner-slider .item-wrap .item > a img {
width: 100%;
object-fit: cover;
height: 701px;
}
.site-banner.banner-slider .item-wrap .item > a::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9;
}
@media (max-width: 767px) {
.site-banner.banner-slider.style-one .item-wrap .owl-item .item > img {
height: 300px;
object-fit: cover;
}
}
.site-banner.banner-slider.style-one .banner-caption {
position: absolute;
bottom: -145px;
right: 0;
left: 0;
text-align: center;
z-index: 999;
}
@media (max-width: 767px) {
.site-banner.banner-slider.style-one .banner-caption {
bottom: auto;
position: unset;
}
}
.site-banner.banner-slider.style-one .container {
max-width: 890px;
background-color: #ffffff;
text-align: center;
padding: 48px 68px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
.site-banner.banner-slider.style-one .container {
max-width: 90%;
padding: 20px;
}
}
.site-banner.banner-slider.style-one .container .category a {
margin: 5px;
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--glt-primary-color);
}
.site-banner.banner-slider.style-one .container .banner-title {
font-size: 2.667em;
line-height: 1.2;
padding: 15px 0;
}
@media (max-width: 1440px) {
.site-banner.banner-slider.style-one .container .banner-title {
font-size: 1.556em;
line-height: 1.5em;
}
}
@media (max-width: 1024px) {
.site-banner.banner-slider.style-one .container .banner-title {
font-size: 1.444em;
}
}
@media (max-width: 767px) {
.site-banner.banner-slider.style-one .container .banner-title {
font-size: 1.333em;
padding-bottom: 0px;
}
}
.site-banner.banner-slider.style-one .container .banner-title a:hover {
color: var(--glt-primary-color);
}
.site-banner.banner-slider.style-one .container .author-desc {
margin-top: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-flex-wrap: unset;
-moz-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
@media (max-width: 767px) {
.site-banner.banner-slider.style-one .container .author-desc {
margin-top: 10px;
}
}
.site-banner.banner-slider.style-one .container .author-desc img {
width: unset;
}
.site-banner.banner-slider.style-one .container .author-desc .author-details {
width: unset;
}
.site-banner.banner-slider.style-one .container .author-desc .author-details .author-name {
border-left: 1px solid #000000;
}
.site-banner.banner-slider.style-one .container .author-desc .comments {
color: #808184;
}
.site-banner.banner-slider.style-one .owl-item {
padding-bottom: 164px;
}
@media (max-width: 767px) {
.site-banner.banner-slider.style-one .owl-item {
padding-bottom: 30px;
}
}
.site-banner.banner-slider.style-one .owl-nav button.owl-next {
left: 175px;
}
@media (max-width: 1440px) {
.site-banner.banner-slider.style-one .owl-nav button.owl-next {
left: 107px;
}
}
@media (max-width: 1024px) {
.site-banner.banner-slider.style-one .owl-nav button.owl-next {
left: 15px;
}
}
@media (max-width: 600px) {
.site-banner.banner-slider.style-one .owl-nav button.owl-next {
top: 30%;
}
}
.site-banner.banner-slider.style-one .owl-nav button.owl-prev {
right: 175px;
}
@media (max-width: 1440px) {
.site-banner.banner-slider.style-one .owl-nav button.owl-prev {
right: 107px;
}
}
@media (max-width: 1024px) {
.site-banner.banner-slider.style-one .owl-nav button.owl-prev {
right: 15px;
}
}
@media (max-width: 600px) {
.site-banner.banner-slider.style-one .owl-nav button.owl-prev {
top: 30%;
}
}
.site-banner.style-two .item-wrap .item > a img {
height: 717px;
}
.site-banner.style-two .banner-caption {
color: #ffffff;
position: absolute;
bottom: 40px;
z-index: 99;
}
@media (max-width: 1024px) {
.site-banner.style-two .banner-caption {
right: 62px;
}
}
@media (max-width: 767px) {
.site-banner.style-two .banner-caption {
position: unset;
}
}
.site-banner.style-two .banner-caption .container {
max-width: 1036px;
padding: 0;
margin: 0 62px;
}
@media (max-width: 1024px) {
.site-banner.style-two .banner-caption .container {
margin: 0;
}
}
.site-banner.style-two .banner-caption .container .comments {
border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
.site-banner.style-two .banner-caption .container .banner-title {
font-size: 1.2em;
}
}
.site-banner.style-two .banner-caption .category {
display: block;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.site-banner.style-two .banner-caption .category {
margin: 0;
}
}
.site-banner.style-two .banner-caption .category a {
margin: 5px;
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
line-height: 50px;
border-radius: 5px;
background-color: var(--glt-primary-color);
}
.site-banner.style-two .banner-caption .auth-details {
margin-top: 40px;
}
@media (max-width: 767px) {
.site-banner.style-two .banner-caption .auth-details {
margin-top: 19px;
}
}
.site-banner.style-two .banner-caption .banner-title {
display: inline;
background: #ffffff;
font-size: 1.6em;
border: 6px solid #ffffff;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.site-banner.style-two .banner-caption .banner-title a:hover {
color: var(--glt-primary-color);
}
.site-banner.style-two .banner-caption .author-desc .author-name a, .site-banner.style-two .banner-caption .author-desc .date a {
color: #ffffff;
}
.site-banner.style-two .banner-caption .author-desc .author-name a:hover, .site-banner.style-two .banner-caption .author-desc .date a:hover {
color: var(--glt-primary-color);
}
@media (max-width: 767px) {
.site-banner.style-two .banner-caption .author-desc .author-name a, .site-banner.style-two .banner-caption .author-desc .date a {
color: #000000;
}
}
@media (max-width: 767px) {
.site-banner.style-two .banner-caption .author-name {
border-left: 1px solid #000000;
}
}
.site-banner.style-two .banner-caption .author-details .comments {
border-right: 1px solid #fff;
}
.site-banner.style-two .banner-caption .author-details img {
width: unset;
}
.site-banner.style-two .owl-carousel .owl-nav button.owl-prev, .site-banner.style-two .owl-carousel .owl-nav button.owl-next {
top: 50%;
}
@media (max-width: 767px) {
.site-banner.style-two .owl-carousel .owl-nav button.owl-prev, .site-banner.style-two .owl-carousel .owl-nav button.owl-next {
top: 29%;
}
}
@media (max-width: 1440px) {
.site-banner.style-two .owl-carousel .owl-nav button.owl-next {
left: 0;
}
}
@media (max-width: 1440px) {
.site-banner.style-two .owl-carousel .owl-nav button.owl-prev {
right: 0;
}
}
@media (max-width: 1024px) {
.site-banner.banner-slider.style-default .banner-details-wrapper {
right: 0;
}
}
.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.5);
z-index: inherit;
top: 0;
right: 0;
left: 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: auto;
}
}
.static-banner .banner-wrapper .banner-image-wrapper .wp-custom-header {
height: 100% !important;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-image-wrapper .wp-custom-header {
height: auto !important;
}
}
.static-banner .banner-wrapper .banner-image-wrapper img {
height: 100%;
width: 100%;
object-fit: cover;
}
.static-banner .banner-wrapper .banner-details-wrapper {
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0;
color: #ffffff;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper {
position: static;
background: #ffffff;
top: 0;
right: 0;
left: 0;
bottom: 0;
transform: translateY(0);
color: #000000;
padding: 40px 15px 0 15px;
}
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details {
max-width: 850px;
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: 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;
-webkit-flex-direction: column;
-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 {
font-weight: 500;
margin-bottom: 57px;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .banner-desc {
margin-bottom: 25px;
}
}
.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-right: 31px;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
margin-right: 0;
margin-top: 10px;
}
}
/* Galleries --------------------------------------------- */
.gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-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: grid;
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 {
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;
}
.layout-grid.rightsidebar .content-wrap-main article .entry-content, .layout-grid.leftsidebar .content-wrap-main article .entry-content {
margin-bottom: 12px;
padding: 0px 25px;
}
.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 {
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 {
grid-template-columns: 1fr;
}
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article {
display: grid;
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-right: 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: grid;
grid-template-columns: 1fr;
grid-gap: 50px;
}
@media (max-width: 1024px) {
.layout-two-column #primary .container .page-grid .content-wrap-main {
grid-template-columns: 1fr;
}
}
.layout-two-column #primary .container .page-grid .content-wrap-main article {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 36px;
width: 100%;
}
.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;
}
.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-right: 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: right;
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: 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;
}
.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-left: 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: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 40px;
}
@media (max-width: 1024px) {
.site-footer .footer-top .grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.site-footer .footer-top .grid {
grid-template-columns: 1fr;
grid-gap: 0;
}
}
.site-footer .footer-top .grid .col .widget-title {
position: relative;
font-size: 1.333em;
line-height: 1.16666667;
color: #ffffff;
font-weight: 500;
margin-bottom: 50px;
}
@media (max-width: 1440px) {
.site-footer .footer-top .grid .col .widget-title {
font-size: 1.556em;
margin-bottom: 30px;
line-height: 1.3;
}
}
@media (max-width: 1024px) {
.site-footer .footer-top .grid .col .widget-title {
font-size: 1.444em;
}
}
@media (max-width: 767px) {
.site-footer .footer-top .grid .col .widget-title {
font-size: 1.333em;
}
}
.site-footer .footer-top .grid .col .widget-title::after {
position: absolute;
content: "";
background-color: var(--glt-primary-color);
width: 63px;
height: 1px;
bottom: -15px;
right: 0;
}
.site-footer .footer-top .grid .col section ul {
margin: 0;
}
.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 {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 17px;
}
.site-footer .footer-top .grid .col section .footer_links ul {
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;
right: 0;
background-color: var(--glt-primary-color);
width: 0%;
height: 2px;
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;
padding: 13px 20px;
color: #ffffff;
border: 0;
width: 100%;
border-top-right-radius: 15px;
border-bottom-right-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-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form ::placeholder {
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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: 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 {
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;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.site-footer .footer-bottom .container .site-info {
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 {
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-left: 20px;
padding-left: 20px;
border-left: 1px solid #929497;
}
@media (max-width: 767px) {
.site-footer .footer-bottom .container .footer-bottom-menu ul li:not(:last-child) {
margin-left: 10px;
padding-left: 10px;
}
}
.site-footer .widget {
}
.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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: 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-left: 1px solid #ffffff;
}
.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
float: left;
text-align: left;
border-right: 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;
right: 0;
background-color: var(--glt-primary-color);
width: 0%;
height: 2px;
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;
}
section.newsletter-section .dt-newsletter-wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
padding: 93px 69px;
border-radius: 15px;
width: 100%;
}
@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;
-webkit-flex-direction: column;
-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-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%;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-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;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label {
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-right-radius: 15px;
border-bottom-right-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;
flex: 0;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
transition: 0.3s ease all;
}
@media (max-width: 1440px) {
section.newsletter-section .dt-newsletter-wrapper input[type="submit"] {
flex: unset;
border-radius: 15px;
}
}
@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;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: start;
-moz-align-items: start;
align-items: start;
width: 100%;
}
section.trending-section {
padding: 93.5px 0 85px;
margin-top: 0;
background-color: #F9F9F9;
}
section.trending-section .trending-section-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-row-gap: 30px;
grid-column-gap: 60px;
}
@media (max-width: 1440px) {
section.trending-section .trending-section-wrapper {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 1024px) {
section.trending-section .trending-section-wrapper {
grid-template-columns: repeat(1, 1fr);
}
}
.woocommerce-page .page-header .page-title {
color: #000000;
}
.woocommerce {
display: block;
}
.woocommerce .woocommerce-result-count {
font-size: 0.9em;
color: rgba(0, 0, 0, 0.5);
margin-bottom: 35px;
margin-top: 0.5em;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-ordering {
float: right;
}
}
.woocommerce ul.products .price ins {
margin-right: 10px;
}
.woocommerce ul.products .price del bdi {
opacity: 1;
text-decoration: line-through;
}
.woocommerce ul.products li.product {
float: unset;
width: 100% !important;
margin: 0;
}
.woocommerce ul.products li.product a img {
border-radius: 10px;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
font-weight: 600;
font-size: 1.333em;
padding: 3px 0 10px;
}
.woocommerce ul.products li.product a .woocommerce-Price-currencySymbol {
font-size: 1em;
}
.woocommerce ul.products li.product a .woocommerce-Price-amount bdi {
font-weight: 400;
font-size: 1.200em;
color: #58595B;
}
.woocommerce ul.products li.product .button {
color: #fff;
border-radius: 11px;
padding: 11px 37.5px;
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;
transition: all 0.3s ease;
}
.woocommerce ul.products li.product .button:hover {
background: transparent;
color: var(--glt-primary-color);
}
.woocommerce ul.products li.product .added_to_cart {
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 ul.products li.product a .onsale {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--glt-primary-color);
position: absolute;
left: 25px;
top: 20px;
font-weight: 400;
z-index: 1;
min-height: unset !important;
min-width: unset !important;
line-height: unset;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
border: 0;
}
.woocommerce 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%;
transition: 0.3s ease all;
}
.woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers, .woocommerce 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 nav.woocommerce-pagination .page-numbers li span.page-numbers:hover, .woocommerce nav.woocommerce-pagination .page-numbers li a:hover {
background-color: var(--glt-secondary-color);
border: 1px solid var(--glt-secondary-color);
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.next, .woocommerce nav.woocommerce-pagination .page-numbers li a.prev {
line-height: 22px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
border-top-color: var(--glt-primary-color);
}
.woocommerce .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-right: auto;
margin-left: 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-right: auto;
margin-left: 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-right: auto;
margin-left: auto;
margin-bottom: 10px;
}
li .star-rating::before {
content: "\73\73\73\73\73";
color: #d3ced2;
float: right;
top: 0;
right: 0;
position: absolute;
font-family: star;
}
li .star-rating > span::before {
content: "\73\73\73\73\73";
top: 0;
position: absolute;
right: 0;
color: var(--glt-primary-color);
font-family: star;
}
.single-product span.onsale {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--glt-primary-color);
position: absolute;
left: unset;
right: 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-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-left: 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-size: 1em;
line-height: 1.77778;
color: #58595b;
}
.single-product .summary.entry-summary .cart div.quantity {
margin: 0 0 0 21px;
}
.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-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-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 {
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;
right: 0;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
font-size: 1em;
line-height: 1.77778;
color: #58595b;
}
.single-product .related.products > h2 {
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;
right: 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-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: right;
padding-left: 26px;
margin-bottom: 13px;
}
@media (max-width: 767px) {
.single-product #review_form #respond .comment-form .comment-form-author {
float: unset;
width: 100%;
padding-left: 0;
}
}
@media (max-width: 767px) {
.single-product #review_form #respond .comment-form {
float: unset;
width: 100%;
padding-left: 0;
}
}
.single-product #review_form #respond .comment-form .comment-form-email {
width: 50%;
padding-right: 26px;
float: left;
margin-bottom: 13px;
}
@media (max-width: 767px) {
.single-product #review_form #respond .comment-form .comment-form-email {
float: unset;
width: 100%;
padding-right: 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-right: 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;
transition: 0.3s ease all;
border-radius: 17px;
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-weight: 500;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
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;
}
.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: left;
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: right;
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;
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;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
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;
right: 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-left: 10px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
width: 50%;
padding-right: 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 ::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-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;
right: 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: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-total {
text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-total span {
color: #58595B;
}
.woocommerce-checkout .woocommerce-checkout-review-order tfoot th {
border: 0;
font-weight: 500 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order tfoot td {
text-align: left;
color: #000000;
font-weight: 500 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order tfoot .woocommerce-Price-amount.amount {
text-align: left;
}
.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-size: 1em;
line-height: 1.7778;
color: #58595B;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.button.alt {
float: right;
background-color: var(--glt-primary-color);
font-weight: 500;
padding: 21px 28px;
border-radius: 15px;
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;
color: #58595b;
border: 1px solid #929497;
border-radius: 15px;
margin-left: 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;
padding: 20px 37px;
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-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;
right: 0;
bottom: -14px;
}
.woocommerce-cart #primary .site-main .cart-collaterals .wc-proceed-to-checkout .button {
display: inline-block;
font-size: 1em;
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;
vertical-align: middle;
border: 0 !important;
}
.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr td {
text-align: left;
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-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-right: 25px;
}
.archive article .entry-details {
padding: 25px 31px;
}
@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;
}
.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: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 46px;
grid-row-gap: 26px;
}
@media (max-width: 1024px) {
.archive.full-width .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.archive.full-width .content-wrap-main {
grid-template-columns: 1fr;
grid-row-gap: 15px;
}
}
.archive.rightsidebar .content-wrap-main {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-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 {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 40px -25px;
}
.archive.masonary .site-main article {
width: calc(50% - 50px);
margin: 0 25px 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-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: 767px) {
.search article .content-wrap {
padding: 15px;
}
}
.search article .content-wrap .entry-title {
font-weight: 500;
}
.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: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 48px;
grid-row-gap: 22px;
}
@media (max-width: 1024px) {
.search.full-width .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.search.full-width .content-wrap-main {
grid-template-columns: 1fr;
}
}
.search #load-more {
text-align: center;
}
.search.masonary .site-main {
display: block;
}
.search.masonary .site-main .content-wrap-main {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: 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: right;
}
.search.search-no-results.rightsidebar .site-main .content-wrap-main .search-form {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-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: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
@media (max-width: 767px) {
.search.rightsidebar .site-main .content-wrap-main {
grid-template-columns: 1fr;
}
}
.blog.full-width .content-wrap-main {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
.blog.full-width .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.blog.full-width .content-wrap-main {
grid-template-columns: 1fr;
}
}
.blog .content-wrap-main {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
@media (max-width: 767px) {
.blog .content-wrap-main {
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;
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;
}
@media (max-width: 767px) {
.single-post .content-area .site-main .post-image .entry-header .entry-title {
font-size: 2em;
}
}
.single-post .content-area .site-main .post-image .entry-header .entry-title span {
position: relative;
border-radius: 5px;
padding: 5px 0;
color: #000000;
background: #ffffff;
box-shadow: -10px 0 0 #ffffff, 10px 0 0 #ffffff;
}
.single-post .content-area .site-main .post-image .entry-header .auth-details .author-name {
border-left: 1px solid #000000;
}
@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;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding-left: 9px;
}
.single-post .content-area .site-main .post-image .entry-header .auth-details .time {
color: #808184;
padding-right: 14px;
border-right: 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-left: 3px;
}
.single-post .content-area .site-main .content-wrap {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: 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;
width: calc(100% - 80px);
}
@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;
}
.single-post .content-area .site-main .entry-footer .tags-title {
font-size: 0.888889em;
text-transform: uppercase;
color: #000000;
margin-left: 10px;
}
.single-post .content-area .site-main .entry-footer a {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: #414042;
}
.page {
}
.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-size: 2.667em;
font-weight: 500;
line-height: 1.2;
margin-top: 0;
}
@media (max-width: 1440px) {
.page .site-main .entry-title {
font-size: 2.000em;
}
}
@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-right: 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 {
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-right: 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 {
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;
-webkit-flex: 1;
-moz-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-right-radius: 18px;
border-bottom-right-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-left-radius: 18px;
border-bottom-left-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;
}