/*
Theme Name: Clearly
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/clearly/
Description: A clean and fancy business theme. It has a very simple options panel with just a handful of settings. Instead of drowning you with options, Clearly gives you tight integration with Page Builder. This means you can use Clearly to create anything from simple landing pages to complex corporate websites.
Version: 1.0.2
License: GNU General Public License 2.0
License URI: license.txt
Tags: fixed-layout, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, responsive-layout, blue, dark, white
*/

/* =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%; /* Keeps page centred in all browsers regardless of content height */ 
	-ms-text-size-adjust: 100%; /* Keeps page centred in all browsers regardless of content height */ 
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate; /* tables still need 'cellspacing="0"' in the markup */ 
	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 {
	outline: 0; /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */ 
}

a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

/* Consistent fonts across all elements */

body {
	background: #61666b url(./images/bg.png) repeat;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	word-wrap: break-word;
}

/* Links */

a {
	color: royalblue;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

hr {
	height: 1px;
	
	background-color: #ccc;
	border: 0;
	margin-bottom: 1.5em;
}

/* Text elements */

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Courier New", Courier, mono;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	position: relative;
	height: 0;
	
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
	
}

sub {
	top: .5ex;
	
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	width: 100%;
	
	margin: 0 0 1.5em 0;
}

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	*vertical-align: middle;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ 
	margin: 0; /* Improves appearance and consistency in all browsers */ 
	vertical-align: baseline;
}

button,
input {
	*overflow: visible;
	line-height: normal; /* Corrects inner spacing displayed oddly in IE6/7 */ 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.8); /* Improves usability and consistency of cursor style between image-type 'input' and others */ 
	cursor: pointer; /* Corrects inability to style clickable 'input' types in iOS */ 
	font-size: 0.75em;
	line-height: 1;
	padding: 0.75em 1.5em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-appearance: button;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #cccccc;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #aaaaaa;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	-ms-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	-moz-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	-webkit-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	box-sizing: border-box;
	padding: 0; /* Addresses excess padding in IE8/9 */ 
}

input[type="search"] {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0; /* 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/ */ 
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Improves readability and alignment in all browsers */ 
	vertical-align: top;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */

.assistive-text {
	position: absolute !important;
	
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
	clip: rect(1px, 1px, 1px, 1px);
}

.page-links {
	clear: both;
}

.site-title a {
	color: inherit;
}

/* =General Layout
----------------------------------------------- */

/* Positioning, flow and layout of the theme */

/* =General Structure
----------------------------------------------- */

#page {
	width: 1300px;
	
	background: white;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	margin: 0 auto;
}

#main {
	padding-bottom: 40px;
	padding-top: 40px;
	zoom: 1;
}

#main:before {
	content: '';
	display: block;
}

#main:after {
	clear: both;
	content: '';
	display: table;
}

.archive #main,
.blog #main {
	background: url(./images/page-bg.png) repeat-y top left;
}

.siteorigin-panels-home #main {
	background-image: none;
}

#primary {
	width: 650px;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 150px;
}

.page-template-template-full-php #primary,
.siteorigin-panels-home #primary {
	width: auto;
	
	float: none;
	margin-left: 150px;
	margin-right: 150px;
}

#secondary {
	width: 300px;
	
	float: right;
	margin-right: 150px;
}

/* =Header and Menu
----------------------------------------------- */

#masthead {
	padding: 25px 150px;
	zoom: 1;
}

#masthead:before {
	content: '';
	display: block;
}

#masthead:after {
	clear: both;
	content: '';
	display: table;
}

#masthead hgroup {
	float: left;
}

#masthead hgroup .site-title {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
}

#masthead hgroup .site-title a {
	color: inherit;
	text-decoration: none;
}

#masthead hgroup .site-title .logo-icon {
	width: 25px;
	height: 25px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	float: left;
	margin-right: 6px;
	margin-top: 3px;
}

#masthead hgroup .site-title .logo-icon.default-icon {
	background-image: url(./images/sprites/default-icon.png);
	background-size: auto;
}

#masthead nav {
	float: right;
	margin-top: 9px;
}

#top-slider {
	background: #000000;
}

#top-slider .image {
	height: 410px;
	
	background: url(./images/demo/horse-shoe.jpg) center center;
	background-size: cover;
}

#top-slider .nav-box {
	position: relative;
	
	background: #f9f9f9;
	border-bottom: 1px solid #eeeeee;
	color: #555555;
	font-family: 'Old Standard TT' serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 400;
	min-height: 1em;
	padding: 25px 150px;
	text-align: center;
}

#top-slider .nav-box .directionNav a {
	position: absolute;
	top: 50%;
	width: 11px;
	height: 17px;
	
	display: block;
	margin-top: -9px;
	overflow: hidden;
	text-indent: -99999px;
}

#top-slider .nav-box .directionNav a.prevNav {
	left: 150px;
	
	background: url('images/sprites-1-0-2.png') no-repeat -46px -18px;
}

#top-slider .nav-box .directionNav a.nextNav {
	right: 150px;
	
	background: url('images/sprites-1-0-2.png') no-repeat 0 0;
}

#top-slider.no-image .nav-box {
	border-top: 1px solid #eeeeee;
}

.nivo-theme-clearly {
	position: relative;
	
}

.nivo-theme-clearly .nivoSlider {
	position: relative;
	
	background: #ffffff url(loading.gif) no-repeat 50% 50%;
	line-height: 0;
}

.nivo-theme-clearly .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	
	display: none;
}

.nivo-theme-clearly .nivoSlider a {
	border: 0;
	display: block;
}

.nivo-theme-clearly .nivo-directionNav,
.nivo-theme-clearly .nivo-controlNav,
.nivo-theme-clearly .nivo-caption {
	display: none;
}

.nivo-theme-clearly .nav-box span {
	display: block;
	padding: 0 30px;
}

.single #top-slider .image {
	height: 210px;
	
}

.single #top-slider .nav-box {
	font-size: 24px;
}

.main-navigation ul {
	font-size: 14px;
	line-height: 1em;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	
	display: inline-block;
	margin-right: 40px;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	color: inherit;
	color: #525252;
	display: block;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #3b3b3b;
}

.main-navigation ul {
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 50%;
	
	display: none; /* Second level menu items */ 
	margin-left: -100px;
	padding-top: 10px;
	z-index: 99999;
}

.main-navigation ul ul li {
	display: block;
	margin-right: 0;
}

.main-navigation ul ul li a {
	width: 200px;
	
	background: white;
	border: 1px solid #e5e5e5;
	border-width: 1px 1px 0 1px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #525252;
	display: block;
	font-size: 13px;
	padding: 10px 25px;
}

.main-navigation ul ul li:last-child a {
	border-width: 1px 1px 1px 1px;
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
	
	margin-left: -1px;
	padding-top: 0;
}

.main-navigation ul ul a {
	width: 160px;
	
}

.main-navigation ul li:hover > ul {
	display: block;
}

article.loop-entry {
	margin-bottom: 70px;
	zoom: 1;
}

article.loop-entry:before {
	content: '';
	display: block;
}

article.loop-entry:after {
	clear: both;
	content: '';
	display: table;
}

article.loop-entry .thumbnail {
	position: relative;
	
	line-height: 0;
}

article.loop-entry .thumbnail img {
	width: 100%;
	height: auto;
	
}

article.loop-entry .post-actions {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 11px;
	text-align: center;
}

article.loop-entry .post-actions a {
	width: 18px;
	height: 18px;
	
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 12px;
	text-decoration: none;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

article.loop-entry .post-actions a.twitter:hover {
	color: #abeff0;
}

article.loop-entry .post-actions a.facebook:hover {
	color: #b4d0ff;
}

article.loop-entry .post-actions a.google:hover {
	color: #ffb697;
}

article.loop-entry .post-actions a.post-format {
	position: absolute;
	bottom: 0;
	left: 50%;
	
	margin-left: -9px;
}

article.loop-entry .post-actions [class*="icon-"] {
	font-size: 18px;
	text-align: center;
}

article.loop-entry .entry-header {
	margin-bottom: 25px;
}

article.loop-entry .entry-title {
	color: #474747;
	font-family: "Open Sans" sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

article.loop-entry .entry-title a {
	color: inherit;
	text-decoration: none;
}

article.loop-entry .entry-meta {
	width: 126px;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #919191;
	float: left;
	font-size: 11px;
	font-style: italic;
	padding-right: 20px;
	text-align: right;
}

article.loop-entry .entry-meta a {
	color: inherit;
	text-decoration: none;
}

article.loop-entry .entry-meta ul {
	list-style: none;
	margin: 0;
}

article.loop-entry .entry-summary {
	width: 500px;
	
	color: #5e5e5e;
	float: right;
	font-size: 13px;
}

article.loop-entry:last-child {
	margin-bottom: 0;
}

/* =Archives
----------------------------------------------- */

article.sticky {
}

.pagination {
	margin: 30px 0; /* Style a sticky post */ 
	zoom: 1;
}

.pagination:before {
	content: '';
	display: block;
}

.pagination:after {
	clear: both;
	content: '';
	display: table;
}

.pagination .pagination-info {
	width: 126px;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #919191;
	float: left;
	font-size: 11px;
	font-style: italic;
	padding-right: 20px;
	padding-top: 5px;
	text-align: right;
}

.pagination .pagination-links {
	width: 500px;
	
	float: right;
	padding-left: 20px;
}

.pagination .pagination-links a,
.pagination .pagination-links .current {
	width: 28px;
	height: 28px;
	
	background: #333;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	display: inline-block;
	font-size: 11px;
	margin-right: 5px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.pagination .pagination-links a:hover {
	background: #404040;
}

.pagination .pagination-links .current {
	background: #CCC;
	color: #333;
}

/* =Single Post or Page
----------------------------------------------- */

.single .entry-content,
.page .entry-content {
	margin-bottom: 30px;
}

.single .entry-meta,
.page .entry-meta {
	color: #777;
	font-size: 0.8em;
	margin-bottom: 30px;
}

.single .entry-meta a,
.page .entry-meta a {
	color: #666;
}

/* =Entry Content
----------------------------------------------- */

/* Styles for actual content */

.entry-header {
	zoom: 1;
}

.entry-header:before {
	content: '';
	display: block;
}

.entry-header:after {
	clear: both;
	content: '';
	display: table;
}

.entry-content {
	color: #525252;
	font-size: 14px;
	line-height: 1.75em; /* WordPress Images */ 
	zoom: 1;
}

.entry-content:before {
	content: '';
	display: block;
}

.entry-content:after {
	clear: both;
	content: '';
	display: table;
}

.entry-content p,
.entry-content > ul,
.entry-content > li,
.entry-content > dl {
	margin: 25px 0;
	margin: 2em 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 1.5em;
}

.entry-content blockquote cite {
	font-family: "Helvetica Neue";
	font-weight: bold;
}

.entry-content pre {
	background: white;
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	font-family: "Courier New", Courier, mono;
	overflow-x: auto;
	padding: 10px;
}

.entry-content code {
	font-family: "Courier New", Courier, mono;
}

.entry-content sup,
.entry-content sub {
	position: relative;
	height: 0;
	
	line-height: 1;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
	
}

.entry-content sub {
	top: .5ex;
	
}

.entry-content .gallery {
	margin: 25px 0 !important;
}

.entry-content .gallery .gallery-item {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.entry-content .gallery .gallery-icon {
	line-height: 0;
	margin-bottom: 0 !important;
}

.entry-content .gallery img {
	border: none !important;
}

.entry-content .gallery .gallery-caption {
	margin: 10px !important;
	padding-left: 0 !important;
}

.entry-content table {
	width: 100%;
	
}

.entry-content img {
	height: auto;
	
	max-width: 100%;
}

.entry-content .wp-caption {
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 30px 0;
	max-width: 100%;
	padding: 8px;
	text-align: center;
}

.entry-content .wp-caption:first-child {
	margin-top: 25px;
}

.entry-content .wp-caption p.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

.entry-content .alignleft {
	margin: 0 1.5em 1.5em 0; /* This is also styled on a global level */ 
}

.entry-content .alignright {
	margin: 0 0 1.5em 1.5em; /* This is also styled on a global level */ 
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content ul {
	list-style-type: square;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ol ol {
	list-style-type: upper-alpha;
}

.entry-content ol ol ol {
	list-style-type: lower-roman;
}

.entry-content ul li,
.entry-content ol li {
	margin-left: 1.5em;
}

.entry-content dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.entry-content dl dd {
	margin-bottom: 10px;
	padding-left: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1em 0;
}

.entry-content h1 {
	font-size: 1.8em;
}

.entry-content h2 {
	font-size: 1.65em;
}

.entry-content h3 {
	font-size: 1.5em;
}

.entry-content h4 {
	font-size: 1.35em;
}

.entry-content h5 {
	font-size: 1.2em;
}

.entry-content h6 {
	font-size: 0.9em;
}

.entry-content embed,
.entry-content iframe,
.entry-content object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 2em;
	overflow: hidden;
}

.site-content .nav-previous {
	width: 50%;
	
	float: left;
}

.site-content .nav-next {
	width: 50%;
	
	float: right;
	text-align: right;
}

.site-content .nav-next a,
.site-content .nav-previous a {
	color: #888888;
	font-size: 0.8em;
}

/* =Sidebar Widgets
----------------------------------------------- */

#secondary .widget {
	background: #fcfcfc;
	border: 1px solid #eeeeee;
	color: #6a6a6a;
	font-size: 13px;
	padding: 20px;
}

#secondary .widget .widget-title {
	color: #525252;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

#secondary .widget ul,
#secondary .widget li {
	list-style: none;
	margin: 0;
}

#secondary .widget ul a,
#secondary .widget li a {
	text-decoration: none;
}

#secondary .widget ul ul {
	margin-left: 1em;
}

/* =Comments
----------------------------------------------- */

#comments-title,
#reply-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 20px;
}

#comments .commentlist {
	list-style: none;
	margin: 0 0 40px 0;
}

#comments .commentlist .children {
	list-style: none;
	margin-left: 95px;
}

#comments .commentlist article {
	background: #F9F9F9;
	margin-bottom: 30px;
	padding: 20px;
}

#comments .commentlist article .avatar {
	float: left;
}

#comments .commentlist article .comment-author,
#comments .commentlist article .awaiting-moderation,
#comments .commentlist article .comment-meta,
#comments .commentlist article .comment-content {
	margin-left: 75px;
}

#comments .commentlist article .comment-content {
	margin-bottom: 0;
}

#comments .commentlist article .comment-author {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
}

#comments .commentlist article .comment-author a {
	color: inherit;
	text-decoration: none;
}

#comments .commentlist article .comment-author cite {
	font-style: normal;
}

#comments .commentlist article .comment-meta {
	color: #999;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 10px;
}

#comments .commentlist article .comment-meta a {
	color: inherit;
	text-decoration: none;
}

#comments .commentlist article .comment-meta .support {
	display: inline-block;
	margin-left: 15px;
}

#comments .commentlist article .awaiting-moderation {
	display: block;
	margin-bottom: 10px;
}

#comments .commentlist .bypostauthor {
}

#commentform {
	margin-bottom: 30px; /* Change the comment by the post author */ 
}

#commentform label {
	width: 25%;
	
	display: block;
	float: left;
	margin-top: 2px;
}

#commentform input,
#commentform textarea {
	width: 75%;
	
	float: left;
	font-size: 13px;
	padding: 10px;
}

#commentform textarea {
	padding: 10px;
}

#commentform input {
	padding: 7px 10px;
}

#commentform p {
	margin-bottom: 20px;
	zoom: 1;
}

#commentform p:before {
	content: '';
	display: block;
}

#commentform p:after {
	clear: both;
	content: '';
	display: table;
}

#commentform p.form-submit {
	margin-bottom: 0;
}

#commentform #submit {
	width: auto;
	
	background: #373737;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2f2f2f), color-stop(1, #3f3f3f));
	background: -ms-linear-gradient(bottom, #2f2f2f, #3f3f3f);
	background: -moz-linear-gradient(center bottom, #2f2f2f 0%, #3f3f3f 100%);
	background: -o-linear-gradient(#3f3f3f, #2f2f2f);
	border: 1px solid #202020;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.1);
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f', endColorstr='#2f2f2f', GradientType=0);
	font-size: 11px;
	font-weight: 400;
	padding: 10px 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

#commentform .form-allowed-tags,
#commentform .form-allowed-tags code,
#commentform .comment-notes {
	color: #999;
	font-size: 0.8em;
}

#commentform .logged-in-as {
	color: #999;
	font-size: 0.8em;
	margin-bottom: 10px;
	text-align: right;
}

#commentform .logged-in-as a {
	color: #777777;
}

#commentform .required {
	color: #A40802;
}

/* =Sidebars and Asides
----------------------------------------------- */

#footer-widgets {
	background: #292929;
	max-width: 100%;
	padding: 45px 135px;
	zoom: 1;
}

#footer-widgets:before {
	content: '';
	display: block;
}

#footer-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#footer-widgets aside.widget {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #b9b9b9;
	float: right;
	font-size: 13px;
	font-weight: 200;
	margin-bottom: 0;
	padding: 0 15px;
}

#footer-widgets aside.widget .widget-title {
	color: #d4d4d4;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 30px;
}

#footer-widgets aside.widget a {
	color: #c6c6c6;
	text-decoration: none;
}

#footer-widgets aside.widget ul,
#footer-widgets aside.widget ol {
	list-style: none;
	margin: 0;
}

#footer-widgets aside.widget ul ul,
#footer-widgets aside.widget ol ul,
#footer-widgets aside.widget ul ol,
#footer-widgets aside.widget ol ol {
	margin-right: 1em;
}

#site-info {
	color: #dee3ea;
	font-size: 12px;
	padding: 30px 0;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#site-info a {
	color: #e7ebf0;
	text-decoration: none;
}

/* =Sliders
----------------------------------------------- */

/* Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Necessary Styles */

.flexslider {
	position: relative;
	
	margin: 0;
	padding: 0;
	zoom: 1;
}

.flexslider .slides {
	list-style: none;
	zoom: 1;
}

.flexslider .slides:before {
	content: '';
	display: block;
}

.flexslider .slides:after {
	clear: both;
	content: '';
	display: table;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
	
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	display: block;
}

.flexslider .slides .flex-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	background: rgba(0, 0, 0, 0.5);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	padding: 20px;
	text-align: center;
	text-decoration: none;
}

.flexslider .slides .flex-caption h3 {
	line-height: 1.25em;
	margin: 0;
}

.flexslider .slides > li {
	display: none;
	margin-left: 0;
	-webkit-backface-visibility: hidden;
}

.flexslider .flex-control-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	
	list-style: none;
	text-align: center;
}

.flexslider .flex-control-nav li {
	width: 10px;
	height: 10px;
	
	display: inline-block;
	margin: 0;
	margin-right: 2px;
	padding: 0;
	text-indent: -99999px;
}

.flexslider .flex-control-nav li a {
	width: 10px;
	height: 10px;
	
	background: url('images/sprites-1-0-2.png') no-repeat -23px 0;
	cursor: pointer;
	display: block;
}

.flexslider .flex-control-nav li a.flex-active {
	background: url('images/sprites-1-0-2.png') no-repeat -12px 0;
}

.flexslider .flex-direction-nav {
	list-style: none;
}

.flexslider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.flexslider .flex-direction-nav li a {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	
	display: block;
	margin-top: -22px;
	opacity: 0;
	text-indent: -99999px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
	
	background: url('images/sprites-1-0-2.png') no-repeat 0 -18px;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	
	background: url('images/sprites-1-0-2.png') no-repeat 0 -64px;
}

.flexslider:hover .flex-direction-nav li a {
	opacity: 1;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

/* Search widget */

#searchsubmit {
	display: none;
}

.textwidget p:first-child {
	margin-top: 0;
}

.textwidget p:last-child {
	margin-bottom: 0;
}

/* =General Widget Styling
----------------------------------------------- */

.widget img,
.widget embed,
.widget iframe,
.widget object {
	max-width: 100%;
}

.widget img {
	height: auto;
	
}

/* =Responsive Layout
----------------------------------------------- */

@media (max-width: 1400px) {
	
	body.responsive #page {
		width: 900px;
		
	}

	body.responsive #masthead {
		padding-left: 50px;
		padding-right: 50px;
	}

	body.responsive #top-slider .nav-box {
		padding-left: 50px;
		padding-right: 50px;
	}

	body.responsive #top-slider .nav-box .directionNav a.prevNav {
		left: 50px;
		
	}

	body.responsive #top-slider .nav-box .directionNav a.nextNav {
		right: 50px;
		
	}

	body.responsive #primary {
		width: 500px;
		
		margin-left: 50px;
	}

	body.responsive.page-template-template-full-php #primary,
	body.responsive.siteorigin-panels-home #primary {
		width: auto;
		
		margin-left: 50px;
		margin-right: 50px;
	}

	body.responsive #secondary {
		width: 260px;
		
		margin-right: 50px;
	}

	body.responsive article.loop-entry .entry-summary {
		width: 350px;
		
	}

	body.responsive .pagination .pagination-links {
		width: 350px;
		
	}

	body.responsive #main {
		background-position: -100px 0px;
	}

	body.responsive #footer-widgets {
		padding-left: 35px;
		padding-right: 35px;
	}

}

@media (max-width: 1000px) {
	
	body.responsive #page {
		width: 680px;
		
	}

	body.responsive #primary {
		width: 365px;
		
	}

	body.responsive.page-template-template-full-php #primary,
	body.responsive.siteorigin-panels-home #primary {
		width: auto;
		
	}

	body.responsive #secondary {
		width: 175px;
		
	}

	body.responsive article.loop-entry .entry-summary {
		width: 215px;
		
	}

	body.responsive .pagination .pagination-links {
		width: 215px;
		
	}

}

@media (max-width: 680px) {
	
	body.responsive #page {
		width: 340px;
		
		margin: 0 auto;
	}

	body.responsive #masthead {
		padding-left: 30px;
		padding-right: 30px;
	}

	body.responsive #masthead hgroup {
		width: auto;
		
		float: none;
		text-align: center;
	}

	body.responsive #masthead hgroup .site-title {
		display: inline-block;
	}

	body.responsive #masthead nav {
		float: none;
		text-align: center;
	}

	body.responsive #top-slider .nav-box {
		padding-left: 30px;
		padding-right: 30px;
	}

	body.responsive #top-slider .nav-box .directionNav a.prevNav {
		left: 30px;
		
	}

	body.responsive #top-slider .nav-box .directionNav a.nextNav {
		right: 30px;
		
	}

	body.responsive #top-slider .nav-box span {
		display: block;
	}

	body.responsive #primary {
		width: auto;
		
		float: none;
		margin: 0 30px;
	}

	body.responsive.page-template-template-full-php #primary,
	body.responsive.siteorigin-panels-home #primary {
		width: auto;
		
		margin: 0 30px;
	}

	body.responsive #secondary {
		width: auto;
		
		float: none;
		margin: 0 30px;
	}

	body.responsive #footer-widgets .widget {
		width: 100%;
		
		display: block;
		float: none;
		margin-bottom: 25px;
	}

	body.responsive article.loop-entry .entry-header {
		margin-bottom: 20px;
	}

	body.responsive article.loop-entry .entry-meta {
		width: auto;
		
		float: none;
		margin-bottom: 20px;
		padding-right: 0;
	}

	body.responsive article.loop-entry .entry-meta ul {
		text-align: center;
	}

	body.responsive article.loop-entry .entry-meta ul li {
		display: inline-block;
		margin-right: 20px;
	}

	body.responsive article.loop-entry .entry-meta ul li:last-child {
		margin-right: 0;
	}

	body.responsive article.loop-entry .entry-summary {
		width: auto;
		
		float: none;
	}

	body.responsive #main {
		background-image: none;
	}

	body.responsive #footer-widgets .widget:last-child {
		margin-bottom: 0;
	}

	body.responsive .pagination .pagination-info {
		width: 100%;
		
		margin-bottom: 15px;
		padding: 0;
		text-align: center;
	}

	body.responsive .pagination .pagination-links {
		width: 100%;
		
		padding: 0;
		text-align: center;
	}

}

.menu-mobilenav-container {
	float: none;
	text-align: center;
}

/* We consider 680px to be mobile resolution */

