/* 
* Theme Name: Searoad Child
* Template: SearoadFerries
*/
* {
	box-sizing: border-box;
}
body { 
	width: 100%; 
	min-width: 0; 
	background-image: none;
	background: #fff;
	font-family: 'Arial', sans-serif !important;
	line-height: 1.3em !important;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0 auto 15px;
}
h1 { font-size: 24px; }
img { 
	max-width: 100%; 
	height: auto;
}
hr {
	height: 2px;
	border: 0;
	background: #999;
	display: block;
	margin: 20px 0;
}
iframe, table {
}
.site-desktop {display:none;}
.site-mobile {display:block;}
.iframe-wrapper {
	width: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
p {
	margin: 0 auto 10px;
}
.alignleft img, img.alignleft,
.alignright img, img.alignright {
	float: none;
	display: block;
	margin: 0 auto 20px;
}
.bx-wrapper {
	margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: auto;
	background: none;
}
.bx-wrapper .bx-pager {
	bottom: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 2px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	border: 2px solid #fff;
}
.clear {
	clear: both;
}
.flashy-sheet { 
	width: 100%; 
	padding: 0; 
}
.flashy-header {
	height: 80px;
}
#wp-header {
	width: 100%;
}
#wp-header.sticky {
	position: fixed;
	z-index: 99;
	top: 0;
}
#wp-header .hd-top {
	background: #e8ebef;
	height: auto;
	padding: 5px 15px;
}
#wp-header .hd-top .logo {
	padding: 0;
}
#wp-header .hd-top .logo a {
	background: url(images/logo.png) left center no-repeat;
	width: 252px;
	height: 100px;
	display: block;
	margin: 0;
}
#wp-header .hd-top .logo a {
	width: 192px;
	height: 70px;
	background-size: 100%;
}
#wp-header .hd-top .logo a img {
	display: none;
}
#wp-header .mobile-navigation {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 80;
}
#alert {
	background: rgba(18, 60, 99, 0.9);
	color: #fff;
	padding: 20px;
	position: absolute;
	z-index: 99;
	width: 100%;
}
#alert h3 {
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
	padding-left: 50px;
	background: url(images/alert.png) left top no-repeat;
	line-height: 40px;
	background-size: contain;
}
#alert .alert-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(images/alert-close.png) left top no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
}
#alert a {
	color: #fff;
}
#toggle {
	position: absolute;
	top: 20px;
	right: 13px;
	width: 40px;
	cursor: pointer;
}
#toggle img {
	width: 100%;
}
#toggle .toggle-open {
	background: url(images/toggle.png) center center no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	background-size: 80%;
}
#toggle .toggle-close {
	background: url(images/toggle-close.png) center center no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	background-size: 60%;
}
.mobile-navigation {
	background: #fff;
}
.mobile-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-navigation ul li {
	margin-bottom: 0;
}
.mobile-navigation ul li a {
	color: #1f3b62;
	text-transform: uppercase;
	position: relative;
	padding: 5px 18px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 0;
}
.mobile-navigation ul li a .icon { 
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 10px;
}
.mobile-navigation ul li.bookings a .icon { background: url(images/menu-icons.png) right top no-repeat; }
.mobile-navigation ul li.timetable a .icon { background: url(images/menu-icons.png) right -50px no-repeat; }
.mobile-navigation ul li.fares a .icon { background: url(images/menu-icons.png) right -100px no-repeat; }
.mobile-navigation ul li.special-offers a .icon { background: url(images/menu-icons.png) right -150px no-repeat; }
.mobile-navigation ul li.faqs a .icon { background: url(images/menu-icons.png) right -200px no-repeat; }
.mobile-navigation ul li.package-deals a .icon { background: url(images/menu-icons.png) right -250px no-repeat; }
.mobile-navigation ul li.contact-us a .icon { background: url(images/menu-icons.png) right -300px no-repeat; }
.mobile-navigation ul li.roro-cafe a .icon { background: url(images/menu-icons.png) right -350px no-repeat; }

.mobile-navigation ul li.bookings:hover a .icon { background: url(images/menu-icons.png) left top no-repeat; }
.mobile-navigation ul li.timetable:hover a .icon { background: url(images/menu-icons.png) left -50px no-repeat; }
.mobile-navigation ul li.fares:hover a .icon { background: url(images/menu-icons.png) left -100px no-repeat; }
.mobile-navigation ul li.special-offers:hover a .icon { background: url(images/menu-icons.png) left -150px no-repeat; }
.mobile-navigation ul li.faqs:hover a .icon { background: url(images/menu-icons.png) left -200px no-repeat; }
.mobile-navigation ul li.package-deals:hover a .icon { background: url(images/menu-icons.png) left -250px no-repeat; }
.mobile-navigation ul li.contact-us:hover a .icon { background: url(images/menu-icons.png) left -300px no-repeat; }
.mobile-navigation ul li.roro-cafe:hover a .icon { background: url(images/menu-icons.png) left -350px no-repeat; }

.mobile-navigation ul li:hover {
	background: #1f3b62;
}
.mobile-navigation ul li:hover > a {
	color: #fff;
}
.mobile-navigation ul li a i {
	float: right;
	font-size: 24px;
	margin-top: 10px;
}
#home-menu .mobile-navigation ul li:nth-child(odd) { background: #1f3b62; }
#home-menu .mobile-navigation ul li:nth-child(even) { background: #58beed; }
#home-menu .mobile-navigation ul li a { color: #fff; }
#home-menu .mobile-navigation ul li.bookings a .icon { background: url(images/menu-icons.png) left top no-repeat; }
#home-menu .mobile-navigation ul li.timetable a .icon { background: url(images/menu-icons.png) left -50px no-repeat; }
#home-menu .mobile-navigation ul li.fares a .icon { background: url(images/menu-icons.png) left -100px no-repeat; }
#home-menu .mobile-navigation ul li.special-offers a .icon { background: url(images/menu-icons.png) left -150px no-repeat; }
#home-menu .mobile-navigation ul li.faqs a .icon { background: url(images/menu-icons.png) left -200px no-repeat; }
#home-menu .mobile-navigation ul li.package-deals a .icon { background: url(images/menu-icons.png) left -250px no-repeat; }
#home-menu .mobile-navigation ul li.contact-us a .icon { background: url(images/menu-icons.png) left -300px no-repeat; }
#home-menu .mobile-navigation ul li.roro-cafe a .icon { background: url(images/menu-icons.png) left -350px no-repeat; }
#top-banner {
	background: none;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
}
#top-banner .ani-banners {
	width: 100%;
	margin-left: 0;
	top: auto;
	display: none;
}
#top-bookingform {
	display: none;
}
#top-banner .uds-bb-slides,
#top-banner .uds-bb-slides .uds-stage,
#top-banner .uds-bb-slides .uds-stage .uds-bb-slide,
#top-banner .uds-bb {
	width: 100% !important;
}
#slideshow ul li {
	text-align: center;
	/* height: 325px; */
}
#slideshow ul li img {
	margin: 0 auto;
	/* display: none; */
}
.home .flashy-content-layout {
	display: none;
}
.flashy-content-layout {
	width: 100%;
	top: auto;
}
.flashy-content-layout-row {
	background: none;
}
.flashy-content-layout .flashy-sidebar1 {
	display: none !important;
}
.page-default-content .flashy-content {
	padding: 0;
}
.flashy-content-inner {
	padding: 0 15px;
}
.flashy-post-body {
	padding: 0;
}
.flashy-postcontent h1 {
	color: #133C63;
	margin: 5px 0;
	font-size: 22px;
	border-bottom: 1px solid #e2e4e4;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	padding: 0;
	margin: 0 0 20px;
	border: none;
	text-align: center;
}
h1.flashy-postheader {
	background: none !important;
	border-radius: 0 !important;
	font-size: 24px;
	line-height: 24px;
	padding: 0 !important;
	color: #133C63;
	margin: 20px 0;
	border: none;
	text-align: center;
}
h1.flashy-postheader a {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: bold !important;
}
.single-content a,
.site-main a {
	color: #000;
	text-decoration: underline;
}
.single h1.flashy-postheader a {
	color: #1f3b62;
	text-align: center;
	border: none;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 24px;
}
.single-header h1 {
	color: #1f3b62;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	line-height: 30px;
}
.wcp-prefix .mixi {
	width: 100% !important;
}
.fancy-grid-gallery-wrap .image-caption-box .zoom-caption-in-image-out ~ img {
	width: 100%;
}
/* Timetable */
.timetable-list .title h2 {
	border-radius: 0;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
	text-transform: uppercase;
	margin: 5px -15px;
	background: #133C63;
	text-align: center;
}
.timetable-list:nth-child(odd) .title h2 {
	background: #13BEEF;
}
/* Fare */
.fare-list .title h3 {
	border-radius: 0;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
	text-transform: uppercase;
	margin: 5px -15px;
	background: #133C63;
	text-align: center;
}
.fare-list:nth-child(odd) .title h3 {
	background: #13BEEF;
}
.flashy-content-layout .flashy-layout-cell {
	width: 100%;
	display: block;
	padding: 0;
}
.flashy-postcontent {
	padding: 0;
}
.package-deals-filter {
	position: relative;
	margin-bottom: 20px;
}
.package-deals-filter h2 {
	background: #1f3b62;
	color: #fff !important;
	padding: 10px 20px;
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0;
}
.package-deals-filter h2 i {
	float: right;
	font-size: 20px;
}
.package-deals-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.package-deals-filter ul li {
	background: none;
	padding: 0;
	margin: 0;
}
.package-deals-filter ul li a {
	background: #1f3b62;
	color: #fff !important;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 20px;
	margin: 0;
	border-top: 1px solid #fff;
}
/* FAQS */
#qaplus_searchform {
	display: none;
}
.qa-faq {
	border-bottom: none;
}
.qa-faq-title {
	margin: 0 -15px !important;
	padding: 20px 15px;
	background: #dbe2e7;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333;
	cursor: pointer;
}
.qa-faq-title a {
	pointer-events: none !important;
}
.qa-faq-title a:hover {
	color: #333;
}
.qa-faq-title:after {
	content: '+';
	float: right;
	font-size: 20px;
}
.qa-faq-title.active:after {
	content: '-';
}
.qa-faq:nth-child(odd) .qa-faq-title {
	background: #e7ebef;
}
.qa-faq-answer {
	background: #fff;
	color: #333;
	padding: 0;
}
.qa-faq .qa-faq-answer a {
	color: inherit !important;
	border-bottom: 1px solid #333;
}
/* mobile accordion */
.mobile-accordion h3 {
	background: rgba(18, 60, 99, 0.15);
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
	color: #333;
	cursor: pointer;
}
.mobile-accordion h3:after {
	content: '+';
	float: right;
	font-size: 20px;
}
.mobile-accordion h3.active:after {
	content: '-';
	float: right;
	font-size: 20px;
}
.mobile-accordion > div {
	display: none;
}
.wp-caption {
	width: 100% !important;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
.wp-caption p.wp-caption-text {
	font-size: inherit;
	font-weight: normal;
	font-family: 'Arial',sans-serif;
	line-height: 1.4em;
}
a.booknow-button img { display: none !important; }
a.booknow-button:hover { opacity: 0.8; }
a.booknow-button {
	text-align: center;
	background: #1f3b62;
	color: #fff !important;
	font-size: 14px;
	margin: 15px 0;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

a.viewpackage-button img { display: none !important; }
a.viewpackage-button:hover { opacity: 0.8; }
a.viewpackage-button {
	text-align: center;
	background: #64b963;
	color: #fff !important;
	font-size: 14px;
	margin: 15px 0;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

a.packagedeal-button img { display: none !important; }
a.packagedeal-button:hover { opacity: 0.8; }
a.packagedeal-button {
	text-align: center;
	background: #64b963;
	color: #fff !important;
	font-size: 14px;
	margin: 15px 0;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

a.visit-button img { display: none !important; }
a.visit-button:hover { opacity: 0.8; }
a.visit-button {
	text-align: center;
	background: #64b963;
	color: #fff !important;
	font-size: 14px;
	margin: 15px 0;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

.page-id-11 table tr th,
.page-id-11 table tr td {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
}
.mapp-canvas {
	width: 100% !important;
}
.flashy-postcontent h2 {
	color: #000;
	font-size: 1.5em;
	line-height: 1.3em;
}
.flashy-postcontent h3 {
	color: #000;
	font-size: 1.2em;
	line-height: 1em;
}
.flashy-postcontent h4 {
	color: #000;
	font-size: 1.1em;
	line-height: 1em;
}
.flashy-postcontent h6 {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
.flashy-postheadericons {
	display: none;
}
.fare-list .sub-title td a {
	background: #1f3b62;
	color: #fff !important;
	padding: 3px;
	display: block;
	margin: 3px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.single .fare-list .title h3 {
	background: #58beed !important; 
}
.single .booknow-wrapper {
	background: #1f3b62;
	display: inline-block;
	margin: 20px auto;
	font-size: 14px;
	padding: 10px;
}
div.avatar {
	display: none;
}
.tablepress thead th {
	background: #58beed !important; 
	border-top: none !important;
	font-size: 14px;
	text-align: center;
}
.tablepress thead th font {
	font-size: 14px;
	text-align: center;
}
.tablepress tfoot th {
	background: none !important; 
	border-top: none !important;
	font-size: 12px;
}
.tablepress tfoot th a {
	font-size: 12px;
}
.site-table td {
	padding: 10px;
}
.contact-mobile {
	margin: 0 -15px 20px;
}
.contact-mobile table tr td {
	background: rgba(18, 60, 99, 0.15);
	color: #000;
	padding: 15px;
}
.contact-mobile table tr:nth-child(even) td {
	background: rgba(18, 60, 99, 0.10);
	color: #000;
}
.contact-mobile table tr td a {
	color: #000;
	text-decoration: none;
}
.contact-locations h1 {
	text-align: center;
	color: rgba(18, 60, 99, 1);
}
.contact-locations .location h2 {
	background: #133C63;
	text-align: center;
	color: #fff;
	padding: 15px;
	margin: 20px -15px;
	font-size: 14px;
}
.contact-locations .location:nth-child(odd) h2 {
	background: #13BEEF;
}
.contact-locations .location iframe {
	margin: 20px 0;
}
.category-wrapper .category-header {
	text-align: center;
	text-transform: uppercase;
}
.category-wrapper .category-header h1 {
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0;
	color: #1f3b62;
}
.faq-catname {
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 !important;
	color: #1f3b62 !important;
	font-size: 24px !important;
}
.category-description {
	text-align: left;
	text-transform: none;
	padding: 0 20px;
}
/* Special offers */
.special-title {
	position: relative;
	background: #133C63;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	cursor: pointer;
}
.special-title:after {
	content: '+';
	position: absolute;
	color: #fff;
	right: 0;
	width: 50px;
	height: 50px;
	top: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.special-title.active:after {
	content: '-';
}
.special:nth-child(odd) > .special-title {
	background: #13BEEF;
}
.special-content {
	display: none;
	padding: 20px;
}
/* Package Deals */
.package {
	padding: 0 20px;
}
.package-title {
	position: relative;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: bold;
	margin: 0;
}
.package-content {
	padding: 20px 0 0;
}
a.view-package {
	text-align: center;
	background: #64b963;
	color: #fff;
	font-size: 14px;
	padding: 10px 10px;
	margin: 15px 0;
	display: block;
	text-decoration: none;
}
.footer-btns {
	display: none;
}
#wp-footer {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	top: auto !important;
}
.viewas a {
	color: #666;
}
.footer-bot {
	height: auto !important;
	display: block !important;
}
.footer-widgets {
	float: none;
}
#footerMenu {
	display: none;
}
.social-media {
	background: #e8ebef; 
	padding: 15px 0;
	margin: 0 0 10px;
}
.social-media ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-media ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
.social-media ul li a {
	color: #1f3b62;
	font-size: 30px;
	line-height: 40px;
	width: 40px;
	display: block;
	margin: 0 auto;
}
.social-media ul li a:hover {
	color: #58beed;
}
.social-media ul li.instagram a {
	background: url(images/icon-instagram.png) center center no-repeat !important;
	background-size: 80% !important;
}
.social-media ul li.instagram a i {
	font-size: 0;
}
.copyright {
	background: #e8ebef; 
	padding: 5px 0;
	margin: 0;
	color: #666;
}
.copyright a {
	color: #666;
}
.bookingform-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.bookingform-popup-wrapper {
	display: block;
	margin: 0 auto;
	position: relative;
}
.bookingform-popup-wrapper #close {
	background: url(images/alert-close.png) left top no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 0;
	position: absolute;
	top: -3px;
	right: 0;
	cursor: pointer;
	display: block;
}
#bookingform-popup {
	background: #123C63;
	z-index: 99;
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
#bookingform-popup h1 {
	color: #fff;
	font-size: 1.5em;
}
#bookingform-popup #booking-form {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
}
#bookingform-popup form.bookingForm {
	width: 100%;
	margin: 15px auto !important;
	display: block;
	font-family: 'Arial', sans-serif;
	text-align: left;
	border-top: 1px solid #fff;
}
#bookingform-popup .bookingsForm-widget-title {
	display: none;
}
#bookingform-popup form.bookingForm .form-content {
	background: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
#bookingform-popup form.bookingForm .field-title {
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
#bookingform-popup form.bookingForm .select-wrapper {
	position: relative;
}
#bookingform-popup form.bookingForm .select-wrapper:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 5px;
	font-size: 14px;
	top: 0;
	color: #000;
}
#bookingform-popup form.bookingForm select {
	background: #fff;
	padding: 10px 10px;
	display: inline-block;
	height: 35px;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	line-height: 13px;
}
#bookingform-popup form.bookingForm select option {
	background: #fff;
}
#bookingform-popup form.bookingForm .btn-submit button {
	border-radius: 0;
	margin: 15px 0;
	padding: 10px 0;
	display: block;
	background: #13BEEF;
}
.flashy-postfootericons {
	color: #000 !important;
}
.flashy-postfootericons a {
	color: #000 !important;
	text-decoration: underline !important;
}
@media screen and (max-height: 480px) {
	#wp-header.sticky {
		position: absolute;
	}
}