/*  
Theme Name: EatWellNS Budget Base A Theme
Theme URI: 
Description: Budget Base A theme for basic 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: 1em;
	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-———————-———-———————-——-———————-———————————*/
.mc-layout__bannerContent iframe { height: auto !important }
.mc-modal, .mc-banner {
    z-index: 99999!important;
}
.mc-layout__modalContent {
    background-color: white !important;
}

@media only screen and (max-width: 768px) {
.mc-banner {
    visibility: hidden !important;
    display: none !important;
    height: auto !important;
}
.mc-modal, .mc-modal-bg {
    visibility: visible !important;
}
.mc-modal {
    top: 15% !important;
        display: block!important;
    opacity: 1 !important;
    max-width: 450px !important;
    margin: 0px auto !important;
    height: auto !important;
    width: 100% !important;
}
}

@media only screen and (max-width: 500px) {
.mc-modal {
    max-width: 350px !important;
}
}
@media only screen and (max-width: 400px) {
.mc-modal {
    max-width: 300px !important;
}
}
body {
	background-color: #FFFFFF;
	margin: 0px;
    padding: 0px;
	font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif;
    border-top: 4px solid #274535;
}
h1, h2, h3, h4 {
	font-weight: 700;
	color: #383838;
	line-height:1.45em;
    letter-spacing: -1px;
}

h1 {
	font-size: 38px;
	margin: 0px;
    color: #ffffff;
    font-family: 'Spartan', 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 6px 5px 10px rgba(0,0,0,0.3); 
}
h2 {
	font-size: 26px;
	margin: 1em 0em .5em 0em;
    font-family: 'Spartan', 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
}
h3 {
	font-size: 22px;
	margin: 0.8em 0em 0.4em 0em;
    color: #294838 !important;
    font-family: 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
}
h4 {
	font-size: 18px;
	margin: 1em 0em 0.5em 0em;
    font-family: 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
}
h6 {
    font-size: 15px;
}
div.page-wrapper#post div.center h2 {
    font-size: 22px;
}
p {
	font-weight: 400;
	margin-bottom: 1em;
	color: #383838;
	font-size: 16px;
	line-height: 26px;
    font-family: 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
}
ul {
    list-style: disc !important;
    padding-left: 20px;
    margin-bottom: 1em;
}
ul li {
    color: #383838;
    line-height: 24px;
    margin-bottom: 0.5em;
    font-size: 16px;
}
ul li p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.5em;
}
li::marker {
    color: #446f58;
}
ul.expertise li {
    font-size: 15px;
}
/*
ul li p:before {
    content: "\2022 \00a0 \00a0";
    color: #446f58;
    font-weight: bold;
    font-size: 13px;
}*/
.white {
	color: #FFFFFF !important;
}
span {

}
.underline {
    text-align: center;

}
.underline:after {
    text-align: center;
    content: "";
    display: block;
    margin: 6px auto;
    width: 10%;
    border-bottom: 4px solid #991c2d;
    padding: 0px !important;
    margin-bottom: -2px;  
}
h1#hero {
    max-width: none;
    text-transform: none !important;
    font-size: 25px;
    line-height: 1.75em;
}
h2.sub-text.white {
    font-size: 26px;
    margin: 0.5em 0em 1em 0em;
    color: #FFFFFF;
}
p.hero-pre-title {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
}
.description-tag {
  max-width: 630px;
  margin: 0px auto 30px auto;
}
.description-tag p{
  font-style: italic;
  font-family: Arial Narrow, Lato, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #FFFFFF!important;
  line-height: 1.45em;
}
.description-tag a:link, .description-tag a:visited {
  color: #FFF !important;
  text-decoration: none;
  border-bottom: 1px solid white;
}
div.info h4 {
    margin: 0.3em 0em 0.25em 0em;
}
a:link, a:visited {
	color: #446f58;
	text-decoration: none;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
div.clear {
    clear: both;
}
div.button-container {
    margin: 15px 0px;
}
a.button:empty {
    display: none !important;
}
a.button {
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #2e503e !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 20px !important;
    cursor: pointer !important;
    position: relative !important;
    border-radius: 0px !important;
    display: inline-block;
}
a.button.smaller {
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #2e503e !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 20px !important;
    cursor: pointer !important;
    position: relative !important;
    border-radius: 0px !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: #2e503e !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: 0px !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: #264434 !important;
    color: #FFFFFF !important;
}
a.button.smaller:hover {
    color: #FFFFFF !important;
    background-color: #264434 !important;
}
.fasc-size-medium {
    font-size: 14px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
}
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: #264434 !important;
    border: none;
    cursor: pointer;
}
p.pre-text {
    color: #446f58;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif;
}
h2:empty {
    display: none;
}
p:empty {
    display: none;
}
p.section-name {
    color: #446f58;
    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: 900px;
    margin: 0px auto;
    padding-top: 10px;
}
div.pre-heading > p {
    font-size: 16px;
    line-height: 24px;
}
p.pre-heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color:#446f58;
}
p.pre-heading:empty {
   display: none;
}
img.alignleft {
    float: none;
    text-align: center;
    margin: 10px auto;
    display: block;
    margin: 0px auto;
}
img.alignright {
    float: none;
    text-align: center;
    margin: 10px auto;
    display: block;
}
img.aligncenter{
    text-align: center;
    margin: 10px auto;
    display: block;
}
.service-info-card hr {
    border: 0;
    height: 0.5px;
    background-color: #80808030;
    margin: 25px auto;
    width: 98%;
    max-width: 1050px;
    padding: 0px 40px;
}
div#content.classic {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
}
/*-———————-—-———————-—————-———————-———————————DESKTOP MENU-———————-———-———————-——-———————-———————————*/
div.navbar-container {
    position: relative;
    top: 0;
    background-color: #FFFFFF;
    width: 100%;
    transition: background-color 0s;
    z-index: 99999;
    display: block;
}
.top-scrolling {
    background-color: #FFFFFF !important;
    transition: background-color .4s !important;
}
.top-open {
    background-color: #FFFFFF !important;
    transition: background-color .4s !important;
}
div.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    font-size: 1.5em;
    padding: 0 15px;
    text-align: right;
}
span.diamond {
    font-size: 10px;
    vertical-align: top;
}
div.flex-break {
    display: none;
}
div.navbar-item.logo a img {
	max-width:100%;
padding: 10px 20px 10px 0px;
}
 ul#menu-main.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
}
ul#menu-main.menu li {
    display: flex;
    position: relative;
    align-items: center;
    flex-flow: row;
    justify-content: center;
}
ul#menu-main.menu li a {
    display: block;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
}
ul#menu-main.menu li a:link, ul#menu-main.menu li a:visited, ul#menu-main.menu li.current-menu-item a:link, ul#menu-main.menu li.current-menu-item a:visited {
    color: #FFFFFF;
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .015em;
    text-decoration: none;
    line-height: 1.2em;
    text-align: center;
}
ul#menu-main.menu li a:hover, ul#menu-main.menu li a:active {
    color: #446f58 !important;
}
ul#menu-main.menu li.current-menu-item a:link, ul#menu-main.menu li.current-menu-item a:visited, ul#menu-main.menu li.current_page_parent a:link, ul#menu-main.menu li.current_page_parent a:visited {
    color: #446f58;
}
/*-———————-—-———————-—————-———————-———————————MOBILE MENU-———————-———-———————-——-———————-———————————*/
.hamburger {
    padding: 10px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner::before, 
.hamburger.is-active .hamburger-inner::after {
    background-color: #264434;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    right: 0px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #264434;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::after {
    bottom: -10px;
}
    /* Collapse Transition */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*-———————-—-———————-—————-———————-———————————CONTENT STRUCTURE-———————-———-———————-——-———————-———————————*/
div.page-wrapper {

}
div.page-wrapper#Home > div.content {
    overflow-x: hidden;
    padding: 0px;
    max-width: none;
    margin: 0px auto;
}
div.page-wrapper#About > div.content, div.page-wrapper#Services > div.content {
    padding: 0px;
}
div.content {
    overflow-x: hidden;
    padding: 20px;
    max-width: 1200px;
    margin: 0px auto;
}
div.content {
    overflow-x: hidden;
    padding: 0px 20px 20px 20px;
    max-width: 1200px;
    margin: 0px auto;
}
div.centered-content {
    width: 100%;
    max-width: 650px;
    margin: 0px auto;
    text-align: center;
    padding: 10px;
}
div.flex {
	display: flex;
    justify-content: center;
    flex-flow: wrap;
}
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;
}

/* Page Banner */
section.banner-container {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 1px solid #383838;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0px;
    background-color:#000000;
    min-height: 300px;
}
section.banner-container#newsletter-hero {
    min-height: 300px !important;
}
section.banner-container#home {
    background-color:#000000;
    min-height: 500px;
}
section.banner-container#page {
    background-color:#000000;
    min-height: 300px;
}
section.banner-container > header {
    background-color: transparent;
}
section.banner-container > div.overlay {
    background-color: rgb(35 35 35 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banner-container#home > header {
    background-color: transparent;
}
section.banner-container#home > div.overlay {
    background-color: rgb(35 35 35 / 88%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banner-container#page > div.overlay {
    background-color: rgb(35 35 35 / 77%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.hero {
    padding: 0px 20px;
}
section.banner-container  > div.overlay > div.hero > div.flex-wrapper.center {
    display: flex;
    justify-content: center !important;
    align-items: center;
    height: 300px;
    max-width: 1200px;
}
section.banner-container > div.overlay > div.hero > div.flex-wrapper.left {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    height: 300px;
    max-width: 1160px;
}
section.banner-container > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    max-width: 1200px;
    margin: 0px auto;
}
section.banner-container#home > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    max-width: 1200px;
    margin: 0px auto;
}
section.banner-container#page > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    max-width: 1200px;
    margin: 0px auto;
}
section.banner-container#home > div.overlay > div.hero > div.flex-wrapper.left {
    display: flex;
    justify-content: center !important;
    align-items: center;
    height: 500px;
    max-width: 1160px;
    margin: 0px auto;
}
section.banner-container#page > div.overlay > div.hero > div.flex-wrapper.center {
    display: flex;
    justify-content: center !important;
    align-items: center;
    height: 300px;
    max-width: 1200px;
    margin: 0px auto;
}
section.banner-container h1 {
    margin: 0px 0px 25px 0px;
}
p.sub-text {
    color: #FFFFFF;
    font-family: "Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
div.page-wrapper#About p.sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45em;
    max-width: 800px;
}
div.page-wrapper#About div.button-container a.button {
    font-size: 12px !important;
}
/*-———————-—-———————-—————-———————-———————————SERVICES PAGE-———————-———-———————-——-———————-———————————*/
h2#programs {
    margin-top: 40px !important;
}
div#service-listing:first-of-type {
    margin-top: 20px;
}
div#service-listing {
    margin-top: 40px;
}
/*-———————-—-———————-—————-———————-———————————BLOG ELEMENTS-———————-———-———————-——-———————-———————————*/
.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"] {
    width: 170px;
    border-radius: 4px;
    height: 35px;
     background-color: #FFFFFF;
}
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: 6px 5px 10px rgba(0,0,0,0.3);
    border-width: 1px;
    border-style: solid;
    border-color: white;
    font-family: Lato, '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; }

input[type="submit"] {
    font-family: Lato, 'Trebuchet MS', 'Arial', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #2e503e !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: 0px !important;
    border-style: solid;
    border-width: 0px;
    align-items: center;
    box-shadow: 6px 5px 10px rgba(0,0,0,0.3);
}
input[type="submit"]:hover {
    background-color: #264434 !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 10px;
	width: 100%;
	box-shadow: 0px 0px 12px 0px #e6e6e6;
	background-color: #FFFFFF;
}
div.featured-post div.meta div.category {
	text-align: center;
    text-transform: uppercase;
    margin: 5px 0px 15px 0px;
}
div.featured-post div.meta div.category span a {
    padding: 5px;
    font-size: 12px;
    background-color: #446f58;
    color: #FFFFFF;
}
div.featured-post div.thumbnail {
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 300px;
}
div.featured-post div.meta {
	padding: 15px 15px;
}
div.featured-post div.meta h3 {
	margin: 0px;
	font-size: 17.5px;
	text-align: center;
    line-height: 28px;
}
div.featured-post div.meta h3 a:link, div.featured-post div.meta h3 a:visited {
    color: #383838;
}
div.featured-post div.meta h3 a:hover, div.featured-post div.meta h3 a:active {
    color: #446f58;
}
div.featured-post div.meta p.excerpt {
	margin: 0px;
	text-align: center !important;
}
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-image: linear-gradient(to right, rgb(197 223 156 / 0%), rgb(68 111 88 / 42%), rgb(197 223 156 / 0%));
    margin: 45px auto;
    width: 100%;
    max-width: 1050px;
    padding: 0px 40px;
}
.sfwppa-navi-style.sfwppa-style-5 .nav-links, .sfwppa-navi-style.sfwppa-style-5 .wp-pagenavi {
    border: 1px solid #446f58;
    background-color: #faf6f2;
}
div.subscribe p {
    margin: 0px;
}
div.subscribe {
    background-color: #fafbf5;
    border: 1px solid #446f58;
    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;
}

/** Single Blog Post page styles ***/
body.cat-83-id section.banner-container.single#page, section.banner-container.single#page {
    background-image: url('/wp-content/uploads/2020/08/brooke-lark-08bOYnH_r_E-unsplash-scaled.jpg') !important;
    min-height: 400px !important;
}
body.cat-83-id section.banner-container.single#page  > div.overlay > div.hero > div.flex-wrapper, section.banner-container.single#page > div.overlay > div.hero > div.flex-wrapper {
    height: 400px !important;
}
article#content {
    max-width: 900px;
    margin: 0px auto;
    padding: 25px 20px;
    background-color: #faf6f2;
    box-shadow: 0px 2px 2px rgb(68 111 88 / 51%);
    border: 1px solid rgb(68 111 88 / 41%);
    margin-bottom: 25px;
}
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: 'Spartan', '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: 'Spartan', 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
    text-shadow: 1px 1px 3px black;
}
div#comments {
    padding: 25px 0px;
    background-color: #faf6f2;
    border-top: 1px solid rgb(68 111 88 / 41%);
}
.comment-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(68 111 88 / 41%);
}
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: 1px solid #d1d5da;
    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: #2e503e;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    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: #446f58;
    font-size: 11px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    right: 0px;
    text-align: center;
    border: 0;
    text-decoration: none;
    border-radius: 0px;
    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;
}
ul.post-meta {
    padding: 20px 0px !important;
    list-style: none;
}
.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;
}
/** contact **/

/*-———————-—-———————-—————-———————-Contact-———————-———-———————-——-———————-———————————*/
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fafbf5 !important;
    border: 1px solid #446f58 !important;
    text-align: center !important;
}

div.wpforms-container {
    max-width: none;
    width: 100%;
    padding: 30px 25px;
    box-shadow: 0px 0px 7px 0px rgba(204, 204, 204, 0.5686274509803921);
    background-color: #FFFFFF;
}
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;
}
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: #fbf8f5;
    border: 1px solid #a8c3b0;
    font-family: 'Arial', sans-serif;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 15px !important;
  margin-bottom: 5px !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, .comment-form input[type=submit] {
  font-family: 'Nunito Sans', 'Trebuchet MS', 'Arial', sans-serif;
  color: #FFFFFF;
  background-color: #2e503e;
  font-size: 0.938em;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 16px !important;
  cursor: pointer !important;
  position: relative !important;
  border: none;
}
input#searchsubmit {
    padding: 5px 16px !important;
    border: none;
}
div.contact-form {
    width: 100%;
    margin: 0px auto 25px auto !important;
    padding: 40px 25px;
    position: relative;
    max-width: 650px;
}
div.contact-info {
    width: 100%;
    margin: 0px auto 25px auto;
    padding: 25px 20px;
    background-color: #fbf8f5;
    box-shadow: 0px 2px 8px rgb(68 111 88 / 51%);
    max-width: 400px;
}
div.contact-info h3 {
    margin-bottom: 25px;
}
div.contact-info h3, div.contact-info h4, div.contact-info p {
    color: #383838;
}
div.contact-info p {
    font-weight: 300;
}

span.small-print {
    font-size:14px;
}
.contact-form h3, .contact-info h3 {
        padding-bottom: 15px;
}
.contact-form > h3 {
    border-bottom: 1px solid #e8ddda;
}
.flex-container {
    display: flex;
    justify-content: flex-start;
}
.flex-container .icon {
        padding: 0px 10px 5px 0px;
}
.flex-container .info p {
    font-weight: 400 !important;
}


div.contact-info h3 {
    text-align: center;
    padding: 0px;
}
div.info {
    width: 100%;
}


/*-———————-—-———————-—————-———————-———————————FOOTER-———————-———-———————-——-———————-———————————*/
footer {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px -4px 2px -2px rgb(0 0 0 / 10%);
    box-shadow: 0px -2px 1px #446f58;
}
div#footer-wrapper {
    margin: 0px auto;
    position: relative;
    padding: 25px 10px 0px 10px;
    max-width: 1240px;
}
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 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;
}
div.footer-column p.footer-heading {
    font-family: 'Open Sans', 'Trebuchet MS', 'Arial', sans-serif;
    text-align: center !important;
    font-size: 19.6px;
    font-weight: 300;
}
div.footer-column ul li {
    text-align: center !important;
}
div.footer-column div {
    display: flex;
    justify-content: 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:#383838;
    margin-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
div#footer-wrapper div.creators > p span {
    line-height:32px;
    margin-top: 17px;
    padding-right: 10px;
}
div#footer-wrapper div.creators > p > a > img#creator-logo { 
    width: 90px;
    vertical-align: bottom;
}
div.footer-column p.footer-item span.text {
    line-height: 1.45em;
    height: 25px;
    vertical-align: top;
    padding-left: 10px;
    font-size: 14px;
    color: #383838;
}
footer div.copyright {
    font-size: 12px;
    color: #383838;
    padding:5px;
    background-color: #FFFFFF;
}
div.copyright a:link, div.copyright a:visited {
    color: #446f58;
    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;
}
/*-———————-—-———————-—————-———————-———————————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%;
    }

    h2.contact, p.contact {
        text-align: center !important; 
        max-width: 600px;
    }
    p.contact {
        margin: 0px auto;
    }
    h2.contact {
        margin:14px auto 14px auto;
    }

  /*** site ammendments ***/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    font-weight: 500;
    font-family: Lato,sans-serif;
    font-size: 16px;
    background-color: #446F58;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    cursor: pointer;
    padding: 10px 25px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {/*
  background-color: #735dba;*/
}

/* Style the accordion panel. Note: hidden by default */

.panel {
  padding: 0px 0px;
  background-color:#FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: '\25BC'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
  margin-top: 3px;
}
.active:after {
  content: "\25B2"; /* Unicode character for "minus" sign (-) */
}
/**** Homepage *****/


/*** Services page ***/
div.content#services {
  max-width: none !important;
}
/*** Contact Page ***/
.contact-box-flex {
  margin-top: 25px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 25px;
}
.contact-box-flex div.contact-form {
    width: 100% !important;
    margin: 20px auto 20px auto !important;
}
.contact-box-flex div.contact-info {
    width: 100% !important;
    margin: 20px auto 20px auto !important;
}

.contact-info .fasc-size-medium {
    font-size: 12px !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
}
/*** About page ***/
div.content#about {
    max-width: none;
}
.team-profile-block {
    background-color: #FFFCF8;
    box-shadow: 0px 0px 4px 0px rgb(128 128 128 / 28%);
}

/*** newsletter banner ***/
.newsletter-banner-block .desktop-form {
    display: none;
}
.newsletter-banner-block .mobile-form {
    display: block;
    padding: 0px 20px 20px 20px;
}
.newsletter-banner-block .flex {
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.newsletter-banner-block {
    background-color: #446F58;
}
.newsletter-banner-block .container {
    max-width: 1200px;
    margin: 0px auto;
}
.newsletter-banner-block .image {
    max-width: 300px;
    display: block;
    margin: 0px auto;
}   
.newsletter-banner-block .image img {
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 20px;
    max-width: 330px;
}
.newsletter-banner-block .text {
    padding: 25px 20px;
}
.newsletter-form .wpforms-form input {
    min-width: unset;
}
.newsletter-form .wpforms-field-container .wpforms-field {
    margin-right: 15px;
}
.newsletter-banner-block h2, .newsletter-banner-block p, .newsletter-banner-block div {
    color: #FFFFFF !important;
}
.newsletter-banner-block h2 {
    font-family: Lato, Arial, sans-serif;
    margin-top: 0px;
}
.newsletter-banner-block button#wpforms-submit-1043 {
    background-color: white !important;
    border-radius: 4px !important;
    color: #2e503e !important;
    height: 40px !important;
}
.newsletter-banner-block input {
    padding: 10px 16px !important;
    height: 40px !important;
    border-radius: 4px !important;
}
.disclaimer p {
    margin: 1em 0em;
    font-size: 14px;
}
/*** newsletter landing page ***/ 
div.content#newsletter-landing {
    max-width: none;
    padding: 0px;
}
.newsletter-banner-block .wpforms-confirmation-container-full.wpforms-confirmation-scroll p{
    color: #446f58 !important;
}
div#newsletter-landing .newsletter-banner-block {
    margin-bottom: 0px;
}
/**** Bundles Card ****/ 
div.bundle-cards-container {
    padding: 0px 20px 20px 20px;
}
div.bundle-card {
    width: 100%;
    margin: 0px 0px 40px 0px;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 0px;
    box-shadow: 0px 4px 10px #686a6d5c;
}
div.bundle-card .wrapper {
    display: flex;
    flex-direction: column;
}
div.bundle-card div.image {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
div.bundle-card div.info {
    padding: 0px 25px 15px 25px;
}
 .newsletter-banner-block .flex {
    display: flex;
    justify-content: flex-start;
    flex-flow: column !important;
    align-items: flex-start;
}
/*-———————-—-———————-—————-———————-———————————Media Queries Start Here-———————-———-———————-——-———————-———————————*/
@media only screen and (min-device-width : 320px) and (max-device-width : 850px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media screen and (min-width: 345px) {
        section.banner-container#home {
        background-color:#000000;
        min-height: 450px;
    }
    section.banner-container#home > div.overlay > div.hero > div.flex-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 450px;
        max-width: 1200px;
        margin: 0px auto;
    }
    section.banner-container#home > div.overlay > div.hero > div.flex-wrapper.left {
        display: flex;
        justify-content: center !important;
        align-items: center;
        height: 450px;
        max-width: 1160px;
       
       }
    .newsletter-banner-block .image {
        max-width: 225px;
        display: block;
        margin: 0px;
        padding: 10px;
    } 
        .newsletter-banner-block .image img {
            padding: 10px;
        } 
    .newsletter-banner-block .flex {
        display: flex;
        justify-content: center;
        flex-flow: row;
    }
}
@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%;
    }
}

/*-———————-———————Mobile-landscape (and larger)-———————-——————*/
@media screen and (max-width: 500px) {
  p.hero-pre-title {
    font-size: 16px;
}

 h1#hero {
    font-size: 22px !important;
}
}
@media screen and (min-width: 480px) {
    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;
    }
}

@media screen and (min-width: 590px) {
    .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;
    }
    div.page-wrapper#About p.sub-text {
        font-size: 20px;
    }
    div.page-wrapper#About div.button-container a.button {
        font-size: 14px !important;
    }
    .newsletter-banner-block .flex {
        display: flex;
        justify-content: center;
        flex-flow: row;
        align-items: flex-start;
    }
    .newsletter-banner-block .image {
        max-width: 250px;
    }
    .newsletter-banner-block .desktop-form {
        display: block;
    }
    .newsletter-banner-block .mobile-form {
        display: none;
    }
}
@media screen and (min-width:  640px) {
    div.bundle-card .wrapper {
        display: flex;
        flex-direction: row;
    }
    div.bundle-card div.image {
        width: 100%;
        height: auto;
        max-width: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
/*-———————-———————Tablet-portrait (and larger)-———————-——————*/

@media screen and (min-width: 768px) {
    img.alignleft {
        float: left;
        margin: 0px 30px 10px 0px;
    }
    img.alignright {
        float: right;
        margin: 0px 0px 10px 30px;
    }
    img.aligncenter{
        text-align: center;
        margin: 10px 10px 10px 10px;
    }
    h1#hero {
        max-width: 100%;
    }
	 /*-———Type Sizes-———*/
    h1 {
        font-size: 40px;
        margin: 0px;
    }
    h2 {
        font-size: 32px;
        margin: 0.5em 0em 0.25em 0em;
    }
    div.page-wrapper#post div.center h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
        margin: 0.7em 0em 0.5em 0em;
    }
    h4 {
        font-size: 18px;
        margin: 0.5em 0em 0.25em 0em;
    }
    /*
    div.wpforms-container {
        max-width: 450px;
    }*/
    div#header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
	div.wrapper.Blog div#content div.flex {
		max-width: none;
		margin: 0px auto;
	}
	div.featured-post {
		width: 300px;
	}
	div.featured-post div.thumbnail {
		background-size: cover !important;
		background-position: center !important;
		width: 300px;
		height: 200px;
	}
    div#footer-wrapper {
        padding: 25px 20px 0px 20px;
    }
    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 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;
    }
    div.centered-content {
	    padding: 20px;
	    max-width: 1100px;
	}
    p.footer-item.span-flex {
        display: flex;
        justify-content: flex-start;
    }
    article#content {
        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-container#page {
        min-height: 350px;
    }
    section.banner-container#page > div.overlay > div.hero > div.flex-wrapper {
        height: 350px;
    }
    div.contact-form {
        padding: 40px 40px;
    }
     section.banner-container#home {
       min-height: 400px;
       }
    section.banner-container#home, section.banner-container {
        min-height: 400px;
    }
    section.banner-container#home > div.overlay > div.hero > div.flex-wrapper {
        height: 400px;
    }
     section.banner-container > div.overlay > div.hero > div.flex-wrapper {
        height: 325px;
    }
}
@media screen and (min-width: 800px) {
    .contact-box-flex {
      margin-top: 25px;
      display: flex;
      flex-flow: row;
      justify-content: space-between;
    }
    .contact-box-flex div.contact-form {
        width: 60% !important;
        margin: 0px 25px 0px 0px !important;
    }
    .contact-box-flex div.contact-info {
        width: 40% !important;
        margin: 0px !important;
    }
     .newsletter-banner-block .flex {
        display: flex;
        justify-content: flex-start;
        flex-flow: row !important;
        align-items: flex-start;
    }
    .newsletter-banner-block .image img {
        margin: 0px;
    }
    .newsletter-banner-block input {
        min-width: 260px;
    }
    .newsletter-banner-block {
        margin-bottom: 40px;
    }
    .newsletter-banner-block .image {
        min-width: 400px;
    }
    .newsletter-banner-block .text {
        padding: 15px 20px;
    }
    .newsletter-banner-block h2 {
        margin-top: 0.5em;
    }
}
/*-———————-———————Tablet-landscape (and larger)-———————-——————*/
@media screen and (min-width: 992px) {

    div.footer-column {
        padding: 10px 40px;
    }

    div.contact-info {
        padding: 25px 30px;
        margin-right: 0px;
    }
    .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%;
    }
    h2.contact, p.contact {
        text-align: left !important;
        max-width: none;
    }
    h2.contact {
        margin: 14px 0px;
    }
    div.contact-info h3 {
        text-align: left;
        padding: 0px 0px 5px 0px;
    }
    img.desktop-img-height.alignleft.wp-image-649.size-full {
        height: 400px;
        max-width: none;
        width: auto;
    }
    div.navbar-item.logo a img {
        width: 100%;
    	max-width: 300px;
    }
     /*** Nav ***/
    div.navbar-item.logo {
        position: relative;
        margin-left: 0px;
        padding: 5px 0px 5px 0px;
		width:300px;
    }
    .navbar-menu {
        background-color: transparent;
        opacity: 1;
        display: block;
        transition: background-color 0s;
    }
    ul#menu-main.menu {
        display: flex;
    }
    .hamburger {
        display: none;
    }
    ul#menu-main.menu li a {
        padding: 15px 0px 15px 25px;
        font-weight: 400;
        font-size: 16px;
    }
    ul#menu-main.menu li a:link, ul#menu-main.menu li a:visited {
        color: #3B3A3A;
    }
}
@media screen and (min-width: 1002) {
    .newsletter-banner-block {
        max-height: 340px;
    }
}
/*-———————-———————Laptops (and larger)-———————-——————————-————*/
@media screen and (min-width: 1200px) {
        /*-———Type Sizes-———*/
    h1#hero {
        font-size: 28px;
    }
    h1 {
        font-size: 48px;
        margin: 0px;
    }
    h2 {
        font-size: 34px;
        margin: 0.7em 0em 0.5em 0em;

    }
    div.page-wrapper#Home div.content h2 {
        font-size: 37px !important;
        margin: 0.5em 0em;

    }
    h3 {
        font-size: 26px;
        margin: 0.85em 0em 0.65em 0em;

    }
    h4 {
        font-size: 18px;
        margin: 0.5em 0em 0.25em 0em;
    }
    /*
    p {
        font-size: 17px;
        line-height: 29px;
    }*/
    div.navbar-item.logo {
        margin-left: 25px;
    }
    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 only screen and (max-width: 600px) {
    div.wpforms-container-full .wpforms-form .wpforms-field {
        overflow-x: visible !important;
    }
}
/*** END OF CSS ***/
div.icon div img[src=""] {
    display: none;
}