/*
Theme Name: Bolton Chamber of Commerce
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for boltonchamber.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boltonchamber
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

boltonchamber is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments1127
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 1% 1em 0;
}

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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #14324d;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 25px;
}

p {
	margin: 0 0 15px;
}

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

blockquote {
	margin: 0 20px;
}

address {
	margin: 0 0 20px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button, a.button:visited, .middlectabg .middlecta a, button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    background: #647C41;
    border-radius: 3px;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    padding: 14px 40px 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    border: 0;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: .325em 1.25em .2em !important;
}
a.button.ghostbutton {
    background:none;
    border:1px solid #647C41;
    color: #647C41;
}

a.button:hover, .middlecta a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #4d612f;
	transition: all ease 0.5s;
    text-decoration: none;
    color: #fff;
}
a.button.ghostbutton:hover {
    border:1px solid #4d612f;
    background: #4d612f;
    color: #fff;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
    color: #647C41;
    transition: color .3s;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #3a5628;
    outline: 0;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# M2 Events
--------------------------------------------------------------*/
#content #m2events p, #content #m2events li, #content #m2events div, #content #m2events select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
#content #m2events select {
    margin: 0 0 10px 10px;
}
#content #m2events a {
    font-size: 20px;
}
#content #m2events {
    margin: 0;
    padding: 0;
}
#content #m2eventheader {
    margin-bottom: 30px;
}
#content #m2eventheader button {
    padding: 5px 30px!important;
    margin: 10px 0 0;
}
#content #m2eventheader input[type='checkbox'] {
    margin-left: 5px;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/

.container {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 2%;
}
.contentcontainer {
    max-width: 1100px;
}
.mobile-site-logo,
.mobile-nav-wrapper {
    display: none;
}
.topbarbg {
    background: #0A2C56;
}
.topbaraddress {
    color: #fff;
    font-size: 15px;
    float: left;
    margin: 8px 0;
}
.topbaraddress a {
    color: #fff;
}
.headersearch {
    float: right;
    margin: 5px 0 5px 20px;
}
input.search-field {
    font-size: 14px;
    border: 0;
}
input.search-submit {
    font-size: 17px;
    padding: 5px 20px 7px;
    vertical-align: middle;
}
.nowrap {
    white-space: nowrap;
}
.map {
    position: relative;
}
.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom:0px;
    left: 0;
    background-color: #000;
    opacity: 0.1;}
.row {
    margin-top: 70px;
    margin-bottom:50px;
}
.widecolumn {
    width: 65%;
    float: left;
}
.narrowcolumn {
    float: right;
    width: 30%;
}
.leftcolumn {
    width: 50%;
    float: left;
}
.rightcolumn {
    float: right;
    width: 50%;
}
.fixedheader {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
}
body.logged-in .fixedheader {
    top: 32px;
}
body.home .fixedheader:not(.headerscrollbg) {
    position: relative;
}
.header-wrapper {
    position: relative;
    z-index: 1;
}
.subpageheader {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.post-type-archive-tribe_events ul.tribe-events-sub-nav a {
	font-size: 30px!important;
}

.post-type-archive-tribe_events .subpageheader, .error404 .subpageheader, .category .subpageheader, .search-results .subpageheader, .tribe-theme-boltonchamber .subpageheader {
    /*background-image:url(/wp-content/uploads/2017/11/bcc-header-01.jpg);*/
    background-image:url(/wp-content/uploads/2025/04/BLMF-webevent-2.jpg);
    background-position: center;
    }
.blog .subpageheader, .single-post .subpageheader, .single-tribe_events .subpageheader {
    background-image:url(/wp-content/uploads/2017/11/bcc-header-09.jpg);
}
.topheadernavbg {
    position: absolute;
    z-index: 10000;
    background: rgba(255,255,255,.8);
    width: 100%;
    transition: all ease .5s;
    box-shadow: 0 0 2px #000;
}
body.home .topheadernavbg {
    position: relative;
}
.headerscrollbg .topheadernavbg {
    background: rgba(255,255,255,1);
}
.site-header, .hero {
    position: relative;
    width: 100%;
}
.hero {
	line-height: 0;
}

.hero-video {

}
.hero-video .embed-container {height:0; margin-bottom:0; max-width:100%; overflow:hidden; padding-bottom:42.57%; position:relative;}
.hero-video .embed-container iframe,
.hero-video .embed-container object,
.hero-video .embed-container embed {position:absolute; top:0; height:100%; left:0; width:100%;}
.video-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -2px;
    position: relative;
    z-index: 2;
}
.video-button-wrapper button {
    flex-basis: 25%;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 2rem;
    transition: all ease 0.3s;
    padding: 14px 10px 16px;
}
.video-button-wrapper button:nth-of-type(1) {
    background-color: #0A2C56;
    color: #FFF;
}
.video-button-wrapper button:nth-of-type(2) {
    background-color: #647C41;
    color: #FFF;
}
.video-button-wrapper button:nth-of-type(3) {
    background-color: #F0D37D;
    color: #000;
}
.video-button-wrapper button:nth-of-type(4) {
    background-color: #67161B;
    color: #FFF;
}
.video-button-wrapper button span {
    display: block;
    font-size: 1.125rem;
    margin-top: 2px;
    letter-spacing: 1px;
}
.video-button-wrapper button:nth-of-type(1):hover,
.video-button-wrapper button:nth-of-type(1):focus,
.video-button-wrapper button:nth-of-type(1).active {
    background-color: #041427;
    color: #FFF;
}
.video-button-wrapper button:nth-of-type(2):hover,
.video-button-wrapper button:nth-of-type(2):focus,
.video-button-wrapper button:nth-of-type(2).active {
    background-color: #384625;
    color: #FFF;
}
.video-button-wrapper button:nth-of-type(3):hover,
.video-button-wrapper button:nth-of-type(3):focus,
.video-button-wrapper button:nth-of-type(3).active {
    background-color: #fed459;
    color: #000;
}
.video-button-wrapper button:nth-of-type(4):hover,
.video-button-wrapper button:nth-of-type(4):focus,
.video-button-wrapper button:nth-of-type(4).active {
    background-color: #4e1114;
    color: #FFF;
}
.cycle-pager {
    position: absolute;
    bottom: 0;
    z-index: 10000;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 60px;
    line-height: 1em;
}
.cycle-slideshow img {
    width: 100%;
    height: auto;
}
.cycle-slideshow span {
    margin: 0 5px;
    cursor: pointer;
}
.cycle-slideshow .cycle-pager-active {
    color: #99b389;
}
.herotext {
    position: absolute;
    bottom: 150px;
    text-shadow: 3px 3px 6px #000;
    text-align: center;
    padding: 0 50px;
    width: 100%;
    z-index: 2;
}
.herotext h1 {
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 25px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
}
.herotext h1 strong {
    font-weight: 300;
    display: block;
    font-size: 85px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 1em;
}
.topcontent {
    text-align: center;
    font-size: 19px;
    margin-bottom: 50px;
}
.calltoaction {
    float: left;
    width: 31.3%;
    margin: 0;
}
.calltoaction:nth-of-type(3n+2) {
    margin-right: 3%;
    margin-left: 3%;
}
.calltoaction h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 15px;
    line-height: 1em;
    text-align: center;
}
.calltoaction p:first-of-type {
    line-height: 0;
}
.calltoaction p:last-of-type {
    text-align: center;
}
.calltoaction a {
    text-decoration: underline;
    display: inline-block;
    font-weight: 700;
}
.middlectabg {
    background: url(/wp-content/uploads/2017/10/bottom-cta-bg.jpg);
    background-size: cover;
    background-position:center;
    height: 375px;
    position: relative;
}
.middlectabgcover {
    position: absolute;
    width:100%;
    height: 100%;
    background: rgba(43,72,105,.7);
}
.middlecta {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 60px 0;
}
.middlecta h3 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bottomcontent {
    background: url(/wp-content/uploads/2017/10/lake-bg.jpg) no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 250px;
    margin-top: 70px;
}
.tanbg {
	background: #f3f3e9;
}
.single-directory .site-header {
    margin-bottom: 150px;
}
.single-directory h1 {
    text-transform: uppercase;
}
.single-directory .listingcontact span {
    display: inline-block;
    margin-right: 25px;
}
.single-directory .listingcontact span i {
    margin-right:5px;
    color: #6f6f6f;
}
.single-directory .listingcontact span a {
    font-weight: 700;
    font-size: 21px;
}
.single-directory .listingdetail {
    border-top: 1px solid #d6d6d6;
    margin-top:30px;
    padding-top: 30px;
}
.single-directory .listingdetail h3 {
    font-size: 27px;
}
.soliloquy-outer-container .soliloquy-container .soliloquy-image {
    max-height: 750px!important;
 }
.container .soliloquy-thumbnails-outer-container {
    background: #3c3c3c;
}
.ajax-filters { margin-bottom: 15px; }
.amentity-filter { display: inline-block; margin-right: 20px; vertical-align: top; }
.entry-content a {
    text-decoration: underline;
}
.tribe-events-before-html .entry-content a.button {
    text-decoration: none;
    padding: 10px 30px 12px;
    font-size: 18px;
}
.tribe_community_edit .button-primary, .tribe_community_edit .tribe-button.tribe-button-primary, .tribe_community_list .button-primary, .tribe_community_list .tribe-button.tribe-button-primary {
    background: #647c41;
}
.entry-content ul {
    list-style: none;
}
.entry-content ul li {
    position: relative;
    margin: 0 0 7px;
    padding-left: 7px;
}
.entry-content ul:not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list):not(.tribe-events-c-nav__list):not(.tribe-events-c-messages__message-list) li:before {
    font-family: FontAwesome;
    content: "\f00c ";
    left: -20px;
    position: absolute;
    color: #647C41;
}
.entry-content #tribe-events-content-wrapper ul li:before, .entry-content #tribe-events ul li:before, .entry-content .soliloquy-wrapper ul li:before, .page-template-default .entry-content ul li:before {
    content: '';
}
.entry-content ul.blocklist li {
    padding-left: 0;
}
.entry-content ul.blocklist li:before {
    content: "";
}
.entry-content ol li {
    padding-left: 0.75em;
}
.featured{
    background: #dbe1d3;
    position: relative;
}
.featured  a.button.ghostbutton {
    background: #fff;
}
.featured:before {
    background: url(/wp-content/uploads/2017/11/featured-banner.png);
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    content: '';
    z-index: 90;
    position: absolute;
    background-size: cover;
}
.listings {
    margin-top: 60px;
}
.listing {
    margin-bottom: 30px;
    padding: 30px 30px 24px;
    border-bottom: 1px solid #d6d6d6;
}
.listing:last-child {
    border:0;
    margin-bottom: 0;
    padding-bottom:0;
}
.imgbg {
    width: 200px;
    height: 200px;
    display: inline-block;
    line-height: 0;
}
.imgbg img {
    width: 100%;
    height: auto;
}
.listingmiddle {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    max-width: 490px;
}
.listingmiddle span {
    display: block;
}
.listingright {
    display: inline-block;
    margin-left: 20px;
    float: right;
    width: 200px;
}
.listingright a.button {
    display: block;
    margin: 0 0 15px 0;
}
.hikebolton {
    padding: 20px 5%;
    text-align: center;
    margin: 50px 0;
    background: #f3f3e9;
}
.hikebolton p {
    font-size: 22px;
}
.hikebolton a.button {
    text-decoration: none;
}
.site-footer {
    background: #051d39;
    color: #FFF;
    padding: 40px 0 15px;
}
.site-footer a {
    color: #fff;
    text-decoration: underline;
}
.footer-logo {
    display: none;
}
.footerabout {
    text-align: center;
    font-style: italic;
    padding-bottom: 40px;
    border-bottom: 1px solid #456386;
}
.footerbottom {
    padding-top: 30px;
    max-width: 1160px;
}
.footerleft {
    float: left;
}
.footerleft .name {
    font-size: 21px;
}
.footerright {
    float: right;
}
.footerright span {
    display: block;
    text-transform: uppercase;
    color: #77964F;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
}
.footerright input#input_2_1 {
    padding: 12px 10px 13px;
}
.footerright label {
    display: none;
}
.footerright .fa {
    margin-top: -10px;
    position: relative;
    vertical-align: middle;
}
.footerright button {
    padding: 6px 20px 7px;
    border-radius: 0;
    margin: -4px 0 0 -4px;
    vertical-align: middle;
}
.sociallinks {
    float: right;
    margin: 10px 5% 0 0;
}
.sociallinks .fa {
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin:0 0 0 10px;
    color: #fff;
    text-align: center;
}
.mannix {
    text-align: center;
    font-size: 15px;
    margin-top: 50px;
}
.discount {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin: 0 0 25px 0;
}
.discount em {
    font-size: 15px;
    line-height: 1.3em;
    display: block;
}
.ecs-event-list h4 {
    font-size: 25px;
}
ul.ecs-event-list {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
li.ecs-event {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
h2.tribe-events-page-title {
    text-align: left;
}
div.tribe-events-before-html {
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 40px;
}
.postid-2972 .tribe-events-before-html {
    display: none;
}
.tribe-events-before-html h2 {
    font-size: 37px;
    margin-bottom: 11px;
}
.tribe-events-before-html h3 {
    font-size: 30px;
    margin: 0 0 5px 0;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    background: #730915;
    }
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
    opacity: 1;
    filter: Alpha(opacity=100);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
    background: #dbe1d3;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
    color: #647c41;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
    color: #000;
    font-weight: 700;
}
.tribe-events-loop .tribe-events-event-meta {
    margin-bottom: 1em;
    font-size: 18px;
}
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
    font-weight: 300;
    font-style: normal;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
    color: #000;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a:active, .tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
    color: #647c41;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a {
    color: #647C41;
    text-decoration: underline!important;
}
.tribe-events-after-html {
    clear: both;
    text-align: center;
    border-top: 1px solid #afadad;
    margin-top: 20px;
}
#tribe-events-pg-template .tribe-events-content h3, .tribe-events-after-html h3, .tribe-events-before-html h3 {
    font-size: 36px;
    line-height: 1.8;
}
form#loginform {
    background: #ececec;
    max-width: 400px;
    padding: 30px;
}
#loginform label {
    display: block;
}
#loginform input#user_login, #loginform input#user_pass {
    width: 100%;
}
.tribe-section-taxonomy {
    display: none;
}
.tribe-events-community-footer .submit {
    background: #77964f!important;
}
.tribe-events-before-html p:last-of-type {
    text-align: center;
    margin-top: 30px;
}
.tribe-events-before-html p:last-of-type a.button {
    margin: 10px;
    line-height: 1.3em;
    min-width: 290px;
}





.home .bottomleft p:last-of-type img {
    width: 48.7%;
    margin: 20px 0 20px;
    line-height: 0;
    float: left;
    display: block;
}
.home .bottomleft p:last-of-type a:last-child img {
    margin-left:2%;
}
.entry-meta {
    color: #14324d;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
    margin-bottom: .5em;
}
.entry-meta a {
    color: #fff;
}
.articlecontent {
    padding: 20px;
}
.post .entry-title {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 1em;
}
.post .entry-title a {
    color: #647C41;
}
.post .entry-title a:hover {
    color: #3a5628;
}
.blog-posts.flexed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-post {
    flex-basis: 31%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.blog-post img {
    width: 100%;
    max-width: none;
}
.blog-post .entry-meta {
    width: 100%;
    color: #14324d;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.entry-footer { padding-bottom: 15px; font-size: 70%; }
.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }
.loading-spinner { display: block; margin: 10px auto; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation .headersearch {
    float: none;
    margin: 0;
    padding: 10px 15px 15px;
}
.mobile-navigation  input.search-field {
    font-size: 14px;
    border: 1px solid #818181;
    width: calc(100% - 102px);
}
.mobile-navigation  input.search-submit {
    font-size: 17px;
    padding: 5px 20px 7px;
    vertical-align: middle;
}
.mobile-navigation :focus {
    outline: 2px dotted #000;
}
.mobile-navigation {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 1000000;
    padding-top: 60px;
}
.mobile-nav-wrapper {
    display: none;
}
.mobile-navigation ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #a3a3a3;
    margin: 0;
}
.mobile-navigation li a {
    color: #000;
    display: block;
    padding: 9px 20px;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
}
.mobile-navigation ul ul li a {
    font-size: 14px;
    padding: 9px 20px 9px 35px;
    text-transform: none;
}
.mobile-navigation li.current_page_item>a {
    color: #fff;
    background-color: #638f43;
}
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
    color: #fff;
    background-color: #638f43;
}
.mobile-navigation li {
    position: relative;
    flex-basis: 100%;
    border-bottom: 1px solid #a3a3a3;
}
.mobile-navigation ul li ul li:last-of-type {
    border-bottom: 0;
}
.mobile-navigation ul li.menu-item-has-children > a {
    margin-right: 30px;
}
.mobile-navigation li > button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 0.45em 0.5em;
    z-index: 1000;
    border: 0;
    /*border-top: 1px solid #a3a3a3;*/
    background-color: transparent;
    color: #000;
}
.mobile-navigation ul li.focus > ul {
    display: block;
}
.mobile-navigation ul ul {
    display: none;
    margin: 0;
}
#opennav, #closenav {
    background: transparent;
    border-radius: 0;
    color: #000;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
#opennav {
    font-size: 2.5rem;
    background: transparent;
}
#opennav:hover,
#opennav:focus {
    color: #647c41;
}
#opennav span {
    display: block;
    font-size: 1.05rem;
    line-height: 1em;
}
#closenav {
    margin:  10px;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    transition: none;
}
/* SHIFTNAV */
body #shiftnav-toggle-main {
    box-shadow: 1px 1px 2px #919191;
    background: #fff;
}
body #shiftnav-toggle-main .shiftnav-main-toggle-content { padding: 10px 0 !important; }
body #shiftnav-toggle-main .shiftnav-main-toggle-content img { max-height: 50px; }
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target { color: #353535 !important; text-transform: uppercase !important; }
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu { background: #fff !important; }
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target { background: #647C41 !important; color: #FFF !important;}
body .shiftnav ul.shiftnav-menu li.menu-item { border-top: 1px solid rgba(20,20,20,0.15); }
body .shiftnav ul.shiftnav-menu #menu-item-401 { border-top: 0; }
body .shiftnav ul.shiftnav-menu li.menu-item.request-quote { background: #1a3281; }
body .shiftnav ul.shiftnav-menu li.menu-item.request-quote > .shiftnav-target { color: #FFF !important; }
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target { padding-left: 50px; }
body  #shiftnav-toggle-main-button {
    color: #000;
    font-size: 24px;
}
body .shiftnav .shiftnav-menu-title {
    display: none;
    }
#shiftnav-toggle-main a {
 background:url(/wp-content/uploads/2017/11/bolton-chamber-logo-red.png) no-repeat;
 text-indent:-10000px;
 height:44px;
 background-size:contain;
 display:block;
 margin-left: 3%;
}
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target{
        background: #ed1f24;
}
.search-results .entry-summary a {
    text-decoration: underline;
}
.hiking-map {
    margin: 2em 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.header-navigation {
    float: right;
}
.header-navigation ul {
    margin: 3px 0 8px;
    list-style: none;
    padding: 0;
}
.header-navigation li {
    margin: 0 6px 0 0px;
    border-right: 1px solid #fff;
    line-height: 0.8em;
    padding-right: 8px;
}
.header-navigation li:last-child {
    border-right: 0;
}
.header-navigation li a {
    color: #fff;
    font-size: 18px;
}
.main-navigation {
    text-align: center;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li, .header-navigation li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.main-navigation li.menu-item-45 a {
    background: url(/wp-content/uploads/2017/11/bolton-chamber-logo-red.png) no-repeat center;
    text-indent: 9999px;
    overflow: hidden;
    width: 279px;
    background-size: contain;
    transition: all ease .5s;
}
.headerscrollbg .main-navigation li.menu-item-45 a {
    width: 200px;
}
.headerscrollbg .main-navigation a {
    padding: 35px 0;
}

.headerscrollbg .main-navigation ul ul a {
    padding:5px 0;
}
.main-navigation ul li.menu-item-has-children > a:after {
    content: '\f0d7';
    font-family: 'fontawesome';
    margin-left: 3px;
}
.main-navigation ul ul li.menu-item-has-children > a:after {
    content: '';
}
.main-navigation a, .header-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation a {
    margin: 0 13px;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    padding: 55px 0;
    font-weight: 700;
}
.main-navigation ul ul {
	background: #FFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top:auto;
	left: -999em;
	z-index: 99999;
	margin: 0;
	padding:10px 0;
	text-align: left;
}
.main-navigation ul ul ul {
    position: relative;
    left: 0;
    float: none;
    box-shadow: none;
    padding: 0;
}
.main-navigation ul ul a {
	width: 220px;
    padding: 5px 0;
	color: #000;
}
.main-navigation ul ul ul a {
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -15px;
}

.main-navigation ul li.menu-item-135:hover ul {
    left: auto;
    right: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #3a5628;
}

.header-navigation li:hover > a,
.header-navigation li.focus > a,
.header-navigation .current_page_item > a,
.header-navigation .current-menu-item > a,
.header-navigation .current_page_ancestor > a,
.header-navigation .current-menu-ancestor > a {
    color: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.single-post header.entry-header {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.postinfo {
    font-size: 1.25rem;
    display: block;
    margin-top: 0.8em;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
}
.entry-content .alignleft {
    margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
    margin: 0 20px 0 0;
}

.entry-content .alignright {
    margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

@media screen and (max-width: 1400px){
    .main-navigation li.menu-item-45 a,
    .headerscrollbg .main-navigation li.menu-item-45 a {
        width: 175px;
    }
    .main-navigation a {
        margin: 0 15px;
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        padding: 35px 0;
        font-weight: 700;
    }
}
@media screen and (max-width: 1300px){
    .main-navigation a {
        margin: 0 5px;
        font-size: 15px;
    }
    .middlecta {
        padding: 60px 30px;
    }
}
@media screen and (max-width: 1100px){
    .header-navigation li a {
        font-size: 14px;
    }
    .video-button-wrapper button span {
        font-size: 1rem;
    }    
    .footerleft, .sociallinks, .footerright {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .sociallinks .fa {
        margin: 0 5px;
    }
    .mannix {
        margin-top: 0px;
    }
    #gform_fields_2 {
        max-width: 580px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 1024px){
    .mobile-nav-wrapper,
    .mobile-site-logo {
        display: block;
    }
    body.logged-in .fixedheader {
        top: auto;
    }
    .mobile-site-logo {
        max-width: 130px;
        line-height: 0;
    }
    .fixedheader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;      
        background: #fff;
    }
    .row {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .single-directory .site-header {
        margin-bottom: 0;
    }
    .main-navigation, .topbarbg, .topheadernavbg {
        display: none;
    }
    .subpageheader {
        height: 300px;
    }
    .cycle-pager {
        bottom: 160px;
    }
    .herotext {
        position: relative;
        bottom: auto;
        text-shadow: none;
        padding: 30px 20px;
        background: #647C41;
    }
    .herotext h1 strong {
        font-size: 65px;
    }
    .herotext h1 {
        font-size: 21px;
    }
    .widecolumn, .narrowcolumn {
        width: 100%;
        float:none;
    }
    .widecolumn {
        padding-bottom:30px;
    }
    .blog-post {
        flex-basis: 48%;
    }
}
@media screen and (max-width: 850px){
    .video-button-wrapper button {
        flex-basis: 50%;
    }
    .listing {
        margin-bottom: 30px;
        padding: 20px;
        border: 1px solid #d6d6d6;
        width: 48.5%;
        float: left;
        margin-right: 3%;
    }
    .listing:nth-child(even){
        margin-right:0;
    }
    .listing:last-child {
        border: 1px solid #d6d6d6;
        padding-bottom:30px;
    }
    .imgbg {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 20px;
    }
    .listingmiddle {
        display: block;
        margin: 0 0 20px;
        max-width: none;
        text-align: center;
    }
    .listingright {
        display: block;
        margin: 0 auto;
        float: none;
        width: 200px;
    }
}
@media screen and (max-width: 800px){
    .calltoaction {
        float: none;
        width: 100%;
        margin: 0 auto 45px;
        max-width: 500px;
    }
    .calltoaction:nth-of-type(3n+2) {
        margin-right: auto;
        margin-left: auto;
    }
    .calltoaction:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .cycle-pager {
        bottom: 140px;
    }
    .herotext h1 strong {
        font-size: 45px;
    }
    .middlectabg {
        height: 475px;
    }
    .row {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .leftcolumn, .rightcolumn {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 641px) {
#gform_fields_2 #gform_submit_button_2 {
    min-height: 21px;
    padding: 8px 20px;
}
#gform_fields_2 .ginput_container.ginput_container_email {
    margin-right: 10px;
}
}
@media screen and (max-width: 600px){
    .middlecta {
        font-size: 19px;
        line-height: 1.3em;
    }
    .middlecta h3 {
        font-size: 40px;
    }
    .cycle-pager {
        display: none;
    }
    .herotext h1 {
        font-size: 19px;
        letter-spacing: 0;
    }
    .herotext h1 strong {
        font-size: 35px;
    }
    .listing {
        margin: 0 0 30px;
        padding: 0 0 30px 0;
        border: 0;
        border-bottom: 1px solid #d6d6d6;
        float: none;
        width: 100%;
    }
    .entry-meta {
        width: 65px;
        font-size: 13px;
    }
    .post .articleright {
        padding-left: 80px;
    }
    .post .entry-title {
        font-size: 30px;
    }
    h1 {
        font-size: 35px;
    }
    .entry-content .alignleft, .entry-content .alignright  {
        display: block;
        margin:0 auto 20px;
        float: none;
    }
    .blog-post {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 400px){
    .video-button-wrapper,
    .video-button-wrapper button {
        display: block;
    }
    .video-button-wrapper button {
        width: 100%;
    }
    .middlecta {
        padding: 30px 30px;
    }
    .home .bottomleft p:last-of-type img {
        width: 100%;
        margin: 20px 0;
        float: none;
    }
    .home .bottomleft p:last-of-type a:last-child img {
        margin-left: 0;
    }
    .topcontent {
        font-size: 17px;
    }
    .tribe-events-before-html p:last-of-type a.button {
        display: block;
        min-width: inherit;
    }
}