/*
Theme Name:     Grill Steak House
Description:    Grill Steak House theme.
Author:         Stephen Moggan
Author URI:     https://www.moggan.com
Template:       Divi
Version:        1.0
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}

/*** Responsive Styles Tablet And Above ***/
@media all and (min-width: 768px) {
  .et_pb_promo {
    position: relative;
    transition: all .3s;
  }
  .et_pb_promo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: all .3s;
  }
  .et_pb_promo:hover:before {
/*    background-image: linear-gradient(180deg, rgba(252,229,128,0.37) 0%,rgba(252,210,29,0.36) 100%); */
    background-color: rgba(252,210,29,0.64);
    transition: all .3s;
  }
  .et_pb_promo.dark-hover:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background-image: linear-gradient(180deg, rgba(0,0,0,0.37) 0%,rgba(0,0,0,0.36) 100%); */
    background-color: rgba(0,0,0,0.64);
    transition: all .3s;
  }
  .et_pb_promo_description {
    opacity: 0;
    transition: all .3s;
  }
  .et_pb_promo:hover .et_pb_promo_description {
    opacity: 1;
    transition: all .3s;
  }
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}


