/*
 Theme Name:   Avadaaa Child
 Theme URI:    http://avada.theme-fusion.com/
 Description:  Avada Child Theme
 Author:       ThemeFusion
 Author URI:   http://themeforest.net/user/ThemeFusion
 Template:     Avada
 Version:      1.0.0
 License:      Themeforest Split Licence
 License URI:  -
 Text Domain:  avadachild
*/
.gform_wrapper .gfield input { border: 1px solid #d2d2d2 !important;}
.gform_wrapper .gfield textarea { border: 1px solid #d2d2d2 !important;}

/*13/3/2023*/
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
    background: #5fb10f;
    border: 12px solid #7ac337;
    color: #fff;
    max-width: 492px;
    width: 100%;
    font-size: 42px;
    font-weight: 600;
    padding: 15px 20px;
    height: 129px;
    border-radius: 22px;
    display: block;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
}
.custom-offer-buttons {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
 .custom-offerbtn {
    max-width: 492px;
    width: 100%;
    text-align: center;
    margin: 0 20px;
}
.ppo-offer-action-button {
    margin-bottom: 20px;
}
.ppo-offer-action-button:hover {
    color: #fff;
    cursor: pointer;
}
.button.ppo-offer-skip-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1280px) {
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
    font-size: 35px;
    height: 120px;
}
}
@media (max-width: 1024px) {
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
    font-size: 30px;
    height: 110px;
}
}
@media (max-width: 991px) {
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
    font-size: 27px;
}
}
@media (max-width: 850px) {
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
    font-size: 22px;
    height: 88px;
}
}
@media (max-width: 768px) {
.custom-offer-buttons {
    flex-direction: column;
    align-items: center;
}
}
@media (max-width: 414px) {
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
    font-size: 18px;
    height: 73px;
}
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
   padding: 10px 10px;
}
body.fusion-button_size-large button.button.ppo-offer-action-button, .button.ppo-offer-action-button {
   border: 7px solid #7ac337;
   border-radius: 17px;
}
}