@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }

  .brown_hr {
    width: 100%;
  }
  .brown_box_p {
    font-size: 22px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .header_home_section .section_title {

  }
  .header_home_section .section_text {
    float: none;
  }
  .sidebar {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .sidebar:before {
    content: " ";
    position: absolute;
    border-left: 0;
    height: 0;
    right: 0;
  }
  .single_article {
    float: none;
  }
  .content_holder {
    width: 100%;
    padding: 0;
  }
  .section_photo {
    width: 100%;
  }
  .listing-alt img {
    width: 100%;
  }
  .listing-alt article .content {
    margin: 0;
  }

  #nav_overlay {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 996;
  }

  /* Safari */
  _::-webkit-full-page-media,
  _:future,
  :root .navigation .menu {
    margin: 0 0;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000000;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    margin: 0;
  }

  .navigation .menu > li:hover {
    color: #ffffff;
  }

  .navigation .menu ul {
    background: #ffffff;
    width: 100%;
  }

  .navigation .menu ul ul {
    position: absolute;
    overflow: visible;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 5px 0px;
    background: #ffffff;
    text-transform: lowercase;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    z-index: 100;
    top: 42px;
    left: 0;
  }

  .navigation ul li {
    float: none;
    border-bottom: 1px solid #00000080;
  }

  .navigation ul li:last-child {
    border: 0;
  }

  .navigation .menu li > a {
    float: none;
    display: inline-block;
    padding: 0;
    color: #00000080;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
  }

  .navigation .menu > li li a {
    float: none;
    display: inline-block;
    padding: 5px 8px;
    color: #00000080;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
  }
  
  .navigation li:hover > ul {
    visibility: hidden;
    opacity: unset;
    background: #59595C;
  }

  .navigation .menu > li:hover > a,
  .navigation .menu > .current-menu-item > a,
  .navigation .menu > .current-menu-parent > a,
  .navigation .menu > .current-menu-ancestor > a {
    border-bottom: 2px solid transparent;
    color: unset;
  }

  .navigation .menu .has_submenu a {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  .navigation .menu .has_submenu {
    position: relative;
  }

  .navigation .menu li.has_submenu > a {
    padding: 0;
  }

  .navigation .menu li li:hover a {
    color: inherit;
  }

  .navigation .menu .has_submenu:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 70%;
    width: 50px;
    color: #00000080;
  }

  .navigation .menu .has_submenu:hover:before {
    color: inherit;
  }

  .navigation .menu .has_submenu2 {
    position: relative;
  }

  .navigation .menu .has_submenu2:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 70%;
    width: 50px;
    padding: 5px 8px 0 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
  }

  .navigation .menu .has_submenu2:hover:before {
    color: inherit;
  }

  .navigation .menu .mobile_nav_item {
    display: block;
  }

  .navigation .menu .sub-menu a, .navigation .menu li li:hover li a {
    color: #ffffff;
  }

  .navigation .menu .has_submenu a .fa-caret-right {
    display: none;
  }

  .hamburger_close {
    display: none;
    background: none;
    position: absolute;
    top: 1%;
    left: 0;
    line-height: 45px;
    padding: 15px 15px 0px 15px;
    color: #00000080;
    border: 0;
    font-size: 4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 997;
  }
  .hamburger {
    display: block;
    background: none;
    position: absolute;
    top: 1%;
    left: 0;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #00000080;
    border: 0;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 997;
  }

  #newsletter_popup_top_text {
    font-size: 15px;
    margin-top: 40px;
  }
  #newsletter_fsl_icon {
    float: none;
  }
  #newsletter_fsl_icon img {
    width: 75px;
  }
  #newsletter_privacy_text {
    color: #ffffff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
  }
  #newsletter_privacy_text a {
    font-size: 11px;
    color: #fff;
  }

  #sign_up {
    display: none;
  }

  #ffmobile_form_div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #ffmobile_submitfarm_link {
    position: absolute;
    height: 18px;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .col-4,
  .column.one-third {
    width: 100%;
  }

  #vid_col {
    padding: 0;
    margin: 0;
  }
  #vid_col_main {
    position: relative;
    width: 210px;
    font-size: 12px;
    margin: 0 auto;
  }

  #fslbottomad1 {
    display: none;
    width: 100%;
    margin: 0;
  }

  #desktop_home {
    display: none;
  }
  #mobile_home {
    display: block;
  }

  #floating_social_icons .social-icons .icon {
    width: 30px;
    height: 30px;
    font-size: 28px;
    line-height: normal;
    padding-top: 5px;
  }
  .fa-newsletter-f:before,
  .fa-newsletter:before {
    width: 24px;
    height: 24px;
  }

  #single_content div[id^="attachment_"] {
    width: auto !important;
  }

  .header_home_section {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }

  .header_home_section .section_title {
  }

  /* Safari */
  _::-webkit-full-page-media,
  _:future,
  :root .navigation .menu {
    margin: 0 0;
  }

  #nav_overlay {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 996;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 1000000;
    position: absolute;
    top: 65px;
    left: 0;
    text-align: center;
    margin: 0;
  }

  .navigation .menu > li:hover {
    color: #fff;
  }

  .navigation .menu ul {
    background: #ffffff;
    width: 100%;
  }

  .navigation .menu ul ul {
    position: absolute;
    overflow: visible;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 5px 0px;
    background: #ffffff;
    text-transform: lowercase;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    z-index: 100;
    top: 42px;
    left: 0;
  }

  .navigation ul li {
    float: none;
    border-bottom: 1px solid #00000080;
  }

  .navigation ul li:last-child {
    border: 0;
  }

  .navigation .menu li > a {
    float: none;
    display: inline-block;
    padding: 0;
    color: #00000080;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
  }

  .navigation .menu > li li a {
    float: none;
    display: inline-block;
    padding: 5px 8px;
    color: #00000080;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
  }

  .navigation li:hover > ul {
    visibility: hidden;
    opacity: unset;
    background: #59595C;
  }

  .navigation .menu > li:hover > a,
  .navigation .menu > .current-menu-item > a,
  .navigation .menu > .current-menu-parent > a,
  .navigation .menu > .current-menu-ancestor > a {
    border-bottom: 2px solid transparent;
    color: unset;
  }

  .navigation .menu .has_submenu a {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  .navigation .menu .has_submenu {
    position: relative;
  }

  .navigation .menu li.has_submenu > a {
    padding: 0;
  }

  .navigation .menu .has_submenu:before {
    content: "\f0d7";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 70%;
    width: 50px;
  }

  .navigation .menu .has_submenu:hover:before {
    color: inherit;
  }

  .navigation .menu .has_submenu2 {
    position: relative;
  }

  .navigation .menu .has_submenu2:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 70%;
    width: 50px;
    padding: 5px 8px 0 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
  }

  .navigation .menu .mobile_nav_item {
    display: block;
  }

  .navigation .menu .sub-menu a, .navigation .menu li li:hover li a {
    color: #ffffff;
  }

  .navigation .menu .has_submenu a .fa-caret-right {
    display: none;
  }

  .hamburger_close {
    display: none;
    background: none;
    position: absolute;
    top: 3%;
    left: 0;
    line-height: 45px;
    padding: 15px 15px 0px 15px;
    color: #00000080;
    border: 0;
    font-size: 4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 997;
  }
  .hamburger {
    display: block;
    background: none;
    position: absolute;
    top: 3%;
    left: 0;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #00000080;
    border: 0;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 997;
  }

  #newsletter_popup_top_text {
    font-size: 15px;
    margin-top: 40px;
  }
  #newsletter_fsl_icon {
    float: none;
  }
  #newsletter_fsl_icon img {
    width: 75px;
  }
  #newsletter_privacy_text {
    color: #ffffff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
  }
  #newsletter_privacy_text a {
    font-size: 11px;
    color: #fff;
  }

  #sign_up {
    display: none;
  }

  #ffmobile_form_div {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100%;
  }

  #ffmobile_submitfarm_link {
    position: absolute;
    height: 18px;
    width: 100%;
    left: 0;
    bottom: 90px;
  }

  .content_holder {
    width: 100%;
    padding: 0;
  }

  .sidebar {
    display: block;
    padding-left: 0;
    border-left: 0;
    margin: 20px auto 0;
  }
  .sidebar:before {
    border-left: 0;
  }
  .sidebar .sidebar_text {
    font-size: 14px;
  }

  #desktop_home {
    display: none;
  }
  #mobile_home {
    display: block;
  }
}
