/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.elementor-widget-text-editor ul {
	padding-left: 25px;
	margin-bottom: 10px;
}
.elementor-widget-text-editor ul ul {
	margin-bottom: 0;
}
.elementor-widget-text-editor ul li {
	list-style: none;
}
.elementor-widget-text-editor ul li:before {
	content: "\2022";
	color: #c27340;
	font-weight: bold;
	display: inline-block;
	width: 16px;
	margin-left: -16px;
}

p.p-bg {
  display: inline-block;
  background: #e1e1e1;
  padding: 5px 15px;
  margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
}

.elementor-location-header {
	position: relative;
	z-index: 200;
}

h1.elementor-heading-title span {
    background: #000;
    background: rgba(0,0,0,0.5);
    padding: 5px 15px;
    color: #c27340;
	display: inline-block;
}


/*- Weird outline border -*/


@media (min-width: 1160px) {
	/*body > .elementor > .elementor-top-section > .elementor-container:before,
	body > .elementor > .elementor-top-section > .elementor-container:after, 
	.page-content > .elementor > .elementor-top-section > .elementor-container:before,
	.page-content > .elementor > .elementor-top-section > .elementor-container:after {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
	    background: #4a4a49;
		background: rgba(146,146,146,0.2);
		position: absolute;
		top: 0;
		z-index: 2;
	}*/
	body > .elementor > .elementor-top-section > .elementor-container:before,
	.page-content > .elementor > .elementor-top-section > .elementor-container:before {
		left: 0;
	}
	body > .elementor > .elementor-top-section > .elementor-container:after,
	.page-content > .elementor > .elementor-top-section > .elementor-container:after {
		right: 0;
	}
	body > .elementor > .elementor-top-section.elementor-section-full_width > .elementor-container:before,
	.page-content > .elementor > .elementor-top-section.elementor-section-full_width > .elementor-container:before {
	    left: calc(50% - 570px);
	}
	body > .elementor > .elementor-top-section.elementor-section-full_width > .elementor-container:after,
	.page-content > .elementor > .elementor-top-section.elementor-section-full_width > .elementor-container:after {
	    right: calc(50% - 570px);
	}
}

/*- Home Banner -*/

.home-banner .swiper-slide-contents {
	width: 100%;
}

.home-banner .elementor-slide-heading {
	position: relative;
}
.home-banner .elementor-slide-heading:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
    background: #FFF;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 3;
}

.home-banner .swiper-slide-contents {}
.home-banner .swiper-slide-contents .elementor-slide-heading {}
.home-banner .swiper-slide-contents .elementor-slide-heading span {
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.5);
	color: rgb(194, 115, 64);
	font-size: 28px;
	margin-top: 5px;
}
@media (max-width: 479px) {
	.home-banner .swiper-slide-contents .elementor-slide-heading span {
	    font-size: 18px;
	}
}

.home-banner .swiper-slide-contents .elementor-slide-description {
	display: block;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.3);
	max-width: 800px;
}
.home-banner .swiper-slide-contents .elementor-button {}


/*Product page*/
.my-property .e-atc-qty-button-holder {
	display: none !important;
}

.pro-price p.price {
	margin-bottom: 8px;
}

.rednao select, .build-form-outer select {
	height: 65px !important;
	background: #f1f1f1;
	border-radius: 7px !important;
}
.rednao select {
    border-color: #DFD7CF !important;
}
.rednaoWooRow {
	float: left;
	margin: 0 10px;
	width: 31.5%;
}

.rnTotalBox {
	width: 30%;
	display: inline-block;
	position: absolute;
	bottom: -65px;
	right: 5%;
}

.rednao select, .build-form-outer select {
	height: 40.5px;
}

select.rnInputPrice {
	padding: 8px 10px;
}

.row {
	display: flex;
	width: 100%;
}

.gall-title {
	color: #222121;
	font-size: 14px;
}

.gall-price {
	font-weight: 700;
}
.gall-price-full {
	font-weight: 400;
	text-decoration: line-through;
	opacity: 0.5;
}
.gall-price-sale {
	color: #CF7A44;
	margin-left: 10px;
}

.column .gall img {
	width: 400px;
	height: 280px;
	border-radius: 10px;
}

.column {
	margin: 0 15px;
}

.row.plan-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: flex-start;
	width: auto;
}

.row.plan-gallery .column {
	width: 33.33333%;
    padding: 0 10px;
    margin: 0 0 40px;
}
.row.plan-gallery .column .gall {
    padding-bottom: 10px;
}
.row.plan-gallery .column .gall img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
  -o-object-fit: cover;
	object-fit: cover;
}
.row.plan-gallery .gall-title {
    line-height: 1.6;
}

.prod-info .prod-info-video,
.prod-info .prod-info-img {
 position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 65%;
 display: block;
 border-radius: 10px;
 margin-bottom: 10px;
}
.prod-info .prod-info-video iframe,
.prod-info .prod-info-img img {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
.prod-info .prod-info-title h3 {
 font-size: 22px;
 margin: 0;
}
.prod-info .prod-info-link {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.prod-info .prod-info-icon {
 width: 18px;
 margin-left: 5px;
}


.prod-download-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	margin-bottom: 10px;
}

h3.prod-download-title {
	font-size: 22px;
	margin: 0;
}
.prod-download-link:hover {
	color: #AC541C;
}


@media (max-width: 1024px) {
	.row.plan-gallery .column {
		width: 50%;
        margin-bottom: 30px;
	}
	.row.plan-gallery .column .gall {
		padding-bottom: 5px;
	}
}
@media (max-width: 599px) {
	.row.plan-gallery {
		margin: 0;
	}
	.row.plan-gallery .column {
		width: 100%;
		padding: 0;
        margin-bottom: 20px;
	}
	.row.plan-gallery .column .gall {
		padding-bottom: 0;
	}
	.prod-info .prod-info-title h3 {
	 font-size: 18px;
	 margin: 0;
	}
	.row.prod-info .column {
        margin-bottom: 30px;
	}
}

a.next,
a.prev {
	background: #000;
	color: #fff !important;
}

.rednaoWooField select {
	float: none;
}

.rednaoWooField select {
	float: none;
}

.rnTextFieldInput {
	margin: 0px 0 15px;
}

.rednaoLabel label {
	display: none;
}

span.amount.FinalTotal {
	font-size: 24px !important;
	color: #222121;
	font-weight: 600;
}

.rnTotalBox label {
	margin-bottom: 5px !important;
	font-weight: 500 !important;
	color: #262525;
}

table.variations th label {
	font-size: 22px;
	font-weight: 600 !important;
}

table.variations th {
	vertical-align: middle !important;
}

/*.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	text-align: left;
	margin-left: 30px;
}*/

.elementor-testimonial {
	display: flex;
	flex-direction: column-reverse;
}

table.variations select {
	-webkit-appearance: none;
	-moz-appearance: none;
	min-height: 36px;
	background-size: 10px!important;
	background-image: url(/wp-content/uploads/2023/12/icon-down.svg) !important;
	background-repeat: no-repeat !important;
	background-position-x: 96% !important;
	background-position-y: 28px !important;

}

.rednaoWooRow select,
.build-form-outer select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-size: 10px;
	background-image: url(/wp-content/uploads/2023/12/icon-down.svg) !important;
	background-repeat: no-repeat !important;
	background-position-x: 94% !important;
	background-position-y: 28px !important;
	padding: 8px 15px!important;
}
.build-form-outer select,
.build-form-outer table.variations select{
	background-image: url(/wp-content/uploads/2024/01/icon-caret-down.svg) !important;
	padding: 8px 40px 8px 15px !important
}


.variations a.reset_variations {
	display: none!important;
}
.build-form-outer table.variations select:focus {
	color: #495057;
	background-color: #fff;
	border-top-color: #80bdff;
	border-right-color: #80bdff;
	border-bottom-color: #80bdff;
	border-left-color: #80bdff;
	outline: 0;
	border-color: #66afe9 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.build-form-outer table.variations select {
	border: 1px solid #DFD7CF;
	background-position-y: 28px !important;
	background: #fff;
	color: #000;
	font-weight: 600;
}

.build-form-outer th.label,
.build-form-outer td.value {
	background: transparent;
	display: block !important;
	width: 50%;
	text-align: left;
	/*padding-left: 10px !important;
	padding-top: 10px;*/
	padding: 10px 0 15px;
}

.build-form-outer .woocommerce-variation-description {
	position: absolute;
	width: 47%;
	right: 12px;
	top: 92px;
	font-style: italic;
}
.build-form-outer .single_variation_wrap {
	padding-top: 60px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFD7CF;
}
.rednaoWooRow:first-child {
	width: 100%;
	display: block;
	float: none;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	color: #222121;
}
.review-slider-outer .elementor-star-rating {
    position: absolute;
    top: 0px;
    left: 16px;
}
.review-slider-outer .elementor-testimonial__text {
    margin-top: 30px;
}
.prd-dscr .elementor-widget-container {
    font-size: 16px;
}
.price span.woocommerce-Price-amount.amount {
    font-size: 26px;
}


.build-form-outer .rednaoExtraProductForm > div:not([class]) {
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
	margin: 0 -10px;
}
.build-form-outer .rednaoWooRow {
	display: block;
	float: none;
    margin: 0;
    width: 33.333333%;
    padding: 0 10px;
}
.build-form-outer .rednaoWooRow:first-child {
	width: 100%;
	margin-bottom: 20px;
}

.build-form-outer .rnTotalBox {
	width: auto;
	display: flex;
	position: absolute;
	bottom: -65px;
	right: 300px;
	gap: 10px;
}




/*- Media query product page -*/
@media screen and (max-width: 1024px){
	.build-form-outer .single_variation_wrap { padding-top: 40px; margin-top: 30px; }
	.build-form-outer .woocommerce-variation-description { top: 85px; }
	.build-form-outer .rnTotalBox { margin-right: 0; justify-content: flex-end; }
	.build-form-outer .rnTotalBox {
		right: auto;
		left: 250px;
	}
}
@media screen and (max-width: 991px){
	.build-form-outer .rednaoWooRow { width: 50%; }
	.build-form-outer .rednaoWooRow:first-child {
		width: 100%;
	}
	.build-form-outer .rednao select, 
	.build-form-outer select { height: 55px!important; font-size: 14px!important; }
	.build-form-outer .rednaoWooRow select, 
	.build-form-outer table.variations select { background-position-y: 21px!important; }
	.build-form-outer .woocommerce-variation-description { font-size: 15px; 1.4em; }
}
@media screen and (max-width: 768px){
	.build-form-outer th.label, 
	.build-form-outer td.value { width: 100%; }
	.build-form-outer .woocommerce-variation-description {
		width: calc(100% - 4px);
		top: 145px;
		right: auto;
		line-height:1.3em;
		left: 4px;
	}
	.build-form-outer .single_variation_wrap { padding-top: 30px; margin-top: 80px; }
	.build-form-outer .rnTotalBox {
		bottom: -55px;
		left: 230px;
	}
}
@media screen and (max-width: 540px){
	.build-form-outer .rednaoExtraProductForm > div:not([class]) {
		margin: 0;
	}
	.rednaoWooRow { width: 97%; }
	.build-form-outer .rednaoWooRow {
		width: 100%;
		padding: 0;
	}
	.build-form-outer .rnTotalBox { display: block!important; }
	.build-form-outer .rnTotalBox label { font-size: 14px; }
	.build-form-outer span.amount.FinalTotal { font-size: 22px!important; }
	.build-form-outer .rnTotalBox {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		margin-left: 10px;
	}
	.build-form-outer th.label, 
	.build-form-outer td.value {
		width: 100%;
		padding-left: 0px!important;
	}
	.build-form-outer .woocommerce-variation-description {
		width: 100%;
		top: 130px;
		left: 0;
		font-size: 14px;animation-duration
	}
	.build-form-outer table.variations th label, .build-form-outer .rednaoWooRow label { font-size: 20px; }
}



/* End product page*/




/*- Pager Dots -*/
.home-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    left: calc(50% - 690px);
    width: 120px;
    padding: 15px 0;
    bottom: 0;
}
.home-banner .swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid white;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.2);
}
	.home-banner .swiper-pagination-bullet:hover {
		background: #FFF;
	}
.home-banner .swiper-pagination-bullet-active {
	border: 1px solid #C27340;
	background: #C27340;
}
	.home-banner .swiper-pagination-bullet:hover {
		background: #C27340;
	}

@media (max-width: 1400px) {
	.home-banner .swiper-container-horizontal>.swiper-pagination-bullets {
	    left: calc(50% - 570px);
	}
}
@media (max-width: 1150px) {
	.home-banner .swiper-container-horizontal>.swiper-pagination-bullets {
	    left: 0;
	}
}
@media (max-width: 767px) {
	.home-banner .swiper-container-horizontal>.swiper-pagination-bullets {
		padding: 10px;
		width: auto;
	}
}

/*- Pager Arrows -*/
.home-banner .elementor-swiper-button {
	bottom: -62px;
	top: auto;
	right: auto;
	background: #1D1D1B;
    padding: 10px;
    width: 60px;
}
	.home-banner .elementor-swiper-button-prev {
	    left: calc(50% - 690px);
	}
		.home-banner .elementor-swiper-button-prev i {
		    margin-left: auto;
		}
	.home-banner .elementor-swiper-button-next {
	    left: calc(50% - 630px);
	}
	.home-banner .elementor-swiper-button i {
		border: 1px solid white;
		background: #3E3E3C;
		font-size: 10px;
		padding: 5px;
	}

@media (max-width: 1400px) {
	.home-banner .elementor-swiper-button-prev {
	    left: calc(50% - 570px);
	}
	.home-banner .elementor-swiper-button-next {
	    left: calc(50% - 510px);
	}
}
@media (max-width: 1150px) {
	.home-banner .elementor-swiper-button-prev {
	    left: 0;
	}
	.home-banner .elementor-swiper-button-next {
	    left: 60px;
	}
}


/*- Headings -*/

.heading-brown {
    color: #C27340;
}
	.heading-brown-whitebg {
		display: inline-block;
		background: #F0F0F0;
		padding-right: 20px;
		position: relative;
		z-index: 2;
	}
.heading-white {
	display: inline-block;
	background: #FFF;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}
.heading-bg-dark {
	display: inline-block;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.heading-bg-dark-r {
	padding-right: 20px;
}
.heading-bg-dark-l {
	padding-left: 20px;
}
.heading-line {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #C27340;
	position: absolute;
	max-width: 90%;
	z-index: 1;
}
.heading-line-tl {
	top: 25%;
	right: 0;
}
.heading-line-br {
	bottom: 25%;
	left: 0;
}
.heading-line-br50 {
	bottom: 50%;
	left: 0;
}
.heading-line-bl50 {
	bottom: 50%;
	right: 0;
}
.heading-line-bl {
	bottom: 25%;
	right: 0;
}
.heading-line-under {
	width: 80px;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -20px;
}

/*- Testimonials -*/

/*.elementor-testimonial {
	background-image: url('../../uploads/2022/09/leftquote.png'),url('../../uploads/2022/05/quote.png');
	background-position: left top, bottom right;
    background-repeat: no-repeat;
    background-size: 35px;
    height: 100%;
}*/

/*- Products Archive -*/

/* Products Sidebar */

.product-sidebar > div {
	background-image: url('assets/images/icon-location.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.products.elementor-grid {}

.elementor-products-grid .woocommerce:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #C27340;
	z-index: 1;
}
.woocommerce .woocommerce-result-count {
	color: #333;
	font-family: "EB Garamond", sans-serif;
	margin: 6px 0 0;
	background: #FFF;
	padding-right: 30px;
	position: relative;
	z-index: 2;
}
.woocommerce .woocommerce-ordering {
	position: relative;
	z-index: 2;
	background: #1D1D1B;
	padding-left: 30px;
	margin-bottom: 25px;
}
.woocommerce .woocommerce-ordering select {
	background: #3E3E3C;
    border: 1px solid white;
    color: white;
    border-radius: 0;
	font-family: "EB Garamond", sans-serif;
	font-size: 16px;
}

@media (max-width: 480px) {
	.woocommerce .woocommerce-result-count {
		padding-right: 0;
	}
	.woocommerce .woocommerce-ordering {
		padding-left: 0;
	}
	.elementor-products-grid .woocommerce:after {
		display: none;
	}
}

@media (max-width: 400px) {
	.woocommerce .woocommerce-result-count{
		display: block;
	    text-align: center;
	    float: none;
	    margin: 0 0 20px;
	}
	.woocommerce .woocommerce-ordering {
		float: none;
	}
}



.products.elementor-grid li.product a.woocommerce-loop-product__link {
	padding: 8px 8px 18px;
}

/* More Details "Button" */
.woocommerce ul.products.elementor-grid li.product span.price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.products.elementor-grid span.price .amount {
	display: block;
	background: #1D1D1B;
	padding: 0 8px;
}
.products.elementor-grid span.price:after {
    content: "View Product";
    display: block;
    border: 1px solid #333;
    background: #FFF;
    color: #333;
    font-size: 14px;
    padding: 3px 5px;
    font-weight: 300;
}
@media (max-width: 480px) {
	.woocommerce ul.products.elementor-grid li.product span.price {
		flex-direction: column;
	}
	.products.elementor-grid span.price .amount {
		margin-bottom: 10px;
	}
	.woocommerce ul.products.elementor-grid li.product .woocommerce-loop-product__title {
		text-align: center;
	}
}
/*@media (max-width: 400px) {
	.woocommerce .elementor-products-grid ul.products.elementor-grid {
		display: block !important;
	}
	.woocommerce .elementor-products-grid ul.products.elementor-grid li.product {
		width: 100% !important;
		margin-bottom: 10px;
	}
}*/

/* Remove Add to Cart Button */
.products.elementor-grid .add_to_cart_button {
	display: none;
}


/*- Single Product Page -*/

.woocommerce div.product p.price {
	color: #c27340;
}

.product-lightbox a {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.product-lightbox a:after {
    content: "\f002";
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    border: 1px solid #FFF;
    color: #FFF;
    padding: 6px 10px;
}

/*Tabs*/
.product-tabs .elementor-tabs-wrapper {
	text-align: center;
	padding: 10px 5px;
	background: #333;
	/*background: url('../../uploads/2022/04/bg-nav.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.product-tabs .elementor-tabs-wrapper .elementor-tab-title {
	border: 1px solid #9C9690 !important;
	background: rgba(255,255,255,0.05);
	padding: 10px;
	margin: 0 5px;
}
.product-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	border: 1px solid #c27340 !important;
	background: #333;
}
.product-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
	border: 1px solid #c27340 !important;
	color: #c27340;
}

.icon-tour,
.icon-catalogue,
.icon-features,
.icon-gallery,
.icon-plans {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	vertical-align: bottom;
}
.icon-tour {
	height: 25px;
}
.icon-tour:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f54b";
	font-size: 14px;
}
.icon-catalogue {
	background-image: url('../../uploads/2022/05/icon-catalogue-w.png');
}
.icon-features {
	background-image: url('../../uploads/2022/05/icon-features-w.png');
}
.icon-gallery {
	background-image: url('../../uploads/2022/05/icon-gallery-w.png');
}
.icon-plans {
	vertical-align: top;
	background-image: url('../../uploads/2022/05/icon-plans-w.png');
}
@media (max-width: 767px) {
	.icon-catalogue,
	.icon-features {
		vertical-align: sub;
	}
	.icon-plans {
		vertical-align: baseline;
	}
}

.elementor-tab-title:hover .icon-catalogue,
.elementor-active .icon-catalogue {
	background-image: url('../../uploads/2022/05/icon-catalogue-b.png');
}
.elementor-tab-title:hover .icon-features,
.elementor-active .icon-features {
	background-image: url('../../uploads/2022/05/icon-features-b.png');
}
.elementor-tab-title:hover .icon-gallery,
.elementor-active .icon-gallery {
	background-image: url('../../uploads/2022/05/icon-gallery-b.png');
}
.elementor-tab-title:hover .icon-plans,
.elementor-active .icon-plans {
	background-image: url('../../uploads/2022/05/icon-plans-b.png');
}

.elementor-tabs-content-wrapper {
	/*border: 1px solid #4A4A49;
	border-top: none;*/
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
	display: none;
}


/*- Contact Page -*/
/* Contact Form */

.elementor-form input.elementor-field,
.elementor-form textarea.elementor-field,
.elementor-form .elementor-field select {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 40px;
}
/*.elementor-form #form-field-name {
	background-image: url('../../uploads/2022/05/icon-contact-name2.png');
}
.elementor-form #form-field-email {
	background-image: url('../../uploads/2022/05/icon-contact-email2.png');
}
.elementor-form #form-field-state {
	background-image: url('../../uploads/2022/05/icon-contact-state.png');
}
.elementor-form #form-field-reason {
	background-image: url('../../uploads/2022/05/icon-contact-reason2.png');
}
.elementor-form #form-field-message {
	background-image: url('../../uploads/2022/05/icon-contact-message2.png');
}
.elementor-form #form-field-phone {
	background-image: url('../../uploads/2022/06/icon-contact-phone.png');
}*/
/* Newsletter Form */
/*.elementor-form #form-field-firstname {
	background-image: url('../../uploads/2022/05/icon-contact-name2.png');
}.elementor-form #form-field-lastname {
	background-image: url('../../uploads/2022/05/icon-contact-name2.png');
}*/


/*- Footer -*/

.footer-right {
	background-image: url('../../uploads/2022/04/bg-nav.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.footer-right-col {
	margin: 0 10px;
}
.footer-right-col-b {
	background: rgba(0,0,0,0.6);
}
.footer-right-col-w {
	background: rgba(255,255,255,0.6);
}
.footer-right-email,
.footer-right-phone,
.footer-right-social-btm {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row nowrap;
}
.footer-right-email,
.footer-right-phone {
	padding: 10px 20px;
}
.footer-right-email img,
.footer-right-phone img {
	width: 30px;
	display: block;
}
.footer-right-col-text a {
	display: block;
	color: #FFF;
	font-family: "EB Garamond", sans-serif;
	margin-left: 15px;
}
.footer-right-social-top p {
	color: #FFF;
	font-family: "EB Garamond", sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 1px 8px;
}
.footer-right-social-btm {
	justify-content: space-evenly;
}
.footer-right-social-btm-icon a {
	display: block;
	padding: 5px 0;
}
.footer-right-social-btm-icon img {
	display: block;
	width: 30px;
}
.footer-right-social-btm-divider {
	width: 1px;
	background: #a29991;
	height: 20px;
	display: block;
}


@media (max-width: 1024px) {
	.footer-right-mobile-header {
		flex-flow: column nowrap;
		padding: 10px 0;
	}
	.footer-right-mobile-header .footer-right-email,
	.footer-right-mobile-header .footer-right-phone {
		justify-content: flex-start;
		padding: 5px;
	}
	.footer-right-mobile-header .footer-right-phone {
		margin-bottom: 10px;
	}
	.footer-right-mobile-header .footer-right-col-text a {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.footer-right-mobile-header .footer-right-col-text a {
		font-size: 16px;
	}
	.footer-right-mobile-header .footer-right-email img,
	.footer-right-mobile-header .footer-right-phone img {
		width: 20px;
	}
	.footer-right-mobile-header .footer-right-col-text a {
		margin-left: 8px;
	}
}

/* WOOCOMMERCE FORMAT SALE PRICE AND MAKE ON SEPARATE LINE */
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins, .product-price ins, .woocommerce ul.cart_list li .quantity ins, .woocommerce-page ul.cart_list li .quantity ins, .woocommerce ul.product_list_widget li .quantity ins, .woocommerce-page ul.product_list_widget li .quantity ins {
	text-decoration: none;
	display:block !important;
}
/* End WOOCOMMERCE FORMAT SALE PRICE AND MAKE ON SEPARATE LINE */



/*.dialog-type-lightbox .dialog-widget-content {
	width: 100% !important;
}*

.responsive-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.mm-iframe-watermark {
	position: relative;
}
.mm-iframe-watermark:after {
	content: "";
	background-image: url(assets/images/watermark-t.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30%;
	height: 11%;
	max-width: 350px;
	display: block;
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	opacity: 0.5;
}
	@media (max-width: 959px) {
		.mm-iframe-watermark:after {
			bottom: 5px;
		}
	}
	@media (max-width: 659px) {
		.mm-iframe-watermark:after {
			background-position: center left;
			height: 8%;
			left: 10px;
			bottom: 1px;
			transform: translate(0,0);
		}
	}
	@media (max-width: 559px) {
		.mm-iframe-watermark:after {
			height: 9%;
		}
	}
	@media (max-width: 519px) {
		.mm-iframe-watermark:after {
			width: 35%;
			height: 10%;
		}
	}
	@media (max-width: 499px) {
		.mm-iframe-watermark:after {
			height: 11%;
		}
	}
	@media (max-width: 399px) {
		.mm-iframe-watermark:after {
			width: 40%;
			height: 13%;
		}
	}