/*!
Theme Name: Miltons Cotttage
Theme URI: https://www.purplenetwork.co.uk
Author: PN
Author URI: https://www.purplenetwork.co.uk
Description: Wordpress theme based on Underscores.me with ACF Gutenberg blocks
Version: 1.3.4
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pnnp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ITS UK is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

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


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 1.2em;
    margin: 0.67em 0;
    font-weight: 700;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 15px 0;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}

ul li {
    margin: 0 0 15px 0;
}

.single-entry ul li {
    margin: 0 0 0.5em 0;
    max-width: 738px;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    font-weight: normal;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.5em;
}

body {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h5,
.vc_custom_heading {
    font-family: "IM Fell English", serif;
    line-height: 1.25em;
font-weight: normal;
}

h1,
.h1 {
    font-size: 2.6em;
}

h2,
.h2 {
    font-size: 2em;
    color: #f26522;
}

h3,
.h3 {

    font-size: 1.8em;
    color: #f26522;    
}

h4,
.h4 {

    font-size: 1.4em;
}

h5,
.h5 {
    font-size: 1.2em;
}

h6,
.h6 {
    font-size: 1.1em;
}

p,
li {
    font-size: 1em
}

strong {
    font-weight: 700;
}

blockquote,
blockquote p {
    font-style: italic;
    font-size: 1.2em;
}

blockquote {
    padding: 0 0 0 30px;
    margin: 60px;
}

blockquote cite,
.small,
.small p,
.small ul li,
h5,
h6,
label {
    font-size: 0.9em;
}

@media (min-width: 1280px) {
    h1,
    .h1 {
        font-size: 2.6em;
    }
    h2,
    .h2 {
        font-size: 2.2em;
    }
    h3,
    .h3 {
        font-size: 1.6em;
    }
    h4,
    .h4 {
        font-size: 1.4em;
    }
    h5,
    .h5 {
        font-size: 1.2em;
    }
    h6,
    .h6 {
        font-size: 1.1em;
    }
    p,
    li {
        font-size: 1em
    }
    strong {
        font-weight: 700;
    }
    blockquote,
    blockquote p {
        font-style: italic;
        font-size: 1.2em;
    }
    blockquote {
        padding: 0 0 0 30px;
        margin: 60px;
    }
    blockquote cite,
    .small,
    .small p,
    .small ul li,
    h5,
    h6,
    label {
        font-size: 0.9em;
    }
    blockquote {
        margin-left: 2.6em;
        font-family: "IM Fell English", serif;
        font-weight: 400;
        font-style: italic;

    }
    .has-huge-font-size,
    .has-larger-font-size {
        font-size: 6em;
    }
}

.wp-block-pullquote {
    margin: 0 0 30px;
    padding: 0;
}


/* Elements
--------------------------------------------- */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 15px 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}




/* customise bullet points*/


/* Links
--------------------------------------------- */

a {
 color: #f26522;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
li>a,
p>a {
    color: #000;    
    text-decoration: underline;
}

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

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
    text-decoration: none;
}


/* Forms
--------------------------------------------- */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: solid 2px #f26522;
    background: transparent;
    text-transform: uppercase;
    color: #f26522;
    padding: 7px 15px;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: bottom;
    line-height: 1.3em;
    display: inline-block;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

    background: #f26522;
    border: solid 2px #f26522;
    color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}


button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: solid 2px #f26522;
    background: transparent;
    text-transform: uppercase;
    color: #f26522;
    padding: 7px 15px;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: bottom;
    line-height: 1.3em;
    display: inline-block;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.button.highlight-button,
.button.highlight-button,
.button.highlight-button {
    background: #f26522;
    border: solid 2px #f26522;
    color: #fff;
}

.button.highlight-button:hover,
.button.highlight-button:active,
.button.highlight-button:focus {
    background: #ec753d;
    border: solid 2px #ec753d;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    color: #414141;
    border: 2px solid #f26522;
    vertical-align: bottom;
    background: #fff;
    border-radius: 0;
    padding: 7px 15px;
    line-height: 1.3em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
textarea:hover {
    border: 2px solid #f26522;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}



textarea {
    width: 100%;
}

fieldset.searchbox {
    margin: 0;
    padding: 0;
}

.searchfield {
    margin: 0 6px 0 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url(images/dropdown.svg);
    /* add custom arrow */
    border: 2px solid #f26522;
    border-radius: 5px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    color: #414141;
    background-size: 22px;
    padding: 10px 50px 10px 10px;
    font-size: 1em;
    letter-spacing: 0.025em;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    appearance: none;
    border: NONE;
    padding: 15px;
    border-radius: 0;
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    background-color: transparent;
    border: solid 2px #f26522;
    border-radius: 5px;
}

input[type="checkbox"]:checked {
    background-color: #fff;
    border: solid 2px #414141;
}

input[type="checkbox"]:hover {
    background-color: #fff;
}

input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 10px;
    width: 9px;
    height: 22px;
    border: solid 4px #414141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    appearance: none;
    border: NONE;
    border-radius: 5px;
    display: inline-block !important;
    vertical-align: baseline;
    background-color: transparent;
    border: none;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    padding-right: 30px;
    padding-left: 30px;
}

.wpcf7-form-control.wpcf7-radio {
    border: solid 2px #fff;
    border-radius: 5px;
    padding: 0 0 5px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    position: relative;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
}

.wpcf7-form input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    transform: rotate(45deg);
    background-color: #fff;
    top: -2px;
    right: 0;
    left: 0;
    bottom: -5px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #414141;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #414141;
    ;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #414141;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #414141;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/* Header
--------------------------------------------- */

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header {
    background-color: #fff;
}


/* Body
--------------------------------------------- */

#masthead,
.contained,
.main-content,
.site-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .contained {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .contained {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .contained {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .contained {
        max-width: 1140px;
    }
}

.entry-content-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.site-main,
.wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.full-height {
    padding: 0 15px;
}

.fullwidth,
.alignwide {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw;
}

.alignfull .inner-container,
.alignfull .wp-block-group__inner-container {
    padding: 30px 15px;
}

.vertical-container {
    margin-top: 30px;
}

.normalpadding {
    padding: 30px 0;
}


/* Gutenberg Layout Corrections */

@media screen and (min-width: 992px) {
    .alignfull .inner-container,
    .alignfull .wp-block-group__inner-container,
    .bgimagetext .inner-container,
    .alignwide .inner-container,
    .alignwide .wp-block-group__inner-container {
        padding: 30px;
    }

    .page-contained .entry-content .selected-header {
        margin-bottom: 30px;
    }
    .block-headline {
        margin-bottom: 30px;
    }
    .page-contained .entry-content {
        padding-bottom: 30px;
    }
    .site-main,
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .full-height {
        padding: 0 30px;
    }
    .fullwidth,
    .alignwide {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
        padding-left: 30px;
        padding-right: 30px;
    }
    .fullscreen {
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .site-main,
    .wrapper,
    .fullscreen {
        padding-left: 60px;
        padding-right: 60px;
        flex: 1;
    }
    .alignfull .inner-container,
    .alignfull .wp-block-group__inner-container,
    .alignwide .inner-container,
    .alignwide .wp-block-group__inner-container {
        padding: 90px 60px;
    }
    .page-contained .entry-content {
        padding-bottom: 60px;
    }
    .block-headline {
        margin-bottom: 15px;
    }
    .site-footer {
        padding: 60px 60px 45px;
    }
    .sidebar .wp-block-columns.has-background {
        padding: 0 60px;
    }
    .full-height {
        padding: 0 60px;
    }
    .block-headline {
        margin: 30px 0;
    }
    .fullscreen,
    .fullwidth,
    .alignwide {
        margin-left: -60px;
        margin-right: -60px;
        width: calc(100% + 120px);
    }
    .customblock:not(.alignfull),
    .alignwide {
        margin: 0 calc(50% - 640px);
        max-width: 1280px;
        width: 100vw;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (min-width: 1280px) {
    .customblock:not(.alignfull),
    .alignwide {
        margin: 0 calc(50% - 640px);
        max-width: 1280px;
        width: 100vw;
    }
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.padded {
    padding: 30px;
    height: 100%;
}

@media (max-width: 599px) {
    .fullscreen {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.flex-top .row {
    align-items: flex-start;
}

.flex-left .row {
    align-items: flex-start;
}


/* Gutters and Margin Fixes
--------------------------------------------- */

.page-header-title-header {
    margin-top: 45px;
    margin-bottom: 45px;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    margin-top: 15px;
    margin-top: 15px;
}

.block-teasers+.block-teasers {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .alignfull+p,
    .alignfull+.wpsso-pinterest-pin-it-image+p,
    .alignfull+h2,
    .alignfull+.wpsso-pinterest-pin-it-image+h2,
    .alignfull+h3,
    .alignfull+.wpsso-pinterest-pin-it-image+h3,
    .alignfull+h4,
    .alignfull+.wpsso-pinterest-pin-it-image+h4,
    .alignfull+h5,
    .alignfull+.wpsso-pinterest-pin-it-image+h5,
    .alignfull+h6,
    .alignfull+.wpsso-pinterest-pin-it-image+h6,
    .alignwide+p,
    .alignwide+.wpsso-pinterest-pin-it-image+p,
    .alignwide+h2,
    .alignwide+.wpsso-pinterest-pin-it-image+h2,
    .alignwide+h3,
    .alignwide+.wpsso-pinterest-pin-it-image+h3,
    .alignwide+h4,
    .alignwide+.wpsso-pinterest-pin-it-image+h4,
    .alignwide+h5,
    .alignwide+.wpsso-pinterest-pin-it-image+h5,
    .alignwide+h6,
    .alignwide+.wpsso-pinterest-pin-it-image+h6,
    p+.alignfull {
        margin-top: 30px;
    }
    .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
    .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
        margin-top: 30px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1366px) {
    .page-header-title-header+.wpsso-pinterest-pin-it-image+.wp-block-group.has-background,
    .page-header-title-header+.wp-block-group.has-background {
        margin-top: 60px;
    }
    .alignfull+p,
    .alignfull+.wpsso-pinterest-pin-it-image+p,
    .alignfull+h2,
    .alignfull+.wpsso-pinterest-pin-it-image+h2,
    .alignfull+h3,
    .alignfull+.wpsso-pinterest-pin-it-image+h3,
    .alignfull+h4,
    .alignfull+.wpsso-pinterest-pin-it-image+h4,
    .alignfull+h5,
    .alignfull+.wpsso-pinterest-pin-it-image+h5,
    .alignfull+h6,
    .alignfull+.wpsso-pinterest-pin-it-image+h6,
    .alignwide+p,
    .alignwide+.wpsso-pinterest-pin-it-image+p,
    .alignwide+h2,
    .alignwide+.wpsso-pinterest-pin-it-image+h2,
    .alignwide+h3,
    .alignwide+.wpsso-pinterest-pin-it-image+h3,
    .alignwide+h4,
    .alignwide+.wpsso-pinterest-pin-it-image+h4,
    .alignwide+h5,
    .alignwide+.wpsso-pinterest-pin-it-image+h5,
    .alignwide+h6,
    .alignwide+.wpsso-pinterest-pin-it-image+h6,
    p+.alignfull {
        margin-top: 60px;
    }
    .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
    .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
        margin-top: 60px;
        margin-top: 60px;
    }
}

.wp-block-group.block-cta,
.wp-block-group.block-teasers,
.fullscreen,
.fullwidth,
.alignwide,
.alignfull {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0 0 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    padding: 7px 0;
    margin: 0;
}

.main-navigation ul>li {
    position: relative;
}

.mobdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    height: 100%;
    z-index: 1;
    height: 60px;
}

.main-navigation a {
    text-decoration: none;
    position: relative;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.main-navigation.toggled ul {
    clear: both;
    text-align: left;
}

button.menu-toggle {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    padding: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    float: right;
    outline: none;
    box-shadow: none;
}

button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus {
    outline: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.main-navigation.toggled ul {
    clear: both;
    text-align: left;
}

button.menu-toggle,
button.menu-close {
    background-color: transparent;
    border: none;
    color: #000;
    position: relative;
    height: 24px;
    width: 26px;
    outline: none;
    box-shadow: none;
    padding: 0;
}

button.menu-toggle:before,
button.menu-toggle:after,
button.menu-toggle span,
button.menu-close:before,
button.menu-close:after {
    content: "";
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 31px;
    left: 0;
}

button.menu-toggle span {
    top: calc(50% - 1px);
}

button.menu-toggle:before,
button.menu-close:before {
    top: 0;
    transform-origin: bottom left;
}

button.menu-toggle:after,
button.menu-close:after {
    bottom: 0;
    transform-origin: top left;
}

button.menu-toggle.close-menu:before,
button.menu-close:before {
    transform: rotate(45deg);
}

button.menu-toggle.close-menu:after,
button.menu-close:after {
    transform: rotate(-45deg);
}

button.search-close:before,
button.search-close:after {
    content: "";
    height: 2px;
    background-color: #fff;
    position: absolute;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 31px;
    left: 0;
}

button.search-close {
    background-color: transparent;
    border: none;
    color: #777;
    position: relative;
    height: 24px;
    width: 29px;
    outline: none;
    margin-top: 30px;
}

button.search-close:before {
    top: 0;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

button.search-close:after {
    bottom: 0;
    transform-origin: top left;
    transform: rotate(-45deg);
}

button.menu-toggle.close-menu span {
    opacity: 0;
}

button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus {
    outline: none;
}

.toggled .menu-toggle .fa-bars,
.menu-toggle .fa-times {
    DISPLAY: NONE !important;
}

.toggled .menu-toggle .fa-times,
.menu-toggle .fa-bars {
    DISPLAY: INLINE-BLOCK !important;
}

.main-navigation li {
    display: block;
}

.main-navigation li a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.main-navigation li ul li {
    border-bottom: none;
}

.main-navigation ul ul li {
    display: inline-block;
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: " ";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-right: solid 1px #f26522;
    border-bottom: solid 1px #f26522;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    margin: 0 0 3px 7px;
}

@media screen and (max-width: 1200px) {

    .preheader-button {
        margin-bottom: 30px;
    }

    .main-navigation li {
        font-size: 1em;
    }
    .navigation {
        padding: 60px 30px;
        width: 100%;
        background-color: #fff;
        position: fixed;
        right: -100%;
        top: 0;
        height: 100vh;
        max-width: 460px;
        z-index: 10;
        text-align: left;
        display: block;
        transition: right 0.8s ease;
        -webkit-transition: right 0.8s ease;
        overflow-y: scroll;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .navigation.open-menu {
        right: 0;
    }
    .main-navigation ul li {
        display: block;
        text-align: left;
    }
    .main-navigation ul ul li {
        border-bottom: none;
    }
    .main-navigation li a {
        display: block;
        padding: 10px 0;
    }
    .main-navigation li ul.sub-menu {
        display: none;
    }
    .main-navigation li.show-sub-menu ul.sub-menu {
        display: block;
    }
    .main-navigation li ul li {
        display: block;
    }
    .main-navigation li ul li a {
        font-weight: normal;
    }
    .main-navigation ul li.menu-item-has-children>a:after {
        margin-left: 7px;
    }
}

@media screen and (min-width: 1199px) {
    .main-navigation {
        display: flex;
            width: 100%;
            align-items: center;
    }

    .main-navigation .options-social {
        padding: 0 0 0 20px;
    }
    .mobdrop {
        left: auto;
        right: 20px;
        height: 45px;
        width: 25px;
    }
    button.menu-toggle,
    button.menu-close {
        display: none;
    }
    .main-navigation li {
        padding: 20px;
        border-bottom: none;
        line-height: 1em;
    }
    .main-navigation li:hover>a {
        color: #f26522;
    }
    .main-navigation li a {
        line-height: 1em;
    }
    .main-navigation ul ul li {
        display: block;
    }
    .main-navigation ul ul li {
        display: block;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation ul ul {
        float: left;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: -999em;
        z-index: 99999;
        opacity: 0;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .main-navigation ul ul a:hover::before,
    .main-navigation ul ul a:focus::before {
        opacity: 0;
    }
    .main-navigation ul ul li {
        overflow: hidden;
        background-color: #fff;
        margin: 0;
        display: block;
        padding: 0;
    }
    .main-navigation ul ul li:hover {
        color: #f26522;
    }
    .main-navigation ul>li:hover ul li {
        opacity: 1;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a {
        width: 290px;
        padding: 15px 30px;
        display: block;
    }
    .main-navigation ul ul li:first-child a {
        padding-top: 30px;
    }
    .main-navigation ul ul li:last-child a {
        padding-bottom: 30px;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.show-sub-menu>ul,
    .main-navigation ul li.focus>ul {
        left: 0;
        opacity: 1;
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.entry-footer {
    width: 100%;
    margin: 1em auto;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li {
    margin: 15px 15px 15px 0;
    padding: 0;
    display: inline-block;
}




.options-social-icon {
    width: 20px;
    min-height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}


.options-social-instagram {
    background-image: url(images/icon-instagram-hover.svg);
}
.options-social-instagram:hover {
    background-image: url(images/icon-instagram.svg);
}
.options-social-twitter {
    background-image: url(images/icon-twitter-hover.svg);
}
.options-social-twitter:hover {
    background-image: url(images/icon-twitter.svg);
}
.options-social-facebook {
    background-image: url(images/icon-facebook-hover.svg);
}
.options-social-facebook:hover {
    background-image: url(images/icon-facebook.svg);
}
.options-social-linkedin {
    background-image: url(images/icon-linkedin-hover.svg);
}
.options-social-linkedin:hover {
    background-image: url(images/icon-linkedin.svg);
}
.options-social-tictok {
    background-image: url(images/icon-tictok-hover.svg);
}
.options-social-tictok:hover {
    background-image: url(images/icon-tictok.svg);
}
.options-social-youtube {
    background-image: url(images/icon-youtube-hover.svg);
}
.options-social-youtube:hover {
    background-image: url(images/icon-youtube.svg);
}



/* Header
--------------------------------------------- */

.header-pre-row,
.header-pre-row p,
.header-pre-row li {
    font-size: 0.9em;
}

.header-pre {
    background-color: silver;
    overflow: hidden;
    height: 36px;
    -webkit-transition: height 0.5s ease-in;
    -moz-transition: height 0.5s ease-in;
    -o-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;
    display: flex;
    align-items: center;
    justify-items: stretch;
}

.scrolled .header-pre {
    height: 0;
}

.options-social a {
    margin: 0 5px;
    display: inline-block;
}

.header-pre ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 15px;
    text-align: right;
}

.header-pre ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}

.mob-header-pre {
    display: none;
}

@media screen and (max-width: 900px) {
    .header-pre {
        display: none;
    }
    .mob-header-pre {
        display: block;
    }
}

.header-pre-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-right: -15px;
}

.header-pre-item {
    margin: 0 15px;
}

.header-pre-item .search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-pre-item .search-submit {
    display: none;
}

.header-pre-row .search-form {
    position: relative;
}

h1.site-title {
    margin: 0;
}

.header-pre-row .search-form::after {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(images/search.svg);
    background-position: right center;
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.header-pre-row .search-form input.search-field {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 21px;
    margin: 0;
    padding: 0 24px 0 0;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    color: #f26522;
    border-radius: 0;
}

.header-pre-row .search-form input.search-field::placeholder {
    color: #f26522;
}

.header-pre-row .search-form .search-field:focus {
    cursor: text;
    outline: 0;
    width: 200px;
    border-bottom: solid 2px #f26522;
}

.header-pre-row .search-field input:-internal-autofill-selected {
    background-color: transparent;
}

.header-pre-row .search-form input:-webkit-autofill,
.header-pre-row .search-form input:-webkit-autofill:hover,
.header-pre-row .search-form input:-webkit-autofill:focus,
.header-pre-row .search-form input:-internal-autofill-selected {
    color: #f26522;
    background-color: transparent;
}

.header-pre-row .search-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #414141 inset;
    /* Change the color to your own background color */
    -webkit-text-fill-color: #f26522;
}

.header-pre-row .search-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #414141 inset;
    /*your box-shadow*/
    -webkit-text-fill-color: #f26522;
}

#holdmast {
    display: block;
    height: 64px;
    width: 100%;
}


#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar #masthead {
    top: 32px;
}

.site-branding {
    padding: 15px 0;
}

.mobile-social {
    margin: 30px 0;
}

.mobile-menu-header .menu-close {
    margin-bottom: 15px;
}


/* Footer
--------------------------------------------- */

.footer-col {
    padding: 15px;
}
.site-footer {
    padding: 15px;
}





@media (min-width: 992px) {
    .footer-navigation {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        justify-content: flex-end;
    }

    .footer-col {
        padding: 0 15px 15px;
    }
    .footer-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .site-footer {
        padding: 60px 60px 45px;
    }
}

.footer-navigation ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.footer-navigation ul ul {
    margin: 15px 0 15px 15px;
}

.footer-navigation ul li {
    margin: 0;
    padding: 0;
}

.copyright {
    margin-top: 0;
    margin-bottom: 0;
}

.site-notices {
    margin-top: 30px;
}
.site-notices p {
    margin-bottom: 0;
}

.site-footer h2,
.site-footer h3, 
.site-footer h4 {
    color: #fff;
}
/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wp-block-image {
    margin: 0;
}

.wp-block-buttons+h2,
.wp-block-buttons+p,
p+h2,
p+.customblock:not(.alignfull) {
    margin-top: 60px;
}

.teasers>[class*="col-"] {
    display: flex;
}

.archive-header,
.latest-header {
    background-color: silver;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.post-image-default {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #f26522;
    background-size: cover;
}

.post-image-default {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.list-catagories {
    font-size: 0.9em;
    margin: 60px 0;
}

.list-catagories a {
    margin: 0 15px;
}

.cta-link.mobile {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.list-catagories a.active,
.list-catagories a:hover,
.list-catagories a:active,
.list-catagories a:focus {
    text-decoration: underline;
}

.post-thumbnail {
    margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
    .list-catagories {
        margin: 60px 0;
    }
    .list-catagories a {
        margin: 0 30px;
    }
    .profile {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpcf7 .col-2 {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1600px) {
    .single .entry-header h2 {
        margin-top: 120px;
    }
    .single .entry-meta {
        margin-bottom: 120px;
    }
}

.page-header-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .centermobile {
        justify-content: center;
        text-align: center;
        margin: 30px 0;
    }
    .centermobile img {
        margin: 0 auto;
    }
}

.no-results {
    padding-bottom: 120px;
    text-align: center;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    width: 42px;
    height: 42px;
}

.wp-block-columns.has-background {
    padding: 0;
}

.post-navigation ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.post-navigation ul li {
    display: inline-block;
}

.post-navigation ul li.link-next {
    margin-left: 120px;
}

.post-navigation ul li {
    margin-left: 3px;
    margin-right: 3px;
}

.post-navigation ul li.link-prev {
    margin-right: 120px;
}

.post-navigation ul li.nav-inactive {
    opacity: 0;
}

.post-navigation ul li.active {
    text-decoration: underline;
}

.wp-block-pullquote blockquote {
    margin: 60px 0;
    padding-left: 120px;
    background-image: url('images/quote.svg');
    background-position: 0 15px;
    background-repeat: no-repeat;
    background-size: 100px;
}

h2.entry-title {
    color: #f26522;
    margin-bottom: 30px;
}

.page-header {
    margin: 30px 0;
}

.entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-meta ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

@media (min-width: 992px) {
    .quote .col-2:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .quote .col-2:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.readmore-button {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
}

.alignfull .block-headline {
    padding-top: 30px;
}

.list-cats a {
    margin: 7px 30px 7px 0;
}

@media (min-width: 992px) {
    .list-cats a {
        margin: 7px 60px 7px 0;
    }
    .index-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
}

.post-navigation .link-prev::before {
    content: "\300A ";
}

.post-navigation .link-next::after {
    content: " \300B";
}

.single-article {
    margin: 0 AUTO;
}


.wp-block-cover.alignfull {
    padding: 60px;
}


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

.wp-block-button {
    margin-left: -7px;
    margin-right: -7px;
}
.wp-block-button .button {
    margin:  0 7px 15px;
}

.block-teasers {
    margin-top: 30px;
    margin-bottom: 30px;
}

.readmore {
    text-decoration: underline;
    margin-right: 15px;
}
.readmore::after {
    content: " \2192";
}

.upcoming-item  {
    margin-bottom: 30px;
}
.upcoming-item-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}
.upcoming-item-title a {
    color: #000;
}
.event-time {
    text-transform: uppercase;
}

.upcoming-item .event-time {
    font-size: 0.8em;
}
.event-hour {
    margin-right: 15px;
}

.event-meta {
    margin-bottom: 30px;
}
ul.filter-taxonmy {
margin: 0 0 30px;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

ul.filter-taxonmy li {
    list-style: none;
    margin: 0 7px 7px 0;
    padding: 0;
}
ul.filter-taxonmy li a {
    text-decoration: none;
}

.active .button {
    border-color: #000;
color: #000;
}

.teaser-image-wrapper+.teaser-category {
    position: absolute;
    top: 0;
    left: 0;



}
ul.post-categories {
    list-style: none;
    margin: 15px 0;
}
.post-categories {
    margin-bottom: 30px;
}
.post-categories a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-right: 15px;
    text-decoration: none;
}
.teaser-category span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-right: 15px;
}
.teaser-image-wrapper+.teaser-category span {
    background-color: #f26522;
    color: #fff;  
    padding: 10px 0 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.teaser-image-wrapper+.teaser-category span:last-child {
    padding-right: 15px;

}
.no-upcoming-events {
    font-size: 18px;
    margin: 30px 0;
}

.event-short-description {
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 30px;
}
.single-article,
.single-whatson {
    margin-top: 15px;
}

.col-contained {
   margin: 0 auto;
    width: 700px;
    max-width: 100%;
}


.col-contained .feature-image-col {
    margin: 30px 0;
}
.col-contained h2,
.col-contained .entry-header {
    text-align: center;
}

.entry-header h1 {
    margin: 30px 0 45px;
}
.site-main {
    min-height: calc(100vh - 130px);
}
.cta-half-copy h2 {
    text-align: left;
} 
/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

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


/* Make sure logo link wraps around logo image. */

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

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}





/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Custom Gutenberg Blocks
--------------------------------------------------------------*/


/* CTA
--------------------------------------------- */


/* Featured Post
--------------------------------------------- */

.featured-col-image {
    background-color: #f26522;
}


/* Carousel
--------------------------------------------- */


/* Teasaers
--------------------------------------------- */

.teaser-title {
    margin: 15px 0;
}

.teaser-excerpt {
    margin: 0 0 15px 0;
}

.teasers .teaser {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.teaser-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.teaser-category ul li {
    display: inline;
}

.teaser .teaser-image {
    background-repeat: no-repeat;
    background-size: contain;
}

.col-1 .teaser-copy,
.col-1 .teaser-readmore {
    padding: 0 30px;
}

@media screen and (min-width: 992px) {
    .col-1 .teaser {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .col-1 .teaser .teaser-image,
    .col-1 .teaser .teaser-col {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
    }
    .col-1 .teaser {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .col-2 .teaser .teaser-image,
    .col-1 .teaser .teaser-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}



/* Read More Expanding Text
--------------------------------------------- */

.block-expandingtext {
    margin-bottom: 60px;
}


/* Map
--------------------------------------------- */

#map {
    height: 500px;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/* Search and Filter Pro
--------------------------------------------- */

.searchfilter .searchandfilter div {
    margin: 60px 0;
}

.searchfilter .searchandfilter div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.searchfilter .searchandfilter div ul li {
    margin-right: 30px;
    margin-bottom: 0;
}

.searchandfilter label {
    display: flex;
    align-items: center;
}

.searchfilter .searchandfilter div ul {
    flex-wrap: wrap;
}

.searchfilter .searchandfilter div ul li {
    margin-bottom: 4px;
    margin-top: 4px;
}


/* Accordions
--------------------------------------------- */

h2.c-accordion__title {
    text-align: left;
    color: #000;
}

h2.c-accordion__title:hover {
    color: blue;
}

.c-accordion__title:hover,
.c-accordion__title:focus,
.c-accordion__title:active {
    outline: none;
}

h2.c-accordion__title {
    font-weight: normal;
    font-size: 2em;
}

.c-accordion__item {
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
}

.c-accordion__title:after {
    color: #000;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Mobile fix
--------------------------------------------- */

@media screen and (min-width: 900px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .desktop {
        display: none;
    }
}


/* Custom Fixes
--------------------------------------------- */

#mc_embed_signup #mce-responses,
#mc_embed_signup .mc-field-group,
#mc_embed_signup .optionalParent {
    display: inline-block;
}

#mc_embed_signup label {
    vertical-align: baseline;
    margin-right: 10px;
}

.site-footer .button {
    color: #fff;

}
#mc_embed_signup_scroll {
    display: flex;
    align-items: center;
}

.footer-cta-button {
    margin-top: 30px;
}

.feature-image-col {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
}