/*
Theme Name:   	King
Theme URI: 		http://brainstormforce.com/demos/king/
Author: 		Brainstorm Force
Author URI: 	http://codecanyon.net/user/BrainstormForce
Description:    The King theme is a simple & responsive theme, which is very flexible, lightweight & specifically for demo site of our "Ultimate Addons for Visual Composer" plugin.
Version:        1.0
Tags: 			light
Text Domain: 	king
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
* Reset
*
* Load all default CSS
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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%;	
	vertical-align: baseline;
}
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;
}
caption, 
th, 
td {
	font-weight: normal;
	text-align: left;
}
table tr:nth-child(even) {
	background: #FAFAFA;
}
table tr th {
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 14px;
}
table tr td {
	border: 1px solid #DDD;
	padding: 10px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	clear: both;
}
h1 {font-size: 2em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.9em;}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
	display: block;
}
audio, 
canvas, 
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub, 
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}
p {
	color: #707070;
}
/**
* Clearing Floats
*
*/
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/**
* Repeatable Patterns
*
*/
/* Small headers */
.archive-title, 
.page-title, 
.widget-title {
	font-size: 18px;
	line-height: 2.181818182em;
	font-weight: 500;
	text-transform: uppercase;
	color: #333333;
}
/* Shared Post Format styling */
.format-quote .entry-meta,
.format-link .entry-meta,
.format-status .entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #dddddd;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	outline: none;
	transition: all 0.3s ease-In;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #FFF;
	background-color: #DE5034;
	border: 1px solid #DE5034;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
	background: #DE5034;
	color: #FFF;
	transition: all 0.2s ease-In;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.post-password-required input[type=submit]:hover {
	color: #DE5034;
	background-color: #FFF;
	border-color: #DE5034;
	transition: all 0.2s ease-In;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* 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 */
	max-width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
.header-image,
.author-avatar img,
.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
..wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	margin-bottom:40px;
	padding-top: 40px;
}
#nav-above {
	padding: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 80px 0;
}
nav > .nav-previous > a,
nav > .nav-next > a {
	padding: 7px 16px;
	border: 1px solid #F0F0F0;
	box-shadow: 0px 0px 20px #F7F7F7 inset;
	display: inline-block;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border: 1px dashed #ededed;
	background: #FCFCFC;
	margin: 60px 0 0;
	padding: 40px 30px;
	overflow: hidden;
	display: block;
}
.author-avatar {
	width: 68px;
	display: inline-block;
	float: left;
	margin-right: 32px;
	padding: 0;
}
.author-avatar img {
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;  
}
.author-description {
	display: inline-block;
	width: calc(100% - 100px);
}
.author-description h2 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.author-description p {
	font-size: 13px;
	line-height: 1.846153846;
	margin-bottom: 15px;
}
.author.archive .author-info {
	margin: 48px 0;
}

/**
* Basic structure
*
* Body, links, basics
*/
body {
	font-size: 13px;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #707070;
	background: #f7f7f7;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #DE5034;
	text-decoration: none;
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	transition: color 250ms linear;
}
/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
#main {
	padding-left: 15px;
	padding-right: 15px;
}
.site {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.site-content {
	margin: 5em 0 0;
}
.widget-area {
	margin: 5em 0 0;
}
/* Header */
.site-header {
	padding: 0;
	margin: 0;
	background: #303030;
}
.header-box {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.header-style2 .nav-menu,
.header-style3 .nav-menu {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	text-decoration: none;
	line-height: inherit;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #DE5034;
}
.site-header h1 {
	font-size: 24px;
	line-height: inherit;
	margin: 15px 0;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: inherit;
	color: #DDDDDD;
}
.header-image {
	margin-top: 24px;
}
.site-header .blog-description {
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	line-height: inherit;
	color: #DDDDDD;
}
/* Menu */
.king-main-menu-container .nav-menu {
	display: none;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}
/**
* Content
*
* Main content and comment content
*/
.entry-meta {
	clear: both;
}
.entry-summary .entry-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 15px;
}
.single .entry-header img {
	margin-bottom: 30px;
}
.entry-summary .sep {
	font-weight: 300;
	color: #C7C7C7;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
h1.entry-title {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1.35em;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
	/*color: #707070;*/
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	position: relative;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
	border-left: 5px solid #f7f7f7;
}
.entry-content blockquote:after,
.comment-content blockquote:after {
	content: "\f10d";
	font-family: 'FontAwesome' !important;
	speak: none;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f7f7f7;
	font-size: 40px;
	position: absolute;
	right: 5px;
	bottom: 0;
}
.entry-content blockquote p,
.comment-content blockquote p {
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content th, 
.comment-content th {
	font-size: 1.2em;
	line-height: 2.181818182em;
	font-weight: 500;
	text-transform: uppercase;
	color: #636363;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/**
* Archives
*
*/
.archive-header,
.page-header {
	margin-bottom: 34px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0;
}
/**
* Attachment
*
*/
/* Single audio/video attachment view */
.attachment .entry-content .mejs-audio {
	max-width: 400px;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/* Single image attachment view */
.article.attachment {
	overflow: hidden;
}
.image-attachment .attachment {
	text-align: left;
}
.image-attachment .attachment > a {
	text-align: left;
	display: inline-block;
}
.image-attachment .attachment p {
	text-align: center;
}
.image-attachment .attachment img {
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	text-align: center;
}
/**
* Comments
*
*/
.comments-title {
	margin-top: 30px;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	position: relative;
}
h2.comments-title:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 32px;
	left: 0;
	background: #E8E8E8;
}
.king-cmnt-circle {
	display: block;
	position: relative;
	width: 65px;
	height: 95px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.king-cmnt-number {
	display: block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 100%;
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	font-size: 20px;
}
.king-cmnt-message {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 8px;
}
.commentlist,
.commentlist li {
	list-style: none;
}
.commentlist li .comment {
	border-bottom: 1px dashed #E8E8E8;
	padding: 10px 0 34px;
}
.commentlist .children .comment {
	padding-left: 70px;
}
.commentlist .children .children .comment {
	padding-left: 140px;
}
.commentlist .children .children .children .comment {
	padding-left: 210px;
}
.comments-area article {
	margin: 24px 0;
	width: 100%;
}
.comments-area article header {
	margin: 0px 0 25px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 0;
	border: none;
	box-shadow: none;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 71px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	top: 2px;
	margin-left: 5px;
	padding: 1px 3px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 12px;
	line-height: 2em;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.comment-content.comment, .reply {
	margin-left: 71px;
}
.comments-area .reply {
	display: inline-block;
	background: #fafafa;
	border: 1px solid #F7F7F7;
	padding: 2px 10px;
	border-radius: 1px;
}
/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/**
* Front Page Template
*
*/
.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
#secondary-front {
	display: block;
	clear: both;
}
.template-front-page .widget-area {
	clear: right;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}
/**
* Sidebar
*
*/
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}
.widget ul {
	display: block;
	margin: 0;
	padding: 0;
}
.widget ul li {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
}
.widget.widget_archive ul li,
.widget.widget_recent_entries ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #EFEFEF;
}
.main-footer .widget.widget_archive ul li,
.main-footer .widget.widget_recent_entries ul li,
.main-footer .widget.widget_meta ul li,
.main-footer .widget.widget_recent_comments ul li,
.main-footer .widget.widget_rss ul li {
	border-bottom: none;
}

/**
* Widget
*
* Individual widget design
*/
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
/* Search Widget */
#searchform * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#searchform {
	width: 100%;
	display: block;
	position: relative;
}
#searchbox {
	display: block;
	width: 100%;
	position: relative;
}
#searchsubmit {
	width: 40px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	float: left;
	right: 0;
	top: 0;
	border: none;
	background: #DE5034;
	color: #FFF;
	border-radius: 0;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
#searchsubmit * {
	color: #FFF;
	line-height: inherit;
	font-size: 16px;
}
#searchform #s {
	width: 100%;
	padding: 0 50px 0 10px;
	margin: 0;
	border-radius: 0;
	font-size: 13px;
	height: 36px;
	line-height: 36px;
	text-transform: capitalize;
	color: #707070;
	transition: all 0.3s ease-In;
	float: left;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
/* Custom Menu Widget */
.widget_nav_menu ul.menu li {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}
.widget_nav_menu ul.menu li a {
	display: block; 
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0;
}
.widget_nav_menu ul.menu li ul.sub-menu li a {
	padding-left: 25px;
}
.widget_nav_menu ul.menu li ul.sub-menu ul.sub-menu li a {
	padding-left: 45px;
}
/* Pages List Widget */
.widget_pages ul li {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}
.widget_pages ul li a {
	display: block; 
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0;
}
.widget_pages ul li ul.children li a {
	padding-left: 25px;
}
.widget_pages ul li ul.children ul.children li a {
	padding-left: 45px;
}
/* Category Widget */
.widget_categories ul li {
	display: block;
	border: none;
	padding: 10px 0;
	margin: 0;
}
.widget_categories > ul > li {
	border-bottom: 1px solid #EFEFEF;
}
.widget_categories ul ul.children {
	margin-top: 10px;
}
.widget_categories ul ul.children li {
	border-top: 1px solid #EFEFEF;
	padding: 10px 0 10px 25px;
}
.widget_categories ul ul.children li:last-child {
	padding: 10px 0 0 25px;
}
.widget_categories ul ul.children ul.children {
	margin-left: -25px;
}
.widget_categories ul ul.children ul.children li {
	padding: 10px 0 10px 45px;
}
.widget_categories ul ul.children ul.children li:last-child {
	padding: 10px 0 0 45px;
}
/* Archive & Category Widget Dropdown */
aside select[name="archive-dropdown"],
aside select[name="cat"] {
	width: 100%;
}
/* Calender Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
#wp-calendar #prev {
	padding-left: 24px;
	text-align: left;
}
#wp-calendar caption {
	font-size: 15px;
	padding: 7px 0;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-bottom: none;
}
#wp-calendar td {
	padding: 5px;
	text-align: center;
	border: 1px solid #ddd;
}
#wp-calendar thead tr th {
	background: #F0F0F0;
	padding: 5px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 14px;
}
/* TagCloud Widget */
.widget_tag_cloud .tagcloud a {
	border: 1px solid #eaeaea;
	background: #FFF;
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #707070;
	display: inline-block;
	font-weight: 400;
	font-size: 13px !important;
	margin: 3px 1px;
	padding: 7px 10px;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}
.widget_tag_cloud .tagcloud a:hover,
.main-footer .widget_tag_cloud .tagcloud a:hover {
	background: #DE5034;
	color: #fff;
}
.main-footer .widget_tag_cloud .tagcloud a {
	background: transparent;
	color: #707070;
	border: 1px solid #DDDDDD;
}
/* RSS Widget */
.widget_rss h3.widget-title a.rsswidget+a.rsswidget {
	margin-left: 8px;
}
.widget_rss ul li a {
	font-weight: 500;
}
.widget_rss ul li .rss-date {
	color: #909090;
	font-size: 11px;
	margin-left: 10px;
}
.widget_rss ul li cite {
	font-style: italic;
	display: block;
	margin: 5px 0;
	font-size: 13px
}
.widget_rss ul li .rssSummary+cite {
	margin: 15px 0 10px 0;
}
.widget_rss ul li cite:before {
	content: "-";
	font-family: inherit;
	font-size: inherit;
	margin-right: 7px;
}
/* Recent Posts Widget */
.widget_recent_entries ul li .post-date {
	color: #909090;
	font-size: 11px;
	margin-left: 10px;
}
/* Twitter Widget */
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/**
* Footer
*
*/
#footer:before, 
#footer:after,
.main-footer:before, 
.main-footer:after,
.footer-widget-area:before, 
.footer-widget-area:after,
#colophon:before, 
#colophon:after,
.footer-bottom-container:before,
.footer-bottom-container:after {
	content: " ";
	display: table;
}
#footer:after,
.main-footer:after,
.footer-widget-area:after,
#colophon:after {
	clear: both;
}
#footer {
	display: block;
	width: 100%;
}
.main-footer {
	width: 100%;
	background: #F9F9F9;
	padding: 0;
	margin: 0;
	border-top: 1px solid #EEE;
}
.main-footer .footer-widget-area {
	max-width: 1170px;
	margin: 0 auto;
	padding: 35px 15px 25px;
	line-height: 1.5em;
}
#footer .widget{
	margin: 30px 0;
	position: relative;
	display: block;
}
#footer h3.widget-title {
	position: relative;
	margin-bottom: 20px;
}
footer[role="contentinfo"] {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #E8E8E8;
	background: #F1F1F1;
	clear: both;
	font-size: 12px;
	line-height: 3em;
}
footer[role="contentinfo"] a {
	color: #909090;
}
footer[role="contentinfo"] a:hover {
	color: #DE5034;
}
footer[role="contentinfo"] .footer-bottom-container {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	min-height: 80px;
	line-height: 80px;
}
.footer-menu ul {
	display: block;
	float: none;
	width: 100%;
	text-align: right;
}
.footer-menu.col-md-12 ul {
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}
/**
* Blog
*
*/
.entry-header,
.entry-summary,
.entry-content,
.entry-summary-meta {
	margin-bottom: 24px;
}
/* Normal Blog */
.post {
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 60px;
}
.post:before,
.post:after {
	content: " ";
	display: table;
}
.post:after {
	clear: both;
}
/* Post Meta Information */
.entry-summary-meta {
	display: block;
	width: 100%;
}
.medium-image .entry-summary-meta {
	float: left;
}
.entry-summary-meta .post-meta {
	padding: 8px 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.8em;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.post-meta .post-meta-item {
	padding: 0 6px;
	margin: 0;
	border: none;
	font-size: 12px;
	line-height: inherit;
	border-right: 1px solid #eaeaea;
}
.post-meta .post-meta-item:first-child {
	padding: 0 7px 0 0;
}
.post-meta .post-meta-item:last-child {
	border-right: none;
}
.post-meta {
	color: #909090;
}
.post-meta a {
	color: #707070;
}
.post-meta a:hover {
	color: #DE5034;
}
/* Featured Image / Gallery / Video */
.blog-featured-media,
.wp-video,
.king-iframe,
.king-audio-iframe,
.blog-oembed {
	margin-bottom: 24px;
}
/* Sticky Post */
.featured-post h2 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #333333;
}
/**
* Grid Blog - 2, 3 & 4 Grid
*
*/
.blog-grid.not-singular #content {
	margin-left: -15px;
	margin-right: -15px;
}
.search-no-results.blog-grid.not-singular #content {
	margin-left: 0;
	margin-right: 0;
}
/* Normal Grid Blog - Without Masonry*/
.grid-2 #content .post:nth-child(2n+1),
.grid-3 #content .post:nth-child(3n+1),
.grid-4 #content .post:nth-child(4n+1) {
	clear: left;
}
.grid-2 #content .post:nth-child(2n+0),
.grid-3 #content .post:nth-child(3n+0),
.grid-4 #content .post:nth-child(4n+0) {
    clear: right;
    margin-right: 0 !important;
}
.blog-grid .site-content:before,
.blog-grid .site-content:after {
	content: " ";
	display: table;
}
.blog-grid .site-content:after {
	clear: both;
}
.grid-post-container {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	border: 1px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	padding: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.grid-post-media {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}
.grid-post-media img {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
}
.grid-post-media .wp-video,
.grid-post-media .king-iframe,
.grid-post-media .king-audio-iframe,
.grid-post-media .blog-oembed {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	display: block;
}
.blog-oembed .twitter-tweet {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	width: calc(100% - 2px) !important;
	max-width: 100% !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #eaeaea !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}
.grid-post-content {
	padding: 25px;
	width: 100%;
	display: block;
}
.grid-post-content .entry-title {
	margin: 0 0 12px;
	padding: 0;
}
.grid-post-content .entry-summary-meta {
	padding: 0;
	margin: 0;	
}
.grid-post-content .post-meta {
	padding: 0;
	margin: 0 0 12px;	
	border: none;
}
.grid-post-content .post-meta .post-meta-item {
	line-height: 1.8em;
}
.grid-post-content .content-sep {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 15px;
	height: 5px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.grid-post-content .entry-summary {
	margin: 0;
	padding: 0;
}
.grid-post-content .entry-summary p {
	margin: 0 0 10px;
	padding: 0;
}
.grid-post-content .entry-summary p:last-child {
	margin: 0;
}

.blog-grid .site-content .post {
	margin-bottom: 30px;
}
/* Sticky Post */
.sticky .grid-post-container {
	background: #f7f7f7;
}
/**
* Post Formats
*
*/
/* Aside Post Format */
.format-aside .aside {
	padding: 24px;
	background: #F1F1F1;
	border-left: 22px solid #DE5034;
}
.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
}
.format-aside blockquote:last-child,
.format-aside p:last-child {
	margin-bottom: 0;
}
/* Image Post Format */
.format-image img {
	border: 1px solid #eaeaea;
	padding: 5px;
	box-shadow: 0 0 5px #f0f0f0;
}
.format-image .entry-date {
	font-weight: normal;
	display: block;
	margin: -10px 0 24px 0;
	font-style: italic;
}
/* Link posts */
.format-link header {
	padding: 0 10px;
	max-width: 60px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	background: #F1F1F1;
	border-radius: 3px;
}
.format-link .entry-content {
	width: calc(100% - 60px);
}
.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	background: #F1F1F1;
}
/* Status posts */
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #909090;
}
.format-status .entry-header header a:hover {
	color: #DE5034;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}
/**
* Gallery Designs
*
*/
/* Justified Grid Gallery */
.king-justified-grid-gallery {
    max-height: 240px;
    overflow: hidden;
    display: block;
}
.single .king-justified-grid-gallery,
.page .king-justified-grid-gallery {
    height: auto;
    max-height: 100%;
    overflow: visible;
    display: block;
    margin-bottom: 30px;
}
/* Grid Gallery */
.king-grid-gallery, 
.king-grid-gallery * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.king-grid-gallery a {
    display: inline-block;
    float: left;
    padding: 2px 2px 0;
    margin: 0;
    width: 33.33%;
    position: relative;
    overflow: hidden;
}
.king-grid-gallery img {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    max-width: 100%;
    border: none;
	box-shadow: none;
}
.king-grid-gallery h4.king-grid-img-caption {
	position: absolute;
	background: rgba(0,0,0,0.6);
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.7em;
	bottom: 2px;
	width: 100%;
	width: calc(100% - 4px);
    opacity: 0;
    -webkit-transition: -webkit-transform 300ms linear;
    -moz-transition: -moz-transform 300ms linear;
    transition: transform 300ms linear;
}
.king-grid-gallery a:hover h4.king-grid-img-caption {
    opacity: 1;
}
.king-grid-column-1 a {
    width: 100%;
}
.king-grid-column-2 a {
    width: 50%;
}
.king-grid-column-3 a {
    width: 33.33%;
}
.king-grid-column-4 a {
    width: 25%;
}
.king-grid-column-5 a {
    width: 20%;
}
.king-grid-column-6 a {
    width: 16.66%;
}
.king-grid-column-7 a {
    width: 14.28%;
}
.king-grid-column-8 a {
    width: 12.5%;
}
.king-grid-column-9 a {
    width: 11.11%;
}
.king-grid-column-1 a:nth-child(1n+1),
.king-grid-column-2 a:nth-child(2n+1),
.king-grid-column-3 a:nth-child(3n+1),
.king-grid-column-4 a:nth-child(4n+1),
.king-grid-column-5 a:nth-child(5n+1),
.king-grid-column-6 a:nth-child(6n+1),
.king-grid-column-7 a:nth-child(7n+1),
.king-grid-column-8 a:nth-child(8n+1),
.king-grid-column-9 a:nth-child(9n+1) {
    clear: left;
}
.king-grid-column-1 a:nth-child(1n+0),
.king-grid-column-2 a:nth-child(2n+0),
.king-grid-column-3 a:nth-child(3n+0),
.king-grid-column-4 a:nth-child(4n+0),
.king-grid-column-5 a:nth-child(5n+0),
.king-grid-column-6 a:nth-child(6n+0),
.king-grid-column-7 a:nth-child(7n+0),
.king-grid-column-8 a:nth-child(8n+0),
.king-grid-column-9 a:nth-child(9n+0) {
    clear: right;
    margin-right: 0 !important;
}
/**
* Single Post
*
*/
.single .post {
	margin-bottom: 3em;
}
/**
* Title Bar
*
*  Page Title Header & Breadcrumb */
/* Page Header */
.king-container:before,
.king-container:after {
	content: " ";
	display: table;
}
.king-container:after {
	clear: both;
}
.king-container {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.king-page-header {
	position: relative;
	display: block;
	background: #f7f7f7;
	border-bottom: 1px solid #eaeaea;
	color: #707070;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 3.5em;
}
.king-page-header .king-breadcrumb-title h3 {
	color: #333333;
	font-size: 17px;
	font-weight: normal;
	line-height: inherit;
	text-align: left;
	margin: 0;
	padding: 0;
}
.king-page-header .king-breadcrumb * {
	font-size: 13px;
	font-weight: normal;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
.king-breadcrumb .fa-home:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
body #main {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
/*VC Compatibility*/
.js_active .page-template-king-full-width #main {
	width: 100% !important;
	max-width: 100% !important;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.king-full-width-template {
	padding-left: 15px;
	padding-right: 15px;
}
.js_active .king-full-width-template {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}
body.page-template-king-full-width .site-content .entry-content > .vc_row {
	margin-left: 0;
	margin-right: 0;
}
.smile-row {
	max-width: 1170px;
	margin: 0 auto;
}
.smile-container {
	margin: 0;
	padding: 0 15px;
}
.smile-row:before, 
.smile-container:before,
.smile-row:after, 
.smile-container:after {
	content: "";
	display: table;
}
.smile-row:after, 
.smile-container:after {
	clear: both;
}
.vc_row,
.vc_row * {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}
/**
* Theme Layout
*
*/
/* Fluid Layout */
.fluid .header-box,
.fluid .king-container,
.fluid #main,
.fluid .main-footer .footer-widget-area,
.fluid footer#colophon .footer-bottom-container {
	max-width: 100%;
}
/* Boxed Layout */
.boxed .site {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1170px;
}
.js_active .boxed .site {
	overflow: visible;
}
/* King Pagination */
.king-pagination {
    display: block;
    width: 100%;
    margin: 15px 0;
}
.king-pagination a,
.king-pagination .current {
    display: inline-block;
	font-size: 14px;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	margin: 0 2px;
	border: 1px solid #eaeaea;
	background: #DE5034;
	color: #fff;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}
.king-pagination a.inactive,
.king-pagination a.paginate-next,
.king-pagination a.paginate-last {
	color: #fff;
}
.king-pagination a:hover {
	border: 1px solid #DDDDDD;
	background: #F1F1F1;
	color: #707070;
} 
.king-pagination .current {
	opacity: 0.8;
	cursor: not-allowed;
}
/**
* Header
*
*/
/* Header Style 2*/
.site-header.header-style2 {
	background: #fff;
}
.header-style2 .header-box {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.site-header.header-style2 h1,
.site-header.header-style2 h2 {
	color: #333333;
}
.site-header.header-style2 h1 a, 
.site-header.header-style2 h2 a {
	color: inherit;
}
.site-header.header-style2 .blog-description {
	color: #707070;
}
.header-style2 .main-navigation,
.header-style2 .primary-menu-container {
    max-width: 100%;
    display: block;
    float: none;
}
.header-style2 .main-navigation {
    background: #ddd;
}
.header-style2 #searchform {
	width: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
/* Header Style 3*/
.site-header.header-style3 {
	background: #fff;
}
.header-style3 .header-logo {
	width: 100%;
	float: none;
}
.header-style3 .header-box {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.header-style3 .king-main-menu-container {
	display: table-cell;
	vertical-align: middle;
}
.header-style3 .desc-sep {
	display: none;
}
.site-header.header-style3 h1,
.site-header.header-style3 h2 {
	color: #333333;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.6em;
}
.site-header.header-style3 h1 a, 
.site-header.header-style3 h2 a {
	color: inherit;
	padding: 0 15px;
	display: block;
	text-decoration: none;
	line-height: inherit;
	float: none;
}
.site-header.header-style3 .blog-description {
	color: #707070;
}
.site-header.header-style3 h1 {
	margin-bottom: 5px;
}
.header-style3 .main-navigation,
.header-style3 .primary-menu-container {
    max-width: 100%;
    display: block;
    float: none;
}
.header-style3 .main-navigation {
    background: #ddd;
}
.header-style3 #searchform {
	width: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
/* Header Search */
.header-search {
	display: table;
	float: right;
	width: 320px;
	max-width: 100%;
	height: 80px;
}
/* Page Featured Image */
.page-featured-img {
	display: block;
	margin: 0 0 50px 0;
}
.has-post-thumbnail .site-content {
	margin-top: 0;
}
/* Frontpage Main Widget Area */
.frontpage-main-widget-area {
	position: relative;
	display: block;
	width: 100%;
}
.frontpage-main-widget-area .widget {
	position: relative;
	padding: 40px 0;
}
.frontpage-main-widget-area .entry-content,
.frontpage-main-widget-area .widget-title {
	position: relative;
	z-index: 9;
}
.frontpage-main-widget-area .widget-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	background-attachment: scroll;
}
/* King Landing Page Widget*/
.js_active .page-template-king-landing-page #main {
	width: 100% !important;
	max-width: 100% !important;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.king-landing-page-template {
	padding-left: 15px;
	padding-right: 15px;
}
.js_active .king-landing-page-template {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}
body.page-template-king-landing-page .site-content .entry-content > .vc_row {
	margin-left: 0;
	margin-right: 0;
}
/* Scroll To Top */
.king-scroll-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
	background: #DE5034;
	border: 1px solid #DE5034;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	opacity: 0.25;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.king-scroll-top:hover {
	opacity: 1;
}
.king-scroll-top span {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	display: block;
}
/* Primary Content Width */
#primary,
#secondary {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
#primary,
#secondary {
	width: 100%;
}
@media only screen and (min-width: 768px) {	
	.header-style2 .nav-menu,
	.header-style3 .nav-menu {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header {
		min-height: 80px;
		line-height: 80px;
		width: 100%;
	}
	.site-header.header-style2 {
		line-height: 45px;
		min-height: auto;
	}
	.site-header.header-style3 {
		line-height: 45px;
		min-height: auto;
	}

	/* Fixed Menu */
	.king-fixed-menu .site-header {
		position: fixed;
		z-index: 9999;
		width: 100%;
		left: 0;
	}
	.boxed.king-fixed-menu .site-header {
		left: auto;
		right: auto;
		max-width: 1170px;
	}
	.king-page-header + #main {
		padding-top: 0 !important;
	}
	/* Transparent Menu */
	.king-fixed-menu .king-transparent-header .site-header,
	.king-fixed-menu .king-transparent-header .header-box {
		background: rgba(0,0,0,0) !important;
		-webkit-transition: background 400ms linear;
		-moz-transition: background 400ms linear;
		transition: background 400ms linear;
	}
	.king-fixed-menu .king-transparent-header .king-sticky-menu {
		background: #303030 !important;
	}
	/* Menu & Logo */
	.header-logo {
		display: inline-block;
	}
	.header-logo-menu .header-logo {
		display: inline-block;
		float: left;
	}
	.primary-menu-container,
	.king-main-menu-container .nav-menu {
		display: inline-block;
		float: right;
	}
	.site-header h1 {
		margin: 0;
		display: block;
		float: left;
	}
	.site-header h2 {
		display: inline-block;
	}
	.king-logo-link {
		float: left;
	}
	.king-logo-img {
		display: block;
		background: rgba(0,0,0,0);
		padding: 10px 0;
		/*height: 80px;*/
	}
	/* Header Layout 2 */
	.header-style2 .primary-menu-container {
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
	}
	/* Header Layout 3 */
	.header-style3 .primary-menu-container {
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
	}
	/* Content Width */
	#primary {
		width: 75%;
	}
	.no-sidebar #primary,
	.page-template-king-full-width #primary,
	.page-template-front-page #primary {
		width: 100%;
	}
	#secondary {
		width: 25%;
	}
}
/**
* Slick SLider
*
*/
.slick-prev:before, .slick-next:before {
	color: #DE5034;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}
/**
* Plugins
*
*/
#wpstats {
	display: block;
	margin: 0 auto 24px;
}
/**
* Media queries
*
* Does the same thing as <meta name="viewport" content="width=device-width">,
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
* the meta tag. See http://core.trac.wordpress.org/ticket/25888.
*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/**
* Print
*
*/
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}