/*
Theme Name: Energy Golf Outing
Theme URI: https//consumerfocusmarketing.com/
Author: Consumer Focus Marketing
Author URI: https//consumerfocusmarketing.com/
Description: Starter theme for Consumer Focus Marketing 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Portfolio, Oil, Blog
Text Domain: #
*/

:root {
  /* Colors */
  --white: #fff;
  --black: #000;
  --gray: #efefef;
  --body: #1c1c1c;

  --tan: #fff7e5;



  /* Semantic colors */
  --body-text-color: var(--body);
  --headline: var();
  --link: var();
  --link-hover: var();

  /* Typography */
  --font-headline: "Roboto Condensed", sans-serif;
  --font-body: "PT Serif", serif;
  --font-size-base: 1rem;
  --line-height-base: 1.625rem;

  /* Spacing */
  --spacing-small: 0.625rem;
  --spacing-medium: 1rem;
  --spacing-large: 1.8rem;

  /* Border radius */
  --border-radius: 1.438rem;

  /* image overlays */
  --image-overlay: rgba(1, 80, 1, 0.8);
  --image-overlay-blue: rgba(2, 14, 70, 0.8);
  --image-overlay-callout: transparent
    linear-gradient(
      180deg,
      rgba(35, 31, 32, 0.9) 0%,
      rgba(35, 31, 32, 0.9) 48%,
      rgba(108, 105, 106, 0) 100%
    )
    0% 0% no-repeat padding-box;
  --image-overlay-yellow: rgba(255, 208, 10, 0.62);
}

html {
  font-size: calc(10px + 0.5vw);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-body);
  overflow-x: hidden;
  color: var(--body-text-color);
  margin: 0;
  line-height: var(--line-height-base);
}

@media (max-width: 767px) {
  body *:not(h1, h2, h3, h4, small, svg *),
  body .btn {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
  transition: all 0.2s linear;
}

@media (max-width: 767.9px) {
  .desktop-only {
    display: none;
  }
}
.wrapper {
  padding: 2rem 15px 4rem;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
.h1-span,
.h2-span {
  margin: 0 0 0.5rem;
  font-weight: 500;
  font-family: var(--font-headline);
  color: var(--headline);
  line-height: 1.2;
}

h1, .h1-span {
  font-size: 2.9rem;
}

h2, .h2-span {
  font-size: 2.188rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.375rem;
}

p {
  padding: 0;
}

a:not(.btn) {
  text-decoration: none;
  color: var(--link);
  cursor: pointer;
}

a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}



hr {
  border-top: 1px solid var();
  margin: 1.875rem auto;
  width: 100%;
}

/*** Buttons ***/
button:hover {
  cursor: pointer;
}

.btn,
.gform_button {
  padding: var(--spacing-small) var(--spacing-large);
  margin: var(--spacing-medium) var(--spacing-medium) var(--spacing-medium) 0;
  text-decoration: none;
  font-family: var(--font-headline) !important;
  display: inline-block;
  white-space: pre-wrap;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: var(--border-radius) !important;
  text-transform: uppercase !important;
  text-align: center;
}

.btn:hover,
.gform_button:hover {
  transition: all 0.2s ease 0s !important;
  text-decoration: none !important;
}

.btn-primary,
.gform_button {
  background: var() !important;
  color: var() !important;
  border: 1px solid var() !important;
}

.btn-primary:hover,
.gform_button:hover {
  background: var() !important;
  color: var() !important;
}

.btn-default {
  background-color: var();
  color: var();
  border: 1px solid var();
}
.btn-default:hover {
  background-color: var();
  color: var();
}
.callout .btn,
.well .btn,
.coupon .btn {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .btn,
  .gform_button {
    display: block !important;
    font-size: 1.65rem !important;
    margin: 0.75rem auto;
  }
}


/*** GOLF LANDING PAGE ***/
.golf-landing h2, .golf-landing h4, .golf-landing h3 {color: #0B6192; font-weight: 700}
.golf-header {background-color: #0B6192;text-align: center; padding: 20px;}
.golf-header h1 {color: #fff; font-weight: 700; font-family: 'Roboto'; font-size: 41px;}
.golf-sponsors {margin-top: 25px;}
.golf-sponsors h4 {
	border: 0;
	text-align: center;
	font-size: 23px;
	background-color: #F0A81F;
	color: #fff;
	border-radius: 10px;
	padding: 10px; }
.golf-sponsors .logo-lg img {max-width: 200px; max-height: 200px;}
/*.golf-sponsors .logo-md img {max-width: 175px; max-height: 175px;}
.golf-sponsors .logo-sm img {max-width: 100px; max-height: 100px;}*/
.golf-logo {padding: 30px 100px;}
.golf-logo img {max-width: 100%;width: auto; max-height: 225px; display: block; margin-left: auto; margin-right: auto;}
.golf-landing .btn-primary {background-color: #0B6192}
.golf-landing input[type="submit"] {background-color: #0B6192 }
.golf-landing .sessionDescription {border-color: #0B6192}
.golf-section {background-color: #0B6192; text-align: center; border-bottom: 0; padding: 5px 10px;}
.golf-section h3 {color: #fff;}
.collapse-section h3 {margin: 20px 0 0 0}
#golfSponsorship {margin-top: 20px}
.sessionInfo {padding: 10px; background-color: #efefef}
.golf-landing .sessionTitle {font-weight: bold; color: #0B6192}
.golf-footer {background-color: #0B6192;color: #fff; padding: 40px; font-size: 18px; font-weight: 700;text-align: center; }
.golf-footer a {color: #fff;text-decoration: underline}
@media (max-width: 992px) {
	.golf-logo {padding: 30px 0;}

}
.golf-collage-container img {
width: 100%;
}
/* Golf outing coming soon */
.golf-thank-you {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color:#EDF8FF;
	color: #005F90;
  text-align: center;
}
.golf-thank-you .h1-span { font-weight: 700; font-family: 'Roboto'; font-size: 41px; color:#005F90; }
.golf-thank-you h2, .golf-thank-you h3, .event-sponsor-rows h2 {
	color: #005F90;
}

.event-sponsor-rows h2 {
	font-weight: bold;
	font-size: 2.5rem;
}
.event-sponsor-rows {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	line-height: 1.6;
}
.event-sponsor-rows .row div {
	margin-bottom: 2rem;
	margin-top: 2rem;
	min-height: 200px;
}
.event-sponsor-rows .row {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.event-sponsor-rows .row div {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-flow: column;
}

.event-sponsor-rows .sponsor-title {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 1rem;
	line-height: 1.1;
	font-family:'PT Serif', serif;
}
.event-sponsor-rows .sponsor-logo {

	height: auto;
	margin-top: 1.5rem;
}
.event-sponsor-rows  .sponsor-logo-sm {

	height: 90px;
	object-fit: contain;
}
.event-sponsor-rows  .sponsor-logo-md {

	height: 120px;
	object-fit: contain;
}
.event-sponsor-rows  .sponsor-logo-lg {

	height: 150px;
	object-fit: contain;
}
.event-sponsor-rows .col-xs-12 {
	min-height: 150px;
}
.event-sponsor-rows .thank-you-col {
	height: 100%;
	min-height: 100% !important;
}
.event-sponsor-rows .closest-to-pin .col-xs-12 {
	min-height: auto !important;
	margin-bottom: 0;
	margin-top: 2.5rem;
	text-align: center;
}
.golf-mailing-row {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
}
.golf-mailing-row a {
	font-size: 1.7rem;
	text-decoration: underline;
}
.golf-mailing-row a:hover {
	text-decoration: none;
}
@media(max-width: 768px) {
	.event-sponsor-rows .row div {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.event-sponsor-rows .row .sponsor-logo {
		display: block;
		margin: auto;
		height: 125px;
	}
	.event-sponsor-rows .row a {
		max-width: 85%;
	}
}