@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body p, body li {
  font-family: 'Raleway', sans-serif;
  color: #01005a;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #01005a;
  font-weight: 700;
}
a {
  transition: all 0.6s ease;
  text-decoration: none !important;
  color: #01005a;
  font-family: 'Raleway', sans-serif;
}

body a {
  color: #01005a;
}

a:hover,
body a:hover,
a:active, a:focus, aside a:hover {
  color: #01005a;
}
a:hover {
  color: #01005a;
}

/* Dodatno pravilo za Safari */
@media not all and (hover: none) {
  a:hover {
    color: #01005a;
  }
}

body ol,
body ul {
  padding-left: 0.5rem;
  list-style-position: inside;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #e3e3e3;
}

::selection {
  color: #000;
  background: #e3e3e3;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}
video {
  object-fit: cover;
  max-height: 800px;
}
/*NAVBAR*/

.navbar {
  background-color: transparent !important;
  padding: 0px;
}
.navbar .nav-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #01005a;
  font-size: 18px;
  line-height: 25px;
  padding: 10px;
  text-align: center;
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
.navbar .active .nav-link {
  color: #01005a;
}
.navbar .nav-link:hover {
  color: #01005a;
}
.navbar li {
  display: flex;
  align-items: center;
}
header {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.14); 
  background-color: #fff !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar, header {
  background-color: #fff !important;
  transition: box-shadow 0.5s ease-out, background-color 0.5s ease-out;
}
.navbar.navbar-active .nav-link {
  color: #01005a;
}
/* .social-network {
  gap: 15px;
} */
.social-network i {
  font-size: 20px;
  color: #6f8acd;
  transition: all 0.6s ease;
}
footer i {
  font-size: 20px !important;
  color: #fff;
  transition: all 0.6s ease;
}
.social-network i:hover, footer i:hover {
  color: #000;
}
.navbar-toggler .fa:before {
  content: "\f0c9";
}
.navbar-toggler.close .fa:before {
  content: "\f00d";
}
.navbar .nav-link, .page-template-booking .accordion-body a, .dates a {
  position: relative;
}
.navbar .nav-link:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #01005a;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
.navbar .nav-link:hover:after, a:hover:after { 
  width: 100%; 
  left: 0; 
}
.page-template-booking .accordion-body a:after,
.dates a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #01005a;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
.page-template-booking .accordion-body a:hover:after,
.dates a:hover:after { 
  width: 100%; 
  left: 0; 
}
/*MAIN*/
.page-template-homepage .first-section h1,
.page-template-homepage .first-section h2,
.page-template-team h1,
.page-template-booking h1,
.page-template-contact h1,
.page-template-sailing h1,
.page-template-single-page h1,
.page-template-gallery h1 {
  font-size: 64px;
  margin-bottom: 72px;
  margin-top: 72px;
}
h1 {
  font-size: 64px;
  line-height: 60px;
  margin-bottom: 0;
}
.heading-left-sidebar {
  font-size: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 33px;
  margin-bottom: 10px;
}
section.pages .group-pages, section.hp-section-posts .group-pages{
  position: relative;
  overflow: hidden;
}
section.pages .image-text, section.hp-section-posts .image-text {
  position: absolute;
  top: 25px;
  left: 25px;
}
section.pages .image-text a, section.hp-section-posts .image-text a {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}
section.pages img {
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-property: all;
  transition-property: transform;
  height: 100%;
}
section.pages img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
section.hero-single img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  object-position: bottom;
}
aside p, aside a {
  color: #b0b0b0;
  margin-bottom: 0;
  font-weight: 500;
}
.images-size img {
  width: 100%;
  height: 100%;
}
section.hp-section-posts .group-pages img {
  height: 385px;
  object-fit: cover;
}
/* .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 100, 200, 0.5); 
  opacity: 5;
  transition: opacity 0.2s ease-in-out;
}  */
.about__header {
  background: var(--background) url('/wp-content/uploads/2023/05/vt.jpg') no-repeat;
}
.gravity-theme input[type="submit"] {
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #01005a;
  font-weight: 700;
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
.gravity-theme input[type="submit"]:hover, body #myBtn:hover {
  background-color: #000;
}
.logo {
  width: 120px;
}
aside {
  margin-bottom: 20px;
}
.ngg-gallery-thumbnail img {
  width: 100%;
}
section.pages .group-pages img {
  height: 385px;
  width: 100%;
}
#sailing-programs {
  margin-bottom: 72px;
  margin-top: 72px;
}
.page-template-team section.hp-section-posts .image-text p {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
  color: #fff;
}
.page-template-team .content-team,
.page-template-single-page-left-sidebar .hero-single.hero,
.page-template-single-page-left-sidebar h1 {
  margin-bottom: 72px;
}
.accordion-item {
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-header {
  display: inline-block;
}
.accordion-button {
  gap: 10px;
  text-transform: uppercase;
  color: #01005a;
  font-weight: 700;
}
.page-template-single-page-left-sidebar .accordion-button {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.page-template-booking .accordion-button[aria-expanded="true"], .page-template-booking .accordion-button[aria-expanded="false"]:hover {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.page-template-booking .accordion-button[aria-expanded="false"] {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.accordion-button:not(.collapsed) {
  color: #01005a;
  font-weight: 700;
  box-shadow: none;
}
.accordion-body, .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal {
  border: none;
  display: flex;
  margin-right: 1rem;
}
.wpml-ls-legacy-list-horizontal::after {
  content: "|";
  color: #d0d0e4;
} 
.page-template-single-page-left-sidebar .dates {
  background-color: #F5F5F5;
}
.page-template-single-page-left-sidebar .dates h3, .accordion-body h3 {
  font-size: 24px;
}
.page-template-single-page-left-sidebar .month, .page-template-booking .accordion-body .month {
  font-size: 20px;
}
body #myBtn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  color: #fff;
  z-index: 99;
  background-color: #01005a;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
.collapsing {
  transition: height .5s ease;
}
.page-template-booking .collapsing {
  transition: none;
}
.page-template-booking .accordion-body {
  background-color: #F5F5F5;
}
.page-template-booking .accordion-body .row {
  max-width: 950px;
  margin: 0 auto;
}
.page-template-booking .accordion-button::after {
  background-image: none;
  content: none;
}
.gchoice.gchoice_1_10_1 {
  display: flex;
  gap: 10px;
  align-items: baseline;
  border: 1px solid #D9D9D9;
  padding: 20px;
}
.gform_description {
  display: none;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  border: 1px solid #D9D9D9;
  border-radius: 0;
}
.ngg-galleryoverview {
  margin-top: 0;
}
.wpml-ls-legacy-list-horizontal a {
  padding-right: 1rem;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:first-of-type::after {
  content: "/";
}
.wpml-ls-legacy-list-horizontal>ul, .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: flex;
  align-items: center;
}
.wpml-ls-current-language, .wpml-ls-link:hover {
  color: #01005a;
  font-weight: 700;
}
/*FOOTER*/
footer.wrapper {
  background-image: url(/wp-content/uploads/2023/05/sailing-footer-background.jpg);
}
footer.wrapper ul {
  list-style: none;
}
footer.wrapper ul li, footer.wrapper ul li a {
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}
footer.wrapper ul li a:hover {
  color: #000;
}
/* RESPONSIVE */
@media all and (min-width: 992px) {
  #main-nav.navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #main-nav .collapse:not(.show) {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .mobile-lay {
    display: none;
  }
  .single-teams .flex-item {
    flex-basis: 50%;
  }
  .navbar .nav-link {
    margin-left: 10px;
  }
  footer .logo {
    width: 235px;
  }
}

@media all and (max-width: 991px) {
  #main-nav.navbar-expand-xl .navbar-toggler {
    display: block;
  }
  .navbar-toggler-icon:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    margin-top: 5px;
  }
   section.pages .group-pages img {
    height: 200px;
    width: 100%;
  }
  section.hp-section-posts .group-pages img {
    height: auto;
    width: 100%;
  }
  section.pages .image-text, section.hp-section-posts .image-text {
    top: 10px;
  }
}

@media all and (min-width: 768px) {
  .images-size img {
    max-height: 245px;
  }
  .logo {
    width: 180px;
  }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .heading-left-sidebar::before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #b0b0b0;
  }
  section.hero {
    margin-top: 60px;
  }
  .single-teams section.hero {
    margin-top: 100px;
  }
  .page-template-contact h1,
  .page-template-gallery h1 {
    margin-top: 150px;
  }
}

@media all and (max-width: 767px) {
  .page-template-homepage .first-section h1,
  .page-template-homepage .first-section h2,
  .page-template-team h1,
  .page-template-booking h1,
  .page-template-contact h1,
  .page-template-sailing h1,
  .page-template-gallery h1,
  .page-template-single-page h1 {
    font-size: 32px;
    line-height: 25px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 25px;
  }
  .heading-left-sidebar {
    font-size: 30px;
  }
  footer.wrapper ul li, footer.wrapper ul li a {
    line-height: inherit;
    font-size: 15px;
  }
  .page-template-team .content-team, .page-template-single-page-left-sidebar .hero-single.hero, .page-template-single-page-left-sidebar h1 {
    margin-bottom: 24px;
  }
  .page-template-booking .space {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .page-template-single-page-left-sidebar .dates h3, .accordion-body h3 {
    font-size: 22px;
  }
}
span.wpcf7-list-item {
    margin: 0;
    font-size: 12px;
    line-height: 17px;
}
.wpcf7 input[type=submit] {
    color: #01005a;
    border-color: #01005a;
}
.wpcf7 input[type=submit]:hover {
    color: #fff;
    background-color: #01005a;
    border-color: #01005a;
}