/*
Theme Name:   The Equalizer
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  This is a child theme of The League available from ThemeForest. I created a child theme so we could easily make any customizations without fear of those customizations being overriden if the theme was updated. In order for this theme to work, The League must be installed in the theme directory.
Author:       Child Theme - Mya Smith // The League Theme - MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     the-league
Version:      1.0.1
*/


/*---------------Custom Paywall Styles-------------------*/

.paywall-block {
  position: relative;
  z-index: 20;
}

.paywall-fade-block {
  height: 150px;
  position: absolute;
  bottom: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(1,1,1,0), rgb(255, 250, 250));
}

.equalizer-paywall {
  position: relative;
}

.paywall-block {
  background: #2959a6;
  color: white;
  text-align: center;
  padding: 20px;
}

.paywall-heading {
  font-size: 45px;
  font-family: Roboto;
  margin-bottom: 0.56em;
}

.paywall-body {
  padding: 0 30px;
  line-height: 29px;
  letter-spacing: 0.058em;
}

.paywall-button a {
  color: white;
  font-size: 30px;
  margin: 20px;
  display: inline-block;
  border: 3px solid white;
  padding: 10px 50px;
  font-family: Roboto;
}

.login-note a {
  color: white;
}

.login-note a:hover {
  color: #999 !important;
}

.paywall-button a:hover {
  color: #999 !important;
}

/*------------------Custom Quick Update Changes------------------*/

.eqs-quick-update-single {
  box-shadow: 5px 5px 10px 3px gray;
}

.eqs-quick-update-single .mvp-widget-list-text1 {
  padding: 0 1.5em 2em 1.5em;
  width: unset;
}

.eqs-quick-update-single h2 {
  margin-top: 5px;
}

.eqs-quick-update-single .mvp-widget-list-text1 p {
  display: block;
}

.eqs-quick-update-single.mvp-widget-list-story1 {
  height: unset;
  margin-bottom: 15px;
}

.eqs-quick-update-single .mvp-widget-list-img img{
    margin:auto;
}

@media screen and (max-width:479px){
    .eqs-quick-update-single .mvp-widget-list-img {
    width: 100%;
}
}



/*---------------------Premium Tag box-------------------------*/

.eqs-premium-tag::after {
  content:'Extra';
	font-size: 1rem;
  background: grey;
  color: white;
  padding: 0.2rem;
  border-radius: 0.2rem;
  width: 1.9rem;
  text-align: center;
}
