/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/* create a smooth scroll */
html {
  scroll-behavior: smooth;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.headdtl04 {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}
.headdtl04 .listing {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .headdtl04 .listing {
    flex-direction: column;
    text-align: center;
  }
}
.headdtl04 .listing h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  line-height: 33px;
  word-wrap: break-word;
}
.headdtl04 .listing p {
  font-size: 12px;
  color: #797979;
}
.headdtl04 .star-ratings .fas, .headdtl04 .star-ratings .far {
  font-size: 20px;
}
.dtlnav01 .listing-btn li {
  margin-right: 8px;
  display: inline-block;
}
.dtlnav01 .listing-btn li a {
  color: #797979;
  padding: 5px 12px 4px 12px;
  border: solid 1px #dedede !important;
  background-color: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.dtlnav01 .listing-btn li a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
}
.dtlnav01 .para p {
  font-size: 14px;
  font-weight: 400;
  color: #7f7f7f;
  line-height: 24px;
}
.gal01 {
  margin-bottom: 0px;
  position: relative;
}
.gal01 .slick-prev.slick-arrow, .gal01 .slick-next.slick-arrow {
  font-size: 13px;
  border-radius: 100%;
  z-index: 1;
  width: 27px;
  height: 27px;
}
.gal01 .slick-prev.slick-arrow {
  left: 7px;
}
.gal01 .slick-next.slick-arrow {
  right: 7px;
}
.gal01 .img-fluid {
  height: 280px;
  padding-top: 5%;
  padding-bottom: 5%;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.gal01 {
  margin-bottom: 0px;
  position: relative;
}
.gal01 .slick-prev.slick-arrow, .gal01 .slick-next.slick-arrow {
  font-size: 13px;
  border-radius: 100%;
  z-index: 1;
  width: 27px;
  height: 27px;
}
.gal01 .slick-prev.slick-arrow {
  left: 7px;
}
.gal01 .slick-next.slick-arrow {
  right: 7px;
}
.gal01 .img-fluid {
  height: 280px;
  padding-top: 5%;
  padding-bottom: 5%;
}
/* Oceanus Gallery */
.oceandtgallery__full {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.oceandtgallery__thumb {
  width: 100%;
  margin-top: 10px;
}
.oceandtgallery__thumb .slick-track {
  height: 85px;
}
.oceandtgallery__thumb .item.slick-slide {
  width: 104px !important;
  height: 104px !important;
}
.oceandtgallery .slick-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 5px;
}
.oceandtgallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
.oceandtgallery .slick-prev {
  left: 25px !important;
  color: #f1f1f1;
}
.oceandtgallery .slick-next {
  right: 25px !important;
  color: #f1f1f1;
}
.oceandtgallery .slick-prev:before, .oceandtgallery .slick-next:before {
  opacity: 1;
  font-size: 20px !important;
  transition: all 0.2s ease-in-out 0s;
}
.oceandtgallery .slick-prev:hover:before, .oceandtgallery .slick-next:hover:before {
  color: #ff3f19;
  transition: all 0.2s ease-in-out 0s;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw07 {
  margin: 5px 5px 0.62rem 5px;
}
.sw07 .star-ratings .caption {
  display: none;
}
.sw07 .dday {
  color: #222;
}
.sw07__ribbon {
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 1;
  font-size: 12px;
  box-shadow: -8px 8px 11px 0px rgba(0, 0, 0, 0.4);
}
.sw07__ribbon-start {
  background: #c20;
  content: "";
  display: inline-block;
  height: 10px;
  width: 0.5rem;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
  right: -0.5rem;
  position: absolute;
  z-index: 1;
  top: 100%;
}
.sw07__ribbon-start::after {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  right: 0;
  top: 0;
}
.sw07__ribbon-content {
  box-shadow: 0 0.1rem rgba(0, 0, 0, 0.15);
  background-color: #ff3f19;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  z-index: 1;
  padding: 0.5rem;
  letter-spacing: 2px;
}
.sw07__ribbon-content:before {
  background-color: #ff3f19;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: -0.5rem;
  content: "";
  border-top-right-radius: 50%;
}
.sw07__ribbon-content:after {
  background-color: #ff3f19;
  width: 0.5rem;
  height: 100%;
  content: "";
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
}
.sw07__ribbon-end {
  height: 100%;
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: -1.5rem;
}
.sw07__ribbon-end::before {
  border-width: 0 1.5rem 1.5rem 0;
  border-color: transparent #ff3f19 transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.sw07__ribbon-end::after {
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #ff3f19 transparent;
  bottom: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.sw07__wrapper {
  box-shadow: 0 0.1rem 1rem #ddd;
  transition: 0.3s box-shadow ease, 0.3s transform ease;
  border-radius: 0.5rem;
  background-color: #fff;
  position: relative;
  transform: translateY(0);
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.sw07__wrapper:hover {
  box-shadow: 0 0.3rem 1.3rem rgba(0, 0, 0, 0.3);
  transform: translateY(-0.2rem);
}
.sw07__wrapper .meta {
  background-color: #f8f8f8;
  padding: 1rem;
  width: 100%;
  white-space: nowrap;
  margin-top: -0.2rem;
  position: relative;
}
.sw07__wrapper .meta::before {
  background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 50%, #f8f8f8 100%);
  height: 100%;
  width: 3rem;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.sw07__wrapper .meta span {
  opacity: 0.8;
  margin-right: 10px;
  font-size: 90%;
  display: inline-block;
}
.sw07__category {
  display: inline-block;
  color: #fff;
  position: relative;
  transition: 0.3s background-color ease;
  font-weight: 600;
  font-size: 10px !important;
  width: max-content;
  text-shadow: none;
  text-decoration: none;
  top: inherit;
  bottom: 1rem;
  left: 0;
}
.sw07 .tag {
  background-color: #000;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0.2rem;
  padding: 0.3rem 0.5rem;
}
.sw07__image {
  height: 20rem;
  position: relative;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  background-color: #f8f8f8;
}
.sw07__image .image-wrapper {
  transition: none;
  display: block;
  position: relative;
  z-index: 0;
  border: 0.6rem solid #f8f8f8;
  border-radius: 0.9rem;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% center;
  overflow: hidden;
}
.sw07__image .image-wrapper:before {
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.sw07__address {
  opacity: 0.9;
  font-size: 80%;
  color: #fff;
  line-height: 1.1rem;
}
.sw07__address .text-muted {
  color: #fff !important;
}
.sw07__wrap {
  position: relative;
}
.sw07__wrap .dday {
  font-size: 15px;
}
.sw07__wrap .rating-stars {
  font-size: 1rem;
  color: #ff3f19;
}
.sw07__wrap .rating-stars span {
  color: #feea0f;
}
.sw07__wrap .tag:not(.sw07__category) {
  background-color: transparent;
  top: 5%;
  z-index: 2;
  max-width: 3.5rem;
  position: absolute;
  font-size: 10px;
  left: 5%;
  transition: none;
  pointer-events: none;
}
.sw07__wrap h3 {
  position: absolute;
  z-index: 1;
  font-size: inherit;
  left: 1.2rem;
  width: calc(100% - 20px);
  color: #fff;
  bottom: 2rem;
  padding-right: 1.8rem;
  margin-bottom: 0.5rem;
}
.sw07__wrap h3 a {
  color: #fff;
  text-decoration: none;
  transition: none;
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.6);
  display: block;
}
.sw07__clicklinks, .sw07__item {
  opacity: 0.8;
  margin-right: 10px;
  padding: 1rem;
  letter-spacing: 0.5px;
  font-size: 90%;
}
.sw07__clicklinks {
  padding: 0px;
  margin: 0px;
}
.sw07__clicklinks > * {
  border: 1px solid #fff;
  opacity: 0.6;
  border-right: 0px;
  background: #f8f8f8;
  cursor: pointer;
}
.sw07__clicklinks > *:first-child {
  border-bottom-left-radius: 0.5rem;
}
.sw07__clicklinks > *:last-child {
  border-bottom-right-radius: 0.5rem;
  border-right: 1px solid #fff;
}
.gc-list-view .sw07__details {
  margin-top: 3px;
  width: 49%;
  float: right;
  background: #fff;
}
.gc-list-view .sw07__wrap {
  position: relative;
  width: 49%;
  float: left;
}
.gc-list-view .sw07__wrapper {
  box-shadow: none;
  background-color: transparent;
  height: 100%;
}
.gc-list-view .sw07__wrapper:hover {
  box-shadow: none;
  transform: translateY(-0.2rem);
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.tab_module .content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.tab_module .filters {
  width: 100%;
  text-align: center;
}
.tab_module .filter-button-group ul {
  padding: 20px 0;
}
.tab_module .filter-button-group li {
  margin-top: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #ff3f19;
}
.tab_module .filter-button-group li:hover, .tab_module .filter-button-group li.active {
  color: #ffffff;
  border: 1px solid #ff3f19;
  background: #ff3f19;
}
.tab_module .grid-item {
  display: block !important;
  height: 0px !important;
  overflow: hidden !important;
}
.tab_module .grid-item.active {
  height: auto !important;
}
.tab_module .slick-slide img {
  padding: 0px;
}
