/*
Theme Name: The Vancouver Bike Show Theme
Theme URI: http://underscores.me/
Author: Christina Vinogradov
Author URI: http://nationalevent.com
Description: This theme was developed using _s theme by Christina Vinogradov for the Outdoor Adventure Show by National Event Management
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vbike 
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.

 The Outdoor Adventure Show Theme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Lato', 'PT Sans', 'Open Sans', sans-serif;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*: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. */

 /* Location of the image */
  background-image: url(https://www.bcbikeshow.com/wp-content/uploads/2016/06/bikeshowbg4.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  /* background-position: center center; */
  background-position: 50% 5%; 
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  /* background-color:#464646; */
  background-color:#D7E5F0;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}
/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(img/bikeshowbg_mobile2.png);
    background-color:#D7E5F0;
  }
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

figcaption
 {
	color: fff;
}

.vce-single-image-wrapper figcaption
{
	font-style: bold;
}
ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', 'PT Sans', 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	/* background: #eee; */
	background: #DCE9F2;
	font-family: 'Lato', 'PT Sans', 'Open Sans', "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

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 {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

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

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

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

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

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

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

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

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
nav.navigation.post-navigation {
	display: inline-block;
	width: 59%;
	margin: 0 2% 2% 0;
	float: left;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
        padding-left: 10px;
}

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

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

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

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

/*--------------------------------------------------------------
12.2 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: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Custom Styles
--------------------------------------------------------------*/
@font-face {
    font-family: 'SocIcon';
    src: url('fonts/socicon-webfont.eot');
    src: url('fonts/socicon-webfont.eot?#iefix') format('eot'),
         url('fonts/socicon-webfont.woff') format('woff'),
         url('fonts/socicon-webfont.ttf') format('truetype'),
         url('fonts/socicon-webfont.svg#webfontkw9J4lGf') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
}
.textwidget {
	display: inline;
	color: #000000;
}
/*Content landing page*/
.header {
    display: block;
    width: 100%;
    height: 280px;    
    background: url("img/vbike-background.jpg") no-repeat center center;
    background-size: 100% auto;    
}
body.page-template.custom-background, body.post-type-archive.custom-background, body.single.custom-background {
	background: #ffffff;



 /* Location of the image */
  background-image: url(https://www.bcbikeshow.com/wp-content/uploads/2016/06/bikeshowbg4.jpg);
/* background-image: url(img/bikeshowbg_mobile2.png); */
  
  /* Image is centered vertically and horizontally at all times */
  /* background-position: center center; */
  background-position: 50% 5%; 
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  /* background-color:#464646; */
   background-color:#D7E5F0;
  
  /* SHORTHAND CSS NOTATION
   /* background: url(https://www.bcbikeshow.com/wp-content/themes/vbike/img/bikeshowbg_mobile2.png) center center cover no-repeat fixed;
 */  
}
/* For mobile devices */
@media only screen and (max-width: 450px) {
  body {
    /* The file size of this background image is 93% smaller
     to improve page load speed on mobile internet connections */
    background-image: url(https://www.bcbikeshow.com/wp-content/themes/vbike/img/bikeshowbg_mobile2.png);
    background-color:#D7E5F0;
  }
}
.header .topMenu ul {
    text-align: center;
    width: auto;
    margin: 0 auto;
    list-style: none;
    padding: 10px 0;
}
.header .topMenu ul li {
    display: inline-block;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 900;
    /*background-color: rgba(255,255,255,0.8);*/
    /* background-color: rgba(0,0,0,0.5); */
    background-color: #3A5F0B;
	padding: 2px 5px;
}
.header .topMenu ul li a {
    /*color: #000000;*/
    color: #ffffff;
    text-decoration: none;
}
.header .topMenu ul li a:hover {
    /* color: #3A5F0B; */
    color: #5C823C;
}
.header .cluster {
	margin: 0 auto;
	display: block;
	width: 660px;
	position: relative;
}
.header .vbikeLogo {
    display: inline-block;
	width: 465px;
	height: 115px; 
	/* width: 300px;
	height: 83px;*/
	background: url("img/bc_bike_106.png") no-repeat; 
	/* background: url("img/vbike-small.png") no-repeat;*/
	margin-left: 50px;
}
.header .vbikeLogo a {
    display: block;
    width: 100%;
    height: 100%;
}

/* For mobile devices */
@media only screen and (max-width: 450px) {
 .header .vbikeLogo {
    display: inline-block;
	width: 300px;
	height: 75px; 
	background: url("img/bc_bike_83.png") no-repeat;
	margin-left: 60px;
}

p {
    margin-left: 1.2em;
    margin-right: 1.2em;

}
	}
.header .cityInfo {
    font-size: 1.098em;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding: 16px 0;
	clear: both;
}
.header .cluster + .cityInfo {
	padding: 10px 0;
}
.header .mobileBg {
	position: absolute;
	display: inline-block;
	/* width: auto; */
	width: 125px;
	top: 0;
	right: 0;
}
.header .mobileBg .buyTix {
	display: inline-block;
	position: relative;
	float: right;
}
.header .cityInfo a {
    color: #000000;
    /*background-color: rgba(255,255,255,0.8);
    color: #ffffff;*/
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	padding: 2px 5px;
}
.header .cityInfo a:hover {
    color: #3A5F0B;
}
.mainmenu {
    background-color: #3A5F0B;
    text-align: center;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    padding: 10px 0;
}
.mainmenu ul.menu {
    width: 100%;
    display: inline;
    font-size: 1em;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    width: 980px;
}
.mainmenu ul.menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-left: 1px solid #71abe7;
}
.mainmenu ul.menu li:first-child {
    border-left: none;
}
.mainmenu ul.menu li a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 5px 11px;
    margin: 0 8px;
}
.mainmenu ul.menu li a:hover, .mainmenu ul.menu li.current-menu-item a, .mainmenu ul.menu li a:hover, .mainmenu ul.menu li a.active {
    background: url("img/downArrow.png") no-repeat center bottom;
}
.mainmenu ul.menu li ul.sub-menu li.current-menu-item a {
	background: none;
	background-color: #2263ae;
}
.mainmenu ul.menu li#menu-item-285 ul.sub-menu li.current-menu-item a {
	background: none;
}
.mainmenu ul.menu li#menu-item-285 ul.sub-menu li.current-menu-item a:hover {
	background-color: #2263ae;
}
.mainmenu .menu-social-menu-container ul.menu li {
    border: none;
}
.mainmenu .menu-social-menu-container ul.menu li a {
    text-transform: none;
    font-family: 'SocIcon';
    padding: 0 5px;
}
.mainmenu .menu-social-menu-container ul.menu li a:hover {
    background: none;
    color: #b8e5fb;
}
.mainmenu div {
	display: inline;
}
.mainmenu ul.menu li ul.sub-menu {
    display: none;
    width: 980px;
    position: absolute;
    margin: 0 auto;
    padding: 5px 0;
    z-index: 20;
    background-color: #3A5F0B;
    top: 32px;
    left: 0;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
}
/*.mainmenu ul.menu li:hover ul.sub-menu {
    display: block;
}*/
.mainmenu ul.menu li.social a:hover ul.sub-menu {
    display: none;
}
.mainmenu ul.menu li ul.sub-menu li {
    margin: 5px 0;
}
.mainmenu ul.menu li ul.sub-menu li a {
    padding-bottom: 2px;
}
.mainmenu ul.menu li ul.sub-menu li a:hover, .mainmenu ul.menu li ul.sub-menu li a:active {
    background-color: #2263ae;
}
#content {
    margin: 35px auto 0;
    width: 980px;
    height: auto;
    display: block;
}
#content #tagline, #content .tagline {
    color: #000000;
    text-align: center;
    font-weight: 300;
    font-size: 1.8693em;
    margin: 10px 0;
}
/*#content #tagline {
	width: 70%;
	display: inline-block;
}*/
.bx-wrapper {
	max-width: 70% !important;
	display: inline-block;
}
.buyTickets {
	display: inline-block;
	width: 29%;
	vertical-align: top;
	margin-top: 10px;
	text-align: center;
	float: right;
}
#content #features {
    float: right;
    width: 40.55%;
    height: auto;
    margin: 0 0 0 0.024%;
}

#content #features h2 {
	font-size: 3.295em;
	color: #3A5F0B;
	font-weight: 300;
	margin: 0 0 7px;
}
#features h2 span {
	font-weight: 400;
}
#content #features .feature {
    width: 100%;
    /** height: auto; **/
    height: 80px;
    margin: 0 0 1.8%;
    background-color: #3A5F0B;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    position: relative;
}

#content #features .feature a img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: alpha('opacity=20'); 
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
 }
 #content #features .feature a {
    width: 100%;
    height: 100%;
    font-size: 2.125em;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    z-index: 10;
    line-height: 0.875em;
    font-weight: 400;
}
#content #features .feature a:hover img {
    opacity: 0.7;
    filter: alpha('opacity=70');   
}
#content #features .feature a .linkText {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    text-align: left;
    width: 100%;
    margin-left: 10px;
    line-height: 0.95em;
}
#content #features .feature a .linkText:after {
	content: " »";
}
#content #features .feature a:hover {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}


/** Start Mid Section Bike Show Adjustment **/

#content #features2 {
    float: right;
    width: 40.55%;
    height: auto;
    margin: 0 0 0 0.024%;
}

#content #features2 h2 {
	font-size: 3.295em;
	color: #3A5F0B;
	font-weight: 300;
	margin: 0 0 7px;
}
#features2 h2 span {
	font-weight: 400;
}

#content #features2 .feature2 {
    width: 100%;
    height: 56px;
    margin: 0 0 1.8%;
    background-color: #3A5F0B;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    position: relative;
}

#content #features2 .feature2 a img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: alpha('opacity=20'); 
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
 }
 #content #features2 .feature2 a {
    width: 100%;
    height: 100%;
    font-size: 2.125em;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    z-index: 10;
    line-height: 0.875em;
    font-weight: 400;
}
#content #features2 .feature2 a:hover img {
    opacity: 0.7;
    filter: alpha('opacity=70');   
}
#content #features2 .feature2 a .linkText {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    text-align: left;
    width: 100%;
    margin-left: 10px;
    line-height: 0.95em;
    font-size: 0.7em;  /**font adjustment for bottom items **/
}
#content #features2 .feature2 a .linkText:after {
	content: " »";
}
#content #features2 .feature2 a:hover {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

/** End Adjustment **/

#content .fullWAd {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    clear: both;
}
#content .sectionHead {
    background: url("img/hr.gif") repeat-x center center;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 35px;
}
#content .sectionHead h1 {
    font-size: 2.250em;
    line-height: 1em;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
    background-color: #ffffff;
    display: inline;
    padding: 0 15px;
    color: #000000;
}
#content #showFeatures {
    margin: 10px auto 0;
}
#content #showFeatures .feature {
    width: 30%;
    height: auto;
    margin: 0 2.125% 2.125% 0;
    background-color: #3A5F0B;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.6);
    position: relative;
    display: inline-block;
}
#content #showFeatures .feature.last {
    margin-right: 0;
}
#content #showFeatures .feature a {
    width: 100%;
    height: 100%;
    line-height: 0.85em;
    font-size: 2.675em;
	letter-spacing: -0.05em;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
    margin: auto;
    font-weight: 300;
    text-decoration: none;
    z-index: 10;
    text-transform: uppercase;
}
#content #showFeatures .feature a:hover {
    text-shadow: 0px 0px 30px rgba(29, 56, 99, 1);
}
#content #showFeatures .feature a img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: alpha('opacity=20'); 
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
}
#content #showFeatures .feature a:hover img {
    opacity: 0.7;
    filter: alpha('opacity=70');   
}
#content #showFeatures .feature a .linkText {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
#footer {
    clear: both;
    background: #3A5F0B;
    margin: 30px 0 0;
    padding: 40px;
    color: #ffffff;
    background: #3A5F0B; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1OTRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzE1OTRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDZkOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top,  #3A5F0B 0%, #3A5F0B 55%, #3A5F0B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A5F0B), color-stop(55%,#3A5F0B), color-stop(100%,#3A5F0B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3A5F0B 0%,#3A5F0B 55%,#3A5F0B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3A5F0B 0%,#3A5F0B 55%,#3A5F0B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3A5F0B 0%,#3A5F0B 55%,#3A5F0B 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3A5F0B 0%,#3A5F0B 55%,#3A5F0B 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A5F0B', endColorstr='#3A5F0B',GradientType=0 ); /* IE6-8 */
}
#footer #footContent .col.two span.widget_title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.125em;
	vertical-align: top;
}
#footer ul.really_simple_twitter_widget {
	list-style: none !important;
	margin: 0;
}
#footer ul.really_simple_twitter_widget li { 
	margin: 0 0 10px;
}
#footer #footContent {
    width: 980px;
    margin: 0 auto;
}
#footer #footContent a, #footer #footContent a:visited {
    color: #b8e5fb;
    text-decoration: none;
}
#footer #footContent a:active, #footer #footContent a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer #footContent .col {
    width: 31%;
    height: auto;
    margin: 0 2% 0 0;
    display: inline-block;
}
#footer .col.three {
    margin-right: 0;
}
#footer #footContent .col h4{
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.25em;
    margin: 0 0 20px;
}
#footer #footContent .col.one h5 {
    text-align: center;
    font-size: 0.875em;
    line-height: 1.25em;
}
#footer #footContent .col p {
    font-size: 0.813em;
    line-height: 1.25em;
}
img.nemLogo {
    /* width: 100%; */
    margin: 0 0 5px;
}
#footer #footContent .secondNav {
    clear: both;
    display: block;
    margin: 30px auto 0;
    text-align: center;
}
#footer #footContent .secondNav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
#footer #footContent .secondNav ul li {
    list-style: none;
    margin: 0 8px;
    padding: 0;
    display: inline;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}
#footer #footContent .secondNav ul li a, #footer #footContent .secondNav ul li a:visited {
    color: #ffffff;
}
#footer #footContent .secondNav ul li a:hover, #footer #footContent .secondNav ul li a:active {
    color: #b8e5fb;
}
h1.entry-title {
	font-size: 1.500em;
	color: #000000;
	font-weight: 700;
	margin-bottom: 0.25em;
}
#breadcrumbs {
	font-size: 0.750em;
	text-transform: uppercase;
	color: #000000;
}
#breadcrumbs a {
	color: #000000;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #1e4600;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #aad375;
	text-decoration: underline;
}
/* Content page styles*/
#secondary {
	display: inline-block;
	width: 37%;
	margin: 0;
	vertical-align: top;
	background-color: #dbe7f4;
}
#secondary .widget {
	padding: 25px;
	margin: 0;
}
#pagewside {
	display: inline-block;
	width: 60%;
	margin: 0 2% 0 0;
}
.wp-caption {
	display: inline-block;
	margin-right: 20px;
}
.wp-caption.last {
	margin-right: 0;
}
.wp-caption .wp-caption-text {
	margin: 5px 0 0;
	color: #000000;
	font-style: bold;
	font-weight: 700;
	font-size: 0.875em;
}
p.simple-image {
	margin-bottom: 0;
}
span.widget_title {
	display: none;
}
h4.displayTitle  {
	font-weight: 700;
	font-size: 1.125em;
}
h3 {
	font-size: 1.25em;
	font-weight: 700;
}
#content .fullWAd + #tagline {
	clear: both;
	margin-top: 60px;
	text-align: left;
	font-size: 1.65em;
}
#content .fullWAd .tagline {
	margin: 0;

}
#content .fullWAd p.more {
	display: none;
}
p.more {
	margin-bottom: 0;
}
.toTop {
	clear: both;
	border-bottom: 2px dashed #dbe7f4;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: right;
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: 0.025em;
}
#content a {
	color: #3A5F0B;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
.toTop a:hover {
	text-decoration: none;
}
.toTop.last {
	border: none;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px 0;
}
h4 {
	font-size: 1.125em;
	font-weight: 700;
}

@media screen and (max-width: 1243px) and (orientation : portrait) {
	body.home.page.custom-background {
		background-size: auto 100%;
	}
}
@media screen and (max-width: 1243px) and (orientation : landscape) {
	body.home.page.custom-background {
		background-size: 100% auto;
	}
	li.city {
		background-color: rgba(255,255,255,0.5);
		padding: 2px 5px;
	}
}
@media screen and (max-width: 1080px) {
	#footer {
		margin: 2% 0 0;
		padding: 2% 0;
	}
	#footer #footContent {

		width: 100%;
	}	
}
@media screen and (max-width: 1006px) {
	.mainmenu ul.menu {
		width: 100%;
	}
	.mainmenu div ul#menu-social-menu-toronto, .mainmenu div.menu-social-menu-toronto-container, .mainmenu div ul#menu-social-menu-vancouver, .mainmenu div.menu-social-menu-vancouver-container, .mainmenu div ul#menu-social-menu-calgary, .mainmenu div.menu-social-menu-calgary-container {
		display: block;
	}
	.mainmenu ul.menu li ul.sub-menu {
		width: auto;
	}
}
@media screen and (max-width: 979px) {
	#footer #footContent .col.three {
		display: none;
	}	
	#footer #footContent .col {
		width: 47%;
		margin: 0 1%;
	}
	#footer #footContent .col.one {
		text-align: center;
	}
	img.nemLogo {
		width: auto;
	}
	#content {
		margin: 2% auto 0;
		width: 100%;
	}
	#content #tagline, #content .tagline {
		font-size: 1.75em;
		line-height: 0.98em;
		margin: 0 0 30px;
	}
	#content .fullWAd {
		padding: 0;
		margin: 2% auto;
		height: auto;
		width: 98%;
	}
	#content .sectionHead {
		margin: 2% 0;
		width: 98%;
	}
}
@media screen and (min-width: 679px) and (max-width: 979px) {
	#content {
		margin-top: 9%;
	}
}
@media screen and (max-width: 679px) {
	.header .cluster {
		width: 100%;
	}
	.header .vbikeLogo {
		display: block; 
		margin: 0 auto;
	}
	.header .mobileBg .sponsor {
		display: inline-block;
		position: relative;
		vertical-align: top;
		margin-top: 10%;
	}
	.header .mobileBg .buyTix {
		display: inline-block;
		position: relative;
		float: none;
	}
	.header .sponsor {
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		vertical-align: top;
		margin-top: 10%;
	}
	#footer #footContent .secondNav ul li#menu-item-399, #footer #footContent .secondNav ul li#menu-item-632, #footer #footContent .secondNav ul li#menu-item-632, #footer #footContent .secondNav ul li#menu-item-624, #footer #footContent .secondNav ul li#menu-item-624 {
		display: none;
	}
	#footer #footContent .secondNav ul li {
		font-size: 0.875em;
	}
	#footer #footContent .col.one {
		width: 98%;
		margin: 0 auto;
		display: block;
	}
	#footer #footContent .col.two {
		display: none;
	}
	.header .cityInfo a {
		background: none;
	}
	#breadcrumbs {
		padding-top: 2%;
		width: 98%;
		margin: 0 auto;
	}
	#pagewside {
		display: block;
		width: 98%;
		margin: 0 auto;
	}
	#secondary {
		display: block;
		width: 98%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 660px) {
	#content #features {
		float: none;
		width: 98%;
		height: auto;
		margin: 0 auto;
	}
	#content #features .feature a {
		font-size: 1.870em;
	}
	.entry-content {
		margin: 3% 0 0;
	}
	#content #tagline, #content .tagline {
		margin: 0 0 3%;	
	}	
	#content .sectionHead h1 { 
		font-size: 1.75em;
	}
}
@media screen and (max-width: 649px) {
	#landingEntry {
		width: auto;
		height: auto;
		top: auto;
		margin: 5% auto;
		position: fixed;
	}
	li.city {
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 635px) and (max-width: 960px) { 
	#content #showFeatures .feature a {
		font-size: 1.75em;
	}
}
@media screen and (min-width: 460px) and (max-width: 634px) {
	#content #showFeatures .feature {
		width: 47%;
		margin: 0 1% 1% 1%;
	}
	#content #showFeatures .feature a {
		line-height: 1em;
		font-size: 1.980em;
	}
}
@media screen and (max-width: 459px) {
	#content #showFeatures .feature {
		width: 98%;
		margin: 0 1% 1% 1%;
	}
}
@media screen and (min-width: 443px) and (max-width:979px) {
	#content #features .feature a {
		font-size: 1.75em;
	}
	span.slideTitle {
		font-size: 1.980em;
	}
}
@media screen and (min-width: 443px) and (max-width: 678px) {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
				line-height: 1.5em;
	}
	
	
	.header {
		height: auto;
		background: url("img/vbike-background.jpg") no-repeat top center;
		background-size: 100% 280px;
	}
	.header .mobileBg {
		background: #ffffff;
		display: block;
		/* width: 100%; */
		width: 125px;
		height: auto;
		margin-top: 4%;
		text-align: center;
		position: relative;
		float: none;
	}
	
	.header .mobileBg img {
		margin: 0 auto;

	}
	.header .cityInfo a {
		font-size: 1em;
	}
	.mainmenu {
		padding: 10px 0 0;
	}
	.mainmenu ul.menu li {
		margin: 0 0 2%;
	}
	.header .mobileBg .sponsor {
		left: auto;
		bottom: auto;
	}
	.header .vbikeLogo + .mobileBg .sponsor {
		left: auto;
		top: auto;
	}
	.header .cityInfo {
		clear: both;
		margin: 2% 0;
		line-height: 1em;
	}
	.header .cluster + .cityInfo {
		padding: 8px 0;
	}
	.header .cityInfo span {
		font-size: 1.25em;
	}
	.mainmenu {
		position: relative;
	}
	#content {
		clear: both;

	}
	span.slideTitle {
		left: 35px;
		font-size: 2.75em;
	}
}
@media screen and (max-width: 442px) {
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
			line-height: 1.5em;
	}
	.header .mobileBg {
		display: block;
		float: none;
		position: relative;
		width: 70%;
		text-align: center;
	}
	.header .mobileBg .buyTix {
		float: none;
		display: block;
        margin-left: auto;
        margin-right: auto;
	}
	.header {
		background: #3A5F0B;
		height: auto;
	}
	.header .topMenu ul li#menu-item-393, .header .topMenu ul li#menu-item-708, .header .topMenu ul li#menu-item-705, .header .topMenu ul li#menu-item-706, .header .topMenu ul li#menu-item-624, .header .topMenu ul li#menu-item-399 {
		display: none;
	}
	.header .topMenu ul li {
		font-size: 0.80em;
	}
	.header .mobileBg .sponsor {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
		text-align: center;
		left: auto;
		bottom: auto;
	}
	.header .vbikeLogo + .mobileBg .sponsor {
		bottom: auto;
		left: auto;
		top: auto;
	}
	.header .buyTix {
		display: block;
		float: none;
		/* margin: 0 auto; */
		text-align: center;
        margin-left: auto;
        margin-right: auto;
	}
}