/*
Theme Name: Dropstone Outfitting
Template: twentytwentyfive
Theme URI: https://flatheadbeaconproductions.com
Author: Flathead Beacon Productions
Author URI: https://flatheadbeaconproductions.com
Description: Customized Twenty Twenty Five theme for use on the Dropstout Outfitting website.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dropstoneoutfitting
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Trips Design */
.dol_trip_graphic {
  margin-bottom: 40px;
}
.dol_trip_graphic_image img {
  width: 80px;
  height: auto;
  padding: 11px 11px 10px 11px;
}
.dol_trip_graphic_image {
  width: 102px;
  /* height: 150px; */
}
.dol_trip_graphic_information {
  flex: 1;
}

.dol_trip_graphic_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.dol_trip_graphic_description {
  margin-bottom: 10px;
}
.dol_trip_graphic_difficulty {
  display: flex;
  justify-content: space-between;
}
.dol_trip_graphic_difficulty span:first-child {
  font-weight: bold;
  text-transform: uppercase;
}
.dol_trip_graphic_difficulty span:last-child {
}
.dol_trip_graphic_progress_bar {
  width: 100%;
  height: 13px;
  border-radius: 11px;
  background-color: #f1f5f9;
  overflow: hidden;
}
.dol_trip_graphic_progress_bar_filled {
  height: 13px;
  border-radius: 11px;
}

html {
  scroll-behavior: smooth;
}

.dol_trip_advisor > a {
  height: 1em;
  width: 1em;
  background-image: url(https://dropstoneoustg.wpenginepowered.com/wp-content/uploads/2025/12/ta-icon.png);
  background-size: cover;
}
.dol_trip_advisor > a > svg{
  display:none;
}
main strong,
main b {
  color: #02aad5;
}
.dol-scroll-menu {
  z-index: -1 !important;
  position: fixed;
  width: 100%;
  /* display:none; */
  opacity: 0;
  transition: opacity 0.5s;
}
.dol-scroll-menu.dol-menu-show {
  z-index: 999 !important;
  /* display:block; */
  opacity: 1;
}
div.clearboth {
  clear: both;
}

/* Header */
div#header-top {
  flex-wrap: nowrap;
}
.dol-header-button > div > a {
  border-bottom: 3px solid #0288aa !important;
}

/* Footer */
a.wp-block-social-link-anchor {
  padding: 5px;
}
li.wp-social-link.wp-block-social-link {
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
}

/*************** DSO Trips Single Page ****************/
.dol_custom_block.dol_trips {
  margin-top: 0px;
}
#mk-page-introduce {
  display: none;
}
.mk-post-nav {
  display: none;
}
.dso-trip-image {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}
.dso-trip-header {
  background: #02aad5;
  border-bottom: 5px solid #f3f3f3;
  padding: 0px 5%;
  margin-bottom: 20px;
}
.dso-trip-header-container {
  max-width: 1160px;
  margin: 0px auto;
  padding: 15px 0px 8px;
}
.dso-trip-title {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.dso-trip-sub-title {
  font-weight: 500;
  color: #fff;
  font-size: 26px;
}
.dso-trip-content {
  max-width: 1160px;
  margin: 20px auto;
  padding-bottom: 10px;
  padding: 12px;
}

.dso-trip-left {
  float: left;
  width: 60%;
  background: #f3f3f3;
  padding: 20px;
}

.dso-trip-right {
  float: right;
  width: 30%;
  text-align: left;
  background: #f3f3f3;
  padding: 20px;
}

.dso-trip-details {
  margin-bottom: 15px;
}

.dso-trip-highlights-left {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.dso-trip-highlights-right {
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
}
.dso-trip-rating-more-info {
  font-size: 12px;
}
.mk-button-dso-contact {
  font-size: 16px !important;
  box-shadow: 0px 3px 0px 0px #7e856b;
  margin-bottom: 0px;
  background-color: #8b9476;
  color: #fff !important;
  padding: 15px;
  display: block;
  transition: background-color 0.25s;
}
.mk-button-dso-contact:hover {
  background-color: #7e856b;
}
.mk-button-dso-contact svg {
  fill: #ffffff;
}
.mk-button-dso-book {
  box-shadow: 0px 3px 0px 0px #0288aa;
  margin-bottom: 3px;
  background-color: #02aad5;
  color: #fff !important;
  padding: 15px;
  display: block;
  transition: background-color 0.25s;
  font-size: 16px;
}
.mk-button-dso-book:hover {
  background-color: #0288aa;
}
.mk-button-dso-book svg {
  fill: #ffffff;
}
.dso-reservation-policy {
  font-size: 14px;
  font-style: italic;
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
}

/* Modal Style */
/* The Modal (background) */
.dso-trip-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  padding-top: 143px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: calc(100vh - 143px); /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.dso-trip-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  font-size: 16px;
  line-height: 1.4em;
  overflow: hidden;
  max-width: 800px;
}

/* The Close Button */
.dso-trip-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.dso-trip-close:hover,
.dso-trip-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Teams Page */
.team-thumbnail.rounded-true img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* archive page mobile settings  */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .dso-trip-image {
    height: 250px;
  }
  .dso-trip-right {
    float: none;
    width: 90%;
  }
  .dso-trip-left {
    float: none;
    width: 90%;
  }
  .dso-trip-highlights-left {
    width: 100%;
  }
  .dso-trip-highlights-right {
    float: left;
    width: 100%;
  }
  .mk-button-dso-contact {
    font-size: 11px !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .dso-trip-left {
    width: 58%;
  }
  .dso-trip-highlights-left {
    width: 100%;
  }
  .dso-trip-highlights-right {
    float: left;
    width: 100%;
  }
  /*
            #mk-button-dso-contact .mk-button .mk-svg-icon {
                    display: none !important;
            }
            #mk-button-dso-book .mk-button .mk-svg-icon {
                    display: none !important;
            }
    */
}

/************** DSO Trips Archive Page ********************/

.dso-trip-heading {
  font-size: 42px;
  margin-bottom: 8px;
  font-weight: 900;
}

.dso-trip-sub-head {
  font-size: 20px;
  font-weight: 500px;
}

.dso-page-trips-box {
  float: left;
  width: 23%;
  padding: 10px 1% 10px;
}

.dso-page-trips-featured-image {
  height: 200px;
  width: auto;
  background-size: cover;
  background-position: center;
}

.dso-page-trips-content {
  background: #efefef;
  padding: 8px;
  min-height: 240px;
}

.dso-page-trips-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 7px;
}
.dso-page-trips-highlights {
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
  min-height: 24px;
  margin-bottom: 8px;
}

.dso-page-trips-info {
  font-size: 16px;
}

.dso-page-trips-list {
  margin: 0;
  list-style: none;
  font-size: 15px !important;
  line-height: 1.5em;
  padding: 0px;
}
.dso-page-trips-list-details {
  font-weight: 800;
  color: #8b9476;
}
.dso-page-trips-list li {
  margin: 0;
}

.dso-page-trips-button a {
  background-color: rgb(2, 170, 213);
  box-shadow: rgb(2, 136, 170) 0px 3px 0px 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  font-weight: 900;
  height: 56px;
  letter-spacing: 2px;
  line-height: 16px;
  margin-bottom: 3px;
  padding-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
  text-size-adjust: 100%;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.1s, 0.1s, 0.1s;
  transition-property: color, background, border;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  vertical-align: baseline;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
.dso-page-trips-button a:hover {
  background-color: rgb(62, 38, 42);
  box-shadow: rgb(56 25 30) 0px 3px 0px 0px;
}
.dso-page-trips-full {
  background-color: #d20303;
  color: #fff;
}

.dso-page-trips-custom {
  background-color: #3e262a;
  color: #fff;
}

.dso-page-trips-status {
  display: inline-block;
  float: right;
  padding: 3px 20px;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.ds-media-icons {
  margin: auto;
  display: table;
  padding-bottom: 30px;
  margin: auto;
  display: table;
  max-width: 1140px;
  width: 100%;
  text-align: right;
}

.ds-media-icons a {
  margin: 0 7px;
}

/* Contact */
input#gform_submit_button_2 {
  background-color: var(--wp--preset--color--accent-1);
  border: none;
  border-radius: 0px;
  border-bottom-color: #0288aa;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  font-family: var(--wp--preset--font-family--raleway);
  font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.125), 16px);
  font-style: normal;
  font-weight: 900;
  width: 100%;
  color: #ffffff;
  /* border: none; */
  line-height: inherit;
  padding-top: 1rem;
  padding-right: 2.25rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}
input#gform_submit_button_2:hover {
  background-color: #0288aa;
}

/* archive page mobile settings  */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .dso-page-trips-box {
    width: 98%;
  }
  .dso-page-trips-content {
    min-height: 0px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .dso-page-trips-box {
    width: 48%;
  }
  .dso-page-trips-content {
    min-height: 180px;
  }
}

/* Rating Tables */
.dol_rating_table_wrap {
  max-width: 100%;
  overflow: scroll;
}
.dol_rating_table {
  min-width: 600px;
  width: 100%;
}
.dol_rating_table tbody td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 15px;
}
table.dol_rating_table > thead > tr > td {
  padding: 15px;
  font-weight: bold;
}
td.dol_rating_table_ideal {
  background-color: #203764;
  color: #ffffff;
}
td.dol_rating_distance_head {
  background-color: #ffc000;
  color: #ffff;
}
td.dol_rating_elevation_head {
  background-color: #70ad47;
  color: #ffffff;
}
td.dol_rating_elevation,
td.dol_rating_distance,
td.dol_rating_distance_head,
td.dol_rating_elevation_head {
  text-align: center;
}
td.dol_rating_level {
  font-weight: bold;
}

/* Footer - Buttons */
.dol_footer_button_left > a,
.dol_footer_button_right > a {
  transition: background-color 0.25s ease-in-out;
}
.dol_footer_button_left > a:hover,
.dol_footer_button_left > a:focus {
  background-color: #4485a8;
}
.dol_footer_button_right > a:hover,
.dol_footer_button_right > a:focus {
  background-color: #7e856b !important;
}
/* Footer - Gravity Forms */
.dol_footer_form #gform_3 input[type="email"] {
  font-size: 16px;
  border-radius: 0px;
  padding: 10px 15px;
  height: unset;
  font-weight: bold;
}
.dol_footer_form #gform_3 input[type="submit"] {
  border-bottom-color: #4485a8;
  border-bottom-width: 3px;
  border-radius: 0px;
  background-color: #56a7d3;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 16px;
  transition: background-color 0.25s ease-in-out;
}

.dol_footer_form #gform_3 input[type="submit"]:hover,
.dol_footer_form #gform_3 input[type="submit"]:focus {
  background-color: #4485a8;
}

@media only screen and (max-width: 1580px) {
  .n2-ss-section-main-content {
    justify-content: end !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1410px) {
  .dol-header .wp-block-image img,
  .dol-scroll-menu .wp-block-image img,
  .dol_header_page .wp-block-image img {
    max-width: 200px;
  }
  .dol-header nav ul li,
  .dol-scroll-menu nav ul li,
  .dol_header_page nav ul li {
    font-size: 14px;
  }
  .dol-header nav ul.wp-block-navigation__container,
  .dol-scroll-menu nav ul.wp-block-navigation__container,
  .dol_header_page nav ul.wp-block-navigation__container {
    gap: 5px;
  }
}

@media only screen and (max-width: 1350px) {
  .dol-header-top-text h1 {
    font-size: 60px !important;
  }
  .dol-header-bottom-text p {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 990px) {
  /* Home */
  .dol_home_prepare {
    padding: 0px !important;
    padding-bottom: 30px !important;
  }
  .dol_home_prepare
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 0px !important;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  .wp-block-navigation__responsive-container-content li a {
    color: #000000 !important;
  }
  .wp-block-navigation__responsive-container-close svg {
    color: #000000;
  }
}

@media only screen and (max-width: 781px) {
  .dol_footer_column_one p {
    text-align: center;
  }
  .dol_trip_graphic_item {
    align-items: normal;
  }
  .dol_trip_graphic_image img {
    padding: 0px 11px 10px 11px;
  }
  .dol_trip_graphic_difficulty {
    flex-direction: column;
  }
  .dol_hunting_button > .wp-block-button {
    width: 100% !important;
  }
}

@media only screen and (max-width: 678px) {
  .dol-header-top-text h1 {
    font-size: 40px !important;
  }
  .dol-header img,
  .dol_header_page img {
    max-width: 220px !important;
  }
  .dol_footer_logos figure {
    float: left !important;
    margin-inline-start: 0.5em !important;
    margin-inline-end: 0.5em !important;
  }
  .is-layout-constrained > figure.alignright {
    float: none;
    margin-inline-start: 0em;
  }
}
