/*
Theme Name: WPTask
Theme URI: http://wptask.net
Author: PanKogut
Author URI: http://www.pankogut.com
Description: Custom Theme for http://wptask.net
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column
Text Domain: wptask
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* html5 @@@ */
::-moz-selection { 
	background: #e5e5e5; 
	text-shadow: none; 
}

::selection { 
	background: #e5e5e5; 
	text-shadow: none; 
}

/* general @@@ */
*,
*:before,
*:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.container { 
	padding: 0 25px; 
}

.site-header {
    margin: 50px 0;
    text-align: center;
}

.site-description { 
	color: #7f7f7f;
	display: none;
	margin-left: 5px; 
}

	.site-description:before { 
		content: '|';
		margin-right: 5px;
	}

.custom-logo-link { 
	display: inline-block;
	vertical-align: middle;
}

.site-title { 
	display: none;
}

.site-footer {
	background: url('images/bg-footer.png') no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
    padding: 200px 0 0;
    text-align: center;
}

footer { 
	padding-top: 50px;
	padding-bottom: 50px;
}

.full {
	width: 100% !important;
}

.newsletter {
    text-align: center;
}

/* contents @@@ */
.sticky { }
.bypostauthor { }

.screen-reader-text { 
	display: none; 
}

article p, 
article ul, 
article ol,
pre,
address,
hr { 
	margin: 0 0 25px; 
}

embed, 
iframe, 
object {
    margin: 0 0 25px; 
    max-width: 100%;
}

article img, 
.wp-caption { 
	max-width: 100%; 
	margin: 0 0 25px; 
	height: auto; 
}

.wp-caption img {
    margin: 0;
}

.date {
    font-size: 14px;
}

	.date span {
	    color: #7f7f7f;
	}

	.date span:before { 
		content: '|';
		margin-right: 3px;
	}

	.date a {
	    color: #222;
	    font-weight: 700;
	}

	.date a:hover {
	    color: #162bf4;
	}

.blog .format-aside .entry-title { display: none; }
.blog .format-gallery .entry-thumbnail { display: none; }

.taxonomy-description {
	margin-bottom: 2em;
}

/* author info @@@ */
.author-bio {
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    margin: 2em 0;
    overflow: hidden;
    padding: 2em 0;
}

.author-avatar {
	float: left;
	margin-right: 20px;
}

.author-avatar img {
	border-radius: 50%;
}

ul.icons {
	list-style: none;
	margin-left: 5.7em;
}

ul.icons li {
	float: left;
	margin-right: 10px;
}

/* alignments @@@ */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* lists @@@ */
dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* tables @@@ */
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* typography @@@ */
body { 
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-rendering: optimizeLegibility;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	line-height: 42px;
	margin: 0 0 25px; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #162bf4; }

a { 
	color: #162bf4;
	font-weight: bold;
	transition: color .4s; 
	text-decoration: none;
}

a:hover { 
	color: #7f7f7f;
	text-decoration: underline;
}

b, strong { font-weight: 700; }

em { font-style: italic; }

.site-branding { 
	display: inline-block;
	font-size: 18px; 
	line-height: 5;
	position: relative;
	text-transform: uppercase;
}
.site-branding span { font-weight: 300; }

pre {
    background: #eee;
    overflow: auto;
    padding: 1.6em;
}

abbr, acronym {
    cursor: help;
}

blockquote {
	color: #7f7f7f;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
}

small, 
.wp-caption-text {
	color: #7f7f7f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

small a {
    margin-left: 5px;
}

section:before,
section:after {
	content: "";
	display: table;
	table-layout: fixed;
}


section:after {
	clear: both;
}

/* forms @@@ */
input, 
button,
select { 
	border: 2px solid #7f7f7f;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300; 
	margin-bottom: 5px;
	outline: none;
	transition: all .4s; 
	vertical-align: middle;
}

input,
select { 
	padding: 10px; 
	-webkit-box-sizing : border-box; 
	-moz-box-sizing : border-box; 
	box-sizing : border-box; 
}

button, 
.button, 
input[type=submit],
.email-octopus-form-row-subscribe button {
    padding: 23px 28px 21px !important;
    border-radius: 3px;
    background-color: #162bf4 !important;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

button:hover, 
.button:hover, 
input[type=submit]:hover {
  background-color: #0012DB !important;
  color: #faf7ff;
}

.button a {
    color: #fff !important;
}

.button a:hover,
a.button:hover {
    text-decoration: none;
}

.email-octopus-form-row input {
    height: 60px !important;
    border-radius: 3px;
}

/* navigation @@@ */
.site-menu ul { 
	padding-left: 0;
}

.menu li { 
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding-bottom: 5px;
}

.menu li:last-child { 
	margin-right: 0;
}

.menu a { 
	font-size: 14px;
	font-weight: 700;
	color: #222;
}

.menu a:hover { 
	color: #162bf4;
}

#pagination {
	font-size: 16px;
}

	#pagination a { 
		color: #222; 
	}

.nav-links div { 
	display: inline-block; 
}

.nav-next { 
	float: right; 
}

/* galleries @@@ */
.gallery { margin-bottom: 1.5em; }

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption {
	display: block;
	margin-top: -20px;
}

/* home @@@ */
.home article {
    width: 100% !important;
}

.home h1.entry-title {
	display: none;
}

.home .widget-title {
    text-align: center;
}

.home .widget {
    margin-bottom: 50px;
}

#home-hero .widget {
    margin-bottom: 0;
}

#home-hero,
#home-how,
#home-plans {
    text-align: center;
}

#home-tasks {
	background: url('images/bg-tasks.png') no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	padding-top: 120px;
}

#home-tasks .task > p {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 50%;
}

#home-how .widget {
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 50px;
    width: 100%;
}

#home-how .steps {
	border: 1px solid #efefef;
	border-radius: 6px;
	height: 275px;
	overflow: hidden;
	padding: 1.875rem;
}

#home-how .steps.one {
	background: url('images/steps-1.png') no-repeat;
}
#home-how .steps.two {
	background: url('images/steps-2.png') no-repeat;
}
#home-how .steps.three {
	background: url('images/steps-3.png') no-repeat;
}

#home-testimonials {
    background-color: #f9f9f9;
    margin-bottom: 50px;
    padding-top: 50px;
}

#home-testimonials .testimonials-text {
    background-color: #fff;
    font-size: 16px;
    padding: 2em;
}

#home-testimonials img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

#home-plans .plan {
    border: 1px solid #EEF1F3;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 50px;
    text-align: center;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

#home-plans .plan .plan-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
}

#home-plans .plan .plan-price:before {
    content: "$";
	font-size: 26px;
}

#home-plans .plan .month:after {
    content: "/m";
	font-size: 26px;
}

#home-plans .plan .plan-price {
    color: #162BF4;
    font-weight: 300;
    font-size: 65px;
    margin-bottom: 35px;
}

#home-plans .plan .plan-description {
    font-size: 14px;
}

#home-plans .plan .plan-description .separator {
    margin: 10px 0;
    width: 100%;
    background-color: #EEF1F3;
    height: 1px;
}

#home-plans .plan .plan-button {
    margin-top: 40px;
}

#home-plans .single-task {
    margin-top: 50px;
}

#home-plans .gumroad-button {
	background-image: none !important;
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
	box-shadow: none !important;
    background-color: #162bf4 !important;
    -webkit-transition: background-color 250ms ease-in-out !important;
    transition: background-color 250ms ease-in-out !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
	padding: 23px 40px 21px !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

#home-plans .gumroad-button:hover {
  background-color: #0012DB !important;
  color: #faf7ff !important;
}

#home-plans .gumroad-button-logo {
    display: none !important;
}

@media screen and (min-width: 769px) {
	#home-tasks .container {
	    width: 920px;
	}

	#home-plans .container {
    	width: 900px;
	}

	#home-tasks .task > p {
	    float: left;
	    line-height: 3.5;
	    margin-bottom: 70px;
	    width: 33.3%;
	}

	#home-how #text-4 {
	    margin-left: 120px;
	    margin-right: auto;
	}

	#home-how #text-5 {
		margin-left: auto;
	    margin-right: 120px;
	}

	#home-how #text-6 {
	    margin-left: 140px;
	    margin-right: auto;
	}

	#home-how .widget {
	    margin-bottom: 50px;
	    width: 600px;
	}

	#home-testimonials .widget {
	    float: left;
	    margin-right: 2%;
	    width: 32%;
	}

	#home-testimonials .widget:last-child {
	    margin-right: 0;
	}

	#home-testimonials #text-14 {
	    float: none;
	    width: 100%;
	}

	#home-plans .plan {
	    display: inline-block;
	    float: left;
	    margin-right: 4%;
	    width: 48%;
	}

	#home-plans .plan:nth-child(2n+2) {
	    margin-right: 0;
	}
}

/* sticky header @@@ */
.admin-bar .sticky-theme {
    top: 32px;
}

.sticky-header {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
    display: none;
    padding: 10px 100px;
    text-align: center;
    width: 100%;
}

.sticky-theme {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
	-o-transition: slide-down .3s ease-out;
	transition: slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/* media queries @@@ */
@media screen and (min-width: 768px) {
	.container {
		max-width: 1140px;
		margin: 0 auto;
	}

	.site-header { 
		margin: 25px 0 50px; 
		text-align: left;
	}

	.site-menu { 
		display: inline-block;
		float: right;
		line-height: 5px;
	}

	img.alignleft {
	    float: left;
	    margin-right: 25px;
	}

	img.alignright {
	    float: right;
	    margin-left: 25px;
	}

	.blog article,
	.single-post article,
	.archive article,
	.page article {
		margin: auto;
	    width: 650px;
	}
}
