/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

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

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #111111;
  background-color: white;
  padding-top: 29px; }

.container {
  width: 1250px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 900px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: white; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 350px;
    float: right;
    padding: 29px 29px 0 29px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #006394;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: white; }
  .menu a {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #daeef7;
    padding: 9px 14px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: white; }
  .menu a:hover {
    background-color: white; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: white;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 178px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 178px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: white; }

  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: Pointer; }

.menu_control {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #daeef7;
  padding: 9px 14px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: white;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: white; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double white;
  padding: 29px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #006394; }
  #site_title + #site_tagline {
    margin-top: 7px; }

#site_tagline {
  font-size: 16px;
  color: #454545;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 40px; }
  .grt h1 {
    margin-bottom: 29px; }
  .grt .headline {
    color: #333333;
    margin: 0; }
    .grt .headline a {
      color: #333333; }
      .grt .headline a:hover {
        color: #006394; }
  .grt h2,
  .grt h3,
  .grt h4 {
    font-family: "Roboto", sans-serif;
    color: #666666; }
  .grt h2 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 47px;
    margin-bottom: 18px; }
  .grt h3 {
    font-size: 20px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #454545;
    padding-left: 18px;
    border-left: 1px solid white; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 38px;
      padding-left: 0;
      border: 0;
      margin-bottom: 18px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #daeef7;
    padding: 18px 18px 18px 11px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 18px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #daeef7;
    border: 1px solid white; }
  .grt .box {
    background-color: #dbf3ff;
    border: 1px solid #ace3ff; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 25px;
    padding-top: 29px;
    border-top: 1px dotted white; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #454545; }
  .grt fieldset {
    margin-bottom: 29px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 34px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 65px;
    height: 65px;
    float: right;
    clear: both;
    margin-left: 18px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 25px; }
  .grt .caption {
    margin-top: -18px;
    color: #454545; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #daeef7;
    padding: 18px;
    border: 1px solid white; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 25px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 18px; }
  .grt .drop_cap {
    font-size: 58px;
    line-height: 1em;
    margin-right: 11px;
    float: left; }
  .grt .author_description {
    padding-top: 29px;
    border-top: 1px dotted white; }
    .grt .author_description .avatar {
      width: 87px;
      height: 87px;
      float: left;
      margin-right: 18px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 29px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 29px;
    margin-left: 29px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 29px;
    margin-right: 29px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 29px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 29px 29px 0 29px;
  border-top: 1px dotted white; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #454545; }
  .byline a {
    color: #454545;
    border-bottom: 1px solid white; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 11px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #454545;
  text-decoration: none;
  margin-bottom: 29px; }
  .num_comments_link:hover {
    background-color: white; }

.num_comments {
  font-size: 29px;
  color: #111111; }

.bracket {
  font-size: 29px;
  color: white; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: white; }
  .archive_intro .headline {
    margin-bottom: 29px; }

.prev_next {
  clear: both;
  color: #454545;
  border-top: 1px solid white;
  padding: 18px 29px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 58px; }

.comments_intro {
  color: #454545;
  padding: 0 29px;
  margin-bottom: 18px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 25px;
  color: #454545;
  margin: 0 29px 29px 29px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted white;
  margin-bottom: 58px; }

.comment {
  padding: 29px;
  border-bottom: 1px dotted white; }
  .comment .comment_head {
    margin-bottom: 18px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 54px;
    height: 54px;
    margin-left: 18px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 25px;
    color: #454545; }
    .comment .comment_date a {
      color: #454545; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 18px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 25px;
      color: #454545;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 18px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 29px;
    border-bottom: 0;
    border-left: 1px solid white;
    margin-top: 29px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #006394; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 29px;
  border-style: dotted;
  border-color: white; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -58px 0 58px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #daeef7;
    padding: 7px;
    border: 1px solid white;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #daeef7; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #daeef7;
  padding: 7px;
  border: 1px solid white;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #daeef7; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 11px;
  border: 3px double white; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #daeef7;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 29px;
  margin: 58px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 18px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 34px;
    color: #666666;
    padding: 0 29px 18px 29px;
    border-bottom: 1px dotted white;
    margin-right: -29px;
    margin-left: -29px; }
  #commentform p {
    margin-bottom: 18px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 25px;
    color: #454545; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #006394;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #daeef7;
  border: 1px solid white; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 20px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 40px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #454545; }
  .sidebar .widget {
    margin-bottom: 40px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 25px;
  color: #454545;
  text-align: right;
  padding: 18px 29px;
  border-top: 3px double white; }
  .footer a {
    color: #454545; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 900px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1250px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1249px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 900px; }

  .header {
    border-top: 1px solid white; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double white; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 29px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 29px;
      border-top: 1px solid white;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 29px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #daeef7; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 899px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 471px) {
  .menu a,
  .menu_control {
    padding: 1em 18px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 18px;
    padding-left: 18px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 18px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 29px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 18px;
    margin-left: 18px; }

  #commentform .comment_form_title {
    margin-left: -18px;
    margin-right: -18px; }

  .comment_date {
    display: none; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * ---:[ Custom CSS ]:---
 */
/*
 * =================================
 */
/*
 * ------- Table of Contents -------
 */
/*
 * =================================
 */
/*
 * 
 * 1.  General
 * 2.  Typography
 * 3.  Grid
 * 4.  Header/Nav
 * 5.  Footer
 * 6.  Ads
 * 7.  Forms
 * 8.  Articles
 * 9.  Categories, Tags, Archives
 * 10. Search Results
 * 11. Home Page
 * 12. Widgets
 * 13. Hunt 365
 */
/*
 * =====================================
 */
/*
 * ------- END Table of Contents -------
 */
/*
 * =====================================
 */
/*
 * --------------
 */
/*
 * ==1. GENERAL==
 */
body {
  padding-top: 0px; }

.bg-wrap>.container {
  margin-top: 135px; }

/*
 * Transitions
 */
.transition,
.nav-mobile,
.wRevolvers,
.wRifles,
.wShotguns,
.wPistols,
.wRevolvers:hover,
.wRifles:hover,
.wShotguns:hover,
.wPistols:hover,
.post_box,
.post_box:hover,
.TagWidget li,
.TagWidget li:hover,
.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .frame:hover,
.post_box:hover .post_image_box:hover,
.post_box .wp-caption:hover,
.latest-cat-box .posts-by-tag-list li,
.latest-cat-box .TagWidget li,
.latest-products .posts-by-tag-list li,
.latest-products .TagWidget li,
.latest-cat-box .posts-by-tag-list li:hover,
.latest-cat-box .TagWidget li:hover,
.latest-products .posts-by-tag-list li:hover,
.latest-products .TagWidget li:hover,
.items_container,
.items_container:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/*
 * MARGIN HELPERS
 */
.martop15 {
  margin-top: 15px !important; }

.martop20 {
  margin-top: 20px !important; }

.martop30 {
  margin-top: 30px !important; }

.martop40 {
  margin-top: 40px !important; }

.marbot20 {
  margin-bottom: 20px !important; }

.nomargin {
  margin: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important; }

/*
 * PADDING HELPERS
 */
.pad10 {
  padding: 10px !important; }

.pad15 {
  padding: 15px !important; }

.pad20 {
  padding: 20px !important; }

.pad25 {
  padding: 25px !important; }

.pad30 {
  padding: 30px !important; }

.pad35 {
  padding: 35px !important; }

.padbot15 {
  padding-bottom: 15px !important; }

.padbot20 {
  padding-bottom: 20px !important; }

.padbot25 {
  padding-bottom: 25px !important; }

.padbot30 {
  padding-bottom: 30px !important; }

.padtop15 {
  padding-top: 15px !important; }

.padtop20 {
  padding-top: 20px !important; }

.padtop25 {
  padding-top: 25px !important; }

.padtop30 {
  padding-top: 30px !important; }

/*
 * Clearfix
 */
.clearfix:after,
.items_container:after,
hr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.post_box .wp-caption {
  margin: 0.5% 1% !important; }

.columns>.content {
  width: 890px;
  padding: 0 15px 35px 15px; }

.columns>.sidebar {
  padding: 20px 0 0 0;
  width: 310px; }

/*
 * Row Dark - Grey
 */
.row-grey {
  background: #2f3334; }

/*
 * Row Dark - Darker
 */
.row-dark {
  background: #222222; }

/*
 * Row Off White - Box Off White
 */
.box-lighter-grey,
.row-lighter-grey {
  background: #f7f7f7; }

/*
 * Social Icons
 */
.social-btns,
.social-btns a {
  float: none;
  color: grey;
  text-align: center; }

.social-btns i {
  color: #828a90;
  border: 3px solid #828a90;
  border-radius: 100%;
  padding: 15px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-align: center;
  margin-right: 10px; }

.fa-rss:hover,
.fa-envelope:hover,
.fa-youtube:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-facebook:hover,
.fa-instagram:hover {
  border: 3px solid white;
  color: white; }

.fa-instagram:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); }

.fa-rss:hover {
  background: #ff9900; }

.fa-envelope:hover {
  background: #660000; }

.fa-youtube:hover {
  background: #cc0000; }

.fa-twitter:hover {
  background: #0099cc; }

.fa-google-plus:hover {
  background: red; }

.fa-facebook:hover {
  background: #0066cc; }

/*
 * Responsive Classes
 */
@media (max-width: 1199px) {
  .columns>.sidebar {
    float: none;
    width: 100% !important; }

  .container {
    width: auto;
    max-width: 900px; } }

@media all and (max-width: 899px) {
   }

/*
 * END Responsive Classes
 */
/*
 * ==END GENERAL STYLES==
 */
/*
 * ----------------------
 */
/*
 * -----------------
 */
/*
 * ==2. TYPOGRAPHY==
 */
/*
 * Font Family & Size & General Typography
 */
h1,
h2,
h3,
.widget_title,
p.widget_title,
.posts-by-tag-item-title,
.grt h1,
.grt h1.headline,
.grt h2,
.grt h3,
.grt .headline,
.nav-mobile ul li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-stretch: condensed; }

body,
div,
p,
span,
input {
  font-family: 16px;
  font-family: 'Myriad Pro', Arial, sans-serif; }

h1 a,
h2 a,
.widget_title a,
p.widget_title a,
a.posts-by-tag-item-title {
  color: #1d2128; }

h1,
h1 a,
h2,
h2 a,
h3,
h3 a {
  line-height: 1.5;
  letter-spacing: -1px; }

h2 {
  font-size: 2em; }

p.widget_title {
  font-size: 2.75em;
  padding: 25px 15px;
  line-height: 1.5; }

.posts-by-tag-item-title,
.post-title {
  font-size: 21px;
  display: inline-block;
  padding-bottom: 15px; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

/*
 * Light Row Text Colors
 */
h1,
h2,
h3,
.ga-today .widget_title,
.featured-articles .widget_title {
  color: #2f3334;
  font-weight: 600; }

a:hover,
.posts-by-tag-item-title:hover {
  color: #0c7ccb !important; }

.header a:hover {
  color: #009cef !important; }

/*
 * Dark Row Text Colors
 */
.row-grey,
.row-grey p,
.row-grey small,
.row-dark,
.row-dark p,
.row-dark small,
footer,
footer small,
.row-grey h1,
.row-grey h2,
.row-grey h3,
.row-dark h1,
.row-dark h2,
.row-dark h3,
.footer-bottom {
  color: #cccccc; }

.row-grey h2,
.row-dark h2 {
  color: white;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

.row-grey a,
.row-dark a,
footer a {
  color: #4ba4d1; }

.row-grey a:hover,
.row-dark a:hover,
footer a:hover {
  color: white !important; }

/*
 * 404 Stuff
 */
h1.fourOfour {
  font-size: 5em;
  padding: 25px 0px;
  display: block;
  line-height: 150%;
  margin-top: 50px; }

p.fourOfour {
  font-size: 1.5em;
  display: block;
  line-height: 150%;
  margin-bottom: 50px; }

/*
 * ==END TYPOGRAPHY==
 */
/*
 * ------------------
 */
/*
 * -----------
 */
/*
 * ==3. GRID==
 */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.one_seventh,
.one_eighth,
.one_ninenth,
.five_sixth {
  float: left; }

.full_width {
  width: 100%; }

.one_half {
  width: 50%; }

.one_third {
  width: 33.3%; }

.two_third {
  width: 66.6%; }

.one_fourth {
  width: 25%; }

.three_fourth {
  width: 75%; }

.clear_column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

/*
 * Responsive Classes
 */
@media (max-width: 1199px) {
   }

@media all and (max-width: 899px) {
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth {
    width: 50%; } }

@media all and (max-width: 589px) {
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth {
    width: 100%; } }

/*
 * END Responsive Classes
 */
/*
 * ==END GRID==
 */
/*
 * ------------
 */
/*
 * -----------------
 */
/*
 * ==4. HEADER/NAV==
 */
/*
 * Header
 */
header {
  position: absolute;
  clear: both; }

.header {
  background: #333842;
  padding: 20px !important;
  border-bottom: none;
  position: fixed;
  width: 100%;
  top: 0px;
  border-top: 0;
    /*
   * box-shadow: 0 3px 33px -4px #000000;
   */
  z-index: 99; }

.header,
.subheader {
  transition: top 0.3s;
  z-index: 9; }

.header .logo img {
  max-width: 294px;
  margin-top: 3px; }

.user-register,
.user-nav,
.user-cart {
  float: right; }

.user-register {
  margin-right: 10px; }

.mobile-toggles button,
.user-nav button {
  background-color: transparent;
  border: 0; }

.user-nav button {
  padding: 0; }

.user-cart i,
.mobile-toggles .user-cart a i,
.mobile-toggles .user-cart button i,
.user-nav i {
  color: white;
  width: 39px;
  height: 30px;
  border-radius: 30px;
  background-color: #292e37;
  text-align: center;
  padding-top: 9px;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out; }

.user-cart i:hover,
.mobile-toggles .user-cart a i:hover,
.mobile-toggles .user-cart button i:hover,
.user-nav i:hover {
  background-color: #006394;
  color: white; }

.user-nav-mobile i,
.user-nav-mobile i:hover {
  background-color: transparent; }

.user-cart i,
.mobile-toggles .user-cart a i,
.mobile-toggles .user-cart button i {
  line-height: 1.3; }

.user-register a,
a.user-signin {
  color: lightgrey;
  padding: 12px 8px;
  line-height: 2.25em;
  text-transform: uppercase;
  font-size: 18px; }

/*
 * User Nav Dropdown
 */
.nav-user {
  position: relative; }

.user-nav {
  margin-top: 0px; }

.user-nav-dropdown {
  display: none;
  position: fixed;
  width: 100vw;
  left: 0px;
  top: 52px;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out opacity;
  -moz-transition: 0.4s ease-in-out opacity;
  -o-transition: 0.4s ease-in-out opacity;
  transition: 0.4s ease-in-out opacity;
  padding-top: 30px;
  text-align: left; }

.user-nav-dropdown-bg {
  padding: 23px 25px;
  background: #333842;
  max-height: 79vh;
  overflow-y: scroll; }

.user-nav:hover .user-nav-dropdown {
  display: inline-block;
  opacity: 1; }

.user-nav-dropdown h3 {
  color: white;
  font-size: 24px;
  border-bottom: 1px solid #505050;
  margin: 0 20px 15px 20px;
  padding: 15px 0; }

.user-nav-dropdown-mobile h3 {
  background: none;
  border: none;
  border-bottom: 0;
  color: #828a90;
  font-size: 24px;
  padding: 12px 25px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px; }

.user-nav-dropdown h3 i {
  background: none;
  width: 30px;
  font-size: 16px; }

.user-nav-dropdown ul {
  background: none; }

.user-nav-dropdown ul li,
.user-nav-dropdown ul li ul li {
  list-style: none; }

.user-nav-dropdown ul li a,
.user-nav-dropdown ul li ul li a {
  display: block;
  color: lightgrey;
  font-size: 16px;
  margin: 0 25px;
  line-height: 2; }

.user-nav-dropdown ul li a:hover,
.user-nav-dropdown ul li ul li a:hover,
.user-nav-dropdown ul li a:hover i,
.user-nav-dropdown ul li ul li a:hover i {
  background: none;
  color: #36b9ff !important; }

.user-nav-dropdown ul li a i,
.user-nav-dropdown ul li ul li a i {
  background: none;
  width: 30px;
  height: auto;
  margin-right: 3px;
  color: #b0b0b0; }

.user-nav-dropdown ul li a i:hover,
.user-nav-dropdown ul li ul li a i:hover {
  background: none; }

.user-nav-dropdown ul li ul {
  background: #111111;
  display: none; }

.user-nav-section {
  margin-bottom: 15px; }

.user-nav-dropdown-mobile .user-nav-section {
  margin-bottom: 0px; }

.user-nav-dropdown-mobile .user-nav-section ul {
  display: none; }

.user-nav-dropdown-mobile .user-nav-section:hover ul {
  display: inline-block; }

.user-nav-dropdown-mobile .user-nav-section:hover h3 {
  color: white; }

.user-nav-dropdown h2 {
  color: lightgrey;
  margin-top: 15px;
  font-size: 24px;
  border-top: 1px dashed #555555;
  padding: 15px;
  text-align: center; }

.user-nav-dropdown h2 a {
  color: #31b7ff; }

/*
 * Subheader
 */
.subheader {
  position: fixed;
  width: 100vw;
  top: 81px;
  box-shadow: 0 3px 12px -3px #282828;
  z-index: 1; }

.subheader,
.subheader .menu {
  background: #292e37; }

.subheader ul.menu {
  border: none; }

.subheader ul.menu li {
  margin-bottom: 0px; }

.subheader ul.menu li a {
  background-color: #292e37;
  color: #d6dadc;
  border: none;
  font-size: 16px;
  line-height: 100%;
  padding: 14px;
  font-weight: 300;
  letter-spacing: 0px; }

.menu li:hover>.sub-menu ul.menu li a {
  background-color: #2b2e33;
  color: #d6dadc; }

.menu li:hover > .sub-menu {
  display: block; }

.subheader ul.menu li a:hover {
  background-color: #191c20;
  color: white !important; }

/*
 * Primary Nav
 */
.menu-full-nav-container {
  margin: auto; }

.mobile-toggles {
  display: none; }

.nav-mobile {
  display: none;
  height: 0px; }

/*
 * Search
 */
.search {
  position: relative;
  width: 95%; }

.search select,
.search input,
.search button {
  padding: 10px;
  line-height: 16px;
  box-shadow: rgba(50, 74, 93, 0.75) 0px 13px 27px -5px, rgba(0, 0, 0, 0.7) 0px 8px 16px -8px;
  border: 0px;
  float: right; }

.search select {
  border: 0px;
  border-radius: 5px 0px 0px 5px;
  background: #e9e9e9;
  font-size: 14px;
  padding: 11px 17px 11px 14px;
  width: 105px;
  position: absolute;
  left: 0; }

.search select:after {
  content: "\f0dc";
  font-family: FontAwesome;
  color: black;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box; }

.search input {
  background: white;
  padding: 11px 65px 11px 120px;
  width: 100%;
  border-radius: 6px; }

.search button {
  padding: 13px 15px 12px 15px;
  font-size: 16px;
  line-height: 100%;
  margin-left: -4px;
  background: #006394;
  color: white;
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  right: 0; }

.search-mobile {
  display: none; }

/*
 * Responsive Classes
 */
@media (max-width: 1249px) {
  /*
   * Mobile Button Toggles
   */  .mobile-toggles {
    display: block;
    text-align: right; }

  .mobile-toggles button {
    padding: 0; }

  .mobile-toggles a i,
  .mobile-toggles button i {
    color: #a5a5a5;
    font-size: 18px;
    padding: 6px 10px;
    width: 18px; }

  .user-cart i,
  .mobile-toggles .user-cart a i,
  .user-nav i {
    color: white;
    padding-top: 9px !important;
    margin-right: 10px;
    padding: 0; }

  .bg-wrap>.container {
    margin-top: 76px; }

  .user-nav-dropdown-mobile .one_half {
    width: 100%; }

  /*
   * Mobile Header
   */  .header {
    background: #333842;
    padding: 20px 0px !important;
    border-bottom: none;
    position: fixed;
    width: 100%;
    top: 0;
    transition: top 0.3s; }

  header .one_fourth {
    width: 50%; }

  .header.show {
    top: 0px !important; }

  .header .logo {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 35px; }

  .header .logo img {
    margin: 0;
    margin-top: 10px;
    margin-left: 15px; }

  /*
   * Mobile Nav
   */  .nav-mobile {
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    min-height: 100%;
    background: #333842;
    position: fixed;
    overflow-y: scroll;
    top: 76px;
    transition: height 0.3s;
    z-index: 20; }

  .nav-mobile ul {
    background: none;
    display: block;
    border: none;
    margin: 30px 0; }

  .nav-mobile ul li {
    display: block;
    float: none;
    margin: 0;
    border: none; }

  .nav-mobile ul li a {
    background: none;
    border: none;
    color: #828a90;
    font-size: 24px;
    padding: 20px 30px;
    text-align: left;
    letter-spacing: -1px;
    font-weight: 600; }

  .nav-mobile ul li a:hover {
    background: none;
    color: #34b4ff !important; }

  /*
   * Mobile Search
   */  .header-right .widget_search,
  .search,
  .nav-user {
    display: none; }

  .search-mobile {
    width: 100vw;
    background: #333842;
    position: fixed;
    top: 75px;
    transition: height 0.3s;
    padding-bottom: 25px;
    z-index: 99;
    height: 60px;
    box-sizing: border-box; }

  .search-mobile .search {
    display: block;
    width: 98%;
    padding: 0 0 25px 25px; }

  .search select,
  .search input,
  .search button {
    float: none; }

  header select,
  header option,
  header input {
    -webkit-appearance: none; }

  header input {
    border-radius: 0px; }

  .search-select {
    position: relative; }

  .search select {
    padding: 13px 17px 12px 14px; }

  #searchMobile .search-select {
    float: left; }

  .search-select:after {
    content: '\0025BC';
    font: normal normal normal 12px FontAwesome;
    right: -90px;
    top: 1px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    font-size: 9px;
    color: grey; } }

@media all and (max-width: 899px) {
   }

@media all and (max-width: 589px) {
  header .one_third {
    width: 70%; }

  header .one_fourth,
  header .one_half {
    width: 50%; }

  header .two_third {
    width: 30%; }

  .search-mobile,
  .nav-mobile {
    top: 75px;
    z-index: 100; }

  .mobile-toggles a i {
    font-size: 18px;
    padding: 6px 10px;
    width: 18px; }

  .header .logo img {
    max-width: 175px; } }

@media all and (max-width: 428px) {
  .nav-mobile ul li a {
    line-height: 1.5; }

  header div.logo.one_fourth {
    width: 40% !important; }

  .header .logo img {
    width: 100%;
    margin-top: 4px; }

  header .header-right.one_half {
    width: 60%; } }

@media all and (max-width: 385px) {
  .user-signin {
    display: none; }

  .user-nav-mobile {
    display: inline-block !important; }

  .header .logo img {
    margin-top: 0px; } }

/*
 * END Responsive Classes
 */
/*
 * ==END HEADER/NAV==
 */
/*
 * ------------------
 */
/*
 * -------------
 */
/*
 * ==5. FOOTER==
 */
footer {
  background: #2f3334;
  padding: 100px 0px 35px 0; }

footer .menu {
  border-width: 0;
  padding-bottom: 25px;
  z-index: 0; }

footer .menu li {
  display: block;
  float: none; }

footer .menu li a {
  display: block;
  background: transparent;
  color: #ababab;
  border: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 7px 25px; }

footer .menu li a:hover {
  color: white;
  background: transparent; }

.footer-bottom {
  background: #26292a;
  padding: 25px 15px; }

/*
 * Responsive Classes
 */
@media (max-width: 1199px) {
  footer .menu {
    display: inline-block; } }

@media all and (max-width: 899px) {
  .social-btns i {
    color: #828a90;
    border: 3px solid #828a90;
    border-radius: 100%;
    padding: 15px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px; } }

/*
 * END Responsive Classes
 */
/*
 * ==END FOOTER==
 */
/*
 * --------------
 */
/*
 * ----------
 */
/*
 * ==6. ADS==
 */
.hide-desktop {
  display: none; }

.sidebar #nas_blog_sky1,
.sidebar #nas_blog_sky2,
.sidebar #nas_blog_sky3,
.sidebar #nas_blog_sky4,
.sidebar #nas_blog_sky5 {
  float: none;
  display: block;
  text-align: center; }

#nas_blog_home_pos4_mob {
  display: block; }

.ad-inlisting {
  text-align: center; }

.ad-inlisting a {
  text-align: center; }

.ad-inlisting a img,
#nas_blog_box1_mob a img,
#nas_blog_box2_mob iframe,
#nas_blog_box3_mob iframe,
.automatedGACustomWrapper iframe,
.cld_ga img {
  margin: auto; }

/*
 * Responsive Classes
 */
@media (max-width: 1199px) {
  .sidebar #nas_blog_sky1,
  .sidebar #nas_blog_sky2,
  .sidebar #nas_blog_sky3,
  .sidebar #nas_blog_sky4,
  .sidebar #nas_blog_sky5 {
    float: left; } }

@media all and (max-width: 899px) {
  .hide-mobile {
    display: none !important; }

  .hide-desktop {
    display: block; } }

@media all and (max-width: 589px) {
  .sidebar #nas_blog_sky1,
  .sidebar #nas_blog_sky2,
  .sidebar #nas_blog_sky3,
  .sidebar #nas_blog_sky4,
  .sidebar #nas_blog_sky5 {
    float: none; }

  .sidebar #nas_blog_sky1 img,
  .sidebar #nas_blog_sky2 img,
  .sidebar #nas_blog_sky3 img,
  .sidebar #nas_blog_sky4 img,
  .sidebar #nas_blog_sky5 img {
    margin: auto; } }

/*
 * END Responsive Classes
 */
/*
 * ==END ADS==
 */
/*
 * -----------
 */
/*
 * ------------
 */
/*
 * ==7. FORMS==
 */
/*
 * Subscribe Row
 */
.subscribe-box,
.sidebar .wpforms-widget {
  background: #ededed;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border-bottom: 5px solid #006394; }

.sidebar div.wpforms-container-full {
  margin: 0px auto; }

.subscribe-box h3 {
  font-size: 24px;
  margin-bottom: 15px; }

.subscribe-box p {
  font-size: 18px;
  line-height: 1.5; }

.subscribe-row {
  background: #f7f7f7;
  padding: 51px 25px 60px 25px; }

.subscribe-row h2,
.subscribe-row p,
.subscribe-row form {
  padding: 0 20px; }

.subscribe-row h2 {
  font-size: 3em;
  margin-top: -10px; }

.subscribe-row p {
  font-size: 1.25em;
  line-height: 1.5; }

.subscribe-row form,
.subscribe-box form {
  padding-top: 10px;
  position: relative; }

.subscribe-box form {
  padding-top: 0; }

.subscribe-row input,
.subscribe-box input {
  border: 0;
  background: white;
  padding: 6px 60px 10px 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  border-radius: 5px 0px 0px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%; }

.subscribe-row button,
.subscribe-box button {
  background: #006394;
  color: white;
  text-transform: uppercase;
  border: 0;
  border-radius: 0 5px 5px 0px;
  padding: 12px 10px;
  position: absolute;
  width: 50px;
  right: 20px; }

.subscribe-box button {
  right: 0; }

/*
 * Subscribe Footer
 */
.subscribe-row form {
  max-width: 600px;
  margin: auto !important; }

.subscribe-row-footer div.wpforms-container-full .wpforms-field-label {
  display: none !important; }

.subscribe-row-footer div.wpforms-container-full .wpforms-form .wpforms-head-container {
  padding: 0 0 20px 0; }

.subscribe-row-footer .wpforms-submit-container button {
  margin: auto;
  display: block;
  padding: 20px 25px !important;
  line-height: 6px !important;
  width: 100%;
  margin-left: 20px; }

.subscribe-row-footer h2,
.subscribe-row-footer p,
.subscribe-row-footer .wpforms-description,
.subscribe-row-footer div.wpforms-container-full .wpforms-form .wpforms-title {
  text-align: left;
  line-height: 1.25 !important;
  padding: 10px 0; }

.subscribe-row-footer .wpforms-container .wpforms-title {
  font-size: 3em;
  margin-bottom: 35px; }

.subscribe-row-footer .separator-icon img {
  width: 150px;
  height: 150px;
  margin: 40px auto -146px auto; }

/*
 * WP Form Sidebar
 */
.wpforms-container .wpforms-form * {
  hyphens: none; }

.sidebar .wpforms-container .wpforms-field label {
  display: none; }

.sidebar div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 0; }

.sidebar .wpforms-container input {
  display: block; }

.sidebar .wpforms-submit-container button {
  display: block; }

.sidebar .wpforms-head-container {
  padding: 0 0 10px 0 !important; }

/*
 * ==END FORMS==
 */
/*
 * -------------
 */
/*
 * ---------------
 */
/*
 * ==8. ARTICLES==
 */
/*
 * Headline
 */
.grt h1,
.grt h1.headline {
  font-size: 42px;
  line-height: 150%; }

.post-title {
  padding: 15px 0; }

.post_box h1.headline {
  margin-top: 35px; }

/*
 * BY Line and Posted Date
 */
.post-by,
.post-date,
.post-on {
  margin-right: 15px;
  color: #3a3a3a; }

.post-by i,
.post-date i,
.post-on i,
.post-comments i {
  margin-right: 10px; }

/*
 * Comments
 */
#comments {
  background: #f7f7f7;
  padding: 25px;
  margin-top: 0;
  margin-bottom: 25px; }

.comment {
  padding: 29px;
  border-bottom: 1px dotted lightgrey; }

.comment-form textarea,
.comment-form input {
  background: white;
  color: #252525;
  box-shadow: inset 0px 1px 5px #cfcfcf; }

.comment-form input[type="submit"] {
  background: #006394;
  color: white;
  box-shadow: none;
  border-style: none;
  font-size: 21px !important; }

#commentform {
  margin: 25px 0; }

.comment-reply-title {
  font-size: 24px !important; }

.comment-respond {
  padding: 25px;
  border-bottom: 1px solid #dbdbdb;
  background: #ebebeb; }

.comment .comment_footer a {
  font-size: 18px;
  line-height: 25px;
  background: #007fc3;
  color: white !important;
  padding: 5px 9px; }

.children .comment {
  padding: 25px;
  border-left: 2px solid #c7c7c7;
  margin-top: 29px;
  background: #f0f0f0; }

/*
 * Related Posts
 */
.crp_related.crp-text-only {
  clear: both;
  background: #f7f7f7;
  padding: 25px;
  box-shadow: 0 8px 15px -10px #bababa; }

.crp_related.crp-text-only li {
  list-style: none; }

.crp_related.crp-text-only li a {
  padding: 10px;
  border-bottom: 1px solid #dadada;
  display: block;
  text-decoration: none;
  line-height: 150%; }

.grt .crp_related.crp-text-only ul {
  margin: none;
  margin-left: 0px;
  margin-bottom: none; }

/*
 * Author Description
 */
.author_description {
  padding: 25px;
  background: #e8f0f4;
  color: #414242;
  line-height: 200%; }

.author_description img {
  float: left;
  margin-right: 25px; }

/*
 * Post Tags
 */
.post_tags span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
  padding: 0px 15px; }

/*
 * Next/Prev Post
 */
.next_post,
.previous_post {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  font-size: 18px;
  padding: 10px 25px;
  background: #f7f7f7;
  margin-bottom: 11px; }

.prev_next {
  padding: 25px 0; }

/*
 * Responsive Classes
 */
@media (max-width: 1249px) {
  .post_box h1.headline {
    margin-top: 35px; } }

/*
 * ==END ARTICLES==
 */
/*
 * ----------------
 */
/*
 * --------------------------------
 */
/*
 * ==9. CATEGORIES, TAGS, ARCHIVE==
 */
.tags-articles .grt h2.headline,
.category-articles .grt h2.headline {
  font-size: 24px;
  padding: 0px 15px 5px 15px; }

.tags-articles .post_box p,
.category-articles .post_box p {
  padding: 0px 15px 15px 15px;
  margin-bottom: 0px !important; }

.post_box {
  padding: 0 10px; }

h1.archive_title.headline {
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0 10px; }

.sort_by_date_wrap {
  padding: 10px;
  text-align: right; }

.breadcrumbs {
  padding: 5px;
  margin: 0 5px;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 11px 20px -20px; }

.cat-post-title .post_date_intro,
.cat-post-title .post_author_intro {
  display: none; }

.cat-post-title .post_date,
.cat-post-title .post_author {
  margin-left: 15px; }

.cat-post-title .post_date::before,
.cat-post-title .post_author::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 10px;
  color: grey; }

.cat-post-title .post_date::before {
  content: "\f073"; }

.cat-post-title .post_author::before {
  content: "\f007"; }

/*
 * ==END CATEGORIES, TAGS, ARCHIVE==
 */
/*
 * ---------------------------------
 */
/*
 * ---------------------
 */
/*
 * ==10. SEARCH RESULTS==
 */
/*
 * ==END SEARCH RESULTS==
 */
/*
 * ----------------------
 */
/*
 * ---------------------
 */
/*
 * ==11. HOME PAGE==
 */
/*
 * Posts by Tag General
 */
ul.posts-by-tag-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.post-byline {
  font-size: 14px; }

.latest-reviews-title h2,
.latest-categories h2 {
  font-weight: 600;
  font-size: 3em;
  padding: 15px;
  margin-bottom: 50px; }

.latest-categories h2.post-title {
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: normal;
  display: block; }

.posts-by-tag-list li small {
  padding: 0 15px;
  display: block;
  text-transform: uppercase;
  color: grey; }

.post-img img {
  object-fit: cover;
  object-position: center;
  width: 100%; }

/*
 * Headline Article
 */
.article-headline {
  padding: 20px 15px 15px 15px; }

.article-headline p.widget_title {
  padding: 0px 15px; }

.article-headline img {
  width: 100%;
  height: 490px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }

.article-headline .post-title {
  font-size: 2em;
  padding: 25px 10px 5px 10px;
  display: block;
  line-height: 125%;
  font-weight: 600; }

.article-headline .posts-by-tag-list li small {
  padding: 5px 15px 5px 0px;
  display: inline-block; }

.article-headline .post-byline,
.article-headline .post-excerpt {
  padding: 0 15px; }

/*
 * GA Today
 */
.ga-today {
  padding: 0 15px; }

.ga-today .post-item {
  width: 33.3%;
  float: left;
  margin-bottom: 15px; }

.ga-today .posts-by-tag-list li img,
.ga-today .post-img img {
  width: 100%;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }

.ga-today .post-title {
  margin-top: 10px; }

.ga-today .posts-by-tag-list li a,
.ga-today a,
.post-byline {
  padding: 0 15px;
  display: block; }

.ga-today .post-title {
  padding: 0px; }

/*
 * BY Line and Posted Date
 */
.ga-today .post-by,
.ga-today .post-date,
.ga-today .post-on {
  margin-right: 5px; }

.ga-today .post-by i,
.ga-today .post-date i,
.ga-today .post-on i,
.ga-today .post-comments i {
  margin-right: 5px; }

.ga-today .posts-by-tag-list li a.posts-by-tag-item-title {
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.ga-today .posts-by-tag-list li small {
  padding: 0 15px; }

/*
 * END GA Today
 */
/*
 * Featured Articles and Tags/Archive/Category Articles List
 */
.featured-articles .posts-by-tag-list li,
.tags-articles .post_box,
.category-articles .post_box,
.featured-articles .post-item {
  padding: 25px 15px 15px 15px;
  clear: both;
  box-shadow: 0 8px 15px -10px #dfdfdf;
  min-height: 160px; }

.featured-articles .posts-by-tag-item-title,
.featured-articles .post-title {
  display: block;
  padding: 0 0 5px 0; }

.featured-articles .posts-by-tag-list li small {
  display: inline-block;
  padding: 0 15px 0 5px; }

.featured-articles .post-byline {
  padding: 0px; }

.featured-articles .posts-by-tag-list li a.thumb,
.featured-articles .post-img {
  padding-right: 15px;
  float: left;
  width: 225px; }

.featured-articles .posts-by-tag-list li a.thumb img,
.featured-articles .post-img img {
  height: 150px; }

.featured-articles .post-item:nth-child(6) {
  box-shadow: none; }

/*
 * END Featured Articles
 */
/*
 * Latest Rows General
 */
.latest-categories,
.latest-reviews {
  padding: 35px 15px; }

.latest-reviews .post-item {
  height: 407px;
  overflow: hidden;
  padding: 15px; }

.latest-reviews .post-img img {
  object-fit: cover;
  object-position: center;
  height: 275px;
  width: 100%; }

.latest-reviews h3,
.latest-categories h3,
footer .widget_title {
  color: #b7b7b7;
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 600;
  letter-spacing: 5px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  padding: 0 15px; }

footer .widget_title {
  margin-bottom: 25px; }

.latest-reviews h2.post-title {
  font-weight: normal;
  text-shadow: none;
  display: block; }

.latest-reviews .post-by,
.latest-reviews .post-on,
.latest-reviews .post-byline {
  color: white;
  padding: 0px;
  margin-bottom: 15px; }

.latest-categories .post-on,
.latest-categories .post-by,
.latest-categories .post-comments {
  color: #949494; }

.latest-categories p,
.latest-reviews p,
.latest-reviews .tags,
.latest-categories .tags {
  color: #a5a5a5;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  overflow: hidden; }

.latest-categories .tags {
  margin-bottom: 45px; }

.latest-categories p a,
.latest-reviews p a,
.grt .post_tags a,
.tags a {
  color: #f7f7f7;
  background: #115577;
  padding: 0px 7px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px; }

.latest-categories p a:hover,
.latest-reviews p a:hover,
.grt .post_tags a:hover,
.tags a:hover {
  background: #1171a1;
  color: white !important; }

/*
 * Latest Guns and Gear Reviews
 */
.latest-reviews .posts-by-tag-list li {
  height: 340px; }

.latest-reviews .posts-by-tag-list li img {
  height: 225px;
  width: 370px; }

.latest-reviews .posts-by-tag-list li a {
  padding: 0 15px;
  display: inline-block; }

.latest-reviews .posts-by-tag-list li a.posts-by-tag-item-title {
  height: 60px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*
 * END Latest Guns and Gear Reviews
 */
/*
 * Latest by Category
 */
.latest-categories h3 {
  font-size: 22px;
  letter-spacing: 3px; }

.latest-categories .posts-by-tag-item-title {
  padding: 7px 15px;
  display: block; }

.latest-categories li small {
  margin: 7px 0;
  border-bottom: 1px dashed #585858;
  padding-bottom: 7px; }

.latest-categories .post-item {
  box-shadow: 0 14px 15px -20px black;
  padding-bottom: 10px;
  height: 120px; }

/*
 * END Latest by Category
 */
/*
 * Responsive Classes
 */
@media (max-width: 1199px) {
   }

@media all and (max-width: 899px) {
  .article-headline img {
    width: 100%;
    height: 340px; }

  .ga-today .post-item {
    width: 50%; }

  .columns>.content {
    width: 590px;
    padding: 0 15px 35px 15px;
    margin: auto; } }

@media all and (max-width: 589px) {
  .latest-categories,
  .latest-reviews {
    display: none; }

  .article-headline .post-title {
    padding: 10px 10px 15px 10px; }

  .grt h1,
  .grt h1.headline {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    font-size: 30px; }

  .ga-today .post-item {
    width: 100%; }

  .columns>.content {
    width: 94%;
    padding: 0 3% 35px 3%;
    margin: auto; }

  .ga-today .posts-by-tag-list li a,
  .latest-reviews .posts-by-tag-list li a {
    display: block; }

  .ga-today .posts-by-tag-list li,
  .latest-reviews .posts-by-tag-list li {
    height: auto; }

  .ga-today .posts-by-tag-list li img,
  .featured-articles .posts-by-tag-list li a.thumb img,
  .latest-reviews .posts-by-tag-list li a img,
  .article-headline img,
  .ga-today .post-img img,
  .featured-articles .post-img img,
  .latest-reviews .post-img img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px; }

  .featured-articles .post-img {
    width: 100%;
    display: block;
    padding-right: 0; }

  .latest-reviews .posts-by-tag-list li small,
  .ga-today .posts-by-tag-list li small {
    margin-bottom: 15px;
    display: block; }

  .latest-reviews .post-item,
  .latest-categories .post-item {
    height: auto; }

  .featured-articles .posts-by-tag-list li a.thumb {
    padding-right: 0;
    float: none; } }

/*
 * END Responsive Classes
 */
/*
 * ==END HOME PAGE==
 */
/*
 * ----------------------
 */
/*
 * -------------
 */
/*
 * == WIDGETS ==
 */
/*
 * == END WIDGETS ==
 */
/*
 * -----------------
 */
/*
 * *************************************
 */
/*
 * *************************************
 */
/*
 * HUNT 365 STYLING
 */
/*
 * *************************************
 */
/*
 * *************************************
 */
/*
 * General
 */
.content-full {
  display: block;
  padding: 0px 40px; }

.hunt365 .widget {
  margin: 0px !important;
  overflow: hidden; }

.hunt365 .widget_title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  padding: 15px 20px !important;
  font-size: 32px;
  font-weight: normal;
  text-transform: none;
  line-height: 100%;
  color: white;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: inline-block;
  background: orange;
  border-left: 5px #333333 solid; }

.hunt365 .widget p {
  padding: 0 20px; }

/*
 * Header
 */
.hunt365 .head-wrap,
.hunt365 .header {
  background: none; }

.hunt365 header,
.hunt365 .header,
.hunt365 .subheader {
  position: relative; }

.hunt365 .subheader {
  top: auto !important;
  width: auto; }

.hunt365 .header {
  padding: 0 20px !important; }

/*
 * Header > Logo
 */
.hunt365 .logo img {
  padding: 30px 0px !important; }

.hunt365 .logo img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  margin: 0; }

.hide-desktop {
  display: none !important; }

/*
 * Header > Search
 */
.hunt365 .searchform {
  padding: 35px 25px; }

.hunt365 .searchform input[type="text"] {
  background: #f3f3f3 !important; }

/*
 * Header > Nav
 */
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 {
  text-align: left !important; }

.h365-footer {
  color: #888888;
  border-top: none;
  padding: 20px 26px;
  background: #333333; }

/*
 * Post Header
 */
.hunt365 .post_box .wp-post-image {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
  object-position: center; }

.hunt365 .post_box h2,
.hunt365 .post_box .post_excerpt {
  margin: 0 15px; }

.hunt365 .post-grid {
  margin-top: 25px; }

/*
 * ADS
 */
.hunt365 #ifBan {
  width: 100%;
  height: 200px; }

/*
 * ***************************
 */
/*
 * Hunt365 Category Template
 */
.hunt365 .post_box.grt {
  padding: 20px !important; }

.hunt365 .cat-post-thumb {
  max-height: 200px; }

/*
 * ***************************
 */
/*
 * *************************
 */
/*
 * Post Thumbnail Grid (4)
 */
.post-grid {
  margin: none !important;
  margin-bottom: 20px !important; }

.post-grid li:hover {
  border-left: none; }

.post-grid li {
  width: 100%; }

.post-grid .post-grid-1 {
  width: 50%;
  float: left; }

.post-grid .post-grid-2,
.post-grid .post-grid-3,
.post-grid .post-grid-4 {
  width: 25%;
  float: left; }

.post-grid .post-grid-1 li .posts-by-tag-item-title {
  font-size: 24px; }

.post-grid .post-grid-1 li,
.post-grid .post-grid-2 li {
  height: 520px; }

.post-grid .post-grid-3,
.post-grid .post-grid-4 {
  width: 25%;
  height: 250px;
  margin-bottom: 20px !important;
  padding-bottom: 0px; }

.post-grid .post-grid-3 li,
.post-grid .post-grid-4 li {
  height: 250px; }

/*
 * Hide Widget Title
 */
.post-grid .widget_title {
  display: none; }

/*
 * Gradient Shadow
 */
.post-grid li a.thumb::after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, transparent 0, black 100%);
  margin-top: -200px;
  height: 200px;
  width: 96%;
  content: '';
  transition: 0.4s all ease;
  bottom: 0; }

/*
 * Gradient Shadow Hover Effect
 */
.post-grid li:hover a.thumb::after {
  transition: 0.4s all ease;
  margin-top: -250px;
  height: 250px; }

/*
 * Each Post
 */
.post-grid li {
  display: inline-block;
  padding: 0px;
  position: relative;
  overflow: hidden;
  border-bottom: none;
  float: left;
  background: none; }

/*
 * Post Link Wrap
 */
.post-grid a.thumb {
  width: 96%;
  height: 100%;
  padding: 0px 2% !important;
  overflow: hidden; }

/*
 * Post Img
 */
.post-grid a.thumb img {
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 96%; }

/*
 * Post Title & Date
 */
.post-grid li .posts-by-tag-item-title,
.post-grid li small {
  float: left;
  position: absolute;
  z-index: 99;
  width: 80%;
  margin-bottom: 15px;
  color: white !important;
  padding: 10px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

/*
 * Post Title
 */
.post-grid li .posts-by-tag-item-title {
  bottom: 30px;
  left: 30px;
  font-size: 16px; }

/*
 * Post Date
 */
.post-grid li small {
  bottom: 0;
  left: 30px; }

/*
 * ********
 */
/*
 * Post Grid Thumbnails 3 column
 */
.post-grid-thumbs {
  overflow: hidden; }

.post-thumbs-wrap .widget_title {
  display: none; }

.post-grid-thumbs-one,
.post-grid-thumbs-two,
.post-grid-thumbs-three {
  display: inline-block;
  float: left;
  padding: 0px;
  min-height: 400px; }

.post-grid-thumbs-two li,
.post-grid-thumbs-one li,
.post-grid-thumbs-three li {
  border-bottom: none;
  float: left;
  list-style: none; }

.post-grid-thumbs-one {
  width: 33%; }

.post-grid-thumbs-two {
  width: 66%; }

.post-grid-thumbs-three {
  width: 100%; }

.post-grid-thumbs-one li,
.post-grid-thumbs-two li,
.post-grid-thumbs-three li {
  padding: 20px 2%; }

.post-grid-thumbs-one li {
  width: 96%; }

.post-grid-thumbs-two li {
  width: 46%; }

.post-grid-thumbs-three li {
  width: 29%; }

.post-grid-thumbs li:hover {
  border-left: none; }

.post-grid-thumbs li a,
.post-grid-thumbs li a.thumb,
.post-grid-thumbs li small {
  width: 94%;
  padding: 0 3% !important;
  margin-bottom: 15px !important; }

.post-grid-thumbs li a.thumb {
  height: 210px; }

.post-grid-thumbs li a img {
  width: 100%;
  height: 200px;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center; }

.post-grid-thumbs li a {
  color: #333333 !important;
  overflow: hidden;
  transition: 0.4s all ease; }

.post-grid-thumbs li a:hover {
  color: orange !important;
  transition: 0.4s all ease; }

.post-grid-thumbs li .posts-by-tag-item-title {
  display: inline-block;
  margin-bottom: 0px !important; }

.post-grid-thumbs li small {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  margin-bottom: 0px !important; }

/*
 * *********************
 */
/*
 * Post Thumbnail List
 */
.post-thumb-list li {
  display: block;
  min-height: 115px;
  border-bottom: dotted 1px #ebebeb; }

.post-thumb-list li:hover {
  border-left: none; }

.post-thumb-list li a.thumb {
  width: 150px;
  height: 115px;
  float: left;
  margin-right: 20px !important;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0px !important; }


.post-thumb-list li a img {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none; }

.post-thumb-list li .posts-by-tag-item-title,
.post-thumb-list li small {
  display: block; }

.post-thumb-list li .posts-by-tag-item-title {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #333333 !important;
  transition: 0.4s all ease; }

.post-thumb-list li .posts-by-tag-item-title:hover {
  color: orange !important;
  transition: 0.4s all ease; }

.post-thumb-list li small {
  font-size: 11px;
  color: #666666;
  display: inline-block;
  margin-right: 20px;
  font-style: italic; }

/*
 * ********************************
 */
/*
 * Post Thumbnail List Two Column
 */
.post-thumb-list-twocol li {
  width: 50%;
  display: block;
  padding: 0px !important;
  float: left;
  padding: 20px 0px !important; }

/*
 * **************************
 */
/*
 * RESPONSIVE MEDIA QUERIES
 */
/*
 * **************************
 */
/*
 * 1441 // Desktop Full
 */
@media screen and (min-width: 1441px) {
  .inline-placement-desktop-left img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }

  .inline-placement-mobile-left {
    display: none; } }

/*
 * 1440 // Desktop Med-LG
 */
@media screen and (max-width: 1440px) {
  .post-grid .post-grid-1 li,
  .post-grid .post-grid-2 li {
    height: 400px; }

  .post-grid .post-grid-3,
  .post-grid .post-grid-4,
  .post-grid .post-grid-3 li,
  .post-grid .post-grid-4 li {
    height: 190px; }

  .content-full {
    display: block;
    padding: 0px 30px; }

  .inline-placement-desktop-left img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }

  .inline-placement-mobile-left {
    display: none; } }

/*
 * 1280 // Desktop Med
 */
@media screen and (max-width: 1280px) {
  .post-grid .post-grid-1 li,
  .post-grid .post-grid-2 li {
    height: 350px; }

  .post-grid .post-grid-3,
  .post-grid .post-grid-4,
  .post-grid .post-grid-3 li,
  .post-grid .post-grid-4 li {
    height: 165px; }

  .post-grid-thumbs li a.thumb {
    height: 225px; }

  .inline-placement-desktop-left img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }

  .inline-placement-mobile-left {
    display: none; } }

/*
 * 1024 // Desktop SM / iPad
 */
@media screen and (max-width: 1023px) {
  .content-full {
    display: block;
    padding: 0px 20px; }

  .hunt365 .logo.one_half,
  .hunt365 .header-right.one_half {
    width: 50%;
    float: left; }

  .inline-placement-desktop-left img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }

  .hide-mobile {
    display: none; }

  .inline-placement-mobile-left {
    display: none; }

  /*
   * Post Grid Responsive Styles
   */  .post-grid li {
    height: 300px !important;
    margin-bottom: 15px !important;
    width: 100% !important; }

  .post-grid .post-grid-3,
  .post-grid .post-grid-4,
  .post-grid .post-grid-3 li,
  .post-grid .post-grid-4 li {
    height: 300px; }

  .post-grid .post-grid-2,
  .post-grid .post-grid-3,
  .post-grid .post-grid-4 {
    width: 50%;
    float: left; }

  .post-grid li .posts-by-tag-item-title {
    font-size: 18px !important; }

  .post-grid a.thumb {
    width: 94%;
    height: 100%;
    margin: 0px 3% !important;
    overflow: hidden;
    padding: 0px !important; }

  .post-grid li a.thumb::after {
    width: 94%; }

  /*
   * Post Grid Thumbs Responsive Styles
   */  .post-grid-thumbs-two li {
    width: 46%;
    padding: 20px 2%; }

  .post-grid-thumbs-one,
  .post-grid-thumbs-one li,
  .post-grid-thumbs-two,
  .post-grid-thumbs-two li {
    min-height: 375px; }

  .post-thumb-list-twocol li {
    width: 46%;
    padding: 20px 2% !important; }

  .post-grid-thumbs-one {
    width: 50%; }

  .post-grid-thumbs-two {
    width: 100%; }

  /*
   * Post Thumb List Responsive Styles
   */  .post-thumb-list li a.thumb {
    width: 100%;
    height: 250px;
    float: none; }

  .post-thumb-list li {
    width: 46%;
    padding: 20px 2%;
    min-height: 350px;
    float: left; }

  .ad-home-banner {
    margin-top: 41px; } }

/*
 * 768 // Large Phones / iPhone
 */
@media screen and (max-width: 768px) {
  .hunt365 .logo.one_half,
  .hunt365 .header-right.one_half {
    width: 100%;
    float: none; }

  .hunt365 .logo img {
    margin: auto;
    padding: 20px 0px 0px 0px !important; }

  .hunt365 .widget p {
    padding: 0; }

  .hunt365 .searchform {
    padding: 15px 0px; }

  .searchform input[type="text"] {
    max-width: 79%; }

  .post-grid li {
    width: 100% !important; }

  .post-grid-thumbs li {
    width: 46%;
    min-height: 355px; }

  .post-grid-thumbs-one li {
    width: 96%;
    min-height: 355px; }

  .post-thumb-list-twocol li {
    width: 46%;
    padding: 20px 2% !important; }

  .hunt365 .three_fourth,
  .hunt365 .one_fourth {
    width: 100%; }

  .post-thumb-list li a.thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 15px; }

  .post-grid a.thumb img {
    min-height: 100%;
    width: auto;
    min-width: 100%; }

  .inline-placement-desktop-left img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }

  .hide-desktop {
    display: block !important; }

  .hide-mobile {
    display: none; }

  .inline-placement-mobile-left {
    display: none; } }

/*
 * 650 // Large Phones / iPhone
 */
@media screen and (max-width: 650px) {
  .post-grid .post-grid-1,
  .post-grid .post-grid-2,
  .post-grid .post-grid-3,
  .post-grid .post-grid-4,
  .post-grid a.thumb,
  .post-grid-thumbs-one,
  .post-grid-thumbs-two li,
  .post-grid-thumbs li,
  .post-grid-thumbs li a.thumb,
  .post-grid-thumbs li a,
  .post-grid-thumbs li a.thumb,
  .post-grid-thumbs li small,
  .post-thumb-list li,
  .post-thumb-list li a.thumb {
    width: 100%;
    padding: 0px 0;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .post-grid li a.thumb::after {
    width: 100%; }

  .post-grid-thumbs li small {
    margin-bottom: 0px !important; }

  .post-thumb-list li a.thumb,
  .post-grid-thumbs li a.thumb {
    height: 325px; }

  .post-grid li {
    min-height: 250px !important; }

  .post-grid-thumbs li {
    min-height: 355px; }

  .hide-desktop {
    display: block; }

  .inline-placement-desktop-left {
    display: none; }

  .hide-mobile {
    display: none; }

  .inline-placement-mobile-left {
    display: inline-block;
    float: left;
    margin: 15px;
    margin-right: 20px; }

  .ad-home-banner {
    margin-top: 12px; } }

.header-logo-img-split {
  display: inline-block;
  border: 0px; }

.logo-right {
  float: right; }

@media screen and (max-width: 420px) {
  .header-logo-img-split {
    display: inline-block;
    max-width: 180px;
    border: 0px; } }

@media screen and (max-width: 375px) {
  .header-logo-img-split {
    display: inline-block;
    max-width: 160px;
    border: 0px; } }

.nas_sidebar_hunt {
  width: 300px; }

figure {
  margin: 0; }

figcaption {
  font-style: italic;
  text-align: center;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 10px; }

figcaption a {
  color: #006394; }

@media screen and (min-width:769px) {
  .wp-block-embed-youtube iframe {
    width: 1000px;
    height: 450px; } }

@media screen and (max-width:768px) {
  .wp-block-embed-youtube iframe {
    width: 100%; } }