:root {
    --cassiopeia-color-primary: #000;
    --cassiopeia-color-link: #7e734b;
    --link-color: #7e734b;
    --link-color-rgb: 136, 8, 8;
    --cassiopeia-color-hover: #000;
    --link-hover-color: #9e905e;
    --link-hover-color-rgb: 204, 85, 0;
}
a {font-weight: 700;}

/* Header styling */
@media (min-width: 992px) {
 .container-header .container-nav nav {
    margin-left: auto;
    margin-right: auto;
 }
}
.container-header .container-nav nav {
    margin-top: 5px;
}

/* Offcanvas menu styling */
.offcanvas {
    background-color: var(--cassiopeia-color-primary);
}
.offcanvas-header .btn-close {
    background-color: #9e905e;
}
.container-header .navbar-toggler {
    border: 1px solid #9e905e;
}
@media (max-width: 991.98px) {
    .offcanvas {
        max-width: 80%;
   }
}

/* Content styling */
h1 {
  background-color: #000;
  color: #9e905e;
  padding: 15px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
.top-home {margin: 0}
h2 {
  background-color: #111111;
  color: #9e905e;
  padding: 15px;
  margin: 40px 0 20px 0;
  border-radius: 5px;
}
h2 a {
  color: #9e905e;
}
.page-header h2 {margin:0; border: solid 2px #9e905e;}
.page-header h2 a {text-decoration:none;}
h3 {
  background-color: #222222;
  color: #9e905e;
  padding: 15px;
  margin: 40px 0 20px 0;
  border-radius: 5px;
}
h3 a {
  color: #9e905e;
}
h4 {
  background-color: #333333;
  color: #9e905e;
  padding: 15px;
  margin: 40px 0 20px 0;
  border-radius: 5px;
}
h4 a {
  color: #9e905e;
}
.gygw {
  background-color: #222222;
  padding: 8px;
  border-radius: 8px;
}
.cruise-details {
  padding-left: 10px; 
  font-size: 0.8rem; 
  line-height: 1.5rem;
}
.double-align {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.readmore {
    text-align: center;
    padding-top: 10px;
}
.readmore .btn-secondary {
    background-color: #9e905e;
    border-color: #b1a67e;
}
.readmore .btn-secondary:hover {
    background-color:#7e734b;
}
.readmore a {
    color: #000000;
}
.cruise-details-article {
  padding: 10px 5px 10px 10px;
  line-height: 2rem;
  border: solid 2px #9e905e;
  border-radius: 10px;
  color: #ffffff;
  background-color: #000000;
}
.cruise-details-article i {
  color: #9e905e;
  width: 25px;
  text-align: center;
}

/*remove icons from article info*/
span.icon-calendar::before {content: "";}
span.icon-user::before {content: "";}

/*article info in one line*/
dl.article-info {
  display: inline-flex;
  font-size: 0.8em;
  border-bottom: 1px solid grey;
}
dl.article-info a {
  color: black;
}
.author-block {
  padding: 30px 10px;
  font-size: 0.9em;
}
.author-block a {
  color: black;
  text-decoration: none;
}
.author-photo {
  padding-bottom: 20px;
}

.blog-items .blog-item {
  border: 2px solid #9e905e;
  padding: 5px 10px;
  border-radius: 10px;
  background: black;
  color: white;
}
/*.blog-items .blog-item a {
    color: #9e905e;
}*/
.blog-items .blog-item a:hover {
  color: white;
}
.blog-items .blog-item img {
  border-radius: 10px;
}
.blog-items .blog-item i {
  color: #9e905e;
  width: 15px;
  text-align: center;
}

/* Right sidebar styling */
body.wrapper-fluid .site-grid {
  grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,0%) minmax(0,30%) minmax(0,30%) minmax(0,40%) [main-end] minmax(0,1fr) [full-end]
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 0;
}
h3.sticky {
  margin: 0;
}

/* Homepage styling */
@media (min-width: 992px) {
.frontphoto {
  height: 100vh;
background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ), url('https://dinnercruisebkk.com/images/headers/dinner-cruise-bkk-d.webp') no-repeat left;
background-size: cover;}
}
@media (max-width: 991.98px) {
.frontphoto {
  height: 100vh;
background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ), url('https://dinnercruisebkk.com/images/headers/dinner-cruise-bkk-m.webp') no-repeat left;
background-size: cover;}
}
.frontcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: .5rem 2rem; 
  border: 2px solid #000000; 
  border-radius: 100px; 
  background: #9e905e; 
  text-decoration: none; 
  color: #000000; 
  font-size: 1.5em; 
  font-weight: bold; 
  margin-top: 2em;
  text-align: center;
}
a.frontcenter:hover {
  border: 2px solid #9e905e; 
  background: #000000; 
  color: #9e905e; 
}
.fronttext {
  font-family: var(--cassiopeia-font-family-headings);
  font-weight: var(--cassiopeia-font-weight-headings,700);
  color: white;
  /*text-transform: uppercase;*/
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 2rem;
  line-height: 1.2;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.frontsmall {
  color: #9e905e;
  font-size: 1.5rem;
}
.tickets {
  padding: .5rem 2rem; 
  border: 2px solid #000000; 
  border-radius: 100px; 
  background: #9e905e; 
  text-decoration: none; 
  color: #000000; 
  font-size: 1.5em; 
  font-weight: bold; 
  margin-top: 2em;
  text-align: center;
}
a.tickets:hover {
  border: 2px solid #9e905e; 
  background: #000000; 
  color: #9e905e; 
}

.face {background: #222222; padding: 10px; border-radius: 10px;"}
