/*
    Theme Name: Caffeinated Child Theme
	Theme URI: http://www.twerdy.net/themes/caffeinated
	Description: Caffeinated is a two column child theme created for the Genesis Framework.
    Author: Justin Twerdy
    Author URI: http://www.twerdy.net/
 
    Version: 1.8
 
    Tags: brown, dark, light, blue, green, red, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, page-templates, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Responsive Slider
* Home Sections
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Content Boxes
* Search Form
* After Post Widget
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Custom Footer
* Comments
* Gravity Forms
* Caffeinated Dark
* Caffeinated Light
* Caffeinated Blue
* Caffeinated Green
* Caffeinated Red
* Responsive Design

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fdfdfd;
	border: 1px solid #e8e8e8;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #9F968E;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg-pattern.png);
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 960px;
}

.caffeinated-landing .wrap {
	width: 680px;
}


/* Header
------------------------------------------------------------ */

#header {
	background: url(images/brown-texture.jpg) center;
	border-bottom: 1px solid #2F2B28;
	margin: 0 auto;
	min-height: 81px;
	overflow: hidden;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 280px;
}

#title {
	font-family: 'Bitter', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #fff;
	padding: 0 0 0 0;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	width: 650px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 81px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 280px;
}

.header-image #title-area {
	background: url(images/logo.png) center no-repeat;
} 

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	display: inline-block;
	float: right;
	width: auto;
}

.menu-primary {
}

.menu-secondary {
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	display: block;
	padding: 30px 15px;
	position: relative;
	text-decoration: none;
}

.menu-primary a,
.menu-secondary a {
	padding: 10px 15px;
}

#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #fff;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	color: #333;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #f8f8f8;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px #F7F7F7;
	background: #fcfcfc;
	box-shadow: inset 0px 0px 0px 2px #F7F7F7;
	color: #333;	
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	padding: 1px 0 0;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
	padding: 0 0 0;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}

/* Responsive Slider
------------------------------------------------------------ */

.caffeinated #genesis-responsive-slider {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background-color: white;
	border: 1px solid #E8E8E8;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	padding: 30px;
}

.caffeinated #genesis-responsive-slider a,
.caffeinated #genesis-responsive-slider a:visited {
	color: #333;
}

.caffeinated #genesis-responsive-slider h2 a,
.caffeinated #genesis-responsive-slider h2 a:visited {
	font-size: 28px;
}

.caffeinated #genesis-responsive-slider h2 {
	padding: 0;
}

.caffeinated .slide-excerpt {
	background-color: #fff;
	border: none;
	filter: alpha(opacity=100);
	margin: 0;
	opacity: 1;
}

html > body.caffeinated .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px 0 30px 30px;
}

.caffeinated #genesis-responsive-slider p {
	color: #333;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	background: url(images/bg-direction-nav.png) no-repeat -50px 0;
	height: 49px;
	right: -27px;
	transition: none;
	width: 52px;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li .prev {
	background-position: 0 0;
	left: -25px;
	width: 50px;
}

.caffeinated #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.caffeinated #genesis-responsive-slider .flex-control-nav {
	margin: 50px 0 10px;
}

.caffeinated #genesis-responsive-slider .flex-control-nav li {
	margin: 0;
	padding: 0 0 0 5px;
}

.caffeinated #genesis-responsive-slider .flex-control-nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
	

/* Home Sections
------------------------------------------------------------ */

#home-sections,
#home-middle {
	clear: both;
	overflow: hidden;
	padding: 0 0 40px;
}

#home-sections .widget img {
	margin: 30px 0 0 !important;
	padding: 0;
}

#home-sections h2 {
	text-align: center;
}

#home-sections .widget,
#home-middle .widget {
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background: white;
	border: 1px solid #e8e8e8;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	box-sizing: border-box;
	float: left;
	margin-right: 3%;
	width: 31.3%;
}

#home-sections .home-3 .widget,
#home-middle .middle-3 .widget {
	margin-right: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 630px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

#content .page,
#content .post {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	padding: 60px;
	margin: 0 0 30px;
}

.post_content {
	padding: 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* 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: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Bitter', arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Bitter', arial, serif;
}

.page-template-page_portfolio-php h2,
.page-template-page_portfolio-php h2 a,
.page-template-page_portfolio-php h2 a:visited {
	font-size: 24px;
	text-align: center;
}

h2 a:hover {
	color: #9F968E;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

.widget-area h2 {
	padding: 16px 0 0 0;
}

.widget-area .post-info {
	background: none;
	margin-bottom: 0;
	padding: 0 0 6px 0;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background: url(images/brown-texture.jpg);
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	color: #9F968E;
	font-size: 14px;
	margin: 0;
	padding: 16px 30px;	
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: #2F2B28;
	border: none;
	margin-bottom: 20px;
	padding: 16px 30px;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin-bottom: 25px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background-color: #fff;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	margin: 0 0 30px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	font-size: 14px;
	padding: 20px 20px 0;
	width: 40%;
	word-wrap: break-word;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	border: 1px solid #e8e8e8;
}

.featuredpage img,
.featuredpost img {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.featuredpage img:hover,
.featuredpost img:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}

.avatar,
#home-middle .widget img,
#home-sections .widget img {
	margin: 16px 0 0 0;
}

#home-middle .widget .alignleft,
#home-sections .widget .alignleft {
	margin: 0 15px 0px 0;
}
	
#content .post #featured-image,
#content .page #featured-image,
.page-template-page_portfolio-php .featuredpage img,
.page-template-page_portfolio-php .featuredpost img {
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	padding: 0px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin-left: -74px;
	position: absolute;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

.sidebar .simple-social-icons ul li {
	margin: 0 7px 10px !important;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #fff;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 300px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	margin: 0 0 30px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 30px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage .page,
.featuredpost .post {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	background: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0 30px 16px;
	transition: all 0.2s ease-out;
}

.featuredpost .post {
	border-bottom: 1px solid #F8F8F8;
}

.featuredpage .page:hover,
.featuredpost .post:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px #f7f7f7;
	background: #fdfdfd;
	box-shadow: inset 0px 0px 0px 2px #f7f7f7;
}

.page-template-page_portfolio-php #content .post,
.page-template-page_portfolio-php #content .page {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 1.6% 30px;
	overflow: hidden;
	padding: 30px 30px 0;
	width: 30%;
}

.page-template-page_portfolio-php #content .post:hover,
.page-template-page_portfolio-php #content .page:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(232, 232, 232, .3);
	background: #fcfcfc;
	box-shadow: inset 0px 0px 0px 2px rgba(232, 232, 232, .3);
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	font-size: 14px;
	padding: 9px 30px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 30px;
}

.user-profile .posts_link {
	border-top: 1px solid #f8f8f8;
	padding: 9px 30px;
}

.user-profile .avatar {
	margin: 4px 0 0 0;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #fff;
	border: 1px solid #E8E8E8;
	cursor: pointer;
	line-height: 19px;
	padding: 12px 16px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	-webkit-box-shadow: inset 0px 0px 0px 2px #f7f7f7;
	background: #fdfdfd;
	box-shadow: inset 0px 0px 0px 2px #f7f7f7;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
	float: right;
	display: block;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 80px;
}

.s:focus {
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* After Post Widget
------------------------------------------------------------ */

.after-post .enews {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	background: url(images/brown-texture.jpg);
	border: 1px solid #E8E8E8;
	box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, .3);
	margin: 0 0 30px;
	max-height: 212px;
	padding: 42px 30px;
	text-align: center;
}

.after-post .enews #subbox {
	margin: 5px -7px 0 0;
	padding: 12px 20px;
	width: 45%;
}

.after-post .enews #subscribe {
	padding: 0;
}

.after-post h4 {
	background: none !important;
	border: none;
	color: #9F968E;
	font-size: 30px;
	padding: 0;
}

.after-post .enews p {
	color: #9F968E;
	padding: 4px 0 8px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#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: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/brown-texture.jpg);
	border-top: 1px solid #2F2B28;
	clear: both;
	color: #9F968E;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets .tagcloud a, #footer-widgets .tagcloud a:visited {
	background: none;
	background-color: #2F2B28;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 60px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #2F2B28;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 30px 0;
}

#footer p {
	color: #9F968E;
	font-size: 14px;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}

/* Custom Footer
------------------------------------------------------------ */

#footer .custom-footer {
	color: #9F968E;
	margin: 0 0 20px;
	padding: 10px;
}

#footer .custom-footer,
#footer .custom-footer .menu {
	text-align: center;
}

#footer .custom-footer .widget {
	clear: both;
}

#footer .custom-footer .menu {
	float: none;
}

#footer .custom-footer h4,
#footer .custom-footer h4 a {
	color: #9F968E;
}

#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 30px;
	list-style-type: none;
}

#footer .custom-footer li a:hover {
	color: #ccc;
}



/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 30px 0 0 60px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
}

.reply {
	float: right;
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: none;
}

.alt,
.depth-1,
.even {
	border: 0px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Caffeinated Dark
------------------------------------------------------------ */

.caffeinated-dark a,
.caffeinated-dark a:visited,
.caffeinated-dark #footer p {
	color: #9a9a9a;
}

.caffeinated-dark h2 a, 
.caffeinated-dark h2 a:visited {
	color: #333;
}

.caffeinated-dark #header {
	background: url(images/dark-texture.jpg);
}

.caffeinated-dark #footer-widgets {
	background: url(images/dark-texture.jpg);
	color: #ccc;
}

.caffeinated-dark .taxonomy-description h1,
.caffeinated-dark .widget-area h4 {
	background: url(images/dark-texture.jpg);
	color: #9a9a9a;
}

.caffeinated-dark #footer,
.caffeinated-dark #footer-widgets h4,
.caffeinated-dark #footer-widgets .tagcloud a,
.caffeinated-dark #footer-widgets .tagcloud a:visited {
	background: #0e0e0f;
}

.caffeinated-dark .after-post .enews {
	background: url(images/dark-texture.jpg);
}

.caffeinated-dark .after-post .enews p {
	color: #9a9a9a;
}


/* Caffeinated Light
------------------------------------------------------------ */

.caffeinated-light #title a,
.caffeinated-light #title a:hover,
.caffeinated-light a,
.caffeinated-light a:visited,
.caffeinated-light #footer p {
	color: #9a9a9a;
}

.caffeinated-light #header .menu li a:active,
.caffeinated-light #header .menu li a:hover,
.caffeinated-light #header .menu .current_page_item a,
.caffeinated-light #header .menu .current-cat a,
.caffeinated-light #header .menu .current-menu-item a {
	color: #ccc;
}

.caffeinated-light h2 a, 
.caffeinated-light h2 a:visited {
	color: #9a9a9a;
}

.caffeinated-light #header {
	background: url(images/light-texture.jpg);
	border-bottom: 1px solid #dfdfdf;
}

.caffeinated-light #footer-widgets {
	background: url(images/light-texture.jpg);
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #c7c7c7;
}

.caffeinated-light .taxonomy-description h1,
.caffeinated-light .widget-area h4 {
	background: url(images/light-texture.jpg);
	color: #9a9a9a;
}

.caffeinated-light #footer,
.caffeinated-light #footer-widgets h4,
.caffeinated-light #footer-widgets .tagcloud a,
.caffeinated-light #footer-widgets .tagcloud a:visited {
	background: #e4e4e4;
}

.caffeinated-light .after-post .enews {
	background: url(images/light-texture.jpg);
}

.caffeinated-light .after-post .enews p {
	color: #9a9a9a;
}


/* Caffeinated Blue
------------------------------------------------------------ */

.caffeinated-blue a,
.caffeinated-blue a:visited,
.caffeinated-blue #footer p {
	color: #9a9a9a;
}

.caffeinated-blue h2 a, 
.caffeinated-blue h2 a:visited {
	color: #333;
}

.caffeinated-blue #header {
	background: url(images/blue-texture.jpg);
	border-bottom: 1px solid #17293a;
}

.caffeinated-blue #footer-widgets {
	background: url(images/blue-texture.jpg);
	border-top: 1px solid #17293a;
	border-bottom: 1px solid #273b4d;
	color: #c7c7c7;
}

.caffeinated-blue .taxonomy-description h1,
.caffeinated-blue .widget-area h4 {
	background: url(images/blue-texture.jpg);
	color: #ccc;
}

.caffeinated-blue #footer,
.caffeinated-blue #footer-widgets h4,
.caffeinated-blue #footer-widgets .tagcloud a,
.caffeinated-blue #footer-widgets .tagcloud a:visited {
	background: #17293a;
}

.caffeinated-blue .after-post .enews {
	background: url(images/blue-texture.jpg);
}

.caffeinated-blue .after-post .enews p {
	color: #9a9a9a;
}


/* Caffeinated Green
------------------------------------------------------------ */

.caffeinated-green a,
.caffeinated-green a:visited,
.caffeinated-green #footer p {
	color: #839480;
}

.caffeinated-green h2 a, 
.caffeinated-green h2 a:visited {
	color: #333;
}

.caffeinated-green #header {
	background: url(images/green-texture.jpg);
	border-bottom: 1px solid #1C3620;
}

.caffeinated-green #footer-widgets {
	background: url(images/green-texture.jpg);
	border-top: 1px solid #1C3620;
	border-bottom: 1px solid #22491F;
	color: #c7c7c7;
}

.caffeinated-green .taxonomy-description h1,
.caffeinated-green .widget-area h4 {
	background: url(images/green-texture.jpg);
	color: #ccc;
}

.caffeinated-green #footer,
.caffeinated-green #footer-widgets h4,
.caffeinated-green #footer-widgets .tagcloud a,
.caffeinated-green #footer-widgets .tagcloud a:visited {
	background: #1C3620;
}

.caffeinated-green .after-post .enews {
	background: url(images/green-texture.jpg);
}

.caffeinated-green .after-post .enews p {
	color: #839480;
}


/* Caffeinated Red
------------------------------------------------------------ */

.caffeinated-red a,
.caffeinated-red a:visited,
.caffeinated-red #footer p {
	color: #8D7474;
}

.caffeinated-red h2 a, 
.caffeinated-red h2 a:visited {
	color: #333;
}

.caffeinated-red #header {
	background: url(images/red-texture.jpg);
	border-bottom: 1px solid #142530;
}

.caffeinated-red #footer-widgets {
	background: url(images/red-texture.jpg);
	border-top: 1px solid #3d1a1a;
	border-bottom: 1px solid #472525;
	color: #c7c7c7;
}

.caffeinated-red .taxonomy-description h1,
.caffeinated-red .widget-area h4 {
	background: url(images/red-texture.jpg);
	color: #ccc;
}

.caffeinated-red #footer,
.caffeinated-red #footer-widgets h4,
.caffeinated-red #footer-widgets .tagcloud a,
.caffeinated-red #footer-widgets .tagcloud a:visited {
	background: #3d1a1a;
}

.caffeinated-red .after-post .enews {
	background: url(images/red-texture.jpg);
}

.caffeinated-red .after-post .enews p {
	color: #8D7474;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1023px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.content-sidebar #content,
	.custom-footer,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.menu-primary,
	.menu-secondary,
	.caffeinated-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#header .widget-area,
	#home-featured,
	#sidebar-alt,
	#title-area,
	.header-image #title-area,
	#wrap {
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .searchform,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#footer-widgets .widget,
	#header .menu,
	#header .searchform,
	#title,
	#wrap {
		margin: 0;
	}

	.full-width-content #content,
	#description,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	#header {
		padding: 20px 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px;
	}

	.menu li.right,
	#footer .gototop a {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	#content,
	#inner {
		box-sizing: border-box;
	}

	#inner {
		padding: 40px 30px;
	}
 
	#home-sections, 
	#home-middle {
		padding: 0 30px 60px;
	}

	#footer-widgets .widget {
		padding: 30px 30px 0;
		margin-bottom: 30px;
	}

	.custom-footer {
		padding: 10px;
	}

	#footer .wrap {
		padding: 22px 0 20px;
	}

}

@media only screen and (max-width: 600px) {

	.caffeinated #genesis-responsive-slider .flex-direction-nav li .next,
	.caffeinated #genesis-responsive-slider .flex-direction-nav li .prev {
		display: none;
	}

	.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 {
		padding: 0;
		width: 100%;
	}

	.caffeinated .slide-excerpt {
		display: none;
	}

	.home #inner {
		padding-bottom: 20px;
	}

	#home-sections .widget, 
	#home-middle .widget { 
		width: 100%;
		margin: 20px 0;
	}

	#home-sections, #home-middle {
		padding: 0 30px 0;
	}

	#content .page, #content .post {
		padding: 30px;
	}

	.page-template-page_portfolio-php #content .post,
	.page-template-page_portfolio-php #content .page {
		margin: 0;
		width: 100%;
	}

	.s {
		box-sizing: border-box;
		width: 75%;
	}

	.comment-list li, .ping-list li {
		margin: 30px 0 0 10px;
		padding: 10px 0px;
	}

	.comment-list li ul li {
		margin-right: 0px;
	}

	.comment-list li .avatar {
		float: left;
		margin: 0 10px 10px 0;
		position: relative;
	}

}

@media only screen and (max-width: 240px) {

	#title {
		font-size: 26px;
	}

}