/* Remove last image on mobile - food */
@media only screen and (max-width: 768px) {
	#envira-gallery-1533 .envira-gallery-item-25 {
        display: none !important; }
/* Gallery - one column for mobile - photo gallery */
 	#envira-gallery-1464 .envira-gallery-item { 
		width: 100% !important; } 
/* Gallery - one column for mobile - WenchWorks */
 	#envira-gallery-1579 .envira-gallery-item { 
		width: 100% !important; } 
/* Disable Animate on Scroll for Mobile - too long a delay */   
    .aos-init {
        transform: none !important;
        opacity: 1 !important; }
  
}
    
    

@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}





hr {
    width: 60%; }

/* Reviews Title Font Size */
.kt-testimonial-title {
    font-size: 24px; }


/* Envira Gallery - change border colour of Sleek Theme */
.envira-gallery-theme-sleek .envira-gallery-item-inner img {
    border-radius: 3px;
    padding: 0;
    background: #fff;
    border: 1px solid #2D436B !important; }

/* Add Borders to Kadence Gallery - 6 pics */
.kb-gallery-wrap-id-_fbd23d-21 img {
    border: 1px solid #2D436B;
    border-radius: 10px;
}

.grecaptcha-badge { 
    visibility: hidden;
}