/*
Theme Name: Pithworks
Author: Pithworks Team
Author URI: http://pithworks.com/
Description: A theme built for Pithworks clients. Many coffee cups were spent developing a theme that is awesome, because our clients are awesome. "Awesome. Yeah. Yeah. Cool. Yep. Awesome. Yeah" - a loose quotation from one of our developers.
Version: 1.0
*/


/* NATIVE WORDPRESS ------------------------------------------*/

div.vc_wp_custommenu.wpb_content_element.sidebar-menu.show {
	z-index: 9001;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
    margin-left: 1.5em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.wp-caption-text {
    font-style: italic;
    font-size: 0.8em;
}

img {
    height: auto;
    max-width: 100%;
}

.entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 2.5em;
    margin-bottom: 1.4em;
    display: inline;
    float: left;
}

.entry-content img {
    margin: 0 20px 20px 0;
}

.entry-content img.alignright {
     margin-left: 1.5em;
     margin-bottom: 1em;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    border-width: 1px;
    border-color: #999;
    transition: padding .3s;
}

a {
    color: #b8252a;
}

.white {
    color: white;
}

#sidebar ul {
    list-style: none;
    padding: 0;
}

.archive-posts article {
    margin-bottom: 20px;
}

.archive-posts .article-header {
    margin-bottom: 10px;
}

.archive-posts .post-date {
    font-size: .9em;
}

.archive-posts .article-header h3 {
    margin-bottom: 0px;
}

/* HEADER SECTION ---------------------------------------------*/

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    background: white;
    /*-webkit-transition: -webkit-transform .3s ease-in-out !important;
    transition: -webkit-transform .3s ease-in-out !important;*/
    /*transition: transform .3s ease-in-out;*/
    /*transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out !important;*/
    box-shadow: 0px -10px 13px 5px black;
    visibility: hidden;
}



/*body.admin-bar header {
    top: 32px;
}*/

header.headroom--unpinned {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
}

header.affix {
    box-shadow: 0px -11px 11px 10px rgba(0, 0, 0, 0.38);
}

header .site-logo img {
    max-width: 450px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    transition: .3s;
    margin-top: 30px;
}

header .navbar-toggle .icon-bar {
    background: black;
}

@media (min-width: 783px) {
    body.admin-bar header {
        top: 32px;
    }
}

#main-nav {
    text-transform: uppercase;
}

#main-nav a {
    color: black;
    white-space: nowrap;
}

#header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    width: auto;
}

#header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header-menu>li.current-menu-item,
#header-menu li.current-menu-ancestor {
    box-shadow: inset 0px -3px 0px 0px #c2272d;
}

#header-menu>li.current-menu-item>a {
    color: #c2272d;
}

#header-menu>li:last-child>a {
    padding-right: 0;
}

#header-menu>li>a {
    padding: 20px 40px 20px 0px;
}

#header-menu>li>ul>li>a {
    font-size: 14px;
}

@media (min-width: 768px) {
    header .site-logo img {
        margin-left: 0;
    }
    #main-nav {
        float: right;
    }
}

.header-top {
    text-align: right;
    max-height: 600px;
    overflow: hidden;
    transition: 4s;
}

.header-top a,
.header-top span {
    padding: 10px;
    background: #2a2a2a;
    font-size: .8em;
    color: white;
    display: inline-block;
    position: relative;
    margin-right: -3px;
}

.header-top a.tel {
    background: #c2272d;
    z-index: 2;
    margin-right: -4px;
}

.header-top a i {
    position: relative;
    z-index: 2;
}

.header-top a.tel:before {
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    background: #c2272d;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 1;
}

.header-top a.social {
    width: 35px;
    text-align: center;
}

.header-top .hours {
    margin-left: 0px;
}

.fancy-header {
    position: relative;
}

.fancy-header:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 170%;
    display: inline-flex;
    margin-left: 30px;
    top: -10px;
}

.top-bar {
    background: #2a2a2a;
    color: white;
    font-size: 20px;
}

.top-bar a {
    color: white;
    text-decoration: none;
    transition: .3s;
}

.top-bar a:hover {
    color: #c2272d;
}

#top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top-menu li {
    display: inline-block;
    margin-right: 50px;
    text-transform: uppercase;
    padding-top: 8px;
    vertical-align: middle;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}

.top-bar-right>div {
    display: inline-block;
    vertical-align: middle;
}

.top-bar-right form {
    display: inline-block;
    vertical-align: middle;
}

.top-bar-right .phone {
    margin-right: 40px;
}

.top-bar-right .social-media a {
    margin-left: 20px;
}

.header-width {
    max-width: 1680px;
    margin: auto;
}

.container-width {
    max-width: 1680px;
    margin: auto;
}

.header-hours {
    color: #c2272d;
    text-align: right;
    margin-top: 20px;
    text-transform: none;
}

.header-box-shadow {
    box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.74);
}

li.mega-menu-item a.mega-menu-link {
    transition: .3s !important;
    text-shadow: 1px 0px 0px transparent;
}

li.mega-menu-item a.mega-menu-link:hover {
    text-shadow: 1px 0px 0px #666;
}

#mega-menu-header-menu > li > a.mega-menu-link:hover {
    text-shadow: 1px 0px 0px #c2272d;
}
#mega-menu-top-menu > li > a.mega-menu-link:hover {
    text-shadow: 1px 0px 0px #c2272d;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu,
#mega-menu-wrap-top-menu #mega-menu-top-menu {
    visibility: inherit;
}

/* SIDEBAR MENU -------------------------------*/
.sidebar-menu {
    text-align: right;
    overflow: hidden;
}
.sidebar-menu .widget>div {
    margin: 0 !important;
    overflow: hidden;
}

.sidebar-menu .widget .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu .widget .menu li a {
    display: block;
    font-size: 17px;
    color: #333;
    padding: 10px 20px;
    line-height: normal;
}

.sidebar-menu .widget .menu li {
    transition: .3s;
    position: relative;
    border-right: 1px solid #c2272d;
}

.sidebar-menu .widget .menu li:hover {
    border-right: 5px solid #c2272d;
}

/*.sidebar-menu .widget .menu li.current-menu-item {
    transform: scale(1.03);
}*/

.sidebar-menu .widget .menu li.current-menu-item {
    background: #f0f0f0;
    border-right: 5px solid #c2272d;
}

/*.sidebar-menu .widget .menu li.current-page-ancestor {
    border-right: 5px solid #c2272d;
}*/

.sidebar-menu .widget .menu li.current-menu-item > a {
    /*background: #c2272d;*/
    position: relative;
    /*border-radius: 5px;
    color: white;*/
}

/*.sidebar-menu .widget .menu li.current-menu-item > a:after {
    content: '';
    background: #c2272d;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
    right: -4px;
}*/

.sidebar-menu .widget .menu li:not(.current-menu-item):hover {
    background: #f0f0f0;
}

.sidebar-menu .widget .menu li ul.sub-menu {
    list-style: none;
}

.sidebar-menu .widget .menu li ul.sub-menu li:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: -6px;
}

.sidebar-menu .widget .menu li.current-menu-item:before {
    display: none;
}

/* FORM ---------------------------------------*/

#searchform {
    position: relative;
    margin-right: 40px;
}

#searchform #s {
    background: #4d4d4d;
    color: white;
    border: none;
    padding: 8px;
    padding-left: 50px;
    font-style: italic;
    outline: none;
    width: 250px;
    transition: .3s;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
}

#searchform #s:focus {
    padding-right: 50px;
    padding-left: 15px;
}

#searchsubmit {
    position: absolute;
    left: 14px;
    border: none;
    font-family: fontawesome;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: .3s;
    background: url(img/search.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    padding: 0;
}

#searchform #s:focus+#searchsubmit {
    left: 210px;
}



/* PRIMARY ------------------------------------*/

#primary {
    padding-bottom: 50px;
    visibility: hidden;
}

.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}

.page-sponsor img {
    margin: 10px 15px !important;
}

.page-sponsor {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.page-sponsor:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.page-sponsor.big img {
    max-width: 400px;
    min-width: 200px;
}

.page-sponsor.medium img {
    max-width: 200px;
    min-width: 200px;
}

.page-sponsor.small img {
    max-width: 130px;
}

/* BUTTONS ------------------------------------*/

.btn button {
    border-radius: 15px !important;
    border-color: #999 !important;
    color: #999 !important;
    transition: .3s;
    border-width: 1px !important;
    padding: 10px 30px !important;
}

.vc_btn3.vc_btn3-style-outline {
    border-width: 1px !important;
    padding: 10px 30px !important;
    border-radius: 15px !important;
}

.btn button:hover {
    background: #666666 !important;
    color: white !important;
}

.bam-btn button,
.bam-btn a {
    background: transparent !important;
    border: none !important;
    font-weight: 600;
    position: relative;
}

.bam-btn button:before,
.bam-btn a:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #c1272d;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}




/* POST LIST ----------------------------------*/

.sub-header {
    font-size: 1.2em;
    background: #2a2a2a;
    color: transparent;
    border-left: 10px solid #c2272d;
    font-style: italic;
    margin-top: 0;
    line-height: 1.1;
}

.sub-header .wpb_wrapper:before {
    content: "VIEW: ";
    display: inline-block;
    color: white;
    float: left;
    margin-right: 10px;
    font-style: normal;
    padding: 10px;
}

.sub-header a {
    color: white;
    background: #c2272d;
    display: inline-block;
    padding: 10px;
}

.grid-sizer {
    width: 47%;
}

.post-list article {
    margin-bottom: 40px;
    background: whitesmoke;
    overflow: hidden;
}

.post-list .entry-title {
    font-weight: bolder;
    font-size: 1.2em;
}

.post-list article img {
    max-width: 100%;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
}

.post-list .entry-title {
    border: none;
    margin: 0;
    padding: 0;
}

.sponsor-item img {
    margin-bottom: 25px !important;
}

.post-list article .sponsors {
    background: white;
    padding: 20px;
}
.post-list article .sponsors > a.sponsor-item {
    display: inline-block;
    vertical-align: middle;
} 
.post-list article .sponsors > a > img {
    margin: 0px 10px 0px 0px !important;
    max-width: 200px;
}

img.sponsorimage-large {
    width: 100%;
}

img.sponsorimage-medium {
    width: 80%;
}

img.sponsorimage-small {
    width: 60%;
}

.post-list a,
.post-list {
    text-decoration: none;
}

.post-list a:hover,
.post-list:hover {
    text-decoration: none;
    color: initial;
}

.post-list article .excerpt {
    margin-top: 15px;
}

.post-list article .post-content {
    padding: 20px;
}

.post-list .post-date {
    border-top: 1px solid #e0e0e0;
    margin-top: 5px;
    padding-top: 5px;
}


/* EVENTS -------------------------------------*/

.ftcalendar ul:after {
    content: '';
    display: table;
    clear: both;
}

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

.display-two-events #ftcalendar-list-div a {
    text-align: left;
}

#ftcalendar-list-div .event-date {
    float: left;
    color: white;
    background: #666666;
    padding: 5px 10px 2px;
    text-align: center;
    font-size: 1.1em;
    font-style: oblique;
    width: 60px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.event-content .event-title {
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
}

.event-content {
    color: #a2a2a2;
}

.event-date div:first-child {
    font-size: 35px;
    line-height: 30px;
}

.ftcalendar>ul {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.ftcalendar>ul:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.entry-title h1 {
    color: #b8252a;
    font-style: italic;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-thumb img {
    width: 100%;
}




/* FEATURED EVENT -----------------------------*/

.featured-event {
    background: #c1272d;
}

.featured-event .row>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.featured-event .button {
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 15px;
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    font-weight: 100;
}

.featured-event .button:hover {
    background: white;
    color: #c1272d;
}

.featured-event .museum-title {
    color: black;
    font-size: 1.5em;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0;
    text-align: right;
}

.featured-event .museum-title span {
    color: white;
}

.featured-event .museum-title span:after {
    content: '|';
    color: black;
    font-size: 1.5em;
}

.featured-event .event-title {
    color: white;
    font-weight: 100;
}

.vertical-align {
    display: flex;
}

blockquote {
    border: none;
}

/* ACCORDION ----------------------------------*/

.acc-item {
    padding: 14px 20px;
    background: #f8f8f8;
    font-size: 14px;
    color: #666;
        border: 1px solid;
    border-color: #f0f0f0;
}

.no-side-padding .acc-item {
    padding: 14px 0px;
}

.acc-header {
    font-weight: bolder;
    font-size: 1.2em;
    margin: 0;
    transition: .3s;
    cursor: pointer;
    font-weight: normal;
}

.acc-header:hover {
    color: #b8252a;
}

.acc-header.acc-open {
    color: #c2272d;
}

.acc-content {
        padding-top: 10px;
        display: none;
}

h3.acc-header:before {
    content: '+';
    padding-right: 12px;
    width: 15px;
    display: inline-block;
}

h3.acc-header.acc-open:before {
    content: '-';
}

.acc-no-sign h3.acc-header:before {
    display: none;
}

.grid-link {
    display: none;
}

.grid-link-click {
    cursor: pointer;
}

.post-grid-button a {
    border: 1px solid !important;
}

.accordion .price {
    float: right;
}

.accordion.acc-plain .acc-item {
    background: transparent;
    border-top:  none;
    border-left: none;
    border-right: none;
}
.accordion.acc-plain .acc-item:last-child {
    border-bottom: none;
}

/* NEWS ---------------------------------------*/

.article-thumb {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.article-thumb img {
    width: 100%;
}

.article-data {
    display: table-cell;
    vertical-align: middle;
}

.article-data .entry-title {
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.article-data .entry-content {
    color: #a2a2a2;
}

.entry-date .day {
    color: #C1272D;
    font-style: italic;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    font-size: 3.5em;
    padding-right: 10px;
}

.entry-date .month-year {
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
}

.article-arrows {
    display: inline-block;
    position: absolute;
    top: 40%;
    font-size: 2em;
    border-radius: 50%;
    border: 2px solid #999999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    color: #999999;
    font-weight: bold;
    cursor: pointer;
}

.event-arrows {
    display: block;
    margin: 10px 0 10px;
    font-size: 2em;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    color: #999999;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #999;
    border-radius: 50%;
}

.article-right {
    right: -60px;
    padding-left: 3px;
}

.article-left {
    left: -60px;
    padding-right: 3px;
}

.slick-slide,
.slick-slide a,
a {
    outline: none;
}

@media (max-width: 560px) {
    .article-thumb {
        display: block;
    }
    article.type-post {}
    .home-news article {
        padding: 40px;
    }
    .article-right {
        right: 0px;
    }
    .article-left {
        left: 0px;
    }
    .article-arrows {
        line-height: 26px;
        width: 30px;
        height: 30px;
        font-size: 1.4em;
    }
}




/* CALENDAR -----------------------------------*/

.ftcalendar,
#ftcalendar-div {
    background: transparent;
    border: none;
}

#ftcalendar-table tr th#ftcalendar-headings {
    font-weight: bold;
    color: white;
    padding: 10px 0px;
    background: #6b6b6b;
}

#ftcalendar-table tr td.current_day {
    background: #6b6b6b;
}

#ftcalendar-table tr td.current_day span.thumb-event {
    color: white;
}

.thumb #ftcalendar-table tr td {
    height: 30px;
}

#ftcalendar-nav {
    text-align: center;
}

#ftcalendar-prev {
    position: absolute;
    left: 0;
}

#ftcalendar-next {
    position: absolute;
    right: 0;
}

.month #ftcalendar-table tr td,
.week #ftcalendar-table tr td {
    background: #ececec;
}

.month #ftcalendar-table tr td {
    border: 4px solid white;
}

.unmonth,
.ftcalendar-event-date {
    background: transparent;
}

#ftcalendar-list-div a {
    font-size: 1.1em;
    display: block;
    margin: auto;
    text-align: center;
}

#ftcalendar-list-div a span {
    display: block;
    color: black;
    font-size: .8em;
}




/* RIGHT SIDEBAR ------------------------------*/

#sidebar-right tr td {
    vertical-align: top;
    padding-bottom: 10px;
}

#sidebar-right tr td:first-child {
    text-align: left;
    padding-right: 5px;
}

#sidebar-right tr td:last-child {
    text-align: left;
    padding-left: 5px;
}

#sidebar-right table {}




/* WIDGETS ------------------------------------*/

.wpb_widgetised_column .widget {
    /*background: #f8f8f8;*/
    padding: 20px;
    padding-top: 0px;
}

.widgettitle {
    margin: 0;
    margin-bottom: 15px;
    background: whitesmoke;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 21px;
    font-weight: 900;
}

.widget-content {
    margin-bottom: 30px;
    text-align: center;
}

/*.wpb_widgetised_column .widget .widgettitle {
    margin: 0;
    display: block;
    font-size: 17px;
    color: white;
    padding: 10px 20px;
    background: #c2272d;
    border-radius: 5px;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
    transform: scale(1.03);
}*/

.widget {
    padding-bottom: 15px;
    border-top: none;
}

.widget>div {
    /*margin: 20px 20px 10px !important;*/
    font-size: .9em;
}

.widget img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}




/* FOOTERS ------------------------------------*/

footer .widget .widgettitle {
    font-size: 1.2em;
    margin-top: 4px;
    letter-spacing: 1px;
    border: none;
    background: transparent;
    color: inherit;
    font-style: normal;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
}

footer {
    color: #666;
    font-weight: normal;
    visibility: hidden;
}

footer .copyright p {
    text-align: center;
    font-size: .9em;
    margin: 50px 0px 30px;
    color: #b8252a;
}

footer aside {
    border-top: 1px solid #333;
    padding-top: 5px;
}

footer .widget {
    padding: 15px 10px;
    border: none;
}

footer .widget>div {
    margin: 0px 0px !important;
}

.bottom-footer {
    background: #999999;
    color: white;
}

.ctct-form-field label {
    display: none;
}

.ctct-form-field input {
    padding: 5px 5px;
    width: 100%;
}

footer .widget table {
    width: 100%;
}

footer .widget table td {
    vertical-align: top;
    padding: 7px 0px;
}

footer .bottom-footer {
    text-align: center;
    padding: 30px 20px;
}

.bottom-footer .notice {
    margin-top: 20px;
}

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

.bottom-footer a {
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

#footer-menu li {
    display: inline-block;
}
#footer-menu li:after {
    content: ' | ';
}

#footer-menu li:last-child:after {
    display: none;
}

table.bam-hours,
table.footer-table {
    color: #808080;
}

table.footer-table td:first-child {
    color: #4D4D4D;
    font-weight: 600;
}

table.bam-hours td:first-child {
    width: 50px;
    color: #4D4D4D;
    font-weight: 600;
}

table.bam-hours td i {
    display: block;
}

.ffwd_info {
    max-height: 300px;
        overflow-y: scroll;
}

#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
    border: none !important;
}

.ffwd_user_pic {
    box-shadow: none !important;
    margin-right: 5px;
}

article.post-password-required {
    margin-top: 60px;
    text-align: center;
}

article.post-password-required form {
    background: whitesmoke;
        padding: 50px;
        display: inline-block;
        border-radius: 5px;

}

.ffwd_blog_style_img_0 {
    max-width: 100% !important;
}

/* FORMS ----------------------------------*/
input, textarea {
    border: 1px solid #6767672e;
        box-shadow: inset 4px 4px 14px -8px rgba(0, 0, 0, 0.30196078431372547);
        padding: 10px 20px;
        border-radius: 5px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    box-shadow: none;
        background: #b52926;
        border-radius: 5px;
        color: white;
        border: 1px solid #88201e;
}

a.button, a.pdf {
    display: inline-block;
    background: #b8252a;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #88201e;
    transition: .3s;
    margin-bottom: 10px
}

.vc_col-sm-3 a.button, .vc_col-sm-3 a.pdf {
    width: 100%;
    text-align: center;
}

a.pdf:after {
    content: "\f1c1";
    font-family: fontawesome;
    font-weight: 100;
    text-shadow: none;
    margin-left: 10px;
    font-size: 14px;
}


a.button:hover, a.pdf:hover {
    background: #dc3d42;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: left;
}

.sidebar-menu-toggle {
    display: none;
}

@media (max-width: 1080px) {
    .header-hours {
        display: none;
    }
    .sidebar-menu {
        margin-bottom: 0 !important;
    }
    .sidebar-menu .widget .menu li a {
        font-size: 13px;
        padding: 4px 0px;
        text-align: left;
    }
    .sidebar-menu .widget .menu li.current-menu-item {
        padding-left: 10px;
    }
    header .site-logo img {
        max-width: 280px;
        margin-bottom: 25px;
    }
    #mega-menu-top-menu {
        background: transparent !important;
        margin-top: 20px !important;
    }
    #mega-menu-header-menu {
        padding: 30px 10px 0 !important;
    }
    #mega-menu-wrap-header-menu {
        margin-left: -15px;
            margin-right: -15px;
    }
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
        display: inline-block;
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle {
        position: absolute;
        top: -53px;
        right: 10px;
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block {
        padding-left: 10px;
    }
    #main-nav {
        float: none;
    }
    .top-bar-right {
        display: none;
    }
}

@media (max-width: 768px) {
	header .site-logo img {
		margin-left: 0;
	}
    .sidebar-menu-toggle {
        display: block;
        cursor: pointer;
        color: #b8252a;
    }
    .sidebar-menu-toggle.toggle i:before {
        content: "\f00d";
    }
    .sidebar-menu {
        position: absolute;
        padding: 15px;
        left: -100%;
        width: 100%;
        z-index: 1;
        background: white;
        transition: .3s;
    }
    .sidebar-menu.show {
        left: 0%;
    }
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 10px !important;
        line-height: 20px !important;
    }
    #mega-menu-top-menu {
        margin-top: 6px !important;
    }#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
            height: 23px;
    }

    .featured-event .vertical-align {
        display: block;
    }
    .featured-event .row>div {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .featured-event .row>div:last-child {
        margin-bottom: 0;
    }
    .featured-event .museum-title {
        text-align: center;
    }

    .featured-event .button {
        margin: auto;
    }
}
