@font-face {
    font-family: "Open Sans Light";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"),
        url(//themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"),
        url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
            format("woff");
}

@font-face {
    font-family: "Open Sans Semi";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
        url(//themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}

@font-face {
    font-family: "Open Sans Bold";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"),
        url(//themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}

@font-face {
    font-family: "Open Sans Italic";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"),
        url(//themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff)
            format("woff");
}

@font-face {
    font-family: "Open Sans Italic Bold";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"),
        url(//themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff)
            format("woff");
}

html {
    font-size: 62.5%;
    /*set base font to 10*/
}

body {
    -webkit-font-smoothing: antialiased;
    background: #f0f8ff;
    margin: 0;
    padding: 0;
    color: #e7e7e7;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.385;
    font-family: "Open Sans", arial, sans-serif;
    background-attachment: fixed;
}

body.schedule {
    background: #020202 url(../img/Jt_life_btw2.jpg) no-repeat 0 108px !important;
    background-attachment: fixed !important;
}

#container {
    margin: 0;
    max-width: 1040px;
    border-top: 0;
    position: relative;
}

#mainContent {
    min-height: 600px;
    margin: 155px 0 12px;
}

/*header===========================================================*/

#headerCont {
    border-bottom: 1px solid #2b2e2d;
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #030303;
}

header {
    height: 136px;
    background: #030303;
}

h1.logo {
    margin: 12px 0 0 0;
    padding: 0;
}

/*Navigation =========================================================*/

.mainNav {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Open Sans Semi", arial;
    margin: 8px 0 0 8px;
}

.mainNav ul li a {
    color: #e7e7e7;
}

.mainNav ul li a:hover,
.mainNav ul li.current_page_item a {
    color: #9fdcf5;
}

body.news li.page-item-4 a,
body.press-archive li.page-item-4 a,
body.press li.page-item-4 a,
body.single-discography li.page-item-8 a,
body.single-musicvideos li.page-item-14 a,
body.single-guitar li.page-item-12 a {
    color: #9fdcf5;
}

/*FOOTER===============================================================*/

footer {
    text-align: center;
}

footer p {
    margin: 0 0 9px 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

footer a {
    color: #999;
}

.do-not-sell a {
    font-size: 12px;
    margin-bottom: 10px;
}

.occ {
    display: block;
    width: 180px;
    margin: 20px auto;
}

.poweredBy {
    display: block;
    background: url(../img/OCC_Footer_light.png) 0 0 no-repeat;
    width: 178px;
    height: 33px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-indent: -10000px;
}

.poweredBy:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.socials {
    background: #030303;
    border: 1px solid rgba(126, 169, 187, 0.3);
    width: 315px;
    min-height: 54px;
    position: fixed;
    bottom: 30px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

@media (max-width: 979px) and (min-width: 801px) {
    .socials.hide-on-small,
    .socials.show-on-small {
        display: flex !important;
    }
}

.socials_contact {
    background: #030303;
    border: 1px solid rgba(126, 169, 187, 0.3);
    height: 54px;
    margin: 0 0px 0 -20px;
    width: 320px;
    position: fixed;
    bottom: 96px;
    z-index: 100;
}

.socials-small {
    background: #030303;
    margin: 0 auto;
    width: auto;
    position: static;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.socials a,
.socials-small a {
    color: #636363;
    margin-right: 8px;
}

.socials svg,
.socials-small svg {
    width: 26px;
    height: 20px;
    fill: #636363;
}

.socials a:hover svg,
.socials a:focus svg,
.socials-small a:hover svg,
.socials-small a:focus svg {
    fill: #fff;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

a#soc_ml {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
}

a#soc_ml:hover,
a#soc_ml:focus {
    color: white;
}

a#soc_ml svg {
    margin-right: 5px;
}

a#soc_google {
    margin-right: 0;
}

a#socialTypewriter {
    display: block;
    background: url(../img/jt_typewriter.png) no-repeat 0 0;
    height: 46px;
    text-indent: -100000px;
    margin: 4px 12px 0 12px;
}

.socials-small #socialTypewriter {
    display: block;
    width: 200px;
    margin: 0 auto;
}

/*NEWS page =============================================================*/

.newsDate,
.byline {
    display: block;
    font-size: 90%;
    margin: 0 0 9px 0;
    color: #9a9a9a;
}

.pagination span,
.pagination a {
    display: inline-block;
    padding: 0 6px;
}

h6 {
    letter-spacing: 0;
}

h6 a {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    border-bottom: 1px dotted #364850;
    padding: 0 0 12px 0;
}

/*DISCOGRAPHY PAGE =======================================================================================*/

/*HELP and NEW CONTACT FORM STYLES ======================================================================*/

a.Questions {
    margin: 0 0 3px 0;
    display: inline-block;
}

#helpForm {
    display: none;
}

#helpQuestions {
    clear: both;
    background: #f1f1f1;
    position: relative;
}

.questionTitle {
    background: #2d3338;
    padding: 6px 6px 6px 0;
}

#helpQuestions label {
    line-height: 24px;
}

#helpQuestions a {
    font-size: 90%;
    display: inline-block;
    color: #444;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#helpQuestions a#introQ {
    border: 1px solid #ddd;
    background: #fff;
    line-height: 1;
}

#helpDrop {
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 3;
    display: none;
    padding: 4px;
    top: 34px;
}

#helpDrop a {
    width: 100%;
    border-bottom: 1px solid rgba(54, 72, 80, 0.2);
}

#helpDrop a:hover {
    color: #111;
    background: #dbeef6;
}

.hideForm,
.helpClose {
    display: block;
    float: right;
    padding: 4px;
    text-transform: uppercase;
    font-style: normal;
    padding: 0 0 6px;
}

.helpClose {
    padding: 0;
}

#helpAnswers {
    background: #2d3338;
    padding: 6px 12px;
    display: none;
    color: #e7e7e7;
}

#helpAnswers > div {
}

a.freshwidget-theme {
    font-family: Arial, Helvetica, sans-serif !important;
}

#SignIn-Msg {
    width: 300px;
    height: 300px;
    border: 3px solid #fff;
    background: #000;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10;
}

#SignIn-Msg a {
    background: none;
    color: #fff;
}

#signInMsg {
    background: ;
}

#signInMsg h3 {
    color: inherit;
    font-family: "Open Sans Bold";
    font-weight: bold !important;
    font-size: 21px;
    color: #2d3338;
}

#signInMsg a.button {
}
