/*
 Theme Name:     London Asthma Clinic
 Theme URI:      https://londonasthmaclinic.com
 Description:    Child theme for London Asthma Clinic
 Author:         Ninja Beaver
 Author URI:     http://ninjabeaver.net
 Template:       generatepress
 Version:        1.0.0
*/


 /* End GeneratePress Site CSS */ 

.gb-button {  
	-webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

a.generate-back-to-top {border-radius:50%;}

.borderBeige { border: 2px solid #B6AFA7;}

.menu_cta a, .menu_cta a:hover {
    background: #B38C6D;
    color: #fff!important;
}

.wp-block-separator {border-top:1px;}

#gform_submit_button_2 {
    background: #4E6466;
}

#gform_submit_button_2:hover {
    background: #FF6900;
}

.faLeft05 .wp-font-awesome-icon {
  padding-left: 0.5em;
}

.faRight05 .wp-font-awesome-icon {
  padding-right: 0.5em;
}

.faLeft1 .wp-font-awesome-icon {
  padding-left: 1em;
}

.faRight1 .wp-font-awesome-icon {
  padding-right: 1em;
}

/* WP MEDIA FOLDER GALLERY */

.slick-dots li button {
    display:none!important;
}

/* ACCORDION STYLES */
button.gb-accordion-toggle {background: none;}

/*Wrap long URLS */
.break {word-wrap: break-word;}

/* IMAGE GREYSCALE AND ZOOM */
.shadeDown img {
filter: none;
-webkit-filter: grayscale(0%);
-moz-filter:    grayscale(0%);
-ms-filter:     grayscale(0%);
-o-filter:      grayscale(0%);
transition: all 300ms ease;
}

.shadeDown img:hover {
filter: none;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}

.img-hover-zoom {
  overflow:hidden ; 
}
.img-hover-zoom img {
  transition: transform .3s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.hoverContainer {
position:relative;
overflow:hidden;
}

@media (max-width: 768px) {
.menu_cta a, .menu_cta a:hover {
    background: none;
    color: #fff!important;
    }
}