/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
kbd, sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/*
	Theme Name: Smooth Post Child Theme
	Theme URL: http://themedy.com/themes/smooth-post
	Description: A responsive, magazine-style thesis blog skin.
	Author: Themedy
	Author URI: http://www.themedy.com
	Version: 2.0
	Template: thesis
*/
 

/* Table of Contents

	= Defaults
	= Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	= Layout
		- Structure
		- CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	= Menus
	= Headings
	= Lists
	= Post Navigation
	= Comments
	= Sidebars
		- Widgets
	= Footer
		- Footer Widgets
	= Forms & Buttons
		- Gravity Forms
	= Images & Captions
	= Page Templates
		- Landing Page
		- Portfolio
	= Mobile Menu
	= Media Queries

*/


/*
= Defaults
---------------------------------------------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #efefef;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type=\"button\"],
input[type=\"submit\"],
.button {
	-moz-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
	transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}

.clearfix:after, .prev_next:after, .entry:after {
	clear: both;
	content: \".\";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mobile-menu .screen-reader-text {
	top: 0;
}


/*
= Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* - Font Color ----------- */

.comment_form_title,
.comments_intro,
.comment_edit:hover,
a:hover,
.entry-header .entry-meta a:hover,
input,
textarea,
.comment_author a,
h1,
h2,
h2 a,
h3,
h4 {
	color: #3b3c41;
}


.footer-widgets,
body,
.author,
.thesis-nav-menu a,
#comments-link {
	color: #6b6c6f;
}

a,
h2 a:hover {
	color: #5D9D50;
}

.comment_edit,
.breadcrumb,
.taxonomy-description p,
.site-footer a,
.footer-widgets,
.comment-meta,
.entry-header .entry-meta a,
#site_tagline,
.form-allowed-tags,
blockquote::before,
blockquote p {
	color: #969a9c;
}

.archive-description,
.author_description,
.breadcrumb a,
.sticky,
.taxonomy-description,
.site-footer a:hover,
.archive_title,
.footer-widgets a:hover,
.thesis-nav-menu li a:hover,
.thesis-nav-menu .current-menu-item a,
#site_title a,
#site_title a:hover,
button,
input[type=\"button\"],
input[type=\"submit\"],
.excerpt_read_more,
.excerpt_read_more:hover,
.button,
button:hover,
input[type=\"button\"]:hover,
input[type=\"submit\"]:hover,
.button:hover,
.thesis-nav-menu .highlight-menu-item a,
.thesis-nav-menu .highlight-menu-item a:hover,
.prev_next li a,
.prev_next li a:hover,
.prev_next li.active a,
.prev_next li.disabled {
	color: #fff;
}

.breadcrumb a:hover,
.footer-widgets a,
.nav-secondary .thesis-nav-menu a {
	color: #eee;
	color: rgba(255,255,255,.75);
}

.site-footer,
.thesis-nav-menu li li a,
.thesis-nav-menu li li a:link,
.thesis-nav-menu li li a:visited {
	color: #666;
}

/* - Font Family ----------- */

body,
input,
textarea,
#cancel-comment-reply-link {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.comment_form_title,
.comments_intro,
.enews-widget input,
.enews-widget #subbutton,
.excerpt_read_more,
.button,
button,
input[type=\"button\"],
input[type=\"submit\"],
.comment_author,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#site_title {
	font-family: \'Roboto Slab\', Helvetica, Arial, sans-serif;
}

/* - Font Size ----------- */


h1 {
	font-size: 38px;
	font-size: 2.375rem;
}

#site_title {
	font-size: 34px;
	font-size: 2.125rem;
}

.comments_intro,
h2 {
	font-size: 32px;
	font-size: 2rem;
}
.comment_form_title,
.enews-widget h4,
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

.author_description h1,
h4,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

select,
textarea,
input,
.enews-widget input,
.enews-widget #subbutton,
h6,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

.thesis-nav-menu {
	font-size: 15px;
	font-size: .9375rem;
}

.excerpt_read_more,
.thesis-nav-menu li li a,
.thesis-nav-menu li li a:link,
.thesis-nav-menu li li a:visited,
code,
pre,
.comment-meta,
.comment_author,
button,
input[type=\"button\"],
input[type=\"submit\"],
.button,
.entry-header .entry-meta,
.wp-caption,
#cancel-comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
}

#cancel-comment-reply-link,
.nav-primary .thesis-nav-menu,
.entry-footer .entry-meta,
a.comment-reply-link {
	font-size: 13px;
	font-size: .8125rem;
}

.site-footer {
	font-size: 12px;
	font-size: .75rem;
}


/* - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

.excerpt_read_more,
.comment_form_title,
.comments_intro,
.comment_author,
button,
input[type=\"button\"],
input[type=\"submit\"],
h1,
h2,
h3,
h4,
h5,
h6,
.button,
.wp-caption,
#site_title {
	font-weight: 700;
}

.wp-caption {
	text-align: center;
}

a {
	text-decoration: none;
}

.excerpt_read_more,
.breadcrumb,
.site-footer,
#cancel-comment-reply-link,
.comment_author,
button,
input[type=\"button\"],
input[type=\"submit\"],
.button,
.entry-meta,
a.comment-reply-link {
	text-transform: uppercase;
}

body span.dropcap {
	line-height: 1em;
}

body .th-sc-hr, body .th-sc-divider {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

#site_title {
	font-size: 34px; 
	font-size: 2.125rem;
}


/*
= Layout
---------------------------------------------------------------------------------------------------- */

/* - Structure ----------- */

.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	clear: both;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

/* - CSS Grid ----------- */

.sidebar-secondary {
	width: 15.277777777%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar-primary,
.site-header .widget-area {
	width: 30.555555555%;
}

.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	width: 37.931034482%; 
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 56.896551724%;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 65.277777777%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 80.555555555%;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%; 
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.sidebar-secondary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary,
.footer-widgets-3,
.sidebar-primary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* - Header ----------- */

.site-header {
	background: #292929;
}

.site-header .wrap {
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
	position: relative;
}

#site_title {
	line-height: 1.25;
	margin: 0;
}

#site_title.logo a, #site_title.logo {
	line-height: 0;
}

.header-extras {
	position: absolute;
  	top: 50%;
	height: 42px;
	margin-top: -21px;
	right: 0;
	float: right;
}

.social-list a, .social-list .search-input{
	background: #111;
	background: rgba(0,0,0,.3);
	color: #888;
	display: inline-block;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 2px;
	text-align: center;
	width: 42px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.social-list a:hover, .header-extras form:hover .search-input, .social-list .search-wide, .social-list .search-input:focus {
	background: #000;
	color: #aaa;
}

.social-list form, .social-list .social-icons, .social-list .search {
	display: inline-block;
	position: relative;
}

.social-list .search-input {
	color: #888;
 	border: none;
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;       
	width: 90px;
	text-align: left;
	padding: 10px 40px 10px 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: baseline;
	line-height: 20px;
	margin-left: -1px;
	font-size: 16px;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.social-list .search-wide {
	width:  190px;
}

.social-list button.search-submit {
	border: none; 
	color: #888;
	text-shadow: none; 
	padding: 0;
	position: absolute; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 	
	border-radius: 0;
	background: none; 
	right: 0;
	top: 0;
	line-height: 42px;
	height: 42px;
	width: 42px;
	font-size: 16px;
}

.social-list button.search-submit:hover {
	color: #aaa;
}

/* - Main Content ----------- */

.content {
	background: #fff;
	border: 1px solid #dedede;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

.entry, .prev_next {
	border-top: 1px solid #dedede;
	padding: 48px 64px;
	padding: 3rem 4rem;
}

.archive-description, .comments_intro {
	padding-left: 64px;
	padding-right: 64px;
	padding-left: 4rem;
	padding-right: 4rem;
}

.entry:first-child, .single .entry {
	border: none;
	margin-top: 0;
}

.entry-content,
.entry-content p {
	line-height: 1.8;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p, .entry-content pre {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

blockquote {
	border-left: 10px solid #5D9D50;
	padding: 0 0 0 32px;
	padding: 0 0 0 2rem;
	margin: 24px 0;
	margin: 1.5rem 0;
}

.entry-content pre {
	background: #f6f6f6;
	padding: 24px;
	padding: 1.5rem;
	border: 2px solid #ddd;
	overflow: auto;
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}

.code {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;	
}

blockquote, blockquote p {
	color: #969a9c;
}

/* - Post Info & Meta ----------- */

.entry-header .entry-meta,
.entry-footer .entry-meta {
	clear: both;
	line-height: 1.5;
}

.entry-header .entry-meta {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 70px;
}

.entry-header .entry-meta:before {
	content: \"\";
	display: block;	
	width: 60px;
	height: 4px;
	margin-top: -1px;
	left: 0;
	background: #dedede;
	position: absolute;
	top: 50%;
}

.entry-footer {
	margin-top: 32px;
	margin-top: 2rem;
}

/* - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%;
}

.one-third,
.two-sixths {
	width: 30.555555555%;
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; 
}

.one-fourth {
	width: 21.875%; 
}

.three-fourths {
	width: 73.958333333%;
}

.one-fifth {
	width: 16.666666666%;
}

.two-fifths {
	width: 37.5%; 
}

.three-fifths {
	width: 58.333333333%;
}

.four-fifths {
	width: 79.166666666%;
}

.one-sixth {
	width: 13.194444444%;
}

.five-sixths {
	width: 82.638888888%;
}

.first {
	margin-left: 0;
}

/* - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author_description,
.taxonomy-description {
	line-height: 1.5;
}

.archive-description,
.author_description,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #292929;
	overflow: hidden;
	padding: 48px 64px;
	padding: 3rem 4rem;
}

.author_description {
	margin-bottom: 0;
}

.author_description h1, .author_description h2, .author_description h3, .author_description h4 {
	color: #fff;
}

.content table {
	border:1px solid #e7e7e7;
	margin: 25px -1px 24px 0;
	text-align:left;width:100%;
}

.content tr th,
.content thead th{
	font-size:18px;
	font-weight:500;
	line-height:18px;
	padding:9px 24px;
}

.content tr td{
	border-top:1px solid #e7e7e7;
	padding:6px 24px;
}

.content tr.odd td{
	background:#f2f7fc;
}

.content address, .content dl, .content dd {
	margin-bottom: 28px;
	margin-bottom: 1.625rem;
}


/*
= Menus
---------------------------------------------------------------------------------------------------- */

.nav-primary { 
	background: #181818; 
	border-bottom: 1px solid #333333;
	-webkit-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.15);
}

.nav-secondary {
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
	-webkit-box-shadow: inset 0 1px #7BCC6B , 0 1px 3px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: inset 0 1px #7BCC6B , 0 1px 3px rgba(0, 0, 0, 0.2); 
	box-shadow: inset 0 1px #7BCC6B , 0 1px 3px rgba(0, 0, 0, 0.2); 
	background: #5D9D50; 
	background-image: -ms-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: -moz-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: -o-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#6AB05B),color-stop(1,#5D9D50));
	background-image: -webkit-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: linear-gradient(to bottom,#6AB05B 0%,#5D9D50 100%); 
	border-bottom: 1px solid #4D8B41; 
	border-bottom: 1px solid rgba(0,0,0,0.25); 
}

.thesis-nav-menu {
	clear: both;
	overflow: hidden;
}

.site-header .thesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.thesis-nav-menu ul {
	float: left;
	width: 100%;
}

.thesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.thesis-nav-menu a {
	display: block;
	padding: 24px 20px 22px;
	padding: 1.5rem 1.25rem 1.375rem;
	position: relative;
}

.nav-primary a {
	display: block;
	padding: 18px 0;
	padding: 1.175rem 0;
	margin: 0 32px 0 0;
	margin: 0 2rem 0 0;
	position: relative;
}

.nav-secondary a {
	border: 1px solid transparent;
	border-width: 0 1px;
}

.nav-secondary .current-menu-item > a {
	color: #fff;
	background-color: #4D8B41;
	border: 1px solid #7BCC6B; 
	border-width: 0 1px; 
	-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.4); 
	-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.4); 
	box-shadow: inset 0px 2px 5px rgba(0,0,0,0.4); 	
}

.thesis-nav-menu li li a,
.thesis-nav-menu li li a:link,
.thesis-nav-menu li li a:visited {
	position: relative;
	display: block;
	width: 150px;
	text-shadow: none;
	padding: 16px 15px;
	margin: 1px 0;
	border: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

.thesis-nav-menu .sub-menu {
	background: #fff;
	border: 1px solid #ddd;
	padding: 4px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nav-primary .thesis-nav-menu .sub-menu {
	background: #1C1C1C;
	border: 1px solid #333;
	border-top: 0;
	padding: 4px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nav-primary .thesis-nav-menu .sub-menu .sub-menu {
	border: 1px solid #333;
}

.thesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	margin-top: 1px;
}

.nav-primary .thesis-nav-menu > li > ul {
	margin-top: 0;
}

.thesis-nav-menu li li a:hover, 
.nav-secondary .sub-menu .current-menu-item > a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #eee;
}

.nav-primary .thesis-nav-menu li li a:hover, 
.nav-primary  .sub-menu .current-menu-item > a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #000;
}

.thesis-nav-menu li ul ul {
	margin: -50px 0 0 180px;
}

.thesis-nav-menu li:hover ul ul,
.thesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.thesis-nav-menu li:hover,
.thesis-nav-menu li.sfHover {
	position: static;
	opacity: 1;
}

ul.thesis-nav-menu li:hover>ul,
ul.thesis-nav-menu li.sfHover ul,
.site-header .thesis-nav-menu li:hover>ul,
.site-header .thesis-nav-menu li.sfHover ul {
	left: auto;
	opacity: 1;
}

.thesis-nav-menu li a .sf-sub-indicator,
.thesis-nav-menu li li a .sf-sub-indicator,
.thesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.wrapper-sticky {
	z-index: 9;
}

.sticky-active .nav-secondary .menu-secondary > li > a {
	padding: 0 16px 0;
	padding: 0 1rem 0;
	line-height: 44px;
	height: 44px;
}

.thesis-nav-menu .backtotop { 
	float: right;
	display: none;
	opacity: 0;
}

.thesis-nav-menu .backtotop a {
	background: rgba(0,0,0,.1);
}

.backtotop .fa {
	font-size: 20px;
	vertical-align: middle;
}

.sticky-active .thesis-nav-menu .backtotop { 
	display: block;
	opacity: 1;
}

.sticky-active .nav-secondary {
	-moz-animation: fadein .3s ease .1s;
    -webkit-animation: fadein .3s ease .1s;
    -o-animation: fadein .3s ease .1s;
	animation: fadein .3s ease .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

	/* Fade In Animation */
	@-webkit-keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}
	@-moz-keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}
	@-o-keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}
	@keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}

/* - Admin Bar Fixes for Fixed Menu */
.admin-bar .sticky-active .nav-secondary {
	top: 32px !important;
}

@media screen and (max-width:782px){
	.admin-bar .sticky-active .nav-secondary {
		top: 46px !important;
	}	
}

@media screen and (max-width:600px){
	.admin-bar .sticky-active .nav-secondary {
		top: 0 !important;
	}
}
	
/*
= Headings
---------------------------------------------------------------------------------------------------- */

.comment_form_title,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive_title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-title {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}


/*
= Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


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

.prev_next {
	clear: both;
}

.next_posts {
	float: left;
}

.previous_posts {
	float: right;
}

.previous_post, .next_post {
	margin: 8px 0;
}


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

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

#respond, .comments_closed {
	border-top: 1px solid #dedede;
}

.comment_list #commentform {
	background: #f9f9f9;
	padding: 32px 64px;
	padding: 2rem 4rem;
	border-top: 1px solid #ccc;
	z-index: 1;
	position: relative;
	margin-bottom: -30px;
}

.comments_intro {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.entry-pings,
#comments {
	margin-top: 32px;
	margin-top: 2rem;
}

.entry-pings {
	margin-top: 0;
	line-height: 1.5;
}

.ping-list .reply {
	display: none;
}

#author,
#email,
#url,
#comment {
	width: 100%;
}

.comment-meta {
	display: block;
}

.comment-meta,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 0 0 12px 0;
	margin: 0 0 0.75rem 0;
}

.comment-notes {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	font-style: italic;
}

.comment-respond label {
	display: block;
}

.comment_list li,
.ping-list li {
	list-style-type: none;
}

.comment_list .comment-wrap, .entry-pings, .comments_closed {
	padding: 32px 64px;
	padding: 2rem 4rem;
}

.children {
	margin-left: 64px;
	margin-left: 4rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	border: 1px solid #dedede;
	border-width: 1px 0 0 0;
}

.comment p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .prev_next {
	margin-top: 32px;
	margin-top: 2rem;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 20px;
	padding: 1.25rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.form-allowed-tags, .form-allowed-tags code {
	font-size: 14px;
}

#respond {
	padding: 32px 64px;
	padding: 2rem 4rem;
}

#cancel-comment-reply-link {
	float: right;
}

.comment_edit {
	font-size: 12px;
	text-transform: uppercase;
	float: right;
}


/*
= Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
	color: #6b6c6f;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/* - Widgets ----------- */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 500;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

.themedy_video_widget iframe, .themedy_video_widget object, .themedy_video_widget video {
	max-width: 100%;
}

.flickr_badge_image {
	float: left;
	margin: 10px;
	overflow: hidden;
}

.flickr_badge_image img {
	background: #fff;
	width: auto;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.flickr_badge_image img:hover {
	opacity: .7;
}

.widget_categories ul li {
	display: inline;
	margin: 0;
}

.widget_categories li a {
	font-size: 14px;
	margin: 2px;
	text-align: center;
}

.footer-widgets .widget_categories li a {
	background: #111;
	background: rgba(0,0,0,.3);
	color: #888;
}

.footer-widgets .widget_categories li a:hover {
	background: #000;
	color: #aaa;
}

.sidebar .enews-widget, 
.enews-widget {
	background: none;
	border: none;
	color: #888;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.enews-widget input {
	text-align: center;
	width: 100%;
	margin: 5px 0;
}

.enews-widget h1, .enews-widget h2, .enews-widget h3, .enews-widget h4, .enews-widget h5, .enews-widget h6 {
	color: #444;
	font-weight: 400;
}

.enews-widget input[type=\"text\"], 
.enews-widget input[type=\"email\"] {
	border-color: #aaa;		
}


/*
= Footer
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #292929;
	clear: both;
	font-size: 16px; 
	font-size: 1rem;
}

.footer-widgets {
	-webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 5px 0px rgba(0,0,0,0.25);
}

.site-footer {
	background: #181818;	
	-webkit-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 3px 0px rgba(0,0,0,0.15);
}

.site-footer .wrap {
	overflow: hidden;
	padding: 24px 0;
	padding: 1.5rem 0;
	opacity: .45;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-align: center;
}

.site-footer .wrap:hover {
	opacity: 1;
}

/* - Footer Widgets ----------- */

.footer-widgets .wrap {
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 80px 0;
	padding: 5rem 0;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.footer-widgets .widget:last-child, .footer-widgets p:last-child {
	margin: 0;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}

.footer-widgets .widget_title {
	color: #fff;
	margin-bottom: 48px;
	margin-bottom: 3rem;	
}


/*
= Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input[type=\"search\"],
input[type=\"text\"],
input[type=\"password\"],
input[type=\"email\"],
input[type=\"url\"],
input[type=\"tel\"],
textarea { 
	-webkit-appearance: none; 
	background: #fff; 
	border: 1px solid #ddd; 
	max-width: 100%; 
	padding: 12px 8px; 
	padding: .75rem .5rem;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.08); 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.08); 
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.08); 
}

input[type=\"search\"]:focus,
input[type=\"text\"]:focus,
input[type=\"password\"]:focus,
input[type=\"email\"]:focus,
input[type=\"url\"]:focus,
input[type=\"tel\"]:focus,
textarea:focus { 
	border-color: #c3c3c3;
	outline: none; 
}

.excerpt_read_more,
.button,
button,
input[type=\"button\"],
input[type=\"submit\"] { 
	-webkit-appearance: none; 
	border: transparent; 
	cursor: pointer; 
	display: inline-block; 
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4); 
	outline: none; 
	padding: 10px 16px;
	padding: .625rem 1rem;
	position: relative; 
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,0.1); 
	box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,0.1); 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	background: #6AB05B; 
	background-image: -ms-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: -moz-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: -o-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#6AB05B),color-stop(1,#5D9D50));
	background-image: -webkit-linear-gradient(top,#6AB05B 0%,#5D9D50 100%);
	background-image: linear-gradient(to bottom,#6AB05B 0%,#5D9D50 100%); 
	border: 1px solid #4D8B41; 
	border: 1px solid rgba(0,0,0,0.2); 
}

.excerpt_read_more:hover,
.button:hover,
button:hover,
input[type=\"button\"]:hover,
input[type=\"submit\"]:hover { 
	background: #7BCC6B; 
}

.excerpt_read_more:active,
.button:active,
input[type=\"button\"]:active,
input[type=\"submit\"]:active { 
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
}

.widget_categories li a,
.entry-footer a, 
a.comment-reply-link, 
#cancel-comment-reply-link,
.prev_next a,
.prev_next li a,
.prev_next li a:hover,
.prev_next li.active a,
.prev_next li.disabled {
	background: #d8d8d8;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 	
	border-radius: 3px;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
}

.widget_categories li a:hover,
.entry-footer a:hover, 
a.comment-reply-link:hover, 
#cancel-comment-reply-link:hover,
.prev_next a:hover,
.prev_next li a:hover,
.prev_next li.active a {
	background: #5D9D50;
}

#cancel-comment-reply-link:hover {
	background: #aa0000;
}

.prev_next li a,
.prev_next li a:hover,
.prev_next li.active a,
.prev_next li.disabled {
	margin: 0 1px;
}

.excerpt_read_more {
	display: block;
	clear: both;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 90px;
	text-align: center;
}

/* - Gravity Forms ----------- */

.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 8px; 
	padding: .75rem .5rem;
}

.content div.gform_wrapper input[type=\"submit\"] {
	padding: 10px 16px;
	padding: .625rem 1rem;
}

.content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

.content div.gform_wrapper input[type=\"file\"], 
.content div.gform_wrapper select {
	padding: 0;		
}

.content .gform_wrapper select option {
	padding: 2px 10px;
}

.content .gform_wrapper .gfield_checkbox li label, 
.content .gform_wrapper .gfield_radio li label {
	line-height: 1;
}

.content .gform_wrapper ul.gfield_checkbox li input[type=\"checkbox\"], 
.content .gform_wrapper ul.gfield_radio li input[type=\"radio\"] {
	margin: 2px;
}


/*
= Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft img.avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright img.avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author_description img.avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment_list li img.avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.avatar {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

img.post-image {
	margin: 0 24px 32px 0;
	margin: 0 1.5rem 2rem 0;
}

.single img.wp-post-image {
	margin: 0 0 -8px 0;
	margin: 0 0 -.5rem 0;
	width: 100%;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

/*
= Page Templates
---------------------------------------------------------------------------------------------------- */

/* - Landing Page ----------- */

#landingpage {
    width: 710px;
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, \"Helvetica Neue\", Helvetica, sans-serif;
    color: #555;
    background-color: #fff;
	border: 5px solid #ddd;
	margin: 25px auto;
	padding: 20px;
}
body.template_landing-page {
    background: #eee;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
#landingpage h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}
#landingpage h2 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
}
#landingpage h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
#landingpage h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
}
#landingpage h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#landingpage h6 {
    font-size: 1em;
    font-weight: bold;
}
#landingpage h1, #landingpage h2, #landingpage h3, #landingpage h4, #landingpage h5, #landingpage h6 {
    color: #111
}
#landingpage h1.headline {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
#landingpage ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
#landingpage ul li {
    margin: 10px 0;
    line-height: 1.5em;
}
#landingpage p {
    margin-bottom: 1.5em
}
#landingpage #mobile_menu_area {
    display: none
}
@media only screen and (max-width: 768px) {
    #landingpage {
        margin: 0;
        border-width: 10px 0;
        width: auto;
    }    #landingpage img {
        max-width: 100%;
        height: auto;
    }
}


/* - Portfolio ----------- */

.portfolio-teaser {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.portfolio-thumb {
	background: url(images/graphic-portfolio_link.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
	line-height: 0;
}

.portfolio-thumb img {
	display: inline-block;
	margin: 0;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.portfolio-teaser:hover img {
	opacity: .25;
}

.portfolio-teaser h2.portfolio-title,
.portfolio-teaser h2.portfolio-title a {
	font-size: 24px;
	font-size: 1.5rem;
}

.page-template-page_portfolio-php .content, .page-template-page_portfolio-php .prev_next { 
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}


/*
= Mobile Menu
---------------------------------------------------------------------------------------------------- */

#mobile-menu .social-list .search-input {
	width: 100%;
}

#mobile-menu .social-list form, #mobile-menu .social-list .search {
	width: 100%;
	display: block;
}

.mm-list > li.current-menu-item > a, .mm-list > li.current-menu-item > span {
	color: #fff;
}

.thesis-nav-menu .toggle-menu {
	display: none;
}

.thesis-nav-menu .toggle-menu a {
	font-size: 24px;
	padding: 14px 0;
}

.mm-opening .sticky-active .nav-secondary, .mm-opened .sticky-active .nav-secondary {
	left: auto !important;
}

#mobile-menu .social-icons a {
	margin: 0 3px 3px 0;
}


/*
= Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1190px) {

	.wrap {
		max-width: 960px;
	}

}

/* - Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {

	.wrap {
		max-width: 840px;
	}	
	
	#comments #respond,
	#respond,
	.comment_list li article, 
	.entry-pings,
	.sidebar .widget,
	.entry, 
	.prev_next,
	.archive-description,
	.author_description,
	.breadcrumb,
	.sticky,
	.taxonomy-description {
		padding: 32px;
		padding: 2rem;	
	}
	
	.archive-description, .comments_intro, .comments_closed, .comment_list .comment-wrap {
		padding-left: 32px;
		padding-right: 32px;
		padding-left: 2rem;
		padding-right: 2rem;	
	}
	
	.sidebar .enews-widget { 
		padding: 0;
	}

}

@media only screen and (max-width: 865px) {

	.sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.site-container .sidebar,
	.site-container .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary {
		width: 100%;
		float: none;
		display: block;
	}
	
	.site-inner {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	
	.wrap, .site-header .wrap, .footer-widgets .wrap, .site-footer .wrap, .comments_closed, .comment_list .comment-wrap {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.header-extras {
		right: 32px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-bottom: 48px;
		margin-bottom: 3rem;
	}
	
	.sidebar {
		margin-top: 32px;
		margin-top: 2rem;
		display: block;
	}

}

/* - iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

	.page-template-page_portfolio-php .portfolio,
	.thesis-nav-menu,
	#site_tagline,
	#site_title,
	.title-area {
		text-align: center;
	}
	
	.title-area img {
		display: inline-block;
	}

	.thesis-nav-menu li.right {
		display: none;
	}
	
	.page-template-page_portfolio-php .portfolio {
		margin-bottom: 32px;
		margin-bottom: 2rem;
	}
	
	.header-extras {
		position: static;
		float: none;
		margin-top: 24px;
		margin-top: 1.5rem;
		text-align: center;
	}
	
	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.entry-title, .entry-header .entry-meta {
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}
	
	.mobile-enabled .nav-primary, .mobile-enabled .header-extras, .mobile-enabled .menu-secondary .menu-item  { display: none; }
	.mobile-enabled .thesis-nav-menu .toggle-menu { display: block; opacity: 0; }	
	.mobile-on .thesis-nav-menu .toggle-menu { display: block; opacity: 1; }	
	
	.no-js.mobile-enabled .nav-primary, .no-js.mobile-enabled .header-extras, .no-js.mobile-enabled .menu-secondary .menu-item  { display: block; }
	
	.mobile-enabled .nav-secondary {
		min-height: 50px;
	}
	
	.mobile-enabled .wrapper-sticky .nav-secondary {
		min-height: 0;
	}
	
	.site-header .wrap {
		padding-top: 32px;
		padding-top: 2rem;
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}

}

/* - iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
	
	.single img.wp-post-image {
		margin: 0;
	}

	html {
		font-size: 87.5%; /* 14px base */
	}
	
	.wrap, .site-header .wrap, .footer-widgets .wrap, .archive-description, .comments_intro, .site-footer .wrap, .comments_closed, .comment_list .comment-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.site-inner {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.site-inner .wrap {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.footer-widgets .wrap {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	
	#comments #respond,
	#respond,
	.comment_list li article, 
	.entry-pings,
	.sidebar .widget,
	.entry, 
	.prev_next,
	.archive-description,
	.author_description,
	.breadcrumb,
	.sticky,
	.taxonomy-description {
		padding: 16px;
	}

}
/*---:[ custom CSS ]:---*/
.menu-secondary{
font-size:20px;
	text-shadow: none;
}

#site_title {
margin: 0 0 20px 0;
line-height: 56px;
background-image: url(http://www.wisco.de/wp-content/thesis/skins/smoothpost2-t2/images/Outlookmarket-ICON-64.png);
background-repeat: no-repeat;
text-indent: 80px;
}