/*
Theme Name: Lexington County Blowfish
Theme URI: Lexington County Blowfish
Author: Infinity Sports and Entertainment
Author URI: https://createdbyinfinity.com/
Description: Building in progress
Version: 1.0.3
Tags: Created - 24/03/2021_Launched - ?/2021

*/
/***** Fonts */
:root {
  --colorPri: #00274C;
  --colorSec: #D31245;
  --colorAlt: #4E8ABE;
  --headerFont: oswaldregular;
}
p, a {
  font-family: 'robotoregular';
  font-weight: normal;
}
a{
  color: #D31245;
}
a:hover{
  color: #4E8ABE;
  text-decoration: none;
  transition: all ease 0.5s;
}
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge{
  font-family: 'oswaldregular';
  font-weight: normal;
}
.themeColorWhite{
  color: #ffffff !important;
}
.themeColorGrey{
  color: #ccc !important;
}
.themeColorBlack{
  color: #000000 !important;
}
.themeBgPri {
	background-color: #00274C;
}
.themeBgSec{
  background-color: #D31245;
}
.themeBgAlt{
  background-color: #4E8ABE;
}
.themeColorPri{
  color: #00274C;
}
.themeColorSec{
  color: #D31245;
}
.themeColorAlt{
  color: #000000;
}
em {
    color: #707070;
}
.uk-button-default.themeButton{
  background-color: #D30D2B;
  font-weight: bold;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #0b233f;
	background-color: #e5bb33;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #0b233f;
	background-color: #e5bb33;
}
/***** End Fonts */
/*****Screen Readers*/
/***** Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*****End Screen Readers*/
/*****WP Standard Classes*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*****End WP Standard Classes*/

/***** Comments*/
.postComments {
    margin-top: 7.6em;
    color: #2a2a2a;
		border-top: 2px solid gray;
}
.commentsTitle {
    font-size: 1.4em;
    margin-bottom: 0.3em;
		background-color: #C0C0C0;
		padding: 0.3em;
}
.commentTopNav {
    display: flex;
    padding-left: 1em;
}
.commentBottomNav {
    display: flex;
    padding-left: 1em;
    border-top: 2px solid silver;
		margin-bottom: 0.5em;
}
.commentNavNext {
    margin-left: 1em;
}
.commentsList {
    margin-left: 4em;
    margin-top: 2em;
}
.commentsList li {
    margin-top: 0.5em;
		margin-bottom: 0.9em;
}
.comment-meta {
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
}
.comment-content {
    margin-left: 0.3em;
    margin-top: 0.3em;
}
.reply{
	margin-left: 0.3em;
	margin-top: 0.3em;
}
.form-submit #submit {
    border: none;
    padding: 0.3em 1.9em;
    margin: 0.3em 0;
    background-color: #708090;
    color: white;
    font-size: 1.2em;
		transition: all 0.6s ease;
}
.form-submit #submit:hover{
	color: #000;
}
.comment-form-comment textarea {
    width: 100%;
		border: 2px solid silver;
}
/***** End Comments*/
/***** Search Form */
.search-form {
    display: flex;
    align-items: center;
}
.search-submit {
    margin-left: 1em;
}
/***** end search form */

/***** Default Widget Styling*/
.widget, .widget ul, .widget ul > li{
	list-style: none;
}
/***** End Default Widget Styling*/
/***** SiteOrigin Classes*/
.soRowMaxWidth {
	max-width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.soRowMaxWidth60 {
	max-width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.soButton{
  padding: 12px 0;
}
.soImageGrid img {
  transition: all 0.5s ease;
}
.soImageGrid img:hover {
	transform: scale(1.1);
}
.soHeader h2 {
	text-transform: uppercase;
	font-weight: bold;
  /* width: max-content; */
}
.soUnderlineHeader h2 {
	text-transform: uppercase;
	font-weight: bold;
  /* width: max-content; */
  text-align:center;
}
.soUnderlineHeaderGear h2 {
	color: white;
}
.soUnderlineHeader h2::after {
	content: '';
	height: 4px;
	background: #d30d2b;
	display: block;
	width: 5%;
	margin: 0 auto;
}
.soSidelineHeader h3 {
	display: flex;
	width: 50%;
	margin: 0 auto;
}
.soSidelineHeader h3::before, .soSidelineHeader h3::after {
	content: "";
	border-bottom: 5px solid;
	border-color: #fff;
	margin: auto;
	display: flex;
	flex-grow: 0.2;
}
.soNewsletter {

}
.soNewsletter .forminator-ui {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.soNewsletter .forminator-ui .forminator-row {
	/* display: inline-block !important; */
	/* width: 27%; */
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
  flex-basis: 60%;
}
.soNewsletter .forminator-ui .forminator-row .forminator-col .forminator-input {
	width: 70% !important;
}

.soNewsletter .forminator-ui .forminator-row .forminator-col {
	padding: 0 !important;
}
.soNewsletter .forminator-field {
	display: flex;
	justify-content: center;
}
.soNewsletter #submit {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}
.soNewsletter #submit .forminator-button-submit {
	background-color: #00274c;
	font-weight: bold;
}
.soNewsletterRowParent {
	/* height: 454px; */
	background-size: 100% 100% !important;
	background-repeat: no-repeat;
}
.soNewsletterRow h2, .soNewsletterRow h3 {
  font-family: 'oswaldregular';
  line-height: 1;
}
.soNewsletterRow h2 {
	margin-top: 0px;
	font-size: 5.3em;
  color: #4E8ABE;
  text-transform: uppercase;
}
.soNewsletterRow h3 {
	font-size: 2.3em;
  color: white;
  text-transform: uppercase;
}
.soInstagramHeader h3{
  background-color: #00274c;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.soButtonImg .so-widget-image {
	transition: all 0.5s ease;
}
.soButtonImg .so-widget-image:hover {
	transform: scale(1.1);
}
.cplBannerMoniker h2 {   text-align: center;   text-decoration: underline 2px #d31245; text-transform: uppercase; letter-spacing: 8px; }
/***** End SiteOrigin Classes*/

/***** Header - Footer*/
.headerTopSection {
    min-height: 60px;
    background-color: rgba(0, 39, 76,0.6);;
    margin-left: 0;
    z-index: 5;
    width: 100%;
    top: 0px;
    /* border-bottom: solid 3px #e5bb33; */
}
.headerTopSection.uk-active {
	background-color: #00274C;
	border-bottom: solid 3px #D31245;
}
.headerTopSectionInner{

}
.headerTopSection.uk-active .logoH1Home {
  top: -10px;
}
.headerTopSection.uk-active .logoH1Inner {
  top: 0;
}
.headerTopSection.uk-active .logoImgHome {
	width: 23%;
}
.headerTopSection.uk-active .logoImgInner {
	width: 33%;
}
.headerBuyTickets {
    padding: 0 10px;
}
.faqRow .widget-title {
	color: #022255;
	font-weight: bold;
}
.rightsReserved{
  margin: 0;
  text-align: center;
  /* color: #999; */
}
.siteFooter .siteSocial{
}
.infinityLogo{
  display: flex;
  justify-content: center;
}
.headerAboveTopSection {
	padding: 1.5em;
	text-align: center;
	/* border-bottom: 3px solid #ffce07; */
}
.headerAboveTopSection h4 {
	font-size: 1.6em;
	font-weight: bold;
}
.headerAboveTopSection h4 > span {
	color: #e5bb33;
}
.headerTopSectionPosition {
	position: absolute;
	padding: 0.5em 0;
}
.siteLogo {
	position: relative;
}
.logoH1Home {
	position: absolute;
	left: 50%;
	top: -104px;
	transform: translatex(-50%);
	width: 63%;
}
.logoH1Inner {
	position: absolute;
	left: 50%;
	top: -87px;
	transform: translatex(-50%);
}
.logoImgInner{
  width: 94%;
}
.siteFooter {
	height: 446px;
}
.privacyWrapper {
	display: flex;
	justify-content: center;
	/* margin-top: 1.5em; */
}
.privacyWrapper a {
	color: #00274C;
	display: inline-block;
  transition: all ease 0.5s ;
}
.privacyWrapper a:hover{
  color: #00274C;
}
.privacyWrapper a + a{
  margin-left: 10px;
}
.footerSiteInfo a{
  transition: all ease 0.5s ;
}
.footerSiteInfo a:hover{
  color: #0b233f !important;
}
.footBottomSection {
	padding: 0.8em 0;
	background-color: #D31245;
}
.siteFooterTop {
	padding: 0 90px;
}
.siteFooterTop h2 {
	color: white;
	text-transform: uppercase;
}
.siteFooterTop p {
	color: white;

}
.footerQuickLinks .menu {
	padding: 0;
	/* margin-bottom: 0; */
}
.footerQuickLinks .sub-menu {
	display: none;
}
.footerQuickLinks .menu .menu-item {
	width: 45%;
	display: inline-block;
}
.footerQuickLinks .menu .menu-item a {
	padding: 0.5em;
	display: block;
	color: white;
  transition: all ease 0.5s ;
}
.footerQuickLinks .menu .menu-item a:hover {
	color: #D31245;
}
.homeOfficialP {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 40px;
	color: #4E8ABE;
  font-family: 'oswaldregular';
}
.homeOfficialP span{
  font-weight: bold;
  color: #D31245;
}
/***** End Header - Footer*/
/***** Home */
/* .nalNewsRotatorWrapper li img {
	height: 100%;
	width: 100%;
	object-fit: fill;
	margin: 0 auto;
	display: block;
} */
.homeOptionOneAboutUs {
    padding: 4.5em 0;
}
.homeOptionOneVideoSection {
    padding: 2.5em 0;
    background-color: #424141;
}
.homeOptionOneNewsCardsSection {
    padding: 2.5em 0;
}
/***** End Home */
/***** Default misc css */
/***** archive pages */
.snyBlogArchivePanelImg {
    max-height: 200px;
    transition: all 0.5s Ease;
}
.snyBlogArchivePanelLink {
    min-height: 240px;
}
.snyBlogArchivePanelLink:hover .snyBlogArchivePanelImg{
    opacity: 0.5;
}
.blogPanelWrapper a{
  color: #444444;
  transition: all 0.6s ease;
}
.blogPanelWrapper a:hover{
  color: #cd1f36;
  text-decoration: none;
}
.blogPanelTeaser{

}
.blogPanelPostExcerpt {
    min-height: 43px;
}
/***** News Page */
.newsPostsHeaderWrapper h1 a {
  background-color: rgba(0, 0, 0,0.4);
  transition: all 0.6s ease;
}
.newsPostsHeaderWrapper h1 a:hover{
  color: #cd1f36;
}
.newsPostsHeaderAnchor{
  color: white;
}
.newsPostsHeaderAnchor:hover{
  color: white;
  text-decoration: none;
}
.newsPostsCardItemAnchor{
  color: white;
}
.newsPostsCardItemAnchor:hover{
  color: white;
  text-decoration: none;
}
.newsPostsCardItem {
    display: flex;
    justify-content: center;
}
.newsPostsCardItemTeaser a {
    display: flex;
    min-height: 300px;
    transition: all 0.6s ease;
}
.newsPostsCardItemTeaser a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.newsPostsCardItem article{
  width: 100%;
}

.newsPostsCardItem figure{
    height: 100%;
}
.newsPostsCardItem a{
  color: #444444;
  transition: all 0.6s ease;
}
.newsPostsCardItem a:hover{
  color: #cd1f36;
  text-decoration: none;
}
.newsPostsCardItem hr {
    margin: 0 auto;
    border-top: 6px solid #ddd;
    width: 30px;
}
#postsNewsAltLoadMore{
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#postsNewsAltLoadMore > p{
  margin: 0;
}
.paginationWrapper {
    display: flex;
    justify-content: center;

}
/***** End News Page */
/***** inner pages */
.pageTitleSection > figure {
    max-height: 500px;
}
.postMeta .uk-icon {
    font-size: 20px;
}
.siteContent {
	background-color: whitesmoke;
}
.siteInnerContent {
	background-color: white;
	margin-bottom: 0;
}
.pageTitleSectionHero .uk-position-center {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0,0.4);
}
.postTitle {
	color: #00274C;
}
.postHr {
	border-color: #D31245;
	border-width: 3px;
}
.pageTitle {
  color: #00274C;
}
.pageTitleSection hr {
	border-color: #D31245;
	border-width: 3px;
}
.siteArchiveHeader {
  color: #00274C;
}
.siteArchiveHeader + hr{
  border-color: #D31245;
	border-width: 3px;
}
/***** End inner pages */
/***** End Default misc css */

/*****Media Queries*/
@media screen and (max-width: 1600px) {
  .headerSocialIcons {
      justify-content: center;
      padding-left: 0;
      margin-top: 5px !important;
      margin-bottom: 0.3em
  }
  .headerBottomSection {
    /* top: 123px; */
  }
  .headerNavigation {
    margin-top: 0 !important;
  }
  .giveHeaderMinHeight {
    min-height: 623px;
  }
  h1{
    font-size: 1.4em;
  }
  h2{
      font-size: 1.3em;
  }
  h3 {
      font-size: 1.2em;
  }
  h4{
    font-size: 1.1em;
  }
  .widgetSliderContentLink h2 {
  	font-size: 1.3em;
  }
  .gameCenterVul {
  	width: 97% !important;
  }
  .soSideButtonImgRow .panel-last-child {
  	/* top: 10px; */
  }
  .soCustomHtmlAnchor a {
  	font-size: 1.5em;
  }
  .soTicketsWrapper {
  	margin-bottom: 8%;
  }
  .soTicketsRow {
  	background-size: 100% 100% !important;
  }
  .soNewsletterRow h3 {
    font-size: 2.3em;
  }
  .soNewsletterRow h2 {
    font-size: 2.8em;
  }
  .soNewsletterRow h4 {
    font-size: 1.8em;
  }
}
/***** End 1600px */
@media screen and (max-width: 1200px) {
  .siteIndex figure {
  	height: 200px;
  }
  .siteLogo{
    padding-left: 0;
  }
  .headerNavigation{
    padding-left: 0;
  }
  #primeNav {
    width: 100%;
  }
  .headerTopSectionPosition {
    position: inherit;
  }
  .headerTopSection {
    background-color: #ffffff;
  }
  .widgetSliderContentLink h2 {
  	margin: 0;
  }
  .widgetSliderContentLink p {
  	margin-bottom: 0;
  }
  .soRowMaxWidth{
    max-width: 100%;
  }
  .soRowMaxWidth60{
    max-width: 100%;
  }
  .logoH1Home {
  	position: unset;
  	transform: translatex(0%);
  	width: 100%;
  }
  .logoImgHome {
  	width: 50%;
  }
  .headerTopSection.uk-active {
  	background-color: #ffffff;
  }
  .headerTopSection.uk-active .logoImgHome {
  	width: 50%;
  }
  .logoH1Inner {
  	position: unset;
  	transform: translatex(0%);
  	width: 100%;
  }
  .headerNavigation {
  	width: 20%;
  }
  .logoImgInner {
  	width: 50%;
  }
  .headerTopSection.uk-active .logoImgInner {
  	width: 50%;
  }
  .siteFooter {
  	height: unset;
    /* padding: 30px 0; */
    background-image: none !important;
  }
  .siteFooterTop {
  	padding: 30px 10px;
  }
  .footerLogo img {
  	width: 100px;
  }
  .footerSiteInfo p span {
  	font-size: 1.5em !important;
  }
  .soTicketsRow {
  	background-image: none !important;
  	background-color: #ffce07;
  }
  .soTicketsWrapper {
  	display: flex;
  	justify-content: center;
  }
  .soNewsletterRowParent {
  	background-image: url("./inc/NewsletterBg.jpg") !important;
  	background-color: #d30d2b;
  	/* border-bottom: 2px solid #ffce07; */
  }
  .headerAboveTopSectionFlex {
  	justify-content: center;
  }
  .headerMobileText h2{
    font-family: 'rublofregular';
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1;
    color: #00274C;
  }
  .headerMobileText h3{
    font-family: 'rublofregular';
    font-size: 1.5em;
		text-transform: uppercase;
    line-height: 0.5;
    color: #00274C;
  }
  #mega-menu-primary{
    margin-top: 30px !important;
  }
  .headerTopSectionPosition {
  	position: unset;
  	padding: 5px 0;
  }
}
/***** End 1200px */
@media screen and (max-width: 960px) {
  h1{
    font-size: 1.2em;
  }
  h2{
      font-size: 1.1em;
  }
  h3 {
      font-size: 1.0em;
  }
  h4 {
      font-size: 0.9em;
  }
  .logoImgHome {
  	width: 60%;
  }
  .logoImgInner {
  	width: 60%;
  }
  .headerTopSection.uk-active .logoImgHome {
  	width: 57%;
  }
  .headerTopSection.uk-active .logoImgInner {
  	width: 57%;
  }
}
/***** End 960px */
@media screen and (max-width: 640px) {
  .footerSiteInfo p span {
  	font-size: 0.8em !important;
  }
  .soNewsletterRow h3 {
    font-size: 1.8em;
  }
  .soNewsletterRow h2 {
    font-size: 2.3em;
  }
  .soNewsletterRow h4 {
    font-size: 1.1em;
  }
  .soTicketH3Wrapper {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }
  .soTicketH3Wrapper h3 {
  	font-size: 2.3em;
  }
  .soTicketH2Wrapper h2 {
  	font-size: 6.2em;
  }
  .soTicketH4Wrapper h4 {
  	font-size: 1.2em;
  }
  .logoImgHome {
  	width: 77%;
  }
  .logoImgInner {
  	width: 77%;
  }
  .headerTopSection.uk-active .logoImgHome {
  	width: 74%;
  }
  .headerTopSection.uk-active .logoImgInner {
  	width: 74%;
  }
}
/***** End 640px */

/***** IE 11 ONLY */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

}
/*****End Media Queries*/