/*
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');
}*/


#cookie-notice {

  display: block;
padding-right: 100px;
}

.site-footer {
    margin-bottom: 75px;
}

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-navigation-wrap .dropdown-menu >li >a:hover {
    background-color: rgba(255,255,255,0.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 8px 2px 8px;
    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);
}




/* Sponsor Menu */

.footer_sponsors {
    position: fixed;
    bottom: 0px;
    width: 100% !important;
    text-align: left !important;
    background-color: #0a0a0a;
    z-index: 99;
    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;
    margin: 0;
    padding: 0;
}


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

.footer_sponsors .menu li {
    padding-right: 0px;
    flex: 1;
}

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

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

}

/* Twitter styles */
#ctf .ctf-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#ctf.ctf-masonry .ctf-item {
    background-color: #ffffff0f;
    padding: 1.5%;
    margin: 5px;
	
	 
}
