/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

@media only screen and (min-width: 1025px) {
.site-title a img.jeg_logo_img{
	width:500px!important;
}
}

.jeg_sidebar.left.jeg_sticky_sidebar.col-sm-4,  .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    background-color: #f7f7f7!important;
	padding-top:50px;
	box-shadow: 1px 1px 20px;
}

/*changing the color of footer headers*/
h3.jeg_footer_title {
    color: white!important;
}

/*hiding the share post from static pages*/
.page .jeg_share_top_container {
    display: none;
}

/*hding the name iof pictures in prettyopenphoto*/
.elementor-slideshow__title {
    display: none;
}


/*background newsletter footer*/
.newsletter_footer{
	background-color: #014083;
	padding:10px;
	border-radius: 5px;
	font-weight: 600;
	color:#fff;
}
.newsletter_footer:hover {
	background-color:#1e73be;
}

/*background newsletter sidebar*/
.newsletter_sidebar {
	background-color: #014083;
	padding:10px;
	border-radius: 5px;
	font-weight: 600;
	color:#fff;
	display:flex;
	justify-content: center;
}
.newsletter_sidebar:hover {
	background-color:#1e73be;
	color:#fff;
}

/*footer*/
ul#menu-footer-menu a {
    font-weight: 500;
}

/*background*/
body {
	/*background-image: linear-gradient( 179.4deg,  rgba(33,150,243,1) 1.8%, rgba(22,255,245,0.60) 97.1% );*/
	/*background: url('https://sefeaa.gr/wp-content/uploads/2021/06/istockphoto-996078816-1024x1024-1.jpg');
    background-size: cover;*/
	background-color: #f7f7f7;
}

/*.jeg_section {
    background: url(https://sefeaa.gr/wp-content/uploads/2021/06/Screenshot-2021-06-04-at-19-30-22-8ujaDD5_d-webp-Εικόνα-WEBP-760-×-1520-εικονοστοιχεία-—-Σε-κλίμακα-62saddsa.png);
    /* position: fixed; 
    background-repeat: no-repeat;
    background-size: cover;
}*/
/*inner posts*/
.jeg_boxed .jeg_main .jeg_container, .jeg_content {
    background: #f7f7f7;
}

.jeg_section {
    background-color: #f7f7f7;
}
/*sidebar calendar*/
div#frontpagesidebar caption {
    font-weight: 800;
}
/*frontpage sidebar */
div#frontpagesidebar {
    box-shadow: 1px 1px 10px;
}
/*removing the category from the posts*/
.jeg_post_category {
    display: none;
}

/*adjusting weather widget in sidebar*/
@media only screen and (min-width: 1025px) {
  div#simple-weather-2,div#simple-weather-3 {
    display:none;
  }
}

.simple-weather {
	display: flex;
    justify-content: center;
}


/*calendar in sidebar*/
/*div#mec-active-current {
    display: none;
}*/

.mec-calendar.mec-event-calendar-classic .mec-selected-day, .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
	color: #fff;
    background: #014083;
}

.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
	padding: 0px 2px;
}

.mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i {
	color: #014083;
}

/*hiding cookies powered by*/
.moove-gdpr-branding-cnt {
    display: none;
}