/*
Theme Name: Billy K
Theme URI: http://underscores.me/
Author: Susan Langenes
Author URI: http://collagecreative.net
Description: A custom theme for Bill Kreutzmann in 2015.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: billy-k
Domain Path: /languages/
Tags:
This theme, like WordPress, is licensed under the GPL.
Billy K Theme is based on Underscores http://underscores.me/, (C) 2012-2013 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/
*/
/* =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 */
    
    font-size: 16px;
    
    -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;
}
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;
}
/* an image can go here if we want */
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;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #e7d9ab;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
body {
    background-image: url('/wp-content/uploads/2015/04/bg-home.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
body.custom-background {
    background-size: cover;
    background-attachment: fixed!important;
}
/* Headings */
h1,
h2,
h3,
h4,
h6 {
    clear: both;
    font-family: 'Gravitas One', 'Goudy Bookletter 1911', serif;
    
}
h1 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 12px;
}
h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 12px;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 6px;
}
h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 6px;
}
h5 {
    clear: both;
    font-family: 'Gravitas One', 'Goudy Bookletter 1911', serif;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 6px;
}
h6 {}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
/* Text elements */
p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
ul,
ol {
    margin: 0 0 24px 48px;
    margin: 0 0 1.5rem 3rem;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 24px;
    margin-left: 1.5rem;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 24px 24px;
    margin: 0 1.5rem 1.5rem;
}
b,
strong {
    /*font-weight: bold; both fonts only have one weight*/
    font-weight: normal;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 48px;
    margin: 3rem;
    font-style: italic;
}
address {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    padding: 1.5rem;
}
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%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
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 */
    
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    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: 0.75rem;
    line-height: 1;
    padding: 10px 16px;
    padding: .375rem 1rem;
    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 #bbb;
    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 #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;
    max-width: 100%;
}
input[type="file"] {
    font-size: 12px;
    font-size: .75rem;
}
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: 98%;
}
fieldset {
    padding: 20px;
    border: 1px solid #CCC;
}
/* Links */
a {
    color: #FF451B;
}
a:visited {
    color: #D42700;
}
a:hover,
a:focus,
a:active {
    color: #FF613C;
}
/* Alignment */

.clear {
    clear: both;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-left: 1.5rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.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 */
}
/* Clearing */
.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;
}
/* =Header and Logo 
----------------------------------------------- */
.logo {
    /*float: left;*/
    
    z-index: 11;
}
.logo img {
    z-index: 12;
    position: relative;
    transform: translateY(-21px);
    -webkit-transform: translateY(-21px);
    max-width: 490px;
}
/*.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.headroom--pinned .logo {
    max-width: 100px;
}*/
.headroom--not-top .main-navigation {
    transform: translateY(-64px);
    -webkit-transform: translateY(-64px);
  padding: 0px 9px;
}
@media screen and (max-width: 1270px) {
    .headroom--not-top .main-navigation {
         transform: translateY(-24px); 
       -webkit-transform: translateY(-24px); 
    }
}
.site-header {
    position: fixed;
    z-index: 151;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
    top:0;
    font-size: 1.065rem;
    line-height: 1.5;
}
.admin-bar .site-header {
    top:32px;
}
.site-header:before {
    content: url(img/filigree_upper_left.png);
    position:inherit;
    top:0;
    left:0;
    z-index:11;
}
.site-header:after {
    content: url(img/filigree_upper_right.png);
    position:inherit;
    top:0;
    right: 0;
    z-index:11;
}
.slide {
    -webkit-transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -o-transition: all .125s ease-in-out;
    transition: all .125s ease-in-out;
}
.slide--reset {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-height: 90px;
}
.slide--up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.site-header.headroom--not-top:before,
.site-header.headroom--not-top:after {
    content: '';
}
.site-branding {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-height: 122px;
    background-image: url(img/bg-header.png);
    background-position: left top;
    background-repeat: repeat-x;
}
.headroom--not-top .logo img {
    max-width: 213px;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.menu-main-menu-container {
    margin: 0 auto;
    border: solid 6px #ff441c;
    padding: 3px;
    background-clip: content-box;
}
/* =Menu
----------------------------------------------- */
.main-navigation {
    display: block;
    font-family: 'Gravitas One', 'Goudy Bookletter 1911', serif;
    position: relative;
    transform: translateY(-97px);
    -webkit-transform: translateY(-97px);
    text-transform: uppercase;
    font-size: 14px;
    background: #071b33;
    padding: 9px;
}
.main-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    background: rgb(255, 69, 27)
}
/* flexbox support: no ie9; use floats and shit */
.main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: row;
    -ms-justify-content: center;
}
.main-navigation li {
    /*float: left;
    position: relative;
    margin-right: 10px;*/
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #e7d9ab;
    padding: 10px 8px 7px;
    letter-spacing: -1px;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    top: 56px;
    z-index: 99999;
}
@media screen and (min-width:1029px) {
    .headroom--not-top .main-navigation ul ul {
        top: 47px;
    }
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
    color: #071b33!important;
}
.main-navigation ul ul li {
    background-color: #e7d9ab;
    margin-right: 0;
}
.main-navigation ul ul li:hover {
    background-color: #4D6B81;
}
.main-navigation li:hover > a {
    color: #071b33;
}
.main-navigation ul ul:hover > a {
    color: #fff!important;
}
.main-navigation ul ul a:hover {
    color: #fff!important;
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item,
.main-navigation li.current-menu-item {
    /*background-color:  #071b33;*/
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
    color: #071b33;
}
/* "you are here" */
@media screen and (min-width: 1029px) {
    .main-navigation li.current_page_item:after,
    .main-navigation li.current-menu-item:after {
        /*content: "";*/
        
        border: 12px solid transparent;
        border-top-color: #071b33;
        position: absolute;
        top: 55px;
        left: 48%;
        margin-left: -12px;
    }
}
@media screen and (min-width: 1270px) {
       .main-navigation li.first { /*  first one - to account for the filigree images that would otherwise cover this */
        margin-left: 14px;
    }
    .main-navigation li.right { /*  first one on right side */

        padding-left: 16px;
    }
        .main-navigation li.left { /* last one on left side - this is to account for centered logo */
        margin-right: 150px;
    }
}
@media screen and (min-width: 1368px) {
     .main-navigation li.right { /* first one on right side */
        margin-left: 320px;
    }
}
/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
    padding: 6px 24px;
    margin-bottom: 0;
   
}
@media screen and (max-width: 1270px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
    .menu-toggle {
      position: relative;
      padding-left: 1.25em;
      width: 50px;
      height: 50px;
      transform: translate(8px, -26px);
      -webkit-transform: translate(8px, -26px);
    }
    .menu-toggle:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.4em;
      width: 1em;
      height: 0.15em;
      background: transparent;
      box-shadow: 
        0 0.25em 0 0 #e7d9ab,
        0 0.5em 0 0 #e7d9ab,
        0 0.75em 0 0 #e7d9ab;
    }
    .menu-main-menu-container {
        border: 0;
    }
    .main-navigation { 
        transform: translateY(-24px);
        -webkit-transform: translateY(-24px);
        background: transparent;
    }
    .main-navigation ul ul {
        float: none; 
        position: relative;
        top: 0;
        display:block;
    }
    .site-header {
        max-height: 88px;
    }
    .site-branding {
        max-height: 64px;
    }
     
}
/* Layout 
----------------------------------------------- */
.site {
    max-width: 100%;
    margin: 0 auto;
   
}
.site-main {
    
    margin: -90px auto 0;
}
.site-content {
    padding-top: 90px;
    max-width: 1120px;
    margin: 0 auto 24px;
}
.home .site-content {
    display:none;
}
@media screen and (min-width: 1029px) {
    .site {
        /*padding: 0 24px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);*/
    }
    .site-content {
        padding-top: 170px;
    }
   
    .page-template-page-threecolumn-php .content-area {
        float: left;
        width: 55%;
    }
    .content-area.full-width {
        width: 100%;
    }
}
.content-area {
    background: #071b33;
    padding: 48px 48px 0;
    
}
.blog article,
.archive article {
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid;
}
@media screen and (min-width: 1271px) {
    .content-area:before {
        content: url(img/filigree_upper_content.png);
        position:relative;
        top: -65px;
        left: -65px;
    }
    .content-area:after {
        content: url(img/filigree_lower_content.png);
        position:relative;
        bottom: -22px;
        left: -65px;
    }
}
@media screen and (min-width:1024px) and (max-width:1270px) {
    .content-area {
        background-image: url(img/filigree_lower_content.png), url(img/filigree_upper_content.png);
        background-repeat: no-repeat;
        background-position: bottom, top;
        background-size: contain;
    }
    article .entry-header {
        max-width: 900px;
        margin: 0 auto;
    }
}
/* the following separates each article on index.php or archive.php into its own individual box w/frame 
 @media screen and (min-width:1024px) {
    .blog .content-area,
    .archive .content-area {
        padding: 0;
        background: transparent;
    }
    .blog .site-main,
    .archive .site-main {
        margin-top: 0;
    }
    .blog .content-area:before,
    .blog .content-area:after,
    .archive .content-area:before,
    .archive .content-area:after {
        content: '';
    }
    .blog article,
    .archive article {
        background: #071b33;
        padding: 48px 48px 0;
        margin-bottom: 60px;
        border: 0;
    }
    .blog article:before,
    .archive article:before {
        content: url(img/filigree_upper_content.png);
        position:relative;
        top: -65px;
        left: -65px;
    }
    .blog article:after,
    .archive article:after {
        content: url(img/filigree_lower_content.png);
        position:relative;
        bottom: -22px;
        left: -65px;
    }
    .blog article .contentwrap,
    .archive article .contentwrap {
        margin-top: -90px;
    }
}
*/
.site-footer {
    clear: both;
    /*padding: 24px;*/
    background-color: #071b33;
    color: #e7d9ab;
    margin-top: 60px;
    background-image: url('img/underfooter.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 0 24px;
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
}
.site-info {
    max-width: 1400px;
    margin: 0 auto;
    padding: 36px 0 0;
    text-align: center;
}
@media screen and (min-width: 990px) { 
    .site-footer:before {
        content: url('img/filigree_footer_left.png');
        position: absolute;
        left: 11px;
        bottom: 18px;
    }
    
    .site-footer:after {
        content: url('img/filigree_footer_right.png');
        position: absolute;
        right: 11px;
        bottom: 18px;
    }
}
@media screen and (min-width: 900px) {
    .copy {
      padding-top: 57px;
      background: url('img/BK_logo_footer.png');
      background-repeat: no-repeat;
      background-position: center top;

    }
    .menu-footer-menu-container {
      max-width: 499px;
      display: inline-block;
      margin: 0 36px;
      text-align: center;
    }
}
.menu-footer-menu-container {
  width: auto;
  display: inline-block;
  padding-top: 24px;
}
ul#menu-footer-menu {
    list-style: none;
  margin: 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
#menu-footer-menu li {
    float: left;
  font-family: 'Gravitas One', 'Goudy Bookletter 1911', serif;
  margin: 0 12px 14px 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 6px;
}
@media screen and (min-width:900px) {
    #menu-footer-menu li:first-child {
        
    }
    #menu-footer-menu li {
        padding: 0;
    }
    .social {
 
    }
}
#menu-footer-menu li a {
    text-decoration: none;
    color: #e7d9ab;
    padding: 12px;
}
#menu-footer-menu li a:hover {
    color: #ff441c;
}
.details {
    
}

.social a,
.kids-social a {
    text-decoration: none;
}
.headsocial {
    position: absolute;
    right: 0;
    top: 32px;
}
.headsocial a img {
    max-width: 32px;
    margin-right: 5px;
}
@media screen and (min-width: 1271px) {
    .headsocial {
        top: 123px
    }
    .headsocial a img {
        background: #e7d9ab;
        border-radius: 3px;
        margin-right: 8px;
    }
}
/*1270px =- change to mobile
*/
@media screen and (min-width: 601px) {
   
    .one-half {
        width: 49%;
    }
    .one-half.left {
        margin-right: 2%;
        float:left;
    }
    .one-half.right {
        float:right;
    }
}
@media screen and (max-width: 1368px) {
    .logo img { 
        max-width: 378px;
        transform: translateY(4px);
        -webkit-transform: translateY(4px);
    }
}
@media screen and (min-width:1271px) and (max-width: 1368px) {
    .main-navigation li.right {
        margin-left: 220px;
    }
}
@media screen and (max-width: 1270px) {
    .page-template-page-off-canvas-php .main-navigation ul {
        display: block;
    }
    .page-template-page-off-canvas-php .main-navigation {
        margin-left: -100%;
        float: left;
    }
    .menu-off-canvas-container li {
        float: none;
        display: block;
        margin-right: 0;
    }
    .page-template-page-off-canvas-php .main-navigation ul li ul {
        display: none;
        position: relative;
        float: none;
        box-shadow: none;
        top: 1rem;
    }
    .page-template-page-off-canvas-php .main-navigation li:hover > ul {
        display: block;
    }
    .page-template-page-off-canvas-php .site-content {
        float: left;
        width: 100%;
    }
    .content-area {
        padding: 24px 16px;
    }
    .site-main {
        margin: 0 auto;
    }
    .logo img {
      transform: none;
      max-width: 200px;
    }
    .site-header:before,
    .site-header:after {
        content: '';
    }
}
body.active .main-navigation {
    margin-left: 0;
    width: 70%;
}
body.active .site-content {
    margin-right: -100%;
}
body.active .site-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -30%;
    width: 100%;
    height: 100%;
    background-color: #CDEAE6;
}
.page-template-page-off-canvas-php .main-navigation,
.page-template-page-off-canvas-php .site-content,
body.active .site-content:before {
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    transition: .2s all ease;
}
.page-template-page-off-canvas-php .footer-widget-area {
    clear: both;
}
/* =Full-Width page which also has full-width header and footer
--------------------------------------------------------------------------- */
.page-template-page-full-width-php .site {
    box-shadow: none;
}
.page-template-page-full-width-php .menu {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 24px;
}
.page-template-page-full-width-php .header-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
.page-template-page-full-width-php .content-area {
    border: 0;
}
/* = CSS3 page
----------------------------------------------- */
/* =Content
----------------------------------------------- */
.sticky {}
.hentry {
   /* margin: 0 0 24px;
    margin: 0 0 1.5rem;*/
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
    max-width: 900px;
}
article footer {
    max-width: 900px;
    margin: 0 auto;
}
.page-links {
    clear: both;
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/* =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;
}
.wp-caption {
    border: 1px solid #ccc;
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-main .gallery {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
}
.gallery-caption {}
.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-main .gallery dd {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {}
.site-main .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {}
/* =Widgets General
----------------------------------------------- */
.widget {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    padding: 20px;
}
/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
    display: none;
}

/* Right Sidebar 
--------------------------------------------- */
@media screen and (min-width: 1024px) {
    .right-widget-area {
        float: right;
        width: 50%;
        border-left: 0;
        padding: 24px;
        margin-top: -90px;
        background: #020E1D;
    }
}

/* =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;
}
/* Gigpress
------------------------------------------------------ */
td.gigpress-artist {
    font-family: 'Gravitas One', 'Goudy Bookletter 1911', serif;
}
/*tribe events calendar 
------------------------------------------------------------- */
body.tribe-theme-billy-k {
    background-color: #FFF;
    background-image: url('img/BK_backing_salmon.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
@media screen and (max-width:600px) {
    body.tribe-theme-billy-k {
        background-size: 100%;
        background-repeat: repeat-y!important;
    }

    .gigpress-table {
        font-size: 0.7em;
    }
}
.tribe-events-list h2.tribe-events-page-title {}
#tribe-events-pg-template,
.woocommerce #container {
    max-width: 1120px;
    background: #071b33;
    padding: 48px 48px 0;
    
}
#tribe-events {
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
}
.single-tribe_events .tribe-events-event-meta {
  background: #050E1A;
  border: 1px solid #FF7759!important;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border-top: 0!important;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    border: 1px solid #FF7759;
    border-bottom: 1px solid #FF7759;
    background: transparent;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
  background: #050E1A;
}
.event-is-recurring {
    color: inherit;
}
@media screen and (min-width: 1029px) {
    #tribe-events-pg-template:before,
    .woocommerce #container:before {
        content: url(img/filigree_upper_content.png);
        position:relative;
        top: -65px;
        left: -65px;
    }
    #tribe-events-pg-template:after,
    .woocommerce #container:after {
        content: url(img/filigree_lower_content.png);
        position:relative;
        bottom: -22px;
        left: -65px;
    }
}
#tribe-bar-form {
  color: #000;
}
.rsABlock,
.rsSBlock {
    
}
.sliderholder {
     margin-top: 77px;
}
@media screen and (min-width:601px) {
    .rsUni .rsArrow {
      width: 90px!important;
      }
    .rsUni.rsHor .rsArrowLeft {
      left: 0;
      top: 0;
    }
    .rsUni .rsArrowIcn { 
      width: 90px!important;
      height: 58px!important;
      left: 0!important;
      margin-top: -24px!important;
      margin-left: 0px!important;
        background: url('img/BK_Arrows.png')!important;
    }
    .rsUni.rsHor .rsArrowLeft .rsArrowIcn {
        background-position: ;
    }
    .rsUni.rsHor .rsArrowRight .rsArrowIcn {
        background-position: -132px 0!important;
    }
    .sliderholder {
         padding: 12px 22px 26px;
         background: #071B33;
         margin-top:176px;
    }
}
.player-track-title div {
    max-width: 85%;
}
ul.lighten1-mjp {
    background:none!important; 
}
/* gigpress 
---------------------------------------------------------------------------------- */
.gigpress-row td {
  border-bottom: 0!important; 
}
span.gigpress-info-label, 
tr.gigpress-info td {
    color: inherit!important;
}
.gigpress-table tbody:nth-child(2n) th.gigpress-heading {
    background-color: #050E1A;
}
.gigpress-header {
    background-color: rgb(255, 69, 27);
}
h3.gigpress-artist-heading {
  padding-top: 24px;
}
.page-id-13 header.entry-header {
    display: none;
}
.page-id-13 .entry-content {
    max-width: 100%;
}
tr.gigpress-tour td {
     background-color: transparent!important;
}
span.gigpress-sidebar-date {
    font-weight: normal!important;
}

.blog h1.entry-title a, .archive h1.entry-title a {
    font-family: 'Goudy Bookletter 1911', serif;
    font-weight: bold;
    text-decoration: none;
    position: relative;
	z-index: 2;
}

/* new content/sidebar page template 12/2015 - sl
---------------------------------------------------------------------------- */

@media screen and (min-width:1024px) {
    .page-template-page-content-sidebar .site-main {
        width: 50%;
        margin: -90px 0 0 0;
        float: left;
        padding-right: 24px;
    }
}
@media screen and (min-width:1024px) and (max-width: 1270px) {
    .page-template-page-content-sidebar .site-main {
        margin-top: 48px;
        margin-left: 5%;
        width: 45%;
    }
    .page-template-page-content-sidebar .right-widget-area {
        margin-top: 48px;
        margin-right: 5%;
        width: 45%;
        margin-bottom: 36px;
    }
}
