/*
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
******************* */

/* CUSTOM FONT ICONS */

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; font-family: inherit; font-weight: inherit; font-style: inherit; }
svg:not(:root) { overflow: hidden; width: 1em; height: 1em; position: relative; }
* { vertical-align: baseline; font-weight: inherit; font-family: inherit; font-style: inherit; font-size: 100%; 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; }
h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; margin-bottom: 20px; }
p { -moz-osx-font-smoothing: grayscale; word-break: normal; }
@media print {
    * { background: transparent !important; box-shadow: none !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    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; }
}

/* 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; }
.clear, .clearfix, .clearall, .clear:after, .clearfix:after { clear: both; }
.clear:before, .clear:after, .clearfix:before, .clearfix:after { display: table; }
.clearfix { *zoom: 1; }

/* COMMON CLASSES NAMES */
.bold, b, strong { font-weight: bold; }
.italic, dfn, em, var { font-style: italic; }
.left { float: left; }
.right { float: right; }
.center, .aligncenter, .align-center { text-align: center !important; }
.aligncenter { clear: both; display: block; margin: 0 auto; }
.justify { text-align: justify !important; }
.block { display: block; }
.inline-block { display: inline-block; }
.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; }

/* QUOTES */
blockquote, .swm-site-content blockquote { display: block; position: relative; padding: 20px 0 20px 88px; overflow: hidden; margin-bottom: 35px; font-size: 110%; font-weight: 700; }
.swm-site-content blockquote:before { content: "\0054"; font-family: "swm-font-icon"; font-style: normal; font-weight: normal; font-size: 55px; margin-top: 0px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.swm-site-content blockquote, .swm-site-content blockquote p { font-size: 24px; line-height: 1.35; font-weight: 400; }
.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; }

/* CSS TRANSITION */
.swm-transition, .swm-transition:before, .swm-css-transition, .swm-css-transition a, .swm-css-transition input, .swm-sfooter-socials a i, a.comment-reply-link i, .comment-form textarea, input, textarea, ul.ancr-post-share-icons-list li a i, ul.swm-header-socials li a, .ancr-ease-transition, .ancr-ease-transition:before, .ancr-ease-transition:after, .ancr-ease-transition svg, .ancr-ease-transition i, ul.ancr-menu-list-item li, .woocommerce .button, ul.swm_single_metas_on_img li a, .swm_shop_loop_item, a.swm-post-button:after, a.swm-post-button:before, a.page-numbers:after, .ancr-nav-menu > li > a span:after, .ancr-nav-menu > li > a span:before, .ancr-nav-menu > li ul li a span:before, .ancr-nav-menu > li > ul li > a, .elementor-widget-image img { -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; }
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; }

/* 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; }
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 10px 0; }
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; }

/* ISOTOPE */
.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; }

/* 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-no-gap-row { margin: 0; }
.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; }

/* CONTACT FORM 7 */
div.wpcf7 select { background: none; }
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder { opacity: 1; }

/*Plugin fix*/
.ancr-nav-menu li.swm-megamenu-item > ul.sub-menu { display: none; }
body .dialog-type-lightbox { z-index: 999999; }
.elementor-widget-image-carousel .eicon-chevron-left:before, .elementor-widget-image-carousel .eicon-chevron-right:before { display: inline-block; font-family: "swm-font-icon"; font-style: normal; font-weight: normal; line-height: 1; content: "\004b"; font-size: 30px; margin: 0 10px 0 0; }
.elementor-widget-image-carousel .eicon-chevron-left:before { transform: rotate(180deg); margin: 0 0 0 10px; }

/* ****************
    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; }
.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.5em; height: 2.5em; 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.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.swm-loader:after { left: 3.5em; }
.swm-loader:before, .swm-loader:after { position: absolute; top: 0; }

/* 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; }

/* SIDEBAR */
.sidebar { display: block; padding: 0; }
.sidebar a { text-decoration: none; position: relative; }
.swm-sidebar-widget-box { position: relative; display: block; clear: both; width: 100%; position: relative; float: left; }
.sidebar .swm-sidebar-ttl { margin: 0; }
.sidebar .swm-sidebar-ttl h3 { display: block; margin-bottom: 14px; 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.8em; }
.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: 2px 0; position: relative; }
.sidebar .swm-sidebar-widget-box { margin-bottom: 44px; border-radius: 3px; }
.sidebar .swm-list-widgets { display: block; clear: both; }
.sidebar .swm-list-widgets .swm-sidebar-ttl h3 { margin-bottom: 14px; }
.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 h3 { 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 h3 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; }

/* BLOG */
.swm-post-content { position: relative; min-height: 100px; height: 100%; clear: both; }
a.swm-post-button { margin-top: 27px; margin-bottom: 8px; position: relative; width: 45px; height: 45px; border-radius: 100%; display: block; border: 1px solid; }
a.swm-post-button:after, a.swm-post-button:before { position: absolute; top: 50%; left: 50%; display: block; transform: translateY(-50%) translateX(-50%); }
a.swm-post-button:after { width: 12px; height: 2px; }
a.swm-post-button:before { width: 2px; height: 12px; }
.single .swm-post-content { margin-bottom: 0; }
.swm-post-image iframe, .swm-post-image audio { display: block; }
.swm-posts-list { position: relative; }
.single .swm-post-content-block { padding-bottom: 20px; }
.swm-post-content { padding-bottom: 82px; }
.swm-post-title h2, .swm-post-title h2 a, .swm-post-title h1 { margin-bottom: 17px; position: relative; }
.post-sticky .swm-post-title h2 { padding-left: 40px; }
.post-sticky .swm-post-title h2:after { content: "\004e"; font-family: "swm-font-icon"; font-style: normal; font-weight: normal; font-size: 70%; position: absolute; left: 0; top: 50%; transform: translateY(-50%) rotate(45deg); }

/* 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: 40px; }
.swm-post-image img { margin: 0; position: relative; z-index: 1; width: 100%; }
.swm-post-date-box { position: absolute; z-index: 2; left: 0; top: 0; background: var(--swm-color-light-2); color: var(--swm-color-dark-1); font-size: calc(var(--body-font-size) - 2px); font-weight: 700; padding: 15px 13px; margin-left: 20px; text-align: center; text-transform: uppercase; line-height: 1.45; min-width: 60px; }
.swm-post-date-box span { display: block; letter-spacing: 1px; }

/* POST TOP META */
.swm-post-meta { display: block; }
.swm-post-meta-box-single { font-size: 90%; }
.swm-post-meta ul { padding: 0; margin: 0; }
.swm-post-meta ul li { list-style: none; display: inline-block; float: left; margin: 0 0 2px; padding: 0; font-weight: 500; }
.swm-post-meta ul li:after { content: "/"; padding: 0 9px; }
.swm-post-meta ul li:last-child:after { display: none; }
.swm-post-meta ul li:last-child { margin: 0; }
.swm-post-meta ul li i { margin-right: 8px; }
.swm-post-meta-box-single .swm-post-meta ul li i { margin-right: 8px; }
.ancr-love .fa-heart.fas-regular, .ancr-love.loved .fa-heart { display: inline-block; cursor: pointer; }
.ancr-love .fa-heart, .ancr-love.loved .fa-heart.fas-regular { display: none; }

/* POST SINGLE */
.single-post .swm-post-content { padding: 0; }
.swm-post-single-tags { }
.swm-tags-pagination-border { display: block; width: 100%; height: 1px; margin-bottom: 50px; }
.single-fullwidth-image .swm-post-content-block, .single-text-on-image-style1 .swm-post-content-block, .single-text-on-image-style2 .swm-post-content-block { padding-top: 0; }
.single-standard-alt .swm-post-title h1 { margin-bottom: 30px; }
.swm_single_fullwidth_image { background-size: cover; background-position: center center; }
.swm_single_on_img_content { background-size: cover; background-position: center center; display: flex; align-items: center; align-content: center; justify-content: center; text-align: center; }
.swm_single_on_img_content { background-size: cover; background-position: center center; position: relative; }
.swm_single_on_img_content:before { position: absolute; width: 100%; height: 100%; z-index: 1; }
.swm_single_on_img_content .swm-container { z-index: 1; }
.swm_single_text_on_image_style_wrap a, ul.swm_single_metas_on_img, .swm_single_on_img_content .swm-post-title h1 { text-decoration: none; }
ul.swm_single_metas_on_img { margin: 0; }
ul.swm_single_metas_on_img li { display: inline-block; padding: 0; margin: 0 12px; font-size: 95%; }
ul.swm_single_metas_on_img li i { margin-right: 7px; font-size: 90%; }
ul.swm_single_metas_on_img li i.fa-user { font-size: 85%; }
.swm_single_category_on_img a { padding: 5px 10px; margin: 4px; font-size: 90%; border-radius: 3px; letter-spacing: 1px; }
.swm_single_category_on_img { text-transform: uppercase; font-size: 90%; margin-bottom: 10px; line-height: 30px; }
.swm_single_on_img_content .swm-post-title h1 { margin: 0 0 10px 0; }
.swm_single_text_on_image_style_wrap { max-width: 800px; z-index: 2; }
.single-text-on-image-style1 .swm_single_text_on_image_style_wrap { margin: 0 auto; }
.single-text-on-image-style2 .swm_single_on_img_content { justify-content: flex-start; align-items: flex-end; text-align: left; }
.single-text-on-image-style2 .swm_single_text_on_image_style_wrap { padding-bottom: 40px; }
.single-text-on-image-style2 ul.swm_single_metas_on_img li { margin: 0 24px 0 0; }
.single-text-on-image-style2 .swm_single_category_on_img a { margin: 4px 8px 4px 0; }

/* POST SINGLE NEXT-PREV PAGINATION */
.swm-post-single-pagination { display: flex; clear: both; margin: 0 0 50px 0; position: relative; width: 100%; }
.swm-next-prev-box { width: 50%; display: inline-block; padding: 0; display: table-cell; vertical-align: middle; position: relative; word-break: normal; }
.swm-next-prev-text { text-transform: uppercase; font-size: 90%; letter-spacing: 1px; margin-bottom: 15px; display: block; }
.swm-pp-next { text-align: right; padding-left: 25px; }
.swm-pp-prev { padding-right: 25px; }
.no-prev-link .swm-pp-next { padding-left: 0; }
.swm-pp-link span { display: block; overflow: hidden; }
.swm-pp-link-text { font-size: 90%; padding-bottom: 1px; }
.swm-pp-prev:before, .swm-pp-next:after { position: absolute; top: 0; width: 1px; height: 100%; }
.swm-pp-prev:before { right: 0; }
.swm-pp-next:after { left: -1px; }
.no-next-link .swm-pp-prev:before, .no-prev-link .swm-pp-next:after { display: none; }
.no-next-link .swm-next-prev-box, .no-prev-link .swm-next-prev-box { width: 100%; text-align: left; }
.ancr-single-next-prev-tiny-img { width: 72px; height: 72px; display: block; position: relative; }
.swm-pp-prev .ancr-single-next-prev-tiny-img { float: left; margin-right: 20px; }
.swm-pp-next .ancr-single-next-prev-tiny-img { float: right; margin-left: 20px; }
.swm-pp-link-title { overflow: hidden; display: block; }
.swm-pp-link-title span { display: block; }
.swm-pp-link-title span.swm-heading-text { margin-top: -5px; }
.single-next-prev-hide { opacity: 0.3; }

/* ABOUT AUTHOR */
.swm-about-author-box { clear: both; position: relative; overflow: hidden; display: block; margin-bottom: 90px; }
.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%; }
.single .swm-about-author { padding: 45px 45px 42px; }
.swm-about-author-left { float: left; margin-right: 25px; margin-top: 37px; }
.swm-about-author-left span { display: block; font-size: 85%; }
.swm-about-author img { float: left; margin: 0 30px 0 0; width: 112px; height: 112px; border-radius: 100%; }
.swm-about-author p { padding-left: 0; overflow: hidden; margin-bottom: 10px; }
.swm-about-author-biotext { overflow: hidden; }
.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 h5.swm-single-pg-titles, .swm-related-posts h5.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: 9px 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: 10px 0 7px 0; }

/* COMMENTS */
#comments, .swm-container p.swm-nocomments { padding: 0; clear: both; margin-bottom: 58px; position: relative; font-size: 100%; }
#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; border-radius: 100%; }
.comment-postinfo { margin-left: 122px; position: relative; }
.comment-author { font-size: calc(var(--body-font-size) + 2px); display: block; }
.comment-author, .comment-author a { text-decoration: none; font-weight: 700; line-height: 24px; margin: 0 8px 0 0; display: inline-block; }
.comment-date { font-size: calc(var(--body-font-size) - 1px); font-weight: 400; margin-bottom: 10px; }
.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%; }
.swm-comment-reply { position: relative; margin-top: 10px; }
#comments .swm-comment-reply a.comment-reply-link, #comments .swm-comment-reply a.comment-reply-login { display: inline-block; width: auto; text-decoration: none; font-weight: 700; }
#comments .swm-comment-reply a:after { content: "\0047"; font-family: "swm-font-icon"; font-weight: normal; margin-left: 7px; display: inline-block; font-size: 12px; }
#comments .swm-comment-reply a.comment-reply-link { text-align: center; margin: 0; }
#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 { margin-bottom: 35px; margin-top: -20px; font-size: 90%; }
#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 */
#respond { position: relative; clear: both; padding: 0; }
#comments #respond:after, #comments #respond:before { display: none; }
#respond h3 { padding: 0; margin: 0 0 40px 0; }
#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-decoration: none; color: red; }
#comments #respond h3 small { float: right; }
#respond .form-allowed-tags, #respond p.comment-notes { 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 30px 0; height: 200px; }
#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: 14px 0 14px 0; margin-bottom: 25px; text-indent: 0; width: calc(100% - 10px); font-weight: 400; }
#commentform .comment-form-author input[type="text"] { padding-right: 68px; }
#commentform textarea { min-height: 180px; border: 1px solid; padding: 15px; border-radius: 0; }
#commentform p { width: auto; margin: 0; }
input[type="password"] { margin-bottom: 0; display: inline-block; }
#commentform .hidden { display: none; }
input[type="submit"] { display: inline; font-weight: bold; }
#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; float: left; margin-bottom: 30px; }
.post-password-form input[type="submit"] { margin-top: 27px; line-height: 31px; }
#commentform p.comment-form-cookies-consent { float: left; margin: 10px 0 30px; }
p.comment-form-cookies-consent label { display: inline; margin-left: 10px; }
.comment-respond label { display: none; }
.swm-post-single-content .swm-pagination-menu { margin: 50px 0; }
.comment-form-author, .comment-form-email, .comment-form-comment { display: block; position: relative; }

/* RELATED POSTS */
.swm-related-posts-section { clear: both; display: block; background: var(--swm-color-light-2); padding: 100px 0 70px; }
.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 { margin: 0; font-size: calc(var(--body-font-size) + 2px); font-weight: 500; line-height: 1.5em; }
.swm-related-link a { margin-bottom: 0; }
.swm-related-posts ul li img { height: auto; max-width: 100%; width: 100%; }
.swm-related-post-text { display: block; text-align: left; clear: both; padding-top: 15px; }
.swm-related-post-text span { display: block; }
.swm-related-post-text span.swm-related-date { font-size: 90%; opacity: 0.9; }
.swm-related-posts ul { margin: 0 -12px; }
.swm-single-related-posts-1 .swm-related-posts ul li { margin: 0 12px 30px 12px; width: calc(100% - 24px); }
.swm-single-related-posts-2 .swm-related-posts ul li { margin: 0 12px 30px 12px; width: calc(50% - 24px); }
.swm-single-related-posts-3 .swm-related-posts ul li { margin: 0 12px 30px 12px; width: calc(33.3% - 24px); }
.swm-single-related-posts-4 .swm-related-posts ul li { margin: 0 12px 30px 12px; width: calc(25% - 24px); }
.swm-related-posts ul.swm-related-date-cat { padding: 0; margin: 0; font-size: calc(var(--body-font-size) - 2px); }
.swm-related-posts ul.swm-related-date-cat li { display: inline-block; float: none; width: auto; margin: 0; padding: 0; }
.swm-related-posts ul.swm-related-date-cat li:after { content: "/"; margin: 0 9px; }
.swm-related-posts ul.swm-related-date-cat li:last-child:after { margin: 0; }

/* ****************
    3. PAGINATION
******************* */
.swm-pagination-wrap { width: auto; margin: 0 auto 30px; text-align: center; }
.swm-pagination { width: auto; display: inline-block; }
.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, nav.woocommerce-pagination > a, nav.woocommerce-pagination > span.page-numbers.current { text-align: center; margin: 0 14px 10px 14px; display: inline-block; float: left; line-height: 22px; }
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: 25px; }
.swm-pagination a.next.page-numbers, nav.woocommerce-pagination a.next.page-numbers { margin-left: 25px; }
.swm-pagination .page-numbers, nav.woocommerce-pagination .page-numbers { position: relative; }
.swm-pagination a.page-numbers:after, .swm-pagination .page-numbers.current:after, nav.woocommerce-pagination a.page-numbers:after, nav.woocommerce-pagination span.page-numbers.current:after { width: 0; position: absolute; left: 0; bottom: 0px; height: 1px; }
.swm-pagination .page-numbers.current:after, .swm-pagination a.page-numbers:hover:after, nav.woocommerce-pagination span.page-numbers.current:after, nav.woocommerce-pagination a.page-numbers:hover:after { width: 100%; }
.swm-pagination a.prev.page-numbers:after, .swm-pagination a.next.page-numbers:after, nav.woocommerce-pagination a.prev.page-numbers:after, nav.woocommerce-pagination a.next.page-numbers:after { width: 0; }
.swm-pagination a.page-numbers i, nav.woocommerce-pagination a.page-numbers i { font-size: 14px; }
.swm-pagination .page-numbers.dots { float: left; }
.swm-comments-pagination { margin-top: 20px; }
.swm-pagination a.page-numbers i.fa-angle-double-left { margin-left: -2px; }
.swm-pagination a.page-numbers i.fa-angle-double-right { margin-right: -2px; }

/* 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; text-transform: uppercase; letter-spacing: 1px; }
.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; }

/* ****************
    4. SEARCH PAGE
******************* */
.swm-search-featured-img { float: left; margin-right: 25px; }
.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-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 40px; }
ul.swm-search-list > li h5 { margin: 0; display: block; }
ul.swm-search-list > li h5 span { display: block; }
.swm-page-box-content.search-pg-form form { width: 70%; }
.swm-page-box-content.search-pg-form { padding: 30px; }
.swm-search-page-readmore { margin-top: -15px; }
.swm-search-page-readmore a { font-weight: bold; }
.swm-search-page-readmore a i { margin-left: 5px; }
.swm-search-excerpt { font-size: 90%; }

/* META */
.swm-search-meta { font-weight: normal; padding-bottom: 15px; }
.swm-search-meta { position: relative; margin: 0; display: block; }
.swm-search-meta ul { padding: 0; margin: 0; }
.swm-search-meta ul li { list-style: none; display: inline-block; margin: 0 9px 0 14px; padding: 5px 0 0 0; font-size: 90%; position: relative; }
.swm-search-meta ul li:before { position: absolute; top: 50%; left: 0; width: 4px; height: 4px; margin-top: -1px; margin-left: -15px; border-radius: 50%; display: block; }
.swm-search-meta ul li:first-child:before { display: none; }
.swm-search-meta ul li:first-child { margin-left: 0; }
.swm-search-meta ul li:last-child { margin-right: 0; }
.swm-search-author { font-weight: 700; }

/* 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: 50px; }
.swm-site-content .swm-error-page-404 h1 { font-size: 15em; margin-bottom: 0px; line-height: 1; }

/* **************************************
    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: bold; }
span.rss-date { font-size: 80%; }

/* TEXT */
.sidebar .adwrap { padding: 15px 24px 15px 24px; }

/* TAG CLOUD */
.sidebar .tagcloud { margin: 0px 0 0; }
.tagcloud a, .swm-post-single-tags a, .widget .wp-block-tag-cloud a { display: inline-block; margin: 5px 10px 5px 0; line-height: 1; position: relative; vertical-align: top; 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); }
.swm-post-single-tags a { margin-right: 13px; }
.swm-post-single-tags a:last-child { margin-right: 0; }
.widget .tagcloud a:hover, .widget .wp-block-tag-cloud a:hover, .swm-post-single-tags a:hover { background-size: 100% 1px; }
.tagcloud a:after, .swm-post-single-tags a:after { content: "-"; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); text-decoration: none; }
.tagcloud a:last-child:after, .swm-post-single-tags a:last-child:after { display: none; }

/* 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; font-weight: bold; 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; font-weight: 700; }
table#wp-calendar tbody td, #wp-calendar tbody td { text-align: center; padding: 6px; }
#wp-calendar tbody td a { font-weight: bold; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 90%; text-transform: uppercase; text-align: right; vertical-align: baseline; }
#wp-calendar tfoot #prev { font-size: 90%; text-transform: uppercase; 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; }

/* SEARCH WIDGET */
.widget_search form { margin: 0; }
.widget_search .swm-search-form { margin: 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: 10px 0 7px 0; position: relative; border-width: 1px; font-size: 100%; border-radius: 3px; font-style: italic; }
.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; margin-top: 5px; box-shadow: none; text-shadow: none; padding: 0; position: absolute; top: 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); opacity: 1; z-index: 999999; }
@media (prefers-reduced-motion:reduce) {
    .swm-btt-btn { transition: none; }
}
@media (prefers-reduced-motion:reduce) {
    .swm-btt-btn:after { transition: none; }
}
@media (prefers-reduced-motion:reduce) {
    .swm-btt-btn svg.progress-circle path { transition: none; }
}
.swm-btt-btn { position: fixed; right: 1.5rem; bottom: 1.5rem; width: 2.3rem; height: 2.3rem; cursor: pointer; display: block; border-radius: 100%; z-index: 1040; opacity: 0; visibility: hidden; transform: translateY(0.75rem); transition: all 200ms linear, margin-right 0ms; }
.swm-btt-btn:after { position: absolute; font-family: "Font Awesome 5 Free"; content: "\f062"; font-weight: 700; text-align: center; line-height: 2.3rem; font-size: 0.9rem; left: 0; top: 0; height: 2.3rem; width: 2.3rem; cursor: pointer; display: block; z-index: 1; transition: all 200ms linear; }
.swm-btt-btn.angle-up:after { content: "\f106"; font-size: 1rem; }
.swm-btt-btn.long-arrow-alt-up:after { content: "\f30c"; }
.swm-btt-btn.caret-up:after { content: "\f0d8"; font-size: 1rem; }
.swm-btt-btn.chevron-up:after { content: "\f077"; }
.swm-btt-btn.double-angle-up:after { content: "\f102"; }
.swm-btt-btn.hand-point-up:after { content: "\f0a6"; font-size: 1rem; }
.swm-btt-btn svg.progress-circle path { stroke-width: 4; box-sizing: border-box; transition: all 200ms linear; }
.swm-btt-btn svg path { fill: none; }
.swm-btt-btn.st1 svg.progress-circle path, .swm-btt-btn.st2 svg.progress-circle path, .swm-btt-btn.st3 svg.progress-circle path { display: none; }
.swm-btt-btn.st1 { border-radius: 0; }
.swm-btt-btn.st2 { border-radius: 5px; }
.swm-btt-btn.st3 { border-radius: 100%; }
.swm-btt-btn.st4 { background: transparent; }
.swm-btt-btn.st5 { padding: 2px; box-shadow: none; width: 2.8rem; height: 2.8rem; line-height: 2.8rem; }
.swm-btt-btn.st5 svg.progress-circle path { stroke-width: 6; }
.swm-btt-btn.st5:after { width: 2.8rem; height: 2.8rem; line-height: 2.8rem; }
.swm-btt-btn svg { width: 100%; height: 100%; }

/* 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-section { z-index: 9999999; }
#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; }

/* ****************
    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: "– "counters(submenu, "– ", none); 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%; }
.wp-block-button__link, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link { padding-left: 35px; padding-right: 35px; }

/* 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; }

/* QUOTES */
.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: 0 0 0 90px; 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: 0 90px 0 0; }
.wp-block-quote.has-text-align-right:before { left: auto; right: 0; }

/* LIST STYLES */
ul.wp-block-categories.wp-block-categories-list.aligncenter li { list-style: none; }
ul.wp-block-latest-posts.has-dates li time { display: block; margin-top: 5px; margin-bottom: 5px; }

/* OTHER */
figure blockquote.has-text-color.has-very-dark-gray-color { border-left: 0; padding: 0; margin-bottom: 0; }
.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-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; }
.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; }
.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; }
blockquote, .swm-site-content blockquote { margin-bottom: 20px; }
.wp-block-pullquote blockquote { margin: 0; }
.wp-block-pullquote { padding: 1em 0 0 0; }
.wp-block-group.has-background { padding: 30px 40px; margin-bottom: 30px; }
.wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color), table.wp-block-table td { vertical-align: middle; }
.sidebar [class^="__label"], .sidebar [class*="__label"] { font-size: 24px; font-weight: 700; }
.swm-widget-content [class*="__item-title"] a, .swm-widget-content [class*="__post-title"] { font-size: calc(2px + var(--swm-sidebar-font-size)); }
.wp-block-latest-comments article footer, .wp-block-latest-posts__post-title, .wp-block-rss__item-title { font-weight: 700; }
.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; }
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: 20px; }
.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; }
.wp-block-calendar .wp-calendar-nav-prev { float: left; }

/* ****************
    10. PLUGIN FIX
******************* */
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; }
.no-visibility, .ancr-navigation-menu-container .sub-menu { opacity: 0; visibility: hidden; }
.ancr-cart-panel { transform: translateX(calc(-100% - 25px)); -ms-transform: translateX(calc(-100% - 25px)); -webkit-transform: translateX(calc(-100% - 25px)); }
.ancr-cart-panel-right { -webkit-transform: translateX(calc(100% + 25px)); -ms-transform: translateX(calc(100% + 25px)); transform: translateX(calc(100% + 25px)); }
button.ancr-search-form-button { background: transparent; height: 44px; padding: 0 20px; }
.ancr-off-canvas-left { transform: translateX(-100%); }
.ancr-off-canvas-right { transform: translateX(100%); }
.ancr-portfolio-boxed-content .ancr-portfolio-content { position: absolute; right: 0; left: 0; bottom: 0; }
.ancr-portfolio-cbox-left-right .ancr-portfolio-content { transform: translateX(0); left: -100%; right: 100%; }
.ancr-portfolio-cbox-right-left .ancr-portfolio-content { transform: translateX(0); left: 100%; right: -100%; }
.ancr-portfolio-cbox-top-bottom .ancr-portfolio-content { transform: translateY(0); bottom: auto; top: -100%; }
.ancr-portfolio-cbox-bottom-top .ancr-portfolio-content { transform: translateY(0); bottom: -100%; }
.ancr-nav-menu > li { float: left; }
li.swm-megamenu-item > .ancr-sections-megamenu { z-index: -1; position: absolute; }
.ancr-portfolio-overlay-modern .ancr-portfolio-title-subtitle, .ancr-portfolio-overlay-modern .ancr-portfolio-icons, .ancr-portfolio-om-style-2 .ancr-portfolio-content:before, .ancr-portfolio-om-style-3 .ancr-portfolio-content:before, .ancr-items--packery .ancr-packery-bg-img img { opacity: 0; }
.elementor-editor-active .swm-site-content { z-index: 7; }
.ancr-icon i, .ancr-icon svg { width: 1em; height: 1em; position: relative; }
.ancr-service-list-container ul.ancr-list-items, .ancr-service-list-container ul.ancr-list-items li, .ancr-icon-list-wrap .ancr-ilist-items { list-style: none; }

/* ****************
    11. STYLING
******************* */
body { font-size: var(--body-font-size); line-height: var(--swm-body-line-height); }
.swm-site-content h1 { font-size: var(--swm-h1-font-size); line-height: var(--swm-h1-line-height); }
.swm-site-content h2 { font-size: var(--swm-h2-font-size); line-height: var(--swm-h2-line-height); }
.swm-site-content h3 { font-size: var(--swm-h3-font-size); line-height: var(--swm-h3-line-height); }
.swm-site-content h4 { font-size: var(--swm-h4-font-size); line-height: var(--swm-h4-line-height); }
.swm-site-content h5 { font-size: var(--swm-h5-font-size); line-height: var(--swm-h5-line-height); }
.swm-site-content h6 { font-size: var(--swm-h6-font-size); line-height: var(--swm-h6-line-height); }

/* PRIMARY */
.swm-primary-skin-col, .has-drop-cap:not(:focus)::first-letter, .swm-sp-icon-box:hover, .swm-btt-btn.st4:after, .swm-site-content table tr th a { color: var(--swm-color-color-1); }
.swm-sp-icon-box:hover .swm-sp-icon-inner, .swm-sp-icon-box:hover .swm-sp-icon-inner:after, .swm-sp-icon-box:hover .swm-sp-icon-inner:before, .s_two .swm-sp-icon-box:hover .swm-sp-icon-inner span { background: var(--swm-color-color-1); }
.swm-site-content, .swm-content-color, .swm-content-color a { color: var(--swm-color-text); }
.swm-site-content { background: var(--swm-color-light-1); }

/* SECONDARY */
.swm-secondary-skin-text { color: var(--swm-color-light-1); }

/* GLOBAL */
body, .swm-site-content { background: var(--swm-color-body); }
table thead { background: var(--swm-color-light-2); }
pre { background: var(--swm-color-light-2); color: var(--swm-color-dark-1); }
::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); }

/* HEADING */
.swm-site-content h1, .swm-site-content h2, .swm-site-content h3, .swm-site-content h4, .swm-site-content h5, .swm-site-content h6, .swm-site-content h1 a, .swm-site-content h2 a, .swm-site-content h3 a, .swm-site-content h4 a, .swm-site-content h5 a, .swm-site-content h6 a, .has-large-font-size, .has-drop-cap, .swm-site-content table tr th { color: var(--swm-color-headings); }

/* LINK */
.swm-site-content a { color: var(--swm-color-link); }
.swm-site-content a:hover, .swm-content-color a:hover { color: var(--swm-color-link-hover); }

/* PAGE PRE-LOADER / BACK TO TOP ARROW */
.swm-site-loader, .swm-btt-btn { background: var(--swm-color-light-2); }
.swm-btt-btn:after { color: var(--swm-color-dark-1); }
.swm-btt-btn.st1:hover:after, .swm-btt-btn.st2:hover:after, .swm-btt-btn.st3:hover:after, .swm-btt-btn.st5:hover:after { color: var(--swm-color-color-1); }
.swm-btt-btn.st4 { box-shadow: inset 0 0 0 0.1rem var(--swm-color-light-2); }
.swm-loader span { border: 6px solid var(--swm-color-dark-1); }
.swm-btt-btn.st4 svg.progress-circle path, .swm-btt-btn.st5 svg.progress-circle path { stroke: 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); }
}
.swm-btt-btn.st5 { -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); background: rgba(255, 255, 255, 0.7); }

/* HEADER */
.swm-header { background: var(--swm-color-light-1); }

/*PAGE TITLE BAR*/
.swm-page-title-bar { background-color: var(--swm-color-light-2); z-index: 3; }
.swm-page-title-bar-title, h1.swm-page-title-bar-title { color: var(--swm-color-headings); }

/* BLOG */
.single .swm-about-author { background: var(--swm-color-light-2); }
.swm-site-content .swm-archives-content h4, .swm-about-author-title-subtitle a, .swm-about-author .swm-single-pg-titles a, a.swm-pp-link-title span.swm-heading-text, a.swm-about-author-name, .swm-related-link a, h5.swm-single-pg-titles, .swm-post-title h2, .swm-post-title h2 a, .swm-post-title h1, h5.swm-single-pg-titles, .swm-about-author .swm-single-pg-titles a, a.swm-pp-link-title span.swm-heading-text, a.swm-about-author-name, .swm-related-link a, .swm-post-single-tags a:hover { color: var(--swm-color-headings); }
.post-sticky .swm-post-title h1:before { color: var(--swm-color-color-1); }
.comment-date { color: var(--swm-color-text); }
.swm-about-author, .swm-about-author a, a.swm-pp-link-title span, .swm-post-single-tags a, .swm-post-meta, .swm-post-meta ul li a { color: var(--swm-color-text); }
.swm-post-meta ul li a:hover, .swm-post-meta ul li.swm-postmeta-cats a:hover { color: var(--swm-color-headings); }
.swm-about-author, .swm-about-author a, .swm-site-content .swm-archives-content h4, .swm-about-author-title-subtitle a { color: var(--swm-color-text); }
.swm_single_category_on_img a:hover, ul.swm-post-author-icon li:hover a { background: var(--swm-color-color-1); color: var(--swm-color-dark-1); }
.swm-post-title h2 a:hover, a.swm-pp-link-title span.swm-heading-text:hover, a.swm-pp-link-title span:hover, .swm-post-meta ul li.swm-postmeta-cats a { color: var(--swm-color-color-1); }
ul.swm-post-author-icon li:hover a, .sticky .swm-post-content-block { border-color: var(--swm-color-color-1); }
.swm-site-content h5 a:hover, .swm-pp-link-title i.fa { color: var(--swm-color-dark-1); }
.swm-about-author-left, .swm-about-author-left a, .swm-about-author-left a:hover { color: var(--swm-color-light-1); }
.ancr-recent-post-style-two .ancr-recent-post-meta ul li:after { background: var(--swm-color-dark-1); }
.single .swm-about-author { background: var(--swm-color-light-2); }
.swm_single_on_img_content:before { background: rgba(0, 0, 0, 0.5); }
.swm-tags-pagination-border { background: var(--swm-color-border); }
.swm_single_text_on_image_style_wrap a, ul.swm_single_metas_on_img, .swm_single_on_img_content .swm-post-title h1 { color: var(--swm-color-light-1); }
ul.swm_single_metas_on_img li, ul.swm_single_metas_on_img li a { color: rgba(255, 255, 255, 0.7); }
ul.swm_single_metas_on_img li a:hover { color: var(--swm-color-light-1); }
.swm_single_category_on_img a { background: rgba(0, 0, 0, 0.3); }
.swm-heading-text, a.swm-heading-text { color: var(--swm-color-headings); }
.swm-tags-pagination { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 60px; text-align: center; line-height: 1; }
.swm-post-single-content { margin-bottom: 10px; }
.swm-single-prev-link { margin-right: 50px; }
.swm-single-next-link { margin-left: 50px; }
.swm-single-next-prev-links { font-size: 20px; }
.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; }

/* SEARCH PAGE */
.swm-search-page-readmore a:hover { color: var(--swm-color-dark-1); }
ul.swm-search-list li h4 a:hover, .swm-related-link a:hover { color: var(--swm-color-link-hover); }
ul.swm-search-list > li { border: 0; }
.swm-search-page-no-result-text form button.swm-search-button { color: var(--swm-color-headings); }
.swm-search-meta ul li:before { background: rgba(0, 0, 0, 0.3); }

/* COMMENT SECTION */
#commentform input:not([type="submit"]), #commentform textarea { color: var(--swm-color-text); }
.comment-author a, .comment-author, #comments h5.swm-single-pg-titles, #respond h3.comment-reply-title { color: var(--swm-color-headings); }
.comment-form-author:before, .comment-form-email:before, .comment-form-comment:before { color: var(--swm-color-color-1); }
#commentform p.logged-in-as a { color: var(--swm-color-color-1); }
.comment-date i, a.comment-edit-link, #commentform p.logged-in-as a:hover { color: var(--swm-color-dark-1); }
#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.8; }
#respond h3.comment-reply-title, #comments h5.swm-single-pg-titles, .comment-author a, .comment-author, #review_form .comment-reply-title { color: var(--swm-color-headings); }
a.comment-reply-link { color: var(--swm-color-text); }
a.comment-reply-link:hover { color: var(--swm-color-color-1); }

/* WIDGETS */
.widget-search .swm-search-form button.swm-search-button { color: var(--swm-color-text); }

/* SIDEBAR */
.sidebar #wp-calendar caption { background: var(--swm-color-light-2); color: var(--swm-color-headings); }
.sidebar ul li a:hover, .sidebar a:hover { color: var(--swm-color-color-1); }
.sidebar, .sidebar a, .sidebar select { color: var(--swm-color-text); }
.swm-site-content .sidebar .swm-sidebar-ttl h3 span { color: var(--swm-color-headings); }
.sidebar table#wp-calendar thead th { background: var(--swm-color-light-1); color: var(--swm-color-headings); }
.sidebar .tagcloud a, .swm-post-single-tags a { color: var(--swm-color-text); }
.sidebar .tagcloud a:hover, .swm-post-single-tags a:hover, .swm-post-single-tags a:hover { color: var(--swm-color-headings); }
.sidebar .widget_search .swm-search-form input[type="text"], .sidebar select { background-color: var(--swm-color-light-1); }
.sidebar, .sidebar p, .sidebar ul li, .sidebar ul li a, .sidebar .tagcloud a { font-size: var(--swm-sidebar-font-size); }
.sidebar .ancr-recent-posts-tiny-title h5 a { font-size: calc(2px + var(--swm-sidebar-font-size)); }
.swm-site-content .sidebar .swm-sidebar-ttl h3 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); }

/* FOOTER */
.footer { background-color: var(--swm-color-dark-1); }
.footer, .footer a, .footer .ancr-recent-posts-tiny ul li a { color: var(--swm-color-light-2); }
.footer .input-text, .footer input, .footer textarea, .footer select, .footer #wp-calendar thead th, .footer #wp-calendar tbody td, .footer #wp-calendar tbody td:hover, .footer input:focus, .footer textarea:focus, .footer #widget_search_form #searchform #s:focus { color: var(--swm-color-light-2); border-color: var(--swm-color-dark-2); }
.footer .widget_search .swm-search-form input[type="text"]:focus { border-color: var(--swm-color-dark-2); }
.footer a:hover, .footer #wp-calendar tbody td a, .footer ul.menu > li ul li.current-menu-item > a, .footer .widget-nav-menu ul li.current-menu-item > a, .footer .widget_categories ul li.current-cat > a, .footer .widget ul li a:hover, .footer a.twitter_time:hover, .footer .swm-small-footer, .footer .swm-small-footer a, .footer .swm-small-footer a:hover, .footer .tagcloud a:hover { color: var(--swm-color-light-1); }
.footer .swm-footer-widget h3 { color: var(--swm-color-light-1); }
.footer #wp-calendar caption { background: var(--swm-color-dark-2); }
.footer table thead { background: transparent; }
.footer #wp-calendar thead th, .footer #wp-calendar tbody td { background: var(--swm-color-dark-1); }
.footer ul li a, .footer .tagcloud a, .footer .wp-caption { color: var(--swm-color-light-2); }
.footer .tagcloud a:hover, .footer ul li.cat-item small, .footer .wp-caption { background: var(--swm-color-dark-2); }
.footer select { background-color: var(--swm-color-dark-2); }
.footer select { background-image: url("../images/select2.png"); background-repeat: no-repeat; background-position: center right; }
.footer #widget_search_form #searchform #s, .footer .tagcloud a { border: 0; }
.footer .tagcloud a:hover { color: var(--swm-color-light-1); background: var(--swm-color-color-1); }
.footer .swm-small-footer { border-top: 1px solid var(--swm-color-dark-2); }
.footer .widget_search .swm-search-form input[type="text"] { color: var(--swm-color-light-2); text-shadow: none; }
.footer
.widget_search
.swm-search-form
input[type="text"]::-webkit-input-placeholder { color: var(--swm-color-light-2); }
.footer .widget_search .swm-search-form input[type="text"]::-moz-placeholder { color: var(--swm-color-light-2); }
.footer .widget_search .swm-search-form input[type="text"]::-ms-placeholder { color: var(--swm-color-light-2); }
.footer .widget_search .swm-search-form input[type="text"]::placeholder { color: var(--swm-color-light-2); }

/* PAGINATION */
.swm-container .swm-next-prev-pagination a, .swm-next-prev-pagination a, .ancr-next-prev-pagination a, .swm-site-content .swm-pagination a.page-numbers, .swm-site-content .swm-pagination-menu a, .swm-site-content .ancr-pagination a.page-numbers, .swm-site-content .ancr-pagination-menu a, .woocommerce nav.woocommerce-pagination a.page-numbers { color: var(--swm-color-text); }

/* FLEX SLIDER */
.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
.flex-control-paging li a { background: #666; background: rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
.swm-slider-box .flex-direction-nav a { color: #fff; }
.swm-slider-box .flex-direction-nav .flex-next, .swm-slider-box .flex-direction-nav .flex-prev { border: 3px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.3); }
.swm-slider-box:hover .flex-direction-nav .flex-next, .swm-slider-box:hover .flex-direction-nav .flex-prev { border-color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6); }
.swm-slider-box .flex-direction-nav .flex-next:hover, .swm-slider-box .flex-direction-nav .flex-prev:hover { border-color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); }

/* 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 { 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-button { border: 0; padding: 0; }
.swm-search-list .swm-search-form_inner button, .swm-search-list .swm-search-form_inner button:hover { color: var(--swm-color-color-1); }
.is-style-outline .wp-block-button__link { background: var(--swm-color-color-1); }
.is-style-outline .wp-block-button__link, .is-style-outline .wp-block-button__link:hover { border-color: var(--swm-color-color-1); }
.footer #widget_search_form #searchform input.button { border-color: var(--swm-color-dark-2); }
.widget-search .swm-search-form button.swm-search-button { color: var(--swm-color-dark-1); }
.sidebar .widget_search .swm-search-form button.swm-search-button { color: var(--swm-color-dark-1); }
.footer button.button, .footer .widget_search .swm-search-form button.swm-search-button { color: var(--swm-color-light-1); }
.footer a.button, .footer a.button:hover, .footer button.button { background: var(--swm-color-dark-2); }
input[type="submit"], button, .button, .woocommerce button.button, .wp-block-button a, .wp-block-file a.wp-block-file__button { overflow: visible; width: auto; cursor: pointer; border-radius: 30px; display: inline-block; font-size: 100%; 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; text-transform: uppercase; font-size: calc(var(--body-font-size) - 2px); font-weight: 700; letter-spacing: 0.5px; 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: 16px 40px; }
.wp-block-file a.wp-block-file__button { padding: 10px 30px; }
#footer.footer #wp-calendar thead th { border: 0; }

/* QUOTES */
blockquote, blockquote p { color: var(--swm-color-headings); }
.swm-site-content blockquote:before { color: var(--swm-color-color-2); }

/* 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); }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background-color: var(--swm-color-light-2); }
.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, .wp-block-table.is-style-stripes { border: 0; border-bottom: 1px solid; padding: 0 0 10px 0; }
input, select, textarea, .wp-block-table.is-style-stripes, #commentform textarea { border-color: var(--swm-color-border); }
input:focus, textarea:focus, #commentform textarea:focus { border-color: var(--swm-color-border-hover); }
th, td, .wp-block-table td, .wp-block-table th, .sidebar #wp-calendar thead th, .sidebar #wp-calendar caption, .sidebar #wp-calendar tbody td { border-color: var(--swm-color-border); }
.wp-block-quote.has-text-align-right { border-color: var(--swm-color-color-1); }

/*Titlebar*/
.swm-page-title-bar { background-color: var(--swm-color-light-2); }
.swm-page-title-bar-title, h1.swm-page-title-bar-title { color: var(--swm-color-headings); }

/* ********************
    12. TYPOGRAPHY
*********************** */

/* TEXT */

#respond h3 small a#cancel-comment-reply-link { font-size: var(--body-font-size); }
table caption { padding: 0 0 20px 0; width: auto; font-size: 110%; font-weight: 700; }
.swm-post-meta ul li { font-size: var(--body-font-size); padding: 0; line-height: 1; margin-bottom: 0px; }
.swm-pp-link-title span.swm-heading-text { font-size: 110%; line-height: 1.4; }
.swm-post-meta ul li a { display: inline-block; position: relative; vertical-align: top; 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); margin-bottom: 10px; line-height: 1; }
.swm-post-meta ul li a a { margin-right: 13px; }
.swm-post-meta ul li a a:last-child { margin-right: 0; }
.swm-post-meta ul li a:hover { background-size: 100% 1px; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6, .ancr_fancy_heading_text, .ancr-heading-font, .ancr-font-heading, .swm-heading-font, .swm-font-heading, .swm-pf-only-title, .ancr_events_main_title, #review_form .comment-reply-title, .swm-about-author-title-subtitle a, .ancr_widget_tabs .ancr_wid_tabs li, .ancr-heading-text, .swm-heading-text, blockquote.wp-block-quote.is-style-large p, p.has-large-font-size, .has-drop-cap:not(:focus)::first-letter, .swm-page-title-bar-title { font-family: var(--swm-headings-font-family); font-style: var(--swm-headings-font-style); font-weight: var(--swm-headings-font-weight); }
.swm-about-author-title-subtitle a { font-size: 24px; line-height: 1; }

/* SIDEBAR/FOOTER WIDGET TITLE */
.footer .swm-footer-widget .swm-widget-content h3, .swm-site-content .sidebar .swm-sidebar-ttl h3 span { line-height: normal; }

/* POST TITLE */
.swm-page-title-bar-title, h1.swm-page-title-bar-title { font-size: 55px; }

/* Item Load Animation */
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; }

/* ********************
    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-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; }
    .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: 50px; }
    .swm-site-content .swm-post-title h2, .swm-site-content .swm-post-title h2 a, .swm-site-content .swm-post-title h1 { font-size: 30px; line-height: 36px; margin-bottom: 20px; }
    body.swm-is-sticky-footer #footer { position: relative; }
    .swm-related-posts-section { padding: 70px 0 40px; }
}

/* MOBILE */
@media only screen and (max-width:767px) {
    #swm-page .swm-hide-mobile, body .swm-hide-mobile { display: none; }
    .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-pp-next { padding-left: 15px; }
    .swm-pp-prev { padding-right: 15px; }
    .single .swm-about-author { padding: 30px 35px; }
    .swm-about-author img { float: none; margin: 0 0 30px; }
    .swm-about-author-left-wrap, .swm-about-author-biotext { display: block; margin: 0 auto; text-align: center; }
    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-row .swm-no-gap-row { margin: 0; }
    .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: 40px; }
    .swm-site-content .swm-post-title h2, .swm-site-content .swm-post-title h2 a, .swm-site-content .swm-post-title h1 { font-size: 24px; line-height: 30px; margin-bottom: 20px; }
}
@media only screen and (max-width:480px) {
    .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-pp-link-title span.swm-heading-text { font-size: 95%; }
    .swm-site-content blockquote { padding: 20px 25px 20px 55px; font-size: 110%; }
    .swm-site-content blockquote:before, .swm-site-content blockquote:after { font-size: 35px; }
    .swm-cf-column { padding: 20px; }
    .swm-cf-title { font-size: 105%; }
    .swm-related-posts-section { padding: 60px 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; }
}
a.swm-post-button { background: var(--swm-color-dark-1); border-color: var(--swm-color-dark-1); }
a.swm-post-button:hover { background: var(--swm-color-light-1); border-color: var(--swm-color-dark-1); }
a.swm-post-button:after, a.swm-post-button:before { background: var(--swm-color-light-1); }
a.swm-post-button:hover:after, a.swm-post-button:hover:before { background: var(--swm-color-dark-1); }
.swm-pagination a.page-numbers:after, .swm-pagination .page-numbers.current:after, nav.woocommerce-pagination a.page-numbers:after, nav.woocommerce-pagination span.page-numbers.current:after { color: var(--swm-color-dark-1); background: var(--swm-color-dark-1); }
.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-text); }
@media print {
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
}
.clear:before, .clear:after, .clearfix:before, .clearfix:after, dt:after, .gallery-item dt:after, .swm-loader:before, .swm-loader:after, .swm_single_on_img_content:before, .swm-pp-prev:before, .swm-pp-next:after, .swm-related-posts ul.swm-related-date-cat li:last-child:after, .swm-pagination a.page-numbers:after, .swm-pagination .page-numbers.current:after, nav.woocommerce-pagination a.page-numbers:after, nav.woocommerce-pagination span.page-numbers.current:after, .swm-search-meta ul li:before, .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, a.swm-post-button:after, a.swm-post-button:before { content: ""; }

/*Theme Font*/
@font-face { font-family: "swm-font-icon"; src: url("../webfonts/swm-font.eot"); src: url("../webfonts/swm-font.eot?#iefix") format("embedded-opentype"), url("../webfonts/swm-font.woff") format("woff"), url("../webfonts/swm-font.ttf") format("truetype"), url("../webfonts/swm-font.svg#swm-font") format("svg"); font-weight: normal; font-style: normal;font-display: swap; }
.swm-ficon:before { display: inline-block; font-family: "swm-font-icon"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: auto }
.swm-ficon-rotate-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); display: inline-block }
.swm-ficon-down-arrow-alt:before { content: "\0041" }
.swm-ficon-down-arrow:before { content: "\0042" }
.swm-ficon-down-small:before { content: "\0043" }
.swm-ficon-four-square:before { content: "\0044" }
.swm-ficon-minus:before { content: "\0045" }
.swm-ficon-next-arrow-alt:before { content: "\0046" }
.swm-ficon-next-arrow-large:before { content: "\0047" }
.swm-ficon-next-arrow-long-alt:before { content: "\0048" }
.swm-ficon-next-arrow:before { content: "\0049" }
.swm-ficon-next-circle:before { content: "\004a" }
.swm-ficon-next-large:before { content: "\004b" }
.swm-ficon-next-long:before { content: "\004c" }
.swm-ficon-next-small:before { content: "\004d" }
.swm-ficon-pin:before { content: "\004e" }
.swm-ficon-play:before { content: "\004f" }
.swm-ficon-plus:before { content: "\0050" }
.swm-ficon-prev-arrow:before { content: "\0051" }
.swm-ficon-prev-circle:before { content: "\0052" }
.swm-ficon-prev-small:before { content: "\0053" }
.swm-ficon-quote:before { content: "\0054" }
.swm-ficon-search:before { content: "\0055" }
.swm-ficon-shop-bag:before { content: "\0056" }
.swm-ficon-arrow-loading-alt:before { content: "\0057" }
.swm-ficon-arrow-loading:before { content: "\0058" }
.swm-ficon-circle-loading:before { content: "\0059" }
.swm-ficon-loader:before { content: "\005a" }
.swm-ficon-close:before { content: "\0061" }
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("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m21.53 8.03-9 9a.748.748 0 0 1-1.06 0l-9-9a.75.75 0 0 1 1.06-1.06L12 15.44l8.47-8.47a.75.75 0 1 1 1.06 1.06z'></path></g></svg>")}