/*
 Theme Name:   Terroirs Child Toast
 Description:  Terroir Child Theme - Toast variant
 Author:       VERSION2
 Author URI:   http://version2.agency
 Template:     terroirs
 Version:      1.0.0
 Tags:         light, two-columns, responsive-layout
*/


#footer {
	font-size: 16px;
	line-height: 22px;
}

h3.section-content {
	line-height: 18px;
}

.reserve {
	color: #fff;
	background-color: #3eaed3;
	border: 1px solid #3eaed3;
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 10px 90px 10px 90px;
	font-size: 0.7em;
}

.reserve:hover {
	color: #3eaed3;
	background-color: #fff;
	border: 1px solid #3eaed3;
	transition: color .2s linear;
	transition: background-color .2s linear;
	-moz-transition: color .2s linear;
	-moz-transition: background-color .2s linear;
	-webket-transition: color .2s linear;
	-webkit-transition: background-color .2s linear;
	font-size: 0.7em;
}
