/*
Theme Name: lessthanweb
Theme URI: https://www.lessthanweb.com/
Author: lessthanweb.
Author URI: https://www.lessthanweb.com/
Description: lessthanweb.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: lessthanweb
*/

/* -----------------------------------------------------------
	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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------------------------------
	Content Elements
-------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #181818;
	font-size: 16px;
	line-height: 25px;
	background-color: #ffffff;
}
p {
	margin: 0 0 25px 0;
	line-height: 25px;
}
a:link {
	color: #747474;
	text-decoration: none;
	transition: color 100ms ease-in;
}
a:visited {
	color: #747474;
	text-decoration: none;
}
a:hover {
	color: #181818;
	text-decoration: none;
	transition: color 100ms ease-out;
}
a:active {
	color: #ffea00;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 50px 0 25px 0;
	padding: 0;
	font-family: 'Varela Round', sans-serif;
}
h1 {
	font-size: 32px;
    line-height: 44px;
}
h2 {
	font-size: 30px;
    line-height: 42px;
}
h3 {
	font-size: 28px;
	line-height: 39px;
}
h4 {
	font-size: 26px;
	line-height: 37px;
}
h5 {
	font-size: 24px;
	line-height: 34px;
}
h6 {
	font-size: 22px;
	line-height: 32px;
}
ul, ol {
	margin: 0 0 25px 25px;
	padding: 0;
	list-style: disc outside none;
}
ol {
	list-style: decimal outside none;
}
ul ul, 
ol ol,
li > ul,
li > ol {
	margin: 0 0 0 25px;
}
li {
	line-height: 25px;
}
img {
	height: auto;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
embed, 
iframe, 
object, 
video {
    max-width: 100%;
    vertical-align: middle;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: 600;
}
dd {
	margin: 0 0 25px 0;
}
b, strong {
	font-weight: 600;
}
address {
	margin-bottom: 25px;
	font-style: italic;
}
abbr[title] {
	border-bottom: 1px dotted;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
pre {
	margin: 25px -100px;
	padding: 25px;
	overflow: auto;
	background-color: #181818;
	color: #ffffff;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 4px;
}
pre, code, kbd, tt {
	font-family: monospace, serif;
	font-size: 14px;
}
ins {
	background-color: #ffea00;
	text-decoration: none;
}
code {
	padding: 2px;
	background-color: #181818;
	color: #ffffff;
	vertical-align: top;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -3px;
}
sup {
	top: -5px;
}
label {
	display: inline-block;
	margin-bottom: 14px;
	line-height: 25px;
}
blockquote {
	margin: 0 -100px 25px -100px;
    padding: 25px;
    border-left: 6px solid rgba(48, 48, 48, 0.2);
	background-color: rgba(255, 234, 0, 0.2);
    font-style: italic;
    line-height: 25px;
    border-radius: 4px;
}
blockquote:first-child, q:first-child {
	margin-top: 0;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite,
blockquote small {
	font-size: 12px;
	line-height: 20px;
}
table {
	width: 100%;
	margin: 0 0 25px 0;
	line-height: 25px;
}
caption, th, td {
	text-align: left;
}
tbody tr {
	background: #ffffff;
}
th {
	padding: 13px 16px;
	font-weight: 400;
	border: 1px solid #181818;
}
td {
	padding: 13px 16px;
	border: 1px solid #181818;
}
input, select, textarea, button {
	display: block;
	width: 100%;
	padding: 6px 14px;
	background-color: #f7f7f7;
	border: 1px solid #dadada;
	outline: none;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	transition: border-color 200ms ease-in;
	border-radius: 2px;
}
input:focus,
select:focus,
textarea:focus {
	color: #010101;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	transition: border-color 200ms ease-out;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	display: inline-block;
	width: auto;
	padding: 7px 25px;
	font-size: 16px;
	background-color: #181818;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 200ms ease-in;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
	background-color: #ffea00;
	color: #181818;
	transition: all 200ms ease-out;
}
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled,
button:disabled,
input[type="submit"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="button"]:disabled:hover,
button:disabled:hover {
	background-color: #e0eef4;
	color: #ffffff;
	cursor: default;
}
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
    width: auto;
}
select {
	padding: 8px 7px 7px;
}
textarea {
	padding: 13px;
}
input[readonly],
select[readonly],
textarea[readonly] {
	color: #747474;	
}

/* -----------------------------------------------------------
	Buttons
-------------------------------------------------------------- */
.button, 
.big-button {
	display: inline-block;
	margin: 4px 0;
	padding: 13px 25px;
	border-radius: 4px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
	text-align: center;
}
.big-button {
	padding: 18px 30px;
	font-size: 18px;
	transition: all 200ms ease-in;
}
.big-button:hover {
	transition: all 200ms ease-out;
}
.button.red, 
.big-button.red {
	color: #ffffff;
	background-color: #d21e1e;
	text-decoration: none;
}
.button.red:hover,
.big-button.red:hover {
	background-color: #ec1313;
}
.button.blue,
.big-button.blue {
	color: #ffffff;
	background-color: #2090be;
	text-decoration: none;
	border: 0;
}
.button.blue:hover,
.big-button.blue:hover {
	background-color: #119fda;
}
.button.green,
.big-button.green {
	color: #ffffff;
	background-color: #3b8686;
	text-decoration: none;
}
.button.green:hover,
.big-button.green:hover {
	background-color: #3E9696;
}
.product-button {
	width: 187px;
}

/* -----------------------------------------------------------
	Captions
-------------------------------------------------------------- */
.wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}
.wp-caption img {
	display: block;
	margin: 0;
}
.wp-caption-text,
.gallery-caption,
.entry-caption {
	margin-top: 6px;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}

/* -----------------------------------------------------------
	Alignments
-------------------------------------------------------------- */
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	float: right;
}
img.alignleft,
blockquote.alignleft,
.wp-caption.alignleft {
	margin: 0 25px 13px 0;
}
img.alignright,
blockquote.alignright,
.wp-caption.alignright {
	margin: 0 0 13px 25px;
}
img.aligncenter,
blockquote.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* -----------------------------------------------------------
	Assistive Text
-------------------------------------------------------------- */
.says,
.screen-reader-text {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
}

/* -----------------------------------------------------------
	Clear Floats
-------------------------------------------------------------- */
#site-header:after,
#site-content-container:after,
#site-main:after,
#site-main > article:after,
#site-main > article .entry-content:after,
.entry-meta:after,
.comment-meta:after,
.single .yarpp-related:after,
#after-content-sidebar:after,
#site-footer:after,
#product-extra-info:after,
.navigation:after,
.my-account-panel ul li:after {
	display: block;
	clear: both;
	content: '';
}

/* -----------------------------------------------------------
	Header
-------------------------------------------------------------- */
#site-header {
	position: relative;
	height: 100px;
	background-color: #ffea00;
}
#site-header-inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.site-brand {
	float: left;
	margin-top: 43px;
}
#site-main-menu {
	float: right;
	margin-top: 57px;
}
#menu-button-toggle {
	display: none;
	width: 30px;
    height: 30px;
    padding: 0;
    background-color: #ffea00;
}
#menu-button-toggle svg {
	width: 100%;
    height: 100%;
	fill: #181818;
	transition: fill 200ms ease-in;
}
#menu-button-toggle svg:hover {
	fill: #ffffff;
	transition: fill 200ms ease-in;
}
#menu-button-toggle.menu-open svg {
	fill: #ffffff;
}
#logged-in-user {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 15px;
}
#logged-in-user a {
	color: #181818;
	text-decoration: underline
}
#logged-in-user a:hover {
	color: #747474;
}
#site-navigation.slide-main-menu,
#search-form-container {
	position: fixed;
    top: -297px;
    right: 50%;
    left: 50%;
    width: 600px;
    text-align: center;
    background-color: #ffea00;
    margin-left: -300px;
    padding: 25px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 9999;
}
#search-form-container {
	display: none;
	position: absolute;
	width: 100%;
	height: 81px;
	top: 69px;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
#search-form-container.fixed-search-box {
	position: fixed;
}
#search-form-container .search-form {
	position: relative;
	width: 600px;
	margin: 16px auto 0 auto;
}
#search-form-container .search-field {
	width: 600px;
	padding: 7px 116px 7px 14px;
	font-size: 22px;
	line-height: 35px;
	border: 0;
}
#search-form-container .search-submit {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 11px 25px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#search-form-container .search-submit:hover {
	background-color: #747474;
}
.admin-bar #search-form-container {
	top: 101px;
}
.icon-search-button,
.search-icon-menu-item .icon-search-button {
	width: 40px;
	height: 40px;
	fill: #181818;
	transition: fill 200ms ease-in;
	cursor: pointer;
}
.search-icon-menu-item .icon-search-button {
	width: 20px;
	height: 20px;
	margin-top: 4px;
}
.icon-search-button:hover {
	fill: #ffea00;
	transition: fill 200ms ease-out;
}
.icon-button-close {
	position: absolute;
	top: 28px;
	right: 20px;
	width: 27px;
	height: 27px;
	cursor: pointer;
}
.search-icon-menu-item .icon-search-button:hover,
.icon-button-close:hover {
	fill: #ffffff;
}
#site-navigation .primary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site-navigation .primary-menu li {
	float: left;
	margin-right: 25px;
}
#site-navigation.slide-main-menu .primary-menu li {
	float: none;
    margin: 0 0 25px 0;
}
#site-navigation .primary-menu li:last-child {
	margin-right: 0;
}
#site-navigation.slide-main-menu .primary-menu li.last-menu-item {
	margin: 0;
}
#site-navigation .primary-menu li a {
	color: #181818;
}
#site-navigation .primary-menu li.mobile-my-account {
	display: none;
}

/* -----------------------------------------------------------
	Content
-------------------------------------------------------------- */
#site-content-container {
	width: 600px;
	margin: 0 auto;
	padding: 75px 0 50px;
}
.single #site-content-container {
	width: 100%;
	padding-top: 0;
}
#site-main {
	margin-bottom: 75px;
	line-height: 25px;
	word-wrap: break-word;
}
#site-main > article {
	margin-bottom: 75px;
}
.blog #site-main > article,
.search #site-main > article,
.archive #site-main > article {
	margin-bottom: 50px;
    border-bottom: 3px solid #ffea00;
    padding-bottom: 25px;
}
.single-ltw_themes #site-main {
	margin-bottom: 0;
}
#site-main > article .entry-content > :first-child {
	margin-top: 0;
	padding-top 0;
}
.single #site-main > article {
	margin-bottom: 50px;
}
.single-ltw_themes #site-main > article.content-theme-documentation {
	margin-bottom: 75px;
	padding-top: 75px;
}
.single-post .entry-header {
	position: relative;
	height: 450px;
	margin: 0 0 75px 0;
    padding-top: 110px;
    box-sizing: border-box;
    background-position: 50%;
}
.single-post .entry-header img {
	position: absolute;
}
.page-header h1.page-title {
	margin-top: 0;
	padding: 0 25px 19px 25px;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 5px solid #ffea00;
}
h1.entry-title,
h2.entry-title {
	margin: 0 -100px 50px;
	padding: 0;
	font-family: 'Varela Round', sans-serif;
	font-size: 38px;
	line-height: 52px;
	text-align: center;
	color: #181818;
	transition: color 100ms ease-in;
}
h1.entry-title .entry-title-link,
h2.entry-title .entry-title-link {
	color: #181818;	
}
h1.entry-title .entry-title-link:active,
h2.entry-title .entry-title-link:active {
	color: #ffea00;
}
.single-post h1.entry-title,
.single-post h1.entry-title a {
	margin: 0;
	padding: 54px;
	color: #ffffff;
	font-size: 48px;
	line-height: 65px;
}
.category-links,
.category-links a {
	display: block;
	margin-bottom: 13px;
	color: #747474;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	transition: color 100ms ease-in;
}
.category-links a {
	display: inline;
}
.single-post .category-links,
.single-post .category-links a {
	padding-top: 25px;
	color: #ffffff;
}
h1.entry-title a:hover,
h2.entry-title a:hover,
.category-links a:hover {
	text-decoration: none;
	color: #747474;
	transition: color 100ms ease-out;
}
.category-links a:hover {
	color: #181818;
}
.single-post .category-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.search .page h2.entry-title,
.page h1.entry-title {
	margin-bottom: 50px;
}
.single .entry-content,
.single .entry-meta,
.single .post-navigation,
.single .comments-area,
.single .widget-area {
	width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.single .post-navigation .nav-links {
	margin-right: -100px;
	margin-left: -100px;
}
.post-thumbnail {
	display: block;
	margin: -25px -100px 50px;
	text-align: center;
}
.post-thumbnail img {
	border-radius: 4px;
}
a.more-link {
	padding: 5px 14px;
    background-color: #ffea00;
    color: #181818;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: color 200ms ease-in, background-color 200ms ease-in;
}
a.more-link:hover {
	background-color: #181818;
    color: #ffffff;
	transition: color 200ms ease-out, background-color 200ms ease-out;
}
p.entry-tags {
	margin-top: 50px;
	color: #747474;
}
.entry-tags .icon-tags {
	width: 19px;
	height: 19px;
	margin-right: 14px;
	vertical-align: middle;
}
.entry-meta {
	position: relative;
	margin: 50px 0 0px 0;
    padding-bottom: 25px;
	border-top: 4px solid #ffea00;
    border-bottom: 4px solid #ffea00;
}
.entry-header .entry-meta {
	position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    padding-bottom: 0;
	border: 0;
}
.entry-meta .avatar {
	position: absolute;
	right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid #ffffff;
}
.entry-meta .byline .posted-by,
.entry-meta .posted-on {
	display: inline-block;
	margin: 25px 0 0 0;
}
.entry-meta .posted-on {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
figure[id^="attachment_"],
img.full-width {
	max-width: 800px;
	margin: 0 -100px 25px;
}

a.code {
    display: inline-block;
	padding: 0 6px;
    background-color: #ffea00;
    color: #181818;
    vertical-align: top;
    border-radius: 2px;
    transition: color 100ms ease-in, background-color 100ms ease-in;
}
a.code:hover {
	background-color: rgba(255, 234, 0, 0.5);
    color: rgba(24, 24, 24, 0.5);
	transition: color 100ms ease-out, background-color 100ms ease-out;
}

/* -----------------------------------------------------------
	Syntax Highlighter
-------------------------------------------------------------- */
.entry-content .syntaxhighlighter {
    width: auto !important;
	margin: 25px -100px !important;
	padding: 25px;
	border-radius: 4px;
}

/* -----------------------------------------------------------
	Shortcodes
-------------------------------------------------------------- */
.shortcode-github {
	margin-bottom: 25px;
    padding: 10px;
	background-color: #ffffff;
    border: 3px dashed #ffea00;
}
.shortcode-github:after {
	display: block;
	clear: both;
	content: '';
}
.shortcode-github span {
	float: left;
    width: 50%;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
}
.shortcode-github img {
	float: right;
    display: block;	
    text-align: right;
}

/* -----------------------------------------------------------
	About Us
-------------------------------------------------------------- */
.page-template-about-us .team-left,
.page-template-about-us .team-right {
	width: 45%;
}
.page-template-about-us .team-left {
	float: left;	
}
.page-template-about-us .team-right {
	float: right;
}
.page-template-about-us .team-image {
	margin-bottom: 13px;
	text-align: center;
}
.page-template-about-us .team-image .image {
	width: 170px;
    padding: 4px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 3px #e6e6e6;
}
.page-template-about-us .team-name,
.page-template-about-us .team-position {
	margin: 0;
	text-align: center;
}
.page-template-about-us .team-position {
	margin-bottom: 25px;
	font-size: 16px;
    line-height: 25px;
}

/* -----------------------------------------------------------
	Cookie
-------------------------------------------------------------- */
#cookie-law-info-bar,
#cookie-law-info-again {
}

/* -----------------------------------------------------------
	Comments
-------------------------------------------------------------- */
#respond {
	margin-bottom: 50px;
}
.comment-list {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
}
.comment {
	padding: 25px;
    background-color: #f7f7f7;
    border-radius: 4px;
}
.comment {
	margin-bottom: 25px;
}
.comment-content :last-child {
	margin-bottom: 0;
}
.comment-meta {
	margin-bottom: 25px;
}
.comment .avatar {
	float: left;
	border-radius: 50%;
}
.comment .fn {
	position: relative;
	display: block;
	margin-left: 68px;
    font-size: 16px;
    line-height: 25px;
}
.comment .comment-metadata {
	margin-left: 68px;
	font-size: 14px;
	line-height: 23px;
}
.comment .comment-metadata > a {
	margin-right: 10px;
}
.comment .edit-link:before,
.comment .reply:before {
	display: inline-block;
	margin-right: 10px;
	content: '//';
	color: #747474;
}
.comment-edit-link {
	margin-right: 10px;
}
.comment .children {
	margin: 25px 0 0 25px;
	background-color: #ffffff;
    border-radius: 4px;
	list-style: none;
}
.comment .children .comment {
	margin-bottom: 0;
	background-color: #ffffff;
}
.admin-type {
	position: relative;
	margin-left: 4px;
	padding-left: 38px;
	font-weight: 400;
}
.admin-type .comment-logo {
	position: absolute;
    top: -4px;
    left: 0px;
	width: 30px;
	height: 30px;
    border-radius: 4px;
}
.comment #respond {
	margin: 25px 0 0 0;
	padding: 25px;
	background-color: #ffffff;
	border-radius: 4px;
}
.comment #respond p.form-submit {
	margin-bottom: 0;
}
#reply-title {
	margin-top: 0;
}
#cancel-comment-reply-link {
	font-size: 16px;
}
.comment pre,
.comment blockquote,
.comment figure[id^="attachment_"],
.comment img.full-width {
	margin-right: 0;
	margin-left: 0;
}
.comment figure[id^="attachment_"], 
.comment img.full-width {
	max-width: 100%;
}

/* -----------------------------------------------------------
	Page Navigation
-------------------------------------------------------------- */
.pagination,
.navigation {
	margin: 0 -100px 75px;
	text-align: center;
	line-height: 52px;
}
.comment-navigation {
	margin: 0 0 25px 0;
}
.post-navigation {
	margin-bottom: 50px;
}
.page-numbers,
.navigation .nav-previous,
.navigation .nav-next {
    padding: 0 13px;
    font-size: 38px;
    font-family: 'Varela Round', sans-serif;
    line-height: 52px;li.bbp-forum-info, li.bbp-topic-title
}
.navigation .nav-previous,
.navigation .nav-next {
	margin-bottom: 25px;
	padding: 0;
	text-align: left;
}
.pagination .nav-links {
	position: relative;
}
.page-numbers.prev,
.page-numbers.next {
	position: absolute;
	padding: 0;
}
.page-numbers.prev {
    left: 0;
}
.page-numbers.next {
    right: 0;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	width: 50%;
	font-size: 26px;
}
.comment-navigation .nav-previous {
	float: left;
	text-align: left;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
}
.post-navigation .nav-previous .previous-text,
.post-navigation .nav-next .next-text {
	display: block;
	font-size: 18px;
	text-align: left;
	line-height: 26px;
}

/* -----------------------------------------------------------
	Related Posts
-------------------------------------------------------------- */
.single .yarpp-related {
	margin: 50px 0 25px;
}
.single .yarpp-related h3 {
	padding: 0 0 25px 0;
	font-size: 28px;
}
.single .yarpp-related ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single .yarpp-related ul li {
	float: left;
	width: 25%;
	padding: 0 14px;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Varela Round', sans-serif;
	line-height: 22px;
}
.single .yarpp-related img {
	width: 122px;
	height: 69px;
	margin-bottom: 14px;
}

/* -----------------------------------------------------------
	After Content Sidebar
-------------------------------------------------------------- */
#after-content-sidebar .widget {
	float: left;
	width: 50%;
}
h2.widgettitle {
	margin-top: 0;
	font-size: 24px;
	line-height: 33px;
}

/* -----------------------------------------------------------
	Product
-------------------------------------------------------------- */
.single #site-main > article.content-product {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.content-product {
	margin: 0 auto;
}
.entry-header-wrapper {
	margin-bottom: 75px;
	padding: 75px 0 50px;
	background-color: #181818;
	color: #ffffff;
	text-align: center;
}
.content-product .entry-header {
	margin-bottom: 25px;
}
.content-product h1.entry-title {
	margin: 0 0 25px 0;
	color: #ffffff;
}
.content-product .post-thumbnail {
		margin: 0 0 25px 0;
}
.product-button-separator {
	display: inline-block;
	width: 24px;
	height: 1px;
	margin: 0 36px;
	border-bottom: 1px solid #646464;
	vertical-align: middle;
}
.product-meta {
	text-align: center;
}
.product-meta p {
	display: inline-block;
	margin: 0 13px;
	font-size: 14px;
}
.product-info {
	width: 600px;
	margin: 0 auto;
}
.product-feature {
	margin-bottom: 75px;
}
.product-feature .product-feature-icon {
	float: left;
	width: 75px;
	height: 75px;
}
.product-feature .product-feature-title,
.product-feature .product-feature-content {
	margin-left: 125px;
}
.product-feature .product-feature-title {
	margin-top: 25px;
	margin-bottom: 0;
}

#product-developer-friendly-wrapper {
	background-color: #ffea00;
}
#product-developer-friendly {
	width: 600px;
	margin: 0 auto;
	padding: 25px 0;
}
#product-developer-friendly h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 38px;
}
#product-developer-friendly p {
	margin: 0;
	padding-bottom: 50px;
}

/* -----------------------------------------------------------
	Theme Documentation
-------------------------------------------------------------- */
.content-theme-documentation .entry-header {
	margin-bottom: 50px;
}

/* -----------------------------------------------------------
	My Account
-------------------------------------------------------------- */
.page-template-my-account #site-main h1.entry-title {
	margin-bottom: 50px;
}
.my-account-tabs {
	margin-bottom: 25px;
	text-align: center;
}
.my-account-tabs ul.menu,
.my-account-tabs ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.my-account-tabs ul.submenu {
	margin-top: 25px;
}
.my-account-tabs ul.menu li {
	display: inline-block;
	line-height: 36px;
}
.my-account-tabs ul.submenu li {
	display: inline-block;
	margin-right: 13px;	
}
.my-account-tabs ul.submenu li:last-child {
	margin-right: 0;
}
.my-account-tabs ul.menu li a {
	padding: 7px 25px;
	background-color: #ffea00;
	border-radius: 4px;
	color: #181818;
}
.my-account-tabs ul.menu li a:hover {
	color: #747474;
}
.my-account-tabs ul.menu li a.active {
	background-color: #181818;
	color: #ffffff;
}
.my-account-tabs ul.submenu li a.active {
	color: #181818;
}
.my-account-container {
	margin-top: 50px;	
}
.my-account-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.my-account-panel.panel-themes ul li,
.my-account-panel.panel-plugins ul li {
	height: 154px;
	margin-bottom: 25px;
}
.my-account-panel ul li img {
	float: left;
	margin-right: 25px;
}
.my-account-panel ul li .product-info h3 {
	margin: 0 0 25px 0;
}
.my-account-panel ul li .product-info:last-child {
	margin: 0;
}

.field-description {
	color: #747474;
}

/* -----------------------------------------------------------
	Status Notifications
-------------------------------------------------------------- */
#status-message {
	margin: 0 0 25px 0;
    padding: 13px 25px;
    background-color: #ffea00;
    border-radius: 4px;
    border: none;
}
#status-message p {
	margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
}
#status-message.error {
	background-color: #f51010;
}

/* -----------------------------------------------------------
	Product Listing
-------------------------------------------------------------- */
.product-listing .products-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-listing .products-list li {
	width: 273px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 400;
}
.product-listing .products-list li img {
	display: block;
	margin-bottom: 13px;
}

/* -----------------------------------------------------------
	Forums
-------------------------------------------------------------- */
.bbpress #site-content-container {
	width: 800px;
	padding-top: 75px;
}
.bbpress h1.entry-title, 
.bbpress h2.entry-title {
	margin-right: 0;
	margin-left: 0;
}
.single.bbpress #site-main > article {
	border-bottom: none;
}
.bbpress #site-main > article {
	padding: 0;
	border: 0;
}
.bbpress.single .entry-content {
	width: auto;
}
.bbpress .widget-area {
	width: 600px;
	margin: 0 auto;
}
#site-main #bbpress-forums a {
	color: #181818;
}
#site-main #bbpress-forums a:hover {
	color: #747474;
}
#site-main div.bbp-breadcrumb {
	float: none;
	text-align: center;
}
#site-main #bbpress-forums {
	margin-bottom: 0;
	font-size: 16px;
}
#site-main div.bbp-breadcrumb, 
#site-main div.bbp-topic-tags,
#site-main #bbpress-forums ul.bbp-lead-topic, 
#site-main #bbpress-forums ul.bbp-topics, 
#site-main #bbpress-forums ul.bbp-forums, 
#site-main #bbpress-forums ul.bbp-replies, 
#site-main #bbpress-forums ul.bbp-search-results {
	margin-bottom: 25px;
	font-size: 16px;
	border: none;
}
#site-main h1.entry-title {
	margin-bottom: 50px;
}
.single #site-main h1.entry-title {
	width: 800px;
	margin-right: auto;
    margin-left: auto;
	padding-top: 0;
}
.bbpress #site-main h1.entry-title,
.single-ltw_themes #site-main h1.entry-title {
	margin-bottom: 25px;
}
#site-main #bbp-search-form > div {
	margin-bottom: 50px;
	text-align: center;
}
#site-main #bbp_search {
	width: 60%;
   	display: inline-block;
}
#site-main #bbpress-forums li.bbp-header {
    background: none;
    border: none;
    border-bottom: 3px solid #ffea00;
}
#site-main #bbpress-forums .bbp-replies li.bbp-header, 
#site-main #bbpress-forums li.bbp-footer {
	background: none;
	border: none;
}
#site-main #bbpress-forums .bbp-replies li.bbp-footer,
#site-main #bbpress-forums ul.bbp-search-results li.bbp-footer {
	height: auto;
   	padding: 8px;
   	background-color: transparent;
   	border-top: 3px solid #ffea00;
}
#site-main #bbpress-forums li.bbp-footer {
   	height: 3px;
   	padding: 0;
	background-color: #ffea00;
}
#site-main #bbpress-forums .bbp-replies li.bbp-header,
#site-main #bbpress-forums .bbp-replies li.bbp-footer,
#site-main #bbpress-forums ul.bbp-search-results li.bbp-header,
#site-main #bbpress-forums ul.bbp-search-results li.bbp-footer {
    border: none;
}
#site-main #bbpress-forums li.bbp-body ul.forum, 
#site-main #bbpress-forums li.bbp-body ul.topic {
	border-top: none;
	border-bottom: 1px solid #eee;
}
#site-main #bbpress-forums .bbp-forums-list li {
	font-size: 14px;
}
#site-main div.bbp-template-notice, 
#site-main div.indicator-hint {
	margin: 0 0 25px 0;
	padding: 13px 25px;
	background-color: #ffea00;
	border-radius: 4px;
	border: none;
}
#site-main div.bbp-template-notice p {
	margin: 0 !important;
	padding: 0;	
	font-size: 16px;
	line-height: 25px;
}
#site-main #bbpress-forums .bbp-forum-info .bbp-forum-content, 
#site-main #bbpress-forums p.bbp-topic-meta,
#site-main #bbpress-forums .bbp-body .bbp-forum-freshness,
#site-main #bbpress-forums .bbp-body .bbp-topic-freshness,
#site-main #bbpress-forums p.bbp-topic-meta .bbp-topic-freshness-author {
	margin: 0;
	font-size: 14px;
}
#site-main #bbpress-forums li.bbp-body ul.topic.sticky .bbp-topic-title > a {
	font-weight: 400;
}
#site-main #bbpress-forums li.bbp-body ul.topic.super-sticky .bbp-topic-title > a {
	font-weight: 600;
}
#site-main .bbp-pagination {
	float: none;
}
#site-main .bbp-pagination:after {
	display: block;
	content: '';
	clear: both;
}
#site-main #bbpress-forums fieldset.bbp-form {
	border: none;
   	padding: 0;
   	margin-bottom: 0;
}
#site-main #bbpress-forums fieldset.bbp-form legend {
	padding: 0;
   	font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin: 50px 0 25px;
}
#site-main div.bbp-submit-wrapper {
	float: left;
	margin: -25px 0 0 0;
}
#site-main #bbpress-forums fieldset.bbp-form p, 
#site-main #bbpress-forums fieldset.bbp-form textarea, 
#site-main #bbpress-forums fieldset.bbp-form select, 
#site-main #bbpress-forums fieldset.bbp-form input {
	margin: 0 0 25px;
}
#site-main #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
   	min-height: 0;
   	margin-bottom: 7px;
	padding: 0;
   	border-bottom: none;
   	background: none;
}
#site-main #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar > input {
  	height: auto;
   	margin: 0 3px;
   	padding: 0 7px;
   	font-size: 14px;
   	line-height: 25px;
   	border: 0;
   	box-shadow: none;
   	background-color: #181818;
   	color: #ffffff;
	transition: background-color 200ms ease-in;
}
#site-main #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar > input:hover {
	color: #181818;
	background-color: #ffea00;
	transition: background-color 200ms ease-out;
}
#site-main #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	background-color: #f7f7f7;
    border: 1px solid #dadada;
   	outline: none;
   	box-sizing: border-box;
   	transition: border-color 200ms ease-in;
   	font-family: 'Open Sans', sans-serif;
   	font-size: 16px;
   	line-height: 25px;
   	border-radius: 4px;
}
#site-main #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
	transition: border-color 200ms ease-out;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
#site-main div.bbp-forum-header, 
#site-main div.bbp-topic-header, 
#site-main div.bbp-reply-header {
	border-top: 0;
}
#site-main .bbp-search-results div.bbp-reply-header,
#site-main .bbp-replies div.bbp-reply-header,
#site-main .bbp-search-results div.bbp-topic-header,
#site-main .bbp-replies div.bbp-topic-header {
	clear: none;
	margin-left: 130px;
	padding: 6px 13px;
    font-size: 14px;
	background-color: #ffffff;
    border-radius: 4px;
}
#site-main #bbpress-forums #bbp-user-wrapper h2.entry-title {
	text-align: left;
}
#site-main li.bbp-forum-info, 
#site-main li.bbp-topic-title,
#site-main li.bbp-forum-topic-count, 
#site-main li.bbp-topic-voice-count, 
#site-main li.bbp-forum-reply-count, 
#site-main li.bbp-topic-reply-count {
	font-size: 16px;
}
#site-main #bbpress-forums div.bbp-topic-author img.avatar,
#site-main #bbpress-forums div.bbp-reply-author img.avatar {
	margin: 0 auto;
	border-radius: 50%;
}
#site-main #bbpress-forums div.odd,
#site-main #bbpress-forums div.even {
	margin-bottom: 13px;
    border-radius: 4px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
#site-main #bbpress-forums .bbp-body > div:last-child {
	margin-bottom: 0;
}
#site-main #bbpress-forums .bbp-reply-header a.bbp-reply-permalink,
#site-main #bbpress-forums .bbp-reply-header .bbp-reply-post-date,
#site-main #bbpress-forums .bbp-search-results a.bbp-topic-permalink,
#site-main #bbpress-forums .bbp-search-results .bbp-topic-post-date,
#site-main #bbpress-forums span.bbp-admin-links a {
	color: #747474;
}
#site-main #bbpress-forums .bbp-body div.bbp-topic-content,
#site-main #bbpress-forums .bbp-body div.bbp-reply-content {
	padding: 25px 12px 25px 0;
}
#site-main .bbp-topic-form {
	margin-top: 50px;
}
#site-main #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border-radius: 50%;
}

/* -----------------------------------------------------------
	Footer
-------------------------------------------------------------- */
#site-footer {
	background-color: #181818;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
}
#site-footer a {
	color: #ffffff;
}
#site-footer a:hover {
	color: #ffea00;
}
#footer-left,
#footer-right {
	float: left;
	width: 50%;
	padding: 25px 50px;
	box-sizing: border-box;
}
#footer-right {
	text-align: right;
}
#footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-navigation ul li {
	display: inline-block;
	margin-left: 25px;
}
#footer-navigation ul li:first-child {
	margin-left: 0;
}

/* -----------------------------------------------------------
	Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 920px) {
	pre,
	blockquote,
	.single .post-navigation .nav-links,
	.post-thumbnail,
	figure[id^="attachment_"],
	img.full-width,
	.pagination,
	.post-navigation {
		margin-right: 0;
		margin-left: 0;
	}
	figure[id^="attachment_"], 
	img.full-width {
    	max-width: 100%;
    }
	#search-button-toggle,
	#site-navigation {
		display: none;	
	}
	#menu-button-toggle {
		display: block;	
	}
	#site-header-inner {
		width: auto;
		padding: 0 25px;	
	}
	#site-main-menu {
		margin-top: 50px;	
	}
	#logged-in-user {
		display: none;
	}
	#site-navigation {
		position: absolute;
		top: 100px;
		right: 0;
		left: 0;
		background-color: #181818;
		z-index: 999;
	}
	#site-navigation .primary-menu {
		margin: 25px;	
	}
	#site-navigation .primary-menu li {
		margin: 0 0 13px 0;
		float: none;
		text-align: center;
		line-height: 34px;
	}
	#site-navigation .primary-menu li.mobile-my-account {
		display: block;
	}
	#site-navigation .primary-menu li a {
		color: #ffffff;	
		font-size: 22px;
	}
	#site-navigation .primary-menu li a:hover {
		color: #ffea00;
	}
	.search-icon-menu-item {
		display: none;
	}
	.single #site-main h1.entry-title {
		width: auto;
		margin-bottom: 0;
    	padding-bottom: 0;
		font-size: 36px;
		line-height: 50px;	
	}
	.bbpress.single #site-main h1.entry-title {
		margin-bottom: 25px;
	}
	h1.entry-title, 
	h1.entry-title .entry-title-link, 
	h2.entry-title, 
	h2.entry-title .entry-title-link {
		margin: 0 0 50px;
		font-size: 30px;
		line-height: 42px;
	}
	.single-post .entry-header {
 	 	height: 350px;
 	 	padding-top: 60px;
	}
	.pagination, 
	.post-navigation {
		line-height: 37px;	
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: none;	
		width: 100%;
		text-align: left;
	}
	.post-navigation .nav-previous {
		margin-bottom: 25px;	
	}
	.post-navigation .nav-next .next-text {
		text-align: left;	
	}
	.page-numbers, 
	.post-navigation .nav-previous, 
	.post-navigation .nav-next {
		font-size: 26px;
		line-height: 37px;
	}
	#footer-left, 
	#footer-right {
		float: none;
		width: auto;
	}
	#footer-left {
		padding-bottom: 0;	
	}
	#footer-right,
	#footer-navigation ul {
		text-align: center;	
	}
	
	/* -----------------------------------------------------------
		Product
	-------------------------------------------------------------- */
	.single-ltw_themes .entry-header-wrapper {
	    margin-bottom: 50px;
	    padding: 60px 25px 50px;
	}
	.single-ltw_themes .post-thumbnail img {
		width: auto;
	}
	.product-feature {
	    margin-bottom: 50px;
	}
	
	/* -----------------------------------------------------------
		Forums
	-------------------------------------------------------------- */
	.bbpress #site-content-container {
		width: auto;
		margin: 0 25px;
	}
}
@media screen and (max-width: 700px) {
	#site-header {
		height: 70px;	
	}
	.site-brand,
	#site-main-menu {
		margin-top: 20px;	
	}
	#site-navigation {
		top: 70px;	
	}
	.single-post .entry-header {
	    height: 250px;
	    padding-top: 0px;
	}
	.single .category-links, 
	.single .category-links a {
		padding-top: 50px;
		margin-bottom: 0;	
	}
	.single #site-main h1.entry-title {
		padding: 0 25px;
	    font-size: 24px;
	    line-height: 34px;
	}
	#site-main,
	#after-content-sidebar {
		margin-right: 25px;	
		margin-left: 25px;	
	}
	.single #site-main {
		margin-right: 0;	
		margin-left: 0;
	}
	#site-main h1.entry-title,
	.search .page h2.entry-title, 
	.page h1.entry-title,
	h1.entry-title, 
	h1.entry-title .entry-title-link, 
	h2.entry-title, 
	h2.entry-title .entry-title-link {
		margin-bottom: 25px;	
	}
	.single .entry-content, 
	.single .entry-meta, 
	.single .post-navigation, 
	.single .comments-area, 
	.single .widget-area {
		width: auto;
		margin-right: 25px;
		margin-left: 25px;
	}
	.pagination, .navigation {
		margin: 0;	
	}
	.pagination, .post-navigation {
		line-height: 32px;	
	}
	.page-numbers, 
	.post-navigation .nav-previous, 
	.post-navigation .nav-next {
		font-size: 22px;
		line-height: 32px;	
	}
	
	/* -----------------------------------------------------------
		Product
	-------------------------------------------------------------- */
	.single.single-ltw_themes #site-main h1.entry-title {
	    margin-bottom: 12px;
		font-size: 30px;
	    line-height: 42px;
	}
	.product-button {
	    width: 155px;
	}
	.product-button-separator {
		margin: 0 25px;	
	}
	.product-info {
		width: auto;
		margin: 0 25px;	
	}
	
	/* -----------------------------------------------------------
		Product Listing
	-------------------------------------------------------------- */
	.product-listing .products-list li {
		margin: 0 auto 25px;	
	}
	
	/* -----------------------------------------------------------
		Forums
	-------------------------------------------------------------- */
	.bbpress #site-content-container {
		margin: 0;
    	padding: 50px 0 25px 0;
	}
	#site-main #bbp-search-form > div,
	.bbpress.single #site-main,
	.bbpress.single #site-main > article,
	#site-main .bbp-pagination {
		margin-bottom: 25px;
	}
	.bbpress .forum-titles .bbp-forum-topic-count,
	.bbpress .forum-titles .bbp-forum-reply-count,
	.bbpress .forum-titles .bbp-forum-freshness {
		display: none;	
	}
	.bbpress #site-main .bbp-forum-info {
		width: 100%;
	}
	.bbpress #site-main .bbp-body .bbp-forum-info,
	.bbpress #site-main .bbp-forum-reply-count {
		margin-bottom: 13px;	
	}
	.bbpress .bbp-forum-topic-count,
	.bbpress .bbp-forum-reply-count,
	.bbpress .bbp-forum-freshness {
		float: none;
		clear: both;
		width: 100%;
		text-align: left;
		font-weight: 400;
	}
	.bbpress .bbp-forum-topic-count:before,
	.bbpress .bbp-forum-reply-count:before,
	.bbpress .bbp-forum-freshness:before {
		display: inline;
		content: 'Topics: ';
	}
	.bbpress .bbp-forum-reply-count:before {
		content: 'Replies: ';
	}
	.bbpress .bbp-forum-freshness:before {
		content: '';	
	}
	.bbpress #site-main p.bbp-topic-meta {
		display: inline-block;	
	}
	.bbpress .widget-area {
		width: auto;	
	}
}
@media screen and (max-width: 678px) {
	#site-content-container {
		width: auto;
		padding: 50px 0 25px 0;
	}
	.single #site-content-container {
		width: auto;
		padding-bottom: 25px;	
	}
	#site-main {
		margin-bottom: 50px;	
	}
	
	.page-numbers.prev,
	.page-numbers.next {
	    position: relative;
	    display: block;
	    margin-bottom: 25px;
	}
	.page-numbers.next {
       	margin-top: 25px;
	}
	.comment-navigation .nav-previous, 
	.comment-navigation .nav-next {
		float: none;
		width: auto;
		text-align: center;
		font-size: 22px;
    	line-height: 32px;
	}
	
	#after-content-sidebar .widget {
		float: none;
		width: auto;	
	}
	
	/* -----------------------------------------------------------
		Product
	-------------------------------------------------------------- */
	#product-developer-friendly {
		width: auto;
		padding: 25px;	
	}
	
	/* -----------------------------------------------------------
		Forums
	-------------------------------------------------------------- */
	#bbpress-forums #bbp-single-user-details {
		margin-bottom: 25px;
	}
	#bbpress-forums #bbp-user-body {
		clear: both;
		margin: 0;
	}
}
@media screen and (max-width: 630px) {
	.comment .children {
		margin-left: 0;
	}
	.comment .comment-metadata > a {
		display: block;	
	}
	.comment .edit-link:before, 
	.comment .reply:before {
		display: none;	
	}
	.comment-edit-link {
		margin-left: 0;	
	}
	
	.single-ltw_themes #site-main > article.content-theme-documentation {
		margin-bottom: 50px;
    	padding-top: 50px;
	}
	
	/* -----------------------------------------------------------
		Product
	-------------------------------------------------------------- */
	.product-action-buttons :first-child {
		margin-bottom: 12px;	
	}
	.single-ltw_themes .product-button {
		display: block;		
		width: 100%;
		box-sizing: border-box;
	}
	.product-button-separator {
		display: none;	
	}
	.product-feature {
		text-align: center;	
	}
	.product-feature .product-feature-icon {
		float: none;
		width: 50px;
    	height: 50px;
	}
	.product-feature .product-feature-title, 
	.product-feature .product-feature-content {
		margin-left: 0;	
	}
	.product-feature .product-feature-title {
		margin-top: 0;	
	}
	.product-feature .product-feature-content {
		text-align: left;
	}
	#product-developer-friendly h3 {
		margin: 25px 0;
		font-size: 28px;	
	}
	#product-developer-friendly p {
		padding-bottom: 25px;	
	}
	
	/* -----------------------------------------------------------
		Forums
	-------------------------------------------------------------- */
	.bbpress .forum-titles .bbp-topic-voice-count,
	.bbpress .forum-titles .bbp-topic-reply-count,
	.bbpress .forum-titles .bbp-topic-freshness {
		display: none;	
	}
	.bbpress #site-main .bbp-body .bbp-topic-title {
		width: 100%;
	}
	.bbpress #site-main .bbp-body .bbp-topic-title,
	.bbpress #site-main .bbp-topic-reply-count {
		margin-bottom: 13px;	
	}
	.bbpress .bbp-topic-voice-count,
	.bbpress .bbp-topic-reply-count,
	.bbpress .bbp-topic-freshness {
		float: none;
		clear: both;
		width: 100%;
		text-align: left;
		font-weight: 400;
	}
	.bbpress .bbp-topic-voice-count:before,
	.bbpress .bbp-topic-reply-count:before,
	.bbpress .bbp-topic-freshness:before {
		display: inline;
		content: 'Voices: ';
	}
	.bbpress .bbp-topic-reply-count:before {
		content: 'Posts: ';	
	}
	.bbpress .bbp-topic-freshness:before {
		content: '';	
	}
	.bbpress #site-main .bbp-topic-title p.bbp-topic-meta {
		display: block;	
	}
	.bbpress .bbp-reply-header span.bbp-admin-links {
		float: left;
	}
	.bbpress #bbpress-forums .bbp-body div.bbp-reply-author {
	    margin: 0;
	    min-height: 70px;
	    padding-left: 0;
	    position: relative;
	    text-align: left;
	    width: 100%;
		box-sizing: border-box;
	}
	.bbpress #bbpress-forums .bbp-body div.bbp-reply-author br {
		display: none;	
	}
	.bbpress #site-main #bbpress-forums div.bbp-topic-author img.avatar, 
	.bbpress #site-main #bbpress-forums div.bbp-reply-author img.avatar {
		top: 0;
		width: 60px;
	}
	.bbpress #bbpress-forums .bbp-body div.bbp-reply-author > a {
		float: left;	
	}
	.bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name, 
	.bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name {
		float: none;
		display: block;
		clear: none;
		margin-left: 80px;
	}
	.bbpress #bbpress-forums div.bbp-forum-author .bbp-author-role, 
	.bbpress #bbpress-forums div.bbp-topic-author .bbp-author-role, 
	.bbpress #bbpress-forums div.bbp-reply-author .bbp-author-role,
	.bbpress .bbp-reply-ip {
		display: block;
		margin-left: 80px;
		font-style: normal;
	}
	.bbpress #site-main .bbp-search-results div.bbp-reply-header, 
	.bbpress #site-main .bbp-replies div.bbp-reply-header, 
	.bbpress #site-main .bbp-search-results div.bbp-topic-header, 
	.bbpress #site-main .bbp-replies div.bbp-topic-header,
	.bbpress #site-main #bbpress-forums .bbp-body div.bbp-topic-content, 
	.bbpress #site-main #bbpress-forums .bbp-body div.bbp-reply-content {
		margin-left: 0;
	}
	.bbpress #site-main #bbpress-forums .bbp-body div.bbp-topic-content, 
	.bbpress #site-main #bbpress-forums .bbp-body div.bbp-reply-content {
		margin: 0;
	    padding: 25px 13px 0 13px;
	}
	.bbpress #site-main #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar > input {
		margin: 0 3px 3px 3px;
	}
	
	/* -----------------------------------------------------------
		About Us
	-------------------------------------------------------------- */
	.page-template-about-us .team-left,
	.page-template-about-us .team-right {
		float: none;
		width: auto;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.site-brand img {
		width: 200px;
	}
	#site-main-menu {
		margin-top: 23px;	
	}
	#menu-button-toggle {
		width: 25px;	
		height: 25px;	
	}
	.entry-content,
	.entry-content li,
	.entry-content label,
	.entry-content input, 
	.entry-content select,
	.entry-content textarea, 
	.entry-content button {
		line-height: 24px;
	}
	.entry-content p,
	.entry-content table {
		margin: 0 0 24px 0;
		line-height: 24px;
	}
	.entry-content h1, 
	.entry-content h2, 
	.entry-content h3, 
	.entry-content h4, 
	.entry-content h5, 
	.entry-content h6 {
		margin: 48px 0 24px 0;
	}
	.entry-content ul, 
	.entry-content ol {
		margin: 0 0 24px 24px;
	}
	.entry-content ul ul, 
	.entry-content ol ol,
	.entry-content li > ul,
	.entry-content li > ol {
		margin: 0 0 0 24px;
	}
	.entry-content dd {
		margin: 0 0 24px 0;
	}
	.entry-content address {
		margin-bottom: 24px;
		font-style: italic;
	}
	.entry-content pre {
		margin: 24px 0;
		padding: 24px;
	}
	.entry-content blockquote {
		margin: 0 0 24px 0;
	    padding: 24px;
	    line-height: 24px;
	}
	.entry-content input[type="submit"],
	.entry-content input[type="reset"],
	.entry-content input[type="button"],
	.entry-content button {
		padding: 6px 24px;
	}
	.entry-content textarea {
		padding: 12px;
	}
	#footer-left, #footer-right {
		padding: 25px;
	}
	
	/* -----------------------------------------------------------
		Product
	-------------------------------------------------------------- */
	.single-ltw_themes .entry-header-wrapper {
	    margin-bottom: 50px;
	    padding: 50px 25px;
	}
	.product-feature h2.product-feature-title {
	    font-size: 25px;
	    line-height: 35px;
	}
}