/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Gotham font*/
@font-face {
    font-family: Gotham Regular;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/Gotham Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: Gotham Medium, serif;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/GothamMedium.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Gotham Medium1;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/GothamMedium-1.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Gotham Bold;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/GothamBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Gotham Bold2, serif;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/GothamBold2.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Gotham Light Italic;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/GothamLightItalic.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Gotham Thin;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/Gotham-Thin.otf);
    font-weight: normal;
}

@font-face {
    font-family: Gotham Book;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/GothamBook.ttf);
}

/**/
/*Noto Sans Display font family*/
@font-face {
    font-family: Noto Sans Display;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/NotoSansDisplay-VariableFont_wdth,wght.ttf);
}
@font-face {
    font-family: Noto Sans Display Italic;
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/NotoSansDisplay-Italic-VariableFont_wdth,wght.ttf);
}
/**/

/*e-book container style*/
.e-book-container {
	margin-bottom:40px!important;
}

.e-book-container .fusion-text{
	 font-family: Noto Sans Display;
	 font-weight:bold;
	 font-size:45px;
	 color: #D3D3D3;
}
/*e-book container style end*/

/*Header with circle style start*/
.txt-with-circle {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    height: 40px;
    width: 40px;
	top: 35px;
    margin-left: -10px;
	position:absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
}

.heading-with-circle {
	position:relative;
    font-size: 40px;
	line-height: 55px;
    font-weight: bold;
}

.second-heading {
    text-align:right;
    margin-right: -65px!important;
}

.no-margin.second-heading {
	 margin-right:0!important;
}

.flexed-container {
    display: flex;
	flex-wrap: wrap;
    align-content: center;
	margin:0 auto;
    align-items: center;
}

.inner-container-with-headings {
     width:max-content;
	 max-width:100%;
}

.txt-with-circle.color1 {
	color:#4EC4D2;
	background-color:#4EC4D2;
}

.txt-with-circle.color2 {
	color:#DCC22F;
	background-color:#DCC22F;
}

.txt-with-circle.color3 {
	color:#3972B9;
	background-color:#3972B9;
}

@media only screen and (max-width: 735px) {
	.flexed-container {
		max-width:100%;
	}
	
	.heading-with-circle  {
		font-size:26px;
	}
  
  .second-heading {
	  margin-right: 0!important;
	  text-align:center;
  }
  
  .txt-with-circle {
	  height:38px;
	  width:38px;
  }

}

@media only screen and (max-width: 586px) {
	.flexed-container.change-sm {
		margin:0 15px;
	}
	
	.heading-with-circle  {
		font-size:24px;
		line-height: 32px;
		word-break: break-word;
	}
	
	.txt-with-circle {
	  height:30px;
	  width:30px;
	  top:23px;
  }
}


/*Header with circle style end*/
.dashed {
	border-style: dashed!important;
}

/*Nursery Post Type Template Style start*/

.single.single-nursery #main {
	max-width: 100%;
	background-color: #EFF2F3;
	padding-bottom: 10px;
}

.single.single-nursery .main-post-div {
	width: 100%;
}

.single.single-nursery .map-wrapper {
	margin-bottom: 20px;
}

.single.single-nursery .carousel .item img {
	margin:0 auto;
	max-height:400px;
	height:400px;
	width:100%;
}

.single.single-nursery .carousel {
	max-width:580px;
	max-height:400px;
	margin:20px auto;
}

.single.single-nursery .carousel .carousel-inner {
	background-color:#198FD9
}

/* Nursery Post Type Template Style end */

/* Post Type Template Style start*/

/*.single.single-post article::before {
	border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    height: 40px;
    width: 40px;
    top: 35px;
	color:#A2CD3A;
	background-color:#A2CD3A;
    margin-left: -10px;
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
}*/

.single-post .post {
    padding: 20px 50px 50px;
    border-radius: 20px;
	background-color:#EEEEEE;
	webkit-box-shadow: 10px 10px 8px -10px #55555580, 1px 11px 18px 9px rgb(29 36 84 / 12%);
	box-shadow: 10px 10px 8px -10px #55555580, 1px 11px 18px 9px rgb(29 36 84 / 12%);
}

.single.single-post h1 {
	position:relative;
}

.single.single-post .fusion-title h2 {
	display:none;
}

/*.single.single-post .fusion-title::before {
	content:'Σχετικά Άρθρα';
	font-weight:bold;
	font-family: Inter;
}*/

.single .related-posts .fusion-carousel-meta, 
.related-posts .fusion-image-wrapper {
	display:none!important;
}

.single .related-posts .fusion-carousel-title {
	font-size:18px;
}

.fusion-meta-info .fusion-alignright .fusion-read-more {
	color:#fff;
}

.fusion-meta-info .fusion-alignright .fusion-read-more::after {
	content:'Περισσότερα';
	font-weight:bold;
	font-family: Inter;
	display:contents;
	background-color:red;
	padding:5px;
}
/* Post Type Template Style end*/

/*SideBar style start*/
/*.single #main .sidebar.fusion-blogsidebar,
.post-content .fusion-widget-area {
	background-color: #EEEEEE;
}*/

.single #main .sidebar.fusion-blogsidebar .heading,
.post-content .fusion-widget-area .heading {
	background-color:#B3C4B4;
	padding-left:25px;
}
.single #main .sidebar.fusion-blogsidebar a,
.post-content .fusion-widget-area .widget .fusion-menu a {
	font-size: 16px;
}

.single #main .sidebar.fusion-blogsidebar .widget-title,
.post-content .fusion-widget-area .heading .widget-title {
	color: #fff;
    padding: 16px 0px;
    margin-top: 0px;
}

.single #main .sidebar.fusion-blogsidebar lia:hover,
.post-content .fusion-widget-area li a:hover { 
	text-decoration:none;
	color:#538755!important;
}

.post-content .fusion-slidingbar-widget-column .widget-title {
	background-color:#325AD8;
	padding: 16px 0px 16px 25px;
	color: #fff;
    margin-top: 0px;
}
}

.single .sidebar.fusion-blogsidebar .fusion-vertical-menu-widget,
.post-content .fusion-slidingbar-widget-column .fusion-vertical-menu-widget {
	padding:0 10px;
}

.fusion-content-widget-area .widget {
	margin-bottom:15px;
}

.fusion-widget-area .widget.widget_media_image {
	padding:15px 30px 30px;
}

/*.fusion-widget-area .widget.widget_media_image img {
	width:300px;
}*/

.single #main .sidebar.fusion-blogsidebar a:hover,
.single #main .sidebar.fusion-blogsidebar a:active,
.post-content .fusion-widget-area .widget .fusion-menu a:hover,
.post-content .fusion-widget-area .widget .fusion-menu a:active, 
.post-content .fusion-widget-area .widget .fusion-menu li.current-menu-item a {
	color:#325AD8!important;
}
.post-content .fusion-widget-area .widget .fusion-menu li.current-menu-item a {
	border-right-color: #325AD8!important;
}
/*SideBar style end*/


/*Header style*/
.custom-menu .title {
	text-align:right;
	color:#747474;
}

.button_container {
    position: fixed;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.custom-menu .nav-wrapper {
	display:flex; 
	justify-content: 
	flex-end; 
	align-items: baseline;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
}

.button_container.active .middle {
    opacity: 0;
}

.button_container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.button_container span {
    background: #262626;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 10px;
}

.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 50;
}

.overlay:before {
    content: "";
    background: #ededed;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100vh;
    position: absolute;
    transition: left 0.35s ease;
}

.overlay:after {
    content: "";
    background: #ededed;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100vh;
    position: absolute;
    transition: all 0.35s ease;
}

.overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
}

.overlay.open:before {
    left: 0;
}

.overlay.open:after {
    right: 0;
}

.overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    z-index: 100;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #232323;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover, .overlay ul li a:focus, .overlay ul li a:active {
	color:#FF5252;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@media only screen and (max-width: 992px) {
	.custom-menu .nav-wrapper{
		justify-content: flex-start;
	}
	
	.button_container.active {
		top:25px;
	}
	.overlay nav {
		font-size:18px;
	}
	
	.custom-menu .title {
		text-align:left;
	}
}
/*Home news style start*/

.news-container {
	font-family: Noto Sans Display;
}

.news-container .post-img {
	border-radius: 20px; 
	height: 270px; 
	width:424px; 
	max-width:100%; 
	z-index:10;
	margin-top:20px;
}

.news-container .post-category {
	color:#fff; 
	font-family: Noto Sans Display;
	border-radius: 8px; 
	padding:5px 15px; 
	font-size:14px; 
	font-weight:bold; 
	width: fit-content; 
	margin-top: -20px; 
	z-index: 12; 
	margin-left: 0px;   
	min-width:120px; 
	text-align:center; 
	max-width:100%;  
	position: absolute;
}

.news-container .post-title {
	font-size:16px; 
	margin: 35px 0 10px; 
	line-height:20px; 
	font-family: Noto Sans Display;
	font-weight:bold;
}

.news-container .post-content {
	font-family: Noto Sans Display;
	font-size:13px; 
	line-height:18px;
}

.news-container .more {
	font-family: Noto Sans Display;
	font-size:13px;
	font-weight:bold;
}

/*Home news style end*/

/*Page Title Bar Start*/
.fusion-page-title-bar .entry-title {
	font-family: Noto Sans Display;
	font-weight: bold;
}

@media only screen and (max-width: 992px) {
	.fusion-page-title-bar .entry-title {
		font-size:56px!important;
		line-height:67px!important;
	}
}

@media only screen and (max-width: 394px) {
	.fusion-page-title-bar .entry-title {
		font-size:36px!important;
		line-height:47px!important;
	}
}
/*Page Title Bar End*/

/*Blog Style Start*/
.fusion-blog-layout-medium .fusion-post-medium {
	box-shadow: 10px 10px 8px -10px #55555580, 1px 11px 18px 9px rgb(29 36 84 / 12%);
    webkit-box-shadow: 10px 10px 8px -10px #55555580, 1px 11px 18px 9px rgb(29 36 84 / 12%);
    padding:20px;
	border-radius:20px;
}

.fusion-meta-info {
	border:0!important;
}
.fusion-meta-info .fusion-alignleft {
	width:60%;
}
.alignright, .fusion-alignright {
	width: 35%;
}
/*Blog Style End*/