/**
* Theme Name: Tenton Child
* Description: This is a child theme of Tenton.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: tenton
* Version: 1.0.0
*/
html, body {
  scroll-behavior: smooth;
}
.saam-office a {
	color: #002830!important;
}

.no-clip svg, .no-clip g {
	clip-path: none!important;
}	

.elementor-button-icon svg {
	width: 0.5em!important;
}

.no-word-break {
	word-break: none!important;
}

.is-card-background article {
	
}

.is-card-background .m-neuron-post__text {
	position: absolute;
	bottom: 0;
	padding: 2rem 5rem 2rem 2rem!important;
	background: linear-gradient(0deg, #000000c2 0%, transparent 100%);
	left: 0;
	right: 0;
}

.is-card-background .m-neuron-post__read-more {
	position: absolute;
	bottom:2rem;
	right:2rem;
	margin: 0px!important;
}

.is-card-background .m-neuron-post__read-more svg {
	height: 3rem;
	width: 3rem;
}
@media(max-width:992px){
	.is-card-background .m-neuron-post .m-neuron-post__thumbnail--link{
		padding-bottom:0 !important;
		height:380px;
	}
}

/* contact page form */
.is-contact-form {
	max-width: 800px!important;
	padding: 1rem!important;

}

.is-contact-form .gform_fields {
	grid-row-gap: 1rem!important;
	grid-column-gap: 1rem!important;
}

.is-contact-form .ginput_container {
	background: #F7F7F7!important;
	color: black!important;
	padding: 0.75rem 1.5rem!important;
}


.is-contact-form input, .is-contact-form textarea {
	background: #F7F7F7!important;
	color: black!important;
}

.is-contact-form textarea {
	height: 38.5px!important;
}

.is-contact-form input[type='submit'] {
	color: white!important;
	background: #002830!important;
	height: 60.5px!important;
	border: none!important;
	padding: 0.75rem 1.5rem!important;
	width: 100%!important;
}

.is-contact-form .gfield--type-textarea {
	grid-column: span 8!important;
}

.is-contact-form .gform_confirmation_message {
	color: black!important;
	
}

.is-contact-form .gfield--type-submit {
	grid-column: span 4!important;
}

.gform_heading, .gform_footer {
	display: none!important;
}

/* Footer form */
.is-footer-form {
	max-width: 800px!important;
	padding: 1rem!important;
}

.is-footer-form input[type='submit'] {
	color: #002830!important;
	background: #FCB948!important;
	height: 60.5px!important;
	border: none!important;
	padding: 0.75rem 1.5rem!important;
}

.is-footer-form .gform_fields {
	grid-row-gap: 1rem!important;
	grid-column-gap: 1rem!important;
}

.is-footer-form .ginput_container {
	background: #11363D!important;
	color: white!important;
	padding: 0.75rem 1.5rem!important;
}


.is-footer-form input, .is-footer-form textarea {
	background: #11363D!important;
	color: white!important;
}

.is-footer-form input::placeholder, .is-footer-form textarea::placeholder {
	color: white!important;
}

.is-footer-form textarea {
	height: 38.5px!important;
}


/* Accordeon FAQ */
.e-n-accordion-item-title-text {
	font-size: 2rem!important;
}

.saam__translate .wpml-ls-item {
    padding: 0!important;
    border: none !important;
}

.saam__translate .js-wpml-ls-item-toggle::after {
	display:none!important;
}


.saam__translate .js-wpml-ls-item-toggle, .saam__translate .wpml-ls-link {
	padding: 0!important;
	border: none!important;
}

.saam__translate .js-wpml-ls-item-toggle img, 
.saam__translate .wpml-ls-sub-menu img {
	height: 100%!important;
	width: 100%!important;
	object-fit: cover!important;
}

.saam__translate ul {
	border: none!important;
	gap: 1rem;
	display: flex;
	align-content: center;
	justify-content: center;
}

.saam__translate {
}

#pointer-events-none {
	pointer-events: none!important;
}

/* Heading underline color */
h1,h2,h3,h4,h5,h6, h1 u, h2 u, h3 u, h4 u, h5 u, h6 u {
	text-decoration-color: #FCB948!important;

}


/* FONTS */
@font-face {
    font-family: "Aeonik Regular";
    src: url('aeonik-regular.woff2') format('woff2'), url('aeonik-regular.woff') format('woff');
}

@font-face {
    font-family: "Aeonik Medium";
    src: url('aeonik-medium.woff2') format('woff2'), url('aeonik-medium.woff') format('woff');
}

* {
    font-family: "Aeonik Regular"!important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "AlmarenaNeueRegular"!important;
}

/* Remove portfolio navigation */
.single-portfolio .o-post-navigation, .single-portfolio .elementor-widget-neuron-post-navigation { 
display: none!important;
}


/* Hide footer elements on contact page */
.page-id-7776 .hide-on-contact, .page-id-8537 .hide-on-contact, .page-title-contact .hide-on-contact  {
    display: none!important;
}