

body {
  color: #ffffff;
}


:root {
  --primary-color-1:#CA8E46;
  --primary-color-1-rgb:202, 142, 70;
}


/* button */
/* ------------------------------ */
.btn-line,
a.btn-line {
  font-family: "Josefin Sans", sans-serif;
  border: solid 1px #222;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 20px;
  padding-right: 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.de_light .btn-line,
.de_light a.btn-line {
  color: #111;
  border: solid 1px #888888 !important;
}

.btn-line,
a.btn-line,
.text-light a.btn-line {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  border: solid 2px rgba(255, 255, 255, .3);
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 1px;
}
.de-room a.btn-line{
  border: solid 2px rgba(255, 255, 255, .1);
}
.btn-line span,
a.btn-line span{
  position: relative;
  z-index: 1;
}
a.btn-line:hover {
  color:#000 !important;
  opacity: 0.8;
}
a.btn-line:before{
  top: 0;
  left: -100%;
  content: "";
  position: absolute;
  background: #dba765;
  width: 100%;
  height: 100%;
}
a.btn-line:hover:before{
  left: 0;
}

.btn-line:hover,
a.btn-line:hover {
  color: #fff;
  border-color: #fff;
}

a.btn-line:after {
  position: absolute;
  padding-left: 0px;
  margin-top: 1px;
}

a.btn-line:hover:after {
  position: absolute;
  padding-left: 10px;
}

.btn-line:after,
a.btn-line:after {
  color: #fff;
}

.btn-line:hover:after,
a.btn-line:hover:after,
a.btn-line.hover:after {
  color: #fff;
}

a.btn-text {
  text-decoration: none;
  display: inline-block;
  color: #111;
  font-weight: 600;
  padding: 0;
}

a.btn-text:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

a.btn-text {
  color: #fff;
}

a.btn-big {
  font-size: 14px;
  color: #eceff3;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 50px 10px 30px;
}
a.btn-big:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 20px;
  margin-top: 3px;
}

.de_light a.btn-big {
  font-weight: normal;
}

.btn-line,
a.btn-line {
  color: #eceff3;
}

.btn-line:after,
a.btn-line:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 10px;
}

a.btn-line-black,
.de_light a.btn-line-black {
  border: solid 1px #111;
  color: #111;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
}

a.btn-line-black:hover {
  background: #111;
  color: #fff;
}

a.btn-line-white,
.de_light a.btn-line-white {
  border: solid 1px #fff;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
}

a.btn-line-white:hover {
  background: #fff;
  color: #111111;
}

a.btn-line.black,
a.btn-line.black:hover {
  border-color: #111111;
  color: #111111;
}
a.btn-line.black:hover {
  color: #ffffff;
  background: #111111;
}
a.btn-line.black:after,
.de_light a.btn-line.black:after {
  color: #111111;
}
a.btn-line.black:hover:after {
  color: #ffffff;
}

.de_light a.btn-line-black:hover {
  background: #111;
  color: #fff;
}

.btn-fullwidth {
  width: 100%;
}

a.btn-slider {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 10px 30px 10px 30px;
}
a.btn-slider.dark {
  color: #333;
  border: solid 1px rgba(0, 0, 0, 0.5);
}
a.btn-slider:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 10px;
}
a.btn-slider:hover {
  color: #222;
  background: #fff;
  border-color: #000;
  border: solid 2px #fff;
}
a.btn-slider.dark:hover {
  color: #fff;
  background: #333;
  border: solid 1px rgba(0, 0, 0, 0.5);
}

a.btn-main,
input.btn-main {
  position: relative;
  overflow: hidden;
  font-family: "Montserrat";
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 20px 7px 20px;
  background: #fff;
  display: inline-flex;
  font-weight: bold;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.btn-main span,a.btn-main span{
  position: relative;
  z-index: 1;
}
a.btn-main:hover {
  opacity: 0.8;
}
a.btn-main:before{
  top: 0;
  left: -100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
}
a.btn-main:hover:before{
  left: 0;
}

.applyBtn.btn-success{
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

a.btn-black {
  font-size: 13px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 25px 7px 25px;
  background: #111;
  display: inline-block;
}

/* text-color-overide bootstrap */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 0;
}

.nav-pills.np-1 .nav-item {
  font-weight: bold;
  font-size: 15px;
}





/* ================================================== */
/* anim */
/* ================================================== */
de_tab .de_nav li span,
.feature-box-small-icon i,
a.btn-line:after,
.de_count,
.social-icons a i,
.de_tab.tab_steps .de_nav li span,
.de_tab.tab_steps .de_nav li span:hover,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
header.smaller:not(.header-bottom),
#contact_form input[type="submit"],
#contact_form input[type="submit"]:hover,
.product img,
.product img:hover,
.mfp-close,
.mfp-close:hover,
header.de_header_2 .info,
header.de_header_2.smaller .info,
.de_form input[type="radio"] + label,
.de_form input[type="checkbox"] + label,
.de-gallery.hover-1 span.overlay-1,
.de-gallery.hover-1 span.overlay-1 .pf_text,
.picframe .overlay-v,
#mainmenu li,
#mainmenu li ul,
.box-icon.line,
.owl-theme .owl-controls .owl-buttons div,
.pic-hover .bg-overlay,
.pic-hover:hover > .bg-overlay,
.pic-hover.hover-scale img,
.picframe img,
.de-team-list .team-desc,
.de-team-list:hover .team-desc,
.box-number *,
.de_nav *,
.schedule-item *,
#menu-overlay,
#mo-menu *,
#mo-menu li ul a,
#mo-menu li:hover > a,
#mo-button-open div,
#mo-button-close *,
.social-icons-s1 *,
#purchase-now *,
ul#slide-list *,
.f-num-inc *,
.picframe *,
#de-extra-menu,
#contact_form *,
.card-image-1 *,
#nextslide,
#prevslide,
.de-room *,
.d-carousel *,
.btn-main:before,
.btn-line:before,
.de-image-hover *{
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.picframe img,
#mo-menu * {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
}



/* room */

.de-room h3{
  margin-bottom: 10px;
}

.de-room .d-text{
    padding: 30px;
    background: rgba(var(--bg-dark-color), .6);
}
.de_light .de-room .d-text{
    padding: 30px;
    background: rgba(255, 255, 255, .75);
  }

.de-room .d-details{
  color: #ffffff;
  width: 100%;
  background: linear-gradient(0deg, rgba(32, 32, 32,.75) 25%, rgba(32, 32, 32,0) 100%);
  background: rgba(var(--bg-dark-color), .5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 30px 7px 30px;
  letter-spacing: 1px;
  z-index: 1;
}


.de-room .d-details span{
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  font-size: 14px;
}

.de-room .d-details span img{
  position: absolute;
  left: 0;
}

.de-room .d-details span.d-meta-2 img{
  margin-top: 2px;
}

.de-room .d-image{
  overflow: hidden;
  position: relative;
}

.de-room .d-image:hover a img{
  transform: scale(1.1);
}

.de-room .d-image:hover a .d-img-hover{
  opacity: 1;
}

.de-room .d-label{
  z-index: 1;
  position: absolute;
  color: #ffffff;
  background: #333333;
  padding: 5px;
  margin: 15px;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 2px;
  padding-left: 7px;
  padding-bottom: 4px;
}

.de-room .btn-line{
  width: 100%;
}

.de-room .d-img-hover{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.de-content-overlay{
  overflow: hidden;
  padding: 30px;
  background: rgba(var(--bg-dark-color), .6);
}

.d-room-details{
  border: solid 1px rgba(255, 255, 255, .3);
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #ffffff;
}

.d-room-details img{
  margin-right: 20px;
  width: 32px;
  height: 32px;
}

.guests-n-rooms .d-col{
  position: relative;
}



/* has menu bar */
body.has-menu-bar #subheader{
  padding-top: 140px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff !important;
}



/***************************************/
/* SEASIDE - room-single
/***************************************/
.item { line-height: 2em; width: 100%; margin-bottom: 30px;}
.pf_title { display: block; }
.pf_title i{ font-size: 20px; }
.pf_caption{ position: absolute; bottom: 0px; opacity: 0; font-size: 15px; bottom: 20px; opacity: 1;}
.de-flex { display: flex; justify-content: space-between; }
.de-flex > .de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* list */
.ul-style-2 {
  padding: 0;
  list-style: none;
}

.ul-style-2 li {
  margin: 5px 0 5px 0;
}

.ul-style-2 li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {
  .item i {
    font-size: 24px;
  }

   .pf_title {
    display: none;
  }
}
