﻿/*
Theme Name: TimeClout
Theme URI: http://smthemes.com/timeclout/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 11/12/2012
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'opensansregular';
	font-size:14px;
	background:#fcc300;
	color:#383838;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#383838;
	text-decoration:none;
}
a:hover {
	color:#f17a90;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background: #03586f;
	color:#fff;
	font-size: 14px;
	text-transform: lowercase;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background: #f6a6b8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6a6b8 0%, #ec5770 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6a6b8), color-stop(100%,#ec5770)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6a6b8 0%,#ec5770 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6a6b8 0%,#ec5770 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6a6b8 0%,#ec5770 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6a6b8 0%,#ec5770 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a6b8', endColorstr='#ec5770',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#e0e0e0;
	color:#383838;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#03586e;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: #03586f;
	color:#fff;
	padding:3px 10px;
	font-family: 'OpenSansBold';
	font-size: 18px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: #f6a6b8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6a6b8 0%, #ec5770 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6a6b8), color-stop(100%,#ec5770)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6a6b8 0%,#ec5770 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6a6b8 0%,#ec5770 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6a6b8 0%,#ec5770 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6a6b8 0%,#ec5770 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a6b8', endColorstr='#ec5770',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:3px 10px;
	font-family: 'OpenSansBold';
	font-size: 18px;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	background:url(images/secondarymenu-container.png);
	position: relative;
	z-index: 3;
}
.has-slider .site-header {
	background:none;
}
.site-header {
	background:#565656;
}
#underheader {
	position: relative;
	z-index: 2;
	background:url(images/mainmenu-container.png) left repeat-x;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:120px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:120px;
	color: #41d9ff;
    text-transform: none;
	
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:60px;
	clear: right;
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin-right: 45px;
		margin-top: 29px;
	}
}
@media screen and (max-width:700px) {
	.headersearch {
		margin-right: 0;
		margin-top: 0;
		clear:both;
		float:none;
	}
	.headersearch .search-form,
	.headersearch .search-box {
		width:100%;
		max-width:100%;
		box-sizing:border-box;
	}
	#logo {
		height:60px;
	}
	.site_ttl {
		line-height:60px;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:#03586f;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color:#41d9ff;
	text-transform: lowercase;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 31px;
	height: 30px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	text-indent: -9999px;
	background:url(images/search.png) 50% no-repeat;
}
.headersearch .search-box {
	background:url(images/header-searchform.png);
}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
	background:url(images/header-search.png) 50% no-repeat;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#41d9ff; }
.search-box input[type="search"]:-moz-placeholder { color:#41d9ff; }
.search-box input[type="search"]::-moz-placeholder { color:#41d9ff; }
.search-box input[type="search"]:-ms-input-placeholder { color:#41d9ff;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:60px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 19px 20px;
		font-size: 16px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#41d9ff;
		text-decoration: underline;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:72px;
	}
	#main-menu ul.nav-menu > li > a {
		font-size:18px;
		color:#fff;
		text-transform: uppercase;
		background:url(images/mainmenu-a.png) left no-repeat;
		padding: 25px 20px;
	}
	#main-menu ul.nav-menu > li:first-child > a {
		background:none;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#41d9ff;
	}
	.site-header ul.nav-menu  > li ul {
		background:#01232c;
		border-top: 5px solid #d9f7ff;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff;
	}
	.site-header ul.nav-menu  > li ul li:hover {
		background:#173942;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #00f1ff;
    margin: 46px 0;
}
	#mobile-menu-trigger a:hover {}
}
@media only screen and (max-width:640px) {
	#mobile-menu-trigger a {
		margin: 30px 0;
	}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position: relative;
	top:-120px;
	margin-bottom: -120px;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-thumbnail img {
	width:100%;
	height:auto;
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fp-content {
	width:1000px;
	max-width: 100%;
	position: relative;
	background: url(images/fp-fon.png) top center no-repeat;
	padding: 14px 0;
	text-align: center;
}
.fp-title {
	font-size:70px;
	line-height: 61px;
	color:#41d9ff;
	text-transform: uppercase;
	font-family: 'ubuntu_monobold';
	text-decoration:none;
	font-weight:normal;
	margin-bottom: 0 !important;
}
.fp-description {
	color:#fff;
	margin: 0;
	line-height: 20px;
}
.fp-more {
	float:none;
	display: inline-block;
	background: none !important;
	text-decoration: underline;
	color: #41d9ff;
	padding:0 2px;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-62px;
	height:104px;
	width: 34px;
	transition:none;
	background-size: 100%;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background:url(images/slide-right-hover.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background:url(images/slide-left-hover.png) left top no-repeat;
}
@media screen and (max-width:1024px) {
	.fp-content-wrap {
		align-items: flex-end;
	}
	.fp-prev-next-wrap a {
		top:-32px;
		height:64px;
		width:17px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	color:#03586f;
	font-size:22px;
	text-transform: uppercase;
	font-family: 'opensansregular';
}
.entry-title a {
	color:#03586f;
}
.entry-title a:hover { color:#f17a90;}
article {
	border-bottom:1px solid #a6cad5;
}
article .featured_image {
	float: left;
	margin:0 10px 15px 0;
	vertical-align:bottom;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-size:12px;
	margin: 10px 0;
}
.entry-meta a {
	color:#03586e;text-decoration:underline;
}
.entry-meta a:hover {
}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar { 
	color:#999; 
}
.sidebar .caption h4 {
	color:#03586f;
	font-size:28px;
	font-family: 'opensansregular';
	font-weight: normal;
}
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	padding: 15px 0;
	padding-left: 25px;
	background: url(images/content-list.png) left no-repeat;
	text-decoration:none;
	display:inline-block;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:underline;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date .day {display: block;font-size: 21px;}
.widget_smt_posts .post-date {float: left;text-align: center;margin: 0 8px 10px 0;font-size: 12px;padding: 8px 0;}
.widget_smt_posts .title {
	font-size:14px;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	background:#03586f;
	color:#fff;
	padding-top:20px;
}
footer .widget {
	padding-top:25px;
}
footer .widget a, footer a {
	color:#fff;	
}
footer .widget a:hover, footer a:hover {
	color:#41d9ff;	
}
footer .footer_txt {
	padding:15px 0;
	text-align: center;
    background: url(images/footer-txt.png);
    color: #b2b9bb;
}
footer .footer_txt a {
	text-decoration:underline;
    color: #b2b9bb;
}
footer .widget .caption  h4 {
	font-family: 'ubuntu_monobold';
	font-size:30px;
	color:#41d9ff;
	text-transform: uppercase;
	font-weight: normal;
}
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	padding-left: 20px;
	display:block;
	background: url(images/footer-list.png) left no-repeat;
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
	background:url(images/footer-txt.png);
	color:#b2b9bb;
}
footer .widget_smt_posts .post-date {
	color:#fff;
}