/* 
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
*/


/*
 * Global CSS
 * */
body{
	--white-color: var(--e-global-color-7e6d548);
	--transparent-color: var(--e-global-color-744692e);
	--light-blue-color: var(--e-global-color-9610d2a);
}

.br-desktop-none br{
    display: none;
}

figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0 !important;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */
.elementor-widget-button .elementor-button{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: flex-end;
}

.elementor-widget-button .elementor-button .elementor-button-icon{
	line-height: 0;
	margin-bottom: 5px;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
	width: 14px;
	fill: var(--e-global-color-primary);
	transition: all 0.3s;
}

.dark-blue.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
	fill: currentcolor;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.elementor-widget-button .elementor-button:focus .elementor-button-icon svg{
	fill: currentcolor;
}

/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/* Price calculator CSS */
.metaal-prijs-calculator .prijs-calculator-field:not(:last-child){
	margin-bottom: 15px;
}

.prijs-calculator-field label{
	color: #0e2a27;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	margin-bottom: 15px;
}

.prijs-calculator-field select,
.prijs-calculator-field input{
	width: 100%;
	border: 1px solid #0e2a27;
    border-radius: 0;
	outline: none;
	color: rgb(from #0e2a27 r g b / 60%);
	background-color: transparent;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 18px;
    font-weight: 700;
	line-height: 1.4em;
	letter-spacing: -0.08em;
    padding: 16px 25px;
}

.totalprice-field.prijs-calculator-field input{
	background-color: var( --e-global-color-secondary );
}

.prijs-calculator-field select{
	padding: 16px 65px 16px 25px;
	cursor: pointer;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none;
	background-image: url("images/select-down-arrow.svg");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 18px auto;
}

.prijs-calculator-field .select-field-wrapper{
	position: relative;
}

.prijs-calculator-field .select-field-wrapper:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 58px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #0e2a27;
    z-index: 1;
}

.prijs-calculator-field select::placeholder,
.prijs-calculator-field input::placeholder{
	opacity: 1 !important;
	color: rgb(from #0e2a27 r g b / 60%);
}

.prijs-calculator-field .error-msg{
	margin-top: 6px;
	font-size: 16px;
	line-height: 1.2em;
	color: #FF0000;
}

@media only screen and (max-width: 1024px) {
	
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
		gap: 10px !important;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
		width: 10px;
	}
	
	/* Price calculator CSS */
	.prijs-calculator-field label{
		font-size: 16px;
	}

	.prijs-calculator-field select,
	.prijs-calculator-field input{
		font-size: 16px;
		padding: 14px 20px;
	}

	.prijs-calculator-field select{
		padding: 14px 55px 14px 20px;
		background-position: center right 15px;
		background-size: 16px auto;
	}

	.prijs-calculator-field .select-field-wrapper:after{
		right: 48px;
	}
}


/*
 * Header CSS
 * */
.header-menu ul li > ul.sub-menu li a{
	border: 0;
}

.header-menu.elementor-element nav.elementor-nav-menu--dropdown ul li > ul.sub-menu li a{
	padding-left: 35px;
}


/*
 * Hero Form CSS
 * */

.hero-form-container{
	position: absolute;
    top: 20px;
    right: 20px;
}

.hero-section-title{
	padding: 10px 50px 10px 100px;
}

@media only screen and (max-width: 1440px) {
	
	.hero-section-title{
		padding: 10px 40px 10px 40px;
	}
	
	
}

@media only screen and (max-width: 1024px) {
	
	.hero-form-container{
		position: inherit;
		top: 0;
		right: 0;
	}
	
	.hero-section-title {
        padding: 0;
    }
	
	.hero-form-container.e-con .hero-form.elementor-widget{
/* 		max-width: 400px; */
	}
	
}


/*
 * Home Page CSS
 * */
.hero-icon-list{
	width: 100%;	
}

.hero-icon-list ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	gap: 20px 30px;
}

.hero-icon-list ul li{
	width: auto;
	gap: 20px;
}

.hero-icon-list ul li .elementor-icon-list-icon{
	margin-right: 20px;
}

.hero-icon-list ul li:first-child svg{
	height: 35px;
	width: 35px;
}

.service-box .elementor-icon-box-icon{
	position: absolute;
}

.service-box .elementor-icon-box-content .elementor-icon-box-title {
	padding-left: 80px;
}

@media only screen and (max-width: 1024px) {
	
	.hero-icon-list ul li{
		gap: 10px;
	}
	
	.hero-icon-list ul li .elementor-icon-list-icon{
		margin-right: 10px;
	}
	
	.hero-icon-list.elementor-widget-icon-list ul li .elementor-icon-list-icon svg{
		margin: 0;
	}
	
	.hero-icon-list ul li:first-child svg{
		height: 28px;
		width: 28px;
	}
}

@media only screen and (max-width: 767px) {
	
	.hero-icon-list ul{
		gap: 15px;
	}

	.hero-icon-list ul li{
		width: 100%;
		gap: 5px;
	}
	
	
	.hero-icon-list ul li .elementor-icon-list-icon{
		margin-right: 5px;
	}
	
	.hero-icon-list ul li:first-child svg{
		height: 20px;
		width: 20px;
	}
}

/*
 * Make an Appointment Template CSS
 * */
.make-appointment-icon-list ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap: 20px 30px;
}

.make-appointment-icon-list ul li{
	display: inline-block;
}

.make-appointment-icon-list ul li:first-child svg{
	height: 35px;
	width: 35px;
}

@media only screen and (max-width: 1024px) {
	
	.make-appointment-icon-list ul{
		gap: 15px;
	}
	
	.make-appointment-icon-list ul li{
/* 		width: 100%; */
		gap: 5px;
	}
	
	.make-appointment-icon-list ul li:first-child svg{
		height: 20px;
		width: 20px;
	}
}

 @media only screen and (max-width: 767px) {
	
	.make-appointment-icon-list ul li{
		width: 100%;
	} 
} 


/*
 * Contact Form Template CSS
 * */
.send-msg-contact-form .elementor-form .elementor-field-group input,
.send-msg-contact-form .elementor-form .elementor-field-group textarea{
	padding: 21px 21px 21px 30px;
}

.send-msg-contact-form .elementor-form .elementor-field-group input::placeholder,
.send-msg-contact-form .elementor-form .elementor-field-group textarea::placeholder{
	font-size: 18px;
	color: var(--e-global-color-primary);
	opacity: 1;
}

.send-msg-contact-form .elementor-form .e-form__buttons{
	margin-top: 15px;
}

@media only screen and (max-width: 1024px){
	
	.send-msg-contact-form .elementor-form .elementor-field-group input,
	.send-msg-contact-form .elementor-form .elementor-field-group textarea{
		padding: 18px 18px 18px 25px;
	}
	
	.send-msg-contact-form .elementor-form .elementor-field-group{
		padding-right: calc(20px / 2) !important;
    	padding-left: calc(20px / 2) !important;
	}
	
	.send-msg-contact-form .elementor-form .elementor-form-fields-wrapper{
		margin-left: calc(-20px / 2) !important;
    	margin-right: calc(-20px / 2) !important;
	}
}

@media only screen and (max-width: 767px) {
	
	.send-msg-contact-form .elementor-form .elementor-field-group input,
	.send-msg-contact-form .elementor-form .elementor-field-group textarea{
		padding: 14px 14px 15px 20px;
	}
	
	.send-msg-contact-form .elementor-form .e-form__buttons{
		margin-top: 10px;
	}
}


/*
 * Metalen Page CSS
 * */
.child-pages-list-wrapper ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 50px 40px;
	list-style: none;
	padding: 0;
}

.child-pages-list-wrapper ul li a{
	display: block;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 20px;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
	background-color: var(--e-global-color-accent);
	color: var(--white-color);
	border: 2px solid var(--e-global-color-accent);
	border-radius: 60px;
	padding: 28px 50px 28px 50px;
	transition: all 0.3s ease-in-out;
}

.child-pages-list-wrapper ul li a:hover{
	background-color: transparent;
	color: var(--e-global-color-accent);
}

.service-counter-box{
  	counter-reset: section;
}

.service-counter-box .service-icon-box-counter{
  	counter-increment: section;
}

.service-counter-box .elementor-widget-container::before{
  	content: counter(section);
	position: absolute;
	top: 3px;
	left: 12px;
	font-size: 14px;
    font-weight: 700;
}

.service-counter-box .elementor-widget-container::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	background: transparent;
    border: 2px solid var(--e-global-color-primary);
    clip-path: polygon(0% 0%, 0% 0%, 50% 0%, 100% 100%, 20% 100%, 100% 40%, 100% 100%, 0% 100%);
}

.service-icon-box-counter .elementor-icon-box-wrapper .elementor-icon-box-description a{
	font-weight: 600;
	color: var(--light-blue-color);
	text-decoration: underline;
}

.price-of-particular-metal{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 50px;
}

.price-of-particular-metal > div{
	text-align: center;
}

.price-of-particular-metal h3{
    font-size: 90px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    line-height: 1.08em;
    letter-spacing: -0.08em;
	color: var(--white-color);
	margin: 0 0 20px;
}

.price-of-particular-metal p{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    color: var(--white-color);
	margin: 0;
}


@media only screen and (max-width: 1024px){
	
	.child-pages-list-wrapper ul{
		gap: 30px;
	}
	
	.child-pages-list-wrapper ul li a{
		font-size: 18px;
		padding: 20px 40px;
	}
	
	.price-of-particular-metal{
		justify-content: flex-start;
	}
	
	.price-of-particular-metal > div{
		text-align: left;
	}

	.price-of-particular-metal h3{
		font-size: 60px;		
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 767px){
	
	.child-pages-list-wrapper ul{
		gap: 20px;
	}
	
	.child-pages-list-wrapper ul li a{
		font-size: 14px;
		padding: 16px 24px;
	}
	
	.service-counter-box .elementor-widget-container::before{
		top: 1px;
    	left: 10px;
	}
	
	.service-counter-box .elementor-widget-container::after{
		width: 26px;
    	height: 26px;
	}
	
	.price-of-particular-metal{
		gap: 30px;
		justify-content: start;
	}

	.price-of-particular-metal h3{
		font-size: 40px;
	}

}


/*
 * Contact Page CSS
 * */
.contact-page-form.elementor-element .contact-template-wrapper .e-con .e-con-inner{
	padding-top: 50px;
	padding-bottom: 70px;
}

.contact-page-form.elementor-element .contact-template-wrapper .contact-us-title .elementor-widget-container,
.contact-page-form.elementor-element .contact-template-wrapper .send-msg-contact-form .elementor-button[type="submit"]{
	border-color: var(--white-color);
}

.contact-page-form.elementor-element .contact-template-wrapper .contact-us-title .elementor-widget-container .elementor-heading-title,
.contact-page-form.elementor-element .contact-template-wrapper .contact-form-heading .elementor-widget-container .elementor-heading-title,
.contact-page-form.elementor-element .contact-template-wrapper .contact-form-content .elementor-widget-container p,
.contact-page-form.elementor-element .contact-template-wrapper .contact-form-content .elementor-widget-container p a,
.contact-page-form.elementor-element .contact-template-wrapper .send-msg-contact-form .elementor-button[type="submit"]{
	color: var(--white-color);
}

.contact-page-form.elementor-element .contact-template-wrapper .send-msg-contact-form .elementor-button[type="submit"]:hover{
	background-color: var(--white-color);
	color: var(--e-global-color-primary);
}

@media only screen and (max-width: 1024px){
	
	.contact-page-form.elementor-element .contact-template-wrapper .e-con .e-con-inner{
		padding-top: 20px;
		padding-bottom: 60px;
	}	
}

@media only screen and (max-width: 767px){
	
	.contact-page-form.elementor-element .contact-template-wrapper .e-con .e-con-inner{
		padding-bottom: 40px;
	}
}


/*
 * Prices page css
 * */
.metaal-info-item{
	margin-bottom: 100px;
}

.metaal-info-item:last-child{
	margin-bottom: 0;
}

.metaal-info-item .metaal-info-header .metaal-info-header-title{
	padding-bottom: 30px;
	margin-bottom: 80px;
	border-bottom: 1px solid var( --e-global-color-primary );
}

.metaal-info-item .metaal-info-header .metaal-info-header-title h5{
	margin: 0;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.52em;
}

.metaal-info-item .metaal-info-body{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
}

.metaal-info-item .metaal-info-body .metaal-info-body-left{
	width: calc(70% - 30px);
}

.metaal-info-item .metaal-info-body .metaal-info-body-right{
	width: calc(30% - 30px);
	padding-top: 90px;
}

.metaal-info-item .metaal-info-body .metaal-info-body-title{
	margin-bottom: 40px;
}

.metaal-info-item .metaal-info-body .metaal-info-body-title h2{
	margin: 0;
}

.metaal-info-item .metaal-info-table table{
	margin-block-end: 0;
}

.metaal-info-item .metaal-info-table table thead tr th{
	border: none;
	font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    color: var(--e-global-color-text);
	text-align: left;
	padding: 12px 20px;
	vertical-align: middle;
	background-color: rgb(from var(--e-global-color-primary) r g b / 10%);
}

.metaal-info-item .metaal-info-table table thead tr th:nth-child(1){
	width: 58%;
}

.metaal-info-item .metaal-info-table table thead tr th:nth-child(2){
	width: 22%;
}

.metaal-info-item .metaal-info-table table thead tr th:nth-child(3){
	width: 20%;
}

.metaal-info-item .metaal-info-table table tbody tr td{
	border: none;
	font-size: 18px;
	font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    color: var(--e-global-color-text);
	text-align: left;
	padding: 14px 20px;
	background-color: transparent;
	vertical-align: middle;
	transition: all 0.1s ease-in-out;
}

.metaal-info-item .metaal-info-table table tbody tr td a{
	color: inherit;
	text-decoration: underline;
}

.metaal-info-item .metaal-info-table table tbody > tr:nth-child(even) > td{
	padding: 12px 20px;
	background-color: rgb(from var(--e-global-color-primary) r g b / 10%);
}

.metaal-info-item .metaal-info-table table tbody > tr:hover > td:has(a){
	font-weight: 700;
	color: var(--light-blue-color);
	background-color: rgb(from var(--e-global-color-primary) r g b / 20%);
}

.metaal-info-item .metaal-info-table table thead tr th:first-child,
.metaal-info-item .metaal-info-table table tbody tr td:first-child{
	border-radius: 8px 0 0 8px;
}

.metaal-info-item .metaal-info-table table thead tr th:last-child,
.metaal-info-item .metaal-info-table table tbody tr td:last-child{
	border-radius: 0 8px 8px 0;
}

.metaal-info-item .metaal-info-body .metaal-info-body-subtitle{
	margin-bottom: 25px;
}

.metaal-info-item .metaal-info-body .metaal-info-body-subtitle h6{
    font-size: 18px;
    font-weight: 700;
    color: var(--e-global-color-text);
	margin: 0;
}

.metaal-info-item .metaal-info-body .metaal-info-body-content{
    font-size: 18px;
    color: var(--e-global-color-text);
}

.metaal-info-item .metaal-info-body .metaal-info-body-content p{
	margin-block-end: 1.5rem;
}

.metaal-info-item .metaal-info-body .metaal-info-body-content > *:last-child{
	margin-bottom: 0;
}

.metaal-info-item .metaal-info-body .metaal-info-body-action{
	margin-top: 30px;
}

.metaal-info-item .metaal-info-body .metaal-info-body-action .metaal-btn{
	color: var(--e-global-color-accent);
	background-color: transparent;
}

.metaal-info-item .metaal-info-body .metaal-info-body-action .metaal-btn:hover{
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1024px){
	
	.metaal-info-item{
		margin-bottom: 60px;
	}

	.metaal-info-item .metaal-info-header .metaal-info-header-title{
		padding-bottom: 20px;
		margin-bottom: 40px;
	}

	.metaal-info-item .metaal-info-body{
		flex-direction: column;
	}

	.metaal-info-item .metaal-info-body .metaal-info-body-left{
		width: 100%;
	}

	.metaal-info-item .metaal-info-body .metaal-info-body-right{
		width: 100%;
		padding-top: 0;
	}

	.metaal-info-item .metaal-info-body .metaal-info-body-title{
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 991px){
	
	.metaal-info-item .metaal-info-table table thead tr th{
		font-size: 16px;
		padding: 12px 15px;
	}
	
	.metaal-info-item .metaal-info-table table thead tr th:nth-child(1){
		width: 55%;
	}

	.metaal-info-item .metaal-info-table table thead tr th:nth-child(2){
		width: 23%;
	}

	.metaal-info-item .metaal-info-table table thead tr th:nth-child(3){
		width: 22%;
	}
	
	.metaal-info-item .metaal-info-table table tbody tr td{
		font-size: 16px;
		padding: 14px 15px;
	}
	
	.metaal-info-item .metaal-info-table table tbody > tr:nth-child(even) > td{
		padding: 12px 15px;
	}
	
	.metaal-info-item .metaal-info-body .metaal-info-body-subtitle h6,
	.metaal-info-item .metaal-info-body .metaal-info-body-content{
		font-size: 16px;
	}	
}

@media only screen and (max-width: 767px){
	
	.metaal-info-item{
		margin-bottom: 50px;
	}

	.metaal-info-item .metaal-info-header .metaal-info-header-title{
		margin-bottom: 30px;
	}

	.metaal-info-item .metaal-info-body{
		gap: 30px;
	}

	.metaal-info-item .metaal-info-table{
		overflow: hidden;
		overflow-x: auto;
	}
	
	.metaal-info-item .metaal-info-table table{
		min-width: 190%;
	}

	.metaal-info-item .metaal-info-table table thead tr th:nth-child(1){
		width: 50%;
	}

	.metaal-info-item .metaal-info-table table thead tr th:nth-child(2){
		width: 25%;
	}

	.metaal-info-item .metaal-info-table table thead tr th:nth-child(3){
		width: 25%;
	}
	
	.metaal-info-item .metaal-info-body .metaal-info-body-subtitle{
		margin-bottom: 20px;
	}

	.metaal-info-item .metaal-info-body .metaal-info-body-content p{
		margin-block-end: 1.25rem;
	}
}



