/*  
Theme Name: Base A Theme
Theme URI: 
Description: Base A theme for company websites.
Version: 3.1
Author: Aisha El-Tahlawi & Lauren Sternberg
Author URI: Starmountain.co.uk
*/

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

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

header                  h1, p
                        blog title (h1), blog description (p)
            
nav                     ul
                        categories, then 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 ***********************
#383838                 text colour
#383838                 headers
#FFFFFF                 inverted headers and colour of text on buttons
#3e6f42                 Links
#4d6b4f                 Links

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

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

/* thanks, Eric :-)
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
    font-size: 0.95em;
    line-height: 1.59375rem;    
    font-family: sans-serif;
    color: #383838;
    background-color: #f9f9df;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
/*-———————-—-———————-—————-———————-———————————CORE STYLES-———————-———-———————-——-———————-———————————*/
/* WPForms: never show the reCAPTCHA response field */
.wpforms-container textarea[name="g-recaptcha-response"],
.wpforms-container input[name="g-recaptcha-response"]{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 0.98em;
    line-height: 26px;
    background-color: #FFFFFF;
}
/*-———————-Typography-—————-————*/

/*
Define Typefaces for text elements
*/

h1, h2 {
    font-family: 'Prata', 'Times New Roman', serif;
}
h3, h4, h5, h6, p, ul li, ol li {
    font-family: 'Open Sans', 'Arial', sans-serif;
}

/*
Define text elements further
*/

h1 {
    color: #474747;
    font-size: 1.802em;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
}
h2 {
    color: #474747;
    font-size: 1.602em;
    line-height: 1.3em;
    margin: 1em 0 0.7rem;
}
h3 {
    color: #474747;
    font-size: 1.424em;
    font-weight: 500;
    line-height: 1.3em;
    margin: 2.5rem 0 0.7rem;
}
h4 {
    color: #383838;
    font-size: 1.166em;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.75rem 0 0.7rem;
}
h5 {
    color: #383838;
    font-size: 1.025em
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.75rem 0 0.7rem;
}
h6 {
    color: #383838;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.75rem 0 0.7rem;
}
div.blog-content p, div.blog-content span, {
    font-size: 0.98em !important;
    line-height: 1.85em;
}
p {
    color: #383838;
    font-size: 0.98em;
    line-height: 1.85em;
    /*font-size: 1em;
    line-height: 26px;*/
    font-weight: 400;
    margin-bottom: 1.25em;
}
div.fine-print p {
    font-size: 0.9em;
}
ul {
    list-style: disc;
    padding-left: 40px;
    margin: 25px 0px;
}
ul li {
    color: #383838;
    font-size: 0.98em;
    line-height: 1.85em;
    font-weight: 400;
    /*font-size: 1em;
    line-height: 26px;*/
    margin-bottom: 0.85em;
}
ol {
    list-style: decimal;
    padding-left: 40px;
    margin: 25px 0px;
}
ol li {
    color: #383838;
    font-size: 0.98em;
    line-height: 1.85em;
    /*font-size: 1em;
    line-height: 26px;*/
    font-weight: 400;
    margin-bottom: 0.85em;
}

/* Other text elements specific */
section.banner h1 {
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 600;
    margin: 1.5rem 0 0.7rem;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 6px 5px 10px rgba(0,0,0,0.3); 
}
div#Home h2 {
    font-size: 1.802em;
}
p.page-description {
    color: #FFFFFF;
    font-size: 1.1em;
}
.sub-text {
    text-align: left;
    font-style: italic;
}
div.info h4 {
    margin: 0.3em 0em 0.25em 0em;
}
p.pre-text {
    color: #5fad87;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif;
}
p.section-name {
    color: #5fad87;
    font-weight: bold;
    padding: 0px 20px;
    margin-bottom: 0px;  
    font-size: 16px;
}
img.rounded {
    border-radius: 16px;
}
p a.cta {
    font-weight: bold;
    font-size: 16px;
}
p a.cta::after {
    content: ' \00bb';
}
p a.cta[href='']{
    display:none;
}
div.pre-heading:empty {
    display: none;
}
div.pre-heading {
    max-width: 500px;
    margin: 0px auto;
}
div.pre-heading > p {
    font-size: 16px;
    line-height: 24px;
}
p.pre-heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color:#5fad87;
}
p.pre-heading:empty {
   display: none;
}
p.pre-heading::before {
    content: '\2014 \0020';
}


.small-print {
    display: block !important;
    text-align: center !important;
}
.small-print > p {
    text-align: center !important;
    margin-bottom: 0.5em !important;
    font-size: 12px;
    color: #a1a1a4 !important;
    font-weight:300 !important;
}
div.flex-column > h2:first-of-type {
    margin-top: 0px;
}

/*
Define colour
*/

.white {
    color: #FFFFFF !important;
}

/*-———————-Alignments and positioning-—————-————*/

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.text-center {
    text-align: center !important;
}
.clear {
    clear: both;
}
p:empty {
    display: none;
}
h2:empty {
    display: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/* Classic editor images */
.entry-content img {
    max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
    color: currentColor;
    font-size: var(--global--font-size-xs);
    line-height: var(--global--line-height-body);
    margin-top: calc(0.5 * var(--global--spacing-unit));
    margin-bottom: var(--global--spacing-unit);
    text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
    margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Over here, place any elements that do not need to have their own file. */
b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

pre {
    white-space: pre;
    overflow-x: auto;
}
/* Block Alignments */

/**
 * These selectors set the default max width for content appearing inside a post or page.
 */

/**
 * .alignleft
 */
.alignleft {

    /*rtl:ignore*/
    text-align: left;
    margin-top: 0;
}

.entry-content > .alignleft {
    max-width: var(--responsive--aligndefault-width);
}
/**
 * .aligncenter
 */
.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/**
 * .alignright
 */
.alignright {
    margin-top: 0;
    margin-bottom: 25px;
}

.entry-content > .alignright {
    max-width: var(--responsive--aligndefault-width);
}

[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
    margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
    clear: both;
}

/**
 * .alignfull
 */
.alignfull {
    clear: both;
}

.has-left-content {
    justify-content: flex-start;
}

.has-right-content {
    justify-content: flex-end;
}

.has-parallax {
    background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
    font-family: var(--heading--font-family);
    font-weight: var(--heading--font-weight);
    line-height: 0.66;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    margin: 0.1em 0.1em 0 0;
    font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px;
}
/*-———————-All links and buttons-—————-————*/

a:link, a:visited {
    color: #60ad87;
    text-decoration: underline;
    font-weight: 500;
}
div.button-container {
    margin: 15px 0px;
}
a.button, a.fasc-button {
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #60ad87 !important;
    font-size: 14px !important;
    text-shadow: none !important;
    line-height: 1.5 !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;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 10px 14px !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block;
}
a.button.smaller {
     font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #60ad87 !important;
    font-size: 13px !important;
    text-shadow: none !important;
    line-height: 1.5 !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;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 10px 14px !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block;
}
a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium {
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #5fad87 !important;
    font-size: 13px !important;
    text-shadow: none !important;
    line-height: 1.5 !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;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 10px 12px !important;
    cursor: pointer !important;
    position: relative !important;
    border-radius: 20px !important;
    display: inline-block;
    min-width: auto;
    width: 100%;
    max-width: 265px;
}
a.button:hover, a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium:hover {
    background-color: #51a079 !important;
    color: #FFFFFF !important;
}
a.button.smaller:hover {
    color: #FFFFFF !important;
    background-color: #51a079 !important;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-family: 'Open Sans', 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #60ad87 !important;
    font-size: 14px !important;
    text-shadow: none !important;
    line-height: 1.5 !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;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 10px 14px !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block;
    padding: 10px 15px;
    border: none !important;
    margin: 0px auto;
    display: block;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #51a079 !important;
    border: none;
    cursor: pointer;
}
input[type="submit"] {
    font-family: 'Open Sans', 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #5fad87 !important;
    font-size: 13.3px !important;
    text-shadow: none !important;
    line-height: 1.5 !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;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    padding: 8px 20px !important;
    cursor: pointer !important;
    position: relative !important;
    border-radius: 4px !important;
    border-style: solid;
    border-width: 0px;
    align-items: center;
    box-shadow: -1px 3px 5px 0px rgb(0 0 0 / 12%);
}
input[type="submit"]:hover {
}
/*-———————-Page Stucture -—————-————*/


/*-———————-—-———————-—————-———————-——————————— MENU-———————-———-———————-——-———————-———————————*/
div.site-logo > h1 {
    margin: 0px !important;
}
div.site-logo h1 a img {
    display: block;
    margin: 0px auto;
}
div.flex-break {
    display: none;
}
.navbar-menu{
    width: 100%;
}
#mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-item > a.mega-menu-link {
    letter-spacing: 1px;
}
#mega-menu-wrap-sitenav {
    /*border-top: 0.5px solid #FDF1EA;
    border-bottom: 0.5px solid #FDF1EA;*/
    border-top: 1px solid rgb(244 168 118 / 50%);
    border-bottom: 1px solid rgb(244 168 118 / 50%);
}
#mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    letter-spacing: 0.8px;
}
#mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-item, #mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid rgb(244 168 118 / 50%);
}
#mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-item:first-of-type {
    border-top: 1px solid rgb(244 168 118 / 50%);
}
#mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-item:last-of-type {
    border-bottom: none;
}
#mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-of-type {
    border-top: 1px solid rgb(244 168 118 / 50%);
}
div.mega-toggle-block#mega-toggle-block-1:before {
    content: 'MENU';
    color: #909090;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
#mega-menu-wrap-sitenav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-sitenav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-sitenav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 35px !important;
    height: 2px !important;
}

/*-———————-—-———————-—————-———————-———————————CONTENT STRUCTURE-———————-———-———————-——-———————-———————————*/

h1.hero-title {
    max-width: 600px;
    text-transform: none !important;
    font-weight: 400;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    margin: 2.5rem 0 0.7rem !important;
}
p.hero-description {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
}
div.more-container {
    max-width: 1070px;
    margin: 40px auto 0px auto;
}
div.more-container h2 {
    padding: 20px 15px 0px 15px;
}
div.more-posts {
    display: flex;
    justify-content: space-between;
}
div.container {
    padding: 2.5em 1.5em 0em 1.5em;
    margin: 0px auto;
    max-width: 1400px;
}
div.page-wrapper#Home div.container {
    padding: 2.5em 1.5em 2.5em 1.5em;
    margin: 0px auto;
    max-width: 1400px;
}
div.page-wrapper#Home div.acf-testimonials-block div.container {
    padding: 2.5em 1em 2.2em 1em;
}
div.acf-testimonials-block div.border-container {
    background-color: #FFFFFF;
    border-top: 1px solid rgb(244 168 118 / 50%);
    border-bottom: 1px solid rgb(244 168 118 / 50%);
}
div.page-wrapper#post div.content {
    background-color: #FBF6F2;
    position: relative;
}
div.content {
    overflow-x: hidden;
    margin: 0px auto;
}
/*
div.page-wrapper.standard-page div.content {
    padding: 1em 1.5em;
}*/
div.centered-content {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 10px 0px;
}
div.flex {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
div.results-info {
    margin: 25px 15px 0px 15px;
    text-align: center 
}
/*-———————-Homepage hero and Page banners-———————————*/

/*
Standard Banner style
*/

section.banner {
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
    position: relative;
    border-bottom: 1px solid rgb(244 168 118 / 50%);
    background-repeat: no-repeat;
}

/*
Homepage Banner
*/
section.banner#home {
    background-color:#000000;
    min-height: 300px;
    background-position: top !important;
}
section.banner#home > header {
    background-color: transparent;
}
section.banner#home > div.overlay {
    background-color: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banner#home > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px 5px;
}
section.banner#page {
    background-color:#656565 !important;
    min-height: 225px;
    background-position: center !important;
}
section.banner#page > div.overlay {
    background-color: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banner#page > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
    max-width: 1400px;
    margin: 0px auto;
}
div#Physical\ Therapy section.banner#page { 
    background-position-y: -250px !important;
}
div#wellness-coaching section.banner#page { 
    background-position: 0px 0px !important;
}
/*-———————-—-———————-—————-———————-———————————SERVICES PAGE-———————-———-———————-——-———————-———————————*/
h2#programs {
    margin-top: 40px !important;
}
div#service-listing:first-of-type {
    margin-top: 20px;
}
div#service-listing {
    margin-top: 40px;
}
div.book-now-box {
    text-align: left;
    margin-top: 20px;
}
div.book-now-box div.button-container {
    text-align: left;
}
div.flex-column.rates {
    padding-top: 0px !important;
}
div.service-info p {
    font-size: 0.98em;
    line-height: 1.65em;
}
div.rates-box {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin: 20px 0px 0px 0px !important;
    background-color: #FBF6F2;
    padding: 10px;
}
div.rates-box div.wrapper {
    background-color: #FFFFFF;
    border: 1px solid rgb(244 168 118 / 50%);
    padding: 25px 20px;
}
div.rates-box div.wrapper h2 {
    margin-top: 0em;
}
/*-———————-—-———————-—————-———————-———————————BLOG ELEMENTS-———————-———-———————-——-———————-———————————*/
div.desktop-filter {
    display: none;
}
div.desktop-results {
    display: none;
}
div.mobile-filter {
    display: block;
    flex-flow: column;
}
div.mobile-results {
    display: block;
}
div.mobile-filter .searchandfilter ul {
    display: flex;
    justify-content: center;
    flex-flow: column;
}
div.mobile-filter .searchandfilter input[type="text"], div.mobile-filter .searchandfilter select {
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    border: 1px solid #eaeaea;
}
div.mobile-filter .searchandfilter ul li.sf-field-category {
    width: unset;
    margin: 0px auto !important;
    text-align: center;
    padding-bottom: 0px;
}
div.mobile-filter .searchandfilter ul li.sf-field-search {
    display: flex;
    flex-flow: column;
    margin: 0px auto !important;
    padding-bottom: 0px;
}
div.mobile-filter .searchandfilter ul li.sf-field-reset {
    text-align: center;
    min-width: unset;
    margin: 5px 10px !important;
}
div.mobile-filter .searchandfilter ul li.sf-field-submit input[type="submit"] {
    padding: 8px 16px !important;
    width: 120px;
    margin-top: 10px;
}
li.sf-field-tag {
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.searchandfilter ul {
    padding-left: 0px;
}
.searchandfilter ul li {
    list-style: none;
    display: block;
    padding-right: 0px;
    margin-bottom: 10px;
}
.searchandfilter ul li select#ofpost_tag {
    width: 170px;
    height: 35px;
    background-color: #FFFFFF;
}
.searchandfilter ul li select#ofcategory {
    width: 170px;
    height: 35px;
    background-color: #FFFFFF;
}
.searchandfilter ul li input[type="text"], .searchandfilter select.sf-input-select  {
    width: 200px;
    border-radius: 4px;
    height: 35px;
    background-color: #FFFFFF;
    margin-top: 5px;
}
div.page-wrapper#blog div.container {
    padding: 1.25em 1em 0em 1em;
}
aside#sidebar {
    display: flex;
}
div#categories-2, div#search-2 {
    padding: 20px;
}
h3.widget--title {
    display: none;
}
label.screen-reader-text {
    display: none;
}
input[type="text"], select {
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    border: 1px solid #eaeaea;
    border-width: 1px;
    /*border-style: solid;
    border-color: white;*/
    font-family: 'Open Sans', 'Trebuchet MS', 'Arial', sans-serif !important;
    font-weight: 400;
    font-size: 13.3px;
    color: #383838;
}
input[type="text"]::placeholder , select::placeholder, ::placeholder {
    color: #747474;
}
select.postform option {
    color: #383838 !important;
}
select.postform option[value="0"] {
    color: #747474 !important;
}
select.postform option.level-0 {
    font-weight: 500;
}
select.postform:invalid { color: red; }

 background-color: #51a079 !important;
}
div.wrapper.Blog div#content  {
    background-color: #F5F5F4;
}
div.wrapper.Blog div#content div.flex {
    max-width: 650px;
    margin: 0px auto;
}
div.featured-post {
    margin: 20px auto;
    width: 100%;
    box-shadow: 0px 0px 12px 0px #e6e6e6;
    background-color: #FFFFFF;
    max-width: 500px;
}
div.featured-post div.meta div.category {
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0px 15px 0px;
}
div.featured-post div.meta div.category span a {
    font-size: 13px;
    color: #60AD87;
    letter-spacing: 0.8px;
    text-decoration: none;
    font-weight: 600;
}
div.featured-post div.thumbnail {
    background-color:#656565 !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 250px;
}
div.more-posts div.featured-post div.meta {
    padding: 15px 15px 30px 15px;
}
div.featured-post div.meta {
    padding: 15px 15px;
}
div.featured-post div.meta h3 {
    margin: 0px;
    font-size: 17.5px;
    text-align: left;
    line-height: 28px;
    font-weight: 600;
}
div.featured-post div.meta h3 a:link, div.featured-post div.meta h3 a:visited {
    color: #383838;
    text-decoration: none;
    font-weight: 600;
}
div.featured-post div.meta h3 a:hover, div.featured-post div.meta h3 a:active {
    color: #60ad87;
}
div.featured-post div.meta div.excerpt p{
    margin-top: 10px;
    text-align: left;
    font-size: 0.95em;
}
p.read-more {
    font-size: 0.95em;
    margin-bottom: 10px;
}
div.featured-post div.meta p.date {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
}
div.navigation {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 20px;
    margin-top: 25px;
}
nav.navigation.post-navigation .nav-links {
    width: 100%;
    border: 0px !important;
}
.pagination {
    text-align: center;
    margin: 25px auto;
}
hr {
    border: 0;
    height: 1px;
    background-color: rgb(161 161 164 / 30%);
    margin: 25px auto;
    width: 100%;
    max-width: 1200px;
    padding: 0px 40px;
}
.sfwppa-navi-style.sfwppa-style-5 .nav-links, .sfwppa-navi-style.sfwppa-style-5 .wp-pagenavi {
    border: 1px solid #86bd31;
    background-color: #fafbf5;
}
div.subscribe p {
    margin: 0px;
}
div.subscribe {
    background-color: #fafbf5;
    border: 1px solid #60ad8742;
    padding: 5px;
    text-align: center;
    width: 220px;
    margin: 0px auto;
}
div.subscribe span#icon, div.subscribe span {
    vertical-align: middle;
}
.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}
div.page-wrapper#post div.content {
    overflow-x: visible;
    position: unset;
    padding: 0px 12.5px;
}
 div.page-wrapper.standard-page div.content {
    overflow-x: visible;
    position: unset;
}
article#blog-post {
    max-width: 1050px;
    padding: 25px 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 1px #FDF1EA;
    border: 1px solid rgb(244 168 118 / 50%);
    margin: -100px auto 25px auto;
    position: relative;
}
article#plain-text-page {
    max-width: 1050px;
    padding: 25px 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 1px #FDF1EA;
    border: 1px solid rgb(244 168 118 / 50%);
    margin: -100px auto 25px auto;
    position: relative;
}
div.banner-author {
    position: absolute;
    bottom: 12%;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div.post-date p {
    font-size: 14px;
    line-height: 1.2;
    color: #d6cecc;
    text-align: center;
    font-family: 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
    text-shadow: 1px 1px 3px black;
    padding: 0px 20px;
}
div.post-author p {
    font-size: 14px;
    line-height: 1.2;
    color: #d6cecc;
    text-align: center;
    font-family: 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
    text-shadow: 1px 1px 3px black;
}
div#comments {
    padding: 25px 0px;
    background-color: #fafbf5;
    border-top: 1px solid #60ad8742;
}
.comment-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #bbd989;
}
ul.children {
    margin-left: 50px;
}
.comment-body {
    font-size: 14px;
    color: #555;
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.comment-body .avatar {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    border: 2px solid #bbd989;
    background-color: #bbd989;
}
.comment.bypostauthor > .comment-body .avatar {
    border-color: #74b178;
}
h3.comments-title {
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: center;
}
div.reply {
    padding-top: 10px;
    float: left;
}
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;
}
.comment-meta.commentmetadata a:link, .comment-meta.commentmetadata a:visited {
    text-decoration: none;
    font-size: .85em;
}
.comment-meta.commentmetadata a:hover{
    text-decoration: underline;
}
.comment-text > p {
    margin-top: 1em;
    margin-bottom: 0px;
    font-size: 0.938em;
}
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: 12px;
    color: #637381;
    font-weight: 600;
    text-transform: uppercase;
}
.comment-form input, .comment-form textarea {
    border-radius: 4px;
}
.comment-form input {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px !important;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], textarea {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 5px 10px;
    font-family: inherit;
    font-size: 14px !important;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: #fff;
    border-radius: 0;
}
.comment-form input, .comment-form textarea {
    border-radius: 4px;
}
.comment-form textarea {
    margin-bottom: 25px;
}
textarea {
    width: 100%;
}
.comment-form input[type=submit] {
    width: auto;
    padding: 15px 20px;
    font-size: 12px;
}
.comment-form input, .comment-form textarea {
    border-radius: 4px;
}
.comment-form input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
}
button[type=submit], button[type=button], input[type=button], input[type=submit], .theme-button {
    position: relative;
    overflow: hidden;
    font-family: inherit;
    display: inline-block;
    line-height: normal;
    padding: 14px 22px;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #5fad87;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity .15s;
    display: inline-block;
}
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: #5fad87;
    font-size: 13px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    right: 0px;
    text-align: center;
    border: 0;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity .15s;
}

span.meta-icon > svg {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: sub;
    fill: #4d6b4f;
}
span.meta-text {
    padding-left: 5px;
}
span.meta-text a:link, a:visited {
    text-decoration: none;
}
span.meta-text a:hover {
    text-decoration: underline;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
article#blog-post .content-wrapper, article#plain-text-page .content-wrapper{
    max-width: 900px;
    margin: 0px auto;
}
ul.post-meta {
    padding: 10px 0px !important;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    border-top: 1px solid rgb(244 168 118 / 50%);
    clear: both !important;
}
ul.post-meta li {
    padding-right: 10px;
    font-size: 14px;
}
.navigation {
    padding: 10px 0px;
    margin: 20px auto 0px auto;
}
.nav-previous {
    padding: 10px 0px;
    text-align: left;
    float: left;
}
.nav-next {
    padding: 10px 0px;
    text-align: right;
    float: right;
}
div.content-author {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}
div.content-author div.author-avatar img {
    border-radius: 100%;
}
div.author-name {
    padding: 10px;
}
.blog-navigation {
    margin: 45px auto 0px auto;
}
.blog-navigation ul {
    text-align: center;
}
.blog-navigation li a,
.blog-navigation li a:hover,
.blog-navigation li.active a,
.blog-navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.blog-navigation li {
    display: inline;
    font-size: 14px;
}
.blog-navigation li a,
.blog-navigation li a:hover,
.blog-navigation li.active a,
.blog-navigation li.disabled {
    background-color: #f1c5c6;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.5rem;
}
.blog-navigation li a:hover,
.blog-navigation li.active a {
    background-color: #d89597;
}

/*-———————-—-———————-—————-———————-———————————RESOURCES-———————-———-———————-——-———————-———————————*/
.acf-block-resources .flex-row {
    flex-flow: row wrap !important;
}
.flex-column.resource-card {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0.11);
    margin: 20px 0px;
    background-color: #fbf6f28a;
    max-width: 350px;
    border: 1px solid #f0f0f0;
}
.flex-column.resource-card div.icon {
    margin-bottom: 2em;
}
.flex-column.resource-card p.discipline {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #60AD87;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 2em !important;
}
.flex-column.resource-card h3.name {
    font-family: Prata, serif;
    line-height: 1.6em;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #474747;
    margin-top: 3.5em !important;
    margin-bottom: 0.75em !important;
}
.flex-column.resource-card p.role {
    font-family: Prata, serif;
    font-weight: 400;
    font-size: 17px;
    color: #474747cf;
    margin-bottom: 3.5em !important;
}
.flex-column.resource-card p.telephone {
    font-family: Prata, serif;
    font-size: 15px;
    color: #474747cf;
    margin-bottom: 2em !important;
}
/*-———————-—-———————-—————-———————-———————————MISSION STATEMENT-———————-———-———————-——-———————-———————————*/
.acf-mission-statement-block span.amp {
    color: #ded0c4;
}
.acf-mission-statement-block span.quote {
    font-family: Prata, serif;
    color: #ece3da;
    font-size: 50px;
    line-height: 15px;
    text-align: left;
}
.acf-mission-statement-block {
    background-color: #fbf6f28a;
}
.acf-mission-statement-block .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}
.acf-mission-statement-block p.mission-statement-quote {
    display: flex;
    flex-flow: row;
    font-size: 1.1em;
    margin-top: 2em;
}
.acf-mission-statement-block span.text{
    text-align: center;
	font-size: 30px;
  font-style: italic;
  font-family: Prata, serif;
  line-height: 1.5em;
}
.acf-mission-statement-block h2.left {
    text-align: center !important;
}
/*-———————-—-———————-—————-———————-———————————FOOTER-———————-———-———————-——-———————-———————————*/
footer {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    border-top:2px solid rgb(161 161 164 / 30%);
}
div.footer-wrapper {
    margin: 0px auto;
    position: relative;
    padding: 25px 10px 0px 10px;
    max-width: 1400px;
}
div.footer-row {
    display:flex;
    justify-content:center;
    flex-flow: row wrap;
    margin: 0px auto;
}
div.footer-column {
    padding: 10px 10px;
    flex: none;
}
div.footer-column#logo {
    padding: 0px 10px; 
}
div.footer-column p {
    text-align: center !important;
    font-size: 13px;
    font-weight: 400 !important;
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif;
    color:#383838;
    line-height: 1.6em;
}
div.footer-column ul {
    text-align: center !important;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400 !important;
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif;
    color:#383838;
    list-style: disc !important;
}
div.footer-column p.footer-heading {
    font-family: 'Prata', 'Times New Roman', 'Arial', serif;
    text-align: center !important;
    font-size: 19.6px;
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: 0.65em;
}
div.footer-column ul li {
    text-align: center !important;
}
div.footer-column div {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.footer-column div.icon-box {
    display: flex;
}
div.footer-column div.icon-box div.icon {
    padding: 0px 8px 4px 0px;
}
div.footer-wrapper div.creators {
    margin: 0px auto;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}
div.footer-wrapper div.creators > p {
    font-size: 11px;
    line-height: 1.6em;
    font-weight: 400;
    font-family: Lato, sans-serif;
    text-align:center;
    color:#70706d;
    margin-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}
div.footer-wrapper div.creators > p span {
    line-height: 22px;
    margin-top: 12px;
    padding-right: 2px;
    margin-bottom: 5px;
}
div.footer-wrapper div.creators > p > a > img#creator-logo { 
    width: 120px;
    vertical-align: bottom;
}
div.footer-column div.footer-item p.text {
    line-height: 1.55em;
    height: 25px;
    vertical-align: top;
    font-size: 14px;
    color: #383838;
    margin-bottom: 4px;
}
footer div.copyright {
    font-size: 12px;
    color: #383838;
    padding:5px;
    background-color: #FFFFFF;
}
div.copyright a:link, div.copyright a:visited {
    color: #60ad87;
    text-decoration: underline;
}
div.footer-wrapper span {
    font-weight: 400 !important;
}
p.footer-item.span-flex {
    display: block;
    justify-content: normal;
}
p.footer-item.span-flex span.text#times {
    text-align: left;
}
div.footer-item div.icon-box div.icon {
    padding-right: 8px;
}
div.footer-item div.icon-box div.icon svg {
    width: 25px;
    height: 25px;
    /*
    fill:#383838!important;*/
}
div.footer-item div.icon-box div.icon svg path {
    /*
    fill:#383838!important;*/
    transition: all .25s ease-in-out;
}

div.footer-item#social {
    margin-top: 0.2em;
}
div.footer-column#logo p{
    margin-bottom: 0em;
}
/*-———————-—-———————-—————-———————-———————————CORE STYLES-———————-———-———————-——-———————-———————————*/

/*-———————-—-———————-—————-———————-———————————PAGE BUILDER -———————-———-———————-——-———————-———————————*/

/*-———————-—-———————-————— GENERAL BLOCK STYLES ——-——-———————-———————————*/
.heading-content {
    margin: 0px auto;
    text-align: center;
}
.heading-content h2 {
    margin-top: 1em;
}
.flex-row {
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.flex-column {
    width: 100%;
    padding: 0px 0px;
}
.flex-row .flex-column img {
    /*width: 100%;
    height: auto;
    max-width: none;*/
}
.flex-column p {
    margin-bottom: 1em !important;
}
.acf-sixty-fourty-column-block div.flex-column:first-of-type {
    width: 100%;
    padding: 0px 0px;
}
.acf-sixty-fourty-column-block div.flex-column:nth-of-type(2n) {
    width: 100%;
    padding: 0px 0px;
}
/*-———————-—-———————-————— SPECFIC BLOCK STYLES ——-——-———————-———————————*/
p.heading-subtext {
    margin-bottom: 1.5em !important;
}
.container .heading-content {
    padding: 0px 0px 8px 0px;
}
.container .heading-content h2.text-left {
    text-align: left !important;
}
.container .heading-content h2.text-center {
    text-align: center !important;
}
.container .heading-content h2.text-left span.underline:after{
    content: "";
    display: block;
    margin: 5px 0px;
    width: 20%;
    border-bottom: 4px solid #ece3da;
    padding: 0px !important;
    margin-bottom: -2px;
}
.container .heading-content h2.text-center span.underline:after{
    content: "";
    display: block;
    margin: 5px auto;
    width: 20%;
    border-bottom: 4px solid #ece3da;
    padding: 0px !important;
    margin-bottom: -2px;
}
h2 span.underline:after{
    content: "";
    display: block;
    margin: 5px auto;
    width: 20%;
    border-bottom: 4px solid #ece3da;
    padding: 0px !important;
    margin-bottom: -2px;
}
.container .heading-content h2 span:empty {
    display: none;
}
div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row {
    flex-flow: column;
}
div.content .acf-two-column-block:nth-of-type(even) .container .flex-row {
    flex-flow: column-reverse;
}
.acf-three-column-block div.flex-column {
    margin-bottom: 1em;
}
.acf-three-column-block div.flex-column img {
    border-radius: 50% !important;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    display: block;
}
.acf-four-column-block div.flex-column {
    margin-bottom: 1em;
}
.acf-four-column-block div.flex-column img {
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    display: block;
}
.acf-services-block .flex-row {
    display: block !important;
    flex-flow: column;
    justify-content: space-between;
    margin: 10px auto 20px auto;
    padding: 0px 0px;
}
.acf-contact-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
}
.acf-contact-block .container {
    margin-bottom: 2em;
}
.acf-image-block {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.acf-image-block .container .flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

/*** Featured/Services ***/
.acf-services-block .flex-row {
    flex-flow: column;
    justify-content: center;
    margin: 10px auto 20px auto;
    padding: 0px 0px;
}
.acf-services-card {
    width: 100%;
    max-width: 500px;
    height: auto;
    background-color: white;
    margin: 20px auto;
    box-shadow: 0px 0px 12px 0px #e6e6e6;
}
.acf-services-card .card-image {
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.acf-services-card .card-content {
    padding: 15px;
    text-align: left;
}
.card-content h3 {
    font-size: 17.5px;
    margin: 0.5em 0em 0.58em 0em;
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif;
}
.card-content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
div.acf-cta-block {
    width: 100%;
    background-color: #fbf6f2;
    text-align: center;
    margin: 0px auto;
    box-shadow: 0px 0px 4px 0px rgb(128 128 128 / 28%);
}
.wp-block-two-column-image-content:nth-child(even) div.container {
    flex-flow: row-reverse !important;
}
.wp-block-two-column-image-content:nth-child(odd) div.container {
    flex-flow: row !important;
}
/**** Portfolio ****/
/*** Portfolio General Styles ***/
div.acf-portfolio {
  background-color: #F7F6F6;
}
div.acf-portfolio-grid{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-flow: wrap;
    max-width: 1000px;
    margin: 0px auto;
}
.portfolio-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    flex: 100%;
}
.portfolio-card {
    background-color: transparent;
    width: 100%;
    max-width: 500px;
    height: auto;
    perspective: 1000px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.portfolio-card .portfolio-img {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    background-size: cover !important;
    background-position: center !important;
    height: 250px;
    background-repeat: no-repeat !important;
}
div.portfolio-overlay h4 {
    font-size: 26px;
    color: #fff;
    line-height: 27px;
    transition: left .2s;
}
div.portfolio-overlay p,  div.portfolio-overlay p.portfolio-cta-link {
    font-size: 15px;
    color: #CCCCCC;
    line-height: 21px;
}
div.portfolio-overlay p.portfolio-cta-link {
    margin-bottom :0em;
}
div.portfolio-overlay p.portfolio-cta-link {
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 15px;
}
p.portfolio-cta-link:after {
    margin-left: 15px;
    font-family: 'FontAwesome';
    content: '\f061';
    color: #60ad87;
}
/*** Text Hidden Until Hover ***/
.portfolio-card.hidden-text .portfolio-img::before {
    content: "";
    background: rgba(33, 33, 33, 0.77);
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}
.portfolio-card.hidden-text .portfolio-img:hover::before {
    right: 0;
    cursor: pointer;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.hidden-text .portfolio-img .portfolio-overlay {
    opacity: 0;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    padding: 10px 20px;
    text-align: left;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.hidden-text .portfolio-img:hover .portfolio-overlay {
    opacity: 1;
}
/*** Text Visible ***/
.portfolio-card.visible-text .portfolio-img::before {
    content: "";
    background: rgba(33, 33, 33, 0.77);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}
.portfolio-card.visible-text .portfolio-img:hover::before {
    opacity: 0.5;
    cursor: pointer;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.visible-text .portfolio-img .portfolio-overlay {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    padding: 10px 20px;
    text-align: left;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.visible-text .portfolio-img:hover .portfolio-overlay {
    opacity: 1;
}
p#breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    line-height: 26px;
    color: #c1c1c1;
    text-align: left;
    margin-bottom: 0px;
}
p.post-info {
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    line-height: 26px;
    color: #60ad87;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
p.post-info {
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    line-height: 26px;
    color: #60ad87;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
p#breadcrumbs span.arrow {
    padding: 0px 5px;
    color: #c1c1c1;
}
span.breadcrumb_last {
    color: #c1c1c1;
}
section.banner.single-portfolio#page > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin: 0px auto;
}
div.flex-column#small {
    width: 100%;
}
div.flex-column#large {
    width: 100%;
}

/*-———————-—-———————-—————-———————-CONTACT BLOCK-———————-———-———————-——-———————-———————————*/
div.contact-item {
    margin-bottom: 0.5em;
}
div.info {
    width: 100%;
}
div.contact-item div.info h4 {
    font-size: 1.1em;
    line-height: 1;
    margin: 0.4em 0em 0.25em 0em;
}
div.contact-item div.info p {
    font-size: 15px;
    line-height: 26px;
}
div.contact-item div.info ul li {
    font-size: 15px;
    line-height: 26px;
}
div.contact-form {
    width: 100%;
    margin: 0px 0px 25px 0px !important;
    position: relative;
    max-width: 800px;
}
/*
div.contact-form div.form {
    min-height: 460px;
}*/
div.contact-form div.form form {
    min-height: 460px;
}
div.form h4 {
    font-size: 1.3em;
    margin-top: 0;
}
span.small-print {
    font-size:14px;
}
.flex-container {
    display: flex;
    justify-content: flex-start;
}
.flex-container .icon {
    padding: 0px 10px 5px 0px;
}
.flex-container .info p {
    font-weight: 400 !important;
}/*
.icon img {
    width: 35px;
    height: 35px;
}*/
div.wpforms-container {
    max-width: 600px;
}
div.wpforms-container-full {
    margin: 0px auto !important;
}
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: 100% !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #eff1f3 !important;
    border-radius: 2px !important;
    color: #747474 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block !important;
    float: none;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    padding: 8px 8px !important;
    height: auto !important;
    font-family: 'Open Sans', sans-serif;
}

/**** contact page ****/

div.contact-info-box-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 1100px;
    margin: 0px 0px;
    background-color: #FBF6F2;
    border: 1px solid rgb(244 168 118 / 50%);
}
div.contact-info-box-wrapper div.contact-form {
    width: 100%;
    margin: 0px auto !important;
    padding: 25px 20px;
    position: relative;
}
div.contact-info-box-wrapper div.contact-form div.form {
    padding: 0px;
    max-height: none !important;
}
div.contact-info-box-wrapper div.contact-form div.form div#wpforms-243 {
    padding: 0px;
    margin: 0px !important;
}
div.contact-info-box-wrapper div.contact-form div.form div#wpforms-243 button#wpforms-submit-243 {
    margin: 0px;
}
div.contact-info-box-wrapper div.contact-info-box {
    width: 100%;
    padding: 25px 20px;
    border-left: 1px solid rgb(244 168 118 / 50%);
}
.acf-contact-block .heading-content {
    max-width: 1100px;
    padding: 0px 0px 20px 0px;
}

/*-———————-—-———————-—————-———————-———————————404 PAGE-———————-———-———————-——-———————-———————————*/

div.wrapper.error-page div#content article {
    min-height:250px;
}
div.wrapper.error-page div#content article h2 {
    text-align: center;
    margin-top:25px;
}
div.wrapper.error-page div#content article p.error-image img {
    display:block;
    margin:0px auto;
}
.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}
.wp-block-image .alignright, .wp-block-image .alignleft {
    float: none;
    margin: 0em;
}
.wp-block-columns.contact-grid {
    flex-flow: column;
    justify-content: center;
}
.wp-block-columns.contact-grid > .wp-block-column.Contact-form {
    flex-basis: 100%;
}
.wp-block-columns.contact-grid > .wp-block-column {
    flex-basis: 100%;
}
/*** Filtering for blog ****/
.filtering {
    margin: 0px auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 16%);
}
.filtering ul {
    margin-top: 1em;
    margin-bottom: 1em;
}
.filtering ul li {
    margin-bottom: 0em;
}
.bg-wrapper {
    background-color: #F7F6F6;
}

.searchandfilter ul {
    padding-left: 0px;
    margin: 0px !important;
}
div.filtering form#search-filter-form-370 > ul {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}
li.sf-field-category {
    width: 68%;
    text-align: left;
}
.desktop-filter .searchandfilter li.sf-field-submit {
    display: none;
}
li.sf-field-search {
    display: flex;
    width: 100%;
    flex-flow: row;
    max-width: 280px;
    align-items: center;
    margin-right: 0px !important;
}
li.sf-field-reset {
    min-width: 78px;
    text-align: left;
    margin: 5px 5px 5px 0px !important;
    padding: 15px 0px !important;
    font-size: 14px;
}
.searchandfilter ul li.sf-field-category ul li {
    background-color: #ffffff !important;
    padding: 0px 0px !important;
    margin: 5px 5px 5px 0px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #60ad87;
    font-weight: 500;
}
.searchandfilter ul li.sf-field-reset a {
    padding: 5px 10px !important;
}

.searchandfilter ul li.sf-field-category ul li:hover, .searchandfilter ul li.sf-field-reset:hover a {
    background-color: #5fad87 !important;
    color: #FFFFFF!important;
}
input.sf-input-checkbox, input.sf-input-radio {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}
label.sf-label-checkbox, label.sf-label-radio {
    cursor: pointer;
    padding: 5px 10px !important;
    width: 100%;
    text-decoration: underline;
}
.searchandfilter ul li.sf-field-category ul li.sf-level-0.sf-option-active {
    background-color: #5fad87 !important;
    color: #FFFFFF;
}
form#search-filter-form-370 {
    max-width: 1220px;
    padding: 0em 3em 0em 3em;
    margin: 0px auto;
}

/*-———————-—-———————-—————-———————-———————————Featured Services-———————-———-———————-——-———————-———————————*/
.services-wrapper {
    text-align: center;
    padding: 10px 0px;
    margin: 0px auto 20px auto;
}
.services-wrapper .service-icon {
    max-width: 90px;
    margin: 0px auto;
}
.services-wrapper .service-info h3 {
    font-size: 1.25em;
    margin-top: 1rem;
    color:#474747;
    text-transform: uppercase;
}
div.service-info p {
    font-size: 0.93em;
}
.services-wrapper .service-icon img {
    display: block;
}
iframe.instagram-media {
    min-width: auto !important;
}
.fb-post span {
    width: 100% !important;
}
.fb-post span iframe {
    width: 100% !important;
}
.fb_iframe_widget iframe {
    position: relative !important;
}
div.side-by-side-buttons {
    display: flex;
    justify-content: center;
}
div.side-by-side-buttons div.button-container{
    padding: 10px 8px;
}
.wptww-testimonials-list h4, .wptww-testimonials-slidelist h4, .wptww-testimonials-slide-widget h4 {
    display: none;
    }
    .slick-list.draggable {
    max-width: 650px;
    margin: 0px auto;
}
.acf-testimonials-block {
    background-color: #FBF6F2;
    padding: 8px 0px;
}
i.fa.fa-quote-left {
    display: none;
}
.wptww-testimonials-slidelist.design-1 .fa-quote-left, .wptww-testimonials-list.design-1 .fa-quote-left, .wptww-testimonials-slide-widget.design-1 .fa-quote-left {
    color: #FBF6F2;
}
div.testimonial-quote {
    font-size: 85px;
    margin-top: 25px;
    color: #ece3da;
}
div.acf-testimonials-block h2 {
    margin-top: 2em;
}
div.testimonial-title {
    margin-top: -55px;
}
.wptww-testimonial-client {
    margin-top: 1.5em;
    text-transform: uppercase;
}
.wptww-testimonials-text p {
    font-style: italic;
    color:#707070;
}
.wptww-testimonials-slidelist.design-1, .wptww-testimonials-list.design-1 {
    margin: 40px 0px;
}
.wptww-testimonials-slidelist.slick-slider {
    padding: 0 25px;
}
.wptww-testimonials-slidelist.design-1 .slick-arrow, .wptww-testimonials-slidelist.design-2 .slick-arrow, .wptww-testimonials-slidelist.design-3 .slick-arrow, .wptww-testimonials-slidelist.design-4 .slick-arrow {
    top: 25% !important;
}
.wptww-testimonials-list .wptww-testimonials-text p, .wptww-testimonials-slidelist .wptww-testimonials-text p, .wptww-testimonials-slide-widget .wptww-testimonials-text p {
    font-size: 0.95em !important;
    font-style: normal  !important;
    line-height: 26px  !important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #FFFFFF!important;
}
#mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-item > a.mega-menu-link {
    line-height: 45px !important;
    height: 45px !important;
    font-size: 15px !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid #ccc !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-phone input {
    padding-left: 50px !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 225px !important;
}
div.header-container {
    position: relative;
}
div.header-wrapper{
    position: relative;
    max-width: 1240px;
    margin: 0px auto;
}
div.header-item {
    position: absolute;
    top: 5px;
    right: 10px;
}
div.header-item div.icon-box {
    display: flex;
}
div.header-item div.icon-box div.icon {
    padding-right: 8px;
}
div.header-item div.icon-box div.icon svg {
    width: 25px;
    height: 25px;
}
div.blog-heading {
    margin: 0px 0px 25px 0px;
    border-bottom: 1px solid rgb(244 168 118 / 50%);
}
div.blog-heading h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 40px;
}
div.blog-heading div.category {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
div.blog-heading div.category span {
    padding: 10px;
}
div.blog-heading div.category span a{
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    line-height: 26px;
    color: #60ad87;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: none;
}
section.banner.single#page {
    min-height: 240px;
}
div.blog-content {
    margin: 0px auto;
}
.shared-counts-wrap {
    margin: 15px auto 15px auto !important;
    display: flex;
    justify-content: center;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
    fill: #474747 !important;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover.facebook svg {
    fill: #3B5998 !important;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover.twitter svg {
    fill: #00B6F1 !important;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover.linkedin svg {
    fill: #007BB6 !important;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover.email svg {
    fill: #60ad87 !important;
}
li.sf-field-tag, li.sf-field-search {
    padding-right: 0px !important;
}
li.sf-field-tag .sf-input-select {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fbf6f2 !important;
    border: 1px solid #f9d3ba !important;
}
.wpforms-confirmation-container-full p {
    text-align: center !important;
}
.grecaptcha-badge {
    right: -500px !important;
}
div#wpforms-confirmation-243 {
    background: #ffffff !important;
    border: 1px solid #f9d3ba !important;
    margin-top: 20px;
}
div#wpforms-confirmation-243 p {
    text-align: left !important;
}
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 0px !important;
}
div.page-wrapper#about .acf-one-column-block .container {
    padding-top: 0px;
}
div.page-wrapper#about .acf-one-column-block .container .flex-column {
    padding-top: 0px;
}
/*-———————-—-———————-—————-———————-———————————Media Queries Start Here-———————-———-———————-——-———————-———————————*/
@media only screen and (min-device-width : 320px) and (max-device-width : 850px) {
    body {
        -webkit-text-size-adjust: none;
    }
    h1 {
        letter-spacing: -1px;
    }
}
@media only screen and (min-width : 375px) {
    /*** Mobile fonts from Iphone 6 > ***/
    section.banner h1 {
        font-size: 1.8em;
    }
    p.hero-description {
        font-size: 16px;
        line-height: 24px;
    }
    section.banner#home > div.overlay > div.hero > div.flex-wrapper {
        padding: 0px 10px;
    }
}
@media screen and (min-width: 420px) {
    div.footer-row {
        display:flex;
        justify-content:center;
        flex-flow: row wrap;
        margin: 0px auto;
    }
    div.footer-column {
        padding: 20px 0px 20px 0px !important;
        flex: 1 1 50%;
    }
    div.footer-column#logo {
        padding: 0px 0px 0px 0px !important;
    }
}
/*-———————-———————Mobile-landscape (and larger)-———————-——————*/

@media only screen and (min-width: 482px) {
    div.page-container {
        margin-top: 40px;
        padding: 0px 20px;
    }
    a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium {
        min-width: 265px;
        width: auto;
        max-width: none;
    }
    div.container {
        padding: 2.5em 1.7em 0em 1.7em;
    }
    div.page-wrapper#Home div.container {
        padding: 2.5em 1.7em 2.5em 1.7em;
    }
    div.page-wrapper#Home div.acf-testimonials-block div.container {
        padding: 2.5em 1.2em 2.2em 1.2em;
    }
    div.footer-wrapper div.creators > p {
        flex-flow: row;
    }
    div.footer-wrapper div.creators > p span {
        line-height:32px;
        margin-bottom: 0px;
    }
    div.mobile-filter .searchandfilter ul {
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 0px 10px;
        max-width: 555px;
        margin: 0px auto !important;
    }
    div.mobile-filter .searchandfilter ul li.sf-field-category {
        width: unset;
        margin: 0px 5px;
        padding: 10px 0px;
    }
    div.mobile-filter .searchandfilter ul li.sf-field-search {
        width: unset;
        display: flex;
        flex-flow: row wrap;
        margin: 0px 5px;
        padding: 10px 0px;
    }
    div.mobile-filter .searchandfilter ul li.sf-field-reset {
        text-align: left;
        min-width: unset;
        margin: 0px 5px;
    }
    div.mobile-filter .searchandfilter ul li.sf-field-submit input[type="submit"] {
        margin-left: 2px;
        margin-top: 0px;
        padding: 8px 16px !important;
        width: unset;
    }
    div.mobile-filter .searchandfilter ul li input[type="text"] {
        margin-top: 0px;
    }
    .searchandfilter ul li input[type="text"], .searchandfilter select.sf-input-select {
        width: 170px;
    }
}
@media screen and (min-width: 576px) {
    div.container {
        padding: 2.5em 2em 0em 2em;
    }
    div.page-wrapper#Home div.container {
        padding: 2.5em 2em 2em 2em;
    }
    div.page-wrapper#Home div.acf-testimonials-block div.container {
        padding: 2.5em 1.5em 2em 1.5em;
    }
    .wptww-testimonials-slidelist.design-1, .wptww-testimonials-list.design-1 {
        margin: 40px 20px;
    }
    .wptww-testimonials-slidelist.slick-slider {
        padding: 0 15px;
    }
    .slick-list.draggable {
        padding: 0px 10px;
    }
    .acf-block-resources div.container {
        padding: 1.5em 2em 1.5em 2em;
    }
    .flex-column.resource-card {
        margin: 20px 30px;
    }
}
/*-———————-———————Tablet-portrait (and larger)-———————-——————*/
@media screen and (min-width: 768px) {
    div.desktop-filter {
        display: block;
    }
    div.desktop-results {
        display: block;
    }
    div.mobile-filter {
        display: none;
    }
    div.mobile-results {
        display: none;
    }
    li.sf-field-search {
        max-width: 175px;
    }
    .alignleft {
        /*rtl:ignore*/
        float: left;

        /*rtl:ignore*/
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .entry-content > .alignleft {
        max-width: calc(50% - var(--responsive--alignleft-margin));
    }
    .alignright {

        /*rtl:ignore*/
        float: right;

        /*rtl:ignore*/
        margin-left: 25px;
    }
    .entry-content > .alignright {
        max-width: calc(50% - var(--responsive--alignright-margin));
    }
    .searchandfilter li {
        list-style: none;
        display: inline-block;
        padding-right: 10px;
    }
    .wp-block-image .alignright {
        float: right;
        margin: .5em 0 .5em 1em;
    }
    .wp-block-image .alignleft {
        float: left;
        margin: .5em 1em .5em 0;
    }
    section.banner h1 {
        font-size: 2.652em;
    }
    h1.hero-title {
        margin: 3rem 0 0.7rem !important;
    }
    h1 {
        font-size: 2.488em;
    }
    h2 {
        font-size: 2.074em;
    }
    div.page-wrapper#Home h2 {
        font-size: 2.25em;
    }
    h3 {
        font-size: 1.45em;
    }
    h4 {
        font-size: 1.34em;
    }
    h5 {
        font-size: 1.1em;
    }
    p, ul li, ol li {
        font-size: 0.98em;
        line-height: 1.85em;
    }
    li {
        margin-bottom: 1em;
    }
    p {
        margin-bottom: 1.5em;
    }
    div.navbar-item.logo a img {
        max-width: 240px;
    }
    div.navbar-item.logo a.mobile img {
        display: none;
    }
    div.navbar-item.logo a.desktop img {
        display: block;
        max-width: 200px;
    }
    div#header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /*** Nav ***/
    div.navbar-item.logo {
        position: relative;
        margin-left: 0px;
    }
    #mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-item {
        border-bottom: none;
    }
    #mega-menu-wrap-sitenav #mega-menu-sitenav > li.mega-menu-item:first-of-type {
        border-top: none;
    }
    div.wrapper.Blog div#content div.flex {
        max-width: none;
        margin: 0px auto;
    }
    div.featured-post {
        width: 45%;
        margin: 20px 15px;
    }
    div.featured-post div.thumbnail {
        background-size: cover !important;
        background-position: center !important;
        width: 100%;
        height: 215px;
    }
    div.featured-post div.meta h3 {
        min-height: 56px;
    }
    div.footer-wrapper {
        padding: 25px 0px 0px 0px;
    }
    div.footer-row {
        display:flex;
        justify-content:space-between;
        flex-flow: row wrap;
        margin: 0px auto;
    }
    div.footer-column {
        padding: 20px 20px !important;
        flex: none;
    }
    div.footer-column#logo {
        padding: 10px 20px 20px 20px !important;
    }
    div.footer-column p.footer-heading {
        text-align: left !important;
    }
    div.footer-column p {
        text-align: left !important;
    }
    div.footer-column ul {
        text-align: left !important;
    }
    div.footer-column ul li {
        text-align: left !important;
    }
    div.footer-column div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    p.footer-item.span-flex {
        display: flex;
        justify-content: flex-start;
    }
    article#blog-post, article#plain-text-page {
        padding: 40px 40px;
    }
    div#comments {
        padding: 25px 25px;
    }
    .navigation {
        padding: 10px 20px;
    }
    .searchandfilter ul li {
        list-style: none;
        display: inline-block;
        padding-right: 10px;
    }
    section.banner#home {
        min-height: 450px;
        background-position: center !important;
        background-position-y: -40px !important;
    }
    section.banner#home > div.overlay > div.hero > div.flex-wrapper {
        height: 400px;
        padding: 0px 0px;
    }
    section.banner#page {
        background-color:#656565 !important;
        min-height: 275px;
    }
    section.banner#page {
        min-height: 350px;
        background-position-y: -100x !important;
    }
    section.banner#page > div.overlay > div.hero > div.flex-wrapper {
        height: 300px;
    }
    div.contact-form {
        padding: 0px 0px;
    }
    div.acf-contact-box {
        padding: 0px 20px 0px 20px;
    }
    /** Desktop **/
    .flex-row {
        display: flex;
        justify-content: center;
        flex-flow: row;
        margin: 0px auto;
    }
    /** One Column Block **/
    .acf-one-column-block div.flex-column {
        width: 100%;
        padding: 10px 25px;
    }
    /** Two Column Block **/
    .acf-two-column-block div.flex-column {
        width: 50%;
        padding: 10px 25px;
    }
    /** Three Column Block **/
    .acf-three-column-block div.flex-column {
        width: 33.3333%;
        padding: 10px 20px;
        margin-bottom: 0em;
    }
    /** Four Column Block **/
    .acf-four-column-block div.flex-column {
        width: 25%;
        padding: 10px 20px;
        margin-bottom: 0em;
    }
    /** Services Block ***/
    .acf-services-card {
        width: 325px;
        height: auto;
        background-color: white;
        margin: 20px 10px;
    }
    .acf-services-card .card-image {
        height: 225px; 
    }
    .acf-sixty-fourty-column-block div.flex-column:first-of-type {
        width: 60%;
        padding: 10px 20px;
    }
    .acf-sixty-fourty-column-block div.flex-column:nth-of-type(2n) {
        width: 40%;
        padding: 10px 20px;
    }
    div.portfolio-wrap {
        flex: 50%;
    }
    div.contact-form div.form {
        padding: 2.5em 1.5em;
    }
    div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row {
        flex-flow: row;
    }
    div.content .acf-two-column-block:nth-of-type(even) .container .flex-row {
        flex-flow: row;
    }
    .container .heading-content h2.text-left span.underline:after{
        content: "";
        display: block;
        margin: 5px 0px;
        width: 10%;
        border-bottom: 4px solid #ece3da;
        padding: 0px !important;
        margin-bottom: -2px;
    }
    .container .heading-content h2.text-center span.underline:after{
        content: "";
        display: block;
        margin: 5px auto;
        width: 10%;
        border-bottom: 4px solid #ece3da;
        padding: 0px !important;
        margin-bottom: -2px;
    }
    h2 span.underline:after{
        content: "";
        display: block;
        margin: 5px auto;
        width: 10%;
        border-bottom: 4px solid #ece3da;
        padding: 0px !important;
        margin-bottom: -2px;
    }
    .container .heading-content {
        padding: 0px 25px 8px 25px;
    }
    div.flex-column#small {
        width: 30%;
    }
    div.flex-column#large {
        width: 70%;
    }
    div.content#single-portfolio > div.acf-two-column-block > div.container > h3 {
        padding: 0px 20px;
    }
    .container#classic {
        padding: 3em 3em 2em 3em;
    }
    div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row .flex-column:first-of-type{
        width:55%;
    }
    div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row .flex-column:nth-of-type(2n){
        width:45%;
    }

    div.content .acf-two-column-block:nth-of-type(even) .container .flex-row .flex-column:first-of-type{
        width:45%;
    }
    div.content .acf-two-column-block:nth-of-type(even) .container .flex-row .flex-column:nth-of-type(2n){
        width:55%;
    }
    .flex-row .flex-column img {
        /*max-width: 500px;*/
    }
    div.blog-heading h2 {
        line-height: 50px;
        font-family: Prata, serif;
        text-transform: none;
    }
    div.page-wrapper#post div.content {
        overflow-x: visible;
        position: unset;
        padding: 0px 25px;
    }/*
    div.page-wrapper.standard-page div.content{
        padding: 2em 1em;
    }*/
    article#blog-post {
        margin: -180px auto 25px auto;
    }
    section.banner.single#page {
        min-height: 380px;
    }
    p.hero-description {
        font-size: 17px;
        line-height: 26px;
    }
    div.testimonial-title {
        margin-top: -85px;
    }
    div.testimonial-quote {
        font-size: 150px;
    }
    div.container {
        padding: 2em 0.5em 0em 0.5em;
    }
    div.page-wrapper#Home div.container {
        padding: 2em 0.5em 1.25em 0.5em;
    }
    div.page-wrapper#Home div.acf-testimonials-block div.container {
        padding: 2.5em 0em 2em 0em;
    }
    .services-wrapper .service-info h3 {
        font-size: 1.25em;
    }
    div.service-info p {
        font-size: 0.9em;
    }
    div.flex-column.rates {
        padding-top: 25px !important;
    }
    div.rates-box {
        width: auto;
        max-width: 400px;
        margin: 0px !important;
        float: right;
    }
    div.book-now-box div.button-container {
        text-align: center;
    }
    div.book-now-box {
        text-align: center;
        margin-top: 0px;
    }
    div.contact-info-box-wrapper {
        flex-flow: row;
    }
    div.contact-info-box-wrapper div.contact-form {
        width: 65%;
    }
    div.contact-info-box-wrapper div.contact-info-box {
       max-width: 350px;
        padding: 25px 40px;
    }
    div.contact-info-box-wrapper {
        margin: 0px 25px;
    }
    div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
         padding: 12px 12px !importants;
    }
    div.contact-info-box-wrapper div.contact-form {
        padding: 25px 40px;
    }
	.acf-services-block .flex-row {
        display: flex !important;
        flex-flow: row wrap;
    }
	    .services-wrapper {
        padding: 10px 25px;
        flex: 50%;
        margin: 0px auto;
    }
}
/*-———————-———————Tablet-landscape (and larger)-———————-——————*/
@media screen and (min-width: 992px) {
    div.container {
        padding: 2.5em 2em 0em 2em;
    }
    div.page-wrapper#Home div.container {
       padding: 2.5em 2em 1.5em 2em;
    }
    div.footer-wrapper {
        padding: 25px 20px 0px 20px;
    }
    div.footer-column {
        padding: 10px 40px;
    }
    .wp-block-columns.contact-grid {
        flex-flow: row;
        justify-content: space-between;
    }
    .wp-block-columns.contact-grid > .wp-block-column.Contact-form {
        flex-basis: 70%;
    }
    .wp-block-columns.contact-grid > .wp-block-column {
        flex-basis: 30%;
    }
    div.contact-info h3 {
        text-align: left;
        padding: 0px 0px 5px 0px;
    }
    .flex-container .icon {
        padding: 0px 15px 5px 0px;
    }/*
    .icon img {
        width: 40px;
        height: 40px;
        vertical-align: top;
    }*/
     div.featured-post {
        width: 30%;
        max-width: 356px;
    }
    section.banner h1 {
        font-size: 3.052em;
    }
    p.hero-description {
        font-size: 18px;
    }
    div.page-wrapper#Home h2 {
        font-size: 2.45em;
    }
    body, p, ul li, ol li {
        font-size: 1em;
    }
    div.blog-content p, div.blog-content span, div.blog-content {
        font-size: 1em !important;
    }
    div.service-info p {
        font-size: 0.93em;
    }
    .services-wrapper .service-info h3 {
        font-size: 1.35em;
    }
    .acf-mission-statement-block .container {
        flex-flow: row;
    }
    .acf-mission-statement-block p.mission-statement-quote {
        margin-top: 0em;
    }
    .acf-mission-statement-block h2.left {
        text-align: left !important;
    }
	div#wellness-coaching section.banner#page { 
		background-position: 0px -100px !important;
	}
}
@media screen and (min-width: 1150px) {
    div.contact-info-box-wrapper {
        margin: 0px auto;
    }
    .services-wrapper {
        padding: 10px 25px;
        flex: 33%;
        margin: 0px auto;
    }
    .services-wrapper .service-icon {
        max-width: 100px;
    }
}
/*-———————-———————Laptops (and larger)-———————-——————————-————*/
@media screen and (min-width: 1200px) {
    ul#menu-main.menu li a {
        padding: 15px 20px;
        font-size: 16.5px;
    }
    a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium {
        min-width: auto !important;
    }
}
@media screen and (min-width: 1400px) {
    section.banner#page {
        min-height: 375px;
        background-position: center !important;
    }
    section.banner#page > div.overlay > div.hero > div.flex-wrapper {
        height: 375px;
    }
}
@media only screen and (max-width: 600px) {
    div.wpforms-container-full .wpforms-form .wpforms-field {
        overflow-x: visible !important;
    }
}

/*** END OF CSS ***/