body{
	background:url('/wp-content/uploads/2018/07/stripes-light.png')!important;
}

a, a:link, a:visited{
	color:#6e6f71!important;
}

a:hover{
	text-decoration:none!important;
}

.site-header{
	padding-top:20px;
	background:#fff;
	border-bottom:1px solid rgb(0,0,0);
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding-bottom:20px;
}

@media(min-width:768px){
	.site-header{
		padding-bottom:0;
	}
}

.site-branding{
	text-align:center;
}

#responsive-menu a, #responsive-menu-item-27 a:visited{
	color:#fff!important;
}

.main-navigation{
	text-align:center;
	font-size:1.5em;
	display:none!important;
}

@media(min-width:768px){
.main-navigation{
	display:block!important;
}
}

.main-navigation li{
	margin: 25px 25px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

@media(min-width:993px){
	.main-navigation li{
		margin:25px 50px;
	}
}

.main-navigation li.current-menu-item{
	border-top:5px solid #167dbf;
	border-bottom:5px solid #167dbf;
}

.main-navigation li:hover{
	border-top:5px solid #167dbf;
	border-bottom:5px solid #167dbf;
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

#primary-menu{
	display:inline-block;
}

h1{
	text-align:center;
	margin-top:20px;
}

.featured-image img{
	border-radius:30px;
}

.entry-content{
	font-size:2em;
	margin-top:0!important;
}

.entry-content a, .entry-content a:visited{
	color:#167dbf!important;
	text-decoration:underline;
}

.telephone-number, .email-address{
	float:left;
	font-size:1rem;
}

.telephone-number a, .telephone-number a:visited, .email-address a, .email-address a:visited{
	color:#167dbf!important;
}

span.dark-text{
	color:#08334e;
}

.site-info{
	color:#08334e;
	text-align:right;
}

.telephone-number, .email-address{
	width:100%;
	text-align:left;
	height:25px;
}

@media(min-width:768px){
	.telephone-number, .email-address{
		font-size:2em;
		height:35px;
	}
}

@media(min-width:1200px){
	.telephone-number{
		width:25%;
		text-align:left;
	}

	.email-address{
		width:75%;
		text-align:right;
	}
	.telephone-number, .email-address{
		height:96px;
	}
}

.site-info a, .site-info a:visited{
	color:#167dbf!important;
}

.site-footer{
	border-top:1px solid rgb(0,0,0);
	border-top:1px solid rgba(0,0,0,0.5);
	background:#fff;
}

#accept_paypal_payment_form{
	text-align:center;
}

#accept_paypal_payment_form #amount{
	display:none;
}

.wpcf7{
	text-align:center;
}

.wpcf7 p{
	margin-bottom:2px!important;
}

.wpcf7 input[type="submit"]{
	font-size: 1em;
    background: #f1d40a;
    border: none;
    border-bottom: 4px solid rgba(0,0,0,0.5);
	margin-top:20px;
}

.privacy{
	width: 99%;
    margin: 0 auto;
    line-height: 0.75em;
	font-size:90%;
}

@media(min-width:600px){
	.privacy{
		width:60%;
	}
}

@media(min-width:1200px){
	.privacy{
		width:30%;
	}
}

.entry-content{
	margin: 0 auto!important;
    font-size: 1em;
}

.fl{
	float:none;
}

@media(min-width:768px){
	.fl{
		float:left;
	}
}

.article-smaller{
	width:99%;
	margin:0 auto!important;
}

@media(min-width:1200px){
	.article-smaller{
		width:60%;
	}
}