/*
Theme Name: STARSPORTS.GR
Version: 2.0
Author: ITBox
Template: jnews
*/

/*------------------------------------------------------------*/
/* Fonts */


@font-face {
    font-family: 'custom_font_01';
    src: url('fonts/proximanova-400.woff2') format('woff2'),
         url('fonts/proximanova-400.woff') format('woff'),
         url('fonts/proximanova-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'custom_font_01';
    src: url('fonts/proximanova-400-italic.woff2') format('woff2'),
         url('fonts/proximanova-400-italic.woff') format('woff'),
         url('fonts/proximanova-400-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'custom_font_01';
    src: url('fonts/proximanova-600.woff2') format('woff2'),
         url('fonts/proximanova-600.woff') format('woff'),
         url('fonts/proximanova-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'custom_font_01';
    src: url('fonts/proximanova-700.woff2') format('woff2'),
         url('fonts/proximanova-700.woff') format('woff'),
         url('fonts/proximanova-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'custom_font_01';
    src: url('fonts/proximanova-800.woff2') format('woff2'),
         url('fonts/proximanova-800.woff') format('woff'),
         url('fonts/proximanova-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'custom_font_01';
    src: url('fonts/proximanova-900.woff2') format('woff2'),
         url('fonts/proximanova-900.woff') format('woff'),
         url('fonts/proximanova-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/*------------------------------------------------------------*/
/* Breakpoints/Reference */


@media (max-width: 767px) { /* Placeholder */ }
@media (min-width: 768px) { /* Placeholder */ }
@media (min-width: 992px) { /* Placeholder */ }
@media (min-width: 1200px) { /* Placeholder */ }

@media (max-width: 1199px) { /* Placeholder */ }
@media (max-width: 1023px) { /* Placeholder */ }
@media (max-width: 991px) { /* Placeholder */ }
@media (max-width: 767px) { /* Placeholder */ }
@media (max-width: 667px) { /* Placeholder */ }
@media (max-width: 320px) { /* Placeholder */ }


/*------------------------------------------------------------*/
/* General */


body {
	font-family: 'custom_font_01', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-variant-ligatures: none;
}


/* General: Selection */

::selection {
	color: #FFFFFF;
	background: #F15025;
}
::-moz-selection {
	color: #FFFFFF;
	background: #F15025;
}


/* General: Custom Image Containers */

.thumbnail-container > img {
	width: 100%;
	height: 100%!important;
	min-height: auto;
	object-fit: cover;
	background: #888888;
}


/* General: Background Workarounds */

.jeg_section,
.jeg_section > .container {
	position: relative;
}
.jeg_content,
.jeg_content > .container {
	position: relative;
}


/* General: Custom Classes */

@media (min-width: 1025px) {
	.custom_hidden_desktop {
		display: none;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.custom_hidden_tablet {
		display: none;
	}
}
@media (max-width: 767px) {
	.custom_hidden_phone {
		display: none;
	}
}


/*------------------------------------------------------------*/
/* Elementor */


/* Elementor: Grid Overrides */

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
	padding: 0 5px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 10px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
	padding: 0 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
	padding: 0 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding: 0 30px;
}

.elementor-inner-section > .elementor-column-gap-narrow {
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
}
.elementor-inner-section > .elementor-column-gap-default {
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}
.elementor-inner-section > .elementor-column-gap-extended {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}
.elementor-inner-section > .elementor-column-gap-wide {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}
.elementor-inner-section > .elementor-column-gap-wider {
	margin-left: -30px;
	margin-right: -30px;
	width: calc(100% + 60px);
}


/* Elementor: Custom -> Fixed Width Sidebar */

@media (max-width: 767px) {
	.elementor-column.column_with_sidebar {
		width: 100%;
		margin-bottom: 30px;
	}
	.elementor-column.column_is_sidebar {
		width: 330px;
		width: 100%;
		margin: 0 auto;
	}
	.elementor-column.column_is_sidebar_alt {
		width: 320px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.elementor-column.column_with_sidebar {
		width: 100%;
		margin-bottom: 30px;
	}
	.elementor-column.column_is_sidebar {
		width: 330px;
		width: 100%;
		margin: 0 auto;
	}
	.elementor-column.column_is_sidebar_alt {
		width: 320px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.elementor-column.column_with_sidebar {
		width: 66.666%;
		flex-grow: 1;
		flex-shrink: 1;
		margin-bottom: 0;
	}
	.elementor-column.column_is_sidebar {
		width: 330px;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.elementor-column.column_is_sidebar_alt {
		width: 320px;
		flex-grow: 0;
		flex-shrink: 0;
	}
}
@media (min-width: 1200px) {
	.elementor-column.column_with_sidebar {
		width: 66.666%;
		flex-grow: 1;
		flex-shrink: 1;
	}
	.elementor-column.column_is_sidebar {
		width: 330px;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.elementor-column.column_is_sidebar_alt {
		width: 320px;
		flex-grow: 0;
		flex-shrink: 0;
	}
}



/*------------------------------------------------------------*/
/* Theme: Grid Overrides */


/* Main Container */

@media (max-width: 767px) {
	.container {
		width: 100%; /* Theme Fix */
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		/* Placeholder */
	}
}


/* Fixed Width Sidebar */

.jeg_cat_content,
.jeg_post_content {
	display: flex;
	flex-direction: column;
}
.jeg_cat_content .jeg_main_content,
.jeg_post_content .jeg_main_content {
	float: none;
	padding: 0 15px;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 100%;
}
.jeg_cat_content .jeg_sidebar,
.jeg_post_content .jeg_sidebar {
	float: none;
	padding: 0 15px;
	margin: 0 auto;
	width: 330px;
	max-width: 100%; /* Fix */
}

@media (min-width: 992px) {
	.jeg_cat_content,
	.jeg_post_content {
		flex-direction: row;
	}
	.jeg_cat_content .jeg_main_content,
	.jeg_post_content .jeg_main_content {
		flex-grow: 1;
		flex-shrink: 1;
		margin-bottom: 0;
		width: 66.66666667%;
	}
	.jeg_cat_content .jeg_sidebar,
	.jeg_post_content .jeg_sidebar {
		flex-grow: 0;
		flex-shrink: 0;
		width: 330px;
	}
}

.jeg_post_content .jeg_main_content_alt {
	margin-bottom: 0!important;
}


/*------------------------------------------------------------*/
/* Theme: Post Blocks -> General */


.jeg_postblock {
	margin-bottom: 0;
}
.jeg_postblock .jeg_thumb a {
	display: block;
}
.jeg_postblock .jeg_thumb .thumbnail-container:after {
	content: none;
}
.jeg_postblock .jeg_post_title a {
	display: block;
	transition: 0.2s;
}

.jeg_post.format-video .jeg_thumb:before {
	opacity: 0.25!important;
}
.jeg_post.format-video .jeg_thumb:after {
	font-size: 20px;
	font-weight: 900; /* Font Awesome 5 Fix! */
	margin: -24px 0 0 -24px;
}


/*------------------------------------------------------------*/
/* Theme: Post Block 5 */


/* Post Block 5 -> General */

.jeg_postblock_5 .jeg_thumb {
	width: 320px;
	border-radius: 2px;
	margin: 0 20px 0 0;
}
.jeg_postblock_5 .jeg_thumb .thumbnail-container {
	padding-bottom: 70%;
}
.jeg_postblock_5 .starsports_post_author {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	color: #666666;
}
.jeg_postblock_5 .starsports_post_author a {
	display: inline-block;
	color: #666666;
}
.jeg_postblock_5 .starsports_post_author a:hover {
	color: #0D226D;
}
.jeg_postblock_5 .jeg_post_title {
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 9px 0;
}
.jeg_postblock_5 .jeg_post_title a:hover {
	color: #F15025!important;
}
.jeg_postblock_5 .starsports_post_meta {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	color: #AAAAAA;
}
.jeg_postblock_5 .starsports_post_meta a {
	color: #AAAAAA;
}
.jeg_postblock_5 .starsports_post_meta a:hover {
	color: #0D226D;
}
.jeg_postblock_5 .jeg_post_excerpt {
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	color: #666666;
}


/* Post Block 5 -> 2/3 Columns */

.jeg_postblock_5.jeg_col_2o3 .jeg_posts {
	margin-bottom: -30px;
}
.jeg_postblock_5.jeg_col_2o3 .jeg_post {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.jeg_postblock_5.jeg_col_2o3 .jeg_thumb {
		width: 260px;
	}
}
@media (max-width: 991px) {
	.jeg_postblock_5.jeg_col_2o3 .jeg_thumb {
		width: 280px;
	}
}
@media (max-width: 667px) {
	.jeg_postblock_5.jeg_col_2o3 .jeg_thumb {
		width: 100%;
		margin: 0 0 14px 0;
		float: none;
	}
	.jeg_postblock_5.jeg_col_2o3 .starsports_post_author {
		font-size: 13px;
	}
	.jeg_postblock_5.jeg_col_2o3 .starsports_post_meta {
		font-size: 13px;
	}
	.jeg_postblock_5.jeg_col_2o3 .jeg_post_excerpt {
		display: block;
	}
}


/* Post Block 5 -> 3/3 Columns */

.jeg_postblock_5.jeg_col_3o3 .jeg_posts {
	margin-bottom: -30px;
}
.jeg_postblock_5.jeg_col_3o3 .jeg_post {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.jeg_postblock_5.jeg_col_3o3 .jeg_thumb {
		width: 260px;
	}
}
@media (max-width: 991px) {
	.jeg_postblock_5.jeg_col_3o3 .jeg_thumb {
		width: 280px;
	}
}
@media (max-width: 667px) {
	.jeg_postblock_5.jeg_col_3o3 .jeg_thumb {
		width: 100%;
		margin: 0 0 14px 0;
		float: none;
	}
	.jeg_postblock_5.jeg_col_3o3 .starsports_post_author {
		font-size: 13px;
	}
	.jeg_postblock_5.jeg_col_3o3 .starsports_post_meta {
		font-size: 13px;
	}
	.jeg_postblock_5.jeg_col_3o3 .jeg_post_excerpt {
		display: block;
	}
}


/*------------------------------------------------------------*/
/* Theme: Post Block 23 */


/* Post Block 23 -> General */

.jeg_postblock_23 .jeg_thumb {
	margin: 0 0 11px 0;
	border-radius: 2px;
	overflow: hidden;
}
.jeg_postblock_23 .jeg_thumb .thumbnail-container {
	padding-bottom: 56.25%;
	border-radius: 2px;
}
.jeg_postblock_23 .starsports_post_meta {
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 3px;
	color: #AAAAAA;
}
.jeg_postblock_23 .starsports_post_meta span {
	margin-right: 10px;
}
.jeg_postblock_23 .starsports_post_meta span:last-child {
	margin-right: 0;
}
.jeg_postblock_23 .starsports_post_meta a {
	display: inline-block;
	font-weight: 600;
	color: #00C896;
}
.jeg_postblock_23 .starsports_post_meta a:hover {
	color: #F15025;
}
.jeg_postblock_23 .jeg_post_title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.jeg_postblock_23 .jeg_post_title a:hover {
	color: #F15025!important;
}
.jeg_postblock_23 .jeg_post_meta {
	text-transform: none;
	display: none;
}
.jeg_postblock_23 .jeg_post_excerpt {
	display: none;
}


/* Post Block 23 -> 1/3 Columns */

.jeg_postblock_23.jeg_col_1o3 .jeg_posts {
	margin-right: 0;
	margin-bottom: -30px;
}
.jeg_postblock_23.jeg_col_1o3 .jeg_post {
	width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.jeg_postblock_23.jeg_col_1o3 .jeg_post {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.jeg_postblock_23.jeg_col_1o3 .jeg_post {
		width: 100%;
	}
	.jeg_postblock_23.jeg_col_1o3 .jeg_post_title {
		font-size: 21px;
	}
}
@media (max-width: 667px) {
	.jeg_postblock_23.jeg_col_1o3 .jeg_post {
		width: 100%;
	}
	.jeg_postblock_23.jeg_col_1o3 .jeg_post_title {
		font-size: 22px;
	}
}
@media (max-width: 320px) {
	.jeg_postblock_23.jeg_col_1o3 .jeg_post_title {
		font-size: 22px!important;
	}
}


/* Post Block 23 -> 2/3 Columns */

.jeg_postblock_23.jeg_col_2o3 .jeg_posts {
	margin-right: -20px;
	margin-bottom: -30px;
}
.jeg_postblock_23.jeg_col_2o3 .jeg_post {
	width: 50%;
	padding-right: 20px;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.jeg_postblock_23.jeg_col_2o3 .jeg_post {
		width: 50%;
	}
}
@media (max-width: 991px) {
	.jeg_postblock_23.jeg_col_2o3 .jeg_post {
		width: 50%;
	}
	.jeg_postblock_23.jeg_col_2o3 .jeg_post_title {
		font-size: 21px;
	}
}
@media (max-width: 667px) {
	.jeg_postblock_23.jeg_col_2o3 .jeg_post {
		width: 100%;
	}
	.jeg_postblock_23.jeg_col_2o3 .jeg_post_title {
		font-size: 22px;
	}
}
@media (max-width: 320px) {
	.jeg_postblock_23.jeg_col_2o3 .jeg_post_title {
		font-size: 22px!important;
	}
}


/* Post Block 23 -> 3/3 Columns */

.jeg_postblock_23.jeg_col_3o3 .jeg_posts {
	margin-right: -20px;
	margin-bottom: -30px;
}
.jeg_postblock_23.jeg_col_3o3 .jeg_post {
	width: 33.333333333%;
	padding-right: 20px;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.jeg_postblock_23.jeg_col_3o3 .jeg_post {
		width: 33.333333333%;
	}
}
@media (max-width: 991px) {
	.jeg_postblock_23.jeg_col_3o3 .jeg_post {
		width: 50%;
	}
	.jeg_postblock_23.jeg_col_3o3 .jeg_post_title {
		font-size: 21px;
	}
}
@media (max-width: 667px) {
	.jeg_postblock_23.jeg_col_3o3 .jeg_post {
		width: 100%;
	}
	.jeg_postblock_23.jeg_col_3o3 .jeg_post_title {
		font-size: 22px;
	}
}
@media (max-width: 320px) {
	.jeg_postblock_23.jeg_col_3o3 .jeg_post_title {
		font-size: 22px!important;
	}
}


/*------------------------------------------------------------*/
/* Theme: Post Block 28 */


/* Post Block 28 -> General */

.jeg_postblock_28 .jeg_postblock_content {
	padding: 0 0 0 16px;
}
.jeg_postblock_28 .jeg_post {
	padding: 0;
	margin: 0 0 16px 0;
}
.jeg_postblock_28 .jeg_post:last-child {
	margin-bottom: 0;
}
.jeg_postblock_28 .jeg_post_title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.jeg_postblock_28 .jeg_post_title a {
	display: block;
}
.jeg_postblock_28 .jeg_post_title a:hover {
	color: #F15025!important;
}
.jeg_postblock_28 .jeg_postblock_content:before {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 13px;
	line-height: 22px;
	font-weight: 900;
	content: "\F054";
	font-family: "Font Awesome 5 Free";
	width: auto;
	opacity: 0.5;
}
.jeg_postblock_28 .jeg_block_heading {
	display: block;
	padding-top: 8px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.jeg_postblock_28 .jeg_block_heading .jeg_block_title {
	float: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.jeg_postblock_28 .jeg_block_heading .jeg_block_title span {
	display: block;
	height: auto;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.jeg_postblock_28 .jeg_post {
		margin: 0 0 8px 0;
	}
	.jeg_postblock_28 .jeg_post_title {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.jeg_postblock_28 .jeg_post_title {
		font-size: 16px;
		line-height: 22px;
	}
}


/*------------------------------------------------------------*/
/* Theme: Hero Block 13 */


.jeg_heroblock_13 {
	margin-bottom: 0;
}
.jeg_heroblock_13 .jeg_heroblock_wrapper {
	height: auto;
	border-radius: 2px;
}
.jeg_heroblock_13 .jeg_post {
	position: relative;
	width: 100%;
	height: auto;
	top: unset;
	left: unset;
}
.jeg_heroblock_13 .jeg_thumb {
	position: relative;
	top: unset;
	bottom: unset;
	width: 100%;
	height: auto;
	-webkit-transform: none;
	transform: none;
	transition: none;
}
.jeg_heroblock_13 .jeg_thumb a {
	display: block;
}
.jeg_heroblock_13 .jeg_thumb .thumbnail-container {
	position: relative;
	top: unset;
	bottom: unset;
	width: 100%;
	height: auto;
	padding-bottom: 55%;
}
.jeg_heroblock_13 .jeg_thumb .thumbnail-container:before {
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 100%);
	opacity: 1;
}
.jeg_heroblock_13 .jeg_thumb .thumbnail-container:after {
	content: none;
}
.jeg_heroblock_13 .jeg_postblock_content {
	width: 100%!important;
	left: 0!important;
	bottom: 0!important;
	padding: 0 80px 60px 80px;
}
.jeg_heroblock_13 .jeg_post_title {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0;
}
.jeg_heroblock_13 .jeg_post_title a {
	display: block;
}
.jeg_heroblock_13 .jeg_post_category,
.jeg_heroblock_13 .jeg_post_title {
	-webkit-transform: none;
	transform: none;
}

.jeg_heroblock_13 .starsports_post_meta {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	color: #EEEEEE;
}
.jeg_heroblock_13 .starsports_post_meta a {
	color: #EEEEEE;
}
.jeg_heroblock_13 .starsports_post_categories {
	display: inline-block;
	margin-right: 16px;
}
.jeg_heroblock_13 .starsports_post_date {
	display: inline-block;
	color: #EEEEEE;
}

.jeg_heroblock_13 .jeg_post.format-video .jeg_thumb:before {
	opacity: 0.1!important;
}
.jeg_heroblock_13 .jeg_post.format-video .jeg_thumb:after {
	content: "\F04B"; /* Hero Block Override */
	display: block; /* Hero Block Override */
	font-size: 22px;
	line-height: 52px;
	margin: -28px 0 0 -28px;
	width: 56px;
	height: 56px;
}

@media (max-width: 1199px) {
	.jeg_heroblock_13 .jeg_post_title {
		font-size: 40px;
	}
}
@media (max-width: 1023px) {
	.jeg_heroblock_13 .jeg_post_title {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.jeg_heroblock_13 .jeg_thumb .thumbnail-container {
		padding-bottom: 60%;
	}
	.jeg_heroblock_13 .jeg_postblock_content {
		padding: 0 60px 40px 60px;
	}
	.jeg_heroblock_13 .jeg_post_title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.jeg_heroblock_13 .jeg_thumb .thumbnail-container {
		padding-bottom: 65%;
	}
	.jeg_heroblock_13 .jeg_postblock_content {
		padding: 0 50px 40px 50px;
	}
	.jeg_heroblock_13 .jeg_post_title {
		font-size: 32px;
	}
	.jeg_heroblock_13 .starsports_post_meta {
		margin-bottom: 8px;
	}
	.jeg_heroblock_13 .starsports_post_categories {
		margin-right: 12px;
	}
}
@media (max-width: 667px) {
	.jeg_heroblock_13 .jeg_thumb .thumbnail-container {
		padding-bottom: 75%;
	}
	.jeg_heroblock_13 .jeg_postblock_content {
		padding: 0 15px 15px 15px;
	}
	.jeg_heroblock_13 .jeg_post_title {
		font-size: 22px;
	}
	.jeg_heroblock_13 .starsports_post_meta {
		font-size: 13px;
		margin-bottom: 4px;
	}
	.jeg_heroblock_13 .starsports_post_categories {
		margin-right: 8px;
	}
}


/*------------------------------------------------------------*/
/* Post Archives */


/* Post Archives -> General */

.jeg_archive_header {
	margin: 0 0 16px 0;
}
.jeg_archive_header h1 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	color: #0D226D;
}

body.category .jeg_archive_header h1 {
	color: #FFFFFF;
}
body[class*="category-paged"] .jeg_archive_header h1 {
	color: #0D226D!important;
}


/* Post Archives -> Pagination */

.jeg_navigation {
	position: relative;
	margin: -6px;
}
.jeg_pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding: 30px 0 0 0;
}
.jeg_pagination .page_number,
.jeg_pagination .page_nav {
	box-sizing: border-box;
	padding: 3px 0 0 0!important;
	margin: 6px!important;
	height: 36px;
	min-width: 28px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	border: none;
	border-bottom: 3px solid transparent;
	background: none;
	color: #222222;
}
.jeg_pagination span.page_number {
	cursor: default;
}
.jeg_pagination span.page_number.active {
	background-color: transparent;
	color: #222222;
	border-color: #F15025;
}
.jeg_pagination span.page_number.active:hover {
	background-color: transparent;
	color: #222222;
	border-color: #F15025;
}
.jeg_pagination a.page_number:hover,
.jeg_pagination a.page_nav:hover {
	background-color: transparent;
	color: #222222;
	border-color: #F15025;
}

.jeg_navigation .page_nav.prev,
.jeg_navigation .page_nav.next {
	display: none;
}


/* Post Archives -> Categories */

.jnews_category_hero_container .jeg_heroblock {
	margin-bottom: 30px;
}


/* Post Archives -> Author */

.jeg_authorpage .jeg_author_wrap {
	border: 1px solid #DDDDDD;
	background: #F4F4F4;
	padding: 25px 30px;
	border-radius: 3px;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_image {
	margin: 0;
	width: 100px;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_image img {
	width: 100px;
	height: 100px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	background: #DDDDDD;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_content {
	padding-left: 100px;
	padding-right: 0;
	margin-left: 25px;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_name {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 0 0 10px 0;
	color: #222222;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_desc {
	font-size: 14.5px;
	line-height: 1.4;
	margin: 0;
	color: #444444;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_desc p {
	margin: 0;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_socials {
	display: none;
	margin: 10px 0 0 0;
}
.jeg_authorpage .jeg_author_wrap .jeg_author_socials a {
	display: inline-block;
	font-size: 16px;
	margin: 0 12px 0 0;
	color: #444444;
}
@media (max-width: 480px) {
	.jeg_authorpage .jeg_author_wrap .jeg_author_image {
		display: block;
		float: none;
		margin: 0 auto 12px auto;
	}
	.jeg_authorpage .jeg_author_wrap .jeg_author_content {
		padding: 0;
		margin: 0;
	}
	.jeg_authorpage .jeg_author_wrap .jeg_author_socials a {
		margin: 0 8px 0 8px;
	}
}


/* Post Archives -> Search */

.jeg_archive_search {
	margin: 15px 0 30px 0;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
	background: #F8F8F8;
}
.jeg_archive_search .jeg_search_input {
	font-size: 16px;
	font-weight: 600;
	box-shadow: none!important;
	border-color: #D8D8D8;
	color: #222222;
	-webkit-appearance: none; /* iOS Fix */
}


/* Post Archives -> 404 */

.jeg_404_content .jeg_archive_header .jeg_archive_title {
	margin: 0 0 4px 0;
}
.jeg_404_content .jeg_archive_header p {
	font-size: 15px;
	border-bottom: 2px solid #EEEEEE;
	padding: 0 0 60px 0;
	margin: 0 0 60px 0;
}

.jnews_404_content_wrapper .jnews_404_custom_title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #0D226D;
}
.jnews_404_content_wrapper .jeg_block_heading {
	display: none;
}


/*------------------------------------------------------------*/
/* Single Post/Page */


/* Single Post/Page -> Main Content */

.jeg_content {
	padding: 30px 0 0 0;
}
body.single .jeg_content {
	padding: 25px 0 0 0;
}
body.category .jeg_content {
	padding: 25px 0 0 0;
}

@media (max-width: 767px) {
	.jeg_content {
		padding: 30px 0 0 0;
	}
	body.single .jeg_content {
		padding: 20px 0 0 0;
	}
	body.category .jeg_content {
		padding: 20px 0 0 0;
	}
}

body.home .jeg_content {
	padding: 0!important;
}


/* Single Post/Page -> Main Content -> Boxed Layout */

body.starsports_boxed_layout .jeg_main .jeg_container .starsports_background_container {
	display: none;
}

@media (min-width: 1200px) {
	body.starsports_boxed_layout .jeg_main .jeg_container {
		position: relative;
		z-index: 0; /* Create a stacking context */
	}
	body.starsports_boxed_layout .jeg_main .jeg_container .jeg_content {
		position: relative;
		z-index: 0;
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
		box-shadow: 0px 0px 60px rgba(0,0,0,0.16);
	}
	
	body.starsports_boxed_layout .jeg_main .jeg_container .starsports_background_container {
		display: block;
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
	}
}


/* Single Post/Page -> Title */

.entry-header {
	margin: 0 0 20px 0;
}
.entry-header .jeg_post_title {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0;
	color: #0C2F71!important;
}
@media (max-width: 1199px) {
	.entry-header .jeg_post_title {
		font-size: 36px;
	}
}
@media (max-width: 768px) {
	.entry-header .jeg_post_title {
		font-size: 32px!important;
		line-height: 1.15!important;
	}
}
@media (max-width: 767px) {
	.entry-header .jeg_post_title {
		font-size: 32px!important;
		line-height: 1.15!important;
	}
}
@media (max-width: 667px) {
	.entry-header .jeg_post_title {
		font-size: 28px!important;
	}
}

body.page .entry-header .jeg_post_title {
	font-size: 34px;
}
@media (max-width: 1199px) {
	body.page .entry-header .jeg_post_title {
		font-size: 34px;
	}
}
@media (max-width: 768px) {
	body.page .entry-header .jeg_post_title {
		font-size: 32px!important;
		line-height: 1.15!important;
	}
}
@media (max-width: 767px) {
	body.page .entry-header .jeg_post_title {
		font-size: 32px!important;
		line-height: 1.15!important;
	}
}
@media (max-width: 667px) {
	body.page .entry-header .jeg_post_title {
		font-size: 30px!important;
	}
}


/* Single Post/Page -> Featured Image */

.jeg_featured {
	margin-bottom: 24px;
}
.jeg_featured a {
	display: block;
}
.jeg_featured .thumbnail-container {
	padding-bottom: 63%!important;
	border-radius: 0;
}
.jeg_featured .wp-caption-text {
	margin: 5px 0 -5px 0;
	text-align: right;
	font-size: 13px;
	color: #888888;
}

body.page .jeg_featured .thumbnail-container {
	padding-bottom: 50%!important;
}


/* Single Post/Page -> Content */

.entry-content {
	margin-bottom: 48px;
}

.entry-content .content-inner { /* Theme overrides */
	font-size: 18px;
	line-height: 1.45;
	color: #111111;
	/* min-height: 340px; */ /* Share Buttons Fix */
}
@media (max-width: 1023px) {
	.entry-content .content-inner {
		/* min-height: 0; */ /* Share Buttons Fix */
	}
}
@media (max-width: 767px) {
	.entry-content .content-inner {
		line-height: 1.4;
	}
}
.entry-content .content-inner p {
	margin-bottom: 20px;
}

.entry-content .content-inner a {
	font-weight: 600;
	box-shadow: inset 0 -2px 0 #F15025;
}
.entry-content .content-inner a:hover {
	color: #444444;
}

.entry-content .content-inner ul,
.entry-content .content-inner ol {
	margin-bottom: 20px;
	padding-left: 30px;
}
.entry-content .content-inner li {
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: 'custom_font_01', sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 12px 0;
}
.entry-content h1 {
	font-size: 32px!important;
	line-height: 1.25!important;
}
.entry-content h2 {
	font-size: 28px!important;
	line-height: 1.3!important;
}
.entry-content h3 {
	font-size: 24px!important;
	line-height: 1.35!important;
}
.entry-content h4 {
	font-size: 22px!important;
	line-height: 1.4!important;
}
.entry-content h5 {
	font-size: 20px!important;
	line-height: 1.45!important;
}
.entry-content h6 {
	font-size: 18px!important;
	line-height: 1.5!important;
}
@media (max-width: 767px) {
	.entry-content h1 {
		font-size: 28px!important;
		line-height: 1.2!important;
	}
	.entry-content h2 {
		font-size: 26px!important;
		line-height: 1.25!important;
	}
}

.entry-content .content-inner blockquote {
	font-family: 'custom_font_01', sans-serif;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	border: none;
	margin: 25px auto;
	padding: 0 10%;
	color: #222222;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
	content: "";
	display: block;
	width: 20%;
	height: 2px;
	background: #AAAAAA;
	margin: 20px auto;
}
@media (max-width: 767px) {
	.entry-content .content-inner blockquote {
		padding: 0;
	}
}

.entry-content .content-inner iframe,
.entry-content .content-inner div iframe {
	display: block;
}

.entry-content ins {
	background: transparent;
}


/* Single Post/Page -> Images */

.entry-content .content-inner img {
	display: block;
	/* margin: 24px auto; */
	margin: 24px 0;
	width: auto;
	/* max-height: 640px; */
}

.entry-content .content-inner .alignnone {
	/* margin: 24px auto; */
	margin: 24px 0;
}
.entry-content .content-inner .aligncenter {
	margin: 24px auto;
}
.entry-content .content-inner .alignleft {
	margin: 24px auto 24px 0;
	float: none;
}
.entry-content .content-inner .alignright {
	margin: 24px 0 24px auto;
	float: none;
}

.entry-content .content-inner .wp-caption .alignnone,
.entry-content .content-inner .wp-caption .aligncenter,
.entry-content .content-inner .wp-caption .alignleft,
.entry-content .content-inner .wp-caption .alignright {
	margin: 24px auto;
}
.entry-content .content-inner .wp-caption img {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content .content-inner .wp-caption .wp-caption-text {
	margin: 5px 0 -2px 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	color: #666666;
}


/* Single Post -> Gallery */

.gallery {
	margin: 20px auto!important;
}
.gallery:after {
	content: none;
}
.gallery a {
	display: block;
	box-shadow: none;
}
.gallery img {
	margin: 0 auto!important;
}
.gallery-caption {
	display: none;
}

@media (max-width: 667px) {
	.gallery-columns-4 .gallery-item {
		width: 33.333333333%;
	}
}
@media (max-width: 479px) {
	.gallery-columns-4 .gallery-item {
		width: 50%;
	}
}


/* Single Post/Page -> Media & Third Party Elements */

.entry-content .content-inner .jeg_video_content {
	margin-top: 24px;
	margin-bottom: 24px;
}
.entry-content .content-inner .fluid-width-video-wrapper { /* Workaround for Youtube videos without oEmbed! (FitVids) */
	margin-top: 24px;
	margin-bottom: 24px;
}

.entry-content .content-inner .fb_iframe_widget {
	margin-bottom: 24px;
}


/* Single Post/Page -> Floating Video */

.featured_video.floating .jeg_featured_video_wrapper {
	z-index: 10000000000;
}
.featured_video .floating_close:after {
	font-weight: 900; /* Font Awesome 5 Fix! */
}


/* Single Post/Page -> Embeds */

.twitter-tweet {
	/* margin-left: auto; */
	/* margin-right: auto; */
}


/* Single Post -> Custom Features */

.entry-content .content-inner *:last-child {
	margin-bottom: 0;
}

.entry-content.custom-introtext .content-inner > p:first-child {
	font-size: 19px;
	line-height: 1.4;
	font-weight: 700;
	padding-left: 16px;
	border-left: 3px solid #00C896;
	color: #222222;
}


/* Single Post -> Custom Meta */

.starsports_entry_meta {
	display: block;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	color: #EEEEEE;
}
.starsports_entry_categories {
	display: inline-block;
	margin: 0 12px 0 0;
	color: #EEEEEE;
}
.starsports_entry_categories a {
	color: #EEEEEE;
}
.starsports_entry_categories a:hover {
	opacity: 0.75;
}
.starsports_entry_date {
	display: inline-block;
	color: #EEEEEE;
}
@media (max-width: 667px) {
	.starsports_entry_meta {
		margin: 0 0 8px 0;
	}
	.starsports_entry_categories {
		display: block;
		margin: 0 0 5px 0;
	}
	.starsports_entry_date {
		display: block;
	}
}

.starsports_entry_author {
	margin: 0 0 16px 0;
}
.starsports_entry_author img {
	width: 48px;
	border-radius: 100%;
	margin-right: 12px;
	box-shadow: 0px 0 6px 0px rgba(0,0,0,0.16);
	background: #F8F8F8;
}
.starsports_entry_author a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #555555;
}


/* Single Post -> Custom Info */

.starsports_entry_info {
	margin: 40px 0 0 0;
}

.starsports_entry_links {
	display: block;
	margin: 0;
}
.starsports_entry_links li {
	display: block;
	margin-bottom: 8px;
}
.starsports_entry_links li:last-child {
	margin-bottom: 0;
}
.starsports_entry_links a {
	display: block;
	padding: 8px 10px 8px 68px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none;
	background-repeat: no-repeat;
	border-radius: 2px;
	border: 1px solid #EEEEEE;
	background-color: #F4F4F4;
	color: #222222;
}
.starsports_entry_links a:hover {
	color: #00448C;
}
.starsports_entry_links a strong {
	font-weight: 600;
}
.starsports_entry_links .starsports_entry_link_google_news {
	background-size: 40px;
	background-position: 14px 11px;
	background-image: url('img/custom-icon-google-news.svg');
}
.starsports_entry_links .starsports_entry_link_digitalstar {
	background-size: 42px;
	background-position: 12px 8px;
	background-image: url('img/custom-icon-star-84.png');
}

.starsports_entry_tags {
	margin: 24px 0 0 0;
}
.starsports_entry_tags > * {
	vertical-align: bottom;
}
.starsports_entry_tags .starsports_entry_tags_heading {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	margin: 0 16px 0 0;
	color: #0D226D;
}
.starsports_entry_tags a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 16px 0 0;
	color: #222222;
}
.starsports_entry_tags a::before {
	content: "#";
}
.starsports_entry_tags a:last-child {
	margin: 0;
}
.starsports_entry_tags a:hover {
	box-shadow: inset 0 -2px 0 #FAA528;
}

.starsports_share_buttons {
	margin-top: 24px;
}


/* Single Post -> Inline Items: Viber */

.entry-content .content-inner .starsports_inline_item_viber {
	margin: 24px 0;
}
.entry-content .content-inner .starsports_inline_item_viber a {
	display: block;
	box-shadow: none;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	padding: 10px 14px;
	border-radius: 2px;
	border: 1px solid #E8E8E8;
	background: #F4F4F4;
	color: #65368B;
}
.entry-content .content-inner .starsports_inline_item_viber a span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url('img/custom-icon-viber.svg');
}


/*------------------------------------------------------------*/
/* Single Post -> Story Mode */

/* PLACEHOLDER! STORY MODE DISABLED! */


/*------------------------------------------------------------*/
/* Widgets */


.widget {
	margin-bottom: 20px;
}
.widget:last-child {
	margin-bottom: 0;
}

.jeg_sidebar .widget {
	margin-bottom: 20px;
}
.jeg_sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget_media_image a {
	display: block;
}
.widget_media_image img {
	display: block;
	margin: 0 auto;
}

.widget.widget-less-margin {
	margin-bottom: 10px;
}


/*------------------------------------------------------------*/
/* Custom Elements */


/* Custom Elements -> Background - Single */

.starsports_background_single {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	background: #222222;
}

.starsports_background_single {
	background: #067581;
	background: linear-gradient(90deg, #0D226D 0%, #00C896 100%); /* Full Gradient */
}
body.starsports_boxed_layout .starsports_background_single {
	background: linear-gradient(90deg, #0B4776 0%, #058886 100%); /* Light Gradient */
}
@media (max-width: 1199px) {
	.starsports_background_single {
		height: 0;
		padding-bottom: 40%;
		background: linear-gradient(90deg, #0D226D 0%, #00C896 100%)!important; /* Full Gradient */
	}
}
@media (max-width: 1024px) {
	.starsports_background_single {
		background: linear-gradient(90deg, #0B4776 0%, #058886 100%)!important; /* Light Gradient */
	}
}
@media (max-width: 991px) {
	.starsports_background_single {
		height: 0;
		padding-bottom: 55%;
	}
}
@media (max-width: 667px) {
	.starsports_background_single {
		height: 0;
		padding-bottom: 60%;
	}
}


/* Custom Elements -> Background - Categories */

.starsports_background_category {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 640px;
	background: #222222;
}

.starsports_background_category {
	background: #067581;
	background: linear-gradient(90deg, #0D226D 0%, #00C896 100%); /* Full Gradient */
}
body.starsports_boxed_layout .starsports_background_category {
	background: linear-gradient(90deg, #0B4776 0%, #058886 100%); /* Light Gradient */
}
@media (max-width: 1199px) {
	.starsports_background_category {
		height: 0;
		padding-bottom: 55%;
		background: linear-gradient(90deg, #0D226D 0%, #00C896 100%)!important; /* Full Gradient */
	}
}
@media (max-width: 1024px) {
	.starsports_background_category {
		background: linear-gradient(90deg, #0B4776 0%, #058886 100%)!important; /* Light Gradient */
	}
}
@media (max-width: 991px) {
	.starsports_background_category {
		height: 0;
		padding-bottom: 60%;
	}
}
@media (max-width: 667px) {
	.starsports_background_category {
		height: 0;
		padding-bottom: 75%;
	}
}

body[class*="category-paged"] .starsports_background_category {
	display: none!important;
}


/* Custom Elements -> Team Icons */

.custom_team_icons {
	display: block;
	margin: 0 auto;
	width: 100%;
	/* max-width: 520px; */
}
.custom_team_icons ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
	margin: -4px;
}
.custom_team_icons ul li {
	display: block;
}
.custom_team_icons ul li a {
	padding: 4px;
	display: block;
}
.custom_team_icons ul li a:hover {
	opacity: 0.8;
}
.custom_team_icons ul li a img {
	display: block;
	width: 48px;
	height: 48px;
}

@media (max-width: 1059px) {
	.custom_team_icons {
		max-width: 520px;
	}
}


/* Custom Elements -> Vathmologies */

.page_vathmologies a {
	display: block;
	font-size: 16px!important;
	line-height: 22px!important;
	font-weight: 600!important;
	padding: 8px 12px;
	box-shadow: none!important;
	color: #FFFFFF!important;
}
.page_vathmologies a:hover {
	opacity: 0.85;
	background: rgba(255,255,255,0.15);
	color: #FFFFFF!important;
}
.page_vathmologies .elementor-widget-container {
	border-radius: 3px;
}


/* Custom Elements -> Network Videos */

.network_video {
	display: block;
}
.network_video a {
	display: block;
	position: relative;
	width: 100%;
	min-height: 120px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16)!important; /* Elementor Fix */
}
.network_video a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	background-size: 56px;
	background-position: left 24px bottom 24px;
	background-repeat: no-repeat;
	background-image: url('img/custom-icon-play.svg');
	transition-duration: 0.25s;
	z-index: 1;
}
.network_video a:hover:after {
	background-color: rgba(0,0,0,0.35);
}
.network_video a .network_video_thumbnail {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.network_video a .network_video_title {
	display: block;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	bottom: 0;
	left: 0;
	padding: 16px 20px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.64);
	color: #FFFFFF;
	z-index: 2;
}
@media (min-width: 768px) {
	.network_video a:hover:after {
		background-image: none;
	}
	.network_video a:hover .network_video_title {
		transition: 0.3s;
		visibility: visible;
		opacity: 1;
	}
}

.network_video_wide a {
	height: 0;
	padding-bottom: 60%;
}
.network_video_square a {
	height: 0;
	padding-bottom: 100%;
}
.network_video_full_height a {
	height: 100%;
}


/* Custom Elements -> Network Video Block 01 */

.network_video_block_01 {
	margin: -15px;
	overflow: hidden;
}
.network_video_block_01_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px;
}
.network_video_block_01 .network_video {
	padding: 5px;
	flex-grow: 1;
}

@media (max-width: 667px) {
	.network_video_block_01 .network_video {
		width: 50%;
	}
}
@media (min-width: 668px) {
	.network_video_block_01 .network_video:last-child {
		display: none;
	}
}


/* Custom Elements -> Network Video Block 02 */

.network_video_block_02 {
	margin: -15px;
	overflow: hidden;
}
.network_video_block_02_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px;
}
.network_video_block_02 .network_video {
	padding: 5px;
	flex-grow: 1;
}

@media (max-width: 767px) {
	.network_video_block_02 .network_video {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.network_video_block_02 .network_video:last-child {
		display: none;
	}
}


/* Custom Elements -> Section Headings */

.starsports_section_heading_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
}
.starsports_section_heading_container .starsports_section_heading_left,
.starsports_section_heading_container .starsports_section_heading_right {
	flex-grow: 1;
	width: 50%;
}
@media (max-width: 767px) {
	.starsports_section_heading_container .starsports_section_heading_left,
	.starsports_section_heading_container .starsports_section_heading_right {
		width: 100%;
	}
}

.starsports_section_heading_left {
	text-align: left;
}
.starsports_section_heading_right {
	text-align: right;
}
@media (max-width: 767px) {
	.starsports_section_heading_right {
		display: none;
	}
}

.starsports_section_heading {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.starsports_section_heading_icon {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 68px;
	width: 68px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 56px;
}
.starsports_section_heading_text {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}
.starsports_section_heading_text a {
	display: inline-block;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	color: #787878;
}
@media (max-width: 767px) {
	.starsports_section_heading_text a {
		font-size: 26px;
		line-height: 32px;
	}
}

.starsports_section_link {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 8px 0;
	margin: 0 0 8px 0;
	color: #FFFFFF;
}
.starsports_section_link .fa {
	margin-left: 10px;
}
.starsports_section_button {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 7px 12px 5px 12px;
	margin: 0 0 8px 0;
	border-radius: 6px;
	border: 2px solid #5F7D9B;
	color: #5F7D9B;
}
.starsports_section_button:hover {
	background: rgba(95,125,155,0.5);
	color: #5F7D9B;
	transition: 0.25s;
}
.starsports_section_button .fa {
	margin-left: 24px;
}
.starsports_section_button_alt {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 7px 12px 5px 12px;
	margin: 0 0 8px 0;
	border-radius: 6px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.starsports_section_button_alt:hover {
	background: rgba(255,255,255,0.5);
	color: #FFFFFF;
	transition: 0.25s;
}
.starsports_section_button_alt .fa {
	margin-left: 24px;
}


/* Custom Elements -> Frontpage Featured */

.frontpage_featured {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}
.frontpage_featured_image {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}
.frontpage_featured_image  {
	display: block;
	position: relative;
	width: 80%;
	height: 510px;
	margin: 0 0 0 auto;
}
.frontpage_featured_image a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
}
.frontpage_featured_image a img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}
.frontpage_featured_image a:hover:after {
	opacity: 0.9;
}
.frontpage_featured_info {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;	
}
.frontpage_featured_meta {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 7px 0;
	color: #DDDDDD;
	text-shadow: 8px 5px 8px rgb(0 0 0 / 16%);
}
.frontpage_featured_title {
	display: block;
	margin: 0 0 8px 0;
}
.frontpage_featured_title a {
	display: block;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 8px 5px 8px rgb(0 0 0 / 16%);
}
.frontpage_featured_excerpt {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 25px 0 0;
	color: #EEEEEE;
	text-shadow: 8px 5px 8px rgb(0 0 0 / 16%);
}

body.starsports_boxed_layout .frontpage_featured_info {
	width: 50%;
}
body.starsports_boxed_layout .frontpage_featured_title a {
	font-size: 30px;
}
body.starsports_boxed_layout .frontpage_featured_excerpt {
	margin: 0 20px 0 0;
}

@media (max-width: 1199px) {
	.frontpage_featured_info {
		width: 50%;
	}
	.frontpage_featured_title a {
		font-size: 28px!important;
	}
	.frontpage_featured_excerpt {
		margin: 0 15px 0 0!important;
	}
}


/*------------------------------------------------------------*/
/* Frontpage */


/* Frontpage -> Custom Element -> Spacer 01 */

.starsports_frontpage_spacer_01 {
	display: block;
	height: 24px;
}
@media (max-width: 991px) {
	.starsports_frontpage_spacer_01 {
		display: none;
	}
}


/* Frontpage -> Repeating Module -> Post Block 23 -> Mod 01 */

.jeg_postblock_23_mod_01 .jeg_postblock_23 .starsports_post_meta {
	display: none;
}
.jeg_postblock_23_mod_01 .jeg_postblock_23 .jeg_post_title {
	text-align: left;
}


/* Frontpage Section -> Featured Posts Top */

.frontpage_section_featured_top {
	padding-top: 40px;
	padding-bottom: 140px;
	padding-left: 5px;
	padding-right: 5px;
	background: #067581;
	background: linear-gradient(90deg, #0D226D 0%, #00C896 100%); /* Full Gradient */
	overflow: hidden; /* Contain Background Shape in Boxed Mode */
}
body.starsports_boxed_layout .frontpage_section_featured_top {
	background: linear-gradient(90deg, #0B4776 0%, #058886 100%); /* Light Gradient */
}
@media (max-width: 1199px) {
	.frontpage_section_featured_top {
		background: linear-gradient(90deg, #0D226D 0%, #00C896 100%)!important; /* Full Gradient */
	}
}
@media (max-width: 1024px) {
	.frontpage_section_featured_top {
		background: linear-gradient(90deg, #0B4776 0%, #058886 100%)!important; /* Light Gradient */
	}
}
@media (max-width: 991px) {
	.frontpage_section_featured_top {
		padding-top: 20px;
		padding-bottom: 0;
		background: none!important;
	}
}
@media (max-width: 667px) {
	.frontpage_section_featured_top {
		padding-top: 0;
		padding-bottom: 0;
		background: none!important;
	}
}

.frontpage_section_featured_top.elementor-section-boxed > .elementor-container {
	max-width: 1360px!important;
}
body.starsports_boxed_layout .frontpage_section_featured_top.elementor-section-boxed > .elementor-container {
	max-width: 1160px!important;
}
@media (max-width: 1199px) {
	.frontpage_section_featured_top.elementor-section-boxed > .elementor-container {
		max-width: 1130px!important;
	}
}

.frontpage_section_featured_top .frontpage_featured_primary {
	display: block;
}
.frontpage_section_featured_top .frontpage_featured_secondary {
	display: none;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.frontpage_section_featured_top .frontpage_featured_primary {
		display: none!important;
	}
	.frontpage_section_featured_top .frontpage_featured_secondary {
		display: block!important;
	}
}

.frontpage_section_featured_top .frontpage_featured_primary:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -120px;
	left: -100px;
	width: 320px;
	height: 320px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url('img/background-logo-3CBA92.svg');
	mix-blend-mode: overlay;
	opacity: 0.9;
}
body.starsports_boxed_layout .frontpage_section_featured_top .frontpage_featured_primary:before {
	bottom: -70px;
	left: -70px;
	width: 240px;
	height: 240px;
	opacity: 0.65;
}
@media (max-width: 1199px) {
	.frontpage_section_featured_top .frontpage_featured_primary:before {
		bottom: -70px!important;
		left: -70px!important;
		width: 240px!important;
		height: 240px!important;
		opacity: 0.65!important;
	}
}

@media (max-width: 667px) {
	.frontpage_section_featured_top {
		overflow: hidden; /* Overflow Workaround */
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_block_container {
		overflow: visible; /* Overflow Workaround */
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_posts_wrap {
		overflow: visible; /* Overflow Workaround */
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_thumb {
		border-radius: 0;
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_thumb .thumbnail-container {
		border-radius: 0;
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_post:first-child .jeg_thumb {
		margin-left: -15px;
		margin-right: -15px;
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_post:first-child .starsports_post_meta {
		display: none;
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_post:first-child .jeg_post_title {
		font-weight: 800;
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_post:first-child .jeg_post_title a {
		color: #0D226D!important;
	}
	.frontpage_section_featured_top .frontpage_featured_secondary .jeg_postblock_23 .jeg_post:first-child .jeg_post_title a:hover {
		color: #F15025!important;
	}
}


/* Frontpage Section -> Featured Posts Bottom */

.frontpage_section_featured_bottom {
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: -100px;
	margin-bottom: 0;
	overflow: hidden; /* Thumbnail Shadow Workaround */
}
.frontpage_section_featured_bottom .jeg_postblock_23 .jeg_block_container {
	overflow: visible; /* Thumbnail Shadow Workaround */
}
.frontpage_section_featured_bottom .jeg_postblock_23 .jeg_posts_wrap {
	overflow: visible; /* Thumbnail Shadow Workaround */
}
.frontpage_section_featured_bottom .jeg_postblock_23 .jeg_thumb {
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

@media (max-width: 991px) {
	.frontpage_section_featured_bottom {
		display: none!important;
	}
}


/* Frontpage Block -> Teams */

.frontpage_section_teams {
	
}


/* Frontpage Block -> Super League 1 */

.frontpage_section_super_league_1 {
	background: #0D226D;
}
.frontpage_section_super_league_1 .starsports_section_heading_icon {
	background-image: url('img/background-logo-8988CB.svg');
}
.frontpage_section_super_league_1 .starsports_section_heading_text a {
	color: #FFFFFF;
}
.frontpage_section_super_league_1 .starsports_section_heading_text a:hover,
.frontpage_section_super_league_1 .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_super_league_1 .jeg_postblock_28 .jeg_post_title a:hover {
	color: #FFFFFF!important;
	opacity: 0.75;
}


/* Frontpage Block -> Super League 2 */

.frontpage_section_super_league_2 {
	background: #3F7F58;
	background: linear-gradient(90deg, #57977A 0%, #246533 100%);
}
.frontpage_section_super_league_2 .starsports_section_heading_icon {
	background-image: url('img/background-logo-276746.svg');
}
.frontpage_section_super_league_2 .starsports_section_heading_text a {
	color: #FFFFFF;
}
.frontpage_section_super_league_2 .starsports_section_heading_text a:hover,
.frontpage_section_super_league_2 .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_super_league_2 .jeg_postblock_28 .jeg_post_title a:hover {
	color: #FFFFFF!important;
	opacity: 0.75;
}


/* Frontpage Block -> TV Star */

.frontpage_section_tvstar_latest .jeg_postblock_23  {
	/* Placeholder */
}
@media (min-width: 992px) {
	.frontpage_section_tvstar_latest .jeg_postblock_23 .jeg_post:last-child {
		/* display: none; */
	}
}


/* Frontpage Block -> G Ethiniki */

.frontpage_section_g_ethniki {
	background: #861212;
	background: linear-gradient(90deg, #460E0E 0%, #C51616 100%);
}
.frontpage_section_g_ethniki .starsports_section_heading_icon {
	background-image: url('img/background-logo-853939.svg');
}
.frontpage_section_g_ethniki .starsports_section_heading_text a {
	color: #FFFFFF;
}
.frontpage_section_g_ethniki .starsports_section_heading_text a:hover,
.frontpage_section_g_ethniki .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_g_ethniki .jeg_postblock_28 .jeg_post_title a:hover {
	color: #FFFFFF!important;
	opacity: 0.75;
}


/* Frontpage Block -> Basketball */

.frontpage_section_basketball .starsports_section_heading_text a:hover,
.frontpage_section_basketball .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_basketball .jeg_postblock_28 .jeg_post_title a:hover {
	/* Placeholder */
}


/* Frontpage Block -> Volleyball */

.frontpage_section_volleyball .starsports_section_heading_text a:hover,
.frontpage_section_volleyball .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_volleyball .jeg_postblock_28 .jeg_post_title a:hover {
	/* Placeholder */
}


/* Frontpage Block -> Topiko Podosfairo */

.frontpage_section_topiko_podosfairo {
	background: #0D226D;
}
.frontpage_section_topiko_podosfairo .starsports_section_heading_icon {
	background-image: url('img/background-logo-8988CB.svg');
}
.frontpage_section_topiko_podosfairo .starsports_section_heading_text a {
	color: #FFFFFF;
}
.frontpage_section_topiko_podosfairo .starsports_section_heading_text a:hover,
.frontpage_section_topiko_podosfairo .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_topiko_podosfairo .jeg_postblock_28 .jeg_post_title a:hover {
	color: #FFFFFF!important;
	opacity: 0.75;
}

.frontpage_section_topiko_podosfairo_extra {
	background: #0D226D;
}

/* Frontpage Block -> Alla Spor */

.frontpage_section_alla_spor {
	background: #621B1B;
	background: linear-gradient(90deg, #671B1B 0%, #5D1A1A 100%);
}
.frontpage_section_alla_spor .starsports_section_heading_icon {
	background-image: url('img/background-logo-934949.svg');
}
.frontpage_section_alla_spor .starsports_section_heading_text a {
	color: #FFFFFF;
}
.frontpage_section_alla_spor .starsports_section_heading_text a:hover,
.frontpage_section_alla_spor .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_alla_spor .jeg_postblock_28 .jeg_post_title a:hover {
	color: #FFFFFF!important;
	opacity: 0.75;
}


/* Frontpage Block -> Mixanokitinos Athlitismos */

.frontpage_section_mixanokinitos_athlitismos {
	background: #4B63CD;
	background: linear-gradient(90deg, #8260A9 0%, #1565F1 100%);
}
.frontpage_section_mixanokinitos_athlitismos .starsports_section_heading_icon {
	background-image: url('img/background-logo-504297.svg');
}
.frontpage_section_mixanokinitos_athlitismos .starsports_section_heading_text a {
	color: #FFFFFF;
}
.frontpage_section_mixanokinitos_athlitismos .starsports_section_heading_text a:hover,
.frontpage_section_mixanokinitos_athlitismos .jeg_postblock_23 .jeg_post_title a:hover,
.frontpage_section_mixanokinitos_athlitismos .jeg_postblock_28 .jeg_post_title a:hover {
	color: #FFFFFF!important;
	opacity: 0.75;
}


/*------------------------------------------------------------*/
/* Single Sections */


.starsports_section_heading_single {
	display: block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0 0 16px 0;
	color: #0D226D;
}


/* Single Section -> Related */

.single_section_related {
	padding: 60px 0 30px 0;
	/* overflow: hidden; */ /* Thumbnail Shadow Workaround */
}
.single_section_related .jeg_postblock_23 .jeg_block_container {
	/* overflow: visible; */ /* Thumbnail Shadow Workaround */
}
.single_section_related .jeg_postblock_23 .jeg_posts_wrap {
	/* overflow: visible; */ /* Thumbnail Shadow Workaround */
}
.single_section_related .jeg_postblock_23 .jeg_thumb {
	/* box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); */
}


/* Single Section -> Popular */

.single_section_popular {
	padding: 30px 0 60px 0;
}


/* Single Section -> WebTV */

.single_section_webtv {
	padding: 50px 0 0 0;
	background: #434FFF;
}
.single_section_webtv .starsports_section_overlap {
	min-height: 120px;
	margin: 0 0 -60px 0;
}
.single_section_webtv .starsports_section_heading_container {
	margin: 0 0 12px 0;
}
.single_section_webtv .starsports_section_heading_webtv {
	display: block;
	width: 180px;
	height: 60px;
	margin: 0 0 8px 0;
	background-repeat: no-repeat;
	background-size: 180px 60px;
	background-position: center center;
	background-image: url('img/section-logo-webtv.png');
}


/*------------------------------------------------------------*/
/* Ads */


/* Ads -> Elementor */

.starsports_ad_container {
	text-align: center;
}
.starsports_ad_container ins {
	display: inline-block;
}
.starsports_ad_container iframe {
	display: block;
	margin: 0 auto;
}


/* Ads -> Widget Areas */

.starsports_ad_widgets {
	display: block;
	width: auto;
	margin: -5px;
	text-align: center;
	overflow: hidden;
}
.starsports_ad_widget {
	display: block;
	padding: 5px;
}


/* Ads -> Widget Areas -> Sections */

.starsports_archive_widget_section_01 {
	padding: 0 0 25px 0;
}
.starsports_archive_widget_section_02 {
	padding: 40px 0 30px 0;
}

.starsports_single_widget_section_01 {
	padding: 0 0 25px 0;
}
.starsports_single_widget_section_02 {
	padding: 20px 0 20px 0;
}
.starsports_single_widget_section_03 {
	padding: 100px 0 30px 0;
}


/* Ads -> Single */

.starsports_entry_ad_top {
	width: auto;
	max-width: 810px;
	margin: 0 0 20px 0;
	background: #F8F8F8;
}
.starsports_entry_ad_bottom {
	width: auto;
	max-width: 810px;
	margin: 24px 0;
	background: #F8F8F8;
}


/* Ads -> Advanced Ads - General */

div[id^="starsports_cp_"] {
	margin-bottom: 10px;
}
div[id^="starsports_cp_"]:last-child {
	margin-bottom: 0;
}
div[id^="starsports_cp_"] iframe {
	display: block;
}


/* Ads -> Advanced Ads - Labels */

.starsports_cp_adlabel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #555555;
}
.starsports_cp_adlabel:before,
.starsports_cp_adlabel:after {
	content: "";
	position: relative;
	flex-grow: 1;
	height: 1px;
	top: 6px;
	background-color: #DDDDDD;
}
.starsports_cp_adlabel:before {
	margin-right: 8px;
}
.starsports_cp_adlabel:after {
	margin-left: 8px;
}


/* Ads -> Advanced Ads - Inline */

.entry-content .content-inner > .starsports_cp_single_inline_01,
.entry-content .content-inner > .starsports_cp_single_inline_02 {
	margin: 24px 0;
	width: auto;
	max-width: 810px; /* AdSense workaround! */
}
.entry-content .content-inner > .starsports_cp_single_inline_01:after,
.entry-content .content-inner > .starsports_cp_single_inline_02:after {
	content: "";
	display: block;
	height: 1px;
	background: #DDDDDD;
	margin-top: 12px;
}
.entry-content .content-inner > .starsports_cp_single_inline_01 img,
.entry-content .content-inner > .starsports_cp_single_inline_02 img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}


/* Ads -> Advanced Ads - Overlay */

.advads-background {
	opacity: 0.75!important;
}
.advads-close-button {
	width: 25px!important;
	height: 25px!important;
	font-size: 25px!important;
	line-height: 25px!important;
}


/* Ads -> Advanced Ads - Overlay Video */

.starsports_cp_overlay_video {
	margin: 0;
}
.starsports_cp_overlay_video .starsports_cp_layer {
	margin-left: unset!important;
	margin-bottom: unset!important;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%)!important;
}
.starsports_cp_overlay_video .starsports_cp_layer .starsports_cp_target {
	margin: 0;
}


/*------------------------------------------------------------*/
/* Header */


/* Header -> Background: Desktop */

.jeg_header .jeg_midbar {
	background: #067581;
	background: linear-gradient(90deg, #0D226D 0%, #00C896 100%); /* Full Gradient */
}
.jeg_header .jeg_bottombar {
	background: #067581;
	background: linear-gradient(90deg, #314383 0%, #26D0A6 100%); /* Full Gradient */
}


/* Header -> Background: Desktop/Sticky */

.jeg_stickybar {
	background: #067581;
	background: linear-gradient(90deg, #0D226D 0%, #00C896 100%); /* Full Gradient */
}


/* Header -> Background: Mobile */

.jeg_navbar_mobile {
	background: #067581;
	background: linear-gradient(90deg, #0B4776 0%, #058886 100%); /* Light Gradient */
}
.jeg_navbar_mobile_menu {
	background: #07687E;
	background: linear-gradient(135deg, #095178 0%, #01BA93 100%); /* Light Gradient Alt */
}


/* Header -> General: Desktop */

.jeg_navbar {
	border-bottom: 0;
}


/* Header -> General: Mobile */

.jeg_navbar_mobile_wrapper,
.jeg_navbar_mobile {
	height: 104px; /* Mobile Scroll Fix! Important!!! */
}

.jeg_navbar_mobile .jeg_nav_left,
.jeg_navbar_mobile .jeg_nav_right {
	width: 48px;
}
.jeg_navbar_mobile .jeg_nav_center {
	padding: 0;
}


/* Header -> Shadows */

.jeg_navbar:after,
.jeg_navbar_mobile:after {
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	top: 100%;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}


/* Header -> Logo */

.jeg_logo img {
	width: 240px;
	height: auto;
}
.jeg_stickybar .jeg_logo img {
	width: 240px;
	height: auto;
	max-height: unset;
}

@media (max-width: 1119px) {
	.jeg_logo img {
		width: 204px;
	}
	.jeg_stickybar .jeg_logo img {
		width: 204px;
	}
}

.jeg_mobile_logo {
	padding: 0!important;
}
.jeg_mobile_logo img {
	width: 240px;
	height: auto;
	max-height: unset;
}

.jeg_midbar .jeg_logo,
.jeg_navbar .jeg_logo {
	margin: 0!important;
	padding: 0 4px!important;
}


/* Header -> Main Menu */

.jeg_main_menu a {
	font-weight: 400!important;
}


/* Header -> Secondary Menu */

.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li,
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li {
	padding-right: 25px;
}
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li:last-child,
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li:last-child {
	padding-right: 0;
}
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a,
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a {
	font-size: 14px!important;
	font-weight: 600!important;
	color: #FFFFFF!important;
}
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a:hover,
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a:hover {
    color: #F15025!important;
}

@media (max-width: 1119px) {
	.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li,
	.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li {
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a,
	.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a {
		font-size: 15px!important;
	}
}


/* Header -> Separators */

.jeg_midbar .jeg_separator,
.jeg_navbar .jeg_separator {
	border-color: rgba(255,255,255,0.7);
	margin: 0;
}

.jeg_header .jeg_midbar .jeg_separator.separator1 {
	margin-left: 1px;
	margin-right: 0;
}
.jeg_header .jeg_stickybar .jeg_separator.separator1 {
	margin-left: 1px;
	margin-right: 0;
}

.jeg_header .jeg_midbar .jeg_separator.separator5 {
	height: 71px;
	margin-left: 14px;
	margin-right: 20px;
	border-color: #FFFFFF;
}
.jeg_header .jeg_stickybar .jeg_separator.separator5 {
	height: 60px;
	margin-left: 8px;
	margin-right: 20px;
	border-color: #EEEEEE;
}


/* Header -> Toogle Icons */

.jeg_midbar .jeg_mobile_toggle,
.jeg_navbar .jeg_mobile_toggle,
.jeg_navbar_mobile .jeg_mobile_toggle {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px;
	background-image: url('img/custom-icon-nav.svg');
}
.jeg_midbar .jeg_mobile_toggle:hover,
.jeg_navbar .jeg_mobile_toggle:hover,
.jeg_navbar_mobile .jeg_mobile_toggle:hover {
	opacity: 0.75;
}

.jeg_midbar .jeg_search_toggle,
.jeg_navbar .jeg_search_toggle,
.jeg_navbar_mobile .jeg_search_toggle {
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	background-image: url('img/custom-icon-search.svg');
}
.jeg_midbar .jeg_search_toggle:hover,
.jeg_navbar .jeg_search_toggle:hover,
.jeg_navbar_mobile .jeg_search_toggle:hover {
	opacity: 0.75;
}


/* Header -> Search Popup */

.jeg_search_popup_expand .jeg_search_form:before,
.jeg_search_popup_expand .jeg_search_form:after {
	content: none;
}
.jeg_search_expanded .jeg_search_popup_expand .jeg_search_form {
	top: 140%;
	padding: 10px;
	transition: none;
	border-radius: 2px;
}

.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:before,
.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:after {
	content: none;
}
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form {
	top: 100%;
	padding: 10px;
	transition: none;
	border-radius: 0;
}

.jeg_search_popup_expand .jeg_search_form {
	background: #07687E;
	background: linear-gradient(135deg, #8260A9 0%, #1565F1 100%);
	border: none;
}
.jeg_search_popup_expand .jeg_search_input {
	font-size: 16px!important;
	font-weight: 600!important;
	box-shadow: none!important;
	padding: 7px 30px 7px 12px;
	border-radius: 2px;
	background: #FFFFFF;
	border-color: #E0E0E0;
	color: #222222!important;
	-webkit-appearance: none; /* iOS Fix */
}
.jeg_search_popup_expand .jeg_search_button {
	right: 10px!important;
	padding-right: 10px!important;
}


/* Header -> Social Icons */

.jeg_social_icon_block a {
	margin-right: 12px!important;
}
.jeg_social_icon_block a:last-child {
	margin-right: 0!important;
}
.jeg_social_icon_block a .fa {
	font-size: 18x!important;
}

/* Header -> Social Icons (Temporary Workaround!) */

.jeg_social_icon_block a.jeg_vimeo .fa {
	display: none;
}
.jeg_social_icon_block a.jeg_vimeo::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url('img/custom-icon-dailymotion.svg');
}


/* Header -> Custom Header Menu */

.custom_navigation_01 {
	display: block;
	overflow: hidden;
	text-align: center;
	height: 36px;
	font-size: 0;
}
.custom_navigation_01 li {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}
.custom_navigation_01 li a {
	display: block;
	height: 36px;
	padding: 10px 12px 8px 38px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	white-space: nowrap;
	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: 18px;
	color: #FFFFFF;
}
.custom_navigation_01 li a:hover {
	color: #F15025!important;
}

.custom_navigation_01 .custom_link_live_tv a {
	background-image: url('img/custom-icon-tv.svg');
}
.custom_navigation_01 .custom_link_star_fm a {
	background-image: url('img/custom-icon-wave.svg');
}
.custom_navigation_01 .custom_link_kairos a {
	background-image: url('img/custom-icon-cloud.svg');
}
.custom_navigation_01 .custom_link_topika_nea a {
	background-image: url('img/custom-icon-dots.svg');
}

.jeg_navbar .custom_navigation_01 .custom_link_live_tv a {
	/* background-color: #092238; */
}
.jeg_navbar .custom_navigation_01 .custom_link_kairos a {
	padding-right: 0;
}
.jeg_navbar .custom_navigation_01 li:last-child {
	display: none;
}

.jeg_navbar_mobile_menu .container {
	padding-left: 15px;
	padding-right: 15px;
}
.jeg_navbar_mobile_menu .container::-webkit-scrollbar {
	display: none;
}
.jeg_navbar_mobile_menu .custom_navigation_01 {
	overflow-x: auto;
}
.jeg_navbar_mobile_menu .custom_navigation_01 li a {
	padding: 10px 12px 8px 36px;
	font-size: 13px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 16px;
}

@media (max-width: 479px) {
	.jeg_navbar_mobile_menu .container {
		padding-left: 0;
		padding-right: 0;
	}
	.jeg_navbar_mobile_menu .custom_navigation_01 li a {
		padding: 10px 8px 8px 28px;
		font-size: 12px;
		background-position: 6px center;
	}
}


/*------------------------------------------------------------*/
/* Header -> Off-canvas Navigation */


/* Off-Canvas Navigation -> General */

.jeg_menu_close {
	top: 0;
	left: 0;
	right: unset;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none;
	z-index: 9999;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	padding: 20px;
	box-sizing: content-box;
	color: #FFFFFF;
}
.jeg_show_menu .jeg_menu_close {
	top: 0!important;
	left: 0!important;
	right: unset!important;
	opacity: 1!important;
	-webkit-transform: none;
	transform: none;
}
.jeg_menu_close i {
	display: block;
	height: 20px;
	color: #FFFFFF;
}

.admin-bar .jeg_menu_close {
	top: 32px;
}
.admin-bar.jeg_show_menu .jeg_menu_close {
	top: 32px!important;
}
@media (max-width: 782px) {
	.admin-bar .jeg_menu_close {
		top: 46px;
	}
	.admin-bar.jeg_show_menu .jeg_menu_close {
		top: 46px!important;
	}
}

.jeg_bg_overlay {
	background: rgba(0,0,0,0.75);
}

.jeg_mobile_wrapper {
	width: 95%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
@media (min-width: 768px) {
	.jeg_mobile_wrapper {
		width: 100%;
		height: auto;
	}
}

/* Off-Canvas Navigation -> Content */

.custom_offcanvas {
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background: #067581;
	background: linear-gradient(90deg, #0D226D 0%, #00C896 100%); /* Full Gradient */
	color: #FFFFFF;
}
.custom_offcanvas::-webkit-scrollbar {
	display: none;
}

/* Sections */

.custom_offcanvas_section {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 60px 40px 20px 40px;
}
.custom_offcanvas_section:nth-child(1) {
	width: 66%;
}
.custom_offcanvas_section:nth-child(2) {
	width: 34%;
	background: rgba(0,0,0,0.15);
	/* background: rgba(255,255,255,0.15); */
}

/* .custom_offcanvas_section:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-image: url('img/background-logo-light.svg');
	opacity: 0.015;
} */

/* Columns */

.custom_offcanvas_column {
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	margin: 0 0 20px 0;
	width: 100%;
}

.custom_offcanvas_section:nth-child(1) .custom_offcanvas_column {
	width: 25%;
}

/* Headings */

.custom_offcanvas_heading {
	position: relative;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 15px 0;
	margin: 0 0 16px 0;
	color: #FFFFFF;
	z-index: 1;
}
.custom_offcanvas_heading::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.custom_offcanvas_heading br {
	display: none;
}

.custom_offcanvas_section:nth-child(1) .custom_offcanvas_heading::after {
	background-color: rgba(0,0,0,0.15);
}
.custom_offcanvas_section:nth-child(2) .custom_offcanvas_heading::after {
	background-color: rgba(255,255,255,0.15);
}

/* Widgets */

.custom_offcanvas_widgets {
	display: flex;
}
.custom_offcanvas_widget {
	margin-bottom: 20px;
	width: 100%;
}

.custom_offcanvas_section:nth-child(2) .custom_offcanvas_column:nth-child(1) .custom_offcanvas_widget {
	width: 50%;
}


/* Menus */

.custom_offcanvas .menu .menu-item {
	border: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 0 12px 0;
}
.custom_offcanvas .menu .menu-item.item_top_level {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	padding: 0 0 16px 0;
}
.custom_offcanvas .menu .menu-item:last-child {
	padding: 0!important;
}
.custom_offcanvas .menu .menu-item a {
	display: inline-block;
	font-weight: inherit;
	color: #FFFFFF;
}
.custom_offcanvas .menu .menu-item a:hover {
	color: #F15025;
}

/* Mobile Tweaks */

@media (max-width: 1199px) {
	.jeg_menu_close {
		padding: 15px;
	}
	.custom_offcanvas_section {
		padding: 50px 30px 20px 30px;
	}
	.custom_offcanvas_section:nth-child(1) {
		width: 70%;
	}
	.custom_offcanvas_section:nth-child(2) {
		width: 30%;
	}
	.custom_offcanvas_section:nth-child(2) .custom_offcanvas_widgets {
		flex-direction: column;
	}
	.custom_offcanvas_heading {
		font-size: 22px;
	}
	.custom_offcanvas_heading br {
		/* display: inline; */
	}
}
@media (max-width: 991px) {
	.custom_offcanvas_section:nth-child(1) {
		width: 64%;
	}
	.custom_offcanvas_section:nth-child(2) {
		width: 36%;
	}
	.custom_offcanvas_section:nth-child(1) .custom_offcanvas_column {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.custom_offcanvas {
		flex-direction: column!important;
		background: #067581;
		background: linear-gradient(90deg, #0B4776 0%, #058886 100%); /* Light Gradient */
	}
	.custom_offcanvas_section {
		flex-direction: column!important;
		width: 100%!important;
		padding: 40px 30px 20px 30px;
	}
	.custom_offcanvas_column {
		width: 100%!important;
		margin-bottom: 0;
	}
	.custom_offcanvas_widgets {
		flex-direction: column!important;
	}
	.custom_offcanvas_widget {
		width: 100%!important;
	}
	.custom_offcanvas_heading {
		font-size: 20px;
	}
	.custom_offcanvas .menu .menu-item {
		padding: 0 0 6px 0;
	}
	.custom_offcanvas .menu .menu-item.item_top_level {
		padding: 0 0 8px 0;
	}
	
}


/*------------------------------------------------------------*/
/* Footer */


/* Bottom Info Section */

.starsports_bottom_info {
	display: block;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	padding: 30px 15px 30px 15px;
	margin: 0;
}

.starsports_bottom_info .starsports_logos {
	position: relative;
	width: 414px;
	max-width: 90%;
	margin: 0 auto;
}
.starsports_bottom_info .starsports_logos img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.starsports_bottom_info .starsports_logos a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
}
.starsports_bottom_info .starsports_logos a.logo_star {
	left: 0;
	width: 22%;
}
.starsports_bottom_info .starsports_logos a.logo_eetep {
	left: 24%;
	width: 20%;
}
.starsports_bottom_info .starsports_logos a.logo_emedia {
	left: 46%;
	width: 20%;
}
.starsports_bottom_info .starsports_logos a.logo_cert {
	left: 69%;
	width: 31%;
}


/* Footer -> Footer Main */

#footer {
	position: relative;
	z-index: 1;
}

.jeg_footer_content {
	position: relative;
	background: #067581!important;
	background: linear-gradient(90deg, #0D226D 0%, #00C896 100%)!important; /* Full Gradient */
}
@media (max-width: 1024px) {
	.jeg_footer_content {
		background: #067581!important;
		background: linear-gradient(90deg, #0B4776 0%, #058886 100%)!important; /* Light Gradient */
	}
}

.jeg_footer_custom_01 {
	padding-top: 60px!important;
	padding-bottom: 60px!important;
	text-align: center;
}
.jeg_footer_custom_01 img {
	display: block;
	margin: 0 auto;
	width: 360px;
}
.jeg_footer_primary {
	padding-top: 0!important;
	padding-bottom: 40px!important;
}
.jeg_footer_primary .footer_column {
	margin-bottom: 0!important;
}

@media (max-width: 767px) {
	.jeg_footer_custom_01 {
		padding-top: 60px!important;
		padding-bottom: 60px!important;
		text-align: center;
	}
	.jeg_footer_custom_01 img {
		width: 300px;
	}
	.jeg_footer_primary {
		padding-top: 0!important;
	}
	.jeg_footer_primary .footer_column {
		margin-bottom: 0!important;
		width: 100%; /* Grid Fix! */
	}
}


/* Footer -> Custom Footer Menu */

.custom_footer_menu_container {
	border-top: 1px solid rgba(255,255,255,0.5);
}
.custom_footer_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.custom_footer_menu li {
	display: block;
}
.custom_footer_menu li a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	padding: 18px 15px;
}
.custom_footer_menu li a:hover {
	color: #F15025;
}


/* Footer -> Widgets */

.footer_widget {
	margin-bottom: 20px!important;
}

.jeg_footer .widget_nav_menu li {
	padding: 0 0 10px 0;
}
.jeg_footer .widget_nav_menu li.item_top_level {
	padding: 0 0 16px;
}
.jeg_footer .widget_nav_menu li:last-child {
	padding: 0!important;
}
.jeg_footer .widget_nav_menu li a {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.jeg_footer .widget_nav_menu li.item_top_level a {
	display: inline-block;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.jeg_footer .widget_nav_menu li.item_top_level a {
		font-size: 16px;
		line-height: 21px;
	}
}
@media (max-width: 767px) {
	.footer_widget {
		text-align: center;
	}
	.jeg_footer .widget_nav_menu li {
		padding-bottom: 6px;
	}
	.jeg_footer .widget_nav_menu li.item_top_level {
		padding-bottom: 8px;
	}
}


/* Footer -> Footer Bottom */

.jeg_footer_bottom {
	position: relative;
	padding: 20px 0 20px 0;
}
.jeg_footer_bottom .starsports_copyright {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
.jeg_footer_bottom .starsports_credits {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
}
.jeg_footer_bottom .starsports_credits a {
	text-decoration: none;
}
.jeg_footer_bottom .starsports_credits a:hover {
	text-decoration: none;
	color: #F15025!important;
}
.starsports_credits strong {
	font-weight: 600;
}

@media (max-width: 767px) {
	.jeg_footer_bottom {
		padding: 24px 0 24px 0;
	}
	.jeg_footer_bottom .starsports_copyright {
		text-align: center;
		margin-bottom: 4px;
		width: 100%; /* Grid Fix! */
	}
	.jeg_footer_bottom .starsports_credits {
		text-align: center;
		width: 100%; /* Grid Fix! */
	}
}


/*------------------------------------------------------------*/
/* Custom Components */


/* Custom Components -> ITBox Share Buttons */

.custom_share_buttons_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	width: auto;
	padding: 0;
	margin: -2px;
}
.custom_share_buttons_container li {
	display: block;
	box-sizing: border-box;
	border: none;
	padding: 0;
	margin: 2px;
}
.custom_share_buttons_container li a {
	display: block;
	box-sizing: border-box;
	height: 30px;
	margin: 0;
	padding: 5px 9px 5px 7px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background: #888888;
	border-radius: 2px;
}
.custom_share_buttons_container li a .share_icon {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
}

.custom_share_buttons_container li a.share_button_facebook { background-color: #3E5B98; }
.custom_share_buttons_container li a.share_button_twitter { background-color: #4DA7dE; }
.custom_share_buttons_container li a.share_button_viber { background-color: #665CAC; }
.custom_share_buttons_container li a.share_button_messenger { background-color: #0084FF; }
.custom_share_buttons_container li a.share_button_telegram { background-color: #0088CC; }
.custom_share_buttons_container li a.share_button_pocket { background-color: #ED4055; }
.custom_share_buttons_container li a.share_button_mail { background-color: #4C75A3; }
.custom_share_buttons_container li a.share_button_print { background-color: #777777; }
.custom_share_buttons_container li a:hover { background-color: #333333!important; }

.custom_share_buttons_container li a.share_button_messenger .share_icon { font-size: 17px; }
.custom_share_buttons_container li a.share_button_mail .share_icon { font-size: 16px; }
.custom_share_buttons_container li a.share_button_print .share_icon { font-size: 15px; }


/*------------------------------------------------------------*/
/* Other Components */


/* Other Components -> Cookie Notice */

#cookie-notice {
	font-family: "custom_font_01";
	font-size: 14.5px;
	line-height: 1.4;
	font-weight: 400;
	z-index: 100000000000;
}
#cookie-notice:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 7px;
	background: linear-gradient(0deg, #00000026 0, #0000);
}

#cookie-notice .cookie-notice-container {
	padding: 12px 14px 16px 14px;
}

#cookie-notice .cn-text-container {
	display: block;
	padding: 0;
	margin: 0 auto 10px auto;
}
#cookie-notice .cn-text-container strong {
	font-weight: 600;
}
#cookie-notice .cn-buttons-container {
	display: block;
	width: auto;
	margin: -4px;
	text-align: center;
}
#cookie-notice .cn-button {
	display: inline-block;
	font-family: "custom_font_01";
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	padding: 4px 0 4px 0;
	margin: 4px;
	width: auto;
	min-width: 140px;
	height: auto;
	border-radius: 3px;
	color: #FFFFFF;
	background: #0B4676;
}
#cookie-notice .cn-button:hover {
	color: #FFFFFF;
	background: #058887;
}

#cookie-notice #cn-close-notice {
	display: none;
}
