@charset "UTF-8";
/*
	Theme Name: Church Homeless Charity
	Theme URI: https://www.adambradford.com
	Description: This is a bespoke theme created for Church Homeless Charity
	Author: Adam Bradford
	Author URI: https://www.adambradford.com
	Version: 1.0
	Template: genesis
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  /* font-family: "Caveat", cursive; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #833177;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

mark {
  background: #ddd;
  color: #000;
}

blockquote {
  margin: 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Signika", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #833177;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

::placeholder {
  color: #000;
  opacity: 0.5;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #833177;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  clip-path: polygon(0 0, 100% 5%, 100% 98%, 2% 100%);
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #CE0F69;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

span.wpcf7-list-item {
  display: block;
}

/* Newsletter signup box */
.newsletter-inline {
  text-align: center;
}

.newsletter-inline input {
  width: 300px;
  display: inline;
  margin: 0 20px 10px 0 !important;
  border: none;
}

.newsletter-inline input[type=submit] {
  width: auto;
  display: inline;
  clip-path: polygon(0 0, 100% 5%, 100% 98%, 2% 100%);
}

.newsletter-inline :-ms-input-placeholder {
  color: #833177;
  opacity: 0.5;
}

.newsletter-inline .wpcf7-email:-ms-input-placeholder {
  color: #833177;
  opacity: 0.5;
}

.newsletter-inline ::placeholder {
  color: #833177;
  opacity: 0.5;
}

.wpcf7 input {
  margin-bottom: 10px;
}

/* ------ */
/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner,
.container-inner {
  clear: both;
  margin: 0 auto;
  padding: 0 5% 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #000;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #BFB800;
}

.widget-title {
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

.entry-content .wp-post-image {
  margin-bottom: 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget .menu-item a {
  color: #BFB800;
  text-decoration: none;
}

.widget .menu-item a:hover {
  text-decoration: none;
}

.widget .menu-item a:focus,
.widget .menu-item a:hover,
.widget .menu-item .current-menu-item > a,
.widget .menu-item .sub-menu .current-menu-item > a:focus,
.widget .menu-item .sub-menu .current-menu-item > a:hover {
  color: #000;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #000;
  outline: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  width: 100%;
}

.site-header .wrap {
  max-width: 1500px;
  padding: 0 5% 0;
  margin: 0 auto;
}

/* Cancel above on responsive menu! */
.site-header .nav-primary .wrap {
  padding: 0 !important;
}

.site-header .widget-area {
  display: none;
}

.under-header-phone {
  display: block;
  text-align: center;
  margin: 5px 0 5px;
  padding: 0 1%;
  font-size: 11px;
  color: #000;
}

.under-header-phone a {
  text-decoration: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 100px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #000;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #BFB800;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.js .nav-primary {
  display: none;
  position: relative;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
  padding: 40px 0;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #833177;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

/* MAKE THE HAMBURGER BIGGER!!! */
.genesis-responsive-menu .dashicons, .dashicons-before:before {
  width: 36px !important;
  height: 36px !important;
  font-size: 36px !important;
}

/* CANCEL ABOVE FOR SUB-MENU ARROWS !!! */
.dashicons-arrow-down-alt2:before {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #BFB800;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 0;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
  float: right;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  display: none;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Hero Section
--------------------------------------------- */
.hero-section {
  height: 32vh;
  color: #fff;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}

.hero-section .gradient {
  height: 32vh;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .hero-section,
.home .hero-section .gradient {
  height: 50vh;
}

.hero-section .hero-section-inner-container {
  margin: 0 auto;
  padding: 0 0 0 5px;
  width: 100%;
}

/* cancel weird behaviour by built-in block styles! NOTE: DELETE THIS IF YOU WANT TO CENTRE THE H1 !!! */
.gb-block-container.alignfull .gb-container-inside,
.gb-block-container.alignfull .gb-container-inside {
  margin: 0 !important;
}

.hero-section .hero-section-inner {
  color: #fff;
  padding: 0 0 1px 5%;
}

.hero-section .gb-block-container.alignfull {
  margin: 0 0 !important;
}

.hero-section .hero-section-inner h1 {
  font-size: 36px;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}

.hero-section .hero-section-inner h2 {
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.home .entry {
  margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 30px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* For Date shown in Recent Posts Widget */
.post-date {
  display: block;
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #000;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.4;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  color: #fff;
  background-color: #833177;
  clear: both;
  padding: 60px 0 30px 0;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 5px solid #F1B434;
}

.footer-widgets .widget {
  margin-bottom: 20px;
}

.footer-widgets .widget ul > li {
  margin-bottom: 5px;
}

.footer-widgets h3 {
  color: #fff;
  font-size: 22px;
}

.footer-widgets a {
  color: #fff;
  text-decoration: none;
}

.footer-widgets a[href^=tel],
.footer-widgets a[href^=tel]:hover {
  color: #fff;
  text-decoration: none;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets .widget .menu-item a {
  font-weight: 400;
  color: #fff;
}

.footer-widgets a:hover,
.footer-widgets .widget .menu-item a:focus,
.footer-widgets .widget .menu-item a:hover,
.footer-widgets .widget .current-menu-item > a {
  color: #F1B434;
}

.footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3 {
  display: none;
}

.footer-widgets a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}

.footer-widgets a[href^="tel:"]:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: 12px;
  margin: 0 5px 0 0;
}

/* Footer widgets SOCIAL BUTTONS  ---------------------------- */
.footer-widgets .social {
  margin: 10px 0 0px 0px;
}

.footer-widgets .social a {
  text-decoration: none;
  color: #fff;
}

.footer-widgets .fa-stack {
  font-size: 16px !important;
}

.footer-widgets .fa-inverse {
  color: #CE0F69;
}

.footer-widgets .social a:hover {
  color: #F1B434;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #833177;
  color: #fff;
  font-size: 16px;
}

.site-footer .wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 5%;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.footerlinks {
  display: block;
  margin: 5px 0;
  font-weight: 700;
}

.site-footer a.footerlinks {
  color: #fff;
}

.site-footer a.footerlinks:hover {
  color: #833177;
}

/* Contact page SOCIAL BUTTONS and PHONE NUMBERS ---------------------------- */
.contactpage .social {
  margin: 0px 0 40px 0px;
}

.contactpage .social a {
  text-decoration: none;
  color: #BFB800;
}

.contactpage .foioter-widgets .social a {
  color: #CE0F69;
}

.contactpage .phone-numbers {
  margin-bottom: 20px;
}

.contactpage .phone-numbers a {
  text-decoration: none;
  color: #000;
}

.contactpage .fa-stack {
  font-size: 16px !important;
}

.contactpage .fa-inverse {
  color: #fff;
}

.contactpage .site-footer .social a {
  text-decoration: none;
  color: #fff;
}

.contactpage .site-footer .fa-inverse {
  color: #CE0F69;
}

.contactpage .social a:hover {
  color: #833177;
}

/* Misc and plugins
---------------------------------------------------------------------------- */
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 100vw;
  width: 100vw;
}

.post-edit-link {
  display: none;
}

.hide-on-phone {
  display: none;
}

.wp-block-navigation ul {
  border-left: none;
  padding-left: 10px;
}

.wp-block-navigation a {
  color: #833177 !important;
  font-weight: 600;
}

.wp-block-navigation a:hover,
.wp-block-navigation a:focus,
.wp-block-navigation .current-menu-item > a,
.wp-block-navigation .sub-menu .current-menu-item > a:focus,
.wp-block-navigation .sub-menu .current-menu-item > a:hover {
  color: #CE0F69 !important;
}

.wp-block-navigation ul > li {
  width: 100% !important;
  border-bottom: 1px dotted #F1B434;
  padding: 0px 0 12px !important;
}

.wp-block-navigation ul > li:first-child {
  border-top: 1px dotted #F1B434;
  padding-top: 10px !important;
}

/* DETAILS block (used for FAQs etc) --------------------------------- */
.wp-block-details summary {
  font-weight: 400;
  font-size: 20px;
  color: #833177;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}

.wp-block-details summary::marker {
  /* See below for Safari */
  content: none;
}

/* For Safari: (doesn’t seem to work) */
/* .wp-block-details summary::-webkit-details-marker { 
	color: #fff;
	display: none 
} */
/* To get rd of marker in Safari: (this works) */
.wp-block-details summary {
  display: block;
  margin-left: 20px;
}

.wp-block-details summary::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f054";
  margin-left: -20px;
  padding-right: 10px;
}

.wp-block-details[open] summary::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f078";
  margin-left: -20px;
  padding-right: 10px;
}

/* Add a custom transition when opening/closing. */
.wp-block-details {
  transition: all 0.5s ease-in-out;
}

/* End DETAILS block  */
.row label {
  margin: 0 !important;
}

/* Button styling for ‘File’ Gutenberg block */
.wp-block-file__button {
  background-color: #833177 !important;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 30px !important;
  clip-path: polygon(0 0, 100% 5%, 100% 98%, 2% 100%);
}

.undln {
  text-decoration: underline;
}

.after-content-sidebar-wrap {
  clear: both;
}

/* Hide reCaptcha v3 visible seal */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Coloured boxes (various pages) */
.reversed-light-tint {
  color: #833177;
  padding: 50px 50px 10px 30px;
  clip-path: polygon(0 0, 96% 8%, 94% 97%, 0% 100%);
}

/* 1 */
.reversed1 {
  color: #fff;
  padding: 50px 50px 10px 30px;
  clip-path: polygon(0 0, 96% 8%, 94% 97%, 0% 100%);
}

.reversed1 h3,
.reversed2 h3,
.reversed3 h3,
.reversed1 a,
.reversed2 a,
.reversed3 a .reversed1 p,
.reversed2 p,
.reversed3 p {
  color: #fff !important;
}

/* 2 */
.reversed2 {
  color: #fff;
  padding: 50px 30px 10px 30px;
  clip-path: polygon(0 8%, 100% 0, 100% 97%, 0 100%);
}

/* 3 */
.reversed3 {
  color: #fff;
  padding: 50px 30px 10px 30px;
  clip-path: polygon(0 0, 100% 3%, 100% 95%, 0 100%);
}

/* 4 */
.reversed4 {
  color: #fff;
  padding: 50px 30px 10px 30px;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 90%);
}

/* End coloured boxes */
/* Content Views Pro */
#pt-cv-view-936b752yla .pt-cv-content {
  font-family: "Caveat", cursive !important;
  font-size: 36px;
  color: #833177;
}

.pt-cv-view .pt-cv-content .pt-cv-rmwrap a {
  background-color: #833177;
  clip-path: polygon(0 0, 100% 5%, 100% 98%, 2% 100%);
  padding: 10px 20px;
}

/* PublishPress images with overlays (used on home page and elsewhere) ************** */
.advgb-image-caption-wrap {
  padding: 10px !important;
}

.wp-block-advgb-image:after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: none !important;
  color: #000 !important;
  display: block !important;
  background: black !important;
}

.advgb-image-caption-wrap h4 {
  font-size: 48px;
  margin-bottom: 5px !important;
  line-height: 1.1 !important;
}

.who-we-help .advgb-image-caption-wrap h4 {
  font-size: 36px;
}

p.advgb-image-subtitle {
  font-size: 22px;
  font-weight: 600;
}

/* Content Views Lightbox */
#cvpboxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

#cvpboxLoadedContent {
  border: none;
}

.pt-cv-lightbox-dialog #cvpboxLoadedContent {
  padding: 30px;
}

/* --- */
/* ----- */
/* Clip boxes */
.clipbox1 {
  clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
  padding: 50px 0 40px !important;
}

.clipbox2 {
  clip-path: polygon(0 0, 100% 10%, 100% 95%, 0 100%);
}

.clipbox3 {
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
}

.quote-container {
  height: 200px;
}

.hide-on-mobile {
  display: none;
}

.wp-block-buttons {
  margin-bottom: 30px;
}

/* Used on the Who we help page */
.supported-by-us .wp-block-image {
  max-width: 300px;
}

.wp-block-media-text {
  margin-bottom: 20px;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }

  .quote-container {
    height: 170px;
  }
}
@media only screen and (min-width: 960px) {
  /* Headings
  --------------------------------------------- */
  h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Signika", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #833177;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
    color: #CE0F69;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 16px;
  }

  /* Site Header
  --------------------------------------------- */
  .site-header .wrap {
    max-width: 1500px;
    padding: 0 30px 0;
    margin: 0 auto;
  }

  .site-header .nav-primary .wrap {
    padding: 0;
    margin: 0;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .wp-custom-logo .title-area {
    max-width: 140px;
    padding: 20px 0 20px;
  }

  .under-header-phone {
    display: none;
  }

  /* Site Header Widget Area
  --------------------------------------------- */
  .site-header .widget {
    margin-bottom: 0px;
  }

  .site-header .widget-area {
    display: block;
    float: right;
    text-align: right;
    font-weight: 400;
    width: 150px;
    font-size: 15px;
    margin-top: 27px;
    color: #fff;
    margin-bottom: 0px !important;
  }

  .site-header .widget-area .fa-instagram {
    margin-left: 20px;
  }

  /* Hero Section
  --------------------------------------------- */
  .hero-section {
    height: 50vh;
    color: #fff;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px !important;
  }

  .hero-section .gradient {
    height: 50vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home .hero-section,
.home .hero-section .gradient {
    height: 70vh;
  }

  .hero-section .hero-section-inner-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }

  .hero-section .hero-section-inner .gb-block-container.alignfull .gb-container-inside, .gb-block-container.alignfull .gb-container-inside {
    margin: 0 0 !important;
  }

  .hero-section .hero-section-inner {
    width: 60%;
    color: #fff;
    padding: 0 30px;
  }

  .hero-section .hero-section-inner h1 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 40px;
    text-shadow: none;
  }

  .hero-section .hero-section-inner h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
  }

  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
.genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #BFB800;
  }

  .genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 200px;
  }

  .genesis-nav-menu .sub-menu {
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Use this to hide items in the Header Menu (but still display them in Responsive Menu) */
  .genesis-nav-menu .hidden-item {
    display: none;
  }

  /* Responsive Menu
  --------------------------------------------- */
  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }

  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
    margin-top: 25px;
    padding: 0;
  }

  .nav-primary img {
    vertical-align: middle;
  }

  .nav-primary ul > li:first-child:before,
.nav-primary ul li ul > li:before {
    content: "";
  }

  .nav-primary ul > li:last-child {
    border: none;
  }

  .nav-primary .genesis-nav-menu a {
    color: #833177;
    background-color: transparent;
    font-weight: 600;
    line-height: 1.2;
    font-size: 14px;
    padding: 0 6px 0 6px;
  }

  .nav-primary ul > li:first-child a {
    padding-left: 0;
  }

  .nav-primary ul.sub-menu > li:first-child a {
    padding-left: 10px;
  }

  .nav-primary ul > li:last-child a {
    padding-right: 0;
  }

  .nav-primary .genesis-nav-menu .sub-menu {
    border: 1px solid #833177;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #fff;
    color: #833177;
    border-bottom: none;
    padding: 10px;
    position: relative;
    width: 198px;
    word-wrap: break-word;
    line-height: 1.3;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 140px;
  }

  .nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #CE0F69;
  }

  .nav-primary .sub-menu {
    border-bottom: 1px solid #833177;
  }

  .nav-primary ul.sub-menu li {
    border: none;
  }

  .nav-primary .hide-on-desktop {
    display: none;
  }

  /* Option to make sub-menu slightly narrower so that it doesn't go off edge of page. */
  .nav-primary .genesis-nav-menu .narrower .sub-menu,
.nav-primary .genesis-nav-menu .narrower .sub-menu a {
    width: 90px !important;
  }

  /* Footer Menu
  --------------------------------------------- */
  .nav-secondary {
    border-top: 1px solid #eee;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 40px 0 20px;
    text-align: center;
  }

  .nav-secondary .genesis-nav-menu {
    line-height: 1.5;
  }

  .nav-secondary .menu-item {
    display: inline-block;
  }

  .nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1500px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 25%;
  }

  .footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3 {
    display: block;
  }

  /* Footer widgets SOCIAL BUTTONS  ---------------------------- */
  .footer-widgets .social {
    margin: 0;
  }

  /* Site Footer
  ---------------------------------------------------------------------------------------------------- */
  .site-footer {
    /* Just here for search purposes */
  }

  .site-footer .wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 30px;
  }

  .footerleft {
    width: 50%;
    float: left;
    margin: 5px 0 0;
  }

  .footerright {
    width: 50%;
    float: right;
    text-align: right;
  }

  .footerlinks {
    display: inline;
    margin: 0 0 0 10px;
    font-weight: 700;
  }

  a.footerlinks {
    color: #fff;
  }

  a.footerlinks:hover {
    color: #833177;
  }

  /* Site-Inner
  --------------------------------------------- */
  .site-inner,
.container-inner {
    max-width: 1500px;
    padding: 0px 30px 0;
    margin: 0 auto;
  }

  /* Content
  --------------------------------------------- */
  .content {
    float: left;
    width: 75%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 20%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }

  .one-half,
.three-sixths,
.two-fourths {
    width: 48.7179487179%;
  }

  .one-third,
.two-sixths {
    width: 31.6239316239%;
  }

  .four-sixths,
.two-thirds {
    width: 65.811965812%;
  }

  .one-fourth {
    width: 23.0769230769%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
  }

  .hide-on-desktop {
    display: none;
  }

  .hide-on-phone {
    display: inline;
  }

  .hide-on-mobile {
    display: block;
  }

  /* Clip boxes */
  .clipbox1 {
    clip-path: polygon(0 0, 100% 10%, 100% 95%, 0 100%);
    padding: 70px 0 60px !important;
  }

  .clipbox2 {
    clip-path: polygon(0 0, 100% 10%, 100% 95%, 0 100%);
  }

  .clipbox3 {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }

  .quote-container {
    height: 120px;
  }
}
@media only screen and (min-width: 1140px) {
  body {
    font-size: 19px;
  }

  .nav-primary .genesis-nav-menu a {
    font-size: 18px;
    padding: 0 12px 0 12px;
  }

  .hero-section .hero-section-inner {
    width: 50%;
  }

  .hero-section .hero-section-inner h1 {
    font-size: 70px;
  }

  .hero-section .hero-section-inner h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-primary .genesis-nav-menu a {
    font-size: 18px;
    padding: 0 12px 0 12px;
  }
}

/*# sourceMappingURL=style.css.map */
