@charset "UTF-8";
/*
Theme Name: Holiday Travel Cruise
Author: TheMagnifico52
Theme URI: https://www.themagnifico.net/products/holiday-travel-cruise
Author URI: https://www.themagnifico.net/
Version: 0.0.9
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: holiday-travel-cruise

Holiday Travel Cruise Theme has been created by TheMagnifico(themagnifico.net), 2025.
Holiday Travel Cruise Theme is released under the terms of GNU GPL
*/

* {
  outline: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  background-color: #1E1E1E;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.body-scroll-locked {
  overflow-y: hidden;
}
body.admin-bar {
  min-height: calc(100vh - 32px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}
h1 { font-size: 46px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

pre {
  font-size: 1em;
}

a {
  color: #f4c448;
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 24px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 24px;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 900;
}
code,
kbd,
samp {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
img, svg {
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
.button,
.wp-block-button__link {
  color: #1E1E1E;
  font-weight: 700;
  background-color: #f4c448;
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: transparent;
  color: #f4c448;
  border-color: #f4c448;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
progress {
  vertical-align: baseline;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}

/**
 * Alignment CSS
 */
/*.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}*/

[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[hidden] {
  display: none;
}
.account-btn:hover,
.user-btn i:hover {
  color: #222222;
}
.featured-header-image * {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
figure {
  margin: 0;
}
.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  background: #1E1E1E;
  border-bottom: 1px solid #fff;
}
.admin-bar .main-header {
  top: 32px;
}
.main-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
.main-header .site-logo {
  max-width: 200px;
  height: auto;
}
.main-header .site-title {
  color: #f4c448;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation .primary-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-navigation .primary-menu > li {
  position: relative;
}
.site-navigation .primary-menu > li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  padding: 10px 15px;
  margin-bottom: 0;
}
.site-navigation .primary-menu .link-icon-wrapper a {
  padding-right: 0;
}
.site-navigation .link-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
}
.site-navigation .link-icon-wrapper svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.site-navigation .primary-menu > li:hover > a,
.site-navigation .primary-menu > li:focus > a,
.site-navigation .primary-menu > li:hover .link-icon-wrapper > a,
.site-navigation .primary-menu > li:focus .link-icon-wrapper > a,
.site-navigation .primary-menu > li.current-menu-item > a,
.site-navigation .primary-menu > li.current-menu-item .link-icon-wrapper > a,
.site-navigation .primary-menu > li.current-menu-parent .link-icon-wrapper > a {
  color: #f4c448;
}
.site-navigation .primary-menu li:hover .link-icon-wrapper svg,
.site-navigation .primary-menu li:focus .link-icon-wrapper svg,
.site-navigation .primary-menu li.current-menu-item svg,
.site-navigation .primary-menu li.current-menu-parent svg {
  fill: #f4c448;
}

/* SUB MENU */
.site-navigation .primary-menu ul {
  background-color: #f4c448;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  width: 200px !important;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
}
.site-navigation .primary-menu li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu li.page_item_has_children:hover > ul,
.site-navigation .primary-menu li.page_item_has_children:focus > ul {
  left: 15px;
  opacity: 1;
  transform: translateY(0);
}
.site-navigation .primary-menu ul a {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #1E1E1E;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 15px;
  transition: background-color 0.15s linear;
}
.site-navigation .primary-menu ul li a:hover,
.site-navigation .primary-menu ul li a:focus,
.site-navigation .primary-menu ul li.current-menu-item a {
  background-color: #1E1E1E;
  border-color: #f4c448;
  color: #f4c448;
}

/* offcanvas menu */
.navbar-control-offcanvas {
  display: none;
  border: 0;
  background: transparent;
}
.navbar-control-offcanvas svg {
  width: 40px;
  height: 40px;
  fill: #f4c448;
}

#offcanvas-menu {
  position: fixed;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.42);
  transition: right 0.5s;
  z-index: 1000;
}
#offcanvas-menu.offcanvas-menu-active {
  display: flex;
  right: 0;
}
#offcanvas-menu .offcanvas-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  background-color: #000;
  padding: 20px 100px;
  overflow-y: scroll;
  scrollbar-width: none;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
}
#offcanvas-menu .offcanvas-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#offcanvas-menu .offcanvas-wrapper > * {
  transform: translateX(30px);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  will-change: transform, opacity;
}
#offcanvas-menu.offcanvas-menu-active .offcanvas-wrapper > * {
  transform: translateX(0);
  opacity: 1;
}

#offcanvas-menu .offcanvas-close {
  position: relative;
  display: block;
  right: 0;
  background: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
#offcanvas-menu .offcanvas-close svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.admin-bar #offcanvas-menu .offcanvas-close {
  margin-top: 40px;
}

#offcanvas-menu .offcanvas-main-navigation {
  width: 100%;
}
#offcanvas-menu.offcanvas-menu-active .offcanvas-main-navigation {
  transition-delay: 0.6s;
}
#offcanvas-menu .offcanvas-main-navigation ul {
  list-style: none;
  padding-left: 0;
}
#offcanvas-menu .offcanvas-main-navigation li {
  position: relative;
}
#offcanvas-menu .offcanvas-main-navigation a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin-bottom: 0;
}
#offcanvas-menu .offcanvas-main-navigation li.current-menu-item > .submenu-wrapper > a {
  color: #f4c448;
}
#offcanvas-menu .offcanvas-main-navigation li.current-menu-item .submenu-wrapper .submenu-toggle svg {
  fill: #f4c448;
}
#offcanvas-menu .offcanvas-main-navigation .sub-menu {
  display: none;
  border-top: 0;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
#offcanvas-menu .offcanvas-main-navigation .sub-menu.submenu-toggle-active {
  display: block;
}
#offcanvas-menu .offcanvas-main-navigation .submenu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 0;
}
#offcanvas-menu .offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
  border-width: 0 0 0 0;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
}
#offcanvas-menu .offcanvas-main-navigation .submenu-wrapper .submenu-toggle svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#main {
  flex: 1;
  margin-top: 71px;
  margin-bottom: 50px;
}
.content-area {
  margin-top: 40px;
}
.content-area a:not(.wp-block-button__link):hover {
  text-decoration: underline;
}

.wp-block-buttons {
  margin-bottom: 24px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid #f4c448;
  background-color: transparent;
  color: #f4c448;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
  background-color: #f4c448;
  color: #1E1E1E;
}

.wp-block-table {
  margin-bottom: 24px;
}
.wp-block-table th,
.wp-block-table td {
  border-color: #ccc;
  padding: 15px 25px;
}

.wp-block-image {
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #616161;
  background-blend-mode: multiply;
}
.banner .banner__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner .banner__title {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Page 404
--------------------------------------------------------------*/
.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-404 .content-area {
  text-align: center;
}
.error-404 .content-area h1 {
  font-size: 60px;
  font-weight: 900;
}
.error-404 .content-area p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
}
.error-404 .content-area .button:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Article
--------------------------------------------------------------*/
#latest_post h2 {
  font-size: 30px;
}

.postcat-name {
  font-size: 14px;
  color: #f4c448 !important;
  font-weight: 700;
}

.article-box {
  background: #F6FDFF;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.article-box p {
  overflow-wrap: anywhere;
}
.article-box p {
  color: #1E1E1E;
}
.article-box img {
  border-radius: 10px;
  width: 100%;
}

.article-box h3.entry-title {
  font-size: 30px;
  margin-bottom: 0;
}

h2.entry-title,
h1.entry-title,
h2.page-title {
  font-size: 40px;
}

h2.entry-title {
  word-wrap: break-word;
}

.article-box a {
  word-wrap: break-word;
  color: #f4c448;
}

.author-date a {
  font-weight: 600;
  text-transform: capitalize;
}

a.btn-text {
  background: #f4c448;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
a.btn-text:hover {
  background: #444444;
  color: #fff;
}

.meta-info-box span,
.meta-info-box a {
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
}

.entry-summary p {
  line-height: 1.7;
  font-size: 15px;
}

input[type="text"],
input[type="email"],
input[type="phno"],
input[type="password"],
textarea {
  border: 1px solid #bcbcbc;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 23px 0;
  height: auto;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}*/
a img .alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img .alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img .alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption .alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption .alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.btn-primary {
  background-color: #000;
  border-color: #000;
}
.theme-area-headlines h2 {
  font-size: 60px;
  font-weight: 900;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.posted-on,
.byline {
  color: #9a9a9a;
}

div#respond {
  border: 1px solid #bcbcbc;
  padding: 15px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  background: #f4c448;
  color: #1E1E1E;
}
.site-info {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}


/*--------------------------------------------------------------
# Scroll Back
--------------------------------------------------------------*/
#button {
  position: fixed;
  display: inline-block;
  width: 55px;
  height: 55px;
  bottom: 60px;
  right: 30px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 700;
  background-color: #f4c448;
  border: 2px solid #f4c448;
  border-radius: 5px;
  padding: 18px 0;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#button:hover,
#button:active {
  cursor: pointer;
  background-color: #222222;
  color: #f4c448;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  height: auto;
  max-width: 100%;
  padding: 0.25rem;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  color: #686868;
  font-size: 13px;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* end */

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .site-navigation {
    display: none;
  }
  .navbar-control-offcanvas {
    display: block;
  }
  #offcanvas-menu .offcanvas-wrapper {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 20px;
  }
  .alignfull {
    max-width: 1000%;
    margin-right: ~"calc(50% - 50vw)";
    margin-left: ~"calc(50% - 50vw)";
    width: auto;
  }
  .alignwide {
    max-width: 1000%;
    margin-right: ~"calc(25% - 25vw)";
    margin-left: ~"calc(25% - 25vw)";
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #offcanvas-menu .offcanvas-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner .banner__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .navigation.post-navigation .nav-links {
    display: flex;
    flex-flow: column wrap;
  }
  .navigation.post-navigation .nav-links .nav-previous,
  .navigation.post-navigation .nav-links .nav-next {
    margin-bottom: 14px;
    width: 100%;
    float: none;
    text-align: start;
  }
}