/*
 * Globals
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

p {
  margin: 0;
}

/*
 * Footer
 */
.igaming-footer {
  background-color: #2196f3;
  padding: 20px 0;
  margin-top: 25px;
}

.igaming-footer p {
  color: #FFFFFF;
}

.footer-margin{
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 0.5px solid #FFFFFF;
}

.widget-box .widget-title{
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.widget-box a{
  color: #ffffff;
}

.igaming_copyright_content{
  color: #ffffff;
}

/*
 * Header
 */
.igaming-header {
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin-bottom: 25px;
}

.igaming-navbar-brand{
  color: #2196f3 !important;
}

.nav-link:hover{
  color: #2196f3 !important;
}

.dropdown-item:hover{
  color: #2196f3 !important;
}

/*
 * Custom Menu
 */
.dropdown:hover .dropdown-menu {
  display: block;

}
.dropdown-menu {
  position: absolute;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  border: none;
}

/*
 * Banner
 */
.igaming-banner{
  margin-bottom: 15px;
}

/*
 * Content
 */
.igaming-content{
  margin-top: 15px;
}
.igaming-content-title{
  margin-top: 20px;
  margin-bottom: 15px;
}

/*
 * Homepage Card
 */
.igaming-card{
  background-color: rgb(5, 69, 152);
  color: #FFFFFF;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)
{
  .igaming-banner img{
    width: 50%;
  }
}

/*
 * Head-to-head page template
 */
.head-2-head .form-label{
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.sb-table .sb-wrapper.sb-item .sb-item--rating a,
.sb-grid .sb-wrapper.sb-item .sb-item--rating a {
    display: none;
}