/*!
Theme Name: Cox Seafood
Theme URI: http://underscores.me/
Author: The Food Group
Author URI: https://thefoodgroup.com/
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: cox-seafood
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.

cox seafood 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
--------------------------------------------------------------*/

/* 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%;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}

/* 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 {
    /* Minimum 16x, and grows more slowly  (half the rate of screen growth) */
    font-size: calc(1em + 0.2vw);
    /* Line-height based on font-size, with addition viewport-relative growth*/
    line-height: calc(1.5em + 0.6vw);
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #002d74;
    font-family: "futura-pt", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* typekit active fonts */
/*acumin
font-family: acumin-pro-extra-condensed, sans-serif;
font-weight: 700;
font-style: normal;

/*Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;

/*Futura PT Book Oblique
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;

/*Futura PT Bold
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;

/*Futura PT Bold Oblique
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-display: swap;
}

/* site colors */
/*
beige: #F6F4E2
dk blue : #002d74
lt blue: #72A8CA
pink: #EB5A7E
orange: #FE9E36


*/

nav li {
	font-size: calc(1.5rem + 1.5vw);
    line-height: calc(2rem + 0.2vw);
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
	text-transform: uppercase;
	font-size: 1.875rem;
	line-height: 1.875rem;
    text-align: center;
}

nav li a {
    color: white;
	transition: all 0.2s linear;
    text-decoration: none;
}

nav li a:visited {
    color: white;
}

nav li a:hover {
	color: #72A8CA;
}

h1 {
    text-transform: uppercase;
    font-family: 'acumin-pro-extra-condensed';
    font-size: calc(2.4rem + 3vw);
    line-height: calc(2.95rem + 0.2vw);
    color: white;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(0, 3, 5, 0.88);
}

h1.entry-title {
    text-shadow: none;
    font-size: calc(1.4rem + 3vw);
    color: #002d74;

}

h2 {
    /* Grows more quickly,  allowing for wider variation on larger screens */
    font-size: calc(2.5rem + 2vw);
    line-height: calc(2.5rem + 0.2vw);
    margin-bottom: calc(1.8rem + 0.8vw);
    padding-bottom: .75rem;
    padding: 0;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #002d74 !important;
}

h3 {

    font-size: calc(1.5rem + 1.5vw);
    line-height: calc(2rem + 0.2vw);
    margin-top: calc(1rem + 0.8vw);
    margin-bottom: calc(1rem + 0.8vw);
    padding-bottom: .75rem;
    padding: 0;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002d74;
}

h4 {
    font-size: calc(.85rem + 1vw);
    line-height: calc(1.2rem + 0.2vw);
    font-family: 'futura-pt-bold', sans-serif;
    font-weight: 700;


}

p {
    font-family: "futura-pt", sans-serif;
    font-size: calc(1rem + 0.4vw);
    line-height: calc(1.8rem + 0.2vw);
    font-weight: 400;
}

p strong {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
}

p.intro {
    font-size: calc(1.6rem + 0.4vw);
    line-height: calc(2.2rem + 0.4vw);
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    p.intro {
        max-width: 70%;
    }

    p.intro.wide {
        max-width: 85%;
        line-height: calc(1.8rem + 0.2vw);
    }

    p.intro.body {
        max-width: 100%;
    }

}

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 ul {
	display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding-left: 0;
    /* height: 150px; */
}

/* .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;
    text-align: center;
    margin: 1rem 0 1rem 0;
}
/*
.main-navigation li a {
    display: block;
    text-decoration: none;
}


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

.post,
.page {
    margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 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;
}

/* .site-header {
    background: #002d74;
    height: 80px;
} */

.social-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    /* visibility: hidden; */
    /* margin: 0 15px; */
    
}
.social-link {
 
    margin: 0 5px;
}




 .header-social {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 5rem;
    align-items: center;
    

    
}
/*
.site-branding {
    display: block;f
    max-width: 95px;
    position: relative;
    z-index: 999;
    transition: all 0.2s linear;
    top: -32px;
    /* left: 8px; 
} */




.social-link {
    color: white;
    transition: all 0.2s linear;
    margin: 0 5px;
}

.social-link:visited {
    color: white;
}

.social-link:hover,
.social-link:active {
    color: #72A8CA;
}

.social-icon {
    width: 30px;
    height: 30px;
}

/* post template */

.entry-header {
    padding-top: 1rem;
    background-color: #F6F4E2;
    padding-bottom: 1rem;
    padding-left: 10vw;

}


/* Secondary pages */

.wp-block-cover.hero-secondary {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    min-height: 650px;
    background-position: center top;
    background-size: 100% auto;
    object-fit: contain;
}


.wp-block-image.wide img {
    width: 100%;
    object-fit: contain;
}

.wp-block-cover.hero-secondary .masthead {
    margin-top: 0;
    position: relative;
}

@media screen and (max-width: 1800px) {
    .wp-block-cover.hero-secondary {
      min-height: 600px;
    }

}


@media screen and (max-width: 1500px) {
    .wp-block-cover.hero-secondary {
      min-height: 500px;
    }

}

@media screen and (max-width: 1250px) {
    .wp-block-cover.hero-secondary {
      min-height: 430px;
    }

}

@media screen and (max-width: 1100px) {
    .wp-block-cover.hero-secondary {
      min-height: 350px;
    }

}

@media screen and (max-width: 900px) {
    .wp-block-cover.hero-secondary {
      min-height: 245px;
    }

}


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

    .wp-block-cover.hero-secondary {
        /* padding-bottom: 0;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0; */
    }

    .wp-block-cover.hero-secondary .masthead {
        margin-top: initial;
        position: relative;
    }


    .wp-block-image.wide img {
        height: auto;
        width: 90%;
        object-fit: contain;
        margin: 0 auto;
        display: block;
        max-width: none;
    }
}



/* mobile nav] */


/* body {
  padding: 50px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
} */

/* section {
  height: 100vh;
}
section#about {
  text-align: center;
} */
/* section h1 {
  text-align: center;
} */

/* .container {
  padding: 0px 15px 0px 15px;
} */
/* @media (min-width: 0) { */
  /* .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
} */

/* a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.8);
}
a:hover, a :focus {
  color: black;
} */

/* .menu-left a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease;
} */



header {
      /* position: fixed; */
      top: 0;
      left: 0;
      width: 100%;
      /* padding: 0.5rem 0; */
      background: #002d74;
      z-index: 3;
      will-change: transform;
      transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
      transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
      transform: translateY(0);
      -webkit-transform: translateY(0);
      /* max-height: 100vh !important; */
      height: auto;
      padding: 0;
      display: block;
      align-items: center;
      justify-content: end;
      padding: 0;
      min-height: 100px;
      /* display: block; */
      padding-top: 2.5rem;
      position: relative;
      padding-bottom: 1rem;
   
  
  
}
/* header nav .logo {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 500;
  color: black;
}
header nav .logo:after {
  content: '';
  display: table;
  clear: both;
}
header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header nav ul li {
  float: none;
  margin-left: 0;
}
@media (min-width: 768px) {
  header nav ul li {
    float: left;
    margin-left: 1rem;
  }
}
header nav ul li a {
  display: block;
} */
/* @media (min-width: 576px) {
  header nav ul li a {
    display: block;
    padding: .425rem 0rem;
  }
} */

/* @media (max-width: 768px) {
  ul {
    clear: both;
  }
  ul li {
    padding: .5em 0;
  }
} */
.hide-nav {
  transform: translateY(-120% )!important;
  -webkit-transform: translateY(-120%) !important;
}

ul.menu-left {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  /* height: 100vh; */
  height: auto;

}
@media (min-width: 768px) {
  ul.menu-left {
    display: flex !important;
    /* float: right; */
    max-height: none;
    height: 150px;
  }
}

ul.menu-left.collapse {
    max-height: 17em !important;
}

ul.menu-left.collapse  .social-wrap{
    visibility: visible;
   
  }

.nav-toggle {

  display: flex;
    background-color: transparent;
    float: none;
    height: auto;
    flex-direction: column;
    width: 49px;
    cursor: pointer;
    padding: 0;
    align-items: flex-end;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
    right: 1.1rem;
    position: relative;
    padding: 0;
    margin-right: 0;
    margin-top: auto;
    margin-left: auto;
    
  

}
.nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(10px, 6px);

  
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(10\px, -8px);
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
    position: relative;
    display: block;
    height: 6px;
    width: 100%;
    margin-top: 6px;
    background-color: #ffffff;
    transition: all .25s;

}

li.logo-middle {
    position: absolute;
    top: 1.8rem;
    left: 0.18em;
    margin-bottom: 0;
    margin-top: 0;
    height: auto;
}

    /* primary menuu */
    li.logo-middle a {
        display: block;
    height: 63px;
    width: 89px;
    background-image: url("/wp-content/uploads/2024/01/Coxs-Logo_Shrimp-Co-1.png");
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
  
    }
    x
    nav#msin-navigation  {
        min-height: 100px;
    }

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

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        justify-content: center;
        display: flex;
        align-items: center;
    }

	.main-navigation li {
		position: relative;
		margin: 0 1.5rem 0 1.5rem;
		top: 1.5rem;

	}

	li.logo-middle {
		top: 0;
        position: relative;
	}

    /* primary menuu */
    li.logo-middle a {
        display: block;
        height: 116px;
        width: 165px;
        background-image: url("/wp-content/uploads/2024/01/Coxs-Logo_Shrimp-Co-1.png");
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
		margin: 0 2rem 0 2rem;
    }
}

@media screen and (min-width: 768px) {
    header {
        height: 150px;
        padding: 0;
        justify-content: center;
        display: flex;
    }

    /* .site-branding {
        margin: auto;
        max-width: 165px;
        top: -20px;
    } */


    .social-wrap {
        display: flex;
        justify-content: flex-end;
        width: auto;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .header-social {
        position: absolute;
        top: 26px;
        right: 26px;
        height: auto;
    justify-content: flex-end;
        
    }
}

h5.image-overlay-title {
    background-color: #002d74 !important;
}

.cls-2 {
    fill: #002D74 !important;
}


/* RECIPES SIGNLE */

.recipes header.entry-header {
    display: none;
    text-shadow: none;
}

.recipes .post-thumbnail {
    display: none;
}

.recipes .entry-content h1 {
    text-shadow: none;
    font-size: 65px !important;
    line-height: 55px !important;
    padding-top: 2rem;
    margin-bottom: 1rem;
}


.recipes td {
    font-family: "futura-pt", sans-serif;
    font-size: calc(1rem + 0.4vw);
    line-height: calc(1.8rem + 0.2vw);
    font-weight: 400;
    border-right: none;
    border-left: none;
}

.recipes .entry-content h2 {
    font-size: 45px !important;
    line-height: 45px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-block-start: 0;

}

.recipes ul, .recipes ol {
    font-family: "futura-pt", sans-serif;
    font-size: calc(1rem + 0.4vw);
    line-height: calc(1.8rem + 0.2vw);
    font-weight: 400;
    margin-left: 0 !important;
}

.recipes li{
    margin-bottom: 1rem;
}

.recipes ul {
    list-style: none;
    padding-left: 0 !important;
}

.recipes ol {
    padding-inline-start: 25px;
}

.recipes hr {
    border-top: solid 1px #002d74 !important
}

.recipes table {
    margin-bottom: 0;
} 


.recipe-times {
    border-left: 0 !important;
    border-right: 0 !important;
    font-family: "futura-pt", sans-serif;
    font-size: calc(1rem + 0.4vw);
    line-height: calc(1.8rem + 0.2vw);
    font-weight: 400;
}

a.button.button-global {
    border-radius: 6px;
background-color: #002d74 !important;
padding: .4rem 2rem;
display: inline-block;
text-align: center;
color: white;
font-weight: 900;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
border: 2px solid#002d74;
}

.button-global a.kb-button {
    border-radius: 6px;
    background-color: #002d74 !important;
    /* padding: .4rem .8rem; */
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    border: 2px solid #002d74;
}

.button-global a.kb-button span.kt-btn-inner-text {
    border-radius: 6px;
    padding: .4rem 2rem;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    /* border: 2px solid #002d74; */
}

a.button.button-global:hover, .button-global a.kb-button:hover {
    background-color: white !important;
    color: #002d74 !important;
    border: 2px solid #002d74;
}

.button-global a.kb-button:hover span.kt-btn-inner-text {
    color: #002d74;
    /* border: 2px solid #002d74; */
    display: inline-block;
text-align: center;
   }

   span.kb-svg-icon-wrap.kb-svg-icon-fe_arrowRight.kt-btn-icon-side-right {
    display: none;
   }
   

   .query-card-recipes h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
   }



@media screen and (min-width: 501px) { 
    .recipes-hr-mobile {
        display: none;
    }
}




@media screen and (max-width: 767px) {
    .recipes .entry-content h1 {
        text-shadow: none;
        font-size: 50px !important;
        line-height: 50px !important;
        padding-top: 0rem;
    }

    .recipes p {
        font-size: 25px;
        line-height: 30px;
    }

    .recipe-times {
        font-size: 25px;
        line-height: 30px;
    }

    .recipes ul, .recipes ol {
        font-size: 25px;
        line-height: 30px;
    }

    .recipes-hr-mobile {
        display: block;
    }

    .recipes .entry-content h2 {
        text-align: center !important;
    }

    .recipes-content-last {
        text-align: center !important;
        align-items: center !important;
    }

}


/* RECIPES INDEX */

.recipes-header-1 {
    color: #002d74;
    font-family: 'acumin-pro-extra-condensed';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-size: calc(2.5rem + 2vw);
    line-height: calc(2.5rem + 0.2vw);
}

.recipe-overlay p.image-overlay-title {
    opacity: 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    font-family: "futura-pt", sans-serif;
}

.recipe-overlay p.image-overlay-subtitle {
    font-size: 25px !important;
    line-height: 35px !important;
    font-family: "futura-pt", sans-serif !important;
}

.recipe-overlay p.image-overlay-subtitle span {
    display: block;
    width: 100%;
}

.recipe-overlay .kt-image-overlay-message {
        max-width: 50%;
        margin: 0 auto;
}

.recipe-overlay .kt-image-overlay-wrap .kt-block-intrisic {
    padding-bottom: 52.25% !important;
}


.recipe-overlay .kt-block-intrisic>img {
    position: relative;
}

.recipe-overlay .kt-block-intrisic.kt-over-set-ratio>img {
    height: auto;
}


.recipe-overlay p.image-overlay-subtitle span a.kb-button.button-global {
    margin-top: 1rem;
    text-decoration: none;
    padding: .4rem 2rem;
}

h1.recipes-index-h1 {
    text-shadow: none;
    color: #002d74;
    text-align: center;
    font-size: calc(2.5rem + 2vw);
    line-height: calc(2.5rem + 0.2vw);
}

.three-up-column-cards {
    padding: 1.75rem;
    padding-top: .5rem;
    padding-bottom: 2.5rem;
}

.three-up-column-cards-contact  {
    padding-top: .5rem;
    padding-bottom: 2.5rem;
    /* padding: 2rem; */
}

.border-radius-30 {
    border-radius: 30px;
}


nav.navigation.post-navigation {
    display: none;
}

.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kt-inner-column-height-full {
    max-width: 1150px;
}

@media screen and (max-width: 1200px) {
    .kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kt-inner-column-height-full {
        max-width: 80vw;
    }
}

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

.recipe-overlay .kt-image-overlay-message {
    max-width: 100%;
    margin: 0 auto;
}

.recipe-overlay .kt-image-overlay-wrap .kt-block-intrisic {
    padding-bottom: 52.25% !important;
    height: auto;
}

.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kt-inner-column-height-full {
    max-width: 95vw;
}

img.kt-img-overlay.wp-image-548 {
    height: 300px !important;
    padding-bottom: 0px !important;

}
.recipe-overlay .kt-image-overlay-wrap .kt-block-intrisic {
    padding-bottom: 0 !important;
    height: 300px !important;
}
}

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

    .kb-row-layout-id6_8cee99-b5 > .kt-row-column-wrap {
        grid-template-columns: minmax(0, 2fr) minmax(0, 2.5fr) !important;
    }

.wp-block-group.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1.wp-block-group-is-layout-flex {
    border-right: 3px solid white;
    padding-right: 3rem;
}

.wp-block-kadence-column.kadence-column6_d185f2-a9.kb-section-dir-vertical.kb-section-md-dir-vertical {
    padding-left: 3rem;
}

.wp-block-kadence-column.kadence-column6_607910-df.kb-section-dir-vertical {
    padding-left: 3rem;
}
}

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

h2.kt-adv-heading398_694777-a0.wp-block-kadence-advancedheading.has-kb-palette-5-color.has-text-color {
    height: 85px;
}
}


@media screen and (min-width: 1025px) and (max-width: 1250px) {
    .wp-block-kadence-column.kadence-column6_d185f2-a9.kb-section-dir-vertical.kb-section-md-dir-vertical {
        padding-left: 1.5rem;
    }

    .wp-block-group.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1.wp-block-group-is-layout-flex {
        padding-right: 1.5rem;
    }
}

.wp-block-video video {
    /* width: 100vw; */
}

.kadence-column6_6f029b-07 > .kt-inside-inner-col {
    display: block !important;
}


.wp-block-cover.hero-secondary.hero-our-why .wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
    display: flex;
    max-width: 900px;
    align-items: center;
    justify-content: space-between;
}

.wp-block-cover.hero-secondary.hero-our-why h1 {
    font-size: 70px;
    line-height: 70px;
    margin-top: -2rem;
    text-align: left;
    padding-left: 3rem;
    flex: 0 1 auto;
}

.wp-block-cover.hero-secondary.hero-our-why figure {
    flex: 0 1 auto;
}

@media screen and (max-width: 1500px) {
    .wp-block-cover.hero-secondary.hero-our-why {
        min-height: 550px;

    }
}
@media screen and (max-width: 1024px) {
.wp-block-cover.hero-secondary.hero-our-why .wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
    max-width: 85vw;
    

}
.wp-block-cover.hero-secondary.hero-our-why figure {
    padding-left: 3rem;
}

}

@media screen and (max-width: 767px) {
    .wp-block-cover.hero-secondary.hero-our-why h1 {
        font-size: 55px;
        line-height: 55px;
        margin-top: 0;
        max-width: none;
        padding-left: 0;
        text-align: center;
        padding-top: 1rem;
        
    }
    .wp-block-cover.hero-secondary.hero-our-why img {
 
    }

    .wp-block-cover.hero-secondary.hero-our-why {
        min-height: auto;
        padding: 2.5rem 0;

    }

    .wp-block-cover.hero-secondary.hero-our-why .wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    }

    .wp-block-cover.hero-secondary.hero-our-why figure {
        padding-left: 0rem;
    }
}


.wp-block-group.recipes-content-last.has-kb-palette-5-background-color.has-background.is-vertical.is-layout-flex.wp-container-core-group-is-layout-5.wp-block-group-is-layout-flex {
    border-radius: 30px;
}


.kadence-column1314_82fbbb-94 > .kt-inside-inner-col {
    border-radius: 30px;

}

.wp-block-group.recipes-content-last.has-kb-palette-5-background-color.has-background.is-vertical.is-layout-flex.wp-container-core-group-is-layout-5.wp-block-group-is-layout-flex {
    border-radius: 30px;
    width: 100%;
}


.wp-block-kadence-column.kadence-column1314_ae626b-e7.kb-section-dir-horizontal.aos-init.aos-animate {
    margin: 0 auto;
}


.wp-block-group.three-up-column-cards-contact.border-radius-30.has-kb-palette-5-background-color.has-background.is-vertical.is-content-justification-stretch.is-layout-flex.wp-container-core-group-is-layout-3.wp-block-group-is-layout-flex {
    padding-bottom: 0 !important;
}


h5.kt-adv-heading1314_dd367a-60.wp-block-kadence-advancedheading {
    width: auto;
}


@media (max-width: 767px) {
    .kb-row-layout-id1314_7a36d1-0a > .kt-row-column-wrap {

        max-width: 100% !important;
    }
}

p.kt-adv-heading1314_2116a9-81.wp-block-kadence-advancedheading a {
    color: #002d74;
    text-decoration: none;
}


.page-id-1314 div#contact-us {
    display: none;
}