/*
  Theme Name: 		Cook Traveler
  Theme URI: 		http://demo.evatheme.com/wp/cook-traveler/
  Description: 		Responsive Blog WordPress Theme
  Author: 			Evatheme
  Author URI: 		http://www.evatheme.com
  Version: 			1.1
  Text Domain: 		cooktraveler
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Tags: translation-ready, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-colors, custom-background
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Links
 * 6.0 - Alignments
 * 7.0 - Media
 *    7.1 - Captions
 *    7.2 - Galleries
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a, input, select, textarea{vertical-align:top; outline:none !important;}
textarea{resize: noservice_itemne;}

html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body{
	background: #eaeaea;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section{
	display: block;
}

ol,
ul{
	list-style: none;
}

table{
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td{
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: "";
}

blockquote,
q{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a{
	color:#202020;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover,
a:active{
	outline: 0 !important;
	text-decoration: none !important;
}

a img{
	border: 0;
}


/**
 * 2.0 Typography
 */

body{
	line-height:24px;
	font-size:15px;
}
button,
input,
select,
textarea{
	color: #333;
	font-size: 15px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	clear: both;
	margin:0 0 20px;
	text-transform:none;
	font-weight: 300;
	line-height:1.5;
	color:#202020;
	letter-spacing:0;
}

p{
	margin-bottom: 20px;
}

b,
strong{
	font-weight: 700;
}

dfn,
cite,
em,
i{
	font-style: italic;
}


blockquote{
	position:relative;
	margin:40px -100px;
	padding:30px 100px 30px;
	font-style:normal;
	line-height:1.5;
	font-size:22px;
	color:#202020;
}
blockquote:before{
	content:'\f10e';
	position:absolute;
	left:35px;
	top:30px;
	font-family:'FontAwesome';
	font-style:normal;
	font-size:30px;
	color:#202020;
}
blockquote p{margin-bottom: 1.6667em;}
blockquote > p:last-child{margin-bottom: 0;}

blockquote cite,
blockquote small{
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite{
	font-style: normal;
}

blockquote strong,
blockquote b{
	font-weight: 400;
}

address{
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre{
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre{
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title]{
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins{
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub{
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

small{
	font-size: 75%;
}

big{
	font-size: 125%;
}


/* Dropcap */
span.dropcap{
	float:left;
	display:block;
	padding-right:6px;
	line-height:48px;
	font-size:48px;
	color:#333;
}



/**
 * 3.0 Elements
 */

hr{
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol{
	margin: 0 0 1.6em 1.3333em;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li > ul,
li > ol{
	margin-bottom: 0;
}

dl{
	margin-bottom: 1.6em;
}

dt{
	font-weight: bold;
}

dd{
	margin-bottom: 1.6em;
}

table,
th,
td{
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table{
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td{
	font-weight: normal;
	text-align: left;
}

th{
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td{
	border-width: 0 1px 1px 0;
}

th, td{
	padding: 0.4em;
}

img{
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	outline:0 !important;
	border:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

figure{
	margin: 0;
}

del{
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{ opacity:1 !important;}
:-moz-placeholder{opacity:1 !important;}
::-moz-placeholder{ opacity:1 !important;}
:-ms-input-placeholder{ opacity:1 !important;}


.sticky{}
.commentlist .bypostauthor { }



/**
 * 4.0 Forms
 */

button,
input,
select,
textarea{
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

select{
	height:40px;
	border:0;
	background-color:#f5f5f5;
}

label{
	padding-bottom:5px;
}

button,
input{
	line-height: normal;
}

input,
textarea{
	padding:14px 20px;
	line-height:20px;
	font-size:16px;
	color:#202020;
	border:1px solid #e4e4e4;
	box-shadow:none;
	background:#fff;
}

input:focus,
textarea:focus{
	background: #fff;
	color: #202020;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled]{
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: button;
	border: 0;
	text-transform: uppercase;
	color: #202020;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 20px;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	outline: 0;
	color:#fff;
	background:#202020;
}

input[type="search"]{
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	border: 0;
	padding: 0;
}

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{
	outline: 0;
}

.post-password-form{
	position: relative;
}

.post-password-form label{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"]{
	padding: 16px 20px;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
}



/**
 * 6.0 Alignments
 */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
}


/**
 * 7.0 Media
 */

.site .avatar{
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley{
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas{
	display: inline-block;
}

embed,
iframe,
object,
video{
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video{
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist{
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist{
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks{
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption{
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length{
	top: 10px;
}


/**
 * 7.1 Captions
 */

.wp-caption{
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"]{
	display: block;
	margin: 0;
}

.wp-caption-text{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 7.2 Galleries
 */

.gallery-item{
	position:relative;
	display: inline-block;
	padding: 0 15px 30px;
	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-icon img{margin: 0 auto;}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption{
	display: none;
}