/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.18.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 17 Oct 2022 10:38:20 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

.fleet-template-default .container,
.krouazieres-template-default .container,
.ekdromes-template-default .container {
  width: 100%;
  max-width: 100%;
}

.fleet-template-default #main-content .container,
.krouazieres-template-default #main-content .container,
.ekdromes-template-default #main-content .container {
  padding-top: 0px !important;
}

.fleet-template-default .et_post_meta_wrapper,
.krouazieres-template-default .et_post_meta_wrapper,
.ekdromes-template-default .et_post_meta_wrapper {
  display: none;
}

/* Common Grid Layout */
.my-fleet-grid,
.my-krouazieres-grid,
.my-ekdromes-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.my-fleet-item img,
.my-krouazieres-item img,
.my-ekdromes-item img {
  display: block;
  width: 100%;
  height: auto;
}

.my-fleet-item,
.my-krouazieres-item,
.my-ekdromes-item {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 2224px) {
  .my-fleet-item,
  .my-krouazieres-item,
  .my-ekdromes-item {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  .my-fleet-item,
  .my-krouazieres-item,
  .my-ekdromes-item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .my-fleet-item,
  .my-krouazieres-item,
  .my-ekdromes-item {
    width: 100%;
  }
}

/* Common Filter Links */
.my-fleet-filter-links-wrapper a,
.my-krouazieres-filter-links-wrapper a,
.my-ekdromes-filter-links-wrapper a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 3px;
}

.my-fleet-filter-links-wrapper a:hover,
.my-krouazieres-filter-links-wrapper a:hover,
.my-ekdromes-filter-links-wrapper a:hover {
  background: #f0f0f0;
}

.my-fleet-filter-links-wrapper a.active,
.my-krouazieres-filter-links-wrapper a.active,
.my-ekdromes-filter-links-wrapper a.active {
  background: #333;
  color: #fff;
}

/* Common Meta & Info Styling */
.my-vessel-info,
.my-fleet-meta,
.my-krouazieres-info,
.my-krouazieres-meta,
.my-ekdromes-meta {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2px;
}

.vessel-info-item,
.fleet-meta-item,
.krouazieres-info-item,
.krouazieres-meta-item,
.ekdromes-meta-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
}

.fleet-meta-item img,
.krouazieres-meta-item img,
.ekdromes-meta-item img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}

.vessel-info-item,
.krouazieres-info-item {
  padding: 5px 30px;
}

.vessel-info-item img,
.krouazieres-info-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.my-krouazieres-title {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.supsystic-tables-wrap thead {
  background: #dbe8ff;
}

.supsystic-tables-wrap {
  border: 1px solid #999 !important;
}

.supsystic-tables-wrap tr td:nth-child(1) {
  font-weight: 700;
}

.item-cf_container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-cf-detials,
.item-cf-dates {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.item-cf-detials label,
.item-cf-dates label {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.item-cf-detials p,
.item-cf-dates p {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.item-cf-detials input,
.item-cf-dates input {
  width: 100%;
  padding: 8px;
  border: 2px solid #000;
  background-color: #dbe8ff;
}

.item-cf-message label {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.item-cf-message textarea {
  width: 100%;
  padding: 8px;
  min-height: 100px;
  border: 2px solid #000;
  background-color: #dbe8ff;
}

.item-cf-submit {
  text-align: center;
}

.item-cf-submit input {
  padding: 10px 20px;
  background-color: #dbe8ff;
  color: #000;
  border: 2px solid black;
  font-size: 20px;
  cursor: pointer;
}

.item-cf-submit input:hover {
  background-color: #0056b3;
}

/* Responsive για μικρότερες οθόνες */
@media (max-width: 600px) {
  .item-cf-detials,
  .item-cf-dates {
    flex-direction: column;
    gap: 5px;
  }
}
