/*
Theme Name: Yacht Charter
Theme URI: 
Author: Jeff
Author URI: 
Description: Yacht Charter
Version: 0.1.0
Tested up to: 5.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: yacht-charter
Slug: yacht-charter
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.waves {
    position: absolute;
    width: 100%;
    height: 31vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
}
.pl-0{padding-left:0;  }
.m-rl{margin-right: 0;margin-left: 0}
#slider-section{
    position: relative;
    overflow: hidden; 
}

/**/
#service-section .planesvg svg {
    position: relative;
    top: -10px;
    left: 52px;
}

#service-section {
    position: relative;
    overflow: hidden;
    padding: 3em 0 0em 0;
    overflow: hidden;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-area .blog-img{
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: 100%;
    height: 100%;
}
.blog-area .blog-image:before{
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    margin: auto;
    /* border-top-left-radius: 174px; */
    /* border-top-right-radius: 312px; */#slider-section .planesvg {
    position: relative;
    top: -2em;
    left: 0%;
}

    background: #e2bc95;
    transition: all .4s;
    top: 0px;
    right: 7px;
    border-radius: 256px 237px 252px / 209px 311px;
    transform: rotate(44deg);
}
.footer-area {
    position: relative;
    display: block;
    background-color: #f0f0f0;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    padding:3em 3em 0em 3em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 solid #e5e7eb;
    margin: 2rem;
    box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.1);
}
.footer-area .f-oly{
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.recentcomments a {
    display: inline-block !important;
    padding-left: 18px !important;
    margin: 0 !important;
}

.img-iti img {
  height: 50vh !important;
  object-fit: cover;
  object-position: center center;
}

.about-banner-text {
  text-align: center;
  margin: 2rem;
}

.ewd-ufaq-faq-title-text h4 {
  color: #000;
  font-size: 24px;
}

.ewd-ufaq-post-margin-symbol {
  color: #000;
}

.ewd-ufaq-faq-div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ewd-ufaq-faq-list {
  justify-content: center;
  display: flex;
}

.ewd-ufaq-faqs {
  width: 70%;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
  float: right !important;
}

.container {
  max-width: 100%;
}

#page, #content {
  background-color: inherit;
}

.widgettitle {
  margin-bottom: 20px;
}

.page-tagline {
  color: #fff;
  margin: 10px auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 64rem;
/*  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);*/
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.nav-country {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
}

.nav-country > div {
  display: inline-block;
  position: relative;
  width: 13rem;
  font-size: 20px;
  border-right: 1px solid #9e9e9e;
}

.nav-country > div:last-child {
  border-right: none;
}

.nav-country > div > a{
  color: #9e9e9e;
}

.eb-slider-image {
  border-radius: 20px;
}

.btn-charter {
  color:#b9eaff;
  border-color:#b9eaff;
  border-width: 1px;
  border-radius: 140px;
  background-color:#b9eaff03;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-charter:hover {
  color:#b9eaff;
  background-color: #b9eaff4d;
}

.slick-prev, .slick-next {
  width: 40px !important;
  height: 40px !important;
}

.region {
  border-radius: 20px;
  background-color: #fff;
  padding: 5px;
}

.region-inner {
  border-radius: 20px;
  background-color: #fafafa;
  padding: 10px 20px;
  position: relative;
  height: 400px;
}

.region-inner-horz {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.region-inner-horz .oy-image-wrapper {
  margin: 0;
}

.region-inner .oy-image-wrapper img {
  height: 190px;
  object-fit: cover;
}

.region-inner-horz .oy-image-wrapper img {
  width: 190px;
}

.region-inner-horz .region-desc {
  padding: 20px;
}

.oy-img-style-rounded img {
  border-radius: 12px;
}

.region-link,
.region-link:hover {
  color: inherit;
}

.region .svg-icon {
  margin-left: 10px;
  width: 20px;
}

.region .explore {
  display: flex;
  position: absolute;
  bottom: 10px;
}

.oy-image-wrapper img {
  width: 100%;
}

.container {
  padding: 0;
}

header .bottomhead .menu {
  margin: 0 auto;
}

.clickable {
  cursor: pointer;
}

.home-search-bar div {
  margin-left: 20px;
  margin-right: 20px;
}

.home-search-bar div span {
  color: #9e9e9e;
  font-size: 16px;
}

.home-search-bar {
  width: 80%;
  height: 100px;
  background: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size:20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px 1px;  
}

.wp-block-cover .region-desc h3 {
  color: #000;
}

.wp-block-cover .region-desc p {
  color: #919191;
}
/*
.header-navigation-wrapper .primary-menu a {
  text-shadow: 2px 2px 10px rgb(0,0,0,0.9);
}

.site-logo img {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.2));
}
*/
.wp-block-separator {
  background-color: #B5A998;
  color: #B5A998;
}

.eb-advance-heading-wrapper .eb-ah-separator {
  color: #B5A998 !important;
}

body {
  color: var(--eb-global-text-color);
}

h1, h2, h3, h4, h5, h6 {
  color: #2B3340;
}

.region-link .tag-area {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 20px;
  border-radius: 18px;
  margin: 10px 0 5px 0;
}

.region-link .tag-area i {
  margin-right: 10px;
}

.page-insider {
  padding: 0 6rem;
}

.section-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.wp-block-post-title {
  margin: 3rem 3rem 3rem 0;
}

@media (min-width: 1300px) {
  .breadcrumb-section h1 {
    font-size: 3.5rem;
  }
}


/*Shrinking for mobile*/
@media (min-width: 992px) {

    .top-header {
        display: block !important
    }
    .breadcrumb-section {
        background: #000;
        margin: 2rem;
    }

}

@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .videos {
    position: relative;
    top: 0;
  }
  #aboutus-section {
    padding: 1em 0em 2em 0em;
  }
  .row>* {
    width:auto;
  }
  .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
  }
  .form-inline .input-group>.form-control {
      width: 100%;
  }
  .footer-area {
    margin: 1rem;
  }
  .main-header {
    top: 0;
  }
  .breadcrumb-section {
    margin: 1rem;
  }
  .region-inner-horz .oy-image-wrapper img {
    width: 100%;
  }
  .region-inner .oy-image-wrapper img {
    height: auto;
  }
  .region-inner, .region-inner-horz {
    height: auto;
  }
  .region-inner {
    display: block;
  }
  .region-inner-horz .region-desc {
    padding: 20px 5px;
  }
  .region .explore {
    position: relative;
    bottom: 0;
  }
  .page-insider {
    padding: 0 1rem;
  }
  .section-filter {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-charter {
    color:#1d2b46;
    background-color:#b9eaff;
  }
}

@media (max-width: 575px) {
#slider-section .slidercontent {top: 10%;}
.hero-style .slide-title h2 { font-size: 28px;}

}
@media (max-width: 475px) {
.hero-style .slide-title h2 {font-size: 20px;}
.hero-style .slide-text p { font-size: 16px;line-height: 1.3;}
}