﻿@font-face{
	font-family: quentinregular;
	src:url('../fonts/quentin-webfont.eot') format("embedded-opentype"), url('../fonts/quentin-webfont.woff2') format("woff2");
	font-weight: 400;
	font-style: normal
}

body {
    font-family: 'Poppins', sans-serif;
}
p,a,span,  *,
h1,h2,h3,h4,h5,h5 {
    font-family: 'Poppins', sans-serif;
}

.tmx-font-casanove {
	
	font-family: quentinregular  !important;
	font-style:normal;
	letter-spacing:0;
	/* color: #761394; */
    color: #6C9E90;
}

.tmx-font-casanove.large {
	font-size:66px;
    display: block;
    line-height:1em;
    font-weight:100;
}

.tmx-font-casanove.small {
    font-size: 1rem !important;
}

.tmx-border {
	border: 1px solid red !important;
}  


@media(min-width: 680px){
	#jsmx-modal-location  .google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}

	#jsmx-modal-location .google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}