/*
	Theme Name: Agency Pro Theme
	Theme URI: http://my.studiopress.com/themes/agency/
	Description: Represent your professional services with confidence and clarity by harnessing the streamlined professionalism of the Agency theme.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1.2
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Branding

	Fonts: "Outfit", "Noto Sans"
	
	Blue: 1a63af (2026)
	      1862af (legacy) 
		  
	Black: 231f20 (2026)
		   212121 (legacy)

*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Font Families
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Woocommerce Style Overrides
	- Userpro Style Overrides
	- Grant's Edits
		- Special Text Element
		- Maintenance Page Edits
		- Home Menu Block
	- MSSL Teams
	- Airtable Tables
		- Upcoming Leagues
		- Current Leagues
		- Upcoming Tournaments
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Help Safari with Fonts
--------------------------------------------- */

html { font-synthesis: none; }

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #1a63af;
	color: #231f20;
	font-family: "Noto Sans", serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #231f20;
	color: #fff;
}

::selection {
	background-color: #231f20;
	color: #fff;
}

a {
	color: #1a63af;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #231f20;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: #1a63af;
	border-radius: 14px;
	color: #fff;
	margin: 20px 20px 20px 20px;
	padding: 5px 20px 10px 20px;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
}

/* Class to Modify Blockqupte for MSSL Teams */
.mssl-teams-widget {
	background: #1a63af;
	border-radius: 14px;
	color: #fff;
	margin: 20px 20px 20px 20px;
	padding: 5px 20px 10px 20px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	width: 100%;
}

.entry-content code {
    background-color: #231f20;
    color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased; /* Adjusts for Outfit */
	  -moz-osx-font-smoothing: grayscale;
	  text-rendering: geometricPrecision;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 1.3px;
	font-family: "Outfit", serif;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 1.3px;
	font-family: "Outfit", serif;
}

h3 {
	font-size: 24px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 1.3px;
	font-family: "Outfit", serif;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin-bottom: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #231f20;
	border-radius: 3px;
	box-shadow: /*1px 1px 3px #eee inset*/ none;
	color: #231f20;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #1a63af;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "Outfit", sans-serif;
	font-weight: 800;
	letter-spacing: 1.2px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	font-size: 20px;
	line-height: 1.1;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #231f20 !important;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	border-color: #231f20 !important;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {
	padding-top: 61px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1300px;
}

.site-inner {
	clear: both;
	padding: 2% 0;
}

.agency-pro-home .site-inner {
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #231f20;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #231f20;
	font-size: 36px;
	font-size: 3rem;
	line-height: 1;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}

.entry-title a {
	color: #231f20;
}

.widget-title {
	color: #231f20;
	font-size: 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.1;
}

a.more-link {
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #231f20;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #1a63af !important;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #231f20 !important;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #1a63af; 
	left: 0;
	min-height: 61px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 10px solid #0B4A75; 
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 12px 0px 0px;
	width: 375px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: "Outfit", sans-serif;
	font-size: 23px;
	letter-spacing: 1.5px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	-webkit-font-smoothing: antialiased; /* Adjusts for Outfit */
	  -moz-osx-font-smoothing: grayscale;
	  text-rendering: geometricPrecision;
}

.site-title a {
	color: #fff !important; 
}

.site-title a:hover {
	color: #fff !important; 
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}

/* Widget Area NEWSS
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto; 
}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff !important; 
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	text-align: left;
	display: inline-block;
	*display: inline; 
	*zoom: 1; 
}

.genesis-nav-menu a {
	color: #fff !important; 
	display: block;
	padding: 14px 16px; 
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: #0B4A75; 
	color: #fff !important; 
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff !important; 
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
}

/* Grant Fix for Extended Menu (padding, font-size, width) */
.genesis-nav-menu .sub-menu a {
	background-color: #0B4A75; 
	border: none;
	font-size: 11px;
	padding: 9px;
	position: relative;
	width: 190px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #1a63af; 
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

#nav_menu-2 {
	float: left;
	padding: 0 10px 0 40px; 
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #0B4A75;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 20px;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #fff; 
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/* Added by Grant for "MENU" Text */
.responsive-menu-icon {
	text-align: center;
}

.responsive-menu-icon::before {
	display: inline-block;
}

.menu-text {
	color: #fff;
	line-height: 1;
	vertical-align: top;
	margin-top: 11px;
	display: inline-block;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: none; /* was white */
	margin-bottom: 40px;
	padding: 40px;
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
}

.agency-pro-home .content .textwidget {
	padding: 20px;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #231f20333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #231f20333;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .content .featured-content a:hover {
	color: #1a63af;
}

.agency-pro-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .content .featuredpost img.entry-image {
	margin: 0;
}

.home-top .wrap {
	color: #fff;
	font-family: "Outfit", sans-serif;
	padding: 3% 0;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.home-top .button {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1.5px;
	background-color: #fff;
	border-radius: 3px;
	color: #231f20 !important;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #231f20;
	color: #fff !important;
}

.home-middle {
	padding: 3% 0 3%;
	background: none;
}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-middle .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.home-middle .featured-content.featuredpost {
	background: none;
}

.home-middle .featuredpost .entry {
	background: none;
	color: #fff;
}

.home-middle .featuredpost .entry {
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
	color: #fff;
}

.home-bottom {
	padding: 5% 0 10%;
	background: none;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background: none;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}

/* Entries
--------------------------------------------- */

.entry {
	background: rgb(255, 255, 255); /* fallback */
	background: rgba(255, 255, 255, 0.9); /* trans back */
	border-radius: 14px;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #231f20;
	font-weight: 700;
	font-size: 14px;
}

.entry-header .entry-meta, span.entry-author, time.entry-time { display: none; } /* Hide Post Time & Author */

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	margin: 0px 0px;
	padding: 0px 0px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Before Entry
--------------------------------------------- */

.before-entry {
	background: rgb(24, 98, 175); /* fallback */
	background: rgba(24, 98, 175, 0.8); /* trans back */
	border-radius: 3px;
	padding: 15px 15px;
	margin-bottom: 15px;
	color: #fff;
}

.before-entry a, .before-entry a:hover { 
	color: #fff !important;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #231f20;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #1a63af;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #231f20;
	font-family: "Outfit", sans-serif;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #231f20;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: rgb(255, 255, 255); /* fallback */
	background: rgba(255, 255, 255, 0.9); /* trans back */
	border-radius: 3px;
	margin-bottom: 25px;
	padding: 25px;
}

.sidebar .enews-widget {
	background: rgb(255, 255, 255); /* fallback */
	background: rgba(255, 255, 255, 0.9); /* trans back */
}

.sidebar .enews-widget .widget-title {
	color: #231f20;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #231f20;
	color: #ffffff;
	clear: both;
}

.footer-widgets a:hover {
	color: #ffffff !important;
}

.footer-widgets .wrap {
	padding: 15px 0 15px;
}

.footer-widgets .wrap p {
	padding: 0px 0px !important;
}

.footer-widgets-1,
.footer-widgets-3 { }

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 { }

.footer-widgets-1,
.footer-widgets-2 {
	float: none; /*was left*/
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget { }

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f5f5f5;
	color: #231f20;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #231f20;
}

.site-footer a:hover {
	color: #1a63af;
}

.site-footer p {
	margin-bottom: 0;
	color: #231f20;
}

.site-footer .wrap { max-width: 95%; }

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */
	
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
	color: #1a63af;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .site-title a {
	color: #fff;
}

.agency-pro-blue .site-footer a {
	color: #231f20;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
	color: #1a63af;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #1a63af;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
body.agency-pro-blue {
	background-color: #1a63af;
}

.agency-pro-blue .home-top a:hover { color: #231f20; }
.agency-pro-blue .home-top a { color: #fff; }

.agency-pro-blue a.button {
	color: #fff;
	background-color: #1a63af;
}

.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"] {
	color: #fff;
	background-color: #231f20;
}

/*
Woocommerce Style Overrides
---------------------------------------------------------------------------------------------------- */
/* Get rid of payment options list style & gray arrow */
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style: none !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: none !important;
}

/* Product Quantity */

.woocommerce .quantity .qty { width: 4.2em !important; }

/* Image Shadow Removal */

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: none !important;
    -webkit-box-shadow:  none !important;
    -webkit-transition:  none !important;
    -moz-transition:  none !important;
    -o-transition:  none !important;
    transition:  none !important;
}

/* Product Page Background */

.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product,
.woocommerce-page #content div.product {
	background: rgb(255, 255, 255); /* fallback */
	background: rgba(255, 255, 255, .9);
}

/* Buttons */

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce #content input.button,
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,
.woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
    font-size: 16px !important;
    font-family: "Outfit", sans-serif !important;
    text-decoration: none !important;
    padding: 16px 24px !important;
    font-weight: 700 !important;
    -webkit-border-radius: none !important;
    border-radius: 3px !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
    color: #fff !important;
    text-shadow: none !important;
    border: none !important;
    background: #1a63af !important;
    background: -webkit-gradient none !important;
    background: -webkit-linear-gradient none !important;
    background: -moz-linear-gradient none !important;
    background: -moz-gradient none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce a.button.loading, .woocommerce button.button.loading,
.woocommerce input.button.loading, .woocommerce #respond input#submit.loading,
.woocommerce #content input.button.loading, .woocommerce-page a.button.loading,
.woocommerce-page button.button.loading, .woocommerce-page input.button.loading,
.woocommerce-page #respond input#submit.loading, .woocommerce-page #content input.button.loading {
    color: #fff !important;
    border: none !important;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
    background: #231f20 !important;
	color: #fff !important;
    background: -webkit-gradient none !important;
    background: -webkit-linear-gradient none !important;
    background: -moz-linear-gradient none !important;
    background: -moz-gradient none !important;
    text-decoration: none !important;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt,
.woocommerce-page a.button.alt, .woocommerce-page button.button.alt,
.woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
	background-color: #1a63af !important;
	border: none !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: "Outfit", sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding: 16px 24px !important;
	text-transform: uppercase !important;
    background: -webkit-gradient none !important;
    background: -webkit-linear-gradient none !important;
    background: -moz-linear-gradient none !important;
    background: -moz-gradient none !important;
    text-shadow: none !important;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
    background: -webkit-gradient none !important;
    background: -webkit-linear-gradient none !important;
    background: -moz-linear-gradient none !important;
    background: -moz-gradient none !important;
    color: #fff !important;
	background-color: #231f20 !important;
    text-shadow: none !important;
}

/* Payment Pages */

.woocommerce #payment, .woocommerce-page #payment {
    background: none !important;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    border-bottom: 1px solid #292929 !important;
    list-style-type:none !important;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
   list-style-type:none !important;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    border-top: 1px solid #292929 !important;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: none !important;
    background: -webkit-gradient none !important;
    background: -webkit-linear-gradient none !important;
    background: -moz-linear-gradient none !important;
    background: -moz-gradient none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #292929 !important;
    text-shadow: none !important;
}

.woocommerce #payment div.payment_box::after, .woocommerce-page #payment div.payment_box::after {
	content: none !important;
}

.woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
    border-color: #292929 !important;
    border-top-color: #292929 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.woocommerce #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
    color: #231f20 !important;
}

.woocommerce #payment div.payment_box :-moz-placeholder, .woocommerce-page #payment div.payment_box :-moz-placeholder {
    color: #231f20 !important;
}

.woocommerce #payment div.payment_box :-ms-input-placeholder, .woocommerce-page #payment div.payment_box :-ms-input-placeholder {
    color: #231f20 !important;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
	display: none !important;
}

/* Coupon Field */

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #231f20 !important;
	color: #231f20 !important;
}

/* WooCommerce Cart Page
---------------------------------------------------------------------------------------------------- */

.woocommerce table.shop_table {
	border: 1px solid #231f20 !important; 
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table thead,
.woocommerce table.shop_table th { border: none !important; }

.woocommerce-cart table.cart {
	line-height: 1.75;
}

.woocommerce-cart table.cart td {
	padding: 10px 12px;
}

.woocommerce table.shop_table td.actions {
	padding: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-size: 18px;
	font-size: 1.8rem;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
	vertical-align: middle;
}

.woocommerce table.shop_table .order-number {
	min-width: 75px;
}

.woocommerce-cart table.cart .product-thumbnail {
	min-width: 56px;
}

.woocommerce-cart table.cart .product-thumbnail > a,
.woocommerce-checkout table.cart .product-thumbnail > a,
#add_payment_method table.cart .product-thumbnail > a {
	border-bottom: 0;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal {
	min-width: 110px;
}

.woocommerce-cart table.cart th.product-name {
	min-width: 140px;
}

.woocommerce table.shop_table td.actions {
	padding-top: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-size: 18px;
	font-size: 1.8rem;
}

.woocommerce-cart td.product-name dl.variation dd {
	margin-left: 20px;
}

/* Messages */

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error,
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
    padding: 1em 1em 1em 3.5em !important;
    margin: 0 0 2em !important;
    background: #1a63af !important;
    background: -webkit-gradient none !important;
    background: -webkit-linear-gradient none !important;
    background: -moz-linear-gradient none !important;
    background: -moz-gradient none !important;
    color: #fff !important;
    text-shadow:  none !important;
    list-style: none outside !important;
    -webkit-box-shadow:  none !important;
    box-shadow:  none !important;
    border-radius: 3px;
}

.woocommerce .woocommerce-info a { 
	color: #fff !important; 
	font-style: italic;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
    font-family: "Outfit", sans-serif !important;
    color: #292929 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    border-top: none !important;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
    background-color: transparent !important;
    color: #fff !important;
    content: "\2713";
}

.woocommerce .woocommerce-error:before {
	color: #fff !important; 
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    border-top: none !important;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
    background-color: transparent !important;
    color: #fff !important;
    content: "\f138";
    font-family:"Font Awesome 7 Pro","Font Awesome 7 Free" !important;
    font-style: none !important;
}

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    background-color: #CC5B61 !important;
}

.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
    background-color: transparent !important;
    content: "\00d7";
    font-weight: 700
}

/* Remove Product Page Info */
.woocommerce-page div.product p.price { display:none !important; }
.woocommerce span.onsale, .woocommerce-page span.onsale { display: none !important; }
.posted_in { display:none !important; }
.tagged_as { display:none !important; }
.product .sku, .sku_wrapper { display: none !important; }
.woocommerce div.product span.price { 
	color: #231f20 !important; 
	font-family: "Outfit", sans-serif !important; 
	font-weight: 400 !important; 
}

/* Remove Messages On Cart Page */
.page-id-7074 .woocommerce-message { display: none !important; }

/* =========================================================
   Woo My Account – TOP NAV (Option 2 markup: ul > a > li)
   Black pills + Font Awesome icons + MSSL branding
   ========================================================= */

/* Layout: nav becomes full-width row above content */
.woocommerce-account .woocommerce{
  display:block !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  float:none !important;
  width:100% !important;
  margin:0 0 18px 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
  float:none !important;
  width:100% !important;
}

/* UL: flex row of pills, centered as a group */
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  margin:0 0 18px 0 !important;
  padding:10px 0 0 0 !important;
  list-style:none !important;

  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
  justify-content:center !important;

  background:transparent !important;
  border:none !important;
}

/* Because your markup is UL > A > LI */
.woocommerce-account .woocommerce-MyAccount-navigation ul > a{
  display:block !important;
  flex:0 0 auto !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  text-decoration:none !important;
}

/* Desktop/tablet pill */
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li{
  list-style:none !important;
  margin:0 !important;

  display:flex !important;
  align-items:center !important;

  padding:10px 14px !important;
  border-radius:3px !important;

  background:#231f20 !important;
  color:#fff !important;

  cursor:pointer !important;

  font-family:"Outfit", sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;

  transition:all 0.1s ease-in-out !important;
}

/* Hover/focus on the anchor affects the LI */
.woocommerce-account .woocommerce-MyAccount-navigation ul > a:hover > li,
.woocommerce-account .woocommerce-MyAccount-navigation ul > a:focus > li,
.woocommerce-account .woocommerce-MyAccount-navigation ul > a:active > li{
  background:#1a63af !important;
  color:#fff !important;
  outline:none !important;
}

/* Active endpoint (Woo adds is-active on LI) */
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.is-active{
  background:#1a63af !important;
  color:#fff !important;
}

/* Base icon styling (desktop/tablet) */
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li:before{
  display:inline-block !important;
  margin:0 10px 0 0 !important;

  font-family:"Font Awesome 7 Pro","Font Awesome 7 Free" !important;
  font-size:14px !important;
  line-height:1 !important;
  -webkit-font-smoothing:antialiased !important;

  /* safety: kill any legacy behavior */
  float:none !important;
  width:auto !important;
  text-align:left !important;
}

/* Endpoint icon mappings */
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--dashboard:before{ content:"\f624"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--registrations:before{ content:"\e6d7"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--waiver:before{ content:"\f56c"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--orders:before{ content:"\f09d"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--payment-methods:before{ content:"\f09d"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--edit-account:before{ content:"\f044"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--customer-logout:before{ content:"\f08b"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--account-waiver:before{ content:"\f044"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--team-roster:before{ content:"\f234"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--team-register:before{ content:"\f0c0"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--individual-register:before{ content:"\f2bd"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--support:before{ content:"\f059"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul > a > li.woocommerce-MyAccount-navigation-link--account-funds:before{ content:"\f0d6"; }


/* =========================================================
   Mobile: ICON-ONLY square pills + HARD-CENTERED ICON
   ========================================================= */
@media (max-width: 640px){

  /* keep the whole group centered */
  .woocommerce-account .woocommerce-MyAccount-navigation{
	display:flex !important;
	justify-content:center !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul{
	padding:0 !important;
	margin:0 auto 18px auto !important;
	width:auto !important;
	max-width:100% !important;
	justify-content:center !important;
  }

  /* Square icon pills */
  .woocommerce-account .woocommerce-MyAccount-navigation ul > a > li{
	font-size:0 !important;         /* hide text but keep it in DOM */
	width:48px !important;
	height:48px !important;
	padding:0 !important;

	display:flex !important;
	align-items:center !important;
	justify-content:center !important;

	border-radius:6px !important;

	/* critical for absolute-centering the pseudo icon */
	position:relative !important;
  }

  /* HARD-CENTER the FA glyph inside the pill */
  .woocommerce-account .woocommerce-MyAccount-navigation ul > a > li:before{
	position:absolute !important;
	top:50% !important;
	left:50% !important;
	transform:translate(-50%, -50%) !important;

	margin:0 !important;
	width:1em !important;
	height:1em !important;
	line-height:1em !important;

	display:flex !important;
	align-items:center !important;
	justify-content:center !important;

	font-size:20px !important;      /* tweak for fit */
	text-align:center !important;

	float:none !important;
	pointer-events:none !important;
  }
}

/* END WOO MENU OVERRIDE */

/* Keep your form border override */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
  border:1px solid #231f20 !important;
}

/* Hide Cart Empty Block */
.wc-block-components-notice-banner.is-info { display: none !important; }

/* Address Block */
.woocommerce .woocommerce-customer-details address {
	border: 1px solid #231f20 !important; 
	border-radius: 5px !important;
}

/*
Grant's Edits
---------------------------------------------------------------------------------------------------- */

/* Special Text Elements */

.welcome-tag {
	font-family: "Outfit", sans-serif;
	font-size: 45px;
	text-shadow: 0 0 2px #231f20;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  text-rendering: geometricPrecision;
}

/* Home Buttons */

.home-button {
	background-color: #1a63af !important;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-family: "Outfit", sans-serif;
	letter-spacing: 1.3px;
	font-weight: 800;
	font-size: 25px;
	padding: 18px 23px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  text-rendering: geometricPrecision;
}

.home-button:hover {
	background-color: #fff !important;
	color: #231f20 !important;
}

.home-social {
	color: #ffffff !important;
}

.home-social:hover {
	color: #1a63af !important;
}

.page-tags {
	color: #fff;
	opacity: 0.0;
}

.side-wrap a {
	color: #231f20;
}

.side-wrap a:hover {
	color:#1a63af;
}

.home-logo {
	display: inherit;
}
	
.mobile-home-logo {
	display: none;
}

hr.mssl {
	border: 0;
	width: 80%;
	color: #231f20;
	background-color: #231f20;
	height: 2px;
}

.footer-1 { text-align: left !important; }
.footer-2 { text-align: center !important; }
.footer-3 { text-align: right !important; }
.widget-l { display: inherit; }
.widget-s { display: none; }

/* Maintenance Page Edits */

.page-id-14794 .entry-title, .page-id-14794 .site-footer {
  	display:none;
}

.page-id-14794 .entry {
	background: #fff;
}

.page-id-14794 .site-inner {
	padding: 20px 0;
}

/* Home Menu Block */

.homepage-menu-wrap a {
	background: #fff !important;
	color: #231f20 !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.homepage-menu-wrap:hover {
	background-color: #1a63af !important;
	color: #fff !important;
}

.homepage-menu-wrap a:hover {
	background-color: #1a63af !important;
	color: #fff !important;
}

.homepage-menu {
	margin: -5px;
	display: none;
}

.homepage-menu img {
	display: none;
}

#homepage-menu-list > ul > li.no-icon {
	padding-left: 0;
}

.homepage-menu a {
	background: #fff;
	color: #231f20;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding: 10px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 5px;
}

.homepage-menu li span {
	border-radius: 3px;
	background: #fff !important;
	box-shadow: none !important;
	border-style: none !important;
	margin-left: 2px;
	padding-bottom: 14px;
}

#content .homepage-menu .touched {
	text-shadow: none;
}

.homepage-menu a:after {
	border-radius: 25px;
	font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
	content: '\f054';
	position: absolute;
	z-index: 999;
	right: 2%;
	top: 20%;
	text-align: center;
	padding: 6px 8px 5px;
	line-height: 1em;
}

.homepage-menu a.touched:after {
	background-color: #231f20;
	color: #fff;
}

.homepage-menu span.touched {
	color: #fff;
	background: #1a63af;
}

#homepage-menu-list .open-tree {
	box-shadow: none;
	background: none;
}

.homepage-menu > ul > li.has_children > a:after {
	content: none;
}

#content .homepage-menu a.map-address, #content .homepage-menu a.phone-number {
	margin-top: 10px;
}

.homepage-menu a.phone-number:after {
	content: "\f095";
}

.homepage-menu a.player-dash:after {
	content: "\f624";
}

.homepage-menu a.email:after {
	content: "\e10c";
}

.homepage-menu a.map-address:after {
	content: "\f59f";
}

.homepage-menu a.calendar:after {
	content: "\f133";
}

.homepage-menu a.rules:after {
	content: "\f460";
}

/* Team Roster Buttons */

.roster-button {
	background-color: #231f20;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-family: "Outfit", sans-serif;
	font-size: 12px;
	padding: 8px 12px;
	text-transform: uppercase;
	width: auto;
}

.roster-button:hover {
	background-color: #1a63af;
	color: #fff !important;
}

/* Ninja Forms Processing Hack */
 
 input[value="Processing"], input[value="Processing"]:hover {
    user-select : none !important; 
    -moz-user-select : none !important;
    -webkit-user-select : none !important;
    pointer-events: none !important;
    opacity: .5 !important;
	cursor: not-allowed !important;
}
 
 input[value="Sending"], input[value="Sending"]:hover {
	user-select : none !important; 
	-moz-user-select : none !important;
	-webkit-user-select : none !important;
	pointer-events: none !important;
	opacity: .5 !important;
	cursor: not-allowed !important;
}

/*
Rules Grid
---------------------------------------------------------------------------------------------------- */

.rules-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-row-gap: 20px;
   grid-column-gap: 20px;
}

.rules-button {
	background-color: #1a63af;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-family: "Outfit", sans-serif;
	padding: 10px 10px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	font-size: 15px;
	text-align: center;
}

.rules-button:hover {
	background-color: #231f20 !important;
	color: #fff !important;
}

/*
MSSL Teams
---------------------------------------------------------------------------------------------------- */

/* Teams Buttons */
.mssl-teams-button {
	background-color: #1a63af;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-family: "Outfit", sans-serif;
	padding: 10px 10px !important;
	text-transform: uppercase;
	width: auto !important;
	display: inline-block;
	font-size: 13px !important;
}

.mssl-teams-button-blockquote {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #fff !important;
	box-shadow: none;
	color: #1a63af !important;
	cursor: pointer;
	font-family: "Outfit", sans-serif;
	padding: 10px 10px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	font-size: 13px;
}

.mssl-teams-button:hover {
	background-color: #231f20 !important;
	color: #fff !important;
}

.mssl-teams-button-blockquote:hover {
	background-color: #1a63af !important;
	border: 1px solid white !important;
	color: #fff !important;
}

.mssl-widget-row:after {
	content: "";
	display: table;
	clear: both;
}

.mssl-widget-column {
  float: left;
  width: 50%;
}

/*
Upcoming League Tables
---------------------------------------------------------------------------------------------------- */
.upcoming-airtable-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
	background-color: #ffffff;
	border-radius: 14px;
}

.upcoming-airtable-table__header {
	background-color: #1a63af;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 8px;
}

.upcoming-airtable-table__empty-notice-row { 
	font-style: italic; 
	padding: 8px;
	}

.upcoming-airtable-table__row { }

.upcoming-airtable-table__cell, .upcoming-airtable-table__cell-final, .upcoming-airtable-table__cell_mobile-hide {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none !important;
}

.upcoming-airtable-table__link { color: #1a63af; }

.upcoming-airtable-table tr:nth-child(even) {
	background-color: #f4f4f4;
}

.upcoming-airtable-table-h2 {
	font-family: "Outfit", sans-serif;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
	font-size: 28px;
}

.mobile-hide {
	display: inherit;
}

.mobile-show {
	display: none;
}

/*
Current League Tables
---------------------------------------------------------------------------------------------------- */
.current-airtable-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
	background-color: #ffffff;
}

.current-airtable-table__header {
	background-color: #1a63af;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 8px;
}

.current-airtable-table__empty-notice-row { 
	font-style: italic; 
	padding: 8px;
	}

.current-airtable-table__row { }

.current-airtable-table__cell {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none !important;
}

.current-airtable-table__cell-final { display: none; }

.current-airtable-table__link, .current-airtable-table__button { color: #1a63af; }

.current-airtable-table tr:nth-child(even) {
	background-color: #f4f4f4;
}

.current-airtable-table-h2 {
	font-family: "Outfit", sans-serif;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
	font-size: 28px;
}

/*
Mobile Styles for Current / Upcoming Tables
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
	
  .current-airtable-table-h2, .upcoming-airtable-table-h2 {
	  color: #ffffff;
	  background-color: #1a63af;
	  padding: 10px;
	  line-height: 1;
	  letter-spacing: 1px;
	  border-radius: 14px;
	  margin: 0 0 6px;
  }

  /* Stop the "fake table headers" stack approach */
  .upcoming-airtable-table__cell:before,
  .current-airtable-table__cell:before {
	content: none !important;
	display: none !important;
  }

  /* We keep the TABLE element, but we make rows act like cards */
  .upcoming-airtable-table,
  .current-airtable-table {
	border-collapse: separate;
	border-spacing: 0 12px; /* vertical spacing between cards */
	background: transparent;
  }

  /* Hide the thead on mobile */
  .upcoming-airtable-table thead,
  .current-airtable-table thead {
	display: none;
  }

  /* Card container */
  .upcoming-airtable-table__row,
  .current-airtable-table__row {
	display: block;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	margin: 7px 0px; /* actual spacing between cards */
	border: 1px solid #231f20;
  }
  
  /* Empty state card (mobile) */
  .upcoming-airtable-table__row--empty,
  .current-airtable-table__row--empty {
	display: block;
	background: #fff;
	border-radius: 14px;
  }
  
  .upcoming-airtable-table__row--empty td,
  .current-airtable-table__row--empty td {
	display: block;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
  }
  
  /* Upcoming: final info row as a blue “card” */
  .upcoming-airtable-table__row--info {
	background: #1a63af !important;
	border-radius: 14px;
  }
  
  .upcoming-airtable-table__row--info .upcoming-airtable-table__cell-final {
	display: block;
	padding: 14px;
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
  }
  
  .upcoming-airtable-table__row--info .upcoming-airtable-table__cell-final em {
	font-style: normal; /* optional: makes it read cleaner */
	opacity: .95;
  }
  
  .upcoming-airtable-table__row--info .upcoming-airtable-table__cell-final strong {
	color: #fff;
	font-weight: 900;
  }
  
  .upcoming-airtable-table__row--info .upcoming-airtable-table__cell-final a {
	color: #fff !important;
	text-decoration: underline;
  }

  /* Reset cells */
  .upcoming-airtable-table__cell,
  .current-airtable-table__cell,
  .upcoming-airtable-table__cell_mobile-hide,
  .current-airtable-table__cell_mobile-hide {
	display: block;
	padding: 0;
	border: 0;
	text-align: left;
	background: transparent;
  }

  /* Title area (we’re using League cell to hold the mobile title) */
  .upcoming-airtable-table__cell[data-label="League"],
  .current-airtable-table__cell[data-label="League"] {
	padding: 3px 14px;
  }

  /* Mobile title typography */
  .mobile-show .league-card__title,
  .mobile-show a.upcoming-airtable-table__link_title {
	display: inline-block;
	font-family: "Outfit", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 1.2;
  }

  /* Optional subtext (Information) */
  .league-card__sub {
	margin-top: 6px;
	font-size: 14px;
	opacity: .75;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
  }

  /* Meta lines: Starts + Location */
  .upcoming-airtable-table__cell[data-label="Starts"],
  .upcoming-airtable-table__cell[data-label="Location"],
  .current-airtable-table__cell[data-label="Location"] {
	padding: 3px 14px;
	font-size: 15px;
  }

  /* Price line (upcoming only) */
  .upcoming-airtable-table__cell[data-label="Team"] {
	padding: 3px 14px;
	font-weight: 800;
  }

  .league-card__price-sep { padding: 0 8px; opacity: .45; }

  /* Hide redundant columns on mobile (since title includes season/day + team cell includes ind) */
  .current-airtable-table__cell[data-label="Season"],
  .current-airtable-table__cell[data-label="Day"], 
  .upcoming-airtable-table__cell[data-label="Season"],
  .upcoming-airtable-table__cell[data-label="Day"],
  .upcoming-airtable-table__cell[data-label="Individual"],
  .upcoming-airtable-table__cell[data-label="Location"],
  .upcoming-airtable-table__cell_mobile-hide {
	display: none !important;
  }

  /* Action bar (current only): keep buttons together */
  .current-airtable-table__cell[data-label="Schedule"],
  .current-airtable-table__cell[data-label="Rosters"] {
	display: inline-block;
	padding: 12px 0 14px;
	margin-left: 14px;
  }

  /* Make the buttons pill-style */
  .current-airtable-table__button {
	display: inline-block;
	background: #1a63af;
	color: #fff !important;
	border-radius: 999px;
	padding: 10px 14px;
	font-family: "Outfit", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 13px;
	border: none;
	box-shadow: none;
  }

  .current-airtable-table__button--secondary {
	background: #fff;
	color: #1a63af !important;
	border: 1px solid #1a63af;
  }

  /* Keep your mobile show/hide behavior */
  .mobile-hide { display: none !important; }
  .mobile-show { display: block !important; }
}

/* Sticky Bar */
@media only screen and (max-width: 768px) {

  .mssl-sticky-cta {
	position: sticky;
	top: calc(env(safe-area-inset-top, 0px) + var(--mssl-mobile-header-h, 64px) + 10px);
	z-index: 1000;
	margin: 0 0 12px;
	padding: 10px 12px;
	
	background: rgba(255,255,255,.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
  }

  .mssl-sticky-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 44px;               /* finger-friendly */
	padding: 10px 12px;
	border-radius: 3px;

	font-family: "Outfit", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 12px;
	line-height: 1;
	text-decoration: none !important;

	white-space: nowrap;            /* prevent ugly wraps */
	overflow: hidden;
	text-overflow: ellipsis;         /* if it must truncate */
  }

  .mssl-sticky-cta__btn--primary {
	background: #1a63af;
	color: #fff !important;
	border: 1px solid #1a63af;
  }

  .mssl-sticky-cta__btn--ghost {
	background: #fff;
	color: #1a63af !important;
	border: 1px solid #1a63af;
  }

  /* In case the theme applies button styles globally */
  .mssl-sticky-cta__btn.button,
  .mssl-sticky-cta__btn .button {
	all: unset;
  }
}

/*
Backstretch 2026 (viewport-fixed, less zoom)
---------------------------------------------------------------------------------------------------- */

/* Real fallback color (prevents iOS gray flash if tiles drop) */
html { background-color: #1a63af !important; }

body {
  background: transparent;
  position: relative;
  isolation: isolate;
}

/* Background image layer = viewport sized */
body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;

  background-image: var(--mssl-bg, none);
  background-size: cover;
  background-repeat: no-repeat;

  /* Show a little higher on mobile so faces/logos aren’t chopped */
  background-position: center 25%;

  /* If Safari drops tiles briefly, show your brand color */
  background-color: #1a63af;

  /* iOS compositing hints */
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

/* Overlay */
body::after {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;

  /* background: rgba(0,0,0,0.10); Adjust for more/less contrast */
  pointer-events: none;
}

/* =========================================================
   MSSL Registration Cards (editor-safe)
   - Avoids broken <a> wrapping caused by WP auto <p> insertion
   - Grid stays 2-up on desktop, 1-up mobile
   - No hover/active motion
   ========================================================= */

.mssl-card-grid,
.mssl-card-grid *{
  box-sizing: border-box;
}

/* If WordPress wraps items in <p>, neutralize it for layout */
.mssl-card-grid > p{
  display: contents;
  margin: 0;
  padding: 0;
}

/* If WP injects <br> or empty p, reduce damage */
.mssl-card-grid br{
  display: none;
}

.mssl-card-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 18px 0;
}

@media (min-width: 820px){
  .mssl-card-grid{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
  }
}

/* Card container */
.mssl-card{
  position: relative;
  display: flex;
  flex-direction: column;

  width: 100%;
  margin: 0;

  border: 2px solid #0B4A75;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

/* Full-card clickable overlay link */
.mssl-card__link{
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}

/* Keep keyboard focus visible */
.mssl-card__link:focus-visible{
  outline: 3px solid rgba(24, 98, 175, 0.25);
  outline-offset: -3px; /* stays inside border */
}

/* Media */
.mssl-card__media{
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f2f2f2;
  overflow: hidden;
}

.mssl-card__img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Body (above overlay so text is selectable if you want) */
.mssl-card__body{
  position: relative;
  z-index: 2;

  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mssl-card__title{
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 500;
}

.mssl-card__blurb{
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #231f20;
}

/* CTA link (also clickable; sits above overlay) */
.mssl-card__cta{
  position: relative;
  z-index: 2;

  margin-top: 6px;
  font-weight: 800;
  color: #1a63af;
  text-decoration: none;
  text-transform: uppercase;
}

/* No hover/active effects at all */
.mssl-card,
.mssl-card *{
  transition: none !important;
}

.mssl-card:hover,
.mssl-card:active,
.mssl-card:focus{
  transform: none !important;
}

/* Remove any baseline/line-height whitespace around images */
.mssl-card__media{
  display:block;
  line-height:0;
}

/* Force image to fill the media area cleanly */
.mssl-card__img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  vertical-align:top;
}

/* =========================================================
   WP auto-format cleanup for MSSL cards
   ========================================================= */

/* Remove injected empty paragraph between overlay link and media */
.mssl-card > p{
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove theme paragraph margins inside card body (WP wraps CTA in <p>) */
.mssl-card__body > p{
  margin: 0;
}

/* Keep image flush */
.mssl-card__media{
  display:block;
  line-height:0;
}
.mssl-card__img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 660px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	/*.footer-widgets-1,*/
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
	
	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.agency-pro-home .home-bottom .featuredpost .entry {
		min-height: 360px;
	}
	
	.site-title {
		font-size: 24px;
	}
	
	.title-area {
		width: 275px;
	}
	
	/* for iPad Responsiveness Issues */
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}
	
	.widget-l {
		display: none;
	}
	
	.widget-s {
		display: inherit;
	}
	
	.home-button { 
		font-size: 16px; 
	}
}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 760px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-container {
		padding-top: 105px;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}
	
	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}
	
	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}
	
		#nav_menu-2 {
		float: none;
	}
	
	.site-header .widget-area {
		float: none;
	}
	
	.page-id-14813 .one-half {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 800px) {
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.agency-pro-home .wrap {
		max-width: 640px;
	}
	
	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.entry-title {
		font-size: 30px;
	}
	
	.site-inner {
		padding: 7% 3% 7% 3%;
	}
	
	blockquote {
		margin: 10px 10px 10px 10px;
		padding: 5px 10px 5px 10px;
		font-size: 14px;
		line-height: 16px;
	}
	
	.mssl-teams-widget {
		margin: 10px 10px 10px 10px;
		padding: 5px 5px 5px 5px;
		font-size: 14px;
		line-height: 16px;
	}

	/* Responsive Sidebars */
	.sidebar .widget { margin-top: 15px; margin-bottom: 10px; }
	
	.agency-pro-home .content .featured-content .widget-title,
	.agency-pro-home .content .widget_text .widget-title {
		margin: 0px 0px 0px !important;
	}

}

@media only screen and (max-width:782px) {

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }
	
	.footer-1 { text-align: center !important; }
	.footer-2 { text-align: center !important; }
	.footer-3 { text-align: center !important; }
    
}

@media only screen and (max-width: 680px) {
	
	.header-full-width .site-container,
	.site-container {
		padding: 0;
	}

	.site-header {
		position: static;
	}

	.wrap {
		width: 90%;
	}
	
	.agency-pro-home .content .wrap {
		max-width: 380px;
	}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 100%;
	}
	
	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}
	
	.home-top .widget-title {
		font-size: 48px;
	}
	
	/* Responsive Menu Section */
	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
	}
		
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 18px 20px;
		/*text-transform: none;*/
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		/*text-transform: none;*/
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #fff;
	}
	
	#nav_menu-2 {
		padding: 0 40px 0 40px; 
	}
	
	/* Grant's Responsive Home Elements */
	.homepage-menu {
		display: inherit;
	}
	
	.home-top .button, .home-logo, .home-button {
		display: none;
	}
	
	.welcome-tag { font-size: 28px; margin-top: 20px; line-height: 1;}
	
	.mobile-home-logo {
		display: inherit;
	}
	
	.genesis-nav-menu.responsive-menu .big-menu {
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.genesis-nav-menu.responsive-menu .little-menu {
		font-weight: 300;
		text-transform: none;
	}
	
	/* Responsive Genesis Columns */
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		padding-bottom: 15px;
	}
	
	/* Responsive Account Page for vertical mobile layout */
	.woocommerce-MyAccount-navigation {
		width: 100% !important;
		float: none !important;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
		float: none !important;
	}
	
	.rules-grid {
	   grid-template-columns: 100%;
	}
	
	.entry { // Grant made mobile margins and paddings smaller
		margin-bottom: 25px;
		padding: 15px 20px 24px;
	}
	
	.entry-title, h2 {
		color: #ffffff;
		background-color: #1a63af;
		border-radius: 14px;
		padding: 10px;
		line-height: 1;
		font-size: 22px;
		font-weight: 800;
		text-align: center !important;
	}
	
	html { margin-top: 0px !important; } /* To account for sticky wp-admin bar */
}

@media only screen and (max-width: 480px) {
	
	.home-middle .featuredpost img.entry-image {
		position: relative;
	}
	
	.home-middle .featuredpost .entry img:hover {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

}