/*!
Theme Name: DesignOrbital V3
Theme URI: http://designorbital.com/
Author: DesignOrbital
Author URI: http://designorbital.com/
Description: DesignOrbital Version 3
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crayon
Domain Path: /languages/
Tags: black, red, white, light, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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

Crayon is based on Underscores http://underscores.me/, (C) 2012-2014 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 - Typography
	2.1 - Global
	2.2 - Font Awesome
	2.3 - Paragraph
	2.4 - Headings
	2.5 - Links
	2.6 - Blockquote
	2.7 - General
3.0 - Elements
	3.1 - HR
	3.2 - List
	3.3 - Table
	3.4 - Image
	3.5 - HTML5 Elements
	3.6 - Forms
	3.7 - Accessibility
	3.8 - Alignments
	3.9 - Clearings
4.0 - Navigation
	4.1 - Main Navigation
	4.2 - Superfish Menu
	4.3 - Primary Menu Responsive
	4.4 - Secondary Menu
	4.5 - Tertiary Menu
	4.6 - Social Navigation
	4.7 - Navigation Elements
5.0 - Skeleton
	5.1 - Site Wrapper
	5.2 - Header
	5.3 - Site Logo
	5.4 - Site Branding
	5.5 - Site Bar
	5.6 - Site Hero
	5.7 - Site Content
	5.8 - Sidebar
	5.9 - Footer
6.0 - Content
	6.1 - HEntry
	6.2 - Page Links
	6.3 - More Link
	6.4 - Entry Meta
	6.5 - Post Formats
	6.6 - Comments
7.0 - Widgets
	7.1 - Search Form Widget
	7.2 - Tag Cloud Widget
	7.3 - Custom Menu Widget
	7.4 - Pages Widget
	7.5 - Categories Widget
	7.6 - Postlist Widget
8.0 - Media
	8.1 - Captions
	8.2 - Galleries
	8.3 - Media Elements
9.0 - Utilities
	9.1 - Overlay Effect
	9.2 - Preloader Effect
	9.3 - Scroll Up
	9.4 - Misc
10.0 - Jetpack
	10.1 - Share Daddy
	10.2 - Related Posts
	10.3 - Infinite Scroll
	10.4 - Gallery
	10.5 - WP Stats
11.0 - DesignOrbital
	11.1 - DesignOrbital Intro
	11.2 - DesignOrbital Theme Grid
	11.3 - DesignOrbital Partners
	11.4 - DesignOrbital Theme Detail
	11.5 - DesignOrbital FAQ
	11.6 - DesignOrbital Tweet
	11.7 - DesignOrbital Hosting
	11.8 - DesignOrbital Columns
	11.9 - DesignOrbital Misc
12.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 centered 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/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Global
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	background: #fff;
	color: #656565;
	/*font-family: 'Droid Serif', serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0.2px;
	letter-spacing: 0.02em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
2.2 Font Awesome
--------------------------------------------------------------*/
blockquote:before,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.paging-navigation .nav-previous a:before,
.paging-navigation .nav-next a:after,
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:after,
.social-menu a:before,
.social2-menu a:before,
.widget_nav_menu div[class^="menu-social-"],
.post-label:before,
.post-format-label a:before,
.toggle-home:before,
.toggle-search:before,
#scrollUp span:before,
.do-theme-features ul li:before,
.widget_theme_details ul li:before,
.widget_theme_overview ul li:before,
.do-toggle-button:before,
.do-tweet:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-rendering: auto;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------
2.3 Paragraph
--------------------------------------------------------------*/
p {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
2.4 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #020202;
	/*font-family: 'Pathway Gothic One', sans-serif;*/
	font-family: 'franklin-gothic-urw',sans-serif;
	/*letter-spacing: 1px;
	letter-spacing: 0.1rem;*/
	line-height: 1.2;
}
h1, h2, h3 {
	margin-top: 28px;
	margin-bottom: 28px;
}
h4, h5, h6 {
	margin-top: 18.5px;
	margin-bottom: 18.5px;
}
h1 {
	font-size: 32px;
	font-size: 3.2rem;
}
h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2.0rem;
}
h5 {
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 16px;
	font-size: 1.6rem;
}
h6 {
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
2.5 Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #2093cd;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #155f8a;
}

/*--------------------------------------------------------------
2.6 Blockquote
--------------------------------------------------------------*/
blockquote {
	color: #999;
	/*font-family: 'Pathway Gothic One', sans-serif;*/
	font-family: 'franklin-gothic-urw',sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.3;
	margin: 0 auto 60px;
	padding: 15px 100px 0;
	position: relative;
	text-align: center;
}
blockquote.alignright,
blockquote.alignleft {
	display: inline;
	font-size: 28px;
	font-size: 2.8rem;
	max-width: 280px;
	padding: 0;
}
blockquote.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
blockquote.alignright {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
blockquote blockquote {
    padding: 0;
}
p + blockquote,
blockquote + blockquote {
	margin: 50px auto 60px;
}
blockquote:before {
	content: "\f10d";
	color: #999;
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 0 35px;
	padding: 0;
}
blockquote p {
	margin: 0;
}
blockquote cite {
	color: #999;
	display: block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: 1px;
	letter-spacing: .1rem;
	margin: 35px 0 0;
	text-transform: uppercase;
}
blockquote cite,
blockquote cite a,
blockquote cite a:visited {
	color: #999;
}
blockquote cite a:hover,
blockquote cite a:focus,
blockquote cite a:active {
	color: #a60212;
}

/*--------------------------------------------------------------
2.7 General
--------------------------------------------------------------*/
::selection {
	background-color: #444;
	color: #fff;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 16px;
	font-size: 1.6rem;
}
abbr, acronym {
	border-bottom: 1px dotted #ebebeb;
	cursor: help;
}
mark, ins {
	background: #aee6f8;
	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%;
}
cite {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: uppercase;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: #fafafa;
	border: 1px dashed #ebebeb;
	color: #020202;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em 2.25em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.1 HR
--------------------------------------------------------------*/
hr {
	background-color: #ebebeb;
	border: 0;
	height: 1px;
	margin: 3.5em auto;
	width: 80%;
}

/*--------------------------------------------------------------
3.2 List
--------------------------------------------------------------*/
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
3.3 Table
--------------------------------------------------------------*/
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	padding: 12px 0;
}
td {
	border-bottom: 1px solid #ebebeb;
	padding: 12px 0;
}
.site-footer-widgets th {
	border-bottom: 1px solid #2c2c2c;
}
.site-footer-widgets td {
	border-bottom: 1px solid #2c2c2c;
}

/*--------------------------------------------------------------
3.4 Image
--------------------------------------------------------------*/
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

/*--------------------------------------------------------------
3.5 HTML5 Elements
--------------------------------------------------------------*/
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%; /* Make sure embeds and iframes fit their containers */
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

/*--------------------------------------------------------------
3.6 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #020202;
	color: #020202;
	cursor: pointer;
	display: inline-block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	line-height: normal;
	padding: 15px 26px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-appearance: button;
}
button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	color: #666;
	outline: none;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	bottom: -2px;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	color: #666;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 8px 10px;
}
select {
	padding: 8px 10px;
	width: 98%;
}
input:focus,
textarea:focus {
	outline: 0;
}
textarea {
	overflow: auto;
	padding: 8px 10px;
	vertical-align: top;
	width: 98%;
}
fieldset {
	border: 1px solid #ededed;
	margin: 0 0 24px;
	padding: 12px 12px 0;
}
legend {
	white-space: normal;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
}

/*--------------------------------------------------------------
3.7 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
3.8 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
3.9 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.site-wrapper:before,
.site-wrapper:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
.site-bar:before,
.site-bar:after,
.main-navigation:before,
.main-navigation:after,
.main-navigation-sticky-wrapper:before,
.main-navigation-sticky-wrapper:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-footer-highlight:before,
.site-footer-highlight:after,
.site-footer-highlight-inside:before,
.site-footer-highlight-inside:after,
.site-footer-widgets:before,
.site-footer-widgets:after,
.site-info:before,
.site-info:after,
.site-info-inside:before,
.site-info-inside:after,
.hentry:before,
.hentry:after,
.entry-content:before,
.entry-content:after,
.comment-body:before,
.comment-body:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after {
	content: '';
	display: table;
}
.clear:after,
.container:after,
.container-fluid:after,
.row:after,
.site-wrapper:after,
.site-header:after,
.site-branding:after,
.site-bar:after,
.main-navigation:after,
.main-navigation-sticky-wrapper:after,
.site-content:after,
.site-footer:after,
.site-footer-highlight:after,
.site-footer-highlight-inside:after,
.site-footer-widgets:after,
.site-info:after,
.site-info-inside:after,
.hentry:after,
.entry-content:after,
.comment-body:after,
.comment-meta:after,
.comment-content:after {
	clear: both;
}

/*--------------------------------------------------------------
4.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 Main Navigation
--------------------------------------------------------------*/

/* Main navigation */
.main-navigation {
	/*background: #242424;*/
	background: #2093cd;
	position: relative;
	width: 100%;
	z-index: 3;
}
/* Main navigation for site hero */
.site-hero-featured-image .main-navigation {
	/*background: rgba(36, 36, 36, .7);*/
	background: rgba(32, 147, 205, .9);
}
/* Main navigation is sticky */
.main-navigation.stuck {
	background: #2093cd;
	background: rgba(32, 147, 205, .9);
	position: fixed;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99950;
}
.headroom-pinned {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.headroom-unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.no-csstransforms .main-navigation.stuck.headroom-pinned {
	top: 0;
}
.no-csstransforms .main-navigation.stuck.headroom-unpinned {
	top: -100px;
}

/* Main Navigation - Site Home */
.site-home {
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-navigation.stuck .site-home {
	opacity: 1;
}
.site-home a,
.site-home a:visited {
	color: #fff;
	display: block;
	padding: 23px 15px;
}
.site-home a:hover {
	color: #aaa;
}
.main-navigation.stuck .site-home a:hover {
	color: #e5e5e5;
}
.toggle-home > span {
	display: none;
}
.toggle-home:before {
	content: "\f015";
	font-size: 14px;
	font-size: 1.4rem;
}

/* Main Navigation - Site Search */
.site-search {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.site-search a,
.site-search a:visited {
	color: #fff;
	display: block;
	padding: 23px 15px;
}
.site-search a:hover {
	/*color: #aaa;*/
	color: #e5e5e5;
}
.main-navigation.stuck .site-search a:hover {
	color: #e5e5e5;
}
.toggle-search > span {
	display: none;
}
.toggle-search:before {
	content: "\f002";
	font-size: 14px;
	font-size: 1.4rem;
}

/* Main Navigation w.r.t Admin Bar */
body.admin-bar .main-navigation.stuck {
	top: 32px;
}
body.demo-site .main-navigation.stuck {
	top: 80px;
}
body.admin-bar.demo-site .main-navigation.stuck {
	top: 112px;
}
@media screen and ( max-width: 782px ) {
	body.admin-bar .main-navigation.stuck {
		top: 46px;
	}
	body.demo-site .main-navigation.stuck {
		top: 80px;
	}
	body.admin-bar.demo-site .main-navigation.stuck {
		top: 126px;
	}
}

/*--------------------------------------------------------------
4.2 Superfish Menu
--------------------------------------------------------------*/

/* Primary Menu */
.site-primary-menu {
	padding: 0 30px;
}

/* Essential Styles */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li > ul {
	top: 3.85em;
}
.sf-menu > li {
	display: inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* Menu Skin */
.sf-menu {
	margin-bottom: 0;
	text-align: center;
}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	max-width: 12em;
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	text-align: left;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.sf-menu a,
.sf-menu a:visited {
	color: #fff;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 20px 15px;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a:hover,
.sf-menu a:focus,
.sf-menu a:active {
	/*color: #aaa;*/
	color: #e5e5e5;
}
/* Main navigation is sticky */
.main-navigation.stuck .sf-menu > li > a:hover,
.main-navigation.stuck .sf-menu > li > a:focus,
.main-navigation.stuck .sf-menu > li > a:active {
	color: #e5e5e5;
}
/* Child Menu Anchors */
.sf-menu ul a,
.sf-menu ul a:visited {
	border-bottom: 1px solid #e6e6e6;
	color: #020202;
	padding: 10px 10px;
	text-transform: none;
}
.sf-menu ul a:hover,
.sf-menu ul a:focus,
.sf-menu ul a:active {
	color: #666;
}
.sf-menu ul li:last-child a {
	border-bottom: none;
}
.sf-menu li {
	word-wrap: break-word;
	white-space: normal; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #ffffff;
}
.sf-menu ul ul li {
	background: #ffffff;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* Last Child Reverse */
.sf-menu > li:last-child > ul ul,
.sf-menu > li:nth-last-child(2) > ul ul {
	left: auto; /* reset the default positioning */
	right: 100%; /* this makes the submenu fly out to the left */
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.sf-arrows ul .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	height: 0;
	width: 0;
	margin-top: -5px;
	margin-right: -3px;
	border: 5px solid transparent;
	border-left-color: #333333; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(51,51,51,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #999999;
}

/*--------------------------------------------------------------
4.3 Primary Menu Responsive
--------------------------------------------------------------*/

/* Toogle Menu */
.toggle-menu-wrapper {
	display: none;
	text-align: center;
}
.toggle-menu-wrapper a,
.toggle-menu-wrapper a:visited {
	color: #fff;
	display: block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 20px 0;
	text-transform: uppercase;
	text-decoration: none;
}
.toggle-menu-wrapper a:hover,
.toggle-menu-wrapper a:focus,
.toggle-menu-wrapper a:active {
	color: #666;
}
.main-navigation.stuck .toggle-menu-wrapper a,
.main-navigation.stuck .toggle-menu-wrapper a:visited {
	color: #fff;
}
.main-navigation.stuck .toggle-menu-wrapper a:hover,
.main-navigation.stuck .toggle-menu-wrapper a:focus,
.main-navigation.stuck .toggle-menu-wrapper a:active {
	color: #aaa;
}

/* Site Primary Menu Responsive */
.site-primary-menu-responsive {
	background: #141414;
	color: #fff;
	margin: 0;
	overflow: hidden;
	overflow-y: auto;
	padding: 35px 0;
	position: fixed;
	top: 0;
	left: -400px;
	width: 400px;
	height: 100%;
	z-index: 99999;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-primary-menu-responsive.show {
	left: 0;
}
@media screen and ( min-width: 601px ) {
	body.admin-bar .site-primary-menu-responsive {
		top: 46px;
	}
	body.demo-site .site-primary-menu-responsive {
		top: 100px;
	}
	body.admin-bar.demo-site .site-primary-menu-responsive {
		top: 146px;
	}
}

/* Primary Menu Responsive */
.primary-menu-responsive {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 70%;
}
.primary-menu-responsive * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-menu-responsive ul {
	display: none;
	margin-left: 24px;
}
.primary-menu-responsive ul.toggle-on {
	display: block;
}
.primary-menu-responsive li {
	border-top: 1px solid #2c2c2c;
	position: relative;
	word-wrap: break-word;
	white-space: normal;
}
.primary-menu-responsive li:first-child {
	border-top: 0;
}

.primary-menu-responsive a,
.primary-menu-responsive a:visited {
	color: #ddd;
	display: block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 12px 0;
	text-transform: uppercase;
}
.primary-menu-responsive a:hover,
.primary-menu-responsive a:focus,
.primary-menu-responsive a:active {
	color: #aaa;
}
.primary-menu-responsive ul .current_page_item a,
.primary-menu-responsive ul .current-menu-item a {
	color: #fff;
}
.primary-menu-responsive .dropdown-toggle {
	background: #242424;
	border: 0;
	border-radius: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.primary-menu-responsive .dropdown-toggle:after {
	font-size: 18px;
	height: 18px;
	width: 18px;
	color: #fff;
	content: "\f078";
	position: absolute;
	top: 15px;
	right: 15px;
}
.primary-menu-responsive .dropdown-toggle:hover,
.primary-menu-responsive .dropdown-toggle:focus,
.primary-menu-responsive .dropdown-toggle:active {
	background-color: #2093cd;
	color: #23292b;
	border: 0;
}
.primary-menu-responsive .dropdown-toggle.toggle-on:after {
	content: "\f077";
}
.primary-menu-responsive .dropdown-toggle.toggle-on {
	background-color: #2093cd;
	color: #23292b;
}
.primary-menu-responsive .page_item_has_children > a,
.primary-menu-responsive .menu-item-has-children > a {
	padding-right: 40px;
}

/*--------------------------------------------------------------
4.4 Secondary Menu
--------------------------------------------------------------*/
.site-secondary-menu {
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}
.secondary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.secondary-menu > li {
	display: inline-block;
}
.secondary-menu a,
.secondary-menu a:visited {
	color: #ddd;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 8px;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.secondary-menu a:hover,
.secondary-menu a:focus,
.secondary-menu a:active {
	color: #aaa;
}
.has-footer-widgets .secondary-menu a,
.has-footer-widgets .secondary-menu a:visited {
	color: #020202;
}
.has-footer-widgets .secondary-menu a:hover,
.has-footer-widgets .secondary-menu a:focus,
.has-footer-widgets .secondary-menu a:active {
	color: #666;
}

/*--------------------------------------------------------------
4.5 Tertiary Menu
--------------------------------------------------------------*/
.site-tertiary-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}
@media screen and ( max-width: 767px ) {
	.site-tertiary-menu {
		text-align: center;
	}
}
.tertiary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tertiary-menu > li {
	display: inline-block;
}
.tertiary-menu a,
.tertiary-menu a:visited {
	color: #656565;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 8px 8px;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.tertiary-menu a:hover,
.tertiary-menu a:focus,
.tertiary-menu a:active {
	color: #666;
}

/*--------------------------------------------------------------
4.6 Social Navigation
--------------------------------------------------------------*/
.site-social-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}
.site-social-menu ul,
.widget_nav_menu div[class^="menu-social-"] ul {
	font-size: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-social-menu ul li,
.widget_nav_menu div[class^="menu-social-"] ul li {
	display: inline-block;
	margin: 2px 0 2px 8px;
	padding: 0;
}
.widget_nav_menu div[class^="menu-social-"] {
	text-align: left;
}
.widget_nav_menu div[class^="menu-social-"] ul li {
	margin: 0 8px 8px 0;
}
.site-social-menu a,
.site-social-menu a:visited,
.widget_nav_menu div[class^="menu-social-"] a,
.widget_nav_menu div[class^="menu-social-"] a:visited {
	background: #242424;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	width: 35px;
	height: 35px;
}
.site-social-menu a:before,
.widget_nav_menu div[class^="menu-social-"] a:before {
	font-size: 14px;
	font-size: 1.4rem;
}
.site-social-menu a:hover,
.widget_nav_menu div[class^="menu-social-"] a:hover {
	background: #707070;
	-ms-transform: rotate( 360deg );
	-webkit-transform: rotate( 360deg );
	transform: rotate( 360deg );
}
.site-social-menu a:focus,
.site-social-menu a:active,
.widget_nav_menu div[class^="menu-social-"] a:focus,
.widget_nav_menu div[class^="menu-social-"] a:active {
	background: #707070;
}

/* Social2 Menu */
.site-social2-menu {
	margin: 0 auto 40px;
	padding: 0;
	text-align: center;
}
.site-social2-menu ul {
	font-size: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-social2-menu ul li {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0;
}
.site-social2-menu a {
	background: #242424;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ddd;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 48px;
	margin: 0 4px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	width: 48px;
	height: 48px;
}
.site-social2-menu a:hover,
.site-social2-menu a:focus,
.site-social2-menu a:active {
	background: #2093cd;
	color: #ddd;
}
.site-social2-menu a:before {
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.no-csstransforms .site-social2-menu a {
	-webkit-border-radius: 2px;
	-moz-border-radius:20px;
	border-radius: 2px;
}

/* Social Menu Icons */
.site-social-menu a[href$="/feed/"]:before,
.site-social2-menu a[href$="/feed/"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href$="/feed/"]:before {
	content: "\f09e";
}
.site-social-menu a[href*="codepen.io"]:before,
.site-social2-menu a[href*="codepen.io"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="codepen.io"]:before {
	content: "\f1cb";
}
.site-social-menu a[href*="digg.com"]:before,
.site-social2-menu a[href*="digg.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="digg.com"]:before {
	content: "\f1a6";
}
.site-social-menu a[href*="dribbble.com"]:before,
.site-social2-menu a[href*="dribbble.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="dribbble.com"]:before {
	content: "\f17d";
}
.site-social-menu a[href*="dropbox.com"]:before,
.site-social2-menu a[href*="dropbox.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="dropbox.com"]:before {
	content: "\f16b";
}
.site-social-menu a[href*="facebook.com"]:before,
.site-social2-menu a[href*="facebook.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="facebook.com"]:before {
	content: "\f09a";
}
.site-social-menu a[href*="flickr.com"]:before,
.site-social2-menu a[href*="flickr.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="flickr.com"]:before {
	content: "\f16e";
}
.site-social-menu a[href*="plus.google.com"]:before,
.site-social2-menu a[href*="plus.google.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="plus.google.com"]:before {
	content: "\f0d5";
}
.site-social-menu a[href*="github.com"]:before,
.site-social2-menu a[href*="github.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="github.com"]:before {
	content: "\f09b";
}
.site-social-menu a[href*="instagram.com"]:before,
.site-social2-menu a[href*="instagram.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="instagram.com"]:before {
	content: "\f16d";
}
.site-social-menu a[href*="linkedin.com"]:before,
.site-social2-menu a[href*="linkedin.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
.site-social-menu a[href*="pinterest.com"]:before,
.site-social2-menu a[href*="pinterest.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="pinterest.com"]:before {
	content: "\f0d2";
}
.site-social-menu a[href*="reddit.com"]:before,
.site-social2-menu a[href*="reddit.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="reddit.com"]:before {
	content: "\f1a1";
}
.site-social-menu a[href*="skype.com"]:before,
.site-social-menu a[href*="skype:"]:before:before,
.site-social2-menu a[href*="skype.com"]:before,
.site-social2-menu a[href*="skype:"]:before:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="skype.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="skype:"]:before:before {
	content: "\f17e";
}
.site-social-menu a[href*="stumbleupon.com"]:before,
.site-social2-menu a[href*="stumbleupon.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}
.site-social-menu a[href*="tumblr.com"]:before,
.site-social2-menu a[href*="tumblr.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="tumblr.com"]:before {
	content: "\f173";
}
.site-social-menu a[href*="twitter.com"]:before,
.site-social2-menu a[href*="twitter.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="twitter.com"]:before {
	content: "\f099";
}
.site-social-menu a[href*="vimeo.com"]:before,
.site-social2-menu a[href*="vimeo.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="vimeo.com"]:before {
	content: "\f194";
}
.site-social-menu a[href*="wordpress.com"]:before,
.site-social-menu a[href*="wordpress.org"]:before,
.site-social2-menu a[href*="wordpress.com"]:before,
.site-social2-menu a[href*="wordpress.org"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="wordpress.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="wordpress.org"]:before {
	content: "\f19a";
}
.site-social-menu a[href*="youtube.com"]:before,
.site-social2-menu a[href*="youtube.com"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="youtube.com"]:before {
	content: "\f167";
}
.site-social-menu a[href*="mailto:"]:before,
.site-social2-menu a[href*="mailto:"]:before,
.widget_nav_menu div[class^="menu-social-"] a[href*="mailto:"]:before {
	content: "\f003";
}

/*--------------------------------------------------------------
4.7 Navigation Elements
--------------------------------------------------------------*/

/* Navigations */
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after {
	content: '';
	display: table;
}
.navigation:after,
.nav-links:after {
	clear: both;
}

/* Navigations Common */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .pagination,
.site-main .image-navigation {
	margin: 50px 0 0;
	overflow: hidden;
	text-align: center;
}
.site-main .image-navigation {
	margin: 0 0 50px;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.image-navigation .nav-previous,
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.image-navigation .nav-next {
	border: 1px solid #ebebeb;
	display: inline-block;
	margin: 0 1px;
	padding: 0;
}
.comment-navigation .nav-previous {
	border: none;
}
.comment-navigation .nav-next {
	border: none;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-previous a:visited,
.paging-navigation .nav-previous a,
.paging-navigation .nav-previous a:visited,
.image-navigation .nav-previous a,
.image-navigation .nav-previous a:visited,
.comment-navigation .nav-next a,
.comment-navigation .nav-next a:visited,
.paging-navigation .nav-next a,
.paging-navigation .nav-next a:visited,
.image-navigation .nav-next a,
.image-navigation .nav-next a:visited {
	color: #999;
	display: block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 2px;
	letter-spacing: .2rem;
	padding: 16px 22px;
	text-transform: uppercase;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-previous a:focus,
.comment-navigation .nav-previous a:active,
.paging-navigation .nav-previous a:hover,
.paging-navigation .nav-previous a:focus,
.paging-navigation .nav-previous a:active,
.image-navigation .nav-previous a:hover,
.image-navigation .nav-previous a:focus,
.image-navigation .nav-previous a:active,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:active,
.paging-navigation .nav-next a:hover,
.paging-navigation .nav-next a:focus,
.paging-navigation .nav-next a:active,
.image-navigation .nav-next a:hover,
.image-navigation .nav-next a:focus,
.image-navigation .nav-next a:active {
	color: #2093cd;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.paging-navigation .nav-previous a:before,
.paging-navigation .nav-next a:after,
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after {
	color: #2093cd;
}
.comment-navigation .nav-previous a:before,
.paging-navigation .nav-previous a:before,
.image-navigation .nav-previous a:before {
	content: "\f053";
	margin: 0 5px 0 0;
}
.comment-navigation .nav-next a:after,
.paging-navigation .nav-next a:after,
.image-navigation .nav-next a:after {
	content: "\f054";
	margin: 0 0 0 5px;
}
.comment-navigation .nav-previous .meta-nav,
.comment-navigation .nav-next .meta-nav,
.paging-navigation .nav-previous .meta-nav,
.paging-navigation .nav-next .meta-nav,
.image-navigation .nav-previous .meta-nav,
.image-navigation .nav-next .meta-nav {
	display: none;
}

/* Pagination @since WordPress 4.1.0 */
.pagination .page-numbers {
	display: inline-block;
}
.pagination .page-numbers {
	border: 1px solid #020202;
	color: #020202;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	margin: 0;
	padding: 8px 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.pagination .page-numbers:hover {
	color: #666;
}
.pagination .current.page-numbers {
	background: #2093cd;
	border: 1px solid #2093cd;
	color: #fff;
}
.pagination .prev.page-numbers:before {
	content: "\f053";
}
.pagination .next.page-numbers:after {
	content: "\f054";
}

/* Post Navigation */
.post-navigation {
	background: #f2f2f2;
	/*margin: 50px auto 0;*/
	padding: 0;
	position: relative;
	width: 100%;
}
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.post-navigation .nav-next {
	float: right;
	width: 50%;
}
.post-navigation a,
.post-navigation a:visited {
	color: #020202;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	padding: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active {
	color: #2093cd;
}
.post-navigation .meta-nav {
	color: #999;
	display: block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 5px;
}

/*--------------------------------------------------------------
5.0 Skeleton
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Site Wrapper
--------------------------------------------------------------*/
.site-wrapper {
	background: #fff;
	position: relative;
}

/* Box layout for large display */
@media screen and ( min-width: 1200px ) {
	.layout-box .site-wrapper {
		width: 1230px;
		margin: 50px auto;
		-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
	}
}

/*--------------------------------------------------------------
5.2 Header
--------------------------------------------------------------*/
.site-header {
	margin: 0;
	min-height: 100px;
	padding: 30px 0;
	position: relative;
}

/* Branding / Social Wrapper */
.site-header-branding-wrapper {
	width: 100%;
}
.site-header-shared-branding-wrapper {
	float: left;
	padding: 0 0 0 15px;
	width: 49%;
}
.site-header-shared-social-wrapper {
	float: right;
	padding: 0 15px 0 0;
	width: 49%;
}
@media screen and ( max-width: 767px ) {
	.site-header-shared-branding-wrapper,
	.site-header-shared-social-wrapper {
		float: none;
		padding: 0 15px;
		width: 100%;
	}
}

/*--------------------------------------------------------------
5.3 Site Logo
--------------------------------------------------------------*/
.site-logo {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.site-logo img {
	width: auto;
	max-height: 100px;
	margin: 0;
	padding: 0;
}
body:not(.has-header-social-menu) .site-logo {
	text-align: center;
}

/*--------------------------------------------------------------
5.4 Site Branding
--------------------------------------------------------------*/
.has-site-branding .site-branding {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body:not(.has-header-social-menu).has-site-branding .site-branding {
	text-align: center;
}
.has-site-logo.has-site-branding .site-branding {
	margin: 15px 0 0;
}
.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body:not(.has-header-social-menu) .site-title {
	font-size: 46px;
	font-size: 4.6rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
}
.site-title a,
.site-title a:visited {
	color: #020202;
	text-decoration: none;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #666;
}
.site-description {
	/*font-family: 'Droid Serif', serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1.5px;
	letter-spacing: .15rem;
	line-height: 1.3;
	margin: 5px 0 0;
	padding: 0;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
5.5 Site Bar
--------------------------------------------------------------*/
.site-bar {
	display: none;
}

/*--------------------------------------------------------------
5.6 Site Hero
--------------------------------------------------------------*/
.site-hero {
	height: 600px;
	overflow: hidden;
	position: relative;
/* 	border: 1px solid red; */
}
.site-hero-big .site-hero {
	height: 800px;
}
.site-hero.site-hero-featured-image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-o-background-size:      cover;
	background-size:         cover;
}
.site-hero .site-hero-overlay {
	background: #141414;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.site-hero.site-hero-featured-image .site-hero-overlay {
	background: rgba(20, 20, 20, .5);
}
.site-hero .site-hero-content {
	position: relative;
	height: 370px;
	z-index: 2;
}
.site-hero-big .site-hero-content {
	height: 480px;
}
.site-hero .site-hero-content-inside {
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
	text-align: center;
	z-index: 2;
}
.site-hero .entry-header-site-hero {
	margin: 0 0 30px;
	padding: 0;
}
.site-hero .entry-title-site-hero {
	color: #fff;
	font-size: 65px;
	font-size: 6.5rem;
	/*letter-spacing: 3px;
	letter-spacing: 0.3rem;*/
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.site-hero .entry-title-site-hero a,
.site-hero .entry-title-site-hero a:visited {
	color: #fff;
	text-decoration: none;
}
.site-hero .entry-title-site-hero a:hover,
.site-hero .entry-title-site-hero a:focus,
.site-hero .entry-title-site-hero a:active {
	color: #aaa;
}
.site-hero .entry-content-site-hero {
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
}
.site-hero .entry-content-site-hero p {
	line-height: 2.5;
}
.site-hero .entry-meta-site-hero a,
.site-hero .entry-meta-site-hero a:visited {
	color: #aaa;
}
.site-hero .entry-meta-site-hero a:hover,
.site-hero .entry-meta-site-hero a:focus,
.site-hero .entry-meta-site-hero a:active {
	color: #fff;
}
.site-hero .site-hero-perspective {
	background: #fff;
	height: 230px;
	position: absolute;
	-webkit-transform: rotate( 5deg );
	-moz-transform: rotate( 5deg );
	-ms-transform: rotate( 5deg );
	transform: rotate( 5deg );
	width: 110%;
	left: -5%;
	bottom: -165px;
	z-index: 3;
}
.no-csstransforms .site-hero .site-hero-perspective {
	display: none;
}

/* Site Hero Button */
.site-hero-button,
.site-hero-button:visited {
	border: 1px solid #fff;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	margin: 40px 0 0;
	padding: 15px 26px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: 1;
}
.site-hero-button:hover,
.site-hero-button:focus,
.site-hero-button:active {
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}
.site-hero-button:before {
    background: #2093cd;
    background: rgba(32, 147, 205, 0.8);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: -1;
}
.site-hero-button:hover:before,
.site-hero-button:active:before {
    width: 100%;
}
.site-hero-button span {
}

/* Site Hero Button Medium */
.site-hero-button-medium,
.site-hero-button-medium:visited {
	background: #2093cd;
    background: rgba(32, 147, 205, 0.8);
	border: 1px solid #2093cd;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	margin: 40px 0 0;
	padding: 15px 26px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: 1;
}
.site-hero-button-screenshot,
.site-hero-button-screenshot:visited {
	background: #4cb420;
    background: rgba(76, 180, 32, 0.8);
	border: 1px solid #4cb420;
}
.site-hero-button-demo,
.site-hero-button-demo:visited {
	background: #4cb420;
    background: rgba(76, 180, 32, 0.8);
	border: 1px solid #4cb420;
}
.site-hero-button-medium:hover,
.site-hero-button-medium:focus,
.site-hero-button-medium:active {
	background: transparent;
	color: #2093cd;
	color: rgba(32, 147, 205, 0.8);
}
.site-hero-button-medium:before {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: -1;
}
.site-hero-button-medium:hover:before,
.site-hero-button-medium:active:before {
    width: 100%;
}
.site-hero-button-medium span {
}

/*--------------------------------------------------------------
5.7 Site Content
--------------------------------------------------------------*/
.site-content {
	margin: 0;
	/*padding: 50px 0 100px;*/
	padding: 50px 0;
}
.site-main {
	margin: 0;
	padding: 0 195px;
}
.right-sidebar .site-main,
.left-sidebar .site-main {
	padding: 0;
}

/*--------------------------------------------------------------
5.8 Sidebar
--------------------------------------------------------------*/
.sidebar {
	margin: 0;
	padding: 0 0 0 60px;
}
.left-sidebar .sidebar {
	padding: 0 60px 0 0;
}

/*--------------------------------------------------------------
5.9 Footer
--------------------------------------------------------------*/

/* Site Footer */
.has-sticky-sidebar .site-footer {
	position: relative;
	z-index: 2;
}

/* Footer Top Perspective */
.no-csstransforms .site-footer-top-perspective-wrapper {
	display: none;
}
.site-footer-top-perspective-wrapper {
	height: 135px;
	overflow: hidden;
	position: relative;
/* 	border: 1px solid red; */
}
.site-footer-top-perspective {
	background: #141414;
	height: 230px;
	position: absolute;
	-webkit-transform: rotate( -5deg );
	-moz-transform: rotate( -5deg );
	-ms-transform: rotate( -5deg );
	transform: rotate( -5deg );
	width: 110%;
	left: -5%;
	bottom: -165px;
	z-index: 3;
}

/* Footer Bottom Perspective */
.no-csstransforms .site-footer-bottom-perspective-wrapper {
	display: none;
}
.site-footer-bottom-perspective-wrapper {
	background: #fff;
	height: 135px;
	overflow: hidden;
	position: relative;
/* 	border: 1px solid red; */
}
.site-footer-bottom-perspective {
	background: #141414;
	height: 230px;
	position: absolute;
	-webkit-transform: rotate( 5deg );
	-moz-transform: rotate( 5deg );
	-ms-transform: rotate( 5deg );
	transform: rotate( 5deg );
	width: 110%;
	left: -5%;
	bottom: -165px;
	z-index: 3;
}
.has-footer-widgets .site-footer-bottom-perspective-wrapper {
	background: #141414;
}
.has-footer-widgets .site-footer-bottom-perspective {
	background: #fff;
}

/* Site Footer Hightlight */
.site-footer-highlight {
	background: #f9f9f9;
}
.site-footer-highlight-inside {
	padding: 40px 0;
}

/* Site footer widgets */
.site-footer-widgets {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	position: relative;
}
.site-footer-widgets-wrapper {
	padding: 100px 0;
}
.site-footer-widgets-wrapper .footer-sidebar-first {
	padding: 0 15px 0 0;
}
/*.site-footer-widgets-wrapper .footer-sidebar-first {
	padding: 0 30px 0 0;
}
.site-footer-widgets-wrapper .footer-sidebar-second {
	padding: 0 15px;
}
.site-footer-widgets-wrapper .footer-sidebar-third {
	padding: 0 0 0 30px;
}*/

/* Site info */
.site-info {
	background: #141414;
	padding: 60px 0;
}
.has-footer-widgets .site-info {
	background: #fff;
}

/* Credits */
.credits {
	color: #ddd;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.credits a,
.credits a:visited {
	color: #ddd;
}
.credits a:hover,
.credits a:focus,
.credits a:active {
	color: #aaa;
}
.has-footer-widgets .credits {
	color: #020202;
}
.has-footer-widgets .credits a,
.has-footer-widgets .credits a:visited {
	color: #020202;
}
.has-footer-widgets .credits a:hover,
.has-footer-widgets .credits a:focus,
.has-footer-widgets .credits a:active {
	color: #666;
}

/*--------------------------------------------------------------
6.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.1 HEntry
--------------------------------------------------------------*/
.sticky {
}
.hentry,
.error-404,
.no-results {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 40px;
	padding: 0 0 40px;
}
.hentry:last-of-type {
	/*margin: 0 0 100px;*/
	border: none;
	margin: 0;
}

.entry-content-wrapper {
	width: 100%;
}
.has-post-thumbnail .entry-image-wrapper {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 48%;
	margin: 0 40px 0 0;
	overflow: hidden;
}
.has-post-thumbnail .entry-content-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	margin: 0;
	padding: 0;
}

/* Entry Header / Title */
.entry-header {
	margin: 0 0 30px;
	padding: 0;
}
.entry-title {
	font-size: 35px;
	font-size: 3.5rem;
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-header {
	margin: 0 0 30px;
	padding: 0;
}
.page-header:after {
	background: #a1a1a1;
	content: ' ';
	display: block;
	margin: 15px 0 0;;
	padding: 0;
	width: 60px;
	height: 2px;
}
.not-found-page-header {
}
.page-title {
	font-size: 35px;
	font-size: 3.5rem;
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-title span {
	color: #2093cd;
}
.taxonomy-description {
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1.2px;
	letter-spacing: .12rem;
	margin: 10px 0 0;
}

.entry-title a,
.entry-title a:visited,
.page-title a,
.page-title a:visited {
	color: #020202;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
	color: #2093cd;
}

/* Post Thumbnail */
.post-thumbnail {
}

/* Entry Content */
.entry-content,
.entry-summary,
.page-content {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

/* HEntry Single */
.page .hentry,
.single .hentry {
	border: none;
	margin: 0;
}
.single .entry-content,
.page .entry-content {
	margin: 0 0 35px;
}
.single.attachment .entry-header {
	margin: 0 0 15px;
}
.type-page .entry-content img {
	border: 1px solid #e6e6e6;
}

/*--------------------------------------------------------------
6.2 Page Links
--------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 40px 0 0;
	padding: 0;
}
.format-gallery .page-links {
	margin: 35px 0;
}
.page-links a,
.page-links > span {
	border: 1px solid #020202;
	color: #020202;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 5px 0 0;
	padding: 1px 8px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.page-links a {
	color: #020202;
	text-decoration: none;
}
.page-links a:hover {
	color: #666;
}
.page-links > span {
	border: 1px solid #155f8a;
	background: #2093cd;
	color: #fff;
}
.page-links > .page-links-title {
	background: transparent;
	border: none;
	color: #666;
	display: none;
	margin: 0;
	padding: 0 7px 0 0;
}

/*--------------------------------------------------------------
6.3 More Link
--------------------------------------------------------------*/
.more-link-wrapper {
}
.more-link,
.more-link:visited {
	border: 1px solid #020202;
	color: #020202;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	padding: 8px 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.more-link:hover,
.more-link:focus,
.more-link:active {
	color: #666;
}

/*--------------------------------------------------------------
6.4 Entry Meta
--------------------------------------------------------------*/
.entry-meta {
	color: #a1a1a1;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.entry-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-meta ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.entry-meta ul > li:before {
	content: ' \00b7 ';
	padding: 0 2px;
}
.entry-meta ul > li:first-child:before {
	display: none;
}
.entry-meta a,
.entry-meta a:visited {
	color: #999;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #2093cd;
}
.entry-meta .first-category a,
.entry-meta .first-category a:visited {
	color: #2093d7;
}
.entry-meta .first-category a:hover,
.entry-meta .first-category a:focus,
.entry-meta .first-category a:active {
	color: #155f8a;
}

/* Entry Meta Header */
.entry-meta-header {
	margin: 0 0 5px;
	padding: 0;
}

/* Entry Meta Footer */
.entry-meta-footer {
	margin: 0;
	padding: 0;
}

/* Entry Meta Elements */
.entry-image-wrapper .post-label {
	background: #2093cd;
	background: rgba( 32, 147, 205, 0.85 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 60px;
	position: absolute;
	text-align: center;
	top: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	z-index: 10;
}
.entry-image-wrapper .post-label:before {
	font-size: 24px;
	font-size: 2.4rem;
}
.post-label:before {
	font-size: 14px;
	font-size: 1.4rem;
}
.post-label-featured:before {
	content: "\f08d";
}
.entry-meta .post-label-featured {
	padding: 0 0 0 2px;
}

.tags-links:before,
.edit-link:before {
	content: ' \2022 ';
	padding: 0 6px;
}
.posted-on {
}
.byline {
	font-style: italic;
	text-transform: none;
}
.author {
	font-style: normal;
	text-transform: uppercase;
}
.updated:not(.published) {
	display: none;
}

/* Entry Meta Single */
.single .entry-meta-header {
	color: #2093cd;
	margin: 0 0 35px;
}
.single .entry-meta-header:after {
	background: #a1a1a1;
	content: ' ';
	display: block;
	margin: 15px 0 0;;
	padding: 0;
	width: 30px;
	height: 2px;
}
.single .entry-meta-header a,
.single .entry-meta-header a:visited {
	color: #2093d7;
}
.single .entry-meta-header a:hover,
.single .entry-meta-header a:focus,
.single .entry-meta-header a:active {
	color: #155f8a;
}
.page .edit-link:before,
.attachment .edit-link:before {
	display: none;
}

/*--------------------------------------------------------------
6.5 Post Formats
--------------------------------------------------------------*/
/* Post Format Label */
.entry-image-wrapper .post-format-label a,
.entry-image-wrapper .post-format-label a:visited {
	background: #2093cd;
	background: rgba( 32, 147, 205, 0.85 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 60px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	top: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	z-index: 10;
}
.entry-image-wrapper .post-format-label a:hover,
.entry-image-wrapper .post-format-label a:focus,
.entry-image-wrapper .post-format-label a:active {
	background: #000;
	background: rgba( 0, 0, 0, 0.85 );
}
.entry-image-wrapper .post-format-label a:before {
	font-size: 24px;
	font-size: 2.4rem;
}
.post-format-label a:before {
	font-size: 13px;
	font-size: 1.3rem;
}

/* Post Format Icons */
.post-format-label-aside a:before {
	content: "\f0f6";
}
.post-format-label-audio a:before {
	content: "\f028";
}
.post-format-label-gallery a:before {
	content: "\f009";
}
.post-format-label-image a:before {
	content: "\f03e";
}
.post-format-label-link a:before {
	content: "\f0c1";
}
.post-format-label-quote a:before {
	content: "\f10d";
}
.post-format-label-video a:before {
	content: "\f03d";
}

/*--------------------------------------------------------------
6.6 Comments
--------------------------------------------------------------*/
#comments {
	margin: 50px auto 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.comments-area-wrapper {
	background: #fff;
	margin-bottom: 50px;
	padding: 0;
}
.no-comments-wrapper {
	background: #f5f5f5;
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: -50px;
	padding: 25px;
	text-align: center;
}

/* Comments Title */
.comments-title {
	color: #020202;
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.single .comments-title:after {
	background: #a1a1a1;
	content: ' ';
	display: block;
	margin: 15px 0 0;;
	padding: 0;
	width: 30px;
	height: 2px;
}

/* Comment Navigation */
#comment-nav-above {
	margin: 0;
	padding: 50px 0 0;
}
#comment-nav-below {
	margin: 0;
	padding: 0 0 50px;
}

/* Comment List */
.comment-list {
	list-style: none;
	margin: 0 0 50px;
	padding: 50px 0 0;
}
.comment-list .children {
	list-style: none;
}

/* Comment Body */
.comment-list .comment-body {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 25px;
	position: relative;
	padding: 0 0 25px;
}
.comment-list .pingback .comment-body {
	padding-left: 0;
}
.comment-list .bypostauthor .comment-body {
	background: #fafafa;
	border-bottom: 3px solid #2093cd;
	padding: 25px;
}
.comment-list .comment-body {
	padding-left: 83px;
}
.comment-list .children .comment-body {
	padding-left: 54px;
}
.comment-list .bypostauthor .comment-body {
	padding-left: 108px;
}
.comment-list .children .bypostauthor .comment-body {
	padding-left: 79px;
}
.comment-list .comment-author .avatar {
	border: 1px solid #ebebeb;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.comment-list .bypostauthor .comment-author .avatar {
	top: 25px;
	left: 25px;
}
.comment-list .comment-author .avatar {
	width: 68px;
	height: 68px;
}
.comment-list .children .comment-author .avatar {
	width: 39px;
	height: 39px;
}
.comment-list .comment-meta {
	font-size: 12px;
	margin-bottom: 15px;
}
.comment-list .comment-content {
	margin-bottom: 15px;
	word-wrap: break-word;
}
.comment-list .reply {
	font-size: 12px;
	text-transform: uppercase;
}
.comment-list .comment-author .fn {
	font-weight: 900;
}
.comment-list .comment-author .fn a,
.comment-list .comment-author .fn a:visited {
	color: #333;
}
.comment-list .comment-author .fn a:hover,
.comment-list .comment-author .fn a:focus,
.comment-list .comment-author .fn a:active {
	color: #999;
}
.comment-list .says {
	display: none;
}
.comment-list .edit-link {
	margin-left: 15px;
}
.comment-list .comment-awaiting-moderation {
	color: #2093cd;
	margin-top: 10px;
}

/* Comment Form */
.comment-respond {
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
}
.comment-list .comment-respond {
	padding: 0 0 25px;
}
.comment-respond .comment-reply-title {
	margin: 0 0 10px;
}
.comment-respond .logged-in-as {
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .form-allowed-tags,
.comment-respond .form-allowed-tags code {
	font-size: 13px;
	font-size: 1.3rem;
}
.comment-respond .comment-form label {
	display: block;
}
.comment-respond .required {
	color: #c0392b;
}
.comment-respond #cancel-comment-reply-link {
	color: #c0392b;
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	right: 0;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.widget {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 50px;
	width: 100%;
	word-wrap: break-word;
}
.site-footer-widgets .widget {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 32px;
}
.widget:last-child,
.site-footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Widget Title */
.widget-title {
	color: #020202;
	/*font-size: 22px;
	font-size: 2.2rem;*/
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 25px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.site-footer-widgets .widget-title {
	font-size: 16px;
	font-size: 1.6rem;
}
.widget-title:after {
	background: #020202;
	content: ' ';
	display: block;
	margin: 15px 0 0;;
	padding: 0;
	width: 60px;
	height: 2px;
}
/*.site-footer-widgets .widget-title:after {
	background: #fff;
}*/

/* Widget Links */
.widget a,
.widget a:visited {
	color: #656565;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #666;
}
/*.site-footer-widgets .widget a,
.site-footer-widgets .widget a:visited {
	color: #ddd;
}
.site-footer-widgets .widget a:hover,
.site-footer-widgets .widget a:focus,
.site-footer-widgets .widget a:active {
	color: #aaa;
}*/

/* Widget List */
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}
.widget li > ul,
.widget li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.widget li {
	/*padding: 0 0 24px;*/
	padding: 0 0 12px;
	position: relative;
}
.widget li:last-child {
	padding-bottom: 0;
}
.widget li ul {
	margin-top: 9px;
}
.widget li li:last-child {
	padding-bottom: 0;
}
/*.site-footer-widgets .widget li {
	padding: 6px 0;
	border-top: 1px solid #2c2c2c;
}
.site-footer-widgets .widget li:first-child {
	border-top: 0;
	padding-top: 0;
}*/

/* Error404 Widget List */
.error404 .widget li {
	border-top: 1px solid #ebebeb;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
7.1 Search Form Widget
--------------------------------------------------------------*/
.search-form {
	margin: 0;
	padding: 0;
	position: relative;
}
.search-form input[type="search"] {
	padding: 12px 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-form input[type="submit"] {
	display: none;
}

/* Search Curtain */
.search-curtain-wrapper {
	background: #fff;
	background: rgba(255,255,255,.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	z-index: 99960;
}
.search-curtain-wrapper.show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.no-csstransforms .search-curtain-wrapper {
	top: -100%;
}
.no-csstransforms .search-curtain-wrapper.show {
	top: 0;
}
.search-curtain {
	display: table;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	height: 100%;
	width: 100%;
}
.search-curtain.show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.no-csstransforms .search-curtain {
	top: -100%;
}
.no-csstransforms .search-curtain.show {
	top: 0;
}
.search-curtain-inside {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.search-curtain-close {
	color: #020202;
	cursor: pointer;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1;
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 99970;
}
.search-curtain-close:hover {
	color: #999;
}
.search-curtain .search-form {
	width: 70%;
	margin: 0 auto;
}
.search-curtain .search-form-in {
	opacity: 1;
	top: 0;
}
.search-curtain .search-form input[type="search"] {
	background-color: rgba(0,0,0,0.0);
	border: 0;
	color: #020202;
	/*font-family: 'Pathway Gothic One', sans-serif;*/
	font-family: 'franklin-gothic-urw',sans-serif;
	font-size: 70px;
	font-size: 7.0rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	margin: 0 0 20px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.search-curtain .search-form input[type="submit"] {
	display: none;
}
.search-curtain .search-form:before {
	display: none;
}
.search-curtain .search-curtain-info {
	color: #999;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
}

/*--------------------------------------------------------------
7.2 Tag Cloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud > div:before,
.widget_tag_cloud > div:after {
	content: '';
	display: table;
}
.widget_tag_cloud > div:after {
	clear: both;
}
.widget_tag_cloud a,
.widget_tag_cloud a:visited {
	background: #2093cd;
	background: rgba(32, 147, 205, .9);
	border: 2px solid #2093cd;
	color: #fff;
	margin: 0 6px 6px 0;
	padding: 6px 13px;
	float: left;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	text-decoration: none;
	text-transform: uppercase;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active {
	background: #fff;
	border: 2px solid #020202;
	color: #656565;
}
.site-footer-widgets .widget_tag_cloud a:hover,
.site-footer-widgets .widget_tag_cloud a:focus,
.site-footer-widgets .widget_tag_cloud a:active {
	background: #141414;
	border: 2px solid #fff;
	color: #ddd;
}

/*--------------------------------------------------------------
7.3 Custom Menu Widget
--------------------------------------------------------------*/
.widget_nav_menu ul.sub-menu {
	display: none;
}
.widget_nav_menu ul.toggle-on {
	display: block;
}
.widget_nav_menu .custom-menu-toggle {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 4px;
	right: 0;
	width: 18px;
	height: 18px;
}
.site-footer-widgets .widget_nav_menu li:not(:first-child) .custom-menu-toggle {
	top: 18px;
}
.widget_nav_menu .custom-menu-toggle:after {
	color: #020202;
	content: "\f067";
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}
.site-footer-widgets .widget_nav_menu .custom-menu-toggle:after {
	color: #ddd;
}
.widget_nav_menu .custom-menu-toggle:hover,
.widget_nav_menu .custom-menu-toggle:active {
	color: #666;
}
.widget_nav_menu .custom-menu-toggle:focus:after {
	color: #2093cd;
}
.widget_nav_menu .custom-menu-toggle.toggle-on:after {
	color: #2093cd;
	content: "\f068";
}

/*--------------------------------------------------------------
7.4 Pages Widget
--------------------------------------------------------------*/
.widget_pages ul.children {
	display: none;
}
.widget_pages ul.toggle-on {
	display: block;
}
.widget_pages .page-toggle {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 4px;
	right: 0;
	width: 18px;
	height: 18px;
}
.site-footer-widgets .widget_pages li:not(:first-child) .page-toggle {
	top: 18px;
}
.widget_pages .page-toggle:after {
	color: #020202;
	content: "\f067";
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;

}
.site-footer-widgets .widget_pages .page-toggle:after {
	color: #ddd;
}
.widget_pages .page-toggle:hover,
.widget_pages .page-toggle:active {
	color: #666;
}
.widget_pages .page-toggle:focus:after {
	color: #2093cd;
}
.widget_pages .page-toggle.toggle-on:after {
	color: #2093cd;
	content: "\f068";
}

/*--------------------------------------------------------------
7.5 Categories Widget
--------------------------------------------------------------*/
.widget_categories ul.children {
	display: none;
}
.widget_categories ul.toggle-on {
	display: block;
}
.widget_categories .category-toggle {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 4px;
	right: 0;
	width: 18px;
	height: 18px;
}
.site-footer-widgets .widget_categories li:not(:first-child) .category-toggle {
	top: 18px;
}
.widget_categories .category-toggle:after {
	color: #020202;
	content: "\f067";
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}
.site-footer-widgets .widget_categories .category-toggle:after {
	color: #ddd;
}
.widget_categories .category-toggle:hover,
.widget_categories .category-toggle:active {
	color: #666;
}
.widget_categories .category-toggle:focus:after {
	color: #2093cd;
}
.widget_categories .category-toggle.toggle-on:after {
	color: #2093cd;
	content: "\f068";
}

/*--------------------------------------------------------------
7.6 Postlist Widget
--------------------------------------------------------------*/
.widget-postlist-crayon:before,
.widget-postlist-crayon:after,
.widget-postlist-crayon ul:before,
.widget-postlist-crayon ul:after,
.widget-postlist-crayon ul li:before,
.widget-postlist-crayon ul li:after {
	content: '';
	display: table;
}
.widget-postlist-crayon:after,
.widget-postlist-crayon ul:after,
.widget-postlist-crayon ul li:after {
	clear: both;
}
.widget-postlist-crayon ul li {
	padding: 0 0 36px;
}
.site-footer-widgets .widget-postlist-crayon ul li {
	padding: 18px 0;
}
.widget-postlist-crayon .postlist-thumbnail {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 75px;
	height: 75px;
}
.widget-postlist-crayon .has-post-thumbnail .postlist-content {
	margin: 0 0 0 90px;
}
.widget-postlist-crayon .postlist-title {
	clear: none;
	color: #666;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0 0 5px;
	padding: 0;
}
.widget-postlist-crayon .postlist-date {
	color: #999;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
8.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
8.1 Captions
--------------------------------------------------------------*/

/* Attachment Caption */
.entry-caption {
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	border: 1px solid #eee;
	margin: 0 0 35px;
	padding: 25px 150px;
	text-align: center;
}

/* WP Caption */
.wp-caption {
	border: 1px solid #eee;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.site-footer-widgets .wp-caption {
	border: 1px solid #2c2c2c;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin: 0;
	padding: 25px 35px;
	text-align: center;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text,
.sidebar .wp-caption-text {
	padding: 15px 10px;
}
.gallery-columns-1 .wp-caption-text.gallery-caption,
.gallery-columns-2 .wp-caption-text.gallery-caption,
.gallery-columns-3 .wp-caption-text.gallery-caption {
	padding: 25px 25px;
}
.gallery-columns-4 .wp-caption-text.gallery-caption,
.gallery-columns-5 .wp-caption-text.gallery-caption {
	padding: 25px 5px;
}

/*--------------------------------------------------------------
8.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 0 40px;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #999;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 10px 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
8.3 Media Elements
--------------------------------------------------------------*/
.hentry .mejs-container {
	margin: 0 0 18px;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #333;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #2093cd;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}
.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.hentry .mejs-overlay-loading {
	background: transparent;
}

/*--------------------------------------------------------------
9.0 Utilities
--------------------------------------------------------------*/

/*--------------------------------------------------------------
9.1 Overlay Effect
--------------------------------------------------------------*/
.overlay-effect {
	background: #141414;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 99995;
	-webkit-transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.overlay-effect.open {
	opacity: .4;
	visibility: visible;
}

/*--------------------------------------------------------------
9.2 Preloader Effect
--------------------------------------------------------------*/
.preloader-effect {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.preloader-effect .preloader-effect-inside {
	position: absolute;
	text-align: center;
	top: 42%;
	width: 100%;
}
.preloader-effect .preloader-skip {
	display: none;
	margin: 30px auto 0;
	position: relative;
}
.preloader-effect .preloader-skip a,
.preloader-effect .preloader-skip a:visited {
	border: 1px solid #e6e6e6;
	color: #999;
	display: inline-block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	padding: 15px 26px;
	text-transform: uppercase;
	text-decoration: none;
}
.preloader-effect .preloader-skip a:hover,
.preloader-effect .preloader-skip a:focus,
.preloader-effect .preloader-skip a:active {
	color: #020202;
}
.preloader-effect .preloader-spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center;
}
.preloader-effect .preloader-spinner > div {
	background-color: #999;
	border-radius: 100%;
	display: inline-block;
	width: 18px;
	height: 18px;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.preloader-effect .preloader-spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.preloader-effect .preloader-spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0);
	}
	40% {
		-webkit-transform: scale(1.0);
	}
}
@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*--------------------------------------------------------------
9.3 Scroll Up
--------------------------------------------------------------*/
#scrollUp {
    bottom: 30px;
    right: 30px;
}
a#scrollUp,
a#scrollUp:visited {
	color: #aaa;
}
a#scrollUp:hover,
a#scrollUp:focus,
a#scrollUp:active {
	color: #ddd;
}
#scrollUp span:before {
	content: "\f077";
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 18px;
}
.layout-box #scrollUp span {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	border: 5px solid #f0f0f0;
	background-color: #fff;
	text-align: center;
}
.layout-box #scrollUp span:before {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
}

/*--------------------------------------------------------------
9.4 Misc
--------------------------------------------------------------*/
.opacity-out {
	opacity: 1;
}
.opacity-in {
	opacity: 0.7;
}

/* Buttons */
.button,
.button:visited,
.button-1,
.button-1:visited {
    background: #2093cd;
    border-bottom: 3px solid #1d81b3;
    border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1px;
	letter-spacing: 0.01em;
	margin: 0 5px 0 0;
	min-width: 100px;
	height: 46px;
	text-align: center;
	text-transform: uppercase;
	line-height: 46px;
	transition: all 300ms ease-in-out;
}
.button:hover,
.button:focus,
.button:active,
.button-1:hover,
.button-1:focus,
.button-1:active {
	color: #fff;
	background: #1d81b3;
	border-bottom: 3px solid #2093cd;
}
.button-2,
.button-2:visited {
    background: #df4a32;
    border-bottom: 3px solid #c4402b;
}
.button-2:hover,
.button-2:focus,
.button-2:active {
	background: #c4402b;
	border-bottom: 3px solid #df4a32;
}
.button-3,
.button-3:visited {
    background: #82b541;
    border-bottom: 3px solid #6f9a37;
}
.button-3:hover,
.button-3:focus,
.button-3:active {
	background: #6f9a37;
	border-bottom: 3px solid #82b541;
}

/*--------------------------------------------------------------
10.0 Jetpack
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Share Daddy
--------------------------------------------------------------*/
.hentry .sharedaddy {
	margin: 40px 0 0;
}
.hentry .sharedaddy .sd-block {
	border-top: 1px solid #e6e6e6;
	padding: 35px 0 0;
}
.hentry .sharedaddy h3.sd-title:before {
	display: none;
}

/*--------------------------------------------------------------
10.2 Related Posts
--------------------------------------------------------------*/
.hentry .jp-relatedposts .jp-relatedposts-post-a {
	margin: 0 0 10px;
}
.hentry .jp-relatedposts .jp-relatedposts-post-title {
	margin: 0 0 20px;
	padding: 0;
}
.hentry .jp-relatedposts .jp-relatedposts-post-title a,
.hentry .jp-relatedposts .jp-relatedposts-post-title a:visited {
	color: #020202;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	margin: 0 0 15px;
}
.hentry .jp-relatedposts .jp-relatedposts-post-title a:hover,
.hentry .jp-relatedposts .jp-relatedposts-post-title a:focus,
.hentry .jp-relatedposts .jp-relatedposts-post-title a:active {
	color: #666;
}
.hentry .jp-relatedposts .jp-relatedposts-post-context {
	color: #999;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	opacity: 1;
}

/*--------------------------------------------------------------
10.3 Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll .pagination, /* Pagination 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 */
.infinite-scroll .infinite-loader {
  color: #999;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 35px;
  height: 1.5rem;
}

/* Infinite handle */
.infinite-scroll #infinite-handle {
	position: relative;
	text-align: center;
}
.infinite-scroll #infinite-handle span {
	background: #fff;
	border: 1px solid #020202;
	color: #020202;
	display: inline-block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	padding: 15px 26px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: 1;
}
.infinite-scroll #infinite-handle span:hover,
.infinite-scroll #infinite-handle span:focus,
.infinite-scroll #infinite-handle span:active {
	background: transparent !important;
	color: #fff;
}
.infinite-scroll #infinite-handle span:before {
    background: #020202;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: -1;
}
.infinite-scroll #infinite-handle span:hover:before,
.infinite-scroll #infinite-handle span:active:before {
    width: 100%;
}

/*--------------------------------------------------------------
10.4 Gallery
--------------------------------------------------------------*/
.format-gallery .tiled-gallery {
	 max-width: 100%;
	 margin: 40px 0;
}

/*--------------------------------------------------------------
10.5 WP Stats
--------------------------------------------------------------*/
img#wpstats,
img[id*="botd"] {
	position: absolute;
	top: -9999px;
}

/*--------------------------------------------------------------
11.0 DesignOrbital
--------------------------------------------------------------*/
.do-clear:before,
.do-clear:after,
.do-row:before,
.do-row:after {
	content: '';
	display: table;
}
.do-clear:after,
.do-row:after {
	clear: both;
}
/*.page-template-full-width-page .hentry,
.page-template-front-page .hentry,
.page-template-theme-grid .hentry,
.page-template-theme-detail .hentry {
	border-bottom: none;
	margin: 0;
	padding: 0;
}*/

/* DO Typography */
.do-head-medium {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1;
	margin: 0 0 40px;
	padding: 0;
}
.do-typo-medium {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
11.1 DesignOrbital Intro
--------------------------------------------------------------*/
.do-intro-wrapper {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 60px;
	padding: 0 0 60px;
}
.do-intro-head {
	margin: 0 auto 80px;
	text-align: center;
	width: 70%;
}
.do-intro-feature-col {
	float: left;
	padding: 0 40px;
	text-align: center;
	width: 33%;
}
.do-intro-feature-row-tail {
	margin: 60px 0 0;
}
.do-intro-feature-icon {
	color: #2093cd;
	font-size: 50px;
	font-size: 5.0rem;
}
.do-intro-feature-head {
	font-size: 20px;
	font-size: 2.0rem;
}

/*--------------------------------------------------------------
11.2 DesignOrbital Theme Grid
--------------------------------------------------------------*/
.do-themes-wrapper {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 60px;
	padding: 0 0 60px;
}
.do-themes-wrapper-grid {
	margin: 0;
	padding: 0;
}
.do-themes-head {
	margin: 0 auto 80px;
	text-align: center;
	width: 70%;
}

/* Theme Grid */
.do-grid-col {
	position: relative;
	text-align: center;
}
.do-grid-col-one {
	padding: 0 55px;
	width: 100%;
}
.do-grid-themes-col-one .do-grid-row-tail {
	margin: 60px 0 0;
}
.do-grid-col-one-half {
	float: left;
	padding: 0 30px;
	width: 50%;
}
.do-grid-themes-col-one-half .do-grid-row-tail {
	margin: 60px 0 0;
}
.do-grid-col-one-third {
	float: left;
	padding: 0 20px;
	width: 33%;
}
.do-grid-themes-col-one-third .do-grid-row-tail {
	margin: 40px 0 0;
}
.do-grid-col-one-forth {
	float: left;
	padding: 0 15px;
	width: 25%;
}
.do-grid-themes-col-one-forth .do-grid-row-tail {
	margin: 30px 0 0;
}

/* Theme Frame */
.do-grid-theme-wrapper {
	background: #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0;
	padding: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.do-grid-theme-badge:after {
	background-color: #f0a000;
	border: 1px solid #c87800;
	-moz-box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	-webkit-box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 10px 10px;
	position: absolute;
	right: -55px;
	top: 20px;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
	width: 200px;
}
.do-grid-theme-badge-featured:after {
	content: "Featured";
}
.do-grid-theme-badge-free:after {
	background-color: #4cb420;
	border: 1px solid #378217;
	content: "Free";
}
.do-grid-theme-badge-new:after {
	background-color: #2093cd;
	border: 1px solid #186e99;
	content: "New";
}
.do-grid-theme-badge-trending:after {
	background-color: #222;
	border: 1px solid #111;
	content: "Trending";
}
.do-grid-theme-circles {
	position: absolute;
	top: 17px;
	left: 12px;
}
.do-grid-theme-circles span {
	background: #bbb;
	float: left;
	margin: 0 5px 0 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.do-grid-theme-circles span.do-grid-theme-circles-1 {
	background: #fc625d;
}
.do-grid-theme-circles span.do-grid-theme-circles-2 {
	background: #fdbe41;
}
.do-grid-theme-circles span.do-grid-theme-circles-3 {
	background: #34c849;
}
.do-grid-theme-title {
	padding: 4px;
}
.do-grid-theme-title a,
.do-grid-theme-title a:visited {
	color: #656565;
}
.do-grid-theme-title a:hover,
.do-grid-theme-title a:focus,
.do-grid-theme-title a:active {
	color: #656565;
	color: rgba(101, 101, 101, .8);
}
.do-grid-theme-info {
	position: relative;
}
.do-grid-theme-image {
}
.do-grid-theme-dest {
	background: #fff;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.do-grid-theme-dest:hover {
	background: rgba(255, 255, 255, .8);
	opacity: 1;
}
.do-grid-theme-dest-inside {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}
.do-grid-theme-btn,
.do-grid-theme-btn:visited {
	background: #2093cd;
    background: rgba(32, 147, 205, 0.8);
	border: 1px solid #2093cd;
	border-radius: 3px;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	margin: 0;
	padding: 10px 21px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: 1;
}
.do-grid-theme-btn:hover,
.do-grid-theme-btn:focus,
.do-grid-theme-btn:active {
	background: transparent;
	color: #2093cd;
	color: rgba(32, 147, 205, 0.8);
}
.do-grid-theme-btn:before {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: -1;
}
.do-grid-theme-btn:hover:before,
.do-grid-theme-btn:active:before {
    width: 100%;
}

/*--------------------------------------------------------------
11.3 DesignOrbital Partners
--------------------------------------------------------------*/
.do-partner-wrapper {
	margin: 0;
	padding: 0;
}
.do-partner-head {
	margin: 0 auto 40px;
	text-align: center;
	width: 70%;
}
.do-partners .do-row {
	text-align: center;
}
.do-partner-col {
	display: inline-block;
	margin: 0 30px;
	padding: 0;
	text-align: center;
	width: 175px;
}

/*--------------------------------------------------------------
11.4 DesignOrbital Theme Detail
--------------------------------------------------------------*/
.do-theme-detail-wrapper {
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	margin: 50px 0 0;
	padding: 0;
}
.do-theme-detail-wrapper-no-showcase {
	margin: 0;
}
.do-theme-detail-content {
	float: left;
	margin: 0;
	padding: 40px 0;
	width: 60%;
}
.do-theme-detail-sidebar {
	background: #f9f9f9;
	float: right;
	margin: 0;
	padding: 40px 40px;
	width: 35%;
}
/*.do-theme-detail-content p:first-child {
	font-size: 18px;
	font-size: 1.8rem;
}*/

/* Theme Detail Features */
.do-theme-features {
	margin: 50px 0 0;
}
.do-theme-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.do-theme-features ul li {
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
	padding: 6px 12px;
	width: 50%;
}
.do-theme-features ul li:nth-child(4n+1),
.do-theme-features ul li:nth-child(4n+2) {
 	background: #f9f9f9;
}
.do-theme-features ul li:before {
	color: #2093cd;
	content: "\f00c";
	margin: 0 6px 0 0;
	width: 1.28571429em;
	text-align: center;
}

/* Theme Detail Sidebar Widgets */
.do-theme-detail-sidebar .widget:last-child {
	margin-bottom: 0;
}

/* Theme Detail Widget */
.widget_theme_details a,
.widget_theme_details a:visited {
	color: #2093cd;
}
.widget_theme_details a:hover,
.widget_theme_details a:focus,
.widget_theme_details a:active {
	color: #155f8a;
}
.widget_theme_details ul li span {
	padding-left: 10px;
}
.widget_theme_details ul li:before {
	color: #2093cd;
	content: "\f00c";
	margin: 0 12px 0 0;
	width: 1.28571429em;
	text-align: center;
}
.widget_theme_details ul li.do-theme-version:before {
	content: "\f219";
}
.widget_theme_details ul li.do-theme-updated:before {
	content: "\f021";
}
.widget_theme_details ul li.do-theme-released:before {
	content: "\f1fd";
}
.widget_theme_details ul li.do-theme-requirement:before {
	content: "\f19a";
}
.widget_theme_details ul li.do-theme-screenshot:before {
	content: "\f03e";
}
.widget_theme_details ul li.do-theme-changelog:before {
	content: "\f0c3";
}
.widget_theme_details ul li.do-theme-doc:before {
	content: "\f02d";
}

/* Theme Overview Widget */
.widget_theme_overview a,
.widget_theme_overview a:visited {
	color: #2093cd;
}
.widget_theme_overview a:hover,
.widget_theme_overview a:focus,
.widget_theme_overview a:active {
	color: #155f8a;
}
.widget_theme_overview ul li span {
	padding-left: 10px;
}
.widget_theme_overview ul li:before {
	color: #2093cd;
	content: "\f00c";
	margin: 0 12px 0 0;
	width: 1.28571429em;
	text-align: center;
}
.widget_theme_overview ul li.do-theme-jetpack:before {
	content: "\f135";
}
.widget_theme_overview ul li.do-theme-woocommerce:before {
	content: "\f07a";
}
.widget_theme_overview ul li.do-theme-download-do:before {
	content: "\f019";
}
.widget_theme_overview ul li.do-theme-download-wp:before {
	content: "\f19a";
}
.widget_theme_overview ul li.do-theme-pro:before {
	content: "\f118";
}
.widget_theme_overview ul li.do-theme-responsive:before {
	content: "\f109";
}
.widget_theme_overview ul li.do-theme-googlefonts:before {
	content: "\f1a0";
}
.widget_theme_overview ul li.do-theme-googlemap:before {
	content: "\f041";
}
.widget_theme_overview ul li.do-theme-fontawesome:before {
	content: "\f031";
}
.widget_theme_overview ul li.do-theme-contactform:before {
	content: "\f003";
}
.widget_theme_overview ul li.do-theme-twitter:before {
	content: "\f099";
}
.widget_theme_overview ul li.do-theme-widget:before {
	content: "\f1e6";
}
.widget_theme_overview ul li.do-theme-retina:before {
	content: "\f06e";
}
.widget_theme_overview ul li.do-theme-layout:before {
	content: "\f1b2";
}
.widget_theme_overview ul li.do-theme-support:before {
	content: "\f0c0";
}

/* Theme Price Footer */
.do-theme-detail-price-footer {
	margin: 80px 0;
	padding: 0;
	text-align: center;
}

/* Theme Detail Button */
.theme-detail-button,
.theme-detail-button:visited {
	border: 1px solid #020202;
	color: #020202;
	color: rgba(2, 2, 2, 0.8);
	display: inline-block;
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	margin: 0;
	padding: 15px 26px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: 1;
}
.theme-detail-button:hover,
.theme-detail-button:focus,
.theme-detail-button:active {
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}
.theme-detail-button:before {
    background: #2093cd;
    background: rgba(32, 147, 205, 0.8);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: -1;
}
.theme-detail-button:hover:before,
.theme-detail-button:active:before {
    width: 100%;
}
.site-hero-button span {
}

/*--------------------------------------------------------------
11.5 DesignOrbital FAQ
--------------------------------------------------------------*/
.do-faq-wrapper {
	margin: 0;
	padding: 0;
}
.do-faq-section {
	margin: 0 0 40px;
	padding: 0;
}
.do-faq-section-head {
	margin: 0 0 20px;
}
.do-faq-question-wrapper {
	background: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px;
	padding: 20px;
}
.do-faq-question-head {
	margin: 0;
}
.do-toggle-button:before {
	content: "\f0fe";
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0 12px 0 0;
}
.do-toggle-button.active:before {
	content: "\f146";
}
.do-toggle-section {
	display: none;
	padding: 20px 0 0;
}

/*--------------------------------------------------------------
11.6 DesignOrbital Tweet
--------------------------------------------------------------*/
.do-tweet-wrapper {
	margin: 0 auto;
	width: 70%;
}
.do-tweet {
	margin: 0;
	padding: 0;
	text-align: center;
}
.do-tweet:before {
	color: #2093cd;
	content: "\f099";
	font-size: 40px;
	font-size: 4.0rem;
	margin: 0 0 30px;
}
.do-tweet ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.do-tweet ul li,
.do-tweet p {
	margin: 0;
	padding: 0;
}
.do-tweet .tweet {
	margin: 0 0 30px;
}
.do-tweet .interact a {
	display: inline-block;
	margin: 0 5px;
}

/*--------------------------------------------------------------
11.7 DesignOrbital Hosting
--------------------------------------------------------------*/
.do-hosting-wrapper {
}
.do-hosting-image {
	display: inline-block;
	padding: 0 40px 0 0;
	text-align: center;
	vertical-align: middle;
	width: 48%;
}
.do-hosting-detail {
	display: inline-block;
	padding: 0 0 0 40px;
	vertical-align: middle;
	width: 50%;
}
.do-hosting-detail-head {
	margin: 0 0 20px 0;
	padding: 0;
}
.do-hosting-row-disclaimer {
	margin-top: 100px;
}
.do-hosting-disclaimer-head {
	font-size: 12px;
	font-size: 1.2rem;
}
.do-hosting-disclaimer-body {
	font-size: 12px;
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
11.8 DesignOrbital Columns
--------------------------------------------------------------*/
.do-cols > ul {
	float: left;
	width: 40%;
}

/*--------------------------------------------------------------
11.9 DesignOrbital Misc
--------------------------------------------------------------*/
/* Modal */
.modal {
	display: none;
	width: 600px;
	max-height: 400px;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	color: #020202;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	overflow: hidden;
	overflow-y: auto;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/close.png) no-repeat 0 0;
}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/spinner.gif) #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/* Social Follow */
.footer-sidebar-sixth {
	margin: 0 auto 30px;
	width: 25%;
}
.footer-sidebar-sixth .widget-title {
	display: none;
}

/*--------------------------------------------------------------
12.0 Media Queries
--------------------------------------------------------------*/
/* For Extra Large Devices */
@media screen and ( min-width: 1921px ) {

	/* Site Hero */
	.site-hero .site-hero-perspective {
		bottom: -115px;
	}

	/* Footer Top Perspective */
	.site-footer-top-perspective-wrapper {
		height: 230px;
	}
	.site-footer-top-perspective {
		bottom: -115px;
	}

	/* Footer Bottom Perspective */
	.site-footer-bottom-perspective-wrapper {
		height: 230px;
	}
	.site-footer-bottom-perspective {
		bottom: -115px;
	}

}

/* For Very Large Devices */
@media screen and ( min-width: 1441px ) and ( max-width: 1920px ) {

	/* Site Hero */
	.site-hero .site-hero-perspective {
		bottom: -145px;
	}

	/* Footer Top Perspective */
	.site-footer-top-perspective-wrapper {
		height: 180px;
	}
	.site-footer-top-perspective {
		bottom: -145px;
	}

	/* Footer Bottom Perspective */
	.site-footer-bottom-perspective-wrapper {
		height: 180px;
	}
	.site-footer-bottom-perspective {
		bottom: -145px;
	}

}

/**
 * For Medium Devices
 *
 * This block is written by keeping
 * min-width 1024px in mind.
 */
@media screen and ( min-width: 992px ) and ( max-width: 1199px ) {

	/* Global */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Blockquote */
	blockquote {
		font-size: 30px;
		font-size: 3.0rem;
		padding: 15px 70px 0;
	}
	blockquote.alignright:before,
	blockquote.alignleft:before {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 0 0 25px;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 28px;
		font-size: 2.8rem;
		max-width: 250px;
	}

	/* Superfish Menu */
	.sf-menu a,
	.sf-menu a:visited {
		padding: 20px 10px;
	}

	/* Post Navigation */
	.post-navigation a,
	.post-navigation a:visited {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 10px 20px;
	}
	.post-navigation .meta-nav {
		font-size: 23px;
		font-size: 2.3rem;
	}

	/* Site Hero */
	.site-hero,
	.site-hero-big .site-hero {
		height: 480px;
	}
	.site-hero .site-hero-content,
	.site-hero-big .site-hero-content {
		height: 300px;
	}
	.site-hero .entry-title-site-hero {
		font-size: 51px;
		font-size: 5.1rem;
	}
	.site-hero .entry-content-site-hero p {
		line-height: 2.0;
	}
	.site-hero .site-hero-perspective {
		height: 220px;
	}
	.site-hero-button,
	.site-hero-button:visited {
		margin: 5px 0 0;
	}
	.site-hero-button-medium,
	.site-hero-button-medium:visited {
		margin: 5px 0 0;
	}

	/* Site Content */
	.site-main {
		padding: 0 95px;
	}

	/* Sidebar */
	.sidebar {
		padding: 0 0 0 30px;
	}
	.left-sidebar .sidebar {
		padding: 0 30px 0 0;
	}

	/* Footer */
	.site-footer-top-perspective-wrapper {
		height: 135px;
	}
	.site-footer-bottom-perspective-wrapper {
		height: 135px;
	}

	/* HEntry */
	.right-sidebar .has-post-thumbnail .entry-image-wrapper,
	.left-sidebar .has-post-thumbnail .entry-image-wrapper {
		width: 49%;
		margin: 0 30px 0 0;
	}
	.right-sidebar .has-post-thumbnail .entry-content-wrapper,
	.left-sidebar .has-post-thumbnail .entry-content-wrapper {
		width: 43%;
	}

	/* Entry Title */
	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	/* Comments */
	.comment-respond .comment-notes,
	.comment-respond .logged-in-as,
	.comment-respond .form-allowed-tags,
	.comment-respond .form-allowed-tags code {
		font-size: 11px;
		font-size: 1.1rem;
	}

	/* Widgets */
	.widget {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* Postlist Widget */
	.widget-postlist-crayon .postlist-thumbnail {
		width: 60px;
		height: 60px;
	}
	.widget-postlist-crayon .has-post-thumbnail .postlist-content {
		margin: 0 0 0 75px;
	}
	.widget-postlist-crayon .postlist-title {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.widget-postlist-crayon .postlist-date {
		font-size: 11px;
		font-size: 1.1rem;
	}

	/* DesignOrbital Theme Grid */
	.do-themes-head {
		width: 80%;
	}
	.do-grid-col-one-third {
		padding: 0 15px;
	}
	.do-grid-themes-col-one-third .do-grid-row-tail {
		margin: 30px 0 0;
	}
	.do-grid-col-one-forth {
		padding: 0 10px;
	}
	.do-grid-themes-col-one-forth .do-grid-row-tail {
		margin: 20px 0 0;
	}
	.do-grid-themes-col-one-forth .do-grid-theme-badge:after {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 5px 10px;
		right: -65px;
		top: 15px;
	}
	.do-grid-themes-col-one-forth .do-grid-theme-btn,
	.do-grid-themes-col-one-forth .do-grid-theme-btn:visited {
		border-radius: 2px;
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		letter-spacing: 0.1rem;
		padding: 5px 14px;
	}

	/* DesignOrbital Intro */
	.do-intro-head {
		width: 80%;
	}
	.do-intro-feature-col {
		padding: 0 25px;
	}

	/* DesignOrbital Partners */
	.do-partner-head {
		width: 80%;
	}

	/* DesignOrbital Hosting */
	.do-hosting-image {
		padding: 0 30px 0 0;
	}
	.do-hosting-detail {
		padding: 0 0 0 30px;
	}

	/* Social Follow */
	.footer-sidebar-sixth {
		width: 29%;
	}

}

/* For Small Devices */
@media screen and ( min-width: 768px ) and ( max-width: 991px ) {

	/* Global */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* Blockquote */
	blockquote {
		font-size: 27px;
		font-size: 2.7rem;
		padding: 15px 20px 0;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 25px;
		font-size: 2.5rem;
		max-width: 230px;
	}

	/* Superfish Menu */
	.sf-menu a,
	.sf-menu a:visited {
		padding: 20px 7px;
	}

	/* Social Navigation */
	.site-social-menu ul li {
		margin: 2px 0 2px 4px;
	}
	.site-social-menu a {
		line-height: 32px;
		width: 32px;
		height: 32px;
	}

	/* Post Navigation */
	.post-navigation a,
	.post-navigation a:visited {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 20px;
	}
	.post-navigation .meta-nav {
		font-size: 21px;
		font-size: 2.1rem;
	}

	/* Site Hero */
	.site-hero,
	.site-hero-big .site-hero {
		height: 420px;
	}
	.site-hero .site-hero-content,
	.site-hero-big .site-hero-content {
		height: 270px;
	}
	.site-hero .entry-title-site-hero {
		font-size: 39px;
		font-size: 3.9rem;
	}
	.site-hero .entry-content-site-hero p {
		line-height: 2.0;
	}
	.site-hero .site-hero-perspective {
		height: 210px;
	}
	.site-hero-button,
	.site-hero-button:visited {
		margin: 5px 0 0;
	}
	.site-hero-button-medium,
	.site-hero-button-medium:visited {
		margin: 5px 0 0;
	}

	/* Site Content */
	.site-main {
		padding: 0 95px;
	}

	/* Sidebar */
	.sidebar {
		padding: 0 0 0 10px;
	}
	.left-sidebar .sidebar {
		padding: 0 10px 0 0;
	}

	/* Footer */
	.site-footer-top-perspective-wrapper {
		height: 115px;
	}
	.site-footer-bottom-perspective-wrapper {
		height: 115px;
	}

	/* Site footer widgets */
	.site-footer-widgets-wrapper {
		padding: 50px 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-first {
		padding: 0 5px 0 0;
	}
	/*.site-footer-widgets-wrapper .footer-sidebar-first {
		padding: 0 10px 0 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-second {
		padding: 0 5px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-third {
		padding: 0 0 0 10px;
	}*/

	/* HEntry */
	.right-sidebar .has-post-thumbnail .entry-image-wrapper,
	.left-sidebar .has-post-thumbnail .entry-image-wrapper {
		width: 43%;
		margin: 0 15px 0 0;
	}
	.right-sidebar .has-post-thumbnail .entry-content-wrapper,
	.left-sidebar .has-post-thumbnail .entry-content-wrapper {
		width: 47%;
	}

	/* Entry Title */
	.entry-header {
		margin: 0 0 20px;
	}
	.entry-title {
		font-size: 21px;
		font-size: 2.1rem;
	}

	/* Entry Meta Elements */
	.entry-image-wrapper .post-label {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.entry-image-wrapper .post-label:before {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Post Format Label */
	.entry-image-wrapper .post-format-label a,
	.entry-image-wrapper .post-format-label a:visited {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.entry-image-wrapper .post-format-label a:before {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Comments */
	.comments-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.comment-respond .comment-notes,
	.comment-respond .logged-in-as,
	.comment-respond .form-allowed-tags,
	.comment-respond .form-allowed-tags code {
		font-size: 10px;
		font-size: 1.0rem;
	}

	/* Widgets */
	.widget {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	.site-footer-widgets .widget {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.widget-title {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.site-footer-widgets .widget-title {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.site-footer-widgets .widget-title:after {
		width: 40px;
	}

	/* Search Form Widget */
	.search-curtain-close {
		font-size: 52px;
		font-size: 5.2rem;
	}
	.search-curtain .search-form input[type="search"] {
		font-size: 50px;
		font-size: 5.0rem;
	}
	.search-curtain .search-curtain-info {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Postlist Widget */
	.widget-postlist-crayon .postlist-thumbnail {
		width: 40px;
		height: 40px;
	}
	.widget-postlist-crayon .has-post-thumbnail .postlist-content {
		margin: 0 0 0 50px;
	}
	.widget-postlist-crayon .postlist-title {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.widget-postlist-crayon .postlist-date {
		font-size: 10px;
		font-size: 1.0rem;
	}

	/* Captions */
	.entry-caption {
		padding: 25px 100px;
	}
	.gallery-columns-1 .wp-caption-text.gallery-caption,
	.gallery-columns-2 .wp-caption-text.gallery-caption,
	.gallery-columns-3 .wp-caption-text.gallery-caption {
		padding: 25px 5px;
	}
	.gallery-columns-4 .wp-caption-text.gallery-caption,
	.gallery-columns-5 .wp-caption-text.gallery-caption {
		padding: 25px 0;
	}

	/* DesignOrbital Theme Grid */
	.do-themes-head {
		width: 100%;
	}
	.do-grid-col-one-half {
		padding: 0 20px;
	}
	.do-grid-themes-col-one-half .do-grid-row-tail {
		margin: 40px 0 0;
	}
	.do-grid-col-one-third {
		padding: 0 5px;
	}
	.do-grid-themes-col-one-third .do-grid-row-tail {
		margin: 10px 0 0;
	}
	.do-grid-col-one-forth {
		margin: 0 0 40px;
		padding: 0 20px;
		width: 50%;
	}
	.do-grid-themes-col-one-forth .do-grid-row-tail {
		margin: 0;
	}
	.do-grid-themes-col-one-third .do-grid-theme-btn,
	.do-grid-themes-col-one-third .do-grid-theme-btn:visited {
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		padding: 7px 18px;
	}

	/* DesignOrbital Intro */
	.do-intro-head {
		width: 100%;
	}
	.do-intro-feature-col {
		padding: 0 5px;
	}

	/* DesignOrbital Partners */
	.do-partner-head {
		width: 100%;
	}
	.do-partner-col {
		margin: 0 15px;
	}

	/* DesignOrbital Theme Detail */
	.do-theme-detail-content {
		padding: 20px 0;
		width: 55%;
	}
	.do-theme-detail-sidebar {
		padding: 20px 20px;
		width: 40%;
	}
	.do-theme-features ul li {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 6px 6px;
	}

	/* DesignOrbital Tweet */
	.do-tweet-wrapper {
		width: 90%;
	}

	/* DesignOrbital Hosting */
	.do-hosting-image {
		padding: 0 15px 0 0;
	}
	.do-hosting-detail {
		padding: 0 0 0 15px;
	}

	/* Social Follow */
	.footer-sidebar-sixth {
		width: 38%;
	}

}

/**
 * For Phablet Devices
 *
 * This block is written by keeping
 * min-width 640px in mind to avoid
 * unnecessary repitition of code.
 *
 * Tweak Settings for other Phablet Devices
 * are under this block.
 */
@media screen and ( min-width: 600px ) and ( max-width: 767px ) {

	/* Global */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* Blockquote */
	blockquote {
		font-size: 28px;
		font-size: 2.8rem;
		padding: 15px 80px 0;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 25px;
		font-size: 2.5rem;
		max-width: 250px;
	}

	/* Main Navigation - Site Search */
	.site-search {
		right: 10px;
	}

	/* Main Navigation - Site Home */
	.site-home {
		left: 10px;
	}

	/* Primary Menu Responsive */
	.site-primary-menu {
		display: none;
	}
	.toggle-menu-wrapper {
		display: block;
	}

	/* Secondary Menu */
	.secondary-menu a,
	.secondary-menu a:visited {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 8px 4px;
	}

	/* Social Navigation */
	.site-social-menu {
		text-align: center;
	}
	.site-social-menu ul li {
		margin: 4px 4px;
	}

	/* Social2 Menu */
	.site-social2-menu ul li {
		margin: 8px 4px;
	}
	.site-social2-menu a {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.site-social2-menu a:before {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Post Navigation */
	.post-navigation a,
	.post-navigation a:visited {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 20px;
	}
	.post-navigation .meta-nav {
		font-size: 21px;
		font-size: 2.1rem;
	}

	/* Site Logo */
	.has-header-social-menu .site-logo {
		text-align: center;
	}

	/* Site Branding */
	.has-header-social-menu.has-site-branding .site-branding {
		text-align: center;
	}

	/* Site Bar */
	.site-bar {
		display: block;
		margin: 30px 0 0;
	}

	/* Site Hero */
	.site-hero,
	.site-hero-big .site-hero {
		height: 420px;
	}
	.site-hero .site-hero-content,
	.site-hero-big .site-hero-content {
		height: 270px;
	}
	.site-hero .entry-title-site-hero {
		font-size: 35px;
		font-size: 3.5rem;
	}
	.site-hero .entry-content-site-hero {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
	}
	.site-hero .entry-content-site-hero p {
		line-height: 2.0;
	}
	.site-hero .site-hero-perspective {
		height: 210px;
	}
	.site-hero-button,
	.site-hero-button:visited {
		margin: 0;
	}
	.site-hero-button-medium,
	.site-hero-button-medium:visited {
		margin: 0;
	}

	/* Site Content */
	.site-main,
	.right-sidebar .site-main,
	.left-sidebar .site-main {
		margin: 0 0 100px;
		padding: 0 10px;
	}
	.page-template-full-width-page .site-main,
	.page-template-full-width-page .right-sidebar .site-main,
	.page-template-full-width-page .left-sidebar .site-main,
	.page-template-full-width-page-extend .site-main,
	.page-template-full-width-page-extend .right-sidebar .site-main,
	.page-template-full-width-page-extend .left-sidebar .site-main,
	.page-template-front-page .site-main,
	.page-template-front-page .right-sidebar .site-main,
	.page-template-front-page .left-sidebar .site-main,
	.page-template-theme-grid .site-main,
	.page-template-theme-grid .right-sidebar .site-main,
	.page-template-theme-grid .left-sidebar .site-main,
	.page-template-theme-detail .site-main,
	.page-template-theme-detail .right-sidebar .site-main,
	.page-template-theme-detail .left-sidebar .site-main {
		margin: 0;
	}

	/* Sidebar */
	.sidebar,
	.left-sidebar .sidebar {
		padding: 0 10px;
	}

	/* Footer */
	.site-footer-top-perspective-wrapper {
		height: 115px;
	}
	.site-footer-bottom-perspective-wrapper {
		height: 115px;
	}

	/* Site footer widgets */
	.site-footer-widgets-wrapper {
		padding: 50px 0px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-first {
		margin-bottom: 32px;
		padding: 0 10px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-second {
		margin-bottom: 32px;
		padding: 0 10px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-third {
		margin-bottom: 32px;
		padding: 0 10px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-forth {
		margin-bottom: 32px;
		padding: 0 10px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-fifth {
		padding: 0 10px;
	}

	/* HEntry */
	.right-sidebar .has-post-thumbnail .entry-image-wrapper,
	.left-sidebar .has-post-thumbnail .entry-image-wrapper {
		width: 45%;
		margin: 0 20px 0 0;
	}
	.right-sidebar .has-post-thumbnail .entry-content-wrapper,
	.left-sidebar .has-post-thumbnail .entry-content-wrapper {
		width: 50%;
	}

	/* Entry Title */
	.entry-header {
		margin: 0 0 20px;
	}
	.entry-title {
		font-size: 30px;
		font-size: 3.0rem;
	}

	/* Comments */
	.comment-respond .comment-notes,
	.comment-respond .logged-in-as,
	.comment-respond .form-allowed-tags,
	.comment-respond .form-allowed-tags code {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* Widgets */
	.sidebar-area .widget-area .widget:last-child {
		margin-bottom: 0;
	}
	/*.site-footer-widgets .widget-area .widget:last-child {
		margin-bottom: 32px;
	}*/

	/* Search Form Widget */
	.search-curtain-close {
		font-size: 52px;
		font-size: 5.2rem;
	}
	.search-curtain .search-form input[type="search"] {
		font-size: 50px;
		font-size: 5.0rem;
	}
	.search-curtain .search-curtain-info {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Widgets */
	.widget {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* Postlist Widget */
	.widget-postlist-crayon .postlist-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.widget-postlist-crayon .postlist-date {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Captions */
	.entry-caption {
		padding: 25px 100px;
	}
	.gallery-columns-1 .wp-caption-text.gallery-caption,
	.gallery-columns-2 .wp-caption-text.gallery-caption,
	.gallery-columns-3 .wp-caption-text.gallery-caption {
		padding: 25px 5px;
	}
	.gallery-columns-4 .wp-caption-text.gallery-caption,
	.gallery-columns-5 .wp-caption-text.gallery-caption {
		padding: 25px 0;
	}

	/* DesignOrbital */
	.do-head-medium {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.do-typo-medium {
		font-size: 17px;
		font-size: 1.7rem;
	}

	/* DesignOrbital Theme Grid */
	.do-themes-head {
		width: 100%;
	}
	.do-grid-col-one-half {
		padding: 0 15px;
	}
	.do-grid-themes-col-one-half .do-grid-row-tail {
		margin: 30px 0 0;
	}
	.do-grid-col-one-third {
		padding: 0 5px;
	}
	.do-grid-themes-col-one-third .do-grid-row-tail {
		margin: 10px 0 0;
	}
	.do-grid-themes-col-one-third .do-grid-theme-badge:after {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 5px 10px;
		right: -65px;
		top: 15px;
	}
	.do-grid-col-one-forth {
		margin: 0 0 30px;
		padding: 0 15px;
		width: 50%;
	}
	.do-grid-themes-col-one-forth .do-grid-row-tail {
		margin: 0;
	}
	.do-grid-themes-col-one-third .do-grid-theme-btn,
	.do-grid-themes-col-one-third .do-grid-theme-btn:visited {
		border-radius: 2px;
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		letter-spacing: 0.1rem;
		padding: 5px 14px;
	}

	/* DesignOrbital Intro */
	.do-intro-head {
		width: 100%;
	}
	.do-intro-feature-col {
		padding: 0 5px;
	}

	/* DesignOrbital Partners */
	.do-partner-head {
		width: 100%;
	}
	.do-partner-col {
		margin: 0 5px;
	}

	/* DesignOrbital Theme Detail */
	.do-theme-detail-content {
		padding: 15px 0;
		width: 58%;
	}
	.do-theme-detail-sidebar {
		padding: 15px 15px;
		width: 40%;
	}
	.do-theme-features ul li:before {
		margin: 0 2px 0 0;
	}
	.do-theme-features ul li {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 4px 1px;
	}

	/* Theme Detail Sidebar Widgets */
	.do-theme-detail-sidebar .widget {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.widget_theme_details ul li:before {
		margin: 0 4px 0 0;
	}
	.widget_theme_overview ul li:before {
		margin: 0 4px 0 0;
	}

	/* DesignOrbital Tweet */
	.do-tweet-wrapper {
		width: 98%;
	}

	/* DesignOrbital Hosting */
	.do-hosting-image {
		margin: 0 0 30px 0;
		padding: 0;
		width: 100%;
	}
	.do-hosting-detail {
		padding: 0;
		width: 100%;
	}

	/* DesignOrbital Misc */
	.modal {
		width: 400px;
	}

	/* Social Follow */
	.footer-sidebar-sixth {
		width: 42%;
	}

}

/**
 * For Phablet Devices
 * Tweaks for 720px to 767px devices
 */
@media screen and ( min-width: 720px ) and ( max-width: 767px ) {

	/* Global */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Blockquote */
	blockquote {
		font-size: 31px;
		font-size: 3.1rem;
		padding: 15px 80px 0;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 28px;
		font-size: 2.8rem;
		max-width: 275px;
	}

	/* HEntry */
	.right-sidebar .has-post-thumbnail .entry-image-wrapper,
	.left-sidebar .has-post-thumbnail .entry-image-wrapper {
		width: 45%;
		margin: 0 20px 0 0;
	}
	.right-sidebar .has-post-thumbnail .entry-content-wrapper,
	.left-sidebar .has-post-thumbnail .entry-content-wrapper {
		width: 51%;
	}

	/* Entry Title */
	.entry-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	/* Widgets */
	.widget {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* DesignOrbital Theme Detail */
	.do-theme-detail-content {
		padding: 20px 0;
	}
	.do-theme-detail-sidebar {
		padding: 20px 20px;
	}
	.do-theme-features ul li:before {
		margin: 0 4px 0 0;
	}
	.do-theme-features ul li {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 4px 4px;
	}

	/* Theme Detail Sidebar Widgets */
	.do-theme-detail-sidebar .widget {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.widget_theme_details ul li:before {
		margin: 0 8px 0 0;
	}
	.widget_theme_overview ul li:before {
		margin: 0 8px 0 0;
	}

	/* DesignOrbital Hosting */
	.do-hosting-image {
		padding: 0 10px 0 0;
		width: 38%;
	}
	.do-hosting-detail {
		padding: 0 0 0 10px;
		width: 60%;
	}

	/* Social Follow */
	.footer-sidebar-sixth {
		width: 35%;
	}

}

/**
 * For Phablet Devices
 * Tweaks for 600px to 639px devices
 */
@media screen and ( min-width: 600px ) and ( max-width: 639px ) {

	/* Blockquote */
	blockquote {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 15px 60px 0;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 22px;
		font-size: 2.2rem;
		max-width: 240px;
	}

	/* Secondary Menu */
	.secondary-menu a,
	.secondary-menu a:visited {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		letter-spacing: 0.1rem;
		padding: 8px 4px;
	}

	/* Entry Title */
	.entry-title {
		font-size: 27px;
		font-size: 2.7rem;
	}

	/* DesignOrbital Intro */
	.do-intro-feature-head {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* DesignOrbital Partners */
	.do-partner-col {
		width: 145px;
	}

	/* Social Follow */
	.footer-sidebar-sixth {
		width: 45%;
	}

}

/**
 * For Extra Small Devices
 *
 * This block is written by keeping
 * min-width 384px in mind to avoid
 * unnecessary repitition of code.
 *
 * Tweak Settings for other Extra Small Devices
 * are under this block.
 */
@media screen and ( min-width: 360px ) and ( max-width: 599px ) {

	/* Global */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* Blockquote */
	blockquote {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 15px 10px 0;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 22px;
		font-size: 2.2rem;
		max-width: 170px;
	}
	blockquote.alignleft {
		margin: 0 1em 1em 0;
	}
	blockquote.alignright {
		margin: 0 0 1em 1em;
	}
	p + blockquote,
	blockquote + blockquote {
		margin: 10px auto 40px;
	}
	blockquote:before {
		font-size: 28px;
		font-size: 2.8rem;
	}
	blockquote cite,
	blockquote cite a,
	blockquote cite a:visited {
		margin: 40px 0 0;
	}

	/* Main Navigation - Site Search */
	.site-search {
		right: 0;
	}

	/* Main Navigation - Site Home */
	.site-home {
		left: 0;
	}

	/* Primary Menu Responsive */
	.site-primary-menu {
		display: none;
	}
	.toggle-menu-wrapper {
		display: block;
	}

	/* Site Primary Menu Responsive */
	.site-primary-menu-responsive {
		left: -320px;
		width: 320px;
	}

	/* Secondary Menu */
	.secondary-menu a,
	.secondary-menu a:visited {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		letter-spacing: 0.1rem;
		padding: 8px 4px;
	}

	/* Social Navigation */
	.site-social-menu {
		text-align: center;
	}
	.site-social-menu ul li {
		margin: 4px 4px;
	}
	.site-social-menu a,
	.widget_nav_menu div[class^="menu-social-"] a {
		line-height: 32px;
		width: 32px;
		height: 32px;
	}

	/* Social2 Menu */
	.site-social2-menu ul li {
		margin: 8px 4px;
	}
	.site-social2-menu a {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.site-social2-menu a:before {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Pagination @since WordPress 4.1.0 */
	.pagination .page-numbers {
		display: none;
	}
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		display: inline-block;
	}

	/* Post Navigation */
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
	}
	.post-navigation .nav-next {
		float: none;
		width: 100%;
	}
	.post-navigation a,
	.post-navigation a:visited {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 20px;
	}
	.post-navigation .meta-nav {
		font-size: 21px;
		font-size: 2.1rem;
	}

	/* Site Logo */
	.has-header-social-menu .site-logo {
		text-align: center;
	}

	/* Site Branding */
	.has-header-social-menu.has-site-branding .site-branding {
		text-align: center;
	}

	/* Site Bar */
	.site-bar {
		display: block;
		margin: 30px 0 0;
	}

	/* Site Hero */
	.site-hero,
	.site-hero-big .site-hero {
		height: 380px;
	}
	.site-hero .site-hero-content,
	.site-hero-big .site-hero-content {
		height: 230px;
	}
	.site-hero .site-hero-content-inside {
		left: 3%;
		right: 3%;
	}
	.site-hero .entry-title-site-hero {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.site-hero .entry-content-site-hero {
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: 1px;
		letter-spacing: 0.1rem;
	}
	.site-hero .entry-content-site-hero p {
		line-height: 2.0;
	}
	.site-hero .site-hero-perspective {
		height: 200px;
	}
	.site-hero-button,
	.site-hero-button:visited {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		margin: 0;
		padding: 10px 20px;
	}
	.site-hero-button-medium,
	.site-hero-button-medium:visited {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		margin: 0;
		padding: 10px 20px;
	}

	/* Site Content */
	.site-main,
	.right-sidebar .site-main,
	.left-sidebar .site-main {
		margin: 0 0 100px 0;
		padding: 0;
	}
	.page-template-full-width-page .site-main,
	.page-template-full-width-page .right-sidebar .site-main,
	.page-template-full-width-page .left-sidebar .site-main,
	.page-template-full-width-page-extend .site-main,
	.page-template-full-width-page-extend .right-sidebar .site-main,
	.page-template-full-width-page-extend .left-sidebar .site-main,
	.page-template-front-page .site-main,
	.page-template-front-page .right-sidebar .site-main,
	.page-template-front-page .left-sidebar .site-main,
	.page-template-theme-grid .site-main,
	.page-template-theme-grid .right-sidebar .site-main,
	.page-template-theme-grid .left-sidebar .site-main,
	.page-template-theme-detail .site-main,
	.page-template-theme-detail .right-sidebar .site-main,
	.page-template-theme-detail .left-sidebar .site-main {
		margin: 0;
	}

	/* Sidebar */
	.sidebar,
	.left-sidebar .sidebar {
		padding: 0;
	}

	/* Footer */
	.site-footer-top-perspective-wrapper {
		height: 100px;
	}
	.site-footer-bottom-perspective-wrapper {
		height: 100px;
	}
	.site-footer-bottom-perspective {
		height: 200px;
	}

	/* Site footer widgets */
	.site-footer-widgets-wrapper {
		padding: 50px 0px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-first {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-second {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-third {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-forth {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-fifth {
		margin-bottom: 32px;
		padding: 0;
	}

	/* Credits */
	.credits {
		font-size: 11px;
		font-size: 1.1rem;
	}

	/* HEntry */
	.right-sidebar .has-post-thumbnail .entry-image-wrapper,
	.left-sidebar .has-post-thumbnail .entry-image-wrapper {
		width: 41%;
		margin: 0 10px 0 0;
	}
	.right-sidebar .has-post-thumbnail .entry-content-wrapper,
	.left-sidebar .has-post-thumbnail .entry-content-wrapper {
		width: 54%;
	}

	/* Entry Title */
	.entry-header {
		margin: 0 0 10px;
	}
	.entry-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* Entry Meta */
	.entry-meta {
		font-size: 10px;
		font-size: 1.0rem;
	}

	/* Entry Meta Elements */
	.entry-image-wrapper .post-label {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	.entry-image-wrapper .post-label:before {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Post Format Label */
	.entry-image-wrapper .post-format-label a,
	.entry-image-wrapper .post-format-label a:visited {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	.entry-image-wrapper .post-format-label a:before {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Comments */
	.comment-respond .comment-notes,
	.comment-respond .logged-in-as,
	.comment-respond .form-allowed-tags,
	.comment-respond .form-allowed-tags code {
		font-size: 10px;
		font-size: 1.0rem;
	}

	/* Widgets */
	.widget {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.sidebar-area .widget-area .widget:last-child {
		margin-bottom: 0;
	}
	/*.site-footer-widgets .widget-area .widget:last-child {
		margin-bottom: 80px;
	}*/

	/* Search Form Widget */
	.search-curtain-close {
		font-size: 52px;
		font-size: 5.2rem;
	}
	.search-curtain .search-form input[type="search"] {
		font-size: 40px;
		font-size: 4.0rem;
	}
	.search-curtain .search-curtain-info {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* Postlist Widget */
	.widget-postlist-crayon .postlist-title {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.widget-postlist-crayon .postlist-date {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* Captions */
	.entry-caption {
		padding: 25px;
	}
	.gallery-columns-1 .wp-caption-text.gallery-caption,
	.gallery-columns-2 .wp-caption-text.gallery-caption,
	.gallery-columns-3 .wp-caption-text.gallery-caption,
	.gallery-columns-4 .wp-caption-text.gallery-caption,
	.gallery-columns-5 .wp-caption-text.gallery-caption {
		padding: 15px 0;
	}

	/* Infinite Scroll */
	.infinite-scroll #infinite-handle span {
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		padding: 8px 50px;
	}

	/* DesignOrbital */
	.do-head-medium {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.do-typo-medium {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* DesignOrbital Theme Grid */
	.do-themes-wrapper {
		padding: 0 0 30px;
	}
	.do-themes-head {
		width: 100%;
		margin: 0 auto 60px;
	}
	.do-grid-col-one,
	.do-grid-col-one-half,
	.do-grid-col-one-third,
	.do-grid-col-one-forth {
		margin: 0 0 30px;
		padding: 0 10px;
		width: 100%;
	}
	.do-grid-themes-col-one .do-grid-row-tail,
	.do-grid-themes-col-one-half .do-grid-row-tail,
	.do-grid-themes-col-one-third .do-grid-row-tail,
	.do-grid-themes-col-one-forth .do-grid-row-tail {
		margin: 0;
	}

	/* DesignOrbital Intro */
	.do-intro-wrapper {
		padding: 0 0 10px;
	}
	.do-intro-head {
		width: 100%;
		margin: 0 auto 60px;
	}
	.do-intro-feature-col {
		margin: 0 0 50px;
		padding: 0 20px;
		width: 100%;
	}
	.do-intro-feature-row-tail {
		margin: 0;
	}

	/* DesignOrbital Partners */
	.do-partner-head {
		width: 100%;
	}
	.do-partner-col {
		margin: 0 10px 20px;
		width: 150px;
	}

	/* DesignOrbital Theme Detail */
	.do-theme-detail-content {
		float: none;
		margin: 0 0 40px;
		padding: 20px 0;
		width: 100%;
	}
	.do-theme-detail-sidebar {
		float: none;
		padding: 20px 20px;
		width: 100%;
	}
	.do-theme-features ul li:before {
		margin: 0 4px 0 0;
	}
	.do-theme-features ul li {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 4px 4px;
	}

	/* Theme Price Footer */
	.do-theme-detail-price-footer {
		margin: 40px 0;
	}

	/* Theme Detail Button */
	.theme-detail-button,
	.theme-detail-button:visited {
		display: block;
		margin: 20px auto;
		width: 90%;
	}

	/* DesignOrbital FAQ */
	.do-faq-section {
		margin: 0 0 30px;
	}
	.do-faq-question-head {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.do-toggle-button:before {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* DesignOrbital Tweet */
	.do-tweet-wrapper {
		width: 100%;
	}

	/* DesignOrbital Hosting */
	.do-hosting-image {
		margin: 0 0 30px 0;
		padding: 0;
		width: 100%;
	}
	.do-hosting-detail {
		padding: 0;
		width: 100%;
	}

	/* DesignOrbital Cols */
	.do-cols > ul {
		width: 35%;
	}

	/* DesignOrbital Misc */
	.modal {
		width: 300px;
	}

	/* Social Follow */
	.footer-sidebar-sixth {
		width: 50%;
	}

}

/**
 * For Extra Small Devices
 * Tweaks for 360px to 383px devices
 */
@media screen and ( min-width: 360px ) and ( max-width: 383px ) {

	/* Global */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Blockquote */
	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 15px 10px 0;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 20px;
		font-size: 2.0rem;
		max-width: 150px;
	}

	/* Entry Title */
	.entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Widgets */
	.widget {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* DesignOrbital Partners */
	.do-partner-col {
		margin: 0 5px 20px;
	}

	/* DesignOrbital Theme Detail */
	.do-theme-features ul li {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 4px;
	}

	/* Misc Buttons */
	.button,
	.button:visited,
	.button-1,
	.button-1:visited {
		min-width: 90px;
		height: 40px;
		line-height: 40px;
	}

}

/**
 * For Tiny Small Devices
 *
 * This block is written by keeping
 * min-width 320px in mind.
 */
@media screen and ( max-width: 359px ) {

	/* Global */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Blockquote */
	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 20px 0 0;
	}
	blockquote.alignright,
	blockquote.alignleft {
		font-size: 20px;
		font-size: 2.0rem;
		max-width: 140px;
	}
	blockquote.alignleft {
		margin: 0 1em 1em 0;
	}
	blockquote.alignright {
		margin: 0 0 1em 1em;
	}
	p + blockquote,
	blockquote + blockquote {
		margin: 10px auto 20px;
	}
	blockquote:before {
		font-size: 24px;
		font-size: 2.4rem;
	}
	blockquote cite,
	blockquote cite a,
	blockquote cite a:visited {
		margin: 40px 0 0;
	}

	/* Main Navigation - Site Search */
	.site-search {
		right: 0;
	}

	/* Main Navigation - Site Home */
	.site-home {
		left: 0;
	}

	/* Primary Menu Responsive */
	.site-primary-menu {
		display: none;
	}
	.toggle-menu-wrapper {
		display: block;
	}

	/* Site Primary Menu Responsive */
	.site-primary-menu-responsive {
		left: -280px;
		width: 280px;
	}

	/* Secondary Menu */
	.secondary-menu a,
	.secondary-menu a:visited {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		letter-spacing: 0.1rem;
		padding: 8px 4px;
	}

	/* Tertiary Menu */
	.tertiary-menu a,
	.tertiary-menu a:visited {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 8px 4px;
	}

	/* Social Navigation */
	.site-social-menu {
		text-align: center;
	}
	.site-social-menu ul li {
		margin: 4px 4px;
	}
	.site-social-menu a,
	.widget_nav_menu div[class^="menu-social-"] a {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 28px;
		width: 28px;
		height: 28px;
	}
	.site-social-menu a:before {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* Social2 Menu */
	.site-social2-menu ul li {
		margin: 8px 4px;
	}
	.site-social2-menu a {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.site-social2-menu a:before {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Navigations Common */
	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.image-navigation .nav-previous,
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.image-navigation .nav-next {
		margin: 4px 0;
	}

	/* Pagination @since WordPress 4.1.0 */
	.pagination .page-numbers {
		display: none;
	}
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		display: inline-block;
	}

	/* Post Navigation */
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
	}
	.post-navigation .nav-next {
		float: none;
		width: 100%;
	}
	.post-navigation a,
	.post-navigation a:visited {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 20px;
	}
	.post-navigation .meta-nav {
		font-size: 21px;
		font-size: 2.1rem;
	}

	/* Site Logo */
	.has-header-social-menu .site-logo {
		text-align: center;
	}

	/* Site Branding */
	.has-header-social-menu.has-site-branding .site-branding {
		text-align: center;
	}

	/* Site Bar */
	.site-bar {
		display: block;
		margin: 30px 0 0;
	}

	/* Site Hero */
	.site-hero,
	.site-hero-big .site-hero {
		height: 320px;
	}
	.site-hero .site-hero-content,
	.site-hero-big .site-hero-content {
		height: 200px;
	}
	.site-hero .site-hero-content-inside {
		left: 2%;
		right: 2%;
	}
	.site-hero .entry-title-site-hero {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.site-hero .entry-content-site-hero {
		font-size: 9px;
		font-size: 0.9rem;
		letter-spacing: 1px;
		letter-spacing: 0.1rem;
	}
	.site-hero .entry-content-site-hero p {
		line-height: 2.0;
	}
	.site-hero .site-hero-perspective {
		height: 190px;
	}
	.site-hero-button,
	.site-hero-button:visited {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		margin: 0;
		padding: 10px 20px;
	}
	.site-hero-button-medium,
	.site-hero-button-medium:visited {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		margin: 0;
		padding: 10px 15px;
	}

	/* Site Content */
	.site-main,
	.right-sidebar .site-main,
	.left-sidebar .site-main {
		margin: 0 0 100px 0;
		padding: 0;
	}
	.page-template-full-width-page .site-main,
	.page-template-full-width-page .right-sidebar .site-main,
	.page-template-full-width-page .left-sidebar .site-main,
	.page-template-full-width-page-extend .site-main,
	.page-template-full-width-page-extend .right-sidebar .site-main,
	.page-template-full-width-page-extend .left-sidebar .site-main,
	.page-template-front-page .site-main,
	.page-template-front-page .right-sidebar .site-main,
	.page-template-front-page .left-sidebar .site-main,
	.page-template-theme-grid .site-main,
	.page-template-theme-grid .right-sidebar .site-main,
	.page-template-theme-grid .left-sidebar .site-main,
	.page-template-theme-detail .site-main,
	.page-template-theme-detail .right-sidebar .site-main,
	.page-template-theme-detail .left-sidebar .site-main {
		margin: 0;
	}

	/* Sidebar */
	.sidebar,
	.left-sidebar .sidebar {
		padding: 0;
	}

	/* Footer */
	.site-footer-top-perspective-wrapper {
		height: 90px;
	}
	.site-footer-bottom-perspective-wrapper {
		height: 90px;
	}
	.site-footer-bottom-perspective {
		height: 190px;
	}

	/* Site footer widgets */
	.site-footer-widgets-wrapper {
		padding: 50px 0px;
	}
	.site-footer-widgets-wrapper .footer-sidebar-first {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-second {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-third {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-forth {
		margin-bottom: 32px;
		padding: 0;
	}
	.site-footer-widgets-wrapper .footer-sidebar-fifth {
		margin-bottom: 32px;
		padding: 0;
	}

	/* Credits */
	.credits {
		font-size: 9px;
		font-size: 0.9rem;
	}

	/* HEntry */
	.right-sidebar .has-post-thumbnail .entry-image-wrapper,
	.left-sidebar .has-post-thumbnail .entry-image-wrapper {
		width: 41%;
		margin: 0 10px 0 0;
	}
	.right-sidebar .has-post-thumbnail .entry-content-wrapper,
	.left-sidebar .has-post-thumbnail .entry-content-wrapper {
		width: 54%;
	}

	/* Entry Title */
	.entry-header {
		margin: 0 0 10px;
	}
	.entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Entry Meta */
	.entry-meta {
		font-size: 10px;
		font-size: 1.0rem;
	}

	/* Entry Meta Elements */
	.entry-image-wrapper .post-label {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	.entry-image-wrapper .post-label:before {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Post Format Label */
	.entry-image-wrapper .post-format-label a,
	.entry-image-wrapper .post-format-label a:visited {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	.entry-image-wrapper .post-format-label a:before {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Comments */
	.comment-respond .comment-notes,
	.comment-respond .logged-in-as,
	.comment-respond .form-allowed-tags,
	.comment-respond .form-allowed-tags code {
		font-size: 10px;
		font-size: 1.0rem;
	}

	/* Widgets */
	.widget {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.sidebar-area .widget-area .widget:last-child {
		margin-bottom: 0;
	}
	/*.site-footer-widgets .widget-area .widget:last-child {
		margin-bottom: 80px;
	}*/

	/* Search Form Widget */
	.search-curtain-close {
		font-size: 52px;
		font-size: 5.2rem;
	}
	.search-curtain .search-form input[type="search"] {
		font-size: 40px;
		font-size: 4.0rem;
	}
	.search-curtain .search-curtain-info {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* Postlist Widget */
	.widget-postlist-crayon .postlist-title {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.widget-postlist-crayon .postlist-date {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* Captions */
	.entry-caption {
		padding: 25px;
	}
	.gallery-columns-1 .wp-caption-text.gallery-caption,
	.gallery-columns-2 .wp-caption-text.gallery-caption,
	.gallery-columns-3 .wp-caption-text.gallery-caption,
	.gallery-columns-4 .wp-caption-text.gallery-caption,
	.gallery-columns-5 .wp-caption-text.gallery-caption {
		padding: 15px 0;
	}

	/* Infinite Scroll */
	.infinite-scroll #infinite-handle span {
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		padding: 8px 50px;
	}

	/* DesignOrbital */
	.do-head-medium {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.do-typo-medium {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* DesignOrbital Theme Grid */
	.do-themes-wrapper {
		padding: 0 0 30px;
	}
	.do-themes-head {
		width: 100%;
		margin: 0 auto 60px;
	}
	.do-grid-col-one,
	.do-grid-col-one-half,
	.do-grid-col-one-third,
	.do-grid-col-one-forth {
		margin: 0 0 30px;
		padding: 0 10px;
		width: 100%;
	}
	.do-grid-themes-col-one .do-grid-row-tail,
	.do-grid-themes-col-one-half .do-grid-row-tail,
	.do-grid-themes-col-one-third .do-grid-row-tail,
	.do-grid-themes-col-one-forth .do-grid-row-tail {
		margin: 0;
	}

	/* DesignOrbital Intro */
	.do-intro-wrapper {
		padding: 0 0 10px;
	}
	.do-intro-head {
		width: 100%;
		margin: 0 auto 60px;
	}
	.do-intro-feature-col {
		margin: 0 0 50px;
		padding: 0 20px;
		width: 100%;
	}
	.do-intro-feature-row-tail {
		margin: 0;
	}

	/* DesignOrbital Partners */
	.do-partner-head {
		width: 100%;
	}
	.do-partner-col {
		margin: 0 0 20px;
	}

	/* DesignOrbital Theme Detail */
	.do-theme-detail-content {
		float: none;
		margin: 0 0 40px;
		padding: 20px 0;
		width: 100%;
	}
	.do-theme-detail-sidebar {
		float: none;
		padding: 20px 20px;
		width: 100%;
	}
	.do-theme-features ul li:before {
		margin: 0 4px 0 0;
	}
	.do-theme-features ul li {
		font-size: 10px;
		font-size: 1.0rem;
		padding: 1px;
	}

	/* Theme Price Footer */
	.do-theme-detail-price-footer {
		margin: 40px 0;
	}

	/* Theme Detail Button */
	.theme-detail-button,
	.theme-detail-button:visited {
		display: block;
		margin: 20px auto;
		width: 95%;
	}

	/* DesignOrbital Tweet */
	.do-tweet-wrapper {
		width: 100%;
	}

	/* DesignOrbital FAQ */
	.do-faq-section {
		margin: 0 0 30px;
	}
	.do-faq-question-head {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.do-toggle-button:before {
		font-size: 20px;
		font-size: 2.0rem;
	}

	/* DesignOrbital Hosting */
	.do-hosting-image {
		margin: 0 0 30px 0;
		padding: 0;
		width: 100%;
	}
	.do-hosting-detail {
		padding: 0;
		width: 100%;
	}

	/* DesignOrbital Misc */
	.modal {
		width: 250px;
	}

	/* DesignOrbital Cols */
	.do-cols > ul {
		width: 35%;
	}

	/* Social Follow */
	.footer-sidebar-sixth {
		width: 50%;
	}

	/* Misc Buttons */
	.button,
	.button:visited,
	.button-1,
	.button-1:visited {
		margin: 0 5px 0 0;
		min-width: 80px;
		height: 38px;
		line-height: 38px;
	}

}
