/*
Theme Name: Crux Child Theme
Theme URI: http://codestag.com/themes/crux
Description: Child theme for customizing Crux.
Version: 1.0
Author: Codestag
Author URI: http://codestag.com/
Template: crux
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url('../crux/style.css');

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

.entry-content, .comment-content {
    overflow: hidden;
    font-size: 20px;
    font-size: 1.05rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #2f322b;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #008cc1;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    opacity:0.8;
    text-decoration: underline;
}
.entry-content h2, .comment-content h2 {
    font-size: 35px;
    font-size: 1.9875rem;
    line-height: 1;
    margin-bottom: 1em;
}

b, strong {
    font-weight: bold !important;
}
table {
    margin-top: 15px;
    margin-bottom: 15px;
}
#page {
    overflow: visible !important;
    position: relative;
    width: 100%;
}
.subheader .current-menu-item a {
    color: white;
}

.clearFloat {
   clear: both;
}

input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], .input-text, textarea {
    border: 1px solid #666;
    padding: 10px;
    line-height: 1;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}

/* TOP SIDE BAR */
ul#menu-rider-resources {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
ul#menu-about-quick-links {
    list-style-type: none;
    padding: 0;
    text-align: center;
}


h3.widget-title.top-sidebar-title {
    text-align: center;
    padding-top: 10px;
    margin: 0;
}
.top-side-bar {
    border-top: #c7c7c7 1px solid;
    border-bottom: #c7c7c7 1px solid;
    margin-bottom: 25px;
}
ul#menu-top-menu-route-pages {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.top-side-bar ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-side-bar ul li:not(:last-child):after {
    content: '\00BB';
    position: relative;
    top: -2px;
    left: 10px;
    padding-right: 8px;
    color: #333;
}

.top-side-bar .current-menu-item a {
    border-bottom: none;
}
.top-side-bar a:hover {
    opacity:0.8;
}
/* END TOP SIDE BAR */

/* BUTTONS */
.btn-default .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    color: #fff !important;
    border-color: #008cc1;
    background-color: #008cc1;
}
.btn-default .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #008cc1;
    background-color: #008cc1;
    opacity:0.8;
}
/* END BUTTONS */

/* TOP BAR */
.top-contact {
    font-size: 18px;
}
.subheader {
    background: #fff;
    padding: 0;
    overflow: hidden;
}
.top-contact a {
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 600;
}
.top-contact a:hover {
    color: #fff;
}
span#top-divider {
    color: #008cc1;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -2px;
}
span#top-phone {
    color: #008cc1;
    font-weight: 600;
}
.middle-align {
    position: relative;
    top: 0px;
}

.subheader li:before {
    content: '';
    margin: 0px;
    color: #fff;
}
.subheader-menu li {
    border-right: 2px solid white;
    padding: 0em 1em;
}
.subheader-menu li:last-child { 
    border-right:0px;
    border-right: none;
}
.subheader a, .site-info a {
    color: #008cc1;
    font-size: 18px;
    font-weight: 600;
}
.subheader a:hover, .site-info a:hover {
    color: #008cc1;
    border-bottom: 4px solid #99cc33;
    padding-bottom: 2px;
    height: 28px;
}
ul.social-networks {
    margin: 0;
    padding: 0;
}
ul.social-networks {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.top-social {
    /* float: right; */
    /* position: relative; */
    /* top: -20px; */
    display: inline-block;
}
.top-nav {
    float: right;
    vertical-align: middle;
}
.facebook {
    background: url(../../uploads/2016/11/facebook-mountain-ride.png);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.twitter {
    background: url(../../uploads/2016/11/twitter-mountain-ride.png);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.linked-in {
    background: url(../../uploads/2016/12/linkedin_social.png);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.routeshout {
    background: url(../../uploads/2022/01/bus-tracker.png);
    width: 40px;
    height: 40px;
    background-size: contain;
}
/* END TOP BAR */



/* HEADER */
header#masthead {
    background-color: #008cc1;
    border: none !important;
    padding-top: 5px;
    padding-bottom: 15px;
        position: relative;
    z-index: 99999;
}
p.site-description {
    display: none;
}
.site-branding {
    padding: 5px 0px;
    padding-left: 10px;
    max-width: none!important;
}
ul.social-networks svg {
    color: #333333;
}
ul.social-networks svg {
    color: #333333;
    font-size: 26px;
}
/* END HEADER */



/* SLIDER */
.vc_row.wpb_row.vc_row-fluid.home-slider {
    margin-top: 0px;
}
.full-width-text-layer, .full-width-text-layer * {width: 100% !important}
.full-width-text {min-width: 100% !important; max-width: 100% !important; white-space: normal !important}
span.second-full-text {
    font-size: 48px !important;
    font-weight: bold !important;
    text-align: right !important;
    float: right;
    overflow: visible;
    line-height: 70px !important;
    margin-right: 95px !important;
}
.full-width-text {
    overflow: hidden;
}
/* END SLIDER */


/* MAIN NAVIGATION MENU */
.main-navigation .sub-menu .current-menu-item > a, .archive-lists a:hover {
    color: #333 !important;
}
#primary-menu ul {
    margin-top: -5px;
}
.main-navigation .sub-menu a {
    padding: 4px 15px !important;
    display: block;
    text-align: left;
    color: #333;
    line-height: 20px;
    font-size: 12px;
}
.main-navigation a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 22px 40px;
    padding: 1.375rem 1.0rem;
}
.navbar {
    border: none;
}
.main-navigation > ul > li {
    border-right: 2px solid #ffffff;
    line-height: 0px;
    height: 15px;
    top: 9px;
    letter-spacing: 0.08em;
    padding-right: 1.1em;
    padding-left: 1.1em;
    padding-top: 0em;
}
.main-navigation a {
    display: block;
    color: #fff;
    padding: .3em .0em;
    font-weight: 600;
    line-height: 5px;
}
.main-navigation a:hover {
    color: #fff !important;
    border-bottom: 4px solid #99cc33;
    padding-bottom: 8px;
    height: auto;
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    position: absolute;
    top: 100%;
    left: -1px;
    top: 25px;
}
.main-navigation li:last-child { 
    border-right:0px;
    border-right: none;
}
.main-navigation .current-menu-item > a, .archive-lists a:hover {
    color: #fff !important;
}
.current-menu-item a {
border-bottom: 4px solid #99cc33;
    padding-bottom: 8px;
}
.google-translate {
    float: left;
    max-width: 115px;
    margin-top: 15px;
    margin-right: 15px;
}

.navScroll {
    position: fixed;
    z-index: 999;
    top: 35px;
    width: 100%;
}
.headerFixed {
    position: fixed !important;
}
.subScroll {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 0;
    max-height: 50px;
    margin-top: -15px;
    top: 0;
}
.navScroll .site-branding {
    padding: 0px 0;
}
.subScroll.subheader a:hover, .site-info a:hover {
    color: #fff;
    opacity: 0.8;
    border-bottom: 2px solid #99cc33;
    height: 28px;
}
.subScroll a {
    font-size: 12px !Important;
}
.subScroll .top-contact {
    margin-left: 15px;
}
.subScroll #top-phone {
    font-size: 12px;
}
.subScroll #top-divider {
    padding: 0;
    top: 0px;
}
.site-branding img {
    vertical-align: middle;
    position: absolute;
    top: -25px;
    left: 117px;
}
.subScroll .twitter {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}
.subScroll .linked-in {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}
.subScroll .routeshout {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}
.subScroll .top-social {
    top: -5px;
}
div#wpadminbar {
    z-index: -99;
}
/* END MAIN NAVIGATION MENU */



/* HOME SEARCH WHERE TO BOX */
input#wpgmza_input_to_2 {
    border: #333 solid 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}
input#wpgmza_input_from_2 {
    border: #333 solid 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wpgmaps_get_directions {
    background: #008cc1;
    color: #fff;
    border: none;
    padding: 15px 35px 15px 35px;
    width: 80%;
}
.wpb_text_column.wpb_content_element.blue-block-where-to h1 {
    color: #fff;
    font-size: 28px;
}
.wpb_text_column.wpb_content_element.blue-block-where-to {
    background: #8a0202;
    padding: 10px 45px;
    /* background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/11/search-mtn-rides.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 2.3%; */
    /* background-size: 6.5%; */
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.wpb_text_column.wpb_content_element.blue-block-where-to h1 {
    letter-spacing: 0.1em;
}
.where-to-home.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-left: 50px;
    width: 43%;
}
div#wpgmaps_directions_editbox_2 {
    padding: 15px;
}
div#wpgmaps_directions_edit_2 h2 {
    display: none;
}
/* END HOME SEARCH WHERE TO BOX */


/* INTERIOR HEADER ICONS */

.lostandfound-icon a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2019/02/lostfound-hover.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
   
}
.lostandfound-icon img:hover {
    opacity: 0;
}

.bus-schedule-icon-interior a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/bus-schedule-roll-over.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
padding-top: 25px;
}
.bus-schedule-icon-interior img:hover {
    opacity: 0;
}
.buy-passes-icon-interior a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/Buy-Passes-Mountain-Rides-ROLL-OVER.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
}
.buy-passes-icon-interior img:hover {
    opacity: 0;
}
.bus-tracker-icon-interior a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/bus-tracker-roll-over.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
}
.bus-tracker-icon-interior img:hover {
    opacity: 0;
}
.contact-us-icon-interior a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/contact-us-roll-over.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
}
.contact-us-icon-interior img:hover {
    opacity: 0;
}
.assistance-icon-interior a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/assistance-roll-over.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
}

.assistance-icon-interior img:hover {
    opacity: 0;
}

.lostandfound-icon-interior a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2019/02/lostfound-interior-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
}
.lostandfound-icon-interior img:hover {
    opacity: 0;
}

/* END INTERIOR HEADER ICONS */



/* HOME PAGE BLOCKS UNDER SLIDER */
.assistance-icon a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/assistance-roll-over.png);
    background-size: cover;
}
.assistance-icon img:hover {
    opacity: 0;
}

.contact-us-icon a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/contact-us-roll-over.png);
    background-size: cover;
}
.contact-us-icon img:hover {
    opacity: 0;
}
.buy-passes-icon a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/Buy-Passes-Mountain-Rides-ROLL-OVER.png);
    background-size: cover;
}
.buy-passes-icon img:hover {
    opacity: 0;
}

.bus-schedule-icon a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/bus-schedule-roll-over.png);
    background-size: cover;
}
.bus-schedule-icon img:hover {
    opacity: 0;
}
.bus-tracker-icon a:hover {
    background-image: url(https://www.mountainrides.org/site/wp-content/uploads/2016/12/bus-tracker-roll-over.png);
    background-size: cover;
}
.bus-tracker-icon img:hover {
    opacity: 0;
}


.home-blocks.wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
    padding: 0px !important;
}
.home_box_wrap {
    float: left;
    width: 18.8%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
}
.home_box_wrap .home_box_last {
    margin: 0 !important;
}
.home_box_icons a {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.05em;
    transition: all 0.5s linear;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.15em;
}
.home-blocks img{
transition: all .2s ease-in-out;
}
.home-blocks img:hover {
    transform: scale(1.1);
}

.home_box_icons a:hover {
    text-decoration: underline;
}
.wpb_column.vc_column_container.vc_col-sm-1 {
    width: 3% !important;
}

.footer-widget-area .widget {
    width: 30.00%;
    display: inline-block;
    margin-left: 3%;
    margin-right: -.28em;
    vertical-align: top;
}
/* END HOME PAGE BLOCKS UNDER SLIDER */



/* HOME MIDDLE BLOCKS 1/2 COLUMNS */
.home-tabs.home-tabs.vc_col-sm-6 {
    width: 43%;
    color: black;
}
.home-tabs p {
    font-weight: 600;
    font-size: 16px;
}
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #0182c0!important;
    color: #fff!important;
    font-size: 28px!important;
    border: none !important;
}
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #e3e3e3;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none !important;
    padding:25px;
}
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: #99cc33;
}
.home-middle-block-tabs.vc_tta-tab a {
    text-align: center;
}
.home-middle-block-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0;
    min-width: 33.33333%;
}
.home-middle-block-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0px;
}
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff!important;
    background: #008cc1;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff!important;
    background: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}
.home-middle-block-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0px;
}
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
    background-color: #ffffff;
}
/* END HOME MIDDLE BLOCKS */


/* HOME BOTTOM BLOCKS VAN POOL CAR POOL ETC */

.home-bottom-block a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.home-bottom-block a:hover {
    opacity:0.6;
}
.home-bottom-block p {
    margin: 0;
}
/* END HOME BOTTOM BLOCK VAN POOL CAR POOL ETC */


/* INTERIOR PAGE STUFF */
.center-tabs .vc_tta-panels-container {
    margin-top: 45px;
}
.center-tabs.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container, .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    text-align: center;
}
.site-content {
    max-width: 1230px;
    min-height: 400px;
    margin: 0 auto;
    padding: 30px 30px 50px 30px;
    padding: 1.875rem 1.875rem 3.125rem 1.875rem;
    position: relative;
    z-index: 1;
}
.content-wrapper {
    position: relative;
    height: auto;
    background-color: rgba(207, 206, 206, 0.55) !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #333 !important;
    font-weight: 600 !important;
}
.vc_separator.vc_separator_align_center h4 {
    padding: 0 .8em;
    font-size: 32px !important;
}
.single-interior-image img {
    width: 100%;
    border-bottom: 10px solid #99cc33;
    max-height: 475px;
}
.single-interior-image {
    position: relative;
    top: -100px;
    z-index: -99;
    overflow: hidden;
    margin-bottom: -100px;
}
.single-interior-icons {
    min-height: 100px;
    background: rgba(210, 215, 223, 0.78);
    overflow: visible;
    z-index: 99999;
}
.download_pdf_schedule a {
    background-color: #333 !important;
    color: #fff !important;
    border: none !important;
    background: #333 !important;
    padding: 20px 40px !important;
}
.download_pdf_schedule a:hover {
    background-color: #99cc33 !important;
}
.top-side-bar .widget-title {
    display: none;
}

.top-side-bar .current-menu-item a {
    text-decoration: underline;
}

.grid-2.icon-left {
    width: 13.3333% !important;
}

.interior-icon-wrapper {
max-width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
    overflow: hidden;
}
.icon-text-interior a {
    color: black;
    font-weight:bold;
}
.icon-left {
    text-align: center;
}
.grid-3.icon-left {
    float: left;
    width: 17%;
}
.wpb_text_column.wpb_content_element.departure-box-demand {
    /*border: #6fa334 solid 3px;
    padding: 15px;*/
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-galena {
    border: #ab1219 solid 3px;
    padding: 15px;
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-airport {
    border: #774b29 solid 3px;
    padding: 15px;
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-silver {
    /*border: #b3b0b0 solid 3px;
    padding: 15px;*/
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-bronze {
    /*border: #825207 solid 3px;
    padding: 15px;*/
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box {
    border: #008cc1 solid 3px;
    padding: 15px;
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-green {
    border: #6fa334 solid 3px;
    padding: 15px;
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-red {
    /*border: #ff5309 solid 3px;
    padding: 15px;*/
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-blue {
    /*border: #1e60c3 solid 3px;
    padding: 15px;*/
    font-size: 14px;
}
.wpb_text_column.wpb_content_element.departure-box-purple {
    /*border: #90298f solid 3px;
    padding: 15px;*/
    font-size: 14px;
}

.departure-box-all {
    padding: 15px;
    font-size: 14px;
    }
.departure-box-purple-inner {
    border: #90298f solid 3px;
    }
.departure-box-red-inner {
    border: #ff5309 solid 3px;
    }
.departure-box-blue-inner {
    border: #1e60c3 solid 3px;
    }
.departure-box-silver-inner {
    border: #b3b0b0 solid 3px;
    }
.departure-box-bronze-inner {
    border: #825207 solid 3px;
    }
.departure-box-demand-inner {
    border: #6fa334 solid 3px;
    }
.departure-box-galena-inner {
    border: #ab1219 solid 3px;
    }
.departure-box-airport-inner {
    border: #774b29 solid 3px;
    }
.departure-box-gold-inner {
    border: #FFD700 solid 3px;
    }
.departure-box-nemt-inner {
    border: #111787 solid 3px;
    }



button#wpgmza_use_my_location_from {
    background: transparent;
}
button#wpgmza_use_my_location_to {
    background: transparent;
}
/* END INTERIOR PAGE STUFF */

/* CONTACT FORM */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 70%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 25px;
}
/* END CONTACT FORMS */



/* FOOTER */
.widget .widget-title, .widget .widgettitle {
    font-size: 1.7875rem;
}
.site-footer {
    margin-top: 50px;
    margin-top: 0;
}
h3.widget-title {
    color: #008cc1;
}
.footer-menu-wrapper .footer-menu, .inside {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer .inside {
    max-width: 1170px;
}
footer#colophon {
    background-color: #333333;
}
.widget {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.textwidget a {
    color: #fff;
}
.textwidget a:hover {
    opacity:0.8;
}
.menu-quick-links-container a:before {
    content: "+";
    margin-right: 7px;
}
.menu-quick-links-container a {
    color: #fff;
}
.menu-quick-links-container a:hover {
    opacity:0.8;
}
.textwidget p {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.grids.footer-widget-area {
    padding-top: 25px;
}
.widget .widget-title, .widget .widgettitle {
    margin: 0;
}

.btn-enews {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    background: #008cc1;
    padding: 10px 35px 10px 35px;
    text-decoration: none;
    position: relative;
    top: 15px;
}

.btn-enews:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #008cc1);
  background-image: -moz-linear-gradient(top, #3cb0fd, #008cc1);
  background-image: -ms-linear-gradient(top, #3cb0fd, #008cc1);
  background-image: -o-linear-gradient(top, #3cb0fd, #008cc1);
  background-image: linear-gradient(to bottom, #3cb0fd, #008cc1);
  text-decoration: none;
}
.site-info {
    background: #1c1d1c;
    display: none;
}
.bottom-social {
    margin-top: 40px;
}
/* END FOOTER */



/* VISUAL COMPOSER */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
.vc_col-has-fill>.vc_column-inner {
    padding-top: 0px !important;
}
/* END VISUAL COMPOSER */


.sub-menu a:hover {
    color: #333 !important;
}
ul#menu-valley-route-links {
    text-align: center;
}


/* BASS CSS CODE OLD SITE */
td.main-time-td {
    padding: 15px !important;
}
.RouteTable td {
    padding: 3px 0px 3px 3px !important}

.ContentClass, .ContentClass td
    {
    font-family: Verdana, san-serif;
    font-size: 13px;
    line-height: 16px;
    color: #2d4600 !important;
    text-align: left;
    }
    
.ContentClass a:link, .ContentClass a:visited
    {
    font-family: Verdana, san-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: left;

    color: #a66612;
    text-decoration: underline;
    outline: 0px;
    }
    
.ContentClass a:hover
    {
    color: #a66612;
    text-decoration: none;
    outline: 0px;
    }


.Header
    {
    font-family: Arial, san-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 5px;
    }    

.RouteHeader
    {
    font-family: Arial, san-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    }    

.RouteTable
    {
    border: 0px;
    border-spacing:0;
    border-collapse:collapse;
    }
    
.DirectionBigHeader
    {
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 135%;
    padding-left: 20px; 
    }
    
.DirectionMediumHeader
    {
    font-variant: small-caps;
    padding: 10px 0px 15px 20px;
    font-weight: bold;
    font-size: 110%;
    }
    
.LeftWhiteHeader, .LeftWhiteHeader a:link, .LeftWhiteHeader a:visited
    {
    font-family: Tahoma, san-serif;
    font-size: 14px;
    color: white;
    font-weight: bold;
    }
.StandardTable, .StandardTable td
    {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    }
    
.StandardTable td
    {
    border-collapse: collapse;
    }


    

.ContentClass ul
    {
    padding: 0px 0px 0px 40px;
    margin: 0px;
    }

.ContentClass li
    {
    padding: 0px;
    margin: 0px;
    }    



.adp-directions, .adp-directions td
    {
    font-family: Verdana, san-serif;
    font-size: 13px;
    line-height: 16px;
    color: #003e6f !important;
    text-align: left;
    }
td.adp-substep
    {
    padding-bottom: 20px !important;
    }

        
    
    
    
.recaptchatable *
    {
   font-family: Verdana, san-serif !important;
    }

.ColumnDivWrapper
    {
    float: left;
    text-align: center;
    }

.RouteGroupButtons
    {
    border-radius: 5px;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px 0px 15px 0px;
    font-size: 22px;
    font-weight: bold;
    height: 75px;
    }
    
.RouteGroupButtons a:link, .RouteGroupButtons a:visited
    {
    text-decoration: underline;
    }
    
.RouteGroupButtons a:link, .RouteGroupButtons a:visited
    {
    text-decoration: none;
    }
    
@media screen and (min-width: 951px) and (max-width: 1279px)
    {
    .RouteGroupButtons
        {
        font-size: 18px;
        }
    } 

@media screen and (min-width: 850px) and (max-width: 950px)
    {
    .RouteGroupButtons
        {
        font-size: 15px;
        }
    } 
    
.CurrentRouteGroup
    {
    background-color: #faa028;
    /*line-height: 40px;*/
    padding-bottom: 15px;
    }
    
.CurrentRouteGroup a:link, .CurrentRouteGroup a:visited, .CurrentRouteGroup a:hover
    {
    text-decoration: none;
    }

.NotCurrentRouteGroup
    {
    background-color: #bfdaee;
    }
    
.NotCurrentRouteGroup a:link, .NotCurrentRouteGroup a:visited
    {
    text-decoration: underline;
    }

.NotCurrentRouteGroup a:hover
    {
    text-decoration: none;
    }

#button_wrappers
    {
    width: 90%;
    float: left;
    }
    
    
#arrow_left_div
    {
    padding-top: 10px;
    text-align: left;
    float: left;
    width: 5%;
    }
    
#arrow_right_div
    {
    padding-top: 10px;
    text-align: right;
    float: left;
    width: 5%;
    }
/* END BASS CSS CODE OLD SITE */




/* BASS CSS CODE ADDED ON CONVERSION TO NEW SITE */
#transit_search_button
    {
    background: #008cc1;
    color: #fff;
    border: none;
    padding: 15px 35px 15px 35px;
    width: 80%;
    }

#transit_search_form_start, #transit_search_form_end, #transit_search_form_start_list, #transit_search_form_end_list
    {
    width: 100%;
    }
    
#transit_search_form_start, #transit_search_form_end
    {
    min-height: 40px;
    }
    
#transit_search_form_start, #transit_search_form_end, 
    {
    border: #333 solid 1px;
    }
    
#transit_search_wrapper
    {
    padding: 15px;
    }
    
.BadTransitSearchResults, .SearchAgain
    {
    display: none;
    }
    
.SearchAgain
    {
    border: 1px solid rgb(178, 178, 178);
    margin-top: 50px;
    padding: 15px;
    }
    
#start_crosshairs:hover, #end_crosshairs:hover
    {
    cursor: pointer;
    cursor: hand;
    }
    
.fa-crosshairs
    {
    padding-left: 3px;
    }

/* END BASS CSS CODE ADDED ON CONVERSION TO NEW SITE */


/* BASS CSS CODE ADDED FOR RESPONSIVE TABLES */
.StopTD
    {
    white-space: nowrap;
    display:inline-block; 
    border: 0px; 
    vertical-align: top;
    }
    
@media screen and (min-width: 700px) and (max-width: 849px) 
    {
    .StopTD
        {
        width: 250px;
        white-space: normal;
        }    
    }

@media screen and (min-width: 600px) and (max-width: 699px) 
    {
    .StopTD
        {
        width: 200px;
        white-space: normal;
        }    
    }

@media screen and (min-width: 500px) and (max-width: 599px) 
    {
    .StopTD
        {
        width: 150px;
        white-space: normal;
        }    
    }
@media screen and (max-width: 499px) 
    {
    .StopTD
        {
        width: 120px;
        white-space: normal;
        }    
    }
    
#full_timetable_wrapper
    {
    width: 100%;
    }
    
#full_timetable_wrapper_loading
    {
    text-align: center;
    }
    
#full_timetable_wrapper.img
    {
    max-width: 100%;
    }
/* END BASS CSS CODE ADDED FOR RESPONSIVE TABLES */














/* NEW UPDATES */
.page .site-branding img {
    max-width: 120px;
}
.home .site-branding img {
    max-width: 520px;
}

.subScroll {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 0;
    max-height: 50px;
    margin-top: 0px;
    top: 0;
    height: 100%;
}
.navScroll {
    position: fixed!important;
    z-index: 999;
    top: 35px;
    width: 100%;
}
.navScroll .site-branding img {
    vertical-align: middle;
    position: absolute;
    top: -33px;
    left: 125px;
    max-width: 100px;
}
.subScroll ul.social-networks {
    position: relative;
    top: 3px;
}
.subScroll .top-contact {
    margin-left: 15px;
    position: relative;
    top: 3px;
}


.home-middle-block-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0;
    min-width: 50%;
    margin: 0!important;
}
.vc_row.wpb_row.vc_row-fluid.home-bottom-tabs {
    max-width: 1533px;
    margin: 0 auto!important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #e3e3e3!important;
    background-color: #333333!important;
    color: #fff!important;
    font-size: 28px!important;
    border-radius: 0px!important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: #0182c0!important;
}


.subheader .inside {
    max-width: 1110px;
}
.top-contact p {
    margin: 0;
}
.main-navigation {
    float: right;
    margin-right: 15px;
}
nav.subheader-menu-wrap {
    display: inline-block;
}
.inside.top-area {
    float: right;
    min-width: 1100px;
    margin-right: 25px;
}
.top-contact a {
    text-transform: none;
}
.navigation {
    display: flex;
    align-items: center;
}
ul.social-networks li {
    list-style: none;
}
ul.social-networks li {
    margin-left: 8px;
    margin-right: 8px;
}
ul#subheader-menu {
    margin-right: 15px;
}


.subheader .subheader-menu-wrap li:before {
    content: '';
    margin: 0px;
    color: #fff;
    content: '';
    margin: 0px;
    color: #fff;
    border-left: 3px solid #008cc1;
    height: 15px;
    position: relative;
    margin-left: 0;
    top: -1px;
    right: 13px;
}




/* HOME SERVICE ICON CSS */
.wpc-service-wrap:hover > .bg-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
}
.wpc-service-wrap {
    cursor: pointer;
}
.wpc-service-text {
    letter-spacing: 0.05em;
    font-size: 22px;
}
.service-box-wrapper .vc_column-inner {
    padding-right: 7px!important;
    padding-left: 7px!important;
    margin-top: 14px!important;
}
h2.wpc-service-title {
    color: #fff;
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 22px;
}
.wpc-service-wrap {
    min-height: 235px;
    position: relative;
}
.service-overlay a {
    color: #fff;
}

.service-overlay {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
    opacity: 1;
    color: #fff;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    z-index: 999999999;
}
.wpc-service-wrap:hover > .service-overlay {
    opacity: 1;
}

.wpc-service-wrap:hover > .service-overlay {
    background-color: transparent!important;
}


.service-overlay {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    flex-direction: column;
}
.service-overlay ul {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
.service-overlay a {
    letter-spacing: 0.05em;
    font-size: 22px;
}
.service-overlay a:hover {
    text-decoration: underline;
}




/* MOBILE DEVICES */

@media screen and (max-width: 1920px) {
.home-tabs.home-tabs.vc_col-sm-6 {
    width: 43%;
    color: black;
    margin-left: 95px;
}
span.second-full-text {
    font-size: 48px !important;
    font-weight: bold !important;
    text-align: right !important;
    float: right;
    overflow: visible;
    line-height: 70px !important;
    margin-right: 350px !important;
}
}

@media screen and (max-width: 1700px) {
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    font-size: 12px;
}

.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    font-size: 12px;
    padding: 25px 10px;
}

}


@media screen and (max-width: 1480px) {
.home-tabs.home-tabs.vc_col-sm-6 {
    width: 43%;
    color: black;
    margin-left: 0px;
    float: right;
    margin-right: 25px;
}
span.second-full-text {
    font-size: 48px !important;
    font-weight: bold !important;
    text-align: right !important;
    float: right;
    overflow: visible;
    line-height: 70px !important;
    margin-right: 95px !important;
}
}

@media screen and (max-width: 1428px) {
.top-contact {
    text-align: right;
}
}


@media screen and (max-width: 1280px) {
.home-tabs.home-tabs.vc_col-sm-6 {
    width: 43%;
    color: black;
    margin-left: 0px;
}
.where-to-home.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 43%;
}


}

@media screen and (max-width: 1250px) {
.main-navigation a {
    font-size: 14px;
}
.main-navigation .primary-menu > li:first-child a {
    padding-left: 0px !important;
}

}

@media screen and (max-width: 1200px) {
.single-interior-icons {
    display: none;
}

}


@media screen and (max-width: 1150px) {
.main-navigation a {
    font-size: 13px;
}
}

@media screen and (max-width: 1050px) {
.main-navigation {
    display: none;
}
#advanced_menu_toggle {
    display: inline-block;
    cursor: pointer;
    font-size: 30px;
    margin: 0 0px 0px 20px;
    color: #2f322b;
    position: relative;
    top: 7px;
}
.subheader {
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
    display: block;
}
}


@media screen and (max-width: 780px) {
 html {
    margin-top: 0px !important;
}   
   .inside.top-area {
    float: none;
    min-width: auto;
    margin-right: 0px;
    text-align: center;
}
.top-social {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}
.top-social {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 5px;
}
.site-branding img {
    vertical-align: middle;
    position: absolute;
    top: -33px;
    left: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vc_row.wpb_row.vc_row-fluid.home-middle-block.vc_custom_1586886823112.vc_row-has-fill.vc_general.vc_parallax.vc_parallax-content-moving {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

nav.subheader-menu-wrap {
    margin-top: 5px;
}
span#top-divider {
    display: none;
}
.top-contact a {
    display: block;
    margin-bottom: 5px;
} 
    
.navScroll {
    position: fixed;
    z-index: 999;
    top: 0px;
    width: 100%;
}
.grid-3.icon-left {
    width: 33%;
    margin: 0 auto;
    text-align: center !important;
}
.grid-3.icon-left {
    float: n;
    width: 17%;
}
.grid-3.icon-left {
    float: none;
    width: 33%;
    margin: 0 auto;
    text-align: center;
}
.icon-interior {
    float: none;
}
.icon-text-interior {
    float: none;
    font-weight: 600;
    padding-left: 0px; 
}
div#mobile-wrapper {
    z-index: 9999999;
}


.home-tabs.home-tabs.vc_col-sm-6 {
    width: 100%;
}
header#masthead {
    padding-bottom: 40px;
}
.site-branding #advanced_menu_toggle {
    top: 0px;
    color: #fff;
}
nav#site-navigation {
    display: none;
}
.home_box_icons .vc_col-sm-2 {
    width: inherit !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-widget-area .widget {
    width: auto;
    display: inline-block;
    margin-left: 3%;
    margin-right: -.28em;
    vertical-align: top;
}

.btn-enews {
    font-size: 16px;
}

.navScroll .site-branding img {
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 50px;
    max-width: 75px;
}
.navScroll .site-branding #advanced_menu_toggle {
    top: 15px;
    color: #fff;
}
}


@media screen and (max-width: 375px) {
    
ul.social-networks {
    margin-top: 10px;
}
.where-to-home.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-left: 0;
    width: 100%;
}
.home-tabs.home-tabs.vc_col-sm-6 {
    width: 100%;
    color: black;
    margin-left: 0px;
    float: right;
    margin-right: 0;
}
.home-middle-block-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff !important;
    background: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.google-translate {
    float: none;
    max-width: none;
    margin-top: 0px;
    text-align: center;
    margin: 0 auto;
}
span#top-divider {
    display: none;
}
.top-contact {
    font-size: 18px;
    text-align: center;
}
.middle-align {
    position: relative;
    top: 0px;
}
.top-social {
    float: none;
    position: relative;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: center;
    top: -5px;
}
.top-nav {
    float: none;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.single-interior-icons {
    display: none;
}


}

/* MOBILE DEVICES */


.top-social svg {
    top: 0px;
    position: relative;
}


/* GREYHOUND DESIGN CUSTOM CLASSES */
.CustomRouteInfoTable td
    {
    padding: 4px 8px !important;
    line-height: 14px;
    }

.google-translate{
	display: none;
}

.home-where-to {
    float: left;
    width: 100%;
}
.redBtn{margin-top:60px;}
.redBtn a{font-size:26px !important} 
.redBtn a:hover{background:#000 !important}