@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------------
>>> MacLean Web Works:
----------------------------------------------------------------*/

body {
	font-family: "Bacasime Antique", serif;
	font-weight: 400,700;
	font-style: normal;
	color: #5f4536;
	font-size: 2vw;
	background-color: #fbf3ee;
	line-height: 1.2;
}
h1, h2, h3, h4 {
	font-family: "Quintessential", serif;
  	font-weight: 600;
  	font-style: normal;
    margin: 5px;
    text-align: center;
	color: #797aa2;
	letter-spacing: 0.15vw;
}
h1 {
	font-size: 5vw;
}
h2 {
	font-size: 4vw;
}
h3 {
	font-size: 3vw;
}
ul {
	margin-left: 0;
}
a {
	color: #797aa2;	
	text-decoration: none;
	transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
}
a:visited {
	color: #797aa2;
}
a:hover,
a:focus,
a:active {
    outline: 0;
    color:#fff;
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
	text-decoration: none;
}
.widget {
	margin: 0;
}
.heading-inline {
	display: inline;
	text-align: center;
}
.site-main {
	padding: 0 5%;
}
#primary img {
	background-image:url(../images/grunge-bgnd-frame.jpg);
    background-size: 100%;
	background-repeat: no-repeat;
}
.entry-header {
    margin: 30px;
}
.entry-footer {
	text-align: center;
}
.site-header {
    width: 100%;
	padding: 10px 5% 0 5%;
	display: grid;
	grid-template-columns: 20% 80%;
	align-items: center;
	background-color: #fde1e1;
}
#logo-container {
	width: 100%;
	margin: 0;
	display: flex;
}
.site-button {
	padding: 5px 20px;
	color: #797aa2;
	background-color: #fde1e1;
	cursor: pointer;
	transition: all .3s ease-in-out;
	border: medium solid #fff;
	border-radius: 10px;
	display: inline; 
}
.site-button:hover {
	background-color: #797aa2;
}
.site-button a:hover {
	color: #ffffff!important;
}
.entry-content {
	padding: 0 5%;
}
.entry-content img {
	
}
.hidden-text{
	color: transparent;
}
.no-btm-margin {
    margin-bottom: 0em;
}
/* Home page. */

.home-text {
	padding: 0 5%;
}
.home-text ul {
	width: 60%;
	margin: 20px auto 40px;
	list-style: none;
  	padding-left: 0;
	justify-content: center;
}
.home-text ul li {
	display: flex;
  	align-items: top;
  	gap: 0.5rem; /* Space between bullet and text */
  	padding-left: 2rem;
}
.home-text ul li::before {
  	content: '';
  	flex-shrink: 0; /* Prevents bullet from shrinking */
 	width: 0.5em; /* Responsive to font size */
  	height: 0.5em;
 	background-image: url('../images/flower-bullet_pink.svg');
 	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center;
  	margin: 0.55vw 0 0 -2rem; /* Pulls bullet into padding space */
}
.home-section h1 {
	padding-top: 30px;
	font-size: 6vw;
}
.home-photos-group figure {
	margin: 0;
	padding: 0;
}
.home-photos-group img {
	width: 25%;
	float: left;
}
.home-photos-group-3 figure {
	margin: 0;
	padding: 0;
}
.home-photos-group-3 img {
	width: 33%;
	float: left;
}
.about-me {
	color: #fff;
    padding: 30px 5%;
    background-image: url("../images/About-Me-bgnd.jpg");
    background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.about-me h1 {
	color: #fff;
}
.home-team-btn {
	margin: 0 0 0 30%;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: pointer;
}
.contact-form {
	clear: both;
}
.contact-address {
	width: 30%;
	margin-top: 20px;
	float: left;
	clear: none;
}
.location-map {
	width: 48%;
	float: right;
}
.location-map img {
	width: 100%!important;
}
.clear-float {
	clear: both;
	border: none;
}
hr.clear-float {
	background-color: transparent;
}
.wp-block-separator{
	clear: both;
}
.footer-top {
	margin: 20px 0 0 0;
}
.site-footer {
    padding: 20px 5%;
	color: #fff;
	background-color: #5f4536;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.footer-sections {
	display: flex;
}
.footer-section {
	width: 33%;
	float: left;
	flex: 1; /* additionally, equal width */
}
#footer-nav {
	margin: 20px 0 0 0;
}
#footer-logo img {
	width: 80%;
}
#copyright {
	font-size: 1.5vw;
	text-align: center;
}
#smoothup {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 75px;
	right: 30px;
	text-indent: -9999px;
	display: none;
	background-image: url(../images/top-icon.png);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

/* iPad stlyes */	

		@media only screen and ( max-width: 998px )
{
body,
button,
input,
select,
optgroup,
textarea {
    font-size: 24px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 18px;
}
.alignright {
	width: 50%;
}
.alignleft {
	width: 50%;
}
.entry-content ul, ol {
		margin: 0;
}
.site-header {
	display: block;
}
.site-button {
	font-size: 1.2em;
}
#logo-container {
	width: 35%;	
}
.home-section h1 {
	font-size: 48px;
}
.home-text ul {
	width: 80%;
}
.home-team-btn {
	margin: 0 0 0 20%;
}
.contact-address {
	width: 95%;
	float: none;
}
.wpcf7 {
	width: 95%;
	float: none;
}
.location-map {
	width: 95%;
	float: none;
}
.footer-phone {
	padding-top: 30px;
}
#footer-nav {
	margin: 0;
}
#footer-logo img {
	width: 100%;
}
#copyright {
	font-size: 16px;
}
}
/* iPhone styles */
		
		@media only screen 
    and (max-device-width : 480px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{ 
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1em;
}
.alignleft {
	width: 100%;
	display: block;
	float: none;
}
.alignright {
	width: 100%;
	display: block;
	float: none;
}
#logo-container {
	width: 65%;
}
.home-photos-group img {
	width: 50%;
}
.home-photos-group-3 img {
	width: 100%;
}
.home-text ul {
	width: 100%;
}
.home-text ul li::before {
 	width: 0.75em; /* Responsive to font size */
  	height: 0.75em;
  	margin: 0.2rem 0 0 -2rem; /* Pulls bullet into padding space */
}
.about-me {
	background-size: 150%;
}
.about-me h1 {
	font-size: 30px;
}
.home-team-btn {
	margin: 0 0 0 9%;
}
.footer-phone {
	padding-top: 20px;
}
#footer-nav {
	justify-content: center;
	align-items: flex-start;
	margin-top: 15px;
}
#copyright {
	font-size: 12px;
}
input[type="text"],
input[type="email"] {
	width: 100%;
}
}



