/* 
	OVERRIDES AND ADJUSTMENTS BY JEROMYCONDON@GMAIL.COM FOR JAYRAY 8-13-19 
*/

/* UTILITY CLASSES */
.desktop-hidden {
  display: none;
}

/* unknown IG widget issue */
.crt-grid-post-v2 .crt-post-hover .crt-post-content-text a {
  display: inline-block !important;
}
/* UTILITY CLASSES */

/* NOTIFICATION BAR AND WIDGET STYLES */
.notification-bar {
  border-top: 1px solid rgba(70, 70, 70, 0.2);
  text-align: center;
  padding: 5px 30px;
  background-color: rgba(255, 255, 255, 0.85);
}

.notification-bar.mobile-announcement {
  font-size: 0.7em;
  background-color: transparent;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}

.notification-bar a {
  text-transform: none !important;
  text-decoration: underline;
}

.homepage-hero-announcement {
  padding: 50px;
  color: #ffffff;
  background: #799b3e;
}

.homepage-hero-announcement .wrap {
  max-width: 1350px;
  margin: auto;
  display: flex;
}

.homepage-hero-announcement .left {
  flex: 1 1 0%;
  max-width: 100%;
}

@media (max-width: 480px) {
  .homepage-hero-announcement {
    padding: 25px;
  }

  .homepage-hero-announcement .left p {
    font-size: 0.8em;
  }

  .homepage-hero-announcement .left h2 {
    font-size: 35px;
  }
}

.homepage-hero-announcement .right {
  flex: none;
  width: 400px;
  margin-left: 30px;
}

.homepage-hero-announcement .right img {
  display: block;
}

.homepage-hero-announcement h2 {
  font-family: "Kaushan Script", cursive;
  font-weight: normal;
  font-style: normal;
  color: #f18a00;
  font-size: 50px;
  margin-top: 0;
}

.homepage-hero-announcement a {
  color: inherit;
  text-decoration: underline;
}

.announcement-text {
  font-size: 0.9em;
}
/* NOTIFICATION BAR AND WIDGET STYLES */

/* VIDEO-HERO TWEAKS */

#jc-video-hero {
  position: relative;
  z-index: 1;
}

#jc-video-hero video {
  position: relative;
  z-index: 2;
  background: #000;
}

#jc-video-hero .intro-overlay {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 0;
  right: 0;
  pointer-events: none;
}

#jc-video-hero .intro-inner {
  max-width: 1355px;
  padding: 0 50px;
  margin: auto;
}

#jc-video-hero .intro-overlay h1 {
  font-size: 65px;
  padding-left: 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  margin: 0;
}

#jc-video-hero .intro-overlay .intro-text {
  font-size: 34px;
  font-style: italic;
  font-weight: 600;
  color: #0099a8 !important;
}

@media (max-width: 1000px) {
  #jc-video-hero .intro-inner {
    padding: 0 30px;
  }

  #jc-video-hero .intro-overlay h1 {
    font-size: 40px;
  }

  #jc-video-hero .intro-overlay .intro-text {
    font-size: 20px;
  }
}

@media (max-width: 770px) {
  .home #navbar-main-container::after {
    opacity: 1 !important;
  }

  .home .navbar-header {
    background: #fff !important;
  }

  #jc-video-hero {
    padding-top: 80px;
  }
}

@media (max-width: 600px) {
  #jc-video-hero .intro-overlay h1 {
    font-size: 30px;
  }

  #jc-video-hero .intro-overlay .intro-text {
    font-size: 16px;
  }

  #jc-video-hero .intro-overlay {
    bottom: 30px;
  }
}

@media (max-width: 500px) {
  #jc-video-hero .intro-inner {
    padding: 0 10px;
  }

  #jc-video-hero .intro-overlay h1 {
    font-size: 25px;
  }

  #jc-video-hero .intro-overlay .intro-text {
    font-size: 12px;
  }

  #jc-video-hero .intro-overlay {
    bottom: 20px;
  }
}

/* VIDEO-HERO TWEAKS */

/* POST GRID TITLE TWEAKS */
.fl-post-grid-title {
  font-size: 25px !important;
  text-transform: uppercase !important;
}

.fl-post-grid-title a {
  font-size: inherit !important;
}
/* POST GRID TITLE TWEAKS */

/* THINGS TO DO PAGE TWEAKS */
.post-type-archive-things-to-do .fl-module-heading .fl-heading {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
/* THINGS TO DO PAGE TWEAKS */

/* DESTINATIONS PAGE TWEAKS */
#jc-amenities-filter .am-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

#jc-amenities-filter .am-icon img {
  display: block;
  margin: 0;
  padding: 0;
  width: 17px;
  height: 17px;
}

#jc-amenities-filter .jc-filter-reset {
  flex: none;
  width: 100%;
}

#jc-lodging-update.optc-lodge-grid {
  max-width: 1600px;
}

#jc-lodging-update div.optc-lodge-list-header h2 {
  font-size: 25px;
  text-transform: uppercase;
}

#jc-lodging-update div.optc-lodge-list-tags ul {
  width: 100%;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

#jc-lodging-update div.optc-lodge-list-tags li {
  flex: none;
  margin: 0 5px 0 0;
}

#jc-lodging-update div.optc-lodge-list-tags li .amenity-icon {
  width: 20px;
  height: 20px;
}

#jc-lodging-update div.optc-lodge-list-tags li .amenity-icon img.svg {
  height: 100%;
}

#jc-lodging-update div.optc-lodge-info {
  height: auto !important;
  padding: 20px !important;
}

#jc-lodging-grid {
  display: flex;
  flex-wrap: wrap;
}

#jc-lodging-grid div.optc-lodge-result {
  flex: none;
  width: 33.333%;
}

#jc-lodging-update .optc-lodge-buttons {
  display: flex;
}

#jc-lodging-update .optc-lodge-buttons button.optc-tele-button {
  margin: 0;
}

#jc-lodging-update .optc-lodge-actions {
  padding: 0;
  height: auto !important;
}

#jc-lodging-update .optc-lodge-actions a {
  display: block;
}

#jc-lodging-update .optc-lodge-actions a:hover {
  text-decoration: none;
}

#jc-lodging-update div.optc-lodge-web {
  display: block;
}

@media (max-width: 1000px) {
  #jc-lodging-grid div.optc-lodge-result {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #jc-lodging-grid div.optc-lodge-result {
    padding: 15px;
  }
}

@media (max-width: 700px) {
  #jc-lodging-grid div.optc-lodge-result {
    width: 100%;
  }
}

/* DESTINATIONS PAGE TWEAKS */

/* MAP CARD TWEAKS */
.fc-infowindow-parma .fc-accordion dt a:hover,
.fc-infowindow-parma .fc-accordion dt.active a,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt a:hover,
.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt.active a {
  display: none !important;
}

.wpgmp_map_container button img {
  margin: 0 !important;
}
/* MAP CARD TWEAKS */

/* EVENTS CARD TWEAKS */
.jc-evt-update .tribe-events-list-event-title {
  font-size: 25px !important;
}

.jc-evt-update .tribe-events-list-photo-description.tribe-events-content {
  font-size: 14px;
  line-height: 1.3;
}

.jc-evt-update .jc-evt-location {
  font-size: 18px;
  margin-top: -10px;
}

.tribe-events-photo
  .tribe-events-loop
  .type-tribe_events.jc-evt-update
  .tribe-events-event-meta {
  line-height: 1;
  font-size: 14px;
  margin: 15px 0 0 0;
}

@media (max-width: 768px) {
  .tribe-events-list .time-details,
  .tribe-events-list .tribe-event-schedule-details {
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
  }
}
/* EVENTS CARD TWEAKS */

/* EVENTS PAGINATION TWEAKS */
@media (max-width: 768px) {
  .tribe-events-sub-nav {
    display: flex !important;
    height: auto !important;
  }

  .tribe-events-sub-nav li {
    display: flex !important;
    align-items: center !important;
  }

  .tribe-events-sub-nav li.tribe-events-nav-next {
    justify-content: flex-end !important;
  }

  .tribe-events-nav-pagination a,
  .tribe-events-nav-pagination li {
    padding: 0 !important;
    height: auto !important;
  }

  .tribe-events-nav-pagination a {
    padding: 10px !important;
    //white-space: nowrap!important;
    font-size: 13px !important;
  }

  .tribe-events-nav-pagination a:hover {
    color: #f18a00 !important;
  }
}
/* EVENTS PAGINATION TWEAKS */

/* DESTINATION SIDEBAR IMAGE TWEAKS */
#dest-sidebar-img {
  background: #fff;
  padding-bottom: 30px;
}

#dest-sidebar-img img {
  display: block;
  margin: 0;
}
/* DESTINATION SIDEBAR IMAGE TWEAKS */

/* INSTAGRAM WALL TWEAKS */
#ig-headline {
  text-align: center;
}

#ig-headline h3 {
  color: #f18a00;
}

#ig-headline h3 a {
  font-style: italic;
  color: inherit;
  white-space: nowrap;
}

#ig-wall-see-more {
  padding: 20px;
  margin: -30px -40px 0 -20px;
}

#ig-wall-see-more .fl-html {
  padding: 0 30px;
  text-align: right;
  font-size: 16px;
}

#ig-wall-see-more .fl-html a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
}

.crt-feed.crt-feed-branded {
  padding-bottom: 0 !important;
}

/* INSTAGRAM WALL TWEAKS */

/* CAMPAIGN FORM TWEAKS */
#nf-form-5-cont {
  line-height: 1.4;
}

#nf-form-5-cont .nf-field-container {
  margin-bottom: 5px;
}

#nf-form-5-cont .label-above .nf-field-label {
  margin-bottom: 3px;
}

.nf-error-msg {
  font-size: 14px !important;
}

#nf-field-39 {
  margin: 15px 0;
}

#nf-field-40-wrap p {
  line-height: 0.8;
}
/* ADJUSTMENTS TO CAMPAIGN PAGE */

/* FEATURED-STORY TWEAKS */
#home-featured-story {
  position: relative;
  z-index: 1;
}

#home-featured-story:before {
  content: "";
  display: none;
  height: 45px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  background: url("assets/images/ragged-edge-green.png") no-repeat left top;
  background-size: cover;
}

#home-featured-story .fl-photo-content {
  padding: 50px 0;
}

#featured-story-icon {
  display: flex;
  align-items: center;
}

#featured-story-icon .icon {
  flex: none;
  width: 40px;
  margin-right: 10px;
}

#featured-story-icon .icon img {
  width: 100%;
  display: block;
  position: relative;
  top: 10px;
}

#featured-story-icon em {
  font-family: "Kaushan Script", cursive;
  font-weight: normal;
  font-style: normal;
  color: #f18a00;
  font-size: 50px;
}

#home-featured-story .fl-post-slider-post {
  padding: 0 50px;
}

#home-featured-story img[class*="wp-image-"] {
  margin: 0 !important;
}

#home-featured-story a.fl-post-slider-feed-more {
  margin: 0 0 30px 0 !important;
}

#home-featured-story .fl-post-slider-feed-content {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 770px) {
  #home-featured-story .fl-photo-content {
    padding: 0;
  }
  #home-featured-story .fl-post-slider-post {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
  }

  #home-featured-story:before {
    display: none;
  }

  #featured-story-icon {
    position: relative;
    z-index: 1;
    padding: 5px;
    margin: 0 !important;
    background: #799b3e;
  }

  #home-featured-story .fl-post-slider-content {
    order: 1;
    width: 100%;
  }

  #home-featured-story .fl-post-slider-title {
    padding: 50px 50px 0 !important;
    margin: 0 !important;
    background: url("assets/images/ragged-edge-green.png") no-repeat left top;
    background-size: contain;
  }

  #home-featured-story .fl-post-slider-title a {
    color: #f18a00 !important;
  }

  #home-featured-story a.fl-post-slider-feed-more {
    color: #f18a00 !important;
    padding: 0 50px;
  }

  #home-featured-story .fl-post-slider-feed-content p {
    display: none;
  }

  #home-featured-story .fl-post-slider-img {
    order: 2;
    padding: 0;
    width: 100%;
  }
}

/* FEATURED-STORY TWEAKS */

/* NATURAL WONDER CAROUSEL TWEAKS */

#home-natural-wonders .fl-post-carousel-wrapper {
  display: flex;
}

#home-natural-wonders .fl-post-carousel-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-natural-wonders h2.fl-post-carousel-title {
  font-size: 25px;
}

#home-natural-wonders .fl-post-carousel-text {
  padding: 25px;
  min-height: auto;
  height: auto;
  flex: 1 1 0%;
  text-align: left;
}

#home-natural-wonders .fl-post-carousel-content p {
  font-size: 18px;
}

#home-natural-wonders .wonders-icon {
  position: absolute;
  bottom: -10px;
  left: 20px;
  z-index: 5;
  opacity: 0.8;
  transition: all 0.3s ease;
}

#home-natural-wonders .wonders-icon img {
  display: block;
  width: 75px;
  height: 75px;
  object-fit: contain;
}

#home-natural-wonders img[class*="wp-image-"] {
  margin: 0 !important;
}

@media (max-width: 700px) {
}

@media (max-width: 400px) {
}
/* NATURAL WONDER CAROUSEL TWEAKS */

/* STANDARD MENU TWEAKS */
#menu-item-21615 img,
#menu-item-26737 img {
  display: inline-block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

#MainMenu.navbar .navbar-nav > li#menu-item-21615 a {
  color: #f18a00 !important;
}

#MainMenu.navbar .navbar-nav > li#menu-item-21615 a:hover {
  color: #c47101 !important;
}

#MainMenu.navbar .navbar-nav > li#menu-item-26737 a {
  color: #0099a8 !important;
}

#MainMenu.navbar .navbar-nav > li#menu-item-26737 a:hover {
  color: #016872 !important;
}
/* STANDARD MENU TWEAKS */

/* MOBILE MENU TWEAKS */
@media (max-width: 991px) {
  #navbar-main .desktop-hidden {
    display: block;
  }

  #navbar-main-container #search-button {
    width: 20px;
    height: 20px;
    display: block;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("assets/images/icons/search-icon.svg");
    float: right;
    position: relative;
    top: 25px;
    right: 5px;
  }

  #navbar-main #menu-secondary-mobile-nav {
    margin: 0 20px 20px 20px;
    padding: 15px 0 0 0;
    border-top: solid 1px #79a446;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }

  #navbar-main #menu-secondary-mobile-nav > li {
    flex: none;
    width: 50%;
    margin: 5px 0;
  }

  #navbar-main #menu-secondary-mobile-nav a {
    padding: 0;
    color: #58595b;
    font-size: 0.7em;
    display: flex;
    align-items: center;
    border: none !important;
  }

  #navbar-main #menu-secondary-mobile-nav #menu-item-27614 a,
  #navbar-main #menu-secondary-mobile-nav #menu-item-27614 a:hover {
    color: #0099a8 !important;
  }

  #navbar-main #menu-secondary-mobile-nav #menu-item-21614 a,
  #navbar-main #menu-secondary-mobile-nav #menu-item-21614 a:hover {
    color: #f18a00 !important;
  }

  #navbar-main #menu-secondary-mobile-nav a:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: 7px;
  }

  #navbar-main #menu-secondary-mobile-nav #menu-item-21611 a:before {
    background-image: url("assets/images/icons/speech-bubble-icon-gray.svg");
  }

  #navbar-main #menu-secondary-mobile-nav #menu-item-21613 a:before {
    background-image: url("assets/images/icons/calendar-icon-gray.svg");
  }

  #navbar-main #menu-secondary-mobile-nav #menu-item-27614 a:before {
    background-image: url("assets/images/icons/travel-planner-icon_blue.svg");
  }

  #navbar-main #menu-secondary-mobile-nav #menu-item-21614 a:before {
    background-image: url("assets/images/icons/camera-icon-orange.svg");
  }
}

@media (max-width: 768px) {
  #navbar-main #menu-secondary-mobile-nav {
    margin: 0;
  }
}

/* MOBILE MENU TWEAKS */

/* ADJUSTMENTS TO CAMPAIGN PAGE */

@media (max-width: 1299px) {
  .campaigns-template-default .collapse-md .navbar-toggle {
    display: none;
  }

  .campaigns-template-default .collapse-md .navbar-collapse.collapse {
    display: block !important;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 0.7em;
  }

  .campaigns-template-default #menu-main-menu {
    margin: 0;
    padding: 0;
  }

  .campaigns-template-default #menu-main-menu #jr-campaign-cta a {
    margin: 0;
    border: none;
    padding: 5px 15px;
    line-height: 1.1;
    color: #4f4f4f;
  }
}

@media (max-width: 600px) {
  .campaigns ul.content-blocks-list {
    padding: 0;
  }

  .campaigns li.col ol > li:before {
    display: block;
    margin: 0 0 15px 0;
    float: none;
  }

  .campaigns li.cols-2:not(:last-child) {
    padding: 0 !important;
  }

  .campaigns li.col ol {
    padding: 0 !important;
  }
}

@media (max-width: 500px) {
  .campaigns-template-default .collapse-md .navbar-collapse.collapse {
    font-size: 0.5em;
  }

  .campaigns-template-default #MainMenu.navbar .navbar-brand {
    max-width: 100%;
    width: 150px;
    padding-right: 0;
  }
}

@media (max-width: 375px) {
  .campaigns-template-default .collapse-md .navbar-collapse.collapse {
    font-size: 0.4em;
  }

  .campaigns-template-default .collapse-md .navbar-collapse.collapse {
    top: 25px;
    right: 5px;
  }
}
/* ADJUSTMENTS TO CAMPAIGN PAGE */
