/* # Genesis Sample Child Theme  
Theme Name: Local Futures Collective Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the Local Futures Collective Theme based on the Genesis Framework sample theme.   
Author: StudioPress / Mark Law
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.3.7  
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
	background: url(images/lf-bkg.jpg) repeat #f5f5f5;
	color: #333;
	font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.button.large {
	font-size: 1.2em;
    padding: 10px 60px;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a, .single-post-nav i {
	color: #3b7c95;
	text-decoration: none;
}
a:hover {
	color: #8C001A;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
article {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
}
article a {
	color: #3A96B9;
    /* text-shadow: 0px 1px 0.5px rgba(0,0,0,0.2);
	letter-spacing: 0.03em; */
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #01587c;
	font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

h2.entry-title {
    font-size: 30px;
}

h2.entry-title a {
    color: #01587c;
}

.page-id-250 h1.entry-title {display:none;} /* hide title of About page */

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	text-align:center;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}
.gallery img:hover {
	border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 8px;
	width: 100%;
}

/* overrride Gravity Forms default */
.entry-content .gform_wrapper input[type=text], 
.entry-content .gform_wrapper input[type=url], 
.entry-content .gform_wrapper input[type=email], 
.entry-content .gform_wrapper input[type=tel], 
.entry-content .gform_wrapper input[type=number], 
.entry-content .gform_wrapper input[type=password],
.entry-content .gform_wrapper select,
.entry-content .gform_wrapper textarea {
	font-size: 16px;
	padding: 5px 2px 5px 2px;
}
.entry-content .gform_wrapper .top_label .gfield_label,
.entry-content .gform_wrapper .left_label .gfield_label {
	font-weight: normal;
}
/* end Gravity Form override */

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	/* old background-color: #f7bd4d; */
	background-color: #8C001A;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 16px;
    text-transform: inherit;
    width: auto;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
	font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}
.sidebar #subscribe-submit input {
	text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 10px;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #3b7c95;
	color: #fff;
}
.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: #333;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* Photo entry form */
.entry-content .gform_wrapper ul>li.gf_repeater_child_field {
    background-color: #eee;
    padding: 10px 20px;
    margin-bottom: 0;
}
.entry-content ul>li.gf_repeater_child_field[data-repeater-childid="4"] {
   margin-bottom: 1em;
}

/* Email signup form */
.vresponse-signup {
	border: none;
	width: 100%;
	height: 800px;
}
/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
}
td,
th {
	text-align: left;
}
td {
	padding: 6px 0;
}
th {
	font-weight: 400;
}
/* translations table */
#translations {
	font-size: 16px;
}
#translations th {
	background-color: #ECECEC;
}
#translations td, th {
	padding: 6px 6px;
}
#translations td a {
    word-break: break-all; /* fix text overflow */
}
.page-id-349 .entry {padding:20px;}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
	clear: both;
	position: relative;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */
.content {
	float: right;
	width: 800px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
    padding-top: 20px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	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
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
	padding: 2px;
    border: 1px solid #ccc;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
.ow_vote_single_container .ow_contestant_values {
        width: 100%;
        max-width: 800px;
}
.ow_vote_single_container .ow_votes_sidebar{
        float: right;
        width: 360px;
}
@media (max-width: 767px) and (min-width: 320px) {
        .ow_vote_single_container .ow_votes_sidebar {
          width: 100%;
        }
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 14px;
	font-size:14px;
}
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}
/* hide author box for single conference speakers*/
.single-conference-speaker .author-box { display:none;}
.author-box-title {
	margin-bottom: 0.5em;
}

.author-box-title span:before {
	content:": ";
}

.author-box-title span {
	font-size: 30px;
}


.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;
    padding-left: 16px;
}
.entry-content .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: 20px;
}
.entry-title {
	font-size: 36px;
	margin-bottom: 1em;
	text-align: center;
}
.home .entry-title {display:none;}
.entry-title a,
.sidebar .widget-title a {
	color: #333;
}
.entry-title a:hover {
	color: #e5554e;
}
.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 6px;
}
/* ## 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: 400;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.sticky {
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}
.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
	font-size: 20px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}
.sidebar .widget.enews-widget {
	background-color: #333;
}
.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}
.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	min-height: 140px;
}
.site-header .wrap {
	padding:0;
	position: relative;
}
/* search */
.site-header .button {
	text-align: center;
	float:right;
    border-radius: 2px;
    border: none;
}

section#custom_html-3 {
    float: right;
}

/* Donate button */
section#custom_html-2 {
	clear: right;
    float: right;
    padding-top: 10px;
}

/* Google Translate */
#google_translate_element { 
	/* margin: 20px 0; */
	clear: both;
}

/* Google translate */
section#gtranslate-2 {
    width: 50%;
    float: right;
    padding-top: 14px;
    padding-right: 14px;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}
.site-title a,
.site-title a:hover {
	color: #333;
}
.header-image .site-title > a {
	background: url(images/lf-full-logo.svg) no-repeat left;
	float: left;
	min-height: 90px;
    width: 100%;
    margin-top: 10px;
}
.ie7 .header-image .site-title > a,
.ie8 .header-image .site-title > a {
	background: url(images/lf-text-logo-ie.png) no-repeat left;
}
.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}
.site-description,
.site-title {
	margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
.header-image .site-title {
	width: 380px;
	float:left;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 50%;
    padding-top: 20px;
}


/* colour social icons in blog area */
section#text-8 i {
    color: #43879f;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.ie7 .genesis-nav-menu .menu-item {
	display: inline;
	zoom:1;
}

#menu-top-menu.genesis-nav-menu a {
	color: #3b7c95;
	display: block;
	padding: 20px 24px 14px 24px;
	font-weight: bold;
}
#menu-top-menu.genesis-nav-menu a:hover {
	color: #8C001A;
}
.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}
.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;
}
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #3b7c95;
	position: relative;
	top: -10px;
}
.ie7 .nav-primary {
	z-index:100;
}
.nav-primary .genesis-nav-menu a {
	color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}
.wrap .ubermenu-skin-deepsky,
.wrap .ubermenu-skin-deepsky .ubermenu-item-level-0 > .ubermenu-target {border:none;}
.wrap .ubermenu-skin-deepsky {
  font-size: 15px;
  letter-spacing: 0.03em;
}
.wrap .ubermenu-skin-deepsky .ubermenu-item-level-0:hover > .ubermenu-target,
.wrap .ubermenu-skin-deepsky .ubermenu-item-level-0.ubermenu-active > .ubermenu-target,
.wrap .ubermenu-skin-deepsky .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
  background: #8C001A;
  color: #fff;
}
.wrap .ubermenu-skin-deepsky ul.ubermenu-submenu ul.ubermenu-submenu ul.ubermenu-submenu { display: none !important; }

/* EoH & Planet Local sub menu within mega menu */
.wrap .ubermenu-skin-deepsky ul.ubermenu-submenu ul.ubermenu-submenu ul.ubermenu-submenu-id-1654,
.wrap .ubermenu-skin-deepsky ul.ubermenu-submenu ul.ubermenu-submenu ul.ubermenu-submenu-id-31585 { 
	display: block !important; 
	margin-left: 18px;
}
.wrap .ubermenu-skin-deepsky ul.ubermenu-submenu ul.ubermenu-submenu ul.ubermenu-submenu-id-1654 a,
.wrap .ubermenu-skin-deepsky ul.ubermenu-submenu ul.ubermenu-submenu ul.ubermenu-submenu-id-31585 a { 
	border-left: 2px solid #EFEFEF;
}

/* Hide Planet Local sub menu items in mega menu*/
nav#ubermenu-main-308-primary ul.ubermenu-submenu.ubermenu-submenu-id-31585.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack.ubermenu-autoclear li {
    display: none;
}

/* Unhide Planet Local sub menu item: 'Planet Local Short Film Series' */
nav#ubermenu-main-308-primary ul.ubermenu-submenu.ubermenu-submenu-id-31585.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack.ubermenu-autoclear li#menu-item-34146 {
    display: block;
    color: #005989;
}

span.upcoming-events {
    font-weight: bold;
}

li#tribe-mini-calendar-2 {
    width: 100%;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	position: absolute;
    top: 80px;
    z-index: 0;
}

.nav-secondary .current-menu-item a {
	text-decoration: underline ;
}

#menu-top-menu {
	margin-left: 140px;
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
}
/* ## LF Sidebar Navigation
--------------------------------------------- */
.sidebar > .menu-main-menu-container {
	margin-top:36px;
	margin-bottom: 40px;
}
.sidebar .lf-sidebar-menu ul.sub-menu,
.sidebar ul.lf-sidebar-menu li.current-menu-item ul.sub-menu ul.sub-menu,
.sidebar ul.lf-sidebar-menu li.current-menu-item ul.sub-menu ul.sub-menu ul.sub-menu,
.sidebar ul.lf-sidebar-menu li li.current-menu-item.menu-item-has-children ul.sub-menu ul.sub-menu {
	display:none;
}
.sidebar ul.lf-sidebar-menu li.current-menu-item ul.sub-menu,
.sidebar ul.lf-sidebar-menu li.current-menu-ancestor > ul.sub-menu,
.sidebar ul.lf-sidebar-menu li li.current-menu-item.menu-item-has-children ul.sub-menu,
.sidebar ul.lf-sidebar-menu li.current-menu-item ul.sub-menu li.current-menu-ancestor ul.sub-menu,
.sidebar ul.lf-sidebar-menu li.current-menu-item ul.sub-menu li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor ul.sub-menu {
	display: block;
}

.sidebar .lf-sidebar-menu li {
	border:none;
	margin:0;
	padding:0;
}

.sidebar .lf-sidebar-menu > li,
#menu-events-top-level-menu > li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.sidebar .lf-sidebar-menu li a,
#menu-events-top-level-menu li a {
	display: block;
	background-color: #01587c;
	color: #d9d9d9;
	padding: 10px;
	font-weight: 400;
	cursor: pointer;
	border-bottom: 1px dotted #d9d9d9;
}
.sidebar .lf-sidebar-menu li li a {
	background-color: #3b7c95;
}
.sidebar ul.lf-sidebar-menu li.current-menu-ancestor > a,
.sidebar ul.lf-sidebar-menu li.menu-item-has-children > a:link,
.sidebar ul.lf-sidebar-menu li li.menu-item-has-children > a:link {
	position:relative;
}
.sidebar .lf-sidebar-menu li.current-menu-item > a {
	color: #ffffff;
	position:relative;
}
/* add icon to sub menu with children */
.sidebar .lf-sidebar-menu li.menu-item-has-children > a:after,
.sidebar .lf-sidebar-menu li.current-menu-item.menu-item-has-children > a:after,
.sidebar .lf-sidebar-menu li.current-menu-ancestor > a:after,
.sidebar .lf-sidebar-menu li li.menu-item-has-children > a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.sidebar ul.lf-sidebar-menu li.menu-item-has-children > a:after,
.sidebar ul.lf-sidebar-menu li li.menu-item-has-children > a:after {
	content: "\f105";
}
.sidebar ul.lf-sidebar-menu li.menu-item-has-children.current-menu-parent > a:after {
	content: "\f107";
}
.sidebar .lf-sidebar-menu li a:hover,
#menu-events-top-level-menu li a:hover {
	background: #8C001A;
	color: #fff;
}
.sidebar .lf-sidebar-menu li li a {
	padding: 4px 4px 4px 20px;
}
.sidebar .lf-sidebar-menu li li li a {
	padding: 4px 4px 4px 40px;
}
.sidebar .lf-sidebar-menu li li li:last-child a {
	padding: 4px 4px 10px 40px;
}

.sidebar .lf-sidebar-menu li li li li a { /* 4th level menu */
	padding: 4px 4px 4px 60px;
}
.sidebar .lf-sidebar-menu li li li li:last-child a,
.sidebar .lf-sidebar-menu li li li:last-child li a { /* 4th level menu */
	padding: 4px 4px 10px 60px;
}
.sidebar .lf-sidebar-menu li.menu-item-object-ubermenu-custom {display:none;}

.sidebar .ubermenu-lf_sidebar_ubermenu li li li li a { /* 4th level menu - 2nd attempt*/
    padding: 4px 4px 4px 60px !important;
}

/* publications sub menu */
.sidebar #nav_menu-3.widget {
	padding: 0;
}

.sidebar #nav_menu-3.widget div > h4,
.sidebar #nav_menu-3.widget li a {
	display: block;
	padding: 10px;
	font-weight: 400;
	cursor: pointer;
	border-bottom: 1px dotted #d9d9d9;
	font-size: 16px;
	color: #d9d9d9;
}

.sidebar #nav_menu-3.widget li a {
	padding: 4px 4px 4px 20px;
}

.sidebar #nav_menu-3.widget li a:hover {
	background: #8C001A;
	color: #00597b;
}

.sidebar #nav_menu-3.widget div > h4 {
	background-color: #01587c;
	margin-bottom:0;
}
.sidebar #nav_menu-3.widget a {
	padding: 4px 4px 4px 20px;
}

/* Sidebar ubermenu changes */
/* Upcoming events */
ul#ubermenu-nav-lf_sidebar_ubermenu-308-sidebar_menu > li.ubermenu-item-24382 .ubermenu-content-block a {
    color: #3b7c95;
    font-size: 20px;
}

.sidebar .ubermenu .ubermenu-nav .ubermenu-column-1-3 {
  width: 100%;
}

.sidebar .ubermenu-lf_sidebar_ubermenu {
  margin-bottom: 40px;
  margin-top: 36px;
  z-index: 90;
}

.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-target-text {
  vertical-align: initial;
}

.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-submenu-type-stack {
  padding: 0;
}

.sidebar .ubermenu-lf_sidebar_ubermenu li li a {
  padding: 4px 4px 4px 20px !important;
}

.sidebar .ubermenu-lf_sidebar_ubermenu li li li a {
  padding: 4px 4px 4px 40px !important;
}

.sidebar .ubermenu-lf_sidebar_ubermenu > .ubermenu-nav > .ubermenu-item {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}

.sidebar .ubermenu-lf_sidebar_ubermenu > .ubermenu-nav .ubermenu-item {
  width: 100%;
}

.sidebar .ubermenu-lf_sidebar_ubermenu > .ubermenu-nav .ubermenu-item.ubermenu-item-has-children > a::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-item-has-children.ubermenu-current-menu-ancestor > a::after,
.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-item-has-children.ubermenu-current-menu-parent > a::after,
.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-item-has-children.ubermenu-current-menu-item > a::after {
  content: "\f107" !important;
}

.sidebar .ubermenu-lf_sidebar_ubermenu > .ubermenu-nav .ubermenu-item > a {
  background-color: #01587c;
  border-bottom: 1px dotted #d9d9d9;
  color: #d9d9d9;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.625;
  padding: 10px;
}

.sidebar .ubermenu-lf_sidebar_ubermenu > .ubermenu-nav .ubermenu-item > a:hover {
  background: #8c001a !important;
  color: #fff;
}

.sidebar .ubermenu-lf_sidebar_ubermenu > .ubermenu-nav > .ubermenu-item .ubermenu-submenu {
  box-shadow: none;
  clip: unset;
  display: none;
  left: 0;
  overflow: visible;
  position: relative;
  top: 0;
  visibility: visible;
  width: 100%;
}


.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-current-menu-ancestor > .ubermenu-submenu,
.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-current-menu-parent > .ubermenu-submenu,
.sidebar .ubermenu-lf_sidebar_ubermenu .ubermenu-current-menu-item > .ubermenu-submenu {
  display: block !important;
}

.sidebar .ubermenu-lf_sidebar_ubermenu > .ubermenu-nav > .ubermenu-item > .ubermenu-submenu a {
  background-color: #3b7c95;
}

/* ## Calendar
--------------------------------------------- */
main.content .tribe-events-before-html h2, 
main.content .tribe-events-after-html h2, 
main.content #tribe-events-pg-template .tribe-events-content h2 {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0 0 10px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	padding: 20px;
}
.content .entry {
	background-color: #fff;
}
/* .entry-content { overflow-wrap: break-word; }  for long urls and so on not to overflow  - removed cos broke image alignment */
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
	list-style-position: outside;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 1em;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
/*added by bibi */
table.movie-poster td {
	line-height:0.625;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.page-id-8 footer.entry-footer {
    display: none; /* hide tag and category info on main blog page */
}

a.more-link {
    display: block;
    margin-top: 1em;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #3b7c95;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #8C001A;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}
.entry-comments {
	padding: 40px;
}
.comment-header {
	font-size: 16px;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment-content {
	clear: both;
}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
.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;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
/* # Past Conferences index page
--------------------------------------------- */
.entry-content .vc_row.wpb_row:first-child {
    background-color: #fff;
    padding: 0;
}

.page-id-2043 .vc_row.wpb_row {
    background-color: #E5F3F9;
    padding: 40px 10px;
}

.page-id-2043 h2 {
	text-align: center;
}

.page-id-2043 .mapp-layout {
    border: 1px solid #3B7C95;
    margin: 0;
}

.past-conference-image {
    text-align: center;
	margin-bottom: 1em;
}

.past-conference-image img {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid rgb(229, 229, 229);
    padding: 6px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	background-color: #3b7c95;
	margin-bottom: 20px;
	padding: 20px;
}

.sidebar #text-7.widget,
.sidebar #text-8.widget {
	background-color: #ffffff;
}

.sidebar .widget div > h3,
.sidebar .widget div > h4,
.sidebar .widget p,
.sidebar blockquote,
.sidebar .widget ul li,
.sidebar .widget ul li a,
.sidebar .widget,
.sidebar .widget h2 a,
.sidebar .widget h3 a  {
	color: #ffffff;
}

.sidebar .widget ul li a:hover {
	color: #8C001A;
}

.sidebar .widget blockquote {
	margin: 20px;
}

.sidebar .widget .button {
	width: 100%;
}

.sidebar .widget div > h3,
.sidebar .widget div > h4 {
	font-size:20px;
}

.sidebar .widget .textwidget ul {
	margin-bottom: 16px;
}

.sidebar .widget .textwidget ul li {
	list-style-type:disc;
	list-style-position: inside;
}

.sidebar .widget .textwidget a.button:hover {
	background-color: #C1D9E2;
}

.sidebar a:link, .sidebar a:visited {
	color: #ffffff;
}

/* Recent Posts Extended widget */
.rpwe-block h3 {
   text-align: left;
}

/* Events top level menu in sidebar */
.sidebar #nav_menu-2.widget {
	background-color: transparent;
	margin-bottom: 20px;
	padding: 0;
}


/* # Homepage
---------------------------------------------------------------------------------------------------- */
/* home page posts slider */
.lf-home-post-slider .vc_inner {
	position: relative;
}
.lf-home-post-slider .vc_inner h2.post-title {
	font-size: 20px;
	text-align: center;
	background-color: #3B7C95;
	width: 100%;
	margin:	0;
}
.lf-home-post-slider .vc_inner h2.post-title a:link,
.lf-home-post-slider .vc_inner h2.post-title a:visited {
	color: #ffffff;
	font-weight: 400;
	padding: 6px;
	display: block;
	min-height: 60px;
}
/* # Widget Grid
---------------------------------------------------------------------------------------------------- */
.grid-widget-wrap {
	padding: 20px 20px 40px 20px;
	background-color: #fff;
}
.grid-widget-wrap section.widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}
.grid-widget-wrap section.widget:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #3b7c95;
	clear: both;
	padding-top: 40px;
}
.footer-widgets,
.footer-widgets a {
	color: #fff;
}
.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
	width: 100%;
}
.footer-widgets li {
	
}
.footer-widgets li a {
	display:block;
	border-bottom: 1px dotted #94B8C5;
	margin-bottom: 10px;
	padding: 4px;
}
.footer-widgets li a:hover {
	color: #fff;
	background-color: #8C001A;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
.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 blog subscription */
#subscribe-blog-blog_subscription-4 label {
	display: none;
}

.footer-widgets .jetpack_subscription_widget p {
	margin: 0;
}

.footer-widgets .jetpack_subscription_widget #subscribe-email input {
    width: 100%;
    padding: 6px 8px;
    background-color: #94B8C5;
    border: none;
}
.footer-widgets .jetpack_subscription_widget input[type="submit"] {
	margin-top: 10px;
	width: 100%;
    padding: 8px;
}
.footer-widgets .jetpack_subscription_widget input[type="submit"]::-webkit-input-placeholder,
.footer-widgets .jetpack_subscription_widget input[type="submit"]:-moz-placeholder,
.footer-widgets .jetpack_subscription_widget input[type="submit"]::-moz-placeholder,
.footer-widgets .jetpack_subscription_widget input[type="submit"]:-ms-input-placeholder {
   color: #fff;
}
.social-icons {
    text-align: center;
    margin-top: 40px;
}
.social-icons a:hover {
	color:#8C001A;
}
header .social-icons {
    text-align: right;
	margin-top: 10px;
	z-index: 1;
	position: relative;
}
header .social-icons a {
    margin-left: 12px;
}
/* # Local Bites
---------------------------------------------------------------------------------------------------- */
.local-bites-wrap {
	padding:10px;
	}
.local-bites-wrap aside {
	margin-bottom: 60px;
	padding: 15px 10px;
	-moz-box-shadow:    inset 0 0 3px  rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 3px  rgba(0,0,0,0.3);
	box-shadow:         inset 0 0 3px  rgba(0,0,0,0.3);
	background-color: #FCFCFC;
	border-radius: 2px;
}
.local-bites-wrap aside h3:first-child {
	margin-bottom: 1em;
	font-weight: 300;
	line-height: 1.4em;
}
.local-bites-wrap aside h3 span {
	font-size: 14px;
    vertical-align: middle;
}
.local-bite-image {margin: 0 20px 20px 0;}
.local-bite-image img,
.entry-content .tablepress img {
	padding: 2px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.localbite-podbean {
    float: left;
    width: 70%;
}

/* hide share buttons on index page */
.page-id-1625 .sharedaddy {display:none;}

/* Local Bites button */
a.button.local-bites i {
	background:url(images/local-bites-logo-white.png) no-repeat;
	background-size:contain;
	width: 70px;
	height: 70px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
/* # Conference Speakers
---------------------------------------------------------------------------------------------------- */
h1 + .conference-speaker { margin-top: 60px; }

.conference-speaker img {
	float:left;
	margin-right: 20px;
	padding: 1px;
	border: solid 1px #E0E0E0;
}

.conference-speaker p {
	margin-bottom: 0.5em;
}

.conference-speaker {
	margin-bottom: 60px;
}


/* # Newsletters & generic custom post type styling
---------------------------------------------------------------------------------------------------- */
.cpt-wrap aside {
	margin-bottom: 60px;
}
.cpt-wrap aside h3 {
	margin-bottom: 1em;
}
.cpt-wrap img.attachment-thumbnail, .cpt-body {
	float:left;
}
.entry-content .cpt-body ul {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.cpt-body .button {
	margin-left:20px;
}
.cpt-body {
	max-width: 600px;
}


/* # Planet Local
---------------------------------------------------------------------------------------------------- */

/* Index page */
.page-id-31583 .one-half {
    position: relative;
}

.page-id-31583 .one-half h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255,255,255, 0.8);
    padding: 10px;
    border-radius: 6px;
    width: 70%;
	font-size: 2rem;
}

.post-31583 .one-half img {
    object-fit: fill;
    height: 280px;
}

#js-wpv-addon-maps-render-planet-local-initiatives-global-map-2,
#js-wpv-addon-maps-render-map-1 {
    margin-bottom: 30px;
}


/* Category index (archive page) */

.tax-planet-local-category h2.entry-title, .single-planet-local h1.entry-title {
    margin-bottom: 0.5em;
}

.tax-planet-local-category article.entry hr, .single-planet-local .entry hr {
    margin: 20px 0;
    border: 1px solid #eee;
}

.tax-planet-local-category .entry h3, .single-planet-local .entry h3 {
    text-align: center;
    margin-bottom: 1.5em;
}

.tax-planet-local-category p.read-more {
    margin-top: 20px;
    font-style: italic;
}

/* Single Planet Local */
.single-planet-local .entry h3 {
    margin-bottom: 30px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}
.site-footer p {
	margin-bottom: 0;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1201px) {
	#ubermenu-main-308-primary ul.ubermenu-nav > li.ubermenu-item {
		width:20%;
		text-align:center;
	}
	
	#ubermenu-main-308-primary .ubermenu-nav {} /* mega menu colum widths */
	
	#text-10 a.button { /* for 3rd footer widget */
    margin-top: 24px;
	}
	
	.post-31583 .one-half img { /* Planet Local index page image size*/
		height: 280px;
	}
    
    select#gtranslate_selector { /* Reduce width of GTranslate dropdown */
        width: 60%;
    }
	
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .page-id-31583 .one-half h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content {
		width: 620px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
	
	.title-area, .site-header .widget-area {
		width: 450px;
	}
	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	/* header */
	.site-header .lf-logo {
		width: 124px;
		height: 124px;
	}
	
	.header-image .site-title {
		width: 356px;
	}
	
	.header-image .site-title > a { min-height: 120px;}
	
	.site-header .button {
		width: 50%;
	}
	
	/** fix tabs for screens under 1200px **/
	
	article .entry-content ul.responsive-tabs__list {
		font-size: 0.8em;
		margin: 0.5em 0 0.5em 0;
		padding: 0;
		border-bottom: 1px solid #ddd;
		padding-bottom: 12px;
		line-height: 1em;
	}
	
	/** make footer widgets 2 columns **/
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 47.5%; 
	}

	.footer-widgets-1 {
		margin-right: 5%; 
	}
	
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 0;
	}
	
	.footer-widgets-3 {
		float: right;
	}
	
	.post-31583 .one-half img { /* Planet Local index page image size*/
		height: inherit;
	}
}
@media only screen and (max-width: 960px) {
	.site-inner,
	.wrap {
		max-width: 800px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.site-header .wrap {
		padding:0;
	}
	.header-image .title-area {
		background-position: center top;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
	.footer-widgets-1 {
		margin-right: 0;
	}
	
	/* header */
	.site-header .button {
		width: 50%;
		display: block;
		margin: 0 auto;
		float: none;
	}
	header .social-icons {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
    section#gtranslate-2 {
        margin: 0 auto;
        float: none;
    }
	#menu-top-menu {
		margin-left: auto;
	}
    .nav-secondary {
        position: relative;
        top: auto;
    }
	/* Uber menu override */
	.nav-primary .ubermenu-skin-deepsky.ubermenu-responsive-toggle {
		background: #3b7c95;
	}
	
	/* Make footer widgets 1 column */
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 0;
	}
	
	.post-31583 .one-half img { /* Planet Local index page image size*/
		height: inherit;
	}
}
@media only screen and (max-width: 800px) {
	body {
		background-color: #fff;
		font-size: 16px;
	}
	.site-inner,
	.wrap {
		padding-left: 0%;
		padding-right: 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;
	}
	
	.post-31583 .one-half img { /* Planet Local index page image size*/
		height: inherit;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    
    .header-image .site-title > a {
        min-height: 90px;
    }
    
    .site-header .button {
        width: 100%;
    }
    
    #menu-top-menu {
        margin-left: 0;
    }

}

@media only screen and (max-width: 959px)  {
	.site-header .lf-logo {
		width: 80px;
		height: 80px;
	}
	.header-image .site-title > a {
		min-height: 80px;
	}
    
    .header-image .site-title {
        width: 100%;
        float:none;
    }
    
    p.site-description {
        display: none;
        line-height: 0;
    }
    
    .site-header .widget-area, section#custom_html-3, .title-area {
        float: none;
    }
    
    .site-header .widget-area {
		padding-top: 0;
	}

	.site-header .search-form {
        padding: 0;
        margin: 0 10px 0 0;
    }
    
    section#gtranslate-2 {
        float: right;
        padding: 0 10px 10px 10px;
        margin-bottom: 20px;
    }
    
    section#custom_html-2 {
        float: right;
        padding-top: 2px;
        padding-right: 10px;
        width: 50%;
    }
    
    .site-header .button {
        width: 100%;
    }
    
    .header-image .site-title > a {
        background: url(images/lf-full-logo.svg) no-repeat center;
        float: none;
        width: 100%;
        margin-top: 10px;
        display: block;
    }
	
	.post-31583 .one-half img { /* Planet Local index page image size*/
		height: inherit;
	}
    
    #menu-top-menu.genesis-nav-menu a {
        padding: 10px;
    }
}

/* Animated search */
    .header-widget-area .widget_search {
        float: right;
        padding-right: 10px;
    }

.header-widget-area .search-form {
  overflow: visible;
  position: relative;
  z-index: 1000;
}

.header-widget-area .widget_search .search-form-input {
  -webkit-appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid #3b7c95;
  border-radius: 50%;
  background: none;
  outline: 0;
  text-indent: -9999px;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  transition-delay: 0.4s;
}

.header-widget-area .search-form.active .search-form-input {
  border-radius: 0;
  height: 30px;
  padding: 0 40px 0 10px;
  text-indent: 0;
  width: 240px;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  transition-delay: 0.4s, 0.4s, 0s, 0.4s;
}

@media (max-width: 400px) {
  .header-widget-area .search-form.active .search-form-input {
    width: 150px !important;
  }
}

@media (max-width: 600px) {
  .header-widget-area .social-icons a {
    margin-left: 2px;
  }
    
    /* reduce spacing under homepage counters on mobiles */
    .wpb_wrapper #wpsm_counter_b_row_31601 .wpsm_row .wpsm_col-md-4:last-child .wpsm_counterbox,
    .wpb_wrapper #wpsm_counter_b_row_31623 .wpsm_row .wpsm_col-md-4:last-child .wpsm_counterbox {
        margin-bottom: 0;
    }
    .wpb_wrapper #wpsm_counter_b_row_31601 .wpsm_counterbox .wpsm_count-title,
    .wpb_wrapper #wpsm_counter_b_row_31623 .wpsm_counterbox .wpsm_count-title {
        min-height: inherit;
    }
}

@media (max-width: 1200px) {
  .header-widget-area .search-form {
    padding-left: 8px;
  }

  .header-widget-area .search-form.active .search-form-input {
    width: 210px;
  }

  .header-widget-area .social-icons a {
    margin-left: 4px;
  }
}

.header-widget-area .search-form .search-form-input::placeholder {
  opacity: 0;
  transition: opacity 0.4 ease-in-out;
  transition-delay: 0.4s;
}

.header-widget-area .search-form.active .search-form-input::placeholder {
  opacity: 1;
}

.header-widget-area .widget_search .open-close {
  background: none;
  border: 0;
  border-radius: 100%;
  clip: unset;
  cursor: pointer;
  height: 30px;
  margin: 0;
  opacity: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: -6px;
  text-indent: -9999px;
  top: 0;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.6s;
  width: 30px;
  z-index: 1000;
}

.header-widget-area .search-form.active .open-close {
  right: 0;
}

.header-widget-area .search-form::before {
  background-color: #3b7c95;
  content: "";
  height: 3px;
  margin-top: 24px;
  position: absolute;
  right: -6px;
  top: 0;
  width: 10px;
  transform: rotate(45deg);
  transition: 0.6s ease-in-out;
}

.header-widget-area .search-form.active::before {
  margin-top: 14px;
  right: 10px;
  width: 16px;
}

.header-widget-area .search-form::after {
  background-color: #3b7c95;
  content: "";
  height: 3px;
  margin-top: 14px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 16px;
  transform: rotate(-45deg);
  transition: opacity 0s;
  transition-delay: 0.4s;
}

.header-widget-area .search-form.active::after {
  opacity: 1;
}
