/*
Theme Name: MSI Healing
Theme URI: https://pbwebd.com/
Description: Website refresh for MSI Healing
Author: PBwebD
Text Domain: pbwebd
Version: 2.0.4
*/

/* Resets */
:root {
    --accent: #ea0be6;
    --dark: #474747;
    --green: #606558;
    --brown: #A19551;
    --pink: #f2a6eb;
}

#wpf_bottom_bar .wpf_row {
    margin-top: 0 !important;
}
#wpf_launcher .wpf_launch_buttons {
    bottom: 0 !important;
}
#wpf_bottom_bar {
    margin-bottom: -2px;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #333;
    background: #fafafa;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.45;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: var(--accent);
}

h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

p, li {
    margin-top: 0;
    font-size: 18px;
}
p {
    margin-bottom: 20px;
}

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

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: var(--dark);
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

blockquote {
    border-left: 3px solid var(--pink);
    padding-left: 25px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 20px;
}
blockquote p {
    line-height: 1.75;
    color: #6c6c6c;
}

input, textarea, select {
    font-size: 16px;
}
input[type="submit"]{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background: var(--green);
    padding: 7px 10px;
    -webkit-appearance: none;
    border: none;
    transition: 300ms background;
}
input[type="submit"]:hover {
    cursor: pointer;
    background: var(--brown);
}

hr {
    width: 50%;
    max-width: 300px;
    border-style: solid;
    border-color: var(--brown);
    margin-top: 40px;
    margin-bottom: 40px;
}
.wp-block-separator.is-style-wide {
    width: 75%;
    max-width: 600px;
}

/* WP Core Styles */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; text-align: center; }
.alignright { float: right; margin: 5px 0 20px 20px; text-align: right; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
img.alignright { float: right; margin: 5px 0 20px 20px; }
img.alignnone { margin: 5px 20px 20px 0; }
img.alignleft { float: left; margin: 5px 20px 20px 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
p.wp-caption-text, .figcaption { font-size: 13px; line-height: 1.25; color: #6c6c6c; }
.wp-block-image figcaption { font-size: 12px; background-color: #ededed; padding: 10px; }

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    margin-top: 35px;
    margin-bottom: 30px;
}
.wp-block-embed__wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.mejs-controls {
	background: transparent !important;
	position: relative;
}

/* Main Stuff */
.inner, .content-wrapper, .hero-inner {
    position: relative;
    width: calc(100% - 50px);
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 25px;
}
.content-wrapper {
	z-index: 999;
}
.content-wrapper a, .content-wrapper a:visited {
    color: var(--accent);
}
.content-wrapper a:hover {
    color: var(--green);
}

.btn, .content-wrapper a.btn, .newsletter-text a, .wp-block-cover .button a, a.archive-button, a.wp-block-button__link, .frm_style_formidable-style.with_frm_style form .frm_submit button {
	border-radius: 25px !important;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF !important;
    background: var(--brown);
    padding: 6px 12px;
    transition: background 300ms;
    border-radius: 0;
}
.page-wrapper .wp-block-button__link.wp-element-button {
	margin-bottom: 15px;
	padding: 8px 22px;
}
.btn:hover, .content-wrapper a.btn:hover, .frm_style_formidable-style.with_frm_style form .frm_submit button:hover {
    background: var(--green);
    color: #FFF;
}
.frm_style_formidable-style.with_frm_style form .frm_submit button {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    border: none;
    padding: 12px 27px;
}

.wc-block-grid__product a:not(.wp-block-button__link) {
    text-decoration: none;
    color: var(--dark);
}
.wc-block-grid__product a:not(.wp-block-button__link):hover {
    background: var(--dark);
}
.wc-block-grid__product .wc-block-grid__product-title {
    margin-bottom: 5px;
}

/* Nav */

header {
    position: relative;
    z-index: 101;
}
header ul {
    padding-left: 0;
    margin-bottom: 0;
}

.nav-wrapper {
    background: rgba(71, 71, 71, 0.95);
    border-bottom: 2px dotted var(--pink);
    padding: 4px 0;
}

.main-menu {
    display: flex;
    justify-content: space-between;
}
.main-menu li {
    position: relative;
    display: inline-block;
    margin-left: 6px;
}
.main-menu a {
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    color: #FFF;
    padding: 15px 20px 15px 0;
    display: block;
}
.widget .wfc_item_count {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    line-height: inherit;
}
.main-menu nav a {
    text-transform: uppercase;
}
.main-menu nav a .fa, .main-menu nav a .fas {
    padding-right: 5px;
}
.main-menu a:hover, .main-menu li.current-menu-item li a:hover {
    color: var(--pink);
}
.main-menu li.current-menu-item a {
    color: var(--pink);
}
.main-menu li.current-menu-item li a {
    color: #FFF;
}
.main-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}
.main-menu .menu-item-has-children > a:after {
    content: '\f0dd';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FFF;
    top: calc(50% - 9px);
    right: 17px;
    bottom: 0;
    width: 15px;
    height: 15px;
}
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 45px;
    left: -10px;
    min-width: 200px;
    background: rgba(36,36,36,0.92);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.26);
    z-index: 99;
    padding: 10px 0;
}
.main-menu .sub-menu li {
    display: block;
    margin-left: 0;
}
.main-menu .sub-menu a {
    text-transform: none;
    padding: 10px 15px;
}
.main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.cart-wrapper li.cart {
    background: rgba(0,0,0,0.27);
    border-radius: 5px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Cart Override */
.widget.widget_shopping_cart {
    display: block;
    position: relative;
    border: none;
    right: auto;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    color: #FFF;
    border-radius: 0;
    padding: 10px 12px;
}
.wfc_cart_prods {
    width: calc(100% - 24px);
}
.wfc_cart_prods_inner .description_div {
    width: calc(100% - 20px);
    padding-right: 20px;
}
.wfc_container .wfc_total_tr, .wfc_container .wfc_coupon, .wfc_container .wfc_footer, .wfc_container .wfc_footer a {
    width: calc(100% - 20px);
}
.wfc_prodline_qty, .wfc_prodline_price span.amount {
    font-size: 14px !important;
}
.wfc_container .wfc_total_tr {
    font-size: 16px !important;
    border-top: 1px solid var(--brown);
}
.wfc_container .wfc_header {
    border-bottom: 0;
}
.wfc_cart_icon img {
    opacity: 0.3;
}
.wfc_coupon_field input#wfc_coupon_code {
    width: calc(65% - 16px);
}
.wfc_coupon_field span.wfc_coupon_submit {
    padding: 5px;
}
a#wfc_apply_coupon {
    font-size: 14px;
    letter-spacing: 0;
}
.wfc_container div.wfc_ship_txt {
    display: none;
}
.wfc_container .wfc_coupon {
    border-top: 0;
}
.wfc_container .wfc_footer {
    background-color: #FFF;
    border-top: 0;
}
.wfc_container .wfc_footer a {
    font-size: 14px;
}
.wfc_container .wfc_footer a:hover {
    background-color: var(--green) !important;
}

.wfc_container .wfc_footer a.wfc_bn_3:after, .wfc_container .wfc_footer a.wfc_bn_2:after, .wfc_container .wfc_footer a.wfc_bn_1:after {
    display: none;
}

.cart-wrapper li.cart i {
    font-size: 12px;
    color: #FFF;
    margin-right: 4px;
}

.primary-info {
    position: absolute;
    z-index: 9;
    top: 55px;
    left: 0;
    right: 0;
}
.primary-inner {
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-top: 12px;
}
.contact-inner {
    background: rgba(255,255,255,0.8);
    border: 2px dotted var(--pink);
    border-top: 0px;
    padding: 4px 12px;
    border-radius: 0px 0px 8px 8px;
}
.contact-inner a {
    text-decoration: none;
    color: var(--accent);
}

.mobile-header {
    display: none;
    background: #FFF;
}
.mobile-header .top-bar {
    text-align: right;
    background: var(--dark);
}
.mobile-header .top-bar a {
    padding: 8px;
    color: #FFF;
}
.mobile-header .account-link {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
}
.mobile-header .account-link a {
    text-decoration: none;
}
.mobile-header .widget.wfc_cart_basket {
    display: inline-block;
    padding: 8px 0 8px 10px;
}

.mobile-logo-inner {
    display: flex;
    justify-content: space-between;
}
.mobile-header .logo {
    margin-top: 0;
}
.mobile-header .logo img {
    max-width: 90px;
    padding: 5px 0 8px;
}
.nav-toggle {
    cursor: pointer;
    font-size: 22px;
    line-height: 1.9;
    padding: 7px 15px;
}

.mobile-slide-inner {
    display: none;
    border-bottom: 2px dotted var(--accent);
    border-top: 2px dotted var(--accent);
    background: rgb(174, 168, 123);
    color: #FFF;
}
.mobile-slide-inner p {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px 12px;
}
.mobile-slide-inner a {
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    background-color: rgba(115,103,56);
    padding: 4px 15px;
    display: block;
    border-radius: 3px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}

/* Slider Stuff */
.hero {
    position: relative;
    min-height: 320px;
    margin-top: -55px;
    background-color: #FFF;
    z-index: 100;
}
.slick-slider {
    padding-bottom: 10px;
	width: 100%;
	max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.home .slick-slider {
	padding-bottom: 49px;
}
.slide {
    position: relative;
    height: 520px;
}
.slide-inner {
    z-index: 9;
}
.hero-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1245px;
}
.hero-inner:before, .hero-inner:after,
.slick-slide:before, .slick-slide:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}
.hero-inner:before, .slick-slide:before {
    left: 0;
    right: 75%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 85%, rgba(255,255,255,0) 100%);
}
.hero-inner:after, .slick-slide:after {
    left: 75%;
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 85%, rgba(255,255,255,0) 100%);
}
.hero-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.slide-inner {
    height: 100%;
}
.slide-content {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 100px;
    bottom: 95px;
    right: -500px;
    width: 500px;
    transition: right 300ms;
    transition-delay: 450ms;
}
.slide-content .btn {
    color: #FFF;
    background: var(--accent);
}
.slide-content .btn:hover {
    color: #FFF;
    background: var(--pink);
}
.slide.slick-current .slide-content {
    right: 25px;
}
.slide-inner-content {
    background: rgba(255, 255, 255, 0.8);
    border: 2px dotted #f1abef;
    border-radius: 12px;
    padding: 15px 20px 10px;
}
.slide-inner-content h4 {
    font-size: 26px;
    margin-bottom: 13px;
}
.slide-inner-content p {
    font-size: 14px;
}
.slide-inner-content a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
}
.slide-inner-content a:hover {
    color: var(--dark);
}

.slick-slide {
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.slick-dots {
    position: relative;
    width: calc(100% - 25px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 25px;
    margin-top: -75px;
}
.slick-dots li {
    display: inline-block;
    margin-right: 1px;
}
.slick-dots button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    font-size: 7px;
    font-weight: bold;
    color: transparent;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 1px 1px 10px -3px rgba(71, 71, 71, 0.9);
    transition: background 300ms;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin-right: 5px;
}
.slick-dots button:hover, .slick-active button {
    color: transparent;
    background: var(--green);
}

.newsletter-wrapper {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(96, 101, 88, 0.9);
    height: 42px;
}
/* .home .newsletter-wrapper {
    bottom: -41px;
} */
.newsletter-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.newsletter-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.newsletter-text p {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    margin: 0;
}
.newsletter-text a {
    margin-left: 10px;
}
.newsletter-text a:hover, .wp-block-cover .button a:hover, a.archive-button:hover {
    background: var(--dark);
}

.social-links {
    color: #FFF;
}
.social-label {
    font-size: 12px;
    color: #c6c6c6;
    vertical-align: middle;
}
.social-links a {
    font-size: 22px;
    color: #FFF;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.social-links a:hover {
    color: var(--accent);
}

/* Form Stuff */


/* Archive Stuff */
.has-sidebar {
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-gap: 75px;
    padding: 0 30px;
}

.archive-image img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: top center;
    padding-bottom: 10px;
}
.archive-post-content {
    /* display: grid; */
    /* grid-template-columns: 145px 1fr; */
    margin-bottom: 50px;
}
.archive-post-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.archive-post-content h3, .archive-post-content h3 a {
    font-weight: bold;
    text-decoration: none;
    color: #2b2828;
}

.post_meta {
    font-size: 12px;
    color: #999;
    float: left;
    /* padding-right: 15px; */
    padding-right: 25px;
    padding-bottom: 25px;
}
.post_meta a {
    text-decoration: none;
    color: #999;
}

.post_meta .post_date {
    position: relative;
    color: #000;
    margin-bottom: 15px;
}
.post_meta .post_date span {
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
}
.post_meta .post_date .day {
    font-size: 48px;
    padding-right: 5px;
}
.post_meta .post_date .date {
    padding-bottom: 5px;
}

.post_meta .fab, .post_meta .fas {
    font-size: 15px;
    padding-right: 10px;
}
.post_meta .post_comments, .post_meta .post_author, .post_meta .post_twitter {
    line-height: 27px;
}

.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar h4, .underline-heading {
    color: #232221;
    border-bottom: 2px dotted #ef91e8;
    margin-bottom: 10px;
}
.sidebar h4 {
    font-size: 17px;
}
.sidebar input[type="text"]{
    width: 65%;
    height: 24px;
    vertical-align: top;
}
.sidebar input[type="submit"]{
    font-size: 13px;
    margin-top: 0;
}

.widget_recent_entries ul {
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.widget_recent_entries li, .widget_recent_entries a {
    font-size: 12px;
}
.widget_recent_entries a {
    color: #000;
    text-decoration: none;
}
.widget_recent_entries .post-date {
    display: block;
    font-size: 11px;
    font-style: italic;
    color: #656262;
    margin-bottom: 8px;
}

.widget_categories ul {
    font-size: 12px;
    line-height: 26px;
    list-style: none;
    padding-left: 10px;
}
.widget_categories li, .widget_categories a {
    font-size: 12px;
    text-decoration: none;
    color: #636060;
}
.widget_categories ul.children {
    list-style: none;
    padding-left: 23px;
    margin-bottom: 0;
}
.widget_categories ul.children li:before {
    content: '\2013';
    margin-left: -10px;
    margin-right: 8px;
}

.sidebar .woocommerce ul.product_list_widget li {
    font-size: 12px;
    line-height: 14px;
    color: #595959;
    padding: 4px 0 10px;
}
.sidebar .woocommerce ul.product_list_widget li a {
    text-decoration: none;
    color: #595959;
}
.sidebar .woocommerce ul.product_list_widget li img {
    float: left;
    width: 40px;
    border: 1px solid #ddd;
    padding: 2px;
    margin-left: 0;
    margin-right: 8px;
}
.sidebar .woocommerce ul.product_list_widget li .product-title {
    line-height: 16px;
}
.sidebar .woocommerce ul.product_list_widget li .amount {
    display: inline-block;
    margin-top: 6px;
}

.widget_recent_entries a:hover, .widget_categories a:hover, .sidebar .woocommerce ul.product_list_widget li a:hover {
    color: var(--accent);
}

.navigation-wrapper {
    display: flex;
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.nav-label {
    font-size: 16px;
    padding-right: 8px;
}
.nav-links > *:not(.dots) {
    text-decoration: none;
    color: #333 !important;
    border: 1px solid #e6e6e6;
    background-color: #efefef;
    border-radius: 5px;
    padding: 2px 8px;
    margin-right: 4px;
}
.nav-links > *:not(.dots):hover, .nav-links .current {
    background: var(--pink);
}

/* Page Stuff */
/* main {
    position: relative;
    z-index: 0;
} */
.content-wrapper, .woocommerce .content-wrapper {
    padding-top: 40px;
}
.home .content-wrapper {
    padding-top: 75px;
}

/* Single Stuff */
.post-content .post_meta {
    width: 130px;
}
.post-content h1 {
    font-weight: bold;
    color: #2b2828;
}

.callout-box {
    padding: 4px 0;
    border-top: 2px dotted #e43fd7;
    border-bottom: 2px dotted #e43fd7;
    max-width: 860px;
    margin: 55px auto 15px;
}
.callout-box-inner {
    position: relative;
    color: #1f1d1b;
    background: #e4e4e4;
    padding: 30px 60px 20px;
}
.callout-box-title {
    position: absolute;
    text-align: center;
    top: -20px;
    right: 0;
    left: 0;
}
.callout-box-title h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600 !important;
    color: #FFF;
    background: #393939;
    padding: 5px 60px 7px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: 0.4em;
}
.callout-box-content {
    margin-top: 5px;
}
.callout-box-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Comments (legacy) */
#comments {
    max-width: 585px;
}
#respond {
    margin: 60px 0;
}
#respond h3, #comments-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #232221;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
#respond h3:before, #comments-title:before {
    font-family: "Font Awesome 5 Free";
    content: '\f075';
    font-size: 25px;
    font-weight: 400;
    color: #aaa;
    position: absolute;
    left: 0;
    margin-right: 20px;
}
#comments-title:before {
    font-weight: bold;
}
.logged-in-as {
    font-size: 12px;
}
.comment-form-comment label {
    float: left;
    width: 90px;
}
.comment-form-comment textarea {
    border: 1px solid #d8d7d7;
    height: 135px;
    padding: 10px;
}
.comment-form-comment {
    margin-bottom: 10px;
}
.form-submit {
    text-align: right;
}
.comment-form input[type="submit"]{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4C4B4B;
    background: none repeat scroll 0 0 #EEE;
    border: 1px solid #d8d7d7;
    margin: 0 13px 20px;
    padding: 8px;
}
.comment-form input[type="submit"]:hover {
    background: var(--pink);
    color: #FFF;
}

.commentlist {
    list-style: none;
    margin-top: 25px;
    padding: 0;
}
.commentlist .comment {
    margin-bottom: 30px;
}
.comment-container {
    display: grid;
    grid-template-columns: 110px 1fr;
    border: 1px solid #d8d7d7;
    padding: 5px;
}
.comment-author {
    text-align: center;
    padding: 25px 5px;
    border-right: 1px solid #d8d7d7;
    line-height: 1;
}
.comment-author img {
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    padding: 2px;
}
.comment-author a {
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-decoration: none;
    word-break: break-all;
}
.comment-meta {
    padding: 20px;
}
.comment-meta .intro {
    font-size: 14px;
    position: relative;
    margin-bottom: 25px;
}
.comment-meta .intro a {
    text-decoration: none;
}
.commentNumber {
    font-size: 150%;
    color: #bebcbd;
    position: absolute;
    top: -5px;
    right: 0;
}
.comment-body p {
    font-size: 14px;
    color: #545252;
}
.comment-meta .reply {
    text-align: right;
}
.comment-meta .reply a {
    font-size: 14px;
    text-decoration: none;
}

.list-tags {
    font-size: 12px;
    line-height: 25px;
    border-top: 1px solid #dcdbdb;
    margin-top: 20px;
    padding: 10px 0;
}

/* Page Stuff */
.title-wrapper {
    padding-bottom: 25px;
}

.wp-block-columns, .wp-block-column {
    height: auto;
}
.wp-block-cover {
    height: auto;
    min-height: 250px;
    box-shadow: 2px 2px 10px -5px #333;
    border-radius: 10px;
}
.wp-block-cover img {
    border-radius: 10px;
}
.wp-block-cover:before {
    border-radius: 9px;
}
.wp-block-cover a {
    text-decoration: none;
}
.wp-block-cover .button a {
    font-size: 15px;
}
.wp-block-cover h3 a {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
}
.wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
}

/* Sidebar Stuff */


/* Store Stuff */


/* Footer */
.feature-boxes {
    display: flex;
}
.feature-box {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 270px;
    margin: 40px 0;
    border: 2px dotted var(--pink);
    border-radius: 12px;
    box-shadow: 0 10px 20px -10px #333;
    transition: margin 300ms;
}
.feature-box:hover {
    margin-top: 20px;
}
.feature-box .box-inner {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background: rgb(51,51,51);
    background: linear-gradient(0deg, rgba(51,51,51,1) 25%, rgba(101,101,101,1) 100%);
    padding: 5px 0 10px;
    border-bottom: 2.5px solid #D9D4B8;
}
.feature-box .box-inner:after {
    content: '';
    position: absolute;
    top: calc(100% + 2.5px);
    right: 0;
    left: 0;
    background: var(--brown);
    height: 18px;
}
.feature-box a {
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.feature-box h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    color: #999;
    padding: 0 8px 0 30px;
    margin: 0;
}
.feature-box h2:before {
    content: '';
    height: 25px;
    width: 25px;
    position: relative;
    left: -5px;
    display: inline-block;
    background-image: url(img/title_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.feature-box h5 {
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-align: right;
    color: #999;
    padding: 0 10px 0 0;
    margin: 0;
}

.footer-logo-item img.alignnone {
	margin-bottom: 15px;
	width: 150px;
}
.footer-logo-item + .footer-logo-item img.alignnone {
	margin-bottom: 45px;
}

.classesbox {
    margin: 40px 5px 40px 10px;
}
.healingbox {
    margin: 40px 10px 40px 5px;
}

/* Shop */
.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    margin-top: -15px;
    padding-bottom: 15px;
}
.woocommerce-result-count, .woocommerce-ordering {
    display: none;
}

.sidebar .cat-item-157 {
    display: none;
}

.wfc_cart_basket:not(.widget) {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce ul.products li.product.product-category a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: calc(100% - 30px);
    overflow: hidden;
    height: 275px;
    padding: 15px;
    box-shadow: 0px 0px 12px -5px #ccc;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link:after, .woocommerce ul.products li.product.product-category a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    /* background: linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0) 80%); */
}
.woocommerce ul.products li.product a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
    /* filter: grayscale(); */
    transition: transform 2000ms;
    height: 100%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover img, .woocommerce ul.products li.product.product-category a:hover img {
    transform: scale(1.25);
}
.woocommerce ul.products li.product.product-category mark {
    background-color: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product a h2 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    z-index: 9;
    padding-bottom: 3px;
}
.woocommerce ul.products li.product .price {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
}

.woocommerce ul.products li.product .button {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    background: var(--green);
    margin-top: 5px;
}
/* .woocommerce ul.products li.product .button.product_type_variable, .woocommerce ul.products li.product .button.product_type_grouped {
    background: var(--brown);
} */
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button.product_type_variable:hover {
    background: var(--accent);
}

.woocommerce div.product p.price {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 18px;
    padding: 5px 16px 5px 12px;
    margin: 0 0 50px;
    position: relative;
    line-height: 25px;
    height: 26px;
    background-color: #e66fd7;
}
.woocommerce div.product p.price:before {
    border-style: solid;
    border-width: 18px;
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    border-color: transparent;
    border-left-color: #e66fd7;
}
.woocommerce div.product p.price:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: -3px;
    top: 15px;
    width: 6px;
}

.woocommerce div.product form.cart {
    margin-bottom: 50px;
}

/* Single Product */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 33%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 64%;
}

.woocommerce div.product div.images img {
    max-height: 315px;
    object-fit: cover;
    object-position: top center;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    line-height: 1.25;
    color: #333;
}
.woocommerce .quantity .qty {
    border: 1px solid #efefef;
    padding: 8px 2px;
    margin: 0;
}
.woocommerce div.product form.cart .button {
    background-color: var(--accent);
}
.woocommerce div.product form.cart .button:hover {
    background-color: var(--pink);
}
.product .product_meta {
    font-size: 14px;
    color: #aaa;
}

.woocommerce-Tabs-panel--description h2 {
    display: none;
}

.related.products {
    border-top: 1px solid #efefef;
    padding-top: 25px;
}
.related.products h2 {
    color: var(--dark);
    padding-bottom: 10px;
}

/* Cart */
.woocommerce-page table.cart td.actions .button {
    max-width: calc(100% - 32px);
	padding: 8px;
    margin-inline: 5px;
    vertical-align: middle;
    background-color: #a19551 !important;
    border: none;
/*     height: 38px; */
    color: #FFF;
    font-size: 16px;
	text-decoration: none;
}

/* WooCommerce Account Page */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 235px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 235px - 40px);
    padding-left: 40px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #efefef;
    border: 1px solid var(--green);
    border-radius: 5px 5px 50px 5px;
    padding: 8px 13px;
    color: var(--accent);
}
.woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation .is-active a {
    background: var(--green);
    color: #FFF;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 7px 6px 8px;
    margin: 1px 4px 0 0;
    min-width: 170px;
}

.woocommerce-checkout #payment ul.payment_methods {
    display: none;
}

.dashboard-wrapper {
    display: flex;
}
.dashboard-box {
    flex: 1;
}
.dashboard-box a {
    display: block;
    text-align: center;
    color: #FFF;
    border: 2px dotted var(--pink);
    background: var(--dark);
    margin: 25px 15px 45px;
}
.dashboard-box a:hover {
    background: var(--green);
}

.download-remaining, .download-expires {
    display: none;
}

.video-navigation {
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding-bottom: 7px;
    margin-bottom: 40px;
}
.video-navigation p {
    font-size: 16px;
    font-weight: bold;
    color: var(--accent);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 4px;
    margin-bottom: 15px;
    padding: 10px;
}
.video-navigation a.btn {
    display: inline-block;
    color: var(--dark);
    background: #eee;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.video-navigation a.btn:hover {
    background: #d6d6d6;
}
.video-product-wrapper iframe {
    max-width: 100%;
}

.video-product-wrapper {
    text-align: center;
}
.video-product-wrapper h4 {
    margin-bottom: 0;
}
.video-product-wrapper h4 a {
    font-weight: bold;
    text-decoration: none;
    color: var(--dark);
}
.video-product-wrapper .btn {
    display: inline-block;
}

/* Calendar */
.tribe-block__venue {
	display: none;
}
.tribe-events .tribe-events-header--has-event-search {
    border-top: 1px solid #d5d5d5;
    margin-bottom: 30px !important;
    padding-top: 50px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}
.tribe-events-calendar-list {
    z-index: 0;
    position: relative;
}
.tribe-events-c-top-bar__datepicker-time {
    font-size: 16px;
}

.tribe-block__events-link .tribe-block__btn--link a {
    background-color: var(--brown);
    border: none;
    color: #fff;
}
.tribe-block__events-link .tribe-block__btn--link a:hover {
    background-color: var(--green);
    text-decoration: none;
}
.tribe-block__events-link .tribe-block__btn--link a img {
    filter: grayscale() brightness(100);
}

.tribe-tickets__item .tribe-formatted-currency-wrap, .tribe-tickets__item__content__title {
    font-size: 16px !important;
    align-self: center !important;
}

.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled, .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
    background-color: var(--pink) !important;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover,
.tribe-common a.tribe-common-c-btn--small, .tribe-common button.tribe-common-c-btn--small, .tribe-common input[type=button].tribe-common-c-btn--small, .tribe-common input[type=submit].tribe-common-c-btn--small {
    background-color: var(--accent) !important;
}

.tribe-common a.tribe-common-c-btn-link, .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type=button].tribe-common-c-btn-link, .tribe-common input[type=submit].tribe-common-c-btn-link {
	color: #FFF !important;
	border-radius: 4px;
	text-decoration: none !important;
	font-weight: bold !important;
}

.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn-link:hover, .tribe-common button.tribe-common-c-btn-link:hover, .tribe-common input[type=button].tribe-common-c-btn-link:hover, .tribe-common input[type=submit].tribe-common-c-btn-link:hover {
    background-color: var(--green) !important;
	color: #FFF !important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: var(--accent);
}

.tribe-events-sub-nav a, .tribe-events-c-top-bar__today-button {
    color: var(--dark) !important;
}

.tribe-common .tribe-common-cta--thin-alt {
    border-bottom: 1px solid var(--accent);
}
.tribe-common .tribe-common-cta--thin-alt:active, .tribe-common .tribe-common-cta--thin-alt:focus, .tribe-common .tribe-common-cta--thin-alt:hover {
    color: var(--accent);
    border-bottom: 1px solid var(--pink);
}
.tribe-events .tribe-events-c-ical__link {
    border: 1px solid var(--accent);
    color: var(--accent);
}

.entry .entry-content .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-divider, .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-divider {
	margin-left: 16px;
}

.woocommerce-checkout div#payment div.payment_box::after {
    display: none;
}

/* Calendar List Override */
.tribe-events-calendar-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col, .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col.tribe-events-calendar-list__event-featured-image-wrapper {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col:before {
    content: '';
    position: absolute;
    background-image: url(img/site-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 62px;
    width: 68px;
    top: -36px;
    left: calc(50% - 34px);
    z-index: 9;
    filter: drop-shadow(0 0 5px #fff);
}

.tribe-events .tribe-events-calendar-list__event-row, .tribe-events .tribe-events-calendar-list__event {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.tribe-events .tribe-events-calendar-list__event {
    padding-top: 45px;
    padding-bottom: 25px;
}
.tribe-events .tribe-events-calendar-list__event-row {
    border: 1px solid #e8e8e8;
    margin-top: 10px !important;
    flex-direction: column;
}
.tribe-events .tribe-events-calendar-list__event-wrapper {
    width: auto;
    padding: 0;
    height: 100%;
}
.tribe-events .btn.tribe-list-button {
    text-align: center;
}

.tribe-events-calendar-list__event-datetime-wrapper {
    font-weight: bold !important;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events .tribe-events-calendar-list__event-details {
    width: 100% !important;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    margin-top: -45px;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-link {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.tribe-events .tribe-events-calendar-list__event-details p {
    font-size: 14px;
}
.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
    font-size: 20px;
    line-height: 1.25;
}
.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin-bottom: 40px !important;
}

.content-wrapper .tribe-events .tribe-events-c-top-bar__today-button, .tribe-events-cal-links, .tribe-block__events-link {
	display: none !important;
}

.tribe-events-c-top-bar.tribe-events-header__top-bar, .tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--today {
    display: none !important;
}
.tribe-events .tribe-events-header {
    z-index: 999;
}

.tribe-events-calendar-list__event-description.tribe-common-a11y-hidden {
    display: block !important;
    visibility: visible !important;
}

/* Footer */
footer {
    background: linear-gradient(180deg, rgba(161,149,81,1) 0%, rgba(255,255,255,1) 80%);
    padding: 30px 0;
    border-top: 2px dotted var(--pink);
}
footer h4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
footer h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 2px;
    background-color: var(--brown);
}
footer p, footer a {
    font-size: 15px;
}
footer a {
    color: #333;
    text-decoration: none;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer li {
    line-height: 1;
    margin-bottom: 17px;
}
footer input[type="text"] {
    border: 1px solid var(--green);
    height: 28px;
    padding: 1px 5px;
}

.footer-wrapper .inner-top {
    display: flex;
    grid-gap: 50px;
	justify-content: space-between;
}
.footer-wrapper .inner > .widget:first-child {
    padding-right: 25px;
    border-right: 2px dotted #cd6aa8;
}
.footer-wrapper a:hover {
    color: #333;
}

footer .social-label {
    font-weight: bold;
    color: #737373;
}
footer .social-links a {
    color: #000;
}

@media screen and (max-width: 1115px){
    .tribe-events-calendar-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1040px){
    .feature-box h2 {
        font-size: 30px;
    }
    .has-sidebar {
        display: block;
        padding: 0;
    }
    .sidebar {
        margin-top: 60px;
    }
}
@media screen and (max-width: 980px){
    .archive-post-content figure {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-header, .mobile-slide-inner {
        display: block;
    }
    .nav-wrapper {
        background: var(--dark); 
        padding: 0;
        border-bottom: 0;
    }

    .menu-inner-wrapper, .primary-info {
        display: none;
    }
    .main-menu {
        display: block;
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .main-menu li {
        display: block;
        text-align: center;
    }
    .main-menu a {
        padding: 15px 0;
    }
    .main-menu .menu-item-has-children > a {
        padding-right: 0;
    }
    .main-menu .sub-menu {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        min-width: 0;
        padding: 10px 0 8px;
    }
    .main-menu .sub-menu li {
        margin-bottom: 5px;
    }
    .cart-wrapper li.cart {
        max-width: 220px;
        margin-top: 7px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    }

    .hero {
        margin-top: 0;
        min-height: 280px;
        border-bottom: 2px solid var(--brown);
    }
    .home .hero {
        border-bottom: 0;
    }
    .hero-inner {
        top: 80px;
        padding: 0;
        width: 100%;
    }

    .slide {
        padding-bottom: 100px;
        height: calc(100% + 100px);
    }
    .slide-inner-content {
        border: 2px dotted #e8e8e8;
        margin-left: auto;
        margin-right: auto;
    }
    .slide-content {
        position: relative;
        top: 15px;
        bottom: auto;
        right: -100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .slide.slick-current .slide-content {
        right: 0;
    }
    .slick-dots {
        margin-top: -40px;
    }
    .slick-track {
        display: flex !important;
        border-bottom: 2px solid var(--brown);
    }
    .slick-slide {
        height: inherit !important;
    }
    .newsletter-wrapper {
        display: none;
    }

    .home .content-wrapper {
        padding-top: 35px;
    }

    .early-break {
        display: block;
    }
    .early-break .wp-block-column {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 920px){
    .feature-boxes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 20px 0;
    }
    .reikibox, .healingbox {
        margin: 15px 10px 15px 0;
    }
    .classesbox, .shopbox {
        margin: 15px 0 15px 10px;
    }
    .feature-box:hover {
        margin-top: 15px;
    }

    .footer-wrapper .inner-top {
        flex-wrap: wrap;
        grid-gap: 30px;
		justify-content: center;
    }
    .footer-wrapper .inner-top > div:last-child {
        grid-area: 2 / 1 / span 1 / span 3;
    }
    footer input[type="text"] {
        margin-left: 0;
    }
    .footer-wrapper .inner-bottom {
        padding-top: 25px;
    }
}
@media screen and (max-width: 820px){
    .tribe-common .tribe-common-a11y-hidden.tribe-events-c-top-bar__nav {
        display: block!important;
        visibility: visible;
    }
}
@media screen and (max-width: 780px){
    .tribe-events-calendar-list {
        grid-template-columns: 1fr;
    }
}

.d-mobile {
	display: none;
}
.d-desktop {
	display: block;
}

@media screen and (max-width: 768px){
	.d-mobile {
		display: block;
	}
	.d-desktop {
		display: none;
	}
	
	.filter-dark img {
		filter: brightness(0);
	}
	
    .callout-box-inner {
        padding: 30px 25px 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 190px;
    }
    .woocommerce-MyAccount-navigation a {
        font-size: 14px;
        padding: 5px 8px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: calc(100% - 190px - 30px);
        padding-left: 30px;
        float: left;
    }

    .checkout-button.button.alt.return {
        margin-bottom: 10px;
    }

    .archive-post-info {
        clear: both;
    }

    .footer-wrapper .inner-top {
        grid-template-columns: 1fr 1fr;
    }
    .footer-wrapper .widget:first-child {
        padding-right: 0;
        border-right: 0;
        grid-area: 1 / 1 / span 1 / span 2;
    }
    .footer-wrapper .inner-top > div:last-child {
        grid-area: 2 / 1 / span 1 / span 2;
    }
}
@media screen and (max-width: 635px){
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation li {
        display: inline-block;
    }
    .woocommerce-MyAccount-navigation a {
        padding: 5px 18px 5px 8px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 465px){
    .feature-boxes {
        grid-template-columns: 1fr;
    }
    .reikibox, .healingbox, .classesbox, .shopbox {
        margin: 15px 0;
    }

    .footer-wrapper .inner-top {
        grid-template-columns: 1fr;
    }
    .footer-wrapper .widget:first-child {
        grid-area: 1 / 1 / span 1 / span 1;
    }
    .footer-wrapper .inner-top > div:last-child {
        grid-area: 2 / 1 / span 1 / span 1;
    }
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 3em;
    }
}

/* Remove default bullets */
body.postid-20486 ul.wp-block-list,
body.postid-20486 ul.wp-block-list li {
    list-style: none !important;
}

/* Remove browser marker bullets */
body.postid-20486 ul.wp-block-list li::marker {
    content: "" !important;
}

/* Position for custom bullet */
body.postid-20486 ul.wp-block-list li {
    position: relative;
    padding-left: 32px !important;
}

/* Custom bullet icon */
body.postid-20486 ul.wp-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("https://msi-healing.com/wp-content/uploads/2026/02/MSI-Logo-Bullet.png");
    background-repeat: no-repeat;
    background-size: contain;
}
