/* # Genesis Child Theme
Theme Name: LGD
Theme URI: http://www.lynxgraphicdesign.co.uk/lgd/
Author: Lynx Graphic Design
Author URI: http://www.lynxgraphicdesign.co.uk/
Description: This is a child theme created for the Genesis Framework.
Version: 1.2
Template: genesis
Template Version: 2.6.1
License: copyright Lynx Graphic Design
License URI: n/a
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
Text Domain: lgd
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- fit.css base responsive styles
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- Flex Boxes
	- LGD Blocks Columns
	- LGD Blocks Extras
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Search Box (LGD)
	- Titles
	- WordPress
- Widgets
	- General
	- widget_calendar
	- Featured Content
- Plugins
	- Contact Form 7
	- Genesis eNews Extended
	- Image Buttons
	- Jetpack
	- Share Buttons
	- Site Credits
	- Site Guide
- Sliders
	- Genesis Slider
	- Flexslider
- Site Header
	- General
	- Title Area
	- Widget Area
- Site Navigation
	- Navigation Toggles - Mobile
	- Standard Navigation
	- Primary Navigation
	- Secondary Navigation
	- Site Header Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Dashicons
- Media Queries - moved to each section and mobile first
- Screen Reader Text
- To Top Button
- Colour Schemes
	- Default
	- Blue
	- Green
	- Red
	- Stone
	- Slate
	- Custom
- CSS Media Queries for Print
	- General
	- Print Page Layout
- Additions for Feature Page template
	- Colour Schemes
	- Panels
	- For tabs & accordions
	- Other block styles
- Customisation
*/



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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]{-webkit-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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## fit.css base responsive styles
--------------------------------------------- */

/*!
 * fit.css base responsive styles
 * @version 2014.11.22
 * @link http://github.com/ryanve/fit
 * @license MIT
 */

/* Allow text to wrap */
body { word-wrap:break-word }

/* Keep =media flush to its container (h5bp.com/i/440) */
img, audio, video, canvas, iframe, object, embed { vertical-align:middle }

/*
 * =media and =form responsiveness
 * Avoid height:auto on iframe|object|embed due to clipping. 
 * Void inline styles via !important if needed. 
 * This was causing issues with at least one Slider
 */
/* [style*="width:"],
iframe, object, embed, input, textarea, progress, meter, datalist, output { max-width:100% }
img, audio, video, canvas { max-width:100%;height:auto } */

/* 
 * Prevent IE8 height distortion.
 * http://stackoverflow.com/a/8831173/770127 
 * http://browserhacks.com/#ie 
 */
@media \0screen {
	img { width:auto }
}

/* Prevent uncontained dimensions from inducing scrollbar. */
.xconfine { overflow-x:hidden }
.yconfine { overflow-y:hidden }

/* 
 * Maintain YouTube/Vimeo iframe|object|embed aspect ratio
 * http://github.com/ryanve/fit/issues/1
 * <div data-fit-ratio="16:9"><iframe src width="640" height="360"></iframe></div>
 */ 
[data-fit-ratio] { position:relative }
[data-fit-ratio="4:3"] { padding:75% 0 0 0 }
[data-fit-ratio="16:9"] { padding:56.25% 0 0 0 }
[data-fit-ratio] * { position:absolute;left:0;top:0;height:100%;margin:0;padding:0;border:0 }

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ## 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;/* 10px browser default */
}

body {
	background-color: rgba(75, 84, 80, .1);
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	word-wrap: break-word;
}

@media all and (min-width: 960px) {

	body {
		background-color: rgba(75, 84, 80, .1);
	}
	
}

a {
	text-decoration: none;
}

p,
dl {
	margin: 0 0 28px;
	margin: 0 0 2.8rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

b,
strong,
dt {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	font-family: "dashicons";
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	content: "\f205";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -32px;
	left: -3.2rem;
	position: relative;
	top: -18px;
	top: -1.8rem;
}

blockquote.noquote::before {
	background-image:none;
	content: " ";
}

hr {
    height: 1px;
    font-size: 0;
    border: 0;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

h4,
h5,
h6 {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	margin-top: 20px;
	margin-top: 2rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}

h3 {
	font-size: 21px;
	font-size: 2.1rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

@media all and (min-width: 800px) {

	h1 {
		font-size: 36px;
		font-size: 3.6rem;
		margin-bottom: 24px;
		margin-bottom: 2.4rem;
	}

	h2 {
		font-size: 30px;
		font-size: 3rem;
		margin-bottom: 24px;
		margin-bottom: 2.4rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}

}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

figure {
	margin: 20px 0;
	margin: 2rem 0;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	margin: 0 0 2.8rem;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
	padding: 0.4rem;
}

.gallery img:hover {
	border: 1px solid #999;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	margin: 0 0 2.8rem;
	text-align: center;
}
/* 
.wp-block-gallery.columns-2 .blocks-gallery-item {
	width: 50%;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: 33%;
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
	width: 25%;
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
	width: 20%;
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: 16.6666%;
}

.wp-block-gallery.columns-7 .blocks-gallery-item {
	width: 14.2857%;
}

.wp-block-gallery.columns-8 .blocks-gallery-item {
	width: 12.5%;
}

.wp-block-gallery.columns-9 .blocks-gallery-item {
	width: 11.1111%;
}


.wp-block-gallery img {
	border: 0 solid #ddd;
	height: auto;
	padding: 4px;
	padding: 0.4rem;
}

.wp-block-gallery img:hover {
	border: 1px solid #999;
}

 
.entry-content ul.wp-block-gallery > li {
	list-style-type: none;
}
 */
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 4px;
	padding: 0.4rem;
	width: 100%;
}

textarea {
	line-height: 1.2;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
	empty-cells: show;
}

thead > tr:nth-child(odd) {
	background-color: rgba(255,255,255,0);
	color: #fff;
}	

thead > tr:nth-child(even) {
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}

tr.tsubhead {
	background-color: rgba(255,255,255,0.65);
	color: #333;
}

tbody tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.8);
}

tbody tr:nth-child(even) {
	background-color: rgba(255,255,255,0.9);
}

tfoot tr {
	background-color: rgba(255,255,255,0.65);
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	/* border-top: 1px solid #ddd; */
	padding: 6px 6px;
	padding: 0.6rem 0.6rem;
}

th {
	font-weight: 400;
	padding: 6px 6px;
	padding: 0.6rem 0.6rem;
}

.responsive-table-container {
	overflow-x: scroll;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.responsive-table-container table {
	margin-bottom: 0;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.content-sidebar-wrap,
.wrap {
	width: 90%;
	margin: 0 auto;
}

.content-sidebar-wrap,
.wrap {
	padding-left: 0;
	padding-right: 0;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	min-height: 300px;
	min-height: 45vh;
}

@media all and (min-width: 1281px) {

	.content-sidebar-wrap,
	.wrap {
		/* 
padding-left: 40px;
		padding-right: 40px;
 */
	}

	.content-sidebar-wrap,
	.wrap {
		margin: 0 auto;
		max-width: 1200px;
	}
	
	.full-width-content .content-sidebar-wrap {
		max-width: 1000px;
	}

}
/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap/* 
,
.site-header .widget-area
 */ {
	/* max-width: 960px; */
	/* width: 100%; */
}

.sidebar-primary {
	max-width: 960px;
}

.editable-sidebar {
	background-color: #fff;
	padding: 40px;
	padding: 4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

@media all and (min-width: 960px) {

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		max-width: none;
		width: 740px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		max-width: none;
		width: 400px;
	}

}

.first {
	clear: both;
}

@media all and (min-width: 960px) {

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		/* width: 980px; */
	}

	.content-sidebar-sidebar .content-sidebar-wrap {
		float: left;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}

	/* ### Content */

	.content {
		float: right;
		width: 65.81196581196582%;
		margin-bottom: 16px;
		margin-bottom: 1.6rem;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: left;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 580px;
	}

	.full-width-content .content {
		width: 100%;
		float: none;
	}

	/* ### Primary Sidebar */

	.sidebar-primary {
		float: right;
		max-width: 400px;
		width: 31.623931623931625%;
		margin-bottom: 16px;
		margin-bottom: 1.6rem;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: left;
	}

	/* ### Secondary Sidebar */

	.sidebar-secondary {
		float: left;
		width: 180px;
	}

	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
	}

}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin-left: 0;
	width: 100%;
	float: none;
}

@media all and (min-width: 800px) {

	.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.564102564102564%;
	}
	
	.first {
		clear: both;
		margin-left: 0;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

}

/* ## Flex Boxes
--------------------------------------------- */

.flexcontainer {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: stretch;
	flex-align: stretch;
	-ms-flex-align: stretch;	
	-webkit-align-content: space-between; 
	align-content: space-between; 
	margin-bottom: 0;
	-webkit-perspective:1;
}

.flexcontainer.reverse {
	flex-direction: row-reverse;
}

.flexcontainer div.box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/* background-color: #f4f4f4; */
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	hyphens: auto;
	overflow: hidden;
	padding: 0;
	/* 
	float: left;
	text-align: center;
	border-bottom: solid 1px #ddd;
	*/
}

.flexcontainer div.box h4 {
	padding: 10px;
	padding: 1rem;
	margin: 0;
	/* 
background-color: #009634;
	color: #fff;
 */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.flexcontainer div.box p {
	margin: 20px 20px;
	margin: 2rem 2rem;
}

.flexcontainer .aligncenter {
	margin-bottom: 0;
}

.flexcontainer a>img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;	
}

/* ## LGD Blocks Columns
--------------------------------------------- */

.colsouter {
	overflow: hidden;
}

.colsouter a>img:hover {
	opacity: 0.7;
}

/* 
.cols2 .cols {
	width: 48.717948717948715%;
	float: left;
	margin-left: 2.564102564102564%;
}

.cols2 .first2col {
	clear: both;
	margin-left: 0;
}
 */

.cols2 .cols {
	width: 100%;
	float: none;
	margin-left: 0;
}

.cols3 .cols {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.cols3 .cols:last-child {
	margin-bottom: 0;
}

.flexcontainer div.box:last-child {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.cols4 .cols {
	width: 100%;
	float: none;
	margin-left: 0;
}

.cols2.lgdgallery .cols,
.cols3.lgdgallery .cols,
.cols4.lgdgallery .cols,
.cols6.lgdgallery .cols {
	width: 100%;
	clear: both;
	margin-left: 0;
}

.cols8 .cols {
	width: 48.717948717948715%;
	float: left;
	margin-left: 2.564102564102564%;
}

.cols8 .first2col {
	clear: both;
	margin-left: 0;
}

.csscols1 {
	padding-bottom: 28px;
	padding-bottom: 2.8rem;
}

.csscols2 {
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	padding-bottom: 28px;
	padding-bottom: 2.8rem;
}

.csscols3 {
	-webkit-columns: 3 200px;
	-moz-columns: 3 200px;
	columns: 3 200px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	padding-bottom: 0;
}

.csscols4 {
	-webkit-columns: 4 200px;
	-moz-columns: 4 200px;
	columns: 4 200px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	padding-bottom: 28px;
	padding-bottom: 2.8rem;
}

@media all and (min-width: 334px) {

	.cols2.lgdgallery .cols,
	.cols3.lgdgallery .cols,
	.cols4.lgdgallery .cols,
	.cols6.lgdgallery .cols {
		width: 48.717948717948715%;
		clear: none;
		margin-left: 2.564102564102564%;
		float: left;
	}
	.cols2.lgdgallery .first2col,
	.cols3.lgdgallery .first2col,
	.cols4.lgdgallery .first2col,
	.cols6.lgdgallery .first2col {
		clear: both;
		margin-left: 0;
	}
}

/* 
@media all and (min-width: 456px) {

	.cols2 .cols,
	.cols4 .cols {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.cols2 .first2col,
	.cols4 .first2col {
		clear: both;
		margin-left: 0;
	}

}
 */

@media all and (min-width: 501px) {

	.cols2 .one-half,
	.cols4 .one-fourth {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.cols2 .first2col,
	.cols2 .first,
	.cols4 .first2col,
	.cols4 .first {
		clear: both;
		margin-left: 0;
	}

	.cols8 .cols {
		width: 23.076923076923077%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.cols8 .first4col {
		clear: both;
		margin-left: 0;
	}

}

@media all and (min-width: 640px) {

	.cols3.lgdgallery .cols,
	.cols4.lgdgallery .cols,
	.cols6.lgdgallery .cols {
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		clear: none;
		float: left;
	}
	
	.cols3.lgdgallery .first2col,
	.cols4.lgdgallery .first2col,
	.cols6.lgdgallery .first2col {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.cols3.lgdgallery .first3col,
	.cols4.lgdgallery .first3col,
	.cols6.lgdgallery .first3col {
		clear: both;
		margin-left: 0;
	}

}

@media all and (min-width: 703px) {
	
	.category .cols3 .cols {
		width: 48.717948717948715%;
		clear: none;
		margin-left: 2.564102564102564%;
		float: left;
	}
	
	.category .cols3 .cols.first3col {
		margin-left: 2.564102564102564%;
	}
	
	.category .cols3 .cols.first2col {
		clear: both;
		margin-left: 0;
	}
}

/* 
@media all and (min-width: 703px) {

	.cols3 .cols {
		width: 31.623931623931625%;
		clear: none;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.cols3 .first2col {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	

	.cols3 .first3col {
		clear: both;
		margin-left: 0;
	}

}
 */

@media all and (min-width: 800px) {

	.cols3 .cols {
		margin-bottom: 0;
	}
	
	.cols3 .cols {
		width: 31.623931623931625%;
		clear: none;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.cols3 .cols.first2col {
		clear: none;
		margin-left: 2.564102564102564%;
	}	

	.cols3 .cols.first3col {
		clear: both;
		margin-left: 0;
	}

	.cols4.lgdgallery .cols {
		width: 23.076923076923077%;
		margin-left: 2.564102564102564%;
		clear: none;
		float: left;
	}
	
	.cols4.lgdgallery .first2col,
	.cols4.lgdgallery .first3col {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.cols4.lgdgallery .first4col {
		clear: both;
		margin-left: 0;
	}

}

@media all and (min-width: 963px) {

	.cols4 .cols {
		width: 23.076923076923077%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.cols4 .first2col {
		float: left;
		clear: none;
		margin-left: 2.564102564102564%;
	}

	.cols4 .first4col {
		clear: both;
		margin-left: 0;
	}
	
	.cols4 .cols.first {
		clear: both;
		margin-left: 0;
	}
	
	.cols6.lgdgallery .cols {
		width: 14.52991452991453%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.cols6.lgdgallery .first3col {
		float: left;
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.cols6.lgdgallery .first6col {
		clear: both;
		margin-left: 0
	}
	
	.cols8.lgdgallery .cols {
		width: 10.2564102564103%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	
	.cols8.lgdgallery .first8col {
		clear: both;
		margin-left: 0
	}

}

@media all and (min-width: 1081px) {


	.category .cols2 .cols {
		width: 48.717948717948715%;
		clear: none;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.category .cols3 .cols {
		width: 31.623931623931625%;
		clear: none;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.category .cols3 .cols.first2col {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	

	.category .cols3 .cols.first3col,
	.category .cols2 .cols.first2col {
		clear: both;
		margin-left: 0;
	}
	
}


/* ## LGD Blocks Extras
--------------------------------------------- */

.clear {
	clear: both;
}

.divider {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	border-top: 1px dotted #999;
}

.page-template-tmpl-blocks .entry {
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

p.drop-cap:first-child::first-letter,
.drop-cap > p:first-child::first-letter { 
	float: left;
	color: #437;
	font-size: 82px;
	font-size: 8.2rem;
	line-height: 60px;
	line-height: 6rem;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: 'Abril Fatface', cursive;
}

.csscols.vertical-rules {
	-webkit-column-rule: 1px dotted #999;
	-moz-column-rule: 1px dotted #999;
	column-rule: 1px dotted #999;
}

.accordion {
	margin-top: 16px;
	margin-top: 1.6rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	border-bottom: 1px solid #aaaaaa;
}

.accordion-title {
	font-size: 16px;
	font-size: 1.6rem;
	background: rgba(0,0,0,0.05);
	border: 1px solid #aaaaaa;
	border-bottom: none;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 0;
}

.accordion-title:after {
	content: "\f347";
	font-family: "dashicons";
	font-size: 18px;
	color: rgba(0,0,0,0.25);
	position: relative;
	top: 0;
	text-align: right;
	float: right;
}

.accordion-title.open:after {
	content: "";
}

.accordion-content {
	padding: 28px 20px 0;
	padding: 2.8rem 2rem 0;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	overflow: hidden;
}

.clicktoclose .accordion-title.open:after,
.both .accordion-title.open:after {
	content: "\f343";
}

li.tab-title a.ui-tabs-anchor {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
}

.lgdgallery p.wp-caption-text {
	line-height: 1.2;
	margin-top: 6px;
	margin-top: 0.6rem;
	margin-bottom: 0;
}

/* JQuery UI
----------------------------------*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix::before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0;/* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);/* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;/* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 0;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 8px 10px 7px;
	padding: 0.8rem 1rem 0.7rem;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
	overflow: hidden;
}
.ui-tabs-panel p {
	margin: 14px 0;
}

@media all and (max-width: 599px) {

	.ui-tabs .ui-tabs-nav {
		padding: 0;
	}
	
	.ui-tabs .ui-tabs-nav li:first-child {
		border-top: none;
	}
	
	.ui-tabs .ui-tabs-nav li {
		list-style: none;
		float: none;
		position: relative;
		top: 0;
		margin: 0;
		border-bottom-width: 0;
		padding: 0;
		white-space: nowrap;
		border-left: none;
		border-right: none;
	}
	
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: none;
		text-decoration: none;
		display: block;
	}
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		margin-bottom: 0;
		padding-bottom: 0;
		border-color: #ccc;
	}
	
}

.ui-tabs-anchor:focus {
	outline: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/* font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 1.1em;*/
}
.ui-widget .ui-widget {
	/* font-size: 1em;*/
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	/* font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 1em;*/
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff /* url("images/ui-bg_flat_50_ffffff_40x100.png") 50% 50% repeat-x */;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border-bottom: 1px solid #bbbbbb;
	background: rgba(0,0,0,0.05) /* url("images/ui-bg_flat_35_dddddd_40x100.png") 50% 50% repeat-x */;
	color: #444444;
	/* font-weight: bold;*/
}
.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #eeeeee /* url("images/ui-bg_flat_60_eeeeee_40x100.png") 50% 50% repeat-x */;
	/* font-weight: bold;*/
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #bbbbbb;
	background: #f8f8f8 /* url("images/ui-bg_flat_100_f8f8f8_40x100.png") 50% 50% repeat-x */;
	/* font-weight: bold;*/
	color: #000000;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #999999;
	background: #ffffff /* url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x */;
	/* font-weight: bold;*/
	color: #000000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #ffffff;
	background: #eeeeee /* url("images/ui-bg_flat_55_eeeeee_40x100.png") 50% 50% repeat-x */;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #c0402a;
	background: #c0402a /* url("images/ui-bg_flat_55_c0402a_40x100.png") 50% 50% repeat-x */;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);/* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);/* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35);/* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_999999_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_999999_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_70b2e1_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_3383bb_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_3383bb_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_fbc856_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px;}
.ui-icon-carat-1-n { background-position: 0 0;}
.ui-icon-carat-1-ne { background-position: -16px 0;}
.ui-icon-carat-1-e { background-position: -32px 0;}
.ui-icon-carat-1-se { background-position: -48px 0;}
.ui-icon-carat-1-s { background-position: -64px 0;}
.ui-icon-carat-1-sw { background-position: -80px 0;}
.ui-icon-carat-1-w { background-position: -96px 0;}
.ui-icon-carat-1-nw { background-position: -112px 0;}
.ui-icon-carat-2-n-s { background-position: -128px 0;}
.ui-icon-carat-2-e-w { background-position: -144px 0;}
.ui-icon-triangle-1-n { background-position: 0 -16px;}
.ui-icon-triangle-1-ne { background-position: -16px -16px;}
.ui-icon-triangle-1-e { background-position: -32px -16px;}
.ui-icon-triangle-1-se { background-position: -48px -16px;}
.ui-icon-triangle-1-s { background-position: -64px -16px;}
.ui-icon-triangle-1-sw { background-position: -80px -16px;}
.ui-icon-triangle-1-w { background-position: -96px -16px;}
.ui-icon-triangle-1-nw { background-position: -112px -16px;}
.ui-icon-triangle-2-n-s { background-position: -128px -16px;}
.ui-icon-triangle-2-e-w { background-position: -144px -16px;}
.ui-icon-arrow-1-n { background-position: 0 -32px;}
.ui-icon-arrow-1-ne { background-position: -16px -32px;}
.ui-icon-arrow-1-e { background-position: -32px -32px;}
.ui-icon-arrow-1-se { background-position: -48px -32px;}
.ui-icon-arrow-1-s { background-position: -64px -32px;}
.ui-icon-arrow-1-sw { background-position: -80px -32px;}
.ui-icon-arrow-1-w { background-position: -96px -32px;}
.ui-icon-arrow-1-nw { background-position: -112px -32px;}
.ui-icon-arrow-2-n-s { background-position: -128px -32px;}
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px;}
.ui-icon-arrow-2-e-w { background-position: -160px -32px;}
.ui-icon-arrow-2-se-nw { background-position: -176px -32px;}
.ui-icon-arrowstop-1-n { background-position: -192px -32px;}
.ui-icon-arrowstop-1-e { background-position: -208px -32px;}
.ui-icon-arrowstop-1-s { background-position: -224px -32px;}
.ui-icon-arrowstop-1-w { background-position: -240px -32px;}
.ui-icon-arrowthick-1-n { background-position: 0 -48px;}
.ui-icon-arrowthick-1-ne { background-position: -16px -48px;}
.ui-icon-arrowthick-1-e { background-position: -32px -48px;}
.ui-icon-arrowthick-1-se { background-position: -48px -48px;}
.ui-icon-arrowthick-1-s { background-position: -64px -48px;}
.ui-icon-arrowthick-1-sw { background-position: -80px -48px;}
.ui-icon-arrowthick-1-w { background-position: -96px -48px;}
.ui-icon-arrowthick-1-nw { background-position: -112px -48px;}
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px;}
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px;}
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px;}
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px;}
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px;}
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px;}
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px;}
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px;}
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px;}
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px;}
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px;}
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px;}
.ui-icon-arrowreturn-1-w { background-position: -64px -64px;}
.ui-icon-arrowreturn-1-n { background-position: -80px -64px;}
.ui-icon-arrowreturn-1-e { background-position: -96px -64px;}
.ui-icon-arrowreturn-1-s { background-position: -112px -64px;}
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px;}
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px;}
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px;}
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px;}
.ui-icon-arrow-4 { background-position: 0 -80px;}
.ui-icon-arrow-4-diag { background-position: -16px -80px;}
.ui-icon-extlink { background-position: -32px -80px;}
.ui-icon-newwin { background-position: -48px -80px;}
.ui-icon-refresh { background-position: -64px -80px;}
.ui-icon-shuffle { background-position: -80px -80px;}
.ui-icon-transfer-e-w { background-position: -96px -80px;}
.ui-icon-transferthick-e-w { background-position: -112px -80px;}
.ui-icon-folder-collapsed { background-position: 0 -96px;}
.ui-icon-folder-open { background-position: -16px -96px;}
.ui-icon-document { background-position: -32px -96px;}
.ui-icon-document-b { background-position: -48px -96px;}
.ui-icon-note { background-position: -64px -96px;}
.ui-icon-mail-closed { background-position: -80px -96px;}
.ui-icon-mail-open { background-position: -96px -96px;}
.ui-icon-suitcase { background-position: -112px -96px;}
.ui-icon-comment { background-position: -128px -96px;}
.ui-icon-person { background-position: -144px -96px;}
.ui-icon-print { background-position: -160px -96px;}
.ui-icon-trash { background-position: -176px -96px;}
.ui-icon-locked { background-position: -192px -96px;}
.ui-icon-unlocked { background-position: -208px -96px;}
.ui-icon-bookmark { background-position: -224px -96px;}
.ui-icon-tag { background-position: -240px -96px;}
.ui-icon-home { background-position: 0 -112px;}
.ui-icon-flag { background-position: -16px -112px;}
.ui-icon-calendar { background-position: -32px -112px;}
.ui-icon-cart { background-position: -48px -112px;}
.ui-icon-pencil { background-position: -64px -112px;}
.ui-icon-clock { background-position: -80px -112px;}
.ui-icon-disk { background-position: -96px -112px;}
.ui-icon-calculator { background-position: -112px -112px;}
.ui-icon-zoomin { background-position: -128px -112px;}
.ui-icon-zoomout { background-position: -144px -112px;}
.ui-icon-search { background-position: -160px -112px;}
.ui-icon-wrench { background-position: -176px -112px;}
.ui-icon-gear { background-position: -192px -112px;}
.ui-icon-heart { background-position: -208px -112px;}
.ui-icon-star { background-position: -224px -112px;}
.ui-icon-link { background-position: -240px -112px;}
.ui-icon-cancel { background-position: 0 -128px;}
.ui-icon-plus { background-position: -16px -128px;}
.ui-icon-plusthick { background-position: -32px -128px;}
.ui-icon-minus { background-position: -48px -128px;}
.ui-icon-minusthick { background-position: -64px -128px;}
.ui-icon-close { background-position: -80px -128px;}
.ui-icon-closethick { background-position: -96px -128px;}
.ui-icon-key { background-position: -112px -128px;}
.ui-icon-lightbulb { background-position: -128px -128px;}
.ui-icon-scissors { background-position: -144px -128px;}
.ui-icon-clipboard { background-position: -160px -128px;}
.ui-icon-copy { background-position: -176px -128px;}
.ui-icon-contact { background-position: -192px -128px;}
.ui-icon-image { background-position: -208px -128px;}
.ui-icon-video { background-position: -224px -128px;}
.ui-icon-script { background-position: -240px -128px;}
.ui-icon-alert { background-position: 0 -144px;}
.ui-icon-info { background-position: -16px -144px;}
.ui-icon-notice { background-position: -32px -144px;}
.ui-icon-help { background-position: -48px -144px;}
.ui-icon-check { background-position: -64px -144px;}
.ui-icon-bullet { background-position: -80px -144px;}
.ui-icon-radio-on { background-position: -96px -144px;}
.ui-icon-radio-off { background-position: -112px -144px;}
.ui-icon-pin-w { background-position: -128px -144px;}
.ui-icon-pin-s { background-position: -144px -144px;}
.ui-icon-play { background-position: 0 -160px;}
.ui-icon-pause { background-position: -16px -160px;}
.ui-icon-seek-next { background-position: -32px -160px;}
.ui-icon-seek-prev { background-position: -48px -160px;}
.ui-icon-seek-end { background-position: -64px -160px;}
.ui-icon-seek-start { background-position: -80px -160px;}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px;}
.ui-icon-stop { background-position: -96px -160px;}
.ui-icon-eject { background-position: -112px -160px;}
.ui-icon-volume-off { background-position: -128px -160px;}
.ui-icon-volume-on { background-position: -144px -160px;}
.ui-icon-power { background-position: 0 -176px;}
.ui-icon-signal-diag { background-position: -16px -176px;}
.ui-icon-signal { background-position: -32px -176px;}
.ui-icon-battery-0 { background-position: -48px -176px;}
.ui-icon-battery-1 { background-position: -64px -176px;}
.ui-icon-battery-2 { background-position: -80px -176px;}
.ui-icon-battery-3 { background-position: -96px -176px;}
.ui-icon-circle-plus { background-position: 0 -192px;}
.ui-icon-circle-minus { background-position: -16px -192px;}
.ui-icon-circle-close { background-position: -32px -192px;}
.ui-icon-circle-triangle-e { background-position: -48px -192px;}
.ui-icon-circle-triangle-s { background-position: -64px -192px;}
.ui-icon-circle-triangle-w { background-position: -80px -192px;}
.ui-icon-circle-triangle-n { background-position: -96px -192px;}
.ui-icon-circle-arrow-e { background-position: -112px -192px;}
.ui-icon-circle-arrow-s { background-position: -128px -192px;}
.ui-icon-circle-arrow-w { background-position: -144px -192px;}
.ui-icon-circle-arrow-n { background-position: -160px -192px;}
.ui-icon-circle-zoomin { background-position: -176px -192px;}
.ui-icon-circle-zoomout { background-position: -192px -192px;}
.ui-icon-circle-check { background-position: -208px -192px;}
.ui-icon-circlesmall-plus { background-position: 0 -208px;}
.ui-icon-circlesmall-minus { background-position: -16px -208px;}
.ui-icon-circlesmall-close { background-position: -32px -208px;}
.ui-icon-squaresmall-plus { background-position: -48px -208px;}
.ui-icon-squaresmall-minus { background-position: -64px -208px;}
.ui-icon-squaresmall-close { background-position: -80px -208px;}
.ui-icon-grip-dotted-vertical { background-position: 0 -224px;}
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px;}
.ui-icon-grip-solid-vertical { background-position: -32px -224px;}
.ui-icon-grip-solid-horizontal { background-position: -48px -224px;}
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px;}
.ui-icon-grip-diagonal-se { background-position: -80px -224px;}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url("images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80);/* support: IE8 */
}
.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60);/* support: IE8 */
	border-radius: 0px;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	/* background-color: #fff; */
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	margin: 16px auto;
	margin: 1.6rem auto;
}

@media all and (min-width: 960px) {

	.site-header .search-form {
		margin: 0;
	}
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* LGD addition to Genesis Sample */

.entry-content .search-form input[type="search"] {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* ## Search Box (LGD)
------------------------------------------ */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 4px;
	position: absolute;
	width: 1px;
	font-family: "dashicons";
	font-size: 18px;
	color: #333;
}

.search-form {
	overflow:auto;
	position: relative;
}

.search-form input[type="search"] {
	width: 90%;
	float: left;
	-webkit-appearance: none;
	border-radius: 3px 0 0 3px;
	border-right: none;
	margin-top: 1px;
	height: 30px;
	padding: 0 0 0 7px;
	/* max-width: 330px;*/
	font-size: 15px;
}
.search-form input[type="search"]:focus {
	border: 1px solid #ddd;
	border-right: none;
	outline: none;
}
.search-form input[type="submit"] {
	position: relative;
	display: inline-block;
	padding: 5px 8px 5px 0;
	margin: 1px 0 0;	
	width: 10%;	
	height: 30px;
	clip: auto;
	text-align: right;
	background-color: #fff;	
	transition-property: opacity;
	transition-delay: .3s;
	transition-duration: .5s;	
	border-radius: 0 ;
	border: 1px solid #ddd;
	border-left: none;
	color: #666;
}

.search-form input[type="submit"]:hover {
	/* opacity: .7;*/ 
	color: #999;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

h1.entry-title {
	font-size: 30px;
	font-size: 3rem;
}

@media all and (min-width: 800px) {

	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	h1.entry-title {
		font-size: 33px;
		font-size: 3.3rem;
	}

}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title,
.widgettitle {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-top: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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 {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text,
.gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.bypostauthor {
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

/* ## General
--------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

/* ## widget_calendar
--------------------------------------------- */

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Contact Form 7
--------------------------------------------- */

div.wpcf7 {
	overflow: hidden;
	margin-bottom: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14 !important;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000 !important;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ff0000 !important;
}

div.wpcf7-validation-errors {
	border: 2px solid #ff0000 !important;
}

.wpcf7 span.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-response-output {
	margin: 0 0 5px !important;
	margin: 0 0 0.5rem !important;
	padding: 6px 10px !important;
	padding: 0.6rem 1rem !important;
	float: left;
	width: 50%;
	min-height: 53px;
	min-height: 5.3rem;
}

div.wpcf7-response-output {
	line-height: 1.3;
}

.sidebar .widget div.wpcf7-response-output {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid, 
textarea.wpcf7-not-valid {
	border: 1px solid #ff0000;
}

.wpcf7-not-valid input[type="checkbox"] {
	outline: 1px solid #ff0000;
}

.sidebar .widget input.wpcf7-not-valid,
.sidebar .widget select.wpcf7-not-valid, 
.sidebar .widget textarea.wpcf7-not-valid {
	border: 1px solid #ff0000;
}

.sidebar .widget .wpcf7 p {
	font-size: 13px;
	font-size: 1.3rem;
}

.sidebar .widget .wpcf7 input[type="submit"] {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.wpcf7-submit {
	float: right;
}

.wpcf7 .ajax-loader {
	float: right;
	padding: 20px 10px 0 0;
	padding: 2rem 1rem 0 0;
}

.sidebar .widget .wpcf7 .ajax-loader {
	float: right;
	padding: 20px 6px 0 0;
	padding: 2rem 0.6rem 0 0;
}

.sidebar .widget .cf7-submit {
	overflow: hidden;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
	padding: 40px;
}

.enews-widget input {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

@media all and (min-width: 800px) {

	.sidebar .widget.enews-widget {
		padding: 0;
	}

}

/* ## Image Buttons
--------------------------------------------- */
.sbbouter {
	position: relative;
	background-size: cover;
	background-position: center center;
	max-width: 400px;
	margin: 20px auto;
	margin: 2rem auto;
}
.sbb {
	font-weight: 400;
	line-height: 1.2;
	padding: 10px;
	padding: 1rem;
}
a>.sbbouter:hover {
	opacity: 0.7;
}
.sbb.small {
	font-size: 16px;
	font-size: 1.6rem;
}
.sbb.medium {
	font-size: 22px;
	font-size: 2.2rem;
}
.sbb.large {
	font-size: 28px;
	font-size: 2.8rem;
}
.sbb.top {
	position: absolute;
	top: 0;
}
.sbb.vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.sbb.bottom {
	position: absolute;
	bottom: 0;
}
.sbb.left {
	left: 0;
	text-align: left;
}
.sbb.hcenter {
	left: 0;
	right: 0;
	text-align: center;
}
.sbb.right {
	right: 0;
	text-align: right;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Site Credits
--------------------------------------------- */

.credits {
	/* clear: both;*/
	background-color: #f1f4f8;
	border: none;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0 20px 0 0;
	padding: 0 2rem 0 0;
	overflow: hidden;
}

.credits img {
	padding: 0 20px 0 0;
	padding: 0 2rem 0 0;
	float: left;
}
.credits h4 {
	margin-top: 12px;
	margin-top: 1.2 rem;
	margin-bottom: 12px;
	margin-bottom: 1.2 rem;
}

.credits p {
	margin-bottom: 12px;
	margin-bottom: 1.2 rem;
}

/* # Sliders
---------------------------------------------------------------------------------------------------- */

/* ## Genesis Slider
------------------------------------------------------------ */

#genesis-responsive-slider {
	background-color: #fff;
	border: none;
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
}

.genesis-responsive-slider-wrap {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#slides {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
}

.slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=80);
	display: block;
	margin: 10px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	z-index: 8;
}

html > body .slide-excerpt-border {
	background: none;
	border: 1px solid #ddd;
	display: inline;
	float: left;
	margin: 10px;
	padding: 14px;
	position: relative;
	z-index: 8;
}

.slide-image {
	overflow: hidden;
}

.slide-excerpt h2 ,
.slide-excerpt p {
	margin: 0;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
} 

/* ## Flexslider
------------------------------------------------------------ */

.flexslider {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
	display: none;
} 

.flexslider .slides img {
	display: block;
	max-width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}

.flex-caption {
	background: rgba(0,0,0,.3);
	bottom: 0;
	color: #fff;
	font-size: 14px;
	left: 0;
	line-height: 18px;
	padding: 2%;
	position: absolute;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 96%;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -20px 0 0;
	display: block;
	background: url(images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0;
	right: 10px;
	transition: none;
	opacity: 0.7;
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px;
	transition: none;
	opacity: 1;
}

.flex-direction-nav li .prev {
	left: 10px;
	transition: none;
	opacity: 0.7;
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px;
	transition: none;
	opacity: 1;
}

.flex-direction-nav li .disabled { 	 
	cursor: default;
	filter:alpha(opacity=30);
	opacity: .3;
}

/* Control Nav */
.flex-control-nav {
	float: left;
	margin: -41px 0 10px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.flex-control-nav li {
	*display: inline;
	display: inline-block;
	margin: 0 0 0 5px;
	zoom: 1;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {	 
	background: url(images/bg_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 13px;
	text-indent: -9999px;
	width: 13px;
	transition: none;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

/* ## General
--------------------------------------------- */

.site-header {
	min-height: 120px;
	min-height: 30vh;
}

#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	height:100vh;
	background: #fff url('images/background-800.jpg') no-repeat center center;
	background-size: cover;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

@media all and (min-width: 480px) {

	#background {
		background: #fff url('images/background-1200.jpg') no-repeat center center;
		background-size: cover;
	}

}

@media all and (min-width: 800px) {

	#background {
		background: #fff url('images/background.jpg') no-repeat center center;
		background-size: cover;
	}

}


/* html {
	background: url('images/background.jpg') no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}
body
{
	height:100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: transparent;
} */

.custom-header .site-header {
	background-size: cover !important;
	background-position: center !important;
}

.site-header .wrap {
	min-height: 160px;
}

@media all and (min-width: 800px) {

	.site-header {
		min-height: 300px;
		min-height: 45vh;
	}

}

/* ## Title Area
--------------------------------------------- */

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 20px;
	margin-top: 2rem;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	padding: 5px 10px 0;
	padding: 0.5rem 1rem 0;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.75);
}

.title-area {
	float: left;
	padding: 0;
	min-width: 200px;
	min-width: 20rem;
	max-width: 400px;
	max-width: 40rem;
}

.header-image .title-area {
	background-position: center top;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	background-size: contain;
	float: left;
	min-height: 150px;
	min-height: 15rem;
	width: 100%;
}

@media 
all and (-webkit-min-device-pixel-ratio: 2), 
all and (min-resolution: 192dpi) {

	.header-image .site-title > a {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: contain;
		float: left;
		min-height: 150px;
		min-height: 15rem;
		width: 100%;
	}
	
}

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	padding: 0 10px 5px;
	padding: 0 1rem 0.5rem;
	margin-top: 0;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
	background-color: transparent;
	padding: 0;
}

@media all and (min-width: 480px) {

	.site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

}

@media all and (min-width: 800px) {

	.site-title {
		font-size: 48px;
		font-size: 4.8rem;
		/* 
margin-top: 60px;
		margin-top: 6rem;
 */
	}
	
	.site-description {
		font-size: 20px;
		font-size: 2rem;
	}

}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	/* width: 800px; */
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */


/* ## Navigation Toggles - Mobile
--------------------------------------------- */

.menu-toggle {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 900;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: center;
	visibility: visible;
	position: absolute;
	z-index: 1000;
	line-height: 32px;
}

.sub-menu-toggle {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 900;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	padding: 4px 10px 3px;
	padding: 0.4rem 1rem 0.3rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: right;
}

button.menu-toggle {
	margin-bottom: 0;
	width: 100%;
}

button.menu-toggle {
	background-color: #000;
	background-color: rgba(0,0,0,1);
	color: #fff;
}

button.sub-menu-toggle {
	background-color: transparent;
	color: #fff;
}

.menu-toggle::before {
	/* content: "\2261";*/
	content: "\f333";
	font-family: "dashicons";
	font-weight: normal;
}

.menu-toggle.activated::before {
	/* content: "\25b2";*/
	content: "\f343";
	font-family: "dashicons";
	font-weight: normal;
}

.sub-menu-toggle::before {
	content: "\f347";
	font-family: "dashicons";
	font-weight: normal;
}

.sub-menu-toggle.activated::before {
	content: "\f343";
	font-family: "dashicons";
	font-weight: normal;
}

/* ## Standard Navigation
--------------------------------------------- */

nav {
	display: none;
	position: relative;
}

nav {
	clear: both;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: transparent;
	margin-bottom: 0;
	z-index: 999;
}

.nav-primary .wrap {
	width: 100%;
}

.genesis-nav-menu .menu-item {
	/* background-color: transparent; */
	display: block;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	/* background-color: #000; */
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	width: 100%;
	/* text-transform: uppercase; */
	font-weight: 700;
}

.genesis-nav-menu a {
	display: block;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	opacity: 1;
	position: static;
	width: 100%;
}

.genesis-nav-menu .sub-menu .menu-item {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 0;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu .menu-item-has-children > a {
	border-left: 0;
	position: relative;
	width: auto;
	background-color: #000;
	background-color: rgba(0,0,0,1);
	color: #fff;
	border: 0;
	padding: 5px 10px 5px 25px;
	padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
	display: none;
}

.genesis-nav-menu .sub-menu .sub-menu a,
.genesis-nav-menu .sub-menu .sub-menu .menu-item-has-children > a{
	/* background-color: #000;
	background-color: rgba(0,0,0,1);
	color: #fff; */
	padding-left: 40px;
	padding-left: 4rem;
}

.genesis-nav-menu .sub-menu .sub-menu .sub-menu a,
.genesis-nav-menu .sub-menu .sub-menu .sub-menu .menu-item-has-children > a {
	background-color: #000;
	background-color: rgba(0,0,0,1);
	color: #fff;
	padding-left: 55px;
	padding-left: 5.5rem;
}

.menu-item-has-children > a:after {
	display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: block;
	position: relative;
	color: #fff;
	float: none;
	list-style-type: none;
	padding: 0;
	text-align: right;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

#mobile-menu {
	display: none;
} /* is this doing anything? */


@media all and (min-width: 960px) {

	.nav-primary .wrap {
		width: 90%;
	}

	.nav-primary {
		background-color: #000;
	}

	.nav-primary a {
		color: #fff;
	}

	.nav-primary .sub-menu a {
		color: #000;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .sub-menu .current-menu-item > a:hover {
		color: #e5554e;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: left;
		border-top: none;
	}

	.genesis-nav-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu {
		line-height: 24px;
		line-height: 2.4rem;
	}
	
	.genesis-nav-menu a {
		/* color: #333; not needed in colors
		display: block; */
		padding: 13px 12px 13px 0;
	}
	
	.genesis-nav-menu > .right {
		color: #fff;
		float: right;
		list-style-type: none;
		padding: 5px 0 0;
		padding: 0.5rem 0 0;
		border-top: none;
	}

	.genesis-nav-menu > .right > a {
		display: inline;
		padding: 0;
	}
	
	nav {
		display: block !important; /* Navigation Toggles - Ensure Menu Displays when Scaled Up */
		top: 0;
	}
	
.admin-bar nav {
		top: 32px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 150px;
		z-index: 99;
	}
	
	.genesis-nav-menu .menu-item > .sub-menu {
		display: block !important;
	}
	
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	.genesis-nav-menu .sub-menu .menu-item {
		border-top: none;
	}
	
	.menu-item-has-children > a:after {
		display: inline;
		font-family: "dashicons";
		font-weight: normal;
		content: "\2002\f347";
		position: relative;
		font-size: 14px;
		font-size: 1.4rem;
		top: 2px;
		top: 0.2rem;
	}
	
	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .menu-item-has-children > a {
		background-color: #e5e5e5;
		border: 1px solid rgba(0,0,0,0.7);
		border-top: none;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		padding: 11px 10px 9px;
		padding: 1.1rem 1rem 0.9rem;
		position: relative;
		width: 200px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .sub-menu .menu-item-has-children > a,
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu .menu-item-has-children > a {
		background-color: #e5e5e5;
		border: 1px solid rgba(0,0,0,0.7);
		border-top: none;
		padding: 11px 10px 9px;
		padding: 1.1rem 1rem 0.9rem;
		width: 200px;
	}

	.genesis-nav-menu .sub-menu .menu-item-has-children > a,
	.genesis-nav-menu .sub-menu .sub-menu .menu-item-has-children > a {
		padding: 11px 20px 9px 10px;
		padding: 1.1rem 2rem 0.9rem 1rem;
	}

	.genesis-nav-menu .sub-menu .menu-item-has-children > a::after,
	.genesis-nav-menu  .sub-menu .sub-menu .menu-item-has-children > a::after {
		display: block;
		font-family: "dashicons";
		font-weight: normal;
		color: #000;
		content: "\f345";
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 16px;
		line-height: 1.6rem;
		cursor: pointer;
		width: 14px;
		width: 1.4rem;
		text-align: right;
		float:right;
		margin-right: -14px;
		margin-right: -1.4rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -41px 0 0 199px;
	}
	
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
	margin-top: -5.6rem;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

@media all and (max-width: 959px) {

	.genesis-nav-menu li.right {
		/* display: none; */
	}

} /* not sure this should be used as general case removing for now */


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.site-inner {
	background-color: #fff;
}

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.content .entry {
	border-bottom: none;
}

.archive .content .entry,
.archive .event-listing,
.page-template-tmpl-events .listing .entry,
.page-template-tmpl-events-archive .listing .entry {
	border-bottom: 1px dotted #999;
}

/* .archive article:first-of-type, */
.archive .event-listing:first-of-type,
.page-template-tmpl-events .listing article:first-of-type,
.page-template-tmpl-events-archive .listing article:first-of-type {
	border-top: 1px dotted #999;
	padding-top: 30px;
	padding-top: 3rem;
}

.entry-content .entry {
	border-bottom: dotted 1px #999;
	padding-top: 30px;
	padding-top: 3rem;
	margin-bottom: 0;
}
.entry-content article:first-of-type {
	border-top: 1px dotted #999;
	padding-top: 30px;
	padding-top: 3rem;
}

.event-listing {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
}

.content .entry.sticky {
	background-color: #f5f5f5;
	padding: 10px 20px 0;
	padding: 1rem 2rem 0;
	border-bottom: none;
}

.content .div-highlight {
	background-color: #f5f5f5;
	padding: 20px 20px 20px;
	padding: 2rem 2rem 2rem;
	border-bottom: none;
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.content .div-highlight p:last-child {
	margin-bottom: 0;
}

.archive .entry {
	border-bottom: 1px dotted #999;
	padding-bottom: 24px;
	padding-bottom: 2.4rem;
}

.entry-content ol,
.entry-content ul,
.comment-content ol,
.comment-content ul,
.archive-description ul,
.archive-description ol {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol > li,
.comment-content ol > li,
.archive-description ol > li {
	list-style-type: decimal;
}

.entry-comments ol > li {
	list-style-type: none;
}

.entry-content ul > li,
.comment-content ul > li,
.archive-description ul > li {
	list-style-type: disc;
}

.entry-content ul > li,
.entry-content ol > li,
.archive-description ul > li,
.archive-description ol > li {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
}

.entry-content ul:not(.wp-block-gallery) > li:last-child,
.entry-content ol > li:last-child,
.archive-description ul > li:last-child,
.archive-description ol > li:last-child {
	margin-bottom: 0;
}

.entry-content ol ol,
.entry-content ul ul,
.archive-description ol ol,
.archive-description ul ul {
	margin-bottom: 0;
}

.entry-content code,
.archive-description code {
	color: #000;
}

.entry-content hr,
.archive-description hr {
    height: 1px;
    font-size: 0;
    border: 0;
}

.lgdgallery {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
	/* background-color: #fff; */
}

@media all and (min-width: 800px) {

	.lgdgallery {
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
}

.lgdgallery.block {
	margin-bottom: 0;
	padding: 10px 0 0;
	padding: 1rem 0 0;
	/* background-color: #fff; */
}

.lgdgallery .entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
}

.lgdgallery.block .cols{
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	padding: 0;
}

.lgdgallery .aligncenter {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	padding-top: 0;	
}

/* .entry-categories,
.entry-tags {
	display: block;
} */

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 20px 0 40px;
	margin: 2rem 0 4rem;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	display: block;
	justify-content: unset;
	align-items: initial;
	-ms-flex-flow: initial;
	flex-wrap: nowrap;
	text-align: center;
}

.archive-pagination li {
	display: inline-block;
	float: none;
	padding: 0 2px;
	padding: 0 0.2rem;
	text-align: center;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7px 10px 5px;
	padding: 0.7rem 1rem 0.5rem;
	min-width: 38px;
	min-width: 3.8rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

@media all and (min-width: 480px) {
	
	.archive-pagination ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: baseline;
		-ms-flex-flow: row wrap;
		flex-wrap: wrap;
	}

	.archive-pagination li {
		display: inline-block;
		padding: 0 2px;
		padding: 0 0.2rem;
		text-align: center;
	}

}

@media all and (min-width: 800px) {

	.archive-pagination li a {
		margin-bottom: 0;
	}
	
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

ol.comment-list li,
ol.ping-list li {
	list-style-type: none;
}

.entry-comments {
	padding: 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li.comment {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li.comment {
	margin-right: -32px;
	margin-right: -3.2rem
}

.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;
	margin-right: 1.2rem
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
	padding: 2.4rem;
}

/* @media all and (min-width: 800px) {
	
	.comment-respond,
	.entry-pings {
		padding: 40px 0 16px;
		padding: 4rem 0 1.6rem;
	}

} */

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar ul li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 20px;
	padding: 2rem;
	color: #333;
	overflow: hidden;
}

/* 
.sidebar .widget_search {
	padding: 0;
}
 */

aside section {
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}

.sidebar-button .dashicons,
.sidebar-button .dashicons-before::before {
	display: inline-block;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	font-family: "dashicons";
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: -13px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}	
.sidebar-button .dashicons-before::before {
	padding-right: 16px;
	padding-right: 1.6rem;
	padding-left: 24px;
	padding-left: 2.4rem;
	text-indent: 0;
}
.sidebar-button .dashicons-before {	
	padding-left: 80px;
	padding-left: 8rem;
	text-indent: -80px;
	text-indent: -8rem;
}
.widget_button {
	text-align: center;
}

.sidebar-button {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
	padding-left: 0;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/* background-color: #333; */
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.footer-widgets {
	color: #ccc;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a:hover {
	color: #e5554e;
}

.footer-widgets a.button {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	clear: both;
	float: none;
	max-width: 959px;
	width: 100%;
}

.footer-widgets-2,
.footer-widgets-3 {
	margin-left: 0;
}

@media all and (min-width: 960px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 31.623931623931625%;
	}

	.footer-widgets-1 {
		/* margin-right: 0; */
	}

	.footer-widgets-1 {
		/* clear: none; */
		float: left;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		clear: none;
		float: left;
		margin-left: 2.564102564102564%;
	}

}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	/* background-color: #000; */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
	color: #ccc;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #e5554e;
}

.footer-left,
.footer-right {
	float: none;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	padding: 0.5rem 0;
}

@media all and (min-width: 800px) {

	.footer-left {
		float: left;
		width: 48.717948717948715%;
		text-align: left;
	}

	.footer-right {
		float: right;
		width: 48.717948717948715%;
		text-align: right;
	}

}

/* # Dashicons
---------------------------------------------------------------------------------------------------- */

.entry-time::before,
.entry-author::before,
.entry-comments-link::before,
.entry-categories::before,
.entry-tags::before,
.entry-location::before {
	color: #c4c4c4;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	font: normal 2rem/1 'dashicons';
	vertical-align: -4px;
	vertical-align: -0.4rem;
	margin-right: 5px;
	margin-right: 0.5rem;
}
.entry-time::before {
	content: "\f145";/* dashicons-calendar */
}

.entry-author::before {
	content: "\f110";/* dashicons-admin-users */
}

.entry-comments-link::before {
	content: "\f101";/* dashicons-admin-comments */
}

.entry-categories::before {
	content: "\f318";/* dashicons-category */
}

.entry-tags::before {
	content: "\f323";/* dashicons-tag */
}

.entry-location::before {
	content: "\f230";/* dashicons-location */
}

.entry-time,
.entry-author,
.entry-categories {
	padding-right: 10px;
	padding-right: 1rem;
}
.entry-categories,
.entry-tags,
.entry-location {
	display: inline-block;
}

/* # Screen Reader Text
---------------------------------------------------------------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* # To Top Button
---------------------------------------------------------------------------------------------------- */

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:10px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(229,85,78,1) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e5554e;
	opacity:1;
}

@media all and (min-width: 1340px) {
	.to-top {
		height:50px;
		width:50px;
	}

}


/* ## Theme colour default #000000 / #3F3F3F / #F2F2F2 / #E5E5E5 // #0066cc
--------------------------------------------- */
.lgd-default h1, .lgd-default h2, .lgd-default h3, .lgd-default h4, .lgd-default h5, .lgd-default h6 { color: #000000; } .lgd-default a { color: #0066cc; } .lgd-default a:hover { color: #333; } .lgd-default p.drop-cap:first-child::first-letter, .lgd-default .drop-cap > p:first-child::first-letter { color: #000000; } .lgd-default .entry-title a, .lgd-default .sidebar .widget-title a { color: #000000; } .entry-title a:hover { color: #0066cc; } .lgd-default button, .lgd-default input[type="button"], .lgd-default input[type="reset"], .lgd-default input[type="submit"], .lgd-default .button { background-color: #000000; color: #fff; } .lgd-default button:visited, .lgd-default input[type="button"]:visited, .lgd-default input[type="reset"]:visited, .lgd-default input[type="submit"]:visited, .lgd-default .button:visited { color: #fff; } .lgd-default button:hover, .lgd-default input[type="button"]:hover, .lgd-default input[type="reset"]:hover, .lgd-default input[type="submit"]:hover, .lgd-default .button:hover { background-color: #3F3F3F; color: #c00; } .lgd-default .footer-widgets button, .lgd-default .footer-widgets input[type="button"], .lgd-default .footer-widgets input[type="reset"], .lgd-default .footer-widgets input[type="submit"], .lgd-default .footer-widgets .button { background-color: #000000; } .lgd-default .footer-widgets button:visited, .lgd-default .footer-widgets input[type="button"]:visited, .lgd-default .footer-widgets input[type="reset"]:visited, .lgd-default .footer-widgets input[type="submit"]:visited, .lgd-default .footer-widgets .button:visited { color: #fff; } .lgd-default .footer-widgets button:hover, .lgd-default .footer-widgets input[type="button"]:hover, .lgd-default .footer-widgets input[type="reset"]:hover, .lgd-default .footer-widgets input[type="submit"]:hover, .lgd-default .footer-widgets .button:hover { background-color: #000000; color: #c00; } .lgd-default .search-form input[type="submit"] { background-color: #fff; } .lgd-default .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #000000; color: #fff; } .enews-widget input:visited[type="submit"] { background-color: #000000; color: #fff; } .enews-widget input:hover[type="submit"] { bcolor: #0066cc; } .lgd-default li.tab-title a.ui-tabs-anchor { color: #000000; } .lgd-default .site-title { background-color: #000000; background-color: rgba(0,0,0,0.75); color: #fff; } .lgd-default .site-title a, .lgd-default .site-title a:hover { text-shadow: 0px 0px 2px rgba(0,0,0,0.75); color: #fff; } .lgd-default .site-description { text-shadow: 0px 0px 2px rgba(0,0,0,0.75); background-color: #000000; background-color: rgba(0,0,0,0.75); color: #fff; } .lgd-default.header-image .site-description, .lgd-default.header-image .site-title { background-color: transparent; } /* .lgd-default .nav-primary { background-color: #000000; } */ .lgd-default .nav-primary a { color: #fff; } .lgd-default .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #fff; } /* .lgd-default .nav-primary .sub-menu a { color: #000000; } .lgd-default .genesis-nav-menu a:hover, .lgd-default .genesis-nav-menu .current-menu-item > a, .lgd-default .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .lgd-default .nav-primary a:hover, .lgd-default .nav-primary .current-menu-item > a, .lgd-default .nav-primary .sub-menu .current-menu-item > a:hover { color: #c00; } .lgd-default .genesis-nav-menu a { color: #000000; display: block; padding: 12px 12px; } */ .lgd-default .content .entry.sticky { background-color: #F2F2F2; } .lgd-default .content .div-highlight { background-color: #F2F2F2; } .lgd-default .sidebar .widget { background-color: #F2F2F2; } .lgd-default blockquote::before { color: #000000; } .lgd-default hr, .lgd-default hr.wp-block-separator { color: #000000; background: #000000; } .lgd-default .entry-time:before, .lgd-default .entry-author:before, .lgd-default .entry-comments-link:before, .lgd-default .entry-categories:before, .lgd-default .entry-tags:before, .lgd-default .entry-location:before { color: #3F3F3F; } .lgd-default .archive-pagination li a { background-color: #000000; } .lgd-default .archive-pagination li a:visited { color: #fff; } .lgd-default .archive-pagination li a:hover, .lgd-default .archive-pagination .active a { background-color: #3F3F3F; color: #fff; } .lgd-default .sidebar .widget.enews-widget { background-color: #000000; } .lgd-default .enews-widget input { border: 1px solid #000000; } .lgd-default .enews-widget input:hover[type="submit"] { color: #000000; } .lgd-default .footer-widgets a { color: #fff; } .lgd-default .footer-widgets a:hover { color: #0066cc; } .lgd-default .footer-widgets { background-color: #3F3F3F; } .lgd-default .footer-widgets input { border: 1px solid #000000; } .lgd-default .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-default .site-footer { background-color: #000000; } .lgd-default .site-footer a { color: #fff; } .lgd-default .site-footer a:hover { color: #ccc; } .lgd-default .to-top { background: #0066cc url(images/to-top.svg) no-repeat center 50%; } .lgd-default .no-touch .to-top:hover { background-color: #0066cc; } .lgd-default table { background-color: #000000; } .lgd-default button.menu-toggle { background-color: #000000; } .lgd-default button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-default .genesis-nav-menu .menu-item, .lgd-default .genesis-nav-menu .menu-item a { background-color: transparent; color: #fff; } .lgd-default .genesis-nav-menu .sub-menu a, .lgd-default .genesis-nav-menu .sub-menu .sub-menu a{ background-color: transparent; color: #fff; } .lgd-default .nav-primary { background-color: #000000; } .lgd-default .nav-primary a:hover, .lgd-default .genesis-nav-menu .current-menu-item > a, .lgd-default .genesis-nav-menu .menu-item a:hover, .lgd-default .genesis-nav-menu .sub-menu .current-menu-item > a, .lgd-default .genesis-nav-menu .sub-menu a:hover, .lgd-default .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-default .genesis-nav-menu .sub-menu .sub-menu a:hover, .lgd-default .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-default .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #c00; } .lgd-default #menu-item-lgd-soc { background-color: #000000; } @media only screen and (min-width: 800px) { .lgd-default .genesis-nav-menu .sub-menu a, .lgd-default .genesis-nav-menu .sub-menu .sub-menu a, .lgd-default .genesis-nav-menu .sub-menu .sub-menu .sub-menu a { background-color: #3F3F3F; } } .lgd-default.category .flexcontainer div.box { background-color: #E5E5E5; } 
/* ## Theme colour blue #025196 / #417CB0 / #F2F6F9 / #F4ECE5 // #0066cc
--------------------------------------------- */
.lgd-blue h1, .lgd-blue h2, .lgd-blue h3, .lgd-blue h4, .lgd-blue h5, .lgd-blue h6 { color: #025196; } .lgd-blue a { color: #0066cc; } .lgd-blue a:hover { color: #333; } .lgd-blue p.drop-cap:first-child::first-letter, .lgd-blue .drop-cap > p:first-child::first-letter { color: #025196; } .lgd-blue .entry-title a, .lgd-blue .sidebar .widget-title a { color: #025196; } .entry-title a:hover { color: #0066cc; } .lgd-blue button, .lgd-blue input[type="button"], .lgd-blue input[type="reset"], .lgd-blue input[type="submit"], .lgd-blue .button { background-color: #025196; color: #fff; } .lgd-blue button:visited, .lgd-blue input[type="button"]:visited, .lgd-blue input[type="reset"]:visited, .lgd-blue input[type="submit"]:visited, .lgd-blue .button:visited { color: #fff; } .lgd-blue button:hover, .lgd-blue input[type="button"]:hover, .lgd-blue input[type="reset"]:hover, .lgd-blue input[type="submit"]:hover, .lgd-blue .button:hover { background-color: #025196; color: #c00; } .lgd-blue .footer-widgets button, .lgd-blue .footer-widgets input[type="button"], .lgd-blue .footer-widgets input[type="reset"], .lgd-blue .footer-widgets input[type="submit"], .lgd-blue .footer-widgets .button { background-color: #025196; } .lgd-blue .footer-widgets button:visited, .lgd-blue .footer-widgets input[type="button"]:visited, .lgd-blue .footer-widgets input[type="reset"]:visited, .lgd-blue .footer-widgets input[type="submit"]:visited, .lgd-blue .footer-widgets .button:visited { color: #fff; } .lgd-blue .footer-widgets button:hover, .lgd-blue .footer-widgets input[type="button"]:hover, .lgd-blue .footer-widgets input[type="reset"]:hover, .lgd-blue .footer-widgets input[type="submit"]:hover, .lgd-blue .footer-widgets .button:hover { background-color: #025196; color: #c00; } .lgd-blue .search-form input[type="submit"] { background-color: #fff; } .lgd-blue .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #025196; color: #fff; } .enews-widget input:visited[type="submit"] { background-color: #025196; color: #fff; } .enews-widget input:hover[type="submit"] { bcolor: #0066cc; } .lgd-blue li.tab-title a.ui-tabs-anchor { color: #025196; } .lgd-blue .site-title { background-color: #025196; background-color: rgba(2,81,150,0.75); color: #fff; } .lgd-blue .site-title a, .lgd-blue .site-title a:hover { text-shadow: 0px 0px 2px rgba(2,81,150,0.75); color: #fff; } .lgd-blue .site-description { text-shadow: 0px 0px 2px rgba(2,81,150,0.75); background-color: #025196; background-color: rgba(2,81,150,0.75); color: #fff; } .lgd-blue.header-image .site-description, .lgd-blue.header-image .site-title { background-color: transparent; } /* .lgd-blue .nav-primary { background-color: #025196; } */ .lgd-blue .nav-primary a { color: #fff; } .lgd-blue .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #fff; } /* .lgd-blue .nav-primary .sub-menu a { color: #025196; } .lgd-blue .genesis-nav-menu a:hover, .lgd-blue .genesis-nav-menu .current-menu-item > a, .lgd-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .lgd-blue .nav-primary a:hover, .lgd-blue .nav-primary .current-menu-item > a, .lgd-blue .nav-primary .sub-menu .current-menu-item > a:hover { color: #c00; } .lgd-blue .genesis-nav-menu a { color: #025196; display: block; padding: 12px 12px; } */ .lgd-blue .content .entry.sticky { background-color: #F2F6F9; } .lgd-blue .content .div-highlight { background-color: #F2F6F9; } .lgd-blue .sidebar .widget { background-color: #F2F6F9; } .lgd-blue blockquote::before { color: #025196; } .lgd-blue hr, .lgd-blue hr.wp-block-separator { color: #025196; background: #025196; } .lgd-blue .entry-time:before, .lgd-blue .entry-author:before, .lgd-blue .entry-comments-link:before, .lgd-blue .entry-categories:before, .lgd-blue .entry-tags:before, .lgd-blue .entry-location:before { color: #417CB0; } .lgd-blue .archive-pagination li a { background-color: #025196; } .lgd-blue .archive-pagination li a:visited { color: #fff; } .lgd-blue .archive-pagination li a:hover, .lgd-blue .archive-pagination .active a { background-color: #417CB0; color: #fff; } .lgd-blue .sidebar .widget.enews-widget { background-color: #025196; } .lgd-blue .enews-widget input { border: 1px solid #025196; } .lgd-blue .enews-widget input:hover[type="submit"] { color: #025196; } .lgd-blue .footer-widgets a { color: #fff; } .lgd-blue .footer-widgets a:hover { color: #0066cc; } .lgd-blue .footer-widgets { background-color: #417CB0; } .lgd-blue .footer-widgets input { border: 1px solid #025196; } .lgd-blue .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-blue .site-footer { background-color: #025196; } .lgd-blue .site-footer a { color: #fff; } .lgd-blue .site-footer a:hover { color: #ccc; } .lgd-blue .to-top { background: #0066cc url(images/to-top.svg) no-repeat center 50%; } .lgd-blue .no-touch .to-top:hover { background-color: #0066cc; } .lgd-blue table { background-color: #025196; } .lgd-blue button.menu-toggle { background-color: #025196; } .lgd-blue button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-blue .genesis-nav-menu .menu-item, .lgd-blue .genesis-nav-menu .menu-item a { background-color: transparent; color: #fff; } .lgd-blue .genesis-nav-menu .sub-menu a, .lgd-blue .genesis-nav-menu .sub-menu .sub-menu a{ background-color: transparent; color: #fff; } .lgd-blue .nav-primary { background-color: #025196; } .lgd-blue .nav-primary a:hover, .lgd-blue .genesis-nav-menu .current-menu-item > a, .lgd-blue .genesis-nav-menu .menu-item a:hover, .lgd-blue .genesis-nav-menu .sub-menu .current-menu-item > a, .lgd-blue .genesis-nav-menu .sub-menu a:hover, .lgd-blue .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-blue .genesis-nav-menu .sub-menu .sub-menu a:hover, .lgd-blue .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-blue .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #c00; } .lgd-blue #menu-item-lgd-soc { background-color: #025196; } @media only screen and (min-width: 800px) { .lgd-blue .genesis-nav-menu .sub-menu a, .lgd-blue .genesis-nav-menu .sub-menu .sub-menu a, .lgd-blue .genesis-nav-menu .sub-menu .sub-menu .sub-menu a { background-color: #417CB0; } } .lgd-blue.category .flexcontainer div.box { background-color: #F4ECE5; }
/* ## Theme colour green #35695e / #678E86 / #F4F7F6 / #F0EAEC // #0066cc
--------------------------------------------- */
.lgd-green h1, .lgd-green h2, .lgd-green h3, .lgd-green h4, .lgd-green h5, .lgd-green h6 { color: #35695e; } .lgd-green a { color: #0066cc; } .lgd-green a:hover { color: #333; } .lgd-green p.drop-cap:first-child::first-letter, .lgd-green .drop-cap > p:first-child::first-letter { color: #35695e; } .lgd-green .entry-title a, .lgd-green .sidebar .widget-title a { color: #35695e; } .entry-title a:hover { color: #0066cc; } .lgd-green button, .lgd-green input[type="button"], .lgd-green input[type="reset"], .lgd-green input[type="submit"], .lgd-green .button { background-color: #35695e; color: #fff; } .lgd-green button:visited, .lgd-green input[type="button"]:visited, .lgd-green input[type="reset"]:visited, .lgd-green input[type="submit"]:visited, .lgd-green .button:visited { color: #fff; } .lgd-green button:hover, .lgd-green input[type="button"]:hover, .lgd-green input[type="reset"]:hover, .lgd-green input[type="submit"]:hover, .lgd-green .button:hover { background-color: #35695e; color: #c00; } .lgd-green .footer-widgets button, .lgd-green .footer-widgets input[type="button"], .lgd-green .footer-widgets input[type="reset"], .lgd-green .footer-widgets input[type="submit"], .lgd-green .footer-widgets .button { background-color: #35695e; } .lgd-green .footer-widgets button:visited, .lgd-green .footer-widgets input[type="button"]:visited, .lgd-green .footer-widgets input[type="reset"]:visited, .lgd-green .footer-widgets input[type="submit"]:visited, .lgd-green .footer-widgets .button:visited { color: #fff; } .lgd-green .footer-widgets button:hover, .lgd-green .footer-widgets input[type="button"]:hover, .lgd-green .footer-widgets input[type="reset"]:hover, .lgd-green .footer-widgets input[type="submit"]:hover, .lgd-green .footer-widgets .button:hover { background-color: #35695e; color: #c00; } .lgd-green .search-form input[type="submit"] { background-color: #fff; } .lgd-green .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #35695e; color: #fff; } .enews-widget input:visited[type="submit"] { background-color: #35695e; color: #fff; } .enews-widget input:hover[type="submit"] { bcolor: #0066cc; } .lgd-green li.tab-title a.ui-tabs-anchor { color: #35695e; } .lgd-green .site-title { background-color: #35695e; background-color: rgba(53,105,94,0.75); color: #fff; } .lgd-green .site-title a, .lgd-green .site-title a:hover { text-shadow: 0px 0px 2px rgba(53,105,94,0.75); color: #fff; } .lgd-green .site-description { text-shadow: 0px 0px 2px rgba(53,105,94,0.75); background-color: #35695e; background-color: rgba(53,105,94,0.75); color: #fff; } .lgd-green.header-image .site-description, .lgd-green.header-image .site-title { background-color: transparent; } /* .lgd-green .nav-primary { background-color: #35695e; } */ .lgd-green .nav-primary a { color: #fff; } .lgd-green .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #fff; } /* .lgd-green .nav-primary .sub-menu a { color: #35695e; } .lgd-green .genesis-nav-menu a:hover, .lgd-green .genesis-nav-menu .current-menu-item > a, .lgd-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .lgd-green .nav-primary a:hover, .lgd-green .nav-primary .current-menu-item > a, .lgd-green .nav-primary .sub-menu .current-menu-item > a:hover { color: #c00; } .lgd-green .genesis-nav-menu a { color: #35695e; display: block; padding: 12px 12px; } */ .lgd-green .content .entry.sticky { background-color: #F4F7F6; } .lgd-green .content .div-highlight { background-color: #F4F7F6; } .lgd-green .sidebar .widget { background-color: #F4F7F6; } .lgd-green blockquote::before { color: #35695e; } .lgd-green hr, .lgd-green hr.wp-block-separator { color: #35695e; background: #35695e; } .lgd-green .entry-time:before, .lgd-green .entry-author:before, .lgd-green .entry-comments-link:before, .lgd-green .entry-categories:before, .lgd-green .entry-tags:before, .lgd-green .entry-location:before { color: #678E86; } .lgd-green .archive-pagination li a { background-color: #35695e; } .lgd-green .archive-pagination li a:visited { color: #fff; } .lgd-green .archive-pagination li a:hover, .lgd-green .archive-pagination .active a { background-color: #678E86; color: #fff; } .lgd-green .sidebar .widget.enews-widget { background-color: #35695e; } .lgd-green .enews-widget input { border: 1px solid #35695e; } .lgd-green .enews-widget input:hover[type="submit"] { color: #35695e; } .lgd-green .footer-widgets a { color: #fff; } .lgd-green .footer-widgets a:hover { color: #0066cc; } .lgd-green .footer-widgets { background-color: #678E86; } .lgd-green .footer-widgets input { border: 1px solid #35695e; } .lgd-green .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-green .site-footer { background-color: #35695e; } .lgd-green .site-footer a { color: #fff; } .lgd-green .site-footer a:hover { color: #ccc; } .lgd-green .to-top { background: #0066cc url(images/to-top.svg) no-repeat center 50%; } .lgd-green .no-touch .to-top:hover { background-color: #0066cc; } .lgd-green table { background-color: #35695e; } .lgd-green button.menu-toggle { background-color: #35695e; } .lgd-green button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-green .genesis-nav-menu .menu-item, .lgd-green .genesis-nav-menu .menu-item a { background-color: transparent; color: #fff; } .lgd-green .genesis-nav-menu .sub-menu a, .lgd-green .genesis-nav-menu .sub-menu .sub-menu a{ background-color: transparent; color: #fff; } .lgd-green .nav-primary { background-color: #35695e; } .lgd-green .nav-primary a:hover, .lgd-green .genesis-nav-menu .current-menu-item > a, .lgd-green .genesis-nav-menu .menu-item a:hover, .lgd-green .genesis-nav-menu .sub-menu .current-menu-item > a, .lgd-green .genesis-nav-menu .sub-menu a:hover, .lgd-green .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-green .genesis-nav-menu .sub-menu .sub-menu a:hover, .lgd-green .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-green .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #c00; } .lgd-green #menu-item-lgd-soc { background-color: #35695e; } @media only screen and (min-width: 800px) { .lgd-green .genesis-nav-menu .sub-menu a, .lgd-green .genesis-nav-menu .sub-menu .sub-menu a, .lgd-green .genesis-nav-menu .sub-menu .sub-menu .sub-menu a { background-color: #678E86; } } .lgd-green.category .flexcontainer div.box { background-color: #F0EAEC; }
/* ## Theme colour red #5d0303 / #854242 / #F6F2F2 / #E5EEEE // #0066cc
--------------------------------------------- */
.lgd-red h1, .lgd-red h2, .lgd-red h3, .lgd-red h4, .lgd-red h5, .lgd-red h6 { color: #5d0303; } .lgd-red a { color: #0066cc; } .lgd-red a:hover { color: #333; } .lgd-red p.drop-cap:first-child::first-letter, .lgd-red .drop-cap > p:first-child::first-letter { color: #5d0303; } .lgd-red .entry-title a, .lgd-red .sidebar .widget-title a { color: #5d0303; } .entry-title a:hover { color: #0066cc; } .lgd-red button, .lgd-red input[type="button"], .lgd-red input[type="reset"], .lgd-red input[type="submit"], .lgd-red .button { background-color: #5d0303; color: #fff; } .lgd-red button:visited, .lgd-red input[type="button"]:visited, .lgd-red input[type="reset"]:visited, .lgd-red input[type="submit"]:visited, .lgd-red .button:visited { color: #fff; } .lgd-red button:hover, .lgd-red input[type="button"]:hover, .lgd-red input[type="reset"]:hover, .lgd-red input[type="submit"]:hover, .lgd-red .button:hover { background-color: #5d0303; color: #c00; } .lgd-red .footer-widgets button, .lgd-red .footer-widgets input[type="button"], .lgd-red .footer-widgets input[type="reset"], .lgd-red .footer-widgets input[type="submit"], .lgd-red .footer-widgets .button { background-color: #5d0303; } .lgd-red .footer-widgets button:visited, .lgd-red .footer-widgets input[type="button"]:visited, .lgd-red .footer-widgets input[type="reset"]:visited, .lgd-red .footer-widgets input[type="submit"]:visited, .lgd-red .footer-widgets .button:visited { color: #fff; } .lgd-red .footer-widgets button:hover, .lgd-red .footer-widgets input[type="button"]:hover, .lgd-red .footer-widgets input[type="reset"]:hover, .lgd-red .footer-widgets input[type="submit"]:hover, .lgd-red .footer-widgets .button:hover { background-color: #5d0303; color: #c00; } .lgd-red .search-form input[type="submit"] { background-color: #fff; } .lgd-red .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #5d0303; color: #fff; } .enews-widget input:visited[type="submit"] { background-color: #5d0303; color: #fff; } .enews-widget input:hover[type="submit"] { bcolor: #0066cc; } .lgd-red li.tab-title a.ui-tabs-anchor { color: #5d0303; } .lgd-red .site-title { background-color: #5d0303; background-color: rgba(93,3,3,0.75); color: #fff; } .lgd-red .site-title a, .lgd-red .site-title a:hover { text-shadow: 0px 0px 2px rgba(93,3,3,0.75); color: #fff; } .lgd-red .site-description { text-shadow: 0px 0px 2px rgba(93,3,3,0.75); background-color: #5d0303; background-color: rgba(93,3,3,0.75); color: #fff; } .lgd-red.header-image .site-description, .lgd-red.header-image .site-title { background-color: transparent; } /* .lgd-red .nav-primary { background-color: #5d0303; } */ .lgd-red .nav-primary a { color: #fff; } .lgd-red .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #fff; } /* .lgd-red .nav-primary .sub-menu a { color: #5d0303; } .lgd-red .genesis-nav-menu a:hover, .lgd-red .genesis-nav-menu .current-menu-item > a, .lgd-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .lgd-red .nav-primary a:hover, .lgd-red .nav-primary .current-menu-item > a, .lgd-red .nav-primary .sub-menu .current-menu-item > a:hover { color: #c00; } .lgd-red .genesis-nav-menu a { color: #5d0303; display: block; padding: 12px 12px; } */ .lgd-red .content .entry.sticky { background-color: #F6F2F2; } .lgd-red .content .div-highlight { background-color: #F6F2F2; } .lgd-red .sidebar .widget { background-color: #F6F2F2; } .lgd-red blockquote::before { color: #5d0303; } .lgd-red hr, .lgd-red hr.wp-block-separator { color: #5d0303; background: #5d0303; } .lgd-red .entry-time:before, .lgd-red .entry-author:before, .lgd-red .entry-comments-link:before, .lgd-red .entry-categories:before, .lgd-red .entry-tags:before, .lgd-red .entry-location:before { color: #854242; } .lgd-red .archive-pagination li a { background-color: #5d0303; } .lgd-red .archive-pagination li a:visited { color: #fff; } .lgd-red .archive-pagination li a:hover, .lgd-red .archive-pagination .active a { background-color: #854242; color: #fff; } .lgd-red .sidebar .widget.enews-widget { background-color: #5d0303; } .lgd-red .enews-widget input { border: 1px solid #5d0303; } .lgd-red .enews-widget input:hover[type="submit"] { color: #5d0303; } .lgd-red .footer-widgets a { color: #fff; } .lgd-red .footer-widgets a:hover { color: #0066cc; } .lgd-red .footer-widgets { background-color: #854242; } .lgd-red .footer-widgets input { border: 1px solid #5d0303; } .lgd-red .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-red .site-footer { background-color: #5d0303; } .lgd-red .site-footer a { color: #fff; } .lgd-red .site-footer a:hover { color: #ccc; } .lgd-red .to-top { background: #0066cc url(images/to-top.svg) no-repeat center 50%; } .lgd-red .no-touch .to-top:hover { background-color: #0066cc; } .lgd-red table { background-color: #5d0303; } .lgd-red button.menu-toggle { background-color: #5d0303; } .lgd-red button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-red .genesis-nav-menu .menu-item, .lgd-red .genesis-nav-menu .menu-item a { background-color: transparent; color: #fff; } .lgd-red .genesis-nav-menu .sub-menu a, .lgd-red .genesis-nav-menu .sub-menu .sub-menu a{ background-color: transparent; color: #fff; } .lgd-red .nav-primary { background-color: #5d0303; } .lgd-red .nav-primary a:hover, .lgd-red .genesis-nav-menu .current-menu-item > a, .lgd-red .genesis-nav-menu .menu-item a:hover, .lgd-red .genesis-nav-menu .sub-menu .current-menu-item > a, .lgd-red .genesis-nav-menu .sub-menu a:hover, .lgd-red .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-red .genesis-nav-menu .sub-menu .sub-menu a:hover, .lgd-red .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-red .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #c00; } .lgd-red #menu-item-lgd-soc { background-color: #5d0303; } @media only screen and (min-width: 800px) { .lgd-red .genesis-nav-menu .sub-menu a, .lgd-red .genesis-nav-menu .sub-menu .sub-menu a, .lgd-red .genesis-nav-menu .sub-menu .sub-menu .sub-menu a { background-color: #854242; } } .lgd-red.category .flexcontainer div.box { background-color: #E5EEEE; }
/* ## Theme colour stone #4b5450 / #787E7B / #F6F6F6 / #EDEDED // #0066cc
--------------------------------------------- */
.lgd-stone h1, .lgd-stone h2, .lgd-stone h3, .lgd-stone h4, .lgd-stone h5, .lgd-stone h6 { color: #4b5450; } .lgd-stone a { color: #0066cc; } .lgd-stone a:hover { color: #333; } .lgd-stone p.drop-cap:first-child::first-letter, .lgd-stone .drop-cap > p:first-child::first-letter { color: #4b5450; } .lgd-stone .entry-title a, .lgd-stone .sidebar .widget-title a { color: #4b5450; } .entry-title a:hover { color: #0066cc; } .lgd-stone button, .lgd-stone input[type="button"], .lgd-stone input[type="reset"], .lgd-stone input[type="submit"], .lgd-stone .button { background-color: #4b5450; color: #fff; } .lgd-stone .search-form input[type="submit"] { color: #333; } .lgd-stone button:visited, .lgd-stone input[type="button"]:visited, .lgd-stone input[type="reset"]:visited, .lgd-stone input[type="submit"]:visited, .lgd-stone .button:visited { color: #fff; } .lgd-stone button:hover, .lgd-stone input[type="button"]:hover, .lgd-stone input[type="reset"]:hover, .lgd-stone input[type="submit"]:hover, .lgd-stone .button:hover { background-color: #4b5450; color: #c00; } .lgd-stone .footer-widgets button, .lgd-stone .footer-widgets input[type="button"], .lgd-stone .footer-widgets input[type="reset"], .lgd-stone .footer-widgets input[type="submit"], .lgd-stone .footer-widgets .button { background-color: #4b5450; } .lgd-stone .footer-widgets button:visited, .lgd-stone .footer-widgets input[type="button"]:visited, .lgd-stone .footer-widgets input[type="reset"]:visited, .lgd-stone .footer-widgets input[type="submit"]:visited, .lgd-stone .footer-widgets .button:visited { color: #fff; } .lgd-stone .footer-widgets button:hover, .lgd-stone .footer-widgets input[type="button"]:hover, .lgd-stone .footer-widgets input[type="reset"]:hover, .lgd-stone .footer-widgets input[type="submit"]:hover, .lgd-stone .footer-widgets .button:hover { background-color: #4b5450; color: #c00; } .lgd-stone .search-form input[type="submit"] { background-color: #fff; } .lgd-stone .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #4b5450; color: #fff; } .enews-widget input:visited[type="submit"] { background-color: #4b5450; color: #fff; } .enews-widget input:hover[type="submit"] { bcolor: #0066cc; } .lgd-stone li.tab-title a.ui-tabs-anchor { color: #4b5450; } .lgd-stone .site-title { background-color: #4b5450; background-color: rgba(75,84,80,0.75); color: #fff; } .lgd-stone .site-title a, .lgd-stone .site-title a:hover { text-shadow: 0px 0px 2px rgba(75,84,80,0.75); color: #fff; } .lgd-stone .site-description { text-shadow: 0px 0px 2px rgba(75,84,80,0.75); background-color: #4b5450; background-color: rgba(75,84,80,0.75); color: #fff; } .lgd-stone.header-image .site-description, .lgd-stone.header-image .site-title { background-color: transparent; } /* .lgd-stone .nav-primary { background-color: #4b5450; } */ .lgd-stone .nav-primary a { color: #fff; } .lgd-stone .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #fff; } /* .lgd-stone .nav-primary .sub-menu a { color: #4b5450; } .lgd-stone .genesis-nav-menu a:hover, .lgd-stone .genesis-nav-menu .current-menu-item > a, .lgd-stone .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .lgd-stone .nav-primary a:hover, .lgd-stone .nav-primary .current-menu-item > a, .lgd-stone .nav-primary .sub-menu .current-menu-item > a:hover { color: #c00; } .lgd-stone .genesis-nav-menu a { color: #4b5450; display: block; padding: 12px 12px; } */ .lgd-stone .content .entry.sticky { background-color: #F6F6F6; } .lgd-stone .content .div-highlight { background-color: #F6F6F6; } .lgd-stone .sidebar .widget { background-color: #F6F6F6; } .lgd-stone blockquote::before { color: #4b5450; } .lgd-stone hr, .lgd-stone hr.wp-block-separator { color: #4b5450; background: #4b5450; } .lgd-stone .entry-time:before, .lgd-stone .entry-author:before, .lgd-stone .entry-comments-link:before, .lgd-stone .entry-categories:before, .lgd-stone .entry-tags:before, .lgd-stone .entry-location:before { color: #787E7B; } .lgd-stone .archive-pagination li a { background-color: #4b5450; } .lgd-stone .archive-pagination li a:visited { color: #fff; } .lgd-stone .archive-pagination li a:hover, .lgd-stone .archive-pagination .active a { background-color: #787E7B; color: #fff; } .lgd-stone .sidebar .widget.enews-widget { background-color: #4b5450; } .lgd-stone .enews-widget input { border: 1px solid #4b5450; } .lgd-stone .enews-widget input:hover[type="submit"] { color: #4b5450; } .lgd-stone .footer-widgets a { color: #fff; } .lgd-stone .footer-widgets a:hover { color: #0066cc; } .lgd-stone .footer-widgets { background-color: #787E7B; } .lgd-stone .footer-widgets input { border: 1px solid #4b5450; } .lgd-stone .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-stone .site-footer { background-color: #4b5450; } .lgd-stone .site-footer a { color: #fff; } .lgd-stone .site-footer a:hover { color: #ccc; } .lgd-stone .to-top { background: #0066cc url(images/to-top.svg) no-repeat center 50%; } .lgd-stone .no-touch .to-top:hover { background-color: #0066cc; } .lgd-stone table { background-color: #4b5450; } .lgd-stone button.menu-toggle { background-color: #4b5450; } .lgd-stone button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-stone .genesis-nav-menu .menu-item, .lgd-stone .genesis-nav-menu .menu-item a { background-color: transparent; color: #fff; } .lgd-stone .genesis-nav-menu .sub-menu a, .lgd-stone .genesis-nav-menu .sub-menu .sub-menu a{ background-color: transparent; color: #fff; } .lgd-stone .nav-primary { background-color: #4b5450; } .lgd-stone .nav-primary a:hover, .lgd-stone .genesis-nav-menu .current-menu-item > a, .lgd-stone .genesis-nav-menu .menu-item a:hover, .lgd-stone .genesis-nav-menu .sub-menu .current-menu-item > a, .lgd-stone .genesis-nav-menu .sub-menu a:hover, .lgd-stone .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-stone .genesis-nav-menu .sub-menu .sub-menu a:hover, .lgd-stone .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-stone .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #c00; } .lgd-stone #menu-item-lgd-soc { background-color: #4b5450; } @media only screen and (min-width: 800px) { .lgd-stone .genesis-nav-menu .sub-menu a, .lgd-stone .genesis-nav-menu .sub-menu .sub-menu a, .lgd-stone .genesis-nav-menu .sub-menu .sub-menu .sub-menu a { background-color: #787E7B; } } .lgd-stone.category .flexcontainer div.box { background-color: #EDEDED; }
/* ## Theme colour slate #2f4f4f / #637B7B / #F4F6F6 / #EDEAEA // #0066cc
--------------------------------------------- */
.lgd-slate h1, .lgd-slate h2, .lgd-slate h3, .lgd-slate h4, .lgd-slate h5, .lgd-slate h6 { color: #2f4f4f; } .lgd-slate a { color: #0066cc; } .lgd-slate a:hover { color: #333; } .lgd-slate p.drop-cap:first-child::first-letter, .lgd-slate .drop-cap > p:first-child::first-letter { color: #2f4f4f; } .lgd-slate .entry-title a, .lgd-slate .sidebar .widget-title a { color: #2f4f4f; } .entry-title a:hover { color: #0066cc; } .lgd-slate button, .lgd-slate input[type="button"], .lgd-slate input[type="reset"], .lgd-slate input[type="submit"], .lgd-slate .button { background-color: #2f4f4f; color: #fff; } .lgd-slate button:visited, .lgd-slate input[type="button"]:visited, .lgd-slate input[type="reset"]:visited, .lgd-slate input[type="submit"]:visited, .lgd-slate .button:visited { color: #fff; } .lgd-slate button:hover, .lgd-slate input[type="button"]:hover, .lgd-slate input[type="reset"]:hover, .lgd-slate input[type="submit"]:hover, .lgd-slate .button:hover { background-color: #2f4f4f; color: #c00; } .lgd-slate .footer-widgets button, .lgd-slate .footer-widgets input[type="button"], .lgd-slate .footer-widgets input[type="reset"], .lgd-slate .footer-widgets input[type="submit"], .lgd-slate .footer-widgets .button { background-color: #2f4f4f; } .lgd-slate .footer-widgets button:visited, .lgd-slate .footer-widgets input[type="button"]:visited, .lgd-slate .footer-widgets input[type="reset"]:visited, .lgd-slate .footer-widgets input[type="submit"]:visited, .lgd-slate .footer-widgets .button:visited { color: #fff; } .lgd-slate .footer-widgets button:hover, .lgd-slate .footer-widgets input[type="button"]:hover, .lgd-slate .footer-widgets input[type="reset"]:hover, .lgd-slate .footer-widgets input[type="submit"]:hover, .lgd-slate .footer-widgets .button:hover { background-color: #2f4f4f; color: #c00; } .lgd-slate .search-form input[type="submit"] { background-color: #fff; } .lgd-slate .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #2f4f4f; color: #fff; } .enews-widget input:visited[type="submit"] { background-color: #2f4f4f; color: #fff; } .enews-widget input:hover[type="submit"] { bcolor: #0066cc; } .lgd-slate li.tab-title a.ui-tabs-anchor { color: #2f4f4f; } .lgd-slate .site-title { background-color: #2f4f4f; background-color: rgba(47,79,79,0.75); color: #fff; } .lgd-slate .site-title a, .lgd-slate .site-title a:hover { text-shadow: 0px 0px 2px rgba(47,79,79,0.75); color: #fff; } .lgd-slate .site-description { text-shadow: 0px 0px 2px rgba(47,79,79,0.75); background-color: #2f4f4f; background-color: rgba(47,79,79,0.75); color: #fff; } .lgd-slate.header-image .site-description, .lgd-slate.header-image .site-title { background-color: transparent; } /* .lgd-slate .nav-primary { background-color: #2f4f4f; } */ .lgd-slate .nav-primary a { color: #fff; } .lgd-slate .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #fff; } /* .lgd-slate .nav-primary .sub-menu a { color: #2f4f4f; } .lgd-slate .genesis-nav-menu a:hover, .lgd-slate .genesis-nav-menu .current-menu-item > a, .lgd-slate .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .lgd-slate .nav-primary a:hover, .lgd-slate .nav-primary .current-menu-item > a, .lgd-slate .nav-primary .sub-menu .current-menu-item > a:hover { color: #c00; } .lgd-slate .genesis-nav-menu a { color: #2f4f4f; display: block; padding: 12px 12px; } */ .lgd-slate .content .entry.sticky { background-color: #F4F6F6; } .lgd-slate .content .div-highlight { background-color: #F4F6F6; } .lgd-slate .sidebar .widget { background-color: #F4F6F6; } .lgd-slate blockquote::before { color: #2f4f4f; } .lgd-slate hr, .lgd-slate hr.wp-block-separator { color: #2f4f4f; background: #2f4f4f; } .lgd-slate .entry-time:before, .lgd-slate .entry-author:before, .lgd-slate .entry-comments-link:before, .lgd-slate .entry-categories:before, .lgd-slate .entry-tags:before, .lgd-slate .entry-location:before { color: #637B7B; } .lgd-slate .archive-pagination li a { background-color: #2f4f4f; } .lgd-slate .archive-pagination li a:visited { color: #fff; } .lgd-slate .archive-pagination li a:hover, .lgd-slate .archive-pagination .active a { background-color: #637B7B; color: #fff; } .lgd-slate .sidebar .widget.enews-widget { background-color: #2f4f4f; } .lgd-slate .enews-widget input { border: 1px solid #2f4f4f; } .lgd-slate .enews-widget input:hover[type="submit"] { color: #2f4f4f; } .lgd-slate .footer-widgets a { color: #fff; } .lgd-slate .footer-widgets a:hover { color: #0066cc; } .lgd-slate .footer-widgets { background-color: #637B7B; } .lgd-slate .footer-widgets input { border: 1px solid #2f4f4f; } .lgd-slate .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-slate .site-footer { background-color: #2f4f4f; } .lgd-slate .site-footer a { color: #fff; } .lgd-slate .site-footer a:hover { color: #ccc; } .lgd-slate .to-top { background: #0066cc url(images/to-top.svg) no-repeat center 50%; } .lgd-slate .no-touch .to-top:hover { background-color: #0066cc; } .lgd-slate table { background-color: #2f4f4f; } .lgd-slate button.menu-toggle { background-color: #2f4f4f; } .lgd-slate button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-slate .genesis-nav-menu .menu-item, .lgd-slate .genesis-nav-menu .menu-item a { background-color: transparent; color: #fff; } .lgd-slate .genesis-nav-menu .sub-menu a, .lgd-slate .genesis-nav-menu .sub-menu .sub-menu a{ background-color: transparent; color: #fff; } .lgd-slate .nav-primary { background-color: #2f4f4f; } .lgd-slate .nav-primary a:hover, .lgd-slate .genesis-nav-menu .current-menu-item > a, .lgd-slate .genesis-nav-menu .menu-item a:hover, .lgd-slate .genesis-nav-menu .sub-menu .current-menu-item > a, .lgd-slate .genesis-nav-menu .sub-menu a:hover, .lgd-slate .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-slate .genesis-nav-menu .sub-menu .sub-menu a:hover, .lgd-slate .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-slate .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #c00; } .lgd-slate #menu-item-lgd-soc { background-color: #2f4f4f; } @media only screen and (min-width: 800px) { .lgd-slate .genesis-nav-menu .sub-menu a, .lgd-slate .genesis-nav-menu .sub-menu .sub-menu a, .lgd-slate .genesis-nav-menu .sub-menu .sub-menu .sub-menu a { background-color: #637B7B; } } .lgd-slate.category .flexcontainer div.box { background-color: #EDEAEA; }
/* ## Theme colour custom #000000 / #3F3F3F / #F2F2F2 / #E5E5E5 // #0066cc
--------------------------------------------- */
.lgd-custom h1, .lgd-custom h2, .lgd-custom h3, .lgd-custom h4, .lgd-custom h5, .lgd-custom h6 { color: #000000; } .lgd-custom a { color: #0066cc; } .lgd-custom a:hover { color: #333; } .lgd-custom p.drop-cap:first-child::first-letter, .lgd-custom .drop-cap > p:first-child::first-letter { color: #000000; } .lgd-custom .entry-title a, .lgd-custom .sidebar .widget-title a { color: #000000; } .entry-title a:hover { color: #0066cc; } .lgd-custom button, .lgd-custom input[type="button"], .lgd-custom input[type="reset"], .lgd-custom input[type="submit"], .lgd-custom .button { background-color: #000000; color: #fff; } .lgd-custom button:visited, .lgd-custom input[type="button"]:visited, .lgd-custom input[type="reset"]:visited, .lgd-custom input[type="submit"]:visited, .lgd-custom .button:visited { color: #fff; } .lgd-custom button:hover, .lgd-custom input[type="button"]:hover, .lgd-custom input[type="reset"]:hover, .lgd-custom input[type="submit"]:hover, .lgd-custom .button:hover { background-color: #000000; color: #c00; } .lgd-custom .footer-widgets button, .lgd-custom .footer-widgets input[type="button"], .lgd-custom .footer-widgets input[type="reset"], .lgd-custom .footer-widgets input[type="submit"], .lgd-custom .footer-widgets .button { background-color: #000000; } .lgd-custom .footer-widgets button:visited, .lgd-custom .footer-widgets input[type="button"]:visited, .lgd-custom .footer-widgets input[type="reset"]:visited, .lgd-custom .footer-widgets input[type="submit"]:visited, .lgd-custom .footer-widgets .button:visited { color: #fff; } .lgd-custom .footer-widgets button:hover, .lgd-custom .footer-widgets input[type="button"]:hover, .lgd-custom .footer-widgets input[type="reset"]:hover, .lgd-custom .footer-widgets input[type="submit"]:hover, .lgd-custom .footer-widgets .button:hover { background-color: #000000; color: #c00; } .lgd-custom .search-form input[type="submit"] { background-color: #fff; } .lgd-custom .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #000000; color: #fff; } .enews-widget input:visited[type="submit"] { background-color: #000000; color: #fff; } .enews-widget input:hover[type="submit"] { bcolor: #0066cc; } .lgd-custom li.tab-title a.ui-tabs-anchor { color: #000000; } .lgd-custom .site-title { background-color: #000000; background-color: rgba(0,0,0,0.75); color: #fff; } .lgd-custom .site-title a, .lgd-custom .site-title a:hover { text-shadow: 0px 0px 2px rgba(0,0,0,0.75); color: #fff; } .lgd-custom .site-description { text-shadow: 0px 0px 2px rgba(0,0,0,0.75); background-color: #000000; background-color: rgba(0,0,0,0.75); color: #fff; } .lgd-custom.header-image .site-description, .lgd-custom.header-image .site-title { background-color: transparent; } /* .lgd-custom .nav-primary { background-color: #000000; } */ .lgd-custom .nav-primary a { color: #fff; } .lgd-custom .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #fff; } /* .lgd-custom .nav-primary .sub-menu a { color: #000000; } .lgd-custom .genesis-nav-menu a:hover, .lgd-custom .genesis-nav-menu .current-menu-item > a, .lgd-custom .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .lgd-custom .nav-primary a:hover, .lgd-custom .nav-primary .current-menu-item > a, .lgd-custom .nav-primary .sub-menu .current-menu-item > a:hover { color: #c00; } .lgd-custom .genesis-nav-menu a { color: #000000; display: block; padding: 12px 12px; } */ .lgd-custom .content .entry.sticky { background-color: #F2F2F2; } .lgd-custom .content .div-highlight { background-color: #F2F2F2; } .lgd-custom .sidebar .widget { background-color: #F2F2F2; } .lgd-custom blockquote::before { color: #000000; } .lgd-custom hr, .lgd-custom hr.wp-block-separator { color: #000000; background: #000000; } .lgd-custom .entry-time:before, .lgd-custom .entry-author:before, .lgd-custom .entry-comments-link:before, .lgd-custom .entry-categories:before, .lgd-custom .entry-tags:before, .lgd-custom .entry-location:before { color: #3F3F3F; } .lgd-custom .archive-pagination li a { background-color: #000000; } .lgd-custom .archive-pagination li a:visited { color: #fff; } .lgd-custom .archive-pagination li a:hover, .lgd-custom .archive-pagination .active a { background-color: #3F3F3F; color: #fff; } .lgd-custom .sidebar .widget.enews-widget { background-color: #000000; } .lgd-custom .enews-widget input { border: 1px solid #000000; } .lgd-custom .enews-widget input:hover[type="submit"] { color: #000000; } .lgd-custom .footer-widgets a { color: #fff; } .lgd-custom .footer-widgets a:hover { color: #0066cc; } .lgd-custom .footer-widgets { background-color: #3F3F3F; } .lgd-custom .footer-widgets input { border: 1px solid #000000; } .lgd-custom .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-custom .site-footer { background-color: #000000; } .lgd-custom .site-footer a { color: #fff; } .lgd-custom .site-footer a:hover { color: #ccc; } .lgd-custom .to-top { background: #0066cc url(images/to-top.svg) no-repeat center 50%; } .lgd-custom .no-touch .to-top:hover { background-color: #0066cc; } .lgd-custom table { background-color: #000000; } .lgd-custom button.menu-toggle { background-color: #000000; } .lgd-custom button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-custom .genesis-nav-menu .menu-item, .lgd-custom .genesis-nav-menu .menu-item a { background-color: transparent; color: #fff; } .lgd-custom .genesis-nav-menu .sub-menu a, .lgd-custom .genesis-nav-menu .sub-menu .sub-menu a{ background-color: transparent; color: #fff; } .lgd-custom .nav-primary { background-color: #000000; } .lgd-custom .nav-primary a:hover, .lgd-custom .genesis-nav-menu .current-menu-item > a, .lgd-custom .genesis-nav-menu .menu-item a:hover, .lgd-custom .genesis-nav-menu .sub-menu .current-menu-item > a, .lgd-custom .genesis-nav-menu .sub-menu a:hover, .lgd-custom .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-custom .genesis-nav-menu .sub-menu .sub-menu a:hover, .lgd-custom .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .lgd-custom .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #c00; } .lgd-custom #menu-item-lgd-soc { background-color: #000000; } @media only screen and (min-width: 800px) { .lgd-custom .genesis-nav-menu .sub-menu a, .lgd-custom .genesis-nav-menu .sub-menu .sub-menu a, .lgd-custom .genesis-nav-menu .sub-menu .sub-menu .sub-menu a { background-color: #3F3F3F; } } .lgd-custom.category .flexcontainer div.box { background-color: #E5E5E5; } 


/* # CSS Media Queries for Print
---------------------------------------------------------------------------------------------------- */


/* ## General
--------------------------------------------- */

@media print {

	/**
	 * @section layout
	 * @css-for (not required sections)
	 */
	.site-header .widget-area,
	.site-header img,
	.site-header form,
	.nav-primary,
	.nav-secondary,
	.breadcrumb,
	.footer-widgets,
	.site-footer .gototop,
	.gototop,
	#searchform,
	#s,
	#submit,
	.sidebar-primary,
	.sidebar-secondary,
	#wp-calendar,
	#respond,
	#comments,
	.entry-comments,
	.entry-pings,
	#commentform,
	#commentform p,
	.entry-header .entry-meta .entry-comments-link,
	.entry-header .entry-meta .post-edit-link,
	#cachestats,
	select,
	input,
	textarea,
	checkbox,
	dd,
	hr,
	#wp-admin-bar,
	.gspn-area,
	.wpspn-area,
	#gwfoot-footer-disclaimer-area,
	.backstretch,
	.sharedaddy,
	.post-edit-link {
		display: none !important;
	}

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
		font-family: 
		font-size: 12pt;
		color: #000;
		background: #fff !important;
		background-image: none !important;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	}

	.site-header,
	.title-area,
	.site-title,
	.site-description,
	.site-container,
	.wrap,
	.site-inner,
	.content-sidebar-wrap,
	.content,
	.author-box,
	.site-footer .creds {
		border: 0 !important;
		clear: both;
		float: none;
		max-width: 100%;
		text-shadow: none;
	}

	.site-header {
		position: static;
		min-height: 0;
	}

	.site-inner,
	.content-sidebar-wrap,
	.wrap,
	.content,
	.content .entry-content {
		width: 100%;
	}

	.title-area,
	.site-header .site-title {
		text-align: left !important;
		width: 98% !important;
	}

	.site-header .site-title {
		font-size: 1.7em;
	}

	html .site-title a {
		color: #000 !important;
	}

	p.site-description {
		color: #666 !important;
		margin-left: 30px;
	}

	body.home p.site-description {
		margin-bottom: 40px !important;
		margin-top: 10px !important;
		width: 100% !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 700;
		margin: .75em 0 .5em;
		text-align: left;
	}

	h1 {
		text-align: center;
		padding: 0 0 .5em;
		border-bottom: 1px solid #ccc;
	}

	p {
		margin: .5em;
	}

	.entry-header .entry-meta,
	.entry-footer .entry-meta {
		text-transform: none !important;
	}

	.content .entry-header .entry-meta {
		font-size: 0.7em !important;
	}

	/*.content-sidebar-wrap,*/
	.content .entry-content,
	.author-box {
		margin-right: 5%;
	}

	.content .entry-content {
		clear: both;
		/*display: inline-block;*/
		float: none;
		overflow: hidden;
	}

	#genesis-box,
	.genesis-box {
		border-top: 1px solid #ccc;
		margin-top: 10px;
		font-size: 0.85em;
	}

	#genesis-box img,
	.genesis-box img {
		float: right;
		clear: right;
	}

	.site-footer {
		background: #fff !important;
		border-top: 2px solid #ccc;
		margin-top: 10px;
		font-size: 0.8em;
	}

	.site-footer .creds {
		float: left !important;
		clear: left;
	}
	
	/**
	 * @section links
	 * @css-for (optimize links for print)
	 */
	a,
	a:visited,
	a:hover,
	a:visited:hover {
		color: #000;
		background: transparent;
		text-decoration: none;
	}

	.site-header a[href]:after,
	.site-footer a[href]:after,
	.content span a[href]:after,
	.content p a[href]:after,
	#genesis-box a[href]:after,
	.genesis-box a[href]:after {
		content: " <"attr(href)"> ";
		background-color: inherit;
		font-style: italic;
		font-size: 0.85em;
		text-transform: none;
	}

	*[name]:after {
		content: " [#"attr(name)"]";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	} 
	
	*[title]:after {
		content: " ("attr(title)") ";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	}

	/**
	 * @section quotes
	 * @css-for (advanced output of cite)
	 */
	*[cite]:after {
		content: close-quote" (Source: "attr(cite)")";
		font-size: .7em;
	} 
	
	* {
		quotes: "\201E" "\201C" "\201A" "\2018";
	} 
	
	q::before,
	blockquote::before {
		content: open-quote;
	} 
	
	q:after,
	blockquote:after {
		content: close-quote;
	}
	
	blockquote,
	q,
	cite {
		padding-left: .1em;
	}
	
	acronym,
	abbr {
		border: none;
	}
	
	/**
	 * @section Code
	 * @css-for (not required sections)
	 */
	.code,
	pre {
		font: .8em 'Courier New', Courier, monospace;
		padding-left: 1em;
	}
	
	.code a[href]:after {
		content: "";
	}
	
	/**
	 * @section layout
	 * @css-for (image format)
	 */
	img {
		padding: .5em;
	}

	img:after {
		display: block;
		content: " attr(title) ";
	}

	.content img a[href]:after {
		display: none !important;
		content: " attr(none) " !important;
	}

	/**
	 * Keep regular image alignment
	 */
	img.centered,
	.aligncenter {
		display: block;
		margin: 0 auto 10px;
	}

	img.alignnone {
		display: inline;
		margin: 0 0 10px;
	}

	img.alignleft {
		display: inline;
		margin: 0 10px 10px 0;
	}

	img.alignright {
		display: inline;
		margin: 0 0 10px 10px;
	}

	.alignleft {
		float: left;
		margin: 0 10px 0 0;
	}

	.alignright {
		float: right;
		margin: 0 0 0 10px;
	}

	.wp-caption {
		padding: 5px;
		text-align: center;
	}

	p.wp-caption-text {
		font-size: .9em;
		font-style: italic;
		line-height: 1.4em;
		padding: 5px 0;
	}

	/**
	 * @section Special: Big G Ads
	 * @css-for (not required sections)
	 */
	.ad,
	.adc,
	#google_ads_frame0,
	#google_ads_frame1,
	#google_ads_frame2,
	#google_ads_frame3,
	#google_ads_frame4,
	#google_ads_frame5,
	#google_ads_frame6,
	#google_ads_frame7,
	#google_ads_frame8,
	#google_ads_frame9,
	#google_ads_frame10,
	#ads {
		display: none !important;
		height: 1px !important;
	}

}

/* ## Print Page Layout
------------------------------------------------------------ */

@page {
	orphans: 4;
	widows: 2;
}


/* ????????????????????? */
 
header .wrap {
	margin-top: 70px;
	margin-top: 7rem;
}


/* # Additions for Feature Page template
---------------------------------------------------------------------------------------------------- */


/* ## Colour Schemes - taken from Theme Options in LGD Onepage - not selectable in LGD theme
---------------------------------------------------------------------------------------------------- */

/* Coolors Exported Palette - coolors.co/4b5450-707a81-798c83-627c85-7a707c

$color1: #4b5450; //rgba(75, 84, 80, 100)
$color2: #707a81; //rgba(112, 122, 129, 100)
$color3: #798c83; //rgba(121, 140, 131, 100)
$color4: #627c85; //rgba(98, 124, 133, 100)
$color5: #7a707c; //rgba(122, 112, 124, 100) */

.panel.position-1,
.panel.position-5,
.panel.position-9 {
	background-color: #707a81; 
}
.panel.position-2,
.panel.position-6,
.panel.position-10 {
	background-color: #798c83;
}
.panel.position-3,
.panel.position-7,
.panel.position-11 {
	background-color: #627c85;
}
.panel.position-4,
.panel.position-8,
.panel.position-12 {
	background-color: #7a707c;
}


/* ## Panels
---------------------------------------------------------------------------------------------------- */


.panel {
	background-position: center center;
}

/* 
@media all and (max-width: 600px) {

    #wpadminbar {
		position: fixed !important;
	}

}
 */

/* 
@media all and (min-width: 800px) {

	.nav-primary {
		position: fixed;
	}

}
 */


/* 
.page-template-tmpl-feature-page h1,
.page-template-tmpl-feature-page h2,
.page-template-tmpl-feature-page h3,
.page-template-tmpl-feature-page h4,
.page-template-tmpl-feature-page h5,
.page-template-tmpl-feature-page h6 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}
 */	

/* 
.header-widget-area {
	margin-top: 5px;
	margin-top: 0.5rem;
}
 */

.header-widget-area img {
/* border-radius: 50%;
	border: 4px solid #fff; */
}

/* 
.wrap,
.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1080px;
}
 */

.page-template-tmpl-feature-page .site-inner {
	padding-top: 0;
	background-color: #fff;
}	

.page-template-tmpl-feature-page .content-sidebar-wrap,
.page-template-tmpl-feature-page.full-width-content .content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}	

.panel {
	/* min-height: 100vh; */
	position: relative;
	padding: 60px 0 60px;
	padding: 6rem 0 6rem;
	color: #fff;
}

.panel {
	min-height: none;
}

.panel.half-height {
	min-height: 50vh;
}

.panel.full-height {
	min-height: 100vh;
}

.panel.valign-bottom { 
	display: flex; 
	justify-content: flex-end; 
	flex-direction: column; 
}

.panel.valign-bottom .panelcontent { 
	display: flex; 
	justify-content: flex-end; 
	flex-direction: column; 
}

.panel.valign-center { 
	display: flex; 
	justify-content: center; 
	flex-direction: column; 
}

.panel .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 20px;
	padding: 2rem;
	margin: 0;
}

.panel .invisible-caption {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px;
	padding: 2rem;
	margin: 0;
	visibility: hidden;
	clear: both;
}

/* 
.panel.last {
	min-height: calc(100vh - 54px);
}
 */	

.panelinner {
	width: 90%;
	/* max-width: 1200px; */
	margin: 0 auto;
}

/* 
.panelcontent {
	padding: 25px 4%;
	padding: 2.5rem 4%;
	overflow: hidden;
	padding: 0;
}
 */

/* 
.panelcontent .nopad {
	margin: -25px -4%;
	margin: -2.5rem -4%;
}

.panelcontent .nopad .text-image-text {
	padding: 25px 4%;
	padding: 2.5rem 4%;
}

.panelcontent .text-image-text,
.panelcontent .text-image-image {
	float: left;
	width: 50%;
}
 */
 
/* 
.panelcontent.content-has-bg-color .colsouter,
.panelcontent.content-has-bg-color .tabs,
.panelcontent.content-has-bg-color .accordion {
 	padding: 25px 4%;
	padding: 2.5rem 4%;

 }
 */
 
.panelcontent {
	padding: 0;
}

.content-has-bgcolor .panel-heading {
	margin: 25px 4%;
	margin: 2.5rem 4%;
}

.content-has-bgcolor .panelcontent .colsouter,
.content-has-bgcolor .panelcontent .tabs,
.content-has-bgcolor .panelcontent .accordion {
	margin: 25px 4%;
	margin: 2.5rem 4%;

}

.panelcontent .nopad .text-image-text {
	padding: 30px 30px;
	padding: 3rem 3rem;
}

.panelcontent .nopad .button-block {
	padding: 0;
}

.panelcontent .button-block .button {
	margin-top: 28px;
	margin-top: 2.8rem;
	margin-bottom: 0;
}

.panelcontent .text-image-text,
.panelcontent .text-image-image/* 
,
.text-image-block .text-image-text,
.text-image-block .text-image-image
 */ {
	float: none;
	width: 100%;
	position: relative;
}

.panelcontent .text-image-image {
	background-position: center;
	background-size: cover;
	min-height: 600px;
}

.text-image-image .caption {
	background-color: rgba(0,0,0,0.5);
}

.panel h1 {
	font-size: 48px;
	font-size: 4.8rem;
	color: unset;
	margin-top: 24px;
	margin-top: 2.4rem;
}	

.panel h2 {
	font-size: 36px;
	font-size: 3.6rem;
	color: unset;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.panel h1,
.panel h2,
.panel h3 {
	margin-top: 0;
}

.panel .cols p {
	margin-bottom: 22.75px;
	margin-bottom: 2.275rem;
}

.panel ol,
.panel ul {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	margin-left: 40px;
	margin-left: 4rem;
}

/* 
.panel .cols p:last-child,
.panel .cols ol:last-child,
.panel .cols ul:last-child {
	margin-bottom: 0;
}
 */

.panel ol > li {
	list-style-type: decimal;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.panel ul > li {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.panel ol ol,
.panel ul ul {
	margin-bottom: 0;
}

.panel code {
	background-color: #333;
	color: #ddd;
}

.noh2spacer {
	margin-top: 34px;
	margin-top: 3.4rem;
}

/* 
.panel .box {
	border: 4px solid #fff;
	padding: 20px 20px 10px;
	padding: 2rem 2rem 1rem;
	background-color: rgba(255,255,255,0.25);
}
 */

.panel .flexcontainer div.box {
	margin:0;
}

.panel .flexcontainer div.box.text-image-text {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/* background-color: #f4f4f4; */
	margin-bottom: 0;
	hyphens: auto;
	overflow: hidden;
	padding: 30px;
	padding: 3rem;
}

/* 
.flexcontainer div.box h4 {
	padding: 10px;
	padding: 1rem;
	margin: 0;
	background-color: #009634;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
 */

.panel .flexcontainer div.box.text-image-text p {
	margin: 0 0 28px;
	margin: 0 0 2.8rem;
}

.panel .flexcontainer div.box.text-image-text p:last-child {
	margin: 0;
}

.box p {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.box ul,
.box ol {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

@media all and (min-width: 800px) {
		
	.panelcontent {
		padding: 0;
		overflow: hidden;
	}
	
	/* 
.panelcontent .nopad {
		margin: -30px -30px;
		margin: -3rem -3rem;
		overflow: hidden;
	}
 */

	.content-has-bgcolor .panelcontent .colsouter,
	.content-has-bgcolor .panelcontent .tabs,
	.content-has-bgcolor .panelcontent .accordion {
		margin: 30px;
		margin: 3rem;

	 }

	/* 
.panelcontent .nopad .text-image-text {
		padding: 30px 30px;
		padding: 3rem 3rem;
	}
 */

	.panelcontent .text-image-text,
	.panelcontent .text-image-image {
		float: left;
		width: 50%;
	}
	
	.panelcontent .nopad  .button-block {
		padding: 0;
	}
	
}

@media all and (min-width: 1281px) {

	.panelinner {
		max-width: 1200px;
	}
	
}


@media all and (max-width: 379px) {

	.panel img.alignright {
		display: block;
		float: none;
	}

}

/* 
.cols2 .col {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}


.cols2 .col:last-child {
	margin-bottom: 0;
}

.cols3 .col {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.cols3 .col:last-child {
	margin-bottom: 0;
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.cols4 .col {
	width: 100%;
	float: none;
	margin-left: 0;
}


.cols4 .col:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 501px) {

	.panel .cols2 .col,
	.panel .cols4 .col {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.panel .cols2 .first2col,
	.panel .cols4 .first2col {
		clear: both;
		margin-left: 0;
	}

}

@media all and (min-width: 800px) {

	.panel .cols3 .col {
		width: 31.623931623931625%;
		clear: none;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.panel .cols3 .first2col {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	

	.panel .cols3 .first3col {
		clear: both;
		margin-left: 0;
	}
	
}

@media all and (min-width: 963px) {

	.panel .cols4 .cols {
		width: 23.076923076923077%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	
	.panel .cols4 .first2col {
		float: left;
		clear: none;
		margin-left: 2.564102564102564%;
	}

	.panel .cols4 .first4col {
		clear: both;
		margin-left: 0;
	}

}
 */

/* ## For tabs & accordions
--------------------------------------------- */

/* Dark */

.tabsdark .accordion {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tabsdark .accordion-title {
	background: rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,0.1);
}

.tabsdark .accordion-title:after {
	color: #fff;
}

.tabsdark .accordion-content {
	background: rgba(0,0,0,0.2);
}

.tabsdark .ui-widget-content,
.tabsdark .ui-state-default,
.tabsdark .ui-widget-content .ui-state-default,
.tabsdark .ui-widget-header .ui-state-default {
	background: rgba(0,0,0,0.1);
	color: #ffffff;
}

.tabsdark .ui-state-hover,
.tabsdark .ui-widget-content .ui-state-hover,
.tabsdark .ui-widget-header .ui-state-hover,
.tabsdark .ui-state-focus,
.tabsdark .ui-widget-content .ui-state-focus,
.tabsdark .ui-widget-header .ui-state-focus {
	background: rgba(0,0,0,0.15);
	color: #ffffff;
}

.tabsdark .ui-state-active,
.tabsdark .ui-widget-content .ui-state-active,
.tabsdark .ui-widget-header .ui-state-active {
	background: rgba(0,0,0,0.2);
}

.tabsdark .ui-tabs .ui-tabs-panel {
	background: rgba(0,0,0,0.2);
}

.tabsdark li.tab-title a.ui-tabs-anchor { 
	color: #999; 
}

.tabsdark li.tab-title.ui-tabs-active a.ui-tabs-anchor {
	color: #fff;
}


/* Very Dark */

.tabsvdark .accordion {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.tabsvdark .accordion-title {
	background: rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,0.2);
}

.tabsvdark .accordion-title:after {
	color: #fff;
}

.tabsvdark .accordion-content {
	background: rgba(0,0,0,0.5);
}

.tabsvdark .ui-widget-content,
.tabsvdark .ui-state-default,
.tabsvdark .ui-widget-content .ui-state-default,
.tabsvdark .ui-widget-header .ui-state-default {
	background: rgba(0,0,0,0.2);
	color: #ffffff;
}

.tabsvdark .ui-state-hover,
.tabsvdark .ui-widget-content .ui-state-hover,
.tabsvdark .ui-widget-header .ui-state-hover,
.tabsvdark .ui-state-focus,
.tabsvdark .ui-widget-content .ui-state-focus,
.tabsvdark .ui-widget-header .ui-state-focus {
	background: rgba(0,0,0,0.35);
	color: #ffffff;
}

.tabsvdark .ui-state-active,
.tabsvdark .ui-widget-content .ui-state-active,
.tabsvdark .ui-widget-header .ui-state-active {
	background: rgba(0,0,0,0.5);
}

.tabsvdark .ui-tabs .ui-tabs-panel {
	background: rgba(0,0,0,0.5);
}

.tabsvdark li.tab-title a.ui-tabs-anchor { 
	color: #999; 
}

.tabsvdark  li.tab-title.ui-tabs-active a.ui-tabs-anchor {
	color: #fff;
}


/* Light */

.tabslight .accordion {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.tabslight .accordion-title {
	background: rgba(255,255,255,0.3);
	border-top: 1px solid rgba(0,0,0,0.1);
}

.tabslight .accordion-title:after {
	color: #fff;
}

.tabslight .accordion-content {
	background: rgba(255,255,255,0.2);
}

.tabslight .ui-state-content,
.tabslight .ui-state-default,
.tabslight .ui-widget-content .ui-state-default,
.tabslight .ui-widget-header .ui-state-default {
	background: rgba(255,255,255,0.1);
	color: #000000;
}

.tabslight .ui-state-hover,
.tabslight .ui-widget-content .ui-state-hover,
.tabslight .ui-widget-header .ui-state-hover,
.tabslight .ui-state-focus,
.tabslight .ui-widget-content .ui-state-focus,
.tabslight .ui-widget-header .ui-state-focus {
	background: rgba(255,255,255,0.15);
	color: #000000;
}

.tabslight .ui-state-active,
.tabslight .ui-widget-content .ui-state-active,
.tabslight .ui-widget-header .ui-state-active {
	background: rgba(255,255,255,0.2);
} 

.tabslight .ui-tabs .ui-tabs-panel {
	background: rgba(255,255,255,0.2);
}

.tabslight li.tab-title a.ui-tabs-anchor { 
	color: #666; 
}

.tabslight li.tab-title.ui-tabs-active a.ui-tabs-anchor {
	color: #000;
}

/* Very Light */

.tabsvlight .accordion {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.tabsvlight .accordion-title {
	background: rgba(255,255,255,0.3);
	border-top: 1px solid rgba(0,0,0,0.2);
}

.tabsvlight .accordion-title:after {
	color: #fff;
}

.tabsvlight .accordion-content {
	background: rgba(255,255,255,0.5);
}

.tabsvlight .ui-widget-content,
.tabsvlight .ui-state-default,
.tabsvlight .ui-widget-content .ui-state-default,
.tabsvlight .ui-widget-header .ui-state-default {
	background: rgba(255,255,255,0.2);
	color: #000000;
}

.tabsvlight .ui-state-hover,
.tabsvlight .ui-widget-content .ui-state-hover,
.tabsvlight .ui-widget-header .ui-state-hover,
.tabsvlight .ui-state-focus,
.tabsvlight .ui-widget-content .ui-state-focus,
.tabsvlight .ui-widget-header .ui-state-focus {
	background: rgba(255,255,255,0.35);
	color: #000000;
}

.tabsvlight .ui-state-active,
.tabsvlight .ui-widget-content .ui-state-active,
.tabsvlight .ui-widget-header .ui-state-active {
	background: rgba(255,255,255,0.5);
}

.tabsvlight li.tab-title a.ui-tabs-anchor { 
	color: #666; 
}

.tabsvlight .ui-tabs .ui-tabs-panel {
	background: rgba(255,255,255,0.5);
}

.tabsvlight  li.tab-title.ui-tabs-active a.ui-tabs-anchor {
	color: #000;
}

/* Dark and Light */

.tabsdark .ui-tabs.ui-widget-content,
.tabslight .ui-tabs.ui-widget-content,
.tabsvdark .ui-tabs.ui-widget-content,
.tabsvlight .ui-tabs.ui-widget-content {
	background-color: transparent;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 1px 0 0;
	border-bottom-width: 0;
	padding: 0 0 0 0;
	border-bottom: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	/* margin-bottom: -1px;
	padding-bottom: 1px; */
	border-bottom: none;
}


/* ## Other block styles
--------------------------------------------- */

/* 
.panelcontent div.colsouter {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}
 */ 
 
/* 
.panelcontent .text-image-text p:last-child,
.panelcontent .colsouter :last-child {
	margin-bottom: 0;
}
 */


/* 
.panelcontent div:last-child,
.panelcontent div.colsouter:last-child {
	margin-bottom: 0;
}
 */
 
 
.panelcontent div.block,
.panelcontent .tabs,
.panelcontent .accordion {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.panelcontent div.block:last-child,
.panelcontent .tabs:last-child,
.panelcontent .accordion:last-child {
  margin-bottom: 0;
}

.page-template-tmpl-feature-page .panelcontent .drop-cap > p:first-child::first-letter,
.page-template-tmpl-feature-page .panelcontent h1,
.page-template-tmpl-feature-page .panelcontent h2,
.page-template-tmpl-feature-page .panelcontent h3,
.page-template-tmpl-feature-page .panelcontent h4,
.page-template-tmpl-feature-page .panelcontent p,
.page-template-tmpl-feature-page .panelcontent ul {
	color: inherit;
}

.panelcontent,
.panelcontent div.block div {
	overflow: hidden;
}

.ui-widget-content,
.ui-widget-header,
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-active {
	border: 0;
} 

.ui-widget-header {
	background: transparent;
} 

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

.ui-tabs .ui-tabs-nav li.tab-title {
	margin-right: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
}

.justify p {
	text-align: justify;
	text-justify: inter-word;
}

.material-icons.md-18 { font-size: 18px; font-size: 1.8rem; }
.material-icons.md-24 { font-size: 24px; font-size: 2.4rem; }
.material-icons.md-36 { font-size: 36px; font-size: 3.6rem; }
.material-icons.md-48 { font-size: 48px; font-size: 4.8rem; }
.material-icons.md-96 { font-size: 96px; font-size: 9.6rem; }
.material-icons.md-180 { font-size: 180px; font-size: 18rem; }
.material-icons.md-240 { font-size: 240px; font-size: 24rem; }
.material-icons.md-480 { font-size: 480px; font-size: 48rem; }

.button-block.aligncenter {
	text-align: center;
}

/* # For category flexbox template
------------------------------------------------------------ */

.category .flexcontainer div.box  date {
    margin: 20px 20px;
    margin: 2rem 2rem;
    display: block;
}

.category .flexcontainer div.box h2 {
    margin: 0 20px 20px;
    margin: 0 2rem 2rem;
    font-weight: 700;
}

.category .flexcontainer div.box p {
    margin: 0 20px 20px;
    margin: 0 2rem 2rem;
}

.category .flexcontainer div.box h2 {
	font-size: 24px;
	font-size: 2.4rem;
}


/* # Code being tested
------------------------------------------------------------ */

.lgd-default main a:link {
	color: #3344dd;
	text-decoration: underline;
}

.lgd-default main .entry-title a:link {
	color: inherit;
	text-decoration: none;
}

.lgd-default main a:visited {
	color: #884488;
}

.lgd-default main .entry-title a:visited {
	color: inherit;
}

.lgd-default main a:hover,
.lgd-default main .entry-title a:hover,
.lgd-default .sidebar a:hover {
	color: #cc0000;
	opacity: 1;
}

.lgd-default main a:active {
	color: #cc0000;
	opacity: 1;
}

.lgd-default main a.button:link {
	text-decoration: none;
}

.lgd-default main .pagination a:link {
	text-decoration: none;
	color: #fff;
}

/* 
.lgd-custom .panel:not(.bg-is-white) a:not(.button):link {
	color: inherit;
	text-decoration: underline;
	opacity: .7;
}
 */

.lgd-custom .panel:not(.bg-is-white) a:not(.button):visited {
	color: inherit;
	opacity: 1;
}

.lgd-custom .panel:not(.bg-is-white) a:not(.button):hover {
	color: inherit;
	opacity: 1;
}

.lgd-custom .panel:not(.bg-is-white)  a:not(.button):active {
	color: inherit;
	opacity: 1;
}

.lgd-default .panel a.button:link {
	text-decoration: none;
}

.lgd-custom button, 
.lgd-custom input[type="button"], 
.lgd-custom input[type="reset"], 
.lgd-custom input[type="submit"], 
.lgd-custom .button {
    color: #ffffff;
}

.lgd-custom button:hover, 
.lgd-custom input[type="button"]:hover, 
.lgd-custom input[type="reset"]:hover, 
.lgd-custom input[type="submit"]:hover, 
.lgd-custom .button:hover {
	background-color: #325275;
	color: #ffffff;
}

/* 
.lgd-default button:hover, 
.lgd-default input[type="button"]:hover, 
.lgd-default input[type="reset"]:hover, 
.lgd-default input[type="submit"]:hover, 
.lgd-default .button:hover {
	background-color: #325275;
	color: #f59d4e;
}
 */

.lgd-stone button:hover, 
.lgd-stone input[type="button"]:hover, 
.lgd-stone input[type="reset"]:hover, 
.lgd-stone input[type="submit"]:hover, 
.lgd-stone .button:hover {
	background-color: rgb(75, 84, 80);
	color: #f59d4e;
}

.lgd-custom .panel button, 
.lgd-custom .panel .panel input[type="button"], 
.lgd-custom .panel input[type="reset"], 
.lgd-custom .panel input[type="submit"], 
.lgd-custom .panel .button {
    color: #333333;
    background-color: rgba(255,255,255,.33);
}

.lgd-custom .panel button:hover, 
.lgd-custom .panel input[type="button"]:hover, 
.lgd-custom .panel input[type="reset"]:hover, 
.lgd-custom .panel input[type="submit"]:hover, 
.lgd-custom .panel .button:hover {
	background-color: #ffffff;
	color: #f59d4e;
}


/* # Gutenberg blocks style
------------------------------------------------------------ */

@media all and (min-width: 1281px) {
	
	.full-width-content .entry-content .alignfull:not(.is-type-video) {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : calc( -100vw / 2 + 100% / 2 );
		max-width    : 100vw;
	}

	.full-width-content .entry-content .alignwide:not(.is-type-video) {
		margin-left  : -100px;
		margin-right : -100px;
		max-width    : 1200px;
	}

	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}
	
	.wp-block-cover-image {
	 	width: auto !important;
	}
	
	.entry-content > *:not( .alignwide ):not( .alignfull ) {
		/* 
margin-left: auto;
		margin-right: auto;
		max-width: 740px;
 */
		/* 
padding-left: 100px;
		padding-right: 100px;
 */
	}
	
	/* 
.wp-block-table:not( .alignwide ):not( .alignfull ) {
		width: calc( 100% - 200px );
		margin-left: 100px;
		margin-right: 100px;
	}
 */

}

.full-width-content .entry-content .alignwide.is-type-video iframe,
.full-width-content .entry-content .alignfull.is-type-video iframe {
	width: 100%;
	/* height: 500%; */
}

.entry-content .wp-block-video video {
  width: 100%;
}


/* 
    To get a 1:1 aspect ratio, we have a 100% top padding
    To get a 2:1 aspect ratio, we have a 50% top padding
    To get a 1:2 aspect ratio, we have a 200% top padding
    To get a 4:3 aspect ratio, we have a 75% top padding
    To get a 16:9 aspect ratio, we have a 56.25% top padding
 */

/* 
.wp-embed-aspect-4-3.alignwide.is-type-video:before {
	padding-top: 75%;
}


.wp-embed-aspect-4-3.alignwide.is-type-video iframe,
.wp-embed-aspect-4-3.alignfull.is-type-video iframe {
	height: 100%;
}


.wp-embed-aspect-16-9.alignwide.is-type-video iframe,
.wp-embed-aspect-16-9.alignfull.is-type-video iframe {
	height: 1000px;
	max-height: 56.25%;
}
 */


.wp-block-embed__wrapper {
	text-align: center;
}

/* 
.entry-content > *:not( .alignwide ):not( .alignfull ) {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
	padding-left: 20px;
	padding-right: 20px;
}
 */

.has-dark-color {
	color: #2f4f4f;
}

.has-mid-color {
	color: #637B7B;
}

.has-light-color {
	color: #F4F6F6;
}

.has-dark-background-color {
	background-color: #2f4f4f;
}

.has-mid-background-color {
	background-color: #637B7B;
}

.has-light-background-color {
	background-color: #F4F6F6;
}


ul.wp-block-gallery {
	margin-left: 0;
}

/* ugly fix for gutenberg css conflict */

/* 
ul.wp-block-gallery > li:last-child {
	margin-bottom: 8px;
}
 */

blockquote cite {
	font-style: none;
	font-weight: 700;
}

/* 
.wp-block-pullquote

.wp-block-pullquote blockquote


 */

.lgd-default figure.wp-block-pullquote {
	padding: 30px 30px;
	padding: 3rem 3rem;
}

.lgd-default figure.wp-block-pullquote:not(.is-style-solid-color) {
	background-color: rgb(244, 246, 246);
	padding: 30px 30px;
	padding: 3rem 3rem;
}

.lgd-default figure.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote blockquote::before {
	content: "";
}

.lgd-default main .wp-block-button a:link {
	text-decoration: none;
}
	
.wp-block-button__link:not(.has-background) {
	background-color: #2f4f4f !important;
}

.wp-block-button .wp-block-button__link {
	border-radius: 3px !important;
}

.lgd-default .wp-block-button .wp-block-button__link,
.lgd-default .wp-block-button .wp-block-button__link:link {
	color: #fff;
	opacity: 1;
}

.lgd-default .wp-block-button .wp-block-button__link:hover {
	color: #c00;
	opacity: 0.75;
}

@media all and (min-width: 800px) {
	
  .alignfull:not(.is-type-video),
  .wp-block-cover.alignful {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto !important;
	max-width: 1000%;
  }

  .alignwide:not(.is-type-video),
  .wp-block-cover.alignwide {
	margin-left: calc(25% - 25vw);
	margin-right: calc(25% - 25vw);
	width: auto !important;
	max-width: 1200px;
  }

  .alignwide img,
  .alignfull img {
	display: block;
	margin: 0 auto;
  }
}

/* 
.wp-block-embed.is-type-video.alignwide iframe {
	width: 100%;
}

.wp-has-aspect-ratio > div,
.wp-has-aspect-ratio > div > iframe {
	height: 100%;
}
 */

hr.wp-block-separator {
	clear: both;
    height: 1px;
    font-size: 0;
    border: 0;
    margin: 28px 0;
    margin: 2.8rem 0;
}

hr.wp-block-separator.is-style-wide {
	height: 5px;
	height: 0.5rem;
}

hr.wp-block-separator.is-style-dots {
	height: 10px;
	height: 1rem;
}

figure.aligncenter {
	text-align:center;
}

.lgd-default .alignleft,
.lgd-default .wp-block-image .alignleft,
.lgd-default figure.wp-block-pullquote.alignleft,
.lgd-default .wp-block-cover-image.alignleft,
.lgd-default .wp-block-cover.alignleft {
	margin: 0 28px 28px 0;
	margin: 0 2.8rem 2.8rem 0;
}

.lgd-default .alignright,
.lgd-default .wp-block-image .alignright,
.lgd-default figure.wp-block-pullquote.alignright,
.lgd-default .wp-block-cover-image.alignright,
.lgd-default .wp-block-cover.alignright {
	margin: 0 0 28px 28px;
	margin: 0 0 2.8rem 2.8rem;
}

/* 
.lgd-default figure.wp-block-pullquote.alignleft {
	margin-right: 28px;
	margin-right: 2.8rem;
}

.lgd-default figure.wp-block-pullquote.alignright {
	margin-left: 28px;
	margin-left: 2.8rem;
}
 */

/* ## Gutenberg columns
--------------------------------------------- */

/* 
.wp-block-column {
	margin: 20px 20px 28px;
	margin: 20px 20px 2.8rem;
}
 */
.wp-block-column :last-child {
	margin-bottom: 0;
}

/* 
.wp-block-columns.has-2-columns,
.wp-block-columns.has-3-columns,
.wp-block-columns.has-4-columns {
	display: block;
}
 */

	

@media screen and (min-width: 479px) {

	/* 
.wp-block-columns.has-2-columns,
	.wp-block-columns.has-3-columns,
	.wp-block-columns.has-4-columns {
		flex-flow: row wrap;
		display: flex;
	}
 */
	
	.has-2-columns .wp-block-column {
		/* flex-basis: 50%; */
	}

	/* 
.has-3-columns .wp-block-column:first-child {
		flex-basis: 100%;
	}
	
	.has-4-columns .wp-block-column {
		flex-basis: 40%;
	}
 */
	
}

/* 
@media (min-width: 765px) {

	.has-3-columns .wp-block-column:first-child {
		flex-basis: 0;
	}
	
	.has-4-columns .wp-block-column {
		flex-basis: 0;
	}
	
}
 */

/* ## Gutenberg galleries
------------------------------------------------------------ */

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}


/* ## Gutenberg buttons
------------------------------------------------------------ */

a.wp-block-button__link:link {
	color: #fff;
}


/* ## Gutenberg hacks to fix GB bugs
------------------------------------------------------------ */

/* #12816 https://github.com/WordPress/gutenberg/pull/12816 */

.wp-block-columns[class*='has-'] > *:last-child {
	margin-right: 0;
}


/* # Customisation for test site only
------------------------------------------------------------ */

.lgd-stone .site-title,
.lgd-stone .site-description {
	background-color: transparent;
} /* for callanish test page */

.sticky {
}

.bypostauthor {
}

.coolclock.aligncenter {
	margin-bottom: 0;
}

.site-title {
	border: 4px solid #fff;
	border-bottom: none;
	font-weight: 400;
	background-color: rgba(94,105,100,0.35);
}

.header-image .site-title {
	border: none;
	background-color: transparent;
}

.site-description {
	border: 4px solid #fff;
	border-top: none;
	background-color: rgba(94,105,100,0.35);
}

.header-image .site-description {
	border: none;
	background-color: transparent;
}


/* # Custom Blocks
------------------------------------------------------------ */

.lgd-block .flexcontainer div.box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/* background-color: #f4f4f4; */
	margin-bottom: 0;
	hyphens: auto;
	overflow: hidden;
	padding: 0;
	/* 
	float: left;
	text-align: center;
	border-bottom: solid 1px #ddd;
	*/
}

.lgd-block .text-image-text,
.lgd-block .text-image-image {
	float: none;
	width: 100%;
	position: relative;
}

.lgd-block .nopad .text-image-text {
	padding: 25px 4%;
	padding: 2.5rem 4%;
}

.lgd-block .text-image-text,
.lgd-block .text-image-image {
	float: left;
	width: 50%;
}

.lgd-block .nopad .text-image-text {
	padding: 30px 30px;
	padding: 3rem 3rem;
}

.lgd-block .text-image-text,
.lgd-block .text-image-image/* 
,
.text-image-block .text-image-text,
.text-image-block .text-image-image
 */ {
	float: none;
	width: 100%;
	position: relative;
}

.lgd-block .text-image-image {
	background-position: center;
	background-size: cover;
	/* min-height: 600px; */
}

.text-image-image .caption {
	background-color: rgba(0,0,0,0.5);
}

.lgd-block .flexcontainer div.box.text-image-text {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/* background-color: #f4f4f4; */
	margin-bottom: 0;
	hyphens: auto;
	overflow: hidden;
	padding: 30px;
	padding: 3rem;
}

.lgd-block .flexcontainer div.box.text-image-text p {
	margin: 0 0 28px;
	margin: 0 0 2.8rem;
}

.lgd-block .flexcontainer div.box.text-image-text p:last-child {
	margin: 0;
}

@media all and (min-width: 800px) {

	.lgd-block .text-image-text,
	.lgd-block .text-image-image {
		float: left;
		width: 50%;
	}
	
}

.lgd-block .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 20px;
	padding: 2rem;
	margin: 0;
}

.lgd-block .invisible-caption {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px;
	padding: 2rem;
	margin: 0;
	visibility: hidden;
	clear: both;
}


/* # Customisations
------------------------------------------------------------ */

/* ## Menu Bar
--------------------------------------------- */

.menu-toggle {
	position: absolute;
	z-index: 1000;
	line-height: 32px;
}

nav {
	position: absolute;
	top: 34px;
	width: 100%
}

@media all and (min-width: 960px) {

	nav {
		display: block !important; /* Navigation Toggles - Ensure Menu Displays when Scaled Up */
		top: 0;
	}

	.nav-primary {
		position: fixed;
		width: 100%;
	}
	
}

.lgd-stone .nav-primary a:hover, 
.lgd-stone .genesis-nav-menu .current-menu-item > a, 
.lgd-stone .genesis-nav-menu .menu-item a:hover, 
.lgd-stone .genesis-nav-menu .sub-menu .current-menu-item > a, 
.lgd-stone .genesis-nav-menu .sub-menu a:hover, 
.lgd-stone .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, 
.lgd-stone .genesis-nav-menu .sub-menu .sub-menu a:hover, 
.lgd-stone .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, 
.lgd-stone .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover,
.lgd-stone .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.lgd-stone .nav-primary .current-menu-item > a, 
.lgd-stone .nav-primary .sub-menu .current-menu-item > a:hover { 
	color: #f59d4e; 
}


/* ## Heading
--------------------------------------------- */

.site-header {
	min-height: 180px;
	height: 40vh;
	/* max-height: 40vh; */
	background: rgb(246, 246, 246) url('images/headings800/lgdrotate.php');
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.site-header {
	margin-top: 34px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

@media all and (min-width: 800px) {

	.site-header {
		min-height: 180px;
		height: 40vh;
		/* max-height: 40vh; */
		background: rgb(246, 246, 246) url('images/headings1200/lgdrotate.php');
		background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

}

@media all and (min-width: 960px) {

	.site-header {
		margin-top: 50px;
	}
	
}

@media all and (min-width: 1200px) {

	.site-header {
		min-height: 180px;
		height: 40vh;
		/* max-height: 40vh; */
		background: rgb(246, 246, 246) url('images/headings/lgdrotate.php');
		background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

}

header .wrap {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	height: 100%;
	position: relative;
	/* background-color: #e4e4e4; */
}

.site-title {
	margin-top: 30px;
	margin-top: 3rem;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	background-size: contain;
	float: left;
	min-height: 105px;
	min-height: 10.5rem;
	width: 100%;
}

@media 
all and (-webkit-min-device-pixel-ratio: 2), 
all and (min-resolution: 192dpi) {

	.header-image .site-title > a {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: contain;
		float: left;
		min-height: 1050px;
		min-height: 10.5rem;
		width: 100%;
	}
	
}

.title-area {
	padding: 0;
	width: 600px;
	width: 60rem;
	max-width: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* ## Content Area
--------------------------------------------- */

.site-inner {
	background-color: transparent;
	padding-top: 0;
}

.content-sidebar-wrap {
	overflow: hidden;
	margin-top: -10vh;
	/* z-index: 1000; */
	position: relative;
	padding-top: 30px;
	padding-top: 3rem;
}

main.content {
	background-color: #fff;
	padding: 25px 20px 10px;
	padding: 2.5rem 2rem 1rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

main.content .entry-title {
	margin-top: 0;
}

@media all and (min-width: 960px) {

	main.content {
		background-color: #fff;
		padding: 30px 30px 10px;
		padding: 3rem 3rem 1rem;
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}

}

main.content .content-inner {
	padding-top: 0;
}


/* ## Sibebars
--------------------------------------------- */

.sidebar .widget {
	padding-top: 30px;
	padding-top: 3rem;
	padding-bottom: 25px;
	padding-bottom: 2.5rem;
}

.lgd-stone .sidebar .widget{
	background-color: #fff;
}

@media all and (min-width: 960px) {
	
	.sidebar .widget:first-of-type {
		position: relative;
		-ms-transform: skewY(0);
		-webkit-transform: skewY(0);
		transform: skewY(0);
		padding-top: 30px;
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	
	.lgd-default .sidebar .widget:first-of-type {
		background-color: transparent;	
	}

	 .sidebar .widget:first-of-type:after {
		content: " ";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
		background: #fff;
		-ms-transform-origin: top right;
  		-webkit-transform-origin: top right;
		transform-origin: top right;
		-ms-transform: skewY(3deg);
		-webkit-transform: skewY(3deg);
		transform: skewY(3deg);
	}

	 .sidebar .widget {
		-ms-transform: skewY(3deg);
		-webkit-transform: skewY(3deg);
		transform: skewY(3deg);
		padding-top: 30px;
	
	}

	 .sidebar .widget:first-of-type .widget-wrap {
	 	-ms-transform: skewY(0);
		-webkit-transform: skewY(0);
		transform: skewY(0);
	}

	 .sidebar .widget .widget-wrap {
	 	-ms-transform: skewY(-3deg);
		-webkit-transform: skewY(-3deg);
		transform: skewY(-3deg);
	}

}

.featured-content .entry {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.featuredpost h2 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 0;
}

.widget-wrap hr {
	background:  rgba(0,0,0,.1);
}


/* ## Footer
--------------------------------------------- */

.footer-widgets {
	padding-top: 40px;
	padding-top: 4rem;
}

@media all and (min-width: 960px) {

	.footer-widgets {
		-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
		padding-top: 80px;
		padding-top: 8rem;
	}

}


/* ## Styling
--------------------------------------------- */

/* Online Resources page */

.page-id-3941 h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

/* 
p.listing {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}
 */

/* Front page */

.mono {
	font-family: 'Roboto Mono', monospace;
	text-transform: uppercase;
	line-height: 1.65;
}

h4 span.mono {
	color: rgba(75, 84, 80, .6);
	background-color: rgba(75, 84, 80, .1);
	padding: 2px 10px;
	padding: 0.2rem 1rem;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	right: 0;
}

/* Archive pages */

h1.archive-title {
	font-family: 'Roboto Mono', monospace;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	color: rgba(75, 84, 80, .6);
	/* color: #bbb; */
	background-color: rgba(75, 84, 80, .1);
	padding: 2px 10px;
	padding: 0.2rem 1rem;
	/* text-shadow: -1px -1px 1px #fff, 1px 1px 1px #666; */
}

@media all and (min-width: 800px) {

	h1.archive-title {
		font-family: 'Roboto Mono', monospace;
		font-weight: 400;
		font-size: 20px;
		font-size: 2rem;
		margin-top: 0;
		margin-bottom: 0;
		display: inline-block;
		color: rgba(75, 84, 80, .6);
		background-color: rgba(75, 84, 80, .1);
		padding: 2px 10px;
		padding: 0.2rem 1rem;
	}

}

.archive .entry {
	padding-bottom: 0;
}

.archive .content .entry,
.archive .event-listing,
.page-template-tmpl-events .listing .entry,
.page-template-tmpl-events-archive .listing .entry {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/* General */

main > h1 {
	margin-top: 0;
}

.lgd-default .entry-content hr {
	background-color: rgba(0,0,0,.1);
}

.lgd-default main .pagination a:link,
.lgd-default main .pagination a:visited {
	text-decoration: none;
	color: #fff;
}

button {
  outline: none;
}

.clear-line {
	clear: both;
	background-color: rgba(0,0,0,.1);
	margin: 10px 0;
	height: 1px;
    font-size: 0;
    border: 0;
}

.clear-line-pad {
	clear: both;
	background-color: rgba(0,0,0,.1);
	margin: 20px 0;
	height: 1px;
    font-size: 0;
    border: 0;
}

p.nospace {
	margin-bottom: 0;
}



img.wpcf7-captchac {
	vertical-align: bottom;
	padding: 4px;
}

.wpcf7-captchar {
	width: 66px;
}

/* 
table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
 */
 

 @media all and (min-width: 960px) {
 
	/* 
#ctf {
	  position : relative;
	}
 */

	/* 
.ctf-tweets {
	  position : relative;
	}
 */
 
	/* 
.ctf-tweets:before {
	  content  : "";
	  position : fixed;
	  z-index  : 1;
	  top   : 44px;
	  left     : 0;
	  pointer-events   : none;
	  background-image : linear-gradient(to bottom, 
						rgba(255,255,255, 1), 
						rgba(255,255,255, 0) 90%);
	  width    : 100%;
	  height   :20px;
	 
  height   :2rem;
	} */

	/* 
.ctf-tweets:after {
	  content  : "";
	  position : fixed;
	  z-index  : 1;
	  bottom   : 0;
	  left     : 0;
	  pointer-events   : none;
	  background-image : linear-gradient(to bottom, 
						rgba(255,255,255, 0), 
						rgba(255,255,255, 1) 90%);
	  width    : 100%;
	  height   :20px;
	  height   :2rem;
	}
 */

	.lgd-default #ctf #ctf-more {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

}

article .content {
	width: 100%;
}

select.narrow {
	width: auto;
}

.button.small {
	padding: 5px 16px 3px;
	padding: 0.5rem 1.6rem 0.3rem;
}

.page-template-sitemap ul {
	margin-left: 0;
}
	
.page-template-sitemap .entry-content ul > li {
	list-style: none;
}

.page-template-sitemap .entry-content ul > li > ul {
	margin-top: 14px;
	margin-top: 1.4rem;
}

.page-template-sitemap .entry-content ul > li > ul > li {
	margin-left: 20px;
	margin-left: 2rem;
	list-style: disc;
}

.lgd-default main a.button:link {
	color: #fff;
}

.lgd-default main a.button:hover {
	color: #f59d4e;
}

/* 
.lgd-stone .archive-pagination li {
	background-color: #4b5450;
	-ms-transform: skewX(-7deg);
	-webkit-transform: skewX(-7deg);
	transform: skewX(-7deg);
	margin-right: 5px;
} 
.lgd-stone .archive-pagination li a {
	background-color: transparent;
	-ms-transform: skewX(7deg);
	-webkit-transform: skewX(7deg);
	transform: skewX(7deg);
} 
.lgd-stone .archive-pagination li a:visited { 
	background-color: transparent;
	color: #fff;
} 
.lgd-stone .archive-pagination li:hover, 
.lgd-stone .archive-pagination li.active { 
	background-color: #787E7B;  
}
.lgd-stone .archive-pagination li:hover a, 
.lgd-stone .archive-pagination li.active a {
	background-color: transparent;
	color: #fff; 
}

.lgd-stone li.pagination-omission {
	background-color: transparent;
}

.lgd-stone .archive-pagination li:first-of-type {
	position: relative;
	background: transparent;
	-ms-transform: skewX(0);
	-webkit-transform: skewX(0);
	transform: skewX(0);
	overflow: hidden;
	padding-right: 5px;
	margin-right: 2px;
}
.lgd-stone .archive-pagination li:first-of-type:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	transform-origin: top left;
	-ms-transform: skewX(-7deg);
	-webkit-transform: skewX(-7deg);
	transform: skewX(-7deg);
	background-color: #4b5450;
}
.lgd-stone .archive-pagination li:first-of-type a {
	background-color: transparent;
	-ms-transform: skewX(0);
	-webkit-transform: skewX(0);
	transform: skewX(0);
	padding-left: 0;
	padding-right: 0;
} 
.lgd-stone .archive-pagination li:first-of-type:hover:after, 
.lgd-stone .archive-pagination li:first-of-type.active:after { 
	background-color: #787E7B;  
}

.lgd-stone .archive-pagination li:last-of-type {
	position: relative;
	background: transparent;
	-ms-transform: skewX(0);
	-webkit-transform: skewX(0);
	transform: skewX(0);
	overflow: hidden;
	padding-left: 3px;
	padding-right: 1px;
	margin-left: -3px;
}
.lgd-stone .archive-pagination li:last-of-type:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	transform-origin: bottom left;
	-ms-transform: skewX(-7deg);
	-webkit-transform: skewX(-7deg);
	transform: skewX(-7deg);
	background-color: #4b5450;
}
.lgd-stone .archive-pagination li:last-of-type a {
	background-color: transparent;
	-ms-transform: skewX(0);
	-webkit-transform: skewX(0);
	transform: skewX(0);
	padding-left: 0;
	padding-right: 0;
} 
.lgd-stone .archive-pagination li:last-of-type:hover:after, 
.lgd-stone .archive-pagination li:last-of-type.active:after { 
	background-color: #787E7B;  
}
 */
 



@media all and (min-width: 960px) {

	#editable_sidebar .inner {
		position : relative;
		max-height: calc(100vh - 225px);
		min-height: 100px;
		overflow: hidden;
		overflow-y: scroll;
	}
 
	#editable_sidebar {
	  position : relative;
	  padding-top: 0;
	  padding-bottom: 0;
	}

	#editable_sidebar .inner .widget-wrap {
		padding-top: 30px;
		padding-top: 3rem;
		padding-bottom: 25px;
		padding-bottom: 2.5rem;	
	}
 
/* 
#editable_sidebar .widget-wrap {
	  position : relative;
	}
 */

 
	#editable_sidebar:before {
	  content  : "";
	  position : absolute;
	  z-index  : 2;
	  top   : 0;
	  left     : 0;
	  pointer-events   : none;
	  background-image : linear-gradient(to bottom, 
						rgba(255,255,255, 1), 
						rgba(255,255,255, 0));
	  width    : 100%;
	  height   :30px;
	  height   :3rem;
	}

	#editable_sidebar:after {
	  content  : "";
	  position : absolute;
	  z-index  : 1;
	  bottom   : 0;
	  left     : 0;
	  pointer-events   : none;
	  background-image : linear-gradient(to bottom, 
						rgba(255,255,255, 0), 
						rgba(255,255,255, 1));
	  width    : 100%;
	  height   :30px;
	  height   :3rem;
	}

}

.widget.featured-content p,
.widget.featured-content .heateor_sss_sharing_container {
	display: none;
}

.widget.featured-content h2 {
	padding-bottom: 10px;
}

.heateor_sss_horizontal_sharing {
	margin-bottom: 20px;
}

ul.checkbox {
	text-indent: -17px;
}

ul.checkbox .listdescription {
	text-indent: 0;
}

ul.checkbox li {
	list-style-type: none;
}