/*
Theme Name: tdTasko
Author: Taras Dashkevych
Author URI: http://tasko.us/
Description: tdTasko is a clean, simple and responsive WordPress Theme.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: licensing/license.txt
Tags: light, gray, white, right-sidebar, one-column, sticky-post, featured-images, post-formats, custom-menu, fluid-layout, threaded-comments

tdTasko WordPress Theme, copyright 2013 Taras Dashkevych

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* =Global
----------------------------------------------- */
body {
	background: #f1f1f1;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .entry-title a,
.site-content .site-navigation a,
.wp-caption {
	font-family: 'Lato', sans-serif;
}

.main-navigation,
.widget-inner,
.main-small-navigation {
	background: #40454a;
}

.muted {
	color: #c1c1c1;
	text-shadow: 0 1px 0 #f9f9f9;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.border-radius-small {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.border-radius-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.site-content ul,
#secondary ul { margin-left: 20px; }

#submit-comment,
input[type="submit"] {
	width: auto;
	background: #09c;
	border: 1px solid #006080;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

#submit-comment:hover,
input[type="submit"]:hover {
	background-color: #0086b3;
}

table th {
	color: #333333;
	padding: 9px 10px;
}

table .label {
	background: none;
	padding: 9px 10px;
	font-size: inherit;
	line-height: 1.6;
	display: inline-block;
}

#gotop {
	position: fixed;
	bottom: 0;
	right: 30px;
	background: #f1f1f1;
	border: 1px solid #eaeaea;
	cursor: pointer;
	display: none;
	z-index: 100;
}

#gotop:hover {
	background: #fefefe;
}

#gotop h6 {
	margin: 0;
	padding: 10px 14px;
	border: 1px solid #f8f8f8;
	color: #aaa;
}

@media (max-width: 979px) {
	#gotop {
		right: 0;
		width: 100%;
	}
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Header
----------------------------------------------- */
#masthead {
	margin-bottom: 30px;
}

#masthead .brand-box .more i{
	color: #ffffff;
	font-size: 24px;
}

#masthead .brand-box .more i:hover {
	color: #09c;
}

#masthead .brand-box {
	background: #292D30;
	border-bottom: 2px solid #ddd;
}

#masthead .site-title {
	margin-top: 25px;
	font-size: 1.8em;
}

#masthead .site-title a {
	color: #eee;
}

#masthead  .site-title .seperator {
	color: #aaa;
	font-weight: 100;
}

#masthead  .site-title .site-description {
	color: #6F6F6F;
	font-weight: 300;
}

/* =Menu
----------------------------------------------- */
#top-menu {
	display: none;
}

.main-navigation,
.main-small-navigation {
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 2px solid #ddd;
	text-shadow: 0 1px 1px #292D30;
	margin-bottom: 20px;
}

.main-navigation .menu-list,
.main-small-navigation .menu {
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-navigation ul,
.main-small-navigation ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

.main-navigation li {
	display: block;
	position: relative;
}

.main-navigation a,
.main-small-navigation a {
	display: block;
	text-decoration: none;
	color: #eee;
}

.main-navigation a:hover,
.main-small-navigation a:hover {
	background: #69717a;
}

.main-navigation ul ul {

}
.main-navigation ul ul ul {

}
.main-navigation ul ul a {

}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}

.main-small-navigation ul {
	list-style: none;
}


/* =Content
----------------------------------------------- */
.site-content {
	margin-bottom: 20px;
}

.post, .type-page,
.type-attachment,
.hentry {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 40px 60px 60px;
}

.entry-header {
	padding-bottom: 1.5em;
}

.entry-header .entry-title a{
	color: #323232;
}

.entry-header .entry-title a:hover {
	color: #0099cc;
}

.entry-meta {
	font-weight: bold;
	font-size: 14px;
}

.entry-meta a {
	text-decoration: underline;
}

.entry-meta a:hover {
	color: #323232;
}

.entry-meta .byline {
	color: #919191;
}

.entry-meta.bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: double #eee;
	color: #565656;
}

.entry-summary,
.entry-content {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.sticky-post {
	background: #F9F4A8;
	border: 1px solid #e0db98;
}

.sticky-post a {
	color: #67675C;
}

.sticky-post a:hover {
	color: #9e9e70;
}

.sticky-post .entry-meta.bottom {
	border-top: double #ded995;
}

.sticky-post img {
	border-color: #9e9e70 !important;
}

.post-thumb {
	text-align: center;
	margin: 0 0 1.5em;
}

.hentry {
	margin: 0 0 1.5em;
}

.entry-meta {
	clear: both;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.edit-link {
	display: inline-block;
	clear: both;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* =Comments
----------------------------------------------- */
#comments {
	margin-top: 30px;
	padding-top: 20px;
}

#comments .comments-title {
	text-align: center;
}

#comments ol {
	list-style: none;
	margin-left: 0;
}

#comments ol li {
	margin-bottom: 20px;
}

#comments ol li .comment {
	background: #fff;
	padding: 30px 30px 0;
	margin-bottom: 20px;
	border: 1px solid #f9f9f9;
	border-bottom: 1px solid #f6f6f6;
}

#comments ul li.comment {
	padding-bottom: 20px;
}

#comments ol li .vcard .avatar {
	background: #fff;
	border: 2px solid #eee;
	padding: 1px;
}

#comments ol li .vcard p {
	margin: 0;
}

#comments ol li .vcard span,
#comments ol li .vcard .fn {
	font-size: 1.4em;
	font-weight: 600;
	font-style:normal !important;
}

#comments ol li .vcard .says {
	color: #aaa;
	font-weight: 300;
}

#comments ol li .vcard .commentmetadata a{
	color: #aaa;
}

#comments ol li .comment-content {
	margin: 20px 0;
}

#comments ol li .reply {
	margin-top: 30px;
	background: #f6f6f6;
	text-align: center;
}

#comments ol li .reply a {
	color: #ddd;
}

#comments ol li .reply a:hover {
	color: #919191;
}

#comments ol li > ul {
	list-style: none;
}

#comments ol li > .children > .comment {
	border: none;
	padding:0;
}

#comments ul li[class*="depth-"] {
	background: #f1f1f1;
}

#comments .disabled-comments {
	text-align: center;
	background: #ffffff;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e6e6e6;
}

#respond {
	margin-top: 30px;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */
img.alignleft {
	float: left;
	margin: 15px 25px 15px 0;
}

img.alignright {
	display: block;
	margin: 15px 0 15px 25px;
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 15px auto;
}

img.alignnone {
    display: block;
    margin: 15px 0;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	border: 5px solid #fbfbfb;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-style: italic;
	max-width: 100%;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

.wp-smiley {
	border: none !important;
}

.gallery { margin: auto; }

.gallery-caption {
	font-style: italic;
    margin-left: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-content .site-navigation a {
	display: inline-block;
	background: #565656;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding: 15px 30px 16px;
	border-bottom: 2px solid #DDD;
}

.site-content .site-navigation a:hover {
	background: #292D30;
}


/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */
.sidebar-more {
	margin-bottom: 30px;
}

#sidebar-content {
	display: none;
}

.sidebar-more a {
	text-align: center;
	display: block !important;
}

.sidebar-more a i {
	color: #323232;
}

.sidebar-more a i:hover {
	color: #09c;
}

.widget-inner {
	padding: 20px 60px 60px;
	border-bottom: 2px solid #ddd;
}

.widget-title {
	color: #eee;
	text-align: center;
}

#secondary .widget {
	color: #afb5b4;
	margin: 0 -60px 40px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #5e666e;
	position: relative;
}

#secondary .widget:before {
   content: "";
	border-bottom: 1px solid #353535;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#secondary .widget img {
	border-color: #68727a;
}

#secondary .widget .wp-caption  {
	background:#68727a;
	color: #eee;
	border-color: #42494f;
}

.widget p {
	font-style: normal;
	font-size: 16px;
	line-height: 1.65;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #09C;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}


.after-post-widget {
	background: #ffffff;
	margin-bottom: 1.5em;
}

.after-post-widget .widget {
	margin-bottom: 0 !important;
}

/* Search widget */
#searchsubmit {
	display: none;
}

.after-post-widget .widget {
	margin: 0 0 1.5em;
	border-bottom: 1px solid #e6e6e6;
	padding: 40px 60px 40px;
	color: #222;
}

.after-post-widget .widget .widget-title {
	margin-top: 0;
	color: #ccc;
}

.after-post-widget .widget a:hover { color: #0086B3; }

.after-post-widget .widget a { color: #09C; }

/* =Archive
----------------------------------------------- */
.taxonomy-description,
.page-title.muted {
	text-align: center;
}

/* =404
----------------------------------------------- */
.error404 .entry-header,
.error404 .sub-info,
.no-results .entry-header,
.no-results .sub-info{
	text-align: center;
}

/* =Single Image Attachment Page
----------------------------------------------- */

.attachment.single .attachment a img {
	display: block;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #f8f8f8;
	border-bottom: 1px solid #eee;
	margin: 0 auto 20px;
}

/* =Footer
----------------------------------------------- */
.site-footer {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ccc;
	text-shadow: 0 1px 0 #f2f2f2;
	text-align: center;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #2BA6CB;
}


/* =Accordion and Tabs
----------------------------------------------- */
#page .accordion,
#page ul.tabs-content.contained {
	margin-left: 0;
}

/* =Contact Page
----------------------------------------------- */
#td-contact-form textarea{
	min-height: 240px;
}

#td-contact-form input[type="submit"] {
	display: block;
	width: 100%;
}

/* =Slider
----------------------------------------------- */
#slider {
	margin-bottom: 1.5em;
}

.slide .image-container {
	padding: 1px;
	background: #f9f9f9;
	border: 1px solid #efefef;
	line-height: 0;
}

.slide .inner {
	position: relative;
}

.slide .inner .slide-title {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
}

.slide .inner .slide-title a {
	background: #f9f9f9;
	background: rgba(255,255,255, 0.8);
	color: #323232;
	display: inline-block;
	padding: 14px;
}

.slide .inner .slide-title a:hover {
	color: #0086B3;
}

.slide .inner .caption{
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
}

.slide .inner .caption p.excerpt {
	background: #323232;
	background: rgba(0,0,0,0.8);
	display: inline-block;
	width: 80%;
	padding: 10px 14px;
	color: #fff;
}

.recent-blog-posts {
	margin-top: 20px;
}

/* =Quote(Post-Format)
----------------------------------------------- */
.quote-entry-content {
	margin-top: 30px;
}

.quote-entry-content p {
	font-size: 22px;
}

/* =Link(Post-Format)
----------------------------------------------- */
.link-entry-content {
	margin-top: 30px;
}

.link-entry-content p {
	font-size: 22px;
}

/* =Image(Post-Format)
----------------------------------------------- */
.format-image .entry-content {
	margin-top: 30px;
}
