/*
 *
Theme Name: ASPACopy theme
Theme URI: 
Author: The Focus Group
Author URI: http://focusgroupms.com/
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: ASPA theme

*/
/* Reset Styles */

* {
    margin: 0;
    padding: 0;
}
a {
    border: none;
    text-decoration: none;
}
a {
    cursor: default;
}
a[href] {
    cursor: pointer;
}
a:active {
    background: inherit;
}
a img {
    border: none;
}
html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height:100%;
}
img {
    display: block;
}
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}
li {
    list-style: none;
}
p {
    margin-bottom: 10px;
}
hr {
    border: 0px;
    border-top: 4px solid #444;
    border-top: 4px solid rgba(0, 0, 0, .2);
    margin: 20px 0px;
}
input {
    outline: none;
}
/* Generic Classes */

.mobile {
    display: none;
}
.col {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}
.col.one-half {
    width: 50%;
}
.col.one-third {
    width: 33.33%;
}
.col.two-third {
    width: 66.66%;
}
.col.one-fourth {
    width: 25%;
}
.col.three-fourth {
    width: 75%;
}
.col-inner {
    padding: 5%;
}
.col-inner5 {
    padding: 5px;
}
.col-inner15 {
    padding: 15px;
}
.col-last {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}
.center,
.aligncenter {
    text-align: center;
}
.center-margin {
    margin-left: auto;
    margin-right: auto;
}
.clear {
    clear: both;
    float: none;
}
/*iframe[src*="youtube"]{
    max-width: 100%;
    height: auto;
}*/
img {
    height: auto;
    max-width: 100%;
    width: auto;
}
img.aligncenter {
    margin: 0 auto;
}
.left,
.alignleft {
    float: left;
	margin:0 1em 1em 0;
}
.right,
.alignright {
    float: right;
	margin:1em 0em 1em 1em;
	padding: 1em 0em 1em 1em;
}
.vcenter-outer {
    display: table;
    height: 100%;
    width: 100%;
}
.vcenter-inner {
    display: table-cell;
    vertical-align: middle;
}
.wrapper {
    min-height: 100%;
    position: relative;
}
@media (max-width: 960px) {
    .hide-mobile {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
}
/* Global Styles */

@font-face {
    font-family: 'acknowledgementregular';
    src: url('css/fonts/ackno-webfont.eot');
    src: url('css/fonts/ackno-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/ackno-webfont.woff') format('woff'), url('css/fonts/ackno-webfont.ttf') format('truetype'), url('css/fonts/ackno-webfont.svg#acknowledgementregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Harbell';
    src: url('css/fonts/harbell.eot');
    src: url('css/fonts/harbell.eot?#iefix') format('embedded-opentype'), url('css/fonts/harbell.woff') format('woff'), url('css/fonts/harbell.ttf') format('truetype'), url('css/fonts/harbell.svg#Harbell') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url('images/bg-body.jpg') repeat-y;
    background-size: 100% auto;
    font-size: 14px;
    overflow-x: hidden;
}
a:link {
    color: #357;
}
a:hover {
    color: #222;
}
a:visited {
    color: #236;
}
aside.headline a{
    background: #d2232a;
    border-bottom: 1px solid #e5cf9a;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.125em;
    padding: 0.5em 0.5em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
aside.headline a:hover{
    background: #dfb129;
}

.button:link,
.button:visited,
.button:hover {
    color: #fff;
}
.box {
    background: #faf6e8;
    border: 5px solid #fff;
    border-radius: 5px;
}
.button {
    background: #d2232a;
    border: 1px solid #e5cf9a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}
.newsbutton {
    font-size: 13px;
}
.button.blue {
    background: #00a6bb;
}
.button.yellow {
    background: #dfb129;
}
.buttons-box {
    margin-top: 15px;
}
.buttons-box li {
    display: inline-block;
    margin-left: 5px;
}
.bannerimg {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
.container {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    width: 100%;
}
table {
    border: 1px solid #808080;
    margin: 20px auto;
}
td {
    padding: 5px;
}
tr:nth-child(odd) {
    background-color: rgba(48, 77, 117, .2);
}
tr:nth-child(even) {
    background-color: rgba(255, 255, 255, .4);
}
.sources {
    border: 2px solid #e2ca8e;
    padding: 10px;
    font-size: 10px;
    background-color: #eee;
    background-color: rgba(255, 255, 255, .5);
}
.header4 {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #e2ca8e;
    padding: 10px 0;
    margin-bottom: 0px;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 24px;
}
.news-articles h4,
.news-articles h5 {
    font-family: 'Oswald', Arial, sans-serif;
}
.news-articles h4 {
    color: #304d75;
}
.news-articles a {
    font-weight: bold;
}
.shortsimgholder img {
    width: 100%;
}
.shortsimgholder {
    background: #f8f7f3;
    width: 100%;
    height: 200px;
    overflow: hidden;
    max-width: 324px;
    margin: 0 auto;
    padding-top: 20px;
}
.aligncenter h3 {
    font-family: 'acknowledgementregular';
    letter-spacing: -1px;
    word-spacing: 3px;
    font-size: 22px;
}
#newsData {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 22px;
    margin: 0 auto;
    width: 76%;
    display: block !important;
}
.btn-prev {
    background: url('images/previous-btn.png') no-repeat !important;
    border: none !important;
    width: 32px;
    height: 32px;
}
.btn-next {
    background: url('images/next-btn.png') no-repeat !important;
    border: none !important;
    width: 32px;
    height: 32px;
}
.members {
    /* border: 2px solid #e2ca8e; */
    /* background-color: #fff; */
    /* background-color: rgba(255,255,255,.5); */
    
    margin: 0px;
}
.blog li .blog-img {
    background-size: cover;
    background-position: center;
    height: 229px;
    width: 755px;
}
.blog li .blog-info {
    background-size: cover;
    min-height: 179px;
    z-index: 10;
    position: relative;
    color: #fff;
    text-align: center;
    width: 246px;
}
.blog li .blog-info a {
    color: #d9b338;
}
.blog li .blog-info h3 {
    color: #ed9;
}
.blog li.info-left .blog-info {
    background: url('images/blog-infobg-l.png') no-repeat;
    float: left;
    padding: 25px 55px 25px 40px;
    margin-right: -20px;
}
.blog li.info-left .blog-img {
    float: right;
}
.blog li.info-right .blog-info {
    background: url('images/blog-infobg.png') no-repeat;
    float: right;
    padding: 25px 40px 25px 55px;
    margin-left: -20px;
}
.blog li.info-right .blog-img {
    float: left;
}
.divider {
    background: url('images/divider.png') center no-repeat;
    border: none;
    clear: both;
    height: 28px;
    margin: 25px 0;
}
.find-our-shrimp {
    text-align: center;
}
.find-our-shrimp img {
    display: inline-block;
    margin: 3em 0 1em 0;
}
.find-our-shrimp .media-feed-box {
    background: rgba(255, 255, 240, 0.75);
    border: 3px solid #9C1C1F;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px #fff inset;
    display: inline-block;
    margin: 0 1em;
    padding: 1em;
    text-align: left;
}
.find-our-shrimp .media-feed-box h3 {
    text-align: center;
}
.find-our-shrimp .media-feed-box .media-feed-list {
    display: table;
    list-style: none;
    padding: 0;
}
.find-our-shrimp .media-feed-box .media-feed-list li {
    display: table-row;
}
.find-our-shrimp .media-feed-box .media-feed-list li:before {
    background: url('images/icon-blue-shrimp.png') center left no-repeat;
    content: '';
    display: table-cell;
    height: 18px;
    padding-right: 0.5em;
    vertical-align: middle;
    width: 40px;
}
.find-our-shrimp .media-feed-box .media-feed-list li a {
    display: table-cell;
    padding: 0.5em;
    vertical-align: middle;
}
footer {
    bottom: 5px;
    width: 100%;
    font-size: 12px;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
}
h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #d2232a;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 9px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px;
}
.home-banner {
    color: #fff;
    height: 450px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.home-banner .container {
    height: 100%;
}
.home-banner .bg-video {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.home-banner img {
    margin: 0 auto;
}
.home-banner .vcenter-outer {
    position: relative;
}
.alertbanner {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #d2232a;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.visiblealert .alertbanner {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.alertbanner a {
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    padding: 7px;
    display: block;
}
.visiblealert {
    padding-top: 30px;
}
.exitbutton {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: none;
    padding: 0;
    cursor: pointer;
}
header {
    background: url('images/bg-header.jpg') no-repeat;
    background-size: 100% 150px;
    background-size: cover;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header .logo {
    float: left;
    margin: 10px 0;
}
header .logo img {
    max-height: 98px;
}
header nav {
    background: url('images/bg-nav.jpg') repeat;
    float: right;
    margin-top: 15px;
}
header nav .menu li {
    border-right: 1px solid #eee;
    display: block;
    float: left;
    position: relative;
}
header nav .menu li:last-of-type {
    border: none;
}
header nav .menu li a {
    border-right: 1px solid #222;
    border-right: 1px solid rgba(200, 200, 200, 0.75);
    color: #fff;
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
}
header nav .menu li a:last-of-type {
    border-right: none;
}
#accordion {
    margin-bottom: 30px;
}
#accordion h3 {
    background: #444;
    background: rgba(0, 0, 0, .4);
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    outline: 0;
}
#accordion h3:before {
    content: "+";
    margin-top: -5px;
    margin-left: -10px;
    font-size: 40px;
    background-color: #444;
    background-color: rgba(79, 45, 0, .5);
    width: 80px;
    display: block;
    float: left;
    text-align: center;
    height: 36.2px;
    margin-right: 15px;
}
#accordion h3[aria-selected=true]:before {
    content: "-";
    margin-top: -5px;
    margin-left: -10px;
    font-size: 40px;
    background-color: #444;
    background-color: rgba(79, 45, 0, .5);
    width: 80px;
    display: block;
    float: left;
    text-align: center;
    height: 36.2px;
    margin-right: 15px;
}
#accordion div {
    background: #fff;
    background: rgba(255, 255, 255, .4);
    padding: 25px;
    border: 1px solid #c0c0c0;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
    margin-top: -12px;
}
.story {
    width: 43%;
    float: left;
    padding: 50px 30px;
    margin: 20px 0px;
    background: url('images/tidbits-bg.png');
    background-size: 100% 100%;
}
.story h3 {
    text-align: left;
}
.button-wrapper {
  width:100%;
  margin: 0 auto;
  text-align:center;
  padding-bottom:20px;
}
button.call-to-action,
.call-to-action {
  padding: 5px 8px;
   /* background: #236; */
	background: #d2232a;
    font-size:28px !important;
    font-family: 'Oswald', Arial, sans-serif;
    border: 1px solid #c0c0c0;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 10px;    
}
.call-to-action a{
  color: #fff !important;
  padding:10px 8px;
}
.call-to-action:active {
    background-color: #072645;
}
.call-to-action:hover {
    /*background-color: #0a335c;*/
	background-color: #d2232a;
}
.factoids #accordion {
    margin-bottom: 0px;
}
.factoids #accordion h3 {
    letter-spacing: initial;
    word-spacing: initial;
    text-transform: initial;
    line-height: 13px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: none;
    padding: 0px;
    color: #000;
    font-weight: normal;
    font-size: 12px;
    outline: 0;
}
.factoids #accordion h3:before {
    content: "";
    margin-right: 0px;
    font-size: 12px;
}
.factoids #accordion h3[aria-selected=true]:before {
    content: "";
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
}
.factoids #accordion h3:after {
    content: "...Read More";
    margin-right: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #d23;
}
.factoids #accordion h3[aria-selected=true]:after {
    content: "";
    margin-left: 20px;
    font-size: 12px;
}
.factoids #accordion div {
    background: none;
    border: 0px;
    padding: 0px;
    margin: 0;
}
.flexslider>.slides>li {
    display: none;
}
.flexslider>.slides>li:first-of-type {
    display: inherit;
}
.flexslider .flex-direction-nav a {
    border-radius: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    height: 32px;
    width: 32px;
}
.flexslider .flex-direction-nav a.flex-next {
    background: url('images/next-btn.png') no-repeat !important;
}
.flexslider .flex-direction-nav a.flex-prev {
    background: url('images/previous-btn.png') no-repeat !important;
}
header nav .menu li a:hover,
header nav .menu li.current_page_item>a {
    background: #222;
    background: rgba(0, 0, 0, 0.5);
}
header nav .menu li .sub-menu {
    background: #d23;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    display: none;
    margin: 0 0 0 -1px;
    width: 400px;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}
header nav .menu li:last-of-type .sub-menu,
header nav .menu li.menu-item-227 .sub-menu {
    margin: 0 -1px 0 0;
    right: 0;
}
header nav .menu li:hover .sub-menu {
    display: block;
    opacity: 1;
}
header nav .menu li .sub-menu li {
    border-right: 0px;
    min-width: 50%;
}
header nav .menu li .sub-menu li a {
    white-space: nowrap;
    text-transform: capitalize;
}
header nav .menu li .sub-menu li a:hover,
header nav .menu li .sub-menu li.current_page_item a {
    background-color: #9a1824;
    background-color: rgba(0, 0, 0, .3);
}
header nav .menu > li > .sub-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d23;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
header nav .menu > li.menu-item-227 > .sub-menu:before {
    position: absolute;
    top: -7px;
    left: 95%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d23;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
header nav .mobile-button {
    display: none;
}
header ul.top {
    float: right;
    margin-top: 18px;
    display: table;
}
header ul.top>li {
    border-right: 1px solid #e6c35e;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}
header ul.top>li:last-of-type {
    border-right: none;
}
header ul.top li ul.social-media li {
    float: left;
}
header ul.top li ul.social-media li:nth-child(2) {
    margin-top: 1px;
    margin-left: 2px;
    margin-right: 2px;
}

.home .frontpage .newsletter-form{
    max-width: 480px;
    margin: 1em auto;
    text-align: center;
}
.home .frontpage .newsletter-form label{
    display: block;
    padding: 0.5em 1em;
    text-align: left;
}
.home .frontpage .newsletter-form label input{width: 100%;}
@media (max-width: 940px) {
    /*.home .frontpage div.col.three-fourth.modules p {
        padding-left: 5px;
    }*/
}
@media (max-width: 768px) {
    .home .find-our-shrimp img {
        margin: 0 0 1.5em 0;
    }
}

input[type="search"],
input[type="text"],
input[type="email"] {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px 8px;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    padding: 5px 8px;
    background: url('images/bg-nav.jpg') repeat-x;
    border: 1px solid #c0c0c0;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 10px;
}
input[type="file"]::-webkit-file-upload-button{
    padding: 5px 8px;
    background: url('images/bg-nav.jpg') repeat-x;
    border: 1px solid #c0c0c0;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 10px;
}
label {
    text-transform: uppercase;
    font-weight: bold;
}
.main {
    padding-bottom: 50px;
}
li.redbullet {
    list-style-image: url(images/redbullet.gif) !important;
}
li.tealbullet {
    list-style-image: url(images/tealbullet.gif) !important;
}
li.yellowbullet {
    list-style-image: url(images/yellowbullet.gif) !important;
}
li.whitebullet {
    list-style-image: url(images/whitebullet.gif) !important;
}
ul.bulleted li {
    list-style: inherit;
    margin-bottom: 10px;
    list-style-image: url(images/bullet.gif);
}
ul.bulleted,
ol.bulleted {
    padding: 10px;
    margin: 0px 20px;
}
.media-feed-box {
    float: right;
}
.modules {
    margin-top: 30px;
}
.home .frontpage .modules {
    margin-top: 2em;
    padding-right: 1em;
}
.modules .col.one-half .col-inner {
    margin: 10px 10px 0 0;
}
.modules .col.one-half:last-of-type .col-inner {
    margin-right: 0;
}
.modules .row {
    box-sizing: border-box;
    display: table;
    margin-top: 2em;
    width: 100%;
}
.modules .row .col {
    display: table-cell;
    border-right: 1px solid #e6e1cf;
    float: none;
    height: 150px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}
.modules .row .col .btn-container {
    margin-bottom: 10px;
}
.modules .row .one {
    background-image: url(images/shrimp-salad.jpg);
    background-size: cover;
}
.modules .row .one a.link:hover {
    background: #444;
    background: rgba(0, 0, 0, 0.75);
}
.modules .row .two {
    background-image: url(images/aspa-button.jpg);
    background-size: cover;
}
.modules .row .three {
    background-image: url(https://americanshrimp.com/wp-content/uploads/2013/12/infographic.png);
    background-size: cover;
}
.modules .row .four {
    background-image: url(images/Chefs_HomeButton.jpg);
    background-size: cover;
    border-right: none;
}
.nutrient-database {
    background: url('images/bg-nutrient-database.png') no-repeat;
    color: #f9f4e1;
    height: 313px;
    padding: 70px 60px 20px 40px;
    width: 339px;
}
.nutrient-database a {
    color: #f9f4e1;
}
.nutrient-database a:hover {
    font-size: 115%;
}
.nutrient-database h3 {
    color: #f9f4e1;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 9px;
}
.nutrient-database ul {
    height: 110px;
}
.nutritioninfo {
    background: url('images/bg-nutrient-database.png') no-repeat;
    color: #f9f4e1;
    height: 313px;
    padding: 70px 60px 20px 40px;
    width: 339px;
}
.nutritioninfo a {
    color: #f9f4e1;
}
.nutritioninfo a:hover {
    font-size: 115%;
}
.nutritioninfo h3 {
    color: #f9f4e1;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 9px;
}
.nutritioninfo ul {
    height: 110px;
}
.parallax-box {
    overflow: hidden;
    position: relative;
}
.parallax-box .parallax-img {
    height: auto;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.read-more-box .expandable {
    max-height: 160px;
    overflow: hidden;
    -webkit-transition: all .5s linear;
}
.read-more-box .expandable.open {
    max-height: 1000px !important;
}
.read-more-box .read-more-button {
    cursor: pointer;
}
.supplier-read-more-box .supplier-expandable {
    max-height: 200px;
    overflow: hidden;
    -webkit-transition: all .5s linear;
}
.supplier-read-more-box .supplier-expandable.open {
    max-height: 10000px !important;
}
.supplier-read-more-box .supplier-read-more-button {
    cursor: pointer;
}
.recipes-cat-list h3 {
    font-family: 'Harbell', 'Oswald', Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    text-transform: none;
}
.recipes-cat-list h3 a {
    color: #5e5e5e;
    display: inline-block;
    position: relative;
}
.recipes-cat-list h3 a:before {
    background: url('images/header-line-left.png') no-repeat;
    content: '';
    height: 6px;
    position: absolute;
    top: 50%;
    left: -96px;
    margin-top: -3px;
    width: 91px;
}
.recipes-cat-list h3 a:after {
    background: url('images/header-line-right.png') no-repeat;
    content: '';
    height: 6px;
    position: absolute;
    top: 50%;
    right: -96px;
    margin-top: -3px;
    width: 91px;
}
.recipes-cat-list>li {
    margin-bottom: 25px;
}
.recipes-cat-list li .cat-link-button {
    display: block;
    height: 24px;
    margin: 10px auto 0 auto;
    width: 133px;
}
.recipes-cat-list li .flexslider {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    max-width: 650px;
    padding: 0 35px;
}
.recipes-cat-list li .flexslider .flex-control-nav {
    display: none;
}
.recipes-cat-list li .flexslider .flex-direction-nav a {
    opacity: .5;
}
.recipes-cat-list li .flexslider .flex-direction-nav a.flex-next {
    right: 0;
}
.recipes-cat-list li .flexslider .flex-direction-nav a.flex-prev {
    left: 0;
}
.recipes-cat-list li .flexslider ul.slides li img {
    width: auto;
}
.recipes-list li {
    box-sizing: border-box;
    padding: 0 10px;
    width: 325px !important;
}
.recipes-list li .description {
    color: #f9ffdb;
    padding: 10px;
    margin-bottom: 5px;
}
.recipes-list.appetizers li .description {
    background: url('images/bg-recipe-desc-red.jpg') repeat;
}
.recipes-list.salads li .description {
    background: url('images/bg-recipe-desc-yellow.jpg') repeat;
}
.recipes-list.main-courses li .description {
    background: url('images/bg-recipe-desc-blue.jpg') repeat;
}
.recipes-list.game-day-meals li .description {
    background: url('images/bg-recipe-desc-orange.jpg') repeat;
}
.recipes-list.soups-stews li .description {
    background: url('images/bg-recipe-desc-teal.jpg') repeat;
}
.recipes-list.food-service li .description {
    background: url('images/bg-recipe-desc-green.jpg') repeat;
}
.recipes-list li h3 {
    margin-bottom: 0;
}
.recipes-list li h3 a {
    color: #752f2f;
}
.recipes-list li h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}
.recipes-list li h4 a {
    color: #752f2f;
}
.recipes-list li .recipe-link {
    float: right;
}
.recipes-list li .recipe-link img {
    float: right;
}
.recipes-list li .recipe-info {
    color: #818181;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
    text-transform: uppercase;
}
.recipes-list li .recipe-info .circle {
    background: #565656;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 4px;
    margin: -4px 0;
    min-width: 16px;
    text-align: center;
}
.recipes-list.category-page li {
    margin: 0;
    padding: 20px;
}
.recipes-list.category-page li:nth-of-type(3n+1) {
    clear: left;
}
.loading-spinner {
    background: url('images/spinner.gif') no-repeat center;
    height: 54px;
}
.recipes-categories-filter {
    list-style: none;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}
.recipes-categories-filter li {
    display: inline-block;
    margin: 0 1em;
}
.recipes-categories-filter li button {
    background: url('images/bg-recipe-desc-red.jpg') repeat;
    color: #fff;
    cursor: pointer;
    font-family: 'Oswald', Arial, sans-serif;
    padding: 0.25em 0.5em;
    -webkit-transition: all 0.3s;
}
.recipes-categories-filter li button:hover,
.recipes-categories-filter li button:active,
.recipes-categories-filter li button:focus,
.recipes-categories-filter li button.active {
    background: url('images/bg-recipe-desc-blue.jpg') repeat;
    outline: none;
}
.recipes-list-full {
    margin: 1em 0;
    padding: 0;
}
.recipes-list-full:after {
    clear: both;
    content: '';
    display: block;
}
.recipes-list-full li {
    padding: 1em;
}
.recipes-list-full li a {
    border: 2px solid #324E76;
    color: #222;
    display: block;
    min-height: 280px;
    padding: 0.75em;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.recipes-list-full li a:hover,
.recipes-list-full li a:focus,
.recipes-list-full li a:active {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 4px 0 #324E76;
}
.recipes-list-full li a .category {
    position: absolute;
    bottom: 0.5em;
    left: 1em;
}
.recipes-list-full li a .recipe-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 175px;
    margin-bottom: 0.5em;
}
.recipes-list-full li a .recipe-image.default {
    background-size: auto;
}
.recipes-list-full li a .recipe-title {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 2em;
}

.recipe-title {
	text-align: center;
    font-size: 1.25em;
    margin-bottom: 2em;
		}

.recipe-list-response {
    clear: both;
}
.shorts .col-inner {
    background: #f8f7f3;
    margin: 0 5% 100px 5%;
    padding: 20px 20px 0 20px;
    position: relative;
}
.shorts .col-inner:before {
    background: url('images/shorts-bottom.png') top center no-repeat;
    background-size: 100% auto;
    content: '';
    height: 100px;
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 0;
}
.shorts .col-inner .expandable {
    position: relative;
}
.shorts .col-inner .expandable:after {
    background: -moz-linear-gradient(top, rgba(248, 247, 243, 0) 0%, rgba(248, 247, 243, 0) 1%, rgba(248, 247, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 247, 243, 0)), color-stop(1%, rgba(248, 247, 243, 0)), color-stop(100%, rgba(248, 247, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 247, 243, 0) 0%, rgba(248, 247, 243, 0) 1%, rgba(248, 247, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 247, 243, 0) 0%, rgba(248, 247, 243, 0) 1%, rgba(248, 247, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 247, 243, 0) 0%, rgba(248, 247, 243, 0) 1%, rgba(248, 247, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 247, 243, 0) 0%, rgba(248, 247, 243, 0) 1%, rgba(248, 247, 243, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f8f7f3', endColorstr='#f8f7f3', GradientType=0);
    content: '';
    height: 50px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.supplier-expandable:after {
    background: -moz-linear-gradient(top, rgba(228, 226, 213, 0) 0%, rgba(228, 226, 213, 0) 1%, rgba(228, 226, 213, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228, 226, 213, 0)), color-stop(1%, rgba(228, 226, 213, 0)), color-stop(100%, rgba(228, 226, 213, 1)));
    background: -webkit-linear-gradient(top, rgba(228, 226, 213, 0) 0%, rgba(228, 226, 213, 0) 1%, rgba(228, 226, 213, 1) 100%);
    background: -o-linear-gradient(top, rgba(228, 226, 213, 0) 0%, rgba(228, 226, 213, 0) 1%, rgba(228, 226, 213, 1) 100%);
    background: -ms-linear-gradient(top, rgba(228, 226, 213, 0) 0%, rgba(228, 226, 213, 0) 1%, rgba(228, 226, 213, 1) 100%);
    background: linear-gradient(to bottom, rgba(228, 226, 213, 0) 0%, rgba(228, 226, 213, 0) 1%, rgba(228, 226, 213, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f8f7f3', endColorstr='#f8f7f3', GradientType=0);
    content: '';
    height: 50px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    border-bottom: 1px solid #a3a3a3;
}
.supplier-expandable {
    position: relative;
}
.supplier-expandable.open:after {
    height: 0;
    border-bottom: 0px;
}
.shorts .col-inner .expandable.open:after {
    height: 0;
}
.sidebar-left {
    padding-right: 20px;
}
.sidebar-right {
    padding-left: 20px;
}
.supplier-content .banner {
    margin-bottom: 20px;
    position: relative;
}
.supplier-content .banner img {
    height: auto;
    width: 100%;
}
.supplier-content .banner img.hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.supplier-content .banner img.hover-img:hover {
    opacity: 1;
}
.supplier-content .flexslider ul {
    margin: 0;
    padding: 0;
}
.supplier-content .flexslider .flex-control-nav {
    display: none;
}
.supplier-content .flexslider .flex-direction-nav li {
    margin: 0;
}
.supplier-content .flexslider .mgop-elements-item {
    margin: 0 5px 0 0;
}
.supplier-content .flexslider .mgop-elements-item-link {
    position: relative;
}
.supplier-content .flexslider .mgop-elements-item-link .mgop-elements-item-description {
    background: #444;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
}
.supplier-content .first-col {
    padding-right: 25px;
}
.supplier-content .mgop-element {
    display: none;
}
.supplier-content .text {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.info-box {
    background: #d8e2d9;
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    padding: 10px 10px;
}
.suppliers-list .info-box h4 {
    color: #d2232a;
    font-size: 18px;
}
.info-box .highlight {
    color: #d2232a;
}
.info-box .highlight a {
    color: #d2232a;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.info-box .highlight a:hover {
    color: #2f4d75;
}
.supplier-content .supplier-logo {
    display: block;
    margin: 0 auto 25px auto;
}
.suppliers-list {
    padding: 0px;
    margin: 0px;
}
.suppliers-list {
    list-style: none;
    margin-bottom: 0px;
}
.suppliers-list li {
    margin: 0;
}
.suppliers-list li .col-inner {
    background: #fff;
    border-radius: 4px;
    margin: 10px;
    padding: 10px;
}
.suppliers-list li .col-inner {
    padding-left: 10px;
}
.suppliers-list li .col-inner h3 {
    margin: 0;
}
.suppliers-list li .col-inner .supplier-address {
    float: right;
    text-align: center;
}
.suppliers-list li .col-inner .vcenter-outer {
    min-height: 75px;
}
.title-banner {
    background: #2f4d75;
    /* background: #2f4d75 url('images/bg-title-banner.jpg') right no-repeat; */
    
    margin-bottom: 50px;
    padding: 25px 0;
}
.title-banner .container {
    min-height: 0px;
}
.title-banner h2 {
    background: url('images/title-shrimp.png') left center no-repeat;
    border: 1px solid #f9f4e1;
    color: #f9f4e1;
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding: 10px 10px 10px 82px;
}
.title-banner h2 span {
    font-family: 'Harbell', 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: none;
}
.wrapper {
    background: url('images/mapbg.png') center 250px no-repeat;
}
body.page-template-template-membership-php .wrapper {
    background: url('images/processorBG.png') center left no-repeat;
}
.wrapper.home {
    background: url('images/bg-home-bottom.jpg') center bottom no-repeat;
    background-size: contain;
}
.home .frontpage .three-fourth .box.row {
    margin-top: 3em;
}
.afp-single-item {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    height: 200px !important;
}
.afp-single-item .colorbox img {
    border-radius: 10px;
}
.adipoli-wrapper {
    margin-bottom: 10px !important;
}
ul#afp-filter li {
    border-right: 1px solid #eee;
    display: block;
    float: left;
    background: url('images/bg-nav.jpg') repeat-x;
}
ul#afp-filter li:last-of-type {
    border: none;
}
ul#afp-filter li a {
    border-right: 1px solid #eee;
    border-right: 1px solid rgba(200, 200, 200, 0.75);
    color: #fff;
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
}
ul#afp-filter li a:last-of-type {
    border-right: none;
}
ul#afp-filter li a:hover {
    background: #222;
    background: rgba(0, 0, 0, 0.75);
}
ul#afp-filter li {
    padding-right: 0px !important;
}
.afp-active-cat {
    font-weight: normal !important;
}
.sspreview {
    max-width: 1024px;
    height: auto;
    width: 100%;
    border: 1px solid #808080;
    padding: 3px;
    margin: 5px 0px;
    background-color: #fff;
}
.sspreview:before {
    clear: both;
    float: none;
}
#gallery-1 .gallery-caption {
    margin-left: 0;
    max-width: 175px;
}
.galleryid-125 .gallery-item {
    width: 20% !important;
    margin-left: 5%;
}
#gallery-2 .gallery-caption {
    margin-left: 0;
    max-width: 175px;
}
#gallery-1 dt.gallery-icon a img {
    background: url('https://americanshrimp.com/wp-content/themes/aspa-theme/images/gallery-icon-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none !important;
    padding: 15px;
}
#gallery-1 img {
    border: none;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxContent {
    background: none !important;
}
#colorbox {
    background-image: url('https://americanshrimp.com/wp-content/themes/aspa-theme/images/torn-paper-lg.png') !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}
.slb_data_title {
    display: none;
}
.recipes-list .recipeimg {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.recipeimg img {
    width: auto !important;
    height: 120%;
}
/* news post gallery*/

.galleryid-1968 .gallery-item {
    width: 16% !important;
    margin-left: 0;
}
.galleryid-1968 dt.gallery-icon {
    background: url('https://americanshrimp.com/wp-content/themes/aspa-theme/images/gallery-icon-bg.png');
    background-size: 102% 101%;
    background-repeat: no-repeat;
    padding: 11px;
}
div.members img {
    height: auto;
    max-width: 50px;
    max-height: 49px;
    clear: both;
    margin: auto;
}
.processorblock {
    border: 2px solid #EEE2C4;
    margin: -1px;
    /* padding: 0 8px; */
    
    display: table;
    height: 125px;
    text-align: center;
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
    background-color: rgba(255, 255, 255, .5);
    font-size: 12px;
    padding: 0 0.5em;
}
.processorblock .processorblock-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.processorblock .processorblock-inner .processorblockimg.has-hover-img {
    min-height: 49px;
    position: relative;
}
.processorblock .processorblock-inner .processorblockimg.has-hover-img .hover-img {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 100%;
}
.processorblock .processorblock-inner .processorblockimg.has-hover-img .hover-img img {
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.processorblock .processorblock-inner .hover-img {
    background-size: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.processorblock:hover .processorblock-inner .hover-img {
    opacity: 1;
}
a.processorblock:hover {
    background-color: rgba(228, 222, 215, 0.5);
}
#tabs .ui-widget-header {
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
}
footer p {
    margin: 0;
    padding: 1em 0;
}

/* New Blog Styles */
.blog{background: #fff;}
.blog .featured-posts-area{
    background: url(images/blog-featured-posts-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 0 2em 2em 2em;
    text-align: center;
}
.blog .featured-posts-area h2{
    background: #b22e34;
    color: #fff;
    display: inline-block;
    font-size: 1.75em;
    font-weight: bold;
    padding: 0.5em 1.5em;
}
.blog .featured-posts-area ul.featured-posts li{
    background: #fff;
    display: table;
    float: left;
    margin: 2em;
    position: relative;
    width: calc(50% - 4em);
}
.blog .featured-posts-area ul.featured-posts li h3{
    display: table-cell;
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 1em;
    vertical-align: middle;
    width: 50%
}
.blog .featured-posts-area ul.featured-posts li h3 a{
    color: #b22e34;
    transition: all 0.5s;
}
.blog .featured-posts-area ul.featured-posts li h3 a:hover{color: #3c3956;}
.blog .featured-posts-area ul.featured-posts li .post-thumbnail{
    display: table-cell;
    width: 50%;
}
.blog .featured-posts-area ul.featured-posts li .post-thumbnail a{
    content: '';
    display: block;
    padding-top: 100%;
}
.blog footer{
    background: #2d2a3f;
    color: #fff;
    padding: 0.5em 0;
}
.blog footer a{
    color: #fff;
    transition: all 0.25s;
}
.blog footer a:hover{color: #ed1c24;}
.blog .main{padding: 0;}
.blog .main-content-area{
    background: url(images/blog-top-bg.jpg) center top no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-top: 6em;
}
.blog .main-content-area:after{
    background: url(images/blog-bottom-bg.jpg) center top no-repeat;
    background-size: cover;
    box-shadow: 0 -2em 2em 1em #fff;
    content: '';
    display: block;
    margin-top: -10%;
    padding-top: 40.625%;
}
.blog .main-content-area .container{z-index: 2;}
.blog .ribbon-area,
.archive .ribbon-area,
.category .ribbon-area{
    position: relative;
}
.blog .ribbon-area .ribbon,
.category .ribbon-area .ribbon,
.archive .ribbon-area .ribbon{
    max-height: 75%;
    position: absolute;
        top: 0;
        left: 0;
}
.blog .sidebar,
.category .sidebar,
.archive .sidebar{
    padding-left: 6em;
    position: relative;
}
.blog .sidebar:before,
.category .sidebar:before{
    border-left: 4px solid #bfbfbe;
    content: '';
    margin-left: -2px;
    position: absolute;
        top: 0;
        left: 4em;
        bottom: 0;
}
.blog .sidebar, .category .sidebar{font-size: 14px;}
.blog .sidebar form{
    margin-bottom: 2em;
}
.blog .sidebar form input{
    border: 2px solid #252f49;
    border-radius: 0.25em;
    width: 100%;
}
.blog .title-banner,
.category .title-banner,
.archive .title-banner {
    background: url('images/blog-header.jpg') center no-repeat;
    background-size: cover;
    margin: 0;
    padding: 2em;
}
.blog .title-banner h1 img,
.category .title-banner h1 img,
.archive .title-banner h1 img {
    margin: 0 auto;
    max-height: 200px;
}
.blog ul.posts, .category ul.posts{font-size: 14px;}
.blog ul.posts li:after,
.category ul.posts li:after{
    border-top: 4px solid #ececee;
    border-bottom: 4px solid #ececee;
    content: '';
    display: block;
    height: 2em;
    margin: 3em 4em;
    /*clear: both;*/
}
.blog ul.posts li a.read-more,
.category ul.posts li a.read-more{
    color: #ed1c24;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.25s;
}
.blog ul.posts li a.read-more:hover,
.category ul.posts li a.read-more:hover{color: #3c3956;}
.blog ul.posts li .date,
.category ul.posts li .date{
    color: #949494;
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.blog ul.posts li h2,
.catgory ul.posts li h2{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}
.blog ul.posts li h2 a,
.category ul.posts li h2 a{
    color: #3c3956;
    transition: all 0.25s;
}
.blog ul.posts li h2 a:hover,
.category ul.posts li h2 a:hover{color: #ed1c24;}
.blog ul.posts li p,
.category ul.posts li p{margin: 0;}
.blog ul.posts li .post-thumbnail,
.archive ul.posts li .post-thumbnail{
    background-position: center;
    background-size: cover;
    margin-bottom: 1em;
    display: block;
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 1.5em;    
}
.blog ul.posts li .post-thumbnail a,
.archive ul.posts li .post-thumbnail a {
    content: '';
    display: block;
    /*padding-top: 50%;*/
}
@media (max-width: 767px) {
    .blog ul.posts li .post-thumbnail,
    .archive ul.posts li .post-thumbnail {
        float:inherit;
        margin:0 auto;
    }
    .blog ul.posts li h2,
    .blog ul.posts li .date
    .archive ul.posts li h2,
    .archive ul.posts li .date {
        text-align: center;
    }
    .blog ul.posts li h2 
    .archive ul.posts li h2{
        margin-top: 0.5em;
    }
}


.archive{background: #fff;}
.archive footer{
    background: #2d2a3f;
    color: #fff;
    padding: 0.5em 0;
}
.archive footer a{
    color: #fff;
    transition: all 0.25s;
}
.archive footer a:hover{color: #ed1c24;}
.archive .main{padding: 0;}
.archive .main-content-area{
    background: url(images/blog-top-bg.jpg) center top no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-top: 6em;
}
.archive .main-content-area:after{
    background: url(images/blog-bottom-bg.jpg) center top no-repeat;
    background-size: cover;
    box-shadow: 0 -2em 2em 1em #fff;
    content: '';
    display: block;
    margin-top: -10%;
    padding-top: 40.625%;
}
.archive .main-content-area .container{z-index: 2;}
.archive .sidebar{
    padding-left: 6em;
    position: relative;
}
.archive .sidebar:before{
    border-left: 4px solid #bfbfbe;
    content: '';
    margin-left: -2px;
    position: absolute;
        top: 0;
        left: 4em;
        bottom: 0;
}
.archive .sidebar{font-size: 14px;}
.archive .sidebar form{
    margin-bottom: 2em;
}
.archive .sidebar form input{
    border: 2px solid #252f49;
    border-radius: 0.25em;
    width: 100%;
}
.archive .title-banner{margin: 0;}
.archive ul.posts{font-size: 14px;}
.archive ul.posts li:after{
    border-top: 4px solid #ececee;
    border-bottom: 4px solid #ececee;
    content: '';
    display: block;
    height: 2em;
    margin: 3em 4em;
}
.archive ul.posts li a.read-more{
    color: #ed1c24;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.25s;
}
.archive ul.posts li a.read-more:hover{color: #3c3956;}
.archive ul.posts li .date{
    color: #949494;
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.archive ul.posts li h2{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}
.archive ul.posts li h2 a{
    color: #3c3956;
    transition: all 0.25s;
}
.archive ul.posts li h2 a:hover{color: #ed1c24;}
.archive ul.posts li p{margin: 0;}
.archive ul.posts li .post-thumbnail{
    background-position: center;
    background-size: cover;
    margin-bottom: 1em;
}
.archive ul.posts li .post-thumbnail a{
    content: '';
    display: block;
    padding-top: 50%;
}

.single-post .the-content p { font-size: 16px; }
.single-post .the-content img.alignleft{margin: 5.25em 1em 0.5em 0;}
.single-post .the-content img.alignright{margin: 0.25em 0 0.5em 1em;}
.single-post .the-content ul,
.single-post .the-content ol{
    margin-bottom: 1em;
    overflow: hidden;
    padding-left: 1.5em;
}
.single-post .the-content ul li{list-style: disc;}
.single-post .the-content ol li{list-style: decimal;}
.single-post .main div.container { max-width: 800px; }
.single-post .blog-post-category {
    background-color:#233464;
    color:white;
    font-size:1em;
    padding:0 5px 3px 5px;
    border-radius:3px;
    margin-bottom: 15px;
    display: inline-block;
}
.fb_iframe_widget span, .single .fb_iframe_widget span {
    margin: 0 auto;
}
.single .fb_iframe_widget {
    display:block;
}
.single-post .dpsp-share-text {
    display:none;
}
.page-template-page-retailers-map .us-map{
    display: block;
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
}
.page-template-page-retailers-map .us-map path[id],
.page-template-page-retailers-map .us-map circle{
    cursor: pointer;
    fill: #D3D3D3;
    stroke: white;
    stroke-width: 0.5px;
    transition: all 0.125s;
}
.page-template-page-retailers-map .us-map path:hover,
.page-template-page-retailers-map .us-map circle:hover,
.page-template-page-retailers-map .us-map path.selected,
.page-template-page-retailers-map .us-map circle.selected{fill: #d2232a;}
.page-template-page-retailers-map .us-map path.frames{
    fill: none;
    stroke: #A9A9A9;
    stroke-width: 2px;
}
.page-template-page-retailers-map .us-state-select{
    border-radius: 0.25em;
    display: block;
    font-size: 1.5em;
    margin: 2em auto;
    max-width: 10em;
    padding: 0.25em;
    width: 100%;
}
.page-template-page-retailers-map ul.state-retailers{
    display: flex;
        align-content: flex-start; 
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    margin: 0 0 2em 0;
    padding: 0;
}
.page-template-page-retailers-map ul.state-retailers li{
    background: #fff;
    box-shadow: 0 0 1em 0 #ccc inset;
}
.page-template-page-retailers-map ul.state-retailers li .inner{
    box-sizing: border-box;
    display: flex;
        align-items: center; 
        justify-content: center;
    height: 270px;
    padding: 2em;
    text-align: center;
    width: 270px;
}
.page-template-page-retailers-map ul.state-retailers li .inner strong{
    color: #3c3956;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 2em;
    transition: all 0.25s;
}
.page-template-page-retailers-map ul.state-retailers li a.inner:hover strong{
    color: #d2232a;
}
.page-template-page-retailers-map .wrapper{background: none;}
@media (max-width: 600px){
    .page-template-page-retailers-map ul.state-retailers li .inner{
        height: 150px;
        padding: 1em;
        width: 150px;
    }
    .page-template-page-retailers-map ul.state-retailers li .inner strong{font-size: 1.5em;}
}

@media (max-width: 1024px) {
    .bg-video {
        display: none;
    }
    .home-banner {
        background-image: url(https://www.americanshrimp.com/wp-content/themes/aspa-theme/images/replacevideo.jpg);
        background-size: 100% 100%;
    }
    .processorblock {
        width: 16.5%;
        height: 125px;
    }
}
@media (max-width: 1080px) {
    header nav .menu li .sub-menu li {
        display: block;
        width: 100%;
    }
    .container {
        max-width: 960px;
    }
    header nav .menu li.open .sub-menu {
        display: block;
        opacity: 1;
    }
    header nav {
        background: #444;
        display: block;
        height: 40px;
        float: right;
        overflow: visible;
        width: 50%;
        margin: 15px 0;
        clear: right;
    }
    header nav .menu {
        background: #444;
        display: block;
    }
    header nav .menu>li {
        border: none;
        display: block;
        text-align: left;
        width: 100%;
    }
    header nav .menu>li>a {
        background: #444;
    }
    header nav .menu>li>a:hover,
    header nav .menu>li.current_page_item>a {
        background: #222;
    }
    header nav .menu li.menu-item-has-children>a {
        background: #444 url('images/icon-drop-arrow.png') right no-repeat;
    }
    header nav .menu li.menu-item-has-children.window.open>a {
        background-color: #222;
    }
    header nav .menu li a {
        padding: 0 10px;
    }
    header nav .menu li .mobile-button {
        position: absolute;
        top: 0;
        right: 0;
    }
    header nav .menu li .sub-menu {
        background: #222;
        max-height: 0;
        min-width: 100%;
        overflow: hidden;
        -webkit-transition: all .2s;
        transition: all .2s;
        position: static;
    }
    header nav .menu li .sub-menu li a {
        padding-left: 20px;
    }
    header nav .menu li.window.open .sub-menu {
        max-height: 500px;
    }
    header nav .mobile-button {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
    }
    header nav .mobile-button img {
        display: inline-block;
        padding: 0 5px 0 10px;
        position: relative;
        top: 4px;
    }
    header nav .window.open>.mobile-button {
        background-color: #222;
    }
    header nav .window {
        display: inline-block;
        -webkit-transition: all .2s;
        transition: all .2s;
        overflow: hidden;
    }
    header nav>.window.closed {
        max-height: 40px;
    }
    header nav>.window.open {
        max-height: 1100px;
    }
    header nav .menu li a:last-of-type {
        border-right: none;
        width: auto;
    }
    header nav .menu li a {
        padding: 0 10px;
        font-size: 14px;
    }
}
@media (max-width: 960px) {
    .find-our-shrimp .media-feed-box .media-feed-list {
        display: inline-block;
    }
    .find-our-shrimp .media-feed-box .media-feed-list li {
        display: block;
    }
    .find-our-shrimp .media-feed-box .media-feed-list li:before {
        background-position: center;
        display: block;
        padding: 0.5em 0 0 0;
        width: auto;
    }
    .find-our-shrimp .media-feed-box .media-feed-list li a {
        display: block;
        padding: 0.5em;
        text-align: center;
    }
    .container {
        max-width: 768px;
    }
    .parallax-box .parallax-img {
        height: auto;
        width: 100%;
    }
    .one-third,
    .two-third,
    .three-third,
    .one-fourth,
    .two-fourth,
    .three-fourth,
    .four-fourth,
    .one-half {
        width: 100% !important;
    }
    .frontpage .one-fourth {
        width: 25% !important;
    }
    .frontpage .button {
        font-size: 10px !important;
    }
    .frontpage .col.three-fourth {
        width: 75% !important;
    }
    .modules .row .one,
    .modules .row .two,
    .modules .row .three,
    .modules .row .four {
        background-size: 100% 100%;
        height: 110px;
    }
    .sidebar-right {
        padding-left: 5px;
    }
    .processorblock {
        width: 25%;
        height: 107px;
    }

    .archive .sidebar,
    .blog .sidebar{
        padding-left: 0;
    }
    .archive .sidebar:before,
    .blog .sidebar:before{
        content: none;
    }


    .blog .featured-posts-area ul.featured-posts li{
        width: calc(100% - 4em);
    }
}
@media (max-width: 769px) {
    .mobile {
        display: inline-block;
    }
    .container {
        max-width: 95%;
    }
    .home .frontpage {
      max-width: 90%;
    }
    header .logo {
        max-width: 150px;
        float: none;
        margin: auto;
        padding-top: 10px;
    }
    .recipes-cat-list li .flexslider {
        margin: 0 auto;
        padding: 0 30px;
        width: 240px;
    }
    .recipes-cat-list li .flexslider ul li {
        width: 240px !important;
    }
    .recipes-cat-list li .flexslider ul li .recipe-info {
        clear: left;
        width: 50% !important;
    }
    .recipes-cat-list li .flexslider ul li .recipe-link {
        width: 50% !important;
    }
    .story {
        width: 90%;
        height: auto;
        margin: 20px auto;
    }
    .col.col-inner15.one-third img {
        margin: 0 auto;
    }
    .modules {
        margin-top: 10px !important;
    }
    .social-media {
        margin-right: -15px;
    }
    .home-banner img {
        margin: 10px auto;
        height: 120px;
    }
    .home-banner {
        height: auto !important;
    }
    .processorblock {
        width: 25%;
        height: 125px;
    }
}
@media (max-width: 480px) {
    .page-landing .wrapper{padding-bottom: 0;}
    footer {
        position: relative !important;
        margin-top: 10px !important;
    }
    footer .left,
    footer .right {
        width: 100% !important;
        text-align: center !important;
    }
    header ul.top>li {
        padding: 0 5px !important;
    }
    header ul.top>li img {
        margin: 5px auto;
        display: inline;
    }
    .social-media {
        margin-right: -10px;
    }
    .parallax-box .parallax-img {
        height: 100%;
        width: 100%;
    }
    .story {
        width: 85%;
        height: auto;
        margin: 20px auto;
    }
    .story img {
        height: auto;
        max-width: 50%;
        width: auto;
        margin-bottom: 30px;
        margin: 25px auto;
    }
    .col.one-fourth.find-our-shrimp {
        width: 100% !important;
        margin-top: 20px;
        text-align: center;
    }
    .find-our-shrimp:after {
        clear: both;
        float: none;
    }
    .frontpage .three-fourth.modules {
        width: 100% !important;
    }
    .frontpage .three-fourth.modules:after {
        clear: both;
        float: none;
    }
    .halfsupply {
        width: 100% !important;
        padding: 15px;
    }
    .processorblock {
        width: 31%;
        height: 143px;
    }
}
@media (max-width: 479px) {
    header ul.top {
        display: block;
        margin-top: 10px;
    }
    header ul.top>li {
        border: none;
        display: inline-block;
        float: left;
    }
    header nav {
        width: 100%;
    }
    .story {
        width: 80%;
        height: auto;
        margin: 20px auto;
        text-align: center;
    }
    .story .one-third img {
        max-width: 70%;
        margin: 30px auto;
    }
    .frontpage .three-fourth.modules {
        width: 100% !important;
    }
    .frontpage .three-fourth.modules:after {
        clear: both;
        float: none;
    }
    .modules .row .one,
    .modules .row .two,
    .modules .row .three,
    .modules .row .four {
        background-size: 100% 100%;
        height: 80px;
    }
    .frontpage .button {
        font-size: 8px !important;
    }
}
@media (max-width: 240px) {
    header .logo {
        width: 100px;
    }
}
@media (max-width: 768px) {
    .col.one-fourth.find-our-shrimp {
        margin-top: 0;
    }
}
/*--WASI page styles--*/

.wasicontent {
    max-width: 610px;
    height: 850px;
    margin: auto;
}
.wasibg {
    background-image: url('images/wasi-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 1056px;
}
.wasiscript {
    font-family: 'Harbell', 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: none;
}
.wasiblock {
    font-family: 'acknowledgementregular';
    letter-spacing: -1px;
    word-spacing: 3px;
    font-size: 22px;
}
.wasisocial {
    max-width: 140px;
    margin: -5px auto;
}
.wasisocial img {
    padding: 5px;
}
/*-- Press Release styles--*/

body.pressBody .wrapper {
    padding-bottom: 50px;
    box-sizing: border-box;
    moz-box-sizing: border-box;
}
body.pressBody .col {
    padding: 2% 1.5%;
}
body.pressBody .wrapper {
    background: url('images/processorBG.png') center left no-repeat;
}
body.pressBody h2 {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: bold;
    color: #d2232a;
}
body.pressBody h3 {
    font-size: 22px;
    line-height: 22px;
    margin-top: -12px;
    text-transform: none;
}
body.pressBody ul {
    text-align: left;
    margin-left: 22px;
}
body.pressBody #gallery-1 dt.gallery-icon {
    background: none;
}
body.pressBody hr {
    border-top: 2px solid rgba(0, 0, 0, .2);
    margin: 20px 0px;
}
.presslogo img {
    margin: auto;
    max-height: 160px;
    width: auto;
    box-sizing: border-box;
}
header.pressheader {
    background: url('images/pressbanner-lightened.jpg') no-repeat;
    background-size: 100% 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
}
.pressBody .info-box {
    background: #d8e2d9;
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    padding: 10px 10px;
}
.pressBody aside {
    text-align: center;
    margin-top: 55px;
}
.pressBody .twitter-feed-box aside {
    margin-top: 0;
}
body.pressBody .mediahead {
    margin-top: 27px;
}
.supplier-read-more-box .press-expand {
    max-height: 305px;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
img.pressShrimp {
    width: 132px;
    margin: auto;
    margin-bottom: -65px;
}
.pressfooter,
.pressfooter a {
    background-color: #36374c;
    color: #fff;
}
.pressfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.pressfooter p img {
    display: block;
    float: left;
    padding: 0 2px;
}
.pressfooter p {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}
.pressfooter .footcontainer {
    display: table;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box;
}
.pressfooter .presscopy {
    text-align: right;
}
a.pressButton.button {
    width: 160px;
    font-size: 14px;
}
img.pressplate {
    position: absolute;
    bottom: 0;
    right: 0;
}
.leftlogos img {
    display: inline;
    padding: 0 5px;
}
body.singlePress .title {
    margin-top: 73px;
}
.media-left {
    margin-top: -49px;
}

.page-landing{
    background: url('images/bg-landing.jpg') center top no-repeat;
    background-size: cover;
    position: relative;
}
.page-landing footer{
    background: url('images/bg-landing-footer.jpg') center no-repeat;
    background-size: cover;
    height: 150px;
    position: absolute;
        bottom: 0;
}
.page-landing footer:before{
    background: url('images/landing-shrimp.png') center bottom no-repeat;
    background-size: contain;
    content: '';
    display: block;
    max-height: 612px;
    max-width: 50%;
    padding-top: 38.25%;
    position: absolute;
        bottom: 35%;
        right: 0;
    width: 800px;
}
.page-landing footer .wasi-logo{position: relative;}
.page-landing footer .wasi-logo:before{
    background: url('images/landing-wasi-logo.png') center top no-repeat;
    content: '';
    height: 67px;
    padding-bottom: 2em;
    position: absolute;
        left: 0;
        bottom: 100%;
    width: 150px;
}
.page-landing footer .copyright{
    color: #fff;
    position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
}
.page-landing footer .copyright a{color: #fff;}
.page-landing footer .copyright a:hover{color: #d2232a;}
.page-landing footer ul.social-media{
    margin: 0;
    padding: 2em 0;
}
.page-landing footer ul.social-media li{
    display: inline-block;
    list-style: none;
    margin: 0.25em;
}
.page-landing .main{
    padding-top: 6em;
    position: relative;
    z-index: 2;
}
.page-landing .wpcf7{text-align: center;}
.page-landing .wpcf7-form{
    display: inline-block;
    max-width: 480px;
    text-align: left;
}
.page-landing .wrapper{
    background: none;
    padding-bottom: 20%;
}

@media (max-width: 960px) {
    .leftlogos {
        text-align: center;
        margin-top: 0;
        padding-bottom: 15px;
    }
    p.social {
        width: 75px;
    }
    .pressplate {
        display: none;
    }
    /*--wasi intro page--*/
    
    img.wasimobile {
        padding-top: 45px !important;
    }
    .media-left {
        margin-top: -25px;
    }
    body.singlePress .title {
        margin-top: 25px;
        text-align: center;
    }
}
/*Chef advocate styles*/
.chefcontent {
    text-align: center;
    font-size: 0;
}
.chef {
    display: inline-block;
    width: 16.666%;
    margin-bottom: 20px;
    text-align: left;
}
.cheftitle {
    text-align: center;
    color: #357;
    text-transform: uppercase;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
}
.cheftitle a.button {
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px;
}

h2.chef {
    line-height: .1em;
}
@media (max-width: 960px) {
    .chef {
        width: 33%;
    }
}
@media (max-width: 420px) {
    .chef {
        width: 50%;
    }
}
/*home media and chef link boxes*/
.homebottom h3 {
    margin: 0;
    padding: 0;
    color: #304d75;
}
.col-inner.box.homebottom {
    padding: 13px 25px 5px 25px;
}
.homebottom p {
    color: #DBA007;
    font-size: 14px;
}
.homebottom img {
    height: 35px;
    padding: 4px 20px;
}
.find-our-shrimp {
    margin-top: 0px;
}
@media (max-width: 960px) {
    .modules .col.one-half .col-inner {
        margin: 10px 0px 0 0;
    }
}
/*mediakit page template accordians*/

body.pressBody #accordion h3 {
    line-height: 28px;
    margin-top: 0px;
}
body.pressBody #accordion h3 {
    background: rgba(0, 0, 0, .4);
    padding: 15px 10px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    outline: 0;
    min-height: 55px;
}
body.pressBody #accordion h3:before {
    content: "+";
    margin-top: -14px;
    margin-left: -10px;
    line-height: 65px;
    font-size: 56px;
    background-color: rgba(79, 45, 0, .5);
    width: 70px;
    display: block;
    float: left;
    text-align: center;
    height: 84px;
    margin-right: 15px;
}
body.pressBody #accordion h3[aria-selected=true]:before {
    content: "-";
    margin-top: -14px;
    margin-left: -10px;
    line-height: 65px;
    font-size: 56px;
    background-color: #444;
    background-color: rgba(79, 45, 0, .5);
    width: 70px;
    display: block;
    float: left;
    text-align: center;
    height: 84px;
    margin-right: 15px;
}
body.pressBody hr.divider {
    border: none;
}
@media (max-width: 1020px) {
    body.pressBody #accordion h3:before {
        content: "+";
        line-height: 29px;
        font-size: 56px;
        width: 40px;
        height: 40px;
    }
    body.pressBody #accordion h3[aria-selected=true]:before {
        content: "-";
        line-height: 29px;
        font-size: 56px;
        width: 40px;
        height: 40px;
    }
    body.pressBody #accordion h3 {
        font-size: 16px;
        min-height: 52px;
    }
}
.wpcf7-checkbox label {
    display: block;
    text-transform: none;
}
span.wpcf7-list-item {
    display: block;
    margin-bottom: .25em;
    margin-left: 0 !important;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-sizing: border-box;
    max-width: 100%;
}
.contactrow p {
    margin-right: 1em;
}
.wpcf7-form select,
.wpcf7-form textarea {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px 8px;
}
#wpcf7-f2482-p2478-o1 .wpcf7-form textarea {
    height: 138px;
    width: 100%;
}
#wpcf7-f2482-p2478-o1 input[type="text"],
#wpcf7-f2482-p2478-o1 input[type="email"],
#wpcf7-f2482-p2478-o1 textarea {
    max-width: 275px;
}
@media (max-width: 767px) {
    .single-post .the-content img.alignleft,
    .single-post .the-content img.alignright{
        float: none;
        margin: 1em auto;
    }
}
@media (min-width: 481px) {
    #wpcf7-f2482-p2478-o1 .zip-code input {
        max-width: 197px;
    }
}
@media (max-width: 480px) {
    #wpcf7-f2482-p2478-o1 input[type="text"],
    #wpcf7-f2482-p2478-o1 input[type="email"],
    #wpcf7-f2482-p2478-o1 textarea,
    #wpcf7-f2482-p2478-o1 select {
        width: 100%;
    }
}
ul.tags li {
    border-radius: 3px;
    background: #ddd;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.25em 0.5em;
}
/*video gallery styles*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-search-result li {
    margin-bottom: 1em;
}
.list-search-result li h3 {
    color: #222;
}
header ul.top>li.search-bar form {
    display: inline-block;
    position: relative;
}
header ul.top>li.search-bar form input.search-input {
    box-sizing: border-box;
    border-radius: 3px;
    border: none;
    color: #222;
    font-family: "Oswald";
    height: 30px;
    padding: 4px 30px 4px 0.5em;
    transition: width 0.3s;
    width: 100%;
}
header ul.top>li.search-bar form input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
}

/*Chef Advocate Left Box Accordion */
.page-template-page-chef-advocate #accordion h3 {
    font-size: 14px;
}

.page-template-page-chef-advocate #accordion h3:before {
    width: 30px;
}
.page-template-page-chef-advocate #accordion h3[aria-selected=true]:before {
    width: 30px;
}
.post-type-archive-restaurant .acf-map {
  margin-bottom: 2em;
    height:400px;
    width:100%;
}
.post-type-archive-restaurant .restaurant-popup h2{text-align: center;}
.post-type-archive-restaurant .restaurant-popup img{
  margin: 0.5em auto;
}
.post-type-archive-restaurant .title-banner{margin-bottom: 0;}
.post-type-archive-restaurant ul.restaurants-list{
  margin: 0;
  padding: 0;
  text-align: center;
}
.post-type-archive-restaurant ul.restaurants-list li{
  display: inline-block;
  height: 240px;
  padding: 1em;
  width: 240px;
}
.post-type-archive-restaurant ul.restaurants-list li img{margin: 0 auto;}

/* Associated Packaging email font size fix. 2.20.17 by Pauline */
.postid-3899 .info-box a {
    font-size: 0.9em;
}

/*BLOG SHRIMP TALES*/
.blog-img {
    float:left;
    display: block;
  max-width: 460px;
  max-height: 460px;    
}
.blog-intro-copy {
    width: 45%;
    padding-left: 20px;
    float:left;
}
.blog-info {
    margin-bottom: 8px;
    clear:left;
}
.blog-info h3 {
    color:#141414 !important;
    text-transform: uppercase;
    font-family: Oswald, Arial, sans-serif;
    font-size: 40px;
    line-height: 35px;
    font-weight:bold;
}
.blog-info h3 small {
    font-size: 19px;
    color:#EC1A00;
}
.blog-info a h3,
.blog-info a:visited,
.blog-info a:active,
.blog-info a:link {
    color: #151515;
}
.blog-info a:hover {
    color: #233465;
}

.blog .blog-intro-copy {
    text-transform: uppercase;
    color: #656565;
    line-height: 1.8;
    max-height: 460px;
    overflow: hidden;
}
.cont-link a {
    text-transform: uppercase;
    color: #EC1A00;
    font-size:15px;
}
.blog-info span {
    color:#064A51 !important;
}
.blog-info span a,
.blog-info span a:visited,
.blog-info span a:link,
.blog-info span a:active {
    color:#064A51 !important;
}

.single .blog-intro-copy {
    color: #656565;
    line-height: 1.5;
    width:100%;
    padding: 0;
}

.single h3:not(:first-child) {
    text-align: center;
    width:100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size:30px;
    border: 1px solid #979797;
    margin: 20px 0;
    padding:20px 0;
    clear:left;
    color:#2C3B53;
}
.blog .fb_iframe_widget span,
.single .fb_iframe_widget span {
  display: block !important;
}
.pagination{
    color: #848484;
    font-family: 'Oswald', Arial, sans-serif;
    line-height: 1em;
    margin: 2em auto;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
}
.pagination a{
    color: #3c3956;
    display: inline-block;
    margin: 0 0.25em;
    transition: all 0.25s;
}
.pagination a:hover{color: #ed1c24;}
.pagination a.link{
    font-size: 1.5em;
    line-height: 0.75em;
}
.pagination a.link.first,
.pagination a.link.last{
    margin: 0;
}
.pagination .current{
    color: #848484;
    display: inline-block;
    margin: 0 0.25em;
}
.pagination .page-count{
    display: inline-block;
    margin-right: 1em;
}


/*
    Recipe of the month box
*/
.page-id-6 .featured-recipe {
    margin-bottom: 2.5em;
}
.page-id-6 .featured-recipe a {
    text-align: center;
    float: center;
    margin: 4px auto 10px;
    display: table;
    font-size: 1.5em !important;
}
.page-id-6 .featured-recipe p {
    text-align: center;
    font-size: 1.15em;
}
.page-id-6 .featured-recipe h3 {
    display: block;
    clear: right;
    font-size: 2em;
    text-align: center;
}
.page-id-6 .featured-recipe h2 {
    display: block;
    clear: right;
    font-size: 3em;
    text-align: center;
    margin: 25px 0 14px;
    line-height: 1;
}
.page-id-6 .featured-recipe img {
    float: left;
    display: block;
    margin: 8px;
    width: 380px;
    height: auto;
    clear: left;
}
@media (max-width: 415px) {
  .page-id-129 #clear-header {
    clear:both;
  }
}
/* Home slider */
.home-slider{
    border:none !important;
    margin:0 !important;
}
.home-slider ul.slides li {
    background-size: cover;
    background-position: center;
    height: 37.5vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.home-slider ul.slides li .slide-box {
    padding: 2.3em 4em;
    color: #fff;
    background-color: rgba(25,53,66,.75);
    text-align: center;
}
.home-slider ul.slides li .slide-box h2 {
    font-weight: bold;
    font-size: 3em;
}
.home-slider ul.slides li .slide-box p {
    font-size:1.2em;
    margin-top: 11px;
    margin-bottom: 25px;
}
.home-slider ul.slides li .slide-box a.btn {
    background-color: rgba(235,38,46,1);
    /*font-family: 'acknowledgementregular', georgia, serif;*/
    color:#fff;
    padding: 10px;
    font-size: 18px;
    display:inline-block;
    text-transform: uppercase;
  font-weight: bold;
}
.home-slider ul.slides li .slide-box a.btn:hover {
    background-color: rgba(235,38,46,0.7);
    transition: 0.25s;
}

.home-slider ul.slides li .slide-box.red-box {
    background-color: rgba(144,41,34,.75);
}
.home-slider .flex-control-nav {
    bottom: 1em;
}
.home-slider .flex-control-paging li a {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.5);
}
.home-slider .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
}
.home-slider .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.7);
}
.flexslider .flex-direction-nav a.flex-prev {
    left: 1em;
}
.flexslider .flex-direction-nav a.flex-next {
    right: 1em;
}
@media (max-width: 767px) {
    .home-slider ul.slides li .slide-box h2 {
        font-size: 1.4em;
        font-weight: inherit;
    }
  .home-slider ul.slides li {
    height: 50vw;
  }
  .home-slider ul.slides li .slide-box a.btn {
    font-size: 11px;
    padding: 10px;
  }
    .home .flexslider {
        margin: 0 0 10px;
    }
    .hidden-xs {
      display:none;
    }
    .home-slider ul.slides li .slide-box {
      padding: 1.1em 1.8em;
    }
    .find-our-shrimp .media-feed-box {
      padding: 0;
    }
    .home-slider h2 {
      margin-bottom: 7px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
  .page-id-6 .featured-recipe h2 {
    clear: left;
  }
  .page-id-6 .featured-recipe img {
    margin:8px auto;
    float: inherit;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1025px) {
  .page-id-6 .featured-recipe h3 {
    line-height: 1;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 480px) {
  .page-id-6 .featured-recipe h3 {
    line-height: 1;
  }
}
.single iframe[src*="youtube"] {
    display: block;
    margin: 0 auto;
    min-height: 340px;
    min-width: 610px;
}

img#awardIcon {
    width: 100px;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.single .post-thumbnail {
    max-width: 40%;
    display:inline-block;
    float: left;
}
.single .post-thumbnail .caption {
	    color: #505050;
}
@media (max-width: 812px) {
	.single .post-thumbnail {
		max-width: 100%;
	}
	.single .post-thumbnail .caption {
	    margin-bottom: 15px;
	    display: block;
	}
	.single .row.the-content {
		padding:0 30px;
	}
	.blog-info {
	    margin-bottom: 8px;
	    clear: left;
	    padding: 0 20px;
	}
    .single iframe[src*="youtube"] {
        min-width: 90% !important;
    }
}

.wp-caption-text {
	font-size: 90% !important;
	font-style: italic;
	padding:10px;
}

