/*!
Theme Name: Bootstrap to WordPress
Theme URI: http://underscores.me/
Author: Dan Allinder
Author URI: http://underscores.me/
Description: A custom WP theme using Bootstrap
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bootstrap2wordpress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bootstrap to WordPress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Custom Styles


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 ;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Custom CSS */
/*-- Body Reset --*/
body {
	overflow-x: hidden;
	/*-- font-family: 'Gill Sans MT', sans-serif; --*/
	color: #616971;
  }
  
  /*============= TOP BAR HEADER =============*/
  
  .top_bar {
	background: #000000;
	height: 5rem;
	padding: .5rem 0;
	color: white;
  }

  .top_bar a {
	  color: white;
	  text-decoration: none;
  }

  .top_bar a:hover {
	  color: #68a0d2;
  }

  .top_bar h1 {
	  font-weight: 100;
  }

  ul.contact {
	list-style-type: none;
	display: flex;
	float: right;
	max-width: 16rem;
	padding: 0;
  }
  
  ul.contact li {
	margin: 0 0.5rem;
  }
  
  .navbar-brand img {
	height: 3rem;
  }
  
  .navbar {
	font-size: 1.15rem;
	font-weight: 300;
	box-shadow: 0 .5rem .5rem rgba(0, 0, 0 ,.1);
	z-index: 2;
	text-transform: uppercase;
  }  
  
  .nav-item {
	padding: .5px;
  }
  
  .nav-link {
	color: #5b5555!important;
  }
  
  .nav-link.active,
  .nav-link:hover {
	color: black!important;
  }
  
  .telnumber {
	color: white;
  }
  
  .telnumber:hover {
	color: white;
	text-decoration: underline;
  }
  
  
  
  /*============= CAROUSEL =============*/
  
  #carousel {
	box-shadow: 0 1rem 1rem  rgba(0, 0, 0 ,.1);
  }
  
  .carousel-inner {
	max-height: 35rem!important;
	z-index: 1;
  }
  
  /*---Change Carousel Transition Speed --*/
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
	transition: transform 1.2s ease;
  }
  
  /*-- Carousel Content --*/
  
  .carousel-caption {
	position: absolute;
	top: 54%;
	transform: translateY(-125%);
	text-transform: uppercase;
  }
  
  .kayak-caption {
	position: absolute;
	top: 54%;
	transform: translateY(-100%);
	text-transform: uppercase;
  }
  
  .bg-custom {
	background-color: rgba(0, 0, 0, .4);
	color: white;
	border-radius: 1rem; 
  }
  
  .carousel-caption h1 {
	font-size: 3.8rem;
	text-shadow: .1rem .1rem .3rem  rgba(0, 0, 0 ,1);
  }
  
  .border-primary {
	border-top: .2rem solid #4981b3!important;
  }
  
  .carousel-caption h3 {
	font-size: 2.2rem;
	text-shadow: .1rem .1rem .2rem  rgba(0, 0, 0 ,1);
  }
  
  .btn-lg {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1rem;
	border-width: medium;
  }
  
  .btn-danger {
	background-color: #AC2615;
	border: .05rem solid #AC2615;
  }
  
  .btn-primary {
	background-color: #4981b3;
	border: .05rem solid #4981b3;
  }
  
  .btn-primary:hover,
  btn-primary:focus {
	background-color: #68a0d2!important;
	border: .05rem solid #69a0d2!important;
  }
  
  /*====== Pop out ======*/
  .pop-out {
	  background-color: black;
	  color: white;
	  padding: 2rem 0;
  }

  
  /*===== ACORDION =====*/
  
  .card-header a {
	color: #5b5555!important;
	text-decoration: none;
  }
  
  
  
  
  
  /*============= FOOTER =============*/
  
  footer {
	background-color: #383838;
	padding: 1rem 2rem 3rem;
  }
  
  footer a, footer a {
	color: white;
	text-decoration: none;
  }
  
  .socket a {
	color: white;
	text-decoration: none;
  }
  
  ul.social {
	list-style-type: none;
	display: flex;
	max-width: 16rem;
	margin: 0 auto;
	padding: 0;
  }
  
  ul.social li {
	margin: 0 auto;
  }

  
  footer .svg-inline--fa {
	font-size: 1.3rem;
  }
  
  footer .svg-inline--fa:hover {
	color: #68a0d2;
  }
  
  
  .socket {
	background-color: black;
	border-top: .1rem solid white;
  }
  


  /*============= MEDIA QUERIES =============*/
  
  /* Devices under 1199px (xl) */
  @media (max-width: 1199.98px) {
	.carousel-caption h1 {
	  font-size: 2.8rem;
  
	}
	
	.carousel-caption h3 {
	  font-size: 1.8rem;
	}

	.navbar {
		font-size: 1rem;
	}
  
  }
  /* Devices under 992px (lg) */
  @media (max-width: 991.98px) {
	.carousel-caption h1 {
	  font-size: 2.5rem;
  
	}
	
	.carousel-caption h3 {
	  font-size: 1.5rem;
	}
  
	.btn-lg {
	  font-size: .95rem;
	}
  
  }

  /* Devices under 768 px (md) */

  @media (max-width: 767.98px) {
	  .top_bar {
		  height: 7rem;
	  }

	  ul.contact {
		  float: none;
		  padding-top: 0!important;
	  }
  }



  /* logged in media queries */

  @media screen and (max-width : 768px) {
	  .logged-in .top_bar {
		  top: 44.5px;
	  }
  }
  
  @media screen and (max-width : 600px) {
	.logged-in .top_bar {
		top: 44.5px;
	}
}



  
  /*============ BOOTSTRAP BREAK POINTS:
  
  Extra small (xs) devices (portrait phones, less than 576px)
  No media query since this is the default in Bootstrap
  
  Small (sm) devices (landscape phones, 576px and up)
  @media (min-width: 576px) { ... }
  
  Medium (md) devices (tablets, 768px and up)
  @media (min-width: 768px) { ... }
  
  Large (lg) devices (desktops, 992px and up)
  @media (min-width: 992px) { ... }
  
  Extra (xl) large devices (large desktops, 1200px and up)
  @media (min-width: 1200px) { ... }
  
  =============*/
  
  /*-- Bootstrap Mobile Gutter Fix --*/
  .row, .container-fluid {
	margin-left: 0px !important;
	margin-right: 0px !important;
  }
  
  /*-- Fixed Background Image --*/
  .fixed-background {
	position: relative;
	width: 100%;
	z-index: 1000!important;
  }
  .fixed-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -999 !important;
  }
  .fixed {
	z-index: -999!important;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
  }