/*
Theme Name: National Championship
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*@font-face {
  font-family: 'Teko-Bold';
  src: url('fonts/Teko-Bold.ttf');
}*/

/* teamsheet height update*/
.teamsheetbox {
    min-height: 500px !important;
	height: auto !important;
}


a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

#site-header.vertical-header #site-logo {
    margin: 20px 0 0px;
}
.main-menu .menu-image-title .icon {
  color: #ff4423;
  width: 23px;
  text-align: center;
}


.top_menu {
    margin: 0px 0px 10px 0px;
    /* padding: 0; */
    text-align: left;
    color: rgba(255, 255, 255, 0.25);
}
.top_menu ul {
  margin: 0;
}
.top_menu li {
    color: #122A30;
    text-decoration: none;
    font-family: industry, tahoma;
    font-size: 16px;
    padding: 2px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline;
}
.top_menu li a {
  background-color: rgba(217, 217, 217, 0.5);
    text-decoration: none;
    font-family: industry, tahoma;
    font-size: 16px;
    color: #212835;
    padding: 2px 12px 0px 12px;
    text-transform: uppercase;
    position: relative;
}
.top_menu li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}


.top_menu li.current-menu-item a, .top_menu li.current-page-ancestor a {
  background-color: rgba(217, 217, 217, 0.9);
}

.top_menu li.current-menu-item a:after,
.top_menu li.current-page-ancestor a:after {
  border-top: 5px solid rgba(217, 217, 217, 0.9);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -5px;
  content: "";
  position: absolute;
  left: calc( 50% - 6px );
  margin-left: 0px;
}



#site-header.vertical-header #site-navigation-wrap .dropdown-menu >li >a:hover {
  color: #fff;
  background-color: rgb(46, 52, 65);
}

#site-navigation-wrap .menu-item {
  border-left: 5px solid transparent !important;
}

#site-navigation-wrap .current-menu-item {
  background-color: rgb(43, 51, 66);
  border-left: 5px solid #d62913 !important;
}

.sub_menumenu ul {

}
.sub_menu li {
  list-style: none;
  font-size: 13px;
  padding: 2px 2px 2px 5px;
}
.sub_menu li a {
  color: #fff;
  width: 100%;
  display: block;
}
.sub_menu li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}


.site-footer {
    margin-bottom: 72px;
}
#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
    width: 100%;
}


/* Sponsor Menu */
.footer_sponsors .menu-item a img {
    max-height: 40px !important;
}
.footer_sponsors {
    position: fixed;
    bottom: 0px;
    width: 100% !important;
    text-align: left !important;
    background-color: #0a0a0a;
    z-index: 200;
    border-top: 1px solid #7e0712;
    padding: 10px !important;
    float: none !important;
    left: 0;
    margin-bottom: 0px !important;
}


.footer_sponsors ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
}


.footer_sponsors .menu {
    padding: 0;
    display: flex;
}

.footer_sponsors .menu li {
    padding-right: 0px;
    flex: 1;
	text-align:center !important;
	line-height: 60px;
	padding: 0 5px;
}
.footer_sponsors .menu li:last-child {
  border-right: 0px;
}
.footer_sponsors .menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_sponsors .menu li a:hover {
  background-color: rgba(255,255,255,0.05);
}

@media (min-width: 1280px) {
  .footer_sponsors .menu li {
      padding: 0 15px;
  }

  .footer_sponsors {
      padding-left: 300px !important;
  }

}

