/*
Theme Name: Shared Future Theme
Theme URI: https://sharedfuturecic.org.uk
Description: A responsive HTML5 Genesis child theme for Shared Future
Author: Pilcrow + Pixel
Author URI: http://pilcrowandpixel.com
Template: genesis
Template Version: 1.0.0

*/


/* # 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
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Landing Page
- Home Page
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- 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
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # 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:#2c2c2c}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{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;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}

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

*,
input[type="search"] {
	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;
}


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

body {
	background-color: #FFF;
	color: #444;
	font-family: "nimbus-sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( -webkit-min-device-pixel-ratio: 2.0833333333333335),
only screen and ( min-resolution: 200dpi),
only screen and ( -webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}

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

::-moz-selection {
	background-color: #5e4b35;
	color: #fff;
}

::selection {
	background-color: #5e4b35;
	color: #fff;
}

a {
	color: #3399cc;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	color: #ff6633;
}

.blog p {
	margin-bottom: 10px;
}

.rmtext,
a.more-link {
	background-color: #eaeaea;
	color: #444;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 7px;
	padding: 7px 10px;
	text-transform: uppercase;
	display: block;
	max-width: 180px;
	text-align: center;
	border-radius: 50px;
}

.rmtext:hover,
a.more-link:hover {
	background-color: #ff6633;
	color: #fff;
}

.sidebar .rmtext,
.sidebar a.more-link {
	font-size: 10px;
	padding: 3px 7px;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 400;
}

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

blockquote {
	border: 0;
	background: #F8F3F2;
	clear: both;
	font-size: 18px;
	font-weight: 300 !important;
	margin: 28px 42px 28px;
	padding: 25px 25px 2px;
	text-align: left;
	color: #666;
	border-radius: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333399;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: none;
}

h1 {
	font-size: 47px;
}

h2 {
	font-size: 32px;
	margin-bottom: 28px;
}

.sharedfuture-home h2 a   {
	font-size: 37px;
}

h2 a {
	color: #333399;
	font-size: 22px;
}

h2 a:hover {
	color: #A4B247;
}

.sidebar h2,
.sidebar h2 a {
	font-size: 18px !important;
}

h3 {
	font-size: 27px;
	color: #333399;
}

h4 {
	font-size: 22px;
	color: #333399;
}

h5 {
	font-size: 20px;
	color: #333399;
}

h6 {
	font-size: 16px;
	color: #333399;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.entry-content .video-embed-box {
	margin-bottom: 28px;
}


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

input,
select,
textarea {
	background-color: #e2dedd;
	border: 1px solid #ddd;
	color: #5e4b35;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	width: 100%;
}

select {
	background: #fff url(images/select.png) no-repeat center right;
	background-size: 20px 10px;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	color: #5e4b35;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 20px 7px 7px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}

.screen-reader-text {
	display: none;
}

.site-header input:focus{
    border: none;
    outline: none;
}

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

.nav-primary input:focus {
	border: none;
	outline: none;
}

textarea#comment textarea:focus,
textarea#comment input:focus {
	outline: 1px solid #f5f5f5;
}

input[type="search"] {
	font-size: 16px;
	padding: 6px;
}

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

::-moz-placeholder {
	color: #5e4b35;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #5e4b35;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #ff6633;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 22px 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 50px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fff;
	color: #5e4b35;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #fff;
	color: #15271B;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #5e4b35;
}

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: normal;
}


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

/* ## Site Containers
--------------------------------------------- */

.sharedfuture-home .site-inner {
	margin: 143px auto 0;
	max-width: 100%;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
	margin-top: 180px;
}

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

.site-container {
	margin: 0 auto;
}

.site-container,
.gch-header {
	-webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

/* ### Content */

.content {
	float: right;
	width: 800px;
}

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

.full-width-content .content {
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	padding-left: 20px;
	width: 340px;
	border-left: 1px solid #eee;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	width: 180px;
}

.sidebar-secondary a,
.sidebar-secondary p {
	font-size: 14px;
}

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


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

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

.user-profile .avatar {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 300px;
	display: block;
	float: none;
	height: 170px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 170px;
	-webkit-border-radius: 300px;
}

.user-profile {
	text-align: justify;
}

.avatar {
	float: left;
}

.author-box p {
	margin-bottom: 4px;
}

.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;
	font-size: 14px;
}

.category-description,
.archive-description {
	font-size: 16px;
	margin-bottom: 40px;
}

.archive-description .alignleft,
.archive-description .alignright{
	width: 48.717948717948715%;
}

.archive-description .alignright {
	display: inline-block !important;
	height: 100px !important;
	margin-left: 2.564102564102564%;
	margin-top: 40px;
	top: 50% !important;
	vertical-align: middle !important;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	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;
}

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

.archive-title {
	font-size: 47px;
	margin-bottom: 10px;
}

.page-template-page_archive .entry-content ul > li {
	list-style-type: none;
}

.entry-title {
	font-size: 47px;
}

h1.entry-title {
	margin-bottom: 28px;
}

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

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

.widget-title {
	font-size: 27px;
	margin-bottom: 20px;
}

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

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-weight: 300;
	text-align: center;
	color: #777;
}

.entry-content p.wp-caption-text {
	margin-top: -15px;
	margin-bottom: 25px;
}

.entry-content .wp-caption.alignright p.wp-caption-text,
.entry-content .wp-caption.alignleft p.wp-caption-text {
	margin-top: 0;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */
.sharedfuture-home {
	background-color: #fff;
}

.sharedfuture-home .site-inner .home-top .widget-area {
	clear: both;
	overflow: hidden;
	padding: 0 0;
}

.home-top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-color: #fff;
	width: 100%;
	height: auto;
}

#home-top .widget {
	width: 100%;
	height: auto;
}

.home-pitch-widget {
	background: #333399;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	font-size: 26px;
}

.home-pitch-widget a {
	color: #ff784b;
}

.home-pitch-widget a:hover {
	color: #65bde8;
}

.home-pitch-widget .button-area {
	text-align: center;
}

.home-pitch-widget .button {
	background-color: #ff6633;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 22px 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 50px;
	margin-bottom: 20px;
}

.home-pitch-widget .button:hover {
	background-color: #fff;
	border: 0;
	color: #15271B;
}

.home-page-1 {
	padding: 10px 0;
	margin-bottom: -20px;
}

.home-page-1 .latest-news-title .widget-title {
	text-align: center;
	font-size: 40px;
}

.home-page-1 h2 {
    margin-bottom: 10px;
    line-height: 0.8;
}

.home-page-1 h2 a {
    font-size: 30px;
}

.home-page-1 .left {
	padding-right: 15px;
}

.home-page-1 .right {
	padding-left: 15px;
}

.home-page-1 p {
    margin: 0 0 15px;
}

.home-page-1 img.alignright {
	max-width: 40%;
}

.home-page-video {
	padding: 0;
}

.sharedfuture-home .site-inner .home-page-video .widget-area {
    clear: both;
    overflow: hidden;
    padding: 0;
}

.home-page-video {
	background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-page-video:before {
	content: ' ';
    background-image: url(/wp-content/uploads/2016/03/homepage_crowd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: scroll;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-page-video .one-half {
	width: 50%;
	margin-left: 0;
}

.home-page-video .embed1,
.home-page-video .embed2 {
	padding: 80px 40px;
}

.home .alignnone {
	margin-bottom: 0;
}

.home .content .entry {
	background-color: transparent;
	margin-bottom: 0;
}

.home .featuredpost .entry {
	border-bottom: 0px !important;
}

.home-page-packages .wrap,
.home-page-services .wrap,
.home-page-video .wrap {
	max-width: 100%;
}

.sharedfuture-home .site-inner .widget-area {
	clear: both;
	overflow: hidden;
	padding: 40px 0;
}

.sharedfuture-section .widget_text {
	font-size: 28px;
}

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

.genesis-nav-menu .widget {
	clear: none !important;
	display: inline-block;
    float: right;
}

.genesis-nav-menu .widget-area {
    float: right;
	padding: 8px 0 0 0;
}

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



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

.enews-widget input {
	background-color: #e2dedd;
}

.enews-widget input:focus {
	background-color: #FFF;
}

.enews-widget input {
	border: none;
	font-size: 16px;
	margin-bottom: 16px;
	border-radius: 0;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	margin-bottom: 0;
	border-radius: 15px;
	background-color: #f7e5c8;
}

.enews-widget input[type="submit"] {
	background-color: #ff6633;
	border-radius: 50px;
	color: #fff;
	margin: 0;
	outline: none;
	width: 100%;
	padding: 12px 22px 12px 24px;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #5e4b35;
	font-weight: normal;
}

.enews form + p {
	margin-top: 24px;
}


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

.site-header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.site-header.shrink {
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header .wrap {
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.site-header,
.site-header .wrap {
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header.shrink,
.site-header.shrink .wrap {
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.gch-header {
	background-color: #F8F3F2;
}

/* Full-width headers fix for Firefox */
.gch-header-image-inner {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

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

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

.title-area {
	padding-top: 15px;
	width: 280px;
	height: 114px;
	float: left;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header.shrink .title-area {
	padding-top: 10px;
	width: 185px;
	height: 95px;
	float: left;
	margin-bottom: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

/* ## Header Image
--------------------------------------------- */

.header-image .site-inner {
	padding-top: 0;
}

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
	margin-bottom: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	min-height: 114px;
	margin: 0;
	text-indent: -9999px;
	max-width: 280px;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header.shrink .header-image .site-title > a {
	background-size: 185px 75px !important;
	min-height: 75px;
	max-width: 185px;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.header-image .site-description {
	display: none;
}

.site-header .title-area .site-title a {
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header.shrink .title-area .site-title a {
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.blog p {
	margin-bottom: 0 !important;
}


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

.site-header .nav-header {
    float: right;
    text-align: right;
    width: 780px;
    margin-top: 45px;
    -webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header.shrink .nav-header {
	padding-top: 0;
	margin-top: 21px;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	font-size: 18px;
	font-family: "nimbus-sans-condensed", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}

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

.genesis-nav-menu a {
	color: #333399;
	display: block;
	padding: 16px 12px 16px 13px;
	font-size: 18px;
	font-family: "nimbus-sans-condensed", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	border-radius: 0;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition:opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 220px;
	z-index: 99;
	border-top: 1px solid #ddd;
}

.genesis-nav-menu .sub-menu a {
	background-color: #FFF;
	padding: 16px 17px 14px 18px;
	position: relative;
	width: 220px;
	color: #333399;
	border: 1px solid #ddd;
	border-top: 0;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #F8F3F2;
	color: #ff6633;
}

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

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



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

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}


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

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

.entry {
	margin-bottom: 40px;
}

.content .entry {
	background-color: transparent;
	padding-bottom: 24px;
	padding-top:130px;
}

.single .content .entry {
	/*border-bottom: 1px solid #ddd;*/
	border-bottom: 0;
	padding-bottom: 30px;
}

.page-template-page_blog .content .entry {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

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

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

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

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

.highlight-box {
	max-width: 50%;
	background-color: #F8F3F2;
	padding: 12px 22px 14px 20px;
	border-radius: 20px;
	margin-bottom: 28px;
	margin-left: 28px;
	text-align: left;
	float: right;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-size: 26px;
	line-height: 1.4;
	color: #3399CC;
}

.highlight-box p {
	margin-bottom: 0;
}

.highlight-box-long {
	background-color: #F8F3F2;
	padding: 12px 22px 14px 20px;
	border-radius: 20px;
	margin-bottom: 28px;
	text-align: left;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-size: 26px;
	line-height: 1.4;
	color: #3399CC;
	display: inline-block;
	width: auto;
}

.highlight-box-long .fa {
	padding-right: 3px;
}

.highlight-box ul {
	margin: 0;
	padding: 0;
}

.highlight-box-long ul {
	margin: 0;
	padding: 0;
}

.highlight-box li,
.highlight-box-long li {
	padding: 0;
	margin: 0;
  	list-style-type: none!important;
}

.highlight-box li:before,
.highlight-box-long li:before {
	content: '\f192';
	font-family: 'FontAwesome';
	float: left;
	margin-left: 0;
	margin-right: 10px;
	color: #3399cc;
}

@media only screen and (max-width: 800px) {
	.highlight-box,
	.highlight-box-long {
		font-size: 22px;
	}
}

@media only screen and (max-width: 480px) {
	.highlight-box {
		max-width: 100%;
		width: 100%;
		display: block;
	}
}

.standfirst {
	font-size: 22px;
	margin-bottom: 28px;
	font-weight: 400;
	color: #333399;
}

@media only screen and (max-width: 480px) {
	.standfirst {
		font-size: 20px;
	}
}

/* ## Entry Meta
--------------------------------------------- */

.bne-testimonial-details,
p.entry-meta {
	font-size: 11px;
	font-style: normal !important;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

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

.entry-categories,
.entry-tags {
	display: inline!important;
}

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

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

.pagination a {
	background-color: #f5f5f5;
	color: #5e4b35;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 7px;
	padding: 7px 14px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	border-radius: 50px;
}

.pagination a:hover {
	background-color: #ff6633;
	color: #fff;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #5e4b35;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 8px 12px;
}

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

/*
In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	clear: both;
	color: #ddd;
	font-size: 14px;
	margin: 10px 0;
	overflow: hidden;
	padding: 20px;
	text-transform: uppercase;
}

.previous {
	float: left;
	width: 48.717948717948715%;
}

.previous:before {
	color: #5e4b35;
	content: "\f341";
	font-family: "dashicons";
	font-size: 11px;
	padding-right: 2px;
	-webkit-font-smoothing: antialiased;
}

.next:after {
	color: #5e4b35;
	content: "\f345";
	font-family: "dashicons";
	font-size: 11px;
	padding-left: 2px;
	-webkit-font-smoothing: antialiased;
}

.prev-next-navigation .next {
	float: right;
	margin-left: 2.564102564102564%;
	text-align: right;
	width: 48.717948717948715%;
}



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

.sidebar {
	font-size: 20px;
	font-family: nimbus-sans-condensed, sans-serif;
}

.sidebar p {
	font-size: 14px;
}

.sidebar h2 {
	margin-bottom: 4px;
}

.sidebar .alignnone {
	margin-bottom: 4px;
}

.sidebar li {
	margin-bottom: 5px;
}

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

.sidebar .widget {
	background-color: #F8F3F2;
	border: 1px solid #F8F3F2;
	margin-bottom: 40px;
	padding: 20px;
	border-radius: 20px;
}

h4.widget-title {
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .entry {
	margin-bottom: 30px;
}

.sidebar a {
	color: #3399cc;
}

.sidebar a:hover {
	color: #ff6633;
}

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

/* 3-column footer widgets https://sridharkatakam.com/css-multi-column-footer-widgets-genesis/
--------------------------------------------- */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%; /* 360px / 1200px */
	float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%; /* 60px / 1200px */
}

.footer-widgets-1 {
	padding-left: 10px;
}

.footer-widgets-3 {
	padding-right: 10px;
}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

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

	.footer-widgets-1 {
		padding-left: 0;
	}

	.footer-widgets-3 {
		padding-right: 0;
	}

}

.footer-widgets {
	background-color: #666;
	clear: both;
	color: #fff;
	font-size: 18px;
	padding: 60px 20px 0;
}

.footer-widgets .wrap {
	max-width: 100%;
}

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

.footer-widgets a:hover {
	color: #ff784b;
}

.footer-widgets .widget-title,
.footer-widgets .enews-widget .widget-title {
    color: #fff;
    font-size: 28px;
	line-height: 1;
	margin-bottom: 17px;
	padding-bottom: 0;
	text-transform: none;
	text-align: left;
}

.footer-widgets .widget-title {
	margin-bottom: 17px;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 .footer-contacts {
	line-height: 1.8;
}

.footer-widgets-1 .fa {
	padding-right: 7px;
}

.footer-widgets-1 .fa a {
	color: #FFF;
}

.footer-widgets-2 p.tweet-details {
    margin-top: -24px;
    font-size: 14px;
}

.front-page .footer-widgets-2 p.tweet-details {
    margin-top: 0;
    font-size: 14px;
}

.footer-widgets-2 a {
	color: #fdd190;
}

.footer-widgets .enews-widget .widget-title {
	margin-bottom: 24px;
}

.footer-widgets input {
	padding: 10px;
}


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

.site-footer {
	background-color: #666;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	padding: 10px 20px 20px;
	text-align: center;
	color: #ccc;
}

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

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

.sharedfuture-home.site-footer p,
.site-footer p {
	font-size: 13px !important;
	margin-bottom: 0;
	line-height: 1.625;
}

.site-footer .fa {
    font-size: 2px;
    vertical-align: text-top;
    padding: 7px 4px;
}



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

@media only screen and (min-width: 1921px) {
	.home-top .widget {
		margin: 800px auto 0!important;
	}

}

@media only screen and (max-width: 1920px) {
	.home-top .widget {
		margin: 550px auto 0!important;
	}

}

@media only screen and (max-width: 1600px) {
	.home-top .widget {
		margin: 420px auto 0!important;
	}

}

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

	.site-inner {
		margin-top: 160px;
	}

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

	#home-subscribe-widget .widget-area.one-widget {
		padding: 18px 0 16px;
	}

	.home-subscribe-widget .enews-widget p {
    	padding: 0;
    	line-height: 1.4;
    }

	.home-page-packages .package-content .widget-title,
	.home-page-services .service-content .widget-title {
		font-size: 26px;
	}

	.full-width-content .content {
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}

	.content {
		width: 640px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.header-image .site-title a {
		max-width: 250px;
		min-height: 102px;
	}

	.title-area {
		width: 250px;
		height: 102px;
	}

	.site-header .nav-header {
		width: 720px;
		margin-top: 40px;
	}

	.site-header.shrink .nav-header {
		margin-top: 23px;
	}

	.genesis-nav-menu a {
		padding: 16px 9px 16px 10px;
		font-size: 16px;
	}

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

    .sharedfuture-home .site-inner {
    	margin: 132px auto 0;
	}

}

@media only screen and (max-width: 1023px) {
	.site-header {
    	margin-top: 36px;
	}

	.site-header .nav-header {
		display: none;
	}

	.header-booking {
		display: none;
	}

	.title-area {
    	width: 100%;
    	float: none;
	}

	.site-header .title-area {
		padding-top: 10px;
		width: 240px;
		height: 123px;
		margin: 0 auto;
		float: none;
		-webkit-transition: 0;
		transition:         0;
	}

	.site-header.shrink .title-area {
		padding-top: 10px;
		width: 240px;
		height: 123px;
		margin: 0 auto;
		float: none;
		-webkit-transition: 0;
		transition:         0;
	}

	.header-image .site-header .wrap,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.header-image .site-title > a {
    	max-width: 240px;
    	margin: 0 auto;
	}

	.site-header.shrink .header-image .site-title > a {
		background-size: 240px 123px !important;
		min-height: 123px;
		max-width: 240px;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.sharedfuture-home .site-inner {
    	margin: 160px auto 0;
	}

	.home-page-1 .left {
		padding-left: 10px;
		padding-right: 15px;
	}

	.home-page-1 .right {
		padding-left: 15px;
		padding-right: 10px;
	}

	.site-inner {
		margin-top: 190px;
	}

	.sidebar .widget {
		padding: 20px;
	}

	.scroll-back-to-top-wrapper.show {
	    display: none;
	}

}

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

	.nav-primary,
	.nav-primary.fix {
		display: none;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.genesis-nav-menu .widget-area {
		background-color: #fff;
		display: block;
		margin: 0 auto;
		padding: 10px 10px 4px 10px;
		text-align: center;
		width: 100%;
	}

	.genesis-nav-menu .widget-first {
		float: left;
	}

	.genesis-nav-menu .widget-last {
		float: right;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.sharedfuture-home .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.sharedfuture-home .home-pitch-widget {
		padding-top: 0;
		padding-bottom: 10px;
	}

	#home-pitch-widget .widget-area.one-widget {
		padding-bottom: 20px;
	}

	.home-page-1,
	.home-page-video {
		padding: 0;
	}

	.home-page-packages .packages-link,
	.home-page-services .services-link {
	    margin-top: -10px!important;
	}

	.home-page-packages .package-content .widget-title,
	.home-page-services .service-content .widget-title {
		font-size: 32px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.full-width-content .content {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		float: none;
		margin: 0 auto;
	}

	.footer-widgets-3 .enews-widget input {
    	text-align: center;
	}

	.sidebar-primary {
		padding-left: 0;
		border-left: 0;
	}

	.sidebar-secondary {
		clear: both;
		margin: 40px 0;
	}

	.sidebar {
		font-size: 18px;
	}

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

	.filter-drop-spacer {
		height: 0;
	}

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

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

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

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

	.single .content .entry {
		border-bottom: 1px solid #eee;
	}

}

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

	body {
		background-color: #FFF;
		font-size: 18px;
	}

	.home-top-strapline {
		float: none;
		padding: 10px 20px 13px;
		margin: 0 0;
	}

	.home .site-inner .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.home-pitch-widget {
		font-size: 22px;
	}

	.home-page-1 .latest-news-title {
		margin-bottom: 0!important;
	}

	.home-page-1 .one-half {
		width: 100%;
		margin-left: 0;
	}

	.home-page-1 .left {
		padding-left: 0;
		padding-right: 0;
	}

	.home-page-1 .right {
		padding-left: 0;
		padding-right: 0;
	}

	.home-page-1 #gfpc-widget-2 {
		margin-bottom: 0;
	}

	.home-page-1 #gfpc-widget-4 {
		margin-top: -15px;
		margin-bottom: -10px;
	}

	.home-page-1 .rmtext,
	.home-page-1 a.more-link {
		margin-bottom: 26px;
	}

	.home-subscribe-widget,
	.home-pitch-widget,
	.home-page-1,
	.home-page-3 {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-page-video .embed1 {
    	padding: 60px 40px 10px;
	}

	.home-page-video .embed2 {
    	padding: 10px 40px 20px;
	}

	.home-page-packages,
	.home-page-services {
		padding-left: 0;
		padding-right: 0;
	}

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

	.entry,
	.site-header {
		padding: 0;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.sharedfuture-home .content .eight-widgets .widget,
	.sharedfuture-home .content .five-widgets .widget,
	.sharedfuture-home .content .five-widgets .widget:nth-last-of-type(-n+2),
	.sharedfuture-home .content .four-widgets .widget,
	.sharedfuture-home .content .seven-widgets .widget,
	.sharedfuture-home .content .six-widgets .widget,
	.sharedfuture-home .content .three-widgets .widget,
	.sharedfuture-home .content .two-widgets .widget,
	.sharedfuture-home .content .widget-thirds .widget {
		margin: 0 auto 5%;
		width: 100%;
	}

	.full-width-content .content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}

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

	.category .archive-description .alignleft,
	.category .archive-description .alignright {
		float: none;
		text-align: left;
		width: 100%;
	}

	.category .archive-description .alignright {
		height: auto !important;
		margin-left: 0;
		margin-top: 0;
	}

	.category .archive-description .alignleft {
		margin-bottom: 40px;
	}

	.share-after:before {
		display: block;
	}

	.share-after {
		height: 120px;
	}

}


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

	.site-header .title-area {
		padding-top: 10px;
		width: 200px;
		height: 103px;
		margin: 0 auto;
		float: none;
		-webkit-transition: 0;
		transition:         0;
	}

	.site-header.shrink .title-area {
		padding-top: 10px;
		width: 200px;
		height: 103px;
		margin: 0 auto;
		float: none;
		-webkit-transition: 0;
		transition:         0;
	}

	.header-image .site-title > a {
    	max-width: 200px;
    	margin: 0 auto;
	}

	.site-header.shrink .header-image .site-title > a {
		background-size: 200px 103px !important;
		min-height: 103px;
		max-width: 103px;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.sharedfuture-home .site-inner {
    	margin: 140px auto 0;
	}

	.home-pitch-widget {
		font-size: 20px;
	}

	.home-page-1 .latest-news-title .widget-title {
    	font-size: 35px;
	}

	.home-page-1 h2 {
    	margin-bottom: 20px;
    	text-align: left;
    	line-height: 1;
	}

	.home-page-1 img.alignright {
		max-width: 100%;
		margin-bottom: 14px;
	}

	.home-page-packages .package-one .widget-title,
	.home-page-packages .package-two .widget-title,
	.home-page-packages .package-three .widget-title,
	.home-page-services .service-one .widget-title,
	.home-page-services .service-two .widget-title {
		font-size: 35px!important;
	}

	.site-inner {
		margin-top: 160px;
	}

	.breadcrumb {
		text-align: center;
		margin-bottom: 15px;
	}

    h1.entry-title {
	    text-align: center;
    }

	h1,
	.archive-title,
    .entry-title {
	    font-size: 36px;
    }

    blockquote {
		margin: 28px 20px 28px;
	}

	p.entry-meta {
		text-align: center;
	}

}






/* PILCROW + PIXEL ADDITIONS */






/* Styling for default image classes
--------------------------------------------- */

img {
	border: 0;
}
img.aligncenter,
.wp-caption.aligncenter {
    width: 100%;
    height: auto;
	border: 0;
}
img.alignright,
.wp-caption.alignright {
    max-width: 400px;
    height: auto;
	border: 0;
	margin-top: 7px;
}
.wp-caption img.alignright {
    margin-bottom: 10px;
}
.wp-caption.alignright {
	margin-bottom: 0;
}
img.alignleft,
.wp-caption.alignleft {
    max-width: 400px;
    height: auto;
	border: 0;
	margin-top: 7px;
}
.wp-caption img.alignleft {
    margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin-bottom: 0;
}

a img {
    filter: url('data:image/svg+xml;charset=utf-8,#filter');
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    filter: progid:DXImageTransform.Microsoft.Light();
    -webkit-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateZ();
    transform: translateZ();
}

a img:hover {
    filter: url('data:image/svg+xml;charset=utf-8,#filter');
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    filter: progid:DXImageTransform.Microsoft.Light();
    -webkit-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width:1023px) {
	img.alignright,
	.wp-caption.alignright,
	img.alignleft,
	.wp-caption.alignleft {
    	max-width: 350px;
		width: 350px;
		margin-top: 0;
	}
}

@media only screen and (max-width:960px) {
	img.alignright,
	.wp-caption.alignright,
	img.alignleft,
	.wp-caption.alignleft {
    	max-width: 300px;
		width: 300px;
		margin-top: 0;
	}
}

@media only screen and (max-width:800px) {
	img.alignright,
	.wp-caption.alignright,
	img.alignleft,
	.wp-caption.alignleft {
    	max-width: 250px;
		width: 250px;
		margin-top: 0;
	}
}

@media only screen and (max-width:600px) {
	img.alignright,
	.wp-caption.alignright,
	img.alignleft,
	.wp-caption.alignleft {
    	max-width: 200px;
		width: 200px;
		margin-top: 0;
	}
}

@media only screen and (max-width:480px) {
	img.alignright,
	.wp-caption.alignright,
	img.alignleft,
	.wp-caption.alignleft,
	img.home-pitch {
    	max-width: 100%;
		width: 100%;
		margin-top: 0;
	}
}


/* Homepage Latest News
--------------------------------------------- */

#latestnews h3 {
	text-align: center;
	font-size: 40px;
}

#latestnews h2 {
	margin-bottom: 0;
}

#latestnews h2 a {
	font-size: 30px;
}


/* Homepage Packages
--------------------------------------------- */
.home-page-packages {
	background-color: #fff;
}

#home-page-packages .widget-area.one-widget {
	padding: 0;
}

.home-page-packages .widget-title {
	text-align: center;
	color: #A4B247;
	margin-bottom: 30px;
}

.home-page-packages .packages-list {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	    -ms-flex-wrap: wrap;
  	        flex-wrap: wrap;
}

.home-page-packages .package-item {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: flex;
  	padding: 0;
  	width: 100%;
}

.home-page-packages .package-one,
.home-page-packages .package-two,
.home-page-packages .package-three {
   	display: -webkit-flex;
   	display: -ms-flexbox;
   	display: -webkit-box;
   	display: flex;
   	-webkit-flex-direction: column;
   	    -ms-flex-direction: column;
   	        -webkit-box-orient: vertical;
   	        -webkit-box-direction: normal;
   	        flex-direction: column;
   	width: 100%;
   	color: #fff;
}

.home-page-packages .package-one,
.home-page-packages .package-three {
	background-color: #333399;
}

.home-page-packages .package-two {
	background-color: #3399cc;
}

.home-page-packages .package-one .widget-title,
.home-page-packages .package-two .widget-title,
.home-page-packages .package-three .widget-title {
	color: #fff;
	margin-bottom: 0;
	padding: 30px 20px 25px;
	text-align: center;
	font-size: 40px;
}

.home-page-packages .package-one .packages-text,
.home-page-packages .package-two .packages-text,
.home-page-packages .package-three .packages-text {
  	-webkit-flex: 1 0 auto;
  	    -ms-flex: 1 0 auto;
  	        -webkit-box-flex: 1;
  	        flex: 1 0 auto;
  	padding: 0 20px 0;
}

.home-page-packages .package-one .button-area,
.home-page-packages .package-two .button-area,
.home-page-packages .package-three .button-area {
	text-align: center;
}

.home-page-packages .package-one button,
.home-page-packages .package-one .button,
.home-page-packages .package-two button,
.home-page-packages .package-two .button,
.home-page-packages .package-three button,
.home-page-packages .package-three .button {
	border: 0;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 22px 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 50px;
	margin-bottom: 45px;
}

.home-page-packages .package-one button,
.home-page-packages .package-one .button,
.home-page-packages .package-three button,
.home-page-packages .package-three .button {
	background-color: #ff6633;
}

.home-page-packages .package-two button,
.home-page-packages .package-two .button {
	background-color: #ff6633;
}

.home-page-packages .package-one button:hover,
.home-page-packages .package-one .button:hover,
.home-page-packages .package-two button:hover,
.home-page-packages .package-two .button:hover,
.home-page-packages .package-three button:hover,
.home-page-packages .package-three .button:hover {
	background-color: #fff;
	border: 0;
	color: #15271B;
}

.home-page-packages .packages-link {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}

.home-page-packages .packages-link a {
	color: #A4B247;
}

.home-page-packages .packages-link a:hover {
	color: #2c2c2c;
}

.home-page-packages .packages-link .fa {
	padding-left: 3px;
	vertical-align: middle;
}

@media only screen and (min-width: 960px) {
  .home-page-packages .package-item {
    width: 33.33%;
  }
}


/* Homepage Services
--------------------------------------------- */
.home-page-services {
	background-color: #fff;
}

#home-page-services .widget-area.one-widget {
	padding: 0;
}

.home-page-services .widget-title {
	text-align: center;
	color: #A4B247;
	margin-bottom: 30px;
}

.home-page-services .services-list {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	    -ms-flex-wrap: wrap;
  	        flex-wrap: wrap;
}

.home-page-services .service-item {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: flex;
  	padding: 0;
  	width: 100%;
}

.home-page-services .service-one,
.home-page-services .service-two {
   	display: -webkit-flex;
   	display: -ms-flexbox;
   	display: -webkit-box;
   	display: flex;
   	-webkit-flex-direction: column;
   	    -ms-flex-direction: column;
   	        -webkit-box-orient: vertical;
   	        -webkit-box-direction: normal;
   	        flex-direction: column;
   	width: 100%;
   	color: #fff;
}

.home-page-services .service-one {
	background-color: #333399;
}

.home-page-services .service-two {
	background-color: #3399cc;
}

.home-page-services .service-one .widget-title,
.home-page-services .service-two .widget-title {
	color: #fff;
	margin-bottom: 0;
	padding: 30px 20px 25px;
	text-align: center;
	font-size: 40px;
}

.home-page-services .service-one .services-text,
.home-page-services .service-two .services-text {
  	-webkit-flex: 1 0 auto;
  	    -ms-flex: 1 0 auto;
  	        -webkit-box-flex: 1;
  	        flex: 1 0 auto;
  	padding: 0 20px 0;
}

.home-page-services .service-one .button-area,
.home-page-services .service-two .button-area {
	text-align: center;
}

.home-page-services .service-one button,
.home-page-services .service-one .button,
.home-page-services .service-two button,
.home-page-services .service-two .button {
	border: 0;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 22px 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 50px;
	margin-bottom: 45px;
}

.home-page-services .service-one button,
.home-page-services .service-one .button {
	background-color: #ff6633;
}

.home-page-services .service-two button,
.home-page-services .service-two .button {
	background-color: #ff6633;
}

.home-page-services .service-one button:hover,
.home-page-services .service-one .button:hover,
.home-page-services .service-two button:hover,
.home-page-services .service-two .button:hover {
	background-color: #fff;
	border: 0;
	color: #15271B;
}

.home-page-services .services-link {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}

.home-page-services .services-link a {
	color: #A4B247;
}

.home-page-services .services-link a:hover {
	color: #2c2c2c;
}

.home-page-services .services-link .fa {
	padding-left: 3px;
	vertical-align: middle;
}

@media only screen and (min-width: 960px) {
  .home-page-services .service-item {
    width: 50%;
  }
}


/* Superside Menu
--------------------------------------------- */
.slide-nav-link:before {
    font-size: 15px;
}

.slide-nav-link {
	position: fixed;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	padding: 5px 0!important;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.slide-nav-link:hover {
	background-color: #3399CC!important;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.sidr .menu-close {
	background-color: #3399CC!important;
  	padding: 5px 14px!important;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.sidr .menu-close:hover {
	background-color: #212160!important;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.sidr li,
.sidr .menu-item {
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 400;
}

.sidr li a,
.sidr .menu-item a {
	padding: 11px 15px!important;
}

.sidr a {
	color: #FFF!important;
}

.sidr a:hover {
	background-color: #3399CC;
}


/* Associates and Directors Archive
--------------------------------------------- */
.associatearchive .content,
.directorarchive .content {
	margin-bottom: 30px;
}

.associate-grid,
.director-grid {
	margin-bottom: 30px;
	display: block;
}

.associate-grid img.alignnone,
.associate-grid .alignnone,
.director-grid img.alignnone,
.director-grid .alignnone {
	margin-bottom: 0;
}

.associate-grid .entry-title,
.director-grid .entry-title {
	font-size: 22px;
	text-align: center;
}

.associate-grid h2,
.director-grid h2 {
    margin-bottom: 0;
}

.associate-grid h2 a,
.director-grid h2 a {
    font-size: 26px;
}

.associate-grid .entry,
.director-grid .entry {
	margin-bottom: 0;
	padding-bottom: 0;
}

.associate-grid p,
.director-grid p {
	margin-bottom: 20px;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(0); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(0); transform: translateY(0); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Contact page
--------------------------------------------- */

/* Ninja forms submit button hover state */
#ninja_forms_field_15:hover,
#ninja_forms_field_15:active,
#ninja_forms_field_15:focus {
    outline: 0;
    background: #3399cc;
    color: #fff;
	opacity: 1;
    -webkit-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*force all browsers to follow CSS*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Ninja forms field focus state */
#ninja_forms_field_11:focus,
#ninja_forms_field_12:focus,
#ninja_forms_field_13:focus,
#ninja_forms_field_16:focus {
	background: #FFFFFF !important;
	border-width: 1px;
	border-style: solid;
	border-color: #ff6633!important;
    -webkit-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Remove Ninja forms button from admin interface */
a.button-secondary.nf-insert-form {
  	display: none;
}


/* Request form
--------------------------------------------- */

/* Ninja forms submit button hover state */
#ninja_forms_field_21:hover,
#ninja_forms_field_21:active,
#ninja_forms_field_21:focus {
    outline: 0;
    background: #3399cc;
    color: #fff;
	opacity: 1;
    -webkit-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*force all browsers to follow CSS*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Ninja forms field focus state */
#ninja_forms_field_17:focus,
#ninja_forms_field_22:focus,
#ninja_forms_field_18:focus,
#ninja_forms_field_23:focus,
#ninja_forms_field_24:focus,
#ninja_forms_field_25:focus,
#ninja_forms_field_20:focus,
#ninja_forms_field_33:focus,
#ninja_forms_field_28:focus,
#ninja_forms_field_29:focus,
#ninja_forms_field_30:focus {
	background: #FFFFFF !important;
	border-width: 1px;
	border-style: solid;
	border-color: #ff6633!important;
    -webkit-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Remove Ninja forms button from admin interface */
a.button-secondary.nf-insert-form {
  	display: none;
}


/* Search Box in Full Screen Overlay
------------------------------------------------------ */
a.search-icon {
	font-size: 20px;
	padding: 15px 0 0 15px;
	vertical-align: middle;
}

.genesis-nav-menu a.search-icon:hover {
	color: #ff6633;
	background-color: transparent;
}

body .overlay {
	background: rgba(51, 51, 153, 0.75);
}

body .overlay .overlay-close {
	background-image: url(images/cross.png);
	background-size: 40px 40px;
	margin-top: 140px;
	border-radius: 40px;
	padding: 40px;
}

body .overlay .overlay-close:hover {
	background-color: #ff6633;
	border-radius: 40px;
}

.admin-bar .overlay .overlay-close {
	margin-top: 32px;
}

.overlay .search-form {
	text-align: center;
	position: relative;
	top: 50%;
	/*height: 60%;*/
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay .search-form {
	margin: 0 auto;
}

.overlay .search-form input[type="search"] {
	width: 500px;
	font-size: 18px;
}

.overlay .search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	width: 36px;
	height: 36px;
	font-size: 36px;
	background: transparent;
	color: #fff;
	position: static;
	margin-left: 15px;
	padding: 0;
	vertical-align: top;
}

.overlay .search-form input[type="submit"]:hover {
	color: #ff6633!important;
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
	.overlay .search-form {
		/*height: 70%;*/
		font-size: 34px;
	}

}

@media only screen and (max-width: 768px) {
	a.search-icon {
		font-size: 16px;
		padding: 20px 16px;
	}

	.overlay .search-form {
		/*height: 70%;*/
	}

}

@media only screen and (max-width: 568px) {
	.overlay .search-form {
		height: auto;
	}

	.overlay .search-form input[type="search"] {
		width: 300px;
	}

	.overlay .search-form input[type="submit"] {
		vertical-align: middle;
	}

}

@media only screen and (max-width: 568px) {
	.overlay .search-form input[type="search"] {
		width: 200px;
	}

}


/* 'Recents' Widgets
------------------------------------------------------ */

/* These 2 fixes for Work Area pages only */
.work-area-recents {
	padding-top: 10px;
}
.work-area-recents .entry {
	margin-bottom: 0;
}
/* Ends */

.recents {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin: 0 auto;
}

.recents-work-area-title {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 28px;
}

.recents h2 a {
	font-size: 18px;
}

.recents .entry-title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.recents p {
	margin-bottom: 0;
}

.recents .entry {
    padding-bottom: 10px;
}

.recents .recent-list {
	margin: 0;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	    -ms-flex-wrap: wrap;
  	        flex-wrap: wrap;
}

.recents .recent-item {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: flex;
  	padding: 0;
  	width: 100%;
}

.recents .recent-one,
.recents .recent-two,
.recents .recent-three {
   	display: -webkit-flex;
   	display: -ms-flexbox;
   	display: -webkit-box;
   	display: flex;
   	-webkit-flex-direction: column;
   	    -ms-flex-direction: column;
   	        -webkit-box-orient: vertical;
   	        -webkit-box-direction: normal;
   	        flex-direction: column;
   	width: 100%;
   	padding: 20px;
   	margin-bottom: 40px;
   	color: #444;
   	background-color: #F8F3F2;
   	border-radius: 20px;
   	border: 1px solid #F8F3F2;
}

.recents .widget-title {
	color: #333399;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	font-size: 27px;
}

.recents .recent-text {
  	-webkit-flex: 1 0 auto;
  	    -ms-flex: 1 0 auto;
  	        -webkit-box-flex: 1;
  	        flex: 1 0 auto;
  	padding: 0;
}

.recents .button-area {
	text-align: left;
}

.recents button,
.recents .button {
	background-color: #ff6633;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 7px 16px 7px 18px;
	text-transform: uppercase;
	width: auto;
	border-radius: 50px;
	margin-top: 12px;
	margin-bottom: 10px;
}

.recents button:hover,
.recents .button:hover {
	background-color: #3399CC;
	border: 0;
	color: #fff;
}

.recents .no-posts {
	font-size: 18px;
	font-family: "nimbus-sans-condensed", sans-serif;
	color: #888;
}

@media only screen and (min-width: 960px) {
	.recents-work-area-title {
    	text-align: center;
	}
  	.recents .recent-item {
    	width: 33.33%;
  	}
  	.recents .recent-item {
  		padding: 0 0.8em 0;
	}
	.recents .button-area {
		text-align: center;
	}
}
