@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/pagetexture.jpg);
  	background-repeat: repeat-y;
  	background-size: 100%;
	background-position: center;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-optical-sizing: auto;
}


.tv-blurb {
	background: #7a9f0b;
	border-radius: 20px;
	width: auto;
	color: #fff;
	padding: 10px 40px 15px 50px;
	margin: 30px 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.tv-blurb h3 {
	color: #fff!important;
	font-size: 1.25em;
}
.tv-blurb-strip {
	position: absolute;
	left: -55px;
	top: -25px;
	width: 90px;
	height: 180px;
	rotate: 20deg;
}
.tv-blurb-strip img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
.tv-blurb {
	padding: 15px 120px 15px 120px;
}
.tv-blurb-strip {
	left: 0;
	top: -25px;
	width: 100px;
	height: 180px;
}
.tv-blurb h3 {
	font-size: 1.75em;
}
}


.contact-list {
	text-align: center;
}
.contact-list ul {
	list-style: none;
	font-weight: 400;
}
.contact-form {
	text-align: center;
	padding-left: 20px;
}
.contact-form label {
	font-weight: 400;
}
@media (min-width: 768px) {
.contact-list {
	text-align: right;
}
.contact-form {
	text-align: left;
	border-left: 1px dotted #333;
	padding-left: 20px;
}
}

.signature {
	font-family: "milonguita", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 3em;
	margin: 40px 0;
}

/** Itinerary **/
.itinerarymap {
	width: 100%;
	height: auto;
}
.itinerarymap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.itinerary h3 {
	font-size: 2em!important;
}
.itinerary ul {
	margin: 0 0 20px -20px;
	font-size: 1.1em;
}

/* Navigation */
.nav {
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin: 0 0 20px 0;
	padding: 10px 0;
	z-index: 200;
	position: absolute;
	top: 0;
}
.logo {
	width: 220px;
	height: 150px;
	padding: 0;
	margin: 0 auto;
	background-size: contain;
	background-image: url("../images/loirevalleygems-logo-wht-ol.png");
	background-repeat: no-repeat;
	background-position: center;
}
.socialicons {
	width: 100%;
	padding: 0;
	text-align: center;
	display: none;
}
.social-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
}
.social-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.social-icon img:hover {
	opacity: 50%;
}
.telephone {
	width: 100%;
	padding: 0;
	font-size: 1.25em;
	text-align: center;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.5px;
	display: none;	
}
.telephone span:before {
	content: '';
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: contain;
	background-image: url("../images/phoneicon.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 10px 0 -25px;
	position: relative;
	bottom: -10px;
	list-style-position: inside;
}
.navigation {
	width: 100%;
}
@media (min-width: 992px) {
.nav {
	padding: 10px 0;
}
.logo {
	margin: 0;
}
.socialicons {
	text-align: right;
	padding: 10px 0 5px 0;
	display: block;
}
.telephone {
	text-align: right;
	padding: 10px 0 5px 0;
	font-size: 1.75em;
	display: block;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}
.telephone span:before {
	height: 35px;
	width: 35px;
}
}
@media (min-width: 1400px) {
.nav {
	padding: 10px 5%;
}
}

/* Jumbo */
.jumbo {
	width: 100%;
	height: auto;
	background: url(../images/sectionpics-index01_06.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: -400px top;
	padding: 250px 10px 120px 10px;
}
.jumbo-about {
	width: 100%;
	height: 350px;
	background: url(../images/jumbo-headerpics_01.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center bottom;
}
.jumbo-03 {
	width: 100%;
	height: 350px;
	background: url(../images/jumbo-headerpics_01.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center bottom;
}
.jumbo-text {
	padding: 20px 10px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
	border-radius: 20px;
}
.jumbo-text h1 {
	font-size: 2.5em;
	line-height: 1em;
	font-family: "Cinzel Decorative", serif;
  	font-weight: 700;
 	font-style: normal;
	color: #fff;
	text-shadow: 0 6px 20px rgba(0,0,0,0.6);
}
.jumbo-text h1 span {
	color: #7a9f0b;
}
.jumbo-text p {
	color: #fff;
  	font-weight: 500;
	font-size: 1.15em;
	line-height: 1.3em;
	text-shadow: 0 6px 20px rgba(0,0,0,0.9);
}
.jumbo-text  a.btn {
	font-size: 18px;
	line-height: 1.1em;
	text-shadow: none;
	margin: 20px 0 0 0;
}
@media (min-width: 480px) {
.jumbo-text h1 {
	font-size: 3em;
}
.jumbo-text p {
	font-size: 1.25em;
}
}
@media (min-width: 576px) {
.jumbo {
	background: url(../images/sectionpics-index01_03.jpg);
	background-size: cover;
	background-position: center top;
	padding: 250px 0 150px 0;
	background-repeat: no-repeat;
}
.jumbo-text {
	padding: 20px 10px;
	margin: 0 auto;
	width: 80%;
}
.jumbo-text h1 {
	font-size: 3.25em;
}
.jumbo-text p {
	font-size: 1.35em;
}
}
@media (min-width: 768px) {
.jumbo-text h1 {
	font-size: 4.25em;
}
.jumbo-text p {
	font-size: 1.5em;
}
}
@media (min-width: 992px) {
.jumbo {
	background: url(../images/sectionpics-index01_03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 250px 10px 280px 10px;
}
.jumbo-text h1 {
	font-size: 4.5em;
}
.jumbo-text p {
	font-size: 1.65em;
}
.jumbo-text  a.btn {
	font-size: 22px;
}
}
@media (min-width: 1200px) {
.jumbo {
	background: url(../images/sectionpics-index01_01.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 250px 10px 250px 10px;
}
.jumbo-text {
	padding: 20px 10px;
	margin: 0 auto;
	width: 60%;
}
}
@media (min-width: 1400px) {
.jumbo {
	padding: 200px 22% 160px 22%;
}
.jumbo-text {
	padding: 50px;
	width: 100%;
}
.jumbo-text  h1 {
	font-size: 5em;
}
.jumbo-text  p {
	font-size: 1.75em;
}
}
@media (min-width: 1600px) {
.jumbo-text  h1 {
	font-size: 5.25em;
}
}
@media (min-width: 1800px) {
.jumbo-text  h1 {
	font-size: 5.25em;
}
}


/* Content */
.content {
}

h2.padlock:before {
	content: '';
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: contain;
	background-image: url("../images/padlock.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 10px 0 -15px;
	position: relative;
	bottom: 0;
}

/* Text Section */
.text-section { 
	text-align: center;
	padding: 0;
}
.text-section-picgroup {
	margin: 20px 0;
	position: relative;
}
.text-section-picgroup-pic {
	width: 100%;
	height: 150px;
	border-radius: 20px;
	overflow: hidden;
	margin: 10px 0;
}
.text-section-picgroup-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-section-pic {
	width: 80%;
	height: auto;
	margin: 0 auto
}
.text-section-pic img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
@media (min-width: 480px) {
.text-section { 
	padding: 0;
}
.text-section-picgroup-pic {
	height: 120px;
}
}
@media (min-width: 576px) {
.text-section { 
	padding: 0 8%;
}
.text-section-picgroup {
	margin: 20px 0;	
}
.text-section-picgroup-pic {
	height: 150px;
}
}
@media (min-width: 768px) {
.text-section { 
	padding: 0 5%;
}
.text-section-picgroup {
	margin: 40px 10%;	
}
.text-section-pic {
	width: 100%;
}
}
@media (min-width: 992px) {
.text-section { 
	padding: 0 5%;
}
}
@media (min-width: 1200px) {
.text-section { 
	padding: 0 10%;
}
.text-section-picgroup {
	margin: 40px 0;	
}
.text-section-picgroup-pic {
	height: 200px;
}
}
@media (min-width: 1400px) {
.text-section { 
	padding: 0 15%;
	margin: 60px 0;
}
}
@media (min-width: 1600px) {
.text-section { 
	padding: 0 20%;
}
}

/* Pic Sections */
.pic-section {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 100px 3% 100px 3%;
	margin: 40px 0;
}
.pic-section-text {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 20px;
	background: rgba(0,0,0,.6);
	text-align: center;
	position: relative;
	border-radius: 20px;
}
.pic-section-index {
	width: 100%;
	height: auto;
	background: url(../images/sectionpics-index02_06.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top;
	padding: 120px 3% 130px 3%;
	margin: 50px 0;
	text-align: center;
}
.pic-section-testimonial {
	background: url(../images/sectionpics-testimonials01_07.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial02 {
	background: url(../images/sectionpics-testimonials02_07.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial03 {
	background: url(../images/sectionpics-testimonials03_07.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial04 {
	background: url(../images/sectionpics-testimonials04_07.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial05 {
	background: url(../images/sectionpics-testimonials05_07.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
@media (min-width: 576px) {
.pic-section {
	padding: 125px 6% 125px 6%;
	margin: 40px 0;
}
}
@media (min-width: 768px) {
.pic-section {
	padding: 150px 12% 150px 12%;
	margin: 40px 0;
}
.pic-section-testimonial {
	background: url(../images/sectionpics-testimonials01_04.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial02 {
	background: url(../images/sectionpics-testimonials02_04.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial03 {
	background: url(../images/sectionpics-testimonials03_04.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial04 {
	background: url(../images/sectionpics-testimonials04_04.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial05 {
	background: url(../images/sectionpics-testimonials05_04.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
}
@media (min-width: 992px) {
.pic-section-index {
	padding: 120px 12% 150px 12%;
}
.pic-section-testimonial {
	background: url(../images/sectionpics-testimonials01_02.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial02 {
	background: url(../images/sectionpics-testimonials02_02.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial03 {
	background: url(../images/sectionpics-testimonials03_02.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial04 {
	background: url(../images/sectionpics-testimonials04_02.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.pic-section-testimonial05 {
	background: url(../images/sectionpics-testimonials05_02.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
}
@media (min-width: 1200px) {
.pic-section {
	padding: 150px 15% 150px 15%;
	margin: 40px 0;
}
.pic-section-index {
	background: url(../images/sectionpics-index02_03.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top;
	padding: 180px 12% 300px 12%;
	margin: 50px 0;
}
}
@media (min-width: 1600px) {
.pic-section {
	padding: 200px 25% 200px 25%;
	margin: 40px 0;
}
.pic-section-index {
	background: url(../images/sectionpics-index02_02.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top;
	padding: 160px 20% 350px 20%;
	margin: 60px 0;
}

}

/* Footer */
.footer {
	background: url(../images/footer_02.jpg);
  	background-repeat: no-repeat;
  	background-size: contain;
	background-position: top;
	background-color: #64092b;
	padding: 60px 5%;
	margin: 20px 0 0 0;
	color: #fff;
	text-align: center;
}
.footer-imprint {
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
}
.footer-logo {
	width: 200px;
	height: auto;
	margin: 0 auto;
}
.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-map {
	width: 100%;
	height: 345px;
	border: 4px solid rgba(255,255,255,1);
	border-radius: 20px;
	overflow: hidden;
}
.footer ul {
	list-style: none;
	margin-left: -40px;
	font-size: .9em;
}
.footer h4 {
  	font-weight: 500;
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #fff;
}
.footer p {
	font-size: .9em;
}
@media (min-width: 768px) {
.footer {
	text-align: left;
}
}
@media (min-width: 992px) {
.footer {
	padding: 80px 5%;
}
}
@media (min-width: 1200px) {
.footer {
	padding: 120px 10%;
}
.footer-imprint {
	margin: 20px 0 0 0;
}
}
@media (min-width: 1400px) {
.footer {
	padding: 120px 15%;
}
}
@media (min-width: 1600px) {
.footer {
	padding: 150px 15%;
}
}


/* Text */
.content h1 {
	font-size: 1em;
  	font-weight: 700;
 	font-style: normal;
	color: #7a9f0b;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 1em;
  	font-weight: 700;
 	font-style: normal;
	color: #7a9f0b;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
.content h2, h3 {
	font-size: 1.6em;
	line-height: 1.1em;
  	font-weight: 700;
 	font-style: normal;
	color: #64092b;
	margin: 10px 0 20px 0;
	text-transform: none;
}
.content h3, h4 {
	font-weight: 700;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #64092b;
}
p {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0 10px 0;
}
p.largetxt, .largetxt p {
	font-size: 1em;
	font-weight: 600;
}
blockquote p {
	color: #fff;
	font-size: 1em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}
blockquote footer {
	color: #fff;
	font-weight: 700;
	margin: 20px 0 0 0;
	padding: 0;
}
.dkgreytxt {
	color: #333;
}
.redtxt {
	color: #61092a;
}
.whttxt {
	color: #fff;
}
strong { 
	font-weight: 700;
}
@media (min-width: 480px) {
.content h1, h2 {
	font-size: 1.15em;
	margin: 10px 0 5px 0;
}
.content h2, h3 {
	font-size: 1.75em;
	line-height: 1em;
	margin: 10px 0 20px 0;
}
}
@media (min-width: 576px) {
.content h1, h2 {
	font-size: 1.25em;
	margin: 10px 0 5px 0;
}
.content h2, h3 {
	font-size: 2.25em;
	line-height: 1em;
	margin: 10px 0 20px 0;
}
.content h3, h4 {
	font-size: 1.2em;
}
blockquote p {
	font-size: 1.3em;
}
}
@media (min-width: 992px) {
.content h1, h2 {
	font-size: 1.25em;
	margin: 10px 0 5px 0;
}
.content h2, h3 {
	font-size: 2.75em;
	line-height: 1em;
	margin: 10px 0 20px 0;
}
.content h3, h4  {
	font-size: 1.3em;
}
p {
	font-size: 1.1em;
}
p.largetxt, .largetxt p {
	font-size: 1.2em;
}
}
@media (min-width: 1200px) {
.content h1 {
	font-size: 1.25em;
	margin: 10px 0 5px 0;
	line-height: 1.1em;
  	font-weight: 700;
 	font-style: normal;
	color: #7a9f0b;
	text-transform: uppercase;
}
.content h2 {
	font-size: 4em;
	line-height: 1em;
	margin: 20px 0 20px 0;
}
.content h1, h2 {
	font-size: 1.25em;
	margin: 10px 0 5px 0;
}
.content h2, h3 {
	font-size: 3em;
	line-height: 1em;
	margin: 20px 0 20px 0;
}
blockquote p {
	font-size: 1.6em;
}
}

/* Dividers */
.divider {
	margin: 10px auto;
	width: 200px;
	height: 30px;
	background: url(../images/curlicue.svg);
  	background-repeat: no-repeat;
  	background-size: 100%;
	background-position: center;
}
.leaf-divider {
	width: 100px;
	height: auto;
	margin: 0 auto 20px auto;
}
.leaf-divider img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 1200px) {
.leaf-divider {
	width: 150px;
	margin: 0 auto 40px auto;
}
}

/* Aligns */
.align-lc {
	text-align: center;
}
.align-rc {
	text-align: center;
}
@media (min-width: 768px) {
.align-lc {
	text-align: left;
}
.align-rc {
	text-align: right;
}
}


hr {
	margin: 20px auto;
	width: 50%;
	border-top: 1px solid #333; 
}
hr.light {
	margin: 20px auto;
	width: 50%;
	border-top: 1px solid rgba(0,0,0,0.4); 
}


/* Links */
a { 
	color: #7c9f3e;
	font-weight: 800;
}
a:hover { 
	color: #7c9f3e;
}
.footer a {
	color: #7a9f0b;
	text-decoration: underline;
	font-weight: 700;
}
.footer a:hover {
	color: #fff;
}


/* Fonts */
.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}
.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}
.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}
.montserrat100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100-900;
  font-style: normal;
}

