/*
Theme Name: Divi Child
Theme URI: https://example.com
Description: Divi Child Theme
Author: Your Name
Template: Divi
Version: 1.0.0
*/

#main-header {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
}

.custom-logo-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    margin-top: -838px;
}

.custom-logo-overlay img {
    max-height: 60px;
}

.et_pb_fullwidth_section {
    position: relative;
}

.et_pb_slide {
	height: 840px;
}

#1top-menu-nav {
	display: none;
}

#logo {
	width: auto;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-bottom: 0;
	max-height: 82%;
	display: inline-block;
	float: right;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	margin: 50px 20px;
	/* height: 300px; */
}

#main-header {
	display: none;
}






.topRows .et_pb_row:first-child {
    border-top: none;
}


.rowsTitle {
	color: #348abd;
	text-transform: uppercase;
	font-size: 19px;
	padding-top: 10px;
}

.topRows {
	background: url(http://localhost/fidia/wp-content/uploads/2026/04/lion.png) no-repeat right bottom;
	background-size: 19%;
	padding-bottom: 0 !important;
}

.titeWithKey {
	padding-top: 40px;
	color: #348abd;
	text-transform: uppercase;
	font-size: 34px;
	padding-top: 48px;
}

.titeWithKey img {
	width: 24%;
	margin-top: -31px;
}

.sectionAbout {
	color: #fff;
	min-height: 750px;
}

.sectionContact {
	color: #fff;
}
#et-main-area {
	background-color: #f3ece6;
}

.gallerySection {
	height: 0;
	padding: 0 !important;
}

@media (min-width: 981px) {

.slider1 {
	font-size: 44px;
}

.slider2 {
	font-size: 25px;
	line-height: 40px;
}


  .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 2%;
	}

	.topRows .et_pb_row {
	    border-top: 1px solid #bfb7af;
	    padding: 27px 186px;
	}

  .et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 23.5%;
	}
}
.et_pb_module_header {
	color: #348abd;
	text-transform: uppercase;
	font-size: 26px !importantant;	
}

.blurbs15 .et_pb_column {
	border-bottom: 1px solid #bfb7af !important;
}

.et_pb_blurb_description {
	padding-bottom: 15px;
}

.title1 {
	color: #348abd;
	text-transform: uppercase;
	font-size: 26px;
	padding-top: 10px;
}

.greece-image .et_pb_image_wrap {
    display: block;
    width: fit-content;
    margin-left: auto;
}

.greece-image img {
    width: auto !important;
    max-width: 300px;
}

@media (max-width: 981px) {

.slider1 {
	font-size: 25px;
	line-height: 30px;
}

.slider2 {
	font-size: 18px;
	line-height: 25px;
}

.custom-logo-overlay {
	margin-top: -404px;
}

.et_pb_slide {
	height: 400px !important;
}

.topRows .et_pb_row {
	padding: 0 0 30px 0;
}

.topRows .et_pb_column {
	margin-bottom: 10px;
}

.topRows {
	background-position: 97% 96%;
}

.titeWithKey img {
	display: none	;
}
.blurbs15 .et_pb_column {
	border-bottom: 1px solid #bfb7af !important;
}
.et_pb_main_blurb_image {
	margin-bottom: 20px;
}
.greece-image .et_pb_image_wrap {
	margin-left: unset;
}
  .reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
.blurbs15 {
	padding-bottom: 0;
}
.img15 {
	padding-top: 35px;
}
}


/* SECTION OVERLAY (dark transparent layer) */
.contact-section {
    position: relative;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.contact-section .et_pb_row {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* TITLE */
.contact-title {
    color: #fff;
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 20px;
}

.contact-title p {
	padding-bottom: 10px !important;
}

/* FORM WRAPPER */
.contact-overlay-form {
    max-width: 320px;
    margin: 0 auto;
}

/* INPUTS */
.contact-overlay-form input,
.contact-overlay-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background: #fff;
    font-size: 14px;
}

/* TEXTAREA HEIGHT */
.contact-overlay-form textarea {
    height: 100px;
    resize: none;
}

/* SUBMIT BUTTON */
.contact-overlay-form input[type="submit"] {
    background: #2f6d9d;
    color: #fff;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 15px;
}

/* BUTTON HOVER */
.contact-overlay-form input[type="submit"]:hover {
    background: #4a7486;
}

.contact-overlay-form input::placeholder,
.contact-overlay-form textarea::placeholder {
    color: #2f6d9d;
    opacity: 1; /* important for Safari/Firefox */
}

/* Safari / older Chrome */
.contact-overlay-form input::-webkit-input-placeholder,
.contact-overlay-form textarea::-webkit-input-placeholder {
    color: #2f6d9d;
}

/* Firefox */
.contact-overlay-form input::-moz-placeholder,
.contact-overlay-form textarea::-moz-placeholder {
    color: #2f6d9d;
}

/* IE/Edge (old) */
.contact-overlay-form input:-ms-input-placeholder,
.contact-overlay-form textarea:-ms-input-placeholder {
    color: #2f6d9d;
}

#footer-bottom .container {
	text-align: center;
	color: #fff;
}

#footer-bottom {
	padding: 10px 0;
}

.contact-section {
    position: relative;
}

/* container */
.contact-icons {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: flex;
    gap: 18px;
    z-index: 3;
}

/* each item */
.contact-icons a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.9;
}

/* icons */
.contact-icons i {
    font-size: 16px;
}

/* hover */
.contact-icons a:hover {
    opacity: 1;
}