/**
 * Theme Name: Cell
 * Theme URI: http://alienwp.com/themes/cell/
 * Description: Flexible portfolio and blogging theme for photographers, designers, and photobloggers. Responsive layout, optimized for desktop and mobile browsing. Ideal for sites where images represent the main type of content.
 * Version: 1.1.8
 * Author: AlienWP
 * Author URI: http://alienwp.com
 * Tags: responsive-layout, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, four-columns, left-sidebar, custom-background, custom-header, featured-images
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */

/* Icons
-------------------------------------------------------------- */
 @font-face {
    font-family: 'WebSymbolsRegular';
    src: url('type/websymbols-regular-webfont.eot');
    src: url('type/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/websymbols-regular-webfont.woff') format('woff'),
         url('type/websymbols-regular-webfont.ttf') format('truetype'),
         url('type/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.web-symbol {
	font-family: 'WebSymbolsRegular';
	color: #a5a5a5;
	margin-right: 4px; 
}

/* Normalize
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
figure { margin: 0; }
html {
	font-size: 1em;	/* 16px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font: 0.875em/1.64285714285714em 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;	/* 14 / 16 = 0.875;  23 / 14 = 1.64285714285714 */
	font-weight: normal;
	color: #444;
	background: #fff;
	padding: 0;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #c30;
}
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr { cursor: help }
abbr[title] { border-bottom: 1px solid #ddd; }
acronym {
	font-size: 0.8461538461538462em;
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px dotted #ddd;
	cursor: help;
}
acronym:hover {
	color: #333;
	background: #f5f5f5;
	border-bottom: 1px dotted #bbb;
}
small { font-size: 0.8461538461538462em; }
big { font-size: 1.153846153846154%; }
p { margin: 0 0 1.64285714285714em 0 }
b, strong { font-weight: bold; }
blockquote {
	margin: 0 0 0.80769230769231em 0;
	font-style: normal
}
blockquote em, blockquote cite {
	font-size: 0.88888888888889em;
	color: #777;
	font-style: normal;
}
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
em, cite { font-style: italic; }
em em, cite cite { font-style: normal }
dfn { font-style: italic; }
address {
	font-style: italic;
	margin: 0 0 1.615384615384615em 0
}
li address, dd address { margin:0 }
del { text-decoration: line-through }
object { margin-bottom: 1.615384615384615em }
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e7e7e7;
	margin: 1em 0 1.615384615384615em 0;
	padding: 0;
}
ins {
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
mark {
	background: #f5f5f5;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre code { font-size: 1em }
pre {
	font-size: 0.8461538461538462em;
	font-family: Monaco, monospace, Courier, "Courier New";
	overflow: auto;
	line-height: 1.615384615384615em;
	margin-bottom: 1.615384615384615em;
	padding: 10px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	font-size: 0.8461538461538462em;
	font-family: Monaco, monospace, Courier, "Courier New";
}
sub, sup {
	font-size: 0.7692307692307692em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul {
	list-style: square;
	margin: 0 0 1.615384615384615em 2.8em;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1.615384615384615em 3.1em;
	padding: 0;
}
ol ol { list-style: upper-roman }
ol ol ol { list-style: lower-roman }
ol ol ol ol { list-style: upper-alpha }
ol ol ol ol ol { list-style: lower-alpha }
ul ul, ol ol, ul ol, ol ul { margin-bottom:0 }
dl { margin: 0 0 1.615384615384615em 5px }
dt {
	font-weight: bold;
	margin: 10px 0 0 0
}
dd { margin: 5px 0 0 1.5em }
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 18px 0;
	color: #333;
	line-height: 1.3em;
}
h1 { font-size: 2.57142857142857em; }	/* 36 */
h2 { font-size: 1.71428571428571em; }	/* 24 */
h3 { font-size: 1.42857142857143em; }	/* 20 */
h4 { font-size: 1.28571428571429em; }	/* 18 */
h5 {
	font-size: 1.14285714285714em;	/* 16 */
}
h6 {
	font-size: 1em;	/* 14 */
	text-transform: uppercase;
	font-weight: bold;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label { cursor: pointer; }
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea, a.button {
	font-size: 1em;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input, a.button {
	line-height: normal;
	*overflow: visible;
}
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
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;
	resize: vertical;
}
input:invalid, textarea:invalid { background-color: #f0dddd; }
option { padding: 1px 2px; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.615384615384615em;
}
td { vertical-align: top; }
th, td { text-align: left; }

/* WordPress classes 
-------------------------------------------------------------- */
img.wp-smiley {
	max-height: 0.8461538461538462em;
	margin: 0;
	padding: 0;
	border: none;
}
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 1.615384615384615em !important;
}
.left, .alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 10px 25px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 1.615384615384615em auto !important;
}
.block, .alignnone {
	display: block;
	margin: 0 0 1.615384615384615em 0;
}
img.alignleft, img.alignright {
	margin-top: 5px;
	display: inline;
}
blockquote.alignleft, blockquote .alignright { width: 33%; }
.byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; }
.clear { clear: both; }

/*  Transitions
----------------------------------------------------- */
a, input[type=submit], input[type=button], input[type=text], textarea, .home .hentry .entry-title, .archive .hentry .entry-title, .pagination a.page-numbers, .web-symbol {
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* Tables 
-------------------------------------------------------------- */
table {
	margin: 0 0 1.615384615384615em 0;
	width: 100%;
}
table caption {
	font-size: 0.8461538461538462em;
	line-height: 1.615384615384615em;
	color: #888;
}
table th {
	font-size: 0.8461538461538462em;
	line-height: 1.615384615384615em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 2%;
	border-bottom: none;
	border-bottom: 1px solid #d2d2d2;
	text-align: left;
}
td {
	padding: 0.8461538461538462em 2%;
	color: #888;
	border-bottom: 1px solid #e7e7e7;
}

/* Lists 
-------------------------------------------------------------- */
ul li, ol li { line-height: 2.1em; }
dl { margin: 0 0 20px 30px; }
dl dt {
	margin: 0;
	font-size: 1.230769230769231em;
	line-height: 1.615384615384615em;
	font-weight: normal;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #888;
}

/* Blockquotes
-------------------------------------------------------------- */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	padding: 0 0 0 25px;
	font-size: 1.28571428571429em;
	font-style: italic;
	color: #b5b5b5;
	border-left: 10px solid #f5f5f5;
}
blockquote p {
	line-height: 1.5em;
	margin: 0.80769230769231em 0;
}

/* Code 
-------------------------------------------------------------- */
code {
	padding: 0 3px;
	color: #555;
	background: #eee;
}
pre {
	padding: 15px 20px;
	background: #f5f5f5;
}
pre code {
	padding: 0;
	background: transparent;
}

/* Forms 
-------------------------------------------------------------- */
form label {
	line-height: 1em;	
	color: #222;
}
input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 1px solid #f1f1f1;
	padding: 5px;
	outline: none;
	font-size: 0.8461538461538462em;
	margin: 0;
	display: block;
	background: #f1f1f1;
}
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus {
	border-color: #d5d5d5;
	color: #444;
	background-color: #fff;
}
textarea {
	display: block;
	width: 94%;
	min-height: 60px;
}
input[type="radio"] { vertical-align: text-middle; }
input[type="checkbox"] { display: inline; }
input[type="submit"] { border: none; }
input[type="submit"]:hover { cursor: pointer }
.error { color: #ff4367; }

/* Images 
-------------------------------------------------------------- */
#site-title a:hover img { border: none; }
.hentry img, .entry-content img, .widget img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video { max-width: 100%; }
.hentry img, .entry-content img, .widget img, .wp-caption { height: auto; }

/* Captions [caption] 
-------------------------------------------------------------- */
.wp-caption {
	overflow: hidden;
	text-align: left;
	margin-bottom: 15px;
}
.wp-caption img { margin: 0 0 5px 0; }
.wp-caption .wp-caption-text {
	font-style: italic;
	line-height: 1em;
	color: #999;
	text-align: left;
	margin: 5px 0;	
}
.wp-caption a { border: none; }

/* Galleries 
-------------------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin: 0 !important;
}
.gallery br {
	display: block;
	line-height: 0;
	height: 0;
}
.gallery a { border: none; }
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	margin: 0 0 20px 0 !important;
	text-align: left;
	list-style: none;
	padding: 0;
}
.gallery img, .gallery .gallery-item .gallery-icon img {
	max-width: 89%;
	height: auto;
	margin: 0 auto;
}
.gallery-icon {
	overflow: hidden;
	margin: 0;
}
.gallery-caption {
	margin: 0;
	font-size: 0.8461538461538462em;
	line-height: 1.4em;
	color: #bbb;
}
.singular-attachment .hentry .gallery-caption { display: none; /* Hide captions in gallery on attachment pages */ }
.attachment-image {
	float: left;
	width: 100%;
}
.attachment-image img.alignleft { margin: 0; }	
.gallery-caption { margin: 3px 0 0 0 }
.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.33% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.66% }
.col-7 { width: 14.28% }
.col-8 { width: 12.5% }
.col-9 { width: 11.11% }
.col-10 { width: 10% }
.col-11 { width: 9.09% }
.col-12 { width: 8.33% }
.col-13 { width: 7.69% }
.col-14 { width: 7.14% }
.col-15 { width: 6.66% }
.col-16 { width: 6.25% }
.col-17 { width: 5.88% }
.col-18 { width: 5.55% }
.col-19 { width: 5.26% }
.col-20 { width: 5% }
.col-21 { width: 4.76% }
.col-22 { width: 4.54% }
.col-23 { width: 4.34% }
.col-24 { width: 4.16% }
.col-25 { width: 4% }
.col-26 { width: 3.84% }
.col-27 { width: 3.7% }
.col-28 { width: 3.57% }
.col-29 { width: 3.44% }
.col-30 { width: 3.33% }

/* Layout
-------------------------------------------------------------- */
.wrap {
	max-width: 940px;
	margin: 10px auto 0 auto;
	position: relative;
}
#site-aside {
	float: left;
	width: 23.404255319149%; /* 220px */
}
#main {
	float: right;
	width: 72.340425531915%; /* 680px */
	margin-top: 20px;
}
.home #main, .archive #main, .search #main {
	width: 76.59573%; /* 720px */
	margin-top: 0;
}
#content, .singular-page.page-template-fullwidth #content {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	min-height: 180px;
}
.hfeed, .home #content, .archive #content, .search #content { width: 100%; }
#sidebar-primary {
	float: left;
	width: 100%;
}
#comments-template { 
	clear: left; 
	float: left; 
	width: 68.08510638297872%; 
}
.singular-page #comments-template { width: 100%; }

/* Header 
-------------------------------------------------------------- */
#site-header { margin: 20px 0 26px 0; }
#branding { overflow: hidden; }
#site-title {
	font-size: 2.14285714285714em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 2px 0;
	word-wrap: break-word;
}
#site-title a {
	color: #222;
	border-bottom: none;
}
#site-logo {
	float: left;
	margin-bottom: 10px;
	max-width: 100%;	
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	margin: 0 0 30px 0;
	color: #bbb;
	text-transform: none;
	float: left;
	width: 91.48936170212766%;
	clear: both;
}

/* Primary menu 
-------------------------------------------------------------- */
#menu-primary {
	font-size: 1em;
	margin: 30px 0 0 0;
	clear: left;
}
#menu-primary-items { margin: 0; }
#menu-primary li { display: block; }
#menu-primary li a {
	font-size: 0.76923076923077em;
	line-height: 1.3em;
	padding: .75em 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
}
#menu-primary li.current-menu-item a { color: #bbb; }
#menu-primary li.current-menu-item li a {
	color: #999;
	background: transparent; 
}
.sub-menu, .sub-menu li { margin-left: 0; }
#menu-primary li li, #menu-primary li li.current-menu-item li {
	clear: both;
	float: none;
}
#menu-primary li li a, #menu-primary li li.current-menu-item li a {
	font-size: 0.84615384615385em;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	color: #999;
	padding: .6em 0 .6em 20px;
}
#menu-primary li li li a, #menu-primary li li.current-menu-item li a {
	font-weight: normal;
	padding: .6em 0 .6em 40px;
}
#menu-primary li li a:before { content: ' - '; }

/* Posts 
-------------------------------------------------------------- */
.hentry, .sticky {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1em;
}
.singular .hentry {
	margin: 0 0 20px 0;
	position: relative;
}
.home .hentry, .archive .hentry, .search .hentry {
	float: left;
	width: 31.944444444444%; /* 230px */
	margin: 0 0 10px 1.388888888889%;
}
.home .hentry.format-standard, .archive .hentry.format-standard, .search .hentry.format-standard {
	line-height: 1.35714285714286em;
	color: #777;
	width: 27.5%; 
	padding: 12px 2.222222222222% 0 2.222222222222%;
	background: #f2f2f2;	
}
.read-more { font-style: normal; }
.read-more .web-symbol { color: #333; }
.read-more:hover .web-symbol { color: #c30; }
.hentry img, .entry-content iframe, .entry-content object, .entry-content video, .entry-content embed { max-width: 100%; }
.home .hentry.last, .archive .hentry.last, .search .hentry.last { margin-right: 0; }
.post-link { display: block; }
.post-aside {
	float: right;
	width: 29.411764705882%; /* 200px */
}
.entry-content .gallery { clear: both; }
#content .entry-content, #content #comments-template {
	float: left;
	width: 64.705882352941%; /* 440px */
}
.singular-attachment #content .entry-content, .page-template-fullwidth #content .entry-content { width: 100%; }
.entry-content a { color: #c30; }
.entry-content a:hover { border-bottom: 1px solid #c30; }

/* Post titles 
-------------------------------------------------------------- */
.hentry .entry-title {
	margin: 0 0 0.6em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	border: none;
}
.home .hentry .entry-title, .archive .hentry .entry-title, .search .hentry .entry-title {
	font-weight: bold;
	margin-bottom: 9px;
	background: none;
}
.home .hentry.format-standard .entry-title, .archive .hentry.format-standard .entry-title, .search .hentry.format-standard .entry-title { font-size: 1.083333333333333em; }
.home .hentry.format-image .entry-title, .archive .hentry.format-image .entry-title, .search .hentry.format-image .entry-title {
	font-weight: normal;
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 90%;
	margin-bottom: 0;
	background: #111;
	background: rgba(0,0,0,.5);
	opacity: 0;
}
.home .hentry.format-image .entry-title a, .archive .hentry.format-image .entry-title a, .search .hentry.format-image .entry-title a { color: #fff; }
.home .hentry.format-image .entry-title a:hover, .archive .hentry.format-image .entry-title a:hover, .search .hentry.format-image .entry-title a:hover {
	color: #fff;
	background: #000;
}
.home .hentry:hover .entry-title, .archive .hentry:hover .entry-title, .search .hentry:hover .entry-title  {
	opacity: 1;
}
.singular .entry-title {
	font-size: 1.53846153846154em;
	margin-bottom: 30px;
}
.singular-attachment .entry-title {
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	color: #999;
	clear: left; 
	margin-bottom: 1.1em;
}
.home .hentry .entry-title a, .archive .hentry .entry-title a, .search .hentry .entry-title a {
	display: block;
	padding: 10px 13px;
}
.home .hentry.format-standard .entry-title a, .archive .hentry.format-standard .entry-title a, .search .hentry.format-standard .entry-title a {
	padding: 0;
}

/* Post bylines/datelines 
-------------------------------------------------------------- */
.byline, .entry-meta {
	clear: left;
	margin: 0 0 1em 0;
	font-size: 0.8461538461538462em;
	color: #bbb;
	line-height: 1.615384615384615em;
	word-spacing: 2px;
}
.singular .byline { margin-bottom: .75em; }
.byline a { color: #bbb; }
.post_tag a, .author a, .bypostauthor a, .published, .byline .category a, .edit, .singular .loop-nav a, .post-nav-text { color: #999; }
.singular .loop-nav a { color: #bbb; }
.entry-meta .post_tag a:hover, .byline a:hover, .byline .category a:hover, .singular .loop-nav a:hover { color: #000; }
.comment-list .published, .comment-list .edit, .comment-list .comment-reply-link {
	font-size: 1em;
	font-style: italic;
	text-transform: none;
	color: #c30;
}
.comment-list .published { color: #bbb; }

/* Post excerpts 
-------------------------------------------------------------- */
.entry-summary p { margin: 0 0 1em 0; }
.home .entry-summary p, .archive .entry-summary p, .search .entry-summary p { color: #bbb; }

/* Singular post prev/next links 
-------------------------------------------------------------- */
.singular .loop-nav {
	font-size: 0.71428571428571em;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: left;
	margin-top: 30px;
}
.loop-nav .web-symbol { 
	font-size: 0.78571428571429em;
	vertical-align: top;
	margin: 0;
}
.singular .loop-nav a:hover, .singular .loop-nav a:hover .web-symbol { color: #000; }

/* Page links for multi-paged posts <!--nextpage--> 
-------------------------------------------------------------- */
.page-links {
	clear: both;
	font-size: 0.8461538461538462em;
	word-spacing: 2px;
	line-height: 1em;
	color: #222;
}
.entry-summary .page-links {
	clear: none;
	font-size: 0.8461538461538462em;
	line-height: 1em;
	color: #bbb;
}
.page-links a {
	display: inline-block;
	color: #888;
	background: #eee;
	padding: 3px 6px;
}
.page-links a:hover {
	color: #fff;
	background: #222;
	border-bottom: none;
}

/* Archive/search pagination and comment pagination 
-------------------------------------------------------------- */
.comment-navigation { margin-bottom: 1.615384615384615em; }
.pagination.loop-pagination {
	float: right;
	clear: both;
	margin-top: 20px;
}
.pagination .page-numbers, .comment-navigation .page-numbers {
	font-size: 0.71428571428571em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;		
	display: inline-block;
	padding: 3px 6px 4px 6px;
}
.pagination .page-numbers .web-symbol, .comment-navigation .page-numbers .web-symbol {
	font-size: 0.71428571428571em;
	color: #777;
	margin: 0 4px;
	vertical-align: 7%;
}
.pagination .page-numbers:hover .web-symbol, .comment-navigation .page-numbers:hover .web-symbol { color: #c30; }
.pagination .page-numbers.current, .comment-navigation .page-numbers.current { color: #ccc; }

/* Widgets 
-------------------------------------------------------------- */
.sidebar .widget {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	color: #888;
}
.widget table, .widget ul, .widget ol { margin-bottom: 0; }

/* Widget titles 
-------------------------------------------------------------- */
.sidebar .widget-title {
	font-size: 1.076923076923077em;
	color: #555;
	font-weight: bold;
	margin-bottom: 12px;
}

/* Widget unordered lists 
-------------------------------------------------------------- */
.sidebar .widget ul { margin-left: 15px; }

/* Search form widget
-------------------------------------------------------------- */
.widget .search-form { overflow: hidden; }
.widget .search-form label {
	font-size: 0.8461538461538462em;
	line-height: 1.615384615384615em;
	color: #bbb;
}
.widget .search-form input[type="text"] {
	width: 89%;
	float: left;
	padding: 8px 10px;
	font-size: 0.85714285714286em;
	font-style: italic;
	color: #bbb;
}
#sidebar-subsidiary .search-form input[type="text"] { width: 90%; }
.search-form .search-submit, .widget.search .widget-title { display: none; }

/* Comments 
-------------------------------------------------------------- */
#comments-number { margin-bottom: 22px; }
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0 0 25px 0;
}
.comment-list .comment-content ol {
	list-style: decimal;
	margin-left: 3.1em;
}
.comment-list { margin-bottom: 40px; }
.comment-list li {
	padding: 15px 0 0 0;
	border-top: none;
}
.comment-list li:first-child { padding-top: 0; }
.comment-list li li { padding-left: 10.15625%; }
.comment-list li li:first-child { padding-top: 15px; }
.comment-list .avatar {
	float: left;
	margin: 0 15px 10px 0;
}
.comment-meta {
	margin: 0 0 10px 0;
	font-size: 0.8461538461538462em;
	color: #bbb;
	line-height: 1.615384615384615em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 1.153846153846154em;
}
.comment-author { margin-right: 7px; }
.comment-meta a {
	font-style: normal;
}
.comment-meta a:hover { color: #000; }
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f5f5f5;
}
.comment-content {
	font-size: 0.92857142857143em;
	line-height: 1.666666666666667em;
	margin-left: 55px;
}
.comment-content p {
	color: #666; 
	margin-bottom: 1em;
}
.comment-list .comment-content li { padding: 0; }
.comment-list .comment-content ul, .comment-list .comment-content ol { margin-bottom: 1.692307em; }

/* Comment form 
-------------------------------------------------------------- */
#respond {
	overflow: hidden;
	width: 99%;
}
.post-format-standard #respond { width: 100%; } 
.comment-list #respond { margin-top: 1.615384615384615em; }
#respond .log-in-out {
	font-size: 0.8461538461538462em;
	line-height: 1em;
	color: #888;
	margin-bottom: -7px;
}
#respond .log-in-out .web-symbol { color: #333; }
#respond .log-in-out:hover .web-symbol { color: #c30; }
#reply-title small a {
	font-size: 0.8461538461538462em;
	line-height: 1.615384615384615em;
	background: #fff;
	padding-right: 8px;
}
#respond label {
	font-size: 0.8461538461538462em;
	line-height: 1.615384615384615em;
	color: #bbb;
}
#respond p.req label {
	color: #888;
	line-height: 2.4em;
}
#respond span.required {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#respond #submit { margin-bottom: 1.615384615384615em; }
#commentform input {
	display: inline;
	margin-right: 10px;
}
#commentform p {
	margin-bottom: 15px;
	line-height: 1em;
}
#comment { margin-top: 20px; }

/* Footer 
-------------------------------------------------------------- */
#site-footer {
	font-size: 0.85714285714286em;
	color: #bbb;	
	overflow: hidden;
	clear: both;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#site-footer p { margin-bottom: 0; }
#site-footer a { color: #999; }
#site-footer a:hover { color: #111; }

/*  Buttons (submit etc.)
-------------------------------------------------------------- */
#respond #submit, .button, a.button, #subscribe #subbutton, .wpcf7-submit, #loginform .button-primary {
	font-size: 0.71428571428571em;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #ccc;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 7px 14px;
	background-color: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#respond #submit:hover, .button:hover, .awp-button:hover, #subscribe #subbutton:hover, .wpcf7-submit:hover, #loginform .button-primary:hover {
	color: #fff;
	background-color: #c30;
}
.menu li a { position: relative; }

/*  Gravity Forms (plugin)
----------------------------------------------------- */
.sidebar .widget ul li.gfield, #content .hentry ul li.gfield {
	background: none;
	padding-left: 0;
	margin-bottom: 15px;
}
.wordpress .gform_wrapper input[type="text"], .wordpress .gform_wrapper input[type="url"], .wordpress .gform_wrapper input[type="email"], .wordpress .gform_wrapper input[type="phone"], .wordpress .gform_wrapper input[type="number"], .wordpress .gform_wrapper input[type="password"], .wordpress .gform_wrapper textarea {
	padding: 4px;
	font-size: 1em;
}
.wordpress .gform_wrapper .gform_footer, .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label {
	padding-top: 0;
	margin-top: 0;
}
.wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-left: 31.5%; }
.wordpress .gform_wrapper .top_label .gfield_label { margin: 0 0 5px; }
.wordpress .gform_wrapper .ginput_complex .ginput_full input { width: 92% !important; }
.wordpress .gform_wrapper .field_name_first input, .wordpress .gform_wrapper .ginput_complex .ginput_left input { width: 83.7% !important; }
.wordpress .gform_wrapper .ginput_complex .ginput_right input, .wordpress .gform_wrapper .ginput_complex .ginput_right select { width: 83.7% !important; }
.wordpress .gform_wrapper select {
	padding: 2px;
	height: 2em;
	font-size: 1em;
}
.wordpress .gform_wrapper .gsection {
	border-bottom: 1px solid #e9e9e9;
	margin: 40px 0 20px 0 !important;
}
.gform_wrapper .gfield_description, .gform_wrapper div.charleft { color: #bbb !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { max-width: 500px; }
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium { max-width: 300px; }
.wordpress .gform_wrapper .gform_footer input.button, .wordpress .gform_wrapper .gform_footer input[type="submit"] { font-size: 0.71428571428571em; }

/*  Contact Form 7 (plugin)
----------------------------------------------------- */
.wpcf7-form p {
	margin-bottom: 15px;
	line-height: 2.2em;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select { 
	padding: 6px; 
	max-width: 500px; 
}

/*  Media Queries (mobile browsing)
----------------------------------------------------- */
/* Tablet (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.wrap { max-width: 728px; }
	.widget .search-form input[type="text"] { width: 87%; }
	.widget table { font-size: 0.8461538461538462em; }
	#sidebar-subsidiary .widget table { width: 90%; }
	.col-0 { width: 100% }
	.col-1 { width: 100% }
	.col-2 { width: 50% }
	.col-3 { width: 33.33% }
	.col-4 { width: 25% }
	.col-5 { width: 20% }
	.col-6 { width: 16.66% }
	.col-7 { width: 16.66% }
	.col-8 { width: 16.66% }
	.col-9 { width: 16.66% }
	.col-10 { width: 16.66% }
	.col-11 { width: 16.66% }
	.col-12 { width: 16.66% }
	.col-13 { width: 16.66% }
	.col-14 { width: 16.66% }
	.col-15 { width: 16.66% }
	.col-16 { width: 16.66% }
	.col-17 { width: 16.66% }
	.col-18 { width: 16.66% }
	.col-19 { width: 16.66% }
	.col-20 { width: 16.66% }
	.col-21 { width: 16.66% }
	.col-22 { width: 16.66% }
	.col-23 { width: 16.66% }
	.col-24 { width: 16.66% }
	.col-25 { width: 16.66% }
	.col-26 { width: 16.66% }
	.col-27 { width: 16.66% }
	.col-28 { width: 16.66% }
	.col-29 { width: 16.66% }
	.col-30 { width: 16.66% }
}
/* Mobile (portrait) */
@media only screen and (max-width: 767px) {
	body { line-height: 1.666666666666667em; }	
	.wrap { max-width: 300px; }
	#site-aside { width: 100%; }
	#main, .home #main, .archive #main { width: 100%; }
	#site-description { font-size: 1em; }
	#header-banner, #sidebar-subsidiary .widget, #respond, .singular-page #content, #comments-template, .singular-page #comments-template { width: 100%; }
	#content, .singular-page #content, .post-format-standard #content { width: 100%; }
	.home .hentry, .archive .hentry, .search .hentry, .home .hentry.format-standard, .archive .hentry.format-standard, .search .hentry.format-standard, #content .entry-content, #content #comments-template { width: 100%; }
	.home .hentry.format-standard, .archive .hentry.format-standard, .search .hentry.format-standard {
		width: 86.666666666667%; 
		padding: 15px 6.666666666667%; 
	}
	.pagination.loop-pagination { float: left; }
	.post-aside, .post-format-standard .post-aside, .post-format-standard #content .entry-content, .post-format-standard #content #comments-template {
		width: 100%;
		margin-top: 0;
	}
	.comment-list li li { padding-left: 0; }
	.singular .loop-nav { margin: 15px 0 20px 0; }
	#sidebar-primary {
		width: 100%;
		clear: left;
	}
	#site-footer { display: none; }
	.col-0 { width: 100% }
	.col-1 { width: 100% }
	.col-2 { width: 100% }
	.col-3 { width: 100% }
	.col-4 { width: 50% }
	.col-5 { width: 50% }
	.col-6 { width: 33.33% }
	.col-7 { width: 33.33% }
	.col-8 { width: 33.33% }
	.col-9 { width: 33.33% }
	.col-10 { width: 33.33% }
	.col-11 { width: 33.33% }
	.col-12 { width: 33.33% }
	.col-13 { width: 33.33% }
	.col-14 { width: 33.33% }
	.col-15 { width: 33.33% }
	.col-16 { width: 33.33% }
	.col-17 { width: 33.33% }
	.col-18 { width: 33.33% }
	.col-19 { width: 33.33% }
	.col-20 { width: 33.33% }
	.col-21 { width: 33.33% }
	.col-22 { width: 33.33% }
	.col-23 { width: 33.33% }
	.col-24 { width: 33.33% }
	.col-25 { width: 33.33% }
	.col-26 { width: 33.33% }
	.col-27 { width: 33.33% }
	.col-28 { width: 33.33% }
	.col-29 { width: 33.33% }
	.col-30 { width: 33.33% }
}