/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

.gear-home-row .et_pb_column{
	grid-template-columns: auto auto auto auto auto;
    display: grid;
    min-height: 350px;
    align-items: center;
    justify-content: center;
}

.gear-module{
	max-width: 230px;
	cursor: pointer;
	transition: 0.5s;
}

.gear-module:hover{
	z-index: 999;
    transform: scale(1.02) rotate(3deg);
}

#gear-demand {
    align-self: self-end;
}

#gear-source{
	align-self: flex-start;
    margin-left: -30px;
    margin-top: 13px;
}

#gear-procure{
	align-self: end;
    margin-left: -36px;
    margin-bottom: -1px;
}

#gear-procure{
	align-self: end;
    margin-left: -36px;
    margin-bottom: -1px;
}

#gear-auction{
	align-self: flex-start;
    margin-left: -56px;
    margin-top: -26px;
    margin-right: 60px;
}

.gear-turn-right{
	transform: rotate(3deg);
}

.gear-turn-left{
	transform: rotate(-3deg);
}
    
.selected-gear{
	transform: scale(1.02);
}



.home-e-promitheies-row .et_pb_column{
	display: flex;
    justify-content: center;
}

.home-efarmoges-selection {
    /*border: 1px solid gray;*/
    border-right: 0;
    padding: 10px 20px;
    margin-bottom: 0 !important;
    background-color: white;
    color: black;
    font-size: 18px;
    cursor: pointer;
	width: 100%;
}

.home-efarmoges-selection:last-child {
	/*border-right: 1px solid gray;*/
}

.home-efarmoges-selection.selected-efarmogi{
	background-color: #2bb3d5;
    color: white;
}


/*.award-blurb .et_pb_blurb_content{
	display: grid;
    grid-template-columns: 33% 64%;
    gap: 3%;
}

.award-blurb h4.et_pb_module_header {
    color: #2bb3d5;
	text-align: left !Important;
}

.award-blurb .et_pb_blurb_description{
	text-align: left !Important;
	line-height: 1.5em;
}*/


.award-blurb .et_pb_blurb_description{
	opacity: 0;
	visibility: hidden;
	color: white;
    line-height: 1.5em;
	transition: 0.5s;
	font-size: 13px;
	transition: opacity 0.6s ease-out !important;
    -moz-transition: opacity 0.6s ease-out !important;
    -webkit-transition: opacity 0.6s ease-out !important;
    -o-transition: opacity 0.6s ease-out !important;
	height: 0;
}

.award-blurb:hover .et_pb_blurb_description{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb3d5;
	padding: 15px;
	opacity: 1;
	visibility: visible;
	display: flex;
    flex-direction: column;
    justify-content: center;
	overflow-y: scroll;
}


/* NEW GEARS */
.gear-module-new {
    margin: inherit !important;
    cursor: pointer;
	opacity: 0.5;
	transition: all 0.5s;
}

.selected-gear-new {
    opacity: 1;
    transform: scale(1.2);
}

.gear-module-new:not(.selected-gear-new):hover{
	 opacity: 0.7;
}

.eidi-dimoprasiwn-row-two .row-subtitle h3 {
    font-size: 16px;
    padding-bottom: 12px;
}

.eidi-dimoprasiwn-row-two .et_pb_text {
    font-size: 14px;
}

#top-header a{
	color: #000 !important;
}

/* auction page */

/* width */
.auction-tab-wrap::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.auction-tab-wrap::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.auction-tab-wrap::-webkit-scrollbar-thumb {
  background: #2bb3d5; 
}

.auction-tab-wrap {
  scrollbar-color: #2bb3d5 #f4f4f4;
  scrollbar-width: thin;
}

/* Handle on hover */
.auction-tab-wrap::-webkit-scrollbar-thumb:hover {
  background: #2bb3d5cc; 
}

.auction-tab-wrap {
	overflow: auto;
    padding-bottom: 15px;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 981px) {
	.auction-tab-wrap {
		display: grid;
		grid-template-columns: repeat(10, 9%);
		gap: 1%;
		row-gap: 10px;
	}
	
	.auction-row div.scroll-arrow {
		display: none;
	}

	.auction-tab-wrap .et_pb_text:nth-child(1) {
		grid-area: 1/2/1/4;
	}

	.auction-tab-wrap .et_pb_text:nth-child(2) {
		grid-area: 1/4/1/6;
	}

	.auction-tab-wrap .et_pb_text:nth-child(3) {
		grid-area: 2/6/1/8;
	}

	.auction-tab-wrap .et_pb_text:nth-child(4) {
		grid-area: 1/8/1/10;
	}

	.auction-tab-wrap .et_pb_text:nth-child(5) {
		grid-area: 2/1/2/3;
	}

	.auction-tab-wrap .et_pb_text:nth-child(6) {
		grid-area: 2/3/2/5;
	}

	.auction-tab-wrap .et_pb_text:nth-child(7) {
		grid-area: 2/5/2/7;
	}

	.auction-tab-wrap .et_pb_text:nth-child(8) {
		grid-area: 2/7/2/9;
	}

	.auction-tab-wrap .et_pb_text:nth-child(9) {
		grid-area: 2/9/2/11;
	}

	.auction-tab-wrap .et_pb_text:nth-child(10) {
		grid-area: 3/1/3/5;
	}

	.auction-tab-wrap .et_pb_text:nth-child(11) {
		grid-area: 3/5/3/7;
	}

	.auction-tab-wrap .et_pb_text:nth-child(12) {
		grid-area: 3/7/3/11;
	}
}

.auction-tab-wrap .auction-tab {
    flex: 1;
    /*border: 1px solid gray;*/
    margin-bottom: 0px !important;
    padding: 10px;
    color: black;
    cursor: pointer;
    background: #f4f4f4;
	transition: all 0.5s ease;
	height: 92px;
	width: 240px;
	display: flex;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 980px) {
	.auction-tab-wrap .auction-tab {
		min-width: 170px;
	}
	
	.auction-tab-wrap {
		display: flex;
		gap: 10px;
	}
}

.auction-tab.selected {
    background-color: #2bb3d5;
    color: white;
}

.auction-tab:not(.selected):hover {
	opacity: 0.7;
}

.auction-row .scroll-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9eaf3;
    top: 0;
    bottom: 0;
    margin: auto;
	cursor: pointer;
	transition: all 0.5s ease;
}

.auction-row .scroll-arrow:hover {
	opacity: 0.7;
}

.auction-row .scroll-arrow.scroll-left {
    left: -12%;
}

.auction-row .scroll-arrow span.et-pb-icon {
    font-size: 28px !important;
}

.auction-row .scroll-right.scroll-arrow {
    right: -12%;
}

.page-top-header-section-news{
	background-size: cover;
    background-position: center right !important;
}

.testimonial-the-text {
    min-height: 140px;
}

.cool-timeline-horizontal .full-width img{
	max-width: fit-content;
    margin: 20px;
    max-height: 100px;
	margin-left: 15px;
}

@media screen and (min-width: 981px){
	.nav li ul{
		width: 320px;
	}
	
	.nav li ul li, .nav li ul li a{
		width: 100% !important;
	}
}

.award-blurb:hover .et_pb_blurb_description p{
	height: 100%;
}

.file-upload-message {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.content-details p {
    max-width: 484px;
}

.content-details p img {
    padding-bottom: 15px;
}

.oikonomikes-katastaseis-toggle .et_pb_toggle_close {
    background-color: unset;
    margin-bottom: 20px !important;
    padding: 15px 15px;
    border: unset;
    border-bottom: 2px solid #2bb3d5;
}

.oikonomikes-katastaseis-toggle .et_pb_toggle_title:before{
	left: 0 !important;
    right: unset !important;
	color: #2bb3d5;
}

.oikonomikes-katastaseis-toggle .et_pb_toggle_title{
	color: #2bb3d5 !important;
	padding-left: 30px !important;
}

.oikonomikes-katastaseis-toggle .et_pb_toggle_open{
	border-radius: 7px;
    border: 2px solid #034490;
}

.oikonomikes-katastaseis-toggle .et_pb_toggle_open .et_pb_toggle_title{
	color: #034490 !important;
}

/* NEW Changes */
.e-diagonismoi-titles h4 strong {
    display: block;
    font-size: 20px;
}

.e-diagonismoi-titles h4 {
    line-height: 1.3em;
}

.blurb-descr-text h4{
	line-height: 1.3em;
	min-height: 57px;
}

.text-box-e-dimoprasies:before, .text-box-aitimata-agorwn:before{
	display: none;
}


.imagemap {position: relative;}
.imagemap img {display: block;}
.imagemap .area {display: block; position: absolute; transition: box-shadow 0.15s ease-in-out;}
.imagemap .area:hover {box-shadow: 0px 0px 1vw rgba(0,0,0,0.5);}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a{
	border: unset !important;
	background-color: #fafafa;
	color: black;
	margin-right: 10px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active{
	background-color: #2bb3d5;
    color: white !important;
}

.directions-statistics-blurb .et_pb_blurb_content, .statistics-step-blurb .et_pb_blurb_content{
    max-width: unset;
}

.directions-statistics-blurb .et_pb_blurb_content h4{
	font-size: 20px;
    color: #2bb3d5!important;
    padding-bottom: 0;
}

.directions-statistics-blurb .et_pb_blurb_content{
	display: flex;
    align-items: center;
}

.directions-statistics-blurb .et_pb_blurb_content .et_pb_main_blurb_image{
	margin-bottom: 0;
}

.statistics-step-blurb{
	margin-bottom: 15px !Important;
}

.cosmoone-counter .percent-value {
    font-size: 43px;
    color: white;
    font-weight: bold;
}

.cosmoone-counter h3.title {
    color: white;
	font-size: 16px !important;
}

#cookie-law-info-bar, .wt-cli-cookie-bar {
    width: 60% !important;
    padding: 30px !important;
    border-radius: 10px !important;
}

.cli-bar-btn_container{
	text-align: center;
    margin-top: 25px;
}
#wt-cli-cookie-banner-title{
	text-align: center !important;
}

.home .et_pb_slide small{
	color: black !important;
}

@media screen and (max-width: 980px){
	.mobile_menu_bar:before{
		color: #034490;
	}
	
	#main-header{
		background-color: rgba(255,255,255,0.85) !important;
	}
	
	#main-header .et_mobile_menu{
		background-color: rgba(255,255,255,0.95) !important;
	}
	
	.two-col-services-mobile-reversed.home-efarmoges-row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.two-col-services-mobile-reversed.home-efarmoges-row .et_pb_column:nth-child(1){
		margin-bottom: 20px !Important;
	}
	
	header#main-header.et-fixed-header, .et_fixed_nav.et_secondary_nav_only_menu.admin-bar header#main-header.et-fixed-header{
    	position: fixed;
    	top: 0 !important;
    	background-color: white !important;
	}
	
	.page-top-header-section:before {
		background-image: linear-gradient(90deg,#ffffff 60%,rgba(0,0,0,0) 90%) !important;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}
	
	.main-section-title h2:before{
		width: 20% !important;
		left: 40% !important;
	}
	
	.blurb-descr-text h4, .blurb-descr-text p{
		text-align: center;
	}
	
	.row-subtitle h3{
		text-align: center;
	}
	
	.row-subtitle h3:before{
		width: 20% !important;
		left: 40% !important;
	}
	
	.home .home-testimonials .testimonial-reference{
		margin-top: 0 !important;
    	margin-bottom: 39px;
	}
	
	.mobile_menu_bar:before{
		top: 10px;
	}
	
	.page-top-header-section .row-subtitle h3{
		text-align: left !important;
	}
	
	.page-top-header-section .row-subtitle h3:before{
		left: 0 !important;
		width: 60px !important;
	}
	
	#cookie-law-info-bar, .wt-cli-cookie-bar{
		width: 90% !important;
	}
}

@media screen and (max-width: 767px){
	.home .et_pb_slide_image {
		display: block !important;
	}
	
	.home .et_pb_slide .et_pb_slider_container_inner{
		flex-wrap: wrap;
    	flex-direction: column-reverse !important;
	}
	
	.home .et_pb_slide_content{
		text-align: center;
	}
	
	.home .et_pb_slide{
		background-image: linear-gradient(179deg,#ffffff 32%,rgba(0,0,0,0) 70%),url(https://cosmo-one.gr/wp-content/uploads/2023/07/background.jpg) !important;
	}
	
	.home-slider .et_pb_slide .et_pb_slide_content h1{
		font-size: 29px  !important;
	}
	
	.home-slider .et_pb_slide .et_pb_slide_content h3{
		margin-bottom: 7px !important;
    	font-size: 20px;
	}
	
	.home-slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button{
		margin: 0 auto;
		display: block !important;
		width: fit-content;
		margin-top: 20px;
	}
	
	.page-top-header-section:before {
		background-image: linear-gradient(90deg,#ffffff 62%,rgba(0,0,0,0) 88%) !important;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
		min-height: 48px;
		margin-bottom: 12px;
	}
	    
}

@media screen and (max-width: 479px){
	.et_pb_section_0_tb_footer .et_pb_text, .et_pb_section_0_tb_footer .menu, .et_pb_section_0_tb_footer .et_pb_social_media_follow, .et_pb_section_1_tb_footer .et_pb_text{
		text-align: center !important;
	}
	
	.et_pb_section_0_tb_footer .et_pb_image{
		margin: 0 auto;
    	margin-bottom: 45px !important;
	}
	
	.page-top-header-section {
		padding: 111px 0 50px 0 !important;
	}
	
	.page-top-header-section:before {
		background-image: linear-gradient(90deg,#ffffff 57%,rgba(0,0,0,0) 95%) !important;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}
	
	.main-section-title h2 {
		font-size: 22px;
	}
}

li#story-id-1280-content img {
    max-width: 297px;
}

@media screen and (max-width: 461px){
	.cli-bar-btn_container a {
		display: inline-block;
		margin: 5px 8px !important;
	}
}

.blurb-descr-text-v2 {
    background-color: white !important;
}

.blurb-descr-text-v2 p, .blurb-descr-text-v2 h4{
    color: black !Important;
}

@media screen and (max-width: 530px){
	.page-top-header-section.page-top-header-section-news:before{
		background-image: linear-gradient(90deg,#ffffff 41%,rgba(0,0,0,0) 80%) !important;
	}
	
	.page-top-header-section.page-top-header-section-news{
		background-position-x: 25% !important;
	}
}

@media screen and (max-width: 980px){
	.blog-page-module article{
		width: 100% !important;
	}
	
	.wpcf7-form input[type=tel]{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 424px){
	span.title-mobile-block {
		display: block;
	}
}


.ctl-story img {
    min-width: auto;
	display: block;
}

li.menu-item.wpml-ls-item {
    margin-right: 0 !important;
}

#et-secondary-menu>ul>li.menu-item.wpml-ls-item a {
    padding: 6px 0 6px 8px !important;
}

#mapster_wrap_1 {
    margin: 0 auto;
}