/*
Theme Name:Maumee Tackle
Theme URI: 
Author: Neon Goldfish
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.5
License: MIT
template: ngfskeleton
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/
/*Your Google Font Imports can go here */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|Rye");
@import url("../ngfskeleton/style.css");
/*Sassy Variables*/
/*Mixins*/
body .gform_wrapper ul.gform_fields, #content .gform_wrapper ul.gform_fields {
  padding: 0; }
  body .gform_wrapper ul.gform_fields li.gfield, #content .gform_wrapper ul.gform_fields li.gfield {
    display: block;
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0 15px;
    clear: none; }
    body .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper ul.gform_fields li.gfield select, body .gform_wrapper ul.gform_fields li.gfield textarea, #content .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #content .gform_wrapper ul.gform_fields li.gfield select, #content .gform_wrapper ul.gform_fields li.gfield textarea {
      width: 100%;
      border: 0px solid;
      border-radius: 3px;
      font-size: .9em;
      line-height: 15px;
      padding: 15px 10px;
      background: #fff;
      color: #000;
      border: 1px solid #b9b9b9; }
body .gform_wrapper .top_label div.ginput_container, #content .gform_wrapper .top_label div.ginput_container {
  margin: 0; }
body .gform_wrapper .gform_footer.top_label, #content .gform_wrapper .gform_footer.top_label {
  text-align: left;
  padding: 0 1em; }
body .gform_wrapper button, body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="button"], #content .gform_wrapper button, #content .gform_wrapper input[type="submit"], #content .gform_wrapper input[type="button"] {
  border: none; }

body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

#content .gallery .gallery-item {
  float: none;
  width: auto;
  margin: 1em 0; }

#content .gallery br {
  display: none;
  clear: none !important; }

/* General*/
body {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  color: #000; }

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

.alignleft, .alignright {
  float: none;
  margin: 1.5em 0; }

h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: normal;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "Rye", cursive;
  font-weight: normal; }

h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: normal;
  font-size: 1.25em; }

h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: normal;
  font-size: 1.125em; }

h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: normal;
  font-size: 1.1em; }

h5 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: normal;
  font-size: 1.05em; }

h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: normal;
  font-size: 0.95em; }

.btn, body .gform_wrapper button, body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="button"], #content .gform_wrapper button, #content .gform_wrapper input[type="submit"], #content .gform_wrapper input[type="button"], #content .btn, #content button, #content .whosgotthebutton, #content button.button, #content button.button.alt, #content a.button.alt, #content input.button, #content input.button.alt, .button {
  color: #b9b9b9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-transform: uppercase;
  box-shadow: none;
  display: inline-block;
  background: #000;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  text-decoration: none !important;
  border-radius: 3px;
  font-style: normal !important;
  font-weight: bold; }

.btn:hover, body .gform_wrapper button:hover, body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="button"]:hover, #content .gform_wrapper input[type="submit"]:hover, #content .gform_wrapper input[type="button"]:hover, #content .btn:hover, #content button:hover, #content .whosgotthebutton:hover, #content button.button.alt:hover, #content a.button.alt:hover, #content input.button:hover {
  color: yellow; }

#testimonial_carousel {
  text-align: center; }
  #testimonial_carousel .carousel-inner {
    padding: 0 2em; }
  #testimonial_carousel .carousel-control {
    background-image: none;
    color: #fff; }
  #testimonial_carousel .left {
    left: 0;
    top: auto;
    bottom: 0; }
  #testimonial_carousel .right {
    right: 0;
    top: auto;
    bottom: 0; }

/*mobile first*/
#top_links {
  background: #000;
  color: gray;
  line-height: 1.8em;
  border-bottom: 1px solid yellow; }
  #top_links a {
    color: inherit;
    text-decoration: none; }
  #top_links li:hover {
    color: yellow; }
  #top_links .phone {
    color: yellow;
    font-weight: bold; }
  #top_links .phone:hover {
    color: #fff; }
  #top_links #shop-nav {
    font-size: .8em;
    text-align: right; }
  #top_links .minicart {
    font-size: .9em;
    color: #000; }
    #top_links .minicart .mini_cart_item {
      padding: 1.5em 0 1.2em 1.2em;
      margin: .5em .5em;
      line-height: 100%; }
      #top_links .minicart .mini_cart_item .remove {
        left: -0.15em;
        top: .35em;
        position: absolute;
        color: red;
        font-size: 2em; }
      #top_links .minicart .mini_cart_item dl dd {
        margin-bottom: 0px; }
      #top_links .minicart .mini_cart_item .quantity {
        font-size: 1.2em;
        font-weight: 700;
        display: block;
        text-align: right;
        color: green;
        position: absolute;
        bottom: -5px;
        right: 0px; }
    #top_links .minicart li:hover {
      color: #000; }
    #top_links .minicart a {
      color: inherit;
      line-height: 160%; }
    #top_links .minicart a:hover {
      color: #1b1b1b !important; }
    #top_links .minicart img {
      width: 40px;
      float: right;
      margin-left: 10px;
      border: 1px solid #efefef; }
    #top_links .minicart .variation {
      margin-top: .5em;
      margin-bottom: -7px;
      font-size: .9em;
      line-height: 1em; }
      #top_links .minicart .variation dt {
        display: inline-block;
        padding-left: 10px; }
      #top_links .minicart .variation dd {
        display: inline-block; }
        #top_links .minicart .variation dd p {
          margin-bottom: 0px; }
    #top_links .minicart .total {
      font-size: 1.4em;
      text-align: right;
      display: block;
      border-top: 1px solid #ccc;
      padding-top: .3em;
      margin-top: 2em; }
    #top_links .minicart .buttons {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 0px;
      color: white; }
    #top_links .minicart .button:hover {
      color: #fff !important;
      background-color: #4a4a4a; }

/*header*/
#header {
  text-align: center;
  color: #fff;
  background-image: url(img/redwood-bg.jpg);
  padding: 1em; }
  #header img {
    height: 100px; }

#navigation {
  border-top: 1px solid yellow;
  color: #b9b9b9;
  background: #000;
  font-weight: bold;
  text-transform: uppercase; }
  #navigation .navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none; }
  #navigation .navbar-toggle {
    float: none;
    text-transform: uppercase; }
  #navigation .container {
    padding: 0; }
  #navigation .dropdown-menu {
    padding: 0 10px; }
  #navigation ul li a {
    line-height: 3em;
    height: 3em;
    color: #b9b9b9;
    border-bottom: 1px solid #1b1b1b;
    padding: 0 1em; }
  #navigation ul li a:hover {
    color: yellow;
    background: #1b1b1b; }
  #navigation ul li .dropdown-menu li.active a {
    background: #1b1b1b;
    color: yellow; }
  #navigation ul li:last-child a {
    border: none; }
  #navigation ul li.open a, #navigation ul li.open a:hover {
    color: yellow;
    background: #1b1b1b; }
  #navigation ul li.open .dropdown-menu a {
    background: none;
    color: #b9b9b9; }
  #navigation ul li.open .dropdown-menu a:hover {
    background: #1b1b1b;
    color: yellow; }
  #navigation .form {
    display: block;
    max-width: 300px;
    padding: 1em; }
    #navigation .form .group {
      position: relative; }
    #navigation .form button {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: none;
      padding: 6px; }

/*Content*/
#content .attribute-list {
  margin-top: -1em; }
  #content .attribute-list p {
    display: inline;
    margin: 0; }
#content .searchpost {
  margin-bottom: 3em; }
#content .variations .label {
  color: #000;
  font-size: 1.1em; }
#content .variations select {
  width: 100%;
  border: 0px solid;
  border-radius: 3px;
  font-size: .9em;
  line-height: 15px;
  padding: 10px;
  background: #fff;
  margin: 0 0 1em;
  color: #000;
  border: 1px solid #b9b9b9; }
#content .product_list_widget {
  padding: 0; }
  #content .product_list_widget li {
    list-style-type: none; }
    #content .product_list_widget li img {
      width: 85px; }
#content .main-content {
  margin-top: 3em;
  margin-bottom: 3em; }
#content .shareicons a, #content .shareicons a:hover {
  color: #fff;
  font-style: normal; }
#content .square-post {
  position: relative;
  background-repeat: no-repeat;
  background-color: #b9b9b9;
  background-size: cover;
  background-position: top center;
  margin-bottom: 30px; }
  #content .square-post .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    color: #fff;
    text-align: center; }
  #content .square-post .title {
    position: absolute;
    bottom: 0;
    padding: 2em 1em;
    width: 100%;
    z-index: 1;
    background: #000; }
  #content .square-post .share {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 3; }
#content .square-post:after {
  content: "";
  padding-bottom: 100%;
  display: block; }
#content .trophy .image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #content .trophy .image .share {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center; }
  #content .trophy .image .overlay {
    display: none; }
#content .trophy .image::after {
  content: "";
  display: block;
  padding-bottom: 100%; }
#content .trophy .image:hover .share {
  display: none; }
#content .trophy .image:hover .overlay {
  padding: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }
  #content .trophy .image:hover .overlay .shareicons a {
    color: #fff;
    font-style: normal; }
#content a {
  text-decoration: underline;
  font-style: italic;
  color: inherit; }
#content a:hover {
  color: #1b1b1b; }
#content table.cart td.actions .input-text {
  width: auto !important;
  margin: 5px; }
#content .product .price {
  color: #000;
  font-size: 1.5em;
  font-weight: bold; }
body .gform_wrapper #content .product input[type="submit"], body .gform_wrapper #content .product input[type="button"], #content .product .gform_wrapper input[type="submit"], #content .gform_wrapper .product input[type="submit"], #content .product .gform_wrapper input[type="button"], #content .gform_wrapper .product input[type="button"], #content .product .btn, #content .product button, #content .product .whosgotthebutton, #content .product button.button.alt, #content .product a.button.alt, #content .product input.button {
  margin: 0; }
#content .hp-section {
  padding: 3em 0; }
  #content .hp-section h2 {
    font-size: 1.5em;
    font-family: "Rye", cursive;
    font-weight: normal;
    text-transform: uppercase; }
#content .product-grid-item {
  padding-top: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }
  #content .product-grid-item .image {
    height: 200px;
    padding: 0 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%; }
  #content .product-grid-item .title {
    display: block;
    font-size: 1.2em;
    padding: 0 15px;
    margin: 0 0 .3em;
    font-style: normal;
    min-height: 115px; }
  #content .product-grid-item .price {
    padding: 0 15px;
    font-size: 1.2em;
    font-weight: bold; }
  body .gform_wrapper #content .product-grid-item input[type="submit"], body .gform_wrapper #content .product-grid-item input[type="button"], #content .product-grid-item .gform_wrapper input[type="submit"], #content .gform_wrapper .product-grid-item input[type="submit"], #content .product-grid-item .gform_wrapper input[type="button"], #content .gform_wrapper .product-grid-item input[type="button"], #content .product-grid-item .btn, #content .product-grid-item button, #content .product-grid-item .whosgotthebutton, #content .product-grid-item button.button.alt, #content .product-grid-item a.button.alt, #content .product-grid-item input.button {
    margin: 0.5em 15px 1em; }
#content .woocommerce-pagination ul {
  margin: 0;
  padding: 0; }
  #content .woocommerce-pagination ul li {
    margin: 0;
    padding: 0; }
    #content .woocommerce-pagination ul li a {
      font-style: normal; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
  float: none; }

#video_container {
  min-height: 212px;
  max-height: 370px;
  position: relative;
  overflow: hidden;
  margin-bottom: -10px;
  background-repeat: no-repeat;
  background-size: contain; }
  #video_container #bgvid {
    width: 100%;
    min-height: 212px;
    transform: scale(2);
    margin-bottom: -10px; }
  #video_container #video_cta {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: auto;
    top: 20px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 1.3em;
    text-shadow: 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white;
    text-transform: uppercase; }
    #video_container #video_cta p {
      margin: 0 0 .5em; }
    #video_container #video_cta span {
      display: block;
      font-weight: bold; }
    #video_container #video_cta .large {
      font-size: 1.2em; }
    #video_container #video_cta .larger {
      font-size: 2em;
      line-height: 1em; }

#home_resources {
  padding: 3em 0 1em; }
  #home_resources .resource {
    display: block;
    margin: 2em auto;
    max-width: 400px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    text-decoration: none; }
    #home_resources .resource .image {
      height: 90px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

#dashboard {
  background-image: url(img/redwood-bg.jpg); }
  #dashboard .flex {
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #dashboard #river_report {
    flex-grow: 1;
    margin: 0; }
  #dashboard h2 {
    text-align: center;
    margin: 0;
    padding: 10px;
    line-height: 1em; }
  #dashboard .updated {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: 0; }
  #dashboard .recent-posts {
    background: #fff;
    border-radius: 5px;
    padding: 0 10px 10px;
    margin: 1em 0; }
    #dashboard .recent-posts .recentpost {
      margin: 0 0 1em; }
      #dashboard .recent-posts .recentpost h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  #dashboard #weather_widget {
    margin: 0 0 1em;
    background: #fff;
    border-radius: 5px; }
    #dashboard #weather_widget .current {
      padding: 10px; }
      #dashboard #weather_widget .current img {
        float: left;
        width: 75px;
        margin-top: 1em; }
      #dashboard #weather_widget .current p {
        margin: 0 0 1em; }
    #dashboard #weather_widget .temp {
      font-weight: bold;
      font-size: 2em;
      line-height: 1em; }
  #dashboard .feature {
    flex-basis: auto;
    min-height: 300px;
    max-width: 300px;
    margin: 0;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff; }
    #dashboard .feature h2 {
      position: absolute;
      top: 41%;
      background: #000;
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      color: #b9b9b9; }
  #dashboard .feature:hover h2 {
    color: yellow; }

#river_report {
  background: #fff;
  border-radius: 5px;
  margin: 1em 0; }
  #river_report p {
    margin: 0; }
  #river_report .post-content p {
    margin: 0 0 1.5em; }
  #river_report .metric {
    text-align: center;
    padding: 5px 10px;
    margin: 0 0 .5em;
    color: #1b1b1b; }
    #river_report .metric strong {
      font-size: 1.2em;
      color: #000;
      line-height: 1em; }
    #river_report .metric .icon {
      height: 50px;
      margin: 0 0 5px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  #river_report #water_level .icon {
    background-image: url(img/level-icon.png); }
  #river_report #water_temp .icon {
    background-image: url(img/temp-icon.png); }
  #river_report #pressure .icon {
    background-image: url(img/pressure-icon.png); }
  #river_report #water_clarity .icon {
    background-image: url(img/clarity-icon.png); }
  #river_report .suggestedbait {
    color: #fff;
    background-color: #000;
    padding: .5em;
    font-weight: 300; }
  #river_report .featured_bait {
    padding: 0 10px;
    margin: 0 0 1em;
    border-top: 1px solid #fff; }
    #river_report .featured_bait img {
      max-width: 50%;
      margin: .2em 1em .2em 0;
      border: 1px solid #ccc;
      float: left; }
    #river_report .featured_bait h5 {
      font-weight: 100;
      font-size: 14px; }
    #river_report .featured_bait .btn, #river_report .featured_bait body .gform_wrapper button, body .gform_wrapper #river_report .featured_bait button, #river_report .featured_bait body .gform_wrapper input[type="submit"], body .gform_wrapper #river_report .featured_bait input[type="submit"], #river_report .featured_bait body .gform_wrapper input[type="button"], body .gform_wrapper #river_report .featured_bait input[type="button"], #river_report .featured_bait #content .gform_wrapper input[type="submit"], #content .gform_wrapper #river_report .featured_bait input[type="submit"], #river_report .featured_bait #content .gform_wrapper input[type="button"], #content .gform_wrapper #river_report .featured_bait input[type="button"], #river_report .featured_bait #content button, #content #river_report .featured_bait button, #river_report .featured_bait #content .whosgotthebutton, #content #river_report .featured_bait .whosgotthebutton, #river_report .featured_bait #content a.button.alt, #content #river_report .featured_bait a.button.alt, #river_report .featured_bait #content input.button, #content #river_report .featured_bait input.button {
      margin-top: 0.2em; }
    #river_report .featured_bait .riverrpt {
      height: 150px; }
  #river_report .bottom {
    padding: 10px;
    /*border-top: 1px solid $gray;*/ }

#featured_product h2 {
  text-align: center;
  margin: 0 0 1.5em; }

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  display: block; }

#sidebar_menu {
  margin: 0 0 1.5em; }
  #sidebar_menu .navbar {
    min-height: 0;
    margin: 0; }
  #sidebar_menu .navbar-collapse {
    padding: 5px 0; }
  #sidebar_menu ul {
    margin: 0;
    padding: 0;
    float: none; }
    #sidebar_menu ul li {
      margin: 0 0 5px;
      padding: 0;
      display: block;
      float: none; }
      #sidebar_menu ul li .dropdown-menu {
        position: static;
        margin: 5px 0 5px 10px;
        border: none;
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
    #sidebar_menu ul a {
      padding: 0.5em 1em;
      display: block;
      background: #fff;
      font-style: normal;
      text-decoration: none;
      border: 1px solid #b9b9b9;
      border-radius: 3px; }
    #sidebar_menu ul a:hover, #sidebar_menu ul .active a:hover {
      background: #000;
      color: #fff; }
    #sidebar_menu ul li.active a {
      background-color: #000;
      color: #fff; }
    #sidebar_menu ul li.active .dropdown-menu a {
      background-color: #fff;
      color: #000; }
    #sidebar_menu ul li.active .dropdown-menu .active a {
      background-color: #000;
      color: #fff; }
    #sidebar_menu ul li.current-menu-parent .dropdown-menu {
      display: block; }
  #sidebar_menu .navbar-header {
    float: none;
    position: relative;
    display: inline-block;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 0.5em 1em;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0 0 5px; }
    #sidebar_menu .navbar-header h3 {
      margin: 0;
      text-transform: uppercase; }
  #sidebar_menu .navbar-toggle {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    margin: 0;
    padding: .5em 1em; }

#newsletter {
  background-image: url(img/redwood-bg.jpg);
  color: #fff; }
  #newsletter .gfield_required {
    color: inherit; }
  #newsletter .gform_wrapper .validation_error {
    color: #fff;
    border-color: #fff; }
  #newsletter .gform_wrapper .gfield_error .gfield_label {
    color: yellow; }
  #newsletter .gform_wrapper .gfield_description {
    color: yellow; }
  #newsletter form {
    position: relative;
    max-width: 775px;
    margin: 0 auto; }
    #newsletter form .gform_footer.top_label {
      padding: 0;
      margin: 0; }
      #newsletter form .gform_footer.top_label input[type="submit"] {
        position: absolute;
        bottom: 0;
        right: 15px;
        margin: 0;
        border-radius: 3px;
        padding: 0;
        font-size: 2em;
        font-weight: bold;
        line-height: 47px;
        width: 47px;
        z-index: 10; }
  #newsletter .gform_validation_error .gform_footer.top_label input[type="submit"] {
    bottom: 37px; }

#content #home_content {
  padding: 0; }
  #content #home_content .image {
    margin-bottom: 1em; }
  #content #home_content h2 {
    padding-top: 1em; }

#footer {
  padding: 3em 0;
  border-top: 1px solid yellow;
  background: #000;
  color: #b9b9b9; }
  #footer h3 {
    color: #fff;
    font-family: "Rye", cursive;
    font-weight: normal;
    text-transform: uppercase; }
    #footer h3 a {
      color: inherit; }
  #footer a {
    color: #474747; }
  #footer a:hover {
    color: yellow; }
  #footer .logo {
    margin-bottom: 20px; }
  #footer .slb a {
    color: inherit; }
  #footer ul {
    padding: 0;
    margin: 0 0 1.5em; }
    #footer ul li {
      display: block;
      margin: 0;
      padding: 0 0 .5em;
      text-transform: uppercase; }
  #footer .copyright {
    text-transform: uppercase; }
    #footer .copyright a {
      color: #fff;
      font-weight: bold; }

#newsletter {
  padding: 3em 0; }

.woocommerce-cart table.cart img {
  width: 100px; }

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
  margin-bottom: 0px; }

.shop_table p {
  margin-bottom: 0px !important; }

#content .product-remove a {
  text-decoration: none; }

.trophydeets {
  height: 30px;
  font-size: .8em;
  line-height: 15px;
  margin-bottom: 20px; }

/* Progressive Enhancement */
@media screen and (min-width: 1px) {
  aside.carousel-aside-pause {
    display: none; } }
@media screen and (min-width: 600px) {
  #content .gallery .gallery-item {
    float: left;
    margin: 0 1em 1em 0; }

  #video_container #bgvid {
    transform: scale(1); } }
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 1.75em; }

  h3 {
    font-size: 1.25em; }

  h4 {
    font-size: 1.125em; }

  h5 {
    font-size: 1.1em; }

  .alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0; }

  .alignright {
    float: right;
    margin: 0 0 1.5em 1.5em; }

  #top_links .right {
    text-align: right;
    font-size: .9em; }
    #top_links .right .fa {
      margin-left: 2px; }

  #navigation ul li a {
    border-bottom: none;
    border-right: 1px solid #1b1b1b;
    font-size: .9em;
    padding: 0 0.5em; }
  #navigation ul li .dropdown-menu {
    padding: 0;
    background: #000; }
    #navigation ul li .dropdown-menu a {
      text-transform: none;
      font-size: 1em;
      padding: 0 1em; }

  #content .hp-section h2 {
    font-size: 2.5em; }

  #sidebar_menu .navbar-toggle {
    display: none; }

  #rotator .carousel-caption {
    top: 100px; }
    #rotator .carousel-caption .large {
      font-size: 1.2em; }
    #rotator .carousel-caption .larger {
      font-size: 2em;
      line-height: 1em; }
    #rotator .carousel-caption .slide {
      height: 550px; }

  #video_container #video_cta {
    font-size: 1.6em; }

  #dashboard #river_report .featured_bait img {
    height: 180px; }
  #dashboard .feature {
    max-width: none; }

  #footer .right {
    text-align: right; }

  #dashboard .recent-posts .recentpost .excerpt {
    height: 152px;
    overflow: hidden; } }
@media screen and (min-width: 992px) {
  #header img {
    height: auto; }

  #content #dashboard .flex {
    min-height: 800px; }
  #content #dashboard h2 {
    font-size: 2.2em; }
  #content #dashboard #river_report .featured_bait img {
    height: 75px; }
  #content #dashboard #feature1 {
    min-height: 290px; }
  #content #dashboard #feature2, #content #dashboard #feature3 {
    min-height: 365px; }
  #content #dashboard #feature4 {
    min-height: 745px; }

  #content #home_content .image {
    padding: 0;
    margin: 0;
    min-height: 100%;
    max-width: 143%;
    position: relative;
    left: -12.5em; }

  #content .related.products .col-md-4 {
    width: 25%; }

  #navigation ul li a {
    padding: 0 .7em; }
  #navigation .form {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 3em; }

  #dashboard .recent-posts .recentpost .excerpt {
    height: 163px; }

  #video_container #video_cta {
    text-align: left;
    background: none; }
    #video_container #video_cta span {
      display: block;
      font-weight: bold; }
    #video_container #video_cta .large {
      font-size: 1.2em; }
    #video_container #video_cta .larger {
      font-size: 2em;
      line-height: 1em; } }
@media screen and (min-width: 1200px) {
  #content #dashboard .flex {
    min-height: 723px; }
  #content #dashboard h2 {
    font-size: 2.5em; }
  #content #dashboard #feature1 {
    min-height: 265px; }
  #content #dashboard #feature2, #content #dashboard #feature3 {
    min-height: 336px; }
  #content #dashboard #feature4 {
    min-height: 690px; }

  #video_container #video_cta {
    top: 50px; }

  #dashboard .recent-posts .recentpost .excerpt {
    height: 141px; }

  #navigation ul li a {
    padding: 0 1em;
    font-size: 1em; } }
