/*
Theme Name: ASPA 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 img {
  border: none;
}

html {
  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;
}

.center,



.aligncenter {
  text-align: center;
}

.center-margin {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
  float: none;
}

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

img.aligncenter {
  margin: 0 auto;
}

.left,



.alignleft {
  float: left;
}

.right,



.alignright {
  float: right;
}

.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 {
  font-size: 12px;
}

a:link {
  color: #357;
}

a:hover {
  color: #222;
}

a:visited {
  color: #236;
}

.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;
}

.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 {
  border: none !important;
  width: 32px;
  height: 32px;
}

.btn-next {
  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 {
  float: left;
  padding: 25px 55px 25px 40px;
  margin-right: -20px;
}

.blog li.info-left .blog-img {
  float: right;
}

.blog li.info-right .blog-info {
  float: right;
  padding: 25px 40px 25px 55px;
  margin-left: -20px;
}

.blog li.info-right .blog-img {
  float: left;
}

.divider {
  border: none;
  clear: both;
  height: 28px;
  margin: 25px 0;
}

.find-our-shrimp img {
  float: right;
}

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: 480px;
  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;
}

header {
  background-size: 100% 150px;
  background-size: cover;
  position: relative;
  z-index: 10;
}

header .logo {
  float: left;
  margin: 10px 0;
}

header nav {
  float: right;
  margin-top: 29px;
}

header nav .menu li {
  border-right: 1px solid #eee;
  display: block;
  float: left;
  position: relative;
  background-color: #6F6E6E;
}

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-size: 100% 100%;
}

.story h3 {
  text-align: left;
}

.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;
}

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 {
		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:last-of-type > .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: 29px;
  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;
}

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"],



input[type="file"]::-webkit-file-upload-button,



button {
  padding: 5px 8px;
  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;
}

.modules {
  display: table;
  margin-top: 30px;
  table-layout: fixed;
}

.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 {
  display: table;
  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(http://americanshrimp.com/wp-content/uploads/2013/12/infographic.png);
  background-size: cover;
}

.modules .row .four {
  background-image: url(images/herb-glaven-story.jpg);
  background-size: cover;
  border-right: none;
}

.nutrient-database {
  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 {
  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;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  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.open {
  max-height: 10000px !important;
}

.supplier-read-more-box .supplier-read-more-button {
  display: none;
}

.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 {
  content: '';
  height: 6px;
  position: absolute;
  top: 50%;
  left: -96px;
  margin-top: -3px;
  width: 91px;
}

.recipes-cat-list h3 a:after {
  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;
}

ul.slides li {
    float: left;
}

.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 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;
}

.shorts .col-inner {
  background: #f8f7f3;
  margin: 0 5% 100px 5%;
  padding: 20px 20px 0 20px;
  position: relative;
}

.shorts .col-inner:before {
  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 {
  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;
}

.supplier-content .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;
}

.supplier-content .info-box h4 {
  color: #d2232a;
  font-size: 18px;
}

.supplier-content .info-box .highlight {
  color: #d2232a;
}

.supplier-content .info-box .highlight a {
  color: #d2232a;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.supplier-content .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 {
  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;
}

.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;
}

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;
}

#gallery-1 .gallery-item {
  width: 20% !important;
  margin-left: 5%;
}

#gallery-2 .gallery-caption {
  margin-left: 0;
  max-width: 175px;
}

dt.gallery-icon {
  background-size: 81% 101%;
  background-repeat: no-repeat;
  padding: 10px;
}

#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: 99% 98% !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%;
}



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;
}


@media (max-width: 1024px) {

  .bg-video {
    display: none;
  }

  .home-banner {
    background-image: url(http://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: 300px;
  }

  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) {
  .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 {
    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;}
}

@media (max-width: 769px) {

  .mobile {
    display: inline-block;
  }

  .container {
    max-width: 95%;
  }

  header .logo {
    max-width: 150px;
  }

  .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) {
  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;
  }

  .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;
  }

  find-our-shrimp:after {
    clear: both;
    float: none;
  }

  .find-our-shrimp img {
    display: block;
    float: none;
    max-width: 150px;
    margin: 0 auto;
  }

  .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: block;
    padding: 5px 0;
  }

  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;
  }
}
