/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
 
@font-face {
    font-family: 'Eurostile Extended';
    src: url('EurostileExtended-Roman.woff2') format('woff2'),
        url('EurostileExtended-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, p, h1, h2, h3, h4, h5, h6{
	font-family: 'Eurostile Extended';
}
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}
.sticky-movement>div{
	position: sticky;
    top: 50px;
    -webkit-position: sticky;
}
.overlay-heading.elementor-widget{
	position: absolute;
	bottom: 10px;
	padding: 24px 10px;
	background-color: #fff;
	width: 100%;
}
.relative .e-con-boxed .e-con-inner{
	position: relative;
}
.overlay-on-hover .e-con-boxed .e-con-inner:hover .overlay-heading.elementor-widget{
	background-color: rgb(0 0 0/.4);
}
.overlay-on-hover .e-con-boxed .e-con-inner:hover .overlay-heading.elementor-widget h3{
	color: #fff;
}
.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
input.wpcf7-form-control, textarea {
    width: 100%;
    border: 1px solid transparent;
    border-bottom-color: #352924;
	height: 40px;
    padding: 10px;
}
.form-col p {
    margin: 0;
}
form .wpcf7-submit{
	background-color: #352924;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.wpcf7-not-valid-tip{
	font-size: 14px;
}
textarea.wpcf7-textarea{
	min-height: 100px;
}