/*
Theme Name: CP Custom
Theme URI: http://ithemes.com/
Description: This is a generated child theme for the Klein theme. You should activate and modify this theme instead of Klein. Doing so allows you to modify this child theme while allowing automatic upgrades for Klein.
Author: iThemes
Author URI: http://ithemes.com/
Version: 5.1.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes, responsive
Text Domain: it-l10n-Builder-Klein
Domain Path: /lang/
Template: Builder-Klein
*/

/*********************************************
	Default font settings, typography, and layout.
*********************************************/

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
	color: #666666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'Courier', 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
	display: inline-block;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
/*	margin-top: 1.5em; */
	margin-bottom: 1.75em;
}
a img {
	margin: 0;
	vertical-align: top;
}


/*********************************************
	Constrain table and input widths
*********************************************/

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/

body {
	background: #FFFFFF;
}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #888888;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	color: #56cc91;
	text-decoration: underline;
}
a:focus {
	color: #56cc91;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
input[type="submit"],
input[type="button"],
.comment-reply-link,
.builder-module .it-exchange-download-now a {
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	background: #56cc91;
	color: #FFFFFF;
	padding: .5em 1.5em .6em 1.5em;
	border: 1px solid #3CB378;
	border-radius: 3px;
	-webkit-appearance: none;
	width: auto;
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.builder-module .it-exchange-download-now a:hover,
.builder-module .it-exchange-download-now a:focus {
	background: #33AB6F;
	color: #FFF;
	text-decoration: none;
	border-color: #1D8451;
}

.more-link {
	display: inline-block;
	float: none;
	font-size: 1.25em;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #56cc91;
}
.more-link:hover {
	text-decoration: none;
	border-bottom-color: #888888;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
}


/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}
h1 {
	font-size: 2.75em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*********************************************
	Default Module Styling
*********************************************/

.builder-module-background-wrapper {

}
.builder-module-last-background-wrapper {

}
.builder-module-background-wrapper .builder-module-outer-wrapper {
	overflow: visible;
	padding: 3em 0;
}
.builder-module {

}
.builder-module-top {

}
.builder-module-last {

}
.builder-module-element {
	margin-bottom: 3em !important;
}
.left .builder-module-element {
	margin-right: 5em;
}
.middle .builder-module-element {
	margin-left: 5em;
	margin-right: 5em;
}
.right .builder-module-element {
	margin-left: 5em;
}


/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	padding: 2em;
	background: #FFFFFF;
	margin-bottom: 3em;
	border: 2px solid #EBEBEB;
	border-top-width: 10px;
}
.builder-module-sidebar .widget-section-wrapper .left .widget-background-wrapper {
	margin-right: 1.5em;
}
.builder-module-sidebar .widget-section-wrapper .right .widget-background-wrapper {
	margin-left: 1.5em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget a {

}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-family: 'Glegoo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {

}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
}
.builder-module-sidebar .widget li li {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-sidebar .widget ul ul {
	margin-left: 1.5em;
}

/*********************************************
	Header Module
*********************************************/

.builder-module-header-background-wrapper {
	background: #56cc91;
	box-shadow: inset 1px 0px 1px 0px #1D7C4C;
}
.builder-module-header-background-wrapper .builder-module-header-outer-wrapper {
	padding-bottom: 0;
}
.builder-module-header .builder-module-element {
	text-align: left;
}
.builder-module-header .left .builder-module-element,
.builder-module-header .right .builder-module-element {
	text-align: left;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: inherit;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	margin-top: 0;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
}
.site-title a {
	color: #FFFFFF;
}
.site-title a:hover {
	color: #0A4528;
}
.site-tagline {
	font-weight: 400;
	font-size: 1.125em;
	margin-top: .5em;
	color: #222222;
}
.site-tagline a {
	color: #222222;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {
	background: #222222;
}
.builder-module-navigation-background-wrapper .builder-module-outer-wrapper {
	padding: 1em 0;
}
.builder-module-outer-wrapper .builder-module-navigation {
	padding: 0;
}
.builder-module-navigation .builder-module-element {
	margin-bottom: 0 !important;
}
.builder-module-navigation {
	display: block;
	line-height: 1;
	width: 100%;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
/*
.default-module-style .builder-module-navigation-menu-wrapper {
	display: table;
	margin: 0 auto;
}
*/
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	color: #FFFFFF;
	font-size: 1.125em;
	font-weight: normal;
	text-decoration: none;
	margin: .75em 3em .75em 0;
}
.builder-module-navigation .current_page_item > a,
.builder-module-navigation .current-cat > a,
.builder-module-navigation .current-menu-item > a {
	color: #56cc91;
}
.builder-module-navigation li a:hover,
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	color: #56cc91;
}
/* Second Level */
.builder-module-navigation li ul {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	border-bottom-width: 1px;
	width: 14em;
	margin-left: 1px;
}
.builder-module-navigation li li {
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	float: none;
	font-size: 1em;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border: 0;
	color: inherit;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	color: #56cc91;
}
.builder-module-navigation li ul ul {
	margin: -41px 0 0 222px;
}


/*********************************************
	Alternate Navigation Module (Secondary - Green Navigation)
*********************************************/

.green-nav-background-wrapper {
	background: #56cc91;
}
.green-nav .current_page_item > a,
.green-nav .current-cat > a,
.green-nav .current-menu-item > a {
	color: #0A4528;
}
.green-nav li a:hover,
.green-nav .current_page_item li a:hover,
.green-nav .current-cat li a li a:hover,
.green-nav .current-menu-item li a:hover {
	color: #0A4528;
}

/*********************************************
	Alternate Navigation Module (Nav with Logo)
*********************************************/

.nav-with-logo .builder-module-element {
	display: table;
	width: 100%;
}
/* clearfix for specific module */
.nav-with-logo .builder-module-element:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.nav-with-logo .site-text {
	max-width: 500px;
}
.nav-with-logo .site-text .site-title {

}
.nav-with-logo .site-text .site-title a:hover {
	color: inherit;
}
.nav-with-logo .site-text .site-tagline {
	color: #878787;
	font-size: 1em;
}
.nav-with-logo .site-text .site-tagline a {
	color: #FFFFFF;
}
.nav-with-logo .site-logo-wrap {
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
}
.nav-with-logo .site-logo {
	margin-right: 3em;
}
.nav-with-logo .site-logo a {
	line-height: 1;
}
.nav-with-logo .builder-module-navigation-menu-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.builder-module-navigation-background-wrapper.nav-with-logo-background-wrapper {
	padding-top: 1em;
	padding-bottom: 1em;
}
.builder-module-navigation.nav-with-logo .builder-module-navigation-menu-wrapper > ul {
	float: right;
}
.nav-with-logo .menu > li:last-child a {
	margin-right: 0;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	background: #F5F5F5;
}
.builder-module-outer-wrapper .builder-module-widget-bar {
	padding-bottom: 0;
}
.builder-module-widget-bar .builder-module-sidebar {

}
.builder-module-widget-bar .widget-background-wrapper {
	margin-right: 3em;
}
.builder-module-widget-bar .widget * {

}
.builder-module-widget-bar .widget {

}


/*********************************************
	Widget Bar Module
*********************************************/

.dark-bg-widgets-background-wrapper {
	background: #222222;
}
.dark-bg-widgets .widget-background-wrapper {
	padding: 0;
	background: transparent;
	border: 0;
}
.dark-bg-widgets h4.widget-title {
	color: #FFFFFF;
}
.dark-bg-widgets .widget {
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: #222222;
}
.builder-module-footer-background-wrapper .builder-module-footer-outer-wrapper {
	padding-bottom: 0;
}
.builder-module-footer * {

}
.builder-module-footer .footer-content {
	color: #888888;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .85em;
	line-height: 2;
}
.builder-module-footer .footer-content a {
	color: #888888;
}

/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/

.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .single .builder-module-element {
	margin: 0 !important;
	padding: 0;
}


/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/

.image-full-window-background-wrapper .image-full-window-outer-wrapper {
	max-width: none !important;
	padding: 0;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .single .builder-module-element {
	margin: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 3em 0 0 0 !important;
}
.image-full-window .builder-module-sidebar-with-element {
	padding-top: 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-background-wrapper {
	padding-left: 3em;
	padding-right: 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-wrapper-left .widget-background-wrapper {
	padding: 0 0 0 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-wrapper-right .widget-background-wrapper {
	padding: 0 3em 0 0;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}


/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/

.builder-module-content-background-wrapper {
	background: #F5F5F5;
}
.builder-module-content .builder-module-element {

}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .hentry {
	border: 2px solid #EBEBEB;
	border-top-width: 10px;
	background: #FFF;
	padding-bottom: 40px;
	margin-bottom: 5em;
	overflow: hidden; /* fixes obscure Firefox bug */
}
.builder-module-content .hentry:last-child {
	margin-bottom: 0;
}
.entry-header {
	padding-left: 35px;
	padding-right: 35px;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-family: 'Glegoo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 1em;
	margin-bottom: 0.25em;
}
.entry-title:after {
	display: block;
	content: '';
	width: 75px;
	margin-top: 25px;
	height: 3px;
	background: #56CC91;
}
.entry-title a {
	color: #333333;
	text-decoration: none;
}
.entry-title a:hover {
	color: #56cc91;
	text-decoration: none;
}
.hentry .entry-meta-wrapper {
	color: #999999;
	font-size: 1.1rem;
}
.hentry .entry-meta-wrapper a:hover {

}
.left .entry-meta-wrapper {
	width: 85px;
	float: left;
	margin-right: 5%;
	text-align: center;
}
.entry-meta-wrapper,
.middle .entry-meta-wrapper {
	width: 85px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	text-align: center;
}
.right .entry-meta-wrapper {
	width: 85px;
	float: right;
	margin-left: 5%;
	text-align: center;
}
.entry-meta.date {
	position: relative;
	top: 0px;
	width: 85px;
	height: 85px;
	background: #56cc91;
	border-radius: 100%;
	box-shadow: inset 0 0 0 5px #FFFFFF;
	border: 1px solid #56cc91;
	padding: 20px 10px 10px 10px;
}
.entry-meta.date:hover {
	background: #33AB6F;
	border-color: #33AB6F;
}
.entry-meta.date span {
	font-family: 'Glegoo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
}
.entry-meta.date .day {
	font-size: 25px;
}
.entry-meta.date .month {
	font-size: 13px;
	text-transform: uppercase;
}
.left .main-content-wrapper {
	border: 2px solid #EBEBEB;
	border-top-width: 10px;
	background: #FFFFFF;
	float: right;
	width: 80%;
}
.main-content-wrapper,
.middle .main-content-wrapper {
	border: 2px solid #EBEBEB;
	border-top-width: 10px;
	background: #FFFFFF;
	float: none;
	width: 100%;
}
.right .main-content-wrapper {
	border: 2px solid #EBEBEB;
	border-top-width: 10px;
	background: #FFFFFF;
	float: left;
	width: 80%;
}
.search .builder-module-content .format-standard.hentry,
.builder-module-content .post.hentry,
.builder-module-content .format-image.hentry {
	background: transparent;
	border: 0;
	padding-bottom: 0;
}
.hentry .entry-meta,
.left .hentry .entry-meta {
	display: block;
	float: left;
}
.right .hentry .entry-meta {
	display: block;
	float: right;
}
.hentry .entry-meta a {
	color: #555555;
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta .categories a {
	background: #56CC91;
	display: inline-block;
	color: white;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.hentry .entry-meta .categories a:hover {
	background: #33AB6F;
}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	border-top: 2px solid #EBEBEB;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 35px;
	padding-right: 35px;
}
.hentry .entry-footer .entry-pages,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: 1em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
}
.post-edit-link {
	display: inline-block;
	color: #585858;
	text-decoration: underline;
	font-size: 1em;
	margin-top: 1em;
}
.entry-content {
	clear: both;
	padding-left: 35px;
	padding-right: 35px;
}
.loop-header {
	background: #FFFFFF;
	padding: 2.5em;
	margin-bottom: 3em;
}
.loop-title {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
}
.category-description {
	font-weight: normal;
	font-size: 1em;
	margin: .5em 0 0 0;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: .35em 1.5em .35em 0;
}
.hentry .aligncenter {
	margin: 1em auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.wp-caption-text {
	font-size: .9em;
	margin: 0;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 2.5em;
}

.entry-footer {
	margin-top: 2.75em;
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0;
	width: 100%;
}
.left .loop-utility {
	float: right;
	width: 80%;
}
.right .loop-utility {
	float: left;
	width: 80%;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
	width: 48%;
}
.loop-utility span {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1em;
}
.loop-utility a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin: 3em 0 2em 0;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 2px solid #888;
}
.loop-utility a:hover {
	border-color: #56cc91;
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin-top: 3em;
	background: #FFFFFF;
	border: 2px solid #EBEBEB;
	padding: 2em;
}
.single-post .left #comments {
	width: 80%;
	float: right;
}
.single-post .right #comments {
	float: left;
	width: 80%;
}
#comments h3 {
	font-size: 2em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border-bottom: 2px solid #EBEBEB;
	padding: 0;
	margin-bottom: 1.5em;
	position: relative;
}
.commentlist .comment-meta {
	margin-bottom: 2em;
	overflow: hidden;
}
.commentlist .comment-meta a {
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: .25em;
}
.commentlist .fn a {
	text-decoration: none;
}
.comment-edit-link {
	display: inline-block;
	position: absolute;
	top: 1em;
	right: 1em;
	text-decoration: none;
	padding: 0 .5em;
}
.comment-edit-link:hover {

}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Response Form */
#respond {
	margin-top: 3em;
	background: #FFFFFF;
	border: 2px solid #EBEBEB;
	padding: 2em;
}
.single-post .left #respond {
	width: 80%;
	float: right;
}
.single-post .right #respond {
	width: 80%;
	float: left;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
	margin-top: 2.5em;
}
.comment-reply-title small {
	display: block;
}
#cancel-comment-reply-link {
	display: inline-block;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .5em;
	font-weight: normal;
	text-decoration: none;
}
#cancel-comment-reply-link:hover {
	background: #3B3F42;
}
.logged-in-as {
	margin: 0.25em 0;
}
.form-allowed-tags {
	display: none;
	margin-top: 0;
	margin-bottom: 2.5em;
}
.form-allowed-tags code {
	display: block;
	margin-top: .5em;
	font-size: .85em;
}

/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	font-family: 'Glegoo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0 2em;
	font-weight: bold;
	font-size: 1em;
	color: #222222;
	line-height: 1.4;
	border-left: 3px solid #56CC91;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
blockquote cite {
	display: inline-block;
	margin-top: 1em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {

}
pre {
	margin-bottom: 1.5em;
	font-weight: bold;
	white-space: pre;
	overflow: auto;
	background: #F5F5F5;
	border: 1px solid #DEDEDE;
	padding: 1em;
	display: block;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
	font-weight: bold;
	font-family: 'Glegoo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #222222;
}
ins {
	color: #222222;
	background: #FFF198;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	color: #333333;
	background: #EBEBEB;
	font-weight: bold;
}
th, td, caption {
	padding: .5em;
	text-align: left;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {

}
.loud {

}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* For Screen Readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form Styling
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .75em;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top-color: #AAAAAA;
	-webkit-appearance: none;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
select {
	font-size: 1em;
	max-width: 99%;
	position: relative;
	left: 1px;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}


/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	font-size: 1em;
	width: 63%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	max-width: 100%;
	margin: 0;
	border: 1px solid transparent;
	padding: .75em 0;
}
#searchform span {

}


/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
	margin-top: .5em;
}
.post-password-form input {
	max-width: 350px;
	display: block;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.builder-module-sidebar .widget_rss li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-sidebar .widget_rss li 	a.rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.builder-module-sidebar .widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.builder-module-sidebar .widget_rss .rssSummary {
	margin: 1.5em 0 .5em 0;
}
.builder-module-sidebar .widget_rss li cite {
	font-style: italic;
}

/* Tag Cloud Widget */
.builder-module-sidebar .widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	margin: .1em;
	text-decoration: none;
}
.builder-module-sidebar .widget_tag_cloud a:hover {

}
/* Calendar Widget */
.builder-module-sidebar #wp-calendar {

}
.builder-module-sidebar #wp-calendar th,
.builder-module-sidebar #wp-calendar td,
.builder-module-sidebar #wp-calendar caption {
	text-align: center;
}

/* Builder's Built-in "Header" Widget */

.widget-builder-header .site-title {
	font-size: 3em;
	color: #56cc91;
	font-weight: normal;
	text-shadow: none;
}
.widget-builder-header .site-title a {
	color: #56cc91;
}
.widget-builder-header .site-tagline:before {
	display: block;
	content: '';
	width: 75px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 3px;
	background: #56cc91;
}
.widget-builder-header .site-tagline {
	color: #353535;
	font-size: 1em;
	font-weight: normal;
}
.widget-builder-header .site-tagline a {
	color: #353535;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}


/*********************************************
	Mobile Navigation Menu
*********************************************/

.it-mobile-menu {
	display: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	line-height: 0;
}
.it-featured-image a {

}
.it-featured-image img {
	margin: 0;
	vertical-align: top;
}


/*********************************************
	Misc.
*********************************************/

::selection {
	color: #FFFFFF;
	background: #575757; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #575757 /* Firefox */
}

/* Input Placeholder Text Color */
::-webkit-input-placeholder {
   color: #4A545A;
}
:-moz-placeholder { /* Firefox 18- */
   color: #4A545A;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #4A545A;
}
:-ms-input-placeholder {
   color: #4A545A;
}
input:focus::-webkit-input-placeholder {
   color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
}
input:focus:-ms-input-placeholder {
   color: transparent;
}

/*********************************************
	Post Format Styling
*********************************************/

/* Image Post Format */
.format-image {

}
.format-image .it-featured-image img {
	margin: 0;
}
.format-image .entry-header {
	text-align: center;
	margin-bottom: 1.5em;
}
.format-image .entry-title {
	font-size: 2em;
}
.format-image .entry-content {
	text-align: center;
}
.format-image .entry-footer {
	border: 0;
	padding-top: 1em;
	margin-top: 0;
}
.format-image .edit-entry-link {
	text-align: center;
}
.format-image .post-edit-link {
	margin-bottom: 1em;
	display: inline-block;
}

/* Status Format */
.format-status {

}
.format-status a {

}
.format-status .main-content-wrapper {
	padding: 35px;
	background: #E1FFF0;
	color: #585858;
	font-weight: normal;
	border-color: #56CC91;
}
.format-status .entry-content {
	font-size: 1.25em;
	padding: 0;
}
.format-status .entry-footer {
	border: 0;
	padding: 0;
}

/* Quote Format */
.format-quote {

}
.format-quote a {

}
.format-quote .main-content-wrapper {
	padding: 35px;
	border-color: #56CC91;
}
.format-quote .entry-content {
	font-family: 'Glegoo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	color: #333333;
}
.format-quote .entry-footer {
	border: 0;
	padding: 0;
	margin: 0;
}
.format-quote .post-edit-link {
	margin-top: 2.5em;
	display: inline-block;
}


/*********************************************
	Module Stacking
*********************************************/

.dark-bg-widgets-background-wrapper .builder-module-before-footer-outer-wrapper,
.builder-module-widget-bar-background-wrapper .builder-module-before-widget-bar-outer-wrapper {
	padding-bottom: 0;
}
.builder-module-widget-bar-background-wrapper.default-module-style-background-wrapper .builder-module-after-widget-bar-outer-wrapper {
	padding-top: 0;
}
