/*
Theme Name:   	Caffeine
Theme URI:    	https://everywhererightnow.com
Author:       	Everywhere Right Now LLC
Author URI:     https://everywhererightnow.com
Template:     	storefront
Description:  	A custom theme developed exclusively for Thumb Butte Coffee Co. 2025.
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {font-family: 'Open Sans', sans-serif;}

a:focus, .focus a {
	outline: none !important;
}
a, #logo a, a img, button, .button, .gform_button, #searchform button[type="submit"], .search-submit, .mc4wp-form-fields input[type="submit"] {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
#logo a:hover, a img:hover, #searchform button[type="submit"]:hover {
	opacity:0.75;
	filter:alpha(opacity=85);
	}
a, a:visited {
	color:#2358C2;
	text-decoration:none !important;
	}
a:hover {
	color:#1A0DAB;
	text-decoration:none;
	}
.home .entry-header, .edit-link, .storefront-product-pagination, #site-navigation-menu-toggle {
	display:none;
}
button, .button, button.alt, .button.alt, .button:visited {
	background:#fff;
	color:#43484B;
}
button:hover, .button:hover, button.alt:hover, .button.alt:hover {
	background:#245B60;
	color:#FFF;
}
.return-to-shop .button, .added_to_cart {
	color:#FFF !important;
}
.return-to-shop .button:hover {
	color:#333 !important;
}
.brand, brand img {
	height:150px;
	width:150px;
	margin:0 auto;
}
.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom:0;
}
.site-header {
	padding-top:9px;
	padding-bottom:9px;
	border-bottom:none;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.3);
}
.ern-header {
	max-width:1110px;
	margin:0 auto;
	display:flex;
}
#mega-menu-wrap-primary, #mega-menu-wrap-secondary {
	width:480px;
	margin-top:54px;
}
.flyout-menu li a {
	text-shadow:none;
}
.flyout-menu li.current-menu-item > a {
  background: rgba( 0, 0, 0, 0.15);
}
#handheld-menu {
	display:none;
}
.section-1 h1 {
	text-align:center;
	color:#245B60;
	font-weight:800;
	margin:auto 6vw;
}
.section-1 h2 {
	text-align:center;
	color:#43484B;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:400;
}
.section-1 h3 {
	text-align:center;
	color:#43484B;
	font-size:2.1em;
	margin:auto 12vw;
	font-weight:700;
	line-height:1.5em;
}
.section-1 p {
	text-align:center;
}
.section-1 .button, .section-4 .button {
	padding:3px 18px;
	border-radius:1.2em;
	margin-top:1.2em;
}
.section-5 .button {
	background:#F6DCD7;
	color:#43484B;
	padding:3px 18px;
	border-radius:1.2em;
	margin-top:1.2em;
}
.section-5 .button:hover {
	background:#A67578;
	color:#FFF;
}
h2 + h3, .beta + h3 {
  border-top: none;
  padding-top: 0;
}
.section-2 h2 {
	font-size:1.5em;
	line-height:0.03em;
}
.shadow-box {
	box-shadow:0px 0px 60px rgba(0, 0, 0, 0.24);
}
.love-coffee {
	background:url(/wp-content/uploads/2025/11/love-coffee-15.webp) no-repeat 50% 50%;
	background-size:72%;
	opacity: 0.9;
}
.section-3 h2 {
	color:#A67578;
	font-weight:800;
	font-size:2.7em;
}
.section-3 p {
	color:#43484B;
	font-weight:400;
	font-size:1.2em;
}
.tbcc-badge {
	margin-bottom:-45px;
	position:relative;
	z-index:99;
}
#gform_wrapper_1 h2.gform_title {
	color:#fff;
	font-weight:800;
	text-align:center;
	text-shadow:2px 2px 6px rgba(0, 0, 0, 0.6);
	margin-bottom:0;
}
#gform_wrapper_1 p.gform_description {
	color:#fff;
	text-align:center;
	text-shadow:2px 2px 6px rgba(0, 0, 0, 0.6);
	font-size:1.2em
}
p.gform_required_legend {
	display:none;
}
#gform_wrapper_1 .gform-body {
	float:left;
	width:300px;
}
#gform_wrapper_1 .gform_footer {
	margin:0;
	padding:0;
}
#gform_wrapper_1 .gform_footer input {
	margin-bottom:0;
}
#gform_wrapper_1 input[type="submit"], #gform_wrapper_1 .button {
	padding:0.441em 1.8em;
	margin-left:0.3em;
	background:#245B60;
	color:#fff;
}
#gform_wrapper_1 input[type="submit"]:hover, #gform_wrapper_1 .button:hover {
	background:#E9AB9E;
	color:#43484B;
}
#gform_1 {
	margin:0 auto;
	width:435px;
}
.gform-body input:focus, .gform-body textarea:focus {
	outline:none;
	background:#ffc;
}
#gform_wrapper_2 input[type="submit"], #gform_wrapper_2 .button {
	padding:0.441em 1.8em;
	margin-left:0.3em;
	background:#245B60;
	color:#fff;
}
#gform_wrapper_2 input[type="submit"]:hover, #gform_wrapper_2 .button:hover {
	background:#E9AB9E;
	color:#43484B;
}
.site-main, .content-area, .widget-area {
  	margin-bottom: 0;
}
.site-footer {
  	background-color: #fff;
  	color: #43484B;
}
.widget .widget-title {
  	font-size: 1.8em;
  	letter-spacing: 0;
  	border-bottom: 3px solid #A67578;
  	padding: 0;
  	margin-bottom: 0.6em;
  	font-weight: 700;
	color:#43484B;
}
#text-3 .textwidget p {
	text-align:center;
}
.widget {
 	 margin: 0 0 0.3em;
}
 .footer-widgets {
	padding-top: 4.2em;
	border-bottom: none;
  }
.site-info {
	padding: 0;
	text-align:center;
	font-size:0.9em;
}
.hero-wrap {
	margin-left: calc(-100vw / 2 + 66.4989378333em / 2);
	margin-right: calc(-100vw / 2 + 66.4989378333em / 2);
}
.limit {
	max-width:66.4989378333em;
	width:100%;
	margin:0 auto;
}
.hero-title {
	color:#fff;
	font-weight:600;
	padding:300px 0 10px 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}
.page-template-template-hero.no-wc-breadcrumb .site-header {
  margin-bottom: 0;
}











/* For everything below a break point */
@media (max-width: 780px) {
	#mega-menu-wrap-primary, #mega-menu-wrap-secondary {
		display:none;
	}
	#handheld-menu {
		display:block;
	}
	#handheld-menu a {
		display:block;
		text-align:center;
		color:#245B60;
		font-size:1.5em;
	}
	.mobile-fix-1 {
		min-height:360px;
	}
}
@media only screen and (max-width: 1147px) {
	.hero-wrap {
		margin-left: -42px;
		margin-right: -42px;
	}
	.hero-title {
		padding:200px 0 10px 72px;
		font-size:2.0em;
	}
}
