/*
Theme Name:     Aquabus 2018
Text Domain:    aquabus_2018
Theme URI:      https://seatoskywebsolutions.ca/
Description:    Custom theme for The Aquabus 2018
Author:         SSWS Development, Designed by Kelsey www.kgrantarts.com
Author URI:     https://ssws.ca/
Version:        1.5.0.2
Tags:           custom-background, custom-menu, featured-images, theme-options
License:        GNU General Public License v3 or later
License URI:    https://www.gnu.org/licenses/gpl-3.0.en.html
*/

/* --------------------------------------------------------------
1. GENERAL ELEMENTS
-------------------------------------------------------------- */
/* BODY */
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #777;
  font-size: 0.875em;
  line-height: 1.6;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

/* HYPERLINKS */
a:link,
a:visited {
  color: #d7586c;
  text-decoration: none;
}

a:hover {
  color: #f78;
  text-decoration: underline;
}

/* CITATIONS */
blockquote {
  display: block;
  font-style: italic;
  padding: 0 5%;
  margin: 25px 0;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

/* FORMS */
input[type="text"],
input[type="password"],
input[type="input"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="color"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="date"],
input[type="datetime"],
textarea,
select {
  border: 1px solid #ddd;
  padding: 8px 6px;
  background: #f9f9f9;
}

input[type="submit"] {
  width: auto;
  -webkit-appearance: none;
}

/* MAIN THEME COLORS */
.primary-color {
  color: #e85f52;
}

.primary-color-bg {
  background-color: #e85f52;
}

.secondary-color {
  color: #555;
}

.secondary-color-bg {
  background-color: #555;
}

/* SHORTCODE CUSTOM STYLING */
.button,
.button:visited,
input[type="submit"] {
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold !important;
  border: none;
  text-shadow: none;
  background: #9fc748;
  border-color: #c15289;
}

.button:hover,
input[type="submit"]:hover {
  background: #e7a;
}

/* --------------------------------------------------------------
2. LAYOUT
-------------------------------------------------------------- */
/* WRAPPERS */
.wrapper {
  margin: 0 auto;
}

/* TOPMENU */
.topbar {
  position: relative;
  z-index: 9999;
}

/* SOCIAL ICONS */
.social {
  float: right;
  text-align: right;
  padding: 0;
  width: auto;
}

.social .social-profile {
  display: block;
  float: left;
  color: #999;
  margin: 0;
  width: 30px;
  font-size: 18px;
  text-align: center;
}

.social .social-profile .social-title {
  display: none;
}

.social .social-profile:hover {
  text-decoration: none;
}

/* HEADER */
.header {
  position: relative;
  background-position: center;
  background-size: cover;
}

.header-wrapper {
  padding: 30px 0 50px;
}

.title-none .header-wrapper {
  padding-bottom: 30px;
}

.header-opaque .header-wrapper {
  padding: 20px 0;
}

.header-opaque .secondary-color-bg {
  background-color: transparent;
}

.header .logo {
  float: left;
}

.header .header-content {
  float: right;
  padding: 0 0 0 20px;
}

.transparent-header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.transparent-header .header .header-wrapper {
  background-color: transparent;
}

/* HOMEPAGE SLIDES */
.slider {
  padding: 0;
  margin: 0;
  min-height: 200px;
  position: relative;
  text-align: center;
  transition: 0.3s all;
}

.slider-slides {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 650px;
}

.slider-slides .slide {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slider-slides .slide-body {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}

.slider-slides .container {
  position: relative;
  height: inherit;
}

.slider-slides .slide-image {
  float: right;
  padding: 0;
  width: 48%;
}

.slider-slides .slide-image img {
  display: block;
  margin: 0 auto;
}

.slider-slides .slide-caption {
  overflow: hidden;
  float: left;
  padding: 0 0 30px;
  width: 48%;
  text-align: left;
}

.slider-slides .slide-caption p:last-child {
  margin-bottom: 0;
}

.slider-slides .slide-title {
  font-size: 3.5em;
}

.slider-slides .slide-content {
  position: relative;
  font-size: 1.3em;
  margin: 0 0 30px;
}

/* Slide Positions */
.slider-slides .slide-right .slide-caption {
  float: right;
}

.slider-slides .slide-right .slide-image {
  float: left;
}

.slider-slides .slide-center .slide-body {
  width: 100%;
  left: 0;
}

.slider-slides .slide-center .slide-caption {
  float: none;
  margin: 0 25%;
  text-align: center;
}

.slider-slides .slide-center .slide-image {
  float: none;
  margin: 0 20%;
  width: 60%;
}

/* Pager */
.slider-pager {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  z-index: 999;
  text-align: left;
}

.slider-pages span {
  display: inline-block;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: transparent;
  margin: 0 5px;
  padding-top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  box-sizing: border-box;
}

.slider-pages .cycle-pager-active {
  background: #fff;
  transition: 0.4s all;
}

/* Transitions */
.slider-slides .slide-body .slide-caption {
  transform: translateY(60px);
  transition: 1s all;
}

.slider-slides .slide-body .slide-image {
  transform: translateY(20px);
  transition: 1s all;
}

.slider-slides .cycle-slide-active .slide-caption,
.slider-slides .cycle-slide-active .slide-image {
  transform: none;
}

.slider-slides .cycle-slide-active .slide-image {
  transition-delay: 0.8s;
}

/* BREADCRUMBS */
.breadcrumb {
  float: right;
  margin: 15px 0 0;
}

.breadcrumb-separator {
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
}

.breadcrumb-separator:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  list-style: none;
  font-family: "fontawesome";
  content: "/";
  font-weight: bold;
  font-size: 12px;
  color: #ddd;
  margin-top: -5px;
  line-height: 10px;
  opacity: 0.5;
}

/* PAGE BANNERS AND TITLES */
.pagetitle {
  overflow: hidden;
  padding: 20px 0 20px;
  margin: 0;
  background-position: center;
  background-size: cover;
}

.pagetitle .pagetitle-title {
  margin: 0;
  float: left;
  font-size: 2.5em;
}

/* HOMEPAGE TAGLINE */
.tagline {
  padding: 50px 0 50px;
  font-size: 1.5em;
  text-align: center;
}

/* SECTION HEADINGS */
.section-heading {
  margin: 0 0 60px;
  text-align: center;
  font-size: 2em;
}

/* HOMEPAGE FEATURES */
.features {
  margin: 0;
  background: rgba(0, 0, 20, 0.05);
  padding: 60px 0 30px;
}

.features .feature {
  margin-bottom: 30px;
  text-align: center;
}

.features .feature .feature-image img {
  margin: 0 0 20px;
  border-radius: 3px;
}

.features .feature .feature-icon {
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 26px;
  margin: 0 auto 20px;
  line-height: 30px;
  border-radius: 100px;
}

.features .feature .feature-title {
  margin: 0 0 20px;
  font-size: 1.3em;
}

.features .feature .feature-content {
  margin: 0;
}

/* TESTIMONIALS */
.testimonials {
  padding: 60px 0 30px;
  margin: 0;
  position: relative;
  transition: 0.3s all;
}

.testimonials-heading {
  margin: 0 10% 40px;
  text-align: center;
}

.testimonial-list {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.testimonial-list .testimonial {
  overflow: hidden;
  position: relative;
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0 10%;
  list-style: none;
}

.testimonial-list .testimonial-content {
  position: relative;
  font-weight: 300;
  padding: 10px 0 0;
  margin: 0 0 20px;
  font-size: 1.3em;
}

.testimonial-list .testimonial-image {
  display: block;
  border-radius: 200%;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}

.testimonial-list .testimonial-name {
  display: inline-block;
  border-top: 2px solid #ccc;
  text-align: left;
  font-size: 1.2em;
  margin: 0;
  padding: 15px 0 0;
  line-height: 1;
}

.testimonial-list .testimonial-name h4 {
  margin: 0 0 5px;
}

.testimonial-list .testimonial-description {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  opacity: 0.6;
  margin: 0 0 5px;
}

.testimonial-list .testimonial p:last-child {
  margin-bottom: 0;
}

/* Testimonial Pager */
.testimonial-pages {
  margin: 30px 0;
  text-align: center;
  transition: 0.4s all;
}

.testimonial-pages .testimonial-page {
  display: inline-block;
  margin: 0 5px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s all;
}

.testimonial-pages .cycle-pager-active {
  background: #fff;
  opacity: 1;
}

.testimonial-pages .testimonial-page img {
  display: block;
  width: 75px;
  border-radius: 200px;
}

/* HOMEPAGE CLIENTS */
.clients {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 40px 0 10px;
}

.clients .client {
  margin: 0 0 30px;
}

.clients .client img {
  display: block;
  margin: 0;
  width: 100%;
}

/* PAGE CONTENT */
/* SIDEBARS */
.widget {
  overflow: hidden;
  margin: 0 0 40px;
}

.sidebar .widget {
  border-top: 1px solid #eee;
  padding: 40px 0 0;
}

.sidebar .widget:first-child {
  border-top: none;
  padding: 0;
}

.widget .widget-title {
  text-transform: uppercase;
  font-size: 1.2em;
}

.widget ul li {
  position: relative;
  padding: 0;
  margin: 0 0 8px;
}

/* FOOTER */
.subfooter {
  overflow: hidden;
  padding: 60px 0 20px;
  background: rgba(0, 0, 0, 0.05);
}

.footer {
  overflow: hidden;
  padding: 30px 0;
  clear: both;
}

.footer-content {
  max-width: 500px;
}

/* --------------------------------------------------------------
3. NAVIGATION
-------------------------------------------------------------- */
/* TOP MENU */
.topmenu {
  float: left;
}

/* MAIN MENU */
.menu-main {
  padding-top: 0;
  float: right;
}

/* Menu Elements */
.menu-main li a {
  padding: 10px;
  font-size: 1.1em;
  color: #777;
}

/* Current item highlight both normally and on hover */
/* Children Elements */
.menu-main .has-children:before {
  color: #ccc;
  content: "\f0d7";
  font-size: 10px;
}

.menu-main li ul {
  margin: 0;
  padding: 10px;
  background: #fff;
  font-size: 0.9em;
  background: #fff;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.menu-main li ul a,
.menu-main li ul a:link,
.menu-main li ul a:visited {
  color: #555;
}

.menu-main>li>ul:before {
  visibility: hidden;
  content: " ";
  opacity: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 20px;
  margin: -7px 0 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9999;
  transition: 0.3s all;
}

.menu-main>li>ul:after {
  visibility: hidden;
  content: " ";
  opacity: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 20px;
  margin: -8px 0 0;
  border-bottom: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9998;
  transition: 0.3s all;
}

.menu-main li ul li a {
  text-transform: none;
}

.menu-main li ul li:hover>a,
.menu-main li ul li a:hover {
  background-color: none;
}

/* MOBILE MENU */
.menu-mobile-open:before {
  border-color: #fff;
}

.menu-mobile-open:after {
  border-color: #fff;
}

/* FOOTER MENU */
.footermenu {
  float: right;
  margin: 0 0 0 40px;
}

.menu-footer {
  text-align: center;
  margin: 0;
}

.menu-footer li a {
  font-weight: bold;
}

.menu-footer li ul li a {
  font-weight: normal;
  font-size: 0.9em;
}

/* SUBMENU NAVIGATION */
/* DOCK NAVIGATION */
.menu-dock {
  overflow: hidden;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.menu-dock .menu-item {
  display: inline-block;
  padding: 3px 15px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  border: 1px solid #eee;
  color: #aaa;
}

.menu-dock .menu-item:hover {
  text-decoration: none;
  opacity: 0.7;
}

.menu-dock .current_page_item,
.menu-dock .current-cat {
  border-bottom: 0;
}

.menu-dock .current_page_item a,
.menu-dock .current-cat a {
  background: #e85f52;
  color: #fff;
}

.menu-dock .current_page_item ul li a,
.menu-dock .current-cat ul li a {
  color: #222;
  background: none;
}

/* SERVICES NAVIGATION */
.menu-services {
  overflow: hidden;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

.menu-services .menu-item {
  display: inline-block;
  padding: 3px 15px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  border: 1px solid #eee;
  color: #aaa;
}

.menu-services .menu-item:hover {
  text-decoration: none;
  opacity: 0.7;
}

.menu-services .current_page_item,
.menu-services .current-cat {
  border-bottom: 0;
}

.menu-services .current_page_item a,
.menu-services .current-cat a {
  background: #e85f52;
  color: #fff;
}

.menu-services .current_page_item ul li a,
.menu-services .current-cat ul li a {
  color: #222;
  background: none;
}

/* NEXT/PREV POST NAVIGATION */
.navigation .nav-prev,
.navigation .nav-next {
  padding: 0 30px;
}

.navigation .nav-prev:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  list-style: none;
  font-family: "fontawesome";
  content: "\f104";
  font-size: 30px;
  color: #999;
  margin-top: -15px;
  line-height: 30px;
}

.navigation .nav-next:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  list-style: none;
  font-family: "fontawesome";
  content: "\f105";
  font-size: 30px;
  color: #999;
  margin-top: -15px;
  line-height: 30px;
}

/* NUMBERED PAGINATION */
.pagination span,
.pagination a {
  border-radius: 3px;
}

/* NUMBERED PAGINATION FOR SINGLE POSTS */
/* --------------------------------------------------------------
4. POSTS & PAGES
-------------------------------------------------------------- */
/* POSTS */
.post {
  margin: 0 0 50px;
}

.post .post-image {
  margin: 0 0 20px;
}

.post .post-image img {
  display: block;
  margin: 0;
  line-height: 0em;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.post .post-author {
  float: right;
  width: 50px;
  margin: 5px 0 0px 20px;
}

.post .post-author img {
  display: block;
  border-radius: 100px;
}

.post .post-title {
  padding: 0;
  margin: 0 0 10px 0;
}

.post .post-title a {
  color: inherit;
}

.post .post-byline {
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px;
  color: #aaa;
  font-size: 0.8em;
}

.post .post-byline div {
  float: left;
  position: relative;
  padding: 0 22px;
  margin-bottom: 10px;
}

.post .post-byline div:last-child {
  padding-right: 0;
}

.post .post-byline div:before {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-family: "fontawesome";
  content: "\f007";
  text-align: center;
}

.post .post-byline .post-date:before {
  content: "\f133";
}

.post .post-byline .post-author:before {
  content: "\f040";
}

.post .post-byline .post-category:before {
  content: "\f07b";
}

.post .post-byline .post-comments:before {
  content: "\f075";
}

.post .post-tags {
  display: block;
  margin: 30px 0;
}

.post .post-tags a {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  border: 1px solid #eee;
  color: #aaa;
}

.post .post-tags a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.post .post-content {
  padding: 0;
  margin: 0 0 15px 0;
}

.post .post-content p:last-child {
  margin-bottom: 0;
}

.post .readmore {
  display: inline-block;
  border-top: 2px solid #ccc;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 0;
  padding: 15px 0 0;
}

/* Single posts */
.single .post .post-author {
  position: relative;
}

.single .post .post-author img {
  width: 50px;
  max-width: 50px;
}

/* AUTHOR BIOS */
.author-info {
  clear: both;
  padding: 30px 0;
  margin: 0 0 40px;
  border: 1px solid #eee;
  border-width: 1px 0;
}

.author-info .author-image {
  float: left;
  margin: 0;
  width: 100px;
}

.author-info .author-image img {
  display: block;
  line-height: 0;
  margin: 0;
  border-radius: 100px;
}

.author-info .author-body {
  margin-left: 120px;
}

.author-info .author-name {
  margin: 0 0 10px;
}

.author-info .author-description {
  margin: 0 0 10px;
}

.author-info .author-social {
  margin: 0 0 0;
}

.author-info .author-social a {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  border: 1px solid #eee;
  color: #aaa;
}

.author-info .author-social a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* INDIVIDUAL DOCK ITEMS */
.cpo_dock .dock-media {
  margin: 0 0 30px;
}

.cpo_dock .dock-image {
  text-align: center;
}

.cpo_dock .dock-details {
  padding-left: 5%;
  margin-bottom: 30px;
  padding: 15px 30px 30px;
  box-sizing: border-box;
  border-radius: 2px;
}

.cpo_dock .dock-details div {
  margin: 15px 0 0;
  border-top: 1px solid #fff;
  padding: 15px 0 0 30px;
  position: relative;
}

.cpo_dock .dock-details p:last-child {
  margin: 0;
}

.cpo_dock .dock-details div:first-child {
  margin: 0;
  border-top: none;
}

.cpo_dock .dock-details .details-icon {
  position: absolute;
  display: block;
  width: 15px;
  margin-top: 1px;
  font-size: 1.3em;
  text-align: center;
  left: 0;
  top: 17px;
}

/* DOCK SHOWCASE */
.dock {
  clear: both;
  padding: 0 0 40px;
}

.home .dock {
  padding: 0;
}

.dock-heading {
  padding: 60px 0 0;
}

.dock-item {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}

.dock-item-image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.dock-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: auto;
  line-height: 0;
  transition: 0.3s all;
}

.dock-item .dock-item-overlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: 0.3s all;
  z-index: 9999;
}

.dock-item .dock-item-title {
  position: absolute;
  bottom: 50%;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  transition: 0.4s all;
  font-weight: bold;
}

.dock-item .dock-item-description {
  position: absolute;
  top: 50%;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  transition: 0.4s all;
}

.dock-item a:hover {
  text-decoration: none;
}

.dock-item:hover .dock-item-overlay {
  opacity: 1;
}

.dock-item:hover img {
  transform: scale(1.1);
}

.dock-item .post-edit-link {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 999999;
}

/* SERVICES */
/* disabled by  Aleee */
/*
.services { margin:0; padding:60px 0 30px; }
.services-heading { text-align:center; margin:0 auto 40px; max-width:900px; }
.service { margin-bottom:30px; }
.service a:hover { text-decoration:none; }
.service .service-body { margin:0 0 30px 80px; }
.service .service-icon { font-family:'fontawesome'; float:left; text-align:center; width:60px; height:60px; font-size:30px; margin:0 0 20px; line-height:60px; border:1px solid #ddd; border-radius:50%; }
.service .service-title { margin:0 0 10px; font-size:1.4em; }
.service .service-title a { color:inherit; }
.service .service-content { margin:0; }
.service .service-content p:last-child { margin-bottom:0; }
.service .service-image { display:block; margin:0; }
.service .service-readmore { display:inline-block; border-top:2px solid #ccc; font-weight:bold; text-transform:uppercase; margin:15px 0 0; padding:15px 0 0; }
*/
/* CLIENTS */
.client {
  text-align: center;
}

.client .client-image {
  display: block;
  width: 100%;
}

.client a .client-image:hover {
  opacity: 0.8;
}

.client .client-title {
  margin: 0;
}

/* --------------------------------------------------------------
5. COMMENTS
-------------------------------------------------------------- */
/* COMMENTS */
.comments {
  clear: both;
  margin: 0;
}

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.comment {
  overflow: hidden;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.commentlist>.comment {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.commentlist>.comment:first-child {
  padding-top: 0;
  border-top: none;
}

.comment .comment-avatar {
  float: left;
}

.comment .comment-avatar img {
  display: block;
  margin-top: 5px;
  width: 50px;
  border-radius: 100px;
}

.comment .comment-title {
  padding: 0;
  margin-left: 70px;
}

.comment .comment-author {
  display: block;
  font-size: 1.3em;
}

.comment .comment-date {
  font-size: 0.9em;
}

.comment .comment-approval {
  display: block;
  padding: 0 10px 0;
  margin: 0;
}

.comment .comment-content {
  margin: 10px 0 30px 70px;
  padding: 0;
}

.comment .comment-options {
  overflow: hidden;
  float: right;
  text-align: right;
  padding: 5px 0;
  border-radius: 2px;
  font-size: 0.9em;
}

.comment .comment-options a {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  margin-left: 5px;
  border: 1px solid #eee;
  color: #aaa;
}

.comment .comment-options a:first-child {
  margin: 0;
}

/* Contents Styling for Comment Body */
.comment .comment-content ul,
.comment .comment-content ol {
  margin-bottom: 18px;
}

.comment .comment-content p:last-child {
  margin-bottom: 6px;
}

.comment .comment-content blockquote p:last-child {
  margin-bottom: 24px;
}

/* Nested Comments */
.comment .children {
  list-style: none;
  margin: 0 0 30px 50px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 20px 20px 0;
}

.comment .children .comment-avatar img {
  width: 30px;
}

.comment .children .comment-title {
  padding: 0;
  margin-left: 50px;
}

.comment .children .comment-content {
  margin: 10px 0 20px 50px;
  padding: 0;
}

/* Pingbacks & Trackbacks */
.comments ol.pinglist {
  margin: 0;
}

.comments .pingback {
  list-style: none;
  margin: 0 0 10px 0;
}

.comments .pingback .url {
  font-style: italic;
}

/* COMMENT FORM */
.comment-respond {
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}

.comment-respond p {
  overflow: hidden;
}

/* Fields */
.comment-respond .comment-notes {
  display: none;
}

.comment-respond .required {
  color: #ff4b33;
}

.comment-respond label {
  display: block;
  padding: 5px 0;
}

.comment-respond textarea {
  height: 200px;
  max-height: 400px;
  min-height: 200px;
  resize: vertical;
}

/* Nested Form */
#cancel-comment-reply-link {
  float: right;
  display: block;
  font-size: 0.9em;
}

/* Allowed Tags */
.comment-respond .form-allowed-tags {
  display: none;
  color: #888;
  font-size: 0.9em;
}

.comment-respond .form-allowed-tags code {
  display: block;
  font-size: 0.9em;
}

/* --------------------------------------------------------------
RESPONSIVE STYLES
-------------------------------------------------------------- */
/* LARGE SCREENS */
/* TABLET SCREENS (LANDSCAPE) */
/* TABLET PORTRAIT */
@media screen and (max-width: 800px) {
  .header .logo {
    float: left;
  }

  .slider-slides .slide .slide-caption,
  .slider-slides .slide .slide-image {
    float: none;
    width: auto;
  }

  .pagetitle .pagetitle-title {
    float: none;
    font-size: 2em;
  }

  .breadcrumb {
    float: none;
  }
}

/* SMARTPHONE */
@media only screen and (max-width: 600px) {
  .social {
    float: left;
  }

  .slider-slides .slide .slide-title {
    font-size: 2em;
  }

  .slider-slides .slide .slide-image {
    display: none;
  }

  .slider-slides .slide .slide-caption {
    margin: 0 50px;
  }

  .testimonial-list .testimonial-image {
    max-width: 150px;
  }

  /* NAVIGATION */
  .menu-top {
    text-align: center;
  }

  .menu-top li {
    display: inline-block;
  }

  .menu-top li a {
    margin: 0 auto;
  }

  .footermenu {
    float: none;
    margin: 0 0 30px;
  }

  .menu-footer li a {
    margin: 0 10px 10px 0;
  }
}

/**
 * Breakpoint Configuration
 * @see http://breakpoint-sass.com/
 *
 * Our guidelines: https://camppacific.atlassian.net/wiki/spaces/TT/pages/1628862/Mobile+Responsive+Guidelines
 *
 */
.debug {
  border: #ee2027 solid 1px;
}

body {
  color: #5c696e;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 801px) {
  .no-desktop {
    display: none !important;
  }
}

a:hover {
  text-decoration: none;
}

/*!-------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff;
  font-size: 0.875rem !important;
}

/*!-------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.topbar {
  height: 0.3125rem;
}

#header .container {
  max-width: 100%;
  padding: 0;
}

.header-wrapper {
  padding: 0 !important;
}

.transparent-header .header {
  position: relative;
}

.header #logo img {
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .header #logo {
    background-color: #ffffff;
    float: none;
    padding: 2.5rem 0;
  }
}

#topbar-mobile {
  background-color: #ee2027;
}

#menu-main {
  background-color: #ebebeb;
  border-top: #c8cfd2 solid 2px;
  border-bottom: #c8cfd2 solid 2px;
  float: none;
}

@media screen and (min-width: 801px) {
  .menu-main {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20%;
  }
}

.menu-main li {
  margin: 0 auto;
}

.menu-main li a {
  font-family: "Montserrat", sans-serif !important;
  color: #7b8c92 !important;
  font-size: 1.0625rem !important;
  text-transform: uppercase;
}

@media screen and (min-width: 1199px) and (max-width: 1330px) {
  .menu-main li a {
    font-size: 0.9375rem !important;
  }
}

@media screen and (min-width: 1099px) and (max-width: 1200px) {
  .menu-main li a {
    font-size: 0.8125rem !important;
  }
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
  .menu-main li a {
    font-size: 0.6875rem !important;
  }
}

#menu-main .menu-title:hover {
  color: #ee2027 !important;
}

.current-menu-item .menu-icon,
.current-menu-item .menu-icon>span {
  color: #ee2027 !important;
}

.current-menu-item .menu-title {
  color: #ee2027 !important;
}

.current-menu-parent .menu-title {
  color: #1eafe5;
}

.sub-menu .menu-item .menu-title {
  color: #7b8c92;
}

/* Mobile menu */
@media screen and (max-width: 800px) {
  .header #logo img {
    margin: 10px 20px;
  }

  .menu-mobile-open:after,
  .menu-mobile-open:before {
    border-color: #7b8c92;
    border-width: 3px 0;
  }
}

/*!-------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.wrapper {
  background-image: url("images/aquabus_rainbow_border.png");
  background-repeat: repeat-x;
}

#footer {
  background-image: url("images/aquabus_rainbow_border.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

/*!-------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  color: #7b8c92 !important;
  font-size: 3rem !important;
}

.pagetitle-title {
  float: none !important;
  text-align: center !important;
}

h2 {
  color: #5c696e;
  font-size: 1.5rem !important;
}

h3 {
  color: #5c696e;
  font-size: 1.125rem !important;
}

p {
  font-family: "Crimson Text", serif;
  font-size: 1.125rem !important;
}

/*!-------------------------------------------------------------
# General SASS Styles
--------------------------------------------------------------*/
.main {
  padding-top: 0;
}

/* FEATURES GRC custom css */
#features .features {
  background-color: #ebebeb;
}

#features .section-heading {
  margin-bottom: 1.25rem;
}

#features .feature-icon {
  height: auto;
  width: auto;
}

#features span.icon-aquabus_icon-grc {
  color: #5c696e;
  font-size: 5.25rem;
}

#features .row:last-child .column.col4 {
  width: 100%;
}

.slideshow {
  margin-bottom: -0.3125rem;
}

/* WIDGETS GRC custom css */
.widgettitle,
.widget-title {
  display: none;
}

.grc-bottom-services-widget-area {
  background-color: #ffffff;
}

.grc-bottom-services-widget-area:nth-child(2n + 1) {
  /* We first create a flex layout context */
  /* Then we define the flow direction 
      and if we allow the items to wrap 
    * Remember this is the same as:
    * flex-direction: row;
    * flex-wrap: wrap;
    */
  /* Then we define how is distributed the remaining space */
}

.subfooter,
#footer {
  background-color: #2d3336 !important;
}

.subfooter *,
#footer * {
  color: #7b8c92;
}

.subfooter .container,
#footer .container {
  max-width: 100%;
}

.subfooter a,
#footer a {
  color: #7b8c92 !important;
}

.subfooter a:hover,
#footer a:hover {
  color: #ee2027 !important;
  text-decoration: none;
}

.subfooter [class^="icon-"],
.subfooter [class*=" icon-"],
#footer [class^="icon-"],
#footer [class*=" icon-"] {
  font-size: 2.5em;
}

.subfooter {
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.footer {
  padding: 0 0 30px 0;
}

/* Start of Giorgio Single Dock 04/08/2018 */
/*!-------------------------------------------------------------
# Aleee.it Styles
# please add important comments using this comment type: /*  * /
--------------------------------------------------------------*/
/* Aleee Styles start */
/* Secondary Navigation - Buy Tickets ribbon */
.secondary-color-bg {
  background-color: transparent !important;
}

.secondary-color-bg .topmenu {
  position: relative;
  top: 0.3125rem;
}

.secondary-color-bg .topmenu .menu-top {
  width: 30%;
}

.secondary-color-bg .topmenu .menu-link {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
}

.secondary-color-bg .topmenu li.menu-highlight .icon-aquabus_icon-11:before {
  font-size: 8em;
  font-weight: 500;
}

.secondary-color-bg .topmenu li.menu-highlight:hover .icon-aquabus_icon-11:before {
  color: #1eafe5;
  font-weight: 400;
  transition: color 0.5s;
}

.secondary-color-bg .topmenu li .close-ribbon {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 10em;
}

.secondary-color-bg .topmenu li .close-ribbon:after {
  content: "";
  position: absolute;
  height: 12em;
  border: 5em solid #ee2027;
  z-index: -1;
  top: 0;
  border-top-width: 1.5em;
  border-bottom-width: 2em;
  border-bottom-color: transparent;
  right: 0;
  transition: height 0.5s;
}

.secondary-color-bg .topmenu li .close-ribbon:hover:after {
  border-bottom-color: transparent;
  height: 13em;
}

.secondary-color-bg .topmenu li .close-ribbon:hover {
  opacity: 0.95;
}

.secondary-color-bg .topmenu li a {
  background-color: transparent;
  padding-top: 0;
}

.secondary-color-bg .topmenu li a:hover {
  text-decoration: none;
}

.secondary-color-bg .topmenu li span.icon-aquabus_icon-11 {
  float: left;
  width: 100%;
  text-align: center;
}

/* BOTTOM SLIDER WIDGET AREA */
.grc-bottom-slider-widget-area {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
}

.grc-bottom-slider-widget-area .widgettitle {
  display: -ms-flexbox;
  display: flex;
  background-color: #ed2027;
  color: white;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px 0 48px;
  position: relative;
  height: 98px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

.grc-bottom-slider-widget-area .widgettitle:after {
  content: "";
  position: absolute;
  display: bock;
  width: 0px;
  height: 0px;
  right: -12px;
  top: 0;
  border-right: 12px solid transparent;
  border-left: 0px solid transparent;
  border-top: 98px solid #ed2027;
}

.grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section {
  display: table-cell;
  padding: 0 96px;
  height: 98px;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

.grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section h4 {
  color: #686868;
  margin-bottom: 0;
}

.grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section .mute {
  color: #b5b5b5;
  margin-bottom: 0;
}

.grc-bottom-slider-widget-area .background-number {
  position: absolute;
  font-size: 136px;
  font-style: italic;
  font-weight: bold;
  color: #eef2fb;
  top: 0;
  left: 0;
  line-height: 98px;
}

.grc-bottom-slider-widget-area .background-icon {
  position: absolute;
  font-size: 64px;
  font-weight: bold;
  color: #ed2027;
  top: 7px;
  left: 21px;
}

.grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section-pick .background-icon {
  left: 11px;
}

.grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section-final {
  display: table-cell;
  /* padding-right: 48px; */
  padding-right: 1em;
  vertical-align: middle;
  height: 98px;
  text-align: right;
}

.grc-bottom-slider-widget-area .aquabus-buy-button {
  white-space: nowrap;
}

@media only screen and (max-width: 1150px) {
  .grc-bottom-slider-widget-area .textwidget.custom-html-widget {
    margin: 0 auto;
  }

  .grc-bottom-slider-widget-area {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .grc-bottom-slider-widget-area .widgettitle {
    background-color: #5c696e;
    width: 100%;
    padding: 0.5em;
    text-align: center;
    display: block;
    height: auto;
    width: 100%;
  }

  .grc-bottom-slider-widget-area .widgettitle:after {
    display: none;
  }

  .grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    height: auto;
    padding: 16px 0 16px 64px;
    font-size: 1em;
  }

  .grc-bottom-slider-widget-area .background-number {
    font-size: 64px;
  }

  .grc-bottom-slider-widget-area .background-icon {
    font-size: 32px;
    top: 26px;
    left: 12px;
  }

  .grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section-pick .background-icon {
    left: 4px;
  }

  .grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section-final {
    width: 100%;
    display: block;
    padding: 16px;
    margin: 0;
    text-align: center;
    height: auto;
  }
}

/* Home page tag line */
.home #tagline {
  padding: 0;
}

/* top features widget area */
.grc-top-features-widget-area {
  background-color: white;
  text-align: center;
}

.grc-top-feature-widget-area-download-map {
  background-color: #ed2027;
  color: white;
  padding: 1.5em 0;
}

.grc-top-feature-widget-area-download-map .download-map-button {
  display: inline-block;
  border: solid 1px #fff;
  padding: 0em 1em 0.5em 1em;
  margin-left: 1.5em;
  color: white;
}

.grc-top-feature-widget-area-download-map .download-map-button:hover {
  text-decoration: none;
}

.grc-top-features-widget-area .widgettitle {
  text-align: center;
  padding-top: 2em;
}

/*
.grc-top-features-widget-area .mobile{
	display: none;
}

.grc-top-features-widget-area .desktop{
	display: inline-block;
}*/
@media only screen and (max-width: 800px) {
  .no-mobile {
    display: none;
  }
}

/* */
.wrapper-img-hover {
  position: relative;
}

.wrapper-img-hover .inner-block {
  font-size: 2em;
  width: 93%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.wrapper-img-hover .slider-top-right {
  position: relative;
  width: 100%;
  height: 100%;
}

.dock-item .inner-block:before {
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 10000;
  transition: width 0.5s ease-out;
}

.dock-item:hover .inner-block:before {
  width: 4px;
  height: 100%;
  transition: height 0.5s ease-in;
}

.dock-item .inner-block:after {
  top: 0;
  right: 0;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 10000;
  transition: width 0.5s ease-out;
}

.dock-item:hover .inner-block:after {
  width: 4px;
  height: 100%;
  transition: height 0.5s ease-in;
}

.dock-item .slider-top-right:before {
  top: 0;
  left: 0;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 10000;
  transition: width 0.5s ease-out;
}

.dock-item:hover .slider-top-right:before {
  height: 4px;
  width: 100%;
  transition: width 0.5s ease-in;
}

.dock-item .slider-top-right:after {
  bottom: 0;
  right: 0;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 10000;
  transition: width 0.5s ease-out;
}

.dock-item:hover .slider-top-right:after {
  height: 4px;
  width: 100%;
  transition: width 0.5s ease-in;
}

/* end of Aleee 01/08/2018 */
/* top services widget*/
.grc-top-services-widget-area {
  position: relative;
  /* height: 400px; */
  height: 55vh;
  width: 100%;
  background-image: url("/wp-content/uploads/2015/03/Aquabus-boat-5.jpg");
  background-size: cover;
  background-position-y: center;
}

.grc-top-services-widget-area .background-overlay {
  position: absolute;
  background: rgba(2, 23, 37, 0.7);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.grc-top-services-widget-area .grc-top-services-widget-area-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  z-index: 199;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 25%;
}

.grc-top-services-widget-area .grc-top-services-widget-area-content h1 {
  color: #fff;
  font-weight: bold;
}

/* home services  */
.services {
  margin: 0;
  padding: 60px 0 30px;
  background: url("/wp-content/uploads/2018/08/aquabus_wave.jpg") repeat;
  background-size: auto;
}

.services-heading {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 900px;
}

.service {
  background-color: #fff;
  border: solid 1px #e1e5e7;
  margin-bottom: 30px;
  padding: 24px;
}

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

.service .service-body {
  text-align: center;
}

.service .service-icon {
  font-family: "fontawesome";
  text-align: center;
  font-size: 96px;
  color: #34b2e8;
}

.service .service-title {
  margin: 0 0 10px;
  font-size: 1.4em;
  font-weight: bold;
  color: #106a8c;
}

.service .service-title a {
  color: inherit;
}

.service .service-content {
  margin: 0;
}

.service .service-content p:last-child {
  margin-bottom: 0;
}

.service .service-image {
  display: block;
  margin: 0;
}

.service .service-readmore {
  display: inline-block;
  border-top: 2px solid #ccc;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 0;
  padding: 15px 0 0;
}

/* end of Aleee 02/08/2018 */
/* dock */
.single-cpo_dock #content {
  background-color: #c8cfd2;
}

.single-cpo_dock .page-content {
  max-width: 50%;
  margin: -4rem auto 4rem auto;
  z-index: 10;
  border: solid 1px #5c696e;
}

/*
.single-cpo_dock .page-content section:nth-child(even) {
    background-color: #ebebeb; 
}
.single-cpo_dock .page-content section:nth-child(odd) {
    background-color: #ffffff; 
}
*/
.single-cpo_dock .page-content header {
  background-color: #5c696e;
  padding: 0.8em 1.6em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-cpo_dock .page-content header h1,
.single-cpo_dock .page-content header h2 {
  color: #ffffff;
}

.single-cpo_dock .page-content .features {
  background-color: #ffffff;
}

.single-cpo_dock .page-content p {
  font-family: "Montserrat";
  margin-bottom: 0;
}

.single-cpo_dock .page-content header .dock-header-counter,
.dock-header-counter {
  background-color: #ee2027;
  border: solid 2px #fff;
  border-radius: 100%;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.2em;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
  color: #fff;
}

@media only screen and (min-width: 601px) {
  .dock-item .dock-header-counter {
    margin-right: 50%;
    margin-left: 45%;
    margin-bottom: 1em;
  }
}

.single-cpo_dock .page-content header h2 {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0.5em;
}

.single-cpo_dock .page-content header span[class^="icon-aquabus"],
.single-cpo_dock .page-content header span[class*=" icon-aquabus"] {
  font-size: 3.2rem;
  margin: 0 0.5rem;
}

.single-cpo_dock .page-content header .aquabus-buy-button {
  margin: 10px 20px;
}

.single-cpo_dock .page-content .dock-timetable {
  background-color: #eff3f6;
  text-align: center;
  padding: 0.8em 2.4em;
}

.single-cpo_dock .page-content .dock-timetable h2 {
  margin-bottom: 0.6em;
}

.single-cpo_dock .page-content .dock-timetable p {
  margin-bottom: 0.4em;
}

.single-cpo_dock .page-content .dock-description {
  padding: 0.8em 2.4em;
  background-color: #fff;
}

.single-cpo_dock .page-content .download-map-button {
  border: solid 1px #b2b8bb;
  display: inline-block;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 2px;
  margin-top: 0.5em;
}

.single-cpo_dock .page-content .download-map-button .icon-aquabus_icon-08:before {
  color: #0f6a8c;
  font-size: 2em;
  position: relative;
  bottom: -0.4375rem;
}

.home .icon-aquabus_icon-08:before {
  font-size: 2em;
  position: relative;
  bottom: -0.4375rem;
}

.single-cpo_dock_content .cpo_dock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-cpo_dock_content .cpo_dock .clear {
  display: none;
}

.single-cpo_dock_content .cpo_dock .docks-navigation {
  min-width: 25%;
  text-align: center;
}

.single-cpo_dock_content .cpo_dock .docks-navigation .docks-navigation-icon {
  font-size: 4rem;
  display: inline-block;
  margin: 8rem auto 2rem auto;
}

@media only screen and (max-width: 800px) {
  .single-cpo_dock_content .cpo_dock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-cpo_dock .page-content {
    width: 90%;
    max-width: 90%;
    margin: -2rem 5% 4rem 5%;
    z-index: 10;
    border: solid 1px #5c696e;
    -ms-flex-order: 1;
    order: 1;
  }

  .single-cpo_dock .page-content h2 {
    font-size: 1rem !important;
  }

  .single-cpo_dock .page-content header span[class^="icon-aquabus"],
  .single-cpo_dock .page-content header span[class*=" icon-aquabus"] {
    font-size: 2rem;
    margin: 0 0.2rem;
  }

  .single-cpo_dock .page-content header .aquabus-buy-button {
    margin: 5px 10px;
  }

  .single-cpo_dock_content .cpo_dock .docks-navigation.left-side {
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    min-width: 50%;
    margin-bottom: 2rem;
  }

  .single-cpo_dock_content .cpo_dock .docks-navigation.right-side {
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    min-width: 50%;
  }

  .single-cpo_dock_content .cpo_dock .docks-navigation .docks-navigation-icon {
    margin: 0 0 2rem 0;
  }
}

@media only screen and (min-width: 801px) {
  .menu-item .menu-description {
    display: none;
  }
}

.subfooter .widget {
  margin: 10px 0 0 0;
}

.subfooter .subfooter-address {
  font-style: normal;
}

.subfooter .subfooter-contact {
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.subfooter .subfooter-contact span[class^="icon-aquabus"],
.subfooter .subfooter-contact span[class*=" icon-aquabus"] {
  display: block;
  margin-left: 1em;
}

.subfooter .subfooter-contact a {
  display: block;
}

.footer .menu-footer-menu-container .menu-item {
  border-right: solid 2px #7b8c92;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
}

.footer .menu-footer-menu-container .menu-item:last-child {
  border: none;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  .subfooter {
    text-align: center;
  }

  .subfooter .subfooter-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .subfooter .subfooter-contact span[class^="icon-aquabus"],
  .subfooter .subfooter-contact span[class*=" icon-aquabus"] {
    -ms-flex: 0 20%;
    flex: 0 20%;
    margin-left: 0;
  }

  .subfooter .subfooter-contact a {
    -ms-flex: 0 80%;
    flex: 0 80%;
  }

  .footer .menu-footer-menu-container .menu-item {
    border: none;
  }
}

/* social */
.grc-bottom-services-widget-area {
  position: relative;
}

.grc-bottom-services-widget-area .social-panel {
  position: absolute;
  width: 400px;
  text-align: center;
  padding: 1rem;
  top: 15%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 2px;
}

.grc-bottom-services-widget-area .social-panel h2 strong {
  display: block;
  font-weight: 400;
}

.grc-bottom-services-widget-area .social-panel h2 small {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.grc-bottom-services-widget-area .social-panel .social-link-list {
  font-size: 2.2em;
}

@media only screen and (max-width: 800px) {
  .grc-bottom-services-widget-area .social-panel {
    position: static;
    width: auto;
  }

  #sb_instagram {
    height: auto !important;
  }
}

/* end of Aleee 05/08/2018 */
/* Start GRC mobile settings 05/08/2018 */
/*  plan your trip mobile */
@media only screen and (max-width: 800px) {
  .grc-bottom-slider-widget-area .textwidget.custom-html-widget {
    margin: 0 auto;
  }

  .grc-bottom-slider-widget-area .grc-bottom-slider-widget-area-section-final {
    padding: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .grc-bottom-slider-widget-area .background-number {
    /* line-height: 64px; */
    font-size: 5rem;
  }

  .grc-bottom-slider-widget-area .background-icon {
    top: 0.625rem;
  }
}

@media only screen and (max-width: 446px) {
  .grc-top-feature-widget-area-download-map .download-map-button {
    margin-top: 1em;
  }
}

/*  false creek section mobile */
@media only screen and (max-width: 600px) {
  .grc-top-services-widget-area .grc-top-services-widget-area-content {
    padding: 1em;
  }

  .grc-top-services-widget-area h1 {
    font-size: 1.8em !important;
  }

  .grc-top-services-widget-area p {
    font-size: 0.9rem;
  }
}

/*  dock content mobile */
@media only screen and (max-width: 530px) {
  .single-cpo_dock .page-content header {
    padding: 0.5em;
  }

  .single-cpo_dock .page-content header .aquabus-buy-button {
    margin: 0;
  }
}

@media only screen and (max-width: 460px) {
  .icon-aquabus_icon-14 {
    display: none;
  }

  .single-cpo_dock .page-content header span[class^="icon-aquabus"],
  .single-cpo_dock .page-content header span[class*=" icon-aquabus"] {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 400px) {
  header span {
    display: none;
  }
}

/*  features content mobile */
@media only screen and (max-width: 800px) {
  .features {
    padding: 1.25rem;
  }

  .features .feature {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .features .feature {
    width: 50%;
    float: left;
  }

  .features .feature .feature-content:last-child {
    margin-top: 10px;
    width: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .features .feature .feature-title {
    margin: 0px;
    font-size: 1em !important;
  }

  .section-heading {
    font-size: 1.5em;
  }

  #features span.icon-aquabus_icon-grc {
    font-size: 2rem;
  }
}

/*  services content mobile */
@media only screen and (max-width: 800px) {
  .services {
    padding: 15px 5px;
    background: none;
    background-size: auto;
  }

  .services .service {
    margin-bottom: 10px;
    padding: 10px 5px;
  }

  .services .service .service-icon {
    font-size: 4em;
    line-height: 1.2em;
  }
}

/*  docks loop on home mobile */
@media only screen and (max-width: 800px) {
  .dock-item .dock-item-overlay {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .dock-item {
    border-bottom: 0.125rem #c8cfd2 solid;
  }
}

/* ribbon menu mobile */
@media only screen and (max-width: 800px) {
  .topmenu {
    width: 100%;
  }

  .topmenu .menu-item.menu-highlight>a:hover {
    text-decoration: none;
    cursor: pointer;
  }

  .menu-top .menu-item {
    width: 100%;
  }

  .menu-top .menu-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .menu-top .menu-link:hover {
    opacity: 0.9;
  }

  .menu-top .menu-link:hover .menu-title {
    color: #1eafe5;
    transition: color 0.5s;
  }

  .menu-top .menu-link:before {
    font-family: "icomoon" !important;
    content: "\e90a";
    color: #fff;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .menu-top .menu-title {
    display: inline-block;
    -ms-flex-order: 2;
    order: 2;
    font-size: 0.9rem;
    border: solid 1px #fff;
    padding: 0.3em;
  }

  .menu-top .menu-description {
    display: inline-block;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
}

/* end of Aleee 05/08/2018 */
/* GRC 06/08/2018 */
.weather-atlas-wrapper {
  font-size: inherit;
  border: none !important;
}

.weather-atlas-wrapper .daily,
.weather-atlas-wrapper .hourly {
  border: none !important;
}

.weather-atlas-header,
.weather-atlas-footer,
.current_text_2 {
  display: none !important;
}

.single-image {
  margin: 0 auto;
}

#topbar.topbar .container {
  margin: 0;
}

#footermenu .menu-title:hover,
.subfooter a:hover,
#footer a:hover {
  color: #ee2027;
  transition: color 0.5s;
}

/* AF 09/08/2018 */
.cpo_dock .wp-block-cover-image {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .dock-item .dock-item-title {
    top: 10%;
    left: 0;
    width: auto;
    margin: 0;
    padding: 0.5em 1em;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

/* GRC 10/08/2018 */
@media only screen and (min-width: 801px) {
  #services .row {
    display: flex;
    flex-wrap: wrap;
  }

  #services .column-narrow {
    display: flex;
  }
}

.services {
  border-top: 1px solid #e1e5e7;
}

@media only screen and (max-width: 600px) {
  #sb_instagram {
    display: none;
  }

  .home #sb_instagram {
    display: block;
  }
}

@media only screen and (min-width: 601px) {
  .dock-item .dock-item-title {
    font-size: 2em !important;
  }
}

.dock {
  padding-bottom: 0;
}

aside#dock-nav-left:hover span.docks-navigation-icon:before {
  margin-right: 0.3em;
  color: #ee2027;
  transition: color 0.5s;
  transition: margin-right 0.5s;
}

aside#dock-nav-right:hover span.docks-navigation-icon:before {
  margin-left: 0.3em;
  color: #ee2027;
  transition: color 0.5s;
  transition: margin-left 0.5s;
}

/* table for dock schedule */
.dock-timetable tr:nth-child(2n + 1),
.page tr:nth-child(2n + 1) {
  background-color: #f2f2f2 !important;
}

@media only screen and (max-width: 800px) {
  .slider-slides .slide-center .slide-caption h1 {
    font-size: 2em !important;
  }
}

/* Kelsey Changes, revised by GRC 08/2018 */

/* Add padding to Boats on Desktop */
.home img.no-mobile.attachment-full.size-full {
  margin: 50px 0;
}

/* Discover False creek header colour change */
.grc-top-services-widget-area .grc-top-services-widget-area-content h1 {
  color: #e4e4e4 !important;
  font-weight: bold;
}

/* Remove text-shadown on weahter updated */
.weather-atlas-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-shadow: none;
}

/* Change service paragraph text size and font */
.service-content p {
  font-family: "Montserrat";
  font-size: 0.9rem !important;
}

/* Change Follow Us fonte size */
.grc-bottom-services-widget-area .social-panel h2 small {
  font-size: 1rem;
  font-weight: normal;
}

/* Change footer email and phone font size */
.subfooter .subfooter-contact {
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
}

/* Mobile */
/* Add margin on boat images on Mobile */
.home img.no-desktop.boat-1.attachment-full.size-full {
  margin: 20px 0 0 0 !important;
}

.home img.no-desktop.boat-2.attachment-full.size-full {
  margin: 0 0 20px 0;
}

/* ssws 03/2022 */
/* fare saving page */
.grc-bottom-slider-widget-area-section-final .wp-block-group__inner-container {
  display: flex;
  margin-right: 1em;
}

@media only screen and (max-width: 800px) {
  li.no-desktop {
    margin: 1em 2em;
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  li.no-desktop .menu-link {
    min-width: 6em;
    text-align: center;
  }

  /* fare saving page */
  .grc-bottom-slider-widget-area-section-final .wp-block-group__inner-container {
    justify-content: space-evenly;
  }
}

/* Change Heading size Most of our boats */
@media only screen and (max-width: 600px) {
  .section-heading {
    font-size: 1.4em;
  }
}

/* Change icon size in most of our boats */
@media only screen and (max-width: 600px) {
  #features span.icon-aquabus_icon-grc {
    font-size: 4rem;
  }

  .features .feature .feature-icon {
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 26px;
    margin: 0 auto 0px;
    line-height: 30px;
    border-radius: 100px;
  }
}

/* Change padding on Dock name so the dont over lap on mobie */
@media only screen and (max-width: 600px) {
  .dock-item .dock-item-title {
    top: 10%;
    left: 0;
    width: auto;
    margin: 0;
    padding: 10px 15px 10px 30px;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

/* Change padding on service text section */
@media only screen and (max-width: 600px) {
  .service-content p {
    font-family: "Montserrat";
    font-size: 0.9rem !important;
    padding: 0 20px;
  }

  /* discover false creeek smaller mobile screen margin */
  .grc-top-services-widget-area .grc-top-services-widget-area-content {
    margin: 1em 0;
  }
}

/* GRC 11/2018 */
/* SEO Changes */

/* hide content from homepage */
.home #main {
  display: none;
}

/* grc 04/2019 */
.wp-block-button__link {
  color: #fff !important;
  border-radius: 2px;
}

/* SSWS 03/2022 */
.button.button-medium {
  min-width: 10em;
}

.aquabus-daily-pass-button.button,
.aquabus-daily-pass-button.button:link,
.aquabus-daily-pass-button.button:visited,
.no-desktop.aquabus-daily-pass-button.menu-highlight>a {
  /* background-color: #ee2027; */
  background-color: #13a0d6 !important;
}