/*
Theme Name: Shakespeare's Celebrations
Theme URI: http://underscores.me/
Author: Setsquare Creative Solutions
Author URI: http://www.setsquaresolutions.com
Description: Description
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: shakesbc
Domain Path: /languages/
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.

 Shakespeare's Celebrations 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
    3.1 - SBC
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
--------------------------------------------------------------*/
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: #fff; /* Fallback for when there is no custom background color defined. */
    background-color: #333333 !important;
    background-image: url("../shakesbc/images/water.jpg") !important;
    margin: 0 !important;
    padding: 0 !important;
    background-position: 25% 90%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
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;
}
input {
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1 {

}
h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 15px;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
    margin-bottom: 14px;
    margin-top: 6px;
}
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%;
}

#links a {
    color: #ffffff;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding-left: 18px;
}
#media p,
.media p {
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding-left: 15px;
    font-weight: normal;
}
.spacer {
    margin-bottom: 8px !important;
}
#column_left h3 {
    color: #ffffff;
    margin: 0;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 8px;
    border-bottom: 1px solid #fff;
}
.subtitle_splash {
    margin: 0;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.entry-title {
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.archive-date {
    font-size: 12px;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}
#language {
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
}
.static-links  {
    color: #fff!important;
}
.static-links li {
     list-style: none;
}
/*--------------------------------------------------------------
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;
}
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;
}
/*--------------------------------------------------------------
3.1 SBC
--------------------------------------------------------------*/
h3.title {
    padding: 8px;
}
.title a {
    padding-left: 0 !important;
    text-decoration: none;
    color: black;
}

#top_bar {
    background-color: #565655;
    width: 980px;
    margin: auto;
    height: 31px;
}
#top_wrap {
    width: 960px;
    margin: auto;
}
#language {
    width: 170px;
    height: 31px;
    float: left;
    padding-top: 4px;
}
#language select {
    background-color: #565655;
    color: #fff;
    border: none;
}
#links {
    float: right;
    margin-top: 4px;
}
#header_wrap {
    /*height: 194px;*/
    height: 169px;
    width: 980px;
    margin: auto;
    padding: 0 10px 0 10px;
    background-color: white;
}
#logo_hold {
    width: 220px;
    padding-top: 35px;
    float: left;
}
#banner {
    float: right;
    padding-top: 27px;
}
#main_nav {
    width: 730px;
    float: left;
    clear: both;
}
#search_wrap {
    height: 29px;
    width: 133px;
    border: 1px solid #aeaeae;
    background-color: #FFFFFF;
    float: right;
}
#search_input {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: left;
    height: 25px;
    width: 101px;
    outline: none;
}
#social_wrap {
    float: right;
    padding-top: 6px;
}
.social {
    float: left;
    height: 26px;
    width: 33px;
    padding: 2px 9px 0 0;
}
#main_wrap {
    width: 960px;
    margin: auto;
}
#hero_wrap,
.hero_wrap {
    width: 720px;
    height: 480px;
    float: left;
}
#media,
.media {
    width: 240px;
    height: 480px;
    background-color: #565655;
    color: #ffffff;
    float: left;
}
.video {
    margin-left: 6px;
    padding: 18px 0 8px 0;
}

#videos, #2015-celebrations, #become-a-friend {
    display:none;
}

#indicators_wrap {
    height: 82px;
    /*border-bottom: 2px solid #565655;*/
    padding-top: 10px;
}
#footer_wrap {
    width: 960px;
    height: 48px;
    padding-top: 16px;
    margin: 16px auto;
    clear: both;
    border-top: 2px solid #565655;
    background-color: white;
}
#footer_left {
    float: left;
}
#footer_right {
    float: right;
}
#newsletter_input {
    height: 26px;
    float: left;
    border: 1px solid #aaaaaa;
    background-image: url(../shakesbc/images/news.png);
    background-repeat: no-repeat;
    background-position: 0 4px ;
    padding-left: 26px;
}
#main,
#content {
    width: 980px;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
}
/* barclaycard */
table.ncoltable1,
table.ncoltable2,
table.ncoltable3,
table.ncoltable4,
table.ncoltable5{
    width: 50%;
    margin: auto;
}


#column_left {
    width: 220px;
    float: left;
}
#column_center {
    width: 520px;
    float: left;
    padding: 0 20px 0 20px;
}
#column_right {
    width: 220px;
    float: left;
}
#content_links {
    width: 220px;
    background-color: #565655;
}
#feat_image {
    width: 220px;
    height: 146px;
}
#advert {
    margin-bottom: 10px;
}
.splash_item_wrap {
    width: 314px;
    height: 261px;
    float: left;
    margin-right: 6px;
}
.product_wrap {
    height: 322px;
}

.locations {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #000000;
    
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.locations table{
    border-collapse: collapse;
        border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.locations tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.locations table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.locations table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.locations tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.locations tr:hover td{
    
}
.locations tr:nth-child(odd){ background-color:#ffffff; }
.locations tr:nth-child(even)    { background-color:#ffffff; }.locations td{
    vertical-align:middle;    
    
    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:center;
    padding:7px;
    font-size:14px;
    font-family:sans-serif;
    font-weight:normal;
    color:#000000;
}.locations tr:last-child td{
    border-width:0px 1px 0px 0px;
}.locations tr td:last-child{
    border-width:0px 0px 1px 0px;
}.locations tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.locations tr:first-child td{
        background:-o-linear-gradient(bottom, #75716d 5%, #75716d 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #75716d), color-stop(1, #75716d) );
    background:-moz-linear-gradient( center top, #75716d 5%, #75716d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#75716d", endColorstr="#75716d");  background: -o-linear-gradient(top,#75716d,75716d);

    background-color:#75716d;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
.locations tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #75716d 5%, #75716d 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #75716d), color-stop(1, #75716d) );
    background:-moz-linear-gradient( center top, #75716d 5%, #75716d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#75716d", endColorstr="#75716d");  background: -o-linear-gradient(top,#75716d,75716d);

    background-color:#75716d;
}
.locations tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.locations tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}
/*--------------------------------------------------------------
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;
}
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: #000;*/
}
a:hover,
a:focus,
a:active {
    color: #ffb50a;
}
#footer_left a {
    color: #000000;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 16px;
}
.splash_item_wrap .btn a {
    margin: 0px;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.splash_link {
    color: #000;
    font-size: 16px;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
#content_links .current_page_item {
    background-color: #ffb50a;
}
.current_page_item a {
    color: black!important;
}
.no-border {
    border: none!important;
}
.children {
    display: none;
}
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {
    display: block;
}
.children a {
    padding-left: 1.5em!important;
    background-color: #7f7f7e!important;
    color: white!important;
}
.loop-archive, .loop-archive a {
    text-decoration: none;

}
.loop-archive article {
    border: 1px solid #000;
    padding: 8px;
}
.loop-archive h2 {
    background-color: #ffb50b;
}
.menu-menu-container .current-menu-item a {
       color: #ffb50a!important;
}
.menu-menu-container .current-page-ancestor a {
    color: #ffb50a!important;
}
@media (min-width: 481px) {
    .menu-menu-container .be-our-friend {
        position: relative;
    }
    .menu-menu-container .be-our-friend a {
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 153px;
        height: 36px;
        margin-top: -10px;
        background: url('images/be-our-friend.png') no-repeat;
    }
}
.static-links a {
    padding: 20px 10px 20px 60px !important;
    background: 10px center no-repeat;
}
.static-links a.donate {
    background-image: url('images/donate.png');
}
.static-links a.calendar {
    background-image: url('images/calendar.png');
}
.static-links a.where-to-stay {
    background-image: url('images/where-to-stay.png');
}
.static-links a.be-a-friend {
    background-image: url('images/be-a-friend.png');
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

#main_nav ul {

}
#main_nav ul li {

}
.main-navigation ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
}
.main-navigation li {
    display: inline;
    padding-right: 18px;

}
.main-navigation a {
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 22px;
    color: #000000;
    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 {
    color: #ffb50a;
}
.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 {
}
/* Small menu */
.menu-toggle {
	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%;
}
#indicators_wrap a {
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 240px;
    height: 60px;
    display: block;
    float: left;
    text-align: center;
    padding: 13px !important;
}
#indicators_wrap a.selected,
#indicators_wrap a:hover {
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    background-color: #ffb50a;
    text-decoration: none;
}
.media_link {
    display: block;
    width: 240px;
    padding: 8px;
    text-decoration: none;
    color: #ffffff!important;
    border-top: 1px solid #ffffff;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.second {
    border-bottom: 1px solid #ffffff;
}
#footer_first {
   padding-left: 0!important;
}
#column_left a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    width: 220px;
    padding: 8px;
    border-bottom: 1px solid #ffffff;
}
#column_left a:hover {
    display: block;
    text-decoration: none;
    color: #000000;
    font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    width: 220px;
    padding: 8px;
    background-color: #ffb50a;
}
/*#content_links .current_page_item {*/
    /*background-color: #ffb50b;*/
/*}*/
#post-79 ul {
    list-style-type: disc;
}
#post-79 ul ul {
    margin-bottom: 14px;
    margin-top: 6px;
    padding-left: 14px;
}
/*--------------------------------------------------------------
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 {
	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 {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-content ul {
    list-style: none;
}
.entry-content ul, .entry-content ol {
    margin: 0 0 1.5em 3em;
}

/*--------------------------------------------------------------
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 {
}

/*--------------------------------------------------------------
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 {}

/*--------------------------------------------------------------
12.3 Responsive Design
--------------------------------------------------------------*/

/* #1- Large desktop */
@media (min-width: 1200px) {
    .slicknav_menu {
        display: none;
    }

}

/* #3- Regular sized laptops */
@media (min-width: 980px) and (max-width: 1199px) {
    .slicknav_menu {
        display: none;
    }

}

/* #3- Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .slicknav_menu {
        display: none;
    }

}

/* #4- Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .slicknav_menu {
        display: none;
    }
    #top_wrap {
        width: 100%;
    }
    .menu-toggle {
        display: none;
    }
}

/* #5- Landscape phones and down */
@media (max-width: 480px) {
    input {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .menu-toggle {
        display: none;
    }
    #top_bar {
        width: 100% !important;
    }
    #top_wrap {
        width: 100%;
    }
    #language {
    width: 101px;
    height: 31px;
    float: left;
    padding-top: 4px;
}
    #links {
        display: none;
    }
    #header_wrap {
        width: 100%;
        margin: 0;
    }
    #splash-padding {
        width: 319px!important;
    }
    #logo_hold {
        float: none;
        margin: auto;
    }
    #banner {
        display: none;
    }
    #main_wrap {
        width: 320px;
    }
    #main_nav {
        display: none;
    }
    #main,
    #content{
        width: 100%;
        margin: 0;
    }
    #hero_wrap,
    .hero_wrap{
        width: 320px!important;
        height: 213px!important;
        background-repeat: no-repeat;
        float: none;
    }
    .hero_wrap iframe {
        height: 100%;
        width: 100%;
    }
    #media,
    .media {
        width: 100%;
        margin: auto;
        float: none;
    }
    #media_link,
    .media_link {
        display: block;
        width: 100%;
        padding: 8px;
        text-decoration: none;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
    }
    #indicators_wrap {
        height: auto;
    }
    #indicators_wrap a {
        float: none!important;
        margin: auto;
    }
    .discover_more {
        float: none!important;
        width: auto;
    }
    .splash_item_wrap {
        height: 271px;
    }
    #footer_wrap {
        width: 320px;
    }
    #footer_left {
        text-align: center;
    }
    .middle {
        padding: 0 0 0 0!important;
    }
    .discover_title_wrap {
        padding-left: 4px;
    }
    #column_center {
        width: 292px;
        padding: 0 14px 0 14px!important;
    }
    #flag {
        width: 320px;
        height: 209px;
        background-image: url(../images/flag-small.jpg);
    }
    .video_wrap {
        margin: auto;
        width: 226px;
    }
    #feat_image {
        margin: auto;
        width: 100%;
    }
    #column_left {
        width: 100%;
        margin: auto;
        float: none;
    }
    #column_right {
        width: 220px;
        float: none!important;
        margin: auto;
    }
    #newsletter_wrap {
        margin-top: 6px;
    }

    #content_links {
        width: 100%;
    margin-top: 63px;
        float: none;
    }
    #column_left a, #column_left a:hover {
        width: 100%;
    }
    .sub_nav {
        display: block;
        width: 95%!important;
        padding: 8px;
        text-decoration: none;
        color: #ffffff;
        font-family: 'Source Sans Pro', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-align: left;
    }
    footer#colophon {
        width: 100%!important;
    }
    #footer-news,
    #footer-social,
    #footer_left {
        width: 100% !important;
    }
}

/* woocommerce */
body.woocommerce-page .related .products .product {
    width: 22% !important;
}
body.woocommerce-page .entry-summary {
    margin-top: 0;}

/* mailchimp for wordpress */
#mc4wp_email {
    height: 26px;
    float: left;
    border: 1px solid #aaaaaa;
    background-image: url(../shakesbc/images/news.png);
    background-repeat: no-repeat;
    background-position: 0 4px ;
    padding-left: 26px;
}
.mc4wp-form {
    margin: 0;
}
.mc4wp-form p {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
}
.mc4wp-form label {
    display: none;
}

/* our custom timeline styling */

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #565655;
    left: 8%;
    margin-left: -10px;
}

.cbp_tmtimeline > li {
    position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #3594cb;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #6cbfee;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 15%;
    background: #7f7f7e;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #565655;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #7f7f7e;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #565655;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #ffb50a;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #565655;
    text-align: center;
    left: 8%;
    top: 0;
    margin: 0 0 0 -25px;
}

/*.cbp_tmicon-phone:before {*/
    /*content: "\e000";*/
/*}*/

/*.cbp_tmicon-screen:before {*/
    /*content: "\e001";*/
/*}*/

/*.cbp_tmicon-mail:before {*/
    /*content: "\e002";*/
/*}*/

/*.cbp_tmicon-earth:before {*/
    /*content: "\e003";*/
/*}*/

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #3594cb;
        top: -20px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}