.square {
  object-fit: cover;
}
.parallax {
  min-height: 65vh;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 0px!important;
}
.human {
  min-height: 200px;
}
.btn-info {
  background-color: #0f7290!important;
  border-color: #0f7290!important;
}
.text-info {
  color: #0f7290!important;
}
.no-gutters {
  margin-right: -14px!important;
  margin-left: -14px!important;
}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
.card-header {
  background-color: white;
}
#coverVideo {
  height:300px;
  width:100%;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}
#contentVideo {
  flex:0;
  min-height:100%;
  min-width:100%;
}

.humancontent {
  color:white;
  z-index: 9999;
  position: absolute;
}
h3.hc {
  font-size: 3rem;
}
.btn-btnBook {
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: black;
}
button.btn.btn-btnBook a {
  color: white;
}
.absolute-bottom {
  position : absolute;
  bottom   : 0;
}
.jumbotron{
  margin-top: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 440px) {
  .head {
    padding-top: 100px;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center center;
    /* display: none; */
    /* visibility: hidden; */
  }
  .second-parallax-home {
    background-position: center center;
  }
  .third-parallax-home {
    background-position: center center;
  }
  .fourth-parallax-home {
    background-position: center center;
  }
  .parallax-home {
    background-position: center center;
  }
  .hide {
    padding-top:5rem;
  }
  .division {
    text-align: center;
  }
  .shout {
    font-size: 2.6rem;
  }
  .shout-less {
    font-size: 2rem;
  }
}

footer, .chip-icon {
  background-color: #fff ;
}

.bg-black {
  background-color: #000000!important;
}
.bg-fade {
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(163, 193, 173));
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #f7f4f4;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.shadow-sm {
  background-color: white;
}
.card {
  border: 0px!important;
}
a {
  background-color: transparent;
  color: #731100;
  text-decoration: none;
}

article {
  overflow-wrap: break-word;
  word-wrap: break-word;
}


video {
  object-fit: cover;
}

.share  a {
  color: #000;
}
.w3w a {
  color: #000;
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.cd-nugget-info a:hover {
  opacity: .8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/layouts/arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .logo {
    margin-top: 100px!important;
  }
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


.thumb-post img {
  object-fit: cover;
}

.thumb-nail {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.label-thumb {
  position: relative;
  max-width:100%;
  max-height:400px;
}



#sponsors img {
  margin-bottom: 10px;
}
.badge-wine {
  background-color: #731200;
  color: #fff;
  padding: 10px;
}
.btn-wine {
  background-color: #731200;
  color: #fff;
  padding: 10px;
}
.max-coffins {
  max-width: 100%;
}
.share li {
  list-style: none;
  margin-left: -40px;
  font-size: 1rem;
}

#error {
  object-fit: cover;
  width: 100%;
}

.contact .btn {
  background-color: #731200;
  color: #fff;
}

label.cm-app-label {
  color: white;
}
.btn {
  white-space:normal !important;
  word-wrap: break-word;
}
.navbar nav {
  display: inline;
}

.intro-card {
  background-color:rgba(115, 18, 0, 0.1);
}

.not-intro {
  text-align:right;
  font-size:small;
  color:#686868;
}

@media  (max-width : 440px) {
  .shorten-words {
    max-width: 300px;
    display:inline-block
  }

}


.shareTwitter a {
  color: #000;
}

.txt-intro {
  text-align:left;
  color:#686868;
}

.division {
  border-top: 1px solid maroon;
  margin-left: 10%;
  margin-right: 10%;
}
/* Progress CSS */
.progress {
  background: maroon;
  position: fixed;
  top: 3.4rem;
  bottom: auto;
  left: 0;
  width: 0%;
  height: 8px;
  z-index: 10000;
}

.fit-image {
  display: inline-block;
}
.minimum {
  min-height: 200px;
}

.audio-player {
  min-height: 60px;
}


@media screen and (min-width: 441px) {
  .hidden {
    display: none;
  }
}
@media screen and (min-width: 440px) {
  .shout {
    font-size: 5rem;
    /* margin-top:-1rem; */
  }
  .shout-less {
    font-size: 4rem;
  }
}
.bg-black-opacity {
  background-color: rgba(000,0,0,0.7)!important;
}
.min-height-250 {
  min-height: 250px;
}


.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px
}

.ribbon.red {
  background-color: #bc1a3a;
  background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
  background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
  background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)
}

.ribbon.red:before,
.ribbon.red:after {
  border-top: 3px solid #8f142c
}

.ribbon {
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Montserrat Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  line-height: 15px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  right: -11px;
  top: 10px;
  width: 100px;
  height: 28px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  background-color: #dedede;
  background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
  background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
  background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0)
}

.ribbon:before,
.ribbon:after {
  content: "";
  border-top: 3px solid #9e9e9e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px
}

.ribbon:before {
  left: 0
}

.ribbon:after {
  right: 0
}

#share {
  display: inline-block;
  float: none;
}
.covid-19 {
  background-color: #a3c1ad ;
  min-height: 50px;
  margin-top: 56px;
  color: #000;
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px
}
.beta {
  background-color: #a3c1ad;
  min-height: 50px;
  color: #000;
  font-size: 1.2rem;
  padding-top: 10px;
}
.white {
  color: white;
}


.cropped-image img {
  object-fit: cover;
}

.gnw-map.fade {
  transition: opacity .15s linear;
}
.gnw-map.fade:not(.show) {
  opacity: 0;
}
a.share-click {
  color: white!important;
}

#panorama {
  width: 100%;
  height: 500px;
}

ul#floor-plans {
  list-style: none;
  display: inline-block;
  columns: 2;
  -webkit-columns: 3;
  width: 100%;
  -moz-columns: 2;
}
blockquote {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-family: 'Crimson Text', serif;
  padding: 0 1rem;
  border-left: 2px solid maroon;

}

@media screen and ( max-width: 440px ){
  li.page-item {
    display: none;
  }
  .page-item:first-child,
  .page-item:last-child,
  .page-item.active {
    display: block;
  }
}
.card, .shadow-sm {
  box-shadow: none!important;
}

.map {
  min-height: 400px;
  max-height: 400px;
}
a.share {
  color: black;
  decoration: underline;
}
.svg-logo {
  z-index: -1;
  float: right;
  margin-top: -6px;
}
input#query {
  background-color: #ffffff;
  color: #000000;
}
input#query::placeholder {
  color: #000;
}
.search-results {
  min-height: 200px;
}
.badge-wine {
  background-color: #731200;
  color: #fff;
}

.ucam {
  margin-bottom: -40px;
  margin-top: 9px;
}

.further-info {
  margin-top: -4.125rem;
}

.frontpageQuote {
  font-size: 5rem;
  font-weight: normal;
  color: white;
  border-left:none;
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}

.heroCaption {
  font-size: 1.3rem;
  padding: 10px 16px;
  width: 220px;
  position: absolute;
  bottom: 100%;
  top: auto;
  right: 0;
  left: auto;
  margin-bottom: 20px;
}
.parallax-home {
  margin-top: -25px;
}
.popover {
  background: black;
  color: white;
  font-size: 1.3rem;
  max-width: 100%;
}
.further-info a:hover, .further-info a:active {
  color: black;
}
.small-muted {
  color: rgba(214, 217, 207, 0.6)!important;
  font-size: 2.5rem;
  font-weight: bolder;
}
.beta a, .covid-19 a {
  color: #000;
  text-decoration: underline;
}
figcaption.figure-caption.text-right {
  font-size: 1rem;
}

.text-muted {
  color: rgba(0, 0, 0, 0.85)!important;
}
btn.btn.btn-wine.m-1 a {
  color: white!important;
}

span.btn.btn-wine.m-1.p-2.share a {
  color: white!important;
}

img.img-fluid.twitter {
  object-fit: cover;
  width: 308px;
  height: 308px;
}
.square-list li {
  list-style: square;
}
.container-fluid.remove {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media only screen and (max-width: 1024px) {
  .head, .parallax {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 768px) {
  .head, .parallax {
    background-attachment: scroll !important;
  }
}

.negative-padding {
  margin-left: -20px !important;
  margin-right: -20px !important;
}


.pagination, .breadcrumb {
  background-color: #fff !important;
}

@media (max-width: 480px)
ul.logos-sponsors li {
  display: block;
  list-style: none;
  padding: 10px;
  text-align: center!important;
}

.logos-sponsors img {
  height: 86px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.col-md-6.mb-3.mt-3.mx-auto.d-block.book {
  margin-top: 100px!important;
}


h3 > a {
  position: relative;
  color: #000;
  text-decoration: none !important;
}

h3.hc > a:hover {
  color: #fff;
}

h3.hc > a {
  position: relative;
  color: #fff;
  text-decoration: none !important;
}

h3 > a:hover {
  color: #000;
}

h3 > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

h3 > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

h2 > a {
  position: relative;
  color: #000;
  text-decoration: none !important;
}

h2.hc > a:hover {
  color: #fff;
}

h2.hc > a {
  position: relative;
  color: #fff;
  text-decoration: none !important;
}

h2 > a:hover {
  color: #000;
}

h2 > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

h2 > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

h5 > a {
  position: relative;
  color: #000;
  text-decoration: none !important;
}

h5.hc > a:hover {
  color: #fff;
}

h5.hc > a {
  position: relative;
  color: #fff;
  text-decoration: none !important;
}

h5 > a:hover {
  color: #000;
}

h5 > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

h5 > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.free_ticket a {
  color: #000!important;
}
.page-link {
  border: none!important;
  color: #000;
}
.social_box ul {
  list-style: none;
}
.social_box li {
  display: inline;
  margin
}
.navbar-dark .navbar-nav .nav-link {
  color: #f5f5f5!important;
}

p.small-font {
  font-size: 1rem!important;
}
.free_ticket {
  position: relative;
  color: #000;
  text-decoration: none !important;
}

a.free_ticket:hover {
  color: #000;
}

a.free_ticket::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

a.free_ticket:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
a.free_ticket  {
  color: #000!important;
}

.twitter__thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.twitter__thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.twitter__thumbnail img.portrait {
  width: 100%;
  height: auto;
}
img.results_image__thumbnail {
  width: 348px;
  height: 348px;
  object-fit: none;
}
.insta-wrap {
  word-break: break-all;
}
.collections li {
  list-style: square;
}
ul.text-center.conversation-footer {
  padding-inline-start: 0px!important;
}
.libsyn {
  min-height: 90px!important;
}
[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

.btn-sign {
  position: relative
}

.btn-sign-text {
  color: #000;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 20px 30px
}

.btn-sign-box {
  transition: all 1s;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px!important;

}

.btn-sign:hover .btn-sign-box {
  background-color: #D3D3D3;

  width: 100%;
  transform: fadeIn;
  top: auto
}
@media(max-width:992px){
  .wrapper{
    width:100%;
  }
}
.panel-heading {
  background-color: white;
}
.panel-title>a, .panel-title>a:active{
  display:block;
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
.panel-heading  a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  float: right;
  transition: all 0.9s;
}
li.nav-item.active {
  border-bottom: solid 5px #fff!important;
}

a.nav-link {
  color: hsla(0,0%,100%,.5);
  background-color: transparent;
}
