/*
Theme Name: SpaCare
Theme URI: https://burgerthemes.com/spacare-free/
Author: burgersoftware
Author URI: https://burgerthemes.com/
Description: Spacare is an innovative responsive multi-purpose WordPress theme with a super modern, clean and fresh design. SpaCare has the most suitable everything for all engaging business sites, the theme is extremely feature-rich and powerful. Checkout Pro Version https://burgerthemes.com/demo/pro/spacare/
Template: spabiz
Version: 1.8
Tested up to: 6.3
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: spacare
Slug: spacare
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

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.

*/

:root{
	--primary-color: #EC5598;
	--dark: #242526;
}

.scrollingUp{
	bottom: 90px;
	border-color: var(--primary-color);
}

.section-title p {
    color: #242424;
}

.section-title .subtitle,.scrollingUp{
	color: var(--primary-color);
}

/* START: HEADER SECTION */
.header-three .main-navigation:not(.is-sticky-menu) .logo img{
	padding: 0 20px;
}

.main-mobile-nav{
	background-color: #121314;
}

.woocommerce-mini-cart__empty-message{
	margin-bottom: 0;
}

.main-mobile-nav .contact-info .text a {
    color: var(--dark);
}

#wpadminbar ~ .site#page .is-sticky-menu{
	top: 32px;
}

@media (max-width: 599px){
	.main-mobile-build .header-close-menu {
		position: relative;
		margin: 5px 5px 5px auto;
		left: 0;
	}
}
/* END: HEADER SECTION */


/* START: SLIDER SECTION */
.slider-three .item img{
	object-fit: cover;
}
/* END: SLIDER SECTION */


/* START: BLOG SECTION */
a.post-hover img{
	object-fit: cover;
}

.post-items a.post-hover{
	border-radius: 10px;
}
/* START: BLOG SECTION */


/* START: BREADCRUMB SECTION */
.breadcrumb-area{
	padding-top: 250px;
}
/* END: BREADCRUMB SECTION */


/* START: FOOTER SECTION */
.footer-section .widget_categories ul{
	padding: 0;
}

.footer-copyright .widget-nav-menu{
	margin-bottom: 0!important;
}
/* END: FOOTER SECTION */

/* START: WIDGETS SECTION */
#today a, #today a:hover, #today a:focus{
	color: #ffffff;
	text-decoration: none;
}
/* END: WIDGETS SECTION */

ul.wp-block-social-links li a:before {
    content: none !important;
}
ul.wp-block-social-links li a {
    padding: 0.25rem !important;
}

/*wp block button*/
.wp-block-button a.wp-block-button__link {
    border-color: inherit;
}

/*wp block latest comments*/
.post-section .wp-block-latest-comments {
    padding: 0;
}
