/*
 Theme Name:   Azur Child Theme
 Theme URI:    https://webazur.fr
 Description:  Azur Child Theme made by WebAzur.
 Author:       WebAzur
 Author URI:   https://webazur.fr
 Template:     generatepress
 Version:      2.1.3
*/

/* main */


/* gform */

.gform_button {
  font-size: 20px !important;
  font-family: var(--gp-font--nunito-sans);
  font-weight: bold !important;
  padding: 15px 45px !important;
  background-color: var(--accent) !important;
  color: var(--base-2) !important;
  border: none !important;
  border-radius: 5px !important;
  box-sizing: content-box !important;
}

.gform_button:hover {
  background-color: var(--accent-2) !important;
}

/* only desktop */
@media (min-width: 768px) {

  /* Images hover effect */
  .wp-block-gallery figure {
    position: relative;
    overflow: hidden;
  }

  .wp-block-gallery figure {
    position: relative;
  }

  .wp-block-gallery figure img {
    opacity: 1;
  	-webkit-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
  }

  .wp-block-gallery figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .8;
  }

}
