/*
Theme Name: Hairmitage
Version: 1.0
Description: A child theme of Blossom Spa
Template: blossom-spa
Author: Администратор
*/
@import url("../blossom-spa/style.css");
/* Your awesome customization starts here */

.grecaptcha-badge { 
    visibility: hidden !important;
}

:root {
	--primary-color: #1e2f1d;
	--primary-color-rgb: 156, 190, 156;
	--primary-font: 'Nunito Sans', sans-serif;
	--secondary-font: 'Marcellus', sans-serif;
	--banner-font: 'Segoe Script', sans-serif;
}

body {
	background: #F7EBD7;
	/* Fallback for when there is no custom background color defined. */
}

header.page-header {
	padding-top: 150px;
}

header.page-header::after {
	background: rgba(0, 0, 0, 0);
}

.page-header .page-title {
	color: #ffffff;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: right;
	text-transform: uppercase;
}

.main-navigation ul li a {
	color: #fcd7a2;
}

.site-banner .banner-caption .title {
	font-size: 3em;
	color: #f9daa5;
	#font-family: var(--banner-font);
	line-height: 0.8em;
}

.site-banner .banner-caption .description {
	color: #1e2f1e;
}

#masthead {
	background-color: #fcd7a2;
}

.owl-carousel .owl-dots {
	margin-top: 0px;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
	padding-top: 0px;
}


.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder::before {
    content: none !important;
}


.widget_bttk_testimonial_widget .testimonial-content {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 25px;
}

.widget_bttk_testimonial_widget .testimonial-content p {
	margin-bottom: 0px;
}

.site-footer {
    background: #F9DAA5;
}

.site-footer .footer-b {
	background: #1e2f1d;
	border-top: 1px solid rgba(255, 255, 255, 0);
}

.footer-b .copyright {
	width: 100%;
}

#crumbs {
	text-align: right;
}

#crumbs .current a {
	color: #ffffff;
}

.pha{fill:none;}
.phb{fill:#1e2f1d;}

.ema{fill:none;}
.emb{fill:#1e2f1d;}

.clk{fill:none;}
.clkx{fill:#1e2f1d;}

.responsive-nav .header-contact .contact-block svg .phb,
.responsive-nav .header-contact .contact-block svg .emb,
.responsive-nav .header-contact .contact-block svg .clkx {
		fill: #fff;
}

.byline, .author, .posted-by {
	display: none !important;
}

.site-banner .banner-caption {
	background: rgba(0, 0, 0, 0.0005);
}

.site-banner .banner-caption .banner-caption-inner {
	max-width: 550px;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.site-banner .banner-caption .btn-wrap a.btn.btn-transparent {
	border-color: #f9daa5;
	color: #f9daa5;
}

.site-banner .banner-caption .btn-wrap a.btn.btn-transparent:hover {
	border-color: var(--primary-color);
	background: #f9daa5;
	color: var(--primary-color);
}

section.service-section.style-1 .widget_bttk_icon_text_widget,
.recent-post-section .grid article {
	background: #fdf8ef;
}

.service-section.style-1 .widget_bttk_icon_text_widget .widget-title {
	font-size: 1em;
}

.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
	background: #cedbcd;
}

.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select {
    background-color: #fcd7a2;
}

@media screen and (max-width: 767px) {
	.site-banner .banner-caption .title {
		color: #333;
		font-family: var(--secondary-font);
	}
	.site-banner .banner-caption .description {
		color: #666
	}

	.site-banner .banner-caption .btn-wrap a.btn.btn-transparent {
		border-color: var(--primary-color);
		color: var(--primary-color);
	}

	.site-banner .banner-caption .btn-wrap a.btn.btn-transparent:hover {
		background: var(--primary-color);
		color: #fff !important;
	}
}