@charset "UTF-8";
/*
Theme Name: Omega Jewelry Store
Theme URI: https://omegathemes.com/wordpress/free-jewelry-wordpress-theme/
Author: Omega Themes
Author URI: https://omegathemes.com/
Description: Omega Jewellery Store WordPress theme is an exquisite and specialized template crafted to meet the unique needs of online jewellery retailers, gemstone dealers, and luxury accessory boutiques. This theme is tailored to create a visually stunning and user-friendly online shopping experience for both store owners and customers within the jewellery industry. One of the standout features of the Omega Jewellery Store theme is its elegant and responsive design. It not only highlights the beauty of the jewellery but also ensures that the website looks and functions flawlessly on various devices, including smartphones, tablets, and desktops. This responsiveness extends the reach of your store and caters to the preferences of a diverse customer base. Merchants benefit from the theme's robust e-commerce functionalities, seamlessly integrated with the popular WooCommerce plugin. This integration allows businesses to effectively manage their jewellery inventory, facilitate secure online transactions, and offer multiple payment options. It empowers store owners with the tools needed to build and maintain a successful online jewellery store. The Omega Jewellery Store theme places an emphasis on product showcase. It includes various features such as product galleries, sliders, and zoom-in capabilities, all designed to showcase jewellery in the most alluring manner. This not only enhances the shopping experience but also aids in attracting potential buyers.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omega-jewelry-store
Tags: blog, e-commerce, education, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, wide-blocks, custom-background, custom-logo, custom-menu, custom-colors, custom-header, featured-images, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Social Icon
# Gutenberg
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    padding: 0;
    margin: 0;
}

body {
    border: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 85%;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

body,
button,
input,
select,
optgroup,
textarea {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Figtree', sans-serif;
    color: #666B6E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    clear: both;
    font-weight: bold;
}

h1,
h2 {
    margin: 0 0 2rem;
    color: #000000;
}

h3,
h4,
h5,
h6 {
    margin: 0 0 1.5rem;
    color: #000000;
}

.entry-title {
    font-weight: bold;
}

.entry-title a {
    background-image: linear-gradient(180deg, transparent 94%, #000 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
}

.entry-title a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.entry-title-large {
    font-size: 5.4rem;
}

.entry-title-big {
    font-size: 4.2rem;
}

.entry-title-medium {
    font-size: 2.2rem;
}

.entry-title-small {
    font-size: 1.6rem;
}

@media (max-width: 991px) {
    .entry-title-big {
        font-size: 2.7rem;
    }
}

p {
    margin-bottom: 1.5em;
    margin-top: 0;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

::-moz-selection {
    background: #070707;
    color: #fff;
}

::selection {
    background: #070707;
    color: #fff;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #ffffff;
}

.body-scroll-locked {
    overflow: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.data-bg {
    background-color: #ffe2dc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
}

.data-bg-fixed {
    background-attachment: fixed;
}

.data-bg-large {
    height: 600px;
}

.data-bg-big {
    height: 350px;
}

.data-bg-medium {
    height: 340px;
}

.data-bg-small {
    height: 240px;
}

.data-bg-xsmall {
    height: 140px;
}

.data-bg-thumbnail {
    height: 100px;
}

@media (max-width: 991px) {
    .data-bg-large {
        height: 500px;
    }

    .data-bg-big {
        height: 350px;
    }
}

/*----------------------------------------------------*/

figure.wp-block-gallery.columns-3 {
    padding-right: 10%;
}

/* Gallery */

.wp-block-gallery {
    margin-bottom: 28px;
    margin-left: 0;
}

.wp-block-gallery figcaption {
    font-style: italic;
}

.wp-block-gallery.aligncenter {
    display: flex;
    margin: 0 -8px;
}

figure.wp-block-gallery.columns-3 {
    padding-right: 15%;
}

figure.wp-block-gallery.columns-2 {
    padding-right: 1%;
}

ul.blocks-gallery-grid {
    width: 70%;
}

h2.entry-title.entry-title-medium,
h1.entry-title.entry-title-large span {
    word-wrap: break-word;
}

.wp-block-button__link {
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
    border: 0.2rem solid #e1e1e3;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 2rem;
}

fieldset>*:first-child {
    margin-top: 0;
}

fieldset>*:last-child {
    margin-bottom: 0;
}

form {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

form>*:first-child {
    margin-top: 0;
}

form>*:last-child {
    margin-bottom: 0;
}

legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}

label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"]+label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

input,
textarea,
button,
.select {
    line-height: 1;
}

input,
textarea,
.select {
    border-color: #000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 0.2rem;
    box-shadow: none;
    color: inherit;
    display: block;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 1.5rem 1.8rem;
    width: 100%;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
    border-color: #1b9644;
}

textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}

select {
    font-size: inherit;
}

input::-webkit-input-placeholder {
    line-height: normal;
}

input:-ms-input-placeholder {
    line-height: normal;
}

input::-moz-placeholder {
    line-height: normal;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
    opacity: 0;
    visibility: hidden;
}

button,
.button,
.wp-block-search__button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce ul.products li.product .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: solid 2px #1b9644;
    color: #1b9644 !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    text-decoration: none;
    border-color: #1b9644;
    background-color: #1b9644;
}

button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 2px solid;
}

button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
.button:active,
.wp-block-search__button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}

.post-password-form {
    padding: 40px;
    background: #f8f9fa;
}

.post-password-form label {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-password-form input[type="password"] {
    min-height: 40px;
}

.post-password-form input[type="submit"] {
    padding: 0 2rem;
    min-height: 40px;
    height: 100%;
    border-radius: 0;
}

.post-password-form>p:first-child {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.post-password-form>p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
}

.btn-fancy {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.4s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    padding: 9px 27px;
}

.btn-fancy-primary {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
}

.btn-fancy-secondary {
    background-color: #fff;
    color: #000;
}

.btn-fancy-primary:hover,
.btn-fancy-primary:focus {
    background-color: #000;
    color: #fff;
}

.btn-fancy-secondary:hover,
.btn-fancy-secondary:focus {
    background-color: #000;
    color: #fff;
}

.topbar-info-icon svg polyline,
.topbar-info-icon svg line {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 40;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.theme-btn-link {
    font-size: 1.6rem;
}

.theme-btn-link:hover .topbar-info-icon svg polyline,
.theme-btn-link:hover .topbar-info-icon svg line,
.theme-btn-link:focus .topbar-info-icon svg polyline,
.theme-btn-link:focus .topbar-info-icon svg line {
    stroke-dashoffset: 80;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#top-header {
    background: #1b9644;
    padding: 10px 0;
    color: #fff;
}

#top-header span,
#top-header a {
    color: #fff;
    font-size: 15px;
}

#top-header svg {
    fill: #fff;
    margin-right: 10px;
}

#top-header span {
    margin-right: 15px;
    letter-spacing: 2px;
}

.header-titles {
    padding-right: 20px;
}

.header-titles .site-logo img {
    width: 130px;
    height: auto;
}

.header-titles .custom-logo-name {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
}

.header-titles .custom-logo-name {
    color: #000;
}

#center-header {
    padding: 15px 0;
}

#center-header svg {
    fill: #000;
    margin-right: 10px;
}


@media (max-width: 767px) {
    .header-titles .custom-logo-name {
        font-size: 2.8rem;
    }
}

.header-navigation-wrapper {
    position: relative;
}

.header-navbar {
    align-items: center;
    background: transparent;
    display: flex;
    position: relative;
    transition: none;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}

#site-header #activeNavbar {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 880;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.header-wrapper {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .header-areas-left,
.header-wrapper .header-areas-center,
.header-wrapper .header-areas-right {
    display: flex;
    align-items: center;
}

.header-wrapper .header-areas-left {
    justify-content: flex-start;
}

.header-wrapper .header-areas-center {
    justify-content: center;
    flex-grow: 1;
}

.header-wrapper .header-areas-center .site-description {
    text-align: center;
}

.header-wrapper .header-areas-right {
    justify-content: flex-end;
}

.main-nav-controls,
.navbar-controls {
    display: flex;
}

.main-nav-controls {
    align-items: center;
}

.navbar-controls {
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.navbar-control {
    background: transparent;
    border-color: transparent;
    color: inherit;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    margin: 0 1.25rem;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
}

.navbar-control .svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.main-nav-controls .navbar-control {
    margin: 0 1.25rem 0 auto;
}

.navbar-control:hover,
.navbar-control:focus,
.navbar-control:active {
    outline: none;
    border-color: transparent;
}

.navbar-control-trigger:focus {
    outline: none;
}

.navbar-control:focus-visible>.navbar-control-trigger {
    outline: 2px solid;
}

.header-searchbar {
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.header-searchbar.header-searchbar-active {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.admin-bar .header-searchbar.header-searchbar-active {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .header-searchbar.header-searchbar-active {
        top: 46px;
    }
}

.header-searchbar-inner {
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.header-searchbar-active .header-searchbar-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

.header-searchbar-area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.header-searchbar form {
    margin: 0;
    position: relative;
    width: 100%;
}

.header-searchbar .close-popup {
    margin-left: 1rem;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #1b9644;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

a:focus-visible {
    outline: 2px solid;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a,
.theme-custom-block a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
span.navbar-control-trigger {
    color: #000;
}

.single-post .header-layout {
    border-bottom: 1px solid #efece2;
}

.site-navigation .primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

.site-navigation .primary-menu .brand-home {
    color: #fff;
}

.site-navigation .primary-menu .brand-home a {
    color: inherit;
    font-size: 1px;
    line-height: 1px;
}

.site-navigation .primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.theme-menu,
.theme-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-menu a,
.responsive-content-menu a {
    color: inherit;
}

.site-navigation .primary-menu .icon {
    pointer-events: none;
    margin-left: 5px;
}

.rtl .site-navigation .primary-menu .icon {
    margin-left: 0;
    margin-right: 5px;
}

.site-navigation .primary-menu .icon .svg-icon {
    height: 1rem;
    width: 1rem;
}

.site-navigation .primary-menu>li {
    margin: 0 1rem;
    padding: 1.5rem 0;
}

.header-layout .site-navigation .primary-menu>li:last-child {
    margin-right: 0;
}

.rtl .header-layout .site-navigation .primary-menu>li:last-child {
    margin-right: 1rem;
    margin-left: 0;
}

.site-navigation .primary-menu>li>a,
.link-icon-wrapper a {
    line-height: 1;
    font-size: 1.5rem;
    position: relative;
}

.site-navigation .primary-menu>li.dropdown a:not(:hover):not(:focus),
.site-navigation .primary-menu>li.menu-item-has-children a:not(:hover):not(:focus) {
    color: inherit;
}

.site-navigation .primary-menu>li>a {
    color: #000;
}

.site-navigation .primary-menu>li>a::before {
    position: absolute;
    content: "";
    height: 0.1rem;
    width: 0;
    right: 0;
    bottom: -5px;
    background-color: black;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.link-icon-wrapper svg.svg-icon {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.site-navigation .primary-menu>li:hover>a::before,
.site-navigation .primary-menu>li:focus>a::before {
    width: 100%;
    left: 0;
}

.site-navigation .primary-menu>li.active>a::before {
    width: 100%;
    left: 0;
}

.site-navigation .primary-menu>li:not(.megamenu-has-children),
.site-navigation .primary-menu>li:not(.megamenu-has-children) .dropdown-menu li {
    position: relative;
}

.site-navigation .primary-menu a {
    display: inline-block;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}

/* SUB MENU */
.site-navigation .primary-menu ul {
    background: #1b9644;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    margin: 0 auto;
    position: absolute;
    left: -99999rem;
    top: 100%;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 30rem;
    z-index: 9;
}

.site-navigation .primary-menu ul>li:hover {
    background-color: #1b9644;
}

.site-navigation .primary-menu li.menu-item-has-children:hover>ul,
.site-navigation .primary-menu li.menu-item-has-children:focus>ul,
.site-navigation .primary-menu li.page_item_has_children:hover>ul,
.site-navigation .primary-menu li.page_item_has_children:focus>ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu li.menu-item-has-children:focus-within>ul,
.site-navigation .primary-menu li.page_item_has_children:focus-within>ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}

.site-navigation .primary-menu ul::before {
    height: 2rem;
    left: 0;
    right: 0;
}

.site-navigation .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    padding: 1.5rem;
    transition: background-color 0.15s linear;
    width: 93%;
}

.site-navigation .primary-menu ul li.menu-item-has-children>a {
    padding-right: 3rem;
}

.site-navigation .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}

/* DEEP DOWN */
.site-navigation .primary-menu ul ul {
    top: 0;
}

.site-navigation .primary-menu ul li.menu-item-has-children:hover>ul,
.site-navigation .primary-menu ul li.menu-item-has-children:focus>ul,
.site-navigation .primary-menu ul li.page_item_has_children:hover>ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus>ul {
    left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul li.menu-item-has-children:focus-within>ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus-within>ul {
    left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul ul::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 5.6rem;
    right: auto;
    left: -2rem;
    top: 0;
    width: 2rem;
}

.site-navigation .primary-menu ul ul::after {
    border: 0.8rem solid transparent;
    border-bottom-color: transparent;
    border-right-color: #000;
    bottom: auto;
    left: -1.6rem;
    top: 2rem;
}

.rtl .site-navigation .primary-menu ul ul::after {
    transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
    .site-navigation .primary-menu>li.menu-item-has-children>a {
        padding-right: 0;
        margin-right: 2rem;
    }

    .site-navigation .primary-menu ul li.menu-item-has-children>a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu>li.menu-item-has-children>a {
    padding-right: 0;
    margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children>a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}

@media screen and (max-width: 991px) {
    .site-navigation .primary-menu-wrapper {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .wrapper,
    .wrapper-fluid {
        width: auto !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

.menu-description {
    background-color: #000;
    color: #fff;
    padding: 4px 5px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    top: -20px;
    left: calc(100% - 20px);
    padding: 2px 5px;
    line-height: 10px;
    white-space: nowrap;
    z-index: 1;
}

.menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    border-top-color: #000;
    left: 3px;
    bottom: -4px;
}

.navbar-control-offcanvas {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px) {
    .navbar-control-offcanvas {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

#offcanvas-menu {
    background: rgba(0, 0, 0, 0.42);
    position: fixed;
    top: 0;
    height: 100%;
    right: -100%;
    width: 100%;
    z-index: 1000;
    justify-content: flex-end;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}

#offcanvas-menu .offcanvas-wraper {
    height: 100%;
    padding: 20px 100px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
}

#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media screen and (max-width: 991px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#offcanvas-menu .close-offcanvas-menu {
    text-align: right;
    cursor: pointer;
}

#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    margin-top: 40px;
}

.responsive-date-clock .responsive-content-date,
.responsive-date-clock .theme-topbar-clock {
    text-align: left;
}

.responsive-date-clock .theme-topbar-icon,
.responsive-date-clock .theme-topbar-label {
    display: inline-block;
    vertical-align: middle;
}

.offcanvas-wraper>* {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    will-change: transform, opacity;
}

.offcanvas-menu-active .offcanvas-wraper>* {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
    transition-delay: 0.3s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
    transition-delay: 0.6s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
    transition-delay: 0.9s;
}

#offcanvas-menu.offcanvas-menu-active {
    display: -ms-flexbox;
    display: flex;
    right: 0;
}

.offcanvas-main-navigation {
    width: 100%;
}

.offcanvas-item {
    margin-bottom: 15px;
}

.offcanvas-main-navigation li,
.responsive-content-menu li {
    border-bottom: 1px solid;
    position: relative;
}

.offcanvas-main-navigation li:last-child,
.responsive-content-menu li:last-child {
    border-bottom: none;
}

.offcanvas-main-navigation a,
.responsive-content-menu a {
    display: block;
    font-size: 18px;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
    width: 100%;
}

.offcanvas-main-navigation .sub-menu {
    border-top: 1px solid;
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
    display: block;
}

.offcanvas-main-navigation .submenu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
    height: .9rem;
    transition: transform .15s linear;
    width: 1.8rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle.button-toggle-active .svg-icon {
    transform: rotate(180deg);
}

.social-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.social-menu li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.social-menu li a .svg-icon {
    margin-left: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
}

.social-menu ul li a[href*="youtube.com"] .svg-icon {
    width: 1.9rem;
    height: 1.9rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.skip-link {
    font-size: 16px !important;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/* @media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
} */
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.widget:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 3rem;
    padding-bottom: 3rem;
}

.widget:last-child {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

.widget ul,
.widget ol {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget .button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget a {
    color: inherit;
}

.widget a:hover,
.widget a:focus {
    color: #2568ef;
}

.widget_nav_menu a {
    display: block;
    padding: 1rem 0;
}

.widget_nav_menu .menu>.menu-item:not(:first-child) {
    border-top: 1px #e9ecef solid;
}

.widget_nav_menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.widget_nav_menu .menu-item-has-children>a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.widget_nav_menu .menu-item-has-children>span {
    cursor: pointer;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.widget_nav_menu .menu-item-has-children>ul {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.widget_nav_menu .menu-item-expanded>span:after {
    content: "\e90f";
}

.widget_nav_menu .menu>.menu-item>.sub-menu {
    padding-bottom: 1rem;
}

.widget_nav_menu .sub-menu {
    display: none;
}

.widget_nav_menu .sub-menu a {
    padding: 0.5rem 0;
    line-height: 1;
}

.widget_nav_menu .sub-menu .sub-menu {
    padding: 0.5rem 0;
}

.widget_nav_menu .sub-menu .sub-menu a {
    padding-left: 1rem;
}

.widget_nav_menu .submenu-visible {
    display: block;
}

.search-form {
    margin: 0 auto;
}

.search-form label {
    display: block;
    margin: 0 auto;
    width: 80%;
    float: left;
}

.search-form label .search-field {
    border-right: 0;
}

.search-form .search-submit {
    float: left;
    width: 20%;
    -webkit-appearance: none;
}

.header-searchbar-area .search-form .search-submit {
    padding: 1.7rem 2rem;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-latest-comments li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}

.widget_recent_entries ul li:first-child:last-child,
.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
    padding-bottom: 0;
}

.widget_categories ul li:first-child:last-child>.children,
.widget_pages ul li:first-child:last-child>.children,
.widget_archive ul li:first-child:last-child>.children {
    padding-bottom: 0;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
    padding-right: 0.6666666667rem;
    margin-right: auto;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 1.5em;
}

.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li {
    padding: 1rem 0 1rem 1rem;
}

.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li {
    margin-left: 1rem;
    padding-left: 0;
}

.widget_search form {
    margin-top: 0;
}

#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
    margin-bottom: 15px;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot td.pad {
    display: none;
}

.widget_recent_comments li {
    position: relative;
    padding-bottom: 1rem;
}

.widget_recent_comments li:last-child {
    padding-bottom: 0;
}

.widget_recent_comments li .comment-author-link,
.widget_recent_comments li .comment-author-link a {}

.widget_recent_entries li {
    position: relative;
    padding-bottom: 1rem;
}

.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_recent_entries li .post-date {
    margin-left: 1rem;
}

.widget_recent_entries li .post-date:before {
    content: "(";
}

.widget_recent_entries li .post-date:after {
    content: ")";
}

.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss ul li {
    border-bottom: 1px #e9ecef solid;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_rss ul li .rsswidget {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.widget_rss ul li .rss-date {
    display: block;
    margin-top: 0.25rem;
}

.widget_rss ul li .rssSummary {
    margin-top: 0.25rem;
    color: #000000;
}

.widget_rss ul li cite {
    display: block;
    margin-top: 0.25rem;
    font-style: normal;
    text-align: right;
    font-size: 0.8125rem;
}

.widget_tag_cloud {
    overflow: hidden;
}

.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
    background: rgba(0, 0, 0, 0.052);
    font-size: 12px !important;
    padding: 0.5rem 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
    background: #000;
    color: #fff;
}

.widget_tag_cloud .tagcloud a:last-child {
    margin-right: 0;
}

.widget_tag_cloud .tagcloud a:first-letter {
    text-transform: uppercase;
}

.widget_media_video .mejs-container {
    max-width: 100%;
    overflow: hidden;
}

.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
    max-width: 100%;
    overflow: hidden;
}

.widget_media_gallery {
    overflow: hidden;
}

.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem -0.5rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
    display: block;
    border-radius: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
    opacity: 0.6;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
    padding: 1rem 1rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
    display: none;
}

.widget_media_gallery .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
    color: #000000;
    word-wrap: break-word;
}

.widget_text ul {
    list-style: disc;
    margin: 0 0 1rem 1rem;
}

.widget_text ol {
    list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
    border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
    padding-bottom: 0;
}

.widget_text ul li ul {
    margin: 0 0 0 1rem;
}

.widget_text ul li li {
    padding-left: 0;
    padding-right: 0;
}

.widget_text ol li {
    list-style-position: inside;
}

.widget_text ol li+li {
    margin-top: -1px;
}

/*Custom Widgets*/
.widget .tab-head .twp-nav-tabs {
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

.widget .tab-head .twp-nav-tabs li {
    float: left;
    margin: 0 auto;
    width: 33.33%;
}

.widget .tab-head .twp-nav-tabs>li>a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.widget .tab-head .twp-nav-tabs>li.active>a,
.widget .tab-head .twp-nav-tabs>li>a:focus,
.widget .tab-head .twp-nav-tabs>li>a:hover,
.widget .tab-head .twp-nav-tabs>li.active>a:focus,
.widget .tab-head .twp-nav-tabs>li.active>a:hover {
    background: #000;
    color: #fff;
}

.widget .tab-head .post-description {
    margin-top: 20px;
}

.site-content .data-bg:not(.site-content .single-featured-banner .data-bg) {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.site-content .data-bg:hover:not(.site-content .single-featured-banner .data-bg) {
    filter: blur(0.15rem);
}

.site-content .single-featured-banner {
    color: #fff;
}

.site-content .single-featured-banner .data-bg {
    position: relative;
    padding: 15rem 0;
    background-attachment: fixed;
}

.site-content .single-featured-banner .data-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.14);
}

.site-content .single-featured-banner .featured-banner-content .entry-meta a {
    color: inherit;
}

.site-content .single-featured-banner .breadcrumbs ul li span:before,
.site-content .single-featured-banner .entry-meta-item::before {
    color: #fff;
}

.tab-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.site-content .tab-icon {
    width: 20px;
    height: 20px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.theme-widget-list li .article-list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.theme-widget-list li:last-child .article-list {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.theme-widget-list .article-image {
    position: relative;
}

.trend-item {
    background-color: #000;
    color: #fff;
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 20px;
    outline: 2px solid #000;
    outline-offset: 4px;
    z-index: 1;
}

.category-widget-header .category-title,
.category-widget-header .post-count {
    display: inline-block;
    vertical-align: middle;
}

.category-widget-header .category-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-widget-header .post-count {
    background-color: #000;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 100%;
}

.category-widget-description,
.category-latest-article .entry-title {
    margin-top: 15px;
    margin-bottom: 0;
}

.author-widget-details .profile-data-bg {
    border-radius: 100%;
    border: 5px solid #fff;
    height: 160px;
    margin: 0 auto;
    width: 160px;
}

.data-bg-enable.author-widget-details .profile-data-bg {
    margin-top: -80px;
}

.author-widget-details .author-content {
    text-align: center;
}

.author-content .entry-title {
    margin-top: 10px;
}

.author-widget-details .author-social-profiles {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.author-widget-details .author-social-profiles>a {
    display: inline-block;
    margin: 0 5px;
}

.author-widget-details .author-social-profiles .svg-icon {
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    outline: 2px solid;
    padding: 8px;
    outline-offset: 3px;
}

.author-widget-details .author-social-profiles a:hover .svg-icon,
.author-widget-details .author-social-profiles a:focus .svg-icon {
    background: #000;
}

.theme-social-widget ul li {
    margin: 2px 0;
    display: inline-block;
    vertical-align: middle;
}

.theme-social-widget ul li a {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
}

.theme-social-widget ul li a:hover,
.theme-social-widget ul li a:focus {
    filter: alpha(opacity=90);
    opacity: 0.9;
    color: #fff;
}

.theme-social-widget ul li .svg-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-breadcrumb {
    margin-bottom: 4rem;
}

.breadcrumbs {
    font-size: 1.6rem;
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    .breadcrumbs {
        /* display: none; */
    }

    .site-topbar,
    .header-wrapper {
        text-align: center;
    }

    .header-wrapper,
    .header-wrapper .header-areas-left,
    .header-wrapper .header-areas-center,
    .header-wrapper .header-areas-right {
        display: grid;
        justify-content: unset;
    }

    .header-wrapper .header-areas-left,
    .header-wrapper .header-areas-right {
        justify-content: unset;
        margin-bottom: 15px;
    }

    .product-image {
        display: block !important;
    }

    .navbar-controls {
        justify-content: center;
    }

    h1.site-title {
        margin-bottom: 0;
    }
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul .trail-item span {
    position: relative;
}

.breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0;
}

.breadcrumbs ul li span:before {
    content: "/";
    margin: 0 6px;
    color: rgba(0, 0, 0, 0.24);
}

.breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.entry-header-1 {
    margin-top: 3rem;
    padding-top: 3rem;
}

@media (max-width: 991px) {
    .entry-header-1 .entry-title {
        font-size: 4rem;
    }
}

@media (max-width: 575px) {
    .entry-header-1 .entry-title {
        font-size: 3rem;
    }
}

.entry-title a {
    color: inherit;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wrapper,
.wrapper-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1400px) {
    .wrapper-fluid {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1441px) {
    .wrapper {
        max-width: 1300px;
    }
}

.column-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column-row-collapse {
    margin-right: 0;
    margin-left: 0;
}

.column-row-small {
    margin-right: -5px;
    margin-left: -5px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.column-row-collapse .column {
    padding-right: 0;
    padding-left: 0;
}

.column-row-small .column {
    padding-right: 5px;
    padding-left: 5px;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .column-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .column-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .column-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 991px) {
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .hidden-xs-screen {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

.archive-main-block {
    border-top: 1px solid;
    border-color: #ededed;
}

.content-area {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 3rem;
    width: 100%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

@media (max-width: 1400px) {
    .content-area {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media (max-width: 1024px) {
    .content-area {
        -ms-flex-order: 1;
        order: 1;
    }
}

.no-sidebar .content-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.left-sidebar .content-area #site-content {
    padding-left: 2%;
}

.widget-area {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1400px) {
    .widget-area {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 1024px) {
    .widget-area {
        -ms-flex-order: 2;
        order: 2;
        padding: 0 15px;
    }
}

.widget-area-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5;
    font-size: 1.6rem;
    padding-top: 3rem;
}

.widget-area-wrapper .widget {
    border-bottom: 1px solid;
}

.widget-area-wrapper .widget:last-child {
    border-bottom: none;
}

.left-sidebar .widget-area {
    border-right: 1px solid;
}

.left-sidebar .widget-area-wrapper .widget {
    margin-right: 40px;
}

@media (max-width: 1400px) {
    .left-sidebar .content-area #site-content {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .left-sidebar .widget-area-wrapper {
        padding-right: 0;
        border-right: none;
    }

    .left-sidebar .widget-area-wrapper .widget {
        margin-right: 0;
    }
}

.right-sidebar .content-area {
    -ms-flex-order: 1;
    order: 1;
}

.right-sidebar .widget-area {
    border-left: 1px solid;
    -ms-flex-order: 2;
    order: 2;
}

.right-sidebar .widget-area-wrapper .widget {
    margin-left: 40px;
}

.right-sidebar .content-area #site-content {
    padding-right: 2%;
    padding-left: 0;
}

@media (max-width: 1400px) {
    .right-sidebar .content-area #site-content {
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .right-sidebar .widget-area-wrapper {
        border-left: 0;
        padding-left: 0;
    }

    .right-sidebar .widget-area-wrapper .widget {
        margin-left: 0;
    }
}

.widget-title,
.widget_block .wp-block-group>.wp-block-group__inner-container>h2 {
    text-transform: capitalize;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.widget-area-wrapper .widget_recent_entries ul li a {
    background-image: linear-gradient(180deg, transparent 94%, #000 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
}

.widget-area-wrapper .widget_recent_entries ul li a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.widget-area-wrapper ul li a:hover {
    color: unset;
}

@media (max-width: 1024px) {

    .content-area,
    .widget-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.alignleft {
    margin: 0.5rem 2.5rem 2.5rem 0;
}

.alignright {
    margin: 0.5rem 0 2.5rem 2.5rem;
}

@media only screen and (min-width: 1400px) {
    .entry-content .alignwide {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

.alignfull>figcaption,
.alignfull>.wp-caption-text {
    width: calc(100% - 8rem);
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.entry-meta-center {
    justify-content: center;
}

.entry-meta a {
    text-decoration: none;
}

.entry-meta-item,
.entry-meta .cat-links a {
    position: relative;
}

.cat-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.entry-meta .cat-links a {
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-right: 1rem;
    margin-right: 0.5rem;
}

.entry-meta .cat-links a:hover:not(.entry-meta .cat-links a:first-child) {
    opacity: 0.6;
}

.entry-meta .cat-links a::before,
.entry-meta-item::before {
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 600;
    color: #000;
}

.entry-meta .cat-links a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.entry-meta .cat-links a:last-child::before {
    display: none;
}

.entry-meta .cat-links a:first-child {
    color: #1b9644;
}

.entry-meta .cat-links a:first-child:hover,
.entry-meta .cat-links a:first-child:focus {
    color: #000;
}

.entry-meta .entry-meta-item {
    margin: 0 1rem 1rem 0;
    padding-right: 1.5rem;
}

.entry-meta .entry-meta-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.entry-meta .entry-meta-item:last-child::before {
    display: none;
}

.entry-meta-left .entry-meta-avatar {
    width: 40px;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 1rem;
    overflow: hidden;
}

.entry-meta .entry-meta-right .entry-meta-item {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.entry-meta-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.entry-meta-item .entry-meta-icon {
    margin-right: 1rem;
}

.entry-meta-label {
    margin-right: 5px;
}

.post-navigation {
    border-style: solid;
    border-width: 0.1rem 0;
}

.post-navigation .nav-links {
    display: flex;
}

.post-navigation .nav-links>div+div {
    margin-top: 1rem;
}

.post-navigation a {
    align-items: baseline;
    display: flex;
    text-decoration: none;
}

.post-navigation .arrow {
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .post-navigation .nav-links {
        display: block;
    }

    .navigation-wrapper .post-navigation .nav-links>div {
        max-width: 100%;
        margin: 2rem 0;
    }
}

/* article wrapper  */
.post-thumbnail,
.theme-article-image,
.entry-thumbnail {
    position: relative;
    overflow: hidden;
}

.site-content .article-wraper-archive {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.site-content .article-wraper-archive .theme-article-post {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media (max-width: 1024px) {
    .site-content .article-wraper-archive .theme-article-post {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 575px) {
    .site-content .article-wraper-archive .theme-article-post {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.site-content .content-area .theme-article-image {
    margin-bottom: 2rem;
}

/* SINGLE PAGINATION */
.post-navigation {
    font-size: 1.8rem;
    padding: 3.5rem 0;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

@media (max-width: 1024px) {
    .post-navigation {
        margin-bottom: 3rem;
    }
}

.post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
}

.post-navigation .nav-links>div {
    max-width: calc(50% - 2rem);
}

.post-navigation .nav-links>div+div {
    margin: 0 0 0 4rem;
}

.post-navigation .arrow {
    margin: 0 2rem 0 0;
}

.post-navigation .nav-next:only-child {
    margin-left: auto;
}

.post-navigation .nav-next a {
    flex-direction: row-reverse;
    text-align: right;
}

.post-navigation .nav-next .arrow {
    margin: 0 0 0 2rem;
}

.theme-ajax-post-load {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
}

.pagination {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
    text-align: center;
}

.pagination .nav-links {
    margin: 0 auto;
}

.pagination a {
    color: inherit;
}

.pagination .page-numbers {
    display: inline-block;
    margin-right: 1.25em;
    color: #999;
}

.pagination .page-numbers.current {
    color: #161719;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 600px) {

    /* .pagination .prev:after,
    .pagination .next:before {
        position: relative;
        display: inline-block;
        width: 2.25rem;
        height: 1px;
        content: "";
        vertical-align: middle;
        background-color: #eaebee;
    } */
    .pagination .prev:after {
        margin-left: 1.25em;
    }

    .pagination .next:before {
        margin-right: 1.25em;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.twp-comment-toggle {
    text-align: left;
    position: relative;
    width: 100%;
}

.comment-toggle-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    padding: 0 10px;
    display: inline-block;
    line-height: 1px;
}

.comment-toggle-icon.active:after {
    width: 13px;
    height: 1px;
}

.comment-toggle-icon:before,
.comment-toggle-icon:after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.comment-toggle-icon:after {
    width: 1px;
    height: 13px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments .comments-title {
    margin-bottom: 60px;
    font-size: 26px;
}

.page #comments .comments-title {
    margin-top: 60px;
}

#comments .comment-list {
    list-style: none;
    margin: 40px auto;
    padding: 0;
}

#comments .comment-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

#comments .comment-list li article {
    padding: 0;
    margin-bottom: 20px;
}

#comments .comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
}

#comments .comment-list .children li {
    margin: 0;
    border: none;
}

#comments .comment-list .comment-content li {
    margin-bottom: 10px;
    border: none;
}

#comments .comment-list .comment-content h1,
#comments .comment-list .comment-content h2,
#comments .comment-list .comment-content h3,
#comments .comment-list .comment-content h4,
#comments .comment-list .comment-content h5,
#comments .comment-list .comment-content h6 {
    margin-bottom: 30px;
    margin-top: 30px;
}

#comments .comment-body {
    min-height: 60px;
    display: block;
    position: relative;
    clear: both;
}

#comments .comment-body p:last-child {
    margin-bottom: 0;
}

#comments .comment-body footer {
    margin-bottom: 20px;
}

#comments .comment-body footer a {
    color: inherit;
}

#comments .comment-author img {
    float: left;
    margin-right: 20px;
}

#comments .comment-author .fn {
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    padding-top: 5px;
}

#comments .comment-author .says {
    display: none;
}

#comments .comment-meta .comment-metadata {
    font-size: 85%;
    margin-top: 5px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#comments .comment-meta .comment-metadata .edit-link {
    margin-left: 10px;
}

#comments .reply {
    margin-top: 20px;
}

#comments .comment-reply-link {
    font-weight: 600;
    text-decoration: none;
}

#comments .comment-reply-link:hover {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

#comments .comment-reply-link:hover:after {
    margin-left: 13px;
}

#comments .comment-form {
    margin-top: 15px;
}

#comments .comment-form p {
    margin-bottom: 10px;
}

#comments .comment-form p:last-child {
    margin-bottom: 0;
}

#comments .comment-list #respond {
    margin: -20px 0 40px 0;
}

#comments .comment-form-info-fields {
    margin-bottom: 25px;
}

#comments p.form-submit {
    clear: both;
}

#comments span.required {
    color: #ff7979;
}

#comments .comment-awaiting-moderation {
    color: #db6a23;
    font-size: 85%;
}

#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    margin-bottom: 30px;
    font-size: 90%;
}

#comments p.form-allowed-tags {
    margin-bottom: 25px;
    font-size: 14px;
}

#comments h3.comment-reply-title {
    font-size: 18px;
    margin-bottom: 5px;
    clear: both;
}

#comments ol li h3.comment-reply-title {
    margin-top: 60px;
}

#comments h3.comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#comments .comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 30px;
}

#comments .comment-form .comment-subscription-form,
#comments .comment-form .comment-subscription-form:only-child {
    font-size: 14px;
    margin-top: 20px;
}

#comments .comment-form .comment-subscription-form:last-child {
    margin-top: 0;
}

@media (min-width: 600px) {
    .comments-area .comment-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }

    .comments-area .comment-form-comment {
        margin-bottom: 1.5rem;
    }

    .comments-area .comment-notes,
    .comments-area .comment-form-comment,
    .comments-area .logged-in-as {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 1.5rem;
    }

    .comments-area .comment-form-author,
    .comments-area .comment-form-ratings,
    .comments-area .comment-form-email,
    .comments-area .comment-form-url {
        -webkit-box-flex: 0;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 1.5rem;
    }

    .comments-area .comment-form-author,
    .comments-area .comment-form-email,
    .comments-area .comment-form-url {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .comments-area .comment-form-ratings {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .comments-area .comment-form-cookies-consent,
    .comments-area .comment-subscription-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.form-submit {
    margin: 0;
}

@media (min-width: 600px) {
    .form-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.wp-custom-logo .site-logo {
    margin: 0;
}

@media (max-width: 575px) {
    .wp-custom-logo .site-logo .custom-logo-link {
        max-width: 200px
    }
}

.custom-logo-link {
    display: block;
    margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin: 1em 0 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    margin-right: 20px;
}

.wp-caption.alignright {
    margin-left: 20px;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5rem;
}

@media (min-width: 600px) {

    div[class^="gallery-columns-"],
    div[class*=" gallery-columns-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 600px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgetarea {
    border-top: 1px solid;
    padding-bottom: 8rem;
    padding-top: 7.5rem;
}

.site-info {
    border-top: 1px solid;
    padding: 6rem 0;
    font-size: 1.6rem;
    font-weight: 100;
}

.footer-credits {
    align-items: baseline;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
}

.footer-credits a {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .footer-widgetarea {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .site-info {
        padding: 3rem 0;
    }
}

/*--------------------------------------------------------------
## Rough
--------------------------------------------------------------*/
/*.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}*/
.wp-block-gallery.columns-1 {
    display: block;
}

ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.featured-banner-media img {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.site-navigation,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.post-navigation,
.widget .tab-head .twp-nav-tabs,
.widget-area-wrapper .widget,
.footer-widgetarea,
.site-info,
.site-content .widget-area,
.widget-title,
.widget_block .wp-block-group>.wp-block-group__inner-container>h2,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    border-color: #ededed;
}

body.hide-comment-rating .tpk-single-rating,
body.hide-comment-rating .tpk-comment-rating-label,
body.hide-comment-rating .comments-rating,
body.hide-comment-rating .tpk-star-rating {
    display: none;
}

/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}

.offcanvas-wraper,
.header-searchbar-inner {
    background: #ffffff;
}

#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    font-size: 95%;
    line-height: 1.8;
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
.align-text-right {
    text-align: right;
}

.to-the-top>* {
    pointer-events: none;
}

.to-the-top-long {
    display: none;
}

@media (min-width: 768px) {
    .to-the-top-long {
        display: inline;
    }

    .to-the-top-short {
        display: none;
    }
}

.theme-article-post {
    margin-bottom: 3rem;
    padding-bottom: 6rem;
}

.theme-article-post .entry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    width: 100%;
}

.theme-article-post .entry-title {
    position: relative;
    margin-bottom: 2rem;
    transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.theme-custom-block {
    position: relative;
}


.theme-product-block {
    padding: 50px 0;
}

.product-image {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    text-align: center;
}

.theme-product-block h3 {
    font-size: 30px;
    text-align: center;
}

.product-image h5.product-text {
    font-size: 20px;
    font-weight: normal;
}

.product-image h6.price {
    font-size: 16px;
}

.product-rating {
    margin: 20px auto;
    text-align: center;
    width: 25%;
}

.product-image .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    font-family: star;
    color: #ffd146;
}

.product-image .star-rating::before {
    content: "\73\73\73\73\73";
    color: #ffd146;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.product-image .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.product-image .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.product-cart a:hover {
    color: #fff;
}


.theme-banner-block .theme-article-post {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.theme-custom-block.theme-error-section.error-block-heading {
    margin-bottom: 0;
    margin-top: 6rem;
    padding-top: 6rem;
}

.theme-area-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6rem;
}

a {
    text-decoration: none;
}

html,
body {
    position: relative;
    height: 100%;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

body {
    background: #eee;
    /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
    font: 13px/20px PTSansRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}


@media (max-width: 991px) {
    .theme-area-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.theme-area-headlines {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .theme-area-headlines {
        margin-bottom: 2rem;
        flex-direction: column;
        width: 100%;
    }
}

.theme-area-headlines .theme-area-title {
    font-size: 4.4rem;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .theme-area-headlines .theme-area-title {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .theme-area-headlines .theme-area-title {
        font-size: 3rem;
    }
}

.theme-animated-line {
    width: 30rem;
    height: 2px;
    background: transparent;
    position: relative;
}

.theme-animated-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 100%;
    background: #000;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

@media (max-width: 991px) {
    @keyframes animate {
        0% {
            left: 0;
        }

        50% {
            left: 67%;
        }

        0% {
            left: 0;
        }
    }
}

.theme-carousel-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 991px) {
    .theme-carousel-control {
        margin-right: auto;
    }
}

.featured-categories-block .theme-carousel-control {
    justify-content: center;
}

.theme-carousel-control .svg-icon {
    width: 32px;
    height: 32px;
}

.theme-related-block {
    margin-top: 2rem;
    padding-top: 2rem;
}

.related-posts .related-post-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 991px) {
    .theme-related-block .related-posts .post-thumbnail {
        margin-bottom: 2rem;
    }
}

/* -----------------------------------------------------------------
    - Carousel horizontal
----------------------------------------------------------------- */
.main-carousel-item {
    pointer-events: none;
    width: 670px;
}

@media only screen and (max-height: 900px) {
    .main-carousel-item {
        width: 670px;
    }
}

@media only screen and (max-width: 768px) {
    .main-carousel-item {
        width: 580px;
    }
}

@media only screen and (max-width: 580px) {
    .main-carousel-item {
        margin-top: 2rem;
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    .main-carousel-item {
        width: 1100px;
    }
}

.theme-main-carousel .swiper-slide-active {
    pointer-events: all;
}

@-webkit-keyframes reveal-carousel-primary {
    100% {
        transform: translateX(100%);
    }
}

@keyframes reveal-carousel-primary {
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes reveal-carousel-secondary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes reveal-carousel-secondary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes reveal-carousel-tertiary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes reveal-carousel-tertiary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.main-carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 7rem;
    transform: translateX(100%);
    transition: 0.7s cubic-bezier(0.69, 0.13, 0, 0.95);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.main-carousel-caption .post-content {
    position: absolute;
    right: 50%;
    left: 10%;
}



.post-content h2 a {
    color: #fff !important;
}

@media (max-width: 575px) {

    .course-heading-block,
    .course-content-block {
        width: 100%;
    }

    .page-template-frontpage header#site-header {
        position: static;
    }

    .page-template-frontpage .site-title a,
    .page-template-frontpage .site-navigation a {
        color: #000 !important;
    }

    .main-carousel-caption .post-content {
        right: 15%;
        left: 15%;
    }
}

.theme-main-carousel .swiper-slide-active .main-carousel-caption {
    transform: translateX(0);
    transition: 1s cubic-bezier(0.54, 0.13, 0.35, 0.82);
}

.theme-main-carousel .swiper-button-prev svg,
.theme-main-carousel .swiper-button-next svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
}

.theme-main-carousel svg polyline,
.theme-main-carousel svg line {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.theme-main-carousel .swiper-button-next:hover svg polyline,
.theme-main-carousel .swiper-button-next:focus svg polyline,
.theme-main-carousel .swiper-button-next:hover svg line,
.theme-main-carousel .swiper-button-next:focus svg line,
.theme-main-carousel .swiper-button-prev:hover svg polyline,
.theme-main-carousel .swiper-button-prev:focus svg polyline,
.theme-main-carousel .swiper-button-prev:hover svg line,
.theme-main-carousel .swiper-button-prev:focus svg line {
    stroke-dashoffset: 120;
}

.theme-main-carousel .entry-content {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 15px;
}

.swiper-control,
.control-item {
    letter-spacing: 0.2rem;
    padding: 2.2rem 2rem;
    position: relative;
    text-transform: uppercase;
    transition: padding 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: auto;
}

:root {
    --swiper-navigation-size: 2.6rem;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
    color: #000;
    height: 100%;
    width: auto;
}

.theme-main-carousel .theme-carousel-control {
    position: relative;
    width: 100%;
    max-width: 11rem;
    margin: 0 auto;
    height: 3rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-container .swiper-pagination-progressbar {
    background-color: #fff;
    position: fixed;
    top: 0;
}

.swiper-container .swiper-pagination-progressbar-fill {
    background-color: #070707;
}

.theme-post-format {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: 5;
}

.theme-article-post .column-order-1 .theme-post-format {
    left: inherit;
    right: 0;
}

.theme-post-format .post-format-icom {
    margin-right: 5px;
}

/* Hide JS Functionalities ------------------------ */
.js .show-js {
    display: block !important;
}

.js .hide-js {
    display: none !important;
}

.no-js .show-no-js {
    display: block !important;
}

.no-js .hide-no-js {
    display: none !important;
}

a:focus,
button:focus,
.navbar-control:focus-visible>.navbar-control-trigger {
    outline-color: #000;
}

.theme-post-format {
    background-color: #1b9644;
}

.theme-image-responsive {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 4;
}

.theme-image-responsive:focus {
    border: 2px solid #1b9644;
}

@media (min-width: 992px) {
    .swiper-slide.main-carousel-item .entry-thumbnail .data-bg {
        filter: blur(0);
        transform: scale(1.2);
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
    }

    .main-carousel-item.swiper-slide-active .entry-thumbnail .data-bg {
        transform: scale(1);
        filter: blur(0.2rem);
    }
}

.article-content {
    margin-top: 1.5rem;
}

.article-content .category-title {
    font-weight: 400;
}

/* categories carousel  */
.theme-transform-zoom .data-bg {
    transform: scale(1);
    transition: 0.4s ease;
}

.post-thumb-categories {
    overflow: hidden;
}

.theme-transform-zoom:hover .data-bg {
    transform: scale(1.15);
}

.theme-categories-carousel .theme-article-post {
    margin: 0;
    padding: 0;
    position: relative;
}

.theme-categories-carousel .article-content {
    transition: 0.4s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    background: rgb(26 77 140 / 70%);
    left: 0;
    right: 0;
    padding: 15px;
}

.theme-categories-carousel .article-content .category-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
}

.theme-categories-carousel .article-content .category-title a {
    color: #fff !important;
}


.woocommerce span.onsale {
    background-color: #1b9644;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #1b9644;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #1b9644;
}

/* 添加 add */
/* addnew */
.pcbox {
    display: block;
}

.smbox {
    display: none;
}

.imgs {
    width: 100%;
    overflow: hidden;
}

.imgs img {
    width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
}

/* 头部 */
#top-header .header-areas-left>a {
    display: inline-block;

}

#top-header .header-areas-left>a span {

    vertical-align: middle;
    font-weight: bold;
}

#top-header .header-areas-left>a .icons {
    margin-right: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

#top-header .header-areas-right .social-area svg {
    width: 20px;
    height: 20px;
}

#center-header {
    padding: 16px 0;
}

#center-header .header-wrapper .header-areas-right {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#center-header .header-wrapper .header-areas-right .header-content {
    display: flex;
    align-items: center;

}

#center-header .header-wrapper .header-areas-right .header-content .header-content-tit {
    margin-right: 120px;
}

#center-header .header-wrapper .header-areas-right .header-content h4 {
    display: block;
    font-size: 22px;
    color: #303030;
    font-weight: bolder;
    margin-bottom: 0;

}

#center-header .header-wrapper .header-areas-right .header-content .tittwo {
    margin-left: 15px;

    margin-top: 20px;
}

/* 菜单 */
#site-header .primary-menu-wrapper ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #1b9644;
}

#site-header .link-icon-wrapper svg.svg-icon {
    color: #1b9644;
    font-weight: bold;
}

#site-header .site-navigation .primary-menu {
    justify-content: start;

}

#site-header .site-navigation .primary-menu ul {
    background-color: #000;

}

#site-header .site-navigation .primary-menu>.current-menu-item>a {
    color: #000;
}

/* #site-header .primary-menu-wrapper>ul>li.menu-item>a{
   
} */

#site-header .site-navigation .primary-menu ul a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

#site-header .site-navigation .primary-menu-wrapper>.primary-menu {
    margin: 0 -15px;
    margin-left: -25px;


}

#site-header .site-navigation .primary-menu>li {
    padding: 10px 15px;
}

#site-header .site-navigation .primary-menu>li>a:hover {
    color: #000;
}

#site-header .site-navigation .primary-menu>li>a::before {
    height: 2px;
    top: -12px;

}

#site-header .site-navigation .primary-menu>.current-menu-item>a::before {
    width: 100%;
    left: 0;
}


#site-header .wrapper {
    /* overflow: hidden; */
    height: 40px;

}

#site-header .site-navigation {
    transition: all .5s;
}

#site-header .site-navigation .primary-menu-wrapper {
    display: flex;
    align-items: center;
}

#site-header .site-navigation .primary-menu-wrapper>div {
    display: block;
    margin-left: 30px;
    color: #1b9644;
    transition: all .2s;

}

#site-header .site-navigation .primary-menu-wrapper>div:hover {
    cursor: pointer;
}

#site-header .site-navigation .primary-menu-wrapper>div:hover {
    color: #000;
}

#site-header .active {
    transform: translateY(-50%);

}

#site-header .active .primary-menu-wrapper {
    /* display: none; */
    visibility: hidden;
}

/* 搜索 */
#site-header .searchBoxs {
    height: 40px;
    line-height: 40px;
    visibility: hidden;
}

#site-header .active .searchBoxs {
    visibility: initial;
}

#site-header .searchBoxs .search-submit {
    display: inline-block;
    width: auto;
    padding: 5px;
    background-color: #000;
}

#site-header .searchBoxs .search-submit span {
    color: #fff;
}

#site-header .searchBoxs .search-form {
    margin: 0 auto;
    display: block;
    padding: 3px 0;
}

#site-header .searchBoxs .search-form label .search-field {
    padding: 8px 5px;
    font-size: 14px;
    border-color: #e6e6e6;
}

#site-header .searchBoxs>a {
    color: #1b9644;

    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    margin-left: 5px;
}

#site-header .searchBoxs>a:hover {
    color: #000;
}

/* home页 */
.container {
    padding: 0;
}

/* 轮播图 */
.swiperBox {
    position: relative;
    height: 100%;
    height: 500px;
    overflow: hidden;
}

.swiperBox {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiperBox p {
    display: block;
    font-size: 40px;
    width: 100%;
    font-weight: bold;
    color: #efefef;
    height: 20px;
}

.swiperBox .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow: hidden;
}

.swiperBox .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* flex-flow: wrap; */
    align-items: center;
    color: #fff;
}

.swiperBox .swiper-button-white {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;

}

.swiperBox .swiper-button-white span {
    color: #999;
    transition: all .2s;
    font-weight: bolder;
    font-size: 25px;
    width: 25px;
    height: 25px;
}

.swiperBox .swiper-button-white:hover span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #666;

}

.swiperBox .swiper-pagination .swiper-pagination-bullet {
    border: 3px solid #fff;
    background: #666;
    opacity: 1;
    padding: 5px;
}

.swiperBox .swiper-pagination .swiper-pagination-bullet-active {
    border: 3px solid #111;
    background: #fff;
    opacity: 1;
    padding: 5px;
}

.havpadding {
    padding: 0 30px;
    box-sizing: border-box;
}

.titleBox {
    width: 100%;
    position: relative;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.titleBox>span {
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #1b9644;
    display: block;
}

.titleBox h2 {
    position: absolute;
    display: block;
    width: 512px;
    left: calc(50% - 256px);
    background-color: #fff;
    top: calc(50% - 15px);
    margin-bottom: 0;
    text-align: center;
}

.Commercial {
    text-align: center;
    margin-bottom: 40px;
}

.Commercial .CommercialList {
    margin-left: -10px;
    margin-right: -10px;
}

.Commercial .CommercialList .CommercialItem {
    padding: 0 10px;
    vertical-align: bottom;
}

.Commercial .CommercialList .CommercialItem a {
    border: 1px solid #1b9644;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 5px;
    height: 100%;
}

.Commercial .CommercialList .CommercialItem h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.Commercial p {
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 0px;
    margin-bottom: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.BestBox {
    background-color: rgb(0, 132, 19);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 0px;

    margin-bottom: 0px;
    margin-top: 0px;
    border-width: 0px;
    border-color: rgb(234, 233, 233);
    border-style: solid;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(./assets/images/poultry-farm-battery-cage-system.jpg);
    color: #fff;
}

.BestBox h2,
.BestBox h4 {
    color: #fff;
}

.BestBox p {
    font-size: 16px;
    line-height: 180%;
}

.BestBox h4 {
    font-weight: 200;
}

.BestBox .BestBoxLeft {
    border-style: solid;
    background-size: cover;
    min-height: 200px;
    background-image: url(./assets/images/591e116307dbccd314e94b68a231aac4.png);
  
}


.BestBox ul {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
}

.BestBox ul li {
    padding-left: 0;
    margin: 15px 0;
    font-size: 17px;
}

.BestBox ul li span {
    background-color: #FFEB3B;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.BestBox .BestBoxRight a {
    display: inline-block;
    color: #fff;
    border-color: #fff;
    border-radius: 2px 2px 2px 2px;
    background: #ffc107;
    padding: 13px 15px;
}

.BestBox .BestBoxRight a:hover {
    border-color: #fff;
    background: #ffeb3b;
    background-image: linear-gradient(180deg, #ffeb3b 0, #ffc107 100%);
}

/* Poultry */
.Poultry .CommercialList {
    margin: 0 -20px;
}

.Poultry .CommercialList .CommercialItem {
    padding: 0 20px;
}

.Poultry p {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Customer Reviews  */
.Customer {}

.Customer .CustomerTop {
    background-color: rgba(27, 150, 68, 1);
    padding-bottom: 22px;
}

.Customer .CustomerTop .titleBox h2 {
    color: #fff;
    width: 240px;
    left: calc(50% - 140px);
    background-color: rgba(27, 150, 68, 1);
    top: calc(50% - 15px);
    font-weight: normal;

}

.Customer .CustomerTop .titleBox>span {
    border-bottom: 1px dashed #fff;
}

.Customer .CustomerTop .usersBox2 ul {
    padding-left: 0;
}

.Customer .CustomerTop .usersBox2 ul li {

    list-style: none;
}

.Customer .CustomerTop .usersBox2 .testimonial-3--column {

    -webkit-box-shadow: 10px 10px 20px #076b2a;
    -moz-box-shadow: 10px 10px 20px #076b2a;
    -ms-box-shadow: 10px 10px 20px #076b2a;
    -o-box-shadow: 10px 10px 20px #076b2a;
    box-shadow: 10px 10px 20px #076b2a;
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
}

.Customer .CustomerTop .usersBox2 .testimonial-3--column:after {
    background-color: #ffffff;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    transform: rotate(-45deg);
    width: 20px;
}

.Customer .CustomerTop .usersBox2 .testimonial-3 h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
}

.Customer .CustomerTop .usersBox2 .testimonial-3 span {
    font-size: 14px;
    color: #111;
}

.Customer .CustomerTop .usersBox2 .testimonial-3--client-image {
    border-radius: 50%;
    height: 60px;
    overflow: hidden;
    width: 60px;
}

.Customer .CustomerTop .usersBox2 .testimonial-3 p {
    color: #333;
}

/* .Customer .CustomerTop .usersBox ul {
    padding-left: 0;
}

.Customer .CustomerTop .usersBox ul li {

    list-style: none;
}

.Customer .CustomerTop .usersBox ul li p {
    display: block;
    padding: 25px;
    line-height: normal;
    background-color: #fff;
    color: #000;
    margin-bottom: 0;
    font-style: italic;
}

.Customer .CustomerTop .usersBox ul li .author {
    position: relative;
    padding: 12px 0 0 2px;
    background-color: #F1CC19;
}

.Customer .CustomerTop .usersBox ul li .author::before {
    position: absolute;
    left: 35px;
    top: 0;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
}

.Customer .CustomerTop .usersBox ul li .author span {

    vertical-align: middle;
    padding-right: 30px;
    height: 40px;
    font-size: 35px;
}

.Customer .CustomerTop .usersBox ul li .author strong {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 20px;
} */

.Customer .CustomerImg {
    text-align: center;
    color: #fff;
    background-color: rgb(255, 255, 255);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-width: 0px;
    border-color: rgb(234, 233, 233);
    border-style: solid;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(./assets/images/poultry\ farming\ equipment\ battery\ cages.png);
}

.Customer .CustomerImg h2 {
    font-size: 27px;
    --fontSize: 26;
    line-height: 1.4;
    color: #fff;
}

.Customer .CustomerImg h2 a {
    color: #1b9644;
}

.Customer .CustomerImg p {
    margin-bottom: 20px;
    font-size: 16px;
}

.Customer .CustomerImg .container>a {
    display: inline-block;
    background: #d1e990;
    background-image: linear-gradient(to top, #aad75d, #d1e990);
    border: 1px solid #9dba60;
    color: #54770f;
    box-shadow: inset 0 1px 0 #fff, 0 0.15em 0 #54770f, 0.1em 0.2em 0.2em 0.15em rgba(0, 0, 0, .3);
    padding: 13px 15px;
    font-size: 16px;
    font-weight: bold;
}

.Customer .CustomerImg .container>a span {
    margin-right: 5px;
    font-size: 17px;
}

.Customer .CustomerImg .container>a:hover,
.Customer .CustomerImg .container>a:focus {
    background: #aad75d;
    background-image: linear-gradient(to top, #d1e990, #aad75d);
    border: 1px solid #9dba60;
    color: #54770f;
}

.formBox {}

.formBox .titleBox h2 {
    font-weight: normal;

}

.formBox .formBoxLeft {
    /* box-sizing: border-box; */
    padding-right: 30px;
}

.formBox .formBoxLeft .titleBox h2 {
    width: 522px;
    left: calc(50% - 261px);
}

.formBox .formBoxLeft p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 180%;
    color: #303030;
}

.formBox .formBoxLeft .titleBox>span {
    border-bottom: 1px dashed #ff6900;

}

.formBox .formBoxLeft .imgs {
    max-height: 425px;
}

.formBox .formBoxRight {
    /* box-sizing: border-box; */
    padding-left: 30px;
}

.formBox .formBoxRight .titleBox h2 {
    width: 160px;
    left: calc(50% - 80px);
}

.formBox .formBoxRight .myForm form {
    margin-top: 0;
}

.formBox .formBoxRight .myForm form label {
    /* font-weight: 400;
    font-size: 16px; */
    vertical-align: text-top;
    padding-bottom: 20px;
}

.formBox .formBoxRight .myForm form label>span {
    color: red;
}

.formBox .formBoxRight .myForm form label i {
    display: block;
    font-weight: 400;
    color: #3a3a3a;
    font-size: 14px;
    margin-bottom: 3px;
}

.formBox .formBoxRight .myForm form label input {
    display: block;
    width: 100%;
    margin-top: 2px;
    padding: 10px 12px;
    border: 1px solid #d6d8d9;
    border-radius: 2px;
}

.formBox .formBoxRight .myForm form label textarea {
    height: 200px;
}

.formBox .formBoxRight .myForm form .inputbox {
    position: relative;
}

.formBox .formBoxRight .myForm form .inputbox input {
    padding-right: 23px;
}

.formBox .formBoxRight .myForm form .inputbox>span {
    position: absolute;
    right: 8px;
    top: calc(50% - 10px);
    /* bottom: 0; */
}

/* 提交 */
.formBox .formBoxRight .myForm form .submitbox {
    text-align: right;
}

.formBox .formBoxRight .myForm form .submitbox input {
    background: #1b9644;
    color: #fff;
    width: auto;
    display: inline-block;
    margin-left: auto;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 15px;
}
.submitbox{
    position: relative;
  }
  .submitbox.no .submit {
    pointer-events: none;
    opacity: 0.6;
  }
  .submitbox .circle{
    display: none;
  }
  .submitbox.no .circle{
    position: absolute;
    right: 2px;
    top: calc( 50% - 12px);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px dashed #fff;
    border-style: solid dashed solid solid;
    animation: spin 2s linear infinite;
    }
    @keyframes spin {
    100% {
    transform: rotate(360deg);
    }
    }
#site-footer {
    background-color: #1b9644;
    /* padding: 20px 0; */
    color: #fff;
    padding-top: 35px;
}

#site-footer .list h6 {
    color: #fff;
    margin-bottom: 30px;
}

#site-footer .list p {
    font-size: 16px;
    line-height: 180%;
}

#site-footer .list ul {
    padding-left: 0;
}

#site-footer .list ul li {
    list-style: none;
    margin-bottom: 20px;


}

#site-footer .list .foot_products li {
    padding-left: 16px;
    position: relative;
}

#site-footer .list .foot_products li::before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    left: 0;
    top: calc(50% - 3px);
}

#site-footer .list ul li a {
    color: #fff;
    font-size: 16px;
}

#site-footer .list ul li a:hover {
    color: #000;
}

#site-footer .list .foot_adres li .adre {
    margin-left: -2px;
    margin-right: 4px;
}

#site-footer .list .foot_adres li .phoneBox {
    width: 16px;
    height: 16px;
    background-color: #fff;
    color: #1b9644;
    font-size: 12px;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 2px;
    margin-left: 1px;
    margin-right: 2px;
}

#site-footer .list .foot_adres li {
    font-size: 16px;
    line-height: 150%;
}

#site-footer .list .foot_adres li .emil {
    margin-left: -1px;
    margin-right: 4px;
}

#site-footer .foot_b {
    border-top: 1px solid #000;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
  
}

#site-footer .foot_b .foot_br {
    text-align: right;

}

#site-footer .foot_b .foot_br svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

#toTop {
    display: none;

    position: fixed;
    /* 固定定位 */

    right: 10px;

    bottom: 95px;

    background-color: #313D35;
    ;

    height: 40px;

    line-height: 40px;

    width: 40px;

    transition: all .4s ease .1s;

}

#toTop:hover {
    cursor: pointer;
    background-color: #E9BD0D;
}

#toTop span {

    font-size: 18px;
    color: #fff;
    font-size: 30px;
    padding: 5px;
}

.nopdgL>ul {
    padding-left: 0;
}

/* 面包导航 */

.pagetopBox {
    clear: both;
    padding: 0 10px;
    height: 58px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background: linear-gradient(to bottom, #e2e2e2, #f6f6f6);
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #d2d3d4;
    background-size: auto;
}

.pagetopBox .wrapper {
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-left: 0;
    padding-right: 0;
}

.pagetopBox h4,
.pagetopBox .entry-breadcrumb,
.pagetopBox .breadcrumbs {
    margin-bottom: 0;

}

.pagetopBox .navigationList {
    text-align: right;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    padding: 0 20px;
}

.pagetopBox .navigationList a:hover {
    color: #1b9644;
}

/* about 页面 */
.aboutMain {}

.aboutMain .aboutCon h4 {
    margin-top: 50px;
    margin-bottom: 25px;
    color: #303030;
}

.aboutMain .aboutCon ul li {
    margin-bottom: 20px;
}

.aboutMain .aboutCon ul li p {
    font-size: 16px;
    line-height: 150%;
    color: #303030;
}

.aboutMain .aboutCon .about_conList {
    padding-left: 16px;

}

.aboutMain .aboutCon .about_conList li {
    margin-bottom: 8px;
    font-size: 16px;
}

.aboutMain .aboutCon .imgr {
    box-sizing: border-box;
    padding: 0 40px;
}

.aboutMain .aboutCon .imgr img {
    margin-bottom: 20px;
    width: 100%;
    height: 230px;
}

/* Contact Us */
.ContactUs {
    padding-top: 20px;
    padding-bottom: 20px;

}

.ContactUs h2 {
    border-bottom: 2px dashed #1b9644;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.ContactUs>p {
    font-size: 16px;
}

.ContactUs .formBox .formBoxRight {
    padding-left: 0;
}

.ContactUs .formBox .formBoxRight .myForm form label,
.ContactUs .formBox .formBoxRight .myForm form label i {
    color: #666;
}

/* 侧边栏 */
.sidebarBox {}

.sidebarBox .sidebarBox_img {
    width: 294px;
}

.sidebarBox .EQUIPMENT {
    border: 2px dashed #1b9644;
    box-sizing: border-box;
    padding: 13px 10px;
    margin-top: 40px;
}

.sidebarBox .EQUIPMENT ul {
    padding-left: 0;
}

.sidebarBox .EQUIPMENT ul li {
    list-style: none;
    margin-bottom: 5px;
    line-height: 150%;
    font-size: 16px;
}

.sidebarBox .EQUIPMENT ul li span {
    margin-right: 4px;
}

.sidebarBox .EQUIPMENT ul li:last-child,
.sidebarBox .EQUIPMENT ul {
    margin-bottom: 0;
}
.sidebarBox .EQUIPMENT a:hover{
    color: #1b9644;
}
.sidebarBox .tolink {
    padding-bottom: 40px;
}

.sidebarBox .tolink a {
    border-color: #fff;
    border-radius: 2px 2px 2px 2px;
    background: #1b9644;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
    margin-top: 40px;


}

/* facyoryShow 页面 */
.facyoryShowMain {}

.facyoryShowMain .facyoryShowCon {
    margin-top: 20px;
}

.facyoryShowMain .facyoryShowCon ul {
    padding-left: 15px;
}

.facyoryShowMain .facyoryShowCon ul li {
    list-style: none;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #1b9644;
    overflow: hidden;
}

.facyoryShowMain .facyoryShowCon ul li a:hover img {
    transform: scale(1.2);
}

.facyoryShowMain .facyoryShowCon ul li img {
    width: 100%;
    transition: all .3s;
    border-radius: 5px;
}

/* SalesTeam页面 */
.SalesTeamMain {
    margin-top: 40px;
}

.SalesTeamMain .SalesTeamCon {}

.SalesTeamMain .SalesTeamCon ul li {
    list-style: none;
    text-align: center;
}

.SalesTeamMain .SalesTeamCon ul li h6 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.SalesTeamMain .SalesTeamCon ul li img {
    /* width: 100%; */
}

.SalesTeamMain .SalesTeamCon ul li p {
    font-size: 16px;
    line-height: 150%;
}

/* Services 页面 */
.servicesMain h3 {
    color: #07772c;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 40px;
}

/* Services pre-sale 页面 */
.pre-saleMain {}

.pre-saleMain .pre-saleCon>ul>li {
    list-style: none;
    margin-bottom: 15px;
    color: #333;

}

.pre-saleMain .pre-saleCon ul li p {
    font-size: 16px;
    line-height: 150%;
}

/* pre-saleMain 页面 */
.pre-saleMain {}

.pre-saleMain .pre-saleCon ul ul {
    padding-left: 16px;

}

.pre-saleMain img {
    width: 100%;
}

.pre-saleMain .pre-saleCon ul ul li {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.pre-saleMain .pre-saleCon p {
    margin-top: 10px;
}

/* After-SaleMain 页面 */
.After-SaleMain {}

.After-SaleMain .After-SaleCon>ul {
    padding-left: 0;
}

.After-SaleMain .After-SaleCon ul li {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.After-SaleMain .After-SaleCon img {
    /* margin: 20px 0;  */
}



/* contactUsC页面 */
.contactUsMain .contactUsCon {
    text-align: center;
}

.contactUsMain .contactUsCon ul li {
    list-style: none;
    font-size: 15px;
    padding: 0 10px;

}

.contactUsMain .contactUsCon ul li .contactUsItem {
    border: 1px solid #666;
    min-height: 125px;
    box-sizing: border-box;
    padding: 20px 10px;
}

.contactUsMain .contactUsCon ul li span {

    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #378738;
    font-size: 25px;
}

.contactUsMain .contactUsCon ul li:last-child {
    font-size: 14px;
}

.ContactUs #contactFormBoxs {
    border-top: 2px dashed #1b9644;
    padding-top: 20px;
    height: 290px;
    overflow: hidden;
    transition: all .7s;
}

.ContactUs .contactForm .contactFormBox {
    background-color: #dff0d8;
    color: #378738;
    border: 1px solid #378738;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
    line-height: 150%;
    position: relative;


}

.ContactUs .contactForm .contactFormBox h6 {
    color: #378738;
}

.ContactUs .contactForm .contactFormBox i {
    display: block;
    margin-top: 15px;
}

.ContactUs .contactForm .contactFormBox .Formclose {
    position: absolute;
    /* border: 1px solid #378738; */
    width: 25px;
    height: 25px;
    text-align: center;
    top: 0;
    right: 0;
    border-left: 1px solid #378738;
    border-bottom: 1px solid #378738;
}

.ContactUs .contactForm .contactFormBox .Formclose:hover {
    cursor: pointer;
}

/* 分类列表 faq */
.faqBox {}

.faqBox .faqItem {
    border: 1.5px solid #378738;
    box-sizing: border-box;
    padding: 0px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.faqBox .faqItem:hover {
    cursor: pointer;
}

.faqBox .faqItem:hover .faqtit::before {
    background: #07772c;
    content: "-";
    line-height: 16px;
}

.faqBox .faqItem .faqtit {
    position: relative;
    padding-left: 35px;
}

.faqBox .faqItem h6 {
    margin: 20px 0;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.faqBox .faqItem .faqcon {
    max-height: 0;
    height: 0;
    transition: all .6s;
}

.faqBox .faqItem p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    line-height: 150%;
    padding-bottom: 20px;

}

.faqBox .faqItem .faqtit::before {
    content: "+";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFC107;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.faqBox .active .faqtit::before {
    background: #07772c;
    content: "-";
    line-height: 16px;
}

/* case 分类 */
.caseBox {}

.caseBox .caseItem {
    max-width: 100%;
    margin-bottom: 20px;
}

.caseBox .caseItem h2 {
    color: #07772c;
    margin-bottom: 20px;
}

.caseBox .caseItem a:hover h2 {
    color: #1b9644;
}

.caseBox .caseItem .case-img {
    padding-right: 5px;
}

.caseBox .caseItem .case-img img {
    width: 100%;
    height: 200px;
}

.caseBox .caseItem p {
    font-size: 18px;
    line-height: 150%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

/* news 分类 */
.newsBox {
    padding: 30px 0;
}

.newsBox .newsItem {
    margin-bottom: 20px;
}

.newsBox .newsItem>a {
    display: block;
    border: 1px solid #dfdcd8;
    background: #faf9f8;
}

.newsBox .newsItem .newscon {
    padding: 28px 25px;
    font-size: 0;
}

.newsBox .newsItem .newscon .newstime {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;

}

.newsBox .newsItem .newscon .newstime span {
    color: #076b2a;
}

.newsBox .newsItem .newscon .newstime p {
    font-size: 15px;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 5px;


}

.newsBox .newsItem .news-img img {
    transition: all .5s;
}

.newsBox .newsItem .news-img {
    width: 100%;
    overflow: hidden;
}

.newsBox .newsItem>a:hover .news-img img {

    transform: scale(1.3);
}

.newsBox .newsItem .newscon h6 {
    font-size: 18px;
    margin-top: 3px;
    color: #222;
    /* overflow: hidden; */
    font-weight: normal;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-family: POPPINS-REGULAR;
    line-height: 1.4;
}

.newsBox .newsItem>a:hover .newscon h6 {
    color: #076b2a;
}

.newsBox .newsItem .newscon>p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.3;
}

.newsBox .newsItem .newscon .newstomore {
    display: inline-block;
    transition: all 0.3s;
    background: #076b2a;
    padding: 8px 30px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    margin-left: 0;
    transition: all .5s;
}

.newsBox .newsItem>a:hover .newscon .newstomore {
    margin-left: 20px;
}

.solutionsBox {}

.solutionsBox .solutionsItem {
    margin: 10px 0;
}

.solutionsBox .solutionsItem .solutions-img {
    position: relative;
}

.solutionsBox .solutionsItem .solutions-img h5 {
    background: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #efefef;
    line-height: 150%;
}

.solutionsBox .solutionsItem .solutions-img a:hover h5 {
    color: #07772c;
}

/* 产品分类和其他分类 */
.otherBox {}

.otherBox .other-img img {
    border-radius: 5px;
}

.otherBox .otherItem {
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 20px;

}

.otherBox h2 {
    color: #1b9644;
    text-align: center;
    padding: 20px 8px;
    margin: 0 20px;
    border-bottom: 1px dashed #07772c;

}

.otherBox a:hover h2 {
    color: #07772c;
}

.otherBox p {
    font-size: 17px;
    line-height: 180%;
    margin: 20px 28px;
    overflow: hidden;
    color: #303030;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 侧边栏 右侧 */
#sidebarBoxs {
    /* padding: 0; */
}

.tabop {
    font-size: 0;
}

.tabop .tabTopItem {
    display: inline-block;
    width: 50%;
    font-weight: bold;
    padding: 16px 0;
    border-top: 2px solid transparent;
    font-size: 18px;
    text-align: center;
    background-color: #EBEAEA;
    font-size: 20px;
}

.tabop .tabTopItem:hover {
    cursor: pointer;
}

.tabop .active {
    border-top: 2px solid #07772c;
    color: #07772c;
    background-color: #fff;
}

.tabs .tabItem {

    margin: 10px 0;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.tabBOx .tabs {
    display: none;
}

.tabBOx .tabactive {
    display: block;
}

.tabs .tabItem a {
    /* display: block; */
}

.tabs .tabItem h6 {
    font-weight: normal;
    color: #1b9644;
}

.tabs .tabItem a:hover h6 {
    color: #07772c;
}

.tabs .tabItem-img {
    padding-right: 0;
}

.tabs .tabItem-img img {
    min-height: 90px;
}

/* 详情 */
/* 上一篇下一篇 */
.prevNextbox,
.prevNextbox a {
    color: #666;
    font-size: 15px;
    text-decoration: none;

}

.prevNextbox .prev {
    margin-bottom: 5px;
}

.prevNextbox a:hover {
    color: #ff6600;
}

/* 标签 */

.tags {
    margin: 5px 0;
}

.tags a {
    text-decoration: none;
}

.clear {
    width: 0;
    height: 0;
    clear: both;
}

.details {
    color: #333;
}

.details p {
    font-size: 18px;
    line-height: 190%;
    color: #303030;
}
.details .navigationList{
  text-align: left;
}

.page-single>h2 {
    text-align: center;
    margin-top: 20px;

}

.page-single>p {
    font-size: 16px;

    color: rgb(102, 102, 102);
    text-align: center;
    background-color: rgb(237, 237, 237);
    margin: 30px 0;
    margin-top: 16px;
}

.details strong {
    font-weight: bold;
}

.details h1,
.details h2,
.details h3,
.details h4,
.details h5,
.details h6 {
    color: #434343;
}

.details hr {
    color: #333;
}

.details ul.sz li {
    /* list-style-type: square; */
    list-style-type: sy;
}

.details ul.fx li {
    list-style-type: square;
}

.details ul.w li {
    list-style: none;
    padding-left: 0;
}

.details table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    color: rgb(0, 0, 0);
    border-color: rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    margin: 5px 0;
}

.details table tr:first-child {
    background-color: rgb(192, 192, 192);
}

.details table tr td {
    padding: 3px;
    border-color: rgb(221, 221, 221);
    /* background-color: rgb(192, 192, 192); */
}

/* 其他详情 */
.otherDe h2 {
    font-size: 24px;
}

.otherDe h3 {
    font-size: 22px;
}

.otherDe h4 {
    font-size: 20px;
}

.otherDe h5 {
    font-size: 18px;
}

.otherDe .post-title {
    margin-bottom: 33px;
    color: #1b9644;
}

/* 产品详情 轮播图 */
/* 轮播图 */
.productdelBox .post-content .contentsbox>div:nth-child(1) {
    display: none;
    width: 48%;
    /* float: right; */
    overflow: hidden;
    display: inline-block !important;
}

.productdelBox .post-content .contentsbox>div:nth-child(2) {
    width: 50%;
    margin-left: 1%;
    display: inline-block !important;
    vertical-align: top;

}

.my-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.my-swiper-container .swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 1;
}

.my-swiper-container>.swiper-pagination-bullets,
.my-swiper-container .swiper-pagination-custom,
.my-swiper-container .swiper-pagination-fraction {
    bottom: 24px;
}

.my-swiper-container .swiper-pagination-bullet-active {
    background-color: #666;
}

.my-swiper-container .swiper-button-next,
.my-swiper-container .swiper-container-rtl .swiper-button-prev {
    /* background: url("./assets/images/r.png") no-repeat; */
    background-size: cover;
}

.my-swiper-container .swiper-button-prev,
.my-swiper-container .swiper-container-rtl .swiper-button-next {
    /* background: url("./assets/images/l.png") no-repeat; */
    background-size: cover;
}

.my-swiper-container .swiper-button-next,
.my-swiper-container .swiper-button-prev {
    width: 40px;
}

.my-swiper-container .swiper-slide .wp-block-image {
    width: 100%;
    height: 650px;
}

.productdelBox .selRbox h1 {
    font-size: 28px;
    color: #07772c;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 30px;
}

#btns a {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
    border-color: #fff;
    border-radius: 4px;
    background: #0e514b;
    background: linear-gradient(180deg, #0e514b, rgba(27, 150, 68, 1));
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 141px;
}

#btns .btns-button,
#btns .btns-button2 {
    display: inline-block;

}

#btns .email {
    margin-left: 40px;
}

/* 
#btns .email a:hover{
    background: #4f807c; 
} */
#btns a:hover {
    background: #0e514b;
}

/* 推荐产品 */

.RecommendedProducts {
    position: relative;
    height: auto;
}

.RecommendedProducts h6 {}

.RecommendedProducts {

    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.RecommendedProducts .img-text {
    text-align: center;
    color: #07772c;
    padding-top: 20px;
    display: block;
}

.RecommendedProducts .swiper {
    width: 100%;
    height: 100%;
}

.RecommendedProducts .mySwiper .dashicons {
    color: #ecd854;
    background-color: #076b2a;
    padding: 5px 2px;
    box-sizing: content-box;
    /* border-radius: 50%; */
}

.RecommendedProducts .mySwiper .swiper-pagination-bullet-active {
    color: #076b2a;
    background-color: #ecd854;
}

.RecommendedProducts .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
  justify-content: center;
  align-items: center; */
}

.RecommendedProducts .swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

#bombContain {
    z-index: 898;

    background-color: #000;

    opacity: 0.6;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    position: fixed;

}

.pdf {
    z-index: 899;

    width: 80%;

    height: 450px;

    top: 15%;

    left: 10%;

    margin: 0;

    padding: 0;

    background-color: #fff;

    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);

    position: fixed;


}

#showPdf:hover,
#bombContain:hover {
    cursor: pointer;
}
/* 表单弹框 */
.tkform{
    box-sizing: border-box;
    padding: 0px 20px;
    height: auto;
}
.tkform form{
    margin-bottom: 0;
}
/* 404 页面 */
.page404 .wrapper  p,.page404 .wrapper a{
    font-size: 20px;
}
.page404 .wrapper a{
    font-weight: bolder;
    font-size: 24px;
    color: #076b2a;
    text-decoration: none;
}
.page404 .wrapper .tohome {
    margin-bottom: 15px;
}
.page404 .wrapper .tohome p{
    display: inline-block;
}
.page404 .Commercial p{
    font-size: 16px;
}


/* 移动端 */
@media (min-width: 1200px) {

    .container {
        max-width: 1280px;
    }
}

@media (max-width: 900px) {
    
    
      .tkform .formBox .formBoxRight .myForm form label i{
        display: none;
    }
    .tkform{
        padding: 0px 5px;
    }
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 13px;
    }

    .pcbox {
        display: none !important;
    }

    .smbox {
        display: block;
    }

    /* 头部 */

    #site-header .wrapper {
        height: auto;
    }

    .site-navigation .primary-menu-wrapper {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }

    #site-header .header-navbar {
        justify-content: space-between;
        box-sizing: border-box;
        padding: 10px 20px;
    }

    #top-header a {
        font-size: 14px;
    }

    #top-header .header-wrapper {
        flex-wrap: nowrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top-header .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    #top-header .theme-header-areas {
        display: block;
        text-align: left;
    }

    #top-header .social-area {
        display: flex;
    }

    .header-wrapper .header-areas-left,
    .header-wrapper .header-areas-right {
        margin-bottom: 0;
    }

    #offcanvas-menu .primary-menu-wrapper>ul>li ul {
        padding-left: 10px;
    }

    /* 首页 */
    .titleBox h2 {
        position: static;
    }

    .titleBox>span {
        display: none;
    }

    .titleBox h2,
    .formBox .formBoxLeft .titleBox h2 {
        width: 100%;
        position: static;
        left: auto;
    }

    .formBox .formBoxLeft .titleBox h2 {
        width: 100%;
    }

    .Customer .CustomerTop .usersBox2 .testimonial-3 {
        margin-bottom: 20px;
    }

    .Customer .CustomerTop .usersBox2 .testimonial-3--column {
        margin-bottom: 22px;
    }

    .swiperBox p {
        font-size: 16px
    }

    ;
   

    /* 底部 */
    .smfooter {

        height: 40px;

    }

    .smfooter .smfooterBox {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 888;
        background-color: #E0E0E0;
        display: flex;
        box-sizing: border-box;
        align-items: center;
    }

    .smfooter .smfooterBox .smfooterItem {
        width: 100%;
        box-sizing: border-box;

        text-align: center;
        border-right: 1px solid #fff;
    }

    .smfooter .smfooterBox .smfooterItem a {
        display: block;
        color: #DD9F42;
        padding: 8px 0;
    }

    .smfooter .smfooterBox .smfooterItem a span {
        font-size: 25px;
        color: #1b9644;
    }

    .smfooter .smfooterBox .smfooterItem #footTotop {
        color: #1b9644;
    }

    .smfooter .smfooterBox .smfooterItem a p {
        margin-bottom: 0;
        margin-top: 8px;
    }

    .swiperBox {

        height: 300px;

    }

    .swiperBox .swiper-button-white {
        width: 30px;
        height: 30px;

    }

    .swiperBox .swiper-button-white span {
        font-size: 20px;
        width: 20px;
        height: 20px;

        color: #07772c;
    }

    .Poultry .CommercialList {
        margin: 0;
    }

    .Poultry .CommercialList .CommercialItem {
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .BestBox .BestBoxLeft a img,
    .Commercial .CommercialList .CommercialItem {
        margin-bottom: 10px;
    }

    .Commercial .CommercialList .CommercialItem h5 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .formBox .formBoxRight {
        padding-left: 0;
    }

    .formBox .formBoxRight .myForm form label textarea {
        height: 100px;
    }

    .titleBox {
        max-height: 55px;
    }

    .formBox .titleBox {
        height: auto;
    }

    .row {
        margin: 0;
    }

    .pagetopBox .navigationList {}

    .pagetopBox,
    .pagetopBox .navigationList {
        height: auto;
        line-height: 1.3;
        text-align: left;
    }

    .pagetopBox {
        padding: 10px 0;
    }

    .contactUsMain .contactUsCon ul li .contactUsItem {
        min-height: auto;
        margin-bottom: 20px;
    }

    .ContactUs #contactFormBoxs {
        height: auto;
        margin-bottom: 20px;
    }

    .productdelBox .post-content .contentsbox>div:nth-child(1),
    .productdelBox .post-content .contentsbox>div:nth-child(2) {
        width: 100%;
    }

    .productdelBox .post-content .contentsbox>div:nth-child(2) {
        margin-bottom: 20px;
    }

    .aboutMain .aboutCon .imgr {
        padding: 0;
    }

    .aboutMain .aboutCon .imgr img {
        height: auto;
    }

    .pagetopBox .wrapper>div:first-child {
        display: none;
    }
    .smfooter {

        height: 40px;

    }
    .BestBox .BestBoxLeft {
        margin-bottom: 20px;
    }
    .titleBox{
        height: auto;
    }
    .Customer .CustomerTop .titleBox h2,.caseBox .caseItem h2{
        padding-top: 10px;
    }
 
    .newsBox .newsItem .newscon{
        padding: 18px 15px;
    }
    .newsBox .newsItem,.otherBox>div,.tabs .tabItem,.solutionsBox .solutionsItem,.caseBox .caseItem>div{
        padding: 0;
    }
    .tabs .tabItem-img img{
        min-height: auto;
    }
    .tabs .tabItem h6{
        font-size: 15px;
        margin-top: 5px;
    }
    
    .content-area{
        padding-top: 20px;
    }
    .RecommendedProducts .swiper-slide img {
        height: auto;
    }
    .RecommendedProducts .img-text{
        font-size: 14px;
        padding-top: 10px;
        line-height: 1.3;
    }
   
}