/*
1. GLOBAL
2. LAYOUT
3. PAGINATION
4. SEARCH PAGE
5. BLANK PAGE
6. ERROR PAGE
7. WORDPRESS DEFAULT WIDGETS STYLES
8. STICKY HEADER
9. GUTENBERG
10. PLUGIN FIX
11. STYLING
12. TYPOGRAPHY
13. RESPONSIVE
*/

/* ****************
    1. GLOBAL
******************* */

/* DEFAULT */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
font,
img,
blockquote,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

svg:not(:root) {
    overflow: hidden;
    width: 1em;
    height: 1em;
    position: relative;
}

* {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

figure {
    margin: 0;
    padding: 0;
}

figure figcaption {
    text-align: center;
}

svg:not(:root) {
    overflow: hidden;
}

address {
    font-style: normal;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}

sub,
sup {
    font-size: smaller;
    line-height: 0;
    position: relative;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

small {
    font-size: smaller;
}

del {
    text-decoration: line-through;
}

iframe,
object,
embed,
video {
    max-width: 100%;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    list-style: none;
}

aside nav ul li {
    display: block;
}

p {
    -moz-osx-font-smoothing: grayscale;
    word-break: normal;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity, border-color, box-shadow;
    -moz-transition-property: -moz-transform, opacity, border-color, box-shadow;
    -o-transition-property: top, left, opacity, border-color, box-shadow;
    transition-property: transform, opacity, border-color, box-shadow
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

/* COMMON ELEMENTS */
html {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-style: normal !important;
    background: var(--swm-color-body);
    font-size: var(--body-font-size);
    line-height: var(--swm-body-line-height);
}

.clear {
    clear: both;
}

::selection {
    background: var(--swm-color-dark-1);
    color: var(--swm-color-light-1);
}

::-moz-selection {
    background: var(--swm-color-dark-1);
    color: var(--swm-color-light-1);
}

body:not(.elementor-editor-active) #swm-page .swm-scroll-load {
    opacity: 0;
    transition: opacity 0.6s ease-out;
}

body:not(.elementor-editor-active) #swm-page .swm--loaded {
    opacity: 1;
}

.highlight-text,
.widget_rss .rss-date,
#commentform input::placeholder,
.woocommerce-product-search .search-field::placeholder,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.swm-woo-product-categories,
.product_meta .sku_wrapper .sku,
.product_meta .posted_in a,
.woocommerce input#coupon_code,
.woocommerce-pagination,
.mk-m-pagination-items,
.swm-primary-nav>li ul {
    font-family: var(--swm-secondary-font-family);
    font-weight: var(--swm-secondary-font-weight);
    font-style: var(--swm-secondary-font-style);
    letter-spacing: var(--swm-secondary-font-letter-spacing);
}

.swm-color-headings,
.swm-color-headings a,
.swm-color-headings a:hover,
.swm-site-content .swm-color-headings a,
.swm-site-content .swm-color-headings a:hover,
.swm-heading-text,
a.swm-heading-text,
.has-drop-cap {
    color: var(--swm-color-headings);
}

.swm-site-content {
    color: var(--swm-color-text);
}

.swm-site-content a {
    color: var(--swm-color-link);
}

.swm-site-content a:hover {
    color: var(--swm-color-link-hover);
}

.swm-header {
    background: var(--swm-color-light-1);
}

/* COMMON CLASSES NAMES */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center !important;
}

.pos-abs {
    position: absolute;
}

/* LIST STYLES */
ul,
ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
    margin-left: 7px;
}

ol {
    list-style: decimal;
    margin-left: 20px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside none;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}

/* IMAGES */
img,
img a,
a img,
:link img,
:visited img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    image-rendering: auto;
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

.alignright {
    float: right;
    margin: 20px 0 25px 25px;
}

/* TABLE */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
}

td,
td img {
    vertical-align: top;
}

table caption {
    padding: 0 0 20px 0;
    width: auto;
}

th {
    font-weight: 500;
    text-align: left;
    padding: 0.5em 1em;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
}

tr th:first-child,
tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
}

tr:first-child th,
tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
}

td {
    padding: 0.5em 1em;
    border-style: solid;
    border-width: 1px;
    border-top: none;
}

dl {
    margin-bottom: 1.7em;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
    font-weight: 500;
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.7em 0;
}

table caption {
    padding: 0 0 20px 0;
    width: auto;
    font-size: 110%;
}

table thead {
    background: var(--swm-color-light-2);
}

table tr th {
    color: var(--swm-color-headings);
}

.swm-site-content table tr th a {
    color: var(--swm-color-dark-1);
}

th,
td,
.wp-block-table td,
.wp-block-table th {
    border-color: var(--swm-color-border);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--swm-color-light-2);
}

.wp-block-table.is-style-stripes {
    border: 0;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    border-color: var(--swm-color-border);
}

table.wp-block-table td {
    vertical-align: middle;
}

.wp-block-calendar .wp-calendar-nav-prev {
    float: left;
}


/* QUOTES */
blockquote,
.swm-site-content blockquote {
    display: block;
    position: relative;
    padding: 5px 0 11px 70px;
    overflow: hidden;
    margin-bottom: 35px;
    font-size: 140%;
    font-weight: var(--swm-headings-font-weight);
    text-transform: lowercase;
    letter-spacing: var(--swm-headings-letter-spacing);
}

.swm-site-content blockquote:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -26px;
    height: 100px;
    width: 84px;
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m307.2 174.7 45.1 22.6c-6.2 12.5-11.1 25.6-14.6 39.2-3.5 13.7-5.2 29.6-5.2 47.8v53.1h-75.7v-53.7c0-12.3 2.4-25.2 7.2-38.8s11-26.5 18.6-38.8 15.8-22.8 24.6-31.4zm-97.2 0 45.1 22.6c-6.2 12.5-11.1 25.6-14.6 39.2-3.5 13.7-5.2 29.6-5.2 47.8v53.1h-75.7v-53.7c0-12.3 2.4-25.2 7.2-38.8s11-26.5 18.6-38.8 15.8-22.8 24.6-31.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

blockquote,
blockquote p {
    color: var(--swm-color-headings);
}

.swm-site-content blockquote:before {
    color: var(--swm-color-dark-1);
}

.swm-site-content blockquote,
.swm-site-content blockquote p {
    font-size: 25px;
    line-height: 1.3;
}

.swm-site-content blockquote p,
#comment-wrap blockquote p {
    z-index: 7;
}

blockquote cite {
    margin: 0;
    display: block;
    font-weight: 400;
    font-size: 90%;
}

q:before {
    content: "\201c";
}

q:after {
    content: "\201d";
}

q q:before {
    content: "\2018";
}

q q:after {
    content: "\2019";
}

q {
    quotes: "“""”""‘""’";
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: left;
}

.swm-site-content blockquote.wp-block-quote.is-large,
.swm-site-content blockquote.wp-block-quote.is-style-large {
    padding: 5px 0 11px 70px;
    margin: 0 0 30px 0;
    font-style: normal;
}

.swm-site-content .wp-block-quote.is-large p,
.swm-site-content .wp-block-quote.is-style-large p,
.swm-site-content .wp-block-quote.is-large cite,
.swm-site-content .wp-block-quote.is-style-large cite {
    font-weight: 400;
}

.wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: 70px;
}

.wp-block-quote.has-text-align-right:before {
    left: auto;
    right: -26px;
}

.wp-block-quote[style="text-align:right"] {
    border-width: 0 4px 0 0;
    border-style: solid;
    padding: 0 25px 0 0;
}

.swm-site-content blockquote.wp-block-quote.is-style-large {
    border: 0;
}

.wp-block-quote.has-text-align-right {
    border-color: var(--swm-color-dark-1);
}

figure blockquote.has-text-color.has-very-dark-gray-color {
    border-left: 0;
    padding: 0;
    margin-bottom: 0;
}

.wp-block-pullquote blockquote {
    border: 0;
    padding: 0;
}

.wp-block-pullquote.is-style-solid-color {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.wp-block-pullquote.is-style-solid-color cite {
    margin: 0;
}

.wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color {
    padding: 3rem 2rem;
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
}

blockquote,
.swm-site-content blockquote {
    margin: 27px 0 34px;
}

.wp-block-pullquote blockquote {
    margin: 0;
}

.wp-block-pullquote {
    padding: 1em 0 0 0;
}

.wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) {
    vertical-align: middle;
}

@media only screen and (max-width:480px) {

    blockquote,
    .swm-site-content blockquote {
        font-size: 30px;
        padding: 0 0 6px 75px;
        margin-top: 18px;
    }

    .swm-site-content blockquote:before,
    .swm-site-content blockquote:after {
        font-size: 27px;
    }

    .swm-site-content blockquote:before {
        margin-top: -8px;
    }
}

/* CSS TRANSITION */
.swm-anim:before,
.swm-anim:after,
.swm-anim,
.swm-anim a,
.swm-anim input,
.swm-anim svg,
.swm-anim>i,
input,
textarea,
ul.mk-post-share-icons-list li a i,
.woocommerce .button,
ul.swm_single_metas_on_img li a,
.swm_shop_loop_item,
a.page-numbers:after,
.mk-nav-menu>li>a span:after,
.mk-nav-menu>li>a span:before,
.mk-nav-menu>li ul li a span:before,
.mk-nav-menu>li>ul li>a,
.elementor-widget-image img,
.swm-post-button a,
.swm-cf7-button {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/* PRE, HORIZONTAL LINE, CODE */
pre {
    clear: both;
    width: 100%;
    overflow: auto;
    padding: 2em;
    line-height: 2em;
    font-size: 80%;
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
    margin-bottom: 40px;
    position: relative;
    left: 0;
    text-transform: none;
    background: var(--swm-color-light-2);
    color: var(--swm-color-dark-1);
}

code,
kbd,
samp {
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

code {
    display: block;
    margin: 20px 0;
}

/* CONTENT ELEMENTS */
p {
    margin: 0 0 25px 0;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 1.5em;
}

ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
    margin-top: 1.42em;
}

ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6 {
    margin-top: 1.42em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    margin-bottom: 20px;
    color: var(--swm-color-headings);
    font-family: var(--swm-headings-font-family);
    font-style: var(--swm-headings-font-style);
    letter-spacing: var(--swm-headings-letter-spacing);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: var(--swm-h1-font-size);
    line-height: var(--swm-h1-line-height);
    font-weight: var(--swm-h1-font-weight);
}

h2 {
    font-size: var(--swm-h2-font-size);
    line-height: var(--swm-h2-line-height);
    font-weight: var(--swm-h2-font-weight);
}

h3 {
    font-size: var(--swm-h3-font-size);
    line-height: var(--swm-h3-line-height);
    font-weight: var(--swm-h3-font-weight);
}

h4 {
    font-size: var(--swm-h4-font-size);
    line-height: var(--swm-h4-line-height);
    font-weight: var(--swm-h4-font-weight);
}

h5 {
    font-size: var(--swm-h5-font-size);
    line-height: var(--swm-h5-line-height);
    font-weight: var(--swm-h5-font-weight);
}

h6 {
    font-size: var(--swm-h6-font-size);
    line-height: var(--swm-h6-line-height);
    font-weight: var(--swm-h6-font-weight);
}

/* HIDE GOOGLE MAP DIRECTION BOX ON LEFT TOP SIDE */
.gm-style .place-card-large {
    display: none;
    left: -2000px;
}

/* FORM ELEMENTS */
button[disabled],
html input[disabled] {
    cursor: default;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    webkit-font-smoothing: antialiased;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

button,
select {
    text-transform: none;
}

label,
input[type="submit"],
input[type="file"],
button {
    cursor: pointer;
}

input,
textarea {
    font: 12px/20px;
    font: inherit;
    resize: none;
}

input {
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    height: auto;
    min-height: 100px;
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

:focus {
    outline: 0;
}

input[type="submit"] {
    height: auto;
    border: 0;
}

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: none;
    padding: 12px 0;
    margin: 0 0 20px 0;
    width: 220px;
    max-width: 100%;
    background: transparent;
    line-height: 25px;
}

input.post_password {
    padding: 12px 20px;
}

select {
    background: 0 0;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: calc(50% - 5px);
    background-size: 14px 14px;
    background-image: url(../images/chevron-down.svg);
}

textarea {
    min-height: 80px;
    height: 230px;
    line-height: 1.5em;
    width: 100%;
}

label {
    display: block;
}

form.post-password-form label {
    display: inline-block;
    float: left;
    margin: 0 4px 0 0;
}

form.post-password-form p:nth-child(2) {
    display: flex;
    align-items: flex-end;
}

form.post-password-form p:nth-child(2) label input {
    margin-top: 20px;
}

legend {
    display: block;
    font-weight: normal;
}

.select option {
    padding: 0;
    margin: 0;
}

form.post-password-form,
.wp-audio-shortcode.mejs-audio {
    margin-bottom: 40px;
}

.swm-container ul li.post.pingback {
    padding: 0;
}

.sidebar input {
    width: 100%;
}

input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}

/* COLUMN */
.swm-row {
    margin: 0 -20px;
}

.swm-column-gap {
    padding: 0 20px;
}

.swm-column {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: relative;
    z-index: 0;
}

.swm-row .swm-column1,
.swm-one-full {
    width: 100%;
}

.swm-row .swm-column2,
.swm-one-half {
    width: 50%;
}

.swm-row .swm-column3,
.swm-one-third {
    width: 33.3%;
}

.swm-row .swm-column4,
.swm-one-fourth {
    width: 25%;
}

.swm-row .swm-column5,
.swm-one-fifth {
    width: 20%;
}

.swm-row .swm-column6,
.swm-one-sixth {
    width: 16.66666666666666%;
}

.swm-layout-sidebar-left .swm-row .swm-column2,
.swm-layout-sidebar-left .swm-row .swm-column3,
.swm-layout-sidebar-left .swm-row .swm-column4,
.swm-layout-sidebar-right .swm-row .swm-column2,
.swm-layout-sidebar-right .swm-row .swm-column3,
.swm-layout-sidebar-right .swm-row .swm-column4 {
    width: 50%;
}

.swm-two-third {
    width: 66.6%;
}

.swm-three-fourth {
    width: 75%;
}

.swm-four-fifth {
    width: 80%;
}

.swm-five-sixth {
    width: 83.3%;
}

.swm-custom-two-third {
    width: 66.66666666666667%;
    margin-left: 0;
    float: left;
}

.swm-column.swm-custom-two-third,
.swm-column.sidebar {
    margin-left: 0;
}

.swm-layout-sidebar-right .swm-custom-two-third {
    float: left;
}

.swm-layout-sidebar-left .swm-custom-two-third {
    float: right;
}

.swm-layout-full-width .swm-custom-two-third,
.swm-layout-full-screen .swm-custom-two-third {
    margin: 0;
    float: none;
    width: 100%;
}

#sidebar {
    display: block;
}

.swm-layout-sidebar-right #sidebar {
    float: right;
}

.swm-layout-sidebar-left #sidebar {
    float: left;
}

.swm-layout-full-width.swm-post-sidebar-page .swm-custom-two-third,
.swm-layout-full-screen.swm-post-sidebar-page .swm-custom-two-third {
    width: 100%;
}

.swm-row.zero-p-margin p {
    margin: 0;
}

/* WORDPRESS DEFAULT GALLERY / OTHER ELEMENTS */
dd.wp-caption-text.gallery-caption {
    display: inline-block;
    font-size: 90%;
    line-height: 18px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.gallery {
    margin: 30px 0;
}

.gallery .gallery-item dt {
    width: auto;
    float: none;
}

.gallery .gallery-item {
    padding: 0;
    width: auto;
    float: left;
    text-align: center;
}

.gallery a,
.gallery a img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
}

.gallery {
    margin: 0;
}

dl.gallery-item {
    padding: 1%;
    margin: 0;
}

dl.gallery-item img {
    width: 100%;
}

.gallery-columns-1 dl.gallery-item {
    width: 100%;
    margin-bottom: 50px;
}

.gallery-columns-2 dl.gallery-item {
    width: 50%;
    padding: 1.5%;
}

.gallery-columns-3 dl.gallery-item {
    width: 33.29%;
    padding: 1.2%;
}

.gallery-columns-4 dl.gallery-item {
    width: 24.95%;
    padding: 1.7%;
}

.gallery-columns-5 dl.gallery-item {
    width: 20%;
    padding: 0.85%;
}

.gallery-columns-6 dl.gallery-item {
    width: 16.65%;
    padding: 0.9%;
}

.gallery-columns-7 dl.gallery-item {
    width: 14.1%;
    padding: 0.8%;
}

.gallery-columns-8 dl.gallery-item {
    width: 12.4%;
    padding: 0.7%;
}

.gallery-columns-9 dl.gallery-item {
    width: 11%;
    padding: 0.6%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* ****************
    2. LAYOUT
******************* */

/* GENERAL */

.swm-container {
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

#swm-wrap {
    position: relative;
}

#swm-page {
    overflow: hidden;
    width: 100%;
}

#swm-main-container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.swm-main-container-wrap {
    margin: 0 auto;
}

.swm-main-container {
    display: block;
    margin: 0 auto;
    width: auto;
    position: relative;
    z-index: 3;
}

.swm-page-featured-img {
    margin-bottom: 20px;
}

.swm-site-content a {
    text-decoration: none;
}

.swm-site-content {
    z-index: 4;
}

/* PAGE PRELOADER */
.swm-site-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    overflow: hidden;
    background: var(--swm-color-light-1);
}

.swm-loader-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 3em;
    height: 3em;
    margin-top: -2.5em;
    margin-left: -1.5em;
}

.swm-loader {
    margin-top: -1.25em;
}

.swm-loader:before,
.swm-loader:after,
.swm-loader {
    border-radius: 100%;
    width: 2.0em;
    height: 2.0em;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: swm-loader-key 1.8s infinite ease-in-out;
    animation: swm-loader-key 1.8s infinite ease-in-out;
}

.swm-loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.swm-loader:before {
    left: -3.0em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.swm-loader:after {
    left: 3.0em;
}

.swm-loader:before,
.swm-loader:after {
    position: absolute;
    top: 0;
}

.swm-loader span {
    border: 6px solid var(--swm-color-dark-1);
}

@-webkit-keyframes swm-loader-key {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em var(--swm-color-dark-1);
    }

    40% {
        box-shadow: 0 2.5em 0 0 var(--swm-color-dark-1);
    }
}

@keyframes swm-loader-key {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em var(--swm-color-dark-1);
    }

    40% {
        box-shadow: 0 2.5em 0 0 var(--swm-color-dark-1);
    }
}

/* READING PROGRESS BAR */
.swm-reading-progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}

.swm-reading-progress-bar {
    width: 0%;
}

/* FULL SCREEN CONTENT STYLE */
.swm-site-content .swm-container.swm-layout-full-screen {
    width: 100%;
    max-width: 100%;
}

.swm-container.swm-layout-full-screen .swm_page_content>.vc_row {
    margin-left: 0;
    margin-right: 0;
}

.swm-container.swm-layout-full-screen.swm_page_content>.vc_row>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.swm-container.swm-layout-full-screen #swm-item-entries.swm-row {
    margin: 0;
}

.swm-container.swm-layout-full-screen #swm-item-entries.swm-row>article>.swm-column-gap {
    padding: 0;
}

/* LIST STYLES */
.swm-site-content ul,
.swm-container ul {
    list-style: disc outside none;
}

.swm-site-content li,
.swm-container li {
    margin-left: 1em;
    padding: 3px 0;
}

.sidebar ul {
    list-style: none;
    margin: 0;
}

/* TITLEBAR */
.swm-page-title-bar-title,
h1.swm-page-title-bar-title {
    font-size: 65px;
    font-weight: 500;
    color: var(--swm-color-headings);
    margin: 0;
    line-height: 70px;
}

.swm-page-title-bar {
    position: relative;
    z-index: 5;
    z-index: 3;
}

/* SIDEBAR */
.sidebar {
    display: block;
    padding: 0;
}

.sidebar a {
    text-decoration: none;
    position: relative;
    color: inherit;
}

.swm-sidebar-widget-box {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    float: left;
}

.swm-site-content .sidebar .swm-sidebar-ttl h4 span {
    line-height: 1.2em;
}

.sidebar .swm-sidebar-ttl {
    margin: 0;
}

.sidebar .swm-sidebar-ttl h4 {
    display: block;
    margin-bottom: 22px;
    padding: 0;
    z-index: 2;
    position: relative;
    display: block;
}

.sidebar .swm-widget-content>ul,
.sidebar .swm-widget-content ul.menu {
    list-style: none;
    margin: 0;
}

.swm-widget-content {
    width: 100%;
    display: block;
    padding: 0;
}

.sidebar p {
    line-height: 1.5em;
}

.sidebar ul li {
    margin: 0;
    display: block;
    line-height: 1.75em;
    position: relative;
}

.sidebar ul li ul li {
    border: 0;
    padding: 2px 0 2px 0;
}

.sidebar .swm-list-widgets ul li {
    padding: 1px 0;
    position: relative;
}

.widget_product_categories ul li,
ul.wc-block-product-categories-list li,
ul.wp-block-page-list li,
ul.wp-block-categories-list li,
ul.wp-block-archives-list li,
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li {
    margin-bottom: 3px;
}

.widget_product_categories ul li:last-child,
ul.wc-block-product-categories-list li:last-child,
ul.wp-block-page-list li:last-child,
ul.wp-block-categories-list li:last-child,
ul.wp-block-archives-list li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link,
.wp-block-rss__item-title a {
    font-weight: 500;
}

.wp-block-latest-posts__post-title {
    display: block;
}

ul.wp-block-latest-posts__list li {
    margin-bottom: 20px;
}

ul.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0;
}

.wp-block-latest-posts__post-excerpt {
    clear: both;
    display: block;
}

.wp-block-latest-posts__post-author {
    margin-right: 12px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
    display: inline-block;
    font-size: 90%;
}

ul.wp-block-latest-posts.has-dates li time {
    display: inline-block;
}

.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
    font-size: calc(var(--body-font-size) - 2px);
}

.widget_rss a.rsswidget {
    color: var(--swm-color-headings);
    font-size: calc(var(--body-font-size) + 2px);
    line-height: 1;
    font-family: var(--swm-body-font-family);
}

.sidebar .swm-sidebar-widget-box {
    margin-bottom: 60px;
}

.sidebar .swm-list-widgets {
    display: block;
    clear: both;
}

.sidebar .swm-list-widgets .swm-widget-content>ul>li ul,
.sidebar .widget-nav-menu .swm-widget-content>div>ul>li ul {
    padding-right: 0;
}

.sidebar .swm-list-widgets .swm-widget-content>ul>li>ul,
.sidebar .widget-nav-menu .swm-widget-content>div>ul>li>ul {
    padding-bottom: 5px;
}

.sidebar .widget-calendar .swm-sidebar-ttl h4 {
    margin-bottom: 21px;
}

.sidebar .widget-calendar .calendar-wrap {
    margin-top: 4px;
}

.sidebar .swm-search-form-input {
    font-size: 90%;
}

.sidebar .swm-list-widgets ul li a {
    margin-right: 3px;
}

.sidebar .swm-list-widgets>ul>li:first-child {
    border-top: 0;
}

.sidebar .swm-list-widgets ul li ul li {
    padding-left: 15px;
    padding-bottom: 0;
    border: 0;
}

.sidebar .swm-list-widgets ul li:last-child {
    padding-bottom: 0;
    border: 0;
}

.sidebar tfoot {
    font-size: 90%;
    font-weight: 700;
}

.sidebar .tagcloud a {
    border: 0;
    font-weight: 400;
}

.sidebar .swm-sidebar-ttl h4 span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.widget_tag_cloud .swm-sidebar-ttl {
    margin-bottom: 14px;
}

.rsswidget.rss-widget-feed {
    margin-right: 7px;
}

.sidebar ul li a:hover,
.sidebar a:hover {
    color: var(--swm-color-dark-1);
}

.sidebar,
.sidebar select {
    color: var(--swm-color-text);
}

.sidebar,
.sidebar p,
.sidebar ul li {
    font-size: var(--swm-sidebar-font-size);
}

.sidebar .mk-recent-posts-tiny-title h5 a {
    font-size: calc(2px + var(--swm-sidebar-font-size));
}

.swm-site-content .sidebar .swm-sidebar-ttl h4 span,
.widget_block [class*="__title"],
.sidebar h2.wp-block-heading {
    font-size: var(--swm-sidebar-title-font-size);
    letter-spacing: var(--swm-sidebar-title-letter-space);
    text-transform: var(--swm-sidebar-title-transform);
}

.sidebar .widget_search .swm-search-form input {
    color: var(--swm-color-headings);
}

.sidebar .widget_search .swm-search-form input::placeholder {
    color: var(--swm-color-text);
    opacity: 0.5;
}

.sidebar [class^="__label"],
.sidebar [class*="__label"] {
    color: var(--swm-color-headings);
    font-size: var(--swm-sidebar-title-font-size);
    letter-spacing: var(--swm-sidebar-title-letter-space);
    text-transform: var(--swm-sidebar-title-transform);
    font-family: var(--swm-headings-font-family);
}

ul.wp-block-page-list li a:hover,
ul.wc-block-product-categories-list li a:hover,
.widget_product_categories ul li a:hover,
ul.wp-block-categories-list li a:hover,
ul.wp-block-archives-list li a:hover {
    color: var(--swm-color-dark-1);
}

.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
    color: var(--swm-color-dark-1);
}

/* BLOG */
.swm-post-content {
    position: relative;
    min-height: 100px;
    height: 100%;
    clear: both;
}

.swm-post-button {
    margin-top: 27px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.swm-post-content .swm-post-button a {
    font-weight: 500;
    color: var(--swm-color-headings);
}

.swm-post-content .swm-post-button:hover a {
    color: var(--swm-color-dark-1);
}

.swm-post-button a {
    color: var(--swm-color-dark-1);
    background-color: transparent;
    border: 1px solid var(--swm-color-dark-1);
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    outline: 0;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
}

.swm-post-button-arrow-start,
.swm-post-button-arrow-end {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -1px;
    top: -1px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--swm-color-dark-1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.swm-post-button-arrow-start:after,
.swm-post-button-arrow-end:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
}

.swm-post-button-arrow-start {
    right: auto;
    left: -100%;
}

.swm-post-button-text {
    margin: 0 45px 0 20px;
    color: var(--swm-color-dark-1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.swm-post-button:hover a .swm-post-button-arrow-start {
    left: -1px;
}

.swm-post-button:hover a .swm-post-button-arrow-end {
    right: -100%;
}

.swm-post-button:hover a .swm-post-button-text {
    margin: 0 20px 0 45px;
}

.single .swm-post-content {
    margin-bottom: 25px;
}

.swm-post-image iframe,
.swm-post-image audio {
    display: block;
}

.swm-posts-list {
    position: relative;
}

.single .swm-post-content-block {
    padding-bottom: 15px;
    border-color: var(--swm-color-dark-1);
}

.swm-post-content {
    padding-bottom: 100px;
}

.swm-post-title h2,
.swm-post-title h2 a,
.swm-post-title h1 {
    margin-bottom: 37px;
    position: relative;
}

article.sticky .swm-post-title h2 a:after {
    content: '*';
    position: absolute;
    bottom: 0;
    right: -0.55em;
    font-size: 150%;
}

article.sticky .swm-post-title h2 a {
    position: relative;
    text-decoration: underline;
}

.swm-post-single-tags,
.swm_post_share_links {
    margin-bottom: 54px;
    flex-basis: 50%;
    display: flex;
    flex-wrap: wrap;
}

.swm-post-single-tags a:after,
.tagcloud a:after,
.widget .wp-block-tag-cloud a:after {
    content: '|';
    padding-left: 16px;
    padding-right: 16px;
}

.swm-post-single-tags a:last-child:after,
.tagcloud a:last-child:after,
.widget .wp-block-tag-cloud a:last-child:after {
    padding: 0;
}

/* POST IMAGE SECTION */
.swm-post-image img,
.swm-post-image {
    display: block;
    position: relative;
    z-index: 3;
}

.swm-post-image {
    padding: 0;
    display: block;
    margin-bottom: 28px;
}

.swm-post-image img {
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

/* POST TOP META */
.swm-post-meta {
    margin-bottom: 7px;
}

.swm-post-meta>* {
    line-height: 1;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--swm-color-headings);
}

.swm-post-meta a,
.swm-post-meta a:hover {
    position: relative;
    color: inherit;
}

.swm-post-meta-separator {
    color: initial;
    color:var(--swm-color-text);
}

.swm-post-meta-date-separator:after,
.swm-post-meta-separator:after {
    content: '';
    margin: 0 15px 0 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: currentColor;
}

.swm-post-meta-cat-separator:after {
    content: ',';
    margin-right: 5px;
}

.swm-post-meta-separator:last-of-type {
    display: none;
}

.swm-post-meta-date-separator:after {
    height: 1px;
    width: 42px;
    margin: 0 15px 0 0;
}

/* POST SINGLE */
.single-post .swm-post-content {
    padding: 0;
}

.single-fullwidth-image .swm-post-content-block,
.single-standard-alt .swm-post-title h1 {
    margin-bottom: 30px;
}

.swm_single_fullwidth_image {
    background-size: cover;
    background-position: center center;
}

.swm-post-title-content {
    margin-top: -6px;
    clear: both;
}

.swm-single-tag-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* POST SINGLE NEXT-PREV PAGINATION */
.swm-post-single-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}

.swm-post-single-content {
    margin-bottom: 10px;
}

.swm-single-next-prev-links {
    font-size: calc(var(--body-font-size) + 1px);
}

.swm-single-next-prev-links i {
    line-height: 10px;
}

.swm-single-next-prev-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 20px;
}

.swm-single-next-prev-links-arrow {
    display: inline-flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--swm-color-dark-1);
    fill: var(--swm-color-dark-1);
    background: var(--swm-color-light-1);
    border-radius: 50%;
    margin: 0 0 0 13px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.swm-single-next-prev-links a:hover .swm-single-next-prev-links-arrow {
    background: var(--swm-color-dark-1);
    color: var(--swm-color-light-1);
    fill: var(--swm-color-light-1);
}

.swm-single-next-prev-links a svg {
    font-size: 23px;
    transition: none;
}

.swm-single-prev-link .swm-single-next-prev-links-arrow {
    transform: rotate(180deg);
    margin: 0 13px 0 0;
}

/* POST SHARE */
.swm_post_share_links {
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
}

ul.swm_post_share_icons_list {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.swm_post_share_icons_list li {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    padding: 0;
    margin: 0 18px 0 0;
}

ul.swm_post_share_icons_list li:last-child {
    margin-right: 0;
}

ul.swm_post_share_icons_list li a {
    color: var(--swm-color-text);
    fill: var(--swm-color-text);
}

ul.swm_post_share_icons_list li a:hover {
    color: var(--swm-color-dark-1);
}

/* ABOUT AUTHOR */
.swm-about-author-box {
    clear: both;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 50px;
    background: var(--swm-color-light-2);
}

.swm-about-author {
    position: relative;
    clear: both;
    display: block;
    margin: 0;
}

.swm-about-author-left-bg {
    position: absolute;
    left: -355px;
    top: -100px;
    width: 600px;
    height: 600px;
    z-index: 0;
    display: block;
    border-radius: 100%;
}

.swm-about-author {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swm-about-author-left-wrap {
    flex-shrink: 0;
    padding: 40px 0 40px 40px;
}

.swm-about-author-left span {
    display: block;
    font-size: 85%;
}

.swm-about-author img {
    float: left;
    width: 188px;
    height: auto;
    border-radius: 100%;
}

.swm-about-author p {
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.swm-about-author-biotext {
    overflow: hidden;
    padding: 40px;
}

.swm-author-page-box .swm-about-author {
    margin: 0;
}

body.author .swm-author-page-box .swm-content-wrap {
    width: 100%;
}

body.author .swm-about-author-box {
    padding: 0;
}

body.author .swm-about-author {
    padding: 35px;
}

.swm-site-content h3.swm-single-pg-titles,
.swm-related-posts h3.swm-single-pg-titles {
    margin-bottom: 40px;
}

#respond h3,
.swm-single-pg-titles {
    margin: 0;
}

ul.swm-post-author-icon {
    padding: 0 0 40px;
    margin: 10px 0 0 0;
}

ul.swm-post-author-icon li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 17px 0 0;
    font-size: 15px;
    display: inline-block;
}

ul.swm-post-author-icon li a {
    display: block;
    width: 100%;
    height: 100%;
}

.swm-author-page-box {
    margin-bottom: 70px;
}

.swm-about-author-title-subtitle span {
    display: block;
    font-size: 95%;
    opacity: 0.8;
}

.swm-about-author-title-subtitle {
    margin: 0 0 8px 0;
    text-transform: lowercase;
}

.swm-about-author-title-subtitle a {
    font-size: 30px;
    line-height: 1;
}

.swm-about-author-bio-subtitle,
.swm-about-author-bio-website {
    margin-top: 10px;
}

/* COMMENTS */
#comments,
.swm-container p.swm-nocomments {
    padding: 0;
    clear: both;
    margin-bottom: 56px;
    position: relative;
}

#comment-wrap {
    position: relative;
}

#comment-wrap>ol {
    margin-left: 0;
}

#comment-wrap p {
    margin: 0 0 10px 0;
    font-size: 100%;
}

#comment-wrap .comment-text>p:last-child {
    margin-bottom: 0;
}

#comments p.swm-nocomments {
    padding: 0;
    clear: both;
    margin: 0;
    border: 0;
}

.comment-body {
    position: relative;
    padding: 0;
}

.comment-avatar {
    float: left;
    display: inline-block;
    position: relative;
}

.comment-avatar img {
    display: inline-block;
    width: 95px;
    height: 95px;
    float: left;
}

.comment-postinfo {
    margin-left: 122px;
    position: relative;
}

.comment-title-section {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.comment-author {
    font-size: calc(var(--body-font-size) + 2px);
    display: block;
    padding-right: 4px;
}

.comment-author,
.comment-author a {
    text-decoration: none;
    line-height: 19px;
    margin: 3px 3px 4px 0;
    display: inline-block;
}

.comment-date {
    font-size: calc(var(--body-font-size) - 2px);
    margin-top: -2px;
    color: var(--swm-color-text);
}

.comment-date:before {
    content: "/";
    margin-right: 8px;
}

.comment-date i {
    margin-right: 5px;
}

.comment-content {
    padding: 0;
    position: relative;
    float: left;
    z-index: 1;
    width: 100%;
}

.comment-text {
    padding-top: 5px;
}

.comment-edit-link {
    display: inline-block;
    font-size: 90%;
    margin-top: 15px;
}

.swm-comment-reply {
    position: relative;
    margin-top: 25px;
}

#comments .swm-comment-reply a.comment-reply-link,
#comments .swm-comment-reply a.comment-reply-login {
    display: inline-block;
    width: auto;
    text-decoration: none;
}

#comments .swm-comment-reply a:hover:after {
    transform: rotate(0deg);
}

#comments .swm-comment-reply a.comment-reply-link {
    text-align: center;
    margin: 0;
    border: 1px solid var(--swm-color-text);
    border-radius: 30px;
    padding: 5px 19px 4px;
    line-height: 20px;
    font-size: calc(var(--body-font-size) - 2px);
}

#comments .swm-comment-reply a.comment-reply-link:hover {
    background: var(--swm-color-dark-1);
    border-color: var(--swm-color-dark-1);
    color: var(--swm-color-light-1);
}

#comment-wrap ol.commentlist li ul.children {
    padding-left: 70px;
}

#comment-wrap ol {
    padding: 0;
    margin: 0;
}

#comment-wrap ol ul li {
    margin: 0;
}

#comment-wrap ol li ul {
    padding-bottom: 0;
}

#comment-wrap ol li.comment,
#content #comment-wrap ol li.post.pingback {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

#comment-wrap ol>li.comment:first-child {
    border-top: 0;
    padding-top: 0;
}

#comment-wrap ol>li.comment:first-child .comment-content {
    padding-top: 0;
}

#comment-wrap ol.commentlist li.comment ul.children {
    margin: 0 0 1px 0;
}

#comment-wrap ol.commentlist li article {
    padding: 25px 0;
    display: block;
}

#comment-wrap ol.commentlist>li:first-child>article {
    padding-top: 0;
}

#comment-wrap ol li.comment .comment-text>ol {
    margin: 0 0 1.42em 30px;
}

#comment-wrap ol li.comment .comment-text ol+h2 {
    margin-top: 1.42em;
}

#commentform p.logged-in-as,
#respond p.comment-notes {
    margin-bottom: 35px;
    margin-top: -30px;
    opacity: 0.6;
    font-size: 95%;
}

#content #comment-wrap ol li.bypostauthor .comment-avatar img {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    border: 1px solid transparent;
    padding: 0;
}

#content #comment-wrap ol li.bypostauthor:hover .comment-avatar img {
    border-color: var(--swm-color-border);
    padding: 5px;
}

/* COMMENT FORM */
.swm-single-section {
    padding-top: 39px;
}

#respond {
    position: relative;
    clear: both;
    padding: 0;
    margin-bottom: 50px;
}

#comments #respond:after,
#comments #respond:before {
    display: none;
}

#respond h3 {
    padding: 0;
    margin: 0 0 40px;
}

#respond h3 i {
    margin-right: 10px;
}

#comments #respond h3 {
    border: 0;
    text-align: left;
    padding: 0;
}

#comments #respond h3 i {
    display: none;
}

#comments #respond {
    padding: 30px 0 10px 0;
    border: 0;
    width: 100%;
    margin: 0;
}

#comments #respond #commentform {
    padding: 0;
    border: 0;
    clear: both;
}

#respond h3 small a#cancel-comment-reply-link {
    display: block;
    text-transform: none;
    color: red;
    font-family: var(--swm-body-font-family);
    font-size: var(--body-font-size);
}

#comments #respond h3 small {
    float: right;
}

#respond .form-allowed-tags {
    display: none;
}

#comments #respond h3.comment-reply-title span:after,
#comments #respond h3.comment-reply-title:after {
    display: none;
}

#commentform {
    padding: 0;
    display: block;
}

#commentform label {
    clear: both;
    font-weight: normal;
}

#commentform textarea#comment {
    width: 100%;
    clear: both;
    margin: 0 0 26px 0;
    height: 145px;
    border: 0;
    border-bottom: 1px solid var(--swm-color-border);
    padding: 0 0 20px 0;
}

#commentform textarea#comment:hover,
#commentform textarea#comment:focus {
    border-color: var(--swm-color-border-hover);
}

#commentform input[type="text"] {
    width: 50%;
    float: left;
    display: inline-block;
    clear: both;
}

#commentform input[type="text"],
#commentform input[type="email"],
input[type="password"],
#commentform textarea {
    padding: 0 0 10px 0;
    margin-bottom: 35px;
    text-indent: 0;
    width: calc(100% - 10px);
    font-weight: 400;
}

#commentform .comment-form-url input[type="text"] {
    width: 100%;
}

#commentform .comment-form-author input[type="text"] {
    padding-right: 68px;
}

#commentform textarea {
    min-height: 140px;
}

#commentform p {
    width: auto;
    margin: 0;
}

input[type="password"] {
    margin-bottom: 0;
    display: inline-block;
}

#commentform .hidden {
    display: none;
}

input[type="submit"] {
    display: inline;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email {
    width: 50%;
    float: left;
}

#commentform p.comment-form-email input[type="text"] {
    margin-right: 0;
    float: right;
    margin-left: 12px;
}

#commentform p.comment-form-comment {
    width: 100%;
    float: left;
}

#commentform p.form-submit {
    clear: both;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.post-password-form input[type="submit"] {
    margin-top: 27px;
}

#commentform p.comment-form-cookies-consent {
    margin: 0 0 20px;
    clear: both;
}

p.comment-form-cookies-consent label {
    display: inline;
    margin-left: 5px;
    opacity: 0.6;
}

.comment-respond label {
    display: none;
}

.swm-post-single-content .swm-pagination-menu {
    margin: 50px 0;
}

.swm-post-content input[type="password"] {
    padding: 0;
}

#commentform input:not([type="submit"]),
#commentform textarea {
    color: var(--swm-color-text);
}

#commentform input:not([type="submit"])::-webkit-input-placeholder {
    color: var(--swm-color-text);
}

#commentform input:not([type="submit"])::-moz-placeholder {
    color: var(--swm-color-text);
}

#commentform input:not([type="submit"])::-ms-placeholder {
    color: var(--swm-color-text);
}

#commentform input:not([type="submit"])::placeholder {
    color: var(--swm-color-text);
}

#commentform input::placeholder,
#commentform textarea::placeholder {
    color: var(--swm-color-text);
    opacity: 0.6;
    text-transform: lowercase;
}

#commentform p.logged-in-as a {
    color: var(--swm-color-dark-1);
}

.comment-date i,
a.comment-edit-link,
#commentform p.logged-in-as a:hover {
    color: var(--swm-color-dark-1);
}

a.comment-reply-link,
#respond h3.comment-reply-title,
#review_form .comment-reply-title {
    color: var(--swm-color-headings);
}

a.comment-reply-link:hover {
    color: var(--swm-color-dark-1);
}

/* RELATED POSTS */
.swm-related-posts-section {
    clear: both;
    display: block;
}

.swm-related-posts a {
    text-decoration: none;
}

.swm-related-posts ul {
    padding: 0;
    margin: 0;
}

.swm-related-posts ul li {
    float: left;
    padding: 0;
    list-style: none;
    position: relative;
}

.swm-related-link {
    font-size: calc(var(--body-font-size) + 12px);
    font-weight: 600;
    line-height: 1.2em;
    clear: both;
    margin-top: 5px;
}

.swm-related-link a {
    margin-bottom: 0;
}

.swm-related-posts ul li img {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.swm-related-posts ul {
    margin: 0 -12px;
}

.swm-single-related-posts-1 .swm-related-posts ul li {
    margin: 0 15px 30px 15px;
    width: calc(100% - 30px);
}

.swm-single-related-posts-2 .swm-related-posts ul li {
    margin: 0 15px 30px 15px;
    width: calc(50% - 30px);
}

.swm-single-related-posts-3 .swm-related-posts ul li {
    margin: 0 15px 30px 15px;
    width: calc(33.3% - 30px);
}

.swm-single-related-posts-4 .swm-related-posts ul li {
    margin: 0 15px 30px 15px;
    width: calc(25% - 30px);
}

.swm-related-posts ul.swm-related-date-cat {
    padding: 0;
    margin: 0;
    font-size: calc(var(--body-font-size) - 1px);
}

.swm-related-posts ul.swm-related-date-cat li {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

.swm-related-posts ul.swm-related-date-cat li:last-child:after {
    display: none;
}

.swm-related-posts .swm-related-date-cat a {
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
    color: var(--swm-color-dark-1);
}

.swm-related-posts .swm-related-date-cat a:hover {
    background-size: 100% 1px;
}

.swm-tiny-post-meta>* {
    line-height: 1;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--swm-color-headings);
}

.swm-tiny-post-meta a,
.swm-tiny-post-meta a:hover {
    position: relative;
    color: inherit;
}

.swm-tiny-post-meta-separator {
    color: initial;
    color: var(--swm-color-text);
}

.swm-tiny-post-meta-date-separator:after,
.swm-tiny-post-meta-separator:after {
    content: '';
    margin: 0 15px 0 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: currentColor;
}

.swm-tiny-post-meta-cat-separator:after {
    content: ',';
    margin-right: 5px;
}

.swm-tiny-post-meta-separator:last-of-type {
    display: none;
}

.swm-tiny-post-meta-date-separator:after {
    height: 1px;
    width: 24px;
    margin: 0 15px 0 0;
}

/* ****************
    3. PAGINATION
******************* */
.swm-pagination-wrap,
nav.woocommerce-pagination {
    width: auto;
    margin: 30px auto 30px;
    text-align: center;
}

.swm-pagination {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swm-pagination-menu {
    margin-bottom: 30px;
}

.swm-pagination a,
.swm-pagination .page-numbers.current,
.swm-pagination-menu>a,
.swm-pagination-menu>span,
nav.woocommerce-pagination>a,
nav.woocommerce-pagination>span.page-numbers.current {
    width: 29px;
    height: 29px;
    position: relative;
    font-size: 15px;
    margin: 0 7px;
    padding: 0;
    line-height: 26px;
    text-align: center;
    transition: all .3s ease-in-out;
    border-radius: 100%;
    border: 1px solid transparent;
}

.swm-pagination .page-numbers.current,
nav.woocommerce-pagination>span.page-numbers.current,
.swm-pagination a.page-numbers:not(.prev, .next):hover,
nav.woocommerce-pagination a.page-numbers:not(.prev, .next):hover {
    border: 1px solid currentColor;
}

.swm-list-widgets ul li:before {
    content: '';
    margin: 0 8px 0 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--swm-color-text);
    vertical-align: middle;
    display: inline-flex;
}

.widget_rss.swm-list-widgets ul li:before,
.widget_block.widget_recent_entries.swm-list-widgets ul li:before {
    display: none;
}

nav.woocommerce-pagination {
    display: flex;
    float: none;
    justify-content: center;
}

.swm-pagination a.prev.page-numbers,
nav.woocommerce-pagination a.prev.page-numbers {
    margin-right: 28px;
    min-width: 25px;
}

.swm-pagination a.next.page-numbers,
nav.woocommerce-pagination a.next.page-numbers {
    margin-left: 28px;
    min-width: 25px;
}

.swm-pagination .page-numbers,
nav.woocommerce-pagination .page-numbers {
    position: relative;
}

.swm-pagination a.page-numbers svg,
nav.woocommerce-pagination a.page-numbers svg {
    font-size: 25px;
}

.swm-pagination a.page-numbers svg,
nav.woocommerce-pagination a.page-numbers svg {
    transform: rotate(0);
}

.swm-pagination a.prev.page-numbers svg,
nav.woocommerce-pagination a.prev.page-numbers svg {
    transform: rotate(180deg);
}

.swm-pagination .page-numbers.dots {
    float: left;
}

.swm-comments-pagination {
    margin-top: 20px;
}

/* NEXT PREVIOUS POSTS */
.swm-next-prev-pagination {
    font-weight: bold;
    font-size: 85%;
    clear: both;
    display: block;
}

.swm-container .swm-next-prev-pagination a,
.swm-next-prev-pagination a {
    padding: 10px 18px;
}

.swm-next-prev-pagination a:hover {
    text-decoration: none;
}

.swm-next-prev-pagination .post-prev {
    float: left;
}

.swm-next-prev-pagination .post-prev span {
    margin-right: 5px;
}

.swm-next-prev-pagination .post-next {
    float: right;
    text-align: right;
}

.swm-next-prev-pagination .post-next span {
    margin-left: 5px;
}

.swm-pagination a.next.page-numbers i {
    margin-left: -1px;
    margin-right: 0;
}

.swm-pagination a.page-numbers.prev:before,
.swm-pagination a.page-numbers.next:before,
nav.woocommerce-pagination a.page-numbers.prev:before,
nav.woocommerce-pagination a.page-numbers.next:before {
    display: none;
}

.swm-container .swm-next-prev-pagination a,
.swm-next-prev-pagination a,
.mk-next-prev-pagination a,
.swm-site-content .swm-pagination a.page-numbers,
.swm-site-content .swm-pagination-menu a,
.swm-site-content .mk-pagination a.page-numbers,
.swm-site-content .mk-pagination-menu a,
.woocommerce nav.woocommerce-pagination a.page-numbers {
    color: var(--swm-color-text);
}

.swm-site-content .swm-pagination .page-numbers.current,
.swm-site-content nav.woocommerce-pagination>span.page-numbers.current,
.swm-site-content .swm-pagination a:hover,
.swm-site-content .swm-pagination-menu>a:hover,
.swm-site-content nav.woocommerce-pagination>a:hover {
    color: var(--swm-color-text);
}

/* ****************
    4. SEARCH PAGE
******************* */
.swm-search-featured-img {
    float: left;
    margin-right: 30px;
}

.swm-search-featured-img img {
    width: 150px;
    padding: 0;
}

.swm-search-blank-img span {
    width: 150px;
    height: 150px;
    background: url("../images/search-no-image.png");
    display: block;
}

.swm-search-page-text {
    overflow: hidden;
}

.swm-search-p-query-text {
    color: var(--swm-color-dark-1);
}

.swm-site-content h2.swm-search-pg-subtitle {
    margin-bottom: 40px;
    display: block;
}

ul.swm-search-list {
    padding: 0;
    margin: 0;
}

ul.swm-search-list>li {
    list-style: none;
    margin: 0 0 -1px 0;
    padding: 0 0 50px;
}

ul.swm-search-list>li h5 {
    margin: 0 0 15px 0;
    display: block;
}

.swm-page-box-content.search-pg-form form {
    width: 70%;
}

.swm-page-box-content.search-pg-form {
    padding: 30px;
}

/* NO RESULT TEXT */
h4.swm-no-search-result-title,
.search-no-results h4.swm-search-pg-subtitle {
    display: block;
    clear: both;
}

.swm-search-page-no-result-text form {
    display: inline-block;
    float: none;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.swm-search-page-no-result-text form input[type="text"].swm-search-form-input {
    width: 100%;
    position: relative;
    padding-left: 15px;
}

.swm-search-page-no-result-text form button.swm-search-button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    line-height: 24px;
    height: 24px;
}

.swm-search-page-no-result-title {
    font-size: 120%;
    margin-bottom: 10px;
}

.swm-search-page-no-result-text form input[type="text"].swm-search-form-input {
    padding: 0 0 14px;
    font-size: 110%;
}

.swm-search-list .swm-search-form_inner button,
.swm-search-list .swm-search-form_inner button:hover {
    padding: 0 0 14px;
}

/* ****************
    5. BLANK PAGE
******************* */
body.page-template-blank {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow-x: hidden;
    clear: both;
}

.blank-pg-wrap {
    display: table-cell;
    float: none;
    vertical-align: middle;
    overflow: visible;
    width: 100%;
    max-width: none;
}

.blank-pg-holder>.vc_row {
    margin: 0;
}

/* ****************
    6. ERROR PAGE
******************* */
.swm-error-page-content {
    display: block;
    text-align: center;
    margin: 0 0 40px;
}

.swm-error-page-number {
    font-size: 5em;
    display: block;
    line-height: 1;
}

.swm-error-page-title {
    display: block;
    margin: 30px 0 10px;
    font-size: 1.9em;
}

.swm-error-page-button {
    margin-top: 35px;
}

.swm-error-page-button a {
    display: inline-block;
}

.swm-error-page-button i {
    margin-left: 10px;
}

.swm-error-page-subtitle {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.swm-error-page-content {
    text-align: center;
    padding-top: 150px;
}

.swm-site-content .swm-error-page-404 h1 {
    font-size: 15em;
    margin-bottom: 0px;
    line-height: 1;
}

@media only screen and (max-width:1024px) {
    .swm-site-content .swm-error-page-404 h1 {
        font-size: 8em;
    }

    .swm-error-page-content {
        text-align: center;
        padding-top: 80px;
    }
}

@media only screen and (max-width:767px) {
    .swm-site-content .swm-error-page-404 h1 {
        font-size: 5em;
    }

    .swm-error-page-content {
        text-align: center;
        padding-top: 60px;
    }
}

/* **************************************
    7. WORDPRESS DEFAULT WIDGETS STYLES
***************************************** */
.sidebar select {
    width: 100%;
    margin: 7px 0 0 0;
    line-height: normal;
}

.archives-link ul li ul li:first-child {
    border: 0;
}

.sidebar .textwidget>p>img {
    margin-top: 5px;
}

.sidebar form {
    margin-bottom: 0;
}

.sidebar label {
    margin-bottom: 14px;
    font-size: 100%;
}

.swm-sidebar-widget-box ul.menu li a i {
    padding-right: 7px;
}

/* RSS */
a.rsswidget {
    font-weight: 500;
}

span.rss-date {
    font-size: 90%;
}

/* TEXT */
.sidebar .adwrap {
    padding: 15px 24px 15px 24px;
}

/* TAG CLOUD */
.sidebar .tagcloud {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sidebar .tagcloud a,
.swm-widget-content .tagcloud a,
.swm-post-single-pagination .swm-post-single-tags a,
.widget .wp-block-tag-cloud a {
    display: inline-block;
    position: relative;
    background-position: 0 100%;
    background-repeat: no-repeat;
    color: var(--swm-color-text);
}

.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover,
.swm-post-single-pagination .swm-post-single-tags a:hover {
    color: var(--swm-color-dark-1);
}

/* CALENDAR WIDGET */
#calendar-wrap {
    width: 100%;
}

#wp-calendar {
    margin: 0 0 10px 0;
    font-size: 100%;
}

.widget-calendar {
    float: left;
    width: 100%;
}

#wp-calendar {
    width: 100%;
}

table#wp-calendar {
    border: none;
}

#wp-calendar caption {
    text-align: center;
    font-size: 100%;
    margin: 0;
    border-bottom: 0;
    padding: 7px 0;
}

#wp-calendar thead {
    font-size: 90%;
}

table#wp-calendar thead th,
#wp-calendar thead th {
    padding: 3px 6px;
    text-align: center;
}

table#wp-calendar tbody td,
#wp-calendar tbody td {
    text-align: center;
    padding: 6px;
    font-size: calc(var(--body-font-size) - 2px);
}

#wp-calendar tbody td a {
    font-weight: bold;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 90%;
    text-align: right;
    vertical-align: baseline;
}

#wp-calendar tfoot #prev {
    font-size: 90%;
    padding-top: 10px;
}

#wp-calendar tfoot tr td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
    vertical-align: baseline;
}

.sidebar #wp-calendar tr:first-child th {
    border: 0;
}

.wp-calendar-nav-next {
    float: right;
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
    font-size: calc(var(--body-font-size) - 2px);
}

table#wp-calendar tbody td#today {
    font-weight: 700;
}

.sidebar #wp-calendar thead th,
.sidebar #wp-calendar caption,
.sidebar #wp-calendar tbody td {
    border-color: var(--swm-color-border);
}

.sidebar table#wp-calendar thead th {
    background: var(--swm-color-light-1);
    color: var(--swm-color-headings);
}

.sidebar #wp-calendar caption {
    background: var(--swm-color-light-2);
    color: var(--swm-color-headings);
}

/* SEARCH WIDGET */
.widget_search form {
    margin: 0;
}

.widget_search .swm-search-form {
    margin: -9px 0 0 0;
    clear: both;
    display: block;
    position: relative;
}

.widget_search .swm-search-form .screen-reader-text {
    display: block;
}

.widget_search .swm-search-form input[type="text"],
.widget_product_search form input.search-field {
    margin: 0;
    width: 100%;
    padding: 5px 0 7px 0;
    position: relative;
    border-width: 1px;
    font-size: 100%;
}

.widget_search .swm-search-form input[type="text"]:focus,
.widget_product_search form input.search-field:focus {
    font-style: normal;
}

.widget_search .swm-search-form #s {
    width: 100%;
    outline: 0;
    height: 40px;
    background: transparent;
    padding-left: 15px;
}

.widget_search .swm-search-form button.swm-search-button,
.widget_product_search form button {
    background: none;
    width: 20px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    border: 0;
    height: 39px;
    position: absolute;
    right: 0;
    text-align: right;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    position: absolute;
    top: 0;
    color: var(--swm-color-dark-1);
}

.widget_search .swm-search-icon,
.swm-search-button .swm-search-icon,
.woocommerce-product-search .swm-search-icon {
    margin-top: -5px;
    width: 14px;
    height: 14px;
    display: block;
    border: 2px solid var(--swm-color-dark-1);
    border-radius: 50%;
    position: relative;
}

.widget_search .swm-search-icon:after,
.swm-search-button .swm-search-icon:after,
.woocommerce-product-search .swm-search-icon:after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -3px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    background: var(--swm-color-dark-1);
}

.swm-search-button {
    border: 0;
}

.swm-search-button .swm-search-icon,
.woocommerce-product-search .swm-search-icon {
    position: absolute;
    right: 0;
}

/* RECENT COMMENTS */
#content .sidebar .wp-caption p {
    margin: 0;
}

/* CAPTIONS */
.wp-caption {
    border: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
    clear: both;
}

.wp-caption img {
    padding: 0;
    margin: 0;
}

.wp-caption p {
    padding: 0 10px;
    margin: 0;
    font-style: italic;
}

p.wp-caption-text {
    margin: 0;
    padding: 10px;
}

.sidebar .textwidget img {
    display: block;
}

.sidebar .textwidget p.wp-caption-text img {
    display: inline-block;
}

.sidebar .wp-caption {
    border: 0;
    display: block;
    margin-bottom: 15px;
}

.widget ul li span.post-date,
.sidebar ul li span.post-date {
    font-size: 80%;
}

.widget ul li span.post-date:before,
.sidebar ul li span.post-date:before {
    content: "- ";
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* BACK TO TOP BUTTON */
.swm-btt-btn.active-progress {
    visibility: visible;
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
    z-index: 999999;
}

.swm-btt-btn {
    position: fixed;
    font-size: 27px;
    right: 40px;
    bottom: 52px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 30px;
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem) rotate(-90deg);
    transition: all 200ms linear, margin-right 0ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swm-btt-btn-light {
    color: var(--swm-color-dark-1);
    background: var(--swm-color-light-1);
    fill: var(--swm-color-dark-1);
    font-size: 30px;
}

.swm-btt-btn-dark {
    color: var(--swm-color-light-1);
    background: var(--swm-color-dark-1);
    fill: var(--swm-color-light-1);
}

/* OTHER */
#swm-header,
#footer,
.swm_pagetitlebar_custom_section,
.swm-page-title-bar {
    position: relative;
    z-index: 5;
}

#swm-header {
    z-index: 6;
}

/* *********************
    8. STICKY HEADER
************************ */
#swm-sticky-header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    display: block;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translate(0px, -120px);
    -moz-transform: translate(0px, -120px);
    transform: translate(0px, -120px);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

#swm-sticky-header.sticky-on {
    opacity: 1;
    z-index: 9;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.swmShowStickyHeader #swm-sticky-header {
    opacity: 1;
    z-index: 9;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.swmShowStickyHeader.admin-bar #swm-sticky-header {
    top: 32px;
}

.elementor-editor-active.swmShowStickyHeader #swm-sticky-header {
    display: none;
}

/* ****************
    9. GUTENBERG
******************* */

/* HORIZONTAL LINE */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 3em;
    margin: 30px 0;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.is-style-dots {
    margin: 30px 0;
}

.wp-block-separator.is-style-dots:before {
    font-size: 1.6875em;
    letter-spacing: calc(2 * 1rem);
    padding-left: calc(2 * 1rem);
}

/* LATEST POSTS, ARCHIVES, CATEGORIES */
ul.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
    padding-left: 20px;
}

ul.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
    margin: 0;
    padding: 2px 0;
    display: block;
    line-height: 1.8em;
    position: relative;
}

ul.wp-block-archives li.menu-item-has-children,
ul.wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
    padding-bottom: 0;
}

ul.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
    text-decoration: none;
}

ul.wp-block-archives li ul,
.wp-block-categories li ul,
.wp-block-latest-posts li ul {
    padding-left: 1rem;
}

.wp-block-categories ul ul {
    counter-reset: submenu;
}

.wp-block-categories ul ul>li>a::before {
    font-weight: normal;
    content: "";
    counter-increment: submenu;
}

.wp-block-categories li ul {
    list-style: none;
    margin: 0;
}

.wp-block-categories>li>ul>li {
    list-style: circle;
}

input.wp-block-search__input.wp-block-search__input {
    margin: 0;
    border: 0;
    border-bottom: 1px solid;
}

.wc-block-product-categories__button,
.wc-block-product-search .wc-block-product-search__button {
    height: 41px;
    padding: 10px;
    margin-left: 7px;
    margin-top: 6px;
}

.wp-block-search__button.has-icon.wp-element-button {
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    padding-left: 35px;
    padding-right: 35px;
}

.wp-block-search__inside-wrapper {
    display: flex;
}

.swm-post-list-single-content-section ul li .wp-block-post-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}

.swm-post-list-single-content-section ul li {
    padding:3px 0;
    margin-left: 0;
}

.swm-post-list-single-content-section ul li figure {
    margin-bottom: 20px;
}

.swm-post-list-single-content-section ul {
    padding: 0;
    margin: 0;
}

/* LATEST POSTS GRID VIEW */
.wp-block-latest-posts.is-grid li {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.wp-block-latest-posts.is-grid li:last-child {
    margin-bottom: auto;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
}


/* LIST STYLES */
ul.wp-block-categories.wp-block-categories-list.aligncenter li {
    list-style: none;
}

/* OTHER */
.has-drop-cap:not(:focus)::first-letter {
    color: var(--swm-color-dark-1);
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 40%;
}

.wp-block-cover {
    margin-bottom: 30px;
}

.alignwide {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.alignfull,
.wp-block-cover.alignleft,
.wp-block-cover.aligncenter {
    margin-bottom: 50px;
}

.alignfull {
    width: 100%;
}

.swm-site-content .has-large-font-size {
    font-size: 1.25em;
    line-height: 1.4;
    color: var(--swm-color-headings);
}

.swm-site-content .wp-block-media-text__content {
    padding: 1.8rem 3rem;
}

.wp-block-media-text__content p {
    margin: 15px 0;
}

.wp-block-separator.is-style-dots::before {
    font-size: 2.5rem;
}

a.wp-block-button__link {
    margin-bottom: 20px;
}

.wp-block-button,
.wp-block-media-text {
    margin-bottom: 30px;
}

.is-style-outline .wp-block-button__link {
    background: transparent;
    line-height: 26px;
}

.wp-block-image,
.wp-block-video,
.wp-block-audio,
figure {
    margin-bottom: 50px;
}

.wp-block-gallery {
    margin-bottom: 34px;
}

.wp-block-file a.wp-block-file__button {
    border-radius: 3px;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
    margin-right: 1rem;
}

.wp-block-image .alignleft {
    margin: 25px 25px 25px 0;
}

.wp-block-file {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.swm-post-format figure {
    margin-bottom: 0;
    text-align: center;
}

.swm-post-format figure img {
    margin: 0 auto;
}

.wp-block-group.has-background {
    padding: 30px 40px;
    margin-bottom: 30px;
}

.swm-widget-content [class*="__item-title"] a,
.swm-widget-content [class*="__post-title"] {
    font-size: calc(2px + var(--swm-sidebar-font-size));
    font-weight: 500;
}

.wp-block-latest-comments article footer,
.wp-block-latest-posts__post-title,
.wp-block-rss__item-title {
    font-weight: 400;
}

.wp-block-latest-comments article footer time {
    font-weight: 400;
    font-size: 90%;
    margin-top: 5px;
}

ol.has-avatars,
li.wp-block-latest-comments__comment {
    margin: 15px 0;
    padding: 0;
}

ol.has-avatars li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 30px;
}

.wp-block-latest-posts__featured-image {
    float: left;
    margin: 0 20px 20px 0;
    width: 100px;
    height: 100px;
}

ul li.wp-block-rss__item {
    margin-bottom: 20px;
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: inline-block;
    font-size: 100%;
    margin: 0;
}

.wp-block-rss__item-publish-date:after {
    content: "/";
    margin: 0 9px;
}

.wp-block-rss__item-excerpt {
    margin-top: 10px;
}

.widget_rss ul li {
    margin-bottom: 25px;
}

.rss-date {
    display: block;
    font-size: 100%;
    margin-bottom: 10px;
}

p[style*="font-size"],
.has-small-font-size,
.has-normal-font-size,
.has-medium-font-size {
    line-height: 1.65em;
}

/* ****************
    10. PLUGIN FIX
******************* */

.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto }

.mk-dual-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto;
    left: auto;
    width: auto;
}


.mk-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.mk-icon i,
.mk-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
}

.mk-icon i:before,
.mk-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

i.fas-regular {
    font-weight: 400;
}

.noanimation {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.mk--show {
    opacity: 1;
    visibility: visible;
}

.mk--hide,
.no-visibility,
.mk-navigation-menu-container .sub-menu {
    opacity: 0;
    visibility: hidden;
}

.mk-cart-panel {
    transform: translateX(calc(-100% - 25px));
    -ms-transform: translateX(calc(-100% - 25px));
    -webkit-transform: translateX(calc(-100% - 25px));
}

.mk-cart-panel-right {
    -webkit-transform: translateX(calc(100% + 25px));
    -ms-transform: translateX(calc(100% + 25px));
    transform: translateX(calc(100% + 25px));
}

button.mk-search-form-button {
    background: transparent;
    height: 44px;
    padding: 0 20px;
}

.mk-off-canvas-left {
    transform: translateX(-100%);
}

.mk-off-canvas-right {
    transform: translateX(100%);
}

.mk-portfolio-modern .mk-portfolio-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

li.swm-megamenu-item>.mk-sections-megamenu {
    z-index: -1;
    position: absolute;
}

.mk-items--packery .mk-packery-bg-img img {
    opacity: 0;
}

.elementor-editor-active .swm-site-content {
    z-index: 7;
}

.mk-service-list-container ul.mk-list-items,
.mk-service-list-container ul.mk-list-items li,
.mk-icon-list-wrap .mk-ilist-items {
    list-style: none;
}

.mk-nav-menu>li {
    float: left;
}

.mk-nav-menu li.swm-megamenu-item>ul.sub-menu {
    display: none;
}

body .dialog-type-lightbox {
    z-index: 999999;
}

/* Short */
.swm-flex {
    display: flex;
}

.swm-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swm-abs {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.swm-abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}

.swm-abs-ab:before,
.swm-abs-ab:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.swm-abs-ab-center:before,
.swm-abs-ab-center:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}

.swm-ul-li,
.swm-ul-li li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Contact Form 7 */
div.wpcf7 select {
    background: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    opacity: 1;
}

/* Elementor Fade Animation */
.animated.animated-fast.fadeIn {
    animation-duration: .3s;
}

.animated.animated-fast.fadeInDown {
    animation-name: fadeInDownCustom;
    animation-duration: .3s;
}

.animated.animated-fast.fadeInLeft {
    animation-name: fadeInLeftCustom;
    animation-duration: .3s;
}

.animated.animated-fast.fadeInRight {
    animation-name: fadeInRightCustom;
    animation-duration: .3s;
}

.animated.animated-fast.fadeInUp {
    animation-name: fadeInUpCustom;
    animation-duration: .3s;
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translate3d(0, 25%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownCustom {
    from {
        opacity: 0;
        transform: translate3d(0, -25%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftCustom {
    from {
        opacity: 0;
        transform: translate3d(-25%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightCustom {
    from {
        opacity: 0;
        transform: translate3d(25%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

/* ****************
    11. STYLING
******************* */

/* BUTTON */
button,
.button,
a.button,
.swm-site-content a.button,
input[type="submit"],
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
.wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: var(--swm-color-light-1);
    color: var(--swm-color-dark-1);
    border-color: var(--swm-color-dark-1);
}

button:hover,
.button:hover,
a.button:hover,
.swm-site-content button:hover,
input[type="submit"]:hover,
.swm-site-content a.button:hover,
.is-style-outline .wp-block-button__link:hover,
.wp-block-button a:hover,
.wp-block-file a.wp-block-file__button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button.wp-block-button__link:hover {
    background: var(--swm-color-dark-1);
    border-color: var(--swm-color-dark-1);
    color: var(--swm-color-light-1);
}

.swm-search-list .swm-search-form_inner button,
.swm-search-list .swm-search-form_inner button:hover {
    color: var(--swm-color-dark-1);
}

.is-style-outline .wp-block-button__link {
    background: var(--swm-color-dark-1);
}

.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-button__link:hover {
    border-color: var(--swm-color-dark-1);
}

input[type="submit"],
button,
.button,
.woocommerce button.button,
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
.woocommerce a.added_to_cart {
    overflow: visible;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-size: var(--body-font-size);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--swm-color-dark-1);
    border-radius: 30px;
    height: auto;
    line-height: normal;
    padding: 8px 32px;
    text-transform: lowercase;
}

.wp-block-file a.wp-block-file__button {
    padding: 10px 30px;
}

/* GUTENBERG */
.is-style-outline {
    color: var(--swm-color-headings);
}

.wp-block-separator.is-style-dots:before {
    color: var(--swm-color-light-2);
}

.wp-block-pullquote:not(.is-style-solid-color) .wp-block-pullquote__citation {
    color: var(--swm-color-text);
}

.swm-site-content .wp-block-cover-image-text,
.swm-site-content .wp-block-cover-text,
.swm-site-content p.wp-block-cover-text,
.swm-site-content section.wp-block-cover-image h2,
.swm-site-content .wp-block-cover-text a {
    color: var(--swm-color-light-1);
}

/* BORDER */
abbr,
acronym {
    border-bottom: 1px dotted var(--swm-color-border);
}

hr,
.wp-block-separator:not(.is-style-dots) {
    border-bottom: 1px solid var(--swm-color-border);
}

input,
textarea {
    border-bottom: 1px solid;
}

select {
    border: 0;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
}

input,
select,
textarea,
#commentform textarea {
    border-color: var(--swm-color-border);
}

input:focus,
textarea:focus,
#commentform textarea:focus {
    border-color: var(--swm-color-border-hover);
}

/*Elementor Image Carousel Slider*/
.swm-site-content .elementor-widget-image-carousel .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

/*Other*/
.swm-pagination .page-numbers.current nav.woocommerce-pagination a:focus,
nav.woocommerce-pagination a:hover,
nav.woocommerce-pagination span.current {
    color: var(--swm-color-dark-1);
}

.swm-related-posts,
.swm-related-posts a {
    color: var(--swm-color-headings);
}

.swm-related-date-cat,
.swm-related-date-cat a {
    color: var(--swm-color-text);
}

@media print {

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
}

.gallery-item dt:after,
.swm-loader:before,
.swm-loader:after,
.swm-related-posts ul.swm-related-date-cat li:last-child:after,
.tagcloud a:last-child:after,
.swm-post-single-tags a:last-child:after,
.wp-block-latest-posts.is-grid li a:after,
.wp-block-latest-posts.is-grid li:last-child a:after {
    content: "";
}

/* ********************
    12. TYPOGRAPHY
*********************** */
#review_form .comment-reply-title,
.swm-heading-text,
blockquote,
blockquote.wp-block-quote.is-style-large p,
p.has-large-font-size,
.has-drop-cap:not(:focus)::first-letter {
    font-family: var(--swm-headings-font-family);
    font-style: var(--swm-headings-font-style);
    font-weight: var(--swm-headings-font-weight);
    letter-spacing: var(--swm-headings-letter-spacing);
}

/* ********************
    13. RESPONSIVE
*********************** */
@media only screen and (min-width:1025px) {
    body.swm-is-sticky-footer #footer {
        width: 100% !important;
        height: auto;
        position: fixed !important;
        left: 0px !important;
        bottom: 0;
        z-index: 0;
    }

    .swm-custom-two-third {
        width: 68.79803%;
    }

    #sidebar {
        width: 28%;
    }

    .swm-header-transparent #swm-header.swm_header_custom_section:not(.sticky-on)>div>div.elementor-element {
        background: transparent;
    }
}

@media only screen and (max-width:1024px) {

    #swm-page .swm-hide-tablet,
    body .swm-hide-tablet {
        display: none;
    }

    .swm-btt-btn {
        font-size: 24px;
        right: 25px;
        bottom: 25px;
        width: 40px;
        height: 40px;
    }

    .swm-row .swm-column3,
    .swm-row .swm-column4,
    .swm-row .swm-column5,
    .swm-row .swm-column6 {
        width: 50%;
    }

    .swm-two-third,
    .swm-three-fourth,
    .swm-four-fifth,
    .swm-five-sixth,
    .swm-one-third,
    .swm-one-fourth,
    .swm-one-fifth,
    .swm-one-sixth {
        width: 48.71794871794872%;
    }

    .swm-one-full,
    .swm-custom-two-third,
    #sidebar {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .swm-custom-two-third {
        margin-top: 0;
    }

    .gallery-columns-5 dl.gallery-item,
    .gallery-columns-6 dl.gallery-item,
    .gallery-columns-7 dl.gallery-item,
    .gallery-columns-8 dl.gallery-item,
    .gallery-columns-9 dl.gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .gallery-columns-9 .blocks-gallery-item {
        width: 33.29%;
        padding: 0;
    }

    .swm-post-image {
        margin-bottom: 30px;
    }

    .swm-site-content .wp-block-media-text__content {
        padding: 1.8rem 2.5rem;
    }

    .swm-post-image {
        margin-bottom: 30px;
    }

    .swm-post-content {
        padding-bottom: 80px;
    }

    .swm-site-content .swm-post-title h2,
    .swm-site-content .swm-post-title h2 a,
    .swm-site-content .swm-post-title h1 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    body.swm-is-sticky-footer #footer {
        position: relative;
    }

    .swm-related-posts-section {
        padding: 0px 0 40px;
    }

    .swm-about-author-box {
        margin-bottom: 60px;
    }

    .swm-about-author-title-subtitle a {
        font-size: 30px;
    }

    .swm-about-author-title-subtitle {
        margin: 5px 0 5px 0;
    }

    #swm-page h3.swm-single-pg-titles,
    #swm-page #comments h3.swm-single-pg-titles,
    #swm-page #respond h3.comment-reply-title {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    #commentform p.logged-in-as,
    #respond p.comment-notes {
        margin-top: -20px;
    }

    .swm-post-meta-date-separator:after {
        width: 25px;
    }
}

/* MOBILE */
@media only screen and (max-width:767px) {

    #swm-page .swm-hide-mobile,
    body .swm-hide-mobile {
        display: none;
    }

    .swm-btt-btn {
        font-size: 22px;
        right: 20px;
        bottom: 20px;
        width: 36px;
        height: 36px;
    }

    .swm-two-third,
    .swm-three-fourth,
    .swm-four-fifth,
    .swm-five-sixth,
    .one-half,
    .swm-one-half,
    .swm-row .swm-column2,
    .one-third,
    .swm-one-third,
    .swm-row .swm-column3,
    .one-fourth,
    .swm-one-fourth,
    .swm-row .swm-column4,
    .one-fifth,
    .swm-one-fifth,
    .swm-row .swm-column5,
    .one-sixth,
    .swm-one-sixth,
    .swm-row .swm-column6,
    .swm-layout-sidebar-left .swm-row .swm-column2,
    .swm-layout-sidebar-left .swm-row .swm-column3,
    .swm-layout-sidebar-left .swm-row .swm-column4,
    .swm-layout-sidebar-right .swm-row .swm-column2,
    .swm-layout-sidebar-right .swm-row .swm-column3,
    .swm-layout-sidebar-right .swm-row .swm-column4 {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .single .swm-post-content-block {
        padding: 0;
    }

    .swm-about-author-box {
        margin-bottom: 40px;
    }

    .swm-post-single-tags,
    .swm_post_share_links {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .swm_post_share_links {
        text-align: left;
    }

    .swm-single-section {
        padding-top: 19px;
    }

    #comments,
    .swm-container p.swm-nocomments {
        margin-bottom: 36px;
    }

    ul.swm-post-author-icon li {
        float: none;
    }

    #commentform p.comment-form-author input[type="text"],
    #commentform p.comment-form-email input[type="text"] {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .swm-related-posts ul li {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 40px;
    }

    #comment-wrap ol.commentlist li ul.children {
        padding-left: 0;
    }

    #comment-wrap ol.commentlist li ul {
        margin-left: 0;
    }

    #commentform p.comment-form-author,
    #commentform p.comment-form-email,
    #commentform p.comment-form-url {
        width: 100%;
    }

    .comment-form-author:before {
        right: 23px;
    }

    #commentform .comment-form-author input[type="text"] {
        padding-right: 60px;
    }

    form.swm-search-form input[type="text"] {
        width: 80%;
    }

    .gallery-columns-2 dl.gallery-item,
    .gallery-columns-3 dl.gallery-item,
    .gallery-columns-4 dl.gallery-item,
    .gallery-columns-5 dl.gallery-item,
    .gallery-columns-6 dl.gallery-item,
    .gallery-columns-7 dl.gallery-item,
    .gallery-columns-8 dl.gallery-item,
    .gallery-columns-9 dl.gallery-item {
        width: 50%;
        padding: 1.5%;
    }

    .wp-block-gallery.columns-2 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-9 .blocks-gallery-item {
        width: 50%;
        padding: 0;
    }

    .widget_media_gallery .gallery-columns-2 dl.gallery-item {
        width: 50%;
        padding: 1.5%;
    }

    .widget_media_gallery .gallery-columns-3 dl.gallery-item {
        width: 33.29%;
        padding: 1.2%;
    }

    .widget_media_gallery .gallery-columns-4 dl.gallery-item {
        width: 24.95%;
        padding: 1.7%;
    }

    .swm-search-featured-img {
        display: none;
    }

    .swm-search-page-no-result-text form {
        display: block;
    }

    .swm-search-page-no-result-text form input[type="text"].swm-search-form-input {
        width: 100%;
    }

    .swm-error-page-content {
        display: block;
        text-align: center;
        margin: 0 0 30px;
    }

    .swm-error-page-number {
        font-size: 5em;
        display: block;
        line-height: 1;
    }

    .swm-error-page-title {
        display: block;
        margin: 20px 0 10px;
        font-size: 1.2em;
    }

    .swm-error-page-button {
        margin-top: 30px;
    }

    .swm-error-page-button i {
        margin-right: 10px;
    }

    .swm-related-posts ul {
        margin: 0;
    }

    .swm-single-related-posts-1 .swm-related-posts>ul>li,
    .swm-single-related-posts-2 .swm-related-posts>ul>li,
    .swm-single-related-posts-3 .swm-related-posts>ul>li,
    .swm-single-related-posts-4 .swm-related-posts>ul>li {
        margin: 0 0 40px 0;
        width: 100%;
    }

    .swm-site-content .wp-block-media-text__content {
        padding: 1rem 1.5rem;
    }

    .swm-post-content {
        padding-bottom: 60px;
    }

    .swm-site-content .swm-post-title h2,
    .swm-site-content .swm-post-title h2 a,
    .swm-site-content .swm-post-title h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .swm-pagination-wrap,
    nav.woocommerce-pagination {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #sidebar {
        margin-top: 30px;
    }

    .swm-post-meta-date-separator:after {
        width: 20px;
    }
}

@media only screen and (max-width:600px) {
    .swm-about-author {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .swm-about-author-left-wrap,
    .swm-about-author-left-wrap img {
        width: 100%;
    }

    .swm-about-author img {
        float: none;
    }

    .swm-about-author-left-wrap {
        padding: 30px 30px 35px;
    }

    .swm-about-author-biotext {
        padding: 0 30px 30px;
    }
}

@media only screen and (max-width:480px) {
    .swm-single-next-prev-links {
        margin: 10px 0;
    }

    .comment-avatar {
        padding: 0;
        background: none;
    }

    .comment-avatar img {
        float: none;
        display: block;
    }

    .comment-postinfo {
        margin-left: 0;
        padding-top: 0;
    }

    .comment-content {
        text-align: center;
        float: none;
    }

    .comment-avatar {
        float: none;
        display: inline-block;
        text-align: center;
    }

    .swm-comment-reply {
        margin: 0 0 20px 0;
        display: block;
        float: none;
    }

    .comment-author {
        display: block;
        margin: 0 0 10px 0;
    }

    .gallery-columns-2 dl.gallery-item,
    .gallery-columns-3 dl.gallery-item,
    .gallery-columns-4 dl.gallery-item,
    .gallery-columns-5 dl.gallery-item,
    .gallery-columns-6 dl.gallery-item,
    .gallery-columns-7 dl.gallery-item,
    .gallery-columns-8 dl.gallery-item,
    .gallery-columns-9 dl.gallery-item {
        width: 100%;
        padding: 1.5%;
        margin-bottom: 2%;
    }

    .wp-block-gallery.columns-2 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-9 .blocks-gallery-item {
        width: 100%;
        padding: 0;
        margin-bottom: 2%;
    }

    .widget_media_gallery .gallery-columns-2 dl.gallery-item {
        width: 50%;
        padding: 1.5%;
    }

    .widget_media_gallery .gallery-columns-3 dl.gallery-item {
        width: 33.29%;
        padding: 1.2%;
    }

    .widget_media_gallery .gallery-columns-4 dl.gallery-item {
        width: 24.95%;
        padding: 1.7%;
    }

    .swm-cf-column {
        padding: 20px;
    }

    .swm-cf-title {
        font-size: 105%;
    }

    .swm-related-posts-section {
        padding: 0px 0 30px;
    }
}

/* 100% WIDTH */
@media (min-width:300px) {
    .swm-container {
        max-width: 100%;
    }
}

@media (min-width:576px) {
    .swm-container {
        max-width: 100%;
    }
}

@media (min-width:768px) {
    .swm-container {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .swm-container {
        max-width: 100%;
    }
}

@media (min-width:600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 0;
    }
}