/*
 Theme Name:   Star Mountain Design - Vanilla Theme 2022
 Theme URI:    https://starmountaindesign.com/
 Description:  Star Mountain Design - Vanilla Theme
 Author:       Lauren Sternberg
 Author URI:   https://starmountaindesign.com/
 Version:      1.0.0
*/

/*—————————————————————————————————————————————————————————————————*/

/* ———————————————————————————— template notes ***********************
#wrap 					*all content

header 					h1, p
						blog title (h1), blog description (p)
			
nav						ul
						categories, pages
aside					ul [inc dynamicSidebars & widgets if in use]
						sidbar with search, links + additional 
						(postlists etc, see extra ids/classes)
			
#content				*all page content (+ classes assigned by WP)
						article > post on category page
						article h3 > post title (+ link) on category page
						article.pagepost > post on page
						article.pagepost h2 > post title on page
			
footer					ul

*** extras ***

form#searchform			searchbox
input#searchsubmit		submit button, searchbox

*********************** END template notes ———————————————————————————— */

/*—————————————————————————————————————————————————————————————————*/

/* ———————————————————————————— COLOURS ***********************
#000					text colour
#333					headers

*********************** END template notes ———————————————————————————— */

/*-—————————————————————————————————————————————————————————————————*/

/* Thanks Eric Meyer!
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	letter-spacing: 0px;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
}
body {
	font-size: 1em;
	line-height: 1.6em;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	color: #666666;
	background: #fff;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hide-block {
	display: none !important;
}
/*—————————————————————————————————————————————————————————————————
GENERAL 
—————————————————————————————————————————————————————————————————*/
ul, ol {
	margin-top: 15px;
  	margin-left: 40px;
  	margin-bottom: 15px;
}
a, a:link, a:visited {
	color: #666;
	cursor: pointer;
}

a:hover, a:focus, a:active {
	color: #999;
}

input, textarea {
	padding: 2px;
	border: 1px solid #d3d3d3;
}

.clear {
	clear: both;
}
p:empty {
    margin: 0px;
}
/* Image sizing */
img.icon-img {
	width: 50px;
	height: 50px;
}
img.small-img {
	width: 100px;
	height: auto;
}
img.medium-img {
	width: 200px;
	height: auto;
}
img.large-img {
	width: 300px;
	height: auto;
}
/*————————————————————————————————————————————————————————————————— 
Typography
—————————————————————————————————————————————————————————————————*/
p.sub-title {
	font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0.8em;
    color: #494949;
}
p.large-text {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 1em;
}
p.small-text {
	font-size: 0.9em;
}
p.description {
	font-size: 1.01em;
    font-weight: 500;
    margin-bottom: 1em;
}
/*————————————————————————————————————————————————————————————————— 
BODY
—————————————————————————————————————————————————————————————————*/

p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 1.5em 0;
	font-weight: 500;
}

blockquote, q {
	quotes: none;
	padding: 1em 12%;
	margin: 0 0 2em 0;	
	font-weight: 300;
	font-size: 1.2em;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote:before {
	content: '\201C ';
	font-family: serif;
	float: left;
	margin: -.4em 0 0 -.6em;
	font-size: 3em;
}
blockquote p {
	margin: 0;
}
cite {
	display: block;
	/*margin: 0 0 2em 0;*/
	/*padding: 0 1em 1em;*/
	text-align: right;
	font-style: italic;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin-top: 1.5em;
	font-style: italic;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
	color: #9A895E;
}

del {
	text-decoration: line-through;
	color: #666;
}
.column p:last-of-type {
    margin-bottom: 0em;
}
.column, article {
	/*border: 1px dashed;*/
}
/*—————————————————————————————————————————————————————————————————
HEADINGS 
—————————————————————————————————————————————————————————————————*/

h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.6;
	margin: 0 0 .8em 0;
	/*text-transform: lowercase;*/
	color: #474747;
}

h1 {
	font-size: 2em;
	line-height: 1.35em;
	font-weight: 400;
}

h2 {
	font-size: 1.76em;
	line-height: 1.35em;
	font-weight: 600;
}

h3 {
	font-size: 1.52em;
	line-height: 1.35em;
	font-weight: 400;
	color: #666;
}
section h3 {
	color: #9A895E;
	font-weight: 400;
	font-style: italic;
}

h4 {
	font-size: 1.36em;
	line-height: 1.2;
	text-transform: none;
}

h5 {
	font-size: 1.26em;
	font-weight: bold;
	line-height: 1.35em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.35em;
}

/* ———————————————————————————— wrapper ———————————————————————————— */

.wrapper {
	position: relative;
	margin: 0px auto;
	max-width: 800px;
	padding: 12px 12px;
}

/*—————————————————————————————————————————————————————————————————
ALIGNMENT 
—————————————————————————————————————————————————————————————————*/
.aligncenter {
    display: block;
    text-align: center !important;
    margin: 0px auto;
    width: 100%;
    height: auto;
}
.alignleft, .alignright {
    float: none;
    display: block;
    margin: 0px 0px;
    width: 100%;
    height: auto;
}
.center {
	text-align: center;
}
.left {
	text-align: center;
}
.right {
	text-align: center;
}
.clear {
	clear: both;
}
.service-card.center img {
	margin: 12px auto;
}
/*—————————————————————————————————————————————————————————————————
IMAGE SIZING 
—————————————————————————————————————————————————————————————————*/
.size-small {
	max-width: 150px;
}
/*—————————————————————————————————————————————————————————————————
HEADER 
—————————————————————————————————————————————————————————————————*/

header {

}

header h1 {
	font-size: 2em;
	margin: 0em;
}

header h2 {
	font-size: 1.2em;
	margin: 0;	
	/*padding: 1em 0 0 0;*/
}
header .flex {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
}
.header-logo {
	width: 100%;
	max-width: 350px;
	margin: 12px 12px;
}
header .wrapper {
	padding: 0px;
}
.header-nav {
	width: 100%;
}
.header-logo svg.logo {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	max-width: 250px;
}

.social-media-icons {
    margin: 12px 12px;
    display: flex;
    justify-content: flex-start;
}
.social-media-icons .social-icon {
	margin-right: 5px;
}
.social-media-icons .social-icon:last-of-type {
	margin-right: 0px;
}
/*—————————————————————————————————————————————————————————————————
NAV 
—————————————————————————————————————————————————————————————————*/

/* NAV */

nav {

}
#mega-menu-wrap-sitenav #mega-menu-sitenav {
    max-width: 1200px;
    margin: 0px;
}

/*—————————————————————————————————————————————————————————————————
BUTTONS 
—————————————————————————————————————————————————————————————————*/
.buttons {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.buttons .button-container {
	margin: 0px 5px 10px 5px;
}
div.button-finer {
    margin: 15px 0px;
}
a.button, input[type=submit] {
    color: #FFFFFF;
    background-color: #8167cf;
    font-size: 15px !important;
    text-shadow: none !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: center !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    font-weight: 400 !important;
    padding: 8px 20px !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block;
    border: none  !important;
}
a.button:hover, input[type=submit]:hover {
    background-color: #634ca7;
}
.call-to-action-block div.button-container {
	margin-bottom: 0px;
	margin-top: 1.25em;
}
.red-button {
    background-color:#bc3315;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:none;
    color: #fff;
    display:inline-block;
    cursor:pointer;
    padding:10px 30px;
    text-decoration:none;
}

.red-button:hover {
    background-color: #e53f19;
}

.content-block {
    border:1px solid #eee;
    padding:10px;
    background:#ccc;
    float:left;
    margin-bottom:1.75em;
    text-align:center;
}

.content-block:after {
    clear:both;
} 

.highlighter {
    background-color:#ffff66;
}
/*—————————————————————————————————————————————————————————————————
PAGE BANNER 
—————————————————————————————————————————————————————————————————*/
.page-banner {
	background-color: #474747;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 250px;
}
.page-banner .flex-wrapper {
	max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    flex-flow: column;
}
.page-banner h2, .page-banner p {
	color: #FFFFFF;
}

/*—————————————————————————————————————————————————————————————————
SIDEBAR [aside used here as sidebar / secondary content] 
—————————————————————————————————————————————————————————————————*/

aside {
}

aside ul {
	font-size: .9em;
	margin: 0 0 1em 0;
	list-style: none;
}

aside ul li {
	margin: 0 0 .3em 0;
}

/*—————————————————————————————————————————————————————————————————
PAGE CONTENT
—————————————————————————————————————————————————————————————————*/
.container {
	padding: 20px 0px;
}
#content {
	margin: 0px auto;
}

article {
	margin: 10px;
}
.size-thumbnail {
  max-width: 150px;
}
img {
	display: block;
	height: auto;
	margin: 12px 0;
}
img.full-width {
	display: block;
	width: 100%;
	height: auto;
	margin: 12px 0;
}
.category article h2:first-of-type {
	margin: 0 0 .36em 0;
}
.category article h2 + p {
	color: #999;
	font-size: .9em;
	line-height: 1.6;
	/*border-top: 1px solid #ccc;*/
}
.category article h2:first-of-type + p:before {
	content: '';
	display: block;
	width: 10em;
	height: 1px;
	background: #D8D8C2;
}
/* post meta */
.postmetadata {
	color: #999;
	font-size: .9em;
	line-height: 2;
	border-top: 1px solid #ccc;
	margin: 0em;
}
/*—————————————————————————————————————————————————————————————————
COLUMNS
—————————————————————————————————————————————————————————————————*/
.two-column-block, .three-column-block, .four-column-block, .five-column-block, .sixty-forty-column-block, .seventy-thirty-column-block, .contact-form-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.column {
	padding: 0px 0px;
	margin: 10px;
}
/*—————————————————————————————————————————————————————————————————
ACF CONTROLS & FUNCTIONS 
—————————————————————————————————————————————————————————————————*/

.sixty-forty-column-block.swap .column:first-of-type, .seventy-thirty-column-block.swap column:first-of-type {
	order: 2;
}

/*—————————————————————————————————————————————————————————————————
BLOG CONTENT
—————————————————————————————————————————————————————————————————*/
.blog-posts {
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.blog-card-wrapper {
	margin: 15px auto;
	max-width: 350px;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 10px rgb(128 128 128 / 25%);
}

.blog-card .feature-img {
	margin: 0px;
	width: 100%;
	height: 215px;
	background-size: cover;
    background-position: center;
}

.blog-card .meta {
	padding: 20px 15px;
}
.blog-card .meta p {
	margin-bottom: 1em;
}
.blog-card .meta .categories {
	margin-bottom: 1.6em;
}
.blog-card .meta .categories a{
	padding: 5px 10px;
	font-size: 14px;
	background-color: #8167cf;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 5px;
}
.blog-card .meta .title {
	font-size: 20px;
}
.blog-card .meta .excerpt {
	font-size: 15px;
}
.blog-card .meta .read-more {
	font-size: 15px;
}
.blog-card .meta .date {
	font-size: 14px;
	text-align: right;
	margin-bottom: 0em;
	border-top: 1px solid #f0f0f0;
    padding-top: 5px;
}
/*** FILTER ***/
form.searchandfilter {
    display: block;
    margin: 0px auto;
    text-align: center;
}
.filter-bar {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e7e6e6;
}
.searchandfilter li {
	margin: .5em 0 .5em 0;
}
/**** FILTER FORM FIELDS *****/
select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #FFFFFF;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], textarea, select  {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  min-width: 170px;
}
label {
  display: inline-block;
}
li.reset-button a.reset {
    padding-left: 10px;
    font-size: 14px;
}
.blog-title-block {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.search-title {
	display: inline-block;
	padding-right: 10px;
}
.search-query {
	font-size: 18px;
}
body.blog li.reset-button {
    display: none;
}
/* ———————————————————————————— post links ———————————————————————————— */
nav.post-navigation {
    padding: 20px 0px 0px 0px;
    margin: 0 0 0 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: none;
}
nav.post-navigation h2 {
	text-align: left;
	font-weight: 400;
	font-size: 1.2em;
	/* screenreader text */
	display: none;
}
nav.post-navigation .nav-links {
    clear: both;
	padding: 16px 0;
	text-align: left;
}	
nav.post-navigation .nav-links div {
	margin: 0 0 1vw 0;
}
nav.post-navigation .nav-links div a:link, nav.post-navigation .nav-links div a:visited {
	display: block;
	text-decoration: none;
	font-size: 1em;
	/*color: #f1f1f1;*/
	padding-right: 2ch;
}
nav.post-navigation .nav-links div a:hover, nav.post-navigation .nav-links div a:active, nav.post-navigation .nav-links div a:link:focus {
	border-bottom-color: #000;
}

nav.post-navigation .nav-links div a:link strong, nav.post-navigation .nav-links div a:visited strong {
	display: block;
	font-style: normal;
	/*font-size: .8em;*/
	/*color: rgba(171, 166, 188, 1)!important;*/
}
nav.post-navigation .nav-next {
	text-align: right;
}
/*** posts pagination ****/
/**
* WordPress Number Pagination CSS Styles
*/
.smd-number-pagination {
    margin: 0px auto;
    display: block;
    text-align: center;
    padding: 20px 0px;
}
.page-navi.meta {
    color: RGB(38, 166, 154);
    font-size: 20px;
    font-weight: normal;
    border: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    padding-left: 0;
    border-radius:3px;
}
.page-numbers {
    border-right: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    margin-left:-6px;
}
.page-numbers.current {
   padding: 10px 20px;
   background: RGB(38, 166, 154);
   color: rgb(255, 255, 255);
   font-weight: 600;
}
.page-navi .prev {
   float: left;
   margin-right: 0;
   margin-top: -10px;
   border-right: solid 1px #eee;
   font-family: 'Open Sans', sans-serif !important;
   font-size: 18px;
   letter-spacing: 0;
   font-weight: normal;
}
.page-navi .next {
   float: right;
   margin-top: -10px;
   border-left: solid 1px #ddd;
   border-right: none;
   border-top: none;
   border-bottom: none;
   font-family: 'Open Sans', sans-serif !important;
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0;
}
/*—————————————————————————————————————————————————————————————————
FOOTER 
—————————————————————————————————————————————————————————————————*/

footer {
	clear: both;
	background-color: #f1f1f1;
	color: #474747;
	display: block;
	overflow: hidden;
	padding: 24px 0px 0px 0px;
}
footer ul {
	padding: 0;
}
footer ul li {
	display: inline;
	padding: 0 1ch 0 0;
}
aside article {
	padding: 0px;
}
aside footer {
	background-color: transparent;
	color: #666666;
	text-align: left;
}
footer .flex {
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.footer-logo {
	margin: 12px auto;
	text-align: center;
}
.footer-logo svg.logo {
	margin: 0px 0px;
	padding: 0px 0px;
    width: 100%;
    max-width: 200px;
}
/*
.footer-logo img.footer-logo {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 250px;
	max-width: 100%;
	height: auto;
}*/
.footer-column {
	margin: 12px auto;
	font-size: 15px;
}
.footer-column.center img {
	margin: 12px auto;
}
.footer-column h2, .footer-column h3, .footer-column h4, .footer-column h4, .footer-column p{
	color: #474747;
}
.footer-item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2em;
  text-align: center;
}
.footer-column h3.title {
	text-align: center;
}
.footer-item-icon {
  margin: 10px 5px;
}
.social-links {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.footer-item-icon img {
    margin: 0px 0px 0px 0px;
}
/*—————————————————————————————————————————————————————————————————
SLIDESHOW
—————————————————————————————————————————————————————————————————*/

#slider-frame{
  font-size: 0;
  min-height: 100%;
  text-align: center;
  position: relative;
}
#slider-frame:before, .flexbox > div:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
  background: red;
  display: block;
}
#slider-frame a.arrow-prev, #slider-frame a.arrow-next {
  font-size: 30px;
  color: #FFFFFF;
  padding: 0px 10px;
  cursor: pointer;
  transition: 0.6s ease;
}
a.arrow-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 600px;
}
a.arrow-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 600px;
}
a.arrow-prev span{
  position: absolute;
  top: 45%;
  left: 0;
  padding: 0px 15px;
}
a.arrow-next span {
  position: absolute;
  top: 45%;
  right: 0;
  padding: 0px 15px;
}
.slides {
  width: 100%;
  height: 600px;
}
.slide {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  display: none;
  vertical-align: middle;
  position: relative;
}
.highlighted-slide {
  background-color: #717171 !important;
}
.slide-navigation {
  width: 100%;
  margin-top: 16px!important;
  margin-bottom: 16px!important;
  display: inline-block;
  width: auto;
  text-align: center;
}
.slide-dot{
  background-color: #bbbbbb;
  color: #ffffff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  padding: 0;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}
.slide-dot:hover{ 
  background-color: #717171!important;
}
/* Caption text */
.slide .text {
  color: #FFFFFF;
  font-size: 15px;
  padding: 0px 45px;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.slide .text h2 {
	font-size: 3em;
	color: #FFFFFF;
}
.slide .text p.sub-text {
	font-size: 1.2em;
	color: #FFFFFF;
}
.hero-block .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.slideoff {
	  -webkit-animation-name: slideoff;
  	-webkit-animation-duration: 2.5s;
  	animation-name: slideoff;
  	animation-duration: 2.5s;
}
.w3-animate-right{	
	position:relative;
	animation:animateright 
	0.4s;
}
@keyframes animateright{from{right:-300%;opacity:0} to{right:0;opacity:1}}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@-webkit-keyframes slideoff {
  from {left: 50%} 
  to {left: 100%}
}

@keyframes slideoff {
  from {left: 50%} 
  to {left: 100%}
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */

/*—————————————————————————————————————————————————————————————————
HERO
—————————————————————————————————————————————————————————————————*/
.container.hero {	
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #474747;
}
.container.hero .wrapper {
	padding: 0px;
}
.hero-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 500px;
    color: #FFFFFF;
}
.hero-block.left {
	margin: 0px;
    align-items: flex-start;
}
.hero-block.center {
	margin: 0px auto;
	align-items: center;
}
.hero-block.right {
	margin: 0px auto;
	align-items: flex-end;
	float:  right;
}
.hero-block h2{
	font-size: 3em;
	color: #FFFFFF;
}
.hero-block p.description {
    margin-bottom: 1em !important;
}
/*—————————————————————————————————————————————————————————————————
SERVICE PACKAGES
—————————————————————————————————————————————————————————————————*/
.service-packages-block {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
.service-package {
	width: 300px;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 10px rgb(128 128 128 / 25%);
	margin: 15px;
	padding: 25px 15px;
	border: 1px solid #f3f3f3;
	text-align: center;
}
img.package-icon {
	width: 120px;
	display: block;
	margin: 10px;
}
/*—————————————————————————————————————————————————————————————————
PARALLAX
—————————————————————————————————————————————————————————————————*/

.parallax {
  /* The image used */
  background-image: url('/wp-content/uploads/2021/09/joyce-mccown-gpiKdZmDQig-unsplash.jpg');

  /* Full height */
  height: 400px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*—————————————————————————————————————————————————————————————————
SINGLE POST
—————————————————————————————————————————————————————————————————*/

.container#single-post {
	position: relative;
  	min-height: 100vh;
}
.container#single-post div.wrapper {
	position: relative;
	top: -150px;
	left: 0;
	right: 0;
	padding: 12px 12px;
}
.container#single-post article {
    background-color: white;
    margin: 0px auto 40px auto;
    max-width: 1000px;
    padding: 24px 0px;
    box-shadow: 0px 8px 10px rgb(128 128 128 / 25%);
    border: 1px solid #f0f0f0;
}
.article-title-block {
	text-align: center;
	margin: 10px 20px;
	border-bottom: 1px solid #f0f0f0;
}
.article-title-block .article-meta {
	margin-bottom: 20px;
}
.article-meta p {
    margin-bottom: 0px;
}
.article-content {
	padding: 10px 20px;
}
.shared-counts-wrap {
	display: flex;
    justify-content: center;
}
ul.post-tags {
    padding: 10px 0px;
    font-size: 0.9em;
    display: flex;
    justify-content: flex-start;
}
ul.post-tags li {
	padding-right: 10px;
}
svg.tag-icon {
	width: 20px;
}
svg.tag-icon path {
	fill: #474747;
}
/*** comments ***/

li.comment.parent {
    padding-left: 30px;
    clear: both;
    margin-top: 15px;
}
li.comment.depth-1.parent {
    padding-left: 0px;
}

div#comments {
    background-color: #FFFFFF;
}
.comment-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.comment-author cite {
	text-align: left;
	font-style: normal;
	font-size: 16px;
	color: #474747;
}
.comment-author cite a {
	text-decoration: none;
	color: #474747;
}
.comment-body {
    font-size: 15px;
    color: #555;
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.comment-body .avatar {
    width: 50px;
    height: 50px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 100%;
    border: 2px solid #d1d1d1;
    background-color: #d1d1d1;
    margin: 0px 0px 0px 0px;
}
.comment.bypostauthor > .comment-body .avatar {
    border-color: #8167cf;
}
h3.comments-title {
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: center;
}
div.clear {
    clear:both;
}
.comment-reply-link {
    text-decoration: none;
    font-size: .85em;
}
.comment-author {
    font-size: 1em;
    font-weight: 700;
    color: #1d2733;
    padding-top: 4px;
    margin-bottom: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.comment-meta.commentmetadata{
	padding-left: 10px;
}
.comment-meta.commentmetadata a:link, .comment-meta.commentmetadata a:visited {
    text-decoration: none;
    font-size: .95em;
    font-weight: 400;
}
.comment-meta.commentmetadata a:hover{
    text-decoration: underline;
}
.comment-text {
	margin-top: 1em;
}
.comment-text > p {
    margin-bottom: 1em;
    font-size: 0.98em;
}
h3#reply-title {
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: center;
}
p.comment-notes {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 35px;
    text-align: center;
}
div#respond {
    padding: 20px 0px;
}
.comment-form-author {
    width: 49%;
    float: left;
}
.comment-form-email {
    width: 49%;
    float: right;
}
.comment-form-comment {
    clear: both;
}
.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #474747;
    font-weight: 600;
    text-transform: uppercase;
}
.comment-form input {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px !important;
}
.comment-form textarea {
    margin-bottom: 25px;
    border-radius: 4px;
}
textarea {
    width: 100%;
}
.comment-form input[type=submit] {
    width: auto;
    padding: 15px 20px;
    font-size: 12px;
}
.comment-form input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
}
a.comment-reply-link {
    position: relative;
    overflow: hidden;
    font-family: inherit;
    display: inline-block;
    line-height: normal;
    padding: 4px 10px;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #8167cf;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    right: 0px;
    text-align: center;
    border: 0;
    text-decoration: none;
    transition: opacity .15s;
}
/*—————————————————————————————————————————————————————————————————
WPFORMS
—————————————————————————————————————————————————————————————————*/
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: none !important;
}
/*—————————————————————————————————————————————————————————————————
CONTACT FORM BLOCK
—————————————————————————————————————————————————————————————————*/
.contact-form-block {
    margin: 0px auto;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.contact-form-block .column#contact-form {
	background-color: #F1F1F1;
}
.contact-form-block .column#contact-info {
	background-color: #565656;
}
.contact-form-block .column#contact-info h3 {
	color: #FFFFFF;
}
.contact-form-block > .column {
	margin: 0px;
	padding: 12px 12px;
}
.contact-form-block h3 {
    margin: 1em 0em 0.5em 0em;
    font-size: 1.6em;
    padding-bottom: 10px;
}
.contact-item {
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
	margin: 1em 0em;
}
.contact-item-icon {
	margin-right: 15px;
	margin-bottom: 15px;
}
.contact-item-icon img {
	margin: 0px 0px;
}
.contact-item-info p {
	margin-bottom: 1em;
}

/*** contact form info box ***/
.contact-form-block .column#info-box {
    background-color: #f6f6f6;
    padding: 0px 0px;
    margin: 0px !important;
    width: 100% !important;
    box-shadow: 0px 2px 4px #e6e6e6;
    margin-bottom: 24px !important;
}
.contact-form-block .column#info-box h3 {
    margin: 0em;
    font-size: 1.6em;
    padding-bottom: 10px;
    background-color: #474747;
    color: white;
    padding: 30px;
    text-transform: uppercase;
}
.contact-form-block .column#info-box .wrapper  {
	padding: 20px;
}
.contact-form-block .column#info-box .wrapper .text-area {
    margin-bottom: 1.5em !important;
}
.contact-form-block .column#info-box .contact-item {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 1em 0em 1em 0em !important;
}
.contact-form-block .column#info-box h4 {
	text-align: left;
}
.contact-form-block .column#info-box p {
	text-align: left;
	margin-bottom: 1em;
}
/*** contact form form box ***/
.contact-form-block .column#form-box {
	background-color: #f6f6f6;
    padding: 0px 0px;
    margin: 0px !important;
    width: 100% !important;
    box-shadow: 0px 2px 4px #e6e6e6;
    margin-bottom: 24px !important;
}
.contact-form-block .column#form-box h3 {
    margin: 0em;
    font-size: 1.6em;
    padding-bottom: 10px;
    background-color: #474747;
    color: white;
    padding: 30px;
    text-transform: uppercase;
}
.contact-form-block .column#form-box div.wpforms-container-full {
    margin-bottom: 24px;
    padding: 20px;
}

.social-links-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.social-links-container .social-link {
	margin: 10px 4px;
}
/*—————————————————————————————————————————————————————————————————
List Block
—————————————————————————————————————————————————————————————————*/
.list-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.column.list-item {
    flex-basis: calc(25% - 20px);
    text-align: center;
    min-width: 300px;
}

.container.about-block .sixty-forty-column-block {
	justify-content: center;
	text-align: center;
}
.container.about-block .about-image.alignright {
	margin: 12px auto;
}
.column.center img {
	margin: 12px auto;
}
.container.contact-block {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px !important;
}
.split-layout {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.left-panel, .right-panel {
  width: 100%;
}

.left-panel {
	 background-color: rgba(255, 255, 255, 0.8);
}
.left-panel-wrapper {
  max-width: 800px;
  padding: 20px;
  margin: 0px auto 40px auto;
}
.right-panel-wrapper {
  max-width: 800px;
  padding: 20px;
  margin: 0px auto 40px auto;
}
.contact-item-block  {
	 background-color: rgba(255, 255, 255, 0.8);
padding: 12px;
margin: 0px 0px 40px 0px;
width: 100%;
display: flex;
align-items: flex-start;
}
.contact-item-block .contact-icon {
	margin-top: 0px;
}
.contact-item-text {
	margin-left: 10px;
}
.contact-item-text h2 {
	font-size: 24px;
}
/*** Homepage service preview card  ***/ 
.service-preview-card {
	margin: 10px auto;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #5C40641A;
	padding: 12px 12px;
}
/*** Services page ***/
div.service-card-thumbnail {
  width: 100%;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  background-position: center;
}
.meta-wrapper {
	padding: 20px 15px;
}
.services-block .flex-wrapper {
	justify-content: center;
	flex-direction: column;
	padding: 22px 22px;
}
.flex-wrapper {
	position: relative;
	margin: 0px auto;
	max-width: 800px;
	padding: 12px 12px;
	display: flex;
}
.service-card {
	margin: 25px auto;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #5C40641A;
}
.service-preview-card.left .service-preview-image {
	margin: 12px auto;
}
/** Services template 2 **/
.container.services-one-column-block .service-card {
  display: flex;
  flex-direction: column;
  width: 100%;
	margin: 40px auto;
	max-width: 1100px;
}
.container.services-one-column-block .service-card-thumbnail {
  width: 100% !important;
  height: 250px !important;
}
.container.services-one-column-block .meta-wrapper {
	text-align: center;
}
#services-page .one-column-block {
  padding: 10px;
}
.left-content h1 {
  text-align: center;
}
/*—————————————————————————————————————————————————————————————————
MEDIA QUERIES 
—————————————————————————————————————————————————————————————————*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1200px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .parallax {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 400px) {
}

@media screen and (min-width: 420px) {
	#wrap {
		margin: 0 auto;
	}
	.comment-body {
		padding-left: 60px;
	}
	li.comment.parent {
	    padding-left: 60px;
	}
	.comment-body .avatar {
	    position: absolute;
	    margin: 0px 0px 12px 0px;
	}
	.comment-author {
	    display: block;
	}
	.comment-meta.commentmetadata{
		padding-left: 0px;
	}
	footer ul {
		text-align: center;
	}
	footer ul li {
		display: inline-block;
		padding: 0;
	}
}
/*-———————-———————Mobile-landscape (and larger)-———————-——————*/
@media screen and (min-width: 480px) {
	.left-panel-wrapper {
	  padding: 40px;
	}
	.right-panel-wrapper {
	  padding: 40px;
	}
	header .flex {
		display: flex;
		justify-content: space-between;
		flex-flow: row;
		align-items: center;
	}
	header .wrapper {
		padding: 12px 12px;
	}
	.header-nav {
		width: auto;
	}
	article {
		padding: 12px 12px;
	}
	aside div {
		padding:  12px 12px;
	}
	.column {
		padding: 12px 12px;
	}
	.contact-form-block > .column {
		padding: 24px 24px;
	}
	.service-card {
		max-width: 360px;
	}
}
/*-———————-———————Mobile-landscape (and larger)-———————-——————*/
@media screen and (min-width: 540px) {
	.size-medium {
		max-width: 300px;
	}
	.size-large {
		max-width: 1024px;
	}
	.alignleft {
	    display: block;
	    width: auto;
	}
	 .alignright {
	    display: block;
	    width: auto;
	}

	footer .flex {
	    justify-content: space-around;
	    flex-flow: row wrap;
	}
	.footer-logo {
	    margin: 12px 12px;
	}
	.footer-column {
	    margin: 40px 20px;
	}
	.footer-column h3.title {
		text-align: left;
	}
	.footer-item {
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	    align-items: flex-start;
	    margin-bottom: 1.2em;
	    text-align: left;
	}
	.footer-item-icon {
	    margin: 0px 10px 0px 0px;
	}
	.social-links {
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	}
}
/*-———————-———————Tablet-portrait (and larger)-———————-——————*/
@media screen and (min-width: 768px) {
	.header-logo {
		width: auto;
		max-width: none;
	}
	header .flex {
		display: flex;
		justify-content: space-between;
		flex-flow: row;
		align-items: center;
	}
	.container.services-one-column-block .meta-wrapper {
		text-align: left;
	}
	.container.services-one-column-block .service-card {
	  display: flex;
	  width: 100%;
	  margin: 40px auto;
	  max-width: 1100px;
	  flex-direction: row;
	}
	.container.services-one-column-block .service-card-thumbnail {
	  min-width: 350px ;
	  max-width: 350px;
	  height: auto !important;
	}
}
/*-———————-———————Tablet-landscape (and larger)-———————-——————*/
@media screen and (min-width: 992px) {
	.container {
		padding: 40px 20px;
	}
	.alignleft {
	    float: left;
	    display: block;
	    margin: 0px 20px 10px 0px;
	    width: auto;
	}
	 .alignright {
	    float: right;
	    display: block;
	    margin: 0px 0px 10px 20px;
	    width: auto;
	}
	.container.about-block .about-image.alignright {
		margin: 0px 0px 10px 20px;
	}
	.container.about-block .sixty-forty-column-block {
		justify-content: space-between;
		text-align: left;
	}
	header, nav, footer  {
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	nav {
		border-top: 1px solid #D8D8C2;
		border-bottom: 1px solid #D8D8C2;
	}

	nav ul {
		display: block;
	}
	
	nav ul li {
		display: inline-block;
	}
	
	nav ul li a:link {
		padding: .25ch 1ch;
	}
	/* post links */
	nav.post-navigation .nav-links {
		clear: both;
		padding: 0 0 16px 0;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	nav.post-navigation .nav-links div{
		width: calc(50%);
		margin: 0px;
	}
	nav.post-navigation .nav-links .nav-previous{
		padding-right: 10px;
	}
	nav.post-navigation .nav-links .nav-next{
		padding-left: 10px;
	}
	.container#single-post article {
	    padding: 24px 12px;
	}
	.blog-posts {
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}
	.blog-card-wrapper {
		margin: 15px 15px;
	}
	.one-column-block {
		display: block;
	}
	.two-column-block, .three-column-block, .four-column-block, .five-column-block, .sixty-forty-column-block, .seventy-thirty-column-block {
		display: flex;
		justify-content: center;
		flex-flow: row;
	}
	.two-column-block .column {
		flex-basis: calc(50% - 20px);
	}
	.three-column-block .column {
		flex-basis: calc(33.33% - 20px);
	}
	.four-column-block .column {
		flex-basis: calc(50% - 20px);
	}
	.five-column-block .column {
		flex-basis: calc(20% - 20px);
	}
	.sixty-forty-column-block .column:nth-of-type(1n) {
		flex-basis: calc(60% - 20px);
	}
	.sixty-forty-column-block .column:nth-of-type(2n) {
		flex-basis: calc(40% - 20px);
	}
	.seventy-thirty-column-block .column:nth-of-type(1n) {
		flex-basis: calc(70% - 20px);
	}
	.seventy-thirty-column-block .column:nth-of-type(2n) {
		flex-basis: calc(30% - 20px);
	}
	.split-layout {
	  display: flex;
	  justify-content: space-around;
	  flex-direction: row;
	  position: relative;
	  width: 100%;
	}
	.left-content h1 {
	  text-align: left;
	}
	.left-panel, .right-panel {
	  width: 50%;
	}
	.left-panel {
	    background-color: rgba(255, 255, 255, 0.8);
	}
	.left-panel-wrapper {
	  display: flex;
	  flex-direction: column;
	  align-items: end; 
	  padding: 80px 50px;
	  max-width: unset;
	  margin: auto;
	}
	.left-content {
		width: 100%;
		max-width: 620px;
	}
	.right-content {
		max-width: 620px;
		margin: 0px;
	}
	.right-panel-wrapper {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  padding: 80px 50px;
	}
	.contact-item-block  {
		width: 320px;
	}
	footer .flex {
	    justify-content: space-between;
	    flex-flow: row;
	}
	.container#single-post article {
	    padding: 24px 24px;
	}
	#wrap {
		margin: 0 auto;
	}
	footer {
		clear: both;
	}
	div > div {
		padding: 0;
	}
	/*** Pre made column blocks ***/
	.four-column-block .column {
		flex-basis: calc(25% - 20px);
	}
	.contact-form-block {
		display: flex;
		justify-content: space-between;
		flex-flow: row;
	}
	.contact-form-block .column#info-box {
		width: 40% !important;
		margin: 20px !important;
	}
	.contact-form-block .column#form-box {
	    width: 60% !important;
	    margin: 20px !important;
	}
	.page-banner {
	    min-height: 350px;
	}
	.page-banner .flex-wrapper {
	    min-height: 350px;
	}
	.services-block .flex-wrapper {
		justify-content: space-between;
		flex-direction: row;
	}
	.service-card {
	  margin: 0px 25px 25px 25px;
	}
	.services-block .flex-wrapper {
		padding: 12px 12px;
	}
	.wrapper, .flex-wrapper {
		max-width: 1250px;
	}
	.service-preview-card.left .service-preview-image {
		margin: 12px 0px;
	}
	.left {
		text-align: left;
	}
	.right {
		text-align: right;
	}
	.service-preview-card {
		margin: 10px;
	}
}
/*-———————-———————Laptops (and larger)-———————-——————————-————*/
@media screen and (min-width: 1200px) {

}