/*
Theme Name: Laxity
Theme URI: https://speciatheme.com/laxity-free/
Author: Specia
Author URI: https://speciatheme.com/
Description: Laxity is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. Laxity comes with everything you could ever need to build an amazing website, and it's perfect for any type of business! View the demo of Laxity Premium https://demo.speciatheme.com/pro/?theme=laxity
Template: specia
Version: 16.1
Tested up to: 6.8
Requires PHP: 5.6
Requires at least: 4.7
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: laxity
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.entry-content a, .comment-content a, .widget_text a, strong a, blockquote a, code a, p a{
    color: #92003b;
    text-decoration: underline;
}

.entry-content .more-link {
    text-decoration: none;
}

section.footer-copyright p a {
    color: #92003b;
}

.sidebar .widget input[type="submit"]:hover,
.sidebar .widget input[type="submit"]:focus,
.sidebar .wp-block-search .wp-block-search__button:hover,
.sidebar .wp-block-search .wp-block-search__button:focus {
    background: #92003b;
    border-color: #92003b;
}

.features-version-one .feature-box-info h4 {
    color: #92003b;
}

/*---------------------------------------------
    Header Laxity (nav-laxity)
---------------------------------------------*/

.nav-laxity .header-widget-info {
    border: 0;
}

.nav-laxity .menubar,
.nav-laxity .header-top-info,
.nav-laxity .header-widget-info {
    background-color: #fff;
}

.nav-laxity .menu-right {
    flex: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.nav-laxity .navigator-wrapper {
    margin-bottom: -35px;
}

.nav-laxity .navigation {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.nav-laxity .menubar {
    border-radius: 8px;
    padding-right: 1.25rem;
}

.nav-laxity .menubar:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
    height: 100%;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.nav-laxity .menubar .menu-wrap {
    float: left;
}

.get-info-box ul.wrap-right {
    padding-left: 50px;
    height: 100%;
    margin: 0;
}

.get-info-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.get-info-box:before {
    content: '';
    position: absolute;
    top: 0;
    /*width: 100vh;*/
    width: 3000px;
    height: 100%;
    border: 1px solid transparent;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.nav-laxity .navigation .menu-wrap > li > a {
    line-height: 72px;
}

.nav-laxity .navigation .menu-wrap > li:not(:last-child):before {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 32px;
    right: 0;
    top: 20px;
}

.nav-laxity .navigation .menu-wrap > li.dropdown > a:after {
    visibility: hidden;
}

/*---------------------------------------
    Slider Eleven
-----------------------------------------*/
.slider-section-eleven .specia-content {
    padding: 25px;
    background-color: rgb(255 255 255 / 0.8);
    border-width: 0;
    border-style: solid;
    overflow: hidden;
    box-shadow: 0 3px 25px -3px rgb(0 0 0 / 0.5);
}

.slider-section-eleven .text-left .specia-content {
    border-left-width: 8px;
}

.slider-section-eleven .text-center .specia-content {
    border-top-width: 8px;
}

.slider-section-eleven .text-right .specia-content {
    border-right-width: 8px;
}

.slider-section-eleven .specia-content h1 {
    font-size: 50px;
    font-weight: 900;
}

.slider-section-eleven .specia-content h6 {
    position: relative;
    display: inline-block;
}

.slider-section-eleven .text-left .specia-content h6 {
    padding-right: 60px;
}
.slider-section-eleven .text-center .specia-content h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.slider-section-eleven .text-right .specia-content h6 {
    padding-left: 60px;
}

.slider-section-eleven .specia-content h6:after {
    content: "";
    position: absolute;
    top: 8px;
    width: 50px;
    height: 3px;
    z-index: 0;
}

.slider-section-eleven .text-left .specia-content h6:after {
    right: 0;
}
.slider-section-eleven .text-center .specia-content h6:after {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slider-section-eleven .text-right .specia-content h6:after {
    left: 0;
}

.slider-section-eleven .slider-btn-play .video-text,
.slider-section-eleven .specia-content h6,
.slider-section-eleven .specia-content h1,
.slider-section-eleven .specia-content p {
    color: #222222;
}

.slider-section-eleven .owl-dots .owl-dot {
    height: 7px;
    width: 14px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    background: #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    overflow: hidden;
}

.slider-section-eleven .owl-dots .owl-dot {
    margin-left: 8px;
}

.slider-section-eleven .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.slider-section-eleven .owl-dots .owl-dot.active {
    border: none;
}

.slider-section-eleven .owl-dots .owl-dot span {
    display: none;
}

@media (min-width: 768px) {
    .slider-section-eleven .owl-dots {
        position: absolute;
        right: auto;
        width: auto;
        left: 10px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 100;
    }
    .slider-section-eleven .owl-dots .owl-dot {
        display: block;
        height: 14px;
        width: 7px;
        margin-bottom: 8px;
        margin-left: 0;
    }
    .slider-section-eleven .owl-dots .owl-dot:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .slider-section-eleven .specia-content {
        padding: 12px 12px;
    }
    .slider-section-eleven .specia-content p {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .slider-section-eleven .specia-content h1 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .slider-section-eleven .text-left .specia-content h6 {
        padding-right: 40px;
    }
    .slider-section-eleven .text-right .specia-content h6 {
        padding-left: 40px;
    }
    .slider-section-eleven .specia-content h6:after {
        top: 5px;
        width: 35px;
        height: 2px;
    }
    .slider-section-eleven .owl-dots {
        left: 4px;
    }
    .slider-section-eleven .text-left .specia-content {
        border-left-width: 3px;
    }
    .slider-section-eleven .text-right .specia-content {
        border-right-width: 3px;
    }
    .slider-section-eleven .text-center .specia-content {
        border-top-width: 3px;
    }
}

/*---------------------------------------
    Eleven Version
-----------------------------------------*/

.call-to-action-eleven .background-overlay {
    background-color: rgb(255 255 255 / 92%);
    height: 100%;
}

.call-to-action-eleven .background-overlay .row {
    min-height: 250px;
    align-content: center;
}

.call-to-action-eleven .col-md-9, .call-to-action-eleven .col-md-3 {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.call-to-action-eleven h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.call-to-action-eleven h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom-width: 4px;
    border-bottom-style: dotted;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.call-to-action-eleven .subtitle {
    font-size: 75%;
    font-weight: 500;
    margin-bottom: 6px;
}

.call-to-action-eleven .subtitle span {
    color: #393939;
    text-transform: capitalize;
}

.call-to-action-eleven .call-wrapper {
    margin-right: 12px;
}

.call-to-action-eleven .cta-or {
    margin-right: 12px;
}

.call-to-action-eleven .call-icon-box {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.call-to-action-eleven .call-title,
.call-to-action-eleven .call-phone a {
    color: #222222;
}

.call-to-action-eleven .call-btn-1 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.call-to-action-eleven .call-btn-1:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
     -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
@media (max-width: 575px) {
    .call-to-action-eleven .call-wrapper,
    .call-to-action-eleven .call-btn-1 {
        margin-top: 12px;
    }
}
.post_date {
    background: #92003b;
}

.post_date h6 {
   color: #ffffff;
}

/*---------------------------------------
    Eleven Services
-----------------------------------------*/
.eleven-service-box {
    width: 100%;
    position: relative;
    transition: all 500ms ease-in-out;
}

.eleven-service-box:hover,
.eleven-service-box:focus-within {
    margin-top: -6px;
    padding-bottom: 6px;
}

.bdt-advanced-icon-box {
    text-align: left;
    min-height: 408px;
    padding: 46px 50px 52px;
    background-color: #ffffff;
    background-image: url('images/decor3.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 8px 16px 0px rgb(9 17 26 / 15%);
    position: relative;
    z-index: 0;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.eleven-service-box:hover .bdt-advanced-icon-box,
.eleven-service-box:focus-within .bdt-advanced-icon-box {
    box-shadow: 0px 16px 32px 0px rgb(255 73 73 / 25%);
}

.bdt-advanced-icon-box:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.eleven-service-box:hover .bdt-advanced-icon-box:before,
.eleven-service-box:focus-within .bdt-advanced-icon-box:before {
    background: transparent;
}

.bdt-advanced-icon-box-icon {
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.bdt-advanced-icon-box .bdt-icon-wrapper {
    display: inline-block;
    line-height: 1;
    transition: all 350ms cubic-bezier(.24, .85, .58, 1);
    color: #818a91;
    height: auto;
    text-align: center;
    position: relative;
    background-image: url('images/decor2.svg');
    background-position: center left;
    background-repeat: no-repeat;
    padding: 19px 24px 0px 10px;
    font-size: 60px;
    width: 60px;
    transform: rotate(0deg);
    box-sizing: content-box !important;
}

.eleven-service-box:hover .bdt-advanced-icon-box .bdt-icon-wrapper,
.eleven-service-box:focus-within .bdt-advanced-icon-box .bdt-icon-wrapper {
    background-image: url('images/decor1.svg')!important;
}

.bdt-advanced-icon-box .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
}

.eleven-service-box:hover .bdt-icon-wrapper:after,
.eleven-service-box:focus-within .bdt-icon-wrapper:after {
    opacity: 1;
    background-color: rgb(80 85 89 / 0%);
    background-image: url('images/decor1.svg');
    background-position: center left;
    background-repeat: no-repeat;
}

.bdt-advanced-icon-box .bdt-icon-wrapper i,
.bdt-advanced-icon-box .bdt-icon-wrapper img {
    position: relative;
    display: block;
    transition: transform 350ms cubic-bezier(.24, .85, .58, 1);
    z-index: 1;
}

.bdt-advanced-icon-box p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
}

.bdt-advanced-icon-box-title {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 28px;
}

.eleven-service-box:hover .bdt-advanced-icon-box .bdt-icon-wrapper i,
.eleven-service-box:hover .bdt-advanced-icon-box-content .bdt-advanced-icon-box-title a,
.eleven-service-box:hover .bdt-advanced-icon-box-content .bdt-advanced-icon-box-title,
.eleven-service-box:focus-within .bdt-advanced-icon-box .bdt-icon-wrapper i,
.eleven-service-box:focus-within .bdt-advanced-icon-box-content .bdt-advanced-icon-box-title a,
.eleven-service-box:focus-within .bdt-advanced-icon-box-content .bdt-advanced-icon-box-title {
    color: #ffffff;
}

.bdt-advanced-icon-box-sub-title {
    margin-top: -20px;
    margin-bottom: 17px;
    font-size: 16px;
    transition: all .25s ease;
}

.eleven-service-box:hover .bdt-advanced-icon-box-sub-title,
.eleven-service-box:focus-within .bdt-advanced-icon-box-sub-title {
    opacity: 0;
}

.bdt-advanced-icon-box-description {
    opacity: 0;
    margin-bottom: 0px;
    position: relative;
    top: -5px;
}

.eleven-service-box:hover .bdt-advanced-icon-box p,
.eleven-service-box:focus-within .bdt-advanced-icon-box p {
    color: #ffffff;
}

.eleven-service-box:hover .bdt-advanced-icon-box-content .bdt-advanced-icon-box-description,
.eleven-service-box:focus-within .bdt-advanced-icon-box-content .bdt-advanced-icon-box-description {
    color: #ffffff;
    opacity: 1;
}

.bdt-advanced-icon-box-readmore {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: -15px;
    display: inline-block;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 26px;
    padding-right: 53px;
    transition: all 300ms ease-in-out;
}

.bdt-advanced-icon-box-readmore:hover,
.bdt-advanced-icon-box-readmore:focus {
    padding-right: 0px;
    padding-left: 53px;
}

.bdt-button-icon-align-right {
    margin-left: 16px;
    position: absolute;
    top: 2px;
    right: 0;
    float: right;
}

.eleven-service-box:hover .bdt-button-icon-align-right,
.eleven-service-box:focus-within .bdt-button-icon-align-right {
    top: 0;
    width: 38px;
    height: 26px;
    background: url('images/decor2.svg') no-repeat;
    background-position-y: center;
}

.eleven-service-box:hover .bdt-advanced-icon-box-readmore svg,
.eleven-service-box:focus-within .bdt-advanced-icon-box-readmore svg {
    fill: #ffffff;
}

.eleven-service-box:hover .bdt-advanced-icon-box-readmore,
.eleven-service-box:focus-within .bdt-advanced-icon-box-readmore {
    color: #ffffff;
}

.bdt-advanced-icon-box-readmore:hover .bdt-button-icon-align-right,
.bdt-advanced-icon-box-readmore:focus .bdt-button-icon-align-right {
    left: 0;
    right: unset;
    float: left;
    margin-left: 0!important;
    margin-right: 16px!important;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-portfolio12 {
    background: #030c17;
}

figure.effect-portfolio12 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-portfolio12 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

figure.effect-portfolio12 h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

figure.effect-portfolio12 p {
    color: #ffffff;
    padding: 1em 3.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-portfolio12:hover h2,
figure.effect-portfolio12:focus-within h2 {
    margin-top: 5%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-portfolio12:hover figcaption::before,
figure.effect-portfolio12:focus-within figcaption::before,
figure.effect-portfolio12:hover p,
figure.effect-portfolio12:focus-within p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    padding-top: 0;
}

figure.effect-portfolio12:hover figcaption,
figure.effect-portfolio12:focus-within figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-portfolio12:hover img,
figure.effect-portfolio12:focus-within img {
    opacity: 0.4;
}


/*---------------------------------------
    Search Result
-----------------------------------------*/ 

.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 24px;
    border-radius: 30px;
    display: table-cell;
    float: left;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.page-wrapper .posts-navigation a:hover {
    color: #fff;
}

.page-wrapper .posts-navigation .nav-next {
    float: right;
}


.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus  {
    color: #92003b;
    background: #fff;
}

.wp-block-table figcaption {
    text-align: center;
}

.wp-block-image figcaption {
    text-align: center;
    font-weight: 600;
}

.wp-block-loginout a{
	text-decoration:none;
}

.entry-content .more-link:hover,
.entry-content .more-link:focus{
	color:#ffffff;
}  

.select2-container--default .select2-selection--single {
    min-height: 2.35em;
}    


.logo img {
    max-width: 200px;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    background: #ffffff;
}

.footer-sidebar .widget .woocommerce-product-search button:not(:hover):not(:focus) {
    color: #fff;
    border: solid 2px #fff;
    background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.35em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.35em;
}    

.wp-block-buttons {
    margin: 15px 0;
}

.page-wrapper .wp-block-latest-comments {
    padding-left: 0;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

h2.entry-title a,
.entry-content p {
    word-break: break-word;
}

.footer-sidebar .wp-block-file a {
    color: #fff;
}

ol.wp-block-latest-comments li a {
    word-break: break-word;
}

.wp-block-embed figcaption {
    text-align: center;
}

.wp-block-code code img {
    display: inline-block;
    margin-left: 10px;
}

.wp-block-pullquote.has-background blockquote {
    background: inherit;
}

.woocommerce ul.products li.product .button.product_type_external {
    width: 100%;
}

p.has-text-color em {
    color: inherit;
}

.site-content .wp-block-group.has-background {
    padding: 0 20px;
}

.wp-block-group em {
    color: inherit;
}

.wp-block-table figcaption {
    font-weight: 600;
}

.has-text-color em,
.has-text-color h2 {
    color: inherit;
}

a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
    color: #fff;
}

.has-text-color * {
    color: inherit;
}

.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}

.wp-block-pullquote.has-text-color blockquote {
    border-color: inherit;
}    

blockquote {
    border-color: inherit !important;
}

.has-background.wp-block-read-more {
    padding: 5px 10px;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.wp-block-avatar img {
    border-radius: 50%;
}

.wp-block-image figcaption {
 	margin-bottom: 0;
}

blockquote.wp-block-quote.has-text-color p,
blockquote.wp-block-quote.has-text-color p var,
blockquote.wp-block-quote.has-text-color p cite,
blockquote.wp-block-quote.has-text-color cite {
	color: inherit;
}

.wp-block-table figcaption {
     text-align: center;
 	}
.sidebar .widget .wp-block-group .wp-block-image {
 margin-bottom: 0;
}

ul.wp-block-rss {
 	list-style: disc;
}

.has-text-color a:hover, .has-text-color a:focus {
	color: inherit;
}

.entry-content ul:last-child {
	margin-bottom: 0;
}
.wp-block-code.has-text-color code {
	color: inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
 	padding: 0;
 }
 
 sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	padding-top: 0.5rem;
 	padding-bottom: 0.5rem;
 	font-size: 0.875rem;
 }
 
 /*wp-Block-RSS*/
ul.wp-block-rss {
 	list-style: none;
 	margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
	margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
	margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
 	font-weight: 600;
}

.wp-block-quote.is-style-large {
	padding-top: 1.10rem;
	padding-bottom: 1.10rem;
}

.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
        padding: 1.563rem 1.000rem 1.563rem;
}

.widget .wp-block-group .is-vertical a {
    color: inherit;
}

.entry-content ol.wp-block-latest-comments {
	padding-left: 2rem;
}

.wp-block-table figcaption {
  text-align: center;
}

.post .entry-content ul.wp-block-archives {
	margin-left: 1.125rem;
	list-style: disc
}

.wp-block-code.has-background code {
	background: inherit;
}

.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
	 padding: 1.563rem 1.000rem 1.563rem;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
     width: auto;
}

.widget .wp-block-group .wp-block-columns {
	margin-bottom: 0;
}

.widget .wp-block-group .wp-block-rss li:last-child {
    padding-bottom: 0;
}

ul.wp-block-page-list a {
  text-decoration: none;
}

.sidebar .wp-block-group .is-nowrap {
 margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
	font-weight: 600;
	line-height: 1.5;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	height: 2em;
	width: 2em;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
	border-left: 0 none;
}

.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
	text-decoration: none;
}

.wp-block-verse {
  padding: 10px;
}

.wp-block-calendar .wp-calendar-nav {
 	    position: relative;
	    top: 0;
 	    left: 0;
	    width: 100%;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
	padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-embed {
	margin: 0;
}

.sidebar .widget .wp-block-group ol li {
	padding-bottom: 0.625rem;
}

.wp-block-details summary {
 	font-weight: 600;
 	padding: 10px;
}

a.wc-block-grid__product-link {
 text-decoration: none;
 }
 
.wp-block-latest-posts__post-author {
 	font-size: 1.7rem;
 	font-weight: 600;
}   

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
	color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
	margin-bottom: 0rem;
}

.wp-block-quote .wp-block-search {
	padding-bottom: 5px;
}

.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
	color: inherit;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.sidebar .widget .wp-block-group .is-nowrap {
	margin: 1.563rem 1.000rem 1.563rem;
}

.wp-block-post-title a {
	text-decoration: none;
}

.wp-block-details summary {
	font-weight: 600;
}

.wp-block-group.has-black-border-color {
	border-color: #333 !important;
}

.widget .wp-block-group .wp-block-preformatted a {
	color: inherit;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
   text-decoration: none;
}

.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
 	   color:inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
	padding: 0;
}

.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
    margin-left: 0;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
	font-weight: 600;
	line-height: 1.5;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
	color: inherit;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
}

.widget .wp-block-heading:before {
	left: 0;
	top: 0;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
	font-weight: 700;
	font-size: 24px;
}

.wc-block-components-checkout-place-order-button{
	background: inherit;
}

.widget .wp-block-social-links {
   margin-bottom: 0;
}

.wp-block-latest-comments article{
	margin-bottom: 0px;
}

.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link {
	color: #fff;
}

button.wp-block-search__button.wp-element-button:hover,
button.wp-block-search__button.wp-element-button:focus{
    border: 2px solid;
}

.wc-block-components-totals-coupon__content button.components-button {
	border-radius: 4px;
}

.wp-block-code code img {
	padding: 10px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
	text-decoration: none;
}

.wc-block-cart-items td {
	color: inherit;
}

.wc-block-components-totals-coupon__content button.components-button {
	border-radius: 0;
}

ul.wp-block-page-list a {
	text-decoration: none;
}

.wc-block-featured-category__link .wp-block-button__link:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
	color: inherit;
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 1.4rem;
}

.wp-block-group .wp-block-details p {
	margin-top: 1rem;
    padding-top: 1rem;
}

.woocommerce table.shop_attributes td {
    text-decoration: none;
}

.wc-block-cart-items th {
	color: inherit;
}

.wp-block-latest-posts__post-author {
	font-size: 18px;
 	font-weight: 600;
}

.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date{
	padding-bottom: 1.2rem;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
	text-decoration: none;
}

.widget .wp-block-group pre.wp-block-preformatted {
    background: rgba(26, 26, 26, 0.8);
    color: #ddd;
}

.sidebar .widget .wp-block-file .wp-block-file__button {
	background-color: #1b8415;
}

.wp-block-social-links .wp-social-link:last-child {
 	margin-bottom: 8px;
}

.wp-block-code.has-background code {
	background: inherit;
}

.wc-block-mini-cart__footer-checkout:focus {
	background-color: inherit;
	color: #fff;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
	text-decoration: none;
}

.wc-block-mini-cart__badge {
	color: inherit;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	line-height: 16px;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
	font-size: 1.2rem;
	text-decoration: none;
}

.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
	font-size: 16px;
	line-height: 20px;
}

.wp-block-file.has-background {
	padding: 0.5rem;
}

.wc-block-cart-item__remove-link {
	text-decoration: none !important;
}

a.wp-block-latest-posts__post-title {
	 text-decoration: none;
}

.wp-block-latest-comments__comment a {
	text-decoration: none;
}

.has-background.wp-block-read-more {
	padding: 0.25em 1.375em;
}

.wc-block-components-product-badge {
    font-size: 1rem !important;
}

.wc-block-components-totals-coupon-link {
	text-decoration: none;
}

.wc-block-grid__product-price.price ins {
 	line-height: 18px;
}

.wc-block-components-product-badge {
    text-decoration: none;
}

.wp-block-file a {
	line-height: 18px;
}

.wc-block-components-totals-coupon-link {
    line-height: 18px;
}

.wp-block-comment-author-name a {
    color: inherit;
}

.widget .wp-block-heading:after {
	background: inherit;
}

.wp-block-comment-date span a {
    color: inherit;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	text-decoration: none;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover	{
	color: #fff;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus	{
	color: #fff;
}

.wp-block-page-list a:hover,.wp-block-page-list a:focus {
	color: inherit;
}

.wp-block-page-list {
	list-style: none;
}

.wp-block-page-list a {
	font-weight: 600;
}

.wp-block-social-links .wp-social-link:last-child {
	margin-bottom: 10px;
}

.wp-block-social-links .wp-social-link a {
	box-shadow: none;
}

.wp-block-calendar table th {
	font-weight: 600;
}

.widget .wp-block-read-more {
	font-weight: 500;
}

.entry-content blockquote cite a:hover,
.entry-content blockquote cite a:focus {
	text-decoration: underline;
}

.widget .wp-block-group ul li a {
	text-decoration: none;
}

.wp-block-list.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-preformatted.has-background {
	padding: 1em;
}

.sidebar .widget .wp-block-group .is-vertical a {
	color: inherit;
}

.footer-sidebar .widget.widget_block .wp-block-group p a {
	color: inherit;
}

.wp-block-page-list.has-background {
	padding: 1rem;
}

.wp-block-page-list p a {
	padding: 1rem;
}

.wp-block-post-author img {
    border-radius: 100%;
}

a.wp-block-button__link:focus {
	color: #fff;
	text-decoration: none;
}

.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}

.post .wp-block-archives li {
	padding-bottom: 0.625rem;
}

.widget .wp-block-embed .wp-element-caption a {
	color: inherit;
}

.sidebar .widget .textwidget a span{
	color: inherit;
}

.wp-block-file .wp-block-file__button {
   text-decoration: none;
   border: none;
}

select:focus,
.form-control:focus {
	border-color: rgb(255, 33, 79);
	box-shadow: 0 0 5px rgba(255, 33, 79, 1);
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
	z-index: 0;
}

.sidebar .widget .wp-block-group .wp-block-embed {
	margin: 0;
}