@font-face {
  font-family: Georgia;
  src: url("../fonts/Georgia Regular font.ttf");
}
@font-face {
  font-family: Georgia;
  src: url("../fonts/georgia italic.ttf");
  font-style: italic;
}
/*-=Small screens=-*/
@media only screen and (max-width: 767px) {
  body:not(.home) .header {
    position: static;
    background-color: #000;
  }
  body:not(.home) .hero-img {
    background-repeat: no-repeat;
    width: 100%;
    /*height: 0 !important;*/
    /*padding-top: 28%;*/
    padding-top: 10%;
    background-size: cover;
  }

  /* TOP BAR Mobile STYLING */
  .title-bar {
    background-color: rgba(0, 0, 0, 0.75);
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }

  .top-bar {
    display: none;
    height: auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.75);
    /* menu list background color */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Lato", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: rgba(0, 0, 0, 0.75);
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: rgba(0, 0, 0, 0.75) !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: rgba(13, 13, 13, 0.75) !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 15px;
    margin: auto;
  }
  .top-bar ul li[aria-expanded=true] > a {
    background: rgba(0, 0, 0, 0.75);
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded=true] > a .accordion-toggle i.fa {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }
  .top-bar ul .current-menu-item > a {
    color: #e76d41;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 768px) {
  /* TOP BAR STYLING */
  .title-bar {
    display: none;
  }

  .top-bar {
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 20px;
    background: transparent;
    font-size: 20px;
    height: 109px;
    line-height: 109px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    height: 100%;
    background: transparent;
    color: #e76d41;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    background: transparent;
    color: #e76d41;
  }
  .top-bar .header-menu:after {
    content: "";
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    background: rgba(255, 255, 255, 0.75);
    color: rgba(0, 0, 0, 0.75);
  }
  .top-bar .submenu {
    display: none;
    border: none;
    width: 21em;
    background: rgba(0, 0, 0, 0.75);
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li {
    display: block;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    height: 100%;
    padding: 0.667rem 1.25em;
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    -webkit-transition: color 250ms ease, padding 250ms ease;
    -o-transition: color 250ms ease, padding 250ms ease;
    transition: color 250ms ease, padding 250ms ease;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    padding-left: 1.5em;
    background: transparent;
    color: #e76d41;
  }
  .top-bar .submenu li.has-dropdown > a {
    padding: 0.667rem 1.25em;
    font-size: 18px;
  }
  .top-bar .submenu li.has-dropdown a {
    font-size: 18px;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  /* Align Menu to the right
  	 .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
  	 .top-bar .header-menu { text-align: center; }
  	 .top-bar .header-menu > li{ float: none; display: inline-block; } */
}
@media only screen and (max-width: 1601px) {
  #main-menu .header-menu li > a {
    font-size: 18px;
    padding: 0 15px;
  }
  #main-menu .header-menu .is-submenu-item a {
    padding: 10px 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  #main-menu .header-menu li > a {
    font-size: 17px;
    padding: 0 10px;
  }

  .header .phone-number {
    padding: 0 5px;
  }

  .single-post-item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #main-menu .header-menu li > a {
    font-size: 16px;
    padding: 0 10px;
  }

  .header .phone-number {
    padding: 0 5px;
  }
  .header .phone-number:before {
    left: -5px;
  }
  .header .columns {
    padding: 0 5px;
  }

  .top-bar .submenu {
    width: 15em;
  }
}
@media only screen and (max-width: 1024px) {
  .tax-series .cruise-item-inner {
    padding: 0 20px;
  }
  .tax-series .ship-button {
    padding: 18px 30px;
  }

  #main-menu .header-menu li > a {
    font-size: 14px;
    padding: 0 7px;
  }

  .header .phone-number {
    font-size: 18px;
  }

  #home-slider {
    height: 515px;
    min-height: 515px;
  }
  #home-slider .slider-caption h2 {
    font-size: 2em;
  }
  #home-slider .slider-caption h3 {
    font-size: 3em;
  }
  #home-slider .slider-caption .button {
    padding: 15px 50px;
    font-size: 24px;
  }

  .section-cruises .cruise-grid-item {
    width: 50%;
  }

  .testimonial-container {
    margin-bottom: 5.75rem;
    margin-top: 5.75rem;
  }

  .footer-menu-wrap {
    width: 33.3334%;
    text-align: center;
  }

  .block-row-img {
    height: 525px;
  }

  .block-row-text {
    height: 525px;
    line-height: 525px;
  }

  .section-cruises .cruise-grid-item.bottom-cruises {
    width: 50%;
  }

  .single-post-item .blog-post-left {
    width: 64%;
  }
  .single-post-item .blog-post-right {
    width: 34%;
  }

  .scroll-icon {
    bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .date-table-header {
    display: none;
  }

  .hidden-price {
    display: inline-block;
  }

  .date-table-list {
    padding-bottom: 4em;
    padding-right: 15px;
  }
  .date-table-list li {
    width: auto;
    float: none;
  }
  .date-table-list li:nth-child(2) {
    padding-bottom: 10px;
  }
  .date-table-list .table-date, .date-table-list .fleet-popup {
    display: inline-block;
  }
  .date-table-list .table-route {
    display: block;
  }
  .date-table-list .table-price_a {
    float: none;
    display: inline-block;
  }
  .date-table-list .reserv-button {
    right: auto;
    left: 15px;
    max-width: 100%;
    padding: 8px 37px;
    bottom: 21px;
  }

  .tax-series .cruise-title {
    font-size: 36px;
  }
  .tax-series .ship-button {
    font-size: 24px;
  }
  .tax-series .price, .tax-series .price-label {
    font-size: 28px;
  }
  .tax-series .cruise-item-caption {
    right: 0;
  }

  h1, .h1 {
    margin-bottom: 0.75rem;
  }

  .headings {
    padding: 0 0 1.75rem 0;
    margin: 0 0 1.5rem 0;
  }

  #main-menu .header-menu li > a {
    font-size: 13px;
    padding: 0 4px;
  }

  .header .phone-number {
    font-size: 15px;
  }
  .header .phone-number:before {
    display: none;
  }

  .gallery-grid .large.gallery-col {
    width: 100%;
  }
  .gallery-grid .small.gallery-col {
    width: 50%;
  }

  .content-inner {
    margin-top: 1.75rem;
  }

  .gallery-grid {
    margin-top: 2.125rem;
    margin-bottom: 1rem;
  }

  .headers-section .h1 {
    margin-top: 30px;
    margin-bottom: 0.75rem;
  }
  .headers-section .h2 {
    padding: 0 0 1.75rem 0;
    margin: 0 0 2.125rem 0;
  }

  .block-row-img {
    height: 425px;
  }

  .block-row-text {
    height: 425px;
    line-height: 425px;
  }

  .testimonial-container {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }

  .cruises-detail-inner {
    padding: 155px 20px 50px;
  }
  .cruises-detail-inner h1 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .cruises-detail-inner .price-label {
    margin: 0;
    font-size: 22px;
  }
  .cruises-detail-inner .price {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .cruises-detail-inner p {
    font-size: 15px;
  }
  .cruises-detail-inner .divider {
    margin: 24px 0 20px;
  }
  .cruises-detail-inner .cruises-length {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .cruises-detail-inner .button {
    padding: 11px 30px;
    font-size: 19px;
  }

  .tabs-title > a {
    padding: 1.444em 1.5em;
  }

  .tabs-content {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .itinenary-column:first-child {
    padding: 0;
  }
  .itinenary-column:nth-child(2) {
    padding: 0;
  }

  .itinerary-img, .cruise-accordion {
    margin-bottom: 2.125rem;
  }

  .ship-posts .ship-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #main-menu .header-menu .is-submenu-item a {
    padding: 0 15px;
  }

  #main-menu .header-menu li > a {
    font-size: 18px;
    padding: 0 20px;
  }

  .header {
    border-bottom: none;
  }

  .logo-column {
    max-width: 47%;
  }

  .header .menu-column {
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .header .menu-column .title-bar {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .header .menu-column .menu-icon {
    margin-left: 1.25rem;
  }

  .header .phone-number {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    text-align: center;
    font-size: 21px;
  }

  #menu-main-menu {
    display: block;
  }
  #menu-main-menu .menu-item .menu-item a {
    padding-left: 40px;
  }
  #menu-main-menu .menu-item .menu-item .menu-item a {
    padding-left: 60px;
  }

  .cruises-header {
    display: block;
  }
  .cruises-header .cruises-thumbnail {
    width: 100%;
    height: 400px;
  }
  .cruises-header .cruises-detail-inner {
    padding: 22px 20px 30px;
  }
  .cruises-header .cruises-detail {
    width: 100%;
  }

  .tabs-inner {
    display: block;
    text-align: center;
  }

  .tabs-title > a {
    padding: 0.5em 1.5em;
  }

  .tabs-content {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .ship-thumbnail {
    margin-top: 20px;
    text-align: center;
  }

  .section-cruises .cruise-grid-item.bottom-cruises {
    width: 100%;
  }

  .hero-title {
    font-size: 36px;
  }

  .ship-posts {
    padding-bottom: 20px;
  }
  .ship-posts .ship-item-inner {
    padding: 0 35px;
  }
  .ship-posts .ship-title {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .ship-posts .price, .ship-posts .price-label {
    font-size: 24px;
  }
  .ship-posts .ship-button {
    margin: 20px 0 0 0;
    padding: 14px 33px;
    font-size: 18px;
  }

  .bottom-title {
    padding: 0 15px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    display: block;
    margin: 0 auto;
  }

  .blog-page-title {
    margin-top: 80px;
  }

  #contact-form ul li.pad-right {
    padding: 0;
  }
  #contact-form ul li.pad-left {
    padding: 0;
  }

  .single-post-item .blog-post-left {
    width: 100%;
    float: none;
  }
  .single-post-item .blog-post-right {
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 300px;
  }

  .top-bar .submenu {
    width: 100%;
  }

  #contact-form .gfield_error {
    width: 100%;
  }

  .tax-list .cruise-title {
    max-width: 100%;
  }
  .tax-list .price, .tax-list .price-label {
    max-width: 100%;
  }
  .tax-list .ship-button {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  h1, .h1 {
    font-size: 1.75rem;
  }

  p {
    font-size: 16px;
  }

  .headings {
    font-size: 1.5rem;
  }

  .header .phone-number {
    font-size: 18px;
  }

  #home-slider .slick-prev, #home-slider .slick-next {
    top: 90%;
  }
  #home-slider .slick-prev {
    left: 0;
  }
  #home-slider .slick-next {
    right: 0;
  }
  #home-slider .slider-caption h2 {
    font-size: 1.5em;
  }
  #home-slider .slider-caption h3 {
    font-size: 2em;
  }
  #home-slider .slider-caption .button {
    padding: 10px 30px;
    font-size: 20px;
  }

  .gallery-grid .small.gallery-col {
    width: 100%;
  }

  .headers-section .h1 {
    margin-top: 20px;
    font-size: 1.75rem;
  }
  .headers-section .h2 {
    margin: 0 0 1.125rem 0;
    font-size: 1.5rem;
  }

  .section-cruises .cruise-grid-item {
    width: 100%;
  }
  .section-cruises .cruise-grid-link {
    height: 423px;
  }
  .section-cruises .cruise-grid-caption {
    height: 423px;
    line-height: 423px;
  }
  .section-cruises .cruise-caption-inner {
    padding: 0 25px;
  }
  .section-cruises .cruise-grid-title {
    font-size: 30px;
  }
  .section-cruises .cruise-grid-days {
    font-size: 22px;
  }
  .section-cruises .cruise-grid-button {
    padding: 9px 40px;
    font-size: 18px;
  }

  .block-row-img {
    height: 325px;
  }

  .block-row-text {
    height: 375px;
    line-height: 375px;
  }
  .block-row-text .button {
    margin-top: 0.154em;
    padding: 0.625em 2.5em;
    font-size: 1em;
  }

  .block-content {
    padding: 0;
  }

  .footer-top {
    padding: 3em 1em;
  }

  .footer-menu-wrap {
    width: 50%;
    padding: 0;
  }

  #footer-form .gfield input {
    padding: 0 1.083em 0.25em 0;
    font-size: 2em;
  }
  #footer-form .gform_footer {
    width: 65px;
  }

  .footer-bottom {
    text-align: center;
  }

  .tabs-panel {
    padding: 0;
  }

  .ship-item {
    padding: 15px;
  }

  .ship-gallery {
    display: block;
  }
  .ship-gallery a {
    margin-right: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
  }

  .main-content {
    padding: 2em 0;
  }

  .ship-posts .ship-item {
    width: 100%;
  }

  .cruises-detail-inner.fleet-detail h1 {
    font-size: 24px;
  }
  .cruises-detail-inner.fleet-detail p {
    font-size: 16px;
  }
  .cruises-detail-inner.fleet-detail .divider {
    margin: 30px 0 30px;
  }

  .slider-wrap {
    width: 100%;
  }

  .diagram-wrap {
    width: 100%;
  }

  .tabs-panel .row {
    margin: 0;
  }

  .blog-page-title {
    margin-top: 30px;
  }

  .gift-item {
    display: block;
  }
  .gift-item .gift-item-left, .gift-item .gift-item-right {
    width: 100%;
    text-align: center;
  }

  .footer-bottom li {
    padding: 0 12px;
  }
  .footer-bottom li:before {
    left: 0;
  }
  .footer-bottom ul {
    margin: 0;
  }

  .footer .ctct-form-description {
    bottom: auto;
    top: -50px;
  }

  #footer-form .ctct-form-field-email label {
    font-size: 28px;
  }
}
@media only screen and (max-width: 440px) {
  .inner-header {
    padding: 1.875em 2.125em 2.5em;
  }

  .footer-menu-wrap {
    width: 100%;
  }

  .footer .gform_heading span {
    font-size: 16px;
  }
  .footer .gform_footer .button {
    font-size: 1.75em;
  }

  .footer-top {
    padding: 0 1em 1em;
  }

  .footer-bottom li {
    padding: 0 13px;
  }
  .footer-bottom li:before {
    display: none;
  }
}