/*
Theme Name: Theme Horse
Theme URI: http://themehorse.com/
Author: Theme Horse Team
Author URI: http://themehorse.com
Description: Theme Horse Theme Shop.
Version: 3.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
}
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 img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Web Fonts */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Global
----------------------------------------------- */
body, input, button, textarea {
	color: #777;
	font: 14px "Open Sans",sans-serif;
	line-height: 21px;
	word-wrap: break-word;
}
body {
	background: #f6f6f6;
}
.wrapper {
	margin: 0 auto;
	max-width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
}

/* Headings */
h1 {
	font-size: 34px;
}
h2 {
	font-size: 28px;
}
h3{
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}

/* Horizontal Line */
hr {
	border-color: #ccc;
	border-style: solid none none;
   border-width: 1px 0 0;
	height: 0px;
	margin: 0 0 50px;
}

/* Text elements */
p {
	margin-bottom: 30px;
}
strong {
	font-weight: bold;
}
dt {
	margin-bottom: 10px;
	position: relative;
}
cite, em, i {
	font-style: italic;
}
pre {
	background: #eee;
	margin-bottom: 30px;
	overflow: auto;
	padding: 10px;
}
pre, code, kbd {
	font-family:"Courier 10 Pitch",Courier,monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}

/* Superscript and Subscript */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	padding: 20px;
	background-color: #eee;
	border-left: 4px solid #ccc;
   border-right: 4px solid #ccc;
	margin-bottom: 20px;
}
blockquote p {
	margin: 0;
	color: #555;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover {
	color: #555;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.breadcrumb,
.breadcrumb a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
 	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 2px #41b9c8;
	-moz-box-shadow: 0 0 2px #41b9c8;
	box-shadow: 0 0 2px #41b9c8;
	border: 1px solid #41b9c8;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	background-color: #41b9c8;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-width: 3px;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	width: inherit;
	padding: 12px 30px;
	cursor: pointer;
}
select {
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	color: #777;
}

/* Links */
a {
	color: #0088CC;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}

/* Images */
figure {
	margin: 0;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.entry-content img, .comment-content img, .widget img {
	/*max-width: 97.5%;*/ /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img, .wp-caption {
	margin-top: 0.4em;
}
img#wpstats {
 	display: none;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active, #access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/* Readmore */
a.readmore {
	color: #000000;
   display:inline-block;
   font-weight: bold;
}
a.readmore:hover {
	text-decoration:underline;
}

/* Call to Action Button */
a.call-to-action {
	background-color: #41b9c8;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom-width: 3px;
	display: inline-block;
	text-align: center;
	padding: 12px 30px;
	font-weight: bold;
	color: #fff;
}
a.call-to-action:hover {
	background-color: #34a5b3;
}

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

/* Back to Top */
.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 200;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	font-size: 0;
	background-color: #666;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.back-to-top a:hover {
	background-color: #555;
}
.back-to-top a:before {
	content: "\f106";
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Column */
#main .column,
.column-area {
	margin-left: -30px;
}
.front-page-main .column-area {
	text-align: left;
}
.one-half,
.one-third,
.column-item {
	float: left;
	padding-left: 30px;
	margin-bottom: 20px;
	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.one-half,
.one-third {
	margin-bottom: 40px;
}
.one-half,
.column-half .column-item {
	width: 50%;
}
.one-third,
.column-third .column-item {
	width: 33.33%;
}
.column-fourth .column-item {
	width: 25%;
}

/* =Header
----------------------------------------------- */
.notice {
	font-size: 15px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	padding: 5px 50px;
	background-color: #71b02f;
	position: relative;
}
.notice a.crp, 
.notice span, 
.notice a.buy-it-now {
	color: #fff;
	padding: 3px 7px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px;
	line-height: 20px;
}
.notice a.crp {
	background-color: #9651CC;	
}
.notice a.crp:hover {
	color: #9651CC;
	background-color: #fff;
}	
.notice span {
	border: 1px dashed rgba(255, 255, 255, 0.4);
	background-color: rgba(0, 0, 0, 0.06);
}
.notice a.buy-it-now {
	background-color: #009700;
}	
.notice a.buy-it-now:hover {
	color: #009700;
	background-color: #fff;
}	
.notice a.close {
	display: block;
	position: absolute;
	top: 8px;
	right: 20px;
}
.notice a.close:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #eb5745;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#branding {
	background-color: #ccc;
	border-bottom: 1px solid #ccc;
	background: url('images/header-bg-2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; 
}
.hgroup-wrap {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 10000;
}
#site-logo {
	float: left;
}
#site-title {
	margin: 15px 0;
}
#site-title a {	
	display: block;
	background: url('images/theme-horse.png') no-repeat;	
	height: 40px;
	width: 150px;
	background-size: 150px 40px;
	text-indent: -2000px;
}
.sticky {
	background-color: #f2f2f2;
	padding: 20px 20px 0;
	margin-bottom: 50px;
}
.page-heading .wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.home .page-heading .wrapper { 
	padding-bottom: 0;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	font-size: 16px;
	padding-top: 19px;
	float: right;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	padding: 5px 12px 25px;
	color: #777;
}
#access a:hover,
#access ul li.current-menu-item a, 
#access ul li.current-page-ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #000;
}
#access ul li.account a,
#access ul li.login a,
#access ul li.logout a { 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	border: 0 none;
	padding-bottom: 4px; 
}
#access ul li.account a {
	border: 1px solid #3498db;
	color: #3498db;
}
#access ul li.login a {
	border: 1px solid #71b02f;
	color: #71b02f;
}
#access ul li.logout a {
	border: 1px solid #f5ab35;
	color: #f5ab35;	
}
#access ul li.account a:hover,
#access ul li.login a:hover,
#access ul li.logout a:hover {
	color: #fff;
}
#access ul li.account a:hover {
	background-color: #3498db;
}
#access ul li.login a:hover {
	background-color: #71b02f;
}
#access ul li.logout a:hover {
	background-color: #f5ab35;
}
/* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display: block;
}
#access ul li ul {
	position: absolute;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.15);
	top: 51px;
	left: 0;
	width: 160px;
	padding-bottom: 6px;
}
#access ul li ul li {
	float: none;
	margin: 0;
}
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	font-size: 14px;
	height: 100%;
	padding: 6px 12px;
	color: #777;
}
#access ul li ul li a:hover,
#access ul li.current-menu-item ul li a:hover {
	color: #000;
}
#access ul li ul li ul {
	left: 190px;
	top: 0;
	padding-top: 6px;
	border-width: 0;
}

/* Responsive Navigation */
.menu-toggle {
	display: none;
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider {
	position: relative;
}
.featured-text {
	font-size: 35px;
	line-height: 42px;
	color: #555;
	padding-top: 10px;
}
.featured-text span {
	font-size: 20px;
	display: block;
	line-height: 27px;
	margin-top: 3px;
	padding-bottom: 10px;
}
/* Controllers */
#controllers {
	text-align:center;
	line-height:0;
	padding-bottom: 30px;
}
#controllers a {
	width: 14px;
	height: 14px;
	margin: 0 6px;
	overflow: hidden;
	display: inline-block;
	background-color: #e7e7e7;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-indent: -9999px;
}
#controllers a:hover, #controllers a.active {
	background-color: #fff;
}
.button-position {
	width: 100%;
	padding-bottom: 30px;
}
.button-position a.cool-button {
	margin-left: 8px;
	margin-right: 8px;
}
a.cool-button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	text-align: center;
	font-size: 15px;
	padding: 13px 28px; 
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	display: inline-block;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.front-page-main a.cool-button {
	margin-top: 0;
	margin-bottom: 20px;
}
a.green {
	background-color: #19c6af;	
}
a.orange {
	background-color: #F5AB35;
}
a.blue {
	background-color: #3bafef;
}
a.small-button {
	margin-top: 0;
}
a.green:hover {
	background-color: #17b7a2;
}
a.orange:hover {
	background-color: #e8a233;
}
a.blue:hover {
	background-color: #30a4e4;
}
.normal-link {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 20px;
}
.normal-link a {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 5px 10px;
	color: #555;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.normal-link a:hover {
	border-color: #555;
}
.normal-link span {
	display: inline-block;
}

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

#main {
	padding-top: 60px;
	padding-bottom: 20px;
}
.front-page-main {
	padding-bottom: 20px;
	text-align: center;
}
.theme-features #main {
	padding-bottom: 10px;
}
.page-title {
	font-size: 35px;
	line-height: 42px;
	color: #555;
}
.page-title span {
   display: block;
   font-size: 20px;
   line-height: 27px;
   margin-top: 3px;
   padding-bottom: 10px;
   text-transform: none;
}
.entry-header {
   padding-bottom: 15px;
}
.entry-title {
	color: #555555;
	font-size: 33px;
	line-height: 40px;
	padding-bottom: 15px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

dl.gallery-item {
	margin: 0;
}
.free-ribbon {
	background: #3fc380;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	height: 27px;
	padding-top: 3px;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 7px;
	width: 75px;
}
.theme-item {
	position: relative;
	overflow: hidden;
}
.pro-ribbon {
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	width: 100px;
	text-transform: uppercase;
	transform: rotate(45deg);
	position: absolute;
	right: -32px;
	top: 10px;
	text-align: center;
	z-index: 100;
	background-color: #6eaf28;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entry-service {
	padding-bottom: 20px;
}
.unique-features {
	text-align: center;
}
.service-title {
	font-size: 20px;
	color: #142832;
}
.service-title:before {
	font-family: 'FontAwesome';
	font-size: 37px;
	font-style: normal;
	color: #41B9C8;
	display: block;
	line-height: normal;
	height: 36px;
	margin: 0 auto 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.responsive-icon:before {
	content: "\f10b";
}
.retina-icon:before {
	content: "\f06e";
}
.theme-option-icon:before {
	content: "\f046";
}
.child-theme-icon:before {
	content: "\f0e8";
}
.slider-icon:before {
	content: "\f03e";
}
.advance-slider-icon:before {
	content: "\f03e";
}
.layout-icon:before {
	content: "\f0db";
}
.unlimited-color-icon:before {
	content: "\f1fc";
}
.incredible-support:before {
	content: "\f1cd";
}
.multiple-templates:before {
	content: "\f0c5";
}
.narrow-wide-layout:before {
	content: "\f108";
}
.multiple-gallery:before {
	content: "\f1c5";
}
.wpml-icon:before {
	content: "\f1ab";
}
.ecommerce-icon:before {
	content: "\f07a";
}
.customizer-icon:before {
	content: "\f03c";
}
.forum-icon:before {
	content: "\f211";
}
.framework-icon:before {
	content: "\f121";
}
.support-icon {
	vertical-align: middle;
}
.support-icon:before,
.support-paid-icon:before {
	font-size: 45px;
	height: inherit;
}
.support-icon:before {
	content: "\f1cd";
}
.support-paid-icon:before {
	content: "\f27b";
}
.typo-icon:before {
	content: "\f031";
}
.service-title a,
.theme-title a {
	color: #555;
}
.service-title a:hover,
.theme-title a:hover {
	color: #0088CC;
}
.theme-title {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
}

/* Promotional Bar */
.promotional_bar {
	background-color: #eeeeee;
	padding: 40px 0;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.promotional_bar .promotional-text {
	font-size: 25px;
   line-height: 32px;
	color: #fff;
}
.promotional_bar .promotional-text span {
	font-size: 14px;
	line-height: 21px;
	display: block;
	padding-top: 5px;
}

/* Theme Features Page */
.theme-features .page-title {
	padding-top: 10px;
}
.theme-features .featured-slider {
	margin-top: 0;
}
.theme-features .button-position {
	padding-bottom: 20px;
}
.theme-features #controllers {
   padding: 20px 0;
}
.theme-details {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	padding: 25px 30px;
	margin-bottom: 50px;
	color: #555;
}
.theme-details ul.theme-released {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.theme-details ul.theme-released li {
	display: inline;
	border-right: 1px solid #ccc;
	padding-right: 20px;
	margin-right: 10px;	
}
.theme-details ul.theme-released li span,
.theme-details ul.team-horse li a, 
.theme-details ul.price-details li a {
	color: #777;
}
.theme-details ul.team-horse {
	margin-right: 3.27%;
	width: 46.73%;
	float: left;
	border-right: 1px solid #ccc;
}
.theme-details ul.team-horse li, 
.theme-details ul.price-details li {
	padding-top: 5px;
}
.theme-details ul.team-horse li a:hover, 
.theme-details ul.price-details li a:hover {
	color: #0088CC;
} 
.theme-details ul.price-details {
	width: 46.73%;
	float: left;
}
.theme-details ul.price-details span, 
.theme-details ul.price-details del {
	color: #3498db;
	font-weight: bold;
	font-size: 30px;
}
.theme-details ul.price-details span {
	color: #71b02f;
}
#compare-table {
	margin-bottom: 50px;
}
#compare-table .table-wrap {
	text-align: center;
}
.table-features { 
	width: 36%;
	float: left;	
}
.table-features .feature-title {
	font-size: 22px;
	color: #555;
	padding-top: 9px;
	height: 39px;
	text-align: center;
}
.table-features ul {
	background-color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color:  #ddd;
} 
.table-features ul li {
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
	height: 25px;
} 
.color-seperator,
.free-features ul li.color-seperator, 
.pro-features ul li.color-seperator {
	background-color: #fafafa;
}
li.border-bottom-left-radius {
	border-bottom-left-radius: 9px; 
}
.free-features, 
.pro-features { 
	width: 32%;
	float: left;	
}
.free-features ul li, 
.pro-features ul li {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
	padding: 7px; 
	height: 25px;
	font-size: 15px;
	text-align: center;
}
.free-features ul li span.null,
.pro-features ul li span.null {
	font-size: 0;
}
.free-features ul li span.null:before,
.pro-features ul li span.null:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.free-features ul li span.null:before {
	content: "\f00d";
	color: #EB5745;
}
.free-features ul li.theme-title { 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	border-top: 1px solid #3bafef;
	border-left: 1px solid #3bafef;
	border-bottom: 0 none;
	background-color: #3bafef;
	height: 39px;
	padding: 9px 0 0;
	color: #fff;
	font-size: 20px;
}
.free-features ul li.download, 
.pro-features ul li.download {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #ebebeb;
	padding: 15px;
	height: inherit;
}
.free-features ul li.download a.cool-button, 
.pro-features ul li.download a.cool-button {
	margin-top: 0;
	padding: 10px 0;
	width: 100%;
}
.pro-features ul li.theme-title { 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;	
	border-top: 1px solid #19c6af;
	border-right: 1px solid #19c6af;
	border-bottom: 0 none;
	border-left: 0 none;
	background-color: #19c6af;
	color: #fff;
	height: 39px;
	padding: 9px 0 0;	
	font-size: 20px;
}
.pro-features ul li {
	border-right: 1px solid #ddd;
}
.pro-features ul li span:before {
	content: "\f00c";
	color: #3fc380;
}
.pro-features ul li.download {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;	
}
.purchase-options .option-item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px 25px 0;
	text-align: center;
	color: #555;
}
.purchase-options .option-item hr {
	margin-bottom: 20px;
}
.purchase-options .option-item a {
	color: #6eaf28;
}
.purchase-options .option-item a:hover {
	text-decoration: underline;
}
.purchase-options .option-item p {
	font-size: 13px;
	margin-bottom: 20px;
}
.purchase-options .option-item .option-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.purchase-options .option-item .option-title .option-left {
	text-align: left;
	float: left;
}
.purchase-options .option-item .option-title .option-left .pro-badge { 
	font-size: 14px;
}
.purchase-options .option-item .option-title .item-price {
	font-size: 40px;
	float: right;
}
.purchase-options .option-item .option-title .item-price .item-currency {
	font-size: 20px;
	vertical-align: top;
	margin-top: -5px;
	display: inline-block;
}
.purchase-options .option-item .green-button,
.purchase-options .option-item .gray-button {
	display: block;
	font-weight: bold;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 6px 15px;
	margin: 0 auto 13px;
	max-width: 300px;
}
.purchase-options .option-item .green-button {
	color: #fff;
	background-color: #6eaf28;
}
.purchase-options .option-item .gray-button {
	color: #555;
	background-color: #ddd;
}
.purchase-options .option-item .green-button:hover {
	background-color: #64A221;
	text-decoration: none;
}
.purchase-options .option-item .gray-button:hover {
	background-color: #ccc;
	text-decoration: none;
}
/* Features Section */
.fa {
	font-family: 'FontAwesome';
	font-size: 37px;
	font-style: normal;
	color: #41B9C8;
	display: block;
	line-height: normal;
	height: 36px;
	margin: 0 auto 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.item-title {
	font-size: 20px;
	line-height: normal;
	color: #142832;
	margin-bottom: 15px;
}
.pro-badge {
	display: inline-block;
	padding: 0 4px 1px;
	border: 1px solid rgba(0,0,0,0.1);
	color: #fff;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	margin-left: 2px;
	top: -2px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);	
	text-shadow:0 -1px 0 rgba(0,0,0,0.1);
	background: #6eaf28;
	background: -webkit-linear-gradient(#82c837, #6eaf28);
	background: -moz-linear-gradient(#82c837, #6eaf28);
	background: -ms-linear-gradient(#82c837, #6eaf28);
	background: -o-linear-gradient(#82c837, #6eaf28);
	background: -webkit-gradient(#82c837, #6eaf28);
	background: linear-gradient(#82c837, #6eaf28);
}
.standard-features .column-area {
	padding-bottom: 30px;
}
.standard-features .item-title {
	font-size: 18px;
	margin-bottom: 0;
}
.standard-features .item-title:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: normal;
	content: "\f00c";
	margin: 0 10px 0 0;
	display: inline-block;
	height: inherit;
	color: #6eaf28;
}

/* Compare Table Section */
.ct-parent {
	overflow-x: auto;
}
.ct-item {
	overflow-x: auto;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	min-width: 600px;
}
.ct-item a {
	color: #555;
}
.ct-item a:hover {
	color: #41b9c8;
	text-decoration: underline;
}
.ct-header {
	color: #555;
	font-weight: bold;
	font-size: 15px;
	border-bottom-width: 2px;
}
.ct-item li {
	float: left;
	text-align: center;
	width: 30%;
	padding: 20px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ct-item .ct-feature {
	text-align: left;
	width: 40%;
}
.ct-item .feature-yes {
	font-size: 0;
	line-height: 10px;
}
.ct-item .feature-yes:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f00c';
	color: #6eaf28;
}
.ct-footer li { 
	padding: 15px;
}
.ct-footer a {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-width: 3px; 
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 25px;
}
.ct-footer .ct-free a {
	color: #555;
	background-color: #ddd;
}
.ct-footer .ct-pro a {
	color: #fff;
	background-color: #41b9c8;
}
.ct-footer .ct-free a:hover {
	background-color: #ccc;
	text-decoration: none;	
}
.ct-footer .ct-pro a:hover {
	background-color: #34a5b3;
	text-decoration: none;
}

/* Documentation Archive Page */
.doc-archive {
	margin-bottom: 50px;
	overflow-x: auto;
}
.doc-archive a {
	color: #777;
}
.doc-archive a:hover {
	color: #41b9c8;
}
.doc-item {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 20px 10px 20px 30px;
	min-width: 645px;
}
.doc-item:nth-child(even) {
	background-color: #fafafa;
}
.doc-header {
	border-width: 2px;
	border-color: #41b9c8;
	color: #41b9c8;
	font-weight: bold;
	text-transform: uppercase;
}
.doc-item li {
	float: left;
	text-align: center;
	width: 19%;
	min-height: 1px;
}
.doc-item .doc-product {
	width: 24%;
	text-align: left;
	font-weight: bold;
}

/* Features Page */
.standard-features .column {
	padding-bottom: 30px;
}
.standard-features .one-third {
	margin-bottom: 0;
}
.standard-features .service-title {
	font-size: 18px; 
}
.standard-features .service-title:before {
	font-size: 20px;
	line-height: 20px;
	content: "\f00c";
	margin: 0 10px 0 0;
	display: inline-block;
	height: inherit;
	color: #3fc380;
}

/* Contact Page */
.wpcf7 {
	width: 70%;
	margin: 0 auto !important;
}

/* Plans Pricing page */
.plans-pricing .pricing-table {
	background-color: #fff;
	text-align: center;
	padding: 30px 40px;
	font-size: 15px;
	color: #333;
}
.plans-pricing .pricing-table .head-title {
	font-size: 22px;
	padding-bottom: 40px;
}
.plans-pricing .pricing-table .price {
	position: relative;
	font-size: 80px;
	line-height: 80px;
	display: inline-block;
}
.plans-pricing .pricing-table span {
	position: absolute;
	top : -14px;
	left: -20px;
	font-size: 35px;
	vertical-align: top;
}
.plans-pricing .pricing-table hr {
	margin: 40px 0;
}
.plans-pricing .pricing-table ul {
	padding-bottom: 30px;
}
.plans-pricing .pricing-table ul li {
	padding-bottom: 12px;
}

/* Themes Archive Page */
.archive-themes .column-item {
	overflow: visible;
	margin-bottom: 30px;
}
.archive-themes .theme-item {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	font-weight: bold;
}
.archive-themes .theme-item:hover {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.archive-themes .theme-screenshot a {
	display: block;
	position: relative;
}
.archive-themes .theme-screenshot a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.archive-themes .theme-screenshot a .theme-info {
	display: none;
}
.archive-themes .theme-screenshot a:hover .theme-info {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #555;
	padding: 0 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.archive-themes .theme-info-area {
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.archive-themes .theme-info-area a {
	color: #555;
}
.archive-themes .theme-info-area a:hover {
	color: #41b9c8;
}
.archive-themes .theme-info-area .theme-name {
	font-size: 15px;
	float: left;
	width: 85%;
	position: relative;
}
.archive-themes .theme-info-area .theme-name a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 12px 15px;
}
.archive-themes .theme-info-area .theme-detail {
	float: right;
	color: #555;
	width: 15%;
	position: relative;
}
.archive-themes .theme-info-area .theme-detail:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.archive-themes .theme-info-area .theme-detail .detail-button {
	padding: 12px 15px;
	display: block;
	cursor: pointer;
	text-align: center;
}
.archive-themes .theme-info-area .theme-detail .detail-button:before {
	content: "\f142";
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 19px;
	font-weight: normal;
	display: block;
}
.archive-themes .theme-info-area .theme-detail .detail-button:hover {
	color: #41b9c8;
}
.archive-themes .theme-info-area .theme-detail .popup {
	display: none;
}
.archive-themes .theme-info-area .theme-detail:hover .popup {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 5px;
	width: 135px;
	font-size: 12px;
	line-height: normal;
}
.archive-themes .theme-info-area .theme-detail:hover .popup ul {
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	overflow: hidden;
}
.archive-themes .theme-info-area .theme-detail:hover .popup ul li a {
	padding: 7px 13px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.archive-themes .theme-info-area .theme-detail:hover .popup ul li a:hover {
	background-color: #f1f1f1;
	color: #555;
}
.themes-category-list {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 0 15px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}
.themes-category-list li {
	display: inline-block;
}
.themes-category-list li a {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0 16px 0;
	border-bottom: 4px solid transparent;
	color: #666;
	cursor: pointer;
}
.post-type-archive-themes .themes-category-list li.cat-item-all a,
.error404 .themes-category-list li.cat-item-all a,
.page-template-themes-grid-page-template .themes-category-list li.cat-item-all a,
.themes-category-list li a:hover,
.themes-category-list li.current-cat a {
	color: #0088CC;
}
.post-type-archive-themes .themes-category-list li.cat-item-all a,
.error404 .themes-category-list li.cat-item-all a,
.page-template-themes-grid-page-template .themes-category-list li.cat-item-all a,
.themes-category-list li.current-cat a {
	border-color: #0088CC;
}

/* Single Theme Instruction Page */
.single-themeinstruction {
	background-color: #fff;
}
.instruction-area ol, 
.instruction-area ul {
	list-style: disc outside none;
	margin: 0 0 20px 20px;
}
.instruction-area ol.alpha {
	list-style: upper-alpha outside none;
}
.instruction-area ol.digit {
	list-style: decimal outside none;
}
.instruction-area h1,
.instruction-area h2,
.instruction-area h3,
.instruction-area h4,
.instruction-area h5,
.instruction-area h6 {
	margin-bottom: 10px;
	color: #333;
}
.instruction-area h1 {
	font-size: 25px;
	line-height: 32px;
}
.instruction-area h1 span {
	color: #777;
	font-size: 20px;
	display: block;
}
.instruction-area h2,
.instruction-area h3 {
	font-size: 22px;
	line-height: 29px;
}
.instruction-area h3 {
	padding-top: 20px;
}
.instruction-area hr,
.instruction-area p {
	margin-bottom: 20px;
}
.instruction-area a {
	color: #0247af;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.instruction-area a:focus,
.instruction-area a:active,
.instruction-area a:hover {
	border-bottom: 1px solid #0247af;
}
.instruction-area img {
	margin-bottom: 15px;
}
.instruction-area .table-contents {
	width: 30%;
	float: left;
	padding: 20px 20px 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.instruction-area .table-contents ol li {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding: 2px 0;
}
.instruction-area .table-contents ol li a {
	border: 0 none;
}
.instruction-area .table-contents ol li a:hover {
	border-bottom: 1px solid #0247af;
}
.instruction-area .instruction-content {
	width: 70%;
	float: right;
	padding-left: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.instruction-area .info {
	padding: 15px 0 0;
	display: block;
	border-top: dashed 1px rgba(0, 0, 0, 0.2);
	border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
	margin: 20px 0 0;
}
.instruction-area .donate {
	bottom: 15px;
	position: absolute;
	right: 15px;
}
.instruction-area #footer {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 30px;
	text-align: center;
	display: none;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Comments
----------------------------------------------- */
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* Image borders */
img[class*="align"], img[class*="wp-image-"] {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
 border: 1px solid #ddd;
 padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"] {/* Add some useful style to those fancy borders for linked images ... */
 background: #eee;
 border-color: #bbb;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
.img-border {
	background-color: #fff;
  	padding: 6px;
  	border: 1px solid #ccc;
  	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
 }

 /* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers {
	padding-bottom:20px;
}
#wp_page_numbers ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	float: right;
}
#wp_page_numbers ul li {
	padding-left:10px;
	padding-bottom:10px;
	min-width:auto;
	color:#aaa;
	display: block;	
	font-size: 12px;
	float: left;
}
#wp_page_numbers ul li a {
	text-align:center;
	background-color: #ddd;
   color: #555;
	display: block;
	padding:0 12px;
	font-size: 14px;	
	float: left;
	line-height:30px;
	text-decoration:none;
}
#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a {
	background-color:#444;
	color:#fff;
}

/* Single pagination */ 
.pagination {
	padding-bottom:20px;
	text-align: center;
	padding-top:10px;
	color: #aaa;
   font-size: 12px;
}
.pagination a {
	display: inline-block;
   margin-left: 6px;
   text-decoration: none;
}
.pagination span {
	text-align:center;
	font-size:14px;	
	display: inline-block;
	padding:0 12px;
	text-decoration:none;
	margin-left: 6px;
	margin-bottom:10px;
	line-height:30px;
	background:#444;
	color:#fff;
}
.pagination a span {
   margin-left: 0;
   background: none;
   color: #555;
   cursor: pointer;
}
 .pagination a:hover span {
 	background:#ddd;
}
 
/* Default wp-page */ 
ul.default-wp-page {
	margin:0;
	list-style:none inside;
}
ul.default-wp-page li.previous {
	float:left;
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li.previous a {
	padding:0 0 30px 15px;
	float:left;
	display:block;
}
ul.default-wp-page li.next a {
	padding:0 15px 30px 0;
	float:right;
	display:block;
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom:30px;
}
.header-fullwidth-sidebar .widget_text,
.footer-fullwidth-sidebar .widget_text {
	margin-bottom: 0;
}
.widget-title {
	font-size: 25px;
   line-height: 32px;
   padding-bottom: 20px;
   color: #555;
}
.widget-title a {
	color:#555;
}
.widget-title a:hover {
	color:#446CA9;
	text-decoration:none;
}
/* Search Widget */
.widget_search #search-field {
	background-color: #f5f5f5;
	height: 19px;
	margin: 0px;
	padding: 8px 3%;
	width: 66%;
	font-size: 14px;
	line-height: 14px;
	float: left;
}
.widget_search #search-field input#s {
	background-color: #f5f5f5;
	}
.widget_search button {
	background: none #333;
	border: 0 none !important;
	width: 28%;
	height: 35px;
	display: block;
	float: left;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	padding: 0px;
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Tag Cloud */
.tagcloud a {
	margin-right:5px;
	color:#666;
	}
.tagcloud a:hover {
	color:#000;
	}
/* Custom Tag Cloud */
 .custom-tagcloud a {
	padding:1px 7px;
	color:#666;
	background-color:#ddd;
	display:inline-block;
	margin:0 4px 8px 0;
	-webkit-box-shadow: 0 1px 3px #bbb inset;
	-moz-box-shadow: 0 1px 3px #bbb inset;
	box-shadow: 0 1px 3px #bbb inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bbb;
}
.custom-tagcloud a:hover {
	background-color: #444;
   border: 1px solid #222;    
   -webkit-box-shadow:  0 1px 0 #777 inset;
	-moz-box-shadow: 0 1px 0 #777 inset;
	box-shadow: 0 1px 0 #777 inset;
   color: #FFFFFF;
   text-decoration: none;
	}
/* WP Caption */
.wp-caption {
	background-color: #fff;
	margin-bottom: 20px;
	max-width: 630px;
	border: 1px solid #bbb;
	padding: 5px;
}
.wp-caption a:hover {
	opacity:0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 5px 5px 35px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	content: '\2014';
	font-size: 14px;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

/* =Footer
----------------------------------------------- */
#colophon {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #7D919B;
}
#colophon a {
	color: #7D919B;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#colophon a:hover {
	color: #142832;
}
#colophon p {
	margin-bottom: 20px;
}
#colophon .widget-area {
	margin-left: -30px;
	padding: 80px 0 40px;
	overflow: auto;
}
#colophon .widget {
	float: left;
	padding-left: 30px;
	margin-bottom: 40px;
	width: 20%;
	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#colophon .widget_nav_menu {
	margin-bottom: 34px;
}
#colophon .widget-title {
	font-size: 15px;
	line-height: normal;
	padding-bottom: 15px;
	color: #142832;
}
#colophon .widget ul li {
	padding-bottom: 6px;
}
#colophon .widget_text {
	width: 40%;
	margin-bottom: 20px;
	line-height: 27px;
}
#colophon .site-logo {
	display: inline-block;
	background: url('images/theme-horse.png') no-repeat;
	height: 40px;
	width: 150px;
	background-size: 150px 40px;
	text-indent: -2000px;
	margin-bottom: 20px;
}
.fa-facebook,
.fa-twitter {
	font-size: 0;
	display: inline-block;
	line-height: normal;
	margin: 0 5px 10px 0;
}
.fa-facebook:before,
.fa-twitter:before {
	display: block;
	width: 17px;
	height: 17px;
	color: #7D919B;
	font-family: 'FontAwesome';
	font-size: 17px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.fa-facebook:before {
	content: '\f09a';
}
.fa-twitter:before {
	content: '\f099';
	font-size: 19px;
}
.fa-facebook:hover:before,
.fa-twitter:hover:before {
	color: #142832;
}

/* WooCommerce Support */
#main .woocommerce {
	margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce {
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.woocommerce h2,
.woocommerce h3,
.digital-downloads {
	padding-bottom: 15px;
}
.woocommerce #account_password_field {
	margin-bottom: 25px;
}
.woocommerce form.login, 
.woocommerce form.register {
	margin-top: 0;
}
.woocommerce .lost_password {
	margin-bottom: 0;
}
.woocommerce .woocommerce-checkout .col2-set .col-1 {
	width: 100%;
	float: none;
}
.woocommerce .woocommerce-checkout .col2-set .col-2,
.woocommerce .recurring-totals,
.woocommerce .recurring-total,
.woocommerce .subscription-price,
.woocommerce .shop_table.cart .product-price,
.woocommerce .shop_table.cart .product-subtotal {
	display: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	background-color: #41b9c8;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-width: 3px;
	padding: 12px 30px;
	line-height: normal;
	color: #fff;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #34a5b3;
	color: #fff;
}
.woocommerce .woocommerce-form-login .woocommerce-Button,
.woocommerce .register .woocommerce-Button {
	width: 100%;
	margin: 15px 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox.inline,
.woocommerce .woocommerce-form-login .woocommerce-LostPassword {
	width: 100%;
	display: block;
	text-align: center;
}
.woocommerce table.shop_table {
	background-color: #fff;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 26%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 70%;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px;
	color: #777;
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #fff;
	color: #41b9c8;
}
.woocommerce table.my_account_orders {
	font-size: 14px;
}
.woocommerce table.my_account_orders .button {
	margin: 0 5px;
	padding: 15px 20px;
	line-height: 5px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce form.checkout_coupon,
.woocommerce form.login, 
.woocommerce form.register {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background-color: rgba(65, 185, 200, 0.15);
	border: 1px solid rgba(65, 185, 200, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	content: normal;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #777;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 45px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 7px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	width: 30px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 8px;
}
.woocommerce table.shop_table {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 12px;
}

/* bbPress Support */
.bbpress .featured-text-forum {
	color: #555;
	font-size: 35px;
	line-height: 42px;
	text-align: center;
	padding-bottom: 20px;
}
#bbpress-forums p {
	margin-bottom: 10px;
}
.bbp-template-notice .bbp-author-avatar,
.forum-archive .bbp-author-avatar,
.single-forum .bbp-author-avatar,
.bbp-reply-ip,
.forum-archive .bbp-forum-content,
#bbpress-forums li.bbp-footer {
	display: none;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums fieldset.bbp-form {
	background-color: #fff;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results,
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums fieldset.bbp-form {
 	border-color: rgba(0, 0, 0, 0.1);
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	border: 0 none;
}
#bbpress-forums a,
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #777;
}
#bbpress-forums a:hover {
	color: #41b9c8;
}
#bbpress-forums div.bbp-search-form {
	float: none;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 70%;
	margin-bottom: 20px;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	width: 30%;
	margin-left: -4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom-width: 1px;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 12px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 10px 20px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	line-height: 20px;
	margin-top: 5px;
}
#bbpress-forums div.bbp-reply-content a {
	color: #41b9c8;
	text-decoration: underline;
}
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current {
	padding: 4px 10px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current {
	background-color: #41b9c8;
	opacity: inherit;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
#bbpress-forums div.bbp-the-content-wrapper input {
	padding: 6px 15px;
	margin-left: 2px;
	line-height: normal;
	height: inherit;
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#bbpress-forums div.bbp-submit-wrapper { 
	margin-bottom: 10px;
}

/* Hide Button for Themes Bundle page */
.postid-22274 #branding a.blue,
.postid-22274 #branding #social-share {
	display: none;
}
.postid-22274 .page-heading .wrapper {
	padding-bottom: 0;
}
.changelog {
	background-color: #fff;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #fff), color-stop(50%, #f1f1f1));
	background-image: -webkit-linear-gradient(#fff 50%, #f1f1f1 50%);
	background-image: linear-gradient(#fff 50%, #f1f1f1 50%);
	background-size: 50px 50px;
	border: 1px solid #ddd;
	display: block;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: visible;
	overflow-y: hidden;
	padding: 0 10px;
	font-size: 12px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* Terms and Conditions/Privacy Page */
.terms-conditions h3 {
	padding-bottom:10px;
}
.terms-conditions ol, .terms-conditions ul {
	list-style: disc outside none;
	margin: 0 0 30px 30px;
}

/* Responsive Video Embed  */
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive:before {
	display: block;
	content: "";
	padding-top: 56.25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* =Responsive Structure
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
	#site-title {
		margin: 10px 0;
	}
	/* Responsive Navigation */
	.menu-toggle {
		display: block;
		background-color: rgba(0, 0, 0, 0);
		font-size: 0;
		line-height: normal;
		border: 0 none;
		padding: 0;
		color: #777;
		float: right;
		margin-top: 20px;
		cursor: pointer;
		height: 20px;
	}
	.menu-toggle:before {
		display: block;
		font-size: 28px;
		line-height: 0;
		font-family: 'FontAwesome';
		content: "\f0c9";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.toggled-on .menu-toggle:before {
		color: #000;
	}
	.nav-menu {
		display: none;
	}
	.toggled-on .nav-menu {
		display: block;
	}
	#access {
		padding-top: 0;
		float: none;
		clear: both;
	}
	#access li {
		position: inherit;
		float: none;
		border-top: 1px solid rgba(0, 0, 0, 0.06);
	}
	#access li.login,
	#access li.account,
	#access li.logout {
		border-top: 0 none;
		margin-bottom: 10px;
	}
	#access a {
		padding: 10px;
	}
	/* Dropdown */
	#access ul li ul,
	#access ul li:hover ul ul,
	#access ul ul li:hover ul ul,
	#access ul ul ul li:hover ul ul,
	#access ul ul ul ul li:hover ul ul {
		display: block;
		background-color: inherit;
	}
	#access ul li ul {
		position: inherit;
		top: 0;
		width: inherit;
		padding-bottom: 0;
		border-width: 0;
	}
	#access ul li ul li a,
	#access ul li.current-menu-item ul li a,
	#access ul li ul li.current-menu-item a,
	#access ul li.current_page_ancestor ul li a,
	#access ul li.current-menu-ancestor ul li a,
	#access ul li.current_page_item ul li a {
		padding: 10px 10px 10px 20px;
	}
	#access ul li ul li ul {
		left: 0;
	}
	#access ul li ul li ul li a {
		padding-left: 30px;
	}
	#access ul li.account a,
	#access ul li.login a,
	#access ul li.logout a { 
		padding: 8px; 
	}
	.one-third,
	.column-third .column-item,
	.column-fourth .column-item {
		width: 50%;
	}
	.purchase-options .column-item {
		margin-bottom: 0;
	}
	.purchase-options .column-item.full {
		float: none;
		width: 100%;
	}
	.one-single {
		width: 95.94%;
		float: none;
	}
	.theme-details ul.team-horse li a {
		display: block;
	}
	.promotional_bar {
		background-attachment: scroll;
	}
	#colophon .widget {
		width: 33.33%;
	}
	#colophon .widget_text {
		width: 100%;
		text-align: center;
	}
	.wpcf7 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.wrapper { 
		padding-left: 20px;
		padding-right: 20px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 28px;
	}
	h3{
		font-size: 26px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 23px;
	}
	h6 {
		font-size: 22px;
	}
	hr {
		margin: 0 0 30px;
	}
	p {
		margin-bottom: 20px;
	}	
	.notice { 
		display: none;
	}
	.page-heading .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.featured-text {
	   font-size: 26px;
	   line-height: 33px;
	   padding-top: 0;
	}
	.featured-text span {
		font-size: 17px;
		line-height: 24px;
		padding-bottom: 0;
	}
	.button-position {
		padding-bottom: 20px;
	}
	.theme-features .page-title {
		padding-top: 0;
	}
	a.cool-button {
		padding: 10px 20px; 
	}
	#main {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.front-page-main {
		padding-bottom: 10px;
	}
	#main .column,
	.column-area,
	.purchase-options .column-area,
	.standard-features .column-area,
	.unique-features .column-area {
		margin-left: 0;
	}
	.one-half,
	.one-third,
	.column-item,
	.column-half .column-item,
	.column-third .column-item,
	.column-fourth .column-item,
	.purchase-options .column-half .column-item,
	.purchase-options .column-third .column-item,
	.standard-features .column-third .column-item,
	.unique-features .column-third .column-item {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.standard-features .column-third .column-item {
		margin-bottom: 0;
	}
	.page-title {
	   font-size: 26px;
	   line-height: 33px;
	}
	.entry-service {
		padding-bottom: 10px;
	}
	.page-title span {
	   font-size: 17px;
	   line-height: 24px;
	   padding-bottom: 0;
	}
	.themes-category-list {
		padding: 0 6px;
		margin-bottom: 20px;
	}
	.themes-category-list li a {
		margin: 0 8px;
		padding: 10px 0 6px;
	}
	.theme-details { 
		margin-bottom: 30px;
		padding: 15px 20px;
	}
	.theme-details ul.theme-released {
		margin-bottom: 10px;
	}
	.theme-details ul.theme-released li {
	   border-right: 0 none;
	   display: block;
	   margin-right: 0;
    	padding-right: 0;
	}
	.theme-details ul.team-horse, 
	.theme-details ul.price-details {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.theme-details ul.team-horse {
		border-right: 0 none;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	.theme-details ul.team-horse li span {
		display: block;
	}
	.theme-details ul.price-details li {
	   padding-top: 15px;
	}
	.wpcf7-select {
		margin-left: 0;
		width: 100%;
	}
	#compare-table {
		margin-bottom: 30px;
	}
	#compare-table .table-wrap { 
		width: 708px;
	}
	/* Compare Table Section */
	.ct-item li {
		padding: 15px 25px;
	}
	/* Documentation Archive Page */
	.doc-item {
		padding: 15px 5px 15px 20px;
	}
	.doc-item li,
	.doc-item .doc-product {
		width: 20%;
	}
	/* Single Theme Instruction Page */
	.instruction-area .table-contents,
	.instruction-area .instruction-content {
		float: none;
		width: 100%;
	}
	.instruction-area .instruction-content {
		margin-top: 40px;
		padding-left: 0;
	}
	#colophon {
		text-align: center;
	}
	#colophon .widget-area {
		padding-top: 40px;
		margin-left: 0;
		padding-bottom: 0;
	}
	#colophon .widget {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.back-to-top {
		bottom: 20px;
		right: 20px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.column-area {
		margin-left: -20px;
	}
	.column-item,
	.column-half .column-item,
	.column-third .column-item,
	.column-fourth .column-item {
		float: left;
		padding-left: 20px;
		width: 50%;
	}
}
