/*!
Theme Name: betfrom
Theme URI: https://lime-agency.io
Author: Lime Agency
Author URI: https://lime-agency.io
Version: 1.0.0
Text Domain: betfrom
*/

/* Custom CSS */
img {
  height: auto;
}

.admin-bar .header{
    top: 32px !important;
}

.button:not(:disabled, ._disabled):hover {
    background-color: #000;
    box-shadow: 0 0 0 0.7em transparent;
    color: #7ef572;
    animation: pulse 1s;
}
.button:not(:disabled, ._disabled):focus {
  box-shadow: 0 0 0 0.7em transparent;
  animation: pulse 1s;
}
.button:not(:disabled, ._disabled):active {
  background-color: #000;
  box-shadow: 0 0 0 0.7em transparent;
  color: #7ef572;
  animation: pulse 1s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #7ef572;
  }
}

.block-content{
    padding-top: 10rem;
    margin-bottom: 5rem;
}
.label{
    z-index: 1;
}
.item-features__text span{
	color: #7ef273;
}
.content-hero__button{
	width: max-content;
    margin: auto;
    padding: 0.5rem 8rem;
	margin-bottom: 2rem;
}
.features-slider__slide {
	width: 100%;
}
.content-features__list{
	margin-bottom: 4rem;
}
@media(max-width: 767px){
	.button{
		font-size: 1rem;
		    padding: 0.5rem 5rem;
	}
}