/* # Genesis Child Theme  
Theme Name: LGD  2016 v1.0.6
Theme URI: http://www.lynxgraphicdesign.co.uk
Description: This is a child theme created for the Genesis Framework.   
Author: Lynx Graphic Design based on theme by StudioPress  
Author URI: http://www.lynxgraphicdesign.co.uk/ 
Template: genesis  
Template Version: 1.0.6 
Tags: black, blue, green, red, stone, slate, one-column, two-columns, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, color-scheme-options, threaded-comments  
License: copyright Lynx Graphic Design
License URI: n/a  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- LGD Blocks Columns
	- LGD Blocks Extras
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Contact Form 7
- Sliders
	- Genesis Slider
	- Flexslider
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Dashicons
- Image Buttons (plugin)
- Media Queries
	- Retina Display
	- Max-width: 1280px
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 799px
	- Max-width: 479px
- Responsive Navigation
	- Standard Navigation
	- Navigation Toggles
- Screen Reader Text
- To Top Button
- Colour Schemes
	- Blue
	- Green
	- Red
	- Stone
	- Slate
- CSS Media Queries for Print
	- Print Page Layout
- Custom
*/



/* # 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
 * @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. 
 */
[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: #f5f5f5;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	word-wrap: break-word;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	/* -webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out; */
}

/* ::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
} */

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p,
dl {
	margin: 0 0 28px;
	margin: 0 0 2.8rem;
	padding: 0;
}

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

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;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	margin-top: 20px;
	margin-top: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

/* ## Objects
--------------------------------------------- */

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

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;
}

/* ## 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 {
	background-color: #000;
	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-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 {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background-color: #e5554e;
	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 {
	background-color: #e5554e;
	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: 2;
	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;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

th {
	font-weight: 400;
}


.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 {
	padding-left: 40px;
	padding-right: 40px;
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	min-height: 300px;
	min-height: 45vh;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.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%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	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;
}

.editable-sidebar {
	background-color: #fff;
	padding: 40px;
	padding: 4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* ## 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 {
	float: left;
	margin-left: 2.564102564102564%;
}

.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%;
}

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

/* ## LGD Blocks Columns
--------------------------------------------- */

.colsouter {
	overflow: hidden;
}

.colsouter a>img:hover {
	opacity: 0.5;
/* 	-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; */
}

.cols2 .cols {
	width: 48.717948717948715%;
	float: left;
	margin-left: 2.564102564102564%;
}

.cols2 .first2col {
	clear: both;
	margin-left: 0;
}

.cols3 .cols {
	width: 31.623931623931625%;
	float: left;
	margin-left: 2.564102564102564%;
}

.cols3 .first3col {
	clear: both;
	margin-left: 0;
}

.cols4 .cols {
	width: 23.076923076923077%;
	float: left;
	margin-left: 2.564102564102564%;
}

.cols4 .first4col {
	clear: both;
	margin-left: 0;
}

.csscols4 {
  -webkit-columns: 4 300px;
     -moz-columns: 4 300px;
          columns: 4 300px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
	padding-bottom: 28px;
	padding-bottom: 2.8rem;
}

.csscols3 {
  -webkit-columns: 3 300px;
     -moz-columns: 3 300px;
          columns: 3 300px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
	padding-bottom: 0;
}

.csscols2 {
  -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
	padding-bottom: 28px;
	padding-bottom: 2.8rem;
}

.csscols1 {
	padding-bottom: 28px;
	padding-bottom: 2.8rem;
}

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

	.cols3 .cols {
		width: 48.717948717948715%;
		clear: none;
		margin-left: 2.564102564102564%;
	}
	.cols3 .first2col {
		clear: both;
		margin-left: 0;
	}

}

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

	.cols3 .cols {
		width: 100%;
		float: none;
		margin-left: 0;
	}

}

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

	.cols4.lgdgallery .cols {
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		clear: none;
	}
	.cols4.lgdgallery .first3col {
		clear: both;
		margin-left: 0;
	}
}

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

	.cols4.lgdgallery .cols {
		width: 48.717948717948715%;
		clear: none;
		margin-left: 2.564102564102564%;
	}
	.cols4.lgdgallery .first2col {
		clear: both;
		margin-left: 0;
	}
}

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

	.cols4.lgdgallery .cols {
		width: 100%;
		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; 
	line-height: 60px; 
	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;
	/* background-color: rgba(0,0,0,0.025); */
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	/* border-bottom: 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;
}

/* 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 only screen 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 {
	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;
}

.search-form {
	overflow:auto;
}

.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;
	/* -webkit-box-shadow: 3px 1px 3px #eee inset;
	-moz-box-shadow: 3px 1px 3px #eee inset;
	box-shadow: 3px 1px 3px #eee inset; */
	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;
	/* -webkit-box-shadow: -3px 1px 3px #eee inset;
	-moz-box-shadow: -3px 1px 3px #eee inset;
	box-shadow: -3px 1px 3px #eee inset;
	max-width: 30px; */
}

.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: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title,
.widgettitle {
	font-size: 24px;
	font-size: 2.4rem;
	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: 12px;
	margin-bottom: 1.2rem;
}

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
}

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

.sticky {
}


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

.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 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
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input/* ,
.enews-widget input:focus  */{
	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;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

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

.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;
}

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

.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.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; 
	/* top: 50%;  */
	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
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 300px;
	min-height: 45vh;
	/* background: url('images/background.jpg');
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat; */
}

#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	height:100vh;
	background: #fff url('images/background.jpg') no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

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

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 300px;
	width: 30rem;
}

.header-full-width .title-area {
	/* width: 100%; */
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 60px;
	margin-top: 6rem;
	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);
}

.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 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen 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: 16px;
	font-size: 1.6rem;
	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;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

/* 
body.admin-bar #branding-wrap {
	top: 28px;
} 

body.admin-bar #wrapper {
	margin-top: 145px;
}
 */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 12px 12px;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	/* -webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out; */
	width: 150px;
	z-index: 1000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #e5e5e5;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	padding: 10px;
	padding: 1rem;
	position: relative;
	width: 150px;
}

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

	.genesis-nav-menu .sub-menu a {
		padding: 5px;
		padding: 0.5rem;
	}

}

.genesis-nav-menu .sub-menu .menu-item-has-children > a {
	padding: 10px 20px 10px 10px;
	padding: 1rem 2rem 1rem 1rem;
}

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

	.genesis-nav-menu .sub-menu .menu-item-has-children > a {
		padding: 5px 20px 5px 10px;
		padding: 0.5rem 2rem 0.5rem 1rem;
	}

}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
	font-family: "dashicons";
	font-weight: normal;
	color: #000;
	content: "\f345";
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	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 149px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.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;
}

.menu-item-has-children > a:after {
	/* content:"\2002\25bc"; */
	font-family: "dashicons";
	font-weight: normal;
	content: " \f347";
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	top: 2px;
	top: 0.2rem;
}


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

/* ## Primary Navigation
--------------------------------------------- */

.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;
}

#mobile-menu {
	display: none;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

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

.entry {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	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;
}

.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 {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

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

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

.lgdgallery {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 0;
	padding: 4rem 4rem 0;
	background-color: #fff;
}

.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: 20px;
	margin-bottom: 2rem;
	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: 40px 0;
	margin: 4rem 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}
	
.archive-pagination ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	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;
}

.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;
}

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

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.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;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar li {
	border-bottom: 1px dotted #666;
	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: 0;
	padding: 20px 0;
	padding: 2rem 0;
	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,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	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 {
	width: 31.623931623931625%;
}

.footer-widgets-1 {
	margin-right: 0;
}

.footer-widgets-1 {



	float: left;
	margin-left: 0;
}


.footer-widgets-2,
.footer-widgets-3 {
	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: 22px 0 20px;
	padding: 2.2rem 0 2rem;
	text-align: center;
}

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

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

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

.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: 15px;
	padding-right: 1.5rem;
}
.entry-categories,
.entry-tags,
.entry-location {
	display: inline-block;
}

/* # 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;
/* 	-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; */
}
.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;
}
.acf-field.widget-first {
	margin-top: 20px !important;
	margin-top: 2rem !important;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	/* .site-inner, */
	.content-sidebar-wrap,
	.wrap {
		width: 90%;
	}
	
	.content-sidebar-wrap,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

}

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

	.site-inner,
	.wrap {
		/* max-width: 960px; */
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		/* width: 620px; */
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		/* width: 300px; */
	}

	.footer-widgets-1 {
		/* margin-right: 30px; */
	}

}

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

	.site-inner {
		max-width: 960px;
	}
	
	.wrap {
		/* padding-left: 5%;
		padding-right: 5%; */
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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%;
	}

	.site-header .wrap {
		/* padding: 20px 5%; */
	}

	.header-image .title-area {
		background-position: center top;
	}

	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-2,
	.footer-widgets-3	{
		margin-left: 0;
	}

}

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

	body {
		background-color: transparent;
	}
	
	h1 {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 18px;
		margin-bottom: 1.8rem;
	}

	h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 24px;
		margin-bottom: 2.4rem;
	}

	h3 {
		font-size: 21px;
		font-size: 2.1rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h6 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.site-header {
		min-height: 120px;
		min-height: 30vh;
	}
	
	.site-title {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.site-header,
	.lgdgallery {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}

	.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;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.footer-left,
	.footer-right  {
		float: none;
		width: 100%; 
		text-align: center;
		padding: 5px 0;
		padding: 0.5rem 0;
	}


}

@media only screen and (max-width: 479px) {
	
	.site-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.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;
	}
	
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* ## Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* ## Navigation Toggles
--------------------------------------------- */

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

/* Navigation Toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 800px) {

	nav {
		display: block !important;
	}
	
	.genesis-nav-menu .menu-item > .sub-menu {
		display: block !important;
	}
	
}

/* Navigation Toggles - Mobile
--------------------------------------------- */

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

	.menu-toggle {
		display: block;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 900;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px 30px 10px 15px;
		text-align: right;
		visibility: visible;
		background: transparent url('images/menubar-logo.png') center left no-repeat;
		background-size: contain;
		background-origin: content-box;
		height: 70px;
		position: relative;
	}
	
	.sub-menu-toggle {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 900;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px;
		padding: 1rem;
		text-align: center;
		visibility: visible;
	}
	
	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;
	}

	.sub-menu-toggle {
		padding: 10px 10px 7px;
		padding: 1rem 1rem 0.7rem;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
	}

	.menu-toggle:before {
		/* content: "\2261"; */
		content: "\f333";
		font-family: "dashicons";
		font-weight: normal;
		position: relative;
  		bottom: -20px;
  		right: 0;
	}

	.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;
	}

	nav {
		display: none;
		position: relative;
	}
	
	.nav-primary {
		background-color: transparent;
		margin-bottom: 0;
	}
	
	.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,1);
	}
	
	#menu-item-lgd-soc {
		background-color: #000;
		background-color: rgba(0,0,0,1);
	}
	
	.genesis-nav-menu .menu-item a {
		background-color: #000;
		background-color: rgba(0,0,0,1);
	}
	
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu {
		line-height: 20px;
		line-height: 2rem;
	}
	
	.menu-item-has-children {
		/* line-height: 18px;
		line-height: 1.8rem; */
	}
	
	.genesis-nav-menu a {
		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,1);
		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-left: 30px;
		padding-left: 3rem;
	}

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

	.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: 45px;
		padding-left: 4.5rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a:hover{
		color: #e5554e;
	}

	.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: 60px;
		padding-left: 6rem;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: 	#e5554e;
	}
	
	/* MENUS - remove dd icon */
	
	.menu-item-has-children > a:after {
		display: none;
	}
	
	.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
		display: none;
	}

	.site-header {
		min-height: 40vh;
	}

}

/* # Screen Reader Text
---------------------------------------------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
	height: 1px;
    width: 1px;
    overflow: hidden;
}

/* # 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 only screen and (min-width: 768px) {
	.to-top {
		/* right:20px;
		bottom:60px; */
	}

}

@media only screen and (min-width: 1340px) {
	.to-top {
		height:50px;
		width:50px;
		/* right:20px;
		bottom:60px; */
	}

}

/* ## Theme colour default #000000 / #3F3F3F / #F2F2F2 // #e5554e
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #000000; } lgd-default a { color: #e5554e; text-decoration: none; } lgd-default a:hover { color: #333; } p.drop-cap:first-child:first-letter, .drop-cap p:first-child:first-letter { color: #000000; } .entry-title a, .sidebar .widget-title a { color: #000000; } .entry-title a:hover { color: #e5554e; } button, input[type="button"], input[type="reset"], input[type="submit"], .button { background-color: #000000; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover { background-color: #e5554e; } .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .button { background-color: #000000; } .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 { background-color: #e5554e; } .search-form input[type="submit"] { background-color: #fff; } .search-form input[type="submit"]:hover { color: #999; } .enews-widget input[type="submit"] { background-color: #e5554e; } .enews-widget input:hover[type="submit"] { background-color: #fff; } li.tab-title a.ui-tabs-anchor { color: #000000; } .site-title { text-shadow: 0px 0px 2px rgba(0,0,0,0.75); background-color: #000000; background-color: rgba(0,0,0,0.75); color: #fff; } .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; } .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #000000; } .nav-primary { background-color: #000000; } .nav-primary .sub-menu a { color: #000000; } .genesis-nav-menu .sub-menu a { background-color: #E5E5E5; } .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .nav-primary a:hover, .nav-primary .current-menu-item > a, .nav-primary .sub-menu .current-menu-item > a:hover { color: #e5554e; } .genesis-nav-menu a { /* color: #000000; display: block; padding: 12px 12px; */ } .content .entry.sticky { background-color: #F2F2F2; } .sidebar .widget { background-color: #F2F2F2; } .entry-content code { background-color: #000000; color: #eee; } blockquote::before { color: #000000; } .entry-time:before, .entry-author:before, .entry-comments-link:before, .entry-categories:before, .entry-tags:before, .entry-location:before { color: #3F3F3F; } .archive-pagination li a { background-color: #000000; } .archive-pagination li a:hover, .archive-pagination .active a { background-color: #e5554e; } .sidebar .widget.enews-widget { background-color: #000000; } .enews-widget input { border: 1px solid #000000; } .enews-widget input:hover[type="submit"] { color: #000000; } .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; } .footer-widgets { background-color: #3F3F3F; } .footer-widgets input { border: 1px solid #000000; } .footer-widgets li { border-bottom: 1px dotted #ccc; } .site-footer { background-color: #000000; } .site-footer a:hover { color: #e5554e; } .to-top { background: #e5554e url(images/to-top.svg) no-repeat center 50%; } .no-touch .to-top:hover { background-color: #e5554e; } table { background-color: #000000; } @media only screen and (max-width: 799px) { button.menu-toggle { background-color: #000000; } button.sub-menu-toggle { background-color: transparent; color: #fff; } .genesis-nav-menu .menu-item a { background-color: #000000; color: #fff; } .genesis-nav-menu .sub-menu a { background-color: #000000; color: #fff; } .nav-primary { background-color: transparent; } .nav-primary a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .menu-item a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover { color: #e5554e; } #menu-item-lgd-soc { background-color: #000000; } }

/* # Colour Schemes - Genesis Theme Options
---------------------------------------------------------------------------------------------------- */

/* ## Theme colour blue #025196 / #417CB0 / #F2F6F9 // #e5554e
--------------------------------------------- */
.lgd-blue h1, .lgd-blue h2, .lgd-blue h3, .lgd-blue h4, .lgd-blue h5, .lgd-blue h6 { color: #025196; } lgd-blue a { color: #e5554e; text-decoration: none; } 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: #e5554e; } .lgd-blue button, .lgd-blue input[type="button"], .lgd-blue input[type="reset"], .lgd-blue input[type="submit"], .lgd-blue .button { background-color: #025196; } .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: #e5554e; } .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: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: #e5554e; } .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: #e5554e; } .enews-widget input:hover[type="submit"] { background-color: #fff; } .lgd-blue li.tab-title a.ui-tabs-anchor { color: #025196; } .lgd-blue .site-title { 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 .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 .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #025196; } .lgd-blue .nav-primary { background-color: #025196; } .lgd-blue .nav-primary .sub-menu a { color: #025196; } .lgd-blue .genesis-nav-menu .sub-menu a { background-color: #E5EDF4; } .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: #e5554e; } .lgd-blue .genesis-nav-menu a { /* color: #025196; display: block; padding: 12px 12px; */ } .lgd-blue .content .entry.sticky { background-color: #F2F6F9; } .lgd-blue .sidebar .widget { background-color: #F2F6F9; } .lgd-blue .entry-content code { background-color: #025196; color: #eee; } .lgd-blue blockquote::before { color: #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:hover, .lgd-blue .archive-pagination .active a { background-color: #e5554e; } .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 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 { color: #fff; } .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:hover { color: #e5554e; } .lgd-blue .to-top { background: #e5554e url(images/to-top.svg) no-repeat center 50%; } .lgd-blue .no-touch .to-top:hover { background-color: #e5554e; } .lgd-blue table { background-color: #025196; } @media only screen and (max-width: 799px) { .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 a { background-color: #025196; color: #fff; } .lgd-blue .genesis-nav-menu .sub-menu a { background-color: #025196; color: #fff; } .lgd-blue .nav-primary { background-color: transparent; } .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: #e5554e; } .lgd-blue #menu-item-lgd-soc { background-color: #025196; } }

/* ## Theme colour green #35695e / #678E86 / #F4F7F6 // #e5554e
--------------------------------------------- */
.lgd-green h1, .lgd-green h2, .lgd-green h3, .lgd-green h4, .lgd-green h5, .lgd-green h6 { color: #35695e; } lgd-green a { color: #e5554e; text-decoration: none; } 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: #e5554e; } .lgd-green button, .lgd-green input[type="button"], .lgd-green input[type="reset"], .lgd-green input[type="submit"], .lgd-green .button { background-color: #35695e; } .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: #e5554e; } .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: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: #e5554e; } .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: #e5554e; } .enews-widget input:hover[type="submit"] { background-color: #fff; } .lgd-green li.tab-title a.ui-tabs-anchor { color: #35695e; } .lgd-green .site-title { 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 .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 .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #35695e; } .lgd-green .nav-primary { background-color: #35695e; } .lgd-green .nav-primary .sub-menu a { color: #35695e; } .lgd-green .genesis-nav-menu .sub-menu a { background-color: #EAF0EE; } .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: #e5554e; } .lgd-green .genesis-nav-menu a { /* color: #35695e; display: block; padding: 12px 12px; */ } .lgd-green .content .entry.sticky { background-color: #F4F7F6; } .lgd-green .sidebar .widget { background-color: #F4F7F6; } .lgd-green .entry-content code { background-color: #35695e; color: #eee; } .lgd-green blockquote::before { color: #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:hover, .lgd-green .archive-pagination .active a { background-color: #e5554e; } .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 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 { color: #fff; } .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:hover { color: #e5554e; } .lgd-green .to-top { background: #e5554e url(images/to-top.svg) no-repeat center 50%; } .lgd-green .no-touch .to-top:hover { background-color: #e5554e; } .lgd-green table { background-color: #35695e; } @media only screen and (max-width: 799px) { .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 a { background-color: #35695e; color: #fff; } .lgd-green .genesis-nav-menu .sub-menu a { background-color: #35695e; color: #fff; } .lgd-green .nav-primary { background-color: transparent; } .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: #e5554e; } .lgd-green #menu-item-lgd-soc { background-color: #35695e; } }


/* ## Theme colour red #5d0303 / #854242 / #F6F2F2 // #e5554e
--------------------------------------------- */
.lgd-red h1, .lgd-red h2, .lgd-red h3, .lgd-red h4, .lgd-red h5, .lgd-red h6 { color: #5d0303; } lgd-red a { color: #e5554e; text-decoration: none; } 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: #e5554e; } .lgd-red button, .lgd-red input[type="button"], .lgd-red input[type="reset"], .lgd-red input[type="submit"], .lgd-red .button { background-color: #5d0303; } .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: #e5554e; } .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: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: #e5554e; } .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: #e5554e; } .enews-widget input:hover[type="submit"] { background-color: #fff; } .lgd-red li.tab-title a.ui-tabs-anchor { color: #5d0303; } .lgd-red .site-title { 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 .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 .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #5d0303; } .lgd-red .nav-primary { background-color: #5d0303; } .lgd-red .nav-primary .sub-menu a { color: #5d0303; } .lgd-red .genesis-nav-menu .sub-menu a { background-color: #EEE5E5; } .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: #e5554e; } .lgd-red .genesis-nav-menu a { /* color: #5d0303; display: block; padding: 12px 12px; */ } .lgd-red .content .entry.sticky { background-color: #F6F2F2; } .lgd-red .sidebar .widget { background-color: #F6F2F2; } .lgd-red .entry-content code { background-color: #5d0303; color: #eee; } .lgd-red blockquote::before { color: #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:hover, .lgd-red .archive-pagination .active a { background-color: #e5554e; } .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 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 { color: #fff; } .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:hover { color: #e5554e; } .lgd-red .to-top { background: #e5554e url(images/to-top.svg) no-repeat center 50%; } .lgd-red .no-touch .to-top:hover { background-color: #e5554e; } .lgd-red table { background-color: #5d0303; } @media only screen and (max-width: 799px) { .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 a { background-color: #5d0303; color: #fff; } .lgd-red .genesis-nav-menu .sub-menu a { background-color: #5d0303; color: #fff; } .lgd-red .nav-primary { background-color: transparent; } .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: #e5554e; } .lgd-red #menu-item-lgd-soc { background-color: #5d0303; } }


/* ## Theme colour stone #4b5450 / #787E7B / #F6F6F6 // #e5554e
--------------------------------------------- */
.lgd-stone h1, .lgd-stone h2, .lgd-stone h3, .lgd-stone h4, .lgd-stone h5, .lgd-stone h6 { color: #4b5450; } lgd-stone a { color: #e5554e; text-decoration: none; } 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: #e5554e; } .lgd-stone button, .lgd-stone input[type="button"], .lgd-stone input[type="reset"], .lgd-stone input[type="submit"], .lgd-stone .button { background-color: #4b5450; } .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: #e5554e; } .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: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: #e5554e; } .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: #e5554e; } .enews-widget input:hover[type="submit"] { background-color: #fff; } .lgd-stone li.tab-title a.ui-tabs-anchor { color: #4b5450; } .lgd-stone .site-title { 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 .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 .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #4b5450; } .lgd-stone .nav-primary { background-color: #4b5450; } .lgd-stone .nav-primary .sub-menu a { color: #4b5450; } .lgd-stone .genesis-nav-menu .sub-menu a { background-color: #EDEDED; } .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: #e5554e; } .lgd-stone .genesis-nav-menu a { /* color: #4b5450; display: block; padding: 12px 12px; */ } .lgd-stone .content .entry.sticky { background-color: #F6F6F6; } .lgd-stone .sidebar .widget { background-color: #F6F6F6; } .lgd-stone .entry-content code { background-color: #4b5450; color: #eee; } .lgd-stone blockquote::before { color: #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:hover, .lgd-stone .archive-pagination .active a { background-color: #e5554e; } .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 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 { color: #fff; } .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:hover { color: #e5554e; } .lgd-stone .to-top { background: #e5554e url(images/to-top.svg) no-repeat center 50%; } .lgd-stone .no-touch .to-top:hover { background-color: #e5554e; } .lgd-stone table { background-color: #4b5450; } @media only screen and (max-width: 799px) { .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 a { background-color: #4b5450; color: #fff; } .lgd-stone .genesis-nav-menu .sub-menu a { background-color: #4b5450; color: #fff; } .lgd-stone .nav-primary { background-color: transparent; } .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: #e5554e; } .lgd-stone #menu-item-lgd-soc { background-color: #4b5450; } }


/* ## Theme colour slate #2f4f4f / #637B7B / #F4F6F6 // #e5554e
--------------------------------------------- */
.lgd-slate h1, .lgd-slate h2, .lgd-slate h3, .lgd-slate h4, .lgd-slate h5, .lgd-slate h6 { color: #2f4f4f; } lgd-slate a { color: #e5554e; text-decoration: none; } 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: #e5554e; } .lgd-slate button, .lgd-slate input[type="button"], .lgd-slate input[type="reset"], .lgd-slate input[type="submit"], .lgd-slate .button { background-color: #2f4f4f; } .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: #e5554e; } .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: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: #e5554e; } .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: #e5554e; } .enews-widget input:hover[type="submit"] { background-color: #fff; } .lgd-slate li.tab-title a.ui-tabs-anchor { color: #2f4f4f; } .lgd-slate .site-title { 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 .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 .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #2f4f4f; } .lgd-slate .nav-primary { background-color: #2f4f4f; } .lgd-slate .nav-primary .sub-menu a { color: #2f4f4f; } .lgd-slate .genesis-nav-menu .sub-menu a { background-color: #EAEDED; } .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: #e5554e; } .lgd-slate .genesis-nav-menu a { /* color: #2f4f4f; display: block; padding: 12px 12px; */ } .lgd-slate .content .entry.sticky { background-color: #F4F6F6; } .lgd-slate .sidebar .widget { background-color: #F4F6F6; } .lgd-slate .entry-content code { background-color: #2f4f4f; color: #eee; } .lgd-slate blockquote::before { color: #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:hover, .lgd-slate .archive-pagination .active a { background-color: #e5554e; } .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 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 { color: #fff; } .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:hover { color: #e5554e; } .lgd-slate .to-top { background: #e5554e url(images/to-top.svg) no-repeat center 50%; } .lgd-slate .no-touch .to-top:hover { background-color: #e5554e; } .lgd-slate table { background-color: #2f4f4f; } @media only screen and (max-width: 799px) { .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 a { background-color: #2f4f4f; color: #fff; } .lgd-slate .genesis-nav-menu .sub-menu a { background-color: #2f4f4f; color: #fff; } .lgd-slate .nav-primary { background-color: transparent; } .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: #e5554e; } .lgd-slate #menu-item-lgd-soc { background-color: #2f4f4f; } }


/* ## Theme colour custom #005983 / #3F82A2 / #F2F6F8 // #ee3b34
--------------------------------------------- */
.lgd-custom h1, .lgd-custom h2, .lgd-custom h3, .lgd-custom h4, .lgd-custom h5, .lgd-custom h6 { color: #005983; } .lgd-custom a { color: #ee3b34; text-decoration: none; } .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: #005983; } .lgd-custom .entry-title a, .lgd-custom .sidebar .widget-title a { color: #005983; } .entry-title a:hover { color: #ee3b34; } .lgd-custom button, .lgd-custom input[type="button"], .lgd-custom input[type="reset"], .lgd-custom input[type="submit"], .lgd-custom .button { background-color: #005983; } .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: #ee3b34; } .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: #005983; } .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: #ee3b34; } .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: #ee3b34; } .enews-widget input:hover[type="submit"] { background-color: #fff; } .lgd-custom li.tab-title a.ui-tabs-anchor { color: #005983; } .lgd-custom .site-title { text-shadow: 0px 0px 2px rgba(0,89,131,0.75); background-color: #005983; background-color: rgba(0,89,131,0.75); color: #fff; } .lgd-custom .site-description { text-shadow: 0px 0px 2px rgba(0,89,131,0.75); background-color: #005983; background-color: rgba(0,89,131,0.75); color: #fff; } .lgd-custom .nav-primary { background-color: #005983; } .lgd-custom .nav-primary a { color: #fff; } .lgd-custom .genesis-nav-menu .sub-menu .menu-item-has-children > a:after { color: #005983; } .lgd-custom .nav-primary .sub-menu a { color: #005983; } .lgd-custom .genesis-nav-menu .sub-menu a { background-color: #E5EEF2; } .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: #ee3b34; } .lgd-custom .genesis-nav-menu a { /* color: #005983; display: block; padding: 12px 12px; */ } .lgd-custom .content .entry.sticky { background-color: #F2F6F8; } .lgd-custom .sidebar .widget { background-color: #F2F6F8; } .lgd-custom .entry-content code { background-color: #005983; color: #eee; } .lgd-custom blockquote::before { color: #005983; } .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: #3F82A2; } .lgd-custom .archive-pagination li a { background-color: #005983; } .lgd-custom .archive-pagination li a:hover, .lgd-custom .archive-pagination .active a { background-color: #ee3b34; } .lgd-custom .sidebar .widget.enews-widget { background-color: #005983; } .lgd-custom .enews-widget input { border: 1px solid #005983; } .lgd-custom .enews-widget input:hover[type="submit"] { color: #005983; } .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 { color: #fff; } .lgd-custom .footer-widgets { background-color: #3F82A2; } .lgd-custom .footer-widgets input { border: 1px solid #005983; } .lgd-custom .footer-widgets li { border-bottom: 1px dotted #ccc; } .lgd-custom .site-footer { background-color: #005983; } .lgd-custom .site-footer a:hover { color: #ee3b34; } .lgd-custom .to-top { background: #ee3b34 url(images/to-top.svg) no-repeat center 50%; } .lgd-custom .no-touch .to-top:hover { background-color: #ee3b34; } .lgd-custom table { background-color: #005983; } @media only screen and (max-width: 799px) { .lgd-custom button.menu-toggle { background-color: #005983; } .lgd-custom button.sub-menu-toggle { background-color: transparent; color: #fff; } .lgd-custom .genesis-nav-menu .menu-item a { background-color: #005983; color: #fff; } .lgd-custom .genesis-nav-menu .sub-menu a { background-color: #005983; color: #fff; } .lgd-custom .nav-primary { background-color: transparent; } .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: #ee3b34; } .lgd-custom #menu-item-lgd-soc { background-color: #005983; } }


/* # CSS Media Queries for Print
---------------------------------------------------------------------------------------------------- */

@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, Fixed;
		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;
}


/* ## v1.0.5 Additions
------------------------------------------------------------ */

/* Credits template */

.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;
}

/* Share Buttons */

.ssba {
	margin-top: 5px;
	margin-top: 0.5rem;
}

/* General */

img.align-left {
	float: left;
	margin-right: 10px;
}

.flags {
	float: right;
}

.flag {
	width: 36px;
	height: 16px;
	display: inline-block;
	-webkit-filter: grayscale(0.75);
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
	background-size: contain;
}

.flag.viewing ,
.flag:hover {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.flag.gb {
	background: url('images/flag-gb.png') center no-repeat;
}

.flag.da {
	background: url('images/flag-da.png') center no-repeat;
}

.flag.de {
	background: url('images/flag-de.png') center no-repeat;
}

.flag.nl {
	background: url('images/flag-nl.png') center no-repeat;
}

.flag.sv {
	background: url('images/flag-sv.png') center no-repeat ;
}

.flag.fr {
	background: url('images/flag-fr.png') center no-repeat;
}

.sidebar #text-2.widget {
	padding: 0;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-radius: 0.3rem;
}

.page-template-tmpl-homepage #text-2.widget {
	padding: 0;
	margin: 28px 0 0;
	margin: 2.8rem 0 0;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-radius: 0.3rem;
}

#menu-c-menu img{
	vertical-align: -1px;
}

#menu-c-menu .language-menu {
	float: right;
}

.nav-primary {
	width: 100%;
	z-index: 999;
	top: 0;
	overflow: visible;
	position: relative;
}

@media only screen and (min-width: 800px) {

	.nav-primary {
		position: fixed;
		position: -webkit-sticky;
		position: sticky;
		overflow: visible !important;
	}
	
	.admin-bar .nav-primary {
		top: 32px;
	}

}

.lgd-custom .genesis-nav-menu .menu-item > a {
	border-bottom: 5px solid #005983;
}

.genesis-nav-menu a {
	padding: 12px 12px 7px;
}

.lgd-custom .genesis-nav-menu .current-menu-item > a, 
.lgd-custom .nav-primary .current-menu-item > a ,
.lgd-custom .nav-primary .current-menu-parent:not(.pll-parent-menu-item) > a {
	color: #fff;
	border-bottom: 5px solid #ee3b34;
}

.lgd-custom .genesis-nav-menu .menu-item .menu-item > a {
	border-bottom: none;
}

.lgd-custom .genesis-nav-menu .menu-item .menu-item > a {
	border-bottom: none;
}

.lgd-custom .genesis-nav-menu .sub-menu a:hover {
	background-color: #ccdde6;
	/* color: #fff; */
}

.lgd-custom .genesis-nav-menu .menu-item .current-menu-item > a, 
.lgd-custom .nav-primary .menu-item .current-menu-item > a ,
.lgd-custom .nav-primary .menu-item .current-menu-parent > a {
	color: #ee3b34;
	border-bottom: none;
}

.lgd-custom .nav-primary .current-menu-parent.language-menu > a {
	border-bottom: 5px solid #005983;
}

/* .genesis-nav-menu .sub-menu {
	padding-top: 5px;
} */

.genesis-nav-menu {
	font-size: 13px;
	font-size: 1.3rem;
}

.genesis-nav-menu .sub-menu {
	text-transform: none;
}

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

	.lgd-custom .genesis-nav-menu .menu-item > a,
	.lgd-custom .genesis-nav-menu .current-menu-item > a, 
	.lgd-custom .nav-primary .current-menu-item > a ,
	.lgd-custom .nav-primary .current-menu-parent > a,
	.lgd-custom .nav-primary .current-menu-parent.language-menu > a {
		border-bottom: none;
	}
	
	.lgd-custom .genesis-nav-menu .current-menu-item > a, 
	.lgd-custom .nav-primary .current-menu-item > a {
		color: #ee3b34;
	}
	
	.genesis-nav-menu a {
		padding: 5px 30px;
		padding: 0.5rem 3rem;
	}
	
	.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: #fff; 
	}
	
	.lgd-custom .genesis-nav-menu .sub-menu a:hover {
		background-color: #005983;
		color: #fff;
	}

}

.site-header {
	min-height: 200px;
	margin-top: 100px;
	margin-top: 10rem;
}

.title-area {
	float: left;
	padding: 0;
	width: 285px;
	width: 28.5rem;
}

.site-title,
.lgd-custom .site-title {
	margin-top: 0;
	/* min-height: 170px;
	min-height: 17rem;
	background-color: transparent; */
	/* margin-bottom: -10px;
	margin-bottom: -1rem; */
}

.header-image .site-title > a {
	min-height: 160px;
	min-height: 16rem;
}

.header-image .site-description {
	display: block;
	text-indent: 0;
	background-color: transparent;
	padding: 0;
	text-align: center;
}

.lgd-custom .site-description {
	text-shadow: 0 0 3px rgb(0, 89, 131);
	text-shadow: 0 0 3px rgba(0, 89, 131, 1);
	text-shadow: 0 0 1px rgba(255,255,255, 1);
	text-shadow: 
	-1px -1px 1px rgba(255,255,255, 0.75),  
    1px -1px 1px rgba(255,255,255, 0.75),
    -1px 1px 1px rgba(255,255,255, 0.75),
     1px 1px 1px rgba(255,255,255, 0.75);
	color: rgb(0, 89, 131);
	font-weight: 700;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 380px;
	width: 38rem;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0;
	text-shadow: 0 0 2px rgba(0, 89, 131, 0.75);
	color: #fff;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.site-inner {
	background-color: transparent;
}

main.content {
	padding-top: 20px;
	padding-top: 2rem;
}

.content-sidebar-wrap {
	background-color: #fff;
	background-color: rgba(255,255,255,.95);
	overflow: hidden;
	min-height: 600px;
	min-height: 80vh;
	padding-top: 20px;
	padding-top: 2rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* 
.page-template-tmpl-homepage .content-sidebar-wrap {
	padding-top: 40px;
	padding-top: 4rem;
}

.page-template-tmpl-homepage .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.page-template-tmpl-homepage .content-sidebar-wrap ul  li {
	border-bottom: 1px dotted #3F82A2;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}

.page-template-tmpl-homepage .content-sidebar-wrap ul  li:first-of-type {
	border-top: 1px dotted #3F82A2;
	padding-top: 5px;
	padding-top: 0.5rem;
}
 */

.sidebar-primary {
	padding-top: 20px;
	padding-top: 2rem;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.site-footer a {
	color: #ccc;
}

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

.genesis-nav-menu #menu-item-logged-in-user .sub-menu,
.genesis-nav-menu #menu-item-logged-in-user .sub-menu a {
	width: 118px;
}

li#menu-item-logged-in-user > a:before,
li#menu-item-logged-out-user > a:before,
li.members > a:before {
	font-family: "dashicons";
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	content: "\f110\00a0";
	vertical-align: -17%;
	line-height: 1;
}

.genesis-nav-menu .menu-item.members  {
	display: none;
}

.genesis-nav-menu .sub-menu li:first-of-type a {
	border: 1px solid #eee;
}

@media only screen and (min-width: 800px) {

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -40px 0 0 149px;
	}

}

.logged-in .genesis-nav-menu .menu-item.members  {
	display: inline-block;
}

p.reachmailSubscriptionForm-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.mc-field-group {
	padding-bottom: 10px;
}

/* 
.footer-widgets {
	background: #3f82a2 url('images/wave3.png') center bottom repeat-x;
}
 */

.lgd-custom .footer-widgets,
.lgd-custom .site-footer {
	background-color: #005983;
}

.footer-widgets .widget-area {
	padding: 20px;
}

.footer-widgets p {
	margin-bottom: 20px;
}
	
.footer-widgets p.reachmailSubscriptionForm-title {
	color: #fff;
}

.reachmailSubscriptionForm div {
	overflow: hidden;
}

.footer-widgets .reachmailSubscriptionForm label {
	color: #fff;
}

.reachmailSubscriptionForm button {
	margin-top: 24px;
	margin-top: 2.4rem;
	float: right;
}

.footer-widgets p {
	color: #fff;
}

div.submitbutton {
	float: right;
	overflow: hidden;
}

.lgdgallery.block {
	background-color: transparent;
}


#mc_embed_signup {
    background: transparent none repeat scroll 0 0 !important;
    clear: left;
	font-family: 'Lato', sans-serif !important;
}

.indicates-required {
	text-align: right;
}

#mc-embedded-subscribe-form .button {
	margin-top: 24px;
	margin-top: 2.4rem;
	float: right;
}

.full-width {
	width: 100%;
}

.button {
	text-align: center;
}

.lgd-custom .footer-widgets .button {
	border: 1px solid #005983;
}

/* ## Site Guide
--------------------------------------------- */

.page-template-tmpl-siteguide h3:before {
	content: "";
	display: block;
	height: 150px;
	height: 15rem;
	margin: -150px 0 0;
	margin: -15rem 0 0;
}

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

	/* .site-inner, */
	.content-sidebar-wrap,
	.wrap {
		width: 94%;
	}
	
	.content-sidebar-wrap/* ,
	.wrap */ {
		padding-left: 3%;
		padding-right: 3%;
	}
	
}

@media only screen and (max-width: 799px) {
	
	.site-header {
		min-height: 200px;
		margin-top: 40px;
		margin-top: 4rem;
	}

	.title-area {
		width: 48%;
		max-width: 285px;
		max-width: 28.5rem;
	}
	
	.site-header .widget-area {
		width: 48%;
		font-size: 20px;
		font-size: 2rem;
		margin-top: 40px;
		margin-top: 4rem;
	}
	
	.genesis-nav-menu .menu-item {
		background-color: transparent;
	}
	
	.logged-in .genesis-nav-menu .menu-item.members  {
		display: block;
	}
	
	#menu-c-menu .language-menu {
		float: none;
	}
	
	.sub-menu-toggle {
		padding: 6px 30px 0;
		padding: 0.6rem 3rem 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
	}
	
	.genesis-nav-menu .sub-menu li:first-of-type a {
		border: none;
	}
	
	.genesis-nav-menu #menu-item-logged-in-user .sub-menu,
	.genesis-nav-menu #menu-item-logged-in-user .sub-menu a {
		width: 100%;
	}

	.one-third {
		margin-top: 30px;
		margin-top: 3rem;
	}
	
	.one-third.first {
		margin-top: 0;
	}

}

@media only screen and (max-width: 479px) {
	
	.site-header .widget-area {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
}


#tribe-events-pg-template {
	background-color: rgba(255,255,255,.95);
	margin-bottom: 40px !important;
	padding: 40px;
	max-width: 1280px !important;
}

.download-button {
	text-align:center;
	text-decoration:none;
	padding:.75em 1em;
	color:#fff;
	display:block;
	font-size:1.2em;
	line-height:1.5em;
	background-color:#005983 !important;
	background-image:none !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-shadow:0 -1px 0 rgba(0,0,0,.5);
	box-shadow:0 2px 4px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.4);
	border:1px solid #0086b2;
	cursor:pointer
}

.lgd-custom a.download-button {
	color:#fff;
}

.lgd-custom a.download-button:hover {
	color:#f00;
}


.download-box {
	float: left;
	margin-right: 30px !important;
}

.download-box:nth-of-type(2n+1) {
	clear: both;
}

.the_champ_horizontal_sharing {
	margin-bottom: 20px;
}

.gt_switcher_wrapper {
	padding-top: 3px;
	top: 0 !important;
}

.admin-bar .gt_switcher_wrapper {
	padding-top: 46px;
}

@media only screen and (min-width: 783px) {

	.admin-bar .gt_switcher_wrapper {
		padding-top:32px;
	}

}

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

	.gt_switcher_wrapper {
		right: 30px !important;
	}
	
}

@media only screen and (min-width: 800px) {

	.gt_switcher_wrapper {
		/* padding-top: 0; */
		right: 30px !important;
	}
	
	.nav-primary ul {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.nav-primary ul ul {
		padding-top: 0;
	}

}

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

	.gt_switcher_wrapper {
		position: fixed !important;
		padding-top: 30px;
		right: max(3vw, calc(50vw - 640px)) !important;
	}
	
	.admin-bar .gt_switcher_wrapper {
		position: fixed !important;
		padding-top: 62px;
	}

}

body {
	background-color: #ecebe4;
}

.site-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.content-sidebar-wrap {
	background-color: #ffffff;
	margin-bottom: 0;
}

.lgd-custom .sidebar .widget {
	background-color: transparent;
}

@media only screen and (min-width: 961px) {

	.sidebar-primary {
		padding-left: 30px;
		border-left: 1px solid #666;
	}

}

@media only screen and (min-width: 800px) {

	.hometext {
		visibility: hidden;
	}
	
	.nav-logo {;
		width: 115px;
		height: 51px;
		background: transparent url('images/menubar-logo.png') no-repeat;
		background-size: contain;
	}
}

.home-header {
	min-height: 50vh;
	background: #fff url('images/background.jpg') no-repeat;
	background-size: cover;
	background-position: center 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.75);
	margin: 0 auto;
	text-align: center;
	max-width: 1280px;
}

.nav-primary .wrap { 
	padding: 0;
}
.home-header h1 {
	margin: 30px;
	max-width: 600px;
	color: #fff;
	font-size: calc(18px + 1.5vw);
	font-weight: 700;
}

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

	.home-header {
		width: 94%;
	}
	
}

.widget_recent_entries {
	line-height: 1.2;
}

.widget_recent_entries .post-date {
	display: block;
	margin-top: 5px;
}

/* 
.widget_recent_entries .post-date: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;
	content: "\f145";
}
 */

.tribe-events-list-widget h4.tribe-event-title {
	font-size: 14px;
}

.tribe-events-list-widget .tribe-event-date-start {
	display: block;
	margin-top: 5px;
	margin-bottom: 7px;
}

.tribe-events-list-widget .tribe-event-date-start: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;
	content: "\f145"; /* dashicons-calendar */
}

ol.tribe-list-widget,
ol.tribe-list-widget li {
	padding-left: 0;
	margin-left: 0;
}

.lgd-custom .tribe-events-list-widget .tribe-events-list-widget-events {
	padding-left: 0;
	padding-right: 0;
}

.footer-widgets .widget-title:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0; /* This will center the border. */
    width: 50px; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 6px solid #ee3b34;
}

.home-text h1:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 100px; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 6px solid #ee3b34;
}

.lgd-custom .footer-widgets input[type="submit"] {
	background-color: rgba(255,255,255,0.25);
}

.lgd-custom a {
	color: rgb(0, 89, 131);
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.lgd-custom a:focus,
.lgd-custom a:hover {
	color: #333;
	/* text-decoration: none; */
}

.lgd-custom .menu a,
.lgd-custom .menu a:focus,
.lgd-custom .menu a:hover,
.lgd-custom h1 a,
.lgd-custom h2 a,
.lgd-custom h3 a,
.lgd-custom h4 a,
.lgd-custom .widget_recent_entries a,
.lgd-custom .pagination a {
	text-decoration: none;
}

.lgd-custom h1 a:hover,
.lgd-custom h2 a:hover,
.lgd-custom h3 a:hover,
.lgd-custom h4 a:hover,
.lgd-custom .widget_recent_entries a:hover {
	text-decoration: underline;
}

.lgd-custom .site-footer a {
	color: #e4e4e4;
}

.footer-widgets {
	font-size: 14px;
}

#wpadminbar {
	position: fixed !important; /* workaround because body is position absolute so admin bar mis-positions at <=600px, body style added as inline style - source of the style unknown */
}

.single-tribe_events .tribe-events-sub-nav {
	display: none;
}

.download-box {
	min-height: 350px;
}

.download-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.download-box h1 {
	font-size: 21px;
}

.download-box-content p span {
	font-family: 'Lato', sans-serif !important;
}

.download-box-content .download-button small {
	display: none;
}

.tribe-events-l-container {
	background-color: #fff;
}

.lgd-custom button.tribe-common-h3,
.lgd-custom button.tribe-events-c-subscribe-dropdown__button-text {
	background-color: transparent;
}