/*********************************************************************************************

Theme Name: Energy
Theme URI: http://www.wpzoom.com/themes/energy
Version: 1.0.13
Private: true
Author: WPZOOM
Author URI: http://www.wpzoom.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License below.

**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead
add your styles in Customizer > Additional CSS.

**********************************************************************************************

0.  CSS Reset  -------------------------
1.  Page: Common layout elements  ------
2.  Page Structure: Header -------------
3.  Page Structure: Content ------------
4.  Page Structure: Individual Blocks --
5.  Single Post / Page -----------------
6.  Comments Styling  ------------------
7.  Footer  ----------------------------
8.  Miscellaneous  ---------------------
9.  Elements: Forms, Buttons  ----------
10. Homepage Slider  -------------------

**********************************************************************************************/


/*********************************************************************************************

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
ul li {list-style-type: none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol,
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }

table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #EAE7DE; }
td { vertical-align: top; }
p { margin: 0; }

/* Smart clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*********************************************************************************************

1. Page Structure: Common layout elements

*********************************************************************************************/

::-moz-selection{background:#105194; color:#fff; }
::selection{ background:#105194; color:#fff; }

a { color: #72ae95; text-decoration:none; }
a:hover { color: #ff6543; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; }
a.invert { color: #ff6543; }
a.invert:hover { color: #72ae95; }
a:focus { outline: none; }
a:hover, a:active { outline: none; }

body {
	background-color: #f2f2f2;
	color: #666;
	font-family: 'Droid Sans', Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	max-width: 1800px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	text-align: center;
	width: 100%;
}

div.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

div.cleaner,
div.clear,
div.divider {
	margin:0;
	clear: both;
	font-size:1px;
	height: 1px;
	line-height: 1px;
}

div.divider {
	border-top: solid 1px #e7e7e7;
	clear: none;
	margin: 20px 0;
}

div.divider-notop {
	margin-top: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #151515;
	margin: 0;
}

h2 a {
	color: #151515;
}

h2 a:hover {
	color: #ff6543;
}

.title-uppercase {
	text-transform: uppercase;
}

.title-center {
	text-align: center;
}

/* Forms */
input, textarea { padding:9px 5px; border: 1px solid #D9D6D6; color: #000; background: #fff; }
input:focus, textarea:focus { border-color: #999; }
button,
input[type=button],
input[type=reset],
input[type=submit] { background: #10A4DD; padding:5px 10px; border: none 0; color: #fff; height:33px; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover { background: #45BFF9; cursor: pointer; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }

/*********************************************************************************************

2. Page Structure: Header

*********************************************************************************************/

header {
	background: transparent url(images/back-aside80.png) repeat top left;
	font-family: 'Droid Sans', Arial, Tahoma, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.logged-in header { top: 32px; }

.wrapper-header {
	position: relative;
}

#logo {
	background-color: #f8e237;
	padding: 25px 25px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(21,21,21,0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(21,21,21,0.25);
	box-shadow: 0px 3px 5px 0px rgba(21,21,21,0.25);
}

.site-title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}

.site-description {
	color: #777;
	display: block;
	font-size: 11px;
	line-height: 1em;
	margin: 10px 0 0;
	text-transform: uppercase;
}

#logo a {
	color: #111;
}

#logo a:hover {
	color: #444;
}

/* Main Dropdown Menu */

#selectnav1 {
	display: none;
}

#nav-main-menu {
	display: inline;
	float: right;
	padding: 20px 0 15px;
	position: relative;
}

#menu-main {
    position:relative;
}

#menu-main li {
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: 700;
	margin-left: 10px;
	position: relative;
	text-transform: uppercase;
}

#menu-main .cleaner {
	clear: both;
	display: block;
	height: 1px;
	float: none;
	font-size: 1px;
	line-height: 1px;
}

#menu-main li li {
	background-color: #444;
	font-size: 12px;
	margin-left: 0;
}

#menu-main li.cleaner {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: both;
	float: none;
	display: block;
}

#menu-main li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#menu-main li.current-menu-item a,
#menu-main li.current-item a {
	color: #fff;
}

#menu-main a:hover,
#menu-main a:active,
#menu-main li.sfHover a {
	color: #fff;
}

#menu-main li.current-menu-item li a,
#menu-main li.current-item li a {
	color: #f8e237;
}

#nav-main-menu .dropdown ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
	background: #444;
	margin: 0;
	padding: 10px 5px;
 	text-align: left;
	text-transform: none;
}

#nav-main-menu .dropdown ul li {
 	border-right: 0;
 	border-bottom: solid 1px #555;
	font-size: 11px;
	line-height: 18px;
 	margin: 0;
 	padding: 0;
 	text-transform: none;
	width: 100%;
}

#nav-main-menu .dropdown ul li a {
	padding: 10px 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: none;
}

#menu-main a {
	color: #aaa;
	padding: 10px 5px;
	display: block;
	position: relative;
}

#menu-main li li a,
#menu-main .current-menu-item li a,
#menu-main li .current-menu-item a,
#menu-main li li a:hover {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#menu-main li li a {
	color: #fff;
}

#menu-main li li a:hover {
	background-color: #f8e237;
	color: #333;
}

#nav-main-menu .dropdown li:hover ul,
#nav-main-menu .dropdown li.sfHover ul {
	padding: 0;
	margin: 0;
	left:			0;
	top:			4.4em; /* match top ul list item height */
	z-index:		99;
}

#nav-main-menu ul.dropdown li:hover li ul,
#nav-main-menu ul.dropdown li.sfHover li ul {
	top:			-999em;
}

#nav-main-menu ul.dropdown li li:hover ul,
#nav-main-menu ul.dropdown li li.sfHover ul {
	left:			191px; /* match ul width */
	top:			0;
}

#nav-main-menu ul.dropdown li li:hover li ul,
#nav-main-menu ul.dropdown li li.sfHover li ul {
	top:			-999em;
}

#nav-main-menu ul.dropdown li li li:hover ul,
#nav-main-menu ul.dropdown li li li.sfHover ul {
	left:			191px; /* match ul width */
	top:			0;
}

#nav-main-menu .dropdown li:hover, .dropdown li.sfHover,
#nav-main-menu .dropdown a:focus, .dropdown a:hover, .dropdown a:active {
 	outline:		0;
}

#nav-main-menu .dropdown li ul .sf-sub-indicator { display:inline; }

#nav-main-menu .wpzoom-notice {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}

#nav-main-menu .wpzoom-notice a {
	color: #fff;
	text-decoration: underline;
}

/*********************************************************************************************

3. Page Structure: Content

*********************************************************************************************/

#main {
	margin: 130px 0 30px;
}

#main.with-slider {
	margin: -60px 0 30px;
	position: relative;
	z-index: 3;
}

.wrapper-main,
.wrapper-main-inside {
	background-color: #fff;
	border: solid 1px #e1e1e1;
	padding: 29px 29px 10px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

div.wrapper-deep {
	width: 1000px;
}

.wrapper-main-full {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wrapper-aside {
	background-color: #f6f6f6;
	border: solid 1px #e1e1e1;
	border-left-width: 0;
	font-size: 12px;
	line-height: 20px;
	padding: 29px 29px 0 30px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.wrapper-reversed .wrapper-aside {
	border-right-width: 0;
	border-left-width: 1px;
}

.wrapper-aside a {
	color: #ff6543;
}

.wrapper-aside a:hover {
	color: #72ae95;
	text-decoration: underline;
}

#main .widget {
	margin-bottom: 30px;
}

.wrapper-main .title-widget,
.wrapper-aside .title-widget,
.wrapper-main-inside .title-section,
#reply-title {
	color: #151515;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}

.wrapper-aside p {
	margin-bottom: 1em;
}

.wrapper-aside img {
	height: auto;
	max-width: 100%;
}

.post-cover img {
	height: auto;
	width: 100%;
}

.post-cover .post-cover-wrapper {
	margin-right: 20px;
}

.widget {
	font-size: 13px;
	line-height: 1.75em;
}

/*********************************************************************************************

4. Page Structure: Individual Blocks

*********************************************************************************************/

/* Columns */

.wpzoom-column {
	display: inline;
	float: left;
}

.wrapper-reversed .wpzoom-column {
	float: right;
}

.wpzoom-column-half {
	margin-right: 2.1276%;
	width: 48.9361%;
}

.wpzoom-column-last {
	margin-right: 0;
}

.wpzoom-column-main {
	width: 67%;
}

.wpzoom-column-aside {
	width: 33%;
}

/* Slideshow */

#featured-posts {
	border-bottom: solid 1px #ccc;
	position: relative;
}

#featured-posts .slides > li {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	overflow: hidden;
}

/* Featured Pages on Homepage */

.featured-pages a {
	color: #151515;
}

.featured-pages a:hover {
	color: #151515;
	text-decoration: underline;
}

.featured-pages .featured-page {
	display: inline;
	float: left;
	margin-right: 2.1276%;
	width: 31.9148%;
}

.featured-pages .featured-page-3 {
	margin-right: 0;
}

.featured-page .post-excerpt {
	background-color: #f6f4e6;
	font-size: 13px;
	line-height: 20px;
	padding: 20px;
}

.featured-page p {
	margin: 0;
}

.featured-page .title-post {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 1px;
	padding: 15px 0;
}

.page-blue .title-post {
	background-color: #084899;
}

.page-green .title-post {
	background-color: #dada24;
}

.page-red .title-post {
	background-color: #f5886b;
}

.page-teal .title-post {
	background-color: #72ae95;
}

.page-yellow .title-post {
	background-color: #f8e237;
}

.page-blue .post-excerpt {
	background-color: #d4eaf1;
}

.page-green .post-excerpt {
	background-color: #f5f5e4;
}

.page-red .post-excerpt {
	background-color: #f5e7e4;
}

.page-yellow .post-excerpt {
	background-color: #f6f4e6;
}

/* Featured Services */

.featured-services a {
	color: #151515;
}

.featured-services a:hover {
	color: #151515;
	text-decoration: underline;
}

.featured-services .title-post {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	bottom: 13px;
	left: 5px;
	padding: 8px 12px;
}

.featured-services .featured-service {
	display: inline;
	float: left;
	margin-right: 2.1276%;
	width: 23.4042%;
}

.wpzoom-column-last .featured-service,
.wrapper-aside .featured-service {
	margin-right: 4.3478%;
	margin-bottom: 20px;
	width: 47.8260%;
}

footer .column .featured-service {
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}

.featured-services .featured-service-4,
.wpzoom-column-last .featured-service-2,
.wpzoom-column-last .featured-service-4,
.wrapper-aside .featured-service-2,
.wrapper-aside .featured-service-4 {
	margin-right: 0;
}

.wrapper-aside .featured-service-3,
.wrapper-aside .featured-service-4 {
	margin-bottom: 0;
}



.featured-service-wrapper {
	padding: 5px;
	position: relative;
}

.service-blue .featured-service-wrapper,
.service-blue .title-post {
	background-color: #084899;
}

.service-green .featured-service-wrapper,
.service-green .title-post {
	background-color: #dada24;
}

.service-red .featured-service-wrapper,
.service-red .title-post {
	background-color: #f5886b;
}

.service-teal .featured-service-wrapper,
.service-teal .title-post {
	background-color: #72ae95;
}

.service-yellow .featured-service-wrapper,
.service-yellow .title-post {
	background-color: #f8e237;
}

/* Widget: Featured Page */

.wpzoom-widget-page {

}

.wpzoom-widget-page .page-title {
	color: #f76157;
	font-family: 'Droid Sans', Arial, Tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	margin: 0 0 20px;
}

.wpzoom-widget-page .post-excerpt {
	font-size: 14px;
	line-height: 22px;
}

.wpzoom-widget-page p {
	margin-bottom: 1em;
}

/* Posts Loop */

.posts-archive .posts-archive-post {
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.posts-archive .post-cover {
	display: inline;
	float: left;
	width: 26.2295%;
}

.posts-archive .post-excerpt {
	overflow: hidden;
	/*
	display: inline;
	float: left;
	width: 73.7704%;
	*/
}

.posts-archive-post .title-post {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 7px;
}

.posts-archive-post .post-meta {
	margin: 7px 0 0;
}

.posts-archive-post .post-excerpt {
	font-size: 13px;
	line-height: 21px;
}

/* WPZOOM Testimonials */

.wpzoom-testimonials .posts-archive-testimonial {
	padding-bottom: 20px;
}

.posts-archive-testimonial .testimonial {
	background-color: #f1f1f1;
	border-left: solid 6px #e1e1e1;
    color: #494949;
	font-size: 13px;
    line-height: 22px;
    margin: 10px 0;
    padding: 13px 20px 13px;
    position: relative;
}

.posts-archive-testimonial .testimonial:after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 20px;
	border-width: 0 0 20px 15px;
	border-style: solid;
	border-color: transparent #f1f1f1;
	display: block;
	width: 0;
}

.posts-archive-testimonial .wpzoom-author {
	color: #888;
	font-size: 13px;
	margin: 10px 20px 0 16px;
}

footer .posts-archive-testimonial .testimonial {
	border-left-width: 0;
}

.wrapper-aside .posts-archive-testimonial .testimonial {
	background-color: #eee;
	border-left-width: 0;
}

.wrapper-aside .posts-archive-testimonial .testimonial:after {
	border-color: transparent #eee;
}

.wrapper-aside .testimonial p {
	margin-bottom: 0;
}

/*********************************************************************************************

5. Single: Post/Page Styling

*********************************************************************************************/

.post-single {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	max-width: 100%;
}

.title-post-single {
	font-family: 'Droid Sans', Arial, Tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 15px;
}

p.post-meta,
.wpzoom-breadcrumbs .crumbs {
	color: #999;
	font-size: 12px;
}

.wpzoom-breadcrumbs .crumbs {
	margin-bottom: 20px;
}

.post-meta .divider {
	border-top-color: #f1f1f1;
}

.post-meta-single .divider {
	margin: 10px 0;
}

.archive-meta {
	color: #555;
	font-size: 13px;
	line-height: 23px;
}

.archive-meta .title {
	margin-bottom: 15px;
}

.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
	font-weight: bold;
	line-height: 1.25em;
	margin: 12px 0 12px;
}

.post-single p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.post-single img {
	margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.post-single img.alignnone,
.post-single img.aligncenter,
.post-single img.alignleft,
.post-single img.alignright {
	max-width: 100%;
 	height: auto;
}

.post-single .alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.post-single .alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.post-single iframe {
	max-width: 100%;
}

.post-single textarea {
	max-width: 97%;
}

.post-single ul,
.post-single ol {
	margin: 0 0 1em 1em;
}
.post-single li ul,
.post-single li ol {
	margin-bottom: 0;
}
.post-single li {
	list-style-position: outside;
	margin-left: 20px;
}
.post-single ul li {
	list-style-type: square;
}
.post-single ol li {
	list-style-type: decimal;
}
.post-single blockquote {
    border-left: solid 3px #ececec;
    color:#999;
    margin: 10px;
    padding: 0 15px;
}
.post-single a {
	text-decoration:none;
}
.post-single a:hover {
	cursor: pointer;
	text-decoration:underline;
}

/*********************************************************************************************

6. Comments  -------------------------  comments.php

*********************************************************************************************/

div.author-cover {
	display: inline;
	float: left;
	width: 90px;
	margin: 0 20px 0 0;
}

div.comment-author div.author-cover {
	width: 50px;
}

div.author-cover img {
	background-color: #fff;
	border: solid 1px #dadada;
	padding: 4px;
}

#comments { clear: both; }

#comments .logged-in-as { font-size: 13px; line-height: 1.5em; margin: 1em 0; }

#comments .navigation { padding: 0 0 18px 0; }
.commentlist { list-style: none; margin: 0; }
.commentlist li.comment { border-bottom: 1px solid #e1e1e1; font-size: 12px; line-height: 1.75em; margin: 0 0 20px 0; padding: 0; position: relative; }
.commentlist li.comment ul.children {margin-left: 25px; }
.commentlist ul.children li {
	background-color: #f6f6f6;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 1px;
	padding: 15px 20px 0;
}
.commentlist ul.children li:last-child {
	border-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body p:last-child { margin-bottom: 6px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
.commentlist ol { list-style: decimal; }
.comment-author { margin-bottom:3px; }
.comment-author cite { color: #B1B1B1; font-weight: bold; font-style:normal; font-size:14px; }
.comment-author .says {  display:none; }
.comment-meta { display: inline; float: right; font-size: 11px; margin: 0; }
.comment-meta a:link, .comment-meta a:visited { color: #bbb; text-decoration: none; }
.comment-meta a:active, .comment-meta a:hover { color: #333; }
.reply { font-size: 12px; padding: 0 0 24px 0; }
.commentlist .children { list-style: none; margin: 0; }
.commentlist .children li { border: none; margin: 0; }
.nopassword, .nocomments { display: none; }
#comments .pingback { border-bottom: 1px solid #dedede; margin-bottom: 18px; padding-bottom: 18px; }
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url { font-size: 13px; font-style: italic; }
.comment-notes { display:none; }

/* Comments form */
#respond { overflow: hidden; position: relative; }
#respond p { margin: 0; }
#respond .comment-notes { margin-bottom: 1em; }
.form-allowed-tags { line-height: 1em; }
.children #respond { margin: 0 48px 0 0; }
.commentlist #respond { clear: both; display: block; }
#cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }
#respond .required_lab { font-weight: bold; color: #d24355; }
#respond label {display: block; font-size: 12px; font-weight: bold; line-height: 30px; }
#respond input[type="text"] { margin: 0; }
#respond input[type="text"],
#respond textarea {
	background-color: #f4f4f4;
	border: solid 1px #e1e1e1;
	color: #444;
	font-size: 13px;
	line-height: 20px;
	padding: 4px 6px;
}
#respond textarea { width: 93%; height: 100px;  }
#respond .form-allowed-tags { display: none; color: #888; font-size: 12px; line-height: 18px; }
#respond .form-allowed-tags code { font-size: 11px; }
#respond .form-submit { text-align:left; margin:10px 0 20px; }
#respond .form_fields { width: 100%; }
#respond .form_fields p { margin-bottom:7px; }
#respond .form_fields input[type="text"] { width:40%; }
#respond .comment-form-cookies-consent label { display: inline; font-weight:normal; margin-left: 10px; text-transform: none; font-family: inherit; }


/*********************************************************************************************

7. Page Structure: Footer

*********************************************************************************************/

footer {
	background-color: #ddd;
	border-top: solid 1px #bbb;
	padding: 50px 0;
}

footer .widget {
	font-size: 13px;
	line-height: 22px;
}

footer a {
	color: #39916d;
}

footer a:hover {
	color: #151515;
	text-decoration: underline;
}

footer .title-widget {
	color: #151515;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

footer .column {
	display: inline;
	float: left;
	margin-right: 4%;
	width: 22%;
}

footer .column-last {
	margin-right: 0 !important;
}

#footer-copy {
	background-color: #151515;
	color: #8b8b8b;
	font-size: 11px;
	margin: 0;
	padding: 20px 0;
}

#footer-copy .wpzoom {
	display: inline;
	float: right;
}

#footer-copy .wpzoom a {
	color: #8b8b8b;
}

#footer-copy .wpzoom a:hover {
	color: #fff;
}

footer #setop {
	border-color: #bbb;
}

/*********************************************************************************************

8. Miscellaneous

*********************************************************************************************/

/* Facebook Like Button */
div.fb-like.fb_iframe_widget {
	width: 100% !important;
}

.fb_iframe_widget { width: 100%!important }
.fb_iframe_widget span { width: 100%!important; }
.fb_iframe_widget span iframe { width: 100%!important; }

/* Pagination */
div.navigation { font-size: 13px; margin-bottom:15px; text-align: center; }
div.navigation p { margin: 0; }
div.navigation a { background-color: #f1f1f1; color: #777; line-height: 24px; padding: 7px 10px; }
div.navigation .current { background-color: #f8e237; color: #151515; font-weight:bold; line-height: 24px; padding: 7px 10px; }
div.navigation a:hover {
	background: none;
	background-color: #f8e237;
	color: #151515;
}

/* Post/Page Sharing */

.post-share {
	min-height: 30px;
}

.post-share .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

span.share_btn {
	display: inline;
	float: right;
}

.zoom-social_icons-list__item a:hover {
	text-decoration: none;
}

/* Recent Comments Widget */

.recent-comments-list .recent-comment-item {
	margin-bottom: 10px;
}

.comment-cover {
	display: inline;
	float: left;
	margin-right: 10px;
}

/* Recent Posts */

footer .posts-archive .post-cover {
	display: none;
}

.wrapper-aside .posts-archive .post-cover {
	width: auto;
}

.wrapper-aside .posts-archive .post-excerpt {
	display: block;
	float: none;
	overflow: hidden;
	width: auto;
}

.posts-widget .title-post {
	font-size: 13px;
	line-height: 20px;
}

/*********************************************************************************************

9. Elements: Forms, Buttons

*********************************************************************************************/

div.widget input#s {
	float: left;
	display: inline;
	border: solid 1px #ccc;
	background-color: #fff;
	color: #777;
	font-size: 11px;
	height: 20px;
	width: 135px;
	padding: 3px 5px;
	border-right: 0;
}

#searchform .screen-reader-text {
	display: none;
}

div.widget input#s {
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	width: 115px;
}

#respond input[type=submit],
input#searchsubmit {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
	height: 28px;
	border: solid 1px #2b849e;
	cursor: pointer;
	display: block;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

#setop {
	padding-right: 2%;
	padding-left: 2%;
	width: 95%;
}

input#searchsubmit {
	display: block;
	margin: 5px 0 0;
}

input#searchsubmit {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3e783e 1px 1px 0;
}

#respond input[type=submit] {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #09509a 1px 1px 0;
}

input#searchsubmit:hover,
#respond input[type=submit]:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

input#searchsubmit:active,
#respond input[type=submit]:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*********************************************************************************************

10. Homepage Slider

*********************************************************************************************/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
#featured-posts .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
#featured-posts .loading .flex-viewport {max-height: 300px;}
#featured-posts .flexslider .slides {zoom: 1;}

/* Control Nav */
#featured-posts .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
#featured-posts .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

/* Control Nav (Arrows) */
#featured-posts .flex-direction-nav {*height: 0;}

/* Direction Nav */
#featured-posts .flex-direction-nav {*height: 0;}
#featured-posts .flex-direction-nav a {
	background:url(images/arrows-yellow.png) no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 42%;
	width: 60px;
	height: 80px;
	text-indent:-9999px;
	z-index: 50;
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.30;
	-webkit-transition: all .3s ease;
}

#featured-posts .flexslider:hover .flex-next {filter: alpha(opacity=60); opacity: 0.6; }
#featured-posts .flexslider:hover .flex-prev {filter: alpha(opacity=60); opacity: 0.6; }

#featured-posts a.flex-next { background-position:-60px 0; right: 0;}
#featured-posts a.flex-prev { background-position: 0 0; left: 0; }
#featured-posts a.flex-next:hover {	filter: alpha(opacity=100); opacity: 1; }
#featured-posts a.flex-prev:hover { filter: alpha(opacity=100); opacity: 1; }

/* WooCommerce */

.woocommerce div.product .product_title {
    margin-bottom: 20px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}