/* @override http://localhost/gusteau/wp-content/themes/gusteau/assets/css/main.css */

/**
 * The main stylesheet for Gusteau.
 *
 * @package Gusteau
 * @author  SunriseThemes
 * @link http://www.sunrisetheme.com
 */
/*--------------------------------------------------------------
	CSS Overview
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 15px; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http: //clagnut.com/blog/348/#c790 */
	overflow-x: hidden;
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http: //www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http: //caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http: //caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background-color: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Georgia', serif;
	font-weight: 400;
	line-height: 1.5em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
th, td {
	padding: 6px;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a {
	color: #232323;
}
a, i {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a,a:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #C95F32;
}
a img {
	border: 0;
}
/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #161616;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #232323;
	font-weight: 400;
	font-family: 'Georgia';
	line-height: 122%;
}
h1 {
	font-size: 46px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h2 {
	font-size: 37px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h3 {
	font-size: 27px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h4 {
	font-size: 22px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h5 {
	font-size:20px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h6 {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
p {
	line-height: 166.666%;
	font-weight: 400;
	margin-bottom: 29px;
}
b,
strong {
	font-weight: 700;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote,
q {
	color: #5f5f5f;
	border-left: 5px #c95f32 solid;
	margin-bottom: 20px;
	margin-left: 35px;
	padding-left: 22px ! important;
	padding-right: 100px;
	position: relative;
	font-size: 120%;
	font-weight: 400;
	line-height: 172.2222%;
}
blockquote *,
q * {
	font-style: italic;
	color: #5f5f5f;
	line-height: 172.2222%;
	padding-left: 12px;
}
blockquote p:before {
	color: #c4c4c4;
	content: "“";
	font-size: 255.5555%;
	font-weight: thin;
	line-height: 1em;
	position: absolute;
	transform: translate(-32px, 0);
	-webkit-transform: translate(-32px, 0);
	-moz-transform: translate(-32px, 0);
	-ms-transform: translate(-32px, 0);
	-o-transform: translate(-32px, 0);
}
blockquote p:after {
	color: #c4c4c4;
	content: '”';
	display: inline-block;
	font-size: 300.6667%;
	font-weight: thin;
	line-height: 0;
	position: absolute;
	bottom: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 100%;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}
code,
kbd,
tt,
var {
	font: 110% Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #c95f32;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ol {
	margin: 0 0 1.5em 2.4em;
}
ul {
	list-style: disc outside none;
	padding-left: 15px;
}
ol {
	list-style: decimal outside none;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 2em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	border: 0;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-main-content-innerors: none;
	-moz-border-top-colors: none;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 15px;
	margin-top: 5px;
}
::selection {
	background: #c95f32; /* Safari */
	color: #FFF;
}
::-moz-selection {
	background: #c95f32; /* Firefox */
	color: #FFF;
}

/* List ul
---------------------------- */
.boom-list {
	margin: 0;
}
.boom-list li {
	margin-bottom: 10px;
	list-style: none;
}
.boom-list li i.awesome-circle {
	font-size: 50%;
}
.ordered-list li {
	list-style: inside decimal;
}

.list-style1 ul li {
	color: #959595;
	font-size: 87.5%;
	margin-left: 15px;
	margin-bottom: 12px;
	position: relative;
	width: auto;
}
.list-style1 ul li > * {
	color: #959595;
}
.list-style1 ul li:hover,
.list-style1 ul li:hover > * {
	color: #252525;
}
.list-style1 ul li a {
	position: relative;
}
.list-style1 ul li a:hover {
	text-decoration: underline;
}

/* Radio Style
---------------------------- */
.regular-radio {
	display: none;
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 0 9px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index: 0;
	display: inline-block;
	display: inline;
	zoom: 1;
	position: relative;
	margin-right: 5px;
}
.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index: 0;
	position: absolute;
	top: 4px;
	background: #7cbe31;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 4px;
	font-size: 228%;
}
.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 0;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 0;
}

/* checkbox Style
---------------------------- */
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-webkit-position: relative;
	z-index: 0;
	color: #99a1a7;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 100%;
	position: absolute;
	top: -3px;
	left: 2px;
	color: #7cbe31;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	-webkit-appearance: none;
    border-radius: 0;
	font-family: 'Georgia', sans-serif;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #464646 none repeat scroll 0 0;
	-webkit-appearance: none;
    border-radius: 0;
	color: #fff;
	font-family: "Georgia",sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 53px;
	padding: 0px 25px;
	cursor: pointer;
	border: none !important;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #252525;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	-webkit-appearance: none;
    border-radius: 0;
}
input[type="search"]: : -webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px #ededed solid;
	border-radius: 0;
	-webkit-appearance: none;
	height: 60px;
	padding: 10px;
	max-width: 400px;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #c95f32;
}
textarea {
	padding: 10px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height: auto;
}
select {
	border: 1px solid #ededed;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
select::-ms-expand {
	display: none;
}

/*--------------------------------------------------------------
		Default CSS
--------------------------------------------------------------*/
.clear {
	clear: both;
}
.full-screen {
	height: 100vh;
}
.textup {
	text-transform: uppercase;
}
.searchform .form-group {
	display: inline-block;
	position: relative;
	width: 100%;
}
.searchform .form-group > * {
	color: #b8b8b8;
}
.searchform .form-group input {
	width: 100%;
	border: 0;
}
.search-no-results .searchform .form-group input {
	border: 1px solid #ededed;
}
.search-no-results .searchform {
	margin-top: 40px;
}
.container {
	max-width: 1170px;
	margin: auto;
}
.container > div:after{
	content: ' ';
	clear: both;
	display: table;
}

/*--------------------------------------------------------------
	WordPress Recommended Classes
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: inline;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-style: oblique;
	font-size: 85%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 100%;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.gallery-caption {
	color: #ccc;
}
.bypostauthor {
	/*color: #ccc;*/
}
.sticky {
	z-index: 100;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.content-img-1-4,
.content-img-1-3,
.content-img-1-2 {
	text-align: center;
	margin: 60px 0;
	overflow: hidden;
}
.content-img-1-4 img , 
.content-img-1-4 img , 
.content-img-1-4 img {
	width: auto;
	height: auto;
	display: inline-block;
	margin-bottom: 30px;
}
.content-img-1-4 > *, 
.content-img-1-3 > *, 
.content-img-1-2 > * {
	display: block;
	float:left;
	overflow: hidden;
	text-align: center;
}
.content-img-1-4 > * {
	width: 25%;
}
.content-img-1-3 > * {
	width: 33.33%;
}
.content-img-1-2 > * {
	width: 50%;
}
/*--------------------------------------------------------------
	Gusteau
--------------------------------------------------------------*/
.k2t-wrap {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}
.k2t-wrap:before,
.k2t-wrap:after,
.k2t-row:before,
.k2t-row:after,
.cl:before,
.cl:after {
	display: table;
	content: "";
}
.k2t-wrap:after,
.k2t-row:after,
.cl:after {
	clear: both;
}
.k2t-row {
	margin: 0 -15px;
}
.k2t-row [class*="col-"] {
	float: left;
	position: relative;
	padding: 0 15px;
	min-height: .1px;
}
.col-1  { width: 8.33333%; }
.col-2  { width: 16.6667%; }
.col-3  { width: 25%;      }
.col-4  { width: 33.3333%; }
.col-5  { width: 41.6667%; }
.col-6  { width: 50%;      }
.col-7  { width: 58.3333%; }
.col-8  { width: 66.6667%; }
.col-9  { width: 75%;      }
.col-10 { width: 83.3333%; }
.col-11 { width: 91.6667%; }
.col-12 { width: 100%;     }

.vc_row.Default {
	max-width: 1170px;
	margin: 0 auto;
}
.vc-row.stretch_row {
	width: 100%;
}
.stretch_row .container {
	max-width: 1170px !important;
}
.vc-row.stretch_row_content {
	width: 100%;
}
.stretch_row_content .vc_row {
	margin-left: 0;
	margin-right: 0;
}
.stretch_row_content_no_spaces .container{
	max-width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.k2t-header {
	background-color: rgb(0,0,0);
}
.k2t-header.fixed {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
}
.k2t-header.fixed > div {
	background: none;
}
.k2t-header.full .k2t-wrap {
	max-width: 100%;
	padding: 0 20px;
}
.k2t-header .k2t-wrap .k2t-row {
	position: relative;
}
.k2t-header .k2t-row [class*="col-"] {
	position: initial;
}
.k2t-header .k2t-row > [class*="col-"]: nth-child(2) {
	text-align: center;
}
.k2t-header .k2t-row > [class*="col-"]:last-child {
	text-align: right;
}
.k2t-header .k2t-row [class*="col-"].left {
	text-align: left;
}
.k2t-header .k2t-row [class*="col-"] .h-element {
	margin-left: 0px;
}
.k2t-header .k2t-row [class*="col-"].center {
	text-align: center;
}
.k2t-header .k2t-row [class*="col-"].center .h-element {
	margin-left: 12px;
	margin-right: 12px;
}
.k2t-header .k2t-row [class*="col-"].right {
	text-align: right;
}
.k2t-header .k2t-row [class*="col-"] .h-element.k2t-menu,
.k2t-header .k2t-row [class*="col-"] .h-element.k2t-logo {
	margin-left: 0;
	margin-right: 0;
}
.k2t-header p {
	margin-bottom: 0;
}
.h-element .k2t-logo {
	display: block;
	line-height: 80px;
}
.admin-bar .k2t-header.fixed {
	margin-top: 32px;
}
.menu-toggle {
	display: none;
}
.h-element {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -o-inline-flex;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.h-element * {
	line-height: 1.5em;
}
.h-element i {
	color: #fff;
}
.admin-bar .sticky {
	margin-top: 32px;
}
.k2t-header .sticky {
	background-color: #000;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.k2t-header-m {
	display: none;
}

.k2t-header .sticky .k2t-menu li ul {
	top: 80px;
}
.k2t-header .sticky .k2t-menu li ul li ul {
	top: -1px;
}
.k2t-header .sticky .k2t-logo img {
	max-height: 44px;
}

/*--------------------------------------------------------------
	Header - Login
--------------------------------------------------------------*/
.custom-login {
	position: relative;
}
.custom-login .login-from {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	font-size: 80%;
	left: 0;
	opacity: 0;
	padding: 30px 20px 25px;
	position: absolute;
	top: 100px;
	visibility: hidden;
	width: 270px;
	z-index: 100;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.custom-login:hover .login-from {
	opacity: 1;
	visibility: visible;
	left: -26px;
}
.custom-login .login-from .wp-custom-login {
	position: relative;
}
.custom-login .login-from .ajax-login-register-login-container {
	display: inline-block;
	width: 100%;
}
.custom-login .login-from .form-wrapper {
	margin-bottom: 0;
}
.custom-login .login-from .ajax-login-default-form-container .noon {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.custom-login .login-from .ajax-login-default-form-container .form-wrapper > div:nth-child(4) {
	position: inherit;
}
.custom-login .login-from input[type="text"], 
.custom-login .login-from input[type="password"] {
	border-color: #ebebeb;
	color: #cccccc;
	font-family: pt serif;
	font-style: italic;
	padding: 0 10px;
	width: 100%;
	letter-spacing: unset;
}
.custom-login .login-from .ajax-login-default-form-container .noon label:after {
	content: "\e08e";
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: Simple-Line-Icons;
	font-size: 90%;
	color: #cccccc;
}
.custom-login .login-from .ajax-login-default-form-container .form-wrapper > div:nth-child(2) label:after {
	content: "\e005";
}
.custom-login .login-from label {
	color: transparent;
	height: 0;
	margin: 0;
}
.custom-login .login-from .not-a-member-handle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px dashed #bdb099;
    bottom: 5px;
    color: #bdb099;
    display: inline-block;
    font-size: 80%;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 25px;
    position: absolute;
    text-transform: uppercase;
}
.custom-login .login-from .not-a-member-handle:hover {
	background: #bdb099;
	color: #fff;
}
.custom-login .login-from .ajax-login-default-form-container input[type="submit"],
.ajax-login-default-form-container input[type="submit"] {
	background: #bdb099 none repeat scroll 0 0;
	border-width: 0;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 35px;
	text-shadow: none;
	text-transform: uppercase;
	margin-top: 0;
	cursor: pointer;
}
.custom-login .login-from .ajax-login-default-form-container input[type="submit"]:hover,
.ajax-login-default-form-container input[type="submit"]:hover {
	background: #252525;
	color: #fff;
	cursor: pointer;
}
.custom-login .login-from .ajax-login-default-form-container .button-container {
	float: right;
	width: auto;
	margin-top: 20px;
}
.custom-login .login-from .ajax-login-default-form-container .error-container,
.ui-dialog .ajax-login-default-form-container .error-container {
	width: 100%;
}
.login-from .wp-social-login-widget {
	clear: both;
	display: block;
	margin-top: 20px;
}
.wp-social-login-connect-with {
	font-size: 85%;
	text-transform: uppercase;
	font-family: "Montserrat";
	color: #959595;
}
.wp-social-login-provider-list {
	padding: 0;
	margin-top: 5px;
}
.wp-social-login-provider-list .wp-social-login-provider:after {
	font-family: FontAwesome;
	color: #959595;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
	padding: 10px;
}
.wp-social-login-provider-list .wp-social-login-provider:first-child:after {
	padding-left: 0
}
.wp-social-login-provider-list .wp-social-login-provider:hover:after {
	color: #bdb099;
}
.wp-social-login-provider-list .wp-social-login-provider-facebook:after {
	content: "\f09a";
}
.wp-social-login-provider-list .wp-social-login-provider-google:after {
	content: "\f0d5";
}
.wp-social-login-provider-list .wp-social-login-provider-twitter:after {
	content: "\f099";
}
.wp-social-login-provider-list .wp-social-login-provider img {
	display: none;
}
	/* Register form */
.ui-dialog {
	position: absolute;
	top: 50px !important;
}
.ui-dialog-title {
	display: inline-block;
	margin-top: 7px;
}
.ajax-login-default-form-container input[type="submit"] {
	opacity: 1 !important;
}
.ajax-login-default-form-container input[type="submit"]:hover {
	cursor: pointer !important;
}
	/* WPML List */
.login-language {
	float: right;
    height: 0;
    position: relative;
    top: -30px;
}
.login-language .open-language {
	font-size: 150%;
}
.login-language .language-list {
	left: 0px;
    opacity: 0;
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 13px 20px 16px;
    width: 170px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.login-language:hover .language-list {
	opacity: 1;
	left: 40px;
}
.login-language .language-list #lang_sel_list {
	height: auto;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical {
	width: auto;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical ul {
	border-top: 0;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical li {
	width: 100%;
	border-bottom: 1px dashed #959595;
	padding-bottom: 10px !important;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical li:last-child {
	border-bottom: 0;
	padding-bottom: 0 !important;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical ul a, 
.login-language .language-list #lang_sel_list_list ul a:visited {
	border: 0;
	background: transparent;
    color: #959595;
    font-size: 80%;
    padding: 0;
    text-transform: uppercase;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical li:hover {
	border-bottom-color: #252525;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical ul li:hover > a, 
.login-language .language-list #lang_sel_list_list ul li:hover > a:visited {
	color: #252525;
}

/*--------------------------------------------------------------
	Header - Search box
--------------------------------------------------------------*/
.k2t-searchbox {
	background: rgba(0, 0, 0, .93);
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
.k2t-searchbox.active {
	opacity: 1;
	visibility: visible;
}
.k2t-searchbox form {
	left: 50%;
	position: absolute;
	top: 45%;
	opacity: 0;
	visibility: hidden;
	z-index: 10000;
	width: 680px;
	margin-left: -340px;
	margin-top: -29px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:    all .5s ease-in-out;
	transition:         all .5s ease-in-out;
}
.k2t-searchbox.active form {
	top: 50%;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: all .3s ease-in-out;
	-moz-transition-delay:    all .3s ease-in-out;
	transition-delay:         all .3s ease-in-out;
}
.k2t-searchbox input[type="text"] {
	height: auto;
	padding: 6px 15px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	text-align: left;
	background: none;
	color: #999;
	font-size: 250%;
	padding: 0 40px 0 0;
	font-weight: 400;
	height: 53px;
	max-width: 100%;
}
.k2t-searchbox input[type="text"]:focus {
	color: #fff;
}
.k2t-searchbox button {
	position: absolute;
	right: 0;
}
.k2t-searchbox #searchsubmit {
	background: none;
	font-size: 178%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
}
.k2t-searchbox #searchsubmit:hover {
	color: #bdb099;
}
.search-box {
	cursor: pointer;
}

.k2t-right-m .search-box {
	color: #767676;
}
.k2t-right-m .search-box:hover {
	color: #c95f32;
}
/*--------------------------------------------------------------
	Header - Top
--------------------------------------------------------------*/
.k2t-header-top {
	background: transparent;
	border-bottom: 1px #34343f solid;
	color: #fff;
	font-size: 86.6666%;
	font-weight: 400;
}
.k2t-header-top .h-element,
.k2t-header-top .h-element .shop-cart {
	line-height: 44px;
}
.k2t-header-top .h-element i {
	color: #fff;
}
.k2t-header-top .element-editor,
.k2t-header-top p {
	padding: 0;
	line-height: 45px;
}
.k2t-header-top,
.k2t-header-top .k2t-menu li a,
.k2t-header-top a:hover {
	color: #fff;
}
.k2t-header-top ul.k2t-top-info li {
	display: inline-block;
	list-style: none;
	margin-right: 25px;
}
.k2t-header-top ul.k2t-top-info li  * {
	color: #fff !important;
}
.k2t-header-top ul.k2t-top-info li i {
	margin-right: 4px;
}

.k2t-header-top .k2t-row div:last-child .h-element {
	border-right: 1px #34343f solid;
}
.k2t-header-top .k2t-row div:last-child .h-element:last-child{
	border: none;
}
.k2t-header-top .social li a {
	background: transparent;
}
.k2t-header-top .social li a i {
	font-size: 100%;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-header-top .h-element a i:hover {
	color: #c95f32;
}
.k2t-header-top .social li:last-child {
	margin-right: 33px;
}
.k2t-header-top .element-editor,
.k2t-header-top .search-box,
.k2t-header-bot .element-editor,
.k2t-header-bot .search-box {
	padding: 0;
}
.k2t-header-top .social {
	font-size: 115.384%;
}
.k2t-header-top .social li a,
.k2t-header-bot .social li a {
	padding: 8px 0;
}
.k2t-header-top .search-box form,
.k2t-header-bot .search-box form {
	top: 49px;
}
.shop-cart:hover a i {
	color: #c95f32;
}
.k2t-header-top .shop-cart {
	margin: 0 16px;
}
.k2t-header-top .shop-cart .cart-control span {
	background: #fff;
	color: #000000;
	font-size: 10px;
	top: -8px;
	right: -10px;
}
.k2t-header-top .widget ul li a,
.k2t-header-top .widget ul li.recentcomments {
	border-color: #241b18;
}
.k2t-header-top .k2t-logo img,
.k2t-header-bot .k2t-logo img {
	max-height: 46px;
}
.k2t-header-top .wpml {
	list-style: none;
	padding-right: 15px;
}
.k2t-header-top .wpml:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.k2t-header-top .wpml:hover:after {
	color: #c95f32;
}
.k2t-header-top .wpml li a {
	color: #fff !important;
	transition:         all 0.3s ease-in-out 0s;
	-moz-transition:    all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-header-top .wpml li:hover > a {
	color: #C95F32 !important;
	transition:         all 0.3s ease-in-out 0s;
	-moz-transition:    all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-header-top .wpml li {
	line-height: 41.5px;
	padding-left: 16px;
	position: relative;
}
.k2t-header-top .wpml li ul {
	background-color: #151515;
	list-style: none;
	margin: 0;
	opacity: 0;
	width: 100px;
	left: -30px;
	position: absolute;
	z-index: 0;
	transition:         all 0.3s ease-in-out 0s;
	-moz-transition:    all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-header-top .wpml li ul li {
	text-align: center;
	padding: 0;
}
.k2t-header-top .wpml li:hover ul {
	opacity: 1;
	z-index: 999;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition:    all 0.3s ease-in-out 0s;
	transition:         all 0.3s ease-in-out 0s;
}
/*--------------------------------------------------------------
	Header - Middle
--------------------------------------------------------------*/
#main-nav {
	float: right;
}
.k2t-header-mid .k2t-menu {
	z-index: 9000;
}
.k2t-header-mid .k2t-menu > li {
	float: left;
	list-style: none;
	position: relative;
	margin-left: 1px;
	overflow: hidden;
}
.k2t-header-mid .k2t-menu > li:hover {
	overflow: inherit;
}
.k2t-header-mid .k2t-menu > li > a {
	display: block;
	padding-right: 35px;
	font-size: 86.6666%;
	font-weight: 400;
	line-height: 80px;
	color: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header-mid .k2t-menu > li:last-child > a {
	padding-right: 0;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice {
	border: 1px solid #bdb099;
	display: inline-block;
	left: 50%;
	line-height: 16px;
	margin-left: -12px;
	padding-bottom: 1px;
	position: absolute;
	top: 11px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:after, .k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:before {
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:after {
	border-top-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:before {
	border-color: rgba(189, 176, 153, 0);
	border-top-color: #bdb099;
	border-width: 5px;
	margin-left: -5px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice.notice-icon i {
	font-size: 10px;
	margin: 0 6px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice.notice-text {
	font-size: 7px;
	padding: 3px 4px;
}
.k2t-header-mid .k2t-menu > li a i {
	margin-right: 5px;
}
.k2t-header-mid .k2t-menu > li a .caret {
	margin-left: 5px;
}
.k2t-header-mid .k2t-menu > li:hover > a,
.k2t-header-mid .k2t-menu > li > a:hover,
.k2t-header-mid .k2t-menu > li.current-menu-item > a,
.k2t-header-mid .k2t-menu > li.current-menu-parent > a,
.k2t-header-mid .k2t-menu > li.current-menu-ancestor > a {
	color: #c95f32;
}
/* Sub Menu */
.k2t-header-mid .k2t-menu li ul {
	background-color: #f7f5f6;
	border-top: 2px solid #c95f32;
	margin: 0; 
	opacity: 0;
	position: absolute;
	left: -50px;
	top: 80px;
	width: 200px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header-mid .k2t-menu .sub-menu {
	font-size: 13px !important
}
.k2t-header-mid .k2t-menu .sub-menu li a {
	border-bottom: 1px solid #e1e0e1;
	color: #333333;
	min-height: 40px;
    padding: 10px 15px 10px 10px !important;
	text-transform: uppercase;
}
.k2t-header-mid .k2t-menu .sub-menu li.menu-item-has-children:after {
	content: '\f054';
	color: #333;
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 5px;
	font-size: 10px !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.k2t-header-mid .k2t-menu .sub-menu li.menu-item-has-children:hover:after{
	content: '\f054';
	color: #c95f32;
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 5px;
	font-size: 10px !important;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
} 
.k2t-header-mid .k2t-menu li:hover > ul {
	opacity: 1;
	left: -20px;
	top: 80px;
	z-index: 888;
}
.k2t-header-mid .k2t-menu > li ul li {
	list-style: none;
	position: relative;
	height: 0;
}
.k2t-header-mid .k2t-menu > li:hover ul li {
	height: 100%;
}
.k2t-header-mid .k2t-menu li ul {
	padding-left: 0;
}
.k2t-header-mid .k2t-menu li ul li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	font-size: 87.5%;
	font-weight: 400;
	overflow: hidden;
	font-family: "Georgia"
}
.k2t-header-mid .k2t-menu li ul li a span {
	border-bottom: 2px solid transparent;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header-mid .k2t-menu li ul > li:hover > a span,
.k2t-header-mid .k2t-menu li ul > li.current-menu-item > a span,
.k2t-header-mid .k2t-menu li ul > li.current-menu-ancestor > a span {
	color: #c95f32;
}
.k2t-header-mid .k2t-menu li:hover > ul li ul {
	left: 100%;
	top: -1px;
}
.k2t-header-mid .element-editor {
	font-size: 85%;
}
.k2t-header-mid .search-box {
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}
.k2t-header-mid .search-box:hover {
	cursor: pointer;
	color: #bdb099;
}
.k2t-header-mid .social li a {
	padding: 0;
}
.k2t-header-mid .social li a:hover {
	color: #c95f32;
}
.k2t-header-mid .shop-cart .cart-control span {
	top: -5px;
}
.k2t-header-mid .shop-cart .shop-item {
	top: 100px;
}
.k2t-header-mid .search-box form {
	top: 101px;
}
.k2t-header-mid .k2t-logo img {
	max-height: 45px;
}
/* mega menu */
.k2t-header .k2t-menu li.k2t-megamenu {
	position: static;
}
.k2t-header .k2t-menu .mega-container {
	background-color: #050504;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header .k2t-menu .k2t-megamenu:hover .mega-container,
.k2t-header .k2t-menu .k2t-megamenu:hover .mega-container ul {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
.k2t-header .k2t-menu .mega-container ul {
	visibility: hidden;
	opacity: 1;
	position: static;
	margin: 0;
	border: 0;
	overflow: hidden;
	font-size: 85%;
	background: none;
	padding: 0;
}
.k2t-header .k2t-menu .mega-container > ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	visibility: hidden;
	padding: 40px 0 30px;
}
.k2t-header .k2t-menu .mega-container > ul > li {
	max-width: 257px;
	display: table-cell;
	vertical-align: top;
	border-top: 0;
	border-right: 1px solid #252525;
}
.k2t-header .k2t-menu .mega-container > ul > li:last-child {
	border-right: 0;
}
.k2t-header .k2t-menu .mega-container > ul > li > * {
	margin: 0 15%;
}
.k2t-header .k2t-menu .mega-container > ul > li > a {
	border: 0;
	color: #fff;
	padding: 0 0 10px;
	font-size: 16px;
	text-transform: uppercase;
} 
.k2t-header .k2t-menu .mega-container > ul > li > a:hover {
	color: #c95f32;
}
.k2t-header .k2t-menu .mega-container .k2t-megamenu-submenu > a {
    color: #fff;
    font-size: 115%;
    font-weight: 400;
    padding: 0 0 12px;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu {
	margin-top: 5px;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu li a {
	padding-left: 0 !important;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu a span {
	color: #999999;
	font-size: 13px;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu li a {
	border: none;
	text-transform: inherit;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu li:hover a span {
	color: #c95f32;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu li{
	padding-left: 0!important;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu li:hover {
	padding-left: 25px !important;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
/*--------------------------------------------------------------
	Header - Bottom
--------------------------------------------------------------*/
.k2t-header-bot {
	background: #fff;
	font-size: 85%;
}
.k2t-header-bot,
.k2t-header-bot a:hover {
	color: #767676;
}
.k2t-header-top .k2t-menu li,
.k2t-header-bot .k2t-menu li {
	float: left;
	position: relative;
	list-style: none;
}
.k2t-header-bot .k2t-menu li a {
	display: block;
	padding: 40px 20px;
	color: #767676;
}
.k2t-header-bot .k2t-menu li > a:hover,
.k2t-header-bot .k2t-menu li.active > a,
.k2t-header-mid .k2t-menu li > a.current {
	color: #c95f32;
}
.k2t-header-bot .k2t-menu > li.children > a:before,
.k2t-header-bot .k2t-menu > li.children > a:after {
	background: #ccc;
	content: "";
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 7px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-header-bot .k2t-menu > li.children > a:before,
.k2t-header-bot .k2t-menu > li.children > a:hover:after {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}
.k2t-header-bot .k2t-menu > li.children > a:after,
.k2t-header-bot .k2t-menu > li.children > a:hover:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
}
.k2t-header-bot .k2t-menu > li.children > a:before {
	right: 7px;
}
.k2t-header-bot .k2t-menu > li.children > a:after {
	right: 3px;
}
.k2t-header-bot .k2t-menu > li.children > a:hover:before,
.k2t-header-bot .k2t-menu > li.children > a:hover:after {
	right: 3px;
	width: 11px;
	background-color: #c95f32;
}
.k2t-header-bot .k2t-menu li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 210px;
	background: #fafafa;
	border: 1px solid #ededed;
	left: 50%;
	margin-left: -145px;
	z-index: 100;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header-top .k2t-menu li:hover > ul,
.k2t-header-bot .k2t-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.k2t-header-bot .k2t-menu > li:hover > ul {
	margin-left: -105px;
}
.k2t-header-bot .k2t-menu ul li {
	display: inline-block;
	width: 100%;
}
.k2t-header-bot .k2t-menu ul li a {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #efefef;
	font-weight: 400;
	font-size: 85%;
}
.k2t-header-bot .k2t-menu ul li:last-child > a {
	border: 0;
}
.k2t-header-bot .k2t-menu ul li.children > a:after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	top: 10px;
	right: 15px;
}
.k2t-header-bot .k2t-menu ul ul {
	top: -1px;
	left: 208px;
	left: 207px\9;
	margin: 0;
}
.k2t-header-bot .k2t-menu .menu-rtl > ul {
	left: -210px;
}
.k2t-header-bot .k2t-menu > li > a {
	text-transform: none;
	font-weight: 500;
	position: relative;
}
.k2t-header-bot .k2t-menu li a {
	padding: 12px 20px;
	font-size: 90%;
}
.k2t-header-bot a,
.k2t-header-bot .social li a:hover {
	color: #c95f32;
}
.k2t-header-bot .k2t-menu li .sub-menu a.has-icon i {
	margin-top: -8px;
}
.k2t-header-bot .k2t-menu li .sub-menu a.has-icon span.k2t-title-menu {
	margin-left: -9px;
}
.k2t-header-bot .k2t-menu > li a.has-icon {
	padding-left: 35px;
}
.k2t-header-bot .k2t-menu > li a span.k2t-title-menu {
	margin-left: 0;
}
.k2t-header-bot .k2t-menu > li a i {
	position: absolute;
	top: 50%;
	left: 12px;
	font-size: 110%;
	margin-top: -7px;
}
.k2t-header-bot .k2t-menu li ul {
	top: 50px;
}
.k2t-header-bot .k2t-menu li ul ul {
	top: -1px;
}
.k2t-header-bot.sticky {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
	-moz-box-shadow:    0 0 10px rgba(0, 0, 0, .07);
	-ms-box-shadow:     0 0 10px rgba(0, 0, 0, .07);
	box-shadow:         0 0 10px rgba(0, 0, 0, .07);
}

/* --------------------- Mobile menu -------------------------*/
.mobile-menu-wrap{
	visibility: hidden;
	opacity:0;
	position:fixed;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	z-index: 100000;
	background:#000;
	transform: translate3d(-100%,0,0);
	-webkit-transform: translate3d(-100%,0,0);
	transition: top .4s ease .4s, transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
	-webkit-transition: top .4s ease .4s, -webkit-transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
}
.mobile .mobile-menu-wrap{
	opacity:1;
}
.admin-bar .mobile-menu-wrap{
	top:46px;
}
.enable-mobile-menu .mobile-menu-wrap{
	visibility: visible;
	opacity:1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transition: top .4s, transform .4s ease, opacity .4s ease, visibility 0s ease;
	-webkit-transition: top .4s, -webkit-transform .4s ease, opacity .4s ease, visibility 0s ease;
}
.enable-mobile-menu .mobile-menu-wrap.dark-div {
	background-color: black;
}
.enable-mobile-menu.scroll-mobile-menu .mobile-menu-wrap{
	top:0;
}
.mobile-menu{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	overflow:auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	position:absolute;
	top:43px;
	bottom:0;
	left:0;
	right:0;
	z-index:9999;
}
.enable-mobile-menu .k2t-header {
	height: auto!important;
}
.enable-mobile-menu .above-header-menu {
	display: none;
}
.pc .mobile-menu{
	opacity:0;
	transform: translate3d(-30%,0,0);
	-webkit-transform: translate3d(-30%,0,0);
	transition: all .4s ease .25s;
	-webkit-transition: all .4s ease .25s;
}
.pc.enable-mobile-menu .mobile-menu{
	opacity:1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.mobile-menu li{
	list-style:none;
	padding:0;
	margin:0;
}
.mobile-menu li a, .mobile-menu-wrap .mobile-menu-toggle{
	display:block;
	border-bottom: solid 1px #444;
	border-bottom: solid 1px rgba(255,255,255,.2);
	padding: 0 20px;
	min-height: 43px;
	line-height:43px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu > li > a{
	font-size:16px;
}
.mobile-menu .sub-menu{
	padding: 0;
}
.mobile-menu .sub-menu li a{
	padding-left:40px;
}
.mobile-menu .sub-menu .sub-menu li a{
	padding-left:60px;
}
.mobile-menu-wrap .mobile-menu-toggle{
	text-align:center;
	font-size:25px;
	background: rgba(255, 255, 255, .5);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu li a:hover, .mobile-menu-wrap .mobile-menu-toggle:hover{
	background: rgba(255, 255, 255, 1);
	color: #252525;
}
.mobile-menu li ul {
	margin-left: 0;
}
/*--------------------------------------------------------------
	Title bar & breadcrumb
--------------------------------------------------------------*/
.k2t-title-bar {
	position: relative;
}
.k2t-title-bar.justify {
	text-align: justify;
}
.k2t-title-bar.center {
	text-align: center;
}
.k2t-title-bar .mask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
}
.k2t-title-bar .mask.colors {
	background-color: #000;
}
.k2t-title-bar .mask.pattern {
	background-image: url('../img/pattern/dot.png');
	background-repeat: repeat;
}
.k2t-title-bar .k2t-wrap.breadcrumb {
	padding: 0 20px 15px;
}
.k2t-title-bar .k2t-titlebar-thumb {
	width: 80px;
	height: 80px;
	background-color: #605ca8;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
	color: transparent;
}
.k2t-title-bar .main-title {
	margin-bottom: 18px;
	color: #252525;
}
.k2t-title-bar .main-excerpt p {
	margin-bottom: 17px;
}
.k2t-title-bar .header-divider {
	display: inline-block;
}
.k2t-breadcrumbs {
	list-style: none;
	padding: 0;
}
.k2t-breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	font-weight: 400;
	color: #6D6D6D;
}
.k2t-breadcrumbs li:before {
	content: "\f178";
	font-family: FontAwesome;
	margin-right: 10px;
}
.k2t-breadcrumbs li:first-child:before {
	display: none;
}
.k2t-breadcrumbs li.current {
	font-weight: 600;
}
.k2t-breadcrumbs a {
	display: inline-block;
	line-height: 1;
	color: #6D6D6D;
}
.k2t-breadcrumbs a:hover {
	color: #c95f32;
}
/* title bar search */
.k2t-title-bar .form-group {
	background: transparent;
}
.k2t-title-bar .searchform{
	text-align: center;
}
.k2t-title-bar .searchform input,
.k2t-title-bar .searchform button {
	float: left;
} 
.k2t-title-bar .searchform .form-group{
	max-width: 570px;
	width: 100%;
	display: inline-block;
}
.k2t-title-bar .searchform #s {
	border: none;
	background-color: #fff;
	font-size: 100%;
	font-style: italic;
	font-family: 'Georgia';
	height: 60px;
	padding-left: 27px;
	max-width: 400px;
}

.k2t-title-bar .searchform #s:focus {
	border: 1px solid #c95f32;
	outline: none;
}
.k2t-title-bar .searchform #searchsubmit {
	background-color: #c95f32;
	color: #fff;
	font-size: 87.5%;
	float:left;
	height: 60px;
	padding: 0 41px;	
	text-align:center;
}

/*--------------------------------------------------------------
	Content
--------------------------------------------------------------*/
.boxed .k2t-container {
	max-width: 1170px;
	margin: auto;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:    0 0 10px rgba(0, 0, 0, .2);
	-ms-box-shadow:     0 0 10px rgba(0, 0, 0, .2);
	box-shadow:         0 0 10px rgba(0, 0, 0, .2);
}
.boxed .k2t-container .k2t-wrap {
	padding: 0 15px;
}
.k2t-body {
	overflow: hidden;
	clear: both;
}
.k2t-blog {
	padding-bottom: 65px;
}
.k2t-content {
	padding-top: 30px
}
.k2t-content:before,
.k2t-content:after {
	content: "";
	display: table;
}
.k2t-content:after {
	clear: both;
}
.no-sidebar .k2t-main,
.no-sidebar .container {
	max-width: 100%;
}
.no-sidebar .k2t-main,
.no-sidebar .k2t-blog {
	width: 100% !important;
/*	padding-top: 20px;
*/}
.single .no-sidebar .k2t-blog {
	margin: 0 auto;
	float: none
}
.right-sidebar .k2t-blog,
.left-sidebar .k2t-blog,
.right-sidebar .k2t-main,
.left-sidebar .k2t-main {
	width: 67%;
	padding-top: 20px;
}
.right-sidebar .k2t-blog {
	padding-right: 9px;
}
.search .k2t-main,
.single .k2t-blog > *,
.page-template-default .k2t-content .page-entry > *:not(.vc_row) {
}
.tax-portfolio-category .right-sidebar .k2t-blog > *,
.tax-portfolio-category .left-sidebar .k2t-blog > *,
.tax-portfolio-category .right-sidebar .k2t-main > *,
.tax-portfolio-category .left-sidebar .k2t-main > * {
	padding-left: 0px;
	padding-right: 0px;
}
.k2t-sidebar {
	padding-top: 20px;
	padding-left: 30px;
}
.right-sidebar .k2t-blog,
.two-sidebars .k2t-blog,
.two-sidebars .k2t-btc,
.right-sidebar .k2t-main,
.left-sidebar .k2t-main,
.k2t-sidebar,
.k2t-sidebar-sub,
.k2t-blog,
.k2t-main {
	float: left;
}
.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	float: right;
}
.left-sidebar .k2t-main,
.no-sidebar .k2t-main {
	padding-right: 0;
}
.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	position: relative;
	left: -1px;
}
.right-sidebar .k2t-sidebar {
	padding-left: 21px;
}
.two-sidebars .k2t-blog,
.two-sidebars .k2t-btc {
	width: 80%;
}
.k2t-sidebar-sub,
.two-sidebars .k2t-sidebar {
	width: 20% !important;
}
.k2t-sidebar-sub {
	padding-right: 20px;
}
.two-sidebars .k2t-sidebar {
	padding-left: 20px;
}
.fullsc > * {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

/*--------------------------------------------------------------
	Blog layout
--------------------------------------------------------------*/
.post-item {
	position: relative;
	margin: 0 0 30px;
	display: inline-block;
/*	max-width: 100%;*/
	width: 100%;
}
.post-item:last-child {
	margin-bottom: 0 !important;
}
.post-item .flx-entry-thumb {
	margin-bottom: 20px;
	position: relative;
}
.post-item .flx-entry-thumb .mask,
.post-item .post-thumb .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.post-item .flx-entry-thumb:hover .mask,
.post-item .post-thumb:hover .mask {
	opacity: 1;
}
.post-item .flx-entry-thumb a img {
	display: block;
	width: 100%;
}
.post-item .entry-content {
	margin-top: 10px
}
.post-item .entry-content.grid p {
	min-height: 100px;
}
.post-item .entry-content .more-link {
	margin-top: 30px;
	text-transform: uppercase;
	background: #bdb099;
}
.post-item .entry-content .more-link:hover {
	background: #252525;
}
.post-item .entry-title a,
.entry-box .entry-title a {
	margin: 0;
	color: #252525;
}
.post-item .entry-title a:hover,
.entry-box .entry-title a:hover {
	color: #C95F32;
}
.post-meta-left, .post-meta-right {
	display: inline-block;
}
.post-meta-right {
	float: right;
}
.post-item header span,
.entry-box header span {
	font-size: 87.5%;
	color: #161616;
}
.entry-comment {
	margin-left: 10px
}
.post-item header span a,
.entry-box header span a {
	color: #161616;
}

.post-item .quote-wrapper {
	background-repeat: no-repeat;
	padding: 20px 0 0 30px;
}
.post-item .quote-wrapper .quote-inner {
	padding: 0 40px 20px 0;
}
.post-item .quote-wrapper .quote-inner a {
	display: block;
}
.post-item .quote-wrapper .quote-inner .quote-content {
	padding-right: 15px;
}	
.quote-wrapper .quote-content {
	margin-top: 20px;
}
.quote-wrapper .quote-content h4 ~ p {
	margin-left: 35px;
}
.single .quote-wrapper .quote-content h4 ~ p {
	margin-left: 0;
}
.single-post div.quote-content > p > span {
	float: none;
}
.format-video .flx-entry-thumb .wp-video,
.format-video .flx-entry-thumb .wp-video .mejs-video,
.format-video .flx-entry-thumb video,
.format-video .flx-entry-thumb .mejs-overlay,
.format-video .flx-entry-thumb iframe,
.format-video .flx-entry-thumb .wpb_content_element,
.format-audio .flx-entry-thumb iframe,
.format-audio .flx-entry-thumb .mejs-container  {
	width: 100% !important;
}
.format-video .flx-entry-thumb.grid .wp-video,
.format-video .flx-entry-thumb.grid .wp-video .mejs-video,
.format-video .flx-entry-thumb.grid video,
.format-video .flx-entry-thumb.grid .mejs-overlay,
.format-video .flx-entry-thumb.grid iframe,
.format-video .flx-entry-thumb.grid .wpb_content_element,
.format-audio .flx-entry-thumb.grid iframe,
.format-audio .flx-entry-thumb.grid .mejs-container  {
	width: 100% !important;
	height: 100%;
	left: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0;
}
/* demo */
.post.sticky .flx-entry-thumb:after {
	position: absolute;
	content: "";
	display: block;
	right: 40px;
	top: -5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 0;
	height: 58px;
	border: 23px solid #ff6850;
	border-top: 0 solid;
	border-bottom: 25px solid rgba(0,0,0,0);
	color: #fff;
}
.post.sticky header h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
/* blog-standard */
.blog-standard .flx-entry-thumb .wpb_video_widget,
.blog-standard .flx-entry-thumb .wpb_wrapper,
.blog-standard .flx-entry-thumb .wpb_video_wrapper {
	height: 100%;
}
.blog-standard .flx-entry-thumb .wpb_video_wrapper {
	position: inherit !important;
}
.blog-standard .flx-entry-thumb .k2t-thumb-gallery,
.blog-standard .flx-entry-thumb .k2t-thumb-gallery * {
	height: 100%;
}
.blog-standard .flx-entry-thumb iframe {
	width: 100%;
}
.k2t-blog .quote_content > p {
	padding-left: 35px;
}
.k2t-blog .blog-standard {
	margin-bottom: 40px;
}
/* blog-medium */
.blog-layout .blog-standard {
	border: none;
	margin: 0;
	padding: 0;
}
.blog-layout .item {
	position: relative;
}
.blog-layout .flx-entry-thumb  * {
	height: 100%;
}
.blog-layout .flx-entry-thumb iframe {
	width: 100%;
}
.blog-layout .flx-entry-thumb .k2t-thumb-gallery .owl-prev,
.blog-standard .flx-entry-thumb .k2t-thumb-gallery .owl-prev {
	margin-left: 0 !important;
}
.blog-layout .flx-entry-thumb .k2t-thumb-gallery .owl-next,
.blog-standard .flx-entry-thumb .k2t-thumb-gallery .owl-next  {
	margin-right: 0 !important;
}
.blog-layout .video-play {
	height: auto;
}
.video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: black;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

/* Blog large left-sidebar 
	---------------------------- */
	.k2t-content.left-sidebar .k2t-sidebar{
		padding-right: 21px;
	}
	.k2t-content.left-sidebar .k2t-blog {
		padding-left: 9px;
	}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	  -ms-transition-duration: 0.8s;
	   -o-transition-duration: 0.8s;
		  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property:    -moz-transform, opacity;
	  -ms-transition-property:     -ms-transform, opacity;
	   -o-transition-property:      -o-transform, opacity;
		  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	 -moz-transition-duration: 0s;
	  -ms-transition-duration: 0s;
	   -o-transition-duration: 0s;
		  transition-duration: 0s;
}

/* End: Recommended Isotope styles */

.blog-style-4 .post-item {
	padding: 0 0 30px;
	border-bottom: none;
}

.blog-style-4 .post-item .mejs-video,
.blog-style-4 .post-item .mejs-video video,
.blog-style-4 .mejs-poster,
.blog-style-4 .mejs-overlay-play {
	height: 169px !important;
	margin-bottom: 35px;
}
.blog-style-4 .mejs-container .mejs-controls {
	bottom: -17px;
}
.blog-style-4 .post-item header .entry-title {
	font-size: 142%;
	line-height: 22px;
}
.blog-style-4 .audio-post .flx-entry-thumb {
	margin-top: 40px;
}

.blog-style-4 .list-container-1 ul li a {
	padding: 8px;
}
.blog-style-4 .mejs-container {
	margin-bottom: 35px;
}

/*--------------------------------------------------------------
	Single post
--------------------------------------------------------------*/

/* Standard Blog */
.blog-standard.blog-no-crop .flx-entry-thumb .wpb_video_wrapper {
	position: relative !important; 
}
.blog-standard {
	border: 10px #e9e9e9 solid;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
p.short-desc {
	display: block !important;
	width: 100%;
}
.blog-standard .flx-entry-thumb {
	margin-bottom: 33px;
	overflow: hidden;
}
.blog-standard .flx-entry-thumb .blog-feature-img {
	width: 100%;
	position: relative;
}
.blog-standard .flx-entry-thumb .blog-feature-img .crop-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.blog-standard .flx-entry-thumb .blog-feature-img:before {
	content: '';
	display: block;
	padding-top: 43%;
}
.flx-entry-thumb img {
	width: 100%;
}
.blog-content header {
	text-align: center;
	margin-bottom: 26px;
}
.blog-content header .entry-title {
	margin-bottom: 16px;
}
.blog-standard .blog-content:hover header .entry-title a {
	color: #c95f32;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-standard .blog-content header .entry-title {
	margin-bottom: 11px;
}
.blog-content header h2 a,
.blog-content header h3 a {
	color: #000000;
}
.blog-content header p:not(.divider-2) {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.blog-content header p,
.blog-content header p a{
	color: #6d6d6d;
}
.blog-content .entry-content p {
	text-align: center;
}
.blog-standard .blog-content .entry-content p:first-child {
	padding: 0 73px;
}
.blog-standard .blog-content .entry-content p:first-child iframe {
	width: 100%!important;
}
.blog-content .entry-content p:first-child {
	padding: 0;
	margin-bottom: 14px;
}
.more-link {
	color: #C95F32;
	display: inline-block;
}
.more-link:hover {
	text-decoration: underline;
}
/* blog layout */
.blog-layout {
	position: relative;
	margin-bottom: 40px;
}
.blog-layout:before {
	content: "";
	display: block;
	padding-top: 42%;
}
.blog-layout .flx-entry-thumb,
.blog-layout .blog-content {
	border: 10px #e9e9e9 solid;
	width: 50%;
}
.blog-layout .flx-entry-thumb {
	position: absolute;
	top: 0;
}
.blog-layout .flx-entry-thumb img {
	height: auto !important;
}
.blog-layout .flx-entry-thumb .blog-feature-img {
	width: 100%;
	position: relative;
}
.blog-layout .flx-entry-thumb .crop-content {
	position: relative;
}
.blog-layout .crop-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blog-layout .blog-content-text .crop-content {
	padding: 0 73px 0 60px;
}
.blog-layout .blog-content {
	background-color: #fff;
	position: absolute;
	left: 41.6667%;
	top: 14.8936%;
	width: 58.3333%;
	z-index: 2;
}
.blog-layout .blog-content .blog-content-text {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.blog-layout .blog-content .blog-content-text:before {
	content: '';
	display: block;
	padding-top: 59.7015%;
}
.blog-layout .blog-content header{
	padding-top: 46px;
}
.blog-layout .blog-content:hover .blog-content-text .entry-title a {
	color: #c95f32;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-layout .blog-content header .entry-title {
	margin-bottom: 0;
}
.blog-layout .blog-content header p:not(.divider-2) {
	font-size: 93.3333%;
	margin-bottom: 21px;
}
.blog-layout.align-left .divider-2 {
	margin-bottom: 5px;
}
.blog-layout .blog-content .entry-content p:first-child {
	margin-bottom: 18px;
}

.blog-layout .post-odd .flx-entry-thumb {
	top: 14.8936%;
	left: 50%;
}
.blog-layout .post-odd .blog-content {
	top: 0;
	left: 0;
}

/* blog align */
.blog-standard.align-left *,
.blog-layout.align-left * {
	text-align: left!important;
}
.blog-standard.align-center *,
.blog-layout.align-center * {
	text-align: center!important;
}
.blog-standard.align-left .blog-content {
	padding: 0 100px 0 57px;
}
.blog-layout.align-left .blog-content {
}
.blog-standard.align-left .blog-content .entry-content p:first-child {
	padding: 0;
}
.blog-standard.align-left .divider-2,
.blog-layout.align-left .divider-2 {
	margin: 0;
}

/*hide feature */
.blog-standard.hide-feature {
	padding-top: 57px;
}
.blog-standard.hide-feature .flx-entry-thumb {
	display: none;
}
/* blog gallery nav */
.flx-entry-thumb .k2t-thumb-gallery .owl-prev,
.flx-entry-thumb .k2t-thumb-gallery .owl-next {
	text-align: center !important;
}

/*end layout */
.entry-box {
	margin-bottom: 34px;
}
.single-blog-title {
	text-align: center;
	padding: 80px 15px 39px; 
}
.single-blog-title h2 {
	margin-bottom: 18px;
}
.single-blog-title h2 a {
	color: #000000;
}
.single-blog-title .post-meta {
	color: #6d6d6d;
	margin-bottom: 27px;
}
p.header-divider {
	background-image: url("../img/header-divider.png");
	background-repeat: no-repeat;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
	width: 118px;
	text-indent: 9999px;
}
p.divider-2 {
	background-image: url("../img/divider-2.png");
	background-repeat: no-repeat;
	height: 8px;
	margin: 0 auto;
	overflow: hidden;
	width: 37px;
	text-indent: 9999px;
}
.entry-box .flx-entry-thumb {
	text-align: center;
	margin-bottom: 26px;
}
.entry-box .flx-entry-thumb .owl-theme:hover .owl-controls .owl-nav .owl-prev {
	margin-left: 10px;
}
.entry-box .flx-entry-thumb .owl-theme:hover .owl-controls .owl-nav .owl-next {
	margin-right: 9px;
}
.entry-box img {
	display: inline-block;
	max-width: 100%;
}
.entry-box img.entry-thumb {
	width: 100%;
	display: block;
	margin-right: 0px;
	margin-bottom: 20px;
}
.entry-box .flx-entry-thumb {
	overflow: hidden;
	position: relative;
}
.entry-box .flx-entry-thumb img {
	border: 10px #e9e9e9 solid;
}
.entry-box .flx-entry-thumb .next-post {
	border: 1px #c6c6c6 solid;
	bottom: 32px;
	height: 39px;
	margin: 0;
	position: absolute;
	right: 30px;
	width: 44px;
}
.entry-box .flx-entry-thumb .prev-post {
	border: 1px #c6c6c6 solid;
	bottom: 32px;
	height: 39px;
	margin: 0;
	left: 30px;
	position: absolute;
	width: 44px;
}
.entry-box .flx-entry-thumb .next-post a,
.entry-box .flx-entry-thumb .prev-post a {
	color: #ffffff;
	line-height: 37px;
}
.entry-box .flx-entry-thumb .next-post a:hover,
.entry-box .flx-entry-thumb .prev-post a:hover {
	color: #C95F32;
}
.entry-box .post-entry {
	margin-top: 15px;
	margin-bottom: 71px;
}
.entry-box footer {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
}
.entry-box footer .prev-post {
	float: left;
}
.entry-box footer .next-post {
	float: right;
}
.entry-box footer a {
	font-weight: 600;
	color: #3d3d3d;
}
.entry-box footer a:hover {
	color: #009136;
}
.entry-box footer a.post {
	color: #bdb099;
	font-weight: normal;
}
.entry-sharing {
	overflow: hidden;
}
.entry-sharing > div {
	width: 50%;
}
.entry-sharing-left {
	float: left;
}
.entry-sharing-left.no-right {
	width: 100%;
	float: none;
}
.entry-sharing-right {
	float: right;
	text-align: right;
}
.entry-sharing-right * {
	color: #5f5f5f;
}
.entry-sharing-right .next-post {
	display: inline-block;
	color: #5f5f5f;
	margin: 0 0 0 15px;
}
.entry-sharing-right .next-post a {
	color: #5f5f5f;
}
.entry-sharing-right .next-post a:hover i {
	color: #c95f32;
}
.widget_tag_cloud {
	color: #6d6d6d;
	position: relative;
}
.widget_tag_cloud .tagcloud .tags,
.entry-sharing-left .cats {
	color: #161616;
	font-weight: 700;
}
.widget_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .tagcloud a,
.entry-sharing-left .entry-categories a {
	color: #6d6d6d;
	display: inline-block;
}
.widget_tag_cloud .tagcloud a span,
.entry-categories a {
	position: relative;
}
.widget_tag_cloud .tagcloud a span:before,
.entry-sharing-left .entry-categories a:before {
	content: '';
	border-bottom: 1px #6d6d6d solid;
	height: 1px;
	position: absolute;
	top: 16px;
	width: 100%;
}
.entry-sharing-left .entry-categories a:before {
	top: 19px;
}
.widget_tag_cloud .tagcloud a:hover span:before,
.entry-sharing-left .entry-categories a:hover:before {
	border-color: #c95f32;
}
.widget_tag_cloud .tagcloud a:hover ,
.widget.widget_tag_cloud .tagcloud a:hover,
.entry-sharing-left .entry-categories a:hover {
	color: #c95f32;
}

.entry-box .k2t-social-share {
	margin: 0 0 35px;
}
.entry-box .k2t-social-share .social li a span {
	top: 35px;
}
.entry-box .k2t-social-share .social li a span:after {
	top: -10px;
	bottom: auto;
	border: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, .7);
}
.format-video .flx-entry-thumb.grid::after{
	padding-top: 0;
}
/* quote content */
.single-post .quote-content blockquote {
	padding-right: 10px !important;
	margin-left: 0 !important;
}
.single-post .quote-content > p {
	width : 100%;
	overflow: hidden;
}
.single-post .quote-content > p > span {
	float: right;
}
/*-----------------About Author-------------------*/
.about-author {
	border: 10px #e9e9e9 solid;
	padding: 17px 20px;
	margin-bottom: 43px;
	overflow: hidden;
}
.about-author-left, .about-author-right {
	float: left;
}
.about-author-left {
	overflow: hidden;
	width: 110px;
}
.about-author img {
	width: 100%;
}
.about-author-right {
	width: calc( 100% - 110px );
	width: -webkit-calc( 100% - 110px );
	width: -moz-calc( 100% - 110px );
	padding-left: 25px;
}
.about-author-right .author-right-top {
	overflow: hidden;
	margin-bottom: 9px;
}
.about-author h4 {
	font-size: 146.66%;
	float: left;
	margin-bottom: 5px;
	margin-top: 9px;
}
.about-author .user-social {
	float: right;
	margin-top: 13px;
}
.user-social li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
.user-social li i {
	color: #959595;
}
.user-social li:hover i {
	color: #C95F32;
}
.about-author .author-desc {
	margin-bottom: 0;
}

/*-----------------Comments List-------------------*/
#comments {
	margin: 20px 0 57px;
}
#comments h4, #respond h3 {
	color: #424242;
	font-weight: 400;
	font-size: 146.6666%;
	margin-bottom: 10px;
}
.comment-list {
	margin: 0 0 40px;
	list-style: none;
}
.comment-list .comment-content {
	margin-left: 120px;
	position: relative;
	z-index: 0;
	font-size: 87.5%;
}
.comment-author span {
	color: #bdb099;
}
.comment-body {
	margin-bottom: 30px;
	list-style: none;
	padding: 0;
	position: relative;
}
.comment-body:after {
	content: "";
	width: 100%;
	height: 1px;
	background: url('../img/line.png') repeat-x;
	display: block;
	margin: 15px 0;
}
.comment-body {
	position: relative;
	z-index: 0;
}
.comment-body .comment-thumb {
	float: left;
	overflow: hidden;
}
.comment-body .comment-author {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 30px;
}
.comment-body .comment-meta > a {
	font-size: 80.5%;
	color: #959595;
}
.comment-body .comment-meta > a > i {
	margin-right: 5px;
}
.comment-body footer {
	margin: 10px 0 20px;
}
.comment-body .comment-reply-link, .comment-body .comment-edit-link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font: 300 70%/1em 'Georgia', sans-serif;
	text-transform: uppercase;
	color: #cccccc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.comment-body .comment-reply-link:hover, 
.comment-body .comment-edit-link:hover {
	position: relative;
	z-index: 0;
	color: #bdb099;
}
.comment-body .comment-edit-link {
	margin-right: 15px;
}
.comment-body .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	margin-right: 5px;
}
.comment-body .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 5px;
}
.comment-list .children {
	margin-left: 100px;
	list-style: none;
}
.comment-pagination {
	float: right;
}
.comment-pagination a, .comment-pagination span {
	padding-left: 15px;
	font-size: 115%;
}
#comment-nav-below .assistive-text.section-heading {
	display: none;
}
#comment-nav-below .nav-previous, .comment-nav-below .nav-next {
	margin: 20px 0 10px;
}

/*--------------Comment Form--------------*/
#respond {
	display: inline-block;
	width: 100%;
}
#respond .comment-notes {
	display: none;
}
#commentform .comment-notes, .form-allowed-tags, .logged-in-as {
	font-size: 87.5%;	
	margin-bottom: 20px;
}
.form-allowed-tags {
	margin-bottom: 60px;
}
#commentform p.comment-form-comment {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}
#commentform #comment {
	height: 240px;
	padding: 22px 10px;
	max-width: 100%;
	width: 100%;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	resize: none;
}
#commentform > p.comment-form-author, #commentform > p.comment-form-email, #commentform > p.comment-form-url {
	position: relative;
	display: inline-block;
	width: 33.33%;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
#commentform p.comment-form-author {
	padding-left: 0;
}
#commentform p.comment-form-url {
	padding-right: 0;
}

.woocommerce-tabs #commentform > p.comment-form-author, 
.woocommerce-tabs #commentform > p.comment-form-email, 
.woocommerce-tabs #commentform > p.comment-form-url {
	width: 50%;
}
#commentform #author,
#commentform #email,
#commentform #url {
	padding: 20px 10px;
	width: 100%;
	box-shadow: none;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "Georgia";
	background: transparent;
}
#commentform input::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
	font-size: 87.5%;
	font-style: italic;
}
#commentform input:-moz-placeholder,
#commentform textarea:-moz-input-placeholder { /* Firefox 18- */
	font-size: 87.5%;
	font-style: italic;
}
#commentform input::-moz-placeholder,
#commentform textarea::-moz-input-placeholder {  /* Firefox 19+ */
	font-size: 87.5%;
	font-style: italic;
}
#commentform input:-ms-input-placeholder,
#commentform textarea:-ms-input-placeholder {
	font-size: 87.5%;
	font-style: italic;
}
#commentform .required::-webkit-input-placeholder:after{
	content: " *";
}
#commentform .required:-moz-input-placeholder:after {
	content: " *";
}
#commentform .required::-moz-input-placeholder:after{
	content: " *";
}
#commentform .required:-ms-input-placeholder:after {
	content: " *";
}
#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus,
#commentform #comment:focus {
	outline: none;
}
#form-allowed-tags code {
	font-size: 85%;
}
.form-submit #submit {
	border: none;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 87.5%;
	height: auto;
	padding: 0 55px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-submit #submit label.error {
	position: absolute;
	left: 0;
	top: 15px;
	color: #bdb099;
}

#response {
	color: #bdb099;
	font-size: 100%;
}
#commentform .wp-social-login-connect-with,
#commentform .wp-social-login-provider-list {
	display: inline-block;
	margin-right: 20px
}

/****** Related Post *****/
.related-title h4 {
	margin-bottom: 40px;
}
.k2t-related-posts .post-item {
	padding: 0;
}
.k2t-related-posts .entry-box .flx-entry-thumb {
	margin-bottom: 14px;
}
.k2t-related-posts .entry-box .flx-entry-thumb a,
.k2t-related-posts .entry-box a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.k2t-related-posts .entry-box span a {
	width: auto;
}
.k2t-related-posts .entry-box .flx-entry-thumb img,
.k2t-related-posts .entry-box a img {
	border: none;
	display: inline-block;
	width: auto!important;
}
.k2t-related-posts header {
	text-align: center;
}
.k2t-related-posts .entry-box .entry-title {
	font-size: 100%;
	font-weight: 700;
	margin: 11px 0 0;
}
.k2t-related-posts .entry-box .post-meta-left span {
	font-size: 86.6666%;
	color: #858585;
}
.k2t-related-posts .prev-post,
.k2t-related-posts .next-post {
	display: none;
}
.k2t-related-posts iframe {
	height: 100%;
}
.k2t-related-posts .format-quote .quote-wrapper {
	height: 209px!important;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
}
.k2t-related-posts .post-item .quote-wrapper .quote-inner {
	padding: 0;
}
.k2t-related-posts .post-item .quote-wrapper blockquote {
	font-size: 15px;
	padding-right: 0 !important;
	margin: 0 !important;
}
.k2t-related-posts .post-item .quote-content h4 {
    margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
	Post format
--------------------------------------------------------------*/
.k2t-thumb .wpb_video_wrapper iframe {
	max-width: 100%;
	height: auto ! important;
}
.post-entry iframe, .post-entry embed {
	max-width: 100%;
} 
.post-entry ul {
	list-style: none;
	margin: 20px 0;
}
.post-entry ul li i {
	margin-right: 10px
}
.wpb_video_wrapper #player .title a {
	color: #bdb099;
}
.k2t-thumb .wp-video {
	width: 100% !important;
}
.b-timeline .k2t-thumb .wp-video {
	height: auto !important;
}
.k2t-thumb .mejs-audio {
	height: auto !important;
}
.k2t-thumb .mejs-audio .mejs-controls {
	top: 30px;
}
.k2t-thumb:hover .k2t-thumb-gallery img {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}
.b-medium .format-quote .k2t-thumb,
.b-small .format-quote .k2t-thumb {
	width: 100%;
	max-width: 100%;
}
.k2t-thumb-quote {
	padding: 45px 105px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.k2t-thumb-quote .quote-content {
	font: italic 16px/24px Georgia;
	position: relative;
}
.k2t-thumb-quote .quote-content i {
	font-size: 428%;
	position: absolute;
	left: -80px;
	color: #f2f2f2;
}
.k2t-thumb-quote .quote-content,
.k2t-thumb-quote .quote-author a {
	color: #767676;
}
.k2t-thumb-quote .quote-author {
	position: relative;
	margin-top: 35px;
}
.k2t-thumb-quote .quote-author:before {
	content: "* * *";
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -11px;
}
.k2t-thumb-quote .quote-author a {
	font-size: 100%;
	font-weight: 500;
	position: relative;
}
.k2t-thumb-quote .quote-author a:before,
.k2t-thumb-quote .quote-author a:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 1px;
	background: #e5e5e5;
	top: 9px;
}
.k2t-thumb-quote .quote-author a:before {
	left: -24px;
}
.k2t-thumb-quote .quote-author a:after {
	right: -24px;
}

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/
.k2t-navigation {
	text-align: center;
	margin: 20px 0 40px;
}
.k2t-navigation ul {
	margin: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.k2t-navigation ul li {
	list-style: none;
	float: left;
	margin: 0;
}
.k2t-navigation ul li a,
.k2t-navigation ul li span {
	display: block;
	color: #959595;
	position: relative;
	z-index: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 87.5%;
	font-weight: 400;
	border: 1px solid;
	margin-right: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-navigation ul li span.current {
	border-color: #c95f32;
	background-color: #fff;
	color: #c95f32 ! important;
}
.k2t-navigation ul li:hover a {
	border-color: #c95f32;
	background-color: #c95f32;
	color: #fff ! important;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-navigation ul li  *  {
	line-height: 35px !important;
}
.k2t-navigation ul li .next i,
.k2t-navigation ul li .prev i {
	line-height: 40px !important;
}
/*--------------------------------------------------------------
	404 page
--------------------------------------------------------------*/
.k2t-not-found {
	margin: 0;
}
.k2t-error-404{
	text-align: center;
}
.k2t-error-404 .error-404-top{
	margin-bottom: 56px;
}
.k2t-error-404 .k2t-logo,
.k2t-error-404 .k2t-logo > * {
	margin: 0;
	padding: 0;
}
.k2t-error-404 .h-element.k2t-logo {
	margin-top: 30px;
}
.k2t-error-404 .error-404-image img{
	margin-top: 150px;
}
.error-404-info .error-404-title h2{
	text-transform: uppercase;
	font-size: 150px;
	color: #cccccc;
	font-weight: 400;
	position: relative;
	margin-bottom: 0px;
}
.error-404-info .error-404-title:after{
	content: "";
	display: inline-block;
	width: 100px;
	height: 2px;
	background: transparent url("../img/line-2.png") no-repeat scroll 0% 0%;
	display: inline-block;
	margin: 15px 0px;
}
.error-404-info .error-404-title .sub-title {
	color: #333333;
	font-size: 36px;
	text-transform: uppercase;
}
.error-404-des{
	font-size: 93.333%;
	color: #666666;
	margin-bottom: 79px;
}
.error-404-des a{
	color: #c95f32;
	text-decoration: underline;
}
.error-404-des a:hover{
	color: #c95f32;
}

.error-404-search{
	text-align: center;
	position: relative;
}
.error-404-search .searchform{
	display: inline-block;
	margin-bottom: 160px;
	max-width: 370px;
	position: relative;
	width:100%;
}
.error-404-search .searchform #s{
	background-color: #f4f4f4;
	color: #999999;
	font-family: 'Georgia';
	font-style: italic;
	height: 60px;
	max-width: 370px;
	padding-left: 28px;
	padding-right: 70px;
}
.error-404-search .searchform #searchsubmit{
	background-color: #f4f4f4;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
}
.error-404-search .searchform #searchsubmit i{
	color: #999999;
	font-size: 20px;
	line-height: 60px;
}
.error-404-copy {
	text-transform: uppercase;
	font-size: 62.5%;
	font-family: 'Montserrat';
	color: #959595;
}





/*--------------------------------------------------------------
	Page
--------------------------------------------------------------*/
.page-bottom-content > * {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	SLider
--------------------------------------------------------------*/
.service-slider .flex-direction-nav a {
	text-indent: inherit;
	color: transparent;
	border-radius: 100%;
	background: rgba(0,0,0,0.3);
	font-size: 16px;
	content: "";
	line-height: 50px;
	margin: -20px 20px;
}
.service-slider .flex-direction-nav a:before {
	font-family: FontAwesome;
	left: 8px;
	position: relative;
	top: -6px;
	color: #fff;
}
.service-slider .flex-direction-nav .flex-prev:before {
	content: "\f053";
	left: 12px
}
.service-slider .flex-direction-nav .flex-next:before {
	content: "\f054";
	left: auto;
	right: -14px;
}

/*--------------------------------------------------------------
	Widget style
--------------------------------------------------------------*/
.widget {
	color: #161616;
	margin-bottom: 30px;
}
.k2t-main .widget {
	background: none;
	padding: 0;
	margin: 0;
}
.widget ul {
	list-style: none;
}
.widget-title {
	color: #232323; 
	font-weight: 400;
}s
.widget a {
	font-weight: normal;
}
.widget ul li {
	border-bottom: 1px #ededed solid;
	list-style: none;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.widget ul li:before {
	color: #767676;
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-right: 10px;
}
.widget ul li .count {
	display: inline-block;
	float: right;
	font-size: 85%;
	line-height: 20px;
	padding: 0 5px;
	text-align: center;
	font-weight: normal;
}
.widget ul li a {
	color: #161616;
}
.widget ul li a:hover {
	color: #c95f32;
}
.widget ul li.current-cat a {
	color: #c95f32;
}
.widget ul li.recentcomments a {
	width: auto;
	border: 0;
	padding: 0;
}
.widget .searchform .form-group input,
.widget select {
	border: 1px solid #ededed;
	width: 100%;
}
.widget select {
	height: 42px;
	padding: 0 15px;
}
.widget #wp-calendar caption {
	padding: 10px;
	background: rgba(0, 0, 0, .05);
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .06);
	text-transform: uppercase;
	text-align: center;
}
.widget .rss-date {
	display: block;
	margin: 8px 0;
	font-size: 85%;
}
.widget .tagcloud {
	overflow: hidden;
}
.widget .posts-list .post-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 10px;
	background: transparent;
}
.widget .posts-list.row .post-item {
	margin-bottom: 40px
}
.widget .posts-list .post-item .post-thumb {
	float: left;
	width: 100px;
	position: relative;
}
.widget .posts-list.row .post-item .post-thumb {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.widget .posts-list.row .post-item .post-thumb img {
	width: 100%;
}
.widget .posts-list .post-item .post-text {
	padding-left: 120px;
}
.widget .posts-list.row .post-item .post-text {
	padding-left: 0;
}
.widget .posts-list .post-item h4 {
	clear: none;
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 0;
}
.widget .posts-list.column .post-item h4 {
	margin-top: 7px
}
.widget .posts-list .post-item h4 a {
	text-transform: uppercase;
	color: #252525
}
.widget .posts-list .post-item h4 a:hover {
	color: #c95f32;
}
.widget .posts-list .post-item .post-meta {
	color: #949494;
	font-size: 90%;
	margin-top: 4px;
}
.widget .posts-list.column .post-item .post-meta-right {
	display: none;
}

/*--------------Widget searchform--------------*/

.widget.widget_search {
	background: transparent;
}
.widget_search .searchform{
	text-align: left;
}
.widget_search .searchform input,
.widget_search .searchform button {
	float: left;
}
.widget .searchform .form-group{
	max-width: 570px;
	width: 100%;
	display: inline-block;
}
.widget .searchform #s {
	border: 3px #e9e9e9 solid;
	font-size: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 9px;
	max-width: 400px;
}

.widget .searchform #s:focus {
	border: 1px solid #c95f32;
	outline: none;
}
.widget .searchform #searchsubmit {
	background-color: #464646;
	color: #fff;
	display: none;
	margin-top: 20px;
	line-height: 55px;
	padding: 0 25px;
}
/* widget instargram */
#sb_instagram #sbi_images > div.sbi_item:nth-child(3n+1) {
	padding-left: 0!important;
}
#sb_instagram #sbi_images > div.sbi_item:nth-child(3n+3) {
	padding-right: 0!important;
}
#sb_instagram #sbi_images > div.sbi_item:nth-child(3n+2) {
	padding-left: 2.5px!important;
	padding-right: 2.5px!important;
}
/* widget twitter */
.wptt_TwitterTweets * {
	border: none !important;
	box-shadow: none !important;
}
.wptt_TwitterTweets .fetched_tweets li {
	position: relative;
	border: none;
	background: transparent;
}
.wptt_TwitterTweets .fetched_tweets li:before {
	content: '\f099';
	color: #4f4f4f;
	position: absolute;
	top: 5px;
	left: 0;
}
.wptt_TwitterTweets .fetched_tweets .wdtf-screen-name * {
	display: inline-block;
	width: auto!important;
}
.wptt_TwitterTweets .fetched_tweets .wdtf-screen-name br {
	display: none;
}
.wptt_TwitterTweets .fetched_tweets li.tweets_avatar .wdtf-screen-name a {
	color: #c95f32 !important;
}
.wptt_TwitterTweets .fetched_tweets .wdtf-screen-name .screen_name {
	color: #4f4f4f;
	padding-left: 5px;
	padding-right: 8px;
}
.wptt_TwitterTweets .fetched_tweets div.wdtf-screen-name span.screen_name {
	color: inherit;
	display: inline-block;
	font-weight: 400;
}
.stats-narrow {
	display: none;
}
.wptt_TwitterTweets .tweets-intent-data {
	width: auto !important;
}
.wptt_TwitterTweets li.tweets_avatar .tweet_data {
	color: #161616 !important;
}
.wptt_TwitterTweets .fetched_tweets .tweets_avatar .tweet_data a {
	color: #c95f32 !important;
}
.wptt_TwitterTweets .fetched_tweets.light .tweets_avatar .tweet_data a {
	color: #c95f32 !important;
}
.tweet-actions li:before {
	content: ''!important;
}
.tweet-actions li a span {
	color: #8f8f8f !important;
}
.tweet-actions li a span:before{
	font-size: 15px !important;
}
.wptt_TwitterTweets .tweet-actions li {
	display: inline-block!important;
	width: auto!important;
}
.wptt_TwitterTweets .tweets_avatar .times em {
	line-height: 46px;
}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.k2t-footer {
	background-image: url('../img/bg-footer.jpg');
	background-size: cover;
	color: #9e9e9e;
}
.k2t-footer h1,
.k2t-footer h2,
.k2t-footer h3,
.k2t-footer h4,
.k2t-footer h5,
.k2t-footer h6 {
	color: #fff;
}
.k2t-footer h4,
.k2t-footer h5,
.k2t-footer h6 {
	margin-bottom: 5px;
}
.k2t-footer p {
	margin-bottom: 0;
}
.k2t-footer .k2t-bottom {
	padding: 40px 0 34px;
}
.k2t-footer .widget{
	background-color: transparent;
	color: #9e9e9e;
}
.k2t-footer .widget .widget-title {
	color: #fff;
	font-size: 166.66666%;
	margin-bottom: 23px;
}
.k2t-footer .textwidget,
.k2t-footer .widget_text p {
	line-height: 160%;
}
.k2t-footer .k2t-wrap .k2t-row {
	display: table;
	margin: 0;
}
.k2t-footer .k2t-wrap .k2t-row > div {
	display: table-cell;
	float: none;
	padding-top: 18px
}
.k2t-footer .k2t-wrap .k2t-row > div:last-child {
	border-right: 0;
}
.k2t-footer .k2t-wrap .k2t-row > div > * {
	margin: 0 -15px 20px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
}
.k2t-footer .k2t-wrap .k2t-row > div > *:last-child {
	border-bottom: 0;
}
.k2t-footer .widget.widget_text{
	background-color: transparent;
}
..k2t-footer .widget_text ul ~ h5 {
	font-size: 100%;
}

/* footer widget text list */
.k2t-footer .widget_text ul {
	padding-left: 0;
}
.widget ul {
	padding-left: 0;
}
.k2t-footer .widget_text ul li,
.k2t-footer .widget_text ul li p,
.k2t-footer .widget_text ul ~ h5 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 100%;
	border: none;
}
.k2t-footer .widget_text ul li p {
	font-weight: 400;
}
.k2t-footer .widget_text ul li span {
	font-family: 'Georgia';
	font-size: 86.6666%;
}
.k2t-footer .widget_text ul li:before{
	content: '';
	margin-right: 0px;
}
.k2t-footer .widget_text ul li {
	margin-bottom: 6px;
	padding-bottom: 0px;
}
.k2t-footer .widget_text ul li a{
	color: #fff;
	position: relative;
	font-size: 100%;
}
.k2t-footer .widget_text ul li a:hover:before{
	content: '';
	position: absolute;
	width:100%;
	border-bottom: 1px solid white;
	bottom: 0;
}

/* footer social-widget */
.k2t-footer .k2t-social-widget {
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	position: relative;
	top: -23px;
}
.k2t-footer .k2t-social-widget li:first-child {
	margin-left: -8px;
}
.k2t-footer .k2t-social-widget li {
	border: none;
}
.k2t-footer .k2t-social-widget a {
	background-color: transparent;
}
.k2t-footer .k2t-social-widget a i {
	color: #fff;
	font-size: 100%;
}
.k2t-footer .k2t-social-widget a:hover i {
	color: #c95f32;
}
/*Mail chimp widget*/
.k2t-footer .widget_mc4wp_widget .mc4wp-form input {
	height: 50px; 
	border: 3px solid #e9e9e9;
} 
.k2t-footer .mc4wp-form { 
	margin:0;
	margin-top: -50px;
} 
.k2t-footer .mc4wp-form input.submit {
	padding: 15px 30px; 
	margin-top: 10px; 
	float: left;
} 
.k2t-footer .mc4wp-form input.text:focus {
    border: 1px solid #c95f32;
    outline: 0;
}

/* footer post list */
.k2t-footer .widget .posts-list .post-item {
	border: 0;
	padding: 0;
}
.k2t-footer .widget .posts-list .post-item h4 {
	max-height: 20px;
	overflow: hidden;
}

/* footer k2t-info copy-right */
.k2t-info {
	border-top: 1px #2d2e2f solid;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: -4px;
}
.k2t-info .container{
	max-width: 1170px;
	padding: 0 18px;
}
.k2t-info .row > div {
	float: left;
}
.k2t-footer .k2t-info img{
	float: left;
	margin-right: 10px;
}
.k2t-footer .k2t-info .copy-right p {
	line-height: 72px;
	margin: 0;
}
.k2t-info .row > div .social {
	text-align: right;
}
.k2t-info .row > div .social li {
	margin-left: 1px;
}
.k2t-info .row > div .social a {
	margin-top:12px;
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 40px;
	border-radius: 0;
	line-height: 40px;
	background-color: #bdb099;
}
.k2t-info .row > div .social .li-facebook a {
	background-color: #3b5998;
}
.k2t-info .row > div .social .li-twitter a {
	background-color: #48c4d2;
}
.k2t-info .row > div .social .li-google-plus a {
	background-color: #DD4B39;
}
.k2t-info .row > div .social .li-youtube a {
	background-color: #f45750;
}
.k2t-info .row > div .social .li-vimeo a {
	background-color: #62a0ad;
}
.k2t-info .row > div .social a:hover {
	background-color: #252525;
}
/* back to top button */
.k2t-btt {
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	position: fixed;
	right: 8px;
	bottom: 10px;
	color: #c95f32!important;
	display: none;
	z-index: 10;
	background-color: #dcdcdc;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-btt  i {
	font-size: 28px;
	line-height: 40px;
}
.k2t-btt:hover {
	background: #c95f32;
	color: #fff!important;
}
/* footer payment method */
.k2t-payment{
	list-style: none;
	float:right;
}
.k2t-payment li{
	display: inline-block;
	margin-top: 10px;
}
.k2t-payment li a img{
	opacity: 0.15;
}
.k2t-payment li a:hover img{
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
/*--------------------------------------------------------------
	Contact Form 7
--------------------------------------------------------------*/

.wpcf7-form input {
	border: 1px #cccccc solid;
	line-height: 50px;
	height: 50px;
	padding: 0 22px;
	width: 100%;
	max-width: 100%;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border: 1px solid #C95F32;
}
.wpcf7-form p {
	margin-bottom: 20px;
}
.wpcf7-form textarea {
	border: 1px #cccccc solid;
	padding: 19px 13px;
	width: 100%;
	max-width: 100%;
	height: 261px;
	resize: none;
}
.wpcf7-form .wpcf7-submit{
	background-color: #585858;
	font-size: 93.3333%;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
}
.wpcf7-form .wpcf7-submit:focus {
	border: none;
}
/*--------------------------------------------------------------
	Circle background
--------------------------------------------------------------*/
.circle-top {
	margin-top: 30px;
	margin-bottom: 56px;
	display: inline-block;
}
.circle-top .k2t-logo,
.circle-top .k2t-logo > * {
	margin: 0!important;
	padding: 0!important;
}
.k2t-error-404 .h-element.k2t-logo {
	margin-top: 30px;
}
/*--------------------------------------------------------------
	Scrolldown button
--------------------------------------------------------------*/
.k2t-scrolldown {
	position: absolute;
	bottom: 20px;
	left: calc( 50% - 25px );
	left: -webki-tcalc( 50% - 25px );
	left: -moz-calc( 50% - 25px );
	z-index: 1000;
	font-size: 150%;
	width: 50px;
	color: #fff;
	text-align: center;
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
}
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-20px);} 
    60% {-webkit-transform: translateY(-5px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-20px);} 
    60% {transform: translateY(-5px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}
.k2t-scrolldown:hover {
	color: #c95f32;
	cursor: pointer;
}


/*--------------------------------------------------------------
	Newsletter
--------------------------------------------------------------*/
.newsletter table,
.newsletter th,
.newsletter td {
	padding: 0;
	border: 0;
}
.newsletter th {
	display: none;
}
.newsletter tbody > tr {
	float: left
}
.newsletter .newsletter-email {
	width: 386px;
	margin-right: 20px;
	border: 0;
}
.newsletter .newsletter-submit {
	background: #972e37;
	border: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.newsletter .newsletter-submit:hover {
	background: #7a1019;
}
.widget .newsletter form {
	position: relative;
}
.widget .newsletter .newsletter-email {
	width: 100%;
	border: 1px solid #ededed;
	padding: 0 40px 0 15px;
}
.widget .newsletter .newsletter-submit {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	text-indent: -999em;
}
.widget .newsletter form > p:last-child {
	width: 0;
	height: 0;
}
.widget .newsletter form > p:last-child:before {
	content: "\f0e0";
	position: absolute;
	font-family: FontAwesome;
	top: 12px;
	right: 15px;
	color: #ccc;
}
/*--------------------------------------------------------------
	Social network
--------------------------------------------------------------*/
.k2t-social-share {
}

.k2t-social-share:hover {
	background: #fff;
	position: relative;
	z-index: 1000;
}
.social-open {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border: 1px dashed #bdb099;
	color: #bdb099;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 10px;
	float: right;
	cursor: pointer;
}
.social-open i, .social li a i {
	font-size: 87.5%;
}
.k2t-social-share .social {
	display: inline-block;
	transition:         all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
}
.k2t-social-share:hover .social {
	opacity: 1;
}
.social li {
	list-style: none;
	display: inline-block;
}
.social li a {
	width: 25px;
	line-height: px;
	display: block;
	color: #2a2a2a;
	text-align: center;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.social li:hover a i {
	color: #c95f32;
}
.social li:hover a span {
	opacity: 1;
	top: -100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.social li a span {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	opacity: 0;
	width: 80px;
	color: #fff;
	font-size: 87.5%;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
	z-index: -1;
}
.social li a span:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, .7);
}

/*--------------------------------------------------------------
	Ultimate WP
--------------------------------------------------------------*/
#uwpqsf_id {
	border: 0;
	background: url('../img/icons/search.png') no-repeat 15px center;
	padding-left: 80px;
	display: inline-block;
	width: 100%;
}
#uwpqsf_id .uwpqsf_class {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	margin-right: 20px;
	float: left;
	clear: none;
	position: relative;
}
#uwpqsf_id .uwpqsf_class[class*="tax-select-"]:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	width: 20px;
	height: 41px;
	background: #fff;
	right: -1px;
	top: 7px;
	border-radius: 1px;
	line-height: 41px;
}
#uwpqsf_id .uwpqsf_submit {
	max-width: 100px;
	margin-top: 6px;
	margin-right: 0
}
#uwpqsf_id .uwpqsf_class input,
#uwpqsf_id .uwpqsf_class select {
	height: 43px;
	width: 100%;
	padding: 0 15px;
	color: #989898;
	border-color: #dfdfdf;
	border-radius: 2px;
	font-size: 85%;
	background: #fff;
}
#uwpqsf_id .uwpqsf_class select { 
	padding: 0 0 0 15px;
	border: none;
	box-shadow: none;
}
#uwpqsf_id .uwpqsf_class input {
	margin-top: 6px;
}
.uform_title,
#uwpqsf_id label.uwpqsf_class {
	display: none;
}
#uwpqsf_id .uwpqsf_class input#uwpqsf_id_btn {
	color: #fff;
	margin-top: 0;
	height: 42px;
	background: #434343;
}
#uwpqsf_id .uwpqsf_class input#uwpqsf_id_btn:hover {
	background: #bdb099;
}
.uwpqsf_class > span[class*="taxolabel-"],
.uwpqsf_class > span[class*="cmflabel-"] {
	padding: 3px;
}

/*--------------------------------------------------------------
	Extra shortcodes
--------------------------------------------------------------*/
.ow-bg-video {
	position: relative;
}
.ow-bg-video .inlinePlayer {
	width: 100%;
}
.ow-bg-video .inlinePlayer .mb_YTVPPlaypause {
	width: 74px;
	height: 74px;
	display: block;
	background: url('../img/icons/play.png') no-repeat 0 0;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	text-indent: -999em;
	cursor: pointer;
}
.ow-bg-video .playerBox {
	margin-top: 0 !important;
}
.ow-bg-video .mb_YTVPMuteUnmute,
.ow-bg-video .mb_YTVPUrl,
.ow-bg-video .mb_OnlyYT,
.ow-bg-video .mb_YTVPTime {
	display: none;
}
/* Instagram */
.null-instagram-feed {
	overflow: hidden;
}
.null-instagram-feed ul.instagram-pics {
	margin: -5px -10px;
}
.null-instagram-feed ul li {
	float: left;
	width: 25%;
	padding: 5px;
	margin: 0;
}
.null-instagram-feed ul li a {
	border: 0;
	padding: 0;
}
.null-instagram-feed ul li:before {
	display: none;
}
.null-instagram-feed ul li img {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
}
.null-instagram-feed ul li:hover a {
	transform: scale(1.2);
}

/*--------------------------------------------------------------
	Offcanvas Sidebar
--------------------------------------------------------------*/
.open-sidebar {
	height: 15px;
	width: 15px;
	z-index: 100;
	position: relative;
	display: inline-block;
}
.admin-bar .offcanvas-sidebar {
	top: 32px;
}
.offcanvas-type-default {
	position: relative;
}
.offcanvas-type-default,
.offcanvas-sidebar,
.k2t-header-m {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}
.offcanvas-right {
	right: 0;
}
.offcanvas-left {
	left: 0;
}
.offcanvas-sidebar {
	position: fixed;
	width: 340px;
	top: 0;
	bottom: 0;
	font-size: 100%;
	line-height: 20px;
	padding: 35px 30px;
	z-index: 10001;
	background: #1c1c1c;
	overflow: auto;
	min-height: 100%;
	height: 100%;
}
.offcanvas-sidebar .k2t-sidebar {
	width: 100% !important;
	padding-top: 0;
}
.offcanvas-right .offcanvas-sidebar {
	right: -340px;
}
.offcanvas-right .offcanvas-sidebar.is-open {
	right: 0;
	left: auto;
}
.offcanvas-right.offcanvas-open {
	right: 340px;
}
.offcanvas-left .offcanvas-sidebar {
	left: -340px;
}
.offcanvas-left .offcanvas-sidebar.is-open {
	left: 0;
	right: auto;
}
.offcanvas-left.offcanvas-open {
	left: 340px;
}
.offcanvas-sidebar .widget {
	background: none;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.offcanvas-sidebar .widget ul > li {
	border-bottom: 1px dashed #959595;
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.menu-item-has-children {
	cursor: pointer;
}
.offcanvas-sidebar .widget ul > li.menu-item-has-children:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #959595;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.canvas_active:after {
	content: "\f106";
}
.offcanvas-sidebar .widget ul li::before,
ul.social li::before {
	display: none;
}
.offcanvas-sidebar .widget ul > li:hover,
.offcanvas-sidebar .widget ul > li.menu-item-has-children:hover:after,
.offcanvas-sidebar .widget ul > li:hover > a {
	color: #fff;
	border-bottom-color: #fff;
}
.offcanvas-sidebar .widget,
.offcanvas-sidebar .widget ul li a {
	color: #969696;
	width: 100%;
}
.offcanvas-sidebar .widget ul > li ul {
	margin-left: 10px;
	opacity: 0;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.canvas_active ul {
	opacity: 1;
	height: 100%;
}
.offcanvas-sidebar .widget ul > li li {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
.offcanvas-sidebar .widget-title {
	color: #fff;
}
.offcanvas-sidebar .widget .posts-list .post-item h4 a{
	color: #bdb099;
}
.offcanvas-sidebar .widget .posts-list .post-item .post-meta {
	color: #949494;
}
.offcanvas-sidebar .widget .posts-list .post-item {
	border-bottom: 1px solid #3e3e3e;
}
.offcanvas-sidebar .null-instagram-feed ul.instagram-pics {
	margin: -3px;
}
.offcanvas-sidebar .widget.null-instagram-feed p.clear a {
	color: #949494;
	margin-left: 3px
}
#close-canvas {
	position: absolute;
	top: 40px;
	right: 30px;
}
#close-canvas:after {
	font-family: "SimpleLineIcons";
	content: "\e082";
	font-size: 130%;
	color: #bdb099;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#close-canvas:hover:after {
	color: #fff;
}
/*--------------------------------------------------------------
	Background Image Animation
--------------------------------------------------------------*/
@-webkit-keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
@-moz-keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
@keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
.left_to_right {
	animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
}
@-webkit-keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
@-moz-keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
@keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
.right_to_left {
	animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
}
@-webkit-keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
@-moz-keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
@keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
.top_to_bottom {
	animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
}
@-webkit-keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
@-moz-keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
@keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
.bottom_to_top {
	animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_btt;
}

/*--------------------------------------------------------------
	VC Override
--------------------------------------------------------------*/
.wpb_alert.wpb_content_element {
	color: #fff;
	margin-bottom: 5px;
	padding: 8px 10px 8px 15px;
	position: relative;
	z-index: 0;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wpb_alert.wpb_content_element .messagebox_text {
	background: none;
	padding: 0;
	display: table;
	width: 100%;
}
.wpb_alert.wpb_content_element .messagebox_text > * {
	display: table-cell;
	vertical-align: middle;
}
.wpb_alert.wpb_content_element .messagebox_text span:first-child {
	width: 43px;
}
.wpb_alert.wpb_content_element .messagebox_text i {
	font-size: 200%;
}
article.wpb_single_image {
	margin-bottom: 20px;
}

/* Background Transparent
---------------------------- */
.wpb_alert.wpb_content_element.bg-transparent {
	background: none !important;
	border-width: 1px;
	border-style: solid;
}

/* Alert Info
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-info {
	background-color: #bdb099;
}

/* Alert Warning
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-warning {
	background-color: #FBAF5D;
}

/* Alert Success
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-success {
	background-color: #8DC63F;
}

/* Alert Danger
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-danger {
	background-color: #ed1c24;
}

/* Close action
---------------------------- */
.wpb_alert.wpb_content_element.has-close {
	padding-right: 35px;
}
.wpb_alert .close {
	height: 9px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 9px;
	color: #fff;
	font-size: 140%;
	cursor: pointer;
}

/*--------------------------------------------------------------
	Three Plguin
--------------------------------------------------------------*/
/* Simple subscribe
---------------------------- */
#frm-subscriptionFront {
	padding: 0 15px;
}
#frm-subscriptionFront table tr th,
.widgetGuts h3 {
	display: none;
}
.widget_simplesubscribe label {
	display: none;
}
.widget_simplesubscribe {
	position: relative;
	top: -11px;
}
.widgetGuts form dd {
	margin-bottom: 21px;
}
#frm-subscriptionFront table {
	width: 100%;
}
#frm-subscriptionFront table tr td {
	padding: 0;
}
#frm-subscriptionFront table tr {
	float: none;
}
.widgetGuts table td {
	width: auto ! important;
}
#frm-subscriptionFront table {
	width: 100%;
}
#frm-subscriptionFront #frm-email {
	border: 3px solid #ededed;
	margin-bottom: 30px;
}
#frm-subscriptionFront #frm-email:focus {
	border: 1px solid #c95f32;
	outline: none;
}
#frm-subscriptionFront .subscribeButton {
}
/* simple sbuscribe style2 */
#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront {
	width: 100%;
	text-align: center;
}
#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table {
	width: auto;
	display: inline-block;
}
#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr {
	float: left;
}
#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr:first-child td {
	float: right;
}
#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront #frm-email {
	border: none;
	font-family: 'Georgia';
	height: 60px;
	width: 400px;
}
#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront .subscribeButton.button {
	background-color: #cccccc;
	border-radius: 0;
	margin:0;
	height: 60px;
	padding: 0 43.5px;
	font-size: 87.5%;
}
#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront .subscribeButton.button:hover{
	background-color: #BDB099;
}
/*--------------------------------------------------------------
	Revolution slider
--------------------------------------------------------------*/
.tp-bullets {
	display: none;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
	background: rgba(0,0,0,0.3);
	opacity: 1;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} 
.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
	font-family: FontAwesome;
	color: #fff;
	font-size: 113%;
	line-height: 43px;
}
.tp-leftarrow.default:before {
	content: "\f053";	
	margin-left: 12px;
}
.tp-rightarrow.default:before {
	content: "\f054";	
	margin-left: 15px;
}
.tp-leftarrow.default {
	/*left: 0 !important;*/
}
.tp-rightarrow.default {
	/*right: 0 !important;*/
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	background-color: #bdb099;
}
.revolution-button {
	color: #fff !important; 
	text-shadow: none;	
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
	font-size: 20px;
	font-weight: 700;
	border: 5px solid rgba( 255, 255, 255, .6 );
	display: block;
	padding: 11px 30px;
	text-transform: uppercase;
	font-family: 'PT serif', sans-serif;
}
.revolution-button:hover {
	border-color: rgba( 255, 255, 255, 1 );
}
.revolution-button.orange {
	color: #bdb099 !important;
	border-color: #bdb099;
}
.revolution-button.orange:hover {
	color: #02b98d !important;
	border-color: #02b98d;
}

/*--------------------------------------------------------------
	DARK BACKGROUND
--------------------------------------------------------------*/
.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5 {
	color: #fff !important;
}
.background-dark .k2t-heading.has-border.short_line .text .h: :before {
	background: #fff;
}
.background-dark .k2t-heading .sub_title {
	color: #c5c5c5;
}

/*--------------------------------------------------------------
	Light footer
--------------------------------------------------------------*/
.light-footer .k2t-footer .k2t-bottom,
.light-footer .k2t-info {
	background-color: #fff;
}
.light-footer .k2t-footer .k2t-bottom, .light-footer .k2t-footer .k2t-bottom *,
.light-footer .k2t-footer .k2t-wrap .k2t-row > div,
.light-footer .k2t-footer .k2t-wrap .k2t-row > div > * {
	border-color: #d5e3e8;
}
.light-footer .k2t-footer .k2t-bottom .widget-title {
	color: #bdb099;
}
