/*
	Theme Name: Saving Seafood
	Description: Custom child theme for Saving Seafood using Erling by Web Savvy Marketing
	Author: Brian Jessee and Web Savvy Marketing
	Author URI: https://www.jesseeprudctions.com/
	Version: 1.2.2

	Template: genesis
	Text Domain: saving_seafood

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700);

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

/*
Right to Left styles
---------------------------------------------------------------------------------------------------- */

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing: border-box;}input[type="search"]{-webkit-appearance:none;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	background-color: #282828;
	font-size: 62.5%; /* 10px browser default */
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	background-color: #FFF;
	color: #414042;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1a7bd3;
	text-decoration: none;
}

.colored,
a:hover {
	color: #B4E6E9;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	color: #414042;
	margin: 0 0 20px;
	padding: 0 22px;
}

.entry-content blockquote p {
	margin-bottom: 0;
}

blockquote em {
	color: #1a7bd3;
	display: block;
	margin: 8px 0 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

iframe,
object,
embed {
	max-width: 100%;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #414042;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #1a7bd3;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #dcddde;
	color: #414042;
	font-size: 15px;
	padding: 5px;
	width: 99.9%;
	-webkit-border-radius: 0;
}

input:focus,
textarea:focus {
	border: 2px solid #1a7bd3;
	outline: none;
}

::-moz-placeholder {
	color: #414042;
	opacity: 1;
}

input[type="text"],
textarea {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-top: 5px;
	padding: 0;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #414042;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.ie7 .search-form {
	overflow: hidden;
}

.archive-pagination li a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.view-more {
  display: block;
  padding: 10px 12px;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  text-align: center;
  letter-spacing: .07em;
  border: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  font-size: 16px;
  line-height: 1;
  background: none;
  border: 1px solid #354371;
  color: #354371;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-pagination li.active a,
.archive-pagination li a:hover,
.entry-content .button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.view-more:hover {
  color: #fff;
  background-color: #354371;
}
.center-button {
	display: inline-block;
	width: 180px;
}
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.home.page .site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner,
.home.page .site-inner {
	clear: both;
	margin-bottom: 40px;
	padding-top: 30px;
}

.home.page .site-inner {
	max-width: 100%;
	margin-bottom: 0;
	padding-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar .content-sidebar-wrap {
	background: url(images/content-sidebar-border.png) repeat-y 792px 0 transparent;
}

.sidebar-content .content-sidebar-wrap {
	background: url(images/content-sidebar-border.png) repeat-y 358px 0 transparent;
}

/* Content */
.content {
	float: right;
	width: 765px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	position: relative;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.home .sidebar-primary {
	margin-top:15px;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 20px;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	border: 0;
	bottom: 0;
	height: 35px;
	padding: 0;
	position: absolute;
	right: 0;
	width: 40px;
}

.sticky {
}

.centered img,
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 16px 0;
}

.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 16px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.author-box .avatar,
.centered img,
img.centered,
.alignright img,
img.alignright,
.alignleft img,
img.alignleft,
.alignnone img,
img.alignnone {
	border: 10px solid #dcddde;
}

.widget-area .author-box .avatar,
.widget-area .centered img,
.widget-area img.centered,
.widget-area .alignright img,
.widget-area img.alignright,
.widget-area .alignleft img,
.widget-area img.alignleft,
.widget-area .alignnone img,
.widget-area img.alignnone {
	border: 4px solid #dcddde;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.author-box {
	background-color: #fff;
	display: block;
	margin: 0 0 40px;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}

.author-box-title {
	color: #414042;
	font-size: 20px;
	left: 0;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.archive-title,
.entry-title {
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
}

.entry-title a,
h2.entry-title {
	font-size: 24px;
}

.archive-description,
.page-title {
	background-color: #f0f4f6;
	padding: 15px 0;
}

.page-title .wrap {
	margin-bottom: 0;
}

.archive-description .archive-title,
.page-title .entry-title {
	color: #414042;
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1a7bd3;
}

.entry-title a:hover {
	color: #B4E6E9;
}

.widget-title {
	color: #25383A;
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 2px solid #68A884;
}

.sidebar .widget-title a {
	border: none;
}

.entry-comments h3,
#reply-title {
	font-size: 20px;
	text-transform: uppercase;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

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

/* Gravity Forms
--------------------------------------------- */
.widget-wrap .gform_wrapper {
    max-width: 100%;
}
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper.gf_browser_gecko select {
    padding: 5px 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 5px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_heading, .gform_footer {
	text-align:center;
}

/* Constant Contact
--------------------------------------------- */
#gform_confirmation_wrapper_1,
#gform_confirmation_wrapper_4,
#gform_wrapper_4,
.feed-burner,
#gform_wrapper_1 {
	border: 10px solid #e2e8eb;
	font-family: 'Lora', serif;
	padding: 40px 40px 20px;
	background-color: #f0f4f6;
	position: relative;
	overflow: hidden;
	text-align:center;
}

#gform_wrapper_4:before,
.feed-burner:before,
#gform_wrapper_1:before {
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #6b00b3;
	box-shadow: 0 3px #ddd;
	content: 'Sign Up';
	left: -50px;
	line-height: 1;
	padding: 10px 50px;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 20px;
	width: 80px;
	color: #fff;
}

#gform_wrapper_4 input[type="submit"],
.feed-burner input[type="submit"],
#gform_wrapper_1 input[type="submit"] {
	width: 140px;
	display: inline-block;
	margin: 10px 0 0;
}

#gform_wrapper_4.gform_wrapper li.hidden_label input,
#gform_wrapper_1.gform_wrapper li.hidden_label input {
    margin: 0;
	width: 100%;
}
#gform_wrapper_41.gform_wrapper .gform_footer,
#gform_wrapper_1.gform_wrapper .gform_footer {
    margin: 0;
    padding: .5em 0 0;
}
#gform_wrapper_4.gform_wrapper h3.gform_title,
#gform_wrapper_1.gform_wrapper h3.gform_title {
	font-size: 20px;
	color: #414042;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

/* Feedburner
--------------------------------------------- */
#gform_wrapper_4,
.feed-burner {
	border: 10px solid #e2e8eb;
	background-color: #f0f4f6;
}
#gform_wrapper_4:before,
.feed-burner:before {
	content: 'Subscribe';
	background: #b36200;
}

#gform_wrapper_4 p,
.feed-burner p {
	margin-bottom: 12px;
}
/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Events
---------------------------- */
.tribe-events-list-widget ol li {
    margin: 0 0 20px;
}

.tribe-events-list-widget-events {
    border-bottom: 1px dotted #2f2f2f;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
}

.tribe-events-list-widget-events .list-date {
    background: none repeat scroll 0 0 #c1cfff;
    box-sizing: border-box;
    display: inline;
    float: left;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    width: 15%;
}

.tribe-events-list-widget-events .list-date .list-dayname {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    color: #414042;
    display: block;
    font-size: 9px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.tribe-events-list-widget-events .list-date .list-daynumber {
    color: #414042;
    display: block;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    width: 100%;
}

.tribe-events-list-widget-events .list-info {
    font-size: 13px;
}
.tribe-events-list-widget-events .list-info {
    display: inline;
    float: left;
    line-height: 1;
    margin: 10px 0;
    width: 80%;
}

.tribe-events-list-widget-events .list-info h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #414042;
}
.tribe-events-list-widget-events-cost {
    font-weight: bold;
}
.tribe-events-list-widget-events .tribe-events-divider {
    display: inline;
    font-weight: normal;
}
.tribe-events-list-widget-events .tribe-events-list-widget-events-cost,
.tribe-events-list-widget-events .event-is-recurring,
.tribe-events-list-widget-events  .tribe-organizer-wrap,
.tribe-events-list-widget-events .tribe-events-event-details span {
 	width:100%;
  	margin: 5px 0;
}
/* Ads
--------------------------------------------- */
.g.g-1,
.g.g-2,
.g.g-4,
.g.g-5,
.g.g-6,
.g.g-7,
.g.g-8,
.g.g-9,
.g.g-10,
.g.g-11 {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
.home-sidebar {
	position: relative;
}
.g.g-3{
right: 0px;
position: absolute;
text-align: center;
top: 0px;
margin: 0 -180px 0 0;
}
.g.g-1:hover,
.g.g-2:hover,
.g.g-4:hover,
.g.g-3:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Regional News
--------------------------------------------- */
.news-region-title {
	max-width: 1158px;
	margin: 10px auto 0;
}
/* Radio
--------------------------------------------- */
.radio-section {
	margin: 0 0 20px;
	border-bottom: 2px solid #68A884;
}
.radio-section .radio-section-title {
	border-bottom: 2px solid #61658c;
}
.radio-section .wp-playlist {
    border: 1px solid #B4E6E9;
}
.radio-section .wp-playlist-caption,
.radio-section .wp-playlist-current-item .wp-playlist-item-title,
.radio-section .wp-playlist-current-item .wp-playlist-item-artist {
    white-space: normal;
	text-overflow: clip;
}
.radio-section .wp-playlist-caption {
    max-width: 100%;
}
.radio-section .wp-playlist-current-item {
   min-height: 60px;
   height: auto;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	border-bottom: 8px solid #231f20;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 0;
	width: 590px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	margin: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 430px;
	max-width: 430px;
}

/* Site Search
--------------------------------------------- */
.site-container .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
	float: right;
	margin-top: 24px;
	width: 100%;
}
.site-container .gsc-input-box {
    height: 32px;
}
.site-container .gsc-search-box-tools .gsc-search-box .gsc-input {
	background-color: transparent !important;
	padding: 5px 0 5px 5px !important;
	margin: 0 !important;
}
.site-container .cse .gsc-search-button input.gsc-search-button-v2, .site-container input.gsc-search-button-v2 {
    margin: 0;
	border-color: #b0b4b6;
	padding: 8px 11px;
}
.site-container .cse .gsc-search-button input.gsc-search-button-v2:hover, .site-container input.gsc-search-button-v2:hover {
	background-color: #357ae8;
}
.site-container .gsc-selected-option-container {
    width: 180px !important;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	text-align: right;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: right;
}

.ie7 .genesis-nav-menu .menu-item {
	display: inline;
	zoom: 1;
}

.genesis-nav-menu a {
	border: none;
	color: #231f20;
	display: block;
	padding: 10px 22px 18px;
	position: relative;
}

.genesis-nav-menu .last-menu-item a {
	padding-right: 0;
}

.genesis-nav-menu li .last-menu-item a {
	padding-right: 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #97999c;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #97999c;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	text-transform: uppercase;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 12px 20px;
	position: relative;
	text-align: left;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -39px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	font-size: 16px;
	list-style-type: none;
	padding: 13px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #FFF;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .current-menu-item > a {
	color: #97999c;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* Social Media in Navigation
--------------------------------------------- */

.nav-primary .social-icons {
	float: left;
	list-style: none outside none;
	overflow: hidden;
	text-align: left;
}

.social-icons a {
	display: block;
	float: left;
	line-height: 23px;
	margin: 0 5px 0 0;
	padding: 10px 0;
	width: 22px;
	font-size: 26px;
}

.social-icons a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.social-icons a.fb {
	color: #3b5998;
}
.social-icons a.twitter {
	color: #4099FF;
}
.social-icons a.vimeo {
	color: #1ab7ea;
}
.social-icons a.youtube {
	color: #FF0000;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 30px;
}

.entry-content a {
	color: #1a7bd3;
}

.entry-content a:hover {
	color: #B4E6E9;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	font-size: 15px;
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {

}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta a,
.entry-meta {
	color: #5a5b5d;
	font-size: 16px;
}

.entry-meta a:hover {
	color: #1a7bd3;
}

.entry-header .entry-meta {
	margin-bottom: 5px;
}

.single .content .entry-header {
	margin-bottom: 30px;
}

.entry-header .entry-time {
	padding-right: 5px;
}

.entry-header .entry-author,
.entry-header .entry-comments-link {
	padding: 0 5px;
}

.entry-footer {
	clear: both;
	display: block;
	padding-top: 10px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #dcddde;
	margin: 0;
	padding: 0;
}

.entry-footer a {
	color: #1a7bd3;
}

.entry-footer a:hover {
	color: #414042;
}

.single .content .entry-footer {
	padding-top: 30px;
}

.single .content .entry-footer .entry-meta {
	border: 0;
	overflow: hidden;
}

.entry-categories,
.entry-tags {
	display: block;
	float: left;
}

.entry-categories {
	padding-right: 80px;
}

.more-link {
	display: block;
	margin-top: 8px;
}

.more-link a {
	background-color: #1a7bd3;
	color: #FFF;
	line-height: 1;
	padding: 0 10px;
	text-transform: uppercase;
}

.more-link a:hover {
	background-color: #B4E6E9;
	color: #000;
}

/* Home Page
--------------------------------------------- */
.home-content ol ol,
.home-content ul ul {
	margin-bottom: 0;
}

.home-top {
	background-color: #f0f4f6;
	overflow: hidden;
	padding: 0;
}
.home-top .two-thirds,
.home-top .one-third {
    margin-bottom: 0;
}
.topcontent.twitter-wrapper {
	border-top: 8px solid #68A884;
	border-bottom: 8px solid #68A884;
}

.topcontent.twitter-wrapper .twitter-timeline {
	max-height: 300px;
}

/* Slider
--------------------------------------------- */
.top-story-left {
	width: 55%;
	float:left;
	padding: 0 2% 0 0;
}
.top-story-left img.aligncenter {
	border:none;
	margin: 0;
	max-height: 230px;
}

.top-story-right {
	width: 45%;
	float:right;
}
.seafood-alerts h3,
#top-story-slider-wrapper .top-story-right h2 {
	color: #1a7bd3;
}
.seafood-alerts p,
#top-story-slider-wrapper a .top-story-right p {
	max-height: 130px;
	overflow: hidden;
	color: #414042;
	margin: 0;
}
.flexslider a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 3.5% 0 25px;
  overflow: hidden;
  border-top: 8px solid #61658c;
  border-bottom: 8px solid #61658c;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flexslider .slides .slide {
	width: 100%;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-control-nav {
  width: 100%;
  bottom: 5px;
  text-align: center;
  position:absolute;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(97, 101, 140, 0.90);
  -moz-box-shadow: inset 0 0 3px rgba(97, 101, 140, 0.90);
  -o-box-shadow: inset 0 0 3px rgba(97, 101, 140, 0.90);
  box-shadow: inset 0 0 3px rgba(97, 101, 140, 0.90);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #354371;
  background: rgba(53, 67, 113, 0.70);
}
.flex-control-paging li a.flex-active {
  background: #354371;
  background: rgba(53, 67, 113, 0.90);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Headlines
--------------------------------------------- */
.seafood-alerts {
	border-top: 8px solid #68A884;
	padding: 0 0 10px;
	border-bottom: 8px solid #68A884;
	color: #68A884;
}
.seafood-alerts h2 {
	text-align:center;
	margin: 0;
	padding: 10px 0;
}
.seafood-alerts .view-more-link  {
	margin-top: 15px;
	text-align:center;
}
/* Headlines
--------------------------------------------- */
.home-middle .headline {
  float: left;
  width: 48%;
  margin: 10px 1%;
  border-bottom: 2px solid #68A884;
  padding: 15px 18px;
  color: #000;
  display: block;
}
.home-middle .headline img.aligncenter {
	border:none;
	margin: 10px auto 0;
}
.priority-headlines,
.home-middle .headline.priority-headlines {
	background: #c1cfff;
	border: none;
}

.headline .meta  {
  font-size: 13px;
  margin-bottom: 10px;
  color: #61658c;
}
.headline .meta .date-sep {
  border-right: 1px solid #aaa;
  padding-right: 11px;
  margin-right: 11px;
}
.home-middle h3 {
  padding: 0;
  font-weight: 400;
  line-height: 1.42;
  font-size: 18px;
  margin:0;
}
.home-middle a:hover > h3 {
    color: #1a7bd3;
}

.widget_recent_headlines .priority-headlines {
	padding: 10px;
}
/* Categories
--------------------------------------------- */

.home-bottom .one-fourth {
    width: 23%;
    margin: 0 1% 2%;
    padding: 2% 2% 40px;
	border-bottom: 2px solid #68A884;
	position:relative;
}

.home-bottom .category-title {
	color: #354371;
	font-size: 20px;
	margin: 0 0 10px;
	border-bottom: 1px solid #68A884;
	padding: 0 0 8px;
}

.home-bottom .one-fourth p {
	color: #354371;
	text-align:right;
	position:absolute;
	bottom:10px;
	right:0px;
	margin: 0;
}
.home-bottom .one-fourth li {
	margin: 0 0 15px;
}

/* Archives
--------------------------------------------- */
.entry-month-archive {
	color: #25383a;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	display: inline-block;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #414042;
}

.sidebar li {
	margin: 0 0 6px 17px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
	padding: 0 0 10px 15px;
}

.sidebar-content .sidebar .widget {
	padding: 0 15px 20px 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f0f4f6;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 0 20px;
}

.site-footer p {
	margin-bottom: 0;
	width: 100%;
	text-align:center;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


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

	.site-inner,
	.wrap {
		max-width: 96%;
	}

	.content {
		width: 69%;
	}

	.sidebar-primary {
		width: 26.5%;
	}

	.home .sidebar-primary {
		width: 100%;
	}
	.title-area {
		width: 60%;
	}

	.site-header .widget-area {
		width: 40%;
	}

	.content-sidebar .content-sidebar-wrap {
		background-position: 73.7% 0;
	}

	.sidebar-content .content-sidebar-wrap {
		background-position: 26.3% 0;
	}

	.genesis-nav-menu {
		font-size: 18px;
	}

	.home-top-left {
		width: 34%;
	}

	.home-top-right {
		padding-right: 0;
		width: 60%;
	}

	.home-mid {
		min-height: 300px;
	}

	.home-mid1 {
		width: 50%;
	}

	.home-mid2,
	.home-mid3 {
		width: 22%;
	}

	.bottom-widget {
		width: 31%;
	}

	.home-mid1,
	.bottom-widget.home-bottom1 {
		margin-right: 3%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 2%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 23.5%;
	}

}

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

	.top-story-right,
	.top-story-left {
		width: 50%;
	}
	.top-story-right h2 {
		text-align:center;
	}
	.seafood-alerts h2 {
		border: none;
		margin: 0;
		padding: 10px 0 5px;
	}
	.seafood-alerts {
		max-width: 320px;
	}
}

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

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.nav-primary .social-icons {
		float: none;
		list-style: none outside none;
		text-align: center;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.nav-primary .social-icons a {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a {
		padding: 6px 12px;
	}

	.flexslider {
	  height: 100%;
	  max-height: 450px;
	}
	.top-story-right,
	.top-story-left {
		width: 100%;
		float:none;
	}
	.top-story-left {
		text-align:center
	}
	.top-story-left img.aligncenter {
		width: 270px;
		margin: 0 auto;
	}
	.content {
		width: 65%;
	}

	.sidebar-primary {
		width: 32%;
	}

	.home .sidebar .widget {
		padding: 0 0 10px;
	}
	.feed-burner, #gform_wrapper_1 {
	  padding: 40px 20px 20px;
	}
	.content-sidebar .content-sidebar-wrap {
		background-position: 68.7% 0;
	}

	.sidebar-content .content-sidebar-wrap {
		background-position: 31.7% 0;
	}

}

@media only screen and (max-width: 766px) {
	.title-area,
	.site-header .widget-area {
		width: 100%;
		float: none;
		text-align:center;
		margin: 0 auto;
	}
	.site-container .gsc-control-searchbox-only.gsc-control-searchbox-only-en,
	.site-title {
		float: none;
		margin: 0 auto 10px;
	}
	.flexslider .top-story-right p {
		max-height: 100%;
	}
	.seafood-alerts {
		max-width: 480px;
		margin: 10px auto;
		float:none;
		border: 4px solid #68A884;
		padding: 10px;
	}
	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content,
	.content,
	.sidebar-primary {
		width: 100%;
		float:none;
		margin: 0 auto;
	}
	.sidebar-primary {
		max-width: 320px;
	}
	.sidebar .widget {
		padding: 0 0 10px;
	}
	.g.g-3{
		display:none;
	}
	.feed-burner, #gform_wrapper_1 {
	  padding: 40px 40px 20px;
	}
	.content-sidebar .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		background: none;
	}
	.home-bottom .one-fourth {
	  width: 31.3%;
	}
	img {
		width: auto;
	}


	.entry-categories,
	.entry-tags {
		float: none;
		padding: 0;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 20px;
		width: 100%;
	}


}

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

	.home-top-left,
	.home-top-right {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.seafood-alerts {
		max-width: 95%;
	}
	.home-middle .headline {
		width: 100%;
	}

	.home-bottom .one-fourth {
	  width: 48%;
	}

	.ls-nav ul li a {
	  display: block;
	  float: none;
	  width: 100%;
	  height: auto;
	  margin-right: 0;
	  padding: 5px 15px;
	}
	.seafood-alerts p, .flexslider a .top-story-right p,
	.flexslider {
		max-height: 100%;
	}
	.gsc-orderby-container,
	.gsc-result-info-container {
	    clear: both;
	    display: block;
	    width: 100%;
	}
}

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

	.home-bottom .one-fourth {
	  width: 98%;
	}
	.home-bottom .one-fourth li {
	  margin: 0 0 0 20px;
	}
}

.by-line {
	margin: 8px 0 0;
	font-size: 14px;
}
