/*
Theme Name: Alchemists
Theme URI: http://bit.ly/alch-wp
Author: Dan Fisher
Author URI: http://bit.ly/dan_fisher
Description: Sports Club and News WordPress Theme
Version: 4.4.12
License: https://themeforest.net/licenses
License URI: https://themeforest.net/licenses
Text Domain: alchemists
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready
*/

.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: #ffe637;
  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: #ffe637;
    background-color: #4d6baa;
    border-color: transparent;
    font-size: 14px;
    padding: 10px;