/* Envira Gallery 1 column for mobile – ALL galleries */ 
@media only screen and (max-width: 768px) { 
 	.envira-gallery-item  { 
	width: 100% !important; } 
}

@media (max-width: 768px) {
    /* CSS in here for mobile only */
	/* Reviews Home Page Begin */
	.wpmtst-testimonial-heading.testimonial-heading {
    	font-size: 17px !important; }
    .wpmtst-testimonial-content.testimonial-content {
        font-size: 16px !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 */
}





/* Separator – make thin and limit width */
.wp-block-separator {
	border-top: 0!important;
	width: 65%;
}



/* List spacing (ul and ol) and shape (square) */

ul.wp-block-list {
  padding-left: 2em !important;
}

ul.wp-block-list li {
  padding-bottom: 1em;
	list-style-type: square;
}

ol.wp-block-list li {
  padding-bottom: 2em;
}



/* Contact Form */

input#wpforms-309-field_0,
input#wpforms-309-field_1,
input#wpforms-309-field_2,
input#wpforms-309-field_3,
textarea#wpforms-309-field_2 {
  font-family: Montserrat;
  font-size: 12px;
  background: #eaf6fb;
}


.wpforms-submit-container {
    margin-top: -20px !important; }


button#wpforms-submit-309.wpforms-submit {
  background: #26A8E2;
  color: #fff;
  border: 1px solid #215387;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
	box-shadow: 1px 1px 3px #666!important;
   
}

button#wpforms-submit-309.wpforms-submit:hover {
  background: #ffffff !important;
  color: #215387;
  border: 1px solid #215387;
  box-shadow: 1px 1px 3px #666 inset !important;
}

/* Slider - Call Us Now button */
#n2-ss-7 .n2-font-87c460f09c388d8d99963bce8d8ce83c-link a {
	box-shadow: 2px 2px 3px #000 !important;
}

/* Slider - Call Us Now button */
#n2-ss-7 .n2-font-87c460f09c388d8d99963bce8d8ce83c-link a:hover {
	box-shadow: 2px 2px 3px #000 inset !important;
}


/* Reviews Home Page Begin */
.wpmtst-testimonial-heading.testimonial-heading {
    font-size: 20px; }
.wpmtst-testimonial-content.testimonial-content {
    margin-top: 20px !important;	}

.wpmtst-testimonial-inner.testimonial-inner {
    background: #f5fcff;}


/* Reviews Page - space below titles */
.strong-view.wpmtst-default .wpmtst-testimonial-heading {
	margin-bottom: 10px !important; }
/* Reviews - space above name */	
.strong-view.wpmtst-default .wpmtst-testimonial-field {
	margin-top: 10px !important; }



.grecaptcha-badge { 
    visibility: hidden;
}