/*
 Theme Name:   WebsiteValet GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  A child theme customized for Varsity Golf Shows
 Author:       Tim Taricco
 Author URI:   http://www.timtaricco.com
 Template:     generatepress
 Version:      02.22.21
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/*** GeneratePress for Beaver Builder Global Customizations ***/

.hide-page-header .generate-page-header,
.hide-page-header .page-header-image,
.hide-page-header .page-header-image-single {
    display: none;
} /* Hide the page header when BB is active on a page */

.hide-page-header .generate-page-header.page-header-content,
.hide-page-header .page-header-image.page-header-content,
.hide-page-header .page-header-image-single.page-header-content {
    display: block;
} /* Unhide the page header when BB is active but we want to use GP custom page header */


/*** Beaver Builder Global Customizations ***/

.fl-col-group-nested .fl-col-highlight .fl-col-content, .fl-col-group-nested .fl-col-overlay, .fl-col-group-nested .fl-module-overlay{
  border-color:#16DB93 !important;
} /* Highlight nested columns when editing */
.fl-col-group-nested .fl-block-overlay-actions{
  background-color:#16DB93 !important;
} /* Highlight nested columns when editing */
.hide {
	display: none !important;
} /* Hide elements */
.fl-builder-edit .hide {
	display: block !important;
} /* Unhide elements when using Beaver Builder */
.fl-rich-text ul {
	position: relative;
	left: -25px;
} /* Position bullets left */
.fl-icon-text {
	line-height: 1.2;
	font-size: .9em;
}
@media (max-width: 992px) {
	.fl-col-group.fl-col-group-responsive-reversed {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		-ms-box-orient: horizontal;
		-webkit-flex-flow: row wrap;
	} /* Reverse order columns at Medium width */
	.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
		-webkit-box-ordinal-group: 12;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	} /* Reverse order columns at Medium width */
}


/* Global Theme Customizations */

body {
	background: #ffffff;
	color: #000000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1.125em;
    line-height: 1.625;
}
h1 {
    line-height: 1em;
	text-transform: none;
    font-size: 2.5em;
	font-weight: 700;
	color: #000000;
	margin-bottom: 12px;
}
h2 {    
	line-height: 1em;
	text-transform: uppercase;
    font-size: 2em;
	font-weight: 700;
	color: #b00000;
	margin-bottom: 12px;
}
h2 .fl-heading-text {
	display: block;
	font-weight: 400;
	border-bottom: #dadada 1px solid;
	padding-bottom: 20px;
} /* Beaver Builder specific */
h3 {
    line-height: 1em;
	text-transform: none;
    font-size: 1.5em;
	font-weight: 700;
	color: #000000;
	margin-bottom: 12px;
}
h3 .fl-heading-text {
	font-weight: 400;
	font-size: 1.25em;
} /* Beaver Builder specific */
h4 {
	line-height: 1em;
	text-transform: none;
    font-size: 1em;
	font-weight: 700;
	color: #000000;
	margin-bottom: 12px;
}
h4 .fl-heading-text {
	color: #000000;
	font-weight: 700;
} /* Beaver Builder specific */
h5 {
	line-height: 1em;
	text-transform: none;
    font-size: .85em;
	font-weight: 700;
	color: #b00000;
	margin-bottom: 12px;
}
h5 .fl-heading-text {
	color: #b00000;
	font-weight: 700;
} /* Beaver Builder specific */
h6 {
	line-height: 1em;
	text-transform: none;
    font-size: .75em;
	font-weight: 700;
	color: #b00000;
	margin-bottom: 12px;
}
h6 .fl-heading-text {
	color: #b00000;
	font-weight: 700;
} /* Beaver Builder specific */
p:last-child {
	margin-bottom: 0;
}
sup {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
} /* Style Superscript */
@media (max-width: 992px) {
	body {
		font-size: 1.15em;
	}
	h1 {
    	font-size: 2em;
	}
	h2 {
    	font-size: 1.75em;
	}
	h3 {
    	font-size: 1.35em;
	}
	h4 {
    	font-size: 1.1em;
	}
	h5 {
    	font-size: .9em;
	}
	h6 {
    	font-size: .8em;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 1.2em;
	}
	h1 {
    	font-size: 1.85em;
	}
	h2 {
    	font-size: 1.65em;
	}
	h3 {
    	font-size: 1.35em;
	}
	h4 {
    	font-size: 1.1em;
	}
	h5 {
    	font-size: .9em;
	}
	h6 {
    	font-size: .8em;
	}
}
@media (max-width: 400px) {
	body {
		font-size: 1.25em;
	}
	h1 {
    	font-size: 1.65em;
	}
	h2 {
    	font-size: 1.5em;
	}
	h3 {
    	font-size: 1.35em;
	}
	h4 {
    	font-size: 1.1em;
	}
	h5 {
    	font-size: .9em;
	}
	h6 {
    	font-size: .8em;
	}
}

/*** Link Style Customizations ***/

a,
.fl-rich-text a,
a:visited,
.fl-rich-text a:visited {
	color: #b00000;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
a:hover,
.fl-rich-text a:hover {
	color: #777777;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
a:focus,
.fl-rich-text a:focus {
	color: #777777;
}


/*** Default Button & Beaver Builder Button Customizations ***/

input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.fl-builder-content .btn a.fl-button,
.fl-builder-content .btn a.fl-button:visited {
	font-size: 1.25em;
	background: transparent;
	color: #b00000;
	padding: .5em 3em;
	border: 1px solid #b00000;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
input[type="button"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.fl-builder-content .btn a.fl-button:hover, 
.fl-builder-content .btn a.fl-button:focus {
	background: #b00000;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #b00000;
}
.fl-builder-content .btn a.fl-button *, 
.fl-builder-content .btn a.fl-button:visited {
	color: #b00000 !important;
} /* Beaver Builder Transparent Button */
.fl-builder-content .btn a.fl-button:hover *, 
.fl-builder-content .btn a.fl-button:focus * {
	color: #FFFFFF !important;
} /* Beaver Builder Transparent Button */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #999999;
}
@media (max-width: 460px) {
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.btn,
	.fl-builder-content .btn a.fl-button {
		width: 100% !important;
	}
}
.gform_footer {
	padding-top: 0px !important;
} /* Gravity Forms customization */

/*** NavBar Customizations ***/


#menu-primary-menu .active,
#menu-mobile-menu .active {
    color: #b00000;
} /* Highlight Current Page */
#header-navbar {
	background-color: #404040;
}
#header-navbar .fl-row-content {
	background-color: #ffffff;
	padding: 0 10px;
}
.fl-module-menu a,
.fl-module-menu a:visited {
	font-size: .9em;
	color: #000000;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.fl-module-menu a:hover {
	color: #b00000;
	text-decoration: none;
}
.fl-module-menu a:focus {
	color: #b00000;
}
.fl-node-5bea19afc8033 .fl-menu-mobile-toggle {
	float: right;
} /* Hamburger Menu Float Right */
.fl-node-5bea19afc8033-clone {
	background: #e2e2e2;
} /* Dropdown Menu Color */
.fl-node-591360d59af3b .fl-menu {
	border-left: 1px #999999 solid;
} /* Nav Line Separator */
.sub-menu {
	background-color: #ffffff;
}
.nav-button {
	max-width: 200px;
	color: #ffffff;
	font-size: .7em;
	border: 1px solid #b00000;
	background: #b00000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
} /* Tickets Button */
.nav-button:hover,
.nav-button:focus {
	background: #004c86 !important;
	color: #ffffff !important;
	text-decoration: none;
	border: 1px solid #004c86;
	cursor: pointer;
	cursor: hand;
}
.nav-button a {
	padding: 5px 20px !important;
	color: #ffffff !important;
}
.nav-buttons a:hover {
	color: #ffffff !important;
}
#nav-show-date h6.heading-title {
	margin-top: 0;
	margin-bottom: 0;
}
#nav-show-date .pp-sub-heading p {
	font-size: .75em;
}
@media (max-width: 991px) {
	.fl-sticky-on-mobile {
		position: fixed  !important;
		width: 100%  !important;
		left: 0  !important;
		top: 0  !important;
		z-index: 9999  !important;
		border-top: 0 !important;
	}
	.fl-node-59dc0a2d65fc7 .fl-module-content {
		margin: 0px 20px 0px 10px;
	}
	#homepage-slider,
	#hero-image-page {
		padding-top: 90px; 
	} /*Make header sticky on mobile */
	#menu-mobile-menu li {
		margin: auto;
	} /* Center Tickets button on mobile */
	#menu-mobile-menu {
		text-align: center;
	} /* Center navigation links on mobile */
	.fl-node-591360d59af3b .fl-menu {
		border-left: none;
	} /* Remove Nav Line Separator */
	#menu-mobile-menu li:first-child {
		border-top: 1px #999999 solid;
	}
	#menu-mobile-menu li {
		border-bottom: 1px #999999 solid;
	}
	#menu-mobile-menu li:last-child {
		border-bottom: 1px #e2e2e2 solid;
	}
	.nav-button {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		border-bottom: 0px #e2e2e2 solid !important; 
	} /* Tickets Button */
	#nav-show-date .pp-primary-title,
	#nav-show-date .pp-secondary-title {
		font-size: 1em;
	}
	#nav-show-date .pp-sub-heading p {
		font-size: .55em;
	}
}
@media (max-width: 767px) {
	.wp-image-48 {
		max-width: 120px !important;
	} /* Nav Logo Size */
	.fl-node-5bea19afc8033 .fl-menu-mobile-toggle {
		padding-left: 0;
		padding-right: 0;
	}
	#header-navbar .fl-row-content {
		padding: 0;
	}
}
@media (max-width: 767px)and (min-width: 551px) {
	.fl-builder-content .fl-node-59dc0d3969d5b {width: 25% !important;}
	.fl-builder-content .fl-node-59dc0d3969d9f {width: 60% !important;}
} /* Logo & Date column adjustment */
@media (max-width: 550px)and (min-width: 400px) {
	.fl-builder-content .fl-node-59dc0d3969d5b {width: 34% !important;}
	.fl-builder-content .fl-node-59dc0d3969d9f {width: 51% !important;}
} /* Logo & Date column adjustment */
@media (min-width: 992px) {
	.nav-button {
		margin-left: 10px !important;
	} /* Tickets Button */
}
.generate-back-to-top, .generate-back-to-top:visited {
	border-radius: 50%;
	bottom: 15px;
	right: 15px;
	line-height: 50px;
	width: 50px;
	font-size: 35px;
}

/*** Hero Image ***/

#hero-image-page .fl-row-content-wrap {
	background-position: center top;
	height: 400px !important;
}
#hero-image-page .fl-col-content {
	margin: 0 20px;
}
#hero-image-page .fl-module-content {
	margin-bottom: 0;
}
#hero-image-page h1 {
	color: #ffe000;
	font-size: 3em;
	line-height: 0.9;
	padding-bottom: 10px !important;
	width: 45%;
	border-bottom: #a12015 10px solid;
}
#hero-image-page p {
	color: #ffffff;
	width: 45%;
}
@media (max-width: 992px) {
	#hero-image-page h1 {
		width: 75%;
		font-size: 2.5em;
	}
	#hero-image-page p {
		width: 75%;
		font-size: 1em;
	}
}
@media (max-width: 767px) {
	#hero-image-page .fl-row-content-wrap {
		height: 400px !important;
	}
	#hero-image-page .fl-col-content {
		margin: 0;
	}
	#hero-image-page h1 {
		width: 100%;
		font-size: 2.125em;
		border-bottom: #a12015 7px solid;
	}
	#hero-image-page p {
		width: 100%;
		font-size: .85em;
	}
}


/*** Content ***/

.content-blue {
	background-color: #648aad;
}
.content-green {
	background-color: #67945f;
}
.content-gray {
	background-color: #999999;
}
.content-blue .fl-row-content,
.content-green .fl-row-content,
.content-gray .fl-row-content {
	background-color: #ffffff;
}
.content-blue .fl-row-fixed-width,
.content-green .fl-row-fixed-width,
.content-gray .fl-row-fixed-width {
	padding: 20px;
	background-color: #ffffff;
}
@media (max-width: 767px) {
	.content-blue .fl-row-fixed-width,
	.content-green .fl-row-fixed-width,
	.content-gray .fl-row-fixed-width {
		padding: 20px 0px;
	}
}


/*** Tables ***/

.pp-table-content {
	margin-bottom: 10px !important;
} /*PowerPack Table Formatting Customization */
.pp-table-content tbody,
.pp-table-content tr,
.pp-table-content td {
	border: 0;
	line-height: 1.25;
	font-size: 1em !important;
} /*PowerPack Table Formatting Customization */

/*** Columns ***/

.column-header-blue .fl-module-content {
	padding: 10px;
	margin: 0;
	background-image: -ms-linear-gradient(left, #1E4C82 0%, #4e78a0 50%, #1E4C82 100%);
	background-image: -moz-linear-gradient(left, #1E4C82 0%, #4e78a0 50%, #1E4C82 100%);
	background-image: -o-linear-gradient(left, #1E4C82 0%, #4e78a0 50%, #1E4C82 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1E4C82), color-stop(50, #4e78a0), color-stop(100, #1E4C82));
	background-image: -webkit-linear-gradient(left, #1E4C82 0%, #4e78a0 50%, #1E4C82 100%);
	background-image: linear-gradient(to right, #1E4C82 0%, #4e78a0 50%, #1E4C82 100%);
}
.column-header-gray .fl-module-content {
	padding: 10px;
	margin: 0;
	background-image: -ms-linear-gradient(left, #DDDDDD 0%, #F6F6F6 50%, #DDDDDD 100%);
	background-image: -moz-linear-gradient(left, #DDDDDD 0%, #F6F6F6 50%, #DDDDDD 100%);
	background-image: -o-linear-gradient(left, #DDDDDD 0%, #F6F6F6 50%, #DDDDDD 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #DDDDDD), color-stop(50, #F6F6F6), color-stop(100, #DDDDDD));
	background-image: -webkit-linear-gradient(left, #DDDDDD 0%, #F6F6F6 50%, #DDDDDD 100%);
	background-image: linear-gradient(to right, #DDDDDD 0%, #F6F6F6 50%, #DDDDDD 100%);
}
.column-header-red .fl-module-content {
	padding: 10px;
	margin: 0;
	background-image: -ms-linear-gradient(left, #6B1814 0%, #da3831 50%, #6B1814 100%);
	background-image: -moz-linear-gradient(left, #6B1814 0%, #da3831 50%, #6B1814 100%);
	background-image: -o-linear-gradient(left, #6B1814 0%, #da3831 50%, #6B1814 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6B1814), color-stop(50, #da3831), color-stop(100, #6B1814));
	background-image: -webkit-linear-gradient(left, #6B1814 0%, #da3831 50%, #6B1814 100%);
	background-image: linear-gradient(to right, #6B1814 0%, #da3831 50%, #6B1814 100%);
}
.column-header-blue .fl-heading-text,
.column-header-red .fl-heading-text {
	text-align: center !important;
	font-weight: normal;
	color: #ffffff;
}
.column-header-gray .fl-heading-text {
	text-align: center !important;
	font-weight: normal;
	color: #000000;
}
@media (max-width: 992px) {
	.column-3-wide,
	.column-2-wide {
		float: none;
		margin: 0 auto;
	}
	.column-3-wide .fl-col-content,
	.column-2-wide .fl-col-content {
		max-width: 500px;
		margin: auto !important;
		margin-bottom: 20px !important;
	}
}
@media (max-width: 767px) {
	.column-3-wide,
	.column-2-wide {
		padding: 0 20px;
	}
}

/*** Sponsors Global CSS ***/

#sponsors-presenting-blue {
	background-color: #648aad;
}
#sponsors-presenting-blue .fl-row-content {
	background-color: #f7f7f7;
}
#sponsors-presenting-blue .fl-module-content {
	margin: 10px 15px;
}
#sponsors-presenting-green {
	background-color: #67945f;
}
#sponsors-presenting-green .fl-row-content {
	background-color: #f7f7f7;
}
#sponsors-presenting-green .fl-module-content {
	margin: 10px 15px;
}
.sponsors-presenting-display {
	font-size: .75em;
}
.sponsors-supporting-display {
	font-size: .65em;
}
.logo-image {min-height: 65px !important;}

/*** Footer Customizations ***/

#footer-widgets {
	background-color: #404040;
} /* Footer Widget Section Formatting */
#footer-widgets .fl-row-content {
	background-color: #000000;
	color: #ffffff;
	padding: 30px 10px;
}
#footer-widgets .fl-heading-text {
	color: #ffffff;
	font-weight: 600;
}
#footer-widgets .fl-row-content p {
	font-size: .75em;
}
#footer-widgets .fl-row-content a,
#footer-widgets .fl-row-content a:visited {
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
#footer-widgets .fl-row-content a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer-widgets .fl-row-content a:focus {
	color: #ffffff;
}
.fl-node-59dc38c8cff12,
.fl-node-59136165be417,
.fl-node-59136165be3dc {
	border-right: 1px #333333 solid;
	padding-left: 15px;
	padding-right: 15px;
}
.fl-node-59136165be3a1 {
	padding-left: 15px;
	padding-right: 15px;
}
.social-icon-align {
	text-align: left;
}
#footer-copyright {
	background-color: #e5e5e5;
}
#footer-copyright .fl-row-content {
	background-color: #f7f7f7;
	color: #000000;
} /* Copyright Section BG Color */
#footer-copyright .fl-col-content {
	margin: 0 20px;
}
#footer-copyright .fl-row-content a,
#footer-copyright .fl-row-content a:visited {
	color: #000000;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
#footer-copyright .fl-row-content a:hover {
	color: #b00000;
	text-decoration: none;
}
#footer-copyright .fl-row-content a:focus {
	color: #b00000;
}
.copyright-left {
	text-align: left;
	font-size: .7em;
	color: #333333;
}
.copyright-right {
	text-align: right;
	font-size: .7em;
	color: #333333;
}
@media (max-width: 992px) {
	.copyright-left,
	.copyright-right {
		text-align: center;
		font-size: .6em;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.fl-node-59dc38c8cff12 {
		border-bottom: 1px #333333 solid;
	}
	.fl-node-59136165be417 {
		border-right: none;
		border-bottom: 1px #333333 solid;
	}
}
@media (max-width: 767px) {
	.fl-node-59dc38c8cff12,
	.fl-node-59136165be417,
	.fl-node-59136165be3dc {
		border-right: none;
		border-bottom: 1px #333333 solid;
		text-align: center;
	}
	.fl-node-59dc38c8cff12 .fl-photo-content {
		text-align: center;
	}
	.social-icon-align {
		text-align: center;
	}
}
