/**
 * Theme Name:     Tiger Fishing
 * Author:         dimonius
 * Template:       blankslate
 * Text Domain:	   tigerfish
 * Description:    Tiger Fishing
 */


/* Header*/
#header {

}

.slider {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.slider-shadow-image {
	width: 100%;
	max-width: none;
	max-height: none;
	height: auto;
	box-shadow: none;
	border-radius: 0;
	background: 0 0;
	background: 0 0;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}
.square {
	width: 200px;
	height: 200px;
}
.content-border {
	margin-bottom: 1rem;
}
.content-container {
	padding-left: 1rem;
	padding-right: 1rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.booking-form {
	padding: 1rem !important;
}
.booking-form, .booking-form p, .booking-form span {
	color: unset !important;
	font-size: 100% !important;
	margin: auto !important;
}
.toc {
	position: sticky !important;
	top: 15px;
}
.toc br {
	display: none;
}
.lwptoc {
	margin: 0;
}

.lwptoc:first-child {
	margin-top: 0;
}

.lwptoc_i {
	padding: 15px 15px 15px;
	text-align: left;
}

.lwptoc_header {
	margin-bottom: 6px;
}
.lwptoc_item {
	margin-top: 2px;
	list-style: circle;
	display: list-item;
}
.lwptoc_item:first-child {
	margin-top: 0;
}
.lwptoc_itemWrap .lwptoc_itemWrap {
	margin: 2px 0 0 14px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	/* width: 20px !important; */
	/* height: 20px !important; */
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0) !important;
    transform: translate3d(100%, 0, 0) !important;
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    transform: translate3d(-100%, 0, 0) !important;
  }
}

/*Mobile*/
@media (min-width: 992px) {

#top-menu {

}
#top-menu .dropdown .dropdown-menu.depth-0 {
	-webkit-transition: all .1s cubic-bezier(.51,.31,.26,1);
	-moz-transition: all .1s cubic-bezier(.51,.31,.26,1);
	-ms-transition: all .1s cubic-bezier(.51,.31,.26,1);
	-o-transition: all .1s cubic-bezier(.51,.31,.26,1);
	transition: all .1s cubic-bezier(.51,.31,.26,1);
	display: block;
	opacity: 0;
	visibility: hidden;
	top: 100%;
}
#top-menu .dropdown:hover .dropdown-menu.depth-0 {
	display: block;
	margin: 0;
	    opacity: 1;
    visibility: visible;
}
#top-menu .dropdown .dropdown-menu.depth-0 .dropdown .dropdown-item::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .155em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
#top-menu .dropdown .dropdown-menu.depth-0 .dropdown .depth-1 .dropdown-item {
	white-space: normal;
}
#top-menu .dropdown .dropdown-menu.depth-0 .dropdown .depth-1 .dropdown-item::after {
	display: none;
}
#top-menu .dropdown .dropdown-menu.depth-0 .dropdown:hover .dropdown-menu.depth-1 {
	display: block;
	margin: 0;
}
#top-menu .dropdown .dropdown-menu.depth-0 .dropdown .dropdown-menu.depth-1 {
	left: 95%;
	top: 0;
	min-width: 30rem;
}

}

@media (max-width: 575px) {
.slider {
	height: 250px;
}
.n2-ow-all picture img {
	height: 250px !important;
}
}