/*
Theme Name: Lovely 
Theme URI: http://www.anarieldesign.com/themes/
Author: Anariel Design
Author URI: http://www.anarieldesign.com/
Description: "Lovely" is a fresh and modern WordPress theme that can be a perfect base for a family home page, health and life style blog or even a small shop. It is very simple theme to set up and use with most of the customizing options available from the customizer.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lovely
Tags: right-sidebar, footer-widgets, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lovely is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Global
3.0 - Layout
4.0 - Header
5.0 - Navigation
6.0 - Content
7.0 - Comments
8.0 - Media
9.0 - Widgets
10.0 - Commments
11.0 - Footer
12.0 - Page Templates
13.0 - Social Menu
14.0 - WooCommerce
15.0 - Media Queries


/* 1.0 - Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* 2.0 - Global
-------------------------------------------------------------- */
/*
IE8 and below use EOT and allow cross-site embedding.
IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
So unfortunately, IE9 will throw a console error, but it'll still work.
*/
@font-face {
	 font-family: Genericons;
	 src: url(fonts/genericons-regular-webfont.eot);
	 src: url(fonts/genericons-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/genericons-regular-webfont.woff) format("woff"), url(fonts/genericons-regular-webfont.ttf) format("truetype"), url(fonts/genericons-regular-webfont.svg#genericonsregular) format("svg");
	 font-weight: normal;
	 font-style: normal;
}
.anarielgenericon:before, 
.anarielgenericon:after, 
footer.entry-meta .edit-link a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 Genericons;
	vertical-align: top;
}
body, 
button, 
input, 
select, 
textarea {
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
}
body {
	margin: 0;
}

/* Selection */
::-moz-selection {
   background: #000;
   color: #fff;
   text-shadow: none;
}
::selection {
   background: #000;
   color: #fff;
   text-shadow: none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 12px;
	color: #000;
	font-weight: 600;
}
hr {
	background-color: #e6e4e4;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}
aside ul li a, 
.site-info a, 
.navigation-main a, 
h1.entry-title a, 
h3.entry-title a, 
a.excerpt-link {
	color: #000;
}

/* Text elements */
p, 
.bypostauthor {
	margin-bottom: 24px;
}
.footer .footer-widget-area, 
.menu-content .footer-widget-area {
	font-size: 16px;
}
.footer .footer-widget-area .widget-title, 
.footer .footer-widget-area .widget-title a, 
.menu-content .footer-widget-area .widget-title, 
.menu-content .footer-widget-area .widget-title a {
	font-size: 18px;
	text-transform: none;
}
ul {
	list-style: disc;
	margin: 0 0 24px 20px;
}
ol {
	list-style: decimal;
	margin: 0 0 24px 24px;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 24px;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 0 24px;
	line-height: 1.6em;
}
blockquote em, 
blockquote i, 
blockquote cite {
	font-style: normal;
}
blockquote p {
	font-weight: 500;
	margin: 0;
}
blockquote:before {
	color: #000;
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 93px;
	text-decoration: inherit;
	font-style: normal;
	vertical-align: middle;
	content: '"';
	font-family: 'Coustard', serif;
	font-weight: normal;
	display: inline-block;
}
blockquote cite {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	font-style: normal;
	text-transform: none;
}
blockquote cite a {
	color: #000;
}
.pullquote {
	border: 0;
	padding: 1em 0;
	margin: .5em 1.6em 1em 0;
	text-align: right;
	float: left;
	border-top: 1px solid #e6e4e4;
	border-bottom: 1px solid #e6e4e4;
}
.pullquote.alignright {
	margin: 1em 0 1em 1.625em;
	text-align: left;
	float: right;
}
.pullquote p {
	margin: 0;
	overflow: hidden;
	font-style: italic;
	border-left: none;
	padding: 0;
	font-weight: 600;
}
.content .page .pullquote p {
	padding: 0;
}
address {
	margin: 0 0 24px;
}
pre {
	background: #f1f1f1;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 24px;
	padding: 24px;
	overflow: auto;
	max-width: 100%;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
span.dropcap {
	float: left;
	padding: 0px 6px 0 0;
	font-size: 50px;
	font-weight: 700;
}
.hentry, 
.entry-title {
	word-wrap: break-word;
}
code, 
kbd, 
tt, 
var {
	font: 15px/1.6 Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, 
acronym {
	border-bottom: 1px dotted #e6e4e4;
	cursor: help;
}
mark, 
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, 
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0 0 24px;
}
table {
	margin: 0 0 24px;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
button, 
input, 
select, 
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}
button, 
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background: #e6e4e4;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	padding: 11px 15px;
}
input[type="checkbox"], 
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
	vertical-align: middle;
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner, 
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="search"], 
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e4e4;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
textarea:focus {
	border: 1px solid #e6e4e4;
	outline: none;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="search"], 
textarea {
	padding: 6px 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Links */
a, 
a:visited, 
a:active {
	color: #707070;
	text-decoration: none;
}
.entry-content .button, 
.entry-content .button:hover {
	border-bottom: 0;
}

/* Animated elements */
a, 
a:before, 
button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, 
.screen-reader-text:active, 
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before, 
.clear:after, 
[class*="content"]:before, 
[class*="content"]:after, 
[class*="site"]:before, 
[class*="site"]:after, 
#reply-title:before, 
#reply-title:after {
   content: "";
   display: table;
}
 .clear:after, 
 [class*="content"]:after, 
 [class*="site"]:after, 
 #reply-title:before, 
 #reply-title:after {
   clear: both;
}


/* 3.0 - Layout
-------------------------------------------------------------- */
body {
	background-color: #f6f6f6;
	padding: 40px;
}
.fixed {
	background-color: #fff;
}
#secondary .textwidget img {
	display: block;
	margin: 0 auto;
	border: 5px solid #fff;
	padding: 10px;
	background-color: #f6f6f6;
	max-width: 60%;
	border-radius: 50%;
}
.site {
	margin: 0 auto;
	max-width: 1470px;
}
.site-header {
	padding: 24px 30px;
}
.content-area {
	padding-top: 15px;
	width: 100%;
}
.optional-widget-area {
	padding:0;
}
.optional-widget-area.front-page-widget-area-one {
	padding: 0;
	margin-right:-1.25%;
}
.site-footer {
	padding: 20px 10px;
}
.content-area.pagesidebar {
	margin-top: -40px;
}

/* Columns */
.one_half, .one_third, .two_third, .one_fourth { 
	margin-right: 4%; 
	margin-bottom: 10px; 
	float: left;
}
.one_fifth { 
	margin-right: 1%; 
	margin-bottom: 2%; 
	float: left;
}
.one_sixth { 
	margin-right: 2%; 
	margin-bottom: 20px; 
	float: left;
}
.lastcolumn { 
	margin-right: 0!important;
	clear: right;
}


/* 4.0 - Header
-------------------------------------------------------------- */
.site-logo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#masthead {
	position: relative;
}
.headerimage {
	display: block;
	margin: 0 auto 30px auto;
}
.site-branding {
	text-align: center;
}
.site-title {
	clear: both;
	font-weight: 600;
}
.site-title a {
	color: #000;
}
.site-description {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .04em;
	margin: -10px 0 0 0;	
}
.header-image-link + .site-title {
	margin-top: 12px;
}
body, html {
  height: 100%;
}
.cd-fixed-bg {
	position: relative;
	width: 100%;
	height: 600px;
	max-height: 600px;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (min-width: 1020px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
}
.cd-scrolling-bg {
  position: relative;
  z-index: 2;
}
.cd-scrolling-bg.cd-color-2 {
  background-color: #fff;
}


/* 5.0 - Navigation
-------------------------------------------------------------- */
#headertop {
	margin-top: -10px;
	background: #fff;
	z-index: 10;
	position: relative;
}
.navigation-main {
	display: block;
	font-size: 14px;
}
.navigation-main ul {
	list-style: none;
	padding-left: 0;
}
.navigation-main li {
	display: inline-block;
	position: relative;
}
.navigation-main a {
	color: #707070;
	display: inline-block;
	padding: 0 25px;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: .03em;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}
.navigation-main a:hover {
	color: #000;
}
.navigation-main li.current_page_item a {
	color: #000;
}
.navigation-main li.current_page_item li a, .navigation-main li.current_page_item li li a {
	color: #707070;
}
.navigation-main ul ul {
	background-color: #f6f6f6;
	border: 6px solid #fff;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2.2em;
	left: -5px;
	z-index: 99999;
}
.navigation-main li li, .navigation-main li li li {
	display: block;
	border: none;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	font-size: 13px;
	line-height: 30px;
	padding: 1em 15px 1em;
	white-space: normal;
	width: 190px;
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main ul li.menu-item-has-children > a:after {
	color: #707070;
	content: '\f502';
	font-family: 'Genericons';
	padding-left: 0.5em;
	font-size: 11px;
	line-height: 25px;
	padding-top: 3px;
	vertical-align: middle;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin: -1px 10px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navigation-main ul li.current_page_item.menu-item-has-children > a:after {
	color: #000;
}
.navigation-main ul li.menu-item-has-children > a {
	padding: 0 0 0 20px;
}
.navigation-main ul ul a:hover, 
.navigation-main li li.current_page_item > a, 
.navigation-main li li.current-menu-item > a {
	background-color: #fff;
}

/* Small menu */
.menu-toggle {
	background: #fff;
	display: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
.menu-toggle.toggled-on {
	border-radius: 3px 3px 0 0;
}
.main-small-navigation {
	font-size: 14px;
	margin: 0 auto;
}
.main-small-navigation div {
	background-color: #fff;
	text-align: center;
}
.main-small-navigation a {
	display: block;
	color: #000;
	padding: 8px 0;
}
.main-small-navigation ul {
	list-style: none;
	margin: 0;
}
.main-small-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 43px;
}
.main-small-navigation ul ul {
	display: inline-block;
	list-style: square;
	margin-left: 17px;
}
.main-small-navigation li li {
	border-top: 0;
	padding: 0;
}
 @media screen and (max-width: 990px) {
.menu-toggle {
    display: block;
}
.menu-toggle:before {
	content: "\f419";
	line-height: 2.25;
	font-weight: bold;
	margin: -4px 8px 0 10px;
}
.main-small-navigation ul.nav-menu.toggled-on {
    display: block;
}
.navigation-main ul {
    display: none;
}
}


/* 6.0 - Content
-------------------------------------------------------------- */
.blog article {
	position: relative;
	margin-bottom: 10px;
}
.blog-thumbnail {
	display: block;
	margin: 0;
	vertical-align: middle;
}
.blog-thumbnail + .entry-header {
	padding-top: 24px;
}
.entry-details {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	font-size: 13px;
	padding-left: 40px;
}
.entry-title {
	margin-bottom: 24px;
	font-weight: 600;
}
.entry-title a {
	color: #000;
}
.entry-meta, 
.categories-links {
	display: block;
	clear: both;
	margin-top: 30px;
	padding-top: 7px;
	font-size: 13px;
	line-height: 26px;
}
.blog .entry-meta,
.single .entry-meta, 
.archive .entry-meta {
	margin: 0 0 25px 0;
	background: #fff;
	border: 5px solid #f6f6f6;
	padding: 5px;
}
.categories-links {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 12px;
}
.categories-links a {
	color: #000;
}
.categories-links a:hover {
	color: #707070;
}
.tags-links {
	color: #707070;
	line-height: 1.8461538461;
}
.entry-header .entry-meta {
	border-top: 3px solid #e6e4e4;
	border-bottom: 1px solid #e6e4e4;
	color: #707070;
	padding: 10px 0;
}
.entry-header .entry-meta span + span:before {
	color: #e6e4e4;
	content: "\0020\007c\0020";
}
.entry-meta a, .entry-meta {
	color: #707070;
}
.byline {
	display: none;
}
.single .byline, 
.group-blog .byline {
	display: inline;
}
.entry-content, 
.entry-summary {
	margin-top: 24px;
}
.page-links {
	clear: both;
	font-size: 14px;
	line-height: 27px;
	margin: 0 0 24px;
	text-transform: uppercase;
}
.page-links > span {
	background-color: #707070;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 1px 0;
	text-align: center;
	width: 22px;
	height: 22px;
}
.page-links a {
	background-color: #000;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 1px 0;
	text-align: center;
	text-decoration: none;
	width: 22px;
	height: 22px;
}
.page-links > span.page-links-title {
	background-color: transparent;
	border: none;
	color: inherit;
	font-size: 13px;
	padding-right: 6px;
	width: auto;
	height: auto;
}
.entry-content .page-links a {
	border-bottom: 0;
	color: #fff;
}
.entry-content .page-links a:hover {
	background-color: #707070;
	border-bottom: 0;
}
.entry-content .page-links a:active {
	background-color: #707070;
}
.entry-content table, 
.comment-body table {
	border: 1px solid #e6e4e4;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
.entry-content th, 
.comment-body th {
	border: 1px solid #e6e4e4;
	border-width: 0 1px 1px 0;
	font-size: 15px;
	font-weight: normal;
	padding: 6px 8px 7px 8px;
	text-transform: uppercase;
}
.entry-content td, 
.comment-body td {
	border: 1px solid #e6e4e4;
	border-width: 0 1px 1px 0;
	padding: 5px 8px 6px 8px;
}
.entry-content .video-player {
	margin-bottom: 24px;
	padding: 0;
}
.entry-content .googlemaps, 
.entry-content .db-wrapper {
	margin-bottom: 24px;
}
footer.entry-meta .edit-link a:before {
	color: #707070;
	content: "\f411";
	margin: 3px 1px 0 0;
}
.entry-footer {
	margin-top: 20px;
	font-size: 16px;
}
.entry-footer a {
	font-size: 16px;
	font-weight: 500;
}
.single.blog.default .post {
	margin-bottom: 40px;
}

/* Post Format */
.genericon-star:before {
	content: '\f408';
}
.postdate a {
	color: #000;
}
h1.entry-title {
	text-transform: none;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}
a.more-link {
	color: #ffffff;
	font-weight: normal;
	display: inline-block;
	background: #81a26e;
	border-radius: 18px;
	text-shadow: 0 0 1px #444;
	border: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}
a.excerpt-link {
	color: #ffffff;
	font-weight: normal;
	display: block;
	background: #81a26e;
	border-radius: 18px;
	text-shadow: 0 0 1px #444;
	border: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-top: 15px;
	max-width: 80px;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, 
.clearfix:after, 
.row:before, 
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, 
.clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}

/* Aside , quote, image */
.format-aside .entry-title {
	color: #707070;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 24px;
	text-transform: none;
} 
.format-quote .entry-meta {
	background: #fff;
	border: 5px solid #f6f6f6;
	padding: 5px;
}
.format-quote {
	background: #efefef;
	padding: 20px;
}
.format-quote blockquote:before {
	background: none;
}
.format-quote blockquote cite {
	padding: 0;
	background: none;
}
.single .format-quote blockquote cite {
	padding: 5px 10px;
	background: #fff;
}
.blog .format-quote img.quote,
.archive .format-quote img.quote {
	border-radius: 50%;
	margin: 10px 20px 20px 0;
	display: block;
	border: 5px solid #f6f6f6;
	background: #fff;
	float: left;
}
.blog .format-quote .entry-content,
.archive .format-quote .entry-content {
	margin-top: 0;
}
.single .format-quote .authorbox {
	background: #fff;
}
.single .format-quote img.quote {
	border-radius: 50%;
	margin: 0 20px 20px 0;
	display: block;
	border: 5px solid #f6f6f6;
	background: #fff;
	padding: 10px;
	float: left;
}
.single .entry-content .entry-title {
	display: none;
}
.sticky {
	border-bottom: none;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.02),0 1px 4px rgba(0,0,0,.09);
}
.sticky .entry-content {
	padding: 0 20px;
}
.sticky h1.entry-title {
	padding: 0 20px 0 20px;
}
.search .page-title {
	margin-bottom: 20px;
	font-size: 18px;
}

/* Navigation */
.site-content [class*="navigation"], 
#content [class*="navigation"] {
	margin: 0 0 72px;
	overflow: hidden;
}
.site-content [class*="navigation"] a, 
#content [class*="navigation"] a {
	background: #e6e4e4;
	color: #000;
	display: inline-block;
	padding: 7px 15px;
}
[class*="navigation"] .nav-previous, 
[class*="navigation"] .nav-next {
	float: left;
	margin-right: 3px;
	margin-top: 30px;
}

/* Comment navigation specific */
.site-content .navigation-comment {
	margin: 48px 0;
}
.site-content .navigation-comment a {
	background: transparent;
	color: #707070;
	display: inline;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	padding: 0;
}
.site-content .navigation-comment a:hover {
	background: transparent;
	color: #707070;
}
.navigation-comment .nav-previous, 
.navigation-comment .nav-next {
	float: left;
}
.navigation-comment .nav-previous {
	margin-right: 15px;
}
.navigation-comment .meta-nav {
	position: relative;
	top: -0.15em;
}

/* AuthorBox */
.authorbox {
	margin-top: 50px;
	border: 1px solid #e6e4e4;
	padding: 30px;
}
.authorbox h3.author-name {
	margin: 0 0 20px 0;
	padding: 10px;
	font-weight: 500;
	background: #f6f6f6;
	text-align: center;
}
.authorbox h3.author-name a {
	color: #000;
}
.authorbox h3.author-name span {
	font-style: italic;
}
.authorbox .author-info img.avatar {
	float: left;
	border-radius: 50%;
}


/* 7.0 - Comments
-------------------------------------------------------------- */
.comments-area {
	margin-bottom: 72px;
}
.single .comments-area {
	margin-bottom: 20px;
}
.comments-title {
	line-height: 38px;
	margin-bottom: 24px;
}
.comment-notes, .logged-in-as, 
.no-comments {
	font-size: 16px;
	margin-top: -20px;
	text-transform: lowercase;
}
.comment-list {
	list-style: none;
	margin: 0 0 72px 0;
}
.comments-area article, 
.comment-list li.trackback, 
.comment-list li.pingback {
	margin-bottom: 24px;
	padding: 24px 0;
	border-bottom: 1px solid #e6e4e4;
}
.trackback .edit-link a, 
.pingback .edit-link a {
	color: #707070;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	margin-left: 15px;
}

/* Comment Author */
.comment-author {
	font-weight: 600;
	padding-left: 60px;
	position: relative;
}
.comment-author .comment-author-avatar {
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: 0;
}
.comment-author .avatar {
	border-radius: 50%;
}
.comment-author cite {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

/* Comment Content */
.comment-content {
	margin-top: 24px;
	padding-left: 58px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-content ul {
	margin: 0 0 24px 20px;
}
.comment-content ol {
	margin: 0 0 24px 24px;
}
.comment-content li > ul, 
.comment-content li > ol {
	margin-bottom: 0;
	margin-left: 24px;
}

/* Comment Meta */
.comment-meta {
	font-size: 13px;
	line-height: 26px;
	padding-left: 58px;
	text-transform: uppercase;
}
.comment-meta a {
	color: #707070;
}
.comment-meta a:hover {
	color: #707070;
}
.comment-reply-link:before, 
.comment-reply-login:before, 
.comment-meta .edit-link:before {
	color: #e6e4e4;
	content: "\0020\007c\0020";
}

/* Replies */
.comment-list .children {
	list-style: none;
	margin-left: 58px;
}
.comment-list .children .children {
	margin-left: 48px;
}
.children .comment-author .comment-author-avatar {
	top: -6px;
}
.children .comment-author .avatar {
	width: 32px;
	height: 32px;
}
.children .comment-author, 
.children .comment-content, 
.children .comment-meta {
	padding-left: 48px;
}

/* Comment form */
.comments-area #respond {
	margin: 0;
	padding: 0;
}
.comments-area li #respond {
	padding: 24px 0;
}
.comments-area #respond h3 {
	line-height: 38px;
	margin: 0 0 24px;
}
#reply-title small {
	font-size: 100%
}
#cancel-comment-reply-link {
	color: #707070;
	font-size: 13px;
	font-weight: 400;
	float: right;
	position: relative;
	top: 15px;
	text-transform: uppercase;
}
#cancel-comment-reply-link:hover {
	color: #707070;
}
#commentform input[type="text"], 
#commentform input[type="submit"] {
	width: 100%;
	font-size: 16px;
}
#commentform label {
	display: inline-block;
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: 400;
}
.form-allowed-tags {
	display: none;
}


/* 8.0 - Media
-------------------------------------------------------------- */
.wp-post-image {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	margin-bottom: 20px;
}
.featured-image {
	position: relative;
}
.entry-summary img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft {
	margin: 6px 24px 6px 0;
}
img.alignright {
	margin: 6px 0 6px 24px;
}
img.aligncenter {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Caption Settings */
.wp-caption {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	line-height: 1.3;
	margin: 0;
	max-height: 40%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption-text {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #707070;
	padding-right: 10px; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 12px 0;
}
.wp-caption.alignleft {
	margin: 6px 24px 0 0;
}
.wp-caption.alignright {
	margin: 6px 0 0 24px;
}

/* Gallery Settings */
.gallery {
	margin-bottom: 12px; /* 24px minus the margin bottom for .gallery-item */
}
.gallery .gallery-item {
	margin: 0 0 12px 0;
}
.gallery a img {
	border: none;
	height: auto;
}
.gallery dd {
	margin: 6px 0; /* Reset the margin and add a bit of margin-top to captions */
}
.gallery-caption {
	font-size: 13px;
	line-height: 26px;
	word-wrap: break-word;
}
.gallery-columns-1 a img {
	max-width: 100%;
}
.gallery-columns-2 a img {
	max-width: 97.5%;
}
.gallery-columns-3 a img {
	max-width: 96%;
}
.gallery-columns-4 a img {
	max-width: 94%;
}
.gallery-columns-5 a img {
	max-width: 94%;
}
.gallery-columns-6 a img {
	max-width: 92%;
}
.gallery-columns-7 a img {
	max-width: 91%;
}
.gallery-columns-8 a img {
	max-width: 90%;
}
.gallery-columns-9 a img {
	max-width: 90%;
}
.gallery-columns-10 a img {
	max-width: 89%;
}

/* Make sure embeds and iframes fit their containers */
embed, 
iframe, 
object, 
video, 
.wp-audio-shortcode {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed, p > iframe, p > object, p > span > embed, p > span > iframe, p > span > object {
	margin-bottom: 0;
}


/* 9.0 - Widgets
-------------------------------------------------------------- */
.widget {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 30px 0;
	width: 100%;
}
.optional-widget-area.front-page-widget-area-one .widget {
	margin: 0 0 30px;
}
.widget-title, 
.widget-title a, 
.widgettitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 24px;
}
.widget a {
	color: #000;
}
.widget a:hover {
	color: #707070;
}
.widget ul, .widget ol {
	list-style: none;
	margin-left: 0;
}
.widget li > ul, .widget li > ol {
	margin: 0 0 0 10px;
}
.widget ul > li, .widget ol > li {
	padding: 12px 0;
}
.widget ul ul > li:first-child {
	margin-top: 10px;
}
.widget ul > li:last-child {
	padding-bottom: 0;
}
.widget input[type="text"], 
.widget input[type="email"], 
.widget input[type="search"], 
.widget input[type="password"], 
.widget textarea, 
.widget iframe {
	max-width: 100%;
}
.widget select {
	max-width: 99%;
	margin-left: 1px;
}
.widget table:last-child, 
.widget iframe:last-child, 
.widget p:last-child {
	margin-bottom: 0;
}
.widget .avatar {
	border-radius: 50%;
}

/* Akismet widget*/
.widget_akismet_widget .a-stats a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Authors Widget */
.widget_authors img {
	margin-right: 10px;
}

/* Blogs I follow widget*/
.widget_jp_blogs_i_follow ol {
	list-style-position: inside;
}

/* Blog Subscription */
.widget_blog_subscription input[type="text"] {
	padding: 6px !important;
	width: 100% !important;
}

/* Caledar widget*/
.widget_calendar #wp-calendar a {
	display: block;
}
.widget_calendar #wp-calendar tbody a {
	background-color: #fff;
	display: block;
}
.widget_calendar #wp-calendar tbody a:hover {
	background-color: #707070;
	color: #fff;
}
.widget_calendar #wp-calendar {
	border: 1px solid #e6e4e4;
	border-width: 1px 0 1px 1px;
	line-height: 2.125;
	margin: 0;
}
.footer .widget_calendar #wp-calendar {
	border: 1px solid #e6e4e4;
}
.widget_calendar #wp-calendar caption {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
	text-align: left;
}
#secondary .widget_calendar #wp-calendar caption {
	background: #fff;
	padding: 5px 10px;
	font-size: 16px;
	margin-bottom: 20px;
}
.widget_calendar #wp-calendar thead th, 
.widget_calendar #wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e6e4e4;
	border-width: 0 1px 1px 0;
	text-align: center;
}
.footer .widget_calendar #wp-calendar thead th, 
.footer .widget_calendar #wp-calendar tbody td {
	border: 1px solid #e6e4e4;
}
.widget_calendar #wp-calendar tfoot td#prev {
	padding-left: 5px;
}
.widget_calendar #wp-calendar tfoot td#next {
	border-right: 1px solid #e6e4e4;
	padding-right: 5px;
	text-align: right;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	word-wrap: break-word;
}

/* Contact Info Widget */
.widget_contact_info #contact-info-map-canvas {
	height: 270px;
}
.widget_contact_info #contact-map, 
.widget_contact_info div[class*="confit-"] {
    margin-bottom: 24px;
}
.widget_contact_info div:last-child {
	margin-bottom: 0;
}

/* Flickr Widget (WP.com) */
.widget_flickr #flickr_badge_uber_wrapper a:link, 
.widget_flickr #flickr_badge_uber_wrapper a:active, 
.widget_flickr #flickr_badge_uber_wrapper a:visited {
	color: #000;
}
.widget_flickr #flickr_badge_uber_wrapper a:hover {
	color: #707070;
}
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}

/* Gravatar Profile widget */
.widget-area .widget-grofile h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin: 24px 0 12px;
	text-transform: uppercase;
}
.widget-grofile .grofile-thumbnail {
	border-radius: 50%;
}
.widget-grofile .grofile-accounts {
	margin-top: 4px;
}

/* Milestone Widget */
.widget-area .milestone-widget .milestone-content {
	max-width: 100%;
}
.widget-area .milestone-header {
	border-bottom: 0;
}
.widget-area .milestone-countdown, 
.widget-area .milestone-message {
	border-top: 0;
}
.widget-area .milestone-header, 
.widget-area .milestone-countdown, 
.widget-area .milestone-message {
	background-color: #000;
	color: #fff;
}
.widget-area .milestone-countdown {
	background-color: #000;
	border-color: #000;
}
.widget-area .milestone-widget {
	margin-bottom: 72px;
}
.widget-area .milestone-content {
	margin-top: 0;
}

/* My Community */
.widget-area .widgets-multi-column-grid ul li {
	padding: 0 8px 6px 0;
}

/* RSS Widget */
.widget_rss ul a {
	color: #707070;
}
.widget_rss .rss-date {
	display: block;
	margin-top: 12px;
}
.widget_rss .rssSummary {
	margin-top: 12px;
}

/* Recent Comments Widget */
.widget_recent_comments .avatar {
	max-width: none;
}
.widget_recent_comments td.recentcommentsavatartop, 
.widget_recent_comments td.recentcommentsavatarend {
	padding: 6px 0px 6px;
}
.widget_recent_comments td.recentcommentstexttop, 
.widget_recent_comments td.recentcommentstextend {
	vertical-align: middle;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
	color: #707070;
	display: block;
	font-size: 11px;
	letter-spacing: .1em;
}

/* Search widget */
.widget_search #s {
	width: 100%;
}
.widget_search .submit {
	display: none;
}

/* Text Widget */
.widget_text a {
	border-bottom: 1px solid #e6e4e4;
	color: #707070;
}
.widget_text a:hover {
	border-bottom: 1px solid #707070;
}
.widget_text ul {
	list-style: disc;
	margin: 0 0 24px 20px;
}
.widget_text ol {
	list-style: decimal;
	margin: 0 0 24px 24px;
}
.widget_text li > ul, 
.widget_text li > ol {
	margin-bottom: 0;
	margin-left: 24px;
}
.widget_text ul > li, 
.widget_text ol > li {
	border-top: 0;
	padding: 0;
}
.widget_text ul ul > li:first-child {
	margin-top: 0;
}

/* Twitter Widget */
.widget_twitter li a {
	word-wrap: break-word;
}
.widget_twitter iframe {
	margin-top: 12px;
}

/* Sidebar Widgets */
#secondary {
	margin-top: -15px;
}
.sidebar-widget-area .widget {
	background: #f6f6f6;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	line-height: 28px;
	font-size: 16px;
	padding: 30px;
}
#secondary .widget-title {
	background: #fff;
	padding: 2px 10px;
	text-transform: none;
}
.sidebar-widget-area .widgettitle, 
.sidebar-widget-area .widget-title, 
.sidebar-widget-area .widget-title a {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
}
.sidebar-widget-area .widget p, 
.sidebar-widget-area .widget table, 
.sidebar-widget-area .widget iframe {
	margin-bottom: 18px;
}
.sidebar-widget-area .widget ul > li, 
.sidebar-widget-area .widget ol > li {
	padding: 8px 0 9px;
}
.sidebar-widget-area .widget ul ul > li:first-child {
	margin-top: 8px;
}
.sidebar-widget-area .widget ul > li:last-child {
	padding-bottom: 0;
}
.sidebar-widget-area .widget p:last-child, 
.sidebar-widget-area .widget table:last-child, 
.sidebar-widget-area .widget iframe:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget_authors li > ul {
	margin: 0;
}

/* Contact Info Widget */
.sidebar-widget-area .widget_contact_info #contact-map, 
.sidebar-widget-area .widget_contact_info div[class*="confit-"] {
	margin-bottom: 18px;
}
.sidebar-widget-area .widget_contact_info div:last-child {
	margin-bottom: 0;
}

/* Gravatar Profile widget */
.sidebar-widget-area .widget-grofile h4 {
	color: #000;
	font-size: 15px;
	line-height: 28px;
	margin: 18px 0 9px;
}

/* Milestone Widget */
.sidebar-widget-area .milestone-widget {
	margin-bottom: 3px;
}

/* My Community */
.sidebar-widget-area .widgets-multi-column-grid ul li {
	padding: 0 8px 6px 0;
}

/* Text Widget */
.sidebar-widget-area .widget_text ul {
	list-style: disc;
	margin: 0 0 18px 20px;
}
.sidebar-widget-area .widget_text ol {
	list-style: decimal;
	margin: 0 0 18px 24px;
}
.sidebar-widget-area .widget_text li > ul, 
.sidebar-widget-area .widget_text li > ol {
	margin-bottom: 0;
	margin-left: 24px;
}
.sidebar-widget-area .widget_text ul > li, 
.sidebar-widget-area .widget_text ol > li {
	border-top: 0;
	padding: 0;
}
.sidebar-widget-area .widget_text ul ul > li:first-child {
	margin-top: 0;
}

/* Twitter Widget */
.sidebar-widget-area .widget_twitter iframe {
	margin-top: 18px;
}

/* Footer Widgets */
.footer {
	font-size: 20px;
	background: #fff;
	padding-top: 40px;
}
.footer-widget-area {
	letter-spacing: 0.07em;
}
.footer-widget-area .widget-title, 
.footer-widget-area .widget-title a {
	font-weight: 600;
}
.footer .widget.widget_fanpit_sidebartwocolumn_recentposts, 
.footer .widget.widget_fanpit_sidebarthreecolumn_recentposts {
	margin-bottom: -40px;
}


/* 10.0 - Footer
-------------------------------------------------------------- */
.site-info {
	float: left;
	position: relative;
}
.site-info, .site-info a {
	color: #888888;
	font-size: 14px;
	line-height: 27px;
}
.social-links {
	display: inline-block;
	float: right;
	list-style: none;
	margin-top: -30px;
}
.social-links li {
	display: block;
	float: left;
	margin: 4px 0 4px 15px;
}
.social-links a {
	color: #707070;
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
}
.social-links a:hover:before {
	color: #e6e4e4;
}
.facebook-link a:before {
	content: "\f203";
}
.twitter-link a:before {
	content: "\f202";
}
.linkedin-link a:before {
	content: "\f208";
}
.tumblr-link a:before {
	content: "\f214";
}

/* Toggle Area */
.toggle-wrap {
	margin: -40px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 10;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.menu-content {
	display: none;
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}
a.about-menu-toggle {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	max-width: 10%;
	padding: 1px 5px;
	margin: 0 auto;
	text-align: center;
}
a.about-menu-toggle:after {
	color: #000;
	content: '\f431';
	font-size: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -3px 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: 600;
	font-style: normal;
	vertical-align: middle;
}
a.about-menu-toggle.open:after {
	color: #000;
	content: '\f432';
	font-size: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -3px 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: 600;
	font-style: normal;
	vertical-align: middle;
}


/* 11.0 - Page Templates
-------------------------------------------------------------- */
.taxonomy-description {
	margin-bottom: 72px;
}
.page-title {
	font-weight: 600;
}
.page.hfeed.site.center #main {
	border-bottom: none;
	padding: 0;
}
.defaulttemplate #main {
	border-top: none;
	max-width: 1020px;
	margin: 0 auto;
}
.defaulttemplate #main {
	padding-top: 30px;
}
.defaulttemplate .page-title {
	margin-top: 20px;
}

/* Grid page */
.fourcolumn h1.entry-title {
	font-size: 22px;
	line-height: 31px;
}
.fourcolumn .wp-post-image {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 1;
}
.fourcolumn .wp-post-image:hover {
	opacity: .5;
}
.gridpage .page-title {
	margin-top: 40px;
}
.pageimage {
	margin-top: -30px;
}
.pages .page-title {
	margin-top: 30px;
}
.gridpage .entry-summary p {
	font-size: 20px;
}
.gridpage .entry-title {
	font-weight: 500;
}

/* Full-width page */
.full-featured-image .wp-post-image {
	margin-bottom: 40px;
}

/* Front Pages */
.front {
	margin-top: 60px;
}
.content-area.frontpage {
	margin-bottom: 20px;
}
.frontpage .wp-post-image {
	max-width: 95%;
	margin: 0;
}
.frontone #main {
	padding-top: 15px;
	position: relative;
	z-index: 3;
}
.page-template-grid-page .frontone #main {
	padding-top: 30px;
}
.greenbutton, 
.greenbutton:visited {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 20px auto 0;
	background: #81a26e;
	border-radius: 18px;
	text-shadow: 0 0 1px #444;
	border: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.frontone h1 {
	font-weight: 600;
}
.frontone.custom .child-pages {
	margin-top: 60px;
	text-align: center;
}
.frontone .child-pages .imagecontainer {
	margin-bottom: 30px;
}
.frontone .child-pages .imagecontainer .wp-post-image {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.frontone .child-pages .imagecontainer .wp-post-image:hover {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}
.block-two {
	margin-top: -40px;
}
.block-two .box {
	text-align: center;
	background-color: #f6f6f6;
	padding: 40px 30px 20px 30px;
	margin-top: -28px;
}
.block-two h1.entry-title {
	line-height: normal;
	color: #282727;
	margin: 0 0 30px 0;
	padding: 0;
}
.block-two .box .greenbutton {
	margin-top: 30px;
}
.effect {
	position: relative;
}
.effect:before, 
.effect:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #cdcdcd;
	-webkit-box-shadow: 0 15px 10px #cdcdcd;
	-moz-box-shadow: 0 15px 10px #cdcdcd;
	box-shadow: 0 15px 10px #cdcdcd;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.cd-fixed-bg-2 {
	margin-top: 0;
	position: relative;
	height: 300px;
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	z-index: 1;
}
@media only screen and (min-width: 1170px) {
.cd-fixed-bg-2 {
    background-attachment: fixed;
}
}
.widget .threecolumn article {
	background: #f6f6f6;
	padding: 20px;
}
.widget .threecolumn article .entry-title {
	margin-bottom: 10px;
}
.frontpageone {
	text-align: center;
}
.front-page-one .block-three {
	margin-top: -60px;
}
.block-three .threecolumn h1.entry-title {
	margin-bottom: -15px;
}
.block-one {
	text-align: center;
	margin-bottom: 40px;
}
.quote .greenbutton {
	margin-top: 5px;
}
.block-one .quote {
	margin-top: 80px;
}
.block-one h1.entry-title {
	font-size: 35px;
	text-shadow: 0 0 1px #fff;
	margin-bottom: 10px;
}
.block-one h3, .block-two h3 {
	font-size: 14px;
	color: #707070;
	letter-spacing: .1em;
	font-weight: 200;
}
.separator {
	position: relative;
}
.separator:before {
	position: absolute;
	left: 0;
	top: 11px;
	background: url(images/zigzag.png) repeat-x;
	width: 100%;
	height: 4px;
	content: "";
	z-index: -4;
}
.separatorone {
	background: url(images/zigzag1.png) repeat-x;
	max-width: 20%;
	display: block;
	margin: 0 auto 20px auto;
	height: 4px;
}
.lo {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.lo-quote-left:before {
	color: #cdcdcd;
	content: '"';
	font-family: 'Coustard', serif;
	background: #fff;
	padding: 0 20px 0 10px;
	font-size: 45px;
	vertical-align: middle;
	text-decoration: inherit;
	font-weight: normal;
	display: inline-block;
	margin: 3px 10px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
}

/* Attachment page */
.entry-attachment .attachment {
	margin: 24px 0;
}
.type-attachment.hentry {
	margin-bottom: 24px;
}
.type-attachment footer.entry-meta {
	font-size: 16px;
	text-transform: none;
}

/* 404 Page / No search result */
.error404 .searchform input[type="search"] {
	width: 57.5%;
}
.widget-container {
	margin-right: -15px;
	margin-left: -15px;
	padding: 72px 0 0;
}
.entry-content .widget a {
	border-bottom: none;
}


/* 12.0 - Jetpack
-------------------------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */ 
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
.infinite-loader {
	height: 36px;
}
.infinite-loader, 
#infinite-handle {
	margin-bottom: 72px;
}
.blog .infinite-loader, 
.blog #infinite-handle {
	margin-bottom: 10px;
}
#infinite-handle span {
	background: #e6e4e4!important;
	border: 2px solid #e6e4e4;
    color: #000!important;
	display: inline-block;
	font-size: 14px!important;
	padding: 5px 25px!important;
	vertical-align: top;
}
#infinite-footer {
	z-index: 9999;
}
#infinite-footer .container {
	padding: 5px 20px;
}
#infinite-footer .blog-info {
	background: none;
	padding: 0;
}
#infinite-footer .blog-info a {
	font-weight: 500;
}
#infinite-footer .container {
	background: #ffebea;
}
#infinite-footer .blog-credits, 
#infinite-footer .blog-credits a {
	color: #707070;
}
#infinite-footer .blog-info a:hover, 
#infinite-footer .blog-credits a:hover {
	color: #707070;
	text-decoration: none;
}

/* Jetpack: Sharing */
.sharedaddy h3.sd-title {
	color: #000;
	font-weight: 400;
	text-align: left;
	font-size: 18px!important;
}
.sharedaddy + .page-links {
	margin-top: 40px;
}
div.sharedaddy h3.sd-title:before {
	border-top: none!important;
}

/* Jetpack: Related Posts */
div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, 
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 16px;
}
div#jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 20px;
}
div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	border-top: none!important;
}
div#jp-relatedposts {
	margin-top: 0!important;
}
div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-bottom: 5px;
}
div#jp-relatedposts a {
	color: #000;
}
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, 
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	margin-bottom: 15px;
}
.single-jetpack-portfolio div#jp-relatedposts {
	display: none!important;
}
.single-jetpack-portfolio .tags-links a {
	border: 1px solid #e6e4e4;
	color: #707070;
	display: inline-block;
	margin: 0 7px 7px 0;
	padding: 0 7px;
}
.single-jetpack-portfolio .tags-links:before {
	content: "";
	margin: 0;
}

/* Jetpack: Stats */
img#wpstats {
	display: block;
	margin: -10px auto;
}

/* Jetpack: Subscriptions */
.jetpack_subscription_widget input[type="text"] {
	font-size: 15px;
	padding: 10px !important;
	width: 100% !important;
}
.comment-subscription-form {
	margin-bottom: 0;
}

/* Jetpack: Contact Form */
.entry-content .contact-form > div {
	margin-bottom: 24px;
}
.entry-content .contact-form label {
	margin-bottom: 6px;
	font-size: 16px;
}
.entry-content .contact-form label span {
	color: #8b8c8c;
	text-transform: none;
}
.entry-content .contact-form input[type="text"], 
.entry-content .contact-form input[type="email"], 
.entry-content .contact-form textarea {
	margin-bottom: 0;
}
.entry-content .contact-form input[type="radio"], 
.entry-content .contact-form input[type="checkbox"] {
	margin: 0 5px 4px 0;
}
.contact-form textarea {
	width:100%!important;
}

/* Jetpack: Tiled Gallery */
.entry-content .tiled-gallery {
	margin-bottom: 24px;
}

/* Jetpack: Portfolio */
.front-page {
    margin: -30px 0;
}
.front-page .portfolio-entry-content, 
.front-page h2.portfolio-entry-title, 
.front-page .portfolio-entry-meta {
    display: none;
}
.front-page .wp-post-image {
	margin-bottom: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 1;
	cursor: url(images/cursor.png), auto;
}
.front-page .wp-post-image:hover {
	opacity: .8;
}
.portfolio-thumbnail {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 1;
	cursor: pointer;
}
.portfolio-thumbnail:hover {
	opacity: .8;
}
.threecolumn .portfolio-entry-header h1.entry-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.portfolio-entry-title a {
	color: #000;
}
.single-jetpack-portfolio .entry-meta, 
.single-jetpack-portfolio .entry-meta {
	margin: 0;
	background: none;
	border: none;
	padding: 0;
}
.single-jetpack-portfolio h1.entry-title {
	margin-top: -10px;
}
.portfoliopage {
	margin-top: -15px;
}
.portfoliopage h1.page-title {
	margin-bottom: 24px;
}

/* Jetpack: Comment */
#comment-submit {
	text-transform: none;
}


/* 13.0 - Social Menu
-------------------------------------------------------------- */
#menu-social-items {
	float: right;
	margin: -5px 0 0 0;
}
.widget-area .menusocial, 
.widget-area .menu {
	float: none;
}
#menu-social-items li {
	list-style: none;
	display: inline-block;	
}
span.text {
	display: none;
}
.menusocial li a::before, 
.widget .menu li a::before {
   display: inline-block;
   font-family: 'Genericons';
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   line-height: 1;
   margin-top: -3px;
   vertical-align: middle;
   -webkit-font-smoothing: antialiased;
}
.menusocial li a::before, 
.widget .menu li a::before {
	padding: 0 10px 0 0;
}
.menusocial li a:hover::before, 
.widget .menu li a:hover::before {
	opacity: 0.8;
}
.menusocial li a[href*="codepen.io"]::before, 
.widget .menu li a[href*="codepen.io"]::before {
	content: '\f216';
	color: #888888;
}
.menusocial li a[href*="digg.com"]::before, 
.widget .menu li a[href*="digg.com"]::before {
	content: '\f221';
	color: #888888;
}
.menusocial li a[href*="dribbble.com"]::before, 
.widget .menu li a[href*="dribbble.com"]::before {
	content: '\f201';
	color: #888888;
}
.menusocial li a[href*="dropbox.com"]::before, 
.widget .menu li a[href*="dropbox.com"]::before {
	content: '\f225';
	color: #888888;
}
.menusocial li a[href*="facebook.com"]::before, 
.widget .menu li a[href*="facebook.com"]::before {
	content: '\f203';
	color: #888888;
}
.menusocial li a[href*="flickr.com"]::before, 
.widget .menu li a[href*="flickr.com"]::before {
	content: '\f211';
	color: #888888;
}
.menusocial li a[href*="plus.google.com"]::before, 
.widget .menu li a[href*="plus.google.com"]::before {
	content: '\f206';
	color: #888888;
}
.menusocial li a[href*="github.com"]::before, 
.widget .menu li a[href*="github.com"]::before {
	content: '\f200';
	color: #888888;
}
.menusocial li a[href*="instagram.com"]::before, 
.widget .menu li a[href*="instagram.com"]::before {
	content: '\f215';
	color: #888888;
}
.menusocial li a[href*="linkedin.com"]::before, 
.widget .menu li a[href*="linkedin.com"]::before {
	content: '\f208';
	color: #888888;
}
.menusocial li a[href*="pinterest.com"]::before, 
.widget .menu li a[href*="pinterest.com"]::before {
	content: '\f210';
	color: #888888;
}
.menusocial li a[href*="polldaddy.com"]::before, 
.widget .menu li a[href*="polldaddy.com"]::before {
	content: '\f217';
	color: #888888;
}
.menusocial li a[href*="getpocket.com"]::before, 
.widget .menu li a[href*="getpocket.com"]::before {
	content: '\f224';
	color: #888888;
}
.menusocial li a[href*="reddit.com"]::before, 
.widget .menu li a[href*="reddit.com"]::before {
	content: '\f222';
	color: #888888;
}
.menusocial li a[href*="skype.com"]::before,  
.menusocial li a[href*="skype:"]::before,  
.widget .menu li a[href*="skype.com"]::before,  
.widget .menu li a[href*="skype:"]::before {
	content: '\f220';
	color: #888888;
}
.menusocial li a[href*="stumbleupon.com"]::before, 
.widget .menu li a[href*="stumbleupon.com"]::before {
	content: '\f223';
	color: #888888;
}
.menusocial li a[href*="tumblr.com"]::before, 
.widget .menu li a[href*="tumblr.com"]::before {
	content: '\f214';
	color: #888888;
}
.menusocial li a[href*="twitter.com"]::before, 
.widget .menu li a[href*="twitter.com"]::before {
	content: '\f202';
	color: #888888;
}
.menusocial li a[href*="vimeo.com"]::before, 
.widget .menu li a[href*="vimeo.com"]::before {
	content: '\f212';
	color: #888888;
}
.menusocial li a[href*="wordpress.org"]::before,  
.menusocial li a[href*="wordpress.com"]::before,  
.widget .menu li a[href*="wordpress.org"]::before,  
.widget .menu li a[href*="wordpress.com"]::before {
	content: '\f205';
	color: #888888;
}
.menusocial li a[href*="youtube.com"]::before, 
.widget .menu li a[href*="youtube.com"]::before {
	content: '\f213';
	color: #888888;
}


/* 14.0 - WooCommerce
----------------------------------------------- */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	padding: 0 20px;
	color: #fff!important;
	font-weight: normal!important;
	background: #81a26e!important;
	text-shadow: 0 0 1px #444;
	border: none!important;
	text-align: center;
	cursor: pointer;
	position: relative;
	text-transform:none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
.woocommerce #content div.product, 
.woocommerce div.product, 
.woocommerce-page #content div.product, 
.woocommerce-page div.product {
	margin-top: 25px;
}
div.product div.summary {
	margin-top: 0;
}
.woocommerce #content div.product p.price, 
.woocommerce #content div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.woocommerce-page #content div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page div.product p.price, 
.woocommerce-page div.product span.price {
	font-size: 18px!important;
}
.woocommerce #content input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce-page #content input.button.added:before, 
.woocommerce-page #respond input#submit.added:before, 
.woocommerce-page a.button.added:before, 
.woocommerce-page button.button.added:before, 
.woocommerce-page input.button.added:before {
     position: relative!important;
	 right: 0!important;
	 top: 0!important;
}
.woocommerce #content div.product .woocommerce-tabs .panel h2, 
.woocommerce div.product .woocommerce-tabs .panel h2, 
.woocommerce-page #content div.product .woocommerce-tabs .panel h2, 
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
    font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 10px;
}
.shipping_calculator h2 {
	font-size: 16px;
}
.woocommerce h1.page-title {
	display: none;
}
.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty {
	height: 32px;
	border: 1px solid #e0e0e0!important;
	border-right: none!important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
.woocommerce #content .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus, 
.woocommerce-page #content .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page .quantity .plus {
	height: 18px;
	color: #000!important;
	border: 1px solid #e0e0e0!important;
	background: none!important;
	background: none!important;
	background: none!important;
	background: none!important;
	background: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
.woocommerce #content .quantity .plus, 
.woocommerce .quantity .plus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page .quantity .plus {
	border-bottom: none!important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #e0e0e0!important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #e0e0e0!important;
	background: #f6f6f6!important;
	background: none!important;
	background: none!important;
	background: none!important;
	background: none!important;
	box-shadow: none!important;
	-webkit-border-top-left-radius: 0!important;
	-webkit-border-top-right-radius: 0!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
	position: inherit!important;
	margin: 0 1px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, 
.woocommerce div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	padding: 0!important;
	margin-bottom: 15px!important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none!important;
	border: none!important;
}
.woocommerce-page #review_form {
	background: #f6f6f6!important;
	padding: 20px!important;
}
.woocommerce .star-rating span, 
.woocommerce-page .star-rating span {
	color: #e0e0e0;
}
.woocommerce .jp-relatedposts {
	display: none!important;
}


/* 15.0 - Media Queries
-------------------------------------------------------------- */
@media screen and (min-width: 280px) {
body {
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
}
h1 {
	font-size: 25px;
	line-height: 38px;
}
h2 {
	font-size: 22px;
	line-height: 34px;
}
h3 {
	font-size: 20px;
	line-height: 32px;
}
h4 {
	font-size: 18px;
	line-height: 30px;
}
h5 {
	font-size: 16px;
	line-height: 28px;
}
h6 {
	font-size: 14px;
	line-height: 27px;
}
.site-title {
	font-size: 36px;
}
.block-one h1.entry-title {
	font-size: 28px;
}
.block-one h3, .block-two h3 {
	font-size: 13px;
	letter-spacing: .05em;
}
.block-two h1.entry-title {
	font-size: 27px;
}
.greenbutton, 
.greenbutton:visited, 
a.excerpt-link, 
a.more-link {
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	padding: 0 10px;
}
.child-pages .entry-summary,
p.author-description {
	font-size: 16px;
}
.authorbox h3.author-name {
	font-size: 18px;
}
.authorbox .author-info img.avatar {
	max-width: 30%;
	margin-right: 10px;
}
.frontone h1 {
	font-size: 24px;
	line-height: 36px;
}
.comments-title,
.comments-area #respond h3 {
	font-size: 22px;
}
.frontone .child-pages .entry-title {
	font-size: 20px;
}
.entry-content ul, 
.entry-content ol {
	font-size: 16px;
}
h1.entry-title {
	font-size: 23px;
	line-height: 35px;
}
blockquote p {
	font-size: 18px;
	line-height: 30px;
}
blockquote:before {
	font-size: 50px;
	margin: -20px 10px 0 0;
}
.pullquote {
	width: 55%;
}
.pullquote p {
	font-size: 1em;
}
.site-content [class*="navigation"] a, 
#content [class*="navigation"] a {
	font-size: 14px;
	line-height: 27px;
}
.site {
	max-width: 250px;
}
.blog .format-quote img.quote, 
.archive .format-quote img.quote {
	max-width: 20%;
	padding: 5px;
}
.sidebar-widget-area {
	margin: 0;
}
hr.post {
	margin-bottom: 39px;
}
.post {
	margin-bottom: 40px;
}
.navigation-main.single {
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.optional-widget-area.front-page-widget-area-one {
	margin-right: 0;
	margin-left: 0;
}
.grid {
	width: 100%;
}
.grids {
	margin: 0;
}
.container .hentry:first-of-type {
	width: 100%;
}
.container .hentry:last-of-type {
	width: 100%;
}
.site-content [class*="navigation"], 
#content [class*="navigation"] {
	margin: 0 0 20px;
}
.columns {
	margin-right: 0;
}
.frontpage .hero .entry-content {
	display: none;
}
.hero.with-featured-image .page-title {
    font-size: 14px;
}
.front-page-sidebar .widget {
    padding: 0;
}
article.column {
	margin-bottom: 40px;
}
.frontpage .wp-post-image {
	max-width: 100%;
}
.frontpage article {
	padding: 10px;
	display: none;
}
.front {
	margin-top: 30px;
}
#block-content2 .sidebar-widget-area {
	margin-top: -40px;
}
.blog .post {
	margin-bottom: 30px;
}
.threecolumn {
	float: none;
	margin: 40px 0 0 0;
	width: 100%;
}
div#main {
	padding: 40px 0;
}
.one_half,
.one_third,
.two_third,
.one_fourth,
.one_fifth,
.one_sixth { 
	width: 100%;
}
.cd-scrolling-bg {
	padding: 0 10px;
}
.cd-fixed-bg {
	height: 150px;
	max-height: 150px;
}
.block-one .quote {
	margin-top: 0;
}
.frontone.custom .child-pages {
	margin-top: 20px;
}
.block-one .quote {
	margin-top: 0;
}
.blog #main {
	margin-top: -50px;
}
}
@media screen and (min-width: 390px) {
.site {
	max-width: 380px;
}
.navigation-main.single {
	padding: 0;
	margin: 0;
}
.optional-widget-area.front-page-widget-area-one {
	margin-right: 0;
	margin-left: 0;
}
}
@media screen and (min-width: 490px) {
.site {
	max-width: 480px;
}
.cd-fixed-bg {
	height: 200px;
	max-height: 200px;
}
}
@media screen and (min-width: 590px) {
.site {
	max-width: 580px;
}
}
@media screen and (min-width: 620px) {
.site {
	max-width: 600px;
}
.grid .hentry {
	float: left;
	margin-right: 30px;
	width: 240px;
}
.grid .hentry:nth-child(2n+2) {
	margin-right: 0;
}
.grid .hentry:nth-child(2n+1) {
	clear: both;
}
.frontpage article {
	display: inline-block;
}
.cd-fixed-bg {
	height: 300px;
	max-height: 300px;
}
}
@media screen and (min-width: 720px) {
.site {
	 max-width: 700px;
}
.cd-fixed-bg {
	height: 350px;
	max-height: 350px;
}
}
@media screen and (min-width: 800px) {
.site {
	 max-width: 750px;
}
.hero > div > div > div {
	padding-top: 40px;
}
.entry-header .entry-meta {
	color: #707070;
}
.entry-header .entry-meta span + span:before, 
.comment-reply-link:before, 
.comment-reply-login:before, 
.comment-meta .edit-link:before {
	content: "";
}
.entry-format, 
span.entry-date, 
.sticky-post, 
.byline, 
.edit-link, 
.full-size-link, 
.parent-post-link, 
.comment-meta a, 
span.comments-link {
	margin-right: 15px;
}
.entry-format a:before, 
.entry-date a:before, 
.sticky-post:before, 
.byline a:before, 
.edit-link a:before, 
.comments-link a:before, 
.tags-links:before, 
.full-size-link a:before, 
.parent-post-link a:before, 
.attachment span.entry-date:before, 
.comment-reply-link:before, 
.comment-reply-login:before {
	color: #707070;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 Genericons;
	vertical-align: top;
}
.entry-date a:before, 
.attachment span.entry-date:before {
	content: "\f303";
    margin: 5px 2px 0 0;
}
.sticky-post:before {
	content: "\f308";
	margin: 5px 2px 0 0;
}
.byline a:before {
	content: "\f304";
	margin: 5px 1px 0 0;
}
.edit-link a:before {
	content: "\f411";
	margin: 4px 1px 0 0;
}
.edit-link .comment-edit-link:before {
	margin: 4px 1px 0 0;
}
.comments-link a:before {
	content: "\f300";
	margin: 4px 2px 0 0;
}
.tags-links:before {
	content: "\f302";
	margin: 4px 2px 0 0;
}
.full-size-link a:before {
	content: "\F402";
	margin: 5px 2px 0 0;
}
.parent-post-link a:before {
	content: "\F301";
	margin: 4px 2px 0 0;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin: 4px 2px 0 0;
}
.format-aside .entry-format a:before {
	content: "\f101";
	margin: 4px 2px 0 0;
}
.format-image .entry-format a:before {
	content: "\f102";
    margin: 4px 4px 0 0;
}
.format-quote .entry-format a:before {
	content: "\f106";
	margin: 4px 2px 0 0;
}
.format-link .entry-format a:before {
	content: "\f107";
	margin: 4px 2px 0 0;
}
.format-gallery .entry-format a:before {
	content: "\f103";
	margin: 3px 4px 0 0;
}
.format-video .entry-format a:before {
	content: "\f104";
	margin: 4px 1px 0 0;
}
.format-chat .entry-format a:before {
	content: "\f108";
	margin: 5px 4px 0 0;
}
.format-status .entry-format a:before {
	content: "\f105";
	margin: 4px 0 0 0;
}
.format-audio .entry-format a:before {
	content: "\f109";
	margin: 3px 2px 0 0;
}
.entry-format a:hover:before, 
.entry-date a:hover:before, 
.byline a:hover:before, 
.edit-link a:hover:before, 
.comments-link a:hover:before, 
.full-size-link a:hover:before, 
.parent-post-link a:hover:before, 
.comment-reply-link:hover:before, 
.comment-reply-login:hover:before, 
span.sticky-post:hover:before {
	color: #707070;
}
#commentform input[type="submit"] {
	width: auto;
}
.grid .hentry {
	margin-right: 30px;
	width: 210px;
}
.grid .hentry:nth-child(2n+2) {
	margin-right: 30px;
}
.grid .hentry:nth-child(2n+1) {
	clear: none;
}
.grid .hentry:nth-child(3n+3) {
	margin-right: 0;
}
.grid .hentry:nth-child(3n+1) {
	clear: both;
}
.cd-scrolling-bg {
	padding: 0 30px;
}
body {
    padding: 40px;
}
}
@media screen and (min-width: 900px) {
.site {
	max-width: 880px;
}
.cd-fixed-bg {
	height: 400px;
	max-height: 400px;
}
}
@media screen and (min-width: 990px) {
body {
	font-size: 18px;
	line-height: 30px;
}
h1 {
	font-size: 27px;
	line-height: 40px;
}
h2 {
	font-size: 25px;
	line-height: 38px;
}
h3 {
	font-size: 22px;
	line-height: 34px;
}
h4 {
	font-size: 20px;
	line-height: 32px;
}
h5 {
	font-size: 18px;
	line-height: 30px;
}
h6 {
	font-size: 16px;
	line-height: 28px;
}
.site-title {
	font-size: 40px;
}
.block-two h1.entry-title {
	font-size: 34px;
}
.block-one h3, .block-two h3 {
	font-size: 14px;
	letter-spacing: .1em;
}
.block-one h1.entry-title {
	font-size: 35px;
}
.greenbutton, 
.greenbutton:visited, 
a.more-link {
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
}
a.excerpt-link {
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	padding: 0 20px;
}
.child-pages .entry-summary,
p.author-description {
	font-size: 18px;
}
.authorbox h3.author-name {
	font-size: 20px;
}
.authorbox .author-info img.avatar {
	max-width: 100%;
	margin-right: 40px;
}
.frontone h1 {
	font-size: 30px;
	line-height: 43px;
}
blockquote p {
	font-size: 23px;
	line-height: 35px;
}
blockquote:before {
	font-size: 55px;
	margin: -15px 10px 0 0;
}
.comments-title,
.comments-area #respond h3 {
	font-size: 25px;
}
.frontone .child-pages .entry-title {
	font-size: 22px;
}
.entry-content ul, 
.entry-content ol {
	font-size: 18px;
}
h1.entry-title {
	font-size: 30px;
	line-height: 45px;
}
.blog .format-quote h1.entry-title {
	font-size: 20px;
	line-height: 32px;
} 
.pullquote {
	width: 35%;
}
.pullquote p {
	font-size: 1.2em;
}
.site-content [class*="navigation"] a, 
#content [class*="navigation"] a {
	font-size: 16px;
	line-height: 28px;
}
.site {
	max-width: 930px;
}
.blog .format-quote img.quote, 
.archive .format-quote img.quote {
	max-width: 100%;
	padding: 10px;
}
.page-title {
	margin: 0;
}
hr.post {
	margin-bottom: 99px;
}
.blog .post {
	margin-bottom: 100px;
}
.sidebar-widget-area {
	margin: 15px 0;
}
.full-width .entry-content {
	padding:0;
}
.navigation-main {
	max-width: 100%;
	display: block;
	margin: 10px auto -17px auto;
	text-align: center;
}
.navigation-main.single {
	border-top: 4px double #707070;
	border-bottom: 4px double #707070;
	padding: 10px 0;
	margin: 20px 0 -20px 0;
}
.footerwidgets {
	margin-right: -1.5%;
}
.optional-widget-area.front-page-widget-area-one {
	margin-right: -1.2%;
	margin-left: -15px;
}
.content-area {
	float: left;
	margin: 0 -270px 0 0;
}
.site-content {
	margin: 0 270px 0 0;
}
.navigation-main ul ul {
	text-align: left;
}
.contact .sidebar-widget-area {
	padding-top: 51px;
}
.content-area.full-width {
	float: none;
	margin: 0;
}
.full-width .site-content {
	margin: 0;
}
.sidebar-widget-area {
	float: right;
	width: 220px;
}
.optional-widget-area .widget {
	float: left;
	width: 33.33333333%;
}
.one-widget .widget {
	width: 100%;
}
.two-widgets .widget {
	width: 50%;
}
.grid .hentry {
	width: 270px;
}
article.error404 .widget {
	float: left;
	width: 33.3333333%;
}
article.error404 .widget.widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
.site-content [class*="navigation"], 
#content [class*="navigation"] {
	margin: 0 0 72px;
}
.columns {
	margin-right: -1.5%;
}
.columns.three {
	margin-right: -1.5%;
}
.column {
	float: left;
	margin: 0 2.5% 30px 0;
	width: 17.5%;
	border-bottom: 2px solid #e6e4e4;
	padding-bottom: 20px;
}
.column:nth-child(5n) {
	margin-right: 0;
}
.column:nth-child(5n+1) {
	clear: left;
}
.fourcolumn {
	float: left;
	margin: 0 1.5% 10px 0;
	width: 23.5%;
	border-bottom: none;
}
.fourcolumn:nth-child(4n) {
	margin-right: 0;
}
.fourcolumn:nth-child(4n+1) {
	clear: left;
}
.threecolumn {
	float: left;
	margin: 0 1.5% 10px 0;
	width: 31.833333%;
	border-bottom: none;
}
.threecolumn:nth-child(3n) {
	margin-right: 0;
}
.threecolumn:nth-child(3n+1) {
	clear: left;
}
.columns.portfoliopage {
	margin-right: -1.5%;
}
article.column {
	margin-bottom: 0;
}
.frontpage .wp-post-image {
	max-width: 95%;
}
.frontpage article {
	padding: 40px;
}
.front {
	margin-top: 60px;
}
#block-content2 .sidebar-widget-area {
	margin-top: 104px;
}
.blog .post {
	margin-bottom: 100px;
}
.frontone.custom .child-pages {
	margin-top: 60px;
}
.blog #main {
	margin-top: 0;
}
}
@media screen and (min-width: 1200px) {
.site {
	max-width: 1100px;
}
.content-area {
	margin: 0 -450px 0 0;
}
.site-content {
	margin: 0 450px 0 0;
}
.sidebar-widget-area {
	width: 400px;
}
.navigation-main ul ul {
	text-align:left;
}
.grid .hentry {
	width: 240px;
}
.grid .hentry:nth-child(3n+3) {
	margin-right: 30px;
}
.grid .hentry:nth-child(3n+1) {
	clear: none;
}
.grid .hentry:nth-child(4n+4) {
	margin-right: 0;
}
.grid .hentry:nth-child(4n+1) {
	clear: both;
}
.testimonials .hentry {
	width: 47.22222222%;
}
}
@media screen and (min-width: 1300px) {
.site {
	max-width: 1290px;
}
.blog-thumbnail + .entry-header {
	margin: -48px -30px 0;
	padding: 24px 30px 0;
	position: relative;
	z-index: 1;
}
.page-template-page-templatesfront-page-php .hero {
	margin-right: 0;
	margin-left: 0;
}
.page-template-page-templatesfront-page-php .testimonials {
	margin: 0 75px;
}
blockquote.pull.alignleft {
	margin-left: -75px;
}
blockquote.pull.alignright {
	margin-right: -75px;
}
.frontpage .hero .entry-content {
	font-size: 16px;
}
.one_half { 
	width: 48%;
}
.one_third { 
	width: 30.66%;
}
.two_third { 
	width: 65.33%; 
}
.one_fourth { 
	width:22%;
}
.one_fifth { 
	width:19.2%;
}
.one_sixth { 
	width:15%;
}
.block-one .quote {
	margin-top: 80px;
}
}
@media screen and (min-width: 1450px) {
.site {
	max-width: 1390px;
}
.blog-thumbnail + .entry-header {
	margin: -48px -30px 0;
	padding: 24px 30px 0;
	position: relative;
	z-index: 1;
}
.cd-fixed-bg {
	height: 500px;
	max-height: 500px;
}
}
@media screen and (min-width: 1520px) {
.site {
	max-width: 1470px;
}
.blog-thumbnail + .entry-header {
	margin: -48px -30px 0;
	padding: 24px 30px 0;
	position: relative;
	z-index: 1;
}
}
@media screen and (min-width: 1920px) {
.cd-fixed-bg {
	height: 600px;
	max-height: 600px;
}
}