/*======================================
Theme Name: zeeMinty
Theme URI: http://themezee.com/themes/zeeminty/
Description: zeeMinty is a clean and light WordPress business theme with an awesome image eyecatcher on the frontpage template. Furthermore the frontpage features a horizontal widget area and an intro text which is perfectly suited for a company home page. The theme is created in modern HTML5 and CSS3 code and is fully responsive which means it looks good on any mobile device. The included theme options let you choose from nine different color schemes, left or right sidebar layout and upload your own logo image. Of course there is support of all WordPress core features like custom menus, custom background, custom header and featured images. Check out a full demo on http://preview.themezee.com/zeeminty/
Version: 1.0.2
Author: ThemeZee
Author URI: http://themezee.com
Tags: two-columns, light, green, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, flexible-width, one-column, left-sidebar, right-sidebar, three-columns, black, silver, red, orange, white, green, blue, purple, gray
Text Domain: zeeMinty_language
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
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, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}
body {
	font-family: 'PT Sans', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	border: 0;
	color: #111;
}

/* Links */
a, a:link, a:visited{
	color: #00bc45;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	font-family: 'PT Sans', Tahoma, Verdana, Arial;
}
input[type="submit"] {
	border: none;
	color: #fff;
	background: #00bc45;
}
input[type="submit"]:hover {
	background-color: #303030;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {  
	content: " ";
	display: table;  
}  
.clearfix:after {  
	clear: both;
}  
.clearfix {
    *zoom: 1; /* For IE 6/7 only */  
}

/* Make Form Elements responsive */
input, textarea, select {
	max-width: 100%;
}

/* Basic Structure 
-------------------------------------------------------------- */
#wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
#header-wrap {
	background: #fff;
}
#header {
	position: relative;
	min-height: 1.5em;
}
#wrap {
	clear: both;
	margin: 2em auto 0;
}
#content {
	float: left;
	width: 65%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar {
	margin-left: 65%;
	width: 35%;
	padding-left: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Header
-------------------------------------------------------------- */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2em 3em;
	background: #fff;
	box-shadow: 0 0 5px #333;
	z-index: 99;
}
#logo .logo-image {
	border: 0;
	max-width: 100%;
	height: auto;
}
#logo .site-title {
	font-size: 2.5em;
	margin: 0.1em 0;
	font-weight: bold;
	color: #00bc45;
	font-family: 'Arimo', Tahoma, Verdana, Arial;
}
#logo a:hover {
	text-decoration: none;
}
#logo a:hover .site-title {
	color: #333;
}
header .site-description {
	font-size: 1.0em;
	margin-top: 0.3em;
	color: #333;
}
#header-line {
	float: right;
	font-size: 1.0em;
	padding: 0.7em 1em;
	color: #333;
}

/* Header Image */
#header-image-wrap {
	background: #00bc45;
	text-align: center;
	min-height: 10em;
}
.header-image img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
}
/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-icon {
	display: none;
}
#navi-wrap {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
}
#mainnav-menu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#mainnav-menu li{
	float:left;
	position:relative;
	margin-right: 1px;
}
#mainnav-menu a {
	display: block;
	padding: 1.5em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	-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;	
}
#mainnav-menu a:link, #mainnav-menu a:visited{
	color: #333;
	text-decoration: none;
}
#mainnav-menu a:hover {
	color: #00bc45;
}
#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #00bc45;
	padding: 0.7em;
}
#mainnav-menu ul li{
	margin: 0;
}
#mainnav-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 0.5em;
	float: left;
	font-weight: normal;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainnav-menu ul a:link, #mainnav-menu ul a:visited{
	color: #fff;
	text-decoration: none;
}
#mainnav-menu ul a:hover {
	color: #222 !important;
	background: #fff;
}
#mainnav-menu ul ul{
	top: -0.7em;
}
#mainnav-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
}
#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul{
	display:none;
}
#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul{
	display:block;
}
#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
	color: #00bc45;
	text-decoration: underline;
}
#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
	color: #fff;
	text-decoration: none;
}
#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}
#mainnav-menu ul li.current_page_item ul li a, #mainnav-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}


/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 2em;
	color: #333;
	background: #fff;
	padding: 1.5em;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widgettitle {
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Arimo', Tahoma, Verdana, Arial;
	margin: 0 0 1em;
	color: #00bc45;
}
.widget .textwidget {
	line-height: 1.5em;
}
.widget .textwidget p {
	margin-bottom: 1em;
}
.widget ul {
	line-height: 1.5em;
	list-style: circle inside;
	color: #555;
	margin: 0 0.3em;
}
.widget ul .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #00bc45;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
}
.widget img {
	max-width: 100%;
	height: auto;
}

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

/* Theme Search Widget */
#searchform {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#s {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#searchsubmit {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(images/search-icon.png) 0 11px no-repeat;
	border: none;
	cursor: pointer;
}
#searchsubmit:hover {
	background: url(images/search-icon.png) -36px 11px no-repeat;
}

/* Theme Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar caption {
	font-style: italic;
	margin-bottom: 0.1em;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
}
#wp-calendar tfoot tr td {
	padding-top: 0.5em;
}
#wp-calendar #next {
	padding-right: 0.8em;
	text-align: right;
}

/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 2em 0;
	padding: 2em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
}
.page-title, .post-title {
	font-family: 'Arimo', Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #00bc45;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.4em;
}
.page-title {
    font-size: 2.2em;
}
.post-title {
    font-size: 2.0em;
}
.post-title a:link, .post-title a:visited {
	color: #00bc45;
	text-decoration: none;
}
.post-title a:hover, .post-title a:active{
	color: #333;
}
.sticky {
	border-left: 20px solid #ddd;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Postmeta */
.postmeta {
	display: inline-block;
	color: #333;
	margin: 0.5em 2em 0 0;
	padding: 0 0.7em;
	background: #f5f5f5;
}
.postmeta span, .postmeta .post-edit-link {
	display: inline-block;
	padding: 0.4em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
.postmeta .sep, .postmeta .post-edit-link  {
	padding-left: 0.8em;
	margin-left: 0.7em;
	border-left: 1px solid #e5e5e5;
}
.postinfo {
	clear: both;
	color: #333;
	margin: 0;
	padding: 0.7em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	line-height: 1.5em;
}
.postinfo .meta-tags {
	padding-left: 0.8em;
	margin-left: 0.6em;
	border-left: 1px solid #aaa;
}

/* Read more Link */
.more-link {
	display: inline-block;
	margin: 1em 0 0;
	padding: 0.4em 1.2em;
	text-decoration: none;
	font-size: 0.9em;
	background-color: #00bc45;
	color: #fff;
}
.more-link:link, .more-link:visited {
	color: #fff;
}
.more-link:hover, .more-link:active{
	background-color: #303030;
	text-decoration: none;
}

/* Archives and Search Heading */
.archive-title {
	margin: 0 0 2em 0;
	padding: 1.3em;
	background: #fff;
	font-weight: bold;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
}
.archive-title span{
	color: #888;
}

/* Default Pagination */
.post-pagination {
	margin: 0 0 2em 0;
	padding: 0.9em;
	background: #fff;
	font-weight: bold;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
}
.post-pagination .post-pagination-alignleft {
	float: left;
}
.post-pagination .post-pagination-alignright {
	float: right;
}

/* Pagination with WP-Pagenavi plugin */
.wp-pagenavi {
	margin: 0 0 2em 0;
	padding: 0.9em;
	background: #fff;
	font-weight: bold;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
}
.wp-pagenavi .pages {
    float: right;
	margin-top: 0.3em;
}
.wp-pagenavi a {
    margin: 0 0.5em 0 0;
	display: inline-block;
	padding: 0.3em 0.6em;
    text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}
.wp-pagenavi .current {
    display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0.3em 0.6em;
    background: #00bc45;
    color: #fff;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
	margin: 0.5em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}
.entry h1, .comment h1 {
	font-size: 3.0em;
}
.entry h2, .comment h2 {
	font-size: 2.25em;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
}
.entry h4, .comment h4 {
	font-size: 1.25em;
}
.entry h5, .comment h5 {
	font-size: 1.125em;
	margin: 1.3em 0 0;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 1.3em 0 0;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1.0em;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	background:#f5f5f5;
	border-left: 10px solid #ccc;
	margin: 1.5em 0;
	padding: 0.8em 1.5em;
}
blockquote p {
	display:inline;
}
blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
	max-width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entry img {
	max-width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto; 
	display: inline;
}

/* Gallery Styling */
.gallery {
	margin: 1em auto !important;
}
.gallery-item {
	float: left;
	margin: 0.7em 0 0 0 !important;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0 !important;
	padding: 2px !important;
	border: 1px solid #ddd !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption {
	margin-left: 0.3em !important;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	color: #333;
	margin: 1em 0;
	padding: 0.7em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	line-height: 1.5em;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	text-decoration: none;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	text-decoration: underline;
}

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 0 0 2em 0;
	padding: 2em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
}
#comments .comments-title, #respond #reply-title {
	font-family: 'Arimo', Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 1.7em;
	color: #444;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.commentlist {
	display: block;
	margin: 2em 0;
}
.commentlist .comment{
	display: block;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comment-author img {
	float: left;
	margin-right: 1em;
}
.comment-author img:after {
	clear: both;
}
.comment-author .fn {
	font-size: 1.4em;
	font-style: normal;
	margin: 0 0 0.4em;
}
.bypostauthor .fn, .comment-author-admin .fn {
	font-style: italic;
	background: #e5e5e5;
	padding: 0 0.3em;
}
.comment-meta {
	display: inline-block;
	font-size: 0.85em;
	margin-bottom: 1.5em;
	padding: 0.1em 0.5em;
	background: #f5f5f5;
}
.comment-meta a:link, .comment-meta a:visited, 
.comment-meta a:active, .comment-meta a:hover {
	color: #666 !important;
}
#comments .children {
	padding-top: 1em;
	margin-left: 1em;
}
.nocomments {
	color: #444;
	padding: 1em;
}
.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	padding: 0 1em;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 2em 0 0;
}
#commentform {
	padding: 0;
}
#commentform p {
	margin: 1em 0;
}
#commentform input[type="text"], #commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}
#commentform #submit {
	display: block;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #fff !important;
	background: #00bc45;
}
#commentform #submit:hover {
	background-color: #303030;
	cursor: pointer;
	text-decoration: none;
}

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

/* Fullwidth Template */
.fullwidth {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

/* Front Page Template
-------------------------------------------------------------- */

/* Front Page Intro */
#frontpage-intro {
	margin-bottom: 2em;
	color: #333;
	padding: 2em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ccc;
}
#frontpage-intro .frontpage-intro-text {
	font-size: 1.4em;
	line-height: 1.4em;
}

/* Front Page Widgets */
.frontpage-widgets {
	clear: both;
	margin-right: -2em;
}
.frontpage-widgets .widget-col-half {
	float:left;
	width: 50%;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.frontpage-widgets .widget-col-third {
	float:left;
	width: 33.3333333333333%;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#frontpage-widgets-one .widget .widgettitle {
	color: #fff;
	font-size: 1.1em;
	background: #00bc45;
	padding: 0.7em;
	margin: -0.5em -0.5em 1em;
}

/* Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: #333;
	border: 1px solid #444;
	box-shadow: 0 2px 5px #111;
}
#footer {
	padding: 1em 0;
	color: #fff;
}
#footer a {
	color: #ddd;
}
#footer #credit-link {
	float: right;
	font-size: 0.9em;
}

/*============================ MEDIA QUERIES ============================*/

/* Big Screens | <1920px */
@media only screen and (max-width: 1920px) {
	.container {
		max-width: 1360px;
		width: 90%;
	}
}
@media only screen and (min-width: 1925px) {
	#wrapper {
		max-width: 1600px;
	}
	#logo {
		left: 3em;
	}
}

/* Normal screens | <1360px */
@media only screen and (max-width: 85em) {
	.container {
		width: 92%;
	}
	#logo {
		padding: 2em 2.5em;
	}
	#header-image-wrap {
		min-height: 8em;
	}
}
/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	.container {
		width: 94%;
	}
	#logo {
		padding: 1.3em 2em;
	}
	#header-image-wrap {
		min-height: 6em;
	}
	#mainnav-menu a {
		font-size: 1.0em;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	.header-image img {
		min-height: 135px;
	}
	#logo {
		padding: 1em 1.5em;
	}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	.container {
		width: 100%;
	}
	#header {
		position: static;
	}
	#logo {
		position: static;
		float: left;
		box-shadow: none;
		z-index: 0;
		margin-bottom: 0.3em;
	}
	#header-image-wrap {
		min-height: 0;
	}
	#header-line {
		margin-top: 1em;
		max-width: 60%;
	}
	#wrap, #footer {
		padding-left: 2em;
		padding-right: 2em;
	}
	#content {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#sidebar {
		clear: both;
		margin: 0;
		width: 100%;
		padding: 2em 0 0 0;
	}
	.page-title {
		font-size: 2.0em;
	}
	.post-title {
		font-size: 1.8em;
	}
	
	/* Mobile Navigation */
	
	/* Reset */
	#mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul, 
	#mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul 
	{
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul,
	#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul
	{
		display: inline;
	}
	
	#mainnav {
		margin: 2em 0;
		float: none;
		background: yellow;
		padding: 1em 0;
	}
	#mainnav-icon {
		display: block;
		padding: 1.5em;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: bold;
		color: #333;
	}
	#mainnav-icon:hover {
		cursor: pointer;
		color: #00bc45;
	}
	#mainnav-icon:after {
		float: right;
		content: "";
		width: 32px;
		height: 30px;
		background: url(images/menu-icon.png) no-repeat 50%;
		margin: -0.3em 0 0 0;
	}
	#mainnav-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #ddd;
	}
	#mainnav-menu a {
		display: block;
		padding: 1.3em 1.5em;
		text-decoration: none;
		font-size: 1.0em;
		font-weight: bold;
		color: #333;
		background: #f5f5f5;
		border-bottom: 1px solid #ddd;
		clear: left;
	}
	#mainnav-menu a:link, #mainnav-menu a:visited{
		color: #333;
		text-decoration: none;
	}
	#mainnav-menu a:hover{
		border-top: none;
		color: #00bc45;
	}
	#mainnav-menu ul {
		float: left;
		width: 100%;
		padding: 1em;
		background: #e5e5e5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul a {
		display: block;
		width: 100%;
		padding: 1em;
		color: #666;
		font-size: 0.9em;
		border-bottom: 1px solid #f5f5f5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul a:link, #mainnav-menu ul a:visited {
		color: #666;
	}
	#mainnav-menu ul a:hover {
		text-decoration: underline;
		background: none;
	}
	#mainnav-menu ul li ul {
		float: left;
		padding: 0 0 0 1em;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
		border-top: none;
		border-left: 2px solid #fff;
	}
	#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
		text-decoration: none;
	}
	#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
		text-decoration: underline;
	}
	
	/* Frontpage Template */
	#frontpage-intro .frontpage-intro-text {
		font-size: 1.4em;
		text-align: center;
	}
	#frontpage-widgets-one {
		margin: 0;
	}
	.frontpage-widgets .widget-col-third  {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#logo .site-title {
		font-size: 2.3em;
	}
	.header-image img {
		min-height: 120px;
		height: auto;
	}
	#header-line {
		margin-top: 1em;
		max-width: 50%;
	}
	#frontpage-intro .frontpage-intro-text {
		font-size: 1.3em;
	}
	#footer-widgets {
		margin-right: 2em;
	}
	
	.entry h1, .comment h1 {
	font-size: 2.2em;
	}
	.entry h2, .comment h2 {
		font-size: 1.8em;
	}
	.entry h3, .comment h3 {
		font-size: 1.4em;
	}
	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}
	.entry tr td {
		padding: 0.2em 0.4em;
	}
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	#logo {
		float: none;
	}
	#header-line {
		float: none;
		border-top: 1px solid #ddd;
		margin-top: 0;
		max-width: 100%;
	}
	.page-title {
		font-size: 1.8em;
	}
	.post-title {
		font-size: 1.6em;
	}
}


/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#logo .site-title {
		font-size: 2.0em;
	}
	#mainnav-icon {
		padding: 1.2em 1.5em;
	}
	#wrap {
		margin-top: 1.4em;
	}
	#wrap, #footer {
		padding-left: 1.3em;
		padding-right: 1.3em;
	}
	.widget, .type-post, .type-page, .type-attachment,
	.archive-title, .post-pagination, .wp-pagenavi,
	#comments, #frontpage-intro {
		margin-bottom: 1.4em;
	}
	.header-image img {
		min-height: 100px;
		height: auto;
	}
	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}
	.page-title {
		font-size: 1.6em;
	}
	.post-title {
		font-size: 1.4em;
	}
	.entry h1, .comment h1 {
	font-size: 1.8em;
	}
	.entry h2, .comment h2 {
		font-size: 1.6em;
	}
	.entry h3, .comment h3 {
		font-size: 1.3em;
	}
}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	.header-image img {
		min-height: 75px;
		height: auto;
	}
	.postmeta span, .postinfo span {
		display: block;
	}
	.postmeta .sep, .postinfo .sep, .postmeta .post-edit-link {
		border: none;
		margin: 0;
		padding: 0;
	}
	.page-title {
		font-size: 1.2em;
	}
	.post-title {
		font-size: 1.1em;
	}
	.entry h1, .comment h1 {
	font-size: 1.5em;
	}
	.entry h2, .comment h2 {
		font-size: 1.3em;
	}
	.entry h3, .comment h3 {
		font-size: 1.2em;
	}
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {
	/* ensure #nav is visible on desktop version */
	#mainnav-menu {
		display: block !important;
	}
}