/* styling for desktops */

a:focus,
			.button:focus,
			.button.alt:focus,
			button:focus,
			input[type="button"]:focus,
			input[type="reset"]:focus,
			input[type="submit"]:focus {
				outline: none !important;
			}

h1.entry-title {
	margin-top: 20px;
}

.testimonials {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.testimonial-author {
	font-size: 18px;
color: #ffffff;
font-weight: bold;
	text-align: center;
}

#main a {
	text-decoration: none;
}

h2.home-boxes {
	font-size: 22px;
}

#masthead {
	margin-bottom: 0;
}

img.custom-logo {
	min-width: 400px;
}

#footer-left {
	float: left;
	font-size: 12px;
}

#footer-right {
	float: right;
	font-size: 12px;
}

footer#colophon {
	background-color: #0395ba;
	color: #ffffff;
}

footer#colophon a, a hover {
	color: #ffffff;
}

h1, h2, h2.home-boxes {
	color: #0395ba;
}

ul#menu-primary li a {
	color: #0395ba;
	font-size: 15px;
}

ul#menu-primary li a:hover {
	color: #06AEB1;
}

#slider_643 .owl-item {
	height: 250px;
	padding-left: 250px !important;
	padding-right: 250px !important;
}

/* styling for phones */

@media only screen and (max-width: 600px) {
	#slider_643 .owl-item {
	height: 250px;
	padding-left: 0 !important;
	padding-right: 0 !important;
		margin-left: 0px;
		margin-right: 0px;
}
	
	div.absolute {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	div.relative {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.testimonials {
	font-size: 13px;
	color: #ffffff;
		text-align: center;
}

.testimonial-author {
	font-size: 13px;
color: #ffffff;
font-weight: bold;
	text-align: center;
}
	img.custom-logo {
	min-width: 150px;
}
	button.menu-toggle {
		border-color: #0395ba;
		color: #0395ba;
		width: 80px;
		font-size: 12px;
		padding: 2px 2px 2px 35px;
	}
	
	ul#menu-primary-1 li a {
			color: #0395ba;
	font-size: 12px;
	}
	#footer-right {
		float: left !important;
		margin-top: 10px;
		font-size: 12px;
	}
	#footer-left {
		font-size: 12px;
	}
	div.tc {
		margin-bottom: 30px;
	}
	
}
/* styling for tablets */

@media only screen and (max-width: 1024px) {
	#slider_643 .owl-item {
	height: 200px;
	padding-left: 0 !important;
	padding-right: 0 !important;
		margin-left: 0px;
		margin-right: 0px;
}
	
	div.absolute {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	div.relative {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.testimonials {
	font-size: 13px;
	color: #ffffff;
		text-align: center;
}

.testimonial-author {
	font-size: 13px;
color: #ffffff;
font-weight: bold;
	text-align: center;
}
	img.custom-logo {
	min-width: 150px;
}
	button.menu-toggle {
		border-color: #0395ba;
		color: #0395ba;
		width: 80px;
		font-size: 12px;
		padding: 2px 2px 2px 35px;
	}
	ul#menu-primary-1 li a {
			color: #0395ba;
	font-size: 12px;
	}
	#footer-right {
		font-size: 12px;
	}
	#footer-left {
		font-size: 12px;
	}
	div.tc {
		margin-bottom: 30px;
	}

	p.home-boxes {
		font-size: 14px;
	}
	div.wp-block-caxton-super-button a {
		font-size: 14px;
	}
}