/*
Theme Name: Alchemists Child Theme
Theme URI: https://themeforest.net/user/dan_fisher/portfolio
Description: Child theme for Alchemists Sports Club and News WordPress Theme
Version: 1.0.2
Author: Dan Fisher
Author URI: https://themeforest.net/user/dan_fisher
Template: alchemists
*/

.sponsors-ads {
    background-color: #1849ca;
    color: white;
    padding: 3px;
    font-weight: bold;
    font-size: 17px;
}
.partners-ads {
    background-color: #ec2004;
    color: white;
    padding: 3px;
    font-weight: bold;
    font-size: 17px;
}
.hero-slider__item {
  z-index: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slider__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #880015;
  opacity: 0.7;
  z-index: -1;
}

.hero-slider__item--img1 {
  background-image: url("https://maddiemorning.news/wp-content/uploads/2022/01/maddie-slide.jpg");
}

.btn-facebook {
  color: #fff;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  border-color: transparent;
}

.btn.btn-facebook {
    color: #fff;
    background-color: #4d6baa;
    border-color: transparent;
    font-size: 12px;
    padding: 10px;
}

.header .info-block__link {
    color: #38a9ff;
    font-size: 12px;
}

footer#footer {
    color: #fff;
}
span.df-icon-custom {
    top: 10px!important;
}
.info-block__link {
    font-family: Montserrat;
    color: #ffffff;
}

.social-links__link {
    color: #ffffff;
}

.header-search-form {
    padding: 7px 0;
}

.main-nav__list>li>a {
    font-size: 13px;
    padding: 0 15px;
}

.no-mega-menu .main-nav__sub-0 li a {
    padding: 8px 30px;
}

.products.grid .product__price, .woocommerce>.products[class*="columns-"] .product__price {
    color: #000;
}
.product__content {
    background: #1849ca;
}

a.btn.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn-primary {
    background: #ec2004;
}

.essb_links.essb_template_glow-retina a {
    width: -webkit-fill-available;
}

@media (min-width: 992px){
.header-search-form {
    width: 180px;
}
.nav-account .nav-account__item--logout>a {
    color: #880015;
}
.nav-account .nav-account__item>a {
    font-size: 12px;
}
.header__top-bar {
    height: 30px;
}
.header__top-bar-inner {
    height: 30px;
}
.info-block--header .info-block__item {
    padding-top: 0px;
    padding-bottom: 10px;
}
.info-block--header .info-block__item .df-icon-stack--bag {
    top: -18px;
}
}


@media screen and (min-width: 1024px){
.o-slider-textWrap{
    display: none;
}
}

@media (min-width: 1200px){
.footer-nav .menu-item {
    padding: 0 15px;
}
}
