body {
	padding: 0px;
	margin: 0px;
	font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'KudryashevDisplaySans';
    src: url('../fonts/KudryashevDisplaySans.eot');
    src: url('../fonts/KudryashevDisplaySans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KudryashevDisplaySans.woff2') format('woff2'),
        url('../fonts/KudryashevDisplaySans.woff') format('woff'),
        url('../fonts/KudryashevDisplaySans.ttf') format('truetype'),
        url('../fonts/KudryashevDisplaySans.svg#KudryashevDisplaySans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.header_top {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	padding: 5px 0;
}
.logo {
	text-align: center;
}
.logo img {
	width: 170px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 120px;
}
.header_account {
	color: #222;
	font-weight: 500;
	font-size: 15px;
}
.header_account a {
	color: #222;
}
.header_cart {
	display: inline-block;
	width: 25px;
	margin-left: 20px;
}
.header_cart_count {
	position: absolute;
	bottom: -7px;
	right: -10px;
	background: #e41a23;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding-top: 1px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 9px 0 0;
}
.header_menu ul li a {
	display: block;
	color: #222;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 15px 0;
	font-weight: 500;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #a2a09b;
}
.header_bottom_btn a {
	background: #161616;
	display: inline-block;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_bottom_btn a:hover {
	background: #a2a09b;
}
.home_banner_section {
	margin-top: 140px;
}
.home_service_section {
	padding: 80px 0 100px;
}
.home_service_section_subheading {
	color: #222;
	font-weight: 500;
	font-size: 13px;
	padding-left: 80px;
}
.home_service_section_subheading:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 70px;
	border-bottom: 1px solid #333;
}
.home_service_section_heading {
	font-family: 'KudryashevDisplaySans';
	color: #222;
	font-size: 60px;
	line-height: 1;
	margin-top: 10px;
}
.home_service_sec_content_subheading {
	color: #222;
	font-weight: 500;
	font-size: 13px;
}
.home_service_sec_content_heading {
	font-family: 'KudryashevDisplaySans';
	color: #222;
	font-size: 42px;
	line-height: 1;
}
.home_service_sec_content_text {
	color: #555;
	font-size: 15px;
	margin-top: 25px;
}
.home_service_sec_content_btn {
	display: inline-block;
	border-bottom: 1px solid #666;
	color: #222 !important;
	font-size: 13px;
	font-weight: 500;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_sec_content_btn:before {
	position: absolute;
	content: "";
	top: 6px;
	right: -16px;
	width: 8px;
	height: 10px;
	background: #111;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_sec_content_btn:hover {
	color: #a2a09b !important;
	border-color: #a2a09b;
}
.home_service_sec_content_btn:hover:before {
	background: #a2a09b;
}
.home_service_sec_content {
	padding: 0 80px;
}
.service_circle_img {
	width: 120px;
}
.service_circle_img_main {
	animation: rotating 20s linear infinite;
	-webkit-animation: rotating 20s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.service_circle_img_arrow {
	position: absolute;
	left: 60px;
	top: 55px;
	animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.home_brand_section {
	border-top: 1px solid #eee;
}
.home_brand_block {
	border-right: 1px solid #e8e8e8;
	padding: 15px 20px;
}
.home_brand_block:last-child {
	border-right: none;
}
.home_brand_block img {
	opacity: 0.8;
}
.home_feature_section {
	background: #111;
	padding: 100px 0;
}
.home_feature_section_heading {
	font-family: 'KudryashevDisplaySans';
	font-size: 35px;
	line-height: 1.1;
	color: #333;
}
.home_feature_section_step ul {
	padding: 0 0 0 30px;
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	width: 80%;
}
.home_feature_section_step ul li {
	list-style: none;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
	margin-top: 30px;
}
.home_feature_section_step ul li:first-child {
	margin-top: 0;
}
.home_feature_section_step ul li strong {
	font-size: 40px;
	font-weight: normal;
	width: 75px;
	min-width: 75px;
}
.home_feature_section_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}
.home_shop_section {
	padding: 75px 0 85px;
}
.home_shop_box_heading {
	font-family: 'KudryashevDisplaySans';
	color: #1d1c1c;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 20px;
}
.home_shop_box_heading a {
	color: #1d1c1c;
}
.home_shop_box_price {
	color: #1d1c1c;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}
.home_shop_box .add_to_cart_button {
	display: inline-block;
	margin-top: 12px;
}
.home_shop_box {
	margin-top: 40px;
	border-right: 1px solid #eee;
}
.home_shop_box:last-child {
	border-right: none;
}
.home_about_small_img img {
	width: 200px;
}
.home_about_big_img {
	padding: 75px 12px 320px;
	background: url("../images/about_img1.jpg") no-repeat center;
	background-size: 380px;
}
.home_about_line {
	border-top: 1px solid #eee;
	margin: 70px 0;
}
.home_testimonial_section {
	padding: 0 0 80px;
}
.home_testimonial_section_heading {
	font-family: 'KudryashevDisplaySans';
	font-size: 36px;
	color: #222;
	line-height: 1.1;
}
.home_testimonial_section_text {
	color: #555;
	margin-top: 10px;
}
.home_testimonial_rating {
	color: #555;
	margin-top: 20px;
}
.home_testimonial_rating_btn {
	background: #161616;
	display: inline-block;
	border-radius: 30px;
	color: #fff !important;
	font-size: 14px;
	padding: 11px 25px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_testimonial_rating_btn:hover {
	background: #a2a09b;
}
.home_testimonial_right {
	border-left: 1px solid #eee;
}
.video_play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
}
.home_blog_section {
	padding: 75px 0;
}
.home_blog_box_heading {
	font-family: 'KudryashevDisplaySans';
	font-size: 26px;
	line-height: 1.1;
	color: #333;
	margin-top: 20px;
}
.home_blog_box_text {
	color: #666;
	margin-top: 15px;
}
.home_blog_box_btn {
	background: #161616;
	display: inline-block;
	border-radius: 30px;
	color: #fff !important;
	padding: 10px 35px 11px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_blog_box_btn:hover {
	background: #a2a09b;
}
.home_blog_box_img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.home_blog_box {
	margin-top: 40px;
}











.footer {
	background: #0f0f0f;
	padding: 60px 0 20px;
}
.footer_half {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_logo img {
	filter: brightness(0) invert(1);
	width: 180px;
}
.footer_top_heading {
	font-family: 'KudryashevDisplaySans';
    font-size: 23px;
	color: #fff;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
	font-size: 15px;
}
.footer_menu ul li a {
	color: #eee;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #a2a09b;
}
.footer_menu_block {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_social {
	margin-top: 30px;
}
.footer_social a {
	margin-right: 2px;
}
.footer_social img {
	width: 30px;
}
.footer_newsletter_heading {
	font-family: 'KudryashevDisplaySans';
    font-size: 30px;
	line-height: 1.2;
	color: #fff;
}
.footer_newsletter_heading_btn {
	display: inline-block;
	font-family: 'KudryashevDisplaySans';
	color: #111 !important;
	background: #fff;
	font-size: 18px;
	padding: 7px 30px 12px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_newsletter_heading_btn:hover {
	color: #fff !important;
	background: #a2a09b;
}
.footer_payment_icon {
	margin-top: 20px;
}
.footer_contact_info span {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	margin: 0 10px;
}
.footer_contact_info span img {
	width: 15px;
	margin-right: 5px;
}
.footer_contact_info span a {
	color: #eee;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	color: #eee;
	font-size: 15px;
	text-align: center;
	margin-top: 30px;
}
.footer_bottom a {
	color: #eee;
}
#back-to-top {
	background: #a2a09b;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	right: 9%;
	width: auto !important;
	max-width: 415px;
	margin-top: 0 !important;
	transform: translate(0, -50%);
}
.banner_content {
	background: rgba(0, 0, 0, 0.5);
  	padding: 20px;
}
.banner_subheading {
	font-family: 'KudryashevDisplaySans';
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.banner_heading {
	font-family: 'KudryashevDisplaySans';
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}
.banner_btn {
	background: #161616;
	display: inline-block;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 25px 9px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn:hover {
	background: #a2a09b;
}
.sp-testimonial-content, .sp-testimonial-content p {
	text-align: left !important;
	padding: 0 !important;
}
.sp-testimonial-free {
	position: relative;
}
.sp-testimonial-client-image {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 !important;
	width: 65px;
}
.sp-testimonial-client-name {
	font-weight: 600 !important;
	font-size: 18px !important;
	text-align: left !important;
	margin-bottom: 0 !important;
	padding-left: 85px !important;
}
.sp-testimonial-client-designation {
	font-size: 13px !important;
	padding-left: 85px !important;
	text-align: left !important;
	padding-bottom: 9px;
}
.testimonial-pagination {
	justify-content: flex-start !important;
}
.sp-testimonial-free-section {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: #fff !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 190px 0 60px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
/*
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
*/
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	font-family: 'KudryashevDisplaySans';
    color: #202020;
	position: relative;
    font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #202020;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #202020;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	font-family: 'KudryashevDisplaySans';
	color: #222;
	font-size: 32px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 2px solid #222;
}
.inner_page_heading.text-white:before {
	border-color: #fff;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.contact_page_info {
	position:relative;
	padding-left:42px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: normal;
	font-size:18px;
}
.contact_page_info img {
	position: absolute;
	top: 11px;
	left: 0;
	width: 25px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #222 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe {
	margin-bottom: 0 !important;
	filter: grayscale(100%);
}
.footer_newsletter input {
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: none;
	border-radius: 0;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	color: #fff;
}
.footer_newsletter .wpcf7-submit {
	border: none !important;
	width: auto;
	margin-top: 10px;
	background: #fff !important;
	color: #222 !important;
	border-radius: 30px;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 20px;
}
.footer_newsletter .wpcf7-spinner {
	display: block !important;
}
.blog_page_header .woocommerce-breadcrumb, .blog_page_header .woocommerce-breadcrumb a {
	font-size: 15px !important;
	color: #202020 !important;
}
.blog_page_header .woocommerce-breadcrumb {
	margin-bottom: 0 !important;
}
.is-large .wc-block-checkout__sidebar {
	top: 125px !important;
}
.woocommerce-loop-product__title {
	color: #666;
	font-weight: normal;
	line-height: 23px;
	text-transform: uppercase;
}
.price {
	color: #111 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}
.add_to_cart_button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .single_add_to_cart_button {
	background: #222 !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 30px !important;
	font-size: 14px !important;
	padding: 11px 22px !important;
	font-weight: normal !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.summary .product_title {
	font-family: 'KudryashevDisplaySans';
	font-size: 35px;
	text-transform: none;
	line-height: 1.2;
	color: #222;
}
.quantity .plus, .quantity .minus {
	background: #111 !important;
	height: 43px;
	border-radius: 50%;
	width: 43px;
	padding: 0;
	font-size: 20px;
}
.quantity .input-text {
	min-height: 43px;
}
.product_meta a {
	color: #a2a09b;
}
.woocommerce-MyAccount-navigation ul {
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 15px;
	color: #666 !important;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #222;
	color: #fff !important;
}
.woocommerce-MyAccount-content {
	color: #666;
}
.woocommerce-MyAccount-content a {
	color: #a2a09b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	background: #111 !important;
	padding: 0 !important;
	margin: 0 6px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 20px !important;
	font-weight: 500 !important;
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #a2a09b !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: #eee !important;
}
#tab-description {
	color: #666;
}
#tab-description h2 {
	color: #222;
}
.wc-block-components-product-metadata__description {
	font-size: 14px;
	color: #666;
}
.wc-block-cart-items thead {
	font-size: 20px;
}
.wp-block-woocommerce-cart-order-summary-block {
	border: 1px solid #ddd;
	border-radius: 6px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 18px !important;
	padding: 12px 15px !important;
}
.wc-block-cart__submit-button {
	margin-top: 20px !important;
	font-size: 16px !important;
}
.wc-block-cart__submit-button:focus {
	box-shadow: none !important;
	outline: none !important;
}
.wc-block-components-totals-coupon__button {
	background: #a2a09b !important;
}
.header_search {
	max-width: 230px;
	display: inline-block;
	vertical-align: top;
}
.aws-container .aws-search-form {
	height: 32px !important;
	border-bottom: 1px solid #eee;
}
.aws-container .aws-search-field {
	font-size: 15px !important;
	border: none !important;
	padding-left: 0 !important;
	background: none !important;
}
.aws-container .aws-search-form .aws-form-btn {
	border: none !important;
	background: none !important;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text a {
	color: #555;
}
.inner_page_btn {
	background: #161616;
	display: inline-block;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	padding: 9px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_btn:hover {
	background: #a2a09b;
}
.inner_page_img img {
	border-radius: 10px;
}
.variations tr td, .variations tr th {
	display: block;
	width: 70%;
}
.woocommerce div.product form.cart .variations label {
	font-weight: 500 !important;
	color: #555;
	margin-top: 10px;
}
.variations tr td select {
	background: url("../images/dropdown.png") no-repeat center right 10px !important;
	border: 1px solid #ccc;
	padding: 9px 30px 9px 10px !important;
	color: #666;
	font-size: 15px;
	margin-right: 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -5px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23.1% !important;
	margin: 10px 5px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 1px solid #ccc;
	padding: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active  {
	border-color: #222;
}
.woocommerce-product-gallery .flex-viewport {
	border: 1px solid #ccc;
}
.woocommerce-variation-price {
	margin-bottom: 20px;
}
.reset_variations {
	color: #999;
	margin-left: 10px;
}
.sku_wrapper {
	display: block;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	padding: 10px !important;
	font-style: normal !important;
}
.orderby {
	background: url("../images/dropdown.png") no-repeat center right 10px !important;
	border: 1px solid #ccc;
	color: #666;
	padding: 8px 30px 8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.page-id-19 .entry-header, .page-id-15 .entry-header, .page-id-17 .entry-header{
    margin: 0 !important;
}
.inner_content_grey {
    background: #f4f4f4;
    padding: 80px 0;
}
.capture_every_moment {
    border-right: 1px solid rgb(204 204 204 / 32%);
    margin-right: 30px;
    display: inline-block;
    width: 46%;
    padding-right: 30px;
}
.capture_titl {
    font-family: 'KudryashevDisplaySans';
    font-size: 30px;
    margin-bottom: 10px;
}
.capture_txt {
    color: #505050;
    font-size: 15px;
    line-height: 25px;
}
.review_sec {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.rev_img {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
}
.review_txt {
    font-size: 15px;
    display: inline-block;
    width: 67%;
    margin-left: 20px;
}
.review_txt img {
    display: block;
    margin-bottom: 10px;
}
.review_txt br {
    display: none;
}
.review_txt strong {
    display: block;
    margin-top: 10px;
}
.family_img {
    margin-top: 40px;
}
.moments_sec {
    background: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    margin: 0 0 0 auto;
    width: 263px;
    position: relative;
    box-shadow: 0px 9px 14.62px 2.38px rgba(0, 0, 0, 0.02);
}
.mom_titl {
    font-family: 'KudryashevDisplaySans';
    font-size: 24px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 11px;
}
.mom_txt {
    font-size: 15px;
    color: #606060;
    padding-right: 40px;
}
.arw_ico {
    position: absolute;
    right: 14px;
    bottom: 20px;
    transition: all .4s;
}
.arw_ico:hover {
    transform: rotate(45deg);
}

.btn_sec {
    margin-top: 50px;
    text-align: center;
}
.btn_sec a {
    background: #212121;
    padding: 13px 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 15px;
	 transition: all .4s;
}
.btn_sec a:hover, .cu_btn a:hover{
    background: #a2a09b;
    color: #000;
}

.mom_img img {
    border-radius: 5px 5px 0 0;
}
.intro_sec {
    margin: 70px 0;
}
.intro_titl {
    font-family: 'KudryashevDisplaySans';
    font-size: 110px;
    line-height: 0.8;
}
.intro_txt {
    padding-left: 20px;
    line-height: 29px;
    color: #4e4e4e;
    font-size: 17px;
}
.work_titl {
    font-size: 70px;
    font-weight: 600;
    position: relative;
}
.work_titl em {
    font-style: normal;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.step_cont {
    position: relative;
    padding: 0 15px;
}
.step_sec {
    background: #282828;
    padding: 20px 25px 50px 25px;
    border-radius: 10px;
    color: #fff;
    position: relative;
}
.step_txt {
    margin-bottom: 10px;
}
.step_txt em {
    font-family: 'KudryashevDisplaySans';
    font-style: normal;
    font-size: 65px;
    display: inline-block;
    vertical-align: top;
}
.step_txt em {
    font-family: 'KudryashevDisplaySans';
    font-style: normal;
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.step_txt strong {
    font-size: 17px;
    display: inline-block;
    vertical-align: -21px;
    font-weight: 400;
    width: 60%;
    line-height: 1.3;
    margin-left: 5px;
}
.step_txt_btm {
    font-size: 15px;
    font-weight: normal;
    color: #dbdbdb;
}
.step_cont:after {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    right: -6px;
    background: #ffffff12;
    top: -20px;
}
.step_cont:before {
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 10px;
    content: "";
    right: -10px;
    background: #b9b9b9;
    border-radius: 40px;
}
.last_child:after, .last_child:before {
    display: none;
}
.wed_choose_sec .step_txt_btm {
    color: #575757;
}
.wed_choose_sec .step_txt strong {
    vertical-align: middle;
    width: 100%;
    margin-left: 0;
}
.w_choose_cont {
    border-right: 1px solid #eaeaea;
    padding: 0 30px;
}
.looking_sec {
    margin: 60px 0;
}
.lk_titl {
	font-family: 'KudryashevDisplaySans';
    font-size: 65px;
    margin-bottom: 40px;
    line-height: 1.3;
}
.bp_txt {
    color: #494949;
    font-size: 18px;
    margin-top: 9px;
}
.looking_img_right {
    margin-top: -100px;
    border-radius: 7px;
    overflow: hidden;
}
.looking_img img {
    border-radius: 7px;
}
.cu_btn {
    margin: 40px 0;
}
.cu_btn a {
    background: #2c2c2c;
    padding: 12px 40px 14px;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
}
.cta_cont {
    background: url(../images/ctabg.jpg);
    background-size: cover;
    padding:60px 0;
    background-repeat: no-repeat;
}
.cta_titl {
    font-family: 'KudryashevDisplaySans';
    font-size: 45px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-right: 20px;
}
.cta_txt {
    font-size: 18px;
    color: #dadada;
    padding: 10px 30px;
}
.cta_btn a {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    position: relative;
}
.cta_btn a:after {
    width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    background: #ffffff24;
    top: 12px;
    left: 120px;
}
 .cta_btn a:before {
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #fff;
    border-radius: 50px;
}

.choose_cont {
    background: #171717;
    padding: 22px;
    color: #fff;
    border-radius: 5px;
}
.choose_img {
    background: #f1f1f1;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    padding: 10px;
    margin-bottom: 10px;
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img {
    border-radius: 10px;
}
.intro_subtitl {
    position: relative;
    font-size: 20px;
    font-family: 'Outfit';
    margin-top: -40px;
    display: block;
    text-align: right;
    margin-right: 80px;
}
.clare_img {
    display: inline-block;
    vertical-align: middle;
}
.page-id-15 .intro_titl {
    display: inline-block;
    vertical-align: -30px;
    margin-left: 10px;
}
.clare_img img {
    width: 170px;
}
.big_titl {
    font-family: 'KudryashevDisplaySans';
    text-align: center;
    font-size: 100px;
    margin-top: -210px;
    margin-bottom: 90px;
}
.wedding_top {
    margin-top: 60px;
}
.wed_img {
    text-align: center;
}
.big_titl span {
    color: #fff;
}

.santa_sec {
background: #c50e0e;
    padding: 30px 0 0;
    margin-top: 145px;
}
.baby_img {
    position: relative;
    text-align: center;
    z-index: 1;
}
.baby_img img {
    width: 50%;
}
.baby_img:before {
    background: url(../images/shape_img.png);
    width: 680px;
    height: 680px;
    content: "";
    position: absolute;
    left: -70px;
    bottom: -59px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.santabanner_sec {
    position: relative;
}
/* .santabanner_sec:before {
    background: url(../images/weddingflowers_bouquet_4.png);
    content: "";
    position: absolute;
    left: 0;
    top: -200px;
    width: 250px;
    height: 420px;
    background-size: cover;
    z-index: 3;
    opacity: 0.3;
} */
.santabanner_sec:after {
    background: url(../images/weddingflowers_arrangement_8.png);
    content: "";
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 250px;
    height: 420px;
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
}
.santa_titl {
    font-family: 'KudryashevDisplaySans';
    font-size: 45px;
    line-height: 1.3;
    color: #080808;
    margin-bottom: 20px;
}
.santa_txt {
    font-size: 18px;
}
.santa_Sub {
    color: #fff;
    font-size: 20px;
    margin: 16px 0;
}
.santa_book a {
    background: #fff;
    padding: 13px 40px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #000;
	margin-right: 5px;
    font-weight: 500;
	border: 2px solid #fff;
}
.santa_book a:last-child {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
/* .package_sec {
    padding: 60px 0;
    background: url(../images/services-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 1;
} */
.parallax-package {
    padding: 50px 0;
	position:relative;
}
.parallax-package:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: hsl(0deg 0% 0% / 42%);
    z-index: -1;
}
/* .average .price-package {
    background-color: #1d1d1d;
} */
.price-package {
	background: #fff;
/*     padding-top: 25px; */
	min-height: 100%;
	position: relative;
/*     margin-bottom: 10px; */
    text-align: center;
	padding-bottom: 42px;
}
.average .price-package .package-name {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	background-color: #1d1d1d;
	padding: 25px 12px;
}
.price-package .package-name {
    font-size: 1.4rem;
}
.average .price-package .package-price .package-arrow {
    border-top-color: #000;
}
.average .price-package .package-price {
    background-color: #3a3a3a;
    color: white;
}
/* .price-package .package-price {
    margin-top: 25px;
} */
.average .price-package .package-price .package-arrow{
    border-top-color: #1d1d1d;
}
.price-package .package-arrow {
    width: 0;
    height: 0;
    margin: 0 auto 12.5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid;
}
.average .price-package .package-features {
    background-color: #ffffff;
    color: #383838;
/*     border-radius:0 0 10px 10px; */
}
.package-features ul {
    margin: 20px 0 14px;
    padding: 0 20px;
    text-align: left;
    font-size: 15px;
}
.package-features ul li {
 	list-style-type: none;
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.package-features ul li:before {
	content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0c0c0c;
    border: 1px solid #55ff96;
    padding: 2px 7px;
    border-radius: 50px;
    background: #caffd4;
    width: 25px;
    height: 25px;
    font-size: 13px;
}
.price-package .package-features {
    margin-top: 15px;
}
.average .price-package .package-features .package-arrow {
    border-top-color: #3a3a3a;
}
.average .price-package .sign-up {
  background-color: #292929;
  transition: background-color 0.5s ease;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.sign-up a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}
.price_txt {
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.pckg_titl{
    font-family: 'KudryashevDisplaySans';
    color: #ffffff;
    position: relative;
    font-size: 40px;
    font-weight: normal;
    text-transform: none;
}
.work_sec {
    padding-top: 50px;
    margin-bottom: 100px;
}
.usp_sec {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}
.grid_sec {
    padding: 0 30px;
    border-right: 1px solid #cccccc61;
}
.grid_img {
    margin: 15px 0;
}
.grid_titl {
    font-family: 'KudryashevDisplaySans';
    font-size: 25px;
    margin-bottom: 10px;
}
.grid_txt {
    color: #828282;
}
.capture_titl em {
    display: block;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Outfit';
    color: #464646;
}
.capture_txt_n {
    color: #707070;
    line-height: 1.6;
}
.grid_img img {
    filter: brightness(0.5);
}
.cap_btn a {
    background: #000;
    padding: 8px 35px 10px;
    display: inline-block;
    border-radius: 40px;
    color: #fff;
}
.parallax-window {
	height: 500px;
}
.content-paralax {
	position: relative;
    z-index: 10;
    color: #000000;
    padding: 120px 230px;
    text-align: center;
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
}
.paralax_btn a {
    background: #0e0e0e;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 20px 50px;
    border-radius: 50px;
    color: #fff;
}
.wpfFilterTitle {
	background: #eee;
	padding: 8px 10px !important;
	border-radius: 10px 10px 0 0;
}
.wpfFilterWrapper .wfpTitle {
	height: auto !important;
}
.wpfFilterWrapper i, .wpfFilterWrapper svg {
	margin-top: 8px;
}
.wpfFilterContent {
	border: 1px solid #eee;
	padding: 20px 15px;
	border-radius: 0 0 10px 10px;
}
#wpfSliderRange {
	width: 90%;
}
.ui-slider.ui-widget-content:not(.iris-slider-offset) {
	background: #333 !important;
	border: none !important;
}
.wpfFilterWrapper .ui-slider-horizontal {
	height: 5px !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.4em !important;
	border-radius: 50% !important;
	width: 20px !important;
  	height: 20px !important;
}
.wpfFilterWrapper ul li {
	color: #666;
}
.wpfFilterButton.wpfButton {
	background: #111;
	font-weight: normal !important;
	font-size: 15px !important;
	min-height: 42px !important;
}
.wpfClearButton.wpfButton {
	background: #666;
	font-weight: normal !important;
	font-size: 15px !important;
	min-height: 42px !important;
}
.full_bnr {
    background-image: url(../images/wed_bnr.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0;
    height: 562px;
}
.full_bnr:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000a1;
}
.wed_titl {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-left: 70px;
}
.wed_titl em {
    font-family: 'KudryashevDisplaySans';
    font-style: normal;
    font-size: 48px;
    text-transform: capitalize;
}
.wed_titl strong {
    display: inline-block;
    margin-left: 80px;
}
.wed_titl:before {
    width: 120px;
    height: 1px;
    content: "";
    position: absolute;
    left: -130px;
    top: 55px;
    background: #fff;
}
.price_btn {
    margin-top: 30px;
    position: relative;
}
.price_btn a {
    background: #ffffff;
    padding: 15px 45px 16px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 14px;
    border-radius: 40px;
    letter-spacing: 1px;
}
.package_wed {
    margin-top: 60px;
}
.work_bg {
	background: url(../images/bgcam.jpg);
    margin-top: 80px;
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
}
.work_new_titl {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.page-id-17 .usp_sec {
    border-bottom: 1px solid #f1f1f1;
}
.page-id-19 .package_wed {
    margin-top: 90px;
    background: #e5e5e5;
    padding: 40px 0 60px;
}
.circle_img {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.ch_circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 16px);
    filter: opacity(0.7);
}
.santa_serv_titl {
    font-family: 'KudryashevDisplaySans';
    font-size: 35px;
    line-height: 1.3;
    color: #080808;
    margin-bottom: 50px;
}
.santa_serv {
    margin: 60px 0 0;
}
.santa_box {
	text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f3402a;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 19%);
    padding: 35px;
    min-height: 100%;
    border-radius: 20px;
}
.santa_box strong {
    font-size: 17px;
    display: block;
    line-height: 1.3;
    margin-top: 16px;
	color:#f3402a;
}
.santa_box img {
    width: 110px;
}
.page-id-25 .work_sec {
    padding-top: 50px;
    margin-bottom: 40px;
    background: #213c2f;
    padding-bottom: 50px;
	position:relative;
}
/* .page-id-25 .work_sec:before {
    background: url(../images/Tree+and+Presents.png);
    width: 600px;
    height: 700px;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-size: cover;
    transform: translate(-50%, 0px);
} */
.package_sec.santapckg {
    background: url(../images/christmas_bg.jpg) #bf161d no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.woocommerce-product-attributes-item__value a {
	color: #a2a09b;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
	margin: 0 0 40px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none !important;
	margin: 0 5px !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
	background: #eee;
	color: #222;
	width: 35px;
	padding: 11px 0 !important;
	font-size: 13px !important;
	border-radius: 50%;
	height: 35px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #222 !important;
	color: #fff !important;
	height: 35px;
	width: 35px;
	padding: 11px 0 !important;
	font-size: 13px !important;
	border-radius: 50%;
}
.clare_service_extra_text {
	color: #666;
	margin-bottom: 30px;
	text-align: center;
}
.about_page_mid_section {
	background: url("../images/about_bg.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 80px 0;
	margin: 80px 0;
}
.about_page_mid_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.about_page_mid_section .container {
	position: relative;
	z-index: 9;
}
.about_page_bottom_text {
	color: #fff;
	font-size: 22px;
}
.about_ambassador_img img {
	width: 200px;
	border: 1px solid #eee;
	padding: 5px 20px;
	border-radius: 8px;
	margin: 30px 10px 0;
}
.workshop_hunter_valley_section {
	background: url("../images/hunter_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 80px 0;
	margin: 80px 0;
}
.workshop_hunter_valley_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
.workshop_hunter_valley_section .container {
	position: relative;
	z-index: 9;
}
.workshop_page_slider .wpcp-carousel-section .wpcp-single-item img {
	height: 550px !important;
	object-fit: cover;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 26px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_list.text-white ul li {
	color: #eee;
}
.inner_page_list.text-white ul li:before {
	filter: brightness(0) invert(1);
}
.santa_page_mid_section {
	background: url("../images/santa_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 80px 0;
	margin: 80px 0;
}
.santa_page_mid_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}
.santa_page_mid_section .container {
	position: relative;
	z-index: 9;
}
.book_form_box {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 30px;
}
.video_page_block {
	margin-top: 35px;
}
.video_page_block_text {
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}
.video_page_block_inner {
/* 	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); */
	background: #0f0f0f;
	border-radius: 10px;
	padding: 10px 10px 20px;
	min-height: 100%;
}
.video_page_block .ratio {
	border-radius: 10px;
	overflow: hidden;
}
.video_page_mid_section {
	background: #eee;
	padding: 60px 0;
	margin: 60px 0;
}
#post-1900 {
	margin-bottom: 0 !important;
}
.wedding_page_extra_info_section {
  background: #eee;
  padding: 70px 0;
  margin-top: 70px;
}
.inner_page_international {
  font-weight: 500;
  font-size: 20px;
  margin-top: 30px;
}
.family_page_spec_section {
	background: #111;
	padding: 70px 0;
	margin-top: 70px;
}
.family_page_spec_block {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}
.family_page_spec_block:last-child {
  border-right: none;
}
.family_page_spec_block_text {
  color: #ddd;
  font-size: 18px;
  line-height: 1.2;
}
.family_page_spec_block_img img {
	width: 60px;
	margin-bottom: 20px;
}
.family_page_bottom_package {
	padding: 70px 0;
}
.commercial_clare_info {
  font-family: 'KudryashevDisplaySans';
  color: #444;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 70px;
  font-style: italic;
}
.rmp-menu-title-image {
	width: 120px;
	height: auto;
	filter: brightness(0) invert(1);
}
.average {
  margin-top: 30px;
}
.wc-block-components-totals-wrapper {
  padding: 16px 10px !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #a2a09b;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 13px 0;
}
.footer_btn3 {
	background: #333;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image {
  z-index: 99 !important;
  background: #fff !important;
  border-radius: 50% !important;
  padding: 5px !important;
  border: 1px solid #000 !important;
}
.yith-wcwl-add-to-wishlist-button__label {
	color: #111;
}
.family_page_banner_text {
	font-family: 'KudryashevDisplaySans';
	position: absolute;
	top: 50%;
	right: 9%;
	max-width: 440px;
	transform: translate(0, -50%);
	color: #111;
	font-size: 42px;
	line-height: 1.2;
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img {
  object-position: top;
}
.woocommerce-form-login {
  max-width: 400px;
  margin: 0 auto !important;
}
#post-82 h2 {
	text-align: center;
}
.family_gallery_bg {
	background: url(https://www.clareoliverphotographer.com/wp-content/uploads/2025/08/family_bg.jpg) no-repeat center;
	background-size: cover;
  	background-attachment: fixed;
}
.enq_form_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	padding: 20px 30px;
	border-radius: 8px;
	margin-top: 0;
	text-align: center;
	border-top: 3px solid #222;
}
.wpcf7-spinner {
	display: block !important;
}


/*=========== Responsive ============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_search, .header_bottom {
  display: none;
}
.logo {
  text-align: left;
  padding-right: 0;
}
.logo img {
  width: 82px !important;
}
.header_account {
  font-size: 13px;
  text-align: right;
  padding-right: 0;
}
.header_cart {
  width: 20px;
  margin-left: 0;
  margin-bottom: 10px;
}
.header_top {
  padding: 12px 0 !important;
}
.header_search_mobile {
  margin-top: 70px;
}
.home_banner_section {
  margin-top: 10px;
}
.header_search_mobile_inner {
  background: #eee;
  padding: 5px 0 5px 10px;
}
.banner_heading {
  font-size: 22px;
}
.banner_subheading {
  font-size: 12px;
}
.banner_btn {
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 15px;
}
.ms-view, .ms-slide {
   min-height: 250px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
	object-position: left;
}
.home_service_section_heading {
  font-size: 30px;
  margin-bottom: 25px;
}
.home_service_sec_content {
  padding: 30px 12px;
}
.home_service_sec_content_heading, .page .entry-title, .blog_page_title, .pckg_titl, .work_new_titl, .summary .product_title, .santa_titl {
  font-size: 30px;
}
.home_shop_section, .home_blog_section, .family_page_bottom_package {
  padding: 40px 0;
}
.home_service_section {
  padding: 40px 0 20px;
}
.home_brand_block {
  border-right: none;
  padding: 15px 12px;
  width: 25%;
  min-width: 25%;
}
.home_feature_section_img {
  position: static;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.home_feature_section {
  padding: 0 0 40px;
}
.home_feature_section_step ul li strong {
  font-size: 30px;
  width: 52px;
  min-width: 52px;
}
.home_feature_section_step ul {
  padding: 0 0 0 15px;
  width: 70%;
}
.home_shop_box {
  margin-top: 30px;
  border-right: none;
}
.home_about_small_img img {
  width: 100%;
  margin-top: 30px;
}
.home_testimonial_section_heading, .home_feature_section_heading, .capture_titl, .inner_page_heading, .content-paralax, .santa_serv_titl {
  font-size: 28px;
}
.home_about_line {
  margin: 40px 0;
}
.home_testimonial_rating_btn {
  font-size: 13px;
  padding: 10px 20px;
}
.home_testimonial_right {
  border-left: none;
  margin-top: 30px;
}
.sp-testimonial-client-name {
  font-size: 16px !important;
}
.home_testimonial_section {
  padding: 0 0 40px;
}
.home_video_section img {
  min-height: 230px;
  object-fit: cover;
}
.video_play_btn img {
  min-height: 20px;
}
.home_blog_box_btn {
  padding: 8px 20px 9px;
  font-size: 14px;
}
.footer_logo img {
  width: 130px;
}
.footer_menu_block .footer_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.footer_menu_block .footer_menu ul li {
	width: 50%;
}
.footer_newsletter_heading {
  font-size: 25px;
  margin: 30px 0 20px;
}
.footer_newsletter_heading_btn {
  font-size: 15px;
  padding: 7px 20px 11px;
}
.footer_newsletter input {
  text-align: left;
}
.content-paralax {
  padding: 60px 12px;
}
.page .entry-header, .blog_page_header {
  padding: 30px 0 50px !important;
  margin: 0 0 0 !important;
}
.workshop_hunter_valley_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_img, .workshop_page_slider {
  margin-bottom: 30px;
}
.commercial_clare_info {
  font-size: 23px;
  margin-bottom: 40px;
}
.grid_img img {
  width: 50px;
}
.grid_sec {
  padding: 0;
  border-right: none;
}
.work_titl {
  font-size: 35px;
  margin-bottom: 15px;
}
.work_sec {
  padding-top: 40px;
  margin-bottom: 40px;
}
.paralax_btn a, .price_btn a {
  font-size: 16px;
  padding: 12px 20px;
}
.wed_titl, .wed_titl em {
  font-size: 25px;
  font-weight: 600;
  margin-left: 0;
}
.wed_titl strong {
  margin-left: 0;
}
.full_bnr {
  padding: 70px 0;
  height: auto;
}
.wedding_page_extra_info_section {
  padding: 40px 0;
  margin-top: 40px;
}
.big_titl {
  text-align: left;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 50px;
}
.big_titl span {
  color: #111;
}
.wedding_top {
  margin-top: 0;
}
.family_page_spec_section {
  padding: 40px 0;
  margin-top: 40px;
}
.family_page_spec_block {
  border-right: none;
}
.wpfFilterContent.wpfHide {
  padding: 0 15px;
}
.price {
  font-size: 15px !important;
}
.add_to_cart_button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .single_add_to_cart_button {
  padding: 10px 18px !important;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none !important;
}
.variations tr td, .variations tr th {
  width: 100%;
}
.workshop_bottom_icon img {
  width: 60px;
}
.santa_txt {
  font-size: 16px;
  color: #666;
}
.santa_page_mid_section, .about_page_mid_section, .video_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.santa_box {
  padding: 30px 15px;
}
.santa_box img {
  width: 60px;
}
.santa_serv_titl {
  margin-bottom: 10px;
}
.about_page_bottom_text {
  font-size: 17px;
}
.about_ambassador_img img {
  width: 120px;
  padding: 5px 10px;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 55px;
}
.footer {
  padding: 40px 0 60px;
}
.footer_half, .footer_menu_block {
  border-right: none;
}
.family_page_banner_text {
  position: static;
  max-width: 100%;
  transform: none;
  font-size: 28px;
  padding: 0 20px 20px;
  text-align: center;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header_search {
  display: inline-block;
}
.header_cart {
  margin-left: 20px;
}
.home_banner_section {
  margin-top: 60px;
}
.home_brand_block {
  width: 12%;
  min-width: 12%;
}
.home_feature_section_img {
  position: absolute;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
}
.home_feature_section {
  padding: 40px 0;
}
.home_about_small_img img, .contact_right {
  margin-top: 0;
}
.home_testimonial_right {
  margin-top: 0;
}
.page .entry-header, .blog_page_header {
  padding: 100px 0 50px !important;
}
.big_titl {
  text-align: center;
  font-size: 40px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  font-size: 12px;
}
.header_menu ul li {
  margin: 0 5px 0 0;
}
.home_service_section_heading {
  font-size: 50px;
}
.home_service_sec_content {
  padding: 0 30px;
}
.home_testimonial_section_heading {
  font-size: 30px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_search {
  display: inline-block;
}
.header_cart {
  margin-left: 20px;
}
.home_banner_section {
  margin-top: 60px;
}
.home_brand_block {
  width: 12%;
  min-width: 12%;
}
.home_feature_section_img {
  position: absolute;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
}
.home_feature_section {
  padding: 40px 0;
}
.home_about_small_img img, .contact_right {
  margin-top: 0;
}
.home_testimonial_right {
  margin-top: 0;
}
.page .entry-header, .blog_page_header {
  padding: 100px 0 50px !important;
}
.big_titl {
  text-align: center;
  font-size: 40px;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.header_search {
  display: inline-block;
}
.header_cart {
  margin-left: 20px;
}
.home_banner_section {
  margin-top: 60px;
}
.home_brand_block {
  width: 12%;
  min-width: 12%;
}
.home_feature_section_img {
  position: absolute;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
}
.home_feature_section {
  padding: 40px 0;
}
.home_about_small_img img, .contact_right {
  margin-top: 0;
}
.home_testimonial_right {
  margin-top: 0;
}
.page .entry-header, .blog_page_header {
  padding: 100px 0 50px !important;
}
.big_titl {
  text-align: center;
  font-size: 40px;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_search {
  display: inline-block;
}
.header_cart {
  margin-left: 20px;
}
.home_banner_section {
  margin-top: 60px;
}
.home_brand_block {
  width: 12%;
  min-width: 12%;
}
.home_feature_section_img {
  position: absolute;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
}
.home_feature_section {
  padding: 40px 0;
}
.home_about_small_img img, .contact_right {
  margin-top: 0;
}
.home_testimonial_right {
  margin-top: 0;
}
.page .entry-header, .blog_page_header {
  padding: 100px 0 50px !important;
}
.big_titl {
  text-align: center;
  font-size: 40px;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  right: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  right: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  right: 24%;
}
} 
