/*
Theme Name: Climate Focus
Theme URI: https://www.climatefocus.com
Description: Genesis child theme for Climate Focus
Author: ClowCreative
Author URI: https://www.clowcreative.com

Template: genesis

Text Domain: climatefocus

*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

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

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



/* Defaults
---------------------------------------------------------------------------- */

/* Avenir Fonts
---------------------------------------------------------------------------- */

    @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=10dc4843-b44b-4559-805c-4810cca8580b&fontids=1475508,1475556");
    @font-face{
        font-family:"Avenir LT W01_45 Book1475508";
        src:url("Fonts/1475508/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),url("Fonts/1475508/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir LT W01_95 Black1475556";
        src:url("Fonts/1475556/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"),url("Fonts/1475556/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff");
    }



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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #4f4f4f;
	font-family:"Avenir LT W01_45 Book1475508", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #07a550;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;

}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	 font-family:"Avenir LT W01_95 Black1475556";
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

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

blockquote {
	margin: 30px;
}
a .dashicons {
    font-size: 24px !important;
    line-height: 18px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Avenir LT W01_95 Black1475556";
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 85px;
    line-height: 95px;
}
.single h1 {
	font-size:35px;
	line-height:40px;
}
.bigger{
	font-size:140%;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 10px;
}

h5 {
	font-size: 18px;
	font-family:"Avenir LT W01_45 Book1475508";
    line-height: 30px;
}
.sidebar-widget h5 {
	font-family:"Avenir LT W01_95 Black1475556";
	margin-bottom:0;
}

h6 {
	font-size: 16px;
}



/* Gradients + Colours
--------------------------------------------- */

.site-header.green-gradient:before,
section.green-gradient {

	background: rgba(8,165,80,0.7);
	background: linear-gradient(120deg, rgba(8,165,80,1) 10%, rgba(114,191,68,0.7) 100%);
}
.green-gradient button.coloured {
	background-color:#72bf44;
	border-color:#72bf44;
	color:#fff;
}
.green-gradient a {
	color:#fff;
	font-weight:600;
}



.site-header.purple-gradient:before {
	background: rgba(112,42,151,0.7);
	background: linear-gradient(90deg, rgba(112,42,151,1) 10%, rgba(141,27,237,0.7) 100%);
}
.purple-gradient button.coloured {
	background-color:#9e44bf;
	border-color:#9e44bf;
	color:#fff;
}

.purple-bg {
	background: rgba(112,42,151,0.7);
	background: url('images/logo-watermark.png') no-repeat right top, linear-gradient(90deg, rgba(112,42,151,1) 10%, rgba(141,27,237,1) 100%);
	background-size:contain;
	color:#fff;
}
.purple-bg button {
	color:#702a97;
}

.site-header.blue-gradient:before {
	background: rgba(3,80,161, 0.7);
	background: linear-gradient(120deg, rgba(3,80,161,1) 10%, rgba(17,175,229,0.7) 100%);
}
.blue-bg {
	background: url('images/logo-watermark.png') no-repeat right top,  linear-gradient(120deg, rgba(3,80,161,1) 10%, rgba(17,175,229,1) 100%);
	background-size: contain;
	color:#fff;
}
.blue-bg a,
.yellow-bg a,
.purple-bg a {
	color:#fff !important;
}
.blue-bg button {
	color:#0351a2;
}
.blue-gradient button.coloured {
	background-color:#11afe5;
	border-color:#11afe5;
	color:#fff;
}

.site-header.yellow-gradient:before {
	background: rgb(246,129,32);
	background: linear-gradient(90deg, rgba(246,129,32,1) 39%, rgba(255,203,2,0.7) 100%);
}
.yellow-bg {
	background: url('images/logo-watermark.png') no-repeat right top, linear-gradient(90deg, rgba(246,129,32,1) 39%, rgba(255,203,2,1) 100%);
	background-size:contain;
	color:#fff;
}
.yellow-bg button {
	color:#f58120;
}
.yellow-gradient button.coloured {
	background-color:#fdb80a;
	border-color:#fdb80a;
	color:#fff;
}

button.coloured:hover,
button.transparent:hover {
    background-color: #b7292f;
    border-color:#b7292f;
}


.text.blue {
	color: #0351a2;
}
.text.purple {
	color: #9e44bf;
}
.text.orange {
	color: #f58120;
}
.text.red {
	color: #b7292f;
}
.text.green {
	color: #07a550;
}


.blue button {
    background-color: #0351a2;
    color: #fff;
}
.blue .category {
	color: #0351a2;
}
.green .category {
	color: #07a550;
}
.green button {
    background-color: #07a550;
    color: #fff;
}

.yellow button {
    background-color: #f58120;
    color: #fff;
}
.yellow .category {
	color: #f58120;
}
.purple button {
    background-color: #9e44bf;
    color: #fff;
}
.purple .category {
	color: #9e44bf;
}


.site-header:before  {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	display: block;
}
.social-icon a {
	display: inline-block !important
}
form#searchform {
	display: inline-block;
}
form#searchform.hidden input {  
	display: none;
	opacity: 0;
}
form#searchform input{ 
	font-size:14px;
	max-height: 20px;
    padding: 12px;
	opacity: 1;
	transition: opacity 1s ease-in;
}



.site-header > .wrap:nth-child(1) {
    position: relative;
    z-index: 20000;
}
.site-header .wrap:nth-child(2) {
    position: relative;
    z-index: 20;
}

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

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

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

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input:focus,
textarea:focus {
	outline: none;
}

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

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    font-family:"Avenir LT W01_95 Black1475556";
	border-radius: 10px;
	color: #000;
	background-color:#fff;
	cursor: pointer;
	font-size: 16px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	box-shadow: none;
	border:2px solid #fff;
}
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color:#72bf44;
	color:#fff;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	    font-family:"Avenir LT W01_95 Black1475556";
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #b7292f;
	border:2px solid #b7292f;
	color: #fff;
}

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

.button {
	display: inline-block;
}


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

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


button.transparent {
	background-color:rgba(0,0,0,0);
	border:2px solid #fff;
		color:#fff;
}

/* Tables
--------------------------------------------- */

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

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

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

td {
	padding: 0.5em;
}

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

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

/* Screen Reader Text
--------------------------------------------- */

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

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

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


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Flex Structure
--------------------------------------------- */

.flex {
    display: flex;
}
.flex-wrap {
	flex-wrap:wrap;
}
.align-center {
	align-items:center;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.flex-reverse .one-half {
	justify-content: right;
	padding-left:0;
	padding-right:70px;
}
.negative-margin {
	margin-left: -40px;
    margin-right: -40px;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 40px 0;
}
.page .site-inner,
.archive .site-inner {
	padding:0 40px;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

/* Genesis
--------------------------------------------- */

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

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

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

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

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

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

.posts-grid {
	margin-top:40px;
}
a.page-numbers {
    margin: 0 15px;
}
.posts-grid .one-third {
    padding: 0 20px;
}
.posts-grid a {
	color:#4f4f4f;
}
.thumbnail-image {
	margin-bottom:10px;
}
.single-post {
    margin-bottom: 10px;
}
.featured-first-post .one-half.last {
    border-bottom: 1px solid #c1c1c1;
}
.filter-row {	
	margin:40px 20px 0;
	width:100%;
}

.filter-bar {
	display: none;
	margin:20px 20px 0;

}
label {
	cursor: pointer;
}
.filter {
	margin:0 30px;
	cursor: pointer;
}
.filter:last-child {
	margin-left:auto;
}

.single-post:hover h5, .single-post:hover .category {
    color: #07a54f !important;
}

/* Search and Filters */

.searchandfilter li input[type="checkbox"],
.searchandfilter li input[type="radio"],
.searchandfilter .sf-field-category,
.searchandfilter .sf-field-search {
    display: none;
}

.filter:first-child {
    margin: 0;
    border-right: 1px solid #9e9e9e;
    padding-right: 30px;
}
.searchandfilter li li {
	display: inline-block !important; 
    padding: 5px 20px 5px 10px !important;
    border-radius: 20px;
    border: 2px solid #efefef;
    margin-right:10px !important;
    margin-bottom:10px !important;
    cursor: pointer;
}
.sf-option-active,
.searchandfilter li li:hover {
	background:#07a550;
	border-color:#07a550;
	color:#fff;
	transition: all 0.3s linear;
}
.blue .sf-option-active,
.blue .searchandfilter li li:hover {
	background:#0351a2;
	border-color:#0351a2;
	color:#fff;
	transition: all 0.3s linear;
}

.yellow .sf-option-active,
.yellow .searchandfilter li li:hover {
	background-color:#fdb80a;
	border-color:#fdb80a;
	color:#fff;
	transition: all 0.3s linear;
}
.purple .sf-option-active,
.purple .searchandfilter li li:hover {
	background-color:#9e44bf;
	border-color:#9e44bf;
	color:#fff;
	transition: all 0.3s linear;
}
.sf-field-search label {
	width: 100%;
}
.search-toggle i.dashicons.dashicons-search {
    font-size: 25px;
    margin-top: 2px;
}
.toggle {
	position: relative;
}
.toggle:not(.search-toggle):after {
    content: "\f140";
    font-family:'dashicons';
    right: -20px;
    position: absolute;
}
.toggle:not(.search-toggle).toggle-open:after {
    content: "\f142";
}

.toggle-open:before {
    content: '';
    height: 3px;
   width: calc(100% + 7px);
    position: absolute;
    bottom: -6px;
    background-color: #4f4f4f;
}
.toggle-open:not(.search-toggle):before {
    width: calc(100% + 17px);
}
.stretch-width {
    width: 100%;
    text-align: center;
}
span.page-numbers.current {
    font-weight: 600;
    color: #07a550;
}



/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

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

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

/* Titles
--------------------------------------------- */

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

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

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

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

.widget-title {
	font-size: 18px;
	margin-bottom: 10px;
}

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

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.entry-content a {
	color:#07a550;
	text-decoration: underline;
}

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

.widget {
	margin-bottom: 40px;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

/* Featured Content
--------------------------------------------- */

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

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

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




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

.genesis-skip-link {
	margin: 0;
}

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

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




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

.site-header {
	background: rgba(8,165,80,0.7);
	background: linear-gradient(120deg, rgba(8,165,80,1) 10%, rgba(114,191,68,1) 100%);
	padding: 20px 60px;
	background-size: cover;
	position: relative;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out; /* Opera */
}
.header-buttons button {
    margin-right: 10px;
}


.secondary-header {
    color: #fff;
    max-width: 1400px;
    padding: 100px 0;
    margin:0 auto;
}
.header-content {
    max-width: 550px;
}
.wrap {
    max-width: 1330px;
    margin: 0 auto;
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

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

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

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

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

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

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

.opening-section {
	padding-top:60px;
}

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

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

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

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



.current-menu-item {
	position: relative;
}
.current-menu-item:after,
.current-menu-parent:after {
	position: absolute;
	bottom:-10px;
	width:70%;
	left:0;
	right:0;
	margin:auto;
	height:4px;
	content:'';
	background-color:#fff;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
	color:#4f4f4f;
}

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

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

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

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

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 20px;
	width: 100%;
	font-family:"Avenir LT W01_95 Black1475556";
}
.nav-primary a {
	color:#fff;
}

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

.nav-secondary {
	float:left;
}
.nav-secondary .wrap {
	margin:0 !important; 
}

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

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

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	color:#fff;
}
.nav-secondary a:first-child {
	margin-left:0;
}

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

/* Entry Content
--------------------------------------------- */



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

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

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

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

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

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

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

.single .entry-content {
	margin-top:30px;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

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

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

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

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

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

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

/* Entry Comments
--------------------------------------------- */

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}



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

.footer-widgets {
	border-top: none;
	background: rgb(7,165,80);
	color:#fff;
	background: linear-gradient(90deg, rgba(7,165,80,1) 39%, rgba(114,191,68,1) 100%);
	clear: both;
	padding: 60px 0;
}
.footer-widgets a {
	color:#fff;
}
.footer-widgets button {
    padding: 10px 40px;
    margin-top: 10px;
}
.footer-widgets a button {
   color:#07a54f;
   background-color: #fff;
}
.footer-widgets a button:hover {
	background-color:#b7292f;
	color:#fff;
}
.footer-widgets p {
    margin-bottom: 5px;
}

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

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

.widget-area img {
    max-width: 180px !IMPORTANT;
}

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


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

.site-footer {
	background: rgb(7,165,80);
	color:#fff;
	background: linear-gradient(90deg, rgba(7,165,80,1) 39%, rgba(114,191,68,1) 100%);
	font-size: 15px;
	line-height: 1.5;
	padding: 0;
}

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

.site-footer > .wrap {
    border-top: 1px solid #eee;
     margin: 0 30px;
    padding:40px 0;
}

/* Homepage
---------------------------------------------------------------------------- */

.full-width {
width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.opening-section .one-half.last {
    padding-left: 50px;
}

section .one-half.first,
.publications .one-half.first,
.projects .one-half.first,
.initiatives .one-half.first,
.featured-first-post .one-half.first {
    min-height: 550px;
    background-size:cover;
    background-position: center;
}

.publications .one-half.last,
.projects .one-half.last,
.initiatives .one-half.last,
.featured-first-post .one-half.last,
section .one-half.last  {
    padding-top:50px;
    padding-bottom:50px;
    padding-left: 50px;
    display: flex;
    align-items:center; 
    background-repeat: no-repeat;
    background-position:right top;
    background-size:contain;
}

.full-width-buttons {
	margin-top:20px;
}
.full-width-buttons a {
	margin-right:20px;
}

.additional-posts .one-third {
    padding: 20px 40px;
	margin: 30px 0;
    border-right: 1px solid #c9c9c9;
}

.additional-posts .one-third:last-child {
	border-right:0;
}
.additional-posts a {
	color:#4f4f4f;
	text-decoration: none;
}
.additional-posts h5 {
	margin-bottom:0;
}
.category {
	text-transform: uppercase;
	font-size:14px;
	margin-bottom:5px;
}
.publications .additional-posts .category {
	color:#11afe5;
}
.projects .additional-posts .category {
	color:#f68120;
}
.initiatives .additional-posts .category {
	color:#702a97;
}

/* Custom Headers */
.top-header {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 200;
    margin: 70px 0;
}
.center-it {
	text-align: center;
}
.max-width {
	max-width:1000px;
	margin:0 auto;
}

/* Who we are */
.content-blocks:nth-child(odd) .flex {
	flex-direction: row-reverse;
}
.content-blocks:nth-child(odd) .one-half.last {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.content-blocks:nth-child(odd) .one-half.last .wrap {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.content-blocks .one-half {
	padding-left:60px;
}
.single-logo {
	margin-top:30px;
}
.partners {
	padding:60px 0;
	color:#fff;
}
.partners p:last-child {
	margin-bottom: 0;
}
.image-left img {
    max-height: 70px;
    max-width: 70px;
    margin-right:20px;
}
.single-travel {
	margin:30px 0;
	padding:0 60px;
}
.single-travel p {
	margin-bottom: 0;
}
.travel-points {
	margin:50px 0;
}
.team .searchandfilter ul {
	padding-left:0;
}
/* What we do */
.service-anchors {
	border-top:1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.service-anchors .flex {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding:20px 40px;
    max-width: 1400px;
}
.service-anchors a {
	color:#4f4f4f;
}
.opening-blurb {
	margin-bottom:40px;
}
.texts {
    margin: 8px 32px 10px 0;
    display: inline-block !important;
    padding: 5px 20px 5px 20px !important;
    border-radius: 20px;
    border: 2px solid #efefef;

    cursor: pointer;
}
.texts:hover {
	background-color: #07a550;
    border-color: #07a550;
    
    transition: all 0.3s linear;
}
.texts:hover a {
	color: #fff !important;
}


/* Work for Us*/
.single-accordion h4 {
	margin-bottom:5px;
}
.single-accordion {
	padding:30px 0;
	border-bottom:1px solid #efefef;
	position: relative;
	cursor: pointer;
}
.single-accordion:first-child {
	padding-top:0;
}
.single-accordion:last-child {
	border-bottom:0;
}
.single-accordion:after {
	font-family:"dashicons";
	position: absolute;
	content:"\f347";
	right:0;
	top:40px;
	font-size:30px;
	z-index:-1;
	transition: all 0.5s ease-in;
}
.contact-us .single-accordion:after {
	top:30px;
}
.single-accordion.active:after {
	transform:rotate(180deg);
}
.accordion-description {
	margin-top:20px;
	display: none;
}
.job-openings {
    margin-top: 50px;
}

/* Contact Us */
.contact-us-section .single-accordion {
    margin-right: 50px;
}
.contact-us-section {
	margin:50px 0;
}
.under-content {
	border-top: 1px solid #efefef;
	padding:40px 0;
}

/* Single posts */
.date {
    margin-left: auto;
}
.main-content {
	padding-right:30px;
}
.sidebar {
	padding-left:30px;
	border-left:1px solid #efefef;
}

.social-share {
	margin-bottom:40px;
}
.social-share i {
	margin-left:20px;
	line-height: 26px;
}

.type {
	text-transform: uppercase;
	font-family:"Avenir LT W01_95 Black1475556";
	position: relative;
	display: flex;
    align-items: center;
}
.type:before {
    content: "\f105";
    font-family: 'dashicons';
    margin-right:5px;
}
.single-document,
.sidebar-widget,
.single-entry {
	padding:10px 0;
	border-bottom:1px solid #efefef;

}
.sidebar-widget {
	padding:20px 0;
	border-bottom:1px solid #dedede;
}
.single-document:first-child,
.sidebar-widget:first-child,
.single-entry:first-child {
	padding-top:0;
}
.single-document:last-child,
.sidebar-widget:last-child,
.single-entry:last-child {
	border-bottom:0;
	padding-bottom:0;
}
.sidebar-widget a {
	color:#4f4f4f;
}

.sidebar-widget .image {
    width: 20%;
    margin-right:10px;
}
.single-team-member {
	margin:20px 0;
}
.single-post .custom-post {
	max-width: 1200px;
	margin:0 auto;
}
.post-type-heading {
	text-transform: capitalize;
}


/* Modal Box for Team */
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20000;
    top: 0;
    left: 0;
}
.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}

.modal-box {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    border-radius: 30px;
    padding:40px 50px 20px;
    height:fit-content;
    max-height: 90%;
    overflow: scroll;
}
.close-button {
	right: 20px;
	cursor: pointer;
    position: absolute;
    top: 10px;
}
a.bio-link {
    color: inherit;
    text-decoration: none;
}

.socials  {
	margin-bottom: 20px;
}
.socials a {
    text-decoration: none;
    margin-right: 30px;
}

.team-bio a .dashicons {
	font-size:34px !important;
	
}



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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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


	/* Genesis Menu
	--------------------------------------------- */

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

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

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

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

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

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

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

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
	}

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

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.nav-primary .genesis-nav-menu .less-padding a {
	    padding-right: 0;
	}
	.nav-primary .genesis-nav-menu .less-padding:not(:first-child) a {
	    padding-left: 20px;
	}
	li.menu-item.header-search {
	    border-right: 1px solid rgba(255,255,255,0.7);
	    padding-right:10px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1400px;
	}

	/* Content
	--------------------------------------------- */


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

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

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

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

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-fifth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left:0;
	}
	.projects .one-half.last {
		padding-left:60px;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 50%;
	}

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}
	.one-fifth {
		width:20%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}
	.team-member.one-fourth {
	    margin: 1%;
	}
	.team-member.one-fourth.first,
	.first {
		clear: both;
		margin-left: 0;
	}
	.team-member.one-fourth.last {
		margin-right:0;
	}


	/* Entry Misc.
	--------------------------------------------- */



	.full-width .wrap {
	    max-width: 600px;
	    margin: 0;
	}


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

	.footer-widgets .wrap {
		max-width: 1380px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(15%);
	}
	.footer-widget-area:last-child, .footer-widget-area:first-child {
	    width: 25%;
	}
	.site-footer .wrap { 
	    margin: 0 auto;
	}


}

@media (max-width:959px) {
	h1 {
	    font-size: 48px;
	    line-height: 55px;
	}
	h2 {
	    font-size: 36px;
	}
	.opening-section .one-half.last { 
		padding-left:0;
	}
	.full-width-buttons button,
	.full-width-buttons a {
		width:100%;
		display: block;
		margin:10px 0;
		text-align: center;
	}

	.negative-margin {
		margin-left:0;
		margin-right:0;
	}
	.bigger {
		font-size:100%;
	}
	.site-header {
		padding:20px 30px;
	}
	.header-buttons button {
		margin-bottom:20px;
		width:100%;
	}
	.site-footer p, .nav-secondary{
		float:none;
	}
	.flex {
	    flex-wrap:wrap;
	}
	.publications .one-half.first, .projects .one-half.first, .initiatives .one-half.first, .featured-first-post .one-half.first, section .one-half.first {
		width:100%;
		min-height:300px;
	}
	.publications .one-half.last, .projects .one-half.last, .initiatives .one-half.last, .featured-first-post .one-half.last, section .one-half.last {
		padding:50px 30px;
	}
	.additional-posts .one-third {
		width: 100%;
		border-right:0;
		border-bottom:1px solid #c9c9c9;
	    margin: 0;
	    padding: 30px 0;
	}
	.additional-posts .one-third:last-child { 
		border-bottom:0;
	}
	.site-inner {
		padding:50px 30px 0;
	}
	.js .nav-primary {
	    position: fixed;
    	background: rgba(8,165,80,0.7);
		background: linear-gradient(120deg, rgba(8,165,80,1) 10%, rgba(114,191,68,1) 100%);
	    left: 0;
	    z-index: 200;
	    top: 0;
	    height: 100%;
	    width: 100%;
	    overflow:scroll;

	}
	.menu-toggle.activated {
		position: fixed;
		right:30px;
		top:0;
	}
	.nav-primary .wrap {
	    position: absolute;
	    top:100px;
	    width: 100%;
	    padding:0 40px;
	}
	.site-header .genesis-nav-menu .menu-item:not(.social-icon) a { 
		font-size:30px;
	    padding: 15px 0;
	    border-bottom: 1px solid rgba(255,255,255,0.4);
	} 
	.social-icon {
		padding-top: 20px;
	    padding-right: 40px;
		font-size:40px;
		display: inline-block !important;
	}
	.social-icon a i {
	    font-size: 30px !important;
	}
	.genesis-nav-menu .sub-menu a {
		background-color:transparent;
		color:#fff;
		font-size:26px !important;
	}
	.single-travel {
		padding:0;
	}
	.one-fifth {
		width: 100%;
	}
	.single-logo img {
	    max-width: 280px;
	}
	.single-travel .flex {
	    justify-content: center;
	    text-align: center;
	}
	.service-anchors .flex .text {
		width:100%;
		margin:10px 0;
	}
	.custom-post .two-thirds,
	.sidebar {
		padding:0;
		border:0;
	}
	.current-menu-item:after, .current-menu-parent:after {
		display: none;
	}
	.contact-us-section .single-accordion {
		margin-right:0;
	}

	.one-half.first {
		width: 100%;
		margin-bottom:30px;
	}
	.filter-row {
		margin:20px 0 10px;
	}
	.filter:first-child {
		border-right: 0;
	}
	.filter-bar {
		margin:0;
	}
	.posts-grid .one-third {
		padding:0;
	}
	.filter-row .filter {
	    width: 100%;
	    margin:10px 0;
	}
	#searchform, .hidden input, .header-search {
	   display: block !important;
	   opacity: 1 !important;
	   max-height: 70px !IMPORTANT;
	   padding-right: 0;
	}
	.header-search a {
		display: none !important;
	}
	.less-padding {
		padding-top:0;
	}
	.modal-box {
		padding-left: 25px;
		padding-right: 25px;
	}

}

