/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */
/**

/*TAB STYLES*/
.tab-content{
	box-sizing: border-box;
	padding:25px;
}
.tab-content p, .tab-content .gform_wrapper.gravity-theme textarea{
	font-size:18px;
}
.tab-content p span.font-garamond{
	font-size:24px;
}
.tab-content form .gform_footer{
	float:right;
}
.tab-content form input[type="submit"]{
	border: 0;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 5%;
	padding: 18px;
	text-align: center;
	text-transform: uppercase;
	flex: 1;
	font-size: 0.75em;
	background: #886625;
}
.tab-content form input[type="submit"]:hover{
	background:#152b52;
}

#contact-overlay .tab-content p, #contact-overlay-fixed .tab-content p, #contact-overlay .tab-content p span.color-blue, #contact-overlay-fixed .tab-content p span.color-blue{
	color:#fff !important;
}
button.close-tab{
	border:none;
	color:#fff;
	font-size:30px;
	float:right;
}
#contact-overlay .tab-content form input[type="submit"], #contact-overlay-fixed .tab-content form input[type="submit"]{
	border:1px solid #886625;
}
#contact-overlay .tab-content form input[type="submit"]:hover, #contact-overlay-fixed .tab-content form input[type="submit"]:hover{
	border:1px solid #fff;
}