<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name:   Twenty Twelve Child
	Description:  Child theme for BTC
	Author:       BTC
	Author URI:   https://www.bransontourismcenter.com
	Template:     twentytwelve
	Version:      1.0.0
	Text Domain:  twenty-twelve-child
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.btc-logo {
	float: left;
	margin-right: 20px;
}

.site {
	border-radius: 30px;
}

.site-header {
	padding: 24px 0 0 0 !important;
	padding: 1.714285714rem 0 0 0 !important;
}

@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
}

.single-hubspot-wrapper {
	border: 1px solid #cfcfcf;
	margin: 0 auto;
	max-width: 590px;
	width: 100%;
}

.single-hubspot-header {
	background-color: #0064B0;
	color: #fff;
	font-family: Verdana, sans-serif;
	padding: 20px 30px;
}

@media screen and (min-width: 960px) {
	.single-hubspot-header {
		font-size: 18px;
	}
}

.single-hubspot-body {
	background: #f5f5f5;
	padding: 30px;
}

@media screen and (min-width: 960px) {
	.single-hubspot-body {
		padding: 30px 80px;
	}
}

.single-hubspot-wrapper input[type="submit"]:hover {
	background-color: #3574e3;
	background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
}</pre></body></html>