@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900&subset=greek');

/* Orange: #df4617 */
/* f4a20c */

body{
	font-family: 'Source Sans Pro', sans-serif;
	background:#f1f1f1;
	line-height:normal;
	color:#222;
}

body.admin-menu{
	margin-top:70px !important;
}

a,
a:hover,
.header__site-link:hover,
.header__site-link:focus{
	text-decoration:none;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}

p{
	margin:15px 0;
}

.layout-3col__left-content,
.layout-3col__right-sidebar{
	padding:0;
}

h1, .header__site-name{
	line-height:normal;
}

*{
	outline:none;
}

header.header{
	position:relative;
	padding:20px 0;
	background:url(../images/header-back.jpg) no-repeat center;
	background-size:cover;
	height:200px;
	margin-top:50px;
}

header .region-header-top{
	position:absolute;
	left:0;
	width:100%;
	top:-50px;
	height:50px;
	padding:10px 0;
}

.layout-center{
	padding:0;
	max-width:1320px;
}

.layout-center .layout-3col{
	padding:70px 40px 20px;
	background:#fff;
	margin:0;
}

#block-views-featured-block,
#block-views-featured-block-1{
	display:inline-block;
	vertical-align:top;
	width:920px;
	padding:0 20px 0 0;
}

#block-views-featured-block-1{
	width:320px;
	padding:0 0 0 20px;
}
#block-views-featured-block-1 .view .views-row-first{
	margin-bottom:40px;
}

#block-views-featured-block .view .views-row,
#block-views-featured-block-1 .view .views-row{
	position:relative;
}

#block-views-featured-block .view .views-row img,
#block-views-featured-block-1 .view .views-row img{
	display:block;
}

#block-views-featured-block .view .views-row .views-field-field-image a:before,
#block-views-featured-block-1 .view .views-row .views-field-field-image a:before{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/featured-overlay.png) repeat-x center bottom;
	content:"";
	z-index:1;
	opacity:0.9;
}

#block-views-featured-block-1 .view .views-row .views-field-field-image a:before{
	height:80%;
	background-position:center top;
}

#block-views-featured-block .view .views-row .views-field-nothing,
#block-views-featured-block-1 .view .views-row .views-field-nothing{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:2;
}

#block-views-featured-block .view .views-row .title a{
	color:#fff;
	font-weight:bold;
	font-size:30px;
	padding:40px 30px 30px;
	display:block;
}

#block-views-featured-block .view .views-row .views-field-nothing .category{
	position:absolute;
	top:0;
	left:30px;
}
#block-views-featured-block-1 .view .views-row .views-field-nothing .category{
	position:absolute;
	top:0;
	left:20px;
}

#block-views-featured-block .view .views-row .views-field-nothing .category a,
#block-views-featured-block-1 .view .views-row .views-field-nothing .category a{
	background:#f4a20c;
	padding:2px 10px;
	color:#222;
	font-weight:bold;
}

#block-views-featured-block .view .views-row .views-field-nothing .category a:hover,
#block-views-featured-block-1 .view .views-row .views-field-nothing .category a:hover{
	background:#fff;
}

#block-views-featured-block .view .views-row .views-field-nothing .category a{
	font-size:26px;
}

#block-views-featured-block-1 .view .views-row .views-field-nothing .title{
	line-height:1.2em;
}

#block-views-featured-block-1 .view .views-row .views-field-nothing .title a{
	font-size:18px;
	padding:30px 20px 20px;
	color:#fff;
	display:block;
	font-weight:bold;
}

.header__logo{
	width:345px;
	margin:0 auto;
	display:block;
	float:none;
}

.front .layout-3col__full{
	font-size:0;
}

.layout-3col__full{
	padding:0;
}

.layout-swap__top{
	position:absolute;
	top:0;
	left:0;
	padding: 0;
	height:80px;
}

.region-footer{
	background:#222;
	color:#fff;
	padding:40px;
	margin-bottom:40px;
}

.main-menu ul{
	line-height:30px;
	background:#222;
	padding:0 40px;
	text-align:center;
}

.main-menu ul li{
	padding:0;
	float:none;
	display:inline-block;
	margin:0 12px;
}

.main-menu ul li a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:5px;
	line-height:40px;
	display:block;
	position:relative;
}

.main-menu ul li a:hover,
.main-menu ul li a.active{
	color:#f4a20c;
}


.front .layout-3col__full > div{
	font-size:16px;
}

.block.category-section > h2,
.block.category-section .view-footer h2{
	/*border-bottom:2px solid #222;*/
	margin-bottom:10px;
	padding:5px 40px 5px 20px;
	background:#222;
	color:#fff;
	position:relative;
}

.block.category-section > h2:before,
.block.category-section .view-footer h2:before{
	position:absolute;
	right:15px;
	width:15px;
	bottom:15px;
	height:15px;
	background:#f4a20c;
	content:"";
}

.block.category-section .view-footer h2 a{
	color:#fff;
}

.block.col-1,
.block.col-2{
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding:0 20px 0 0;
}

.block.col-2{
	padding:0 0 0 20px;
}

.front .layout-3col__full > div.content-columns{
	font-size:0;
}

.content-columns > div{
	font-size:16px;
	width:33.33%;
	display:inline-block;
	vertical-align:top;
	padding:0 20px 0 0;
}

.content-columns > div.region-content-col2{
	padding:0 20px;
	background:#f1f1f1;
}

.content-columns > div.region-content-col3{
	padding:0 0 0 20px;
}

.view-category-section .view-footer .all-link{
	border-top:1px solid #222;
	margin-bottom:20px;
	padding:10px;
	font-weight:bold;
	text-align:right;
}

.view-category-section .view-footer .all-link a{
	color:#222;
	font-style:italic;
}

.view-category-section .view-footer .all-link a:hover{
	color:#f4a20c;
}

.view-category-section .views-row{
	clear:both;
	padding:15px 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}

.view-category-section .views-row-last{
	border:0 none;
}

.view-category-section .views-row .views-field-field-image{
	float:left;
	margin-right:20px;
}

.block.secondary .view-category-section .views-row .views-field-field-image{
	max-width:110px;
}

.view-category-section .views-row .views-field-title{
	margin-top:5px;
}

.view-category-section .views-row .views-field-title a{
	font-size:20px;
	color:#222;
	font-weight:bold;
}

.view-category-section .views-row .views-field-title a:hover{
	color:#f4a20c;
}

.block.secondary .view-category-section .views-row .views-field-title a{
	font-size:18px;
}

#block-views-social-links-block,
#block-views-exp-search-page{
	float:right;
	margin-left:10px;
}

#block-views-social-links-block .views-row .views-field{
	display:inline-block;
	line-height:30px;
	margin:0;
}

#block-views-social-links-block .views-row .views-field a{
	color:#222;
	padding:5px;
}

#block-views-social-links-block .views-row .views-field a:hover{
	color:#f4a20c;
}

#block-views-exp-search-page .views-exposed-form{
	position:relative;
}

#block-views-exp-search-page .views-exposed-form input.form-text{
	padding:5px 40px 5px 10px;
	width:300px;
	border:1px solid #aaa;
}

#block-views-exp-search-page .views-exposed-form .views-exposed-widget{
	margin:0;
	padding:0;
}

#block-views-exp-search-page .views-exposed-form .views-exposed-widget.views-submit-button{
	float:none;
	position:absolute;
	right:0;
}

#block-views-exp-search-page .views-exposed-form .views-exposed-widget.views-submit-button input{
	margin:0;
	margin:5px;
	background:url(../images/search-icon.png) no-repeat center;
	background-size:contain;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border:0 none;
	text-indent:-9999px;
	padding:20px 0 0 20px;
	width:0;
	height:0;
	overflow:hidden;
	cursor:pointer;
}

.view-search .views-row{
	padding:10px 0;
	border-bottom:1px solid #ccc;
}

.view-search .views-row .views-field-field-category a{
	color:#222;
	background:#f4a20c;
	padding:5px 10px;
	display:inline-block;
	font-weight:bold;
}

.view-search .views-row .views-field-title a{
	font-size:20px;
	font-weight:bold;
	color:#222;
}

#block-menu-menu-footer-menu{
	margin-bottom:15px;
}

#block-menu-menu-footer-menu ul.menu{
	padding:0;
}

#block-menu-menu-footer-menu ul.menu li{
	margin-right:5px;
	padding-right:8px;
	list-style:none;
	display:inline;
	border-right:1px solid #fff;
}

#block-menu-menu-footer-menu ul.menu li.last{
	border:0 none;
}

#block-menu-menu-footer-menu ul.menu li a{
	color:#fff;
}

#block-menu-menu-footer-menu ul.menu li a:hover{
	color:#f4a20c;
}

.created-date{
	color:#666666;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:middle;
}

.field-name-field-category{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 15px 0;
}

.field-name-field-category a{
	background:#f4a20c;
	padding:5px 15px;
	font-weight:bold;
	display:inline-block;
	color:#222;
	font-size:20px;
}

.field-name-field-image img{
	width:100%;
}

.layout-3col__right-sidebar{
	width:300px;
}

#block-views-related-block .block__title{
	background:#222;
	color:#fff;
	padding:5px 20px;
}

#block-views-related-block .views-row{
	margin-bottom:40px;
	position:relative;
}

#block-views-related-block .views-row .views-field-field-category{
	position:absolute;
	z-index:2;
	top:5px;
	left:5px;
}

#block-views-related-block .views-row .views-field-field-category a{
	padding:2px 10px;
	color:#222;
	background:#f4a20c;
	display:block;
	font-weight:bold;
}

#block-views-related-block .views-row .views-field-field-category a:hover{
	background:#fff;
}

#block-views-related-block .views-row .views-field-title a{ 
	font-weight:bold;
	color:#222;
	font-size:18px;
}

.field-name-field-tags div.field-item{
	display:inline-block;
	margin:0 4px 4px 0;
}
.field-name-field-tags a{
	text-transform:uppercase;
	display:block;
	padding:3px 7px;
	background:#e5e5e5;
	color:#222;
	font-weight:bold;
}
.field-name-field-tags a:hover{
	color:#e5e5e5;
	background:#222;
}

.node-teaser h2 a{
	font-size:32px;
	color:#222;
}

.node-teaser .field-name-field-video,
.node-teaser .field-name-field-image{
	width:50%;
	margin-right:40px;
	float:left;
}

.node-teaser .field-name-body iframe,
.node-teaser .field-name-body img{
	display:none;
}

.view-web-tv .node-teaser,
.page-taxonomy-term .node-teaser{
	clear:both;
	margin-bottom:40px;
}

.page-taxonomy-term .layout-3col__full .feed-icon{
	display:none;
}

.page-web-tv h1,
.page-taxonomy-term h1{
	border-bottom:2px solid #222;
}

.view-taxonomy-term > .item-list{
	border-top:1px solid #bbb;
}

.view-taxonomy-term > .item-list ul li{
}

.view-taxonomy-term > .item-list ul a{
	color:#222;
}

.node-teaser .links.inline{
	margin-top:0;
}
.node-teaser .node-readmore a{
	color:#f4a20c;
	font-weight:bold;
}
.node-teaser .node-readmore a:hover{
	color:#222;
}

.embedded-video iframe{
	max-width:100%;
}

.sharethis-buttons{
	margin:10px 0;
}

.webform-client-form{
	max-width:400px;
}

.iellada-leaderboard-1{
	margin:0 auto 20px;
	text-align:center;

}

.iellada-leaderboard-2{
	margin:20px auto;
	text-align:center;
	clear:both;
}

#block-views-category-section-block-4 .view-header{
	text-align:center;
}

.logged-in #block-views-category-section-block-4 .view-header{
	display:block;
}

.ads-block{
	text-align:center;
}

.ads-block,
.ads-block div,
.ads-block iframe,
.ads-block img,
iframe{
	max-width:100%;
}

#div-gpt-ad-1512462905692-5{
	float:left;
	margin-right:20px;
}

.footer a{
	color:#f4a20c;
}

.field-name-body blockquote section { display: none; }
.field-name-body blockquote.tiktok-embed section { display: none; }

@media all and (max-width: 1340px){
	.main-menu ul li {
		margin: 0 7px;
	}
	.layout-center {
		max-width: 990px;
	}
	#block-views-featured-block{
		width:670px;
		padding-right:10px;
	}
	#block-views-featured-block-1 {
		width: 240px;
		padding: 0 0 0 10px;
	}
	#block-views-featured-block-1 .view .views-row-first {
		margin-bottom: 15px;
	}
	.layout-3col__right-sidebar {
		width: 260px;
	}
} 

@media all and (max-width: 1010px){
	.layout-3col__right-sidebar{
		width:100%;
		float:left;
		clear:both;
		margin:0;
	}
	.layout-3col__left-content{
		width:100%;
	}
	.layout-center {
		max-width: 640px;
	}
	.layout-center .layout-3col {
		padding: 70px 20px 20px;
	}
	#block-views-featured-block,
	#block-views-featured-block-1{
		width: 100%;
		padding-right: 0;
		padding-left:0;
	}
	#block-views-featured-block{
		margin-bottom:20px;
	}
	#block-views-featured-block-1 .view .view-content{
		font-size:0;
	}
	#block-views-featured-block-1 .view .views-row{
		width:48%;
		display:inline-block;
		vertical-align:top;
		font-size:16px;
	}
	
	#block-views-featured-block-1 .view .views-row-first{
		margin-right:4%;
	}
	.content-columns > div,
	.block.col-1, .block.col-2 {
		width: 100%;
		padding:0;
		background:none;
	}
	.main-menu ul{
		padding:0;
	}
	.main-menu ul li {
		margin: 0 2px;
	}
	.main-menu ul li a {
		font-size: 15px;
		padding:5px 4px;
	}
	header.header{
		height:130px;
	}
	.header__logo {
		width: 225px;
	}
}

@media all and (max-width: 660px){
	#block-views-exp-search-page{
		padding-right:10px;
	}
	.layout-center {
		max-width: 100%;
	}
	.responsive-menus.responsified span.toggler {
		padding: 10px;
		background: #222;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		box-shadow: 0 0 0 #000;
	}
	.responsive-menus.responsified .responsive-menus-simple {
		width: 100%;
		background: #222;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		box-shadow: 0 0 0 #000;
	}
	#block-views-featured-block .view .views-row .title a {
    	font-size: 22px;
	}
	#block-views-featured-block .view .views-row .views-field-nothing .category a{
		font-size: 20px;
	}
	.node-teaser .field-name-field-image {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

@media all and (max-width: 540px){
	#block-views-exp-search-page .views-exposed-form input.form-text {
		width: 200px;
	}
	#block-views-featured-block-1 .view .views-row,
	#block-views-featured-block-1 .view .views-row img{
		width:100%;
		display:block;
	}
	.view-category-section .views-row .views-field-field-image{
		max-width:35%;
	}
	
	#block-views-featured-block-1 .view .views-row-first{
		margin-right:0;
	}
	#block-views-featured-block .view .views-row .views-field-nothing .category,
	#block-views-featured-block .view .views-row .views-field-nothing{
		position:relative;
		top:auto;
		left:auto;
		margin-top:10px;
	}
	
	#block-views-featured-block .view .views-row .title a {
		color: #222;
		padding: 10px 0px ;
	}
	
	#block-views-featured-block .view .views-row .views-field-field-image a:before,
	#block-views-featured-block-1 .view .views-row .views-field-field-image a:before{
		display:none;
	}
	h1,
	.node-teaser h2,
	.node-teaser h2 a{
		font-size:26px;
		line-height:normal;
	}
}

@media all and (max-width: 480px){
	#block-views-exp-search-page .views-exposed-form input.form-text {
		width: 150px;
	}
	#block-views-social-links-block .views-row .views-field a{
		padding:5px 3px;
	}
}
