html{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #696969;
  font-weight: 300;
  letter-spacing: 0.3px;
}
a{
  color: #000;
  text-decoration: none !important;
}

a:hover, a:focus{
  color: #000;
}
a:visited {
  color: #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #000;
  font-family: "Passion One";
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
a.btn.btn-default {
  padding: 12px 22px;
}
.content-area article p a,.content-area article .entry-content a,.comment-content p a, .content-area article li a, .comment-content li a,.textwidget p a {
  text-decoration: underline !important;
}

@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

.site-branding {
  float: left;
}
nav#site-navigation {
  float: right;
  width: auto;
}
.hero-section .image{
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.hero-section {
display: -webkit-box;
display: flex;
align-content: center;
-webkit-box-align: center;
        align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
        flex-direction: column;
flex-wrap: nowrap;
height: 100%;
justify-content: space-around;
position: relative;
width: 100%;
}
.hero-section {
width: 100%;
height: 100vh;
-webkit-box-flex: 1;
        flex: 1;
display: -webkit-box;
display: flex;
text-align: center;
position: relative;
overflow: hidden;
background-color: #000;
}
.hero-section .image {
background-attachment: fixed;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
z-index: 500;
}
.hero-section .stuff {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 40%;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 990;
  margin: 0 auto;
  position: relative;
  top: 0% !important;
}
.hero-section a.btn.btn-default {
  background: no-repeat;
  letter-spacing: 0;
  border: none;
  color: #fff !important;
  border-radius: 4px;
  background: #000;
  border-radius: 0;
}
.hero-section h1 {
  font-size: 81px;
  color: #fff;
  line-height: 100px;
  margin-bottom: 10px;
  margin-top: 0;
}
.hero-section.image .col-md-6 {
  height: 500px;
  text-align: left;
  background: rgb(32 173 150 / 79%);
  padding: 95px 79px;
  margin-left: -15px;
}
.hero-section.image .col-md-6 p {
  color: #fff;
  margin-bottom: 30px;
}
.hero-section.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header#masthead {
  position: relative;
  top: auto;
  z-index: 9999;
}

h2.site-title {
  font-size: 32px;
  margin-bottom: 5px;
}

p.site-description {
  margin: 0;
}
ul#menu-main li a,nav#site-navigation ul li a {
  color: #000;
  font-size: 18px;
  padding-top: 20px;
  font-family: "Passion One";
  text-transform: uppercase;
}

.site-branding {
  margin-top: -6px;
}
.site-branding {
  padding-right: 45px;
}
.section {
  padding: 80px 0;
}

.section-title h2 {
  line-height: 49px;
  font-size: 55px;
  margin-bottom: 0;
  color: #000;
}
.about-second-wrap {
  padding: 0 35px;
  padding-right: 65px;
}
.about-section-img {
  margin-top: 65px;
}
.about-second-wrap img{
  margin-top: 30px;
}
.section-title h2 a{
color: #000;
}
section#primary.about-sec .col-md-7 {
  padding-right: 70px;
}
.video-wrap a.btn.btn-default {
  margin-top: 40px;
}



ul.slider {
  padding: 0;
  margin: 0;
}

.grid {
display: flex;
flex-direction: column;
flex-flow: row wrap;
}
.grid > [class*="column-"] {
display: block;
}

.first {
order: -1;
}

.last {
order: 12;
}

.align-top {
align-items: start;
}

.align-center {
align-items: center;
}

.align-bottom {
align-items: end;
}

.column-xs-1 {
flex-basis: 8.3333333333%;
max-width: 8.3333333333%;
}

.column-xs-2 {
flex-basis: 16.6666666667%;
max-width: 16.6666666667%;
}

.column-xs-3 {
flex-basis: 25%;
max-width: 25%;
}

.column-xs-4 {
flex-basis: 33.3333333333%;
max-width: 33.3333333333%;
}

.column-xs-5 {
flex-basis: 41.6666666667%;
max-width: 41.6666666667%;
}

.column-xs-6 {
flex-basis: 50%;
max-width: 50%;
}

.column-xs-7 {
flex-basis: 58.3333333333%;
max-width: 58.3333333333%;
}

.column-xs-8 {
flex-basis: 66.6666666667%;
max-width: 66.6666666667%;
}

.column-xs-9 {
flex-basis: 75%;
max-width: 75%;
}

.column-xs-10 {
flex-basis: 83.3333333333%;
max-width: 83.3333333333%;
}

.column-xs-11 {
flex-basis: 91.6666666667%;
max-width: 91.6666666667%;
}

.column-xs-12 {
flex-basis: 100%;
max-width: 100%;
}

@media (min-width: 48rem) {
.column-sm-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-sm-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-sm-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.column-sm-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-sm-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-sm-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.column-sm-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-sm-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-sm-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.column-sm-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-sm-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-sm-12 {
  flex-basis: 100%;
  max-width: 100%;
}
}
@media (min-width: 62rem) {
.column-md-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-md-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-md-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.column-md-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-md-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-md-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.column-md-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-md-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-md-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.column-md-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-md-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-md-12 {
  flex-basis: 100%;
  max-width: 100%;
}
}
@media (min-width: 75rem) {
.column-lg-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-lg-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.column-lg-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-lg-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.column-lg-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-lg-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.column-lg-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-lg-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}
}
@supports (display: grid) {
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
.grid > [class*="column-"] {
  margin: 0;
  max-width: 100%;
}

.column-xs-1 {
  grid-column-start: span 1;
  grid-column-end: span 1;
}

.column-xs-2 {
  grid-column-start: span 2;
  grid-column-end: span 2;
}

.column-xs-3 {
  grid-column-start: span 3;
  grid-column-end: span 3;
}

.column-xs-4 {
  grid-column-start: span 4;
  grid-column-end: span 4;
}

.column-xs-5 {
  grid-column-start: span 5;
  grid-column-end: span 5;
}

.column-xs-6 {
  grid-column-start: span 6;
  grid-column-end: span 6;
}

.column-xs-7 {
  grid-column-start: span 7;
  grid-column-end: span 7;
}

.column-xs-8 {
  grid-column-start: span 8;
  grid-column-end: span 8;
}

.column-xs-9 {
  grid-column-start: span 9;
  grid-column-end: span 9;
}

.column-xs-10 {
  grid-column-start: span 10;
  grid-column-end: span 10;
}

.column-xs-11 {
  grid-column-start: span 11;
  grid-column-end: span 11;
}

.column-xs-12 {
  grid-column-start: span 12;
  grid-column-end: span 12;
}

@media (min-width: 48rem) {
  .column-sm-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .column-sm-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .column-sm-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .column-sm-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .column-sm-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .column-sm-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .column-sm-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .column-sm-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .column-sm-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .column-sm-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .column-sm-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .column-sm-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }
}
@media (min-width: 62rem) {
  .column-md-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .column-md-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .column-md-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .column-md-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .column-md-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .column-md-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .column-md-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .column-md-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .column-md-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .column-md-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .column-md-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .column-md-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }
}
@media (min-width: 75rem) {
  .column-lg-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .column-lg-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .column-lg-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .column-lg-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .column-lg-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .column-lg-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .column-lg-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .column-lg-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .column-lg-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .column-lg-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .column-lg-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .column-lg-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }
}
}






#highlight {
color: #e83f43;
}

.image-holder img {
width: 100%;
height: 43vh;
object-fit: cover;
}

.vertical {
flex-direction: column;
justify-content: center;
align-items: center;
}

.intro {
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeIn 0.8s 0.4s ease forwards;
  margin-right: -30px;
  min-width: 400px;
}
.intro .title {
  display: inline-block;
  text-decoration: none;
  color: #000;
  text-align: right;
}
.intro .title .underline {
color: #232323;
}

.description {
position: relative;
z-index: 1;
margin: 1rem 0 1.5rem 0;
font-size: 1rem;
opacity: 0;
animation: fadeIn 0.8s 0.6s ease forwards;
}

.slider-item {
display: none;
}
.slider-item.active {
display: block;
}
.slider-item.active .hide-mobile {
display: none;
}
.slider-item.active .show-mobile {
display: block;
margin: 1rem 0;
}



.controls {
position: relative;
z-index: 1;
display: flex;
justify-content: flex-end;
padding: 0.25rem 0 0.25rem 0;
}
.controls .previous {
border: 1px solid #232323;
}
.controls .previous:hover i {
transform: scale(1.5);
}
.controls .next {
border-top: 1px solid #232323;
border-right: 1px solid #232323;
border-bottom: 1px solid #232323;
}
.controls .next:hover i {
transform: scale(1.5);
}

.previous, .next {
display: flex;
align-content: center;
justify-content: center;
flex-basis: 15%;
font-size: 2rem;
color: #232323;
}
.previous i, .next i {
transition: all 0.1s ease;
}

.active .image-holder::before {
position: absolute;
content: '';
z-index: 1;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
transform-origin: 100% 50%;
animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
}

@keyframes revealRight {
0% {
  transform: scaleX(1);
}
100% {
  transform: scaleX(0);
}
}
@keyframes fadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@keyframes fadeInLeft {
0% {
  opacity: 0;
  transform: translateX(20%);
}
100% {
  opacity: 1;
  transform: translate(0);
}
}
.toggle-nav {
display: flex;
justify-content: flex-end;
font-size: 1rem;
line-height: 1.9;
}
.toggle-nav i {
font-size: 1.5rem;
line-height: 1.3;
margin: 0 0 0 0.5rem;
}

.flex-nav ul {
position: absolute;
z-index: 1;
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
flex-direction: column;
display: none;
width: 100%;
left: 0;
padding: 1rem;
background: #fff;
text-align: center;
}
.flex-nav ul.active {
display: flex;
}

@media (min-width: 62rem) {
nav ul {
  justify-content: flex-end;
}

#logo {
  font-size: 1.25rem;
}

.controls {
  padding: 1.75rem 0 1.75rem 0;
}

.intro {
  animation: fadeInLeft 0.8s 0.4s ease forwards;
}
.intro .title {
  line-height: 61px;
  font-size: 46px;
  padding: 2.5rem 2.5rem 3rem 2.5rem;
  background: #fff;
}


.image-holder img {
  height: 55vh;
}

.description {
  font-size: 1.25rem;
  margin: 1rem 0 0 0;
}

.previous, .next {
  flex-basis: 8.33%;
}

.slider-item.active .hide-mobile {
  display: block;
}

.slider-item.active .show-mobile {
  display: none;
}

.toggle-nav {
  display: none;
}

.flex-nav ul {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0;
  justify-content: flex-end;
}

}
.slider-item.active {
  display: block;
}

.cta-sec .cta-title {
  font-size: 50px;
  margin: 0;
  margin-bottom: 45px;
  color: #fff;
  line-height: 69px;
}
.btn-default, button, .button, .comment-respond .comment-form input[type="submit"], .comments-area ol.comment-list .reply a, a.post-edit-link, div.wpcf7 input[type="submit"], .hb_button, .hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"] {
  background: #000;
  border: none !important;
  padding: 15px 35px;
  position: relative;
  font-size: 16px !important;
  overflow: hidden;
  transition: .5s;
  border-radius: 0;
  display: inline-block;
  color: #fff !important;
  box-shadow: none !important;
}
.cta-sec .cta-content {
  padding: 0 77px;
  text-align: center;
}

.cta-sec .cta-content {
  padding: 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  z-index: 99;
  position: relative; 
}
.section.cta-sec {
  padding: 140px 0;
}
.cta-sec{
position: relative;
}
.cta-sec:before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.section.cta-sec {
  background-size: cover;
  padding: 140px 0;
  background-attachment: fixed;
  background-position: center;
}







.blog-wrap * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.blog-wrap img {
max-width: 100%;
vertical-align: top;
position: relative; 
}



.blog-wrap .date {
background-color: #fff;
color: #333;
font-size: 18px;
font-weight: 800;
min-height: 48px;
min-width: 48px;
padding: 10px 0;
position: absolute;
right: 15px;
text-align: center;
text-transform: uppercase;
top: 0;
}

.blog-wrap .date span {
display: block;
line-height: 14px;
}

.blog-wrap .date .month {
font-size: 11px;
}

.blog-wrap h3,
.blog-wrap p {
margin: 0;
padding: 0;
}



.blog-wrap .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size:  50px;
  align-items: center;
  background-color: #232323;
  display: flex;
  justify-content: center;
  opacity: 0;
}

/*.blog-wrap a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}*/

.blog-wrap:hover .hover,
.blog-wrap.hover .hover {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
opacity: 1;
}
.blog-wrap figcaption {
  margin-top: 20px;
}
.blog-wrap figcaption h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 28px;
}
.blog-wrap figcaption h3 a {
  color: #000;
}

.blog-section .section-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 550px;
  margin-bottom: 60px;
}
.blog-wrap {
  position: relative;
  overflow: hidden;
}
section.section.room-section {
  background: #fafafa;
}


footer#colophon {
  background: rgba(21,28,42,0.87);
}
.site-info {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(238, 238, 238, 0.19);
  margin-bottom: 82px;
}
.site-info, .site-info a {
  color: #fff;
}

.site-info p {
  margin: 0;
}
.about-second-wrap {
  padding: 0 65px;
}


input[type=checkbox], input[type=radio] {
  width: auto !important;
  height: auto !important;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent, p.comment-form-cookies-consent label {
  display: inline-block !important;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  margin-right: 10px;
}
p.comment-form-cookies-consent {
  margin-top: 20px;
}

section.footer-sec {
  padding: 70px 0;
}

.comments-area {
  padding: 30px;
  margin-top: 30px;
  padding-left: 0;
}
.comments-area h2.comments-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px; }
.comments-area ol.comment-list {
  list-style: none;
  padding: 0; }
  .comments-area ol.comment-list:last-child {
    margin-bottom: 0; }
  .comments-area ol.comment-list .comment-author b.fn {
    margin-left: 7px;
    color: #333;
    font-weight: 600; }
    .comments-area ol.comment-list .comment-author b.fn a {
      color: #333; }
  .comments-area ol.comment-list .comment-author span.says {
    display: none; }
  .comments-area ol.comment-list .comment-author img {
    width: 40px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .comments-area ol.comment-list .comment-metadata {
    margin-left: 52px;
    margin-bottom: 14px; }
    .comments-area ol.comment-list .comment-metadata time {
      font-size: 14px;
      color: #666; }
  .comments-area ol.comment-list .comment-content {
    margin-bottom: 27px;
    padding: 20px 20px;
    padding-bottom: 10px;
    background: #fafafa;
    border-radius: 4px; }
  .comments-area ol.comment-list .reply {
    text-align: right;
    margin-top: 16px; }
    .comments-area ol.comment-list .reply a {
      box-shadow: none;
      padding: 3px 21px; }
  .comments-area ol.comment-list ol.children {
    padding: 0;
    list-style: none;
    margin-left: 56px; }
.comments-area .comment-subscription-form input[type="checkbox"] {
  height: auto !important; }

.comments-area ol.comment-list .comment-metadata .edit-link {
display: none; }

.pingback .comment-body {
margin-bottom: 27px;
padding: 20px 20px; }

.pingback {
margin: 20px 0; }

.pingback .comment-body a {
color: #666; }
.pingback .comment-body a:hover, .pingback .comment-body a:focus {
  color: #000; }

.pingback .comment-body a.comment-edit-link {
color: #000; }

.nav-links {
width: 100%;
display: table; }
.nav-links .nav-previous {
  width: 50%;
  display: inline-block; }
.nav-links .nav-next {
  width: 50%;
  display: inline-block;
  text-align: right; }

.nav-links .nav-previous, .nav-links .nav-next {
vertical-align: middle;
float: none; }

.nav-links a, .nav-links span {
  padding: 6px 6px;
  margin-right: 5px;
  display: inline-block;
  font-size: 16px;
  color: #62646c;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
span.nav-subtitle {
  color: #000;
  font-family: "Lora";
  font-weight: 400;
}
.nav-links a:hover, .nav-links span:hover {
  color: #000; }

.nav-links a {
  background: #f7f7f7;
}



.not-found .page-header {
margin-top: 0; }
.not-found .page-header h1 {
  margin-top: 0; }

.not-found .search-form {
margin-top: 20px; }
.not-found .search-form .search-submit {
  width: 29%; }



.error-404 header.page-header h2 {
font-size: 74px; }

header.entry-header h2.entry-title {
  font-size: 30px;
  margin-top: 0;
}
header.entry-header h2.entry-title a {
  color: #272e37;
  text-decoration:  none; }
  a{
        text-decoration: none !important;
  }
  header.entry-header h2.entry-title a:hover {
    color: #000; }

header.entry-header h1.entry-title {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 50px;
}
header.entry-header h1.entry-title a {
  color: #272e37; }
  header.entry-header h1.entry-title a:hover {
    color: #000; }

.page-header {
padding-bottom: 5px;
margin-top: 0;
margin-bottom: 20px !important;
border-bottom: none; }
.page-header h1 {
  margin-top: 0;
  font-size: 37px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

article .entry-content img {
margin-bottom: 15px; }

div#calendar_wrap table {
background-color: transparent;
width: 100%; }

#wp-calendar caption {
background-color: #000;
color: #ffffff;
padding: 10px; }

#wp-calendar thead tr th {
text-align: center; }

table th {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top; }

table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top; }

table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top; }

#wp-calendar tbody tr td {
text-align: center; }

#wp-calendar tr th {
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0;
border-bottom: 0; }

#wp-calendar tr th:last-child {
border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tr td {
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0;
border-bottom: 0; }

#wp-calendar tr td a {
font-weight: bold; }

#wp-calendar tr td:last-child {
border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tfoot tr td {
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

#secondary #wp-calendar tr td {
border: 1px solid #eee; }

#secondary #wp-calendar tr th {
border: 1px solid #eee; }

.page-content, .entry-content, .entry-summary {
margin: 1em 0 0; }

article iframe {
width: 100%; }

span.edit-link {
display: block; }

a.post-edit-link {
background: #000;
font-weight: normal;
text-transform: capitalize;
padding: 6px 21px;
overflow: hidden !important;
display: inline-block; }

nav#comment-nav-below {
margin: 25px 0;
display: block; }

nav#comment-nav-above {
margin: 25px 0 40px 0; }

.post-password-form {
width: 100%; }
.post-password-form input[type="password"] {
  width: 100%;
  border: 2px solid #eee;
  padding: 7px 23px;
  outline: 0;
  -webkit-appearance: none;
  font-weight: 400;
  background: #fff;
  height: auto;
  border-radius: 4px;
  margin-top: 15px; }
  .post-password-form input[type="password"]:focus {
    border: 2px solid #000 !important; }
.post-password-form input[type="submit"] {
  box-shadow: none !important;
  font-size: 15px;
  border-radius: 0;
  background: #000;
  transition: all .5s ease-in-out 0s;
  border: none;
  color: #fff;
  padding: 13px 17px;
  margin-left: -6px;
  border: none;
  line-height: 17px;
  width: 17%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* category */
.widget ul.categories-wrap {
padding: 0;
margin: 0;
list-style: none; }

.widget .categories-wrap li {
padding: 17px 0 0 0; }

.widget .categories-wrap .cat-item span.cat-name a {
color: #62646c;
font-size: 16px;
text-decoration: none;
text-transform: capitalize; }

.widget .categories-wrap span.cat-count {
position: relative;
margin-right: 10px;
float: right; }

.widget .categories-wrap .cat-count a {
color: #62646c;
font-size: 16px;
text-decoration: none; }

/* tags */
.tagcloud {
position: relative;
padding: 20px 0 0 0; }

.tagcloud a {
border: 1px solid #f4f4f4;
color: #fff;
font-size: 14px !important;
font-weight: 400;
padding: 4px 12px 4px;
border-radius: 5px;
transition: all 500ms ease 0s;
display: inline-block;
margin: 0 3px 10px; }
.tagcloud a:hover, .tagcloud a:focus {
  background: #000;
  color: #fff !important; }

#secondary .widget {
margin-bottom: 20px;
background: #fff;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: 0 0 30px;
word-wrap: break-word;}
#secondary .widget .widget-title {
  font-size: 30px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #000;
}
#secondary .widget ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  #secondary .widget ul li {
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 7px; }
    #secondary .widget ul li a {
      color: #62646c;
      text-decoration: none; }
      #secondary .widget ul li a:hover {
        color: #000; }

.search-form {
width: 100%; }
.search-form .search-field {
  width: 100%;
  border: 1px solid #eee !important;
  padding: 9px 23px !important;
  outline: 0;
  -webkit-appearance: none;
  font-weight: 400;
  background: #fff;
  height: auto;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 50px; }
  .search-form .search-field:focus {
    border-color: #000 !important; }
.search-form .search-submit {
  position: absolute;
  right: 1px;
  top: 0;
  box-shadow: none !important;
  font-size: 16px;
  border-radius: 0 !important;
  background: #000;
  border: none;
  color: #fff;
  height: 50px;
  display: inline-block;
  padding: 15px 13px;
  margin-left: 0;
  border: none;
  line-height: 21px;
  width: 30%;
}
.search-form label {
  width: 71%;
  margin-bottom: 0; }

.search-form {
position: relative; }

article.hentry {
margin-bottom: 30px; }
article.hentry .post-bg {
  padding: 30px 0;
  padding-top: 0;
  margin-top: 30px;
}
article header.entry-header h2.entry-title {
  margin-top: 20px;
}
span.edit-link a {
box-shadow: none;
padding: 3px 21px;
margin-top: 20px;
border-radius: 4px;
color: #fff; }

span.cat-links, span.tags-links {
display: block;
margin-bottom: 5px; }

article .post-bg .entry-footer {
margin-top: 20px; }

span.comments-link {
border: 1px solid #ddd;
font-size: 13px;
padding: 3px 10px;
border-radius: 5px; }
span.comments-link a {
  color: #000; }

select {
width: 100%; }

.comment-respond .comment-form textarea {
  height: 200px;
  padding: 10px;
  background: none;
  border: none;
  border: 1px solid #eee;
  outline: 0 !important;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  border-radius: 4px;
}
.comment-respond .comment-form input {
  background: none;
  border: none;
  outline: 0;
  font-size: 16px;
  padding: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  transition: all 0.5s ease-out 0s;
}
.comment-respond .comment-form input[type="submit"] {
  font-weight: normal;
  text-transform: capitalize;
  width: auto;
  color: #fff;
  margin-top: 20px;
  height: auto;
}
header.entry-header {
  margin-bottom: 40px;
}

header#masthead {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
a.post-edit-link {
  display: none;
}
.archive article.hentry {
  margin-bottom: 49px;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}

#menu-primary .dropdown-menu {
  display: none !important;
  position: relative;
  box-shadow: none;
  border: none;
  float: none;
  min-width: 0;
  padding-left: 40px;
}
#menu-primary li a {
  background: none !important;
}
#menu-primary li.menu-item-has-children .dropdown-menu li.menu-item-has-children>.dropdown-sub {
  display: none !important;
  left: 0;
}
#menu-primary li.menu-item-has-children:hover .dropdown-menu, #menu-primary li.menu-item-has-children:focus .dropdown-menu, #menu-primary li.menu-item-has-children:focus-within .dropdown-menu {
  display: block !important;
}

#menu-primary li.menu-item-has-children .dropdown-menu li.menu-item-has-children:hover .dropdown-sub,#menu-primary li.menu-item-has-children .dropdown-menu li.menu-item-has-children:focus .dropdown-sub,#menu-primary li.menu-item-has-children .dropdown-menu li.menu-item-has-children:focus-within .dropdown-sub{
  display: block !important;
}
#menu-primary-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  border-radius: 0;
  min-width: 220px;
  box-shadow: -3px 4px 7px -4px rgba(0,0,0,.12);
  border: 1px solid #f0f0f0;
}
#menu-primary-nav>li>.dropdown-menu li {
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
  display: block !important;
}
ul.dropdown-menu.dropdown-sub {
  padding: 0;
  border-radius: 0;
  margin: 0;
  right: auto;
  left: 100%;
  top: 0;
  margin-left: 0px;
}
.not-found .widget {
  margin-top: 35px;
}
a.btn.btn-default:hover {
  background: #000;
}
a.custom-logo-link img {
  height: 50px;
  width: auto;
}
.custom-slideshow .custom-slide {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
    margin-top: 150px;
    text-align: left;
    position: relative;
}



section.section.room-section {
  overflow: hidden;
}

.slide__title-wrap {
  position: absolute;
  top: 37%;
  left: -14%;
  text-align: left;
  max-width: 350px;
  display: none;
}
.custom-slideshow .custom-slide{
outline: 0 !important;
}
.custom-slideshow .custom-slide.slick-center .slide__title-wrap {
display: block;
}
button#btn-search:focus, button#btn-search:focus-within {
  border: 1px solid #eee !important;
}
button#btn-search-close:focus,button#btn-search-close:focus-within{
border: 1px solid #000 !important;
}
.hero-section a.btn.btn-default {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.intro .title a {
  color: #000;
}
.controls button.previous:focus,.controls button.previous:focus-within{
background: #000;

}
.controls button.previous:focus i,.controls button.previous:focus-within i{
color: #fff;

}

.controls button.next:focus,.controls button.next:focus-within{
background: #000;

}
.controls button.next:focus i,.controls button.next:focus-within i{
color: #fff;

}

.slide__title-wrap h3.slide-title {
  font-size: 49px;
  line-height: 57px;
}
.btn-default.focus, .btn-default:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media (min-width: 991px){
.navbar-collapse.collapse {
    display: inline-block!important;
}
}

.page-template-template-home header#masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.logged-in.page-template-template-home header#masthead {
  top: 32px;
}
.page-template-template-home header#masthead {
  padding: 0;
  padding: 17px 0 !important;
}
.page-template-template-home ul#menu-main li a ,.page-template-template-home p.site-description,.page-template-template-home nav#site-navigation ul li a{
  color: #fff;
}

.page-template-template-home h2.site-title a {
  color: #fff;
}

ul#menu-main li .dropdown-menu a {
  color: #565656;
  font-weight: 300;
}
.navbar-nav>li>.dropdown-menu,ul.dropdown-menu.dropdown-sub {
  -webkit-box-shadow: rgba(54,57,73,.08) 0 8px 16px 0;
  box-shadow: 0 8px 16px 0 rgba(54,57,73,.08);
  border: none;
  z-index: 99999; 
  padding: 0 !important;
  min-width: 230px;
  border-radius: 0 !important; 
}
.navbar-nav>li>.dropdown-menu li a {
  padding: 13px 33px !important;
}
ul#menu-main .navbar-nav>li>.dropdown-menu li a:focus,.navbar-nav>li>.dropdown-menu li a:focus-within {
  background: #000 !important;
  border: none !important;
}
.nav>li>a:focus, .nav>li>a:hover{
background: none;
}
.navbar-nav li.menu-item-has-children>a:after {
  content: "\f0dd";
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 10px;
  top: -3px;
  position: relative;
}
ul#menu-main li .dropdown-menu a.dropdown-item:after {
  right: 15px;
  position: absolute;
  top: 14px;
}


.home.page-template-template-home header#masthead{
padding: 0;
}


.home.page-template-template-home div#navbar-collapse,.home.page-template-template-home .search-wrap {
  margin-top: 0;
}
.home.page-template-template-home header#masthead ul#menu-main li .dropdown-menu a {
  color: #000;
}
nav#site-navigation #menuid ul li {
  padding: 9px 10px;
  display: inline-block;
}
nav#site-navigation ul li a {
  color: #000;
}
p.site-description {
  font-size: 13px;
}
.site-branding {
  margin-top: 3px;
}
a.social-btn {
  border: 0;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.1s all linear;
  vertical-align: middle;
  width: 40px;
  height: 37px;
}
a.social-btn.facebook {
background: center center no-repeat #3e5a92;
border: 1px solid #2f446e;
box-shadow: 0 3px 0 0 #364f80, 0px 1px 0px #2f446e;
box-sizing: border-box;
}
a.social-btn.facebook:hover {
background-color: #4665a4;
}
a.social-btn.twitter {
background: center center no-repeat #31a6d8;
border: 1px solid #2288b4;
box-shadow: 0 3px 0 0 #2698c9, 0px 1px 0px #2288b4;
box-sizing: border-box;
}
a.social-btn.twitter:hover {
background-color: #46afdc;
}
a.social-btn.tumblr {
background: center center no-repeat #2C4762;
border: 1px solid #1c2d3f;
box-shadow: 0 3px 0 0 #243a50, 0px 1px 0px #1c2d3f;
box-sizing: border-box;
}
a.social-btn.tumblr:hover {
background-color: #345474;
}
a.social-btn.foursquare {
background: center center no-repeat #0CBADF;
border: 1px solid #0992af;
box-shadow: 0 3px 0 0 #0ba6c7, 0px 1px 0px #0992af;
box-sizing: border-box;
}
a.social-btn.foursquare:hover {
background-color: #12cbf2;
}
a.social-btn.flickr {
background: center center no-repeat #FF0084;
border: 1px solid #cc006a;
box-shadow: 0 3px 0 0 #e60077, 0px 1px 0px #cc006a;
box-sizing: border-box;
}
a.social-btn.flickr:hover {
background-color: #ff1a90;
}
a.social-btn.pinterest {
background: center center no-repeat #CB2027;
border: 1px solid #9f191f;
box-shadow: 0 3px 0 0 #b51d23, 0px 1px 0px #9f191f;
box-sizing: border-box;
}
a.social-btn.pinterest:hover {
background-color: #dd272f;
}
a.social-btn.linkedin {
background: center center no-repeat #1884bc;
border: 1px solid #12648f;
box-shadow: 0 3px 0 0 #1574a5, 0px 1px 0px #12648f;
box-sizing: border-box;
}
a.social-btn.linkedin:hover {
background-color: #1b94d3;
}
a.social-btn.youtube {
background: center center no-repeat #FF3333;
border: 1px solid #ff0000;
box-shadow: 0 3px 0 0 #ff1919, 0px 1px 0px #ff0000;
box-sizing: border-box;
}
a.social-btn.youtube:hover {
background-color: #ff4d4d;
}
a.social-btn.instagram {
background: center center no-repeat #406e95;
border: 1px solid #315471;
box-shadow: 0 3px 0 0 #386183, 0px 1px 0px #315471;
box-sizing: border-box;
}
a.social-btn.instagram:hover {
background-color: #487ba7;
}
a.social-btn:active {
box-shadow: none;
margin: 3px 0 -3px;
outline: 0;
}

div#navbar-collapse {
  padding: 0;
}
.hero-section.image .col-md-6 {
  margin-left: 0px;
}
.header-top {
  padding: 13px 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.hero-section.image .col-md-6 {
  height: 500px;
  text-align: left;
}

.album-wrap .title {
  font-size: 21px;
  line-height: 28px;
}
.callout-wrap {
  background: #f7f7f7;
  padding: 28px;
  height: 240px;
}
.section-title {
  text-align: center;
  margin-bottom: 65px;
}
.section-title p {
  margin-bottom: 18px;
  display: block;
}
.album-footer {
  padding: 20px;
}
.album-footer .title {
  margin-top: 20px;
}
.album-footer .title a {
  color: #000;
}
.album-list-wrap .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.album-list-wrap .row:last-child{
margin-bottom: 0; 
}
.about-section-img {
  margin-top: 0;
  padding: 0 40px;
}
.album-list-wrap .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.about-sec .section-title {
  margin-bottom: 24px;
  text-align: left;
}
.section.cta-section {
  background: #F5F1ED;
  padding: 40px 0;
}
.cta-content .cta-title {
  margin: 0;
  line-height: 42px;
  font-size: 26px;
}
.cta-content .col-md-4 {
  text-align: center;
}
.cta-content .col-md-4 a.btn.btn-default {
  margin-top: 17px;
}
a.btn.btn-default {
  border-radius: 4px;
}
section#primary2.about-sec {
  padding-top: 0;
}
.about-section-img img {
  max-height: 450px;
  text-align: center;
}
.about-section-img{
  text-align: center;
}
.about-second-wrap .btn-default {
  margin-top: 25px;
}


.section.youtube-section {
  background: #f5f5f5;
}
.video-content h2 {
  font-size: 63px;
  line-height: 74px;
}
.video-wrap {
  padding: 90px 65px;
  padding-top: 0;
  padding-bottom: 0;
}
.section.video-section .row {
  position: relative;
}



.header-social ul a {
  margin-right: 7px;
}
.blog-wrap figcaption .btn-default {
  margin-top: 20px;
}

.album-wrap {
  margin: 0 15px;
  outline: 0 !important;
}
.album-section.section {
  background: #fafafa;
}
.header-top .col-md-4 {
  padding-left: 0;
}
.header-top .search-form .search-field {
  border-radius: 4px;
  background: #f7f7f7;
  border: none !important;
  height: auto;
  padding: 12px 23px !important;
}

.header-search-form form.search-form:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 30px;
  top: 14px;
  font-size: 17px;
  color: #c5c4c4;
}
.header-search-form {
  max-width: 300px;
}
.header-search-form label {
  width: 100%;
}
.header-search-form input.search-submit {
  padding: 0;
  width: 70px;
  position: absolute;
  background: no-repeat;
  font-size: 0;
}

.blob-wrapper__background {
  height: 450px;
}

header#masthead {
  display: block;
}
.header-mobile {
  display: none;
}
.video-content .col-md-6:first-child a {
  font-size: 102px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-47%);
  color: #fff;
}
.video-content .col-md-6:first-child a:focus i {
  color: #f02d00;
}
.video-wrap a.btn.btn-default:focus{
background: #f02d00;
color: #fff;
}

.navbar-nav .dropdown-menu{
opacity:  0;
display: block;
}
ul#menu-main .navbar-nav>li>.dropdown-menu li a:focus,.navbar-nav>li>.dropdown-menu li a:focus-within {
  background: #000 !important;
  border: none !important;
  color: #fff !important;
}
div#mobile-menu-wrap {
float: left;
}

ul#menu-main li.menu-item-has-children .dropdown-menu{
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
}

ul#menu-main li.menu-item-has-children:hover .dropdown-menu,ul#menu-main li.menu-item-has-children:focus .dropdown-menu,ul#menu-main li.menu-item-has-children:focus-within .dropdown-menu{
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
}

ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children>.dropdown-sub{
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  display: block !important;
}


ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children:hover .dropdown-sub,
ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children:focus .dropdown-sub,
ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children:focus-within .dropdown-sub{
  display: block;
  left: 230px;
  margin-top: 0;
  opacity: 1;
}
.search-form .search-field:focus,.search-form .search-field:focus-within {
  border: 1px solid #000 !important;
}
a.btn.btn-default:focus,a.btn.btn-default:focus-within{
   background: #f02d00 !important;
  color: #fff !important;
  outline: 0 !important;
}
.video-wrap a.btn.btn-default:focus {
  background: #f02d00 !important;
  color: #fff !important;
  outline: 0 !important;
}
.btn-default:focus, button:focus, .button:focus, .comment-respond .comment-form input[type="submit"]:focus,
.comments-area ol.comment-list .reply a:focus, a.post-edit-link:focus, div.wpcf7 input[type="submit"]:focus, 
.hb_button:focus, .hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"]:focus{
  background: #f02d00 !important;
  color: #fff !important;
  outline: 0 !important;
}
.comment-respond .comment-form textarea:focus,
.comment-respond .comment-form input:focus{
background: #f5f5f5;
}
.album-footer .title a:focus, .album-footer .title a:focus-within {
  /* text-decoration: underline !important; */
  outline: 0 !important;
  outline-offset: 0 !important;
}
button.navbar-toggle:focus,button.navbar-toggle:focus-within{
background: #000 !important
}
.blog article.hentry, .archive article.hentry, .search-results article.hentry {
  background: #f7f7f7;
  padding: 20px 30px;
}
.site-branding {
  margin-left: 15px;
}
.mobile-wrap a.header-btn.btn.btn-default {
  margin-top: 20px;
  display: block;
}

.hero-section .header-social {
  padding-top: 100px;
}
.hero-section .header-social i {
  font-size: 32px;
  margin-right: 11px;
  position: relative;
  top: 5px;
}
.hero-section .header-social .social-icon {
  margin-right: 35px;
}
.hero-section .header-social .social-icon:last-child {
  margin: 0;
}
.search-wrap .social-icon i {
  font-size: 21px;
}
.search-wrap .header-social {
  margin-top: 10px;
}

.child {
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px -4px 8px rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  height: 100%;
}
.card {
  height: 100%;
}
.album-footer .title {
  margin: 0;
}

.section.video-section {
  background: #000;
  padding: 100px 0;
}
.section.video-section h2,.section.video-section p {
  color: #fff;
}
.section.video-section .btn-default{
  background: #fff !important;
  color: #000 !important;
}
.instagram-section.section {
  padding-top: 0;
}



#music_player {
  height: 82px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  box-shadow: 3px 5.196px 36px 0px rgba(0, 0, 0, 0.8);
}

#music_player audio {
opacity: 0;
}

#music_player .ms-table {
width: 100%;
/* play, pause, backward, forward */
/* progress bar */
/* playlist, volume, repeat, shuffle */
/* now playing */
}

#music_player .ms-table > tr > td,
#music_player .ms-table > tbody > tr > td {
vertical-align: middle;
height: 66px;
text-align: left;
}

#music_player .ms-table .ms-buttons {
width: 180px;
line-height: 66px;
}
@media screen and (max-width: 1199px) {

#music_player .ms-table .ms-buttons {
  width: 120px;
}
}

#music_player .ms-table .ms-buttons a {
position: relative;
display: inline-block;
width: 20px;
height: 34px;
float: left;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#music_player .ms-table .ms-buttons a + a {
margin-left: 15px;
}

#music_player .ms-table .ms-buttons a svg {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

#music_player .ms-table .ms-buttons a svg path {
fill: #fff;
}

#music_player .ms-table .ms-buttons .ms-play svg {
width: 20px;
height: 26px;
}

#music_player .ms-table .ms-buttons .ms-prev,
#music_player .ms-table .ms-buttons .ms-next {
opacity: 0.8;
}

#music_player .ms-table .ms-buttons .ms-prev:hover,
#music_player .ms-table .ms-buttons .ms-next:hover {
opacity: 1;
}

#music_player .ms-table .ms-buttons .ms-prev svg,
#music_player .ms-table .ms-buttons .ms-next svg {
width: 20px;
height: 14px;
}

#music_player .ms-table .ms-wrap {
width: 480px;
}
@media screen and (max-width: 1199px) {

#music_player .ms-table .ms-wrap {
  width: auto;
  text-align: center;
}
}
@media screen and (max-width: 767px) {

#music_player .ms-table .ms-wrap {
  display: none;
}
}
@media screen and (max-width: 1199px) {

#music_player .ms-table .ms-controls {
  width: 170px;
}
#music_player .ms-table .ms-buttons .ms-prev svg, #music_player .ms-table .ms-buttons .ms-next svg{
  width: 15px;
  height: 15px;
}
#music_player .ms-table .ms-buttons .ms-play svg {
  width: 16px;
}
}
@media screen and (max-width: 767px) {

#music_player .ms-table .ms-controls {
  text-align: right;
}
}

#music_player .ms-table .ms-controls .ms-entry-controls {
position: relative;
line-height: 0px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item {
display: inline-block;
line-height: 0px;
/* Volumn Control */
/* Playlist */
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item + .ec-item {
margin-left: 5px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
position: relative;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a svg {
width: 24px;
height: 16px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a svg path {
  fill: #fff;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a.active svg path {
fill: #f02d00;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume {
position: relative;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control {
position: absolute;
bottom: 25px;
left: -6px;
width: 38px;
height: 146px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control::before {
content: '';
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 119px;
background-color: #0c0c0c;
}
@media screen and (max-width: 1199px) {

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control::before {
  height: 123px;
}
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el {
width: 2px;
height: 94px;
position: absolute;
top: 13px;
left: 50%;
background-color: rgba(255, 255, 255, 0.2);
margin-left: -1px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-range {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
background: #f02d00;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-handle {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #f02d00;
position: absolute;
left: -4px;
margin-bottom: -5px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-handle:focus {
outline: none;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume:hover .ec-volume-control {
visibility: visible;
opacity: 1;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist {
position: relative;
text-align: left;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control {
position: absolute;
width: 324px;
height: 453px;
left: -240px;
bottom: 25px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}
@media screen and (max-width: 1199px) {

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control {
  left: auto;
  right: 0px;
}
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control::before {
content: '';
background-color: #090c14;
position: absolute;
bottom: 27px;
top: 0px;
left: 0px;
right: 0px;
}
@media screen and (max-width: 1199px) {

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control::before {
  bottom: 23px;
}
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head {
display: block;
position: relative;
overflow: hidden;
padding-left: 40px;
padding-right: 40px;
padding-top: 30px;
padding-bottom: 20px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head h5 {
font-family: 'Montserrat';
font-size: 18px;
font-weight: normal;
color: #fff;
letter-spacing: 0px;
text-transform: uppercase;
float: left;
margin: 0px;
line-height: 1em;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle {
display: inline-block;
float: right;
position: relative;
top: 1px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle svg {
width: 24px;
height: 16px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle svg path {
fill: rgba(255, 255, 255, 0.2);
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle.active svg path {
fill: #f02d00;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list-container {
max-height: 348px;
overflow: auto;
position: relative;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list-container::-webkit-scrollbar {
display: none;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list {
width: 100%;
position: relative;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr {
border-top: 1px solid rgba(255, 255, 255, 0.07);
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td {
color: #fff;
vertical-align: middle;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td a {
color: #fff;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-num {
width: 86px;
text-align: center;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title {
padding-top: 10px;
padding-bottom: 10px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title > a {
margin-right: 40px;
font-size: 14px;
line-height: 1.3em;
display: inline-block;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-title {
margin-right: 5px;
font-family: 'Montserrat';
font-weight: normal;
letter-spacing: 0px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-duration {
opacity: 0.2;
font-family: 'SF-UI-Display';
font-weight: 500;
letter-spacing: 0px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-artist {
display: block;
opacity: 0.2;
font-family: 'SF-UI-Display';
font-weight: 500;
letter-spacing: 0.3px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number {
position: relative;
overflow: hidden;
display: inline-block;
width: 25px;
height: 25px;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number::before {
content: attr(data-value);
font-size: 14px;
font-family: 'Montserrat';
font-weight: normal;
color: rgba(255, 255, 255, 0.2);
line-height: 1em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number::after {
content: 'Ã¯Ââ€¹';
font-family: Fontawesome;
font-size: 18px;
color: #f02d00;
line-height: 1em;
position: absolute;
top: 150%;
left: 50%;
visibility: hidden;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number.playing::before {
top: 0%;
visibility: hidden;
opacity: 0;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number.playing::after {
top: 50%;
visibility: visible;
opacity: 1;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover {
background-color: #f02d00;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover td.td-num span.number::before {
color: rgba(255, 255, 255, 0.5);
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover td.td-num span.number::after {
color: #fff;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover .td-title .pl-item-artist {
opacity: 0.5;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr:hover .td-title .pl-item-duration {
opacity: 0.5;
}

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist:hover .ec-playlist-control {
opacity: 1;
visibility: visible;
}

#music_player .ms-table .ms-nowplaying {
width: 280px;
position: relative;
/* responsive for now playing box */
}
@media screen and (max-width: 1199px) {

#music_player .ms-table .ms-nowplaying {
  display: none;
}
}

#music_player .ms-table .ms-nowplaying .np-thumb {
display: inline-block;
width: 66px;
height: 66px;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}

#music_player .ms-table .ms-nowplaying .np-meta {
position: absolute;
top: 50%;
left: 80px;
right: 25px;
line-height: 1.3em;
margin-top: -2px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}

#music_player .ms-table .ms-nowplaying .np-meta .np-title {
font-family: 'Montserrat';
font-size: 14px;
font-weight: normal;
letter-spacing: 0px;
color: #ffffff;
margin-right: 5px;
}

#music_player .ms-table .ms-nowplaying .np-meta .np-artist {
font-family: 'SF-UI-Display';
font-size: 14px;
font-weight: 500;
letter-spacing: 0.3px;
color: rgba(255, 255, 255, 0.4);
}

#music_player .ms-table .ms-nowplaying .ms-add-fav {
width: 15px;
height: 14px;
line-height: 14px;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}

#music_player .ms-table .ms-nowplaying .ms-add-fav svg {
width: 15px;
height: 14px;
}

#music_player .ms-table .ms-nowplaying .ms-add-fav svg path {
fill: #fff;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#music_player .ms-table .ms-nowplaying .ms-add-fav.active svg path {
fill: #f02d00;
}
/* MediaElement MS Skin */

.msplayer-skin.mejs-container {
display: inline-block;
background: none;
/* Total rail */
/* Current rail */
/* Loaded rail */
}

.msplayer-skin.mejs-container .mejs-offscreen {
clip: auto;
clip-path: none;
}

.msplayer-skin.mejs-container .mejs-controls {
background: none;
}
.msplayer-skin.mejs-container .mejs-controls .mejs-time {
  font-size: 14px;
  font-family: 'SF-UI-Display';
  font-weight: 500;
  color: #fff;
  width: 44px;
}

.msplayer-skin.mejs-container .mejs-time-total.mejs-time-slider:focus {
outline: none;
}

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
background: none;
}

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total::before {
content: '';
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 2px;
margin-top: -1px;
background-color: #fff;
}

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
background: none;
}

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current::before {
content: '';
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 2px;
margin-top: -1px;
background-color: #f02d00;
}

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current::after {
content: '';
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #f02d00;
position: absolute;
top: 50%;
margin-top: -5px;
right: 0px;
margin-right: -5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded{
  background:  none !important;
}

table.ms-table td {
  border: none;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number::after{
display: none;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-num{
display: none;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr {
  background: #282c2f;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title {
  text-align: left;
  padding-left: 33px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control{
height: auto;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title {
  padding-top: 16px;
  padding-bottom: 16px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control {
  bottom: 33px;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head h5 {
  text-transform: none;
}
#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head {
  padding-top: 15px;
  padding-bottom: 15px;
}
.album-list-wrap .child a:focus img {
  border: 1px solid #000;
}
.search-wrap.show-mobile {
  display: none;
}
header#masthead {
  padding: 12px 0;
}
.site-info.removemargin {
  margin-bottom: 0;
}
.wp-block-search__button {
background: #000;
}
ol.wp-block-latest-comments {
padding: 0;
}
.tagcloud a {
background: #000;
}

.open-menu i, .close-menu i {
font-size: 19px;
position: relative;
cursor: pointer;
}
button.open-menu, button.close-menu {
padding: 8px 14px !important;
}
button.close-menu {
width: 100%;
}
button.open-menu {
position: absolute;
right: 20px;
top: 29px;
}

button.close-menu,button.open-menu {
display: none;
}
.site-info a {
color: #f02d00;
}
.site-info a {
color: #ff0000b3;
font-weight: bold;
}
.social-icon svg {
color: #fff !important;
fill: #fff !important;
width: 44px;
height: auto;
position: relative;
top: 12px;
margin-right: 7px;
}
/* back to top */
#back-to-top{
position: fixed;
bottom: 20px;
right: 20px;
color: white;
z-index: 999999;
background: #f02d00;
height: 40px;
width: 40px;
border-radius: 0.25rem;
justify-content: center;
align-items: center;
cursor: pointer;
box-shadow: 0px 0px 3px #fff;
display: none;
}
#back-to-top i{
height: 100%;
width: 100%;
align-items: center;
display: flex;
justify-content: center;
}
/* back to top end */

@media screen and (max-width: 1208px){
#back-to-top {
  bottom: 82px;
}
}
@media screen and (max-width: 600px){
#back-to-top {
  bottom: 86px;
  height: 30px;
  width: 30px;
}
}
.breadcrumbs {padding:20px 0;}
.page-template-template-home .breadcrumbs,
.home .breadcrumbs{display:none;}

/** Responsive Media **/
@media only screen and (max-width: 767px){
	.section{
		padding: 20px 0;
	}
	section.footer-sec{
		padding-bottom: 0;
	}
	.entry-footer{
		padding-bottom: 0;
	}
}