/*
Theme Name: cs v1
Theme URI: http://www.codeshed.net/
Author: Codeshed Solutions
Author URI: http://www.codeshed.net/
Description: Custom Theme for Sightseeing Victoria
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: cs
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.

 cs 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
	
Red = #dc2627
dark Green = #2d403d;	
	
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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: inherit;
	font-size: 100%;
	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/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

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

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

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: #434d62;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color: #434d62;
	line-height:normal;
}

h1 {
	font-size:2.5em;
}

h2 {
	font-size:1.7em;
}

h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.25em;
	font-weight:700;
}

.row-content  h4 {
	padding:.025em 0;
}

h5 {
	font-size:0.75em;
}
h6 {
	font-size:0.5em;
}

h2.entry-title a {
	text-transform:uppercase;
	color: #bf2c37;
	margin:0.5em 0 0;
	display:block;
}

h1.entry-title:after, h2.entry-title:after {
	content:" ";
	height:1px;
	background-color:#ccc;
	border-collapse:collapse;
    display: block;
    max-width: 33%;
	margin:0.25em 0 .5em ;
}

h2.entry-title:after{
	margin:0.25em 0 .5em;
}

.feature_img {
	position:relative;
	display:block;
	
}
.feature_img img{
	display:block;
	
}


.stop_number {
	font-size:2em;
	position:absolute;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.50);
	color: #fff;
	padding:.25em 1em;
}

p {
	margin: 1.0em 0;
}

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;
	font-family: "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: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

hr.shortline {
	width:30%;
	text-align:left;
}

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

article img {
	width:100%;
}




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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

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: #bf2c37;
	text-decoration:none;
}

a:visited {
	color: #cc3300;
}

a:hover,
a:focus,
a:active {
	color: #cc3300;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


.main-navigation {
	margin-top:2.5em;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding:0 0 0 5px
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding:6px 8px;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	border-radius:5px;
	border:2px solid #fff;

}

.main-navigation .buy-button a {
	background-color:#bf2c37;
	border:2px solid #bf2c37;

}

.main-navigation .buy-button a:hover {
	color: #fff;
	background:rgba(191,44,55,0.50);
}



.main-navigation ul ul {
	background-color: #fcfcfc; /* fallback color if gradients are not supported */
  	background-image: -webkit-linear-gradient(top, #fcfcfc, #ececec); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  	background-image:    -moz-linear-gradient(top, #fcfcfc, #ececec); /* For Firefox (3.6 to 15) */
  	background-image:      -o-linear-gradient(top, #fcfcfc, #ececec); /* For old Opera (11.1 to 12.0) */ 
  	background-image:         linear-gradient(to bottom, #fcfcfc, #ececec); /* Standard syntax; must be last */
    border-color: #eaeaea #f5f5f5 #f5f5f5;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2.2em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 170px;
	color:#47b4e8;
	font-size:.85em;
	padding: 4px 8px;
	text-shadow: none;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
	background-color:#fff;
	background:rgba(255,255,255,0.50);

}

.main-navigation ul ul li:hover  {
	color: #47b4e8;	
	background-color:#fff;
}

.main-navigation ul ul a:hover {
}

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

.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_parent a	{
	background-color:#fff;
	background:rgba(255,255,255,0.50);
}

.main-navigation .current_page_item  ul a,
.main-navigation .current-menu-item  ul a {
	background:#fff;
	color:#004fed;

}

/* Small menu */
a.menu-toggle {
	display: none;
	cursor:pointer;
	color: #fff;
	border:none;
	font-size:2.0em;
	float:right;
}


a.menu-toggle:hover  {
	color:#ededed;
}



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

	.main-navigation ul {
		display: none;
	}
	
	.main-navigation {
    	margin-top: 0.5em;
	}
}



.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-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-area {
	margin-top:0em;
 	font-size: 0.90em;
 	line-height:normal; 
	color:#484754;
}

.widget-area h2{
	font-weight:400;
	font-size:1.5em;
	color:#484754;
}

.widget {
	margin: 0 0 1.5em;
	float:left;
	width:100%;
}

.widget_nav_menu{
	float:none;
	margin-bottom:1.5em;
	height:auto;
}

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

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

.widget img {
	width:auto;
}

.widget .widSSPnarrow {
	width:100%!important;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#page {
	background-color:#fff;
}

.site-header {
	position:absolute;
	width:100%;
	padding: 0;
	z-index:100;
	background: rgba(51,51,51,1);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+20,0.5+50,0.01+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.01) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=0 ); /* IE6-9 */
}
.topbar {
	background-color:#333333;
	color:#fff;
	font-size:.85em;
	text-align:right;
	padding:.5em .5em .5em 0;
}

.topbar a{
	color:#fff;
}
.topbar a:hover{
	text-decoration:underline;
}

.site-branding{
	padding:.75em 0 0;
}


.site-branding h1{
	font-size:1.6em;
	font-weight:700;
	line-height: 1.25em;
    text-decoration: none;
	letter-spacing: -0.02em;

}

.site-branding h2{
	font-size:1.4em;
	line-height: 1.0em;
	color:#333333;
	font-weight:400;
}
.site-branding h4{
	line-height:normal;
	color:#333333;
}

.site-branding span{
	text-align:right;
}

.content-area, .widget-area {
	margin-top:2.75em;
	background-color:#fff;
}

.home .content-area {
	margin-top:0!important;
}

.widget-area {
	margin-top:0em;
	background-color:#fff;
}

.feature-image {
	clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	padding:0!important;
}

.home .feature-image {
	height:600px;
	background-color:#666666;
}



.feature-image img {
	display:block;
	width:100%;
}
.home .feature-image img{
	position:fixed;

}


.home .feature-image video {
	width:100%;
	position:fixed;
}

.bannermsg {
    color: #fff;
    left: 50%;
    margin-left: -360px;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 10px #000;
    top: 250px;
    width: 760px;
}

.bannermsg h2{
	color:#fff;
    font-size: 6.2rem;
 	font-weight:normal;
}

.bannermsg h3{
	color:#fff;
    font-size: 3rem;
	font-weight:normal;
}




.video-alt {
	display:none;
}


@media screen and (max-width: 1024px) {
	video, .video-container {
		display:none;
	}
	
	.home .feature-image {
		height:auto;
	
	}

	.home .feature-image img {
		position:relative;
		
	}

}

@media screen and (max-width: 768px) {
	.bannermsg {
		top:175px;
		width:90%;
	}
	
	.bannermsg h2{
	
		font-size: 5.2rem;
	
	}
	
	.bannermsg h3{
	
		font-size: 2rem;
	}

}

@media screen and (max-width: 600px) {
	.bannermsg {
		display:none;
	}

}


a.cta-button { /* blue */
	display:inline-block;
	border-radius: 5px;
	background:#006699;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 1.0em;
	line-height:normal;
	padding: .50em .75em;
	color: #fff!important;
	position:relative;
	border:2px solid #006699
}

a.cta-button.big{
	font-size: 1.3em;
	line-height:normal;
	padding: .5em .5em;
	width:100%;
}

a.cta-button:hover,
a.cta-button:focus,
a.cta-button:active {
	background:#0066CC;
	color: #fff;
}

a.cta-button:after {
  font-family:FontAwesome;
  content: "\f054";
  padding-left:1em;
  font-size:1.15em;
  line-height: inherit;
  vertical-align:middle;
  right:.1em;
  float:right;
}


.widget a.cta-button {
	width: 100%;
	margin-bottom:0;
	font-size:1.35em;
}

a.cta-button.red{
	background-color:#bf2c37;
	border:2px solid #bf2c37;
} 

a.cta-button.red:hover,
a.cta-button.red:focus,
a.cta-button.red:active {
	background:#CC3300;
	color: #fff;
}


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

.tour .entry-content,.tour-stop .entry-content{
	margin:-0.75em 0 0;
}

.tour .entry-content h3:first-child{
	margin-top:.5em;
}


.row-content {
	position:relative;
	background-color:#fff;
}

.row-title {
	text-align:center;
	font-size:2.5em;
	line-height:normal;
	margin-bottom: 0.25em;
}


.row-image.grid-100 {
	padding:0;
}

.row-image.grid-100 img {
	width:100%;
	display:block;
	position:relative;
}

.row-content div div a:hover img{
	opacity: 0.50;
	
}

.darkrow h1, .darkrow h2 {
	color:#fff!important;
	text-shadow: 0 2px 10px #000;
}

.lightrow, .darkrow {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.acf-map {
	height: 400px;
	margin: 0 0 20px;
}


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

.post-type-archive article {
	float:left;
	margin-bottom:4em;
}

.page-header {
	margin-bottom:2em;
}

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

/*--------------------------------------------------------------
10.4 Footer
--------------------------------------------------------------*/
.site-footer {
	position:relative;
	color: #fff;
	font-size:.90em;
	background-color:#333333;
	padding-top:2.3em;
}

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


.site-footer .widget{
	padding:1em 0;
}

.site-footer .widget h2{
	color:#fff;
	text-transform:uppercase;
	font-size:1.60em;
}


.site-footer ul  {
	list-style:none;
	margin:0 ;
	padding:0;
}

.site-footer ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding: 0 0 .25em 0;
}


.menu-social-media-container {
	text-align:center;
}

.site-footer .menu-social-media-container li  {
	display:inline-block;
	
}

.site-footer .menu-social-media-container li  a {
	font-size:2.75em;
	width:75px;
	display:block;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.57);
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
	
}


.sub-footer{
	position:relative;
	background-color:#000;
	font-size:0.80em;
	color:#ccc;
}

.sub-footer ul  {
	list-style:none;
	margin:0 ;
	padding:0;
}

.sub-footer ul li  {
	float:left;
	border-left: 1px solid #ccc;
}
.sub-footer ul li:first-child {
	border: none;
}


.sub-footer ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:700;
	display:block;
	padding: 0 .75em 0 ;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.sub-footer ul li:first-child a {
	padding-left:0;
	
}


.sub-footer ul li a:hover {
	color: #0066cc;
}

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

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

#hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #000000;
  background: rgba(0,0,0,0.7);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /* we move this element off the canvas */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 300;
}

#hamburger-nav ul {
  height: auto;
  list-style: none;
  margin:0
}

#hamburger-nav li {
  height: 20%;
}

#hamburger-nav li a {
  position: relative;
  display: block;
  padding: 2% 10%;
  height: 100%;
  border-bottom: 1px solid #dfdbec;
  color: #ededed;
  font-size: 20px;
  font-size: 2.75rem;
  font-weight: bold;
}

#hamburger-nav li a:hover {
  background-color: #000;
  color:#fff;
}
#hamburger-nav li:last-child a {
  border-bottom: none;
}
#hamburger-nav .cd-close-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #bf2c37;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#hamburger-nav .cd-close-menu::before, #hamburger-nav .cd-close-menu::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #FFF;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#hamburger-nav .cd-close-menu::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-nav .cd-close-menu::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
 #hamburger-nav .cd-close-menu:hover::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
 #hamburger-nav .cd-close-menu:hover::after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#hamburger-nav.is-visible {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #hamburger-nav {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #hamburger-nav .cd-close-menu {
  display: none;
}

h2.tablepress-table-name {
	font-size:1.25em;
	color:#bf2c37;
}
.schedules h2.tablepress-table-name {
	cursor:pointer;
	margin-top:10px;
}

.schedules table {
	display:none;
}

p.large{
font-size:1.25em;
margin: 0px 0 15px 0;
}

.rve {
}

p.shadow{
text-shadow: 0 2px 10px #000;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */  
	overflow:hidden;
	}
.video-container iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 110%; 
	height: 100%;
	}