/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2026 | 19:44:11 */
@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&family=Rancho&display=swap');

body {
	font-size:16px;
}
body, p, .content, h1,h2,h3,h4,h5,h6, blockquote {
    font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {color: #FA6E46;}
.site-header {
	background-color:rgba(119,222,192,1)
}

.site-title a {
	font-family: "Rancho", cursive;
  font-weight: 400;
  font-style: normal;
	font-size:48px;
	color: #fff;
}
.site-title a:hover {
	color: #FA6E46;
}
.genesis-nav-menu a {
	font-size: 18px;
	color: #fff;
}



.genesis-nav-menu .current-menu a, .genesis-nav-menu .current-menu-item > a {
	color:#fff; 
}
.genesis-nav-menu a:hover {
	color:#FA6E46;
}
.genesis-nav-menu .sub-menu a {
	color:rgba(119,222,192,1);
}
.genesis-nav-menu .sub-menu a:hover {
	color:#FA6E46;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 14px;
	color:rgba(119,222,192,1);
}
.nav-secondary .genesis-nav-menu a:hover {
	color:#FA6E46;
}
.site-footer, .site-footer p   {
	font-size: 12px;
}

		
a {text-decoration:none}
a:hover {color:#e2543a}





/* Testimonials */
.page-id-29 blockquote { 
	border:solid 3px #4aa4d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	padding:15px
}

/* Contact Icons */
#contact-grid {
	width:auto; 
	display:grid;
	grid-template-columns:auto auto; 
	margin-bottom:5px;
}
#contact-grid a {font-size:120%}
.dashicons-phone {
	text-align:right;
	padding-right:5px
}
.dashicons-email {
	text-align:left;
	padding-left:5px
}
.dashicons-phone::before, .dashicons-email::before {
color: #4aa4d2;	
margin-right:5px;
	margin-top:4px;} 
.entry #contact-grid a 
{font-size:100%} 
/* New Home */
.page-id-12269 .site-inner {
	margin: 50px 0 ;
	padding:0;
	border:0;
}

/* Gallery Fix */
.gallery-item {margin:0;background-color:rgba(0, 123, 167,0.1);}
.gallery-item img {border:0;padding:0}


.site-footer {padding-top:0}
#footer-icon {
	border:0;
	margin:0;
	padding:0;
} 
#footer-icon img{
	border:0;
	margin:0;
	padding:0;
	width:50px;
}

#box-grid {
	display:grid;
	grid-template-columns: 48% 48%;
	grid-column-gap:4%;
	grid-row-gap:1%
}
#box-grid-1, #box-grid-2, #box-grid-3, #box-grid-4 {
	border:solid 2px #77dec0;
	padding:0px; 
	margin-bottom:30px;
	text-align:center;
	background-color:#77dec0;
	
	text-decoration:none;
}	
#box-grid-1 a, #box-grid-2 a, #box-grid-3 a, #box-grid-4 a {
	font-size:24px;
	color:#fff;
}	
#box-grid-1 img, #box-grid-2 img, #box-grid-3 img, #box-grid-4 img{
	margin:0
}

.home-grid {margin-bottom:30px}

/* Home Grid */
#home-grid {
	
	padding:0;
	background-color:rgba(255,255,255,0.5);
	justify-content: center;
	margin-bottom:0px
}
.home-grid h3 {padding:0 8px;}

#home-grid-1, #home-grid-2, #home-grid-3, #home-grid-4 {
	justify-content: center;
	margin-bottom:40px;
}

#gallery-1 {
}
.home #gallery-1 .gallery-item {
	padding:0px;border:solid 1px #099; 
	margin:1%;width:48%;
}
.home-box-white {
	border:0;
	text-align:center;
	width:100%;
	margin-bottom:5%;
	
}
/* Footer */
#text-3  {
	text-align:center;
}
@media only screen and (min-width: 500px) {
#home-grid {
	display:grid;
	grid-gap:4%;
	grid-template-columns: 48% 48% ;
	margin-bottom:20px
	}
	#home-text {max-width:960px;margin:auto}

}
@media only screen and (min-width: 600px) {
	
	/* Home Portrait Shortcode */
#home-portrait {
	width:100%;
	display:grid;
	grid-template-columns: 48% 48%;
	grid-column-gap:4%;
}
	
}
@media only screen and (min-width: 960px) {
#home-grid {
	display:grid;
	grid-gap:2.666%;
	grid-template-columns: 23% 23% 23% 23% ;
	margin-bottom:20px
	}
	#home-text {max-width:960px;margin:auto}	