/*!
Theme Name: California Dawn
Theme URI: http://underscores.me/
Author: Nerd Crossing
Author URI: https://nerdcrossing.com
Description: A custom theme for California Dawn Sportfishing
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: california-dawn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

California Dawn is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@font-face {
    font-family: "Roboto";
    src: url("/wp-content/themes/california-dawn/assets/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto Bold";
    src: url("/wp-content/themes/california-dawn/assets/Roboto-Bold.ttf");
}
@font-face {
    font-family: "Roboto Medium";
    src: url("/wp-content/themes/california-dawn/assets/Roboto-Medium.ttf");
}

:root {
	--grey: #e3e3e1;
	--silver: #c6cdcf;
	--red: #90273e;
	--blue: #113c5e;
	--black: #111e1f;

	--width: 1648px; /* with 2x20px padding leaves 136px border on 1920px page */
	--narrowwidth: 1240px;
	--padding: 20px;
	--mobilepadding: 10px;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
html {
	font-size: 16px;
}
@media screen and ( min-width: 800px ) {
	html {
		font-size: 18px;
	}	
}
body,
button,
input,
select,
optgroup,
textarea {
	color: var( --black );
	font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1, h2, h3 {
	font-family: "Roboto Bold";
	font-weight: 400;
}
h4, h5, h6 {
	font-family: "Roboto Medium";
	font-weight: 400;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; color: var( --red ); text-transform: uppercase; }
h3 { font-size: 1.66rem; }
h4 { font-size: 1.33rem; }
h5 { font-size: 1rem; }

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
/*	display: block;
	width: 100%;   */
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and ( min-width: 1100px ) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*****************************
 * NERD CROSSING ADDITIONS
 ****************************/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body:not( .home, .page-id-30, .page-id-32, .page-id-36 ) #primary, 
.nc-width-control {
	max-width: var( --width );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
.nc-narrow-width {
	max-width: var( --narrowwidth );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
@media screen and ( min-width: 800px ) {
	body:not( .home, .page-id-30, .page-id-32, .page-id-36 ) #primary, 
	.nc-width-control {
		padding-left: var( --padding );
		padding-right: var( --padding );
	}
}

.nc-grey-bg {
	background-color: var( --grey );
}

/* buttons */
.wp-block-button__link.wp-element-button {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-family: "Roboto Bold";
	border: 2px solid var( --red );
	background-color: white;
	color: var( --black );
	border-radius: 0;
	padding: 0.6rem 2rem;
}
.red-button .wp-block-button__link.wp-element-button {
	color: white;
	background-color: var( --red );
	font-family: "Roboto Medium";
}


.nc-blue-section {
	background-color: var( --blue );
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.nc-blue-section h2,
.nc-blue-section h3, 
.nc-blue-section p {
	color: white;
}

/***********
 * Information Bar
 *********/
#information-bar {
	background-color: var( --red );
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#information-bar-close {
	padding: 0;
	font-size: 1.5rem;
	color: white;
	background-color: unset;
	border: none;
	cursor: pointer;
}
#information-bar-close:focus {
	border: 1px dotted white;
}
#information-bar, 
#information-bar p {
	color: white;
	text-align: center;
}
#information-bar .nc-width-control {
	padding-bottom: 16px;
}
#information-bar .nc-width-control, 
#information-bar .nc-width-control p {
	line-height: 1.5;
}
#information-bar a {
	font-family: "Roboto Bold";
	color: white;
}
#information-bar p.right {
	text-align: right;
	padding-right: 3%;
	margin-bottom: 0.1rem;
}
#information-bar-opener {
	display: none;
	float: right;
	cursor: pointer;
	text-align: right;
	margin-right: 1rem;
}
#information-bar-opener .ib-tab {
	background-color: var( --red );
	color: white;
	padding: 0.4rem 1rem 0.6rem;
	border-radius: 0 0 20px 20px;
	border: none;
	z-index: 1000;
	position: relative;
}
#information-bar-opener .ib-tab .show-message-arrow {
	position: relative;
	top: -4px;
}

@media screen and ( min-width:500px ) {
	#information-bar p.right {
		float: right;
	}
	#information-bar .nc-width-control {
		padding: 16px 70px 17px;
	}
}



/******
 * Header
 ***/
#masthead {
	box-shadow: 0px 2px 8px #00000054;
}

/* Topbar */
.nc-header-topbar {
	background-color: var( --black );
	color: white;
	text-transform: uppercase;
	box-shadow: 0px 2px 8px #00000054;
	padding-top: 5px;
	padding-bottom: 8px;
}
.nc-header-topbar .nc-width-control {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.nc-header-topbar a {
	color: white;
}
.nc-header-topbar-right img {
	height: 30px;
	margin-left: 36px;
}
.nc-header-topbar-right .nc-email img {
	height: 24px;
	position: relative;
	top: -3px;
	margin-left: 12px;
}
@media screen and ( max-width: 529px ) {
	.nc-header-topbar .nc-width-control {
		clear: both;
	}
}

/* Main Area */
.main-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 16px;
}
.site-branding {
	margin-top: 8px;
}
.site-branding img {
	max-width: 250px;
}
.menu-main-menu-container a {
	font-family: "Roboto Medium";
	padding: 3.18rem 0;
	margin-left: 1rem;
	margin-right: 1rem;
	text-transform: uppercase;
	color: var( --black );
	border-bottom: 3px solid white;
	font-size: 1.22rem;
}
.menu-main-menu-container .current_page_item a {
	color: var( --red );
	border-bottom: 3px solid var( --black );
}
.header-buttons a {
	font-family: "Roboto Bold";
	text-transform: uppercase;
	font-size: 1.33rem;
	padding: 10px;
	border: 1px solid var( --red );
	display: inline-block;
}
.header-buttons .book-now-button {
	color: white;
	background-color: var( --red );
	margin-right: 40px;
}
.header-buttons .login-button {
	color: var( --red );
}
@media screen and ( min-width: 800px ) {
	.main-header {
		justify-content: space-between;
		padding-bottom: unset;
	}
}
@media screen and ( min-width: 800px ) and ( max-width: 1274px ) {
	.menu-main-menu-container a {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.header-buttons .book-now-button {
		margin-right: 20px;
	}
}
@media screen and ( min-width: 1275px ) {
	.site-branding img {
		max-width: unset;
	}
	.header-buttons a {
		padding: 15px 20px;
	}
}

/* Mobile Menu */
.menu-bar-container {
	position: relative;
}
.menu-toggle {
	background-color: unset;
	border: none;
}
.menu-toggle span:not( .screen-reader-text ) {
	width: 36px;
	height: 4px;
	background-color: var( --black );
	margin: 5px 0;
	display: block;
}
@media screen and ( max-width: 1099px ) {
	.menu-main-menu-container {
		position: absolute;
		right: 0;
		z-index: 100;
		width: 200px;
		background-color: white;
		box-shadow: 0 0 10px #00000077;
	}
	.menu-main-menu-container a {
		padding: 0.5rem 0;
	}
}



/*********
 * Footer
 *********/
footer.site-footer {
	background-color: var( --grey );
}

.newsletter-sign-up-container {
	background-color: var( --blue );
	padding: 1rem;
	text-align: center;
}
.newsletter-sign-up-container h2, 
.newsletter-sign-up-container p {
	color: white;
}
footer .footer-bottom {
	background-image: url( "/wp-content/themes/california-dawn/assets/wave-pattern.webp" );
	background-size: cover;
}

.footer-main-area {
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.footer-main-area .company-description {
	max-width: 380px;
}
.footer-main-area .menu-contact h2, 
.footer-main-area .footer-contact-form h2 {
	color: black;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-family: "Roboto Medium";
	font-weight: 400;
}
.footer-main-area ul#menu-quick-links {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 3rem;
}
.footer-main-area ul#menu-quick-links a,
.footer-main-area .nc-footer-contact p,
.footer-main-area .nc-footer-contact a {
	color: black;
	font-family: "Roboto Medium";
}
.nc-footer-contact p {
	margin-bottom: 1rem;
}
.nc-footer-telephone img {
	height: 29px;
	position: relative;
	top: 10px;
	margin-right: 24px;
}
.nc-footer-address {
	margin-left: 50px;
	text-indent: -50px;
}
.nc-footer-contact p.nc-footer-email {
	margin-bottom: 0.8rem;
}
.nc-footer-email img {
	width: 33px;
	position: relative;
	top: 5px;
	margin-right: 20px;
}
.nc-footer-address {
	margin-top: 0.8rem;
}
.nc-footer-address img {
	height: 32px;
	position: relative;
	top: 10px;
	left: 4px;
	margin-right: 30px;
}
.footer-main-area .footer-contact-form p {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.footer-main-area .footer-contact-form input[type="text"], 
.footer-main-area .footer-contact-form input[type="email"], 
.footer-main-area .footer-contact-form textarea {
	border: 1px solid var( --blue );
	padding: 8px 16px;
	border-radius: 0;
	width: 100%;
}
.footer-main-area .footer-contact-form input[type="text"]::placeholder, 
.footer-main-area .footer-contact-form input[type="email"]::placeholder, 
.footer-main-area .footer-contact-form textarea::placeholder {
	opacity: 1;
	color: #707070;
	font-size: 0.8rem;
}
.footer-main-area .footer-contact-form textarea {
	height: 6rem;
}
.footer-form-submit {
	display: flex;
	flex-direction: row-reverse;
}
.footer-form-submit input[type="submit"] {
	font-family: "Roboto Bold";
	color: white;
	background-color: var( --blue );
	font-size: 0.9rem;
	padding: 15px 30px;
}
@media screen and ( min-width: 800px ) {
	.footer-main-area {
		display: flex;
		justify-content: space-between;
	}
	.footer-main-area {
		padding-top: 6rem;
		padding-bottom: 4rem;
	}
	.footer-main-area .menu-contact h2,
	.nc-footer-menu {
		margin-left: 52px;
	}
	.footer-main-area .footer-contact-form {
		border-left: 1px solid var( --blue );
		padding-left: 40px;
	}
}

/* Bottom Bar */
footer .site-info {
	border-top: 1px solid var( --blue );
	font-family: "Roboto Bold";
}
footer .site-info, 
footer .site-info a {
	color: var( --black );
}
footer .site-info p {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
@media screen and ( min-width: 450px ) {
	footer .site-info {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and ( min-width: 450px ) and ( max-width: 859px ) {
	footer .site-info {
		flex-wrap: wrap;
	}
	footer .nc-footer-copy {
		width: 100%;
	}
}
@media screen and ( min-width: 860px ) {
	footer .site-info p {
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}

/*************
 * Search Page
 ************/
.search .page-content {
	margin-bottom: 3rem;
}



/**************
 * Home
 **************/
body.home h1.entry-title {
	position: absolute;
	left: -10000px;
}
body.home .entry-content {
	margin-top: 0;
}

/* hero image */
body.home .wp-block-cover.is-light {
	min-height: 550px;
}
.hero-intro {
	font-style: italic;
	color: var( --black );
}
.hero-welcome {
	font-size: 3rem;
	font-family: "Roboto Bold";
	color: var( --black );
}
@media screen and ( max-width: 799px ) {
	.wp-block-cover__inner-container p {
		line-height: 1.4;
	}
	.wp-block-cover__inner-container p .hero-intro {
		font-size: 1.7rem;
	}
	.wp-block-cover__inner-container p .hero-welcome {
		font-size: 2.6rem;
	}
}
@media screen and ( min-width: 800px ) {
	body.home .wp-block-cover.is-light {
		min-height: 670px;
	}
}
/* About Us */
.about-us-group h2 {
	margin-bottom: 20px;
	margin-top: 50px;
}
.about-us-group .wp-block-columns {
	column-gap: 5rem;
}
.about-us-group img {
	border-radius: 10px;
}
.about-us-group p {
	font-size: 1.33rem;
}
/* Our Service */
.our-services-group {
	background-image: url( "/wp-content/themes/california-dawn/assets/wave-pattern.webp" );
	padding-top: 1rem;
	background-size: cover;
}
.our-services-group .our-services-intro {
	font-size: 1.33rem;
}
.our-services-group .service-card {
	border: 2px solid var( --black );
	border-radius: 10px;
	background-color: white;
	padding: 0 1rem 1rem 1.5rem;
	box-shadow: 0px 3px 6px #00000029;
	margin-top: 1rem;
	margin-bottom: 2rem;
	min-height: 150px;
}
.our-services-group .service-card.service-card-large {
	min-height: 180px;
}
.service-card .wp-block-image .alignleft {
	margin-right: 2rem;
}
.our-services-group .service-card h3 {
	font-family: "Roboto Medium";
	font-size: 1.35rem;
	margin-bottom: 0.5rem;
	clear: unset;
}
.our-services-group .service-card p {
	margin-top: 0.5rem;
}
@media screen and ( max-width: 781px ) {
	.our-services-group .wp-block-columns-is-layout-flex {
		row-gap: 0;
	}
	.our-services-group .service-column-2 .service-card-large {
		margin-top: 0;
	}
}
@media screen and ( min-width: 782px ) {
	.our-services-group .service-column-2 {
		padding-top: 2rem;
	}
}



/* Hop Aboard */
.hop-aboard-group .wp-block-columns {
	column-gap: 8rem;
}
.hop-aboard-group img {
	border-radius: 10px;
}

/* Facebook Feed */
@media screen and ( min-width: 600px ) {
	.fts-jal-fb-group-display {
		display: flex;
		column-gap: 3rem;
	}
	.fts-jal-single-fb-post {
		max-width: calc( 33% - 2rem );
	}
}

/* Testimonials */
.testimonial-slider .slick-slide .wp-block-group {
	border: 1px solid var( --blue );
	border-radius: 10px;
	padding: 1rem 1rem;
}

@media screen and ( max-width: 599px ) {
	.testimonial-slider {
		position: relative;
	}
	.testimonial-slider .slick-prev {
		position: absolute;
		top: 104%;
		left: 10%;
	}
	.testimonial-slider .slick-next {
		position: absolute;
		top: 104%;
		right: 10%;
	}
}
@media screen and ( min-width: 600px ) {
	.testimonial-slider .slick-slide {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.testimonial-slider .slick-slide .wp-block-group {
		padding: 1rem 2rem;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 1675px ) {
	.nc-width-control.home-testimonials {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Resources */
.resources-group figure {
	margin: 0;
}
.resources-group p {
	padding-right: 10px;
}
@media screen and ( max-width: 781px ) {
	.resources-group .wp-block-column.is-vertically-aligned-center {
		padding-left: var( --mobilepadding );
	}
}

/* Sponsors */
.sponsors .spider img {
	max-height: 174px;
	width: auto;
}
.sponsors .penn img {
	max-height: 190px;
	width: auto;
}
@media screen and ( max-width: 781px ) {
	.sponsors .is-layout-flex {
		justify-content: center;
	}
}
@media screen and ( min-width: 530px ) and ( max-width: 781px ) {
	.sponsors .is-layout-flex .wp-block-column {
		max-width: 30%;
	}
}
@media screen and ( max-width: 529px ) {
	.sponsors .is-layout-flex .wp-block-column {
		max-width: 45%;
	}
}


/*************
 * About page
 **************/

body.page-id-30 h1.entry-title {
	position: absolute;
	left: -10000px;
}
body.page-id-30 .entry-content {
	margin-top: 0;
}

/* Hero */
body.page-id-30 .wp-block-cover {
	min-height: 350px;
}
body.page-id-30 .wp-block-cover__inner-container p {
	font-family: "Roboto Bold";
	color: var( --black );
}
@media screen and ( min-width: 600px ) {
	body.page-id-30 .wp-block-cover {
		min-height: 600px;
	}
	body.page-id-30 .wp-block-cover__inner-container p {
		font-size: 54px !important;
	}
}
.about-group p, 
.our-mission-group p, 
.meet-the-team-intro-text {
	font-size: 20px;
}
.team-column figure,
.team-column h3,
.team-column p {
	text-align: center;
}
.team-column img {
	border: 5px solid var( --grey );
	border-radius: 200px;
}
.team-column h3 {
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: "Roboto Medium";
	font-weight: 400;
}
.team-column p {
	margin-top: 12px;
	font-style: italic;
}
@media screen and ( max-width: 499px ) {
	.our-team .is-layout-flex .wp-block-column {
		max-width: 300px;
		margin: 0 auto;
	}
}
@media screen and ( min-width: 500px ) and ( max-width: 781px ) {
	.our-team .is-layout-flex {
		justify-content: center;
	}
	.our-team .is-layout-flex .wp-block-column {
		max-width: 45%;
	}
}
.meet-the-fleet img {
	border-radius: 10px;
}
.meet-the-fleet h3 {
	font-family: "Roboto Medium";
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
.meet-the-fleet p {
	margin-bottom: 0;
}
.meet-the-fleet ul {
	margin-left: 0;
}
@media screen and ( min-width: 800px ) {
	.about-group p, 
	.our-mission-group p, 
	.meet-the-team-intro-text {
		font-size: 24px;
	}
}

/* Book Now */
.book-now-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.book-now-section h2 {
	text-align: center;
}
.book-now-section .wp-block-buttons {
	justify-content: space-around;
}

/* Galley */
.galley-section h2 {
	color: var( --blue );
}
.galley-section {
	background-color: var( --grey );
	padding-top: 50px;
	padding-bottom: 50px;
}
.galley-section p, 
.galley-section li {
	font-size: 20px;
}
@media screen and ( min-width: 800px ) {
	.galley-section p, 
	.galley-section li {
		font-size: 24px;
	}
}



/***
 * Policies page
 ***/
.page-id-36 header.entry-header {
	background-color: var( --red );
	color: white;
	text-align: center;
	padding-top: 30px;
}
.page-id-36 header.entry-header h1 {
	margin-bottom: 0;
}
.page-id-36 .entry-content {
	margin-top: 0;
}
.page-id-36 .main-sub-header {
	background-color: var( --red );
	color: white;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 30px;
	font-size: 32px;
	font-style: italic;
}
.page-id-36 .main-sub-header p {
	margin-top: 5px;
}
p.policy-intro {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 20px;
}
.policy-details details summary {
	font-family: "Roboto Medium";
	font-size: 24px;
	border-top: 2px solid var( --red );
	padding: 10px 15px;
}
.policy-details details[open] summary {
	background-color: var( --grey );
}
.policy-details details summary::marker {
	color: var( --red );
}
.policy-details details p {
	font-size: 20px;
}
@media screen and ( min-width: 600px ) {
	p.policy-intro {
		font-size: 24px;
	}
	.policy-details details summary {
		font-size: 28px;
		padding: 18px 30px;
	}
	.policy-details details p {
		font-size: 24px;
	}
}


/**************
 * Service pages
 **************/
body.page-id-32 h1.entry-title {
	position: absolute;
	left: -10000px;
}
body.page-id-32 .entry-content {
	margin-top: 0;
}

/* Hero */
.page-id-32 .wp-block-cover__inner-container p {
	font-family: "Roboto Medium";
	font-size: 32px;
	font-style: italic;
	max-width: 1200px;
	margin: 0 auto;
}
.page-id-32 .wp-block-cover__inner-container p span {
	font-family: "Roboto Bold";
	font-size: 40px;
	font-style: normal;
}
@media screen and ( max-width: 599px ) {
	.page-id-32 .wp-block-cover__inner-container p {
		font-size: 28px !important;
	}
}
@media screen and ( min-width: 600px ) {
	.page-id-32 .wp-block-cover__inner-container p span {
		font-size: 54px;
	}
}

/* Our Services */
.our-services-container p {
	font-size: 20px;
}
@media screen and ( min-width: 600px ) {
	.our-services-container p {
		font-size: 24px;
	}
}

/* Species */
.species-section {
	background-image: url( "/wp-content/themes/california-dawn/assets/wave-pattern.webp" );
	background-size: cover;
}
.species-section p {
	font-family: "Roboto Bold";
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	color: var( --blue );
	line-height: 1.3;
	margin-top: 0;
}
@media screen and ( max-width: 1349px ) {
	.species-section .wp-block-columns.wp-container-core-columns-is-layout-1 {
		flex-wrap: wrap !important;
		justify-content: center;
		row-gap: 0;
	}
}
@media screen and ( max-width: 599px ) {
	.species-section .wp-block-columns .wp-block-column{
		max-width: 45%;
		flex-basis: unset;
	}
	.species-section p {
		font-size: 24px;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 1349px ) {
	.species-section .wp-block-columns .wp-block-column{
		max-width: 30%;
		flex-basis: unset;
	}
}

.service-row-container h4 {
	margin-bottom: 10px;
}
.service-row-container p {
	margin-top: 10px;
}
@media screen and ( max-width: 499px ) {
	.service-row-container figure {
		text-align: center;
	}
	.service-row-container h3 {
		margin-top: 0;
	}
	.service-row-container ul {
		margin-left: 0;
	}
	.service-row-container .wp-block-columns {
		row-gap: 0;
	}
}


/***
 * Book Your Trip
 */
.trip-basic-data {
	font-size: 2rem;
	color: var( --red );
}
#ep-events-container.ep-box-wrap {
	padding-left: 0;
	padding-right: 0;
}



/****
 * Event Page
 */
.ep-event-detail-template h2,
.ep-event-detail-template h3, 
.ep-event-detail-template h4 {
	clear: unset;
} 

/*****
 * Booking page /booking/ with countdown to add to cart
 */
.page-id-88 #ep_event_booking_attendee_section {
	position: absolute;
	left: -10000px;
}




/**********
 * /voyage/ (single event details page)
 */
#ep_single_event_detail_page_content .ep-calendar-exp-dropdown-content {
	left: -70px;
}

#ep_single_event_detail_page_content ul.ep-event-share::after {
	left: 70%;
}
@media screen and ( max-width: 600px ) {
	/*
	#ep_single_event_detail_page_content #ep-sl-left-area {
		padding-left: 10px;
		padding-right: 10px;
	}
	*/
	#ep_single_event_detail_page_content #ep-sl-venue-details {
		flex-wrap: wrap;
	}
	#ep_single_event_detail_page_content #ep_single_event_description img.alignright {
		margin-left: 0.75em;
		margin-bottom: 0.75em;
	}
	#ep_single_event_detail_page_content #ep_single_event_description ul {
		margin-left: 0;
		padding-left: 20px;
	}
	#ep_single_event_detail_page_content .ep-modal-dialog {
		margin-left: 0;
		margin-right: 0;
	}
}


/***********
 * WooCommerce My Account
 */
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--my-events {
	display: none;
}
@media screen and ( max-width: 599px ) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin-left: 0;
	}	
}


/*****
 * Order Pay
 */
.page-id-115 #primary {
	padding-bottom: 2rem;
}
.page-id-115 #wc-elavon-converge-credit-card-credit-card-form .form-row:nth-of-type(5) {
	position: absolute;
	left: -10000px;
}
.page-id-115 #place_order {
	background-color: var( --red );
}


/******
 * My Account Login In
 */
.new-account-message {
	border: 4px solid var( --red );
	padding: 1rem 2rem;
}
.new-account-message p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	color: var( --blue );
}
.new-account-message p span {
	font-weight: 800;
}
element {
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading-content a.wc-block-checkout__login-prompt {
	font-size: 1.6em;
	background-color: var( --red );
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 8px;
}

/** Calendar page **/
.ep-events-container .ep-event-list-item .ep-list-img-fluid {
	max-height: 220px;
	min-height: 220px;
}