/*
Theme Name: Shift2Rail
Author:
Author URI:
Description: Made for the Shift2Rail Website
Version: 1.0
License:
License URI:
Theme URI:
Tags: white, blue, light, one-column, two-columns, responsive-layout, right-sidebar, left-sidebar, custom-header, custom-menu, editor-style, featured-images, post-formats, translation-ready
*/

/* FONTS */
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Book.woff2") format("woff2"),
    url("fonts/Gotham-Book.woff") format("woff"),
    url("fonts/Gotham-Book.ttf") format("truetype"),
    url("fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.eot");
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Bold.woff2") format("woff2"),
    url("fonts/Gotham-Bold.woff") format("woff"),
    url("fonts/Gotham-Bold.ttf") format("truetype"),
    url("fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.eot");
  src: url("fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Thin.woff2") format("woff2"),
    url("fonts/Gotham-Thin.woff") format("woff"),
    url("fonts/Gotham-Thin.ttf") format("truetype"),
    url("fonts/Gotham-Thin.svg#Gotham-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.eot");
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Light.woff2") format("woff2"),
    url("fonts/Gotham-Light.woff") format("woff"),
    url("fonts/Gotham-Light.ttf") format("truetype"),
    url("fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.eot");
  src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Medium.woff2") format("woff2"),
    url("fonts/Gotham-Medium.woff") format("woff"),
    url("fonts/Gotham-Medium.ttf") format("truetype"),
    url("fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Black.eot");
  src: url("fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Black.woff2") format("woff2"),
    url("fonts/Gotham-Black.woff") format("woff"),
    url("fonts/Gotham-Black.ttf") format("truetype"),
    url("fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-BoldItalic.woff2") format("woff2"),
    url("fonts/PTSans-BoldItalic.woff") format("woff"),
    url("fonts/PTSans-BoldItalic.ttf") format("truetype"),
    url("fonts/PTSans-BoldItalic.svg#PTSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Bold.woff2") format("woff2"),
    url("fonts/PTSans-Bold.woff") format("woff"),
    url("fonts/PTSans-Bold.ttf") format("truetype"),
    url("fonts/PTSans-Bold.svg#PTSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Regular.woff2") format("woff2"),
    url("fonts/PTSans-Regular.woff") format("woff"),
    url("fonts/PTSans-Regular.ttf") format("truetype"),
    url("fonts/PTSans-Regular.svg#PTSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Italic.woff2") format("woff2"),
    url("fonts/PTSans-Italic.woff") format("woff"),
    url("fonts/PTSans-Italic.ttf") format("truetype"),
    url("fonts/PTSans-Italic.svg#PTSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Global Styling
-------------------------------------------------------------- */
body {
  /*background: url(images/light_noise_diagonal.png) repeat #f0f0f0;*/
  font-family: "Gotham", "PT Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 13px;
  line-height: 150%;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #004a8b;
}
a:hover {
  text-decoration: none;
}
.entry-meta {
  display: none;
}
button.btn.green a {
  color: #27ae60;
}
button.green {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #27ae60;
  background-color: #fff;
}
button.green:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #27ae60;
}
button.btn.green:hover > a {
  color: #fff !important;
}
.uppercase {
  text-transform: uppercase;
}
.rsImg {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sticky {
}
.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px -3px rgba(0, 0, 0, 0.2);
}
a#search-mobile {
  position: absolute;
  top: 35px;
  right: 40px;
}
form.mobile-search {
  margin: 0;
}
form.mobile-search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.popover-content input {
  width: auto;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.loader {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url("images/ajax-loader.gif") center no-repeat #fff;
}

/* Start Header
-------------------------------------------------------------- */
h1#site-description {
  font-size: 30px;
  font-weight: bold;
  margin-top: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #27ae60;
}
#logo {
  padding-bottom: 30px;
}
#logo a#logo_link {
  float: left;
  padding-right: 20px;
}
nav {
  /*background: #3498db;
    margin-bottom: 30px;
    height:50px;
    z-index: 999;*/
}
nav#nav-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
}
nav.nav-collapse {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#menu-main-menu-1 li:first-child a {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
ul.sub-menu li:first-child a,
ul.sub-menu li:first-child a:hover {
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#header-container {
  padding-bottom: 30px;
  background: #fff;
}
#borders {
  padding: 30px;
  background: #fff;
}
#nav-container.f-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 1110px;
}
nav ul {
  list-style: none;
}
nav ul#menu-main-menu-1 ul.sub-menu {
  position: absolute;
  z-index: 999;
  display: none;
  margin-left: 0;
  border-bottom: 1px solid #fff;
  background: rgba(52, 152, 219, 0.8);
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
}
nav ul#menu-main-menu-1 ul.sub-menu li {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
ul#menu-main-menu-1 ul.sub-menu li a {
  display: block;
  padding: 15px 20px;
}
nav ul#menu-main-menu-1 li:hover > ul.sub-menu {
  display: block;
}
.navbar {
  margin-bottom: 0;
}
#main-menu .nav li a {
  font-size: 14px;
  color: #fff;
}
#main-menu .nav li a:hover {
  background: #2980b9;
}
.navbar-search .search-query {
  margin-top: 5px;
  padding: 5px 10px;
}
#fp7-eu {
  padding-bottom: 30px;
  text-align: right;
}

#fp7-eu img {
  height: 70px;
}
.abWhiteBox {
  padding: 8px;
  color: #2c3e50;
  background: rgba(255, 255, 255, 0.7);
}
.abWhiteBox h3 {
  margin-top: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
/*.sub-menu .current-menu-item a,
li.current-menu-parent > a {
    background: #2980b9;
}*/
nav ul#menu-main-menu-1 ul.sub-menu .sub-menu {
  width: 180px;
  margin-top: -51px;
  margin-left: 183px;
}
#menu-main-menu-1 {
  margin: 0;
}

/* Start Sidebar
-------------------------------------------------------------- */
/*#secondary aside,
#home-founders {
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #3498db;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
}*/
/*#secondary aside h3,
#home-founders h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0 10px 0 35px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    background: #3498db;
}*/
/*#home-founders {
    height: 189px;
}
#secondary aside.s2r-shared-news h3 {
    background-color: #01757c ;
}
#secondary aside.s2r-shared-news,
#secondary aside.widget_rss {
    border-color: #01757c ;
}*/
aside.widget i {
  margin: 8px;
}
aside.widget p {
  padding: 20px;
}
i.icon-exclamation-orange {
  background-image: url("images/orange-exclamation.png");
  background-position: 0;
}
div#prev i,
div#next i {
  border: 5px solid #08c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #08c;
}
div#prev a,
div#next a {
  color: #fff;
}
div.pad {
  padding-top: 10px;
  text-align: center;
}
.widget_recent_entries ul li a {
  display: block;
}
.s2r-shared-news img {
  vertical-align: top;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* Start Content
-------------------------------------------------------------- */
.main-block {
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #27ae60;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
}
a.more {
  font-weight: bold;
  padding: 4px 12px;
  color: #27ae60;
  border: 2px solid #27ae60;
  border-radius: 10px;
}
a.more:hover {
  color: #fff;
  background: #27ae60;
}
/*article.post {
    padding: 0 10px;
}*/
article.post p {
  /*padding: 0 0 15px;*/
}
article.post p.breadcrumb {
  padding: 8px 15px;
}
header.entry-header {
  padding: 0;
  margin: 0;
}
h1.entry-title,
h3.entry-title {
}
h3.entry-title {
}
article .entry-content {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
#new-royalslider-2 .rsArrow {
  height: 135px !important;
}
.post-content {
  padding: 0 10px 10px 10px;
}
.post-content input {
  padding: 12px;
}
.featured-image {
  padding: 13px 0 10px 10px;
}
.home .featured-image {
  padding: 0 0 0 10px;
}
/*.home .post {
    margin-bottom: 20px;
}*/
.home #content .post-content {
  padding: 0 10px 20px 0;
}
.home .post-content {
  padding: 0 20px 20px 20px;
}
.row-fluid#ip {
  margin-bottom: 20px;
  background: url(images/blue-bg.png) repeat-x 0 100px;
}
#home-about {
  margin-top: 30px;
}
#home-about h2#ip {
  margin-top: 0;
}
#home-about .post {
  margin-top: 8px;
}
h2#ip {
  font-weight: normal;
  margin-bottom: 15px;
  color: #08c;
}
.blog .read-more {
  margin: 0 10px 20px 0;
}
.btn a,
.btn a:hover,
.btn a:focus {
  font-weight: bold;
  color: #fff;
}
ul#home-latest-news,
ul#home-next-events {
  margin: 0;
  list-style: none;
}
.post-content h3 {
  margin: 20px 0 10px 0;
}
.meta {
  padding: 0 0 20px 10px;
}
article.post .meta p,
article.post .post-meta {
  font-weight: bold;
  padding-bottom: 10px;
  color: #08c;
}
.meta a {
  text-decoration: underline;
}
p.location {
  font-weight: bold;
}
.abWhiteBox {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

h4.ip {
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #27ae60;
  border: 4px solid #08c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
}
h4.ip:hover {
  color: #fff;
  background: #08c;
}
#ip-container {
  margin: 20px 0;
}
#ip a p {
  font-weight: bold;
  line-height: 130%;
  margin-top: 10px;
  text-align: center;
  background: #fff;
}
article.news {
  display: table;
}
.separator {
  margin: 0 10px 20px 10px;
  border-bottom: 1px solid #ccc;
}
.navigation .pull-left {
  margin: -10px 0 20px 10px;
}
.navigation .pull-right {
  margin: -10px 10px 20px 0;
}
.gmap {
  margin-top: -30px;
}
.addthis_button_tweet {
  width: 85px;
}
.addthis_button_google_plusone {
  width: 65px;
}
.addthis_button_linkedin_counter {
  width: 105px;
}
.new_royalslider_widget {
  padding-bottom: 5px;
}
.accordion-heading .accordion-toggle {
  font-weight: bold;
}
#calendar_wrap {
  padding: 5px 10px;
}
#wp-calendar {
  width: 100%;
  margin-top: 10px;
}
#wp-calendar td {
  text-align: center;
}
#wp-calendar td a {
  padding: 5px;
  color: #fff;
  background: #08c;
}
.wpcf7-text {
  min-width: 80%;
}
.wpcf7-list-item input {
  margin: 0;
}
.wpcf7-form-control-wrap textarea {
  min-width: 80%;
}
article.events .post-meta {
  padding: 0;
}
article.event-content {
  padding: 10px 20px;
}
#founders .item,
#promoters .item {
  width: 193px;
  height: 97px;
  margin: 4px 2px 0;
  border: 1px solid #ccc;
}
.promoters #promoters_select {
  float: right;
}
.promoters #promoters_select input {
  margin: -3px 5px 0 10px;
}
#promoters_select button {
  margin-right: 10px;
}
.rsContentSlider h3,
.rsContentSlider p {
  display: none;
  width: 100% !important;
  margin: 0 !important;
}
.abWhiteBox h3,
.abWhiteBox p {
  display: block;
}
#home-news .navajax,
#home-events .navajax {
  bottom: 10px;
  margin: 15px 0 5px 0;
  padding: 4px 0;
  border: none;
}
#home-news .navajax a,
#home-events .navajax a {
  padding: 8px 12px;
  color: #27ae60;
}
button.navajax.pull-left {
  left: 20px;
}
button.navajax.pull-right {
  right: 20px;
}
#menu_cont {
  line-height: 1;
  z-index: 200;
  display: none;
  float: right;
  overflow: hidden;
  width: 34px;
  height: 34px;
  margin-top: 25px;
}
select#menu {
  padding: 0 0 0 34px;
  border: none;
  background: url("images/menu-icon.png") no-repeat;
}
select#menu:focus {
  border: 0;
  outline: none;
}
#menu_search {
  display: none;
  float: right;
  overflow: hidden;
  width: 34px;
  height: 28px;
  margin: 0 10px 0 0;
  background: url("images/menu-search-icon.png") no-repeat;
}
#menu_search form {
  display: none;
}

#news_btn_next,
#news_btn_prev,
#events_btn_next,
#events_btn_prev {
  font-weight: bold;
  margin-top: 20px;
  color: #27ae60;
}
#home-slide {
  height: 400px;
}
#s2r-shared-news p.tagline,
aside.widget_rss h3 {
  font-style: italic;
  padding: 5px 10px;
  color: #0995a1;
  border-bottom: 1px solid #0995a1;
}
.rss-date {
  display: block;
}
.rsVideoContainer {
  background: #000;
}
.rsVideoContainer img.rsImg {
  width: auto;
  height: 424px;
  margin: 0 auto;
}
input.wpcf7-submit {
  padding: 4px 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #27ae60;
  border: 2px solid #27ae60;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
input.wpcf7-submit:hover {
  color: #fff;
  background: #27ae60;
}

/* Start Footer
-------------------------------------------------------------- */

.footer-inner {
  padding: 30px 0;
}
.footer-bot {
  font-size: 12px;
  color: #fff;
  border-top: 3px solid #3498db;
  background: #333;
}
.footer-bot a {
  color: #ccc;
}
input.mc_input {
  padding: 5px 12px !important;
  color: #ddd;
}
.mc_signup_submit {
  margin-top: 10px;
}
.mc_signup_submit input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ccc;
  border: 1px solid #ccc;
  background: #46494b;
}
.mc_signup_submit input:hover {
  color: #444;
  background: #ccc;
}
footer .button-primary {
  margin-top: 10px;
}
p.footer-contact {
  padding-left: 20px;
}
.copyright {
  padding: 20px 0;
}
.footer-inner h3.widget-title {
  font-size: 16px;
  text-transform: uppercase;
}
.footer-bot .to-top {
  height: 60px;
  padding: 0 28px;
  border-top: 1px solid #3498db;
  background: #3498db;
}
.footer-bot .icon-chevron-up {
  margin-top: 25px;
}
#rememberme {
  margin-top: -2px;
}
#footer-border {
  padding: 0 20px;
  background: #46494b;
}
#footer-bot-border {
  padding: 0 20px;
  border-top: 2px solid #3498db;
  background: #333;
}
#mc_signup_form .mc_input {
  background: #46494b;
}
input.lock {
  padding: 5px 10px 5px 30px;
  background: url(images/lock-icon.png) #ddd no-repeat 10px;
}
input.lock:hover {
  background-position: 10px;
}
.mc_merge_var input {
  width: 90%;
}
.social-icon {
  padding-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon:hover {
  opacity: 0.5;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text: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-size: 0.875rem;
  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. */
}

.eventon_fc_days .evo_fc_day.has_events {
  color: #004a8b !important;
}

/* ---------- Event buttons fix for 5th to 10th buttuns ---------- */
.event_single .wrap--buttons .btn:nth-child(5) a {
	background-color: #1C4D5E;
}

.event_single .wrap--buttons .btn:nth-child(6) a {
	background-color: #4F1C5E;
}

.event_single .wrap--buttons .btn:nth-child(7) a {
	background-color: #5E2E1C;
}

.event_single .wrap--buttons .btn:nth-child(8) a {
	background-color: #1C2C5E;
}

.event_single .wrap--buttons .btn:nth-child(9) a {
	background-color: #585E1C;
}

.event_single .wrap--buttons .btn:nth-child(10) a {
	background-color: #2D383B;
}
