{
    "old_sidebars_widgets_data": {
        "value": {
            "wp_inactive_widgets": [],
            "sidebar-1": [
                "block-2",
                "block-3",
                "block-4"
            ],
            "sidebar-2": [
                "block-5",
                "block-6"
            ]
        },
        "type": "global_variable",
        "user_id": 1,
        "date_modified_gmt": "2024-02-07 00:47:16"
    }
}

:root .has-vivid-red-color {
  color: #EE4B2B;
}
:root .has-luminous-vivid-orange-background-color {
  margin-left: 5px;
  background-color: #fe5305;
  margin-right: 5px;
  border-radius: 10px;
}
body {
  background-color: #1c1e21;
}
.single-content p {
  margin-bottom: 1em !important;
}
:root .has-black-color {
  color: #f0f0f1;
}




@media (min-width: 768px) 
{
	.has-sidebar .content-container {
    padding-left: 100px !important;
    padding-right: 100px !important;
padding-top: 0px;
padding-bottom: 0px;
}
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 1em 0 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #39FF14;
  line-height: 1.25em !important;
}
.entry-content {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #e4e6eb !important;
}
p.has-background {
  padding: 0.5em;
  word-wrap: break-word;
}
@media (min-width: 480px) {
  
  .text-md-right {
    text-align: justify !important;
    font-size: 82% !important;
    line-height: 1.15em;
  }
}



@media (max-width: 768px) {
  .content-container.site-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  h2.has-medium-font-size,
  h3.has-medium-font-size,
  h4.has-medium-font-size,
  h5.has-medium-font-size,
  h6.has-medium-font-size {
    font-size: 1.1em !important;
    font-weight: 500;
    word-wrap: break-word;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: -15px;
    padding-left: 1em;
    text-decoration: none;
  }
  h2.has-medium-font-size.has-text-align-center,
  h3.has-medium-font-size.has-text-align-center,
  h4.has-medium-font-size.has-text-align-center,
  h5.has-medium-font-size.has-text-align-center,
  h6.has-medium-font-size.has-text-align-center {
    align-items: left !important;
    font-size: 1.1em !important;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0px;
    padding-left: 0em;

    text-decoration: none;
  }
  h2.has-normal-font-size,
  h3.has-normal-font-size,
  h4.has-normal-font-size,
  h5.has-normal-font-size,
  h6.has-normal-font-size {
    font-size: 1.1em !important;
    font-weight: 600;
    word-wrap: break-word;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: -15px;
    padding-left: 1em;
    text-decoration: none;
  }
  h2.has-normal-font-size.has-text-align-center,
  h3.has-normal-font-size.has-text-align-center,
  h4.has-normal-font-size.has-text-align-center,
  h5.has-normal-font-size.has-text-align-center,
  h6.has-normal-font-size.has-text-align-center {
    font-size: 1.1em !important;
    font-weight: 600;
    word-wrap: break-word;
    display: table;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: -15px;
    padding-left: 1em;

    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  h2.has-medium-font-size,
  h3.has-medium-font-size,
  h4.has-medium-font-size,
  h5.has-medium-font-size,
  h6.has-medium-font-size {
    font-size: 1.1em !important;
    text-decoration: underline;
    word-wrap: break-word;
    border-radius: 5px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  p {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    line-height: 1.35em;
    font-size: 85%;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 0.1em;
    margin-right: 0.1em;
    line-height: 1.35em;
    font-size: 100%;
  }
}
a:link {
  color: #29b6f6;
}
a:visited {
  color: #29b6f6;
}
a:hover {
  color: #39FF14;
}
a:active {
  color: #39FF14;
}
:root .has-vivid-cyan-blue-color {
  color: #29b6f6;
}
a:not([href]):not([tabindex]) {
  color: lightyellow;
  text-decoration: none;
}

/** List Item ***/
.single-content li>ol, .single-content li>ul {

    margin-top: 0.1em !important;
	margin-bottom: 0.1em !important;
}

.route-menu {
  margin-top: 1em !important;
  font-size: 85%;
  border: 3px solid cyan;
  border-radius: 10px;
  background-color: #0a0317;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 0.4em;
  padding-left: 0.5em;
}
.route-menu .has-vivid-red-background-color {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0.4em !important;
  margin-top: 1em;
  font-size: 1.2em;
  margin-left: 6px;
  margin-right: 6px;
}



/** **/

.bottom-page {
  margin-top: 1em !important;
  font-size: 0.85em !important;
  border: 3px solid cyan;
  border-radius: 10px;
  background-color: #0a0317;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 1em !important;
}
.bottom-page li {
  color: lightblue;
}
@media (min-width: 340px) and (max-width: 600px) {
  .bottom-page {
    margin-right: -8px;
    margin-left: -8px;
    font-size: 85%;
  }
  .bottom-page .wp-block-columns {
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap !important;
    word-break: break-word;
    font-size: 85%;
  }
  .bottom-page ul li,
  ol li {
    line-height: 1.55em;
  }
  .bottom-page .single-content li>ol,
  .single-content li>ul {
    margin-left: 1em;
    padding-left: 1em;
  }
}
.bottom-page a {
  color: lightblue;
}
.bottom-page a:id {
  color: lightblue;
  text-decoration: underline;
}
.bottom-page a:link {
  color: lightblue;
  text-decoration: underline !important;
}
.bottom-page a:visited {
  color: lightblue;
}
.bottom-page a:hover {
  color: yellowgreen;
  text-decoration: none;
}
.bottom-page a:active {
  color: yellowgreen;
}
.bottom-page .has-vivid-red-background-color {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0.4em !important;
  margin-top: 1em;
  font-size: 1.2em;
  margin-left: 3%;
  margin-right: 3%;
}
.bottom-page   .wp-block-kadence-form,
.single-content .wp-block-group,
[class*=__inner-content] {
  margin-top: 1em;
  margin-bottom: 1em !important;
}
@media screen and (max-width: 768px) {
  .bottom-page {
    font-size: 1em;
    line-height: 1.25em;
  }
}
.bottom-page .has-luminous-vivid-orange-background-color {
  border-radius: 5px;
  margin-bottom: 1em;
  margin-left: 7px;
  margin-right: 7px;
}


/** **/
.blocks-gallery-caption figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption {
  color: var(--global-palette5);
  text-align: center;
  font-size: 1.2em !important;
}
.wp-block-image .aligncenter {
  margin-left: 2%;
  margin-right: 2%;
}
.bus {
  font-size: 85% !important;
  box-shadow: 0 4px 10px 1px #000000;
  border: 0;
  padding-bottom: 0.2em;
  padding-left: 0em;
  padding-right: 0em;
  margin-bottom: 1px !important;
}

@media (max-width: 768px) {
	.bus {
		padding: 1%;
	}
}


.bus b,
strong {
  font-weight: 400;
}
.bus a:link {
  color: #29b6f6;
  text-decoration: none;
}
.bus a:visited {
  color: #29b6f6;
}
.bus a:hover {
  color: orange;
  text-decoration: underline;
}
.bus a:active {
  color: orange;
}
@media (max-width: 779px) {
  .one-row-bus.wp-block-columns {
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap !important;
    word-break: break-word;
    font-size: 0.85em !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mrt {
  padding-top: 1em;
  background-color: #242526;
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 3px;
  padding-right: 3px;
	;
}
.mrt .wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
  column-gap: 3% !important;
}
.related {
  margin-top: 1.5em !important;
}
.single-content ul,
.single-content ol {
  margin-top: 0.2em;
  margin-bottom: 0.3em !important;
}
.related .wp-block-columns {
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap !important;
  word-break: break-word;
  font-size: 90% !important;
  line-height: 1.2em !important;
}
.related .bus {
  font-size: 85%;
  color: white;
}
.related .has-normal-font-size,
.has-regular-font-size {
  font-size: 0.8em;
  word-wrap: break-word;
}
.related p {
  color: white;
}
.related  a:link {
  color: #29b6f6 !important;
  font-weight: 400;
  text-decoration: underline;
  font-size: 1em;
}
.related a:visited {
  color: #29b6f6;
  text-decoration: none;
  font-size: 1em;
}
.related a:hover {
  color: cyan;
  text-decoration: none;
  font-size: 1em;
}
.related a:active {
  color: yellowgreen;
  text-decoration: none;
  font-size: 1em;
}

.terminal {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #242526;
  padding-bottom: 0.1em;
  padding-top: 0.1em !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.terminal ul li,
ol li {
  line-height: 1.25em;
}
@media screen and (min-width: 480px) {
  .terminal {
    font-size: 0.95em;
  }
  .terminal ul li,
  ol li {
    line-height: 1.25em;
    font-size: 85% !important;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .terminal {
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #242526;
    padding-bottom: 0.3em !important;
    padding-top: 0.3em !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.terminal.kt-tab-alignment-center>.kt-tabs-title-list,
.kt-tab-alignment-center>.kt-tabs-content-wrap>.kt-tabs-accordion-title a {
  -webkit-justify-content: center;
  justify-content: left;
  padding-top: 15px;
  margin-left: -20px;
}
.terminal ul li,
ol li {
  line-height: 1.25em;
}
.quick-links {
  margin-top: 0.4em;
  font-size: 85%;
  border: 3px solid cyan;
  border-radius: 10px;
  background-color: #0a0317 !important;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 0.4em;
}
.quick-links a:link {
  color: lightblue;
}
.quick-links a:visited {
  color: lightblue;
}
.quick-links a:hover {
  color: yellow;
}
.quick-links a:active {
  color: yellow;
}
.quick-links.has-vivid-red-background-color {
  padding: 5px;
  margin: 1em auto;
  border-radius: 5px;
}
.quick-links {
  padding-top: 0.4em;
  font-size: 85%;
  border: 3px solid coral;
  border-radius: 10px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: #0a0317;
  padding-bottom: 1em;
  word-break: break-word;
}
@media (min-width: 340px) and (max-width: 600px) {
  .quick-links.wp-block-columns {
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap;
    word-break: break-word;
    font-size: 0.9em;
  }
}
@media (max-width: 600px) {
  .one-row.wp-block-columns {
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap !important;
    word-break: break-word;
    font-size: 0.9em;
    margin-left: -0.5em;
    margin-right: -0.5em;
    column-gap: 0.2em !important;
  }
}
.one-row-navi {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  font-size: .85em;
  font-weight: 600;
  border-top: 2px solid #1c1e21;
  margin-top: 1em;
	margin-bottom: 0px;
  flex-wrap: nowrap !important;
  column-gap: normal !important;
	text-decoration: none;
}
.one-row-navi-subs {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  font-size: .85em;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 1em;
  flex-wrap: nowrap !important;
  column-gap: normal !important;
}
.subs {
  padding-bottom: 0px;
  align-items: center;
  flex-direction: row;
  background-color: #0a0317 !important;
  border: 2px solid;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.one-row-navi-app {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  font-size: .85em;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  flex-wrap: nowrap !important;
}
.message {
  display: inline-flex;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 0px;
  border-radius: 10px;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: #fe5305 !important;
  padding-left: 1%;
  padding-right: 1%;
  min-height: 60px;
}
@media (min-width: 340px) and (max-width: 600px) {
  .message {
    font-size: 0.75em;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.one-row-buttons {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  font-size: .85em;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 1em;
  margin-bottom: 1em;
  flex-wrap: nowrap !important;
}
.navi {
  padding-bottom: 0px;
  align-items: center;
  flex-direction: row;
  font-size: 0.85em;
  background-color: #242526 !important;
}
.navi a:link {
  color: 29b6f6;
  text-decoration: none;
}
.navi a:visited {
  color: orange;
  text-decoration: none;
}
.navi a:hover {
  color: yellowgreen;
  text-decoration: none;
}
.navi a:active {
  color: yellowgreen;
  text-decoration: none;
}
.navi-2 {
  align-items: center;
  flex-direction: row;
  font-size: 1em;
  background-color: #242526 !important;
	
	
}
.navi-2 a:link {
  color: #29b6f6;
  text-decoration: underline;
}
.navi-2 a:visited {
  color: lightblue;
  text-decoration: none;
}
.navi-2 a:hover {
  color: orange;
  text-decoration: none;
}
.navi-2 a:active {
  color: yellowgreen;
  text-decoration: none;
}
.navi-2 ul {
    list-style: none;
}
.one-row-navi-2 {
	text-align: center;
padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}
.single-content .wp-block-columns {
    margin-bottom: 0 !important;
    margin-top: 0;
}



.navi-2 p {
    margin-bottom: 0em !important;
}

.one-row-navi-2 ul, ol {

    padding-left: 2em;
    margin: 0 !important;
}

.message a:link {
  color: lightblue;
}
.message a:visited {
  color: lightblue;
}
.message a:hover {
  color: yellowgreen;
}
.message a:active {
  color: yellowgreen;
}
.wp-block-columns {
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  column-gap: 1% !important;
	gap: 1em !important;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-right: 0.15em;
  padding-left: 0.15em;
  border-left: 0px solid;
  border-right: 0px;
  white-space: pre-line;
  line-height: 1.3em;
  border-collapse: separate;
  word-break: keep-all !important;
  overflow-wrap: break-word;
}
.wp-block-table.is-style-regular td {
  background-color: #1c1e21;
}
.wp-block-table.is-style-regular td a:link {
  color: cyan;
}
.wp-block-table.is-style-regular td a:visited {
  color: cyan;
}
.wp-block-table.is-style-regular td a:hover {
  color: yellow;
}
.wp-block-table.is-style-regular td a:active {
  color: yellow;
}
.wp-block-table.is-style-stripes td a:link {
  color: cyan;
}
.wp-block-table.is-style-stripes td a:visited {
  color: cyan;
}
.wp-block-table.is-style-stripes td a:hover {
  color: yellow;
}
.wp-block-table.is-style-stripes td a:active {
  color: yellow;
}
td a:link {
  color: cyan;
}
td a:visited {
  color: cyan;
}
td a:hover {
  color: yellow;
}
td a:active {
  color: yellow;
}
.wp-block-image figcaption {
  text-align: center;
  border-top: 0px;
  display: block;
  font-size: 100% !important;
  line-height: 1.25;
  word-break: break-word;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0px solid #f0f0f0;
}
.wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-right: 0.2em !important;
  padding-left: 0.2em !important;
  border-left: 0px solid;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid graytext;
  white-space: pre-line;
  line-height: 1.3em !important;
  border-collapse: separate;
  word-break: keep-all !important;
  overflow-wrap: break-word;
}
.wp-block-table.is-style-regular td {
  background-color: #1c1e21;
}
.wp-block-table.is-style-regular td a:link {
  color: cyan;
}
.wp-block-table.is-style-regular td a:visited {
  color: cyan;
}
.wp-block-table.is-style-regular td a:hover {
  color: yellow;
}
.wp-block-table.is-style-regular td a:active {
  color: yellow;
}
.wp-block-table.is-style-stripes td a:link {
  color: cyan;
}
.wp-block-table.is-style-stripes td a:visited {
  color: cyan;
}
.wp-block-table.is-style-stripes td a:hover {
  color: yellow;
}
.wp-block-table.is-style-stripes td a:active {
  color: yellow;
}
td a:link {
  color: cyan;
}
td a:visited {
  color: cyan;
}
td a:hover {
  color: yellow;
}
td a:active {
  color: yellow;
}
.wp-block-image figcaption {
  text-align: center;
  border-top: 0px;
  display: block;
  font-size: 100% !important;
  line-height: 1.25;
  word-break: break-word;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0px solid #f0f0f0;
}
@media (min-width: 340px) and (max-width: 600px) {
  .table-width {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) {
  border-top: 0px;
  
  border-left: 0px;
  border-right: 0px;
  font-size: 90%;
  word-break: keep-all;
  margin-bottom: 0;
}
.blocks-gallery-caption figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption {
  color: beige !important;
  font-size: 70%;
  text-align: center;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0;
}
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce table.shop_table td {
  color: lightyellow;
  font-size: 87%;
  background-color: #1c1e21;
}
thead {
  background-color: green;
  width: fit-content;
  text-align: center;
  color: black !important;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-right: 0.15em;
  padding-left: 0.15em;
  border-left: 0px solid;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid graytext;
  white-space: pre-line;
  line-height: 1.3em;
  border-collapse: separate;
  word-break: keep-all !important;
  overflow-wrap: break-word;
  font-size: .8em;
}




@media screen and (max-width: 767px) {

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th {
font-size: .75em !important;
	    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
}





.left-align-schedule tbody>tr>:last-child {
    color: yellow !important;
    text-align: center !important;
	text-align: left !important;
	color: white !important

}


.archive-header .archive-title,
.entry-header .entry-title,
.woocommerce .woocommerce-products-header .page-title {
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  border-bottom: double lightslategray;
  border-top: double lightslategray;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #39FF14;
  width: 100%;
}
.entry-title {
  word-wrap: break-word;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .entry-title,
  .woocommerce .woocommerce-products-header .page-title {
    line-height: 1.5;
    margin-bottom: 0.3125em;
    font-size: 1.5em;
  }
  .entry-title {
    word-wrap: break-word;
    font-size: 1.5em;
  }
}
.entry-hero .kadence-breadcrumbs {
  align-self: center;
}
.wp-site-blocks .page-title h1 {
  align-self: center;
}
.kadence-breadcrumbs {
    margin: 1em 0;
    font-size: 120% !important;
    color: cyan !important;
    text-align: left;
}


@media screen and (max-width: 767px) {
  .route-menu .wp-block-spacer {
    display: none;
  }
  .route-menu {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.wp-block-yoast-how-to-block .schema-how-to-steps li {
    margin-bottom: 0 !important;
    text-align: justify;
}
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px;
    margin-bottom: 0em !important;
}


.primary-sidebar {
    padding-top: 3rem !important;
	    text-align: center !important;
}
.commute-route {
  font-size: 85% !important;
  box-shadow: 0 4px 10px 1px #000000;
  border: 0;
  padding-bottom: 0.2em;
  padding-left: 0em;
  padding-right: 0em;
  margin-bottom: 1px !important;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: -5px;
	margin-left: -5px;
	background-color: #242526;
}

.commute-route   h2.has-medium-font-size.has-text-align-center,
  h3.has-medium-font-size.has-text-align-center,
  h4.has-medium-font-size.has-text-align-center,
  h5.has-medium-font-size.has-text-align-center,
  h6.has-medium-font-size.has-text-align-center {
 text-align: center !important;
		padding-top: 3% !important
}

.commute-route a:link {
    text-decoration: none;
    line-height: 1.4;
    list-style-type: disc !important;
    list-style-type: disc;
    margin-left: 25px !important;
    display: list-item;
    color: beige !important;
}

.ob-rec-text {
    font-family: inherit;
    color: white !important;
    padding: 5px 0 0px;
    line-height: 1.25;
    font-size: 14px;
}


.wp-block-gallery. {
padding-top: 10px !important;
}

.ob-widget-header {
    color: greenyellow !important;
	text-align: center !important;
}



.AR_2.ob-widget {
    width: auto;
    min-width: 240px;
    padding-left: 10px;
    background: #242526 !important;
}

.AR_1.ob-widget {
    width: auto;
    min-width: 240px;
    padding-left: 10px;
    background: #242526 !important;
}

.ezoic-ad.nativedouble-1689 {
    padding: 10px;
    text-align: center!important;
    background: #242526 !important;
}

.ezoic-ad.nativesingle-1689 {
	  padding: 10px;
    text-align: center!important;
    background: #242526 !important;
}





/*** woocommerce ***/

.widget-area a:not(.button), .widget-area a:not(.wp-block-button__link), .widget-area a:not(.wp-element-button) {
    color: white;
    text-decoration: none;
}

.content-style-unboxed .content-bg.loop-entry .content-bg:not(.loop-entry) {
    background: transparent !important;
}
.woocommerce.widget_product_categories>ul li a {
    display: block;
    border-bottom: 0;
    line-height: 2em;
    text-align: left;
}

.woocommerce ul.products, .woocommerce-page ul.products {

    margin-top: 3.2em;
}

.wc-block-grid .wc-block-grid__products {
	    margin: 0 1em 0;
	column-gap: 1em !important;
 row-gap: 2em;
	display: flex !important;
	flex-wrap: nowrap;
	
}

body.content-style-unboxed .wc-block-grid .wc-block-grid__product.woo-archive-action-visible .entry-content-wrap, .wc-block-grid .wc-block-grid__product.product-loop-unboxed.woo-archive-action-visible .entry-content-wrap {
    padding: 0;
}

@media screen and (max-width: 719px){
.wp-site-blocks .wc-block-grid .wc-block-grid__products {

    padding: 0 1em 0;
    display: grid;
    grid-template-columns: 1fr;
}

	body.content-style-unboxed .wc-block-grid .wc-block-grid__product.woo-archive-action-visible .entry-content-wrap, .wc-block-grid .wc-block-grid__product.product-loop-unboxed.woo-archive-action-visible .entry-content-wrap {
    padding: 0 15px;
}

body.content-style-unboxed .wc-block-grid .wc-block-grid__product.woo-archive-action-visible .entry-content-wrap, .wc-block-grid .wc-block-grid__product.product-loop-unboxed.woo-archive-action-visible .entry-content-wrap {

	font-size: 0.8em;
}
}






/*** Left Left Table***/

.left-left thead>tr>:first-child {
    text-align: left !important;

}

.left-left thead>tr>:nth-child(2) {
    text-align: left !important;

}

.left-left tbody>tr>:nth-child(1) {
margin-left: 10em;
    text-align: left;
}

.left-left tbody>tr>:nth-child(2) {
   
    text-align: left !important;
}

.left-left tbody>tr>:last-child {
    text-align: left !important;

}

.left-left thead>tr>:last-child {
    text-align: left !important;

}

.left-left figcaption {
    color: beige !important;
    font-size: 14px;
    text-align: left;
}

/**** E-guide Table ***/


.eguide-table-2 table {
	border-collapse: separate !important;
	 width: 100%;
}

table {
border-collapse: separate !important;
}




.eguide-table-2 {
overflow-y: auto;
height: 410px;
width: 98% !important;
margin: 0 auto;
text-align: center;
}


.eguide-table-2 tbody>tr>:nth-child(1) {
text-align: left;
color: lightyellow !important;
}

.eguide-table-2 tbody>tr>:nth-child(2) {
 text-align: left !important;
		color: lightyellow !important;
	
}

.eguide-table-2 tbody>tr>:nth-child(3) {
text-align: left !important;
		color: lightyellow !important;
}

.eguide-table-2 tbody>tr>:nth-child(4) {
text-align: left !important;
		color: lightyellow !important;
}

.eguide-table-2 tbody>tr>:nth-child(5) {
text-align: left !important;
		color: lightyellow !important;
}

.eguide-table-2 tbody>tr>:nth-child(6) {
text-align: left !important;
		color: lightyellow !important;
	
}


.eguide-table-2 tbody>tr>:last-child {
    text-align: left !important;
}

.eguide-table-2 thead>tr>:last-child {
    text-align: center !important;
}



.eguide-table-2 thead th {
      position: sticky;
      top: 0;
			padding-top: 0px;
			
    }

.eguide-table-2 th,
.eguide-table-2 td {
  padding: 0px 0px;
  border: 0px solid #529432;
    }
.eguide-table-2 th {
  background-color: green;
	z-index: 10;
    }



.eguide-table-2::-webkit-scrollbar
{
	width: 3px;
	height: 5px;
	background-color: #242526;
}

.eguide-table-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0.5px rgba(0,0,0,.3);
	background-color: yellow;
}

@media (max-width: 768px) {
  .scroll-container {
    padding-left: 0.1em;
    padding-right: 0.5em;
    background-color: #242526;
    padding-bottom: 0.3em !important;
    padding-top: 0.3em !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}


.eguide-table-2 {
  position: relative;
}
.eguide-table-2 thead {
  position: sticky;
  top: 0;
  background-color: green;
  z-index: 2;
}
.eguide-table-2 td:first-child, .eguide-table-2 th:first-child {
  position:sticky;
  left:0;
  z-index:1;
}
.eguide-table-2 td:nth-child(2), th:nth-child(2) { 
  position:sticky;
  left: 35px;
  z-index:1;
}
.eguide-table-2 th {
  text-align: left !important;
  z-index:10;
}
.eguide-table-2 table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) {
  margin-top: 0;
}






/**** Scroll Container ***/

.scroll-container {
	
	padding-bottom: 1em;
  height: 500px;
  overflow: auto;
	background-color: #242526;
	margin-top: 1.5em;
}

.scroll-container::-webkit-scrollbar
{
	width: 5px;
	height: 7px;
	background-color: #242526;
}

.scroll-container::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: yellow;
}

@media (max-width: 768px) {
  .scroll-container {
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #242526;
    padding-bottom: 0.3em !important;
    padding-top: 0.3em !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

/*** Test ***/

.filter-route {
  background-color: darkorange;
  border: 5px solid darkorange;
  border-radius: 4px;
  width: 200px;
  padding: 10px;
  font-size: 14px;
}


.dropdown {
  position: relative;
	padding-bottom: 10px;
}

#autocomplete {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
}

.dropdown-list {

  width: 50%;
  max-height: 100px;
  overflow-y: scroll;
  list-style-type: none;
  padding: 5px !important;
  margin-top: 2px !important;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 5;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0px 0px 5px 5px;
	
}

.dropdown-list li {
  padding: 4px 0;
  cursor: pointer;
}





.dropdown-list a:link {
  color: black;
	text-decoration: none;
}
.dropdown-list a:visited {
  color: black;
}
.dropdown-list a:hover {
  color: yellow;
	background-color: blue;
	padding-left: -10px !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.dropdown-list a:active {
  color: yellow;
}



.dropdown-list::-webkit-scrollbar
{
	width: 3px;
	height: 7px;
	background-color: white;
}

.dropdown-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	background-color: black;
}


/***** ***/

.dropdown-100 {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}


#autocomplete {
  width: 100%;
  padding: 10px 10px 0 5px;
  border-top: 0px solid yellow;
	border-left: 0px solid yellow;
	border-right: 0px solid yellow;
	border-bottom: 2px solid white;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
	background-color: transparent;
	color: yellow;
}

.dropdown-list-100 {

  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  list-style-type: none;
  padding-top: 8px !important;
	  padding-left: 10px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
  margin: 0px !important;
  z-index: 5;
  font-weight: normal;
	border-radius: 0px 0px 5px 5px;
	
}

@media (max-width: 768px) {
	
.dropdown-list-100 {
padding-left: 0px !important;
font-weight: normal;
!important;
	
}
	
.dropdown-list-100 a:hover {
  color: yellow !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
	
	.wp-block-kadence-tabs .kt-tabs-id_4be0ab-78 > .kt-tabs-title-list li .kt-tab-title, .wp-block-kadence-tabs .kt-tabs-id_4be0ab-78 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
    font-size: 90%;
    line-height: 1.4em;
    border-width: 0px 0px 4px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    color: #62de24;
}
	
.dropdown-list-100 a:link {
  color: cyan;
	font-size: 0.85em;

}
.dropdown-list-100 a:visited {
  color: cyan;
}
	
#autocomplete {

font-size: 1.5em;;
color: yellow;
}	


.dropdown-list-100 li {
  padding: 0px 0;
  cursor: pointer;
	line-height: 1.3em !important;
	font-size: 1.3em;
}

}



.dropdown-list-100 a:link {
color: cyan;
}
.dropdown-list-100 a:visited {
  color: cyan;
}
.dropdown-list-100 a:hover {
  color: yellow !important;
	background-color: blue;
	padding-left: 5px !important;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.dropdown-list-100 a:active {
  color: yellow;
}



.dropdown-list-100::-webkit-scrollbar
{
	width: 3px;
	height: 7px;
	
}

.dropdown-list-100::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	background-color: yellow;
	
}

.navswitch {
	background-color: orange !important;
	color: blue;
	padding: 8px;	
	border-radius: 10px;
	font-size: 0.8em;
	margin-left: 30px;
}

/**** ***/

@media (max-width: 768px) {
  .scroll-container {
    padding-left: 0.1em;
    padding-right: 0.5em;
    background-color: #242526;
    padding-bottom: 0.3em !important;
    padding-top: 0.3em !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

.faq {
  margin-bottom: 20px;
	background-color: #242526;
	padding: 10px;
}

.faq-title {
  font-weight: bold;
	

}

.faq-question {
  margin-bottom: 10px;
	background-color: orange;
}

.question-title {
	padding-left: 20px;
  cursor: pointer;
}

.question-answer {
  display: none;
  padding-left: 40px;
}

/** Lines and Markers **/


.stops-wrapper {
    margin-top: 20px;
    margin-left: -1em !important;
}


.stop-container {
    outline: 0;
    padding: 10px 30px;
    position: relative;
    display: table;
    width: 100%;
	
}

.stop-container.origin {
	color: yellow;
}


.bus b,
strong {
  font-weight: 400;
}
.stop-container.origin a:link {
  color: yellow;
  text-decoration: none;
}
.stop-container.origin a:visited {
  color: yellow;
}
.stop-container.origin a:hover {
  color: orange;
  text-decoration: underline;
}
.stop-container.origin a:active {
  color: orange;
}

.stop-container::before {
    background: #bdc3c7;
    content: '';
    height: calc(100% + 3px);
    position: absolute;
    top: 0;
	  left: 5px;
    width: 3px;
	
}

.stop-container:last-of-type::before {
    height: 50%;
    top: 0;
}



.stop-container .goto-link, .stop-container .schedule-link {
    color: var(--main-link-color);
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 5px;
}

.stop-wrapper::before {
    background: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;

}

.stops-wrapper .stops-header {
    background: #001926;
    display: flex;
    flex-direction: column;
    padding: 22px 28px 26px;
    width: 100%;
}

.stops-wrapper .stops-header .stops-header-links a {
    font-size: .70588rem;
	
}

.stops-wrapper .stops-list .stop-container:first-child::before {
    height: 50%;
    top: calc(50% + 1px);
	
}


.stop-wrapper>h3 {
    display: block;
    -webkit-transition: all,.3s;
    transition: all,.3s;
    font-weight: inherit;
    
    margin: 0 !important;
}

.stop-wrapper>h3::before {
    background: white;
    border: 3px solid #bdc3c7;
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    position: absolute;
    top: 50%;
    width: 14px;
    transform: translateY(-50%);
	left: 0;

}

.stop-wrapper>h3 {
	font-size: 1.2em;
}

.stop-wrapper> a {
	line-height: 2.2em !important;
	background-color: orangered;
	font-size:90%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	white-space: nowrap !important;
	
}

.stops-wrapper {
    margin-top: 20px;

    
}

.stop-wrapper a:link {
  
  text-decoration: underline !important;
}


/**** MRT LRT ***/

.lrt1 {
	background-color: #009639;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.lrt1 a:not([href]):not([tabindex]) {
    color: darkblue;
    text-decoration: none;
}

.lrt1 a:link {
  color: darkblue;
  text-decoration: underline !important;
}

.lrt1 a:hover {
  color: limegreen;
  text-decoration: underline !important;
 text-decoration-style: double !important;
}

.lrt1 a:visited {
  color: darkblue;
}

.lrt1 a:active {
  color: darkblue;
}

.train-station .lrt1 {
	font-size: 100%;
	margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.lrt2 {
	background-color: #0057B8;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.lrt2 a:not([href]):not([tabindex]) {
    color: yellow;
    text-decoration: none;
}


.lrt2 a:link {
  color: yellow;
  text-decoration: underline !important;
}

.lrt2 a:hover {
  color: limegreen;
  text-decoration: underline !important;
	text-decoration-style: double !important;
}

.lrt2 a:visited {
  color: yellow;
}

.lrt2 a:active {
  color: yellow;
}

.train-station .lrt2 {
	font-size: 100%;
	margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.mrt3 {
	background-color: #ff9e1b;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.mrt3 a:not([href]):not([tabindex]) {
    color: darkblue !important;
    text-decoration: none;
}

.mrt3 a:link {
  color: darkblue;
  text-decoration: underline !important;
}

.mrt3 a:hover {
  color: orangered !important;
  text-decoration: underline !important;
		text-decoration-style: double !important;
}

.mrt3 a:visited {
  color: darkblue;
}

.mrt3 a:active {
  color: darkblue;
}



.train-station .mrt3 {
	font-size: 100%;
	margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.pnr {
	background-color: #708573;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.pnr a:not([href]):not([tabindex]) {
    color: darkblue !important;
    text-decoration: none;
}

.pnr a:link {
  color: yellow;
  text-decoration: underline !important;
}

.pnr a:hover {
  color: blue !important;
  text-decoration: underline !important;
		text-decoration-style: double !important;
}

.pnr a:visited {
  color: darkblue;
}

.pnr a:active {
  color: darkblue;
}



.train-station .pnr {
	font-size: 100%;
	margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.terminal_2 {
	background-color: red;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.terminal_2 a:not([href]):not([tabindex]) {
    color: darkblue !important;
    text-decoration: none;
}

.terminal_2 a:link {
  color: yellow;
  text-decoration: underline !important;
}

.terminal_2 a:hover {
  color: skyblue !important;
  text-decoration: underline !important;
		text-decoration-style: double !important;
}

.terminal_2 a:visited {
  color: yellow;
}

.terminal_2 a:active {
  color: yellow;
}



.train-station .terminal_2 {
	font-size: 100%;
	margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.edsacarousel {
	background-color: darkcyan !important;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.edsacarousel a:not([href]):not([tabindex]) {
    color: darkblue !important;
    text-decoration: none;
}

.edsacarousel a:link {
  color: darkblue;
  text-decoration: underline !important;
}

.edsacarousel a:hover {
  color: orangered !important;
  text-decoration: underline !important;
		text-decoration-style: double !important;
}

.edsacarousel a:visited {
  color: darkblue;
}

.edsacarousel a:active {
  color: darkblue;
}



.train-station .edsacarousel {
	font-size: 100%;
	margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.pasigriver {
	background-color: #ff9e1b;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.pasigriver a:not([href]):not([tabindex]) {
    color: darkblue !important;
    text-decoration: none;
}

.pasigriver a:link {
  color: darkblue;
  text-decoration: underline !important;
}

.pasigriver a:hover {
  color: orangered !important;
  text-decoration: underline !important;
		text-decoration-style: double !important;
}

.pasigriver a:visited {
  color: darkblue;
}

.pasigriver a:active {
  color: darkblue;
}



.train-station .pasigriver {
	font-size: 100%;
	margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.train-station tbody>tr>:nth-child(1) {
    color: yellow !important;
    text-align: left;
	padding-left: 10%;
}

.train-station tbody>tr>:nth-child(2) {
    color: lightblue !important;
    text-align: left !important;
}

.train-station tbody>tr>:nth-child(3) {
    color: lightblue !important;
    text-align: left !important;
	padding-left: 10%;
}

.train-station tbody>tr>:nth-child(4) {
    color: lightblue !important;
    text-align: left !important;
}

.train-station thead>tr>:nth-child(1) {
        text-align: left;
}

.train-station thead>tr>:nth-child(2) {
text-align: left !important;
}

.train-station thead>tr>:nth-child(3) {
    text-align: left !important;
}

.train-station tbody>tr>:nth-child(4) {
    color: lightblue !important;
    text-align: left !important;
}

.jeep {
	background-color: goldenrod;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.jeep a:not([href]):not([tabindex]) {
    color: yellow;
    text-decoration: none;
}


.jeep a:link {
  color: blue !important;
  text-decoration: underline !important;
}

.jeep a:hover {
  color: blue !important;
  text-decoration: underline !important;
	text-decoration-style: double !important;
}

.jeep a:visited {
  color: blue;
}

.jeep a:active {
  color: blue;
}


.info {
	background-color: salmon;
	font-size:80%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 2.2;
	white-space: nowrap !important;
}

.info a:not([href]):not([tabindex]) {
    color: yellow;
    text-decoration: none;
}


.info a:link {
  color: black;
  text-decoration: none !important;
}

.info a:hover {
  color: limegreen;
  text-decoration: underline !important;
	text-decoration-style: double !important;
}

.info a:visited {
  color: black;
}

.info a:active {
  color: black;
}

/**** ***/

.styled-label {
 border-top: 0px !important;
	border-left:0px;
	border-right: 0px;
	border-bottom: 3px solid;
 padding: 5px !important;
	background-color: transparent;
  }


.reset-button {
	margin-left: 20px;
 border-top: 0px
 padding: 2px 20px 2px 20px  !important; 
	color: black !important;
  }

.selected {
  background-color: rgba(255, 69, 0, 0.35);	
	border-radius: 10px;
}



#navdir1 .navswitch, #navdir2 .navswitch {
   
	padding-left: 2%;
 padding-right: 2%;
	border-radius: 10px;
	background-color: yellow;
	color: blue;
	border: 2px solid yellow;
}

.navdir1>h3 {
	font-size: 0.5em;
}

.main-menu {
  margin-top: 0.4em;
  font-size: 0.85em !important;
  border: 3px solid cyan;
  border-radius: 10px;
  background-color: #0a0317;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 0.4em;
}
.main-menu li {
  color: lightblue;
}
@media (min-width: 340px) and (max-width: 600px) {
  .main-menu {
    margin-right: -8px;
    margin-left: -8px;
    font-size: 85%;
  }
  .main-menu .wp-block-columns {
    display: flex;
    box-sizing: border-box;
    word-break: break-word;
    font-size: 85%;
  }
  .main-menu ul li,
  ol li {
    line-height: 1.55em;
  }
  .main-menu .single-content li>ol,
  .single-content li>ul {
    margin-left: 1em;
    padding-left: 1em;
  }
}
.main-menu a {
  color: lightblue;
}
.main-menu a:id {
  color: lightblue;
  text-decoration: underline;
}
.main-menu a:link {
  color: lightblue;
  text-decoration: underline !important;
}
.main-menu a:visited {
  color: lightblue;
}
.main-menu a:hover {
  color: yellowgreen;
  text-decoration: none;
}
.main-menu a:active {
  color: yellowgreen;
}
.main-menu .has-vivid-red-background-color {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0.4em !important;
  margin-top: 1em;
  font-size: 1.2em;
  margin-left: 3%;
  margin-right: 3%;
}

.main-menu   .wp-block-kadence-form,
.single-content .wp-block-group,
[class*=__inner-content] {
  margin-top: 1em;
  margin-bottom: 0em !important;
}

@media screen and (max-width: 768px) {
  .main-menu {
    font-size: 1em;
    line-height: 1.25em;
  }
}
.main-menu .has-luminous-vivid-orange-background-color {
  border-radius: 5px;
  margin-bottom: 1em;
  margin-left: 7px;
  margin-right: 7px;
}

.bus-stop-highlight {
    border: 2px solid;
    border-radius: 10px;
    background-color: blue;
    margin-left: -1.5px !important;
}

.ezmob-footer {
    background: transparent !important;
    border-top: 0px solid #d3d3d3 !important;

}

/**** Table no background ***/


.col-center-left  {
	font-size: 18px !important;

}


.col-center-left tbody>tr>:nth-child(1) {
margin-left: 10em;
    text-align: left;
}

.col-center-left tbody>tr>:nth-child(2) {
   
    text-align: left !important;
}

.col-center-left tbody>tr>:last-child {
    text-align: left !important;

}

.col-center-left thead>tr>:last-child {
    text-align: left !important;

}

.col-center-left figcaption {
    color: beige !important;
    font-size: 14px;
    text-align: center;
}



.col-center-left-back-to-top {
	display: flex;

  justify-content: right;
	padding-right: 3%;

  font-weight: 600;
  border-bottom: 2px solid #1c1e21;
  
  margin-top: 1em;
	margin-bottom: 30px !important;
  flex-wrap: nowrap !important;
  padding-bottom: 10px;
  font-size: 1em;

}




.col-center-left a:link {
  color: limegreen;
  text-decoration: underline !important;
}

.col-center-left a:hover {
  color: limegreen;
  text-decoration: underline !important;
  text-decoration-style: double !important;
}

.col-center-left a:visited {
  color: limegreen;
}

.col-center-left a:active {
  color: limegreen;
}


/*** col-center-left table**/

.col-center-left table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce table.shop_table td {
  color: lightyellow;
  font-size: 87%;
  background-color: transparent;
}



.col-center-left thead {
  background-color: transparent;
  width: fit-content;
  text-align: center;
  color: orange !important;
	border-bottom: 0px !important;
	font-size: 1.2em;
}





.col-center-left
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) {
  border-top: 0px;
  border-bottom: 0px solid green;
  border-left: 0px;
  border-right: 0px;
  font-size: 90%;
  word-break: keep-all;
  margin-bottom: 0;
}




.col-center-left
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th {

  border-left: 0px solid;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px solid graytext;
  white-space: pre-line;
  line-height: 1.2em !important;
  border-collapse: separate;
  overflow-wrap: break-word;
}

.col-center-left tbody>tr>:nth-child(1) {
width: 20% !important;
}


@media (max-width: 767px) {
.col-center-left table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce table.shop_table td {
  color: lightyellow;
  font-size: 87%;
  background-color: transparent;
}



.col-center-left thead {
  background-color: transparent;
  width: fit-content;
  text-align: center;
  color: green !important;
	border-bottom: 0px !important;
	font-size: 1.2em;
}





.col-center-left
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) {
  border-top: 0px;
  border-bottom: 0px solid green;
  border-left: 0px;
  border-right: 0px;
  font-size: 90%;
  word-break: keep-all;
  margin-bottom: 0;
}




.col-center-left
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th {
  line-height: 1.6em !important;
}
}

/*** Train Lines express dot regular ****/


/* General styles */
.navswitch {
    background-color: orange !important;
    color: blue;
    padding: 8px;
    border-radius: 10px;
    font-size: 0.8em;
    margin-left: 30px;
    margin-bottom: 20px;

}

.stations {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.station {
    display: flex;
    align-items: center;

    position: relative;
}

.tracks {
    display: flex;
    position: relative;
    height: 20px;
    margin-right: 10px;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.station-name {
    margin-left: 25px;
}

.station-type {
margin-left: 15px
}


.station-name>h3 {
    display: block;
    -webkit-transition: all,.3s;
    transition: all,.3s;
    font-weight: inherit;
    margin: 0 !important;
}


.station-name>h3 {
	font-size: 1em;
}

.station-name>h3 {
	font-size: 1.2em;
}

.station-name>a {
	display: block;
        line-height: 1.2em !important;
	background-color: orangered;
	font-size:90%; 
	border-radius: 10px; 
	padding-top: 3px; 
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	white-space: nowrap !important;
	
}


.stop-container {

margin-left:-20px;
 
}

.stop-container.origin {
    color: white;
}

/* Style adjustments for the first and last station lines */
.stop-container::before {
    content: '';
    position: absolute;
    left: 5px;
    width: 3px;
    background: white;
    margin-left: 11px;
}

.stop-container:first-child::before {
    top: 50%; /* Line starts below the dot */
    bottom: -50%;
    height: auto; /* Adjust height based on top and bottom properties */
}

.stop-container:last-child::before {
    top: 0;
    bottom: 50%; /* Line ends above the dot */
    height: auto; /* Adjust height based on top and bottom properties */
}


/* Style adjustments for the first and last station lines */
.stop-container::after {
    content: ' '; /* Ensure there's a space or character so it renders */
    position: absolute;
    left: 5px; /* Or adjust as needed for correct positioning */
    width: 3px;
    height: 100%; /* Or a specific height if required */
    background: green; /* Ensure visibility */
    top: 0; /* Start from the top of the container */
    z-index: 2; /* Ensure it's above other positioned elements */
margin-left: 41px;
}

.stop-container:first-child::after {
    top: 50%; /* Line starts below the dot */
    bottom: 0;
    height: auto; /* Adjust height based on top and bottom properties */
    background: green !important;
    margin-left: 41px;
}

.stop-container:last-child::after {
    top: 0;
    bottom: 50%; /* Line ends above the dot */
    height: auto; /* Adjust height based on top and bottom properties */
    background: green !important;
    margin-left: 41px;
}


/* Additional styles for express and regular dots */
.express,
.regular {
    background-color: transparent; /* Default background to transparent */
}

.express:not(.skipped) {
    background-color: white; /* Only color non-skipped express dots */
    left: -20px; /* Align express dot */
}

.regular:not(.skipped) {
    background-color: green; /* Only color non-skipped regular dots */
    left: 10px; /* Space between dots */
    z-index: 1;
}

.skipped {
    border: 1px solid transparent; /* Ensure skipped dots have transparent borders */
}

.no-express-line::before {
    background-color: transparent !important; /* Makes the express line transparent */
}

.last-express-stop::before {
    background-color: white; /* or any color representing the express line */
    
    height: 50%; /* Show only half of the line */
    top: 0
}

.last-express-stop-reverse::before {
    background-color: white; /* Adjust the color to match the express line */
    height: 50%; /* Show only half of the line */
    top: 50%; /* Position to start the line from the middle to the bottom */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    /* Adjustments for tablet screens */
}

@media (max-width: 480px) {
    /* Adjustments for mobile screens */
    .stations:before, .stations:after {
        margin-left: 30px;
    }
}