/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);*/
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/

/*********************
GENERAL STYLES
*********************/
body, .button, button, .top-bar-section ul li>a {
  font-family: Inconsolata, consolas, monospace;
}

h1, h2, h3, h4, h5, h6,
.top-bar .site-logo,
.tab-bar .site-logo span {
	font-family: Merriweather, "Times New Roman", serif;
	font-style: italic;
}

.row, .contain-to-grid .top-bar {
  max-width: 76.5rem;
}

.row .row {
  margin: 0;
}

.button, button {
  background-color: #0078a0;
}
.button:focus, .button:hover, button:focus, button:hover {
  background-color: #000;
}

.button.secondary, button.secondary {
  background-color: #6a6a6a;
  color: #fff;
}
.button.secondary:focus, .button.secondary:hover, button.secondary:focus, button.secondary:hover {
  background-color: #FF0202;
  color: #fff;
}



/*********************
BACKGROUND STYLES
*********************/
.bgs {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/*.bg-football-chick { background-image: url(../images/backgrounds/football-chick.jpg); }*/
.bg-football-chick { background-image: url(https://bottleworld.casedot.com/wp-content/uploads/2024/10/football-grad-bg.jpg); }


.bg-black { background: #000; }
.bg-white { background: #fff; }
.bg-gray { background: #fafafa; }

.bg-gray1 { background: #f1f1f1; }
.bg-gray2 { background: #eaeaea; }
.bg-gray3 { background: #e4e4e4; }

.bg-gray4 { background: #656565; }
.bg-gray5 { background: #565656; }



.dark-pattern {
  background: url(../images/patterns/stressed_linen.png) repeat;
  color: #8a8d8b;
}
.dark-pattern h1, .dark-pattern h2, .dark-pattern h3, .dark-pattern h4,.dark-pattern h5, .dark-pattern h6 {
  color: #fff;
}
.green-pattern {
  background: url(../images/patterns/green-fibers.png) repeat;
  color: #8a8d8b;
}
.green-pattern h1, .green-pattern h2, .green-pattern h3, .green-pattern h4, .green-pattern h5, .green-pattern h6 {
  color: #fff;
}
.iron-pattern {
  background: url(../images/patterns/irongrip.png) repeat;
  color: #8a8d8b;
}
.iron-pattern h1, .iron-pattern h2, .iron-pattern h3, .iron-pattern h4, .iron-pattern h5, .iron-pattern h6 {
  color: #fff;
}
.wild-pattern {
  background: url(../images/patterns/wild_oliva.png) repeat;
  color: #8a8d8b;
}
.wild-pattern h1, .wild-pattern h2, .wild-pattern h3, .wild-pattern h4, .wild-pattern h5, .wild-pattern h6 {
  color: #fff;
}

/*********************
ICON STYLES
*********************/
.fa-icon {
  border: 2px solid #8a8a8a;
  border-radius: 100%;
  display: inline-block;
  font-size: 2em;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #6a6a6a;
}

.fa.large-icon {
  font-size:3rem;
}

/*********************
LINK STYLES
*********************/

a, a:link, a:visited:link {
  /*
		This highlights links on iPhones/iPads.
		Similar to the :hover selector for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  

a:hover, a:focus {
  color: #FF0202;
}
  

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
/*h1, h2, h3 {
  font-weight:300;
}*/

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
  
h1, .huge, .largetitle {
  font-size: 2.125rem; }

h2, .large {
  font-size: 1.6875rem; }

h3, .big {
  font-size: 1.375rem; }

h4, .smalltitle {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6, .normal {
  font-size: 1rem; }
  
.small {
  font-size: .8rem;
  }
    
.subtitle {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 300;
    word-spacing: 0.15rem;
}

/*********************
LIST STYLES
*********************/
.hlist {
    display: block;
    list-style: none;
    line-height:30px;
    margin:0;
    padding:0;
}    
.hlist.left { float:left; }
.hlist.right { float:right; }

.hlist li 
{
    display:inline-block;
    line-height:30px;
    padding:0;
    margin:0;
}

.hlist.center li a {
  padding-left: 10px;
  padding-right: 10px;
  border-right: solid 1px #838383;
}

.hlist.left li a { 
    margin-right:10px;
    padding-right:10px;
    border-right:solid 1px #838383; 
}
.hlist.right li a { 
    margin-left:10px;
    padding-left:10px;
    border-left:solid 1px #838383; 
}

.hlist.center li:last-child a, .hlist.left li:last-child a { border-right:none; }
.hlist.right li:first-child a { border-left:none; }




/*********************
HEADER STYLES
*********************/
.head-container {
   min-height: 650px;
}
.head-container .week-list ul {
  list-style: none;  
}
.head-container .week-list a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.head-container .week-list a:hover, .head-container .week-list a:focus {
  color: #FF0202;
  font-weight: bold;
}


.video-shell {
  width: 100%;
}

.toolbar ul, .toolbar a, .toolbar p {
    font-size:.7rem;
}

.toolbar a {
  color: #fff;
  border-color: #dadada !important;
} 
.toolbar a:hover, .toolbar a:focus {
  color: #dadada;
} 

.toolbar .fa {
    font-size:120%;
    margin-right:4px;
    margin-left:4px;
}

.toolbar ul#language-drop {
  width: 110px;
}
.toolbar ul#language-drop li {
  display: block;
}
.toolbar ul#language-drop li a {
  display: block;
  padding: 0 .5rem;
}

.header {
  width:100%;  
  padding: 1rem;
  z-index: 1;
}

.header ul.off-canvas-list li {
  list-style: none; }
  
.contain-to-grid, .top-bar, .tab-bar {
  background: none;
  z-index: 1;
}
.tab-bar .left-small {
  border:solid 1px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tab-bar .site-logo {
  text-transform: uppercase;
  color: #fff;
}
.tab-bar .site-logo span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 4px;
}

.site-logo img {height: 100%;}

.chat-show-hide {
  color: #FF0202;
}
.chat-show-hide:hover, .chat-show-hide:focus {
  color: #000;
}

.chat-box {
	padding: 0 1rem;
}

/* wise chat full page styles */
/*
.page-template-page-chat .wcContainer {
    display: grid;
	height: 100%;
	width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 120px;
    grid-gap: 10px;
	}

.page-template-page-chat .wcControls {

	padding: 1.5rem;
    background: #fff;
    border: none;
    border-top: solid 1px #dadada;
}

.page-template-page-chat .wcMessages {
	height: 100% !important;
}
*/

#container .wcContainer * {
	font-family: Inconsolata, consolas, monospace;
}

#container .wcContainer.wcSidebarMode .wcWindowTitle,
#container .wcContainer.wcSidebarMode .wcWindowTitle.wcWindowTitleActive {
	min-width: 11rem;
	padding: .5rem;
	font-family: Merriweather, serif;
	font-weight: bold;
	font-style: italic;
	color: #fff !important;
	background: #ff0104;
	border: solid 1px #ff0104;
}

#container .wcContainer.wcSidebarMode .wcWindowTitle .wcWindowTitleMinMaxLink,
#container .wcContainer.wcSidebarMode .wcWindowTitle .wcWindowTitleMinimized {
	background: none;
	width: 1rem;
	height: 1.5rem;
}

#container .wcContainer.wcSidebarMode .wcWindowTitle .wcWindowTitleMinMaxLink:after {
	content: "\f068";
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
	display: inline-block;
	color: #fff;
	font-size: 1rem;
}

#container .wcContainer.wcSidebarMode .wcWindowTitle .wcWindowTitleMinimized.wcWindowTitleMinMaxLink:after {
	content: "\f067";
}

#container .wcContainer.wcSidebarMode .wcMessages {
	border: solid 1px #ff0104;
	border-bottom: none;
}

#container .wcContainer.wcSidebarMode .wcControls {
	border: solid 1px #ff0104;
	border-top: none;
}

#container .wcContainer.wcSidebarMode .wcControls input[type="text"].wcInput {
	border-radius: 5px;
}

#container .wcContainer.wcSidebarMode .wcControls input[type="button"].wcSubmitButton {
	border-radius: 5px;
	background: #ff0104;
}

#container .wcContainer .wcMessages .wcMessage {
	padding: .5rem 0;
}

#container .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage {
	background-color: #f4f4f4;
}


#container .wcContainer .wcMessages .wcMessage a,
#container .wcContainer .wcMessages .wcMessage a:hover {
	color: #008CBA;
}

#container .wcContainer .wcMessages .wcMessage .wcMessageUser a {
	color: #000;
}

#container .wcContainer .wcMessages .wcMessage .wcMessageContent {
    font-family: Merriweather, serif;
    font-size: .75rem;
}


/*********************
NAVIGATION STYLES
*********************/
.top-bar, .top-bar .name {
  height: auto;
}

.top-bar .name .site-logo, .top-bar .name .site-logo span {
  font-size: 2.65rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.top-bar .name .site-logo span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 4px;
}
.top-bar .name .site-logo:hover, .top-bar .name .site-logo:hover span {
  color: #FF0202;
}


.top-bar .title-area {
  z-index: 1; }
  
  .top-bar-section ul li, .top-bar-section ul li>a, .top-bar-section ul li.active>a, 
  .top-bar-section ul li>a:hover, .top-bar-section ul li>a:focus {
    background:none !important;
  }  
  .top-bar-section>ul>.divider {
    display:none;
  }
  
  .top-bar-section ul li {
    margin: 10px .25rem;
  }
  
  .top-bar-section ul li>a {
    font-size:1rem;
    text-transform: uppercase;
    color: #bdbdbd;
    color: rgba(255,255,255,.74);
  }
  .top-bar-section ul li.active>a, .top-bar-section ul li>a:hover, .top-bar-section ul li>a:focus  {
  color: #fff;
  }
  
.left-off-canvas-menu, .right-off-canvas-menu {
  background: #000;
  padding-top: 1rem;
}
    
   .off-canvas-list ul {
    margin-left: 0; 
    text-align: center;
    }
    ul.off-canvas-list li {
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      background: none;
      cursor: default;
    }
    ul.off-canvas-list li a {
      border-bottom: 0px; 
      color: #bdbdbd;
      color: rgba(255,255,255,.74);
    }
    ul.off-canvas-list li a:active, ul.off-canvas-list li a:hover {
      background: none;  
      color: #fff;
    }
        
    .off-canvas-list ul .dropdown {
      margin-left: 20px; }

.move-left .exit-off-canvas, .move-right .exit-off-canvas, .offcanvas-overlap .exit-off-canvas, .offcanvas-overlap-left .exit-off-canvas, .offcanvas-overlap-right .exit-off-canvas {
  background: rgba(255,255,255,.74); 
}

/*********************
HOMEPAGE STYLES
*********************/
#page-head {
  color:#fff;
  padding-top:110px;
  background-image: url(../images/backgrounds/california-pier.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.slick-slider {
  margin-bottom:2rem;
}

.showcase {
  padding:65px 0;
}

.main-slider .main-slide {
  position:relative;
}

.main-slider .slick-slide, .main-slider .slick-arrow {
  outline:none;
}

.main-slider .slick-arrow {
  display:block;
  position:absolute;
  top:100%;
  width: 44px;
  height: 44px;
  background: #0078a0;
  font-size:0;
  line-height:0;  
  padding: 0;
  border: none;
  z-index:90;
}
.main-slider .slick-arrow:hover, .main-slider .slick-arrow:focus {
  background: #000;
  /*background: rgba(255,255,255,.15)  */
}
  
.main-slider .slick-prev {
  left: 0;
}
.main-slider .slick-prev:before {
    font-size: 28px;
    line-height: 44px;
    font-family: FontAwesome;    
    content: '\f104';
    margin-right:3px;
}
.main-slider .slick-next {
  right: 0;
}
.main-slider .slick-next:before {
    font-size: 28px;
    line-height: 44px;
  font-family: FontAwesome;
  content: '\f105';
  margin-left:3px;
}


.slick-dots
{
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin:0 0 1rem;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    color:#000;
}
.slick-dots li button:before
{
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    color: #bababa;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    color: #0078a0;
}


/*********************
FORM STYLES
*********************/
.contact-form input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, select {
  margin-bottom:0;
}
input[type=file], input[type=checkbox], input[type=radio], label.inline {
  margin:.5rem 0;
}
span.wpcf7-list-item {
  margin:0;
}
div.wpcf7-response-output {
  margin:0;
}
span.wpcf7-not-valid-tip:before {
	  content: "\f0aa";
	  font-family: FontAwesome;
    margin-right: .2em;
}


/*********************
POSTS & CONTENT STYLES
*********************/

.date .post {
  width: 28%;
  margin: 2%;
  float: left;
}

.date .post h2 a {  
  padding: .5rem 1rem;
  height: 10.5rem; 
  border: solid 1px #f2f2f2;
  overflow: hidden;
}
.date .post h2 a:hover, .date .post h2 a:focus {
  border-color: #FF0202;
}


#content #inner-content {
  padding: 2.5rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.entry-title {
  font-weight: bold;
}

.entry-title a {
  display:block;
  color: #000;
}
.entry-title a:hover, .entry-title a:focus {
  color: #FF0202;
}

.entry-title .entry-thumb img {
  margin-bottom: .5rem;
}

.entry-subtitle p {
  margin: 0 0 .5rem;
}

.entry-byline {
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}

.entry-byline {
  color: #999;
  font-size: italic;
  padding: 0;
  margin: 0;   
  }
  
 .entry-byline a {
   color: #999;
   font-weight:bold; 
   border-color: #dedede !important;
 }
 .entry-byline a:hover, .entry-byline a:focus {
   color: #000;
   text-decoration:underline; 
 }
 
 .entry-content {
   margin-top: 2rem; 
   overflow: auto;
 }

 .entry-content a {
   border-bottom: solid 4px #ccc;
   word-wrap: break-word;
 }
 .entry-content a:hover, .entry-content a:focus {
   border-bottom: solid 4px #FF0202;
 }

.entry-content p {
  margin-bottom: 2rem;
}
.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #007095; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    color: #FFFFFF; }


.article-footer {
  padding: 1rem 0 0;
  margin-bottom: 4rem;
}
.single .article-footer {
  margin-bottom: 0;
  }

.entry-tags {
  border-bottom: solid 1px #f2f2f2;
}
.article-footer .tags {
  margin: 0;
  padding-bottom: 1.25rem;
}
.article-footer .tags .tags-title {
  padding: .25rem .5rem;
  margin-right: .5rem;
  margin-bottom:1rem;
  font-size: .8rem;
  color:#000;
  background: #e4e4e4;
  border:solid 1px #e4e4e4;
}

.article-footer .tags a {
  padding: .25rem .5rem;
  margin-right: .5rem;
  margin-bottom:1rem;
  font-size: .8rem;
  background: #fff;
  border:solid 1px #f2f2f2;
}
.article-footer .tags a:hover, .article-footer .tags a:focus {
  background: #FF0202;
  border-color: #FF0202;
  color: #fff;
  
}
.post-comments {
  padding-top: 1.5rem;
}

.post-sidebar {
  border-left: solid 1px #f2f2f2;
  padding-right:0px;
}
.post-sidebar .sidebar {
  border: none !important;
}


/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/

#comments .panel {
  background:none;
  border: solid 1px #bababa; 
}
#comments .children .panel {
  background:none;
  border: solid 1px #f2f2f2; 
}
#comments .commentlist {
  margin-left: 0px; }


#comments .comment-author {
  background: #f2f2f2;
}
#comments .comment-author time a {
  color: #999;
}
#comments .comment-author time a:hover, #comments .comment-author time a:focus {
  color: #000;
}


#respond ul {
  margin-left: 0px; }

.commentlist {
  padding-bottom:4rem;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }
.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }
.commentlist li.depth-3 {
  background: #dadada; }
.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content a {
  border-bottom: solid 4px #ccc;
  word-wrap: break-word;
}
.commentlist .comment_content a:hover, .commentlist .comment_content a:focus {
  border-bottom: solid 4px #FF0202;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }
.commentlist .comment-reply-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: .75rem 1rem;
  font-size: 0.8125rem;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  color: #fff;
  transition: background-color 300ms ease-out;
  float: right; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    background-color: #FF0202; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    color: #FFFFFF; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label, .respond-form form li small {
        display: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 110px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
}

.sidebar p, .sidebar ul li {
  line-height: 2;
}

.sidebar a {
  border-bottom: solid 4px #ccc;
}
.sidebar a:hover, .sidebar a:focus {
  border-bottom: solid 4px #FF0202;
}

.widget {
    padding: 0 10px;
    margin: 2.2em 0; }
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }
.widget .widgettitle {
  font-weight: bold;
}   

#sidebar-offcanvas .widgettitle {
  color: #fff; }
 

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 3em;
  }

#contact-tools .ct-container {
  padding:1rem 0;
  border-top: solid 1px #f2f2f2;
}
  
#contact-tools .social {
    padding-bottom:1rem;
    padding-left:1rem;
}

#contact-tools .subscribe {
    padding-bottom:1rem;
}
  
#contact-tools .newsletter {
    position:relative;
}
   
#contact-tools .newsletter-form {
    position:relative;
    border-left:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
}

#contact-tools .newsletter-form .newsletter-name, #contact-tools .newsletter-form .newsletter-email, #contact-tools .newsletter-form .newsletter-send {
    position:relative;   
    float:left;
}
#contact-tools .newsletter-form .newsletter-name {
    width:30%;
    margin-right:2%;
} 
#contact-tools .newsletter-form .newsletter-email {
    width:48%;
    margin-right:2%;
}
#contact-tools .newsletter-form .newsletter-send {
    width:18%;
}

#contact-tools .newsletter-form input {
    border:1px solid #f2f2f2;
    background: #f2f2f2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding:8px;
    margin:0;
    width: 100%;
    box-sizing: border-box;
    line-height:18px;
}
#contact-tools .newsletter-form input[type="submit"] {
    background: #6a6a6a;
    border:solid 1px #6a6a6a;
    color: #fff;
}
#contact-tools .newsletter-form input[type="submit"]:hover {
  background: #FF0202;
  border:solid 1px #FF0202;
}  
  
#contact-tools .newsletter-form img.ajax-loader {
    display: none;
}
#contact-tools .newsletter-form div.wpcf7-validation-errors {
    display:block;
    float:left;    
    padding:0 !important;
    margin:10px 0 0 !important;
    color: #bf1515;
    font-size: .9em;
    text-align:left;
    border:none !important;;
    background:none !important;
}
#contact-tools .newsletter-form div.wpcf7-validation-errors:before {
    font-family: FontAwesome;
    content: "\f06a";
    padding-right:5px;
}
 
#inner-footer {
  padding: 2rem 0;
  background: #f2f2f2;  
 }
 
 #inner-footer ul, #inner-footer a, #inner-footer p {
   font-size:.8rem;
   color:#838383;
 }
 
 #inner-footer a:hover, #inner-footer a:focus {
   color:#000;
   text-decoration: underline;
 }

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }
  
  /*********************
IMAGE GALLERY STYLES
*********************/
[class*="gallery-columns-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="gallery-columns-"]:before, [class*="gallery-columns-"]:after {
    content: " ";
    display: table; }
  [class*="gallery-columns-"]:after {
    clear: both; }
  [class*="gallery-columns-"] > .gallery-item {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

.gallery-columns-1 > .gallery-item {
  width: 100%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-1 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-1 > .gallery-item:nth-of-type(1n+1) {
    clear: both; }

.gallery-columns-2 > .gallery-item {
  width: 50%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-2 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
    clear: both; }

.gallery-columns-3 > .gallery-item {
  width: 33.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-3 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
    clear: both; }

.gallery-columns-4 > .gallery-item {
  width: 25%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-4 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
    clear: both; }

.gallery-columns-5 > .gallery-item {
  width: 20%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-5 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
    clear: both; }

.gallery-columns-6 > .gallery-item {
  width: 16.66667%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-6 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
    clear: both; }

.gallery-columns-7 > .gallery-item {
  width: 14.28571%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-7 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-7 > .gallery-item:nth-of-type(7n+1) {
    clear: both; }

.gallery-columns-8 > .gallery-item {
  width: 12.5%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-8 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-8 > .gallery-item:nth-of-type(8n+1) {
    clear: both; }

.gallery-columns-9 > .gallery-item {
  width: 11.11111%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-9 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-9 > .gallery-item:nth-of-type(9n+1) {
    clear: both; }

.gallery-columns-10 > .gallery-item {
  width: 10%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-10 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-10 > .gallery-item:nth-of-type(10n+1) {
    clear: both; }

.gallery-columns-11 > .gallery-item {
  width: 9.09091%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-11 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-11 > .gallery-item:nth-of-type(11n+1) {
    clear: both; }

.gallery-columns-12 > .gallery-item {
  width: 8.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-12 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-12 > .gallery-item:nth-of-type(12n+1) {
    clear: both; }


/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*********************
PRINT STYLES
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }


/**********
Table Classes
 **********/
.tablepress.playoffs-conference-1 .row-5 td, 
.tablepress.playoffs-conference-2 .row-5 td {
	border-bottom: solid 2px #ff0104;
}

.tablepress.results td.column-6 {
	font-weight: bold;
    background-color: #efefef;
}

/**********
Discord Widget
 **********/
 .discord-widget iframe {
 	width: 100%;
 }
 
 
/**********
Simple Classes
 **********/
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}


.clear {
    clear: both;
}

.hidden {
    visibility: hidden;
}

.text-gradient-gold {
	color: gold;
    background: rgb(195,187,13);
    background: linear-gradient(329deg, rgba(195,187,13,1) 0%, rgba(240,185,43,1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-silver {
	color: silver;
	background: rgb(226,226,226);
	background: linear-gradient(175deg, rgba(200,200,200,1) 0%, rgba(159,159,159,1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}