/*!
Theme Name: Listworthy
Author: Rita Horne
Author URI: https://follyfoxdesign.com/
Description: A wordpress theme by Rita Horne at Follyfox Design.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: listworthy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready.
This theme, like WordPress, is licensed under the GPL.
Listworthy 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 - NORMALISE
======================================================*/

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

/*======================================================
# GENERIC - 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%; }

/*======================================================
# GENERIC - SECTION
======================================================*/

/* Remove the margin in all browsers. */
body { margin:0; }

/* Render the `main` element consistently in IE. */
main { display:block; }

/* Correct 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; }

/*======================================================
# GENERIC - 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 odd `em` font sizing in all browsers. */
pre { font-family:"Courier Prime",monospace; font-size:1em; }

/*======================================================
# GENERIC - 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 inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family:"Courier Prime",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; }

/*======================================================
# GENERIC - EMBEDDED CONTENT
======================================================*/

/** Remove the border on images inside links in IE 10. */
img { border-style:none; }

/*======================================================
# GENERIC - 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 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"] { -webkit-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"] { -webkit-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; }

/*======================================================
# GENERIC - LatoACTIVE
======================================================*/

/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display:block; }

/* Add the correct display in all browsers. */
summary { display:list-item; }

/*======================================================
# GENERIC - MISCELLANEOUS
======================================================*/

/* Add the correct display in IE 10+. */
template { display:none; }

/* Add the correct display in IE 10. */
[hidden] { display:none; }

/*======================================================
# GENERIC - 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; }

/*==================================================
# COMPONENTS - SITE
==================================================*/

.site { max-width:1600px; margin:0 auto; padding:10px 5px; /*background: linear-gradient(60deg, #161e4f 0%, #14725d 33%, #c4cd72 66%, #dacec3 100%);*/
background:#1d3b53; background: linear-gradient(90deg, #1d3b53 0%, #c4cd72 33%, #dacec3 100%); 
}

/*==================================================
# COMPONENTS - HEADER
==================================================*/

/* header */
.site-header { padding:10px; margin:0 5px 10px 5px; color:#fff; font-family:"Montserrat",sans-serif; background:#2a333c; background: linear-gradient(90deg, #2a333c 50%, #103e60 100%); }

/* header response */
@media screen and (max-width:1050px) {
  .site-header {  }
}

/* header logo */
.site-branding { display:block; position:relative; width:150px; float:left; line-height:40px; padding:0; }

/* header navigation */
.main-navigation { display:block; position:relative; width:auto; float:right; }

/* main menu all */
.ff-menuwrap /*1*/ { display:block; position:relative; width:100%; text-align:right; }
.ff-menupopoverlay /*2 see response*/ {}
.ff-menupopcontent /*3*/ { display:block; position:relative; }
.ff-menusubwrap /*wrap menutab if has subs*/ { display:inline-block; position:relative; max-width:240px; }
.ff-menutab /*main tabs*/ { position:relative; display:inline-block; width:auto; margin:0px; padding:0 0 0 20px; line-height:43px; text-align:right; color:#fff!important; font-size:13px; text-transform:uppercase; letter-spacing:1.1; }
a.ff-menutab:hover, a.ff-menutab:focus, a.ff-menutab:visited { color:#fff; }
.ff-menusubcontent /*submenu*/ { display:none; position:absolute; width:240px; right:0; top:40px; background:#EFECE8; z-index:998; max-height:500px; border-top:1px dotted #fff; }
a.ff-menutab:hover + .ff-menusubcontent, a.ff-menutab:focus + .ff-menusubcontent, a.ff-menutab:active + .ff-menusubcontent /*show child div on hover/touch, see 'aria-haspopup' html attribute for touch*/ { display:block; }
.ff-menusubcontent:hover, .ff-menusubcontent:focus, .ff-menusubcontent:active /*show on hover*/ { display:block!important; }
.ff-menutabsub /*sub tabs*/{ position:relative; display:block; width:100%; padding:12.5px 15px; font-size:13px; line-height:20px; text-align:left; color:#fff!important; border-bottom:1px dotted #fff; }
a.ff-menutabsub:hover, a.ff-menutabsub:focus, a.ff-menutabsub:visited { color:#fff; }

/* main menu - desktop */
@media screen and (min-width:1050px) {
  .ff-menuburger /*hide for now*/ { display:none; }
  .ff-menupopoverlay /*2 force display, no style, see html*/ { display:block!important; position:relative; }
}

/* main menu - mobile 1050px */
@media screen and (max-width:1050px) {
  .ff-menuburger { display:inline-block; position:relative; border:1.5px solid #fff; border-radius:0; padding:4px 12.5px 8px; text-align:center; color:#fff; font-size:20px; }
  .ff-menuburger:before { content:"\2630"; }
  .ff-menuburger:hover, a.ff-menuburger:focus, a.ff-menuburger:active { cursor:pointer; color:#fff; border:1.5px solid #fff; border-radius:50px; text-decoration:none; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
  .ff-menuclose { display:none; }
  .ff-menupopoverlay /*2 hide, but styled now, see html*/ { display:block; position:relative; width:100%; height:100%; position:fixed; z-index:999; top:0; left:0; background:rgba(34,34,34,0.9); overflow-y:hidden; transition:0.5s; }
  .ff-menupopcontent /*3*/ { display:block; position:relative; height:auto; max-height:84vh; top:8vh; bottom:8vh; width:60%; margin:0 auto; text-align:left; font-size:16px!important; text-shadow:none!important; -webkit-overflow-scrolling:touch; overflow-y:scroll; }
  .ff-menusubwrap /*make fullwidth to fit popcontent*/ { display:block; max-width:none; width:100%; }
  .ff-menutab /*make same as menutabsub*/ { display:block; width:100%; text-align:center; line-height:20px; padding:14.5px 15px!important; background:#2a333c; margin:0 0 10px 0; } /*AD was EFECE8*/
  .ff-menusubcontent /*remove float*/ { position:relative; display:none; width:100%; top:0; max-height:none; }
  a.ff-menuclose /*for menupopcontent*/ { position:relative; display:block; margin:0 auto 10px auto; width:45px; height:45px; border:1.5px solid #fff; border-radius:360px; text-align:center; color:#fff!important; }
  a.ff-menuclose:hover, a.ff-menuclose:focus { border-radius:2px; text-decoration:none; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
  .ff-menuclose:before { content:"╳"; font-size:38px; line-height:32px!important; }
}

/* main menu - mobile 600px */
@media screen and (max-width:600px) {
	.ff-menupopcontent /*3 widen*/ { width:90%; }
}

/* wordpress inline navigation */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display:flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; flex: 1 0 50%; }


/*==================================================
# COMPONENTS - 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; }
.site-main { padding:0; margin:0; }

/*==================================================
# COMPONENTS - FOOTER
==================================================*/

.site-footer { padding:0; font-family:"Montserrat",sans-serif; }

/*==================================================
# COMPONENTS - COMMENTS
==================================================*/

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

/*==================================================
# COMPONENTS - WIDGETS
==================================================*/

.widget { margin:0 0 1.5em; }
.widget select { max-width:100%; }

/*==================================================
# COMPONENTS - 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; }

/*==================================================
# COMPONENTS - 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; }

/*==================================================
# COMPONENTS - 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; }

/*==================================================
# BASE - TYPOGRAPHY 
==================================================*/
/* AD body was Montserrat, changed to Georgia for better readability. */

body, button, input, select, optgroup, textarea { color:#333; font-family:"Geogia",sans-serif; font-size:17px; line-height:1.5; font-weight:300; }
h1, h2, h3, h4, h5, h6 { clear:both; margin:0 0 15px 0!important; font-family:"Georgia",serif; color:#333; }
h1 { font-size:50px!important; font-weight:400; }
h2 { font-size:40px; font-weight:400; }
h3 { font-size:22px; font-weight:400; }
h4 { font-size:18px; font-weight:400; text-transform:uppercase; }
h5, h6 { font-size:inherit; font-weight:400; margin:0!important; line-height:inherit; }
p { margin:0 0 20px 0; }
dfn, cite, em, i { font-style: italic; }
blockquote /*same as ff-info but without top margin*/ { margin:20px 0; font-family:"Courier Prime",monospace; padding-left:15px; border-left:5px solid #333; font-size:15px; }
address { margin: 0 0 1.5em; }
pre { background: #eee; font-family:"Courier Prime",monospace; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var { font-family:"Courier Prime",monospace; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: #fff9c0; text-decoration: none; }
big { font-size: 125%; }
b, strong {  }

.ff-pagetitle { font-size:80px!important; font-weight:500; color:#333; }
.ff-pageintro { font-size:25px!important; }
.ff-small, p.ff-small { font-size:14px; } 
.ff-small2, p.ff-small2 { font-size:12px!important; } 
.ff-light, .ff-light h2, .ff-light h3, .ff-light h4, .ff-light p, .ff-light div, .ff-light b { color:#fff!important; }
.ff-light p a { color:#fff!important; }
.ff-dark { color:#333!important; }
.ff-darkest { color:#000!important; } /*body colour for articles */

@media screen and (max-width:1050px) {
  .ff-pagetitle { font-size:50px!important; line-height:50px!important; }
  .ff-iconlge { font-size:50px; }
  .ff-iconmed { font-size:30px; }
	h2 { font-size:28px; }
}

@media screen and (max-width:600px) {
  .ff-pagetitle { font-size:40px!important; }
  .ff-iconlge { font-size:40px; }
}

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

/*==================================================
# BASE - ELEMENTS
==================================================*/

body { background:#fff; }

hr { background-color: #333; border: 0; height: 1px; margin-bottom: 1.5em; }
ul, ol { margin: 0 0 20px 0; padding: 0 0 0 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%; }
figure { margin:1em 0; }
table { margin:0 0 1.5em; width:100%; }

/*==================================================
# BASE - LINKS 
==================================================*/

a { color:#00a2ed; text-decoration:none; }
a:hover, a:focus, a:active { outline:0; color:#00a2ed; text-decoration:none; opacity:0.6; }
a:visited { text-decoration:underline; opacity:0.6; }

/*==================================================
# BASE - BACKGROUNDS
==================================================*/

.ff-Bwhite { background:#fff; }
.ff-Blight { background:#eeeeee; background: linear-gradient(90deg, #eeeeee 50%, #f5ede5 100%); }
.ff-Bmid { background:#B68D51; }
.ff-Bdark { background:#2a333c; background: linear-gradient(90deg, #2a333c 50%, #103e60 100%); }
.ff-Bhigh { background:#90947D!important; }
.ff-Bgrey { background:#717366; }


/*===================================================
# BASE - IMAGES
==================================================*/

a img, img { opacity:1; }
a img { transition:filter 500ms, transform 500ms; }
a img:hover { opacity:0.6; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
.ff-img { width:100%!important; height:100%!important; object-fit:cover!important; }
.ff-imgBn { display:block; position:relative; width:100%; height:500px; padding-top:30%; background-color:#e7dbd0; animation: banneranimate forwards 2s ease-in-out; }
.ff-imgFt { display:block; position:relative; width:100%; height:88.3vh; padding-top:30%; background-color:#e7dbd0; animation: banneranimate forwards 2s ease-in-out; }
@keyframes banneranimate { 0% { background-size:110%; } 100% { background-size:100%; } }
.ff-imgLd { min-height:130px; padding-top:66.66%; background-color:#e7dbd0; background-position:center!important; background-size:cover!important; transition:filter 500ms, transform 500ms; }
.ff-imgSq { height:auto; width:auto; padding-top:100%; background-color:#e7dbd0; background-position:center!important; background-size:cover!important; transition:filter 500ms, transform 500ms; }
a img:hover, a.ff-imgLd:hover, a div.ff-imgLd:hover, a.ff-imgSq:hover, a div.ff-imgSq:hover { transform:scale(1.05); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }

/*==================================================
# BASE - BUTTONS 
==================================================*/

/* native buttons */
a.button, button, .button, input[type="button"], input[type="reset"], input[type="submit"] { display:inline-block; border:0px solid; border-color:#e39400; border-radius:5px; color:#fff; font-size:14px; line-height:1!important; text-align:center; text-transform:uppercase; min-height:45px; min-width:45px; padding:15.5px 15px 11.5px 15px; font-weight:500!important; vertical-align:middle!important; background:#e39400; font-family:"Montserrat",sans-serif; }
a.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color:#fff; border-radius:40px; text-decoration:none; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
a.button:active, a.button:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { background:#e39400; color:#fff; text-decoration:none; }

/* border buttons */
a.ff-buttondk { display:inline-block; border:1.5px solid #333; border-radius:0; padding:21px 20px 17px 20px; text-align:center; color:#333!important; font-size:14px; font-weight:500; text-transform:uppercase; vertical-align:middle; text-shadow:none!important; text-decoration:none!important; font-family:"Montserrat",sans-serif; }
a.ff-buttondk:hover, a.ff-buttondk:focus { border-radius:50px; text-decoration:none!important; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
a.ff-buttonlt { display:inline-block; border:1.5px solid #fff; border-radius:0; padding:21px 20px 17px 20px; text-align:center; color:#fff!important; font-size:14px; font-weight:500; text-transform:uppercase; vertical-align:middle; text-shadow:none!important; text-decoration:none!important; font-family:"Montserrat",sans-serif; }
a.ff-buttonlt:hover, a.ff-buttonlt:focus { border-radius:50px; text-decoration:none!important; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }

/* large button */
.ff-btnlge { padding:21px 20px 17px 20px!important; min-width:200px; font-size:20px!important; }

/*==================================================
# BASE - FORMS 
==================================================*/

/* pagination */
a.page-link, span.page-link, div.page-link, select[name="wpv-pager-nav-dropdown"] { display:inline-block; min-width:45px; max-width:95px; height:45px; text-align:center; border:1.5px solid #e39400!important; background:#e39400!important; line-height:42px!important; color:#fff!important; font-size:14px!important; font-weight:400!important; margin-left:5px!important; border-radius:5px!important; vertical-align:top; padding:0px 12px!important; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
select[name="wpv-pager-nav-dropdown"] { text-align:center; font-weight:600!important; }
a.page-link:hover, a.page-link:focus, select[name="wpv-pager-nav-dropdown"]:hover, select[name="wpv-pager-nav-dropdown"]:focus { border-radius:20px!important; }
span.page-link:hover, div.page-link:hover { cursor:not-allowed; }

/*==================================================
# LAYOUTS - COLUMNS
/*====================================================================================================*/

/* columns */
.ff-colwrap { display:-ms-flex; display:-webkit-flex; display:flex; height:100%; margin:0 0 10px 0; padding:0; clear:both; }
.ff-col01 { display:block; width:100%; float:left; padding:0 5px; }
.ff-col50 { display:block; width:50%; float:left; padding:0 5px; }
.ff-col25 { display:block; width:25%; float:left; padding:0 5px; }
.ff-col33 { display:block; width:33.33%; float:left; padding:0 5px; }
.ff-col66 { display:block; width:66.66%; float:left; padding:0 5px; }
.ff-col75 { display:block; width:75%; float:left; padding:0 5px; }
.ff-colbox { display:block; position:relative; width:100%; padding:50px 50px 30px 50px; height:100%; }
.ff-cc { text-align:center!important; padding:50px 25% 30px 25%!important; }
.ff-cl { text-align:left!important; padding:50px 25% 30px 25%!important; }

/* columns response */
@media screen and (max-width: 1050px) {
	.ff-colbox, .ff-cc, .ff-cl { padding:30px 30px 10px 30px!important; }
}
@media screen and (max-width: 800px) {
	.ff-colwrap { display:-ms-block; display:-webkit-block; display:block; height:auto; margin:-5px 0 10px 0; padding:0 5px; }
	.ff-colbox, .ff-cc, .ff-cl { height:auto; }
	.ff-col01, .ff-col50, .ff-col33, .ff-col66, .ff-col25, .ff-col75 { width:100%; padding:5px; }
}

/*==================================================
# LAYOUTS - THUMBNAILS
==================================================*/

/* grid and list thumbs for views */
.ff-gridwrap { position:relative; display:block; width:100%; min-height:53px; overflow:hidden; }
a.ff-gridwrap:hover, a.ff-gridwrap:focus { opacity:0.6; transition:all 0.3s ease 0s; }
.ff-topthumb { position:relative; display:block; width:100%; overflow:hidden; background-color:#2a333c; } /*AD image background colour*/
.ff-bottomtext { position:relative; display:block; width:100%; text-align:left; padding:5px; }
.ff-overtextbtm { position:absolute; bottom:0; left:0; width:100%; padding:20px; text-align:center; background: rgba(38,41,56,0.6); color:#fff; }
.ff-overtextctr { position:absolute; display:flex; z-index:10; align-items:center; justify-content:center; text-align:center; flex-direction:column; top:0; bottom:0; left:0; right:0; width:100%; height:100%; padding:0 20%; background:radial-gradient(circle, rgba(40,37,30,0.4) 0%, rgba(40,37,30,0.4) 5%, rgba(40,37,30,0.4) 10%, rgba(40,37,30,0) 100%); text-shadow: 1px 1px 1px #333; }
.ff-leftthumb { position:relative; display:block; width:30%; float:left; overflow:hidden; background-color:#2a333c; } /*AD image background colour?*/
.ff-righttext { position:relative; display:block; width:70%; float:right; padding:0 0 0 15px; text-align:left!important; }

/* grid and list thumbs for views response */
@media screen and (max-width: 600px) {
.ff-leftthumb { width:100%!important; }
.ff-righttext { width:100%!important; padding:15px 0 0 0!important; }
}

/*==================================================
# LAYOUTS - POPUP
==================================================*/

.ff-popoverlay { width:100%; height:100%; position:fixed; z-index:99; top:0; left:0; background:rgba(33,33,33,0.9); overflow-y:hidden; transition:0.5s; }
.ff-popcontent { display:block; position:relative; height:auto; max-height:90vh; top:5vh; bottom:5vh; width:70%; margin:0 auto; padding:20px 0 0 0; background:#fff; text-align:left; font-size:16px!important; text-shadow:none!important; -webkit-overflow-scrolling:touch; overflow-y:scroll; }
a.ff-popclose { position:absolute; display:block; top:5px; right:5px; width:45px; height:45px; border-radius:5px; text-align:center; color:#fff!important; background:#e39400!important; }
a.ff-popclose:hover, a.folly-popclose:focus { border-radius:30px; text-decoration:none; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
.ff-popclose:before, .ff-popclosectr:before { content:"x"; font-size:25px; line-height:45px!important; }

/* popup response */
@media screen and (max-width: 1050px) {
.ff-popcontent, .ff-popscrollWIDE { top:10px; width:96%; height:96%; margin:0 2%; padding:20px; -webkit-overflow-scrolling:touch; overflow-y:scroll; }
.ff-popscrollWIDE { padding:50px 20px; }
}

/*==================================================
# PLUGINS - TOOLSET
==================================================*/

.row { margin:0 0 10px 0!important; clear:both; }
.ff-singlecolview /*see article grid for about page*/ { margin: 0 -10px -10px -10px; }
.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 { padding:0 5px 0 5px!important; }
.col-md-3, .col-md-4, .col-md-6, .col-md-12 /*flex*/ { padding:0 5px 0 5px!important; }

@media screen and (max-width: 800px) {
	.row { margin:0 5px 0 5px!important; }
	.ff-singlecolview { margin: -5px -10px 0 -10px; }
	.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 { padding:5px!important; }
	.col-md-3, .col-md-4, .col-md-6, .col-md-12 /*flex*/ { padding:5px!important; }
}

/* special search filter display for views */
.form-control { height:45px!important; }
.ff-filter { width:200px!important; display:inline-block!important; vertical-align:top; font-family:"Montserrat",sans-serif;}
.ff-filter input, .ff-filter select { background:#fff!important; border-color:#fff!important; }
select.wpv-sort-control-select /*wrap with folly-filter*/ { width:100%!important; }

/* special search filter response */
@media screen and (max-width: 600px) {
	.ff-filter { display:block!important; margin:0 auto!important; }
}

/*==================================================
# PLUGINS - MAILCHIMP
==================================================*/

.mc4wp-alert { background:#fcf3cf; padding:15px; font-size:14px; }
.mc4wp-alert p { margin-bottom:0px!important; }
.ff-input { width:100%; font-size:16px; line-height:50px; background:none; color:#fff; border:1.5px solid #fff; padding:0 10px; }

/*==================================================
# 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; font-weight: 700; 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; }

/*==================================================
# UTILITIES - 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; }

/*==================================================
# ELEMENTS - TO OVERRIDE ALL
==================================================*/

.ff-nomarg { margin-bottom:0px!important; }
.ff-nopad { padding:0px!important; }
.ff-100 { width:100%!important; }

@media screen and (max-width: 1050px) {
  .ff-nomarg { margin-bottom:0px!important; }
  .ff-nopad { padding:0px!important; }
  .ff-100 { width:100%!important; }
}

@media screen and (max-width: 800px) {
  .ff-nomarg { margin-bottom:0px!important; }
  .ff-nopad { padding:0px!important; }
  .ff-100 { width:100%!important; }
}

@media screen and (max-width: 600px) {
  .ff-nomarg { margin-bottom:0px!important; }
  .ff-nopad { padding:0px!important; }
  .ff-100 { width:100%!important; }
}

@media screen and (max-width: 480px) {
  .ff-nomarg { margin-bottom:0px!important; }
  .ff-nopad { padding:0px!important; }
  .ff-100 { width:100%!important; }
}
  
  
  
  
  
  
  
  


