/*
Theme Name: Long Island Ducks
Theme URI: https://createdbyinfinity.com/
Author: Sunny
Author URI: https://createdbyinfinity.com/
Description: Building in progress
Version: 1.1.5
Tags: Created - 16/09/2021_Launched - ?/2020

*/
/***** Defaults */
:root {
  --colorPri: #e76f00;
  --colorSec: #3f7a06;
  --colorAlt: #2c4024;
  --fontPri: oswaldregular;
  --fontSec: robotoregular;
}
p, a {
  font-family: var(--fontSec);
  font-weight: normal;
}
a{
  color: var(--colorPri);
}
a:hover{
  color: var(--colorPri);
}
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: var(--fontPri);
  font-weight: normal;
	color: var(--colorPri);
}
.themeColorWhite{
  color: #ffffff;
}
.themeColorGrey{
  color: #ccc;
}
.themeColorBlack{
  color: #000000;
}
.themeBgPri{
  background-color: var(--colorPri);
}
.themeBgSec{
  background-color: var(--colorSec);
}
.themeColorPri{
  color: var(--colorPri);
}
.themeColorSec{
  color: var(--colorSec);
}
em {
    /*color: var(--colorPri);*/
	color: inherit;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: var(--colorPri);
	background-color: var(--colorSec);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: var(--colorPri);
	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*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*****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 Overides*/
.headerImgRow {
	margin-top: 6px;
}
.offSeasonButtonsWrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.offSeasonButtonsWrapper figure{
	margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.liSnapWidgetEmbed {
    /* height: 450px; */
}
/* .offSeasonButtonsWrapper figure + figure{
	margin-top: 10px;
} */
.offSeasonButtonsParent img {
	width: 95%;
}
/***** End Siteorigin Overides*/

/***** Header - Footer*/
.headerContent {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.headerAboveSection {
}
.headerTopSection {
    /* min-height: 320px; */
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 0;
}
.headerTopSection.uk-active img {
	width: 40%;
}
.headerBuyTickets {
    padding: 0 10px;
}
.faqRow .widget-title {
	color: #022255;
	font-weight: bold;
}
.rightsReserved{
  margin: 0;
  text-align: center;

}
.siteFooter .siteSocial{
}
.infinityLogo{
  display: flex;
  justify-content: center;
}
#primeNav {
	width: 100%;
  font-family: var(--fontPri);
}
.headerTopSection.uk-active #primeNav{
  border-bottom: 2px solid var(--colorPri);
}
.headerRightTop {
	height: 50%;
}
.siteFooter {
	min-height: 430px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footerQuickLinks .menu {
	padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.footerQuickLinks .sub-menu {
	display: none;
}
.footerQuickLinks .menu .menu-item {
	width: 50%;
}
.footerQuickLinks .menu .menu-item a {
	padding: 0.1em 0.5em;
	display: block;
	color: white;
	transition: all ease 0.5s;
	text-transform: uppercase;
	font-weight: bold;
}
.footerQuickLinks .menu .menu-item a:hover {
	color: var(--colorPri);
}
.siteFooterTop h2 {
	color: var(--colorPri);
	text-transform: uppercase;
}
.siteFooterTop {
	padding-top: 45px;
	padding-left: 7%;
	padding-right: 7%;
}
.footBottomSection {
	min-height: 65px;
	border-top: 5px solid var(--colorPri);
  padding-top: 12px;
}
.siteLogo img {
	width: 260px;
}
.soAtlanticLeague img {
	width: 75px;
}
.soMlb img {
	width: 245px;
}
.soAtlanticLeague .sow-image-container {
	padding-left: 35px;
}
.headerLeftSideWrapper {
	display: flex;
	justify-content: flex-end;
	height: 100%;
  padding-right: 38px;
}
.headerLeftSide {
	height: 75px;
	align-self: flex-end;
	display: flex;
	align-items: center;
}
.headerLeftBtns.uk-button-default {
	background-color: var(--colorPri);
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;

}
.headerLeftBtns.uk-button-default + .headerLeftBtns.uk-button-default {
  margin-left: 20px;
  margin-right: 7px;
}
/***** End Header - Footer*/
/***** Home */
.socialHeaderParent{
  background-image: url('inc/socialbg.jpg');
  padding: 0.5em;
}
.socialHeaderParent .uk-icon-button{
  vertical-align: text-top;
  color: var(--colorPri);
}
.socialHeaderParent .uk-icon{
  border: 1px solid var(--colorPri);
}
.newsTextTrim {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.mobileBtns.uk-button-default {
  display: none;
}
.youtubeHomeMainHeader{
  font-size: 2.1em;
}
/***** 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;

}
.paginationWrapper a{
  color: #fff;
}
.paginationWrapper a:hover{
  color: #fff;
}
/***** End News Page */
/***** inner pages */
.pageTitleSection > figure {
    max-height: 500px;
}
.postMeta .uk-icon {
    font-size: 20px;
}
.siteContent {
	background-color: #2c4024;
}
.siteInnerContent {
	background-color: #2c4024;
	margin-bottom: 0;
  box-shadow: 0 5px 15px rgb(231, 111, 0);
    /*border-left: 8px solid #e76f00;
	border-right: 8px solid #e76f00; */
}
.pageTitleSectionHero .overlayDiv {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,0.4);
}
.postTitle {
	color: var(--colorPri);
}
.postHr {
	border-color: var(--colorSec);
	border-width: 3px;
}
.pageTitle {
  color: var(--colorPri);
}
.pageTitleSection hr {
	border-color: var(--colorSec);
	border-width: 3px;
}
.siteArchiveHeader {
  color: var(--colorPri);
}
.siteArchiveHeader + hr{
  border-color: var(--colorSec);
	border-width: 3px;
}
.searchSection .uk-button {
	color: white;
}
.archiveWrapper .uk-card-default {
	background: transparent;
	color: #fff;
}
.postContent {
	color: #fff;
}
.innerPage {
	color: white;
}
.playerTable th {
	color: var(--colorPri);
	font-weight: bold;
}
.staffFigure{
  height: 347px;
}
.site2ColSidebar .cat-item {
	color: var(--colorPri);
}
/***** 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;
  }
  .soAtlanticLeague img {
    max-height: 45px;
  	width: 100%;
  }
  .soMlb img {
/*     max-height: 45px; */
  	width: 163px;
  }
  .siteLogo img {
  	width: 195px;
  }
  .staffFigure{
    height: 258px;
  }
   .headerLeftSideWrapper {
  	padding-right: 27px;
  }
  .headerLeftSide {
  	height: 55px;
  }
  .headerLeftBtns.uk-button-default {
  	padding: 5px 10px;
  }
  .widgetSliderContentLink h2 {
  	font-size: 2.1em;
  }
}
/***** End 1600px */
@media screen and (max-width: 1200px) {
  .siteIndex figure {
  	height: 200px;
  }
  .siteLogo{
    padding-left: 0;
  }
  .headerNavigation{
    padding-left: 0;
  }
  .siteFooter {
  	background-size: cover;
  }
  .headerContent {
  	position: unset;
  	background-color: var(--colorAlt);
  }
  .siteLogo img {
  	width: 100px;
  	margin: 0 30px;
  }
  .offSeasonButtonsWrapper figure {
    text-align: center;
  }
  .mobileBtns.uk-button-default {
  	background-color: var(--colorPri);
  	color: #fff;
  	font-weight: bold;
    display: block;
    line-height: 15px;
  }
  .mobileYoutubeBtns.uk-button-default {
  	background-color: var(--colorPri);
  	color: #fff;
  	font-weight: bold;
    margin: 20px auto 20px auto;
    display: block;
    width: 50%;
  }
   .headerLeftSideWrapper {
  	display: none;
  }
}
/***** 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;
  }
}
/***** End 960px */
@media screen and (max-width: 640px) {
  .siteLogo img {
    margin: 0 18px;
  }
  .mobileBtns.uk-button-default {
    line-height: 16px;
    font-size: 12px;
    padding: 0 5px;
  }
    .panel-grid-cell .so-panel.widget.widget_media_video {
      margin: unset !important;
    }
}
/***** End 640px */

/***** IE 11 ONLY */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
  p, a {
    font-family: robotoregular;
    font-weight: normal;
  }

  .themeBgPri{
    background-color: #e76f00;
  }
  .themeBgSec{
    background-color: #3f7a06;
  }
  .themeColorPri{
    color: #e76f00;
  }
  .themeColorSec{
    color: #3f7a06;
  }
  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;
  }
	.headerLeftBtns.uk-button-default {
	background-color: #e76f00;
  }
}

@media screen and (min-width: 1200px) {
  #lidYtbVideoEmbed {
    width: 55%;
  }
}
/*****End Media Queries*/