/*
	Theme name: 4news
	Description: Another project by EvionasWD.
	Author: Evionas Giouvris
	Version: 1.0
	Template: curiosity
*/

@import url('/wp-content/themes/twentythirteen/style.css');

html,
button,
input,
select,
textarea {
	font-family: 'Noto Sans', sans-serif;
}

body {
	background:#e9eaed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.3;
}

html {
	font-size: 14px;;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


.site {
	max-width:none;
	background:none;
	border:none;
}

@media screen and (max-width: 480px) {
    .head-4 {
        display:none;
    }
	.slider-right  {
        display:none;
    }
	.center {
        display:none;
    }
	.slider-front {
		width:98%;
	}
	.left  {
		width:50% !important;
	}
	.right  {
		width:50% !important;
	}
	.right2  {
		width:50% !important;
	}
	.extra2  {
		display:none;
	}
	h2 {
		font-size:10px !important;
	}
	#featured3 {
        display:none;
    }
	#main-nav {
		height:6px !important;
	}
}

.indent {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	display:table;
}

#first-nav{
	background: #4b4b4b;
	height:30px;
}

#second-head{
	background: #D0CCCC;
	width:100%;
	display:table;
}

#main-nav{
	background: #fe8906;
	border-bottom:2px solid #4b4b4b;
	height:36px;
	padding-left:0px;
}
.indent {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}

.head-1{
	color:#fff;
	float:left;
	margin-top:4px;
}
.head-2{
	color:#fff;
	float:left;
}
.head-3{
	width:25%;
	color:#fff;
	float:left;

}
.head-4{
	width:25%;
	color:#fff;
	float:right;

}
.head-left {
	width:50%;
	float:left;
	display:table;
}
.head-right {
	width:50%;
	float:right;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
	font-weight:bold;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	background: #fe8906;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 10px 5px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #fff;
	background: #4b4b4b;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #4b4b4b;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #4b4b4b;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	background: #4b4b4b;
	font-style: normal!important;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:10px;
	text-align:center;
}

a{
	color:#30160E;
	text-decoration:none;
	padding-left:5px;
}
a:active,
a:hover{
	color:#fe8906;
}

a:visited{
	color:#30160E;
}
a:visited:hover{
	color: #fe8906;
}

a:-webkit-any-link {
	text-decoration:none;
}
hr {
	border-bottom:1px solid #4b4b4b;
	background:none;
	margin:5px 0;
}

.site-footer {
	background:#4b4b4b;
	color:#fff;
}

.site-info {
	color:#fff;
	text-align:left;
}

.site-header .search-field{
	height:22px;
}

.egrapsan {
	width:25%;
	float:left;
	
}

#container{
	width: 960px; 
	margin: 0 auto;	
}

#content-container{
	overflow: hidden;	
	clear: both;
}

#content {
	float: left;
	width: 645px;
	margin-left: 6px;	
	overflow: hidden;	
}


.post-left{
	width:70%;
	float:left;
}

.post-right{
	float:right;
	padding:10px;
}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	font-size:12px;
	border:2px solid #4b4b4b;
}
 
#breadcrumbs li{
    float:left;
    margin-right:15px;
}
 
#breadcrumbs .separator{
    font-weight:700;
    font-size:12px;
    color:#999;
}
.hentry{
	padding:0px;
}

.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	border-top: 0;
}

.page-title {
	font: 300 30px 'Noto Sans', sans-serif !important;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
	color:#4b4b4b;
}

input#s{
width:150px;
height :24px;
border:none;
border-bottom:1px solid #fff;
background:transparent;
color:#fff;
}

h4 {
	font-size: 16px !important;
	margin: 25px 0;
}

.egrapsan-left {
	width:30%;
	float:left;
	text-align:center;
}
.egrapsan-right {
	width:70%;
	float:right;
}

.sectiontitle{
	padding-top:10px;
}
.section-title {
	width:200px;
	color: #fff;
	background: #fe8906;
	display: block;
	font-size: 16px;
	font-weight:bold;
	line-height: 1;
	padding: 10px 20px 10px 0px;
	text-align:center;
	height: 36px;
	-webkit-clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100% );
	clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
}

.widget {
	background-color: #fff;;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin-bottom: 0px;
	padding: 0px;
	word-wrap: break-word;
	border:1px solid #d0cccc;
	margin-top:10px;
}

.widget a {
	color: #30160E;
}

.left {
	width:33%;
	float:left;
}

.center {
	width:33%;
	float:left;
	margin-left:9px;
	border:1px solid #d0cccc;
	height:520px;
	margin-top:10px;
	padding:0 10px;
	background:rgba(255, 255, 255, 0.75);
}

.slider-right2{
	width:30%;
	float:right;
	margin-left:9px;
	border:1px solid #d0cccc;
	height:630px;
	margin-top:10px;
	padding:0 10px;
	background:rgba(255, 255, 255, 0.75);
	margin-right:10px;
	margin-bottom:10px;
}

.right2 {
	width:33%;
	float:right;
	padding-right:10px;
}

.center3 {
	width:33%;
	float:left;
}

.center2 {
	width:33%;
	float:left;
	margin-left:9px;
	border:1px solid #4b4b4b;
	min-height:240px;
	margin-top:10px;
	padding:0 10px;
	background:rgba(245, 130, 32, 0.6);
}

.extra2 {
	width:33%;
	float:left;
	text-align:center;
}

.right {
	width:34%;
	float:right;
	padding-right:10px;
}

/*-- Homepage carousel --*/
#carousel {
	width: 930px;
	margin: 10px auto 20px;
	overflow: hidden;	
	position: relative;	
}

#carousel .carousel-posts {	
	margin-left: 10px;
	float: left;
	overflow: hidden;
	width:860px;
	
}

#carousel .carousel-posts ul {
	overflow:hidden;	
}

#carousel .carousel-posts .post-wrap{
	padding: 10px;
}

#carousel .title{
	overflow:hidden;
	margin-bottom:10px;
}

#carousel .cat{
	display:inline-block;	
	float:left;
	
}

#carousel .carousel-prev,
#carousel .carousel-next{
	display: block;
	width: 23px;
	color: #FFF;
	cursor: pointer;
	height: 35px;
	z-index: 40;
	text-indent:-999em;
	margin-top: 120px;
}

#carousel .carousel-prev {	
	float: left;
	background:url(/wp-content/themes/4news/images/previous.png) no-repeat left center;
}

#carousel .carousel-next{
position: absolute;
	float: right;
right: 0px;	
	background:url(/wp-content/themes/4news/images/next.png) no-repeat right center;
}

#carousel .carousel-posts li {
	width: 198px !important;
	min-height: 256px;
	list-style: none;
	margin: 0;
	margin-right: 18px;
	float: left;	
	background: #eee;
	border:1px solid #ccc;
}

#carousel .post-excerpt{
	max-height: 100px;
	overflow: hidden;
	line-height: 1.5;	
}

#carousel .post-meta .sep{
	margin: 0 5px;
}


.button3{
	width:350px;
	color: #fff;
	background: #fe8906;
	display: block;
	font-size: 16px;
	font-weight:bold;
	line-height: 1;
	padding: 10px 20px 10px 0px;
	text-align:center;
	height: 36px;
	-webkit-clip-path: polygon(10% 0, 90% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(10% 0, 90% 0%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(10% 0, 90% 0%, 100% 100%, 0% 100% );
	clip-path: polygon(10% 0, 90% 0%, 100% 100%, 0% 100%);
	margin-left:auto;
	margin-right:auto;
}
.button3:hover {
	color: #fff;
	background: #4b4b4b;
	text-decoration:none!important;
}