/*

Theme Name: Gamepro
Theme URI: http://site.knighthemes.com/gamepro/
Author: knighthemes
Author URI: http://knighthemes.com
Description: Main theme.
Version: 1.0.0

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Reset
//   02. Typography
//   03. General class
//   04. Layout
//	 06. Carousel
//	 07. Isotope
//   08. Header
//   09. Titlebar
//   10. Social
//   11. Widget
//   12. Footer
//   13. Blog single
//   14. Blog large archive
//   15. Blog large archive
//   16. Blog grid archive
//   17. Comment
//   18. 3rd plugin style
//   19. 404 page
// ========================================================================== */
/*--------------------------------------------------------------
	01. 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: 16px;
  /* 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;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
body {
  background: #261011;
  /* Fallback for when there is no custom background color defined. */
  color: #e68a64;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.01em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
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: #e0cbba;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:focus {
  color: #ecae7b;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a img {
  border: 0;
}
iframe {
  display: block;
}
/*--------------------------------------------------------------
	02. Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e7b66a;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 375%;
}
@media only screen and (max-width: 1024px) {
  h1 *,
  .h1 * {
    display: inline-block;
    font-size: 50px;
    line-height: 1.1em;
  }
}
h2,
.h2 {
  font-size: 225%;
  /*
	@media @tablet-max {
		* {
			display: inline-block;
			font-size: 33px;
			line-height: 1.1em;
		}
	}

	@media @iphone6-max {
		* {
			font-size: 27px;
		}
	}

	@media @phone {
		* {
			font-size: 25px;
		}
	}
	*/
}
h3,
.h3 {
  font-size: 187.5%;
  /*
	@media @tablet-max {
		* {
			display: inline-block;
			font-size: 28px;
			line-height: 1.1em;
		}
	}

	@media @iphone6-max {
		* {
			font-size: 23px;
		}
	}

	@media @phone {
		* {
			font-size: 20px;
		}
	}*/
}
h4,
.h4 {
  font-size: 150%;
  /*
	@media @tablet-max {
		* {
			display: inline-block;
			font-size: 22px;
			line-height: 1.1em;
		}
	}

	@media @iphone6-max {
		* {
			font-size: 20px;
		}
	}*/
}
h5,
.h5 {
  font-size: 137.5%;
}
h6,
.h6 {
  font-size: 112.5%;
}
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
q {
  display: block;
}
blockquote,
q {
  color: #fff34d;
  font-size: 100%;
  font-weight: 300;
  margin-bottom: 30px;
  padding-left: 28px;
  position: relative;
}
blockquote:before,
q:before {
  content: '';
  background-color: #e7b66a;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: calc( 100% - 20px );
  min-height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
blockquote p,
q p {
  margin-bottom: 5px;
}
blockquote p:before,
q p:before {
  content: '';
  background-image: url('../img/quote-1.png');
  margin-right: 15px;
}
blockquote p:after,
q p:after {
  content: '';
  background-image: url('../img/quote-2.png');
  margin-left: 15px;
}
blockquote p:before,
q p:before,
blockquote p:after,
q p:after {
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 20px;
}
p > q {
  margin-bottom: 10px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #341719;
  color: #b86948;
  font-size: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}
code,
kbd,
tt,
var {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
  font-size: 100%;
}
abbr,
acronym {
  border-bottom: 1px dotted #b86948;
  cursor: help;
}
mark,
ins {
  background-color: #e7b66a;
  text-decoration: none;
}
sub {
  display: inline-block;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
sup {
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
ul,
ol {
  padding-left: 14px;
}
ul {
  margin-bottom: 1.5em;
}
ol {
  margin: 0 0 1.5em 3em;
}
li > ul,
li > ol {
  margin-bottom: 5px;
  margin-left: 0.1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 1.3em;
}
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 {
  background-color: #b86948;
  height: 2px;
  padding: 0;
  margin: 0;
  clear: both;
  border: 0;
  border-top: 1px solid #666;
}
::selection {
  background: #ecae7b;
  /* Safari */
  color: #fff;
}
::-moz-selection {
  background: #ecae7b;
  /* Firefox */
  color: #fff;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  border: 0;
  color: #e68a64;
  font-size: 125%;
  /* Corrects font size not being inherited in all browsers */
  max-width: 100%;
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  outline: 0;
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input:not(input[type='checkbox']):not(input[type='radio']),
select,
textarea {
  -webkit-appearance: none;
}
select {
  padding: 0 15px;
}
select option {
  margin: 5px 15px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.k2t-btn {
  background: #331718;
  color: #e7b66a;
  cursor: pointer;
  display: inline-block;
  font-size: 87.5%;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  min-width: 171px;
  text-align: center;
  outline: 0;
  text-transform: uppercase;
}
.k2t-btn.medium {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  min-width: 150px;
  text-align: center;
}
.k2t-btn.small {
  border-radius: 15px;
  height: 30px;
  line-height: 40px;
  min-width: 130px;
  text-align: center;
}
.k2t-btn:hover {
  color: #e7b66a;
}
.mejs-inner button {
  min-width: 0;
}
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;
}
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 {
  background: transparent;
  border: 1px solid #603234;
  color: #603234;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 30px;
  padding: 11px 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #b86948;
  color: #b86948;
}
textarea {
  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 #603234;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
iframe {
  max-width: 100%;
}
/*--------------------------------------------------------------
	03. General class
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .md-center {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100% !important;
}
.wp-caption img[class*="wp-image-"] {
  display: inline;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  color: #898989;
  font-size: 70%;
  font-style: italic;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 64px;
}
.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;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-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: 9999;
  /* Above WP toolbar */
}
.gallery {
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 72px !important;
}
@media only screen and (max-width: 667px) {
  .gallery {
    margin-bottom: 40px !important;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333% !important;
}
@media only screen and (max-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 568px) {
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-2 .gallery-item {
    width: 100% !important;
  }
}
.gallery img {
  border: none !important;
}
.gallery .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery .gallery-caption {
  display: none;
}
.wp-video {
  margin: 20px auto;
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wp-video {
    margin-bottom: 100px;
  }
}
.wp-video:after {
  content: '';
  background: #2f1416;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc( 50% + 100px );
  width: 300%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .wp-video:after {
    height: calc( 50% + 50px );
  }
}
.wp-video .mejs-controls {
  background: rgba(0, 0, 0, 0.8) !important;
}
.wp-video .mejs-time-loaded {
  background: #666 !important;
}
.wp-video .mejs-time-current {
  background: #b86948 !important;
}
.sticky {
  z-index: 100;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .tablet-min-full {
    margin-bottom: 30px;
    width: 100%;
  }
}
.drop-cap {
  font-size: 88px;
  font-weight: 900;
  float: left;
  line-height: 88px;
  padding-right: 12px;
  text-transform: uppercase;
}
.column-bg {
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  position: absolute;
  width: 33.33333333%;
  height: 100%;
  min-height: 610px;
  transform: skewX(-2deg);
  overflow: hidden;
}
@media (max-width: 1360px) {
  .column-bg {
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
  }
}
@media only screen and (max-width: 480px) {
  .column-bg {
    position: relative;
    left: 0 !important;
    min-height: 500px;
    width: 100%;
    float: left;
  }
  .column-bg:not(:last-child) {
    margin-bottom: 40px;
  }
}
.column-bg .bg-inner {
  position: relative;
}
.column-bg .bg-inner:after {
  content: '';
  background: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  top: 0;
  right: 500px;
  width: 400%;
  height: 600px;
  -webkit-transform: skewX(-45deg) skewY(-45deg);
  -ms-transform: skewX(-45deg) skewY(-45deg);
  -o-transform: skewX(-45deg) skewY(-45deg);
  transform: skewX(-45deg) skewY(-45deg);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.column-bg .bg-inner:hover:after {
  right: -600px;
}
.column-bg div {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: -40px;
  width: calc( 100% + 80px );
  height: 100%;
  min-height: 500px;
  transform: skewX(2deg);
}
.column-bg:nth-child(1) {
  left: 0%;
}
.column-bg:nth-child(1) div {
  background-image: url("http://basr.lunartheme.com/gamepro/wp-content/uploads/2016/11/home-3-jpg.jpg");
}
.column-bg:nth-child(2) {
  left: 33.33333333%;
}
.column-bg:nth-child(2) div {
  background-image: url("http://basr.lunartheme.com/gamepro/wp-content/uploads/2016/11/home3-2.jpg");
}
.column-bg:nth-child(3) {
  left: 66.66666667%;
}
.column-bg:nth-child(3) div {
  background-image: url("http://basr.lunartheme.com/gamepro/wp-content/uploads/2016/11/home-3-3.jpg");
}
/*--------------------------------------------------------------
	04. Layout
--------------------------------------------------------------*/
.col-1 {
  float: left;
  min-height: 1px;
  width: 8.33333333%;
}
.col-2 {
  float: left;
  min-height: 1px;
  width: 16.66666667%;
}
.col-3 {
  float: left;
  min-height: 1px;
  width: 25%;
}
.col-4 {
  float: left;
  min-height: 1px;
  width: 33.33333333%;
}
.col-5 {
  float: left;
  min-height: 1px;
  width: 41.66666667%;
}
.col-6 {
  float: left;
  min-height: 1px;
  width: 50%;
}
.col-7 {
  float: left;
  min-height: 1px;
  width: 58.33333333%;
}
.col-8 {
  float: left;
  min-height: 1px;
  width: 66.66666667%;
}
.col-9 {
  float: left;
  min-height: 1px;
  width: 75%;
}
.col-10 {
  float: left;
  min-height: 1px;
  width: 83.33333333%;
}
.col-11 {
  float: left;
  min-height: 1px;
  width: 91.66666667%;
}
.col-12 {
  float: left;
  min-height: 1px;
  width: 100%;
}
.k2t-body {
  margin: 0 auto;
  max-width: 100%;
}
.k2t-wrap {
  margin: auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 667px) {
  .k2t-wrap {
    padding: 0 15px;
  }
}
.k2t-container {
  position: relative;
  z-index: 1;
}
.k2t-body,
.k2t-wrap,
.k2t-row,
.k2t-content,
.k2t-footer,
.k2t-info {
  display: inline-block;
  display: block;
}
.k2t-body:before,
.k2t-wrap:before,
.k2t-row:before,
.k2t-content:before,
.k2t-footer:before,
.k2t-info:before,
.k2t-body:after,
.k2t-wrap:after,
.k2t-row:after,
.k2t-content:after,
.k2t-footer:after,
.k2t-info:after {
  content: " ";
  display: table;
}
.k2t-body:after,
.k2t-wrap:after,
.k2t-row:after,
.k2t-content:after,
.k2t-footer:after,
.k2t-info:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow: hidden;
  }
}
body.blog .k2t-content:not(.no-sidebar) .k2t-blog,
body.archive .k2t-content:not(.no-sidebar) .k2t-blog {
  padding-top: 63px;
}
.k2t-content.no-sidebar .k2t-blog,
.k2t-content.no-sidebar .k2t-main {
  width: 100%;
}
.k2t-content.left-sidebar .k2t-sidebar {
  float: left;
  padding-right: 15px;
}
.k2t-content.left-sidebar .k2t-blog {
  float: right;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.left-sidebar .k2t-blog {
    padding-left: 0;
  }
}
.k2t-content.left-sidebar .k2t-main {
  float: right;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.left-sidebar .k2t-main {
    padding-left: 0;
  }
}
.k2t-content.left-sidebar .wrap-inner {
  padding-left: 7.90960452%;
}
@media only screen and (max-width: 768px) {
  .k2t-content.left-sidebar .wrap-inner {
    padding-left: 0;
  }
}
.k2t-content.right-sidebar .k2t-sidebar {
  float: right;
  padding-left: 15px;
}
.k2t-content.right-sidebar .k2t-blog {
  float: left;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.right-sidebar .k2t-blog {
    padding-right: 0;
  }
}
.k2t-content.right-sidebar .k2t-main {
  float: left;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.right-sidebar .k2t-main {
    padding-right: 0;
  }
}
.k2t-content.right-sidebar .wrap-inner {
  padding-right: 7.90960452%;
}
@media only screen and (max-width: 768px) {
  .k2t-content.right-sidebar .wrap-inner {
    padding-right: 0;
  }
}
.k2t-content .k2t-blog {
  width: calc( 100% - 270px );
}
@media only screen and (max-width: 767px) {
  .k2t-content .k2t-blog {
    width: 100%;
  }
}
.k2t-content .k2t-blog .k2t-blog-inner {
  background: transparent;
}
.k2t-content .k2t-blog .post-item .post-inner {
  background-color: transparent;
}
.k2t-content .k2t-sidebar {
  float: left;
  padding-top: 62px;
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .k2t-content .k2t-sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner {
  background: transparent;
}
.k2t-content.right-sidebar .k2t-main,
.k2t-content.left-sidebar .k2t-main {
  width: 900px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.right-sidebar .k2t-main,
  .k2t-content.left-sidebar .k2t-main {
    width: 100%;
  }
}
body.page {
  background: #230e0f;
}
body.page.page-template .k2t-content > .k2t-wrap {
  max-width: 1200px;
  padding: 0 15px;
}
body.page .k2t-content > .k2t-wrap {
  padding: 0;
  max-width: 1170px;
}
body.page .k2t-content .content-page:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
body.page .k2t-content .content-page > p {
  margin-bottom: 0;
}
body.page .k2t-content .k2t-blog + .k2t-sidebar {
  padding-top: 50px;
}
body.page.no-vc .k2t-content .content-page {
  background: #2f1416;
  margin-top: 63px;
  padding: 30px;
}
body.page.no-vc .k2t-content .content-page > p {
  margin-bottom: 15px;
}
body.page.no-vc .k2t-content .comments-area {
  margin-top: 38px;
  padding: 10px 0 10px;
}
body.page.no-vc .k2t-footer {
  margin-top: 50px;
}
.content-page {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}
.vc_row .wpb_button,
.vc_row .wpb_content_element,
.vc_row ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.no-vc.single-post .related-posts {
  margin-bottom: 50px !important;
}
.no-vc .k2t-header-mid .k2t-row > div:last-child {
  text-align: right;
}
.no-vc .k2t-menu > li {
  padding: 0 15px;
}
.no-vc .k2t-menu > li:last-child {
  padding-right: 0;
}
.no-vc .k2t-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.no-vc .k2t-content .content-page {
  font-size: 16px;
  line-height: 210%;
  text-align: left;
}
.no-vc .k2t-footer {
  padding-top: 0;
}
.mask-gradient {
  position: relative;
}
.mask-gradient .vc_column-inner:hover:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask-gradient .vc_column-inner:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask-gradient .vc_column-inner:before {
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0) );
  background: -o-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0.0) );
  background: -moz-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0) );
  background: linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0) );
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask-gradient .vc_column-inner:after {
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(right,rgba(255,87,34,0.8),rgba(0,0,0,0) );
  background: -o-linear-gradient(right,rgba(255,87,34,0.8),rgba(0,0,0,0.0) );
  background: -moz-linear-gradient(right,rgba(255,87,34,0.8),rgba(0,0,0,0) );
  background: linear-gradient(to right, rgba(255,87,34,0.8),rgba(0,0,0,0) );
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask-gradient .vc_column-inner > * {
  position: relative;
  z-index: 2;
}
.mask-0-4:before {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mask-0-4 > * {
  position: relative;
  z-index: 2;
}
/*--------------------------------------------------------------
	05. Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	06. Carousel
--------------------------------------------------------------*/
.owl-carousel + p,
.owl-carousel + h1,
.owl-carousel + h2,
.owl-carousel + h3,
.owl-carousel + h4,
.owl-carousel + ul,
.owl-carousel + ol,
.owl-carousel + blockquote,
.owl-carousel + q {
  margin-top: 35px;
}
.owl-carousel {
  margin-bottom: 15px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: #ecae7b;
  font-size: 38px;
  line-height: 48px;
  position: relative;
  height: 48px;
  width: 42px;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  opacity: 0.32;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before,
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after,
.owl-nav .owl-prev *,
.owl-nav .owl-next * {
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav .owl-prev {
  float: left;
  margin-left: 20px;
  text-align: left;
}
.owl-nav .owl-prev:before {
  content: '\f2fa';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 48px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 25px;
  text-shadow: 1px 0px 20px rgba(255, 255, 255, 0.5);
}
.owl-nav .owl-prev:after {
  content: '\f2fa';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 35px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  opacity: 0.13;
}
.owl-nav .owl-prev i:not(.prev-hover4) {
  position: absolute;
  right: 12px;
}
.owl-nav .owl-prev .prev-hover4:before {
  content: '\f2fa';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 36px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: -15px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav .owl-prev:hover:before {
  animation: owlNavPreHover 3s linear 0s infinite both;
}
.owl-nav .owl-prev:hover i {
  animation: owlNavPreHover1 3s linear 0s infinite both;
}
.owl-nav .owl-prev:hover:after {
  animation: owlNavPreHover2 3s linear 0s infinite both;
}
.owl-nav .owl-prev:hover .prev-hover4:before {
  animation: owlNavPreHover3 3s linear 0s infinite both;
}
.owl-nav .owl-next {
  float: right;
  margin-right: 20px;
  text-align: right;
}
.owl-nav .owl-next:before,
.owl-nav .owl-next:after,
.owl-nav .owl-next * {
  line-height: 100%;
}
.owl-nav .owl-next:before,
.owl-nav .owl-next:after,
.owl-nav .owl-next i:not(.next-hover4) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav .owl-next:before {
  content: '\f2fb';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 36px;
  right: 28px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.13;
}
.owl-nav .owl-next:after {
  content: '\f2fb';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 48px;
  right: 0;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 0px 20px #ffead3;
}
.owl-nav .owl-next i:not(.next-hover4) {
  font-size: 38px;
  right: 14px;
}
.owl-nav .owl-next .next-hover4:after {
  content: '\f2fb';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 43px;
  opacity: 0;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav .owl-next:hover:after {
  animation: owlNavNextHover 3s linear 0s infinite both;
}
.owl-nav .owl-next:hover i {
  animation: owlNavNextHover1 3s linear 0s infinite both;
}
.owl-nav .owl-next:hover:before {
  animation: owlNavNextHover2 3s linear 0s infinite both;
}
.owl-nav .owl-next:hover .next-hover4:before {
  animation: owlNavNextHover3 3s linear 0s infinite both;
}
.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 41px;
  height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-dots .owl-dot {
  float: left;
  margin-right: 20px;
  line-height: 10px;
  height: 10px;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #b86948;
  border-color: #b86948;
}
.owl-dots .owl-dot span {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
@-webkit-keyframes owlNavPreHover {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 48px;
    opacity: 1;
  }
  25% {
    font-size: 55px;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    opacity: 0;
  }
  25.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(43px, -50%);
    -ms-transform: translate(43px, -50%);
    -o-transform: translate(43px, -50%);
    transform: translate(43px, -50%);
  }
  50% {
    font-size: 36px;
    opacity: 0.13;
    -webkit-transform: translate(25px, -50%);
    -ms-transform: translate(25px, -50%);
    -o-transform: translate(25px, -50%);
    transform: translate(25px, -50%);
  }
  75% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(13px, -50%);
    -ms-transform: translate(13px, -50%);
    -o-transform: translate(13px, -50%);
    transform: translate(13px, -50%);
  }
  100% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
}
/* Standard syntax */
@keyframes owlNavPreHover {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 48px;
    opacity: 1;
  }
  25% {
    font-size: 55px;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    opacity: 0;
  }
  25.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(43px, -50%);
    -ms-transform: translate(43px, -50%);
    -o-transform: translate(43px, -50%);
    transform: translate(43px, -50%);
  }
  50% {
    font-size: 36px;
    opacity: 0.13;
    -webkit-transform: translate(25px, -50%);
    -ms-transform: translate(25px, -50%);
    -o-transform: translate(25px, -50%);
    transform: translate(25px, -50%);
  }
  75% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(13px, -50%);
    -ms-transform: translate(13px, -50%);
    -o-transform: translate(13px, -50%);
    transform: translate(13px, -50%);
  }
  100% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
}
@-webkit-keyframes owlNavPreHover1 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 38px;
    opacity: 0.32;
  }
  25% {
    font-size: 48px;
    -webkit-transform: translate(-13px, -50%);
    -ms-transform: translate(-13px, -50%);
    -o-transform: translate(-13px, -50%);
    transform: translate(-13px, -50%);
    opacity: 1;
    text-shadow: 1px 0px 20px #ffead3;
  }
  50% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(-28px, -50%);
    -ms-transform: translate(-28px, -50%);
    -o-transform: translate(-28px, -50%);
    transform: translate(-28px, -50%);
  }
  50.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(27px, -50%);
    -ms-transform: translate(27px, -50%);
    -o-transform: translate(27px, -50%);
    transform: translate(27px, -50%);
  }
  75% {
    font-size: 36px;
    opacity: 0.12;
    -webkit-transform: translate(12px, -50%);
    -ms-transform: translate(12px, -50%);
    -o-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
  }
  100% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Standard syntax */
@keyframes owlNavPreHover1 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 38px;
    opacity: 0.32;
  }
  25% {
    font-size: 48px;
    -webkit-transform: translate(-13px, -50%);
    -ms-transform: translate(-13px, -50%);
    -o-transform: translate(-13px, -50%);
    transform: translate(-13px, -50%);
    opacity: 1;
    text-shadow: 1px 0px 20px #ffead3;
  }
  50% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(-28px, -50%);
    -ms-transform: translate(-28px, -50%);
    -o-transform: translate(-28px, -50%);
    transform: translate(-28px, -50%);
  }
  50.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(27px, -50%);
    -ms-transform: translate(27px, -50%);
    -o-transform: translate(27px, -50%);
    transform: translate(27px, -50%);
  }
  75% {
    font-size: 36px;
    opacity: 0.12;
    -webkit-transform: translate(12px, -50%);
    -ms-transform: translate(12px, -50%);
    -o-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
  }
  100% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes owlNavPreHover1 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 38px;
    opacity: 0.32;
  }
  25% {
    font-size: 48px;
    -webkit-transform: translate(-13px, -50%);
    -ms-transform: translate(-13px, -50%);
    -o-transform: translate(-13px, -50%);
    transform: translate(-13px, -50%);
    opacity: 1;
    text-shadow: 1px 0px 20px #ffead3;
  }
  50% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(-28px, -50%);
    -ms-transform: translate(-28px, -50%);
    -o-transform: translate(-28px, -50%);
    transform: translate(-28px, -50%);
  }
  50.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(27px, -50%);
    -ms-transform: translate(27px, -50%);
    -o-transform: translate(27px, -50%);
    transform: translate(27px, -50%);
  }
  75% {
    font-size: 36px;
    opacity: 0.12;
    -webkit-transform: translate(12px, -50%);
    -ms-transform: translate(12px, -50%);
    -o-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
  }
  100% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Standard syntax */
@keyframes owlNavPreHover2 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 36px;
    opacity: 0.13;
  }
  25% {
    font-size: 38px;
    -webkit-transform: translate(-12px, -50%);
    -ms-transform: translate(-12px, -50%);
    -o-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
    opacity: 0.32;
  }
  50% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(-25px, -50%);
    -ms-transform: translate(-25px, -50%);
    -o-transform: translate(-25px, -50%);
    transform: translate(-25px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  75% {
    font-size: 55px;
    -webkit-transform: translate(-40px, -50%);
    -ms-transform: translate(-40px, -50%);
    -o-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%);
    opacity: 0;
  }
  75.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
  }
  100% {
    font-size: 26px;
    opacity: 0.13;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes owlNavPreHover2 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 36px;
    opacity: 0.13;
  }
  25% {
    font-size: 38px;
    -webkit-transform: translate(-12px, -50%);
    -ms-transform: translate(-12px, -50%);
    -o-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
    opacity: 0.32;
  }
  50% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(-25px, -50%);
    -ms-transform: translate(-25px, -50%);
    -o-transform: translate(-25px, -50%);
    transform: translate(-25px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  75% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(-40px, -50%);
    -ms-transform: translate(-40px, -50%);
    -o-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%);
  }
  75.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
  }
  100% {
    font-size: 36px;
    opacity: 0.13;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Standard syntax */
@keyframes owlNavPreHover3 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    opacity: 0;
  }
  25% {
    font-size: 36px;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    opacity: 0.13;
  }
  50% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(-27px, -50%);
    -ms-transform: translate(-27px, -50%);
    -o-transform: translate(-27px, -50%);
    transform: translate(-27px, -50%);
  }
  75% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(-42px, -50%);
    -ms-transform: translate(-42px, -50%);
    -o-transform: translate(-42px, -50%);
    transform: translate(-42px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  99.9999% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(-57px, -50%);
    -ms-transform: translate(-57px, -50%);
    -o-transform: translate(-57px, -50%);
    transform: translate(-57px, -50%);
  }
  100% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes owlNavPreHover3 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    opacity: 0;
  }
  25% {
    font-size: 36px;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    opacity: 0.13;
  }
  50% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(-27px, -50%);
    -ms-transform: translate(-27px, -50%);
    -o-transform: translate(-27px, -50%);
    transform: translate(-27px, -50%);
  }
  75% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(-42px, -50%);
    -ms-transform: translate(-42px, -50%);
    -o-transform: translate(-42px, -50%);
    transform: translate(-42px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  99.9999% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(-57px, -50%);
    -ms-transform: translate(-57px, -50%);
    -o-transform: translate(-57px, -50%);
    transform: translate(-57px, -50%);
  }
  100% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes owlNavNextHover {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 48px;
    opacity: 1;
  }
  25% {
    font-size: 55px;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    opacity: 0;
  }
  25.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(-43px, -50%);
    -ms-transform: translate(-43px, -50%);
    -o-transform: translate(-43px, -50%);
    transform: translate(-43px, -50%);
  }
  50% {
    font-size: 36px;
    opacity: 0.13;
    -webkit-transform: translate(-25px, -50%);
    -ms-transform: translate(-25px, -50%);
    -o-transform: translate(-25px, -50%);
    transform: translate(-25px, -50%);
  }
  75% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(-13px, -50%);
    -ms-transform: translate(-13px, -50%);
    -o-transform: translate(-13px, -50%);
    transform: translate(-13px, -50%);
  }
  100% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
}
/* Standard syntax */
@keyframes owlNavNextHover {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 48px;
    opacity: 1;
  }
  25% {
    font-size: 55px;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    opacity: 0;
  }
  25.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(-43px, -50%);
    -ms-transform: translate(-43px, -50%);
    -o-transform: translate(-43px, -50%);
    transform: translate(-43px, -50%);
  }
  50% {
    font-size: 36px;
    opacity: 0.13;
    -webkit-transform: translate(-25px, -50%);
    -ms-transform: translate(-25px, -50%);
    -o-transform: translate(-25px, -50%);
    transform: translate(-25px, -50%);
  }
  75% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(-13px, -50%);
    -ms-transform: translate(-13px, -50%);
    -o-transform: translate(-13px, -50%);
    transform: translate(-13px, -50%);
  }
  100% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
}
/* Standard syntax */
@keyframes owlNavNextHover1 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 38px;
    opacity: 0.32;
  }
  25% {
    font-size: 48px;
    -webkit-transform: translate(13px, -50%);
    -ms-transform: translate(13px, -50%);
    -o-transform: translate(13px, -50%);
    transform: translate(13px, -50%);
    opacity: 1;
    text-shadow: 1px 0px 20px #ffead3;
  }
  50% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(28px, -50%);
    -ms-transform: translate(28px, -50%);
    -o-transform: translate(28px, -50%);
    transform: translate(28px, -50%);
  }
  50.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(-27px, -50%);
    -ms-transform: translate(-27px, -50%);
    -o-transform: translate(-27px, -50%);
    transform: translate(-27px, -50%);
  }
  75% {
    font-size: 36px;
    opacity: 0.12;
    -webkit-transform: translate(-12px, -50%);
    -ms-transform: translate(-12px, -50%);
    -o-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
  }
  100% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes owlNavNextHover1 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 38px;
    opacity: 0.32;
  }
  25% {
    font-size: 48px;
    -webkit-transform: translate(13px, -50%);
    -ms-transform: translate(13px, -50%);
    -o-transform: translate(13px, -50%);
    transform: translate(13px, -50%);
    opacity: 1;
    text-shadow: 1px 0px 20px #ffead3;
  }
  50% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(28px, -50%);
    -ms-transform: translate(28px, -50%);
    -o-transform: translate(28px, -50%);
    transform: translate(28px, -50%);
  }
  50.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(-27px, -50%);
    -ms-transform: translate(-27px, -50%);
    -o-transform: translate(-27px, -50%);
    transform: translate(-27px, -50%);
  }
  75% {
    font-size: 36px;
    opacity: 0.12;
    -webkit-transform: translate(-12px, -50%);
    -ms-transform: translate(-12px, -50%);
    -o-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
  }
  100% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Standard syntax */
@keyframes owlNavNextHover2 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 36px;
    opacity: 0.13;
  }
  25% {
    font-size: 38px;
    -webkit-transform: translate(12px, -50%);
    -ms-transform: translate(12px, -50%);
    -o-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
    opacity: 0.32;
  }
  50% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(25px, -50%);
    -ms-transform: translate(25px, -50%);
    -o-transform: translate(25px, -50%);
    transform: translate(25px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  75% {
    font-size: 55px;
    -webkit-transform: translate(40px, -50%);
    -ms-transform: translate(40px, -50%);
    -o-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
    opacity: 0;
  }
  75.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
  }
  100% {
    font-size: 26px;
    opacity: 0.13;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes owlNavNextHover2 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 36px;
    opacity: 0.13;
  }
  25% {
    font-size: 38px;
    -webkit-transform: translate(12px, -50%);
    -ms-transform: translate(12px, -50%);
    -o-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
    opacity: 0.32;
  }
  50% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(25px, -50%);
    -ms-transform: translate(25px, -50%);
    -o-transform: translate(25px, -50%);
    transform: translate(25px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  75% {
    font-size: 55px;
    -webkit-transform: translate(40px, -50%);
    -ms-transform: translate(40px, -50%);
    -o-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
    opacity: 0;
  }
  75.00001% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
  }
  100% {
    font-size: 26px;
    opacity: 0.13;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Standard syntax */
@keyframes owlNavNextHover3 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    opacity: 0;
  }
  25% {
    font-size: 36px;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    opacity: 0.13;
  }
  50% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(27px, -50%);
    -ms-transform: translate(27px, -50%);
    -o-transform: translate(27px, -50%);
    transform: translate(27px, -50%);
  }
  75% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(42px, -50%);
    -ms-transform: translate(42px, -50%);
    -o-transform: translate(42px, -50%);
    transform: translate(42px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  99.9999% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(57px, -50%);
    -ms-transform: translate(57px, -50%);
    -o-transform: translate(57px, -50%);
    transform: translate(57px, -50%);
  }
  100% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes owlNavNextHover3 {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    opacity: 0;
  }
  25% {
    font-size: 36px;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    opacity: 0.13;
  }
  50% {
    font-size: 38px;
    opacity: 0.32;
    -webkit-transform: translate(27px, -50%);
    -ms-transform: translate(27px, -50%);
    -o-transform: translate(27px, -50%);
    transform: translate(27px, -50%);
  }
  75% {
    font-size: 48px;
    opacity: 1;
    -webkit-transform: translate(42px, -50%);
    -ms-transform: translate(42px, -50%);
    -o-transform: translate(42px, -50%);
    transform: translate(42px, -50%);
    text-shadow: 1px 0px 20px #ffead3;
  }
  99.9999% {
    font-size: 55px;
    opacity: 0;
    -webkit-transform: translate(57px, -50%);
    -ms-transform: translate(57px, -50%);
    -o-transform: translate(57px, -50%);
    transform: translate(57px, -50%);
  }
  100% {
    font-size: 30px;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/*--------------------------------------------------------------
	07. Isotope
--------------------------------------------------------------*/
.basr-isotope.column-5 .isotope-item {
  width: 20%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-5 .isotope-item {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-5 .isotope-item {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-5 .isotope-item {
    width: 20%;
  }
}
.basr-isotope.column-4 .isotope-item {
  width: 25%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-4 .isotope-item {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-4 .isotope-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-4 .isotope-item {
    width: 25%;
  }
}
.basr-isotope.column-3 .isotope-item {
  width: 33.33333333%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-3 .isotope-item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-3 .isotope-item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-3 .isotope-item {
    width: 33.33333333%;
  }
}
.basr-isotope.column-2 .isotope-item {
  width: 50%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-2 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-2 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-2 .isotope-item {
    width: 50%;
  }
}
.basr-isotope.column-1 .isotope-item {
  width: 100%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-1 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-1 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-1 .isotope-item {
    width: 100%;
  }
}
.basr-isotope {
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-2 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-2 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-3 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-3 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-4 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-4 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-5 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-5 .isotope-item {
    width: 100%;
  }
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
	08. Header Default
--------------------------------------------------------------*/
/**
 * Default - Menus
 */
.wrap-header-defaul {
  background: rgba(32, 14, 9, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.site-header-menu {
  display: inline-block;
  display: block;
  display: none;
  float: right;
}
.site-header-menu:before,
.site-header-menu:after {
  content: " ";
  display: table;
}
.site-header-menu:after {
  clear: both;
}
.site-header {
  display: inline-block;
  display: block;
}
.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header .site-header-main {
  width: 100%;
}
.site-header:before {
  content: '';
  background: -webkit-linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
  background: -moz-linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
  background: -o-linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
  background: linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50%;
  height: 2px;
}
.site-header:after {
  content: '';
  background: -webkit-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
  background: -moz-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
  background: -o-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
  background: linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 50%;
  height: 2px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation ul li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}
.main-navigation ul ul {
  display: none;
}
.main-navigation ul.toggled-on {
  display: block;
}
.main-navigation a {
  display: block;
  line-height: 80px;
  outline-offset: -1px;
}
.main-navigation a:hover {
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.7);
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.7);
}
.main-navigation .menu-item-has-children > a {
  margin-right: 50px;
}
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}
.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}
.dropdown-toggle:focus:after {
  border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
  content: "\f432";
}
.site-header {
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header-main {
  position: relative;
  display: inline-block;
  display: block;
}
.site-header-main:before,
.site-header-main:after {
  content: " ";
  display: table;
}
.site-header-main:after {
  clear: both;
}
.site-header-main .site-branding {
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  float: left;
}
.site-header-main .site-branding .site-title {
  font-size: 46px;
  font-weight: 700;
  margin: 0;
}
.site-header-main .site-branding .site-title a {
  color: #e7b66a;
  line-height: 80px;
}
.site-header-main .site-branding .site-description {
  display: none;
}
.site-header-main .menu-toggle {
  background-color: transparent;
  border: 1px solid #e7b66a;
  color: #e7b66a;
  font-size: 13px;
  float: right;
  min-width: auto;
  position: absolute;
  top: 14px;
  right: 15px;
}
.site-header-main .menu-toggle:hover,
.site-header-main .menu-toggle:focus {
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.9);
}
.site-header-main .menu-toggle:focus {
  outline: 0;
}
.site-header-main .menu-toggle.toggled-on:hover,
.site-header-main .menu-toggle.toggled-on:focus {
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.9);
}
.site-header-main .menu-toggle.toggled-on:focus {
  outline: thin dotted;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu {
  display: block;
  width: 100%;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu {
  padding-left: 0;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:hover {
  cursor: pointer;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:hover a {
  text-shadow: none;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:hover:after {
  color: #e7b66a;
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.9);
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:hover > a:hover {
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.9);
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li.menu-item-has-children:before {
  content: '';
  background: #d1d1d1;
  display: block;
  position: absolute;
  top: 18px;
  right: 49px;
  width: 1px;
  height: 24px;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li.menu-item-has-children:after {
  content: '\f2f9';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 18px;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu .sub-menu.active {
  display: block;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu .sub-menu li {
  border-bottom: none;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu a {
  color: #e7b66a;
  line-height: 1.2em;
  padding: 20px 0;
}
.custom-logo-link {
  display: block;
}
.custom-logo {
  max-width: 180px;
}
.header-image {
  clear: both;
  margin: 0.875em 0;
}
.header-image a {
  display: block;
}
.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}
@media screen and (min-width: 56.875em) {
  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .main-navigation a {
    white-space: nowrap;
  }
  .main-navigation .primary-menu li,
  .main-navigation .primary-menu > li {
    border: 0;
  }
  .main-navigation .primary-menu > li {
    float: left;
  }
  .main-navigation .primary-menu > li:not(:last-child) {
    margin-right: 20px;
  }
  .main-navigation .primary-menu li:hover > a,
  .main-navigation .primary-menu li .focus > a {
    color: #e7b66a;
  }
  .main-navigation ul ul {
    background-color: rgba(32, 14, 9, 0.8);
    display: block;
    left: -999em;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    z-index: 99999;
  }
  .main-navigation ul ul li {
    border-bottom-width: 0;
    padding: 10px 20px;
    min-width: 200px;
  }
  .main-navigation ul ul li a {
    line-height: 1.2em;
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
  .main-navigation ul ul li:hover > ul.sub-menu,
  .main-navigation ul ul li.focus > ul.sub-menu {
    top: 0;
  }
  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 20px;
  }
  .main-navigation .menu-item-has-children > a:after {
    content: '\f2f9';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }
  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }
}
@media screen and (min-width: 61.5625em) {
  .custom-logo {
    max-width: 240px;
  }
}
/*--------------------------------------------------------------
	08. Header
--------------------------------------------------------------*/
.header-sticky .k2t-header {
  position: fixed !important;
  top: 0;
  left: 0;
}
.k2t-header {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.k2t-header * {
  box-sizing: border-box;
}
.k2t-header:before {
  background: transparent;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 999;
}
.k2t-header:after {
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.k2t-header .full-width.k2t-header-top,
.k2t-header .full-width.k2t-header-mid,
.k2t-header .full-width.k2t-header-bottom {
  background-color: rgba(32, 14, 9, 0.8);
}
.k2t-header .full-width.k2t-header-top .k2t-wrap,
.k2t-header .full-width.k2t-header-mid .k2t-wrap,
.k2t-header .full-width.k2t-header-bottom .k2t-wrap {
  max-width: 100%;
}
.k2t-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  overflow-y: scroll;
}
.k2t-header.fixed > div {
  background: none;
}
.k2t-header.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.k2t-header > div {
  margin: 0 auto;
  width: 100%;
}
.k2t-header .sticky {
  background: rgba(32, 14, 9, 0.8);
  position: fixed !important;
  top: 0;
  left: 0;
}
.k2t-header .align-right > :last-child {
  margin-right: 0;
}
.k2t-header .social {
  list-style: none;
  float: left;
  padding-left: 0;
  margin-bottom: 0;
}
.k2t-header .social li {
  float: left;
  list-style: none;
  width: 30px;
  text-align: center;
}
.h-element {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
}
/* k2t-menu */
.k2t-menu {
  margin-bottom: 0;
}
.k2t-menu ul {
  margin-bottom: 0;
}
.k2t-menu ul.sub-menu .sub-menu {
  top: 0;
}
.k2t-menu .k2t-row > div:last-child > div:last-child {
  margin-right: 15px;
}
.k2t-menu > li {
  display: inline-block;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
}
.k2t-menu > li a {
  color: #e7b66a;
  font-size: 17px;
  padding-left: 57px;
  padding-right: 57px;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 0;
}
@media (max-width: 1280px) {
  .k2t-menu > li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .k2t-menu > li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.k2t-menu > li a:before,
.k2t-menu > li a:after,
.k2t-menu > li a span:before {
  content: '';
  background: -webkit-linear-gradient(to right, rgba(95,48,35,0),rgba(95,48,35,1),rgba(95,48,35,0));
  background: -moz-linear-gradient(to right, rgba(95,48,35,0),rgba(95,48,35,1),rgba(95,48,35,0));
  background: -o-linear-gradient(to right, rgba(95,48,35,0),rgba(95,48,35,1),rgba(95,48,35,0));
  background: linear-gradient(to right, rgba(95,48,35,0),rgba(95,48,35,1),rgba(95,48,35,0));
  position: absolute;
  top: 35%;
  left: 0;
  opacity: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
}
.k2t-menu > li a:after {
  top: 45%;
}
.k2t-menu > li a span:before {
  top: 55%;
}
.k2t-menu > li a:hover {
  color: #b86948;
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.7);
}
.k2t-menu > li a:hover:before,
.k2t-menu > li a:hover:after,
.k2t-menu > li a:hover span:before {
  opacity: 1;
}
.k2t-menu > li.current-menu-ancestor > a {
  color: #b86948;
}
.k2t-menu .current-menu-item > a,
.k2t-menu .current-menu-parent > a {
  color: #b86948;
}
.k2t-menu .current-menu-item > a:before,
.k2t-menu .current-menu-parent > a:before,
.k2t-menu .current-menu-item > a:after,
.k2t-menu .current-menu-parent > a:after,
.k2t-menu .current-menu-item > a span:before,
.k2t-menu .current-menu-parent > a span:before {
  opacity: 1;
}
.k2t-menu li {
  list-style: none;
  position: relative;
}
.k2t-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-menu li ul {
  background-color: rgba(32, 14, 9, 0.8);
  padding: 36px 30px 30px;
  position: absolute;
  left: 0;
  top: 103%;
  width: 250px;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.k2t-menu li ul li {
  line-height: 30px;
}
.k2t-menu li ul li a {
  display: table;
  font-weight: 300;
  line-height: 21px;
  padding: 0 0 15px;
  text-align: left;
  width: auto;
}
.k2t-menu li ul li a:hover {
  color: #b86948;
}
.k2t-menu li ul li a:before,
.k2t-menu li ul li a:after,
.k2t-menu li ul li a span:before {
  top: 25%;
  width: 110%;
}
.k2t-menu li ul li a:after {
  top: 30%;
}
.k2t-menu li ul li a span:before {
  top: 35%;
}
.k2t-menu li ul li ul {
  top: -50%;
  left: 210px;
}
.k2t-menu .k2t-megamenu {
  position: initial;
}
.k2t-menu .k2t-megamenu:hover .mega-container,
.k2t-menu .k2t-megamenu:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-menu .k2t-megamenu .mega-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-menu .mega-container {
  background: rgba(32, 14, 9, 0.8);
  padding: 0 15px;
  position: absolute;
  top: 82px;
  left: -90px;
  width: 200%;
  max-width: 1200px;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.k2t-menu .mega-container > ul {
  display: table;
  table-layout: fixed;
  max-width: 1170px;
  margin: 0 auto;
  padding: 4px 30px 0 20px;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.k2t-menu .mega-container > ul > li {
  display: table-cell;
  padding: 0 15px;
  position: relative;
}
.k2t-menu .mega-container > ul > li > a {
  font-size: 16px;
  letter-spacing: 0.1em;
  min-width: 200px;
  margin-top: 38px;
  padding: 0 30px 0;
  text-transform: uppercase;
  z-index: 9999;
}
.k2t-menu .mega-container > ul > li > a:hover {
  color: #b86948;
}
.k2t-menu .mega-container > ul > li > a:hover:before,
.k2t-menu .mega-container > ul > li > a:hover:after,
.k2t-menu .mega-container > ul > li > a:hover span:before {
  top: 35%;
  left: 0;
  width: 90%;
}
.k2t-menu .mega-container > ul > li > a:hover:after {
  top: 45%;
}
.k2t-menu .mega-container > ul > li > a:hover span:before {
  top: 50%;
}
.k2t-menu .mega-container > ul > li ul {
  margin-left: 0;
  padding-top: 20px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
/* k2t-logo */
.k2t-logo .logo-text {
  display: inline-block;
  height: 80px;
  line-height: 120%;
  margin-bottom: 0;
  white-space: nowrap;
}
.k2t-header-m {
  display: none;
}
.admin-bar .mobile-menu-wrap {
  padding-top: 50px;
}
.admin-bar .mobile-menu-wrap .m-trigger {
  top: 48px !important;
}
.search-box {
  height: 80px;
  line-height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .search-box {
    height: 60px;
    line-height: 60px;
  }
}
.search-box .icon-search {
  color: #e7b66a;
  font-size: 24px;
  line-height: 80px;
}
.search-box .icon-search:hover {
  color: #b86948;
  cursor: pointer;
}
.k2t-searchbox {
  display: table;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -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;
  z-index: 100000;
  visibility: hidden;
}
.k2t-searchbox .hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999;
}
.k2t-searchbox .hamburger .hamburger-inner,
.k2t-searchbox .hamburger .hamburger-inner::before,
.k2t-searchbox .hamburger .hamburger-inner::after {
  background-color: #fff;
}
.k2t-searchbox .mark {
  background-color: rgba(0, 0, 0, 0.97);
  height: 200%;
  width: 200%;
  position: absolute;
  top: -50%;
  right: -50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
.k2t-searchbox .searchform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.k2t-searchbox .searchform input {
  background-color: transparent;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  min-width: 750px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .k2t-searchbox .searchform input {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    min-width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-searchbox .searchform input {
    font-size: 20px;
    min-width: 340px;
  }
}
.k2t-searchbox .searchform input::-webkit-input-placeholder {
  color: #fff !important;
}
.k2t-searchbox .searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.k2t-searchbox .searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.mode-search .k2t-searchbox {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .k2t-header .k2t-menu > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile {
    display: inline-block;
    display: block;
    display: none;
    padding: 0 10px;
    position: relative;
    z-index: 10;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile:before,
  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
    content: " ";
    display: table;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
    clear: both;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile > * {
    height: 40px;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info {
    font-size: 14px;
    width: 70%;
    float: left;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info p {
    margin-bottom: 0;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right {
    width: 30%;
    float: left;
    text-align: right;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart {
    padding-right: 3px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child .shop-item,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart .shop-item {
    top: 44px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social {
    display: inline-block;
    position: relative;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share {
    top: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share ul,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share ul {
    opacity: 1;
    width: 400px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover ul {
    opacity: 1;
    height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul {
    background: #fff;
    padding: 2px !important;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul:hover {
    opacity: 1;
    width: 400px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li {
    height: 40px;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li a {
    padding: 0;
    width: 40px;
  }
  .k2t-header .k2t-header-m > div {
    width: 100%;
  }
  .k2t-header .k2t-header-m .main-menu-m {
    background: rgba(32, 14, 9, 0.8);
    display: inline-block;
    display: block;
  }
  .k2t-header .k2t-header-m .main-menu-m:before,
  .k2t-header .k2t-header-m .main-menu-m:after {
    content: " ";
    display: table;
  }
  .k2t-header .k2t-header-m .main-menu-m:after {
    clear: both;
  }
  .k2t-header .k2t-header-m .main-menu-m > div {
    float: left;
    line-height: 60px;
    max-height: 60px;
    position: relative;
  }
  .k2t-header .k2t-header-m .k2t-menu-m {
    padding-left: 15px;
    height: 80px;
    width: calc( 50% - 84px );
  }
  .k2t-header .k2t-header-m .k2t-menu-m:after {
    content: '';
    background: -webkit-linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
    background: -moz-linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
    background: -o-linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
    background: linear-gradient(to right, rgba(95, 48, 35, 0), #5f3023);
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .k2t-header .k2t-header-m .k2t-menu-m .hamburger.is-active {
    z-index: 9999;
    -webkit-transform: translateY(-43px);
    -ms-transform: translateY(-43px);
    -o-transform: translateY(-43px);
    transform: translateY(-43px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m .k2t-menu-m .hamburger .hamburger-box > * {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  .k2t-header .k2t-header-m .k2t-logo-m {
    width: 168px;
    text-align: center;
  }
  .k2t-header .k2t-header-m .k2t-logo-m .logo-text {
    position: relative;
    z-index: 10;
  }
  .k2t-header .k2t-header-m .k2t-logo-m .logo-text a {
    font-size: 38px;
  }
  .k2t-header .k2t-header-m .k2t-logo-m img {
    display: block;
    max-height: 60px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    z-index: 2;
  }
  .k2t-header .k2t-header-m .k2t-logo-m .hafl-elip {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    overflow: hidden;
  }
  .k2t-header .k2t-header-m .k2t-logo-m .hafl-elip:after {
    content: '';
    background: rgba(32, 14, 9, 0.8);
    border: 2px solid #5f3023;
    border-radius: 50%;
    padding-bottom: 120%;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .k2t-header .k2t-header-m .k2t-right-m {
    padding-right: 15px;
    width: calc( 50% - 84px );
    text-align: right;
  }
  .k2t-header .k2t-header-m .k2t-right-m:after {
    content: '';
    background: -webkit-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    background: -moz-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    background: -o-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    background: linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .k2t-header .k2t-header-m .k2t-right-m > div {
    display: inline-block;
  }
  .k2t-header .k2t-header-m .k2t-right-m .cart-control {
    line-height: 216%;
  }
  .k2t-header .k2t-header-m .k2t-right-m .cart-control i {
    line-height: 168%;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .k2t-header .k2t-header-m .k2t-right-m i {
    color: #e7b66a;
  }
  .k2t-header .k2t-header-m .k2t-right-m i:hover {
    color: #b86948;
  }
  .k2t-header > div:not(.k2t-header-m) {
    display: none;
  }
  .k2t-header .m-trigger .hamburger {
    padding: 0;
  }
  .k2t-header .m-trigger .hamburger-box {
    height: 13px;
  }
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner,
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:before,
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:after {
    background: #b86948;
  }
  .k2t-header .m-trigger .hamburger-inner,
  .k2t-header .m-trigger .hamburger-inner:before,
  .k2t-header .m-trigger .hamburger-inner:after {
    background: #e7b66a;
    border-radius: 0;
    height: 2px;
    width: 20px;
  }
  .k2t-header .m-trigger .hamburger-inner:before {
    top: 5px;
  }
  .k2t-header .m-trigger .hamburger-inner:after {
    top: 10px;
  }
  .k2t-header .m-trigger .hamburger.is-active .hamburger-inner:after {
    top: 20px;
  }
  .k2t-header .k2t-header-m {
    display: block;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap {
    background: #200e09;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100%;
    width: 260px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    z-index: 999;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap.active {
    left: 0;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-wrap-logo {
    margin-bottom: 40px;
    position: relative;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-wrap-logo:after {
    content: '';
    background: -webkit-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    background: -moz-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    background: -o-linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    background: linear-gradient(to left, rgba(95, 48, 35, 0), #5f3023);
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-wrap-logo img {
    max-height: 50px;
    padding-left: 20px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger {
    position: absolute;
    top: -2px;
    right: -5px;
    z-index: 999;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle {
    display: block;
    margin-top: 15px 0 30px;
    padding-left: 6px;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: right;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle i {
    font-size: 24px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu {
    display: none;
    overflow: hidden;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist {
    float: left;
    width: 50%;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a {
    color: #e7b66a;
    display: block;
    font-size: 30px;
    margin: 0 auto;
    width: 50px;
    text-align: center;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:active,
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:hover {
    color: #b86948;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login {
    float: left;
    width: 50%;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a {
    color: #e7b66a;
    display: table;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    padding-right: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:active,
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:hover {
    color: #b86948;
  }
  .k2t-header .k2t-header-m ul,
  .k2t-header .k2t-header-m ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  .k2t-header .k2t-header-m ul > li,
  .k2t-header .k2t-header-m ol > li {
    line-height: 40px;
  }
  .k2t-header .k2t-header-m ul > li a,
  .k2t-header .k2t-header-m ol > li a {
    padding-left: 20px;
    padding-right: 30px;
  }
  .k2t-header .k2t-header-m ul ul > li,
  .k2t-header .k2t-header-m ol ul > li {
    line-height: 40px;
  }
  .k2t-header .k2t-header-m ul ul > li a,
  .k2t-header .k2t-header-m ol ul > li a {
    padding-left: 40px;
  }
  .k2t-header .k2t-header-m ul ul ul > li a,
  .k2t-header .k2t-header-m ol ul ul > li a {
    padding-left: 60px;
  }
  .k2t-header .k2t-header-m .mobile-menu {
    padding-left: 0;
    max-width: 260px;
  }
  .k2t-header .k2t-header-m ul {
    padding-left: 0;
  }
  .k2t-header .k2t-header-m ul li {
    position: relative;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item {
    position: relative;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item:hover > a {
    background: transparent;
    color: #e7b66a !important;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item:hover .open-sub-menu:before {
    color: #e7b66a !important;
  }
  .k2t-header .k2t-header-m ul li.active > .wrap-link-item a,
  .k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item a {
    color: #b86948;
  }
  .k2t-header .k2t-header-m ul li.active > .wrap-link-item:hover a,
  .k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item:hover a {
    color: #e7b66a !important;
  }
  .k2t-header .k2t-header-m ul li a {
    display: inline-block;
    color: #b86948;
    font-size: 14px;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m ul li a:hover {
    background: transparent;
    color: #e7b66a;
  }
  .k2t-header .k2t-header-m ul.mobile-menu > li > .wrap-link-item a {
    font-size: 16px;
    min-height: 40px;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m ul.sub-menu {
    display: none;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:before {
    color: #b86948;
    display: inline-block;
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu.active:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children.current-menu-ancestor > .wrap-link-item .open-sub-menu:before,
  .k2t-header .k2t-header-m ul .menu-item-has-children:hover > .wrap-link-item .open-sub-menu:before {
    color: #b86948;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-header .k2t-header-m .k2t-menu-m {
    padding-left: 10px;
    width: calc( 50% - 84px);
  }
  .k2t-header .k2t-header-m .k2t-logo-m {
    position: relative;
    width: 168px;
  }
  .k2t-header .k2t-header-m .k2t-right-m {
    padding-right: 10px;
    width: calc( 50% - 84px);
  }
  .k2t-header .search-box {
    margin: 0;
    line-height: 60px;
  }
}
.h1_header_ .k2t-header-mid {
  position: relative;
}
.h1_header_ .k2t-header-mid .k2t-row > div {
  position: relative;
}
.h1_header_ .k2t-header-mid .k2t-row > div:first-child,
.h1_header_ .k2t-header-mid .k2t-row > div:last-child {
  width: calc(50% - 90px);
}
.h1_header_ .k2t-header-mid .k2t-row > div:first-child:after,
.h1_header_ .k2t-header-mid .k2t-row > div:last-child:after {
  content: '';
  background: -webkit-linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -moz-linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -o-linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
.h1_header_ .k2t-header-mid .k2t-row > div:first-child .border-outer-glow:before,
.h1_header_ .k2t-header-mid .k2t-row > div:last-child .border-outer-glow:before,
.h1_header_ .k2t-header-mid .k2t-row > div:first-child .border-outer-glow:after,
.h1_header_ .k2t-header-mid .k2t-row > div:last-child .border-outer-glow:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
}
.h1_header_ .k2t-header-mid .k2t-row > div:nth-child(2) {
  height: 80px;
  width: 180px;
}
.h1_header_ .k2t-header-mid .k2t-row > div:nth-child(2) .k2t-logo {
  z-index: 99999;
}
.h1_header_ .k2t-header-mid .k2t-row > div:last-child:after {
  background: -webkit-linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -moz-linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -o-linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
}
.h1_header_ .k2t-header-mid .k2t-row > div .logo-element {
  display: block;
}
.h1_header_ .k2t-header-mid .k2t-row > div .k2t-logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.h1_header_ .k2t-header-mid .k2t-row > div .k2t-logo img {
  display: block;
  max-width: 175px;
  margin: 0 auto;
}
.h1_header_ .k2t-header-mid .k2t-row > div .hafl-elip {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  overflow: hidden;
}
.h1_header_ .k2t-header-mid .k2t-row > div .hafl-elip:after {
  content: '';
  background: rgba(32, 14, 9, 0.8);
  border: 2px solid #5f3023;
  border-radius: 50%;
  padding-bottom: 120%;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid:after,
.k2t-header:not( .h1_header_ ) .k2t-header-mid:before {
  content: '';
  background: -webkit-linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -moz-linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -o-linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: linear-gradient(to right, rgba(95,48,35,0), rgba(95,48,35,1) );
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50%;
  height: 2px;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid:after {
  background: -webkit-linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -moz-linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: -o-linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
  background: linear-gradient(to left, rgba(95,48,35,0), rgba(95,48,35,1) );
  left: 50%;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .logo-element {
  height: 80px;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-logo .logo-text {
  height: 80px;
  line-height: 80px;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu > li a {
  padding: 0 0 15px;
  text-align: left;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu > li a:hover:before,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu > li a:hover:after,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu > li a:hover span:before {
  top: 25%;
  left: -15px;
  width: calc(100% + 30px);
  z-index: -1;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu > li a:hover:after {
  top: 30%;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu > li a:hover span:before {
  top: 35%;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-item > a:before,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-parent > a:before,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-item > a:after,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-parent > a:after,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-item > a span:before,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-parent > a span:before {
  top: 25%;
  left: -15px;
  width: calc(100% + 30px);
  z-index: -1;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-item > a:after,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-parent > a:after {
  top: 30%;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-item > a span:before,
.k2t-header:not( .h1_header_ ) .k2t-header-mid .k2t-menu .current-menu-parent > a span:before {
  top: 35%;
}
.k2t-header:not( .h1_header_ ) .k2t-header-mid .hafl-elip {
  display: none;
}
@keyframes fixed {
  100% {
    position: fixed;
    top: 40px;
  }
}
/*--------------------------------------------------------------
	09. Titlebar
--------------------------------------------------------------*/
body.page .k2t-title-bar {
  min-height: 562px;
}
body.archive .k2t-title-bar:after {
  background: transparent;
  height: 100px;
  bottom: -300px;
  -webkit-box-shadow: 0 -219px 113px 47px #000000;
  box-shadow: 0 -219px 113px 47px #000000;
}
body.archive .wrap-bread {
  display: block;
}
.k2t-title-bar {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 742px;
  text-align: center;
}
.k2t-title-bar + .k2t-content {
  margin-top: -156px;
  position: relative;
  z-index: 10;
}
.k2t-title-bar img {
  display: none;
  opacity: 0;
}
.k2t-title-bar.hidden-all .main-title {
  opacity: 0;
}
.k2t-title-bar.hidden-excerpt .main-excerpt {
  opacity: 0;
}
.k2t-title-bar.hidden-bc .breadcrumb {
  opacity: 0;
}
.k2t-title-bar > *:not(.mask) {
  position: relative;
  z-index: 2;
}
.k2t-title-bar .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.k2t-title-bar .mask.pattern {
  background-image: url('../img/pattern/title-pattern.png');
  opacity: 0.6;
}
.k2t-title-bar .title-excerpt {
  position: absolute;
  top: calc( 50% - 100px );
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.k2t-title-bar .main-title {
  color: #22c8ca;
  font-size: 350%;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .k2t-title-bar .main-title {
    font-size: 150%;
    margin-bottom: 0;
  }
}
.k2t-title-bar .main-excerpt {
  color: #fff;
  opacity: 0.75;
}
.k2t-title-bar .main-excerpt span:first-child:not(:last-child) {
  margin-right: 15px;
}
.k2t-title-bar .wrap-bread {
  padding: 0 15px;
  position: absolute;
  bottom: 205px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
}
.k2t-title-bar .k2t-breadcrumbs {
  list-style: none;
  padding-left: 0;
}
.k2t-title-bar .k2t-breadcrumbs > a {
  color: #22c8ca;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.k2t-title-bar .k2t-breadcrumbs li {
  color: #22c8ca;
  display: inline-block;
  font-size: 125%;
  padding: 0 5px;
}
.k2t-title-bar .k2t-breadcrumbs li:first-child {
  padding-left: 0;
}
.k2t-title-bar .k2t-breadcrumbs li:not(:last-child):after {
  content: '/';
  margin-left: 10px;
}
.k2t-title-bar .k2t-breadcrumbs li a:hover {
  color: #b86948;
}
.k2t-title-bar .k2t-breadcrumbs li .current {
  font-size: 384.0625%;
}
.k2t-title-bar .layer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 195px;
}
@media only screen and (max-width: 767px) {
  .k2t-title-bar .layer-bottom {
    background: #261011;
  }
}
.k2t-title-bar .layer-bottom .triangle-top {
  border-bottom: 21px solid #261011;
  border-left: 44px solid transparent;
  position: absolute;
  top: 0;
  left: 93px;
  width: 0;
  height: 0;
}
.k2t-title-bar .layer-bottom .triangle-bottom {
  border-bottom: 175px solid #261011;
  border-left: 93px solid transparent;
  position: absolute;
  top: 21px;
  left: 0;
  width: 0;
  height: 0;
}
.k2t-title-bar .layer-bottom .rectangcle {
  background: #261011;
  position: absolute;
  top: 20px;
  left: 93px;
  width: 43px;
  height: 175px;
}
.k2t-title-bar .layer-bottom .right-bg {
  background: #261011;
  position: absolute;
  top: 0;
  left: 136px;
  width: calc( 100% - 136px );
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .single-post .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb ul li {
  color: #22c8ca;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb ul li a {
  color: #22c8ca;
}
.breadcrumb ul li:not(:last-child):after {
  content: '\\';
  display: inline-block;
  font-size: 21px;
  margin-left: 3px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.breadcrumb ul li:last-child {
  color: #22c8ca;
  font-weight: 700;
  line-height: 1.2em;
}
/*--------------------------------------------------------------
	10. Social
--------------------------------------------------------------*/
.social ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.social ul li {
  border: 5px solid #512e12;
  border-radius: 50%;
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 480px) {
  .social ul li {
    border-width: 4px;
    width: 45px;
    height: 45px;
  }
}
.social ul li:not(:last-child) {
  margin-right: 10px;
}
.social ul li:before {
  content: '';
  border-radius: 50%;
  -webkit-shadow: inset 0 0px 3px rgba(149, 90, 42, 0.28), 0px 0px 0px 2px rgba(149, 90, 42, 0.28);
  -ms-box-shadow: inset 0 0px 3px rgba(149, 90, 42, 0.28), 0px 0px 0px 2px rgba(149, 90, 42, 0.28);
  box-shadow: inset 0 0px 3px rgba(149, 90, 42, 0.28), 0px 0px 0px 2px rgba(149, 90, 42, 0.28);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 480px) {
  .social ul li:before {
    width: 43px;
    height: 43px;
  }
}
.social ul li:hover {
  border-color: #a33629;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social ul li:hover:before {
  -webkit-shadow: inset 0 0px 3px rgba(163, 54, 41, 0.28), 0px 0px 0px 2px rgba(163, 54, 41, 0.28);
  -ms-box-shadow: inset 0 0px 3px rgba(163, 54, 41, 0.28), 0px 0px 0px 2px rgba(163, 54, 41, 0.28);
  box-shadow: inset 0 0px 3px rgba(163, 54, 41, 0.28), 0px 0px 0px 2px rgba(163, 54, 41, 0.28);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social ul li:hover i {
  color: #d66557;
  -webkit-stroke-width: 5.3px;
  -webkit-stroke-color: #a33629;
  -webkit-fill-color: #a33629;
  text-shadow: 1px 0px 20px #a33629;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social ul li a {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 480px) {
  .social ul li a {
    background-size: cover;
    top: -5px;
    left: -5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.social ul li a:before {
  content: '';
  background-image: url('../img/border-social-hover.png');
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 45px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 480px) {
  .social ul li a:before {
    background-size: cover;
    width: 30px;
    height: 30px;
  }
}
.social ul li a:after {
  content: '';
  background-image: url('../img/border-social.png');
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 45px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 480px) {
  .social ul li a:after {
    background-size: cover;
    width: 30px;
    height: 30px;
  }
}
.social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social ul li a:hover:after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social ul li a i {
  color: #ffead3;
  font-size: 23px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-stroke-width: 5.3px;
  -webkit-stroke-color: #ffead3;
  -webkit-fill-color: #ffead3;
  text-shadow: 1px 0px 20px #ffead3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 480px) {
  .social ul li a i {
    font-size: 16px;
  }
}
.social ul li a i.fa-envelope {
  font-size: 14px;
  top: 48%;
}
.k2t-footer.dark-style .social li a,
.dark-style .social li a {
  color: #fff;
}
.k2t-footer.dark-style .social li a:hover,
.dark-style .social li a:hover {
  color: #fff;
}
.basr-social-share.social li:hover a {
  color: #898989;
}
.basr-social-share.social li a {
  border-width: 0;
  color: #cccccc;
}
.basr-social-share.social li a:hover {
  color: #898989;
}
.basr-social-share.social li a span {
  display: none;
}
/*--------------------------------------------------------------
	11. Widget
--------------------------------------------------------------*/
body.archive .k2t-sidebar,
body.blog .k2t-sidebar {
  padding-top: 50px;
}
.widget {
  background: transparent;
  margin-bottom: 30px;
  padding: 15px 0 0;
}
.widget:after {
  content: '';
  display: block;
  clear: both;
}
.widget .widget-title {
  color: #e7b66a;
  font-size: 156.25%;
}
.widget select {
  background: transparent;
  font-size: 100%;
  line-height: 40px;
  height: 40px;
  width: 100%;
}
.widget select:focus {
  border-color: #e7b66a;
}
.widget .wp-caption-text {
  margin-bottom: 0;
}
.no-vc .k2t-sidebar widget-title {
  font-size: 143.75%;
}
.k2t-footer .widget {
  padding-top: 0;
}
.k2t-footer .widget .widget-title {
  font-size: 112.5%;
  margin-bottom: 35px;
}
.k2t-footer .widget.widget_aptf_widget .widget-title {
  margin-bottom: 25px;
}
.k2t-footer .widget.k2t_widget_latest_posts {
  margin-bottom: 10px;
}
/* Isotope */
.widget .wpb_single_image br {
  display: none;
}
.widget .wpb_single_image .vc_figure {
  display: block;
  vertical-align: middle;
}
.widget .wpb_single_image .vc_single_image-wrapper {
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.widget .wpb_single_image .vc_single_image-wrapper:after {
  content: '';
  border: 0 solid transparent;
  background: rgba(46, 20, 21, 0.8);
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
.widget .wpb_single_image .vc_single_image-wrapper:before {
  content: 'View full screen';
  color: #ffead3;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.widget .wpb_single_image .vc_single_image-wrapper:not(a):before {
  content: '';
}
.widget .wpb_single_image .vc_single_image-wrapper img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget .wpb_single_image .vc_single_image-wrapper:hover:before,
.widget .wpb_single_image .vc_single_image-wrapper:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget .wpb_single_image .vc_single_image-wrapper:hover:after {
  border-color: rgba(0, 0, 0, 0.9);
  border-width: 5px;
}
.widget .wpb_single_image .vc_single_image-wrapper:hover img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget .basr-isotope {
  margin-left: -5px;
  margin-right: -5px;
}
.widget .basr-isotope .isotope-item {
  margin-bottom: 0px !important;
  padding: 0px 5px 10px;
  width: 50% !important;
}
/*  Widget RSS   */
.widget_rss ul {
  list-style: none;
  padding-left: 0;
}
.widget_rss ul li {
  margin-bottom: 15px;
}
/*  Widget Search */
.widget_search .form-group {
  position: relative;
}
.widget_search input[type='text'] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #b86948;
  color: #b86948;
  font-size: 87.5%;
  padding: 7px 0;
  width: 100%;
  text-transform: none;
}
.widget_search input[type='text']:focus {
  border-color: #b86948;
}
.widget_search button[type='submit'] {
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  width: 30px;
  min-width: 0;
}
.widget_search button[type='submit']:after {
  content: "\f002";
  color: #b86948;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget_search button[type='submit']:hover:after {
  color: #b86948;
}
/* Widget category */
.widget_categories ul {
  list-style: none;
  padding-left: 0;
}
.widget_categories ul li {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget_categories ul li:before {
  content: '';
  background-color: #e7b66a;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget_categories ul li:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget_categories ul li:hover a {
  color: #e7b66a;
  padding-left: 80px;
}
.widget_categories ul li:hover:before {
  width: 65px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget_categories ul a {
  color: #b86948;
}
/*  Widget calendar   */
.widget_calendar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.widget_calendar * {
  text-align: center;
}
.widget_calendar .calendar_wrap {
  padding-top: 83px;
  position: relative;
}
.widget_calendar table > caption {
  color: #e7b66a;
  display: block;
  font-size: 112.5%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  height: 83px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.widget_calendar table thead th {
  border-right-width: 0;
  color: #e0cbba;
  font-size: 87.5%;
  font-weight: 400;
}
.widget_calendar table tbody td {
  color: #b86948;
  font-size: 112.5%;
}
.widget_calendar table tbody td#today {
  background: transparent;
}
.widget_calendar table tbody td#today a {
  color: #e7b66a;
  font-weight: bold;
}
.widget_calendar table tbody td a {
  position: relative;
}
.widget_calendar table tbody td a:before {
  content: '';
  background: #e7b66a;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.widget_calendar table tfoot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 83px;
  width: 100%;
}
.widget_calendar table tfoot tr {
  display: block;
  overflow: hidden;
  width: 100%;
}
.widget_calendar table tfoot tr td {
  border-width: 0;
  height: 83px;
  line-height: 67px;
  padding-left: 0;
  padding-right: 0;
  width: 14.28571%;
}
.widget_calendar table tfoot tr td#prev,
.widget_calendar table tfoot tr td#next {
  display: block;
  float: left;
}
.widget_calendar table tfoot tr td#prev a,
.widget_calendar table tfoot tr td#next a {
  color: #e0cbba;
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 69px;
  text-indent: 999px;
}
.widget_calendar table tfoot tr td#prev a:before,
.widget_calendar table tfoot tr td#next a:before {
  content: '\f2ea';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0px;
}
.widget_calendar table tfoot tr td#prev a:hover,
.widget_calendar table tfoot tr td#next a:hover {
  color: #ecae7b;
}
.widget_calendar table tfoot tr td.pad {
  display: none;
}
.widget_calendar table tfoot tr td#next {
  float: right;
}
.widget_calendar table tfoot tr td#next a:before {
  content: '\f2ee';
}
.widget_calendar table tfoot tr td a {
  width: 100%;
}
/* Widget tag cloud */
.widget_tag_cloud .tagcloud a {
  font-size: 14px;
  color: #b86948;
  padding-left: 5px;
  text-transform: uppercase;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #e7b66a;
}
/*  Widget recent post   */
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-1 .post-item,
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-2 .post-item {
  padding-bottom: 25px;
  width: 100%;
}
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-1 .post-item img,
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-2 .post-item img {
  max-width: 75px;
}
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-1 .post-item .post-text,
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-2 .post-item .post-text {
  padding-left: 15px;
}
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-1 .post-item .post-text h4,
.k2t-sidebar .k2t_widget_latest_posts .posts-list.column-2 .post-item .post-text h4 {
  font-size: 13px;
  margin-bottom: 0;
}
.k2t_widget_latest_posts .posts-list {
  display: inline-block;
  display: block;
  margin: 14px -15px 0;
  overflow: hidden;
}
.k2t_widget_latest_posts .posts-list:before,
.k2t_widget_latest_posts .posts-list:after {
  content: " ";
  display: table;
}
.k2t_widget_latest_posts .posts-list:after {
  clear: both;
}
.k2t_widget_latest_posts .posts-list.column-2 .post-item {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .k2t_widget_latest_posts .posts-list.column-2 .post-item {
    width: 100%;
  }
}
.k2t_widget_latest_posts .posts-list .post-item {
  padding: 0 15px 30px;
  overflow: hidden;
  width: 100%;
}
.k2t_widget_latest_posts .posts-list .post-thumb {
  float: left;
}
.k2t_widget_latest_posts .posts-list .post-thumb a {
  display: block;
  position: relative;
}
.k2t_widget_latest_posts .posts-list .post-thumb a:after {
  content: '';
  border: 0 solid transparent;
  background: rgba(46, 20, 21, 0.8);
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
.k2t_widget_latest_posts .posts-list .post-thumb a:hover:after {
  border-color: rgba(0, 0, 0, 0.9);
  border-width: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t_widget_latest_posts .posts-list .post-text {
  float: left;
  padding-left: 20px;
  width: calc(100% - 100px);
}
.k2t_widget_latest_posts .posts-list .post-text h4 {
  font-size: 14px;
  line-height: 162.5%;
  margin-bottom: 19px;
  padding-top: 3px;
  text-transform: none;
}
.k2t_widget_latest_posts .posts-list .post-text h4 a {
  color: #b86948;
}
.k2t_widget_latest_posts .posts-list .post-text .post-meta {
  color: #e0cbba;
  font-size: 14px;
  font-weight: 400;
}
.list-contact {
  color: #959595;
  font-size: 14px;
  list-style: none;
  line-height: 24px;
  padding-left: 0;
}
.list-contact i {
  margin-right: 24px;
}
.list-contact p {
  margin-bottom: 0;
}
.list-open-hour {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.list-open-hour li {
  background: #252525;
  border-radius: 10px;
  display: block;
  height: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
}
.list-open-hour li:hover {
  background: #b86948;
}
.list-open-hour li span {
  color: #fff;
  font-size: 12px;
  font-weight: 300px;
}
.list-open-hour li span:first-child {
  float: left;
  position: relative;
  padding-left: 10px;
}
.list-open-hour li span:first-child:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
}
.list-open-hour li span:last-child:not(:first-child) {
  float: right;
}
.list-open-hour .weekend:hover span:first-child:before {
  background: #fff;
}
.list-open-hour .weekend span:first-child:before {
  background: #b86948;
}
/* instagram */
.k2t-sidebar .widget #sb_instagram {
  position: relative;
  padding-bottom: 45px !important;
}
.k2t-sidebar .widget #sb_instagram #sbi_images {
  padding: 1px !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header {
  color: #a9a9a9;
  margin-bottom: 0 !important;
  padding: 25px 0 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  color: #a9a9a9;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 22px !important;
  text-transform: none;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #b86948;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img {
  overflow: visible !important;
  height: 53px !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover {
  background: transparent !important;
  color: #a9a9a9;
  opacity: 1 !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i {
  background: none;
  font-size: 14px !important;
  font-style: normal;
  left: 0 !important;
  margin-left: 0 !important;
  width: 15px;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:before {
  content: '\f34f';
  font-family: 'Material-Design-Iconic-Font';
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img img {
  visibility: hidden;
  display: none !important;
}
.sbi_follow_btn {
  background: #f5f5f5;
  border-radius: 15px;
  position: absolute;
  top: -50px;
  right: 0;
  height: 30px;
  width: 90px;
  overflow: hidden;
}
.sbi_follow_btn:hover {
  background-color: #b86948;
}
.sbi_follow_btn:hover a {
  color: #fff !important;
}
.sbi_follow_btn a {
  background: transparent !important;
  color: #a3a3a3 !important;
  display: inline-block;
  font-size: 75% !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 30px;
  width: 90px;
  overflow: hidden;
  text-indent: -9999px;
}
.sbi_follow_btn a i {
  display: none;
}
.sbi_follow_btn a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}
.sbi_follow_btn a:after {
  content: 'follow';
  position: absolute;
  top: 50%;
  left: 31px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 667px) {
  .dark-style .widget {
    margin-bottom: 0;
  }
}
.dark-style .widget #sb_instagram {
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  position: relative;
  width: calc(100% + 30px) !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header {
  color: #fff;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  color: #636363;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 22px !important;
  text-transform: none;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #b86948;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img {
  overflow: visible !important;
  height: 53px !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover {
  background: transparent !important;
  opacity: 1 !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i {
  background: none !important;
  font-size: 14px !important;
  left: 0 !important;
  margin-left: 0 !important;
  width: 12px;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:before {
  content: '\f34f';
  color: #fff;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:hover:before {
  color: #b86948;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img img {
  visibility: hidden;
  display: none !important;
}
.dark-style .widget #sb_instagram .sbi_follow_btn {
  display: none;
  right: 15px !important;
}
/* Mail chimp */
div.mc4wp-form {
  margin-bottom: 30px;
}
div.mc4wp-form input[type='email'],
div.mc4wp-form input[type='text'] {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  max-width: 270px;
  text-transform: none;
}
div.mc4wp-form input[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.mc4wp-form p {
  position: relative;
}
div.mc4wp-form p .icon-submit {
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 7px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 0;
}
div.mc4wp-form p input[type='submit'] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 7px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1;
}
div.mc4wp-form p input[type='submit']:hover + .icon-submit {
  color: #b86948;
}
/*--------------------------------------------------------------
	12. Footer
--------------------------------------------------------------*/
.k2t-footer {
  background: transparent;
  display: block;
  margin: 0 auto;
}
.k2t-footer:not(.ful-width) div.k2t-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.k2t-footer .k2t-row {
  margin: 0 -15px;
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row {
    margin: 0 -10px;
  }
}
.k2t-footer .k2t-row > * {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-footer .k2t-row > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row > .col-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row > .col-4 {
    width: 100%;
  }
}
.k2t-footer .k2t-bottom {
  background: #2d1314;
  padding: 82px 0 72px;
}
@media only screen and (max-width: 767px) {
  .k2t-footer .k2t-bottom {
    padding: 50px 0 25px;
  }
}
.k2t-footer .k2t-info {
  background-color: #190809;
  color: #b86948;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 25px 0 15px;
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-info p {
    font-size: 10px!important;
  }
}
.k2t-footer .k2t-info .basr-default {
  float: left;
  line-height: 80px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.k2t-footer .k2t-info .social {
  float: right;
}
.k2t-footer .k2t-info .social li,
.k2t-footer .k2t-info .social a {
  border-width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  width: 20px;
}
.k2t-footer .k2t-info .social li:before,
.k2t-footer .k2t-info .social a:before,
.k2t-footer .k2t-info .social li:after,
.k2t-footer .k2t-info .social a:after {
  display: none;
}
.k2t-footer .k2t-info .social li:hover i,
.k2t-footer .k2t-info .social a:hover i {
  text-shadow: 1px 0px 20px #fff;
}
.k2t-footer .k2t-info .social i {
  color: #b86948;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-shadow: none;
}
.offcanvas-sidebar {
  display: none !important;
}
.k2t-btt {
  background: #b86948;
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  right: 45px;
  bottom: 29px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .k2t-btt {
    font-size: 13px;
    bottom: 25px;
    right: 25px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.k2t-btt:hover {
  background: #ff5722;
}
.k2t-btt span {
  display: inline-block;
  line-height: 31px;
}
@media only screen and (max-width: 480px) {
  .k2t-btt span {
    line-height: 24px;
  }
}
/*--------------------------------------------------------------
	13. Single blog
--------------------------------------------------------------*/
.wrap-more-link {
  padding-bottom: 40px;
}
.highlight {
  color: #ffebcb;
  font-size: 137.5%;
}
.entry-2-colum {
  margin: 0 -15px;
}
.entry-2-colum > * {
  padding: 0 15px;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 667px) {
  .entry-2-colum > * {
    width: 100%;
  }
}
.k2t-btn.readmore {
  border: 3px solid #e6b569;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-color: transparent;
  margin-top: 70px;
  margin-left: 30%;
  position: relative;
  height: 30px;
  line-height: 38px;
  min-width: 240px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .k2t-btn.readmore {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-btn.readmore {
    display: block;
    margin: 30px auto;
    width: 240px;
  }
}
.k2t-btn.readmore:before {
  content: '';
  background: #331718;
  border-bottom: 3px solid #753d1b ;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: calc(100% - 40px);
  height: 16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.k2t-btn.readmore:hover .hover:after {
  box-shadow: 0px -44px 30px 3px #b18651;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-btn.readmore .border:before {
  content: '';
  border-bottom: 3px solid #8e582c;
  background: #331718;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 26px;
  height: 18px;
  transform: rotate(29deg) translate(-3px, -7px);
  z-index: 0;
}
.k2t-btn.readmore .border:after {
  content: '';
  border-bottom: 3px solid #8e582c;
  background: #331718;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 26px;
  height: 18px;
  transform: rotate(-32deg) translate(3px, -6px);
  z-index: 0;
}
.k2t-btn.readmore .hover {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 36px;
  overflow: hidden;
  z-index: 1;
}
.k2t-btn.readmore .hover:after {
  content: '';
  background: transparent;
  border-radius: 50% / 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  position: absolute;
  bottom: -49px;
  left: 50%;
  width: calc(100% - 60px);
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  box-shadow: 0px -30px 35px 2px #b18651;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-btn.readmore p {
  line-height: 37px !important;
}
.k2t-btn.readmore a {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 667px) {
  .single-post .k2t-blog .post-entry {
    margin-bottom: 40px;
  }
}
.single-post .k2t-blog .post-entry blockquote {
  margin-bottom: 51px;
}
.single-post .k2t-blog .post-entry blockquote p {
  margin-bottom: 5px;
}
.single-post .k2t-blog .post-entry p {
  margin-bottom: 57px;
}
@media only screen and (max-width: 667px) {
  .single-post .k2t-blog .post-entry p {
    margin-bottom: 15px;
    line-height: 160%;
  }
}
@media only screen and (max-width: 667px) {
  .single-post .k2t-blog .post-entry .wp-caption {
    margin-bottom: 20px;
  }
}
.single-post .k2t-blog .post-entry .wp-caption img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single-post .k2t-blog .post-entry .wp-caption img {
    max-width: 100%;
  }
}
.single-post .k2t-blog .post-entry .wp-caption p.wp-caption-text {
  margin-top: 23px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 667px) {
  .single-post .k2t-blog .post-entry .wp-caption p.wp-caption-text {
    margin-bottom: 0;
  }
}
.single-post .k2t-blog .post-entry > p + .wp-caption {
  margin-top: 33px !important;
}
.single-post .k2t-blog .post-entry > p + .gallery {
  margin-top: 23px !important;
}
.single-post .k2t-blog .post-entry .column-2 > div {
  width: 50%;
  float: left;
}
.single-post .k2t-blog .post-entry .column-3 > div {
  width: 33.33333333%;
  float: left;
}
.single-post .k2t-blog .post-entry .column-4 > div {
  width: 25%;
  float: left;
}
.single-post .k2t-blog .post-entry .column-2,
.single-post .k2t-blog .post-entry .column-3,
.single-post .k2t-blog .post-entry .column-4 {
  margin: 0 -15px;
}
.single-post .k2t-blog .post-entry .column-2 > div,
.single-post .k2t-blog .post-entry .column-3 > div,
.single-post .k2t-blog .post-entry .column-4 > div {
  padding: 0 15px;
}
.single-post .k2t-body {
  background: #261011;
}
.single-post .k2t-body .k2t-wrap {
  max-width: 100%;
  padding: 0;
}
.single-post .k2t-content {
  margin: -132px auto 0;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.single-post .k2t-content.no-sidebar {
  max-width: 100%;
  padding: 0;
}
.single-post .k2t-content.no-sidebar .k2t-blog-inner > *:not(.ps-section) {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.single-post .k2t-content .k2t-sidebar {
  padding-top: 31px;
}
.single-post .k2t-blog {
  padding-top: 42px;
}
@media only screen and (max-width: 767px) {
  .single-post .k2t-blog {
    padding-top: 0;
  }
}
.single-post .k2t-blog .k2t-blog-inner {
  background-color: transparent;
  position: relative;
}
.single-post .k2t-blog .format-audio .placeholder {
  display: none;
}
.single-post .k2t-blog #main-col {
  max-width: 1200px;
  margin: 0 auto;
}
.entry-box .entry-title {
  margin-top: 4px;
  margin-bottom: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 667px) {
  .entry-box .entry-title {
    margin-bottom: 40px;
  }
}
.entry-box .entry-title a {
  color: #e7b66a;
}
.entry-box .flx-entry-thumb {
  display: none;
  margin-bottom: 66px;
}
@media only screen and (max-width: 667px) {
  .entry-box .flx-entry-thumb {
    margin-bottom: 40px;
  }
}
.entry-box .post-entry h1,
.entry-box .post-entry h2,
.entry-box .post-entry h3,
.entry-box .post-entry h4,
.entry-box .post-entry h5,
.entry-box .post-entry h6 {
  color: #b86948;
}
.entry-box .post-entry > p:first-of-type::first-letter,
.entry-box .post-entry .caption {
  color: #e39777;
  font-size: 120px;
  font-weight: 900;
  float: left;
  line-height: 53px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 15px;
}
.entry-box .post-entry > p:first-of-type {
  margin-bottom: 7px;
}
.entry-box .post-entry img {
  margin-bottom: 25px;
}
.entry-box iframe {
  width: 100% !important;
}
.bottom-meta {
  padding-bottom: 55px;
  display: inline-block;
  display: block;
}
.bottom-meta:before,
.bottom-meta:after {
  content: " ";
  display: table;
}
.bottom-meta:after {
  clear: both;
}
@media only screen and (max-width: 667px) {
  .bottom-meta {
    margin-bottom: 0;
  }
}
.bottom-meta > * {
  float: left;
}
.bottom-meta .share-meta {
  float: right;
  padding-top: 3px;
}
.bottom-meta .share-meta .share-title {
  display: none;
}
#main-col .tagcloud span {
  display: none;
}
#main-col .tagcloud a {
  background: #341719;
  color: #b86948;
  display: inline-block;
  font-size: 75%;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  text-align: center;
  padding: 0 11px;
}
#main-col .tagcloud a:hover {
  background: #b86948;
  color: #fff;
}
#main-col .tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.about-author {
  border: 1px solid #e0cbba;
  margin-bottom: 54px;
  padding: 30px 30px 19px;
}
.about-author .author-avatar {
  float: left;
}
.about-author .author-info {
  float: right;
  padding-left: 20px;
  width: calc(100% - 70px);
}
.about-author .author-info h4 {
  float: left;
  margin-bottom: 7px;
}
.about-author .author-info .social {
  float: right;
}
.about-author .author-info .user-location {
  clear: both;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 100%;
}
.about-author .description {
  clear: both;
  color: #636363;
  padding-top: 3px;
  width: 100%;
}
.ps-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #e7b66a;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  margin-bottom: 54px;
  padding-top: 125px;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .ps-section {
    font-size: 46px;
  }
}
.ps-section:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ps-section > * {
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.related-posts {
  padding-top: 47px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .related-posts {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 667px) {
  .related-posts {
    margin-bottom: 0;
  }
}
.related-posts .related-title {
  font-size: 300%;
  margin-bottom: 89px;
  width: 100%;
  text-align: center;
}
.related-posts .related-title * {
  word-wrap: break-word;
}
@media only screen and (max-width: 667px) {
  .related-posts .related-title .basr-heading.has-border .basr-heading-inner > div.text > * {
    font-size: 30px;
  }
}
.related-posts .owl-stage-outer {
  margin: -5px;
  padding: 5px;
}
.related-posts .related-item {
  background-color: #2e1415;
  text-align: center;
}
.related-posts .related-item .related-thum {
  background: #250f10;
  -webkit-box-shadow: 0 0 5px 2px rgba(63, 26, 27, 0.75);
  box-shadow: 0 0 5px 2px rgba(63, 26, 27, 0.75);
  margin-bottom: 12px;
  padding: 10px;
  position: relative;
}
.related-posts .related-item .related-thum:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89623e), to(#5b3c28)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -o-border-image: -o-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  border-image: linear-gradient(to bottom, #89623e, #5b3c28) 1 100%;
}
.related-posts .related-item .related-thum:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* Standard syntax */
}
.related-posts .related-item .related-thum .wrap-hover {
  display: block;
  position: relative;
}
.related-posts .related-item .related-thum .wrap-hover:after {
  content: '';
  border: 0 solid transparent;
  background: rgba(46, 20, 21, 0.8);
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
.related-posts .related-item .related-thum .wrap-hover:hover:after {
  border-color: rgba(0, 0, 0, 0.9);
  border-width: 10px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.related-posts .related-item .related-thum .border-bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #89623e, rgba(46, 18, 19, 0.52));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #89623e, #2e1213);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #89623e, #2e1213);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #89623e, rgba(190, 93, 59, 0.52), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.52));
  /* Standard syntax */
}
.related-posts .related-item .related-thum .border-bottom:after {
  content: '';
  background: rgba(45, 18, 19, 0.52);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  z-index: -1;
}
.related-posts .related-item .related-thum img {
  margin: 0 auto;
}
.related-posts .related-item img {
  width: auto;
}
.related-posts .related-item .top-meta {
  padding: 28px 20px 42px;
}
.related-posts .related-item .categories-list {
  font-size: 14px;
  margin-bottom: 14px;
  max-height: 56px;
  overflow: hidden;
  text-transform: uppercase;
}
.related-posts .related-item .categories-list a {
  color: #ccb8a9;
}
.related-posts .related-item .categories-list a:hover {
  color: #ecae7b;
}
.related-posts .related-item h5 {
  font-size: 112.5%;
  line-height: 138.88888889%;
  font-weight: 600;
  margin-bottom: 2px;
  word-wrap: break-word;
}
.related-posts .related-item .date-author {
  padding-top: 2px;
}
.related-posts .related-item .date-meta,
.related-posts .related-item .author-meta * {
  display: inline-block;
  color: #ccb8a9;
  font-size: 87.5%;
  font-style: normal;
  text-transform: none;
}
.related-posts .related-item .date-meta {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 13px;
}
.related-posts .related-item .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.related-posts .related-item .author-meta {
  display: inline-block;
  margin-bottom: 29px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.related-posts .related-item .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.related-posts .related-item .blog-content {
  line-height: 156.25%;
  text-align: left;
}
.related-posts .related-item .wrap-readmore:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.related-posts .related-item .wrap-readmore .k2t-readmore {
  margin-bottom: 33px;
}
.post-cm {
  max-width: 1170px;
  margin: 0 auto;
}
/*--------------------------------------------------------------
	01. single blog style 1
--------------------------------------------------------------*/
.single-post .style-1 {
  font-weight: 500;
}
.single-post .style-1.no-sidebar .post .post-entry > p:first-of-type {
  font-size: 100%;
  line-height: 187.5%;
}
.single-post .style-1 .post .post-entry p {
  margin-bottom: 51px;
  line-height: 187.5%;
}
.single-post .style-1 .post .post-entry p br {
  margin-bottom: 10px;
}
.single-post .style-1 .post .post-entry p img {
  margin-bottom: 30px;
}
.single-post .style-1 .post .post-entry > p:first-of-type {
  font-size: 150%;
  line-height: 145.83333333%;
  margin-bottom: 81px;
}
.single-post .style-1 .post .post-entry > p:first-of-type::first-letter,
.single-post .style-1 .post .post-entry .caption {
  margin-bottom: 6px;
}
.single-post .style-1 .post .post-entry p img:only-of-type {
  margin-top: 6px;
}
.single-post .style-1 .post .post-entry .alignleft {
  margin-right: 35px;
}
.single-post .style-1 .post .post-entry .alignright {
  margin-left: 35px;
}
/*--------------------------------------------------------------
	02. single blog style 2
--------------------------------------------------------------*/
.single-post .style-2 .post-entry > *:not(.full-width):not(.gallery):not(.alignright):not(.alignleft):not(.aligncenter):not(.wp-video) {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .style-2 .post-entry > p:first-of-type::first-letter,
.single-post .style-2 .post-entry .caption {
  font-size: 550%;
  font-weight: 800;
  padding-right: 7px;
}
.single-post .style-2 .post-entry br {
  display: block;
  margin-bottom: 3px;
}
/*--------------------------------------------------------------
	14. Blog archive
--------------------------------------------------------------*/
/* general for bog */
.k2t-blog .k2t-blog-inner {
  display: inline-block;
  display: block;
}
.k2t-blog .k2t-blog-inner:before,
.k2t-blog .k2t-blog-inner:after {
  content: " ";
  display: table;
}
.k2t-blog .k2t-blog-inner:after {
  clear: both;
}
.k2t-blog .post-item.sticky .entry-content {
  position: relative;
}
.k2t-blog .post-item.sticky .entry-content:before {
  content: "\f0e7";
  color: #e7b66a;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  text-rendering: auto;
  position: absolute;
  top: -12px;
  right: 50px;
  width: 0;
  text-shadow: 1px 0px 20px #ffead3;
}
/* Navigation */
.k2t-navigation {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
.k2t-navigation ul {
  float: right;
  list-style: none;
  margin-right: 7%;
  padding-left: 0;
}
.k2t-navigation ul li {
  display: inline-block;
  font-weight: 600;
}
.k2t-navigation ul li a,
.k2t-navigation ul li .current {
  background: #331718;
  border-radius: 3px;
  color: #e7b66a;
  display: block;
  position: relative;
  height: 33px;
  line-height: 32px;
  width: 33px;
  overflow: hidden;
}
.k2t-navigation ul li a:before,
.k2t-navigation ul li .current:before,
.k2t-navigation ul li a:after,
.k2t-navigation ul li .current:after {
  content: '';
  display: block;
  background: -webkit-linear-gradient(to right, #e3b267, #e5b469 );
  background: -moz-linear-gradient(to right, #e3b267, #e5b469 );
  background: -o-linear-gradient(to right, #e3b267, #e5b469 );
  background: linear-gradient(to right, #e3b267, #e5b469 );
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
}
.k2t-navigation ul li a:after,
.k2t-navigation ul li .current:after {
  background: -webkit-linear-gradient(to right, #763e1c, #763e1c );
  background: -moz-linear-gradient(to right, #763e1c, #763e1c );
  background: -o-linear-gradient(to right, #763e1c, #763e1c );
  background: linear-gradient(to right, #763e1c, #763e1c );
  top: initial;
  bottom: 0;
}
.k2t-navigation ul li a .border-outer,
.k2t-navigation ul li .current .border-outer {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.k2t-navigation ul li a .border-outer:before,
.k2t-navigation ul li .current .border-outer:before,
.k2t-navigation ul li a .border-outer:after,
.k2t-navigation ul li .current .border-outer:after {
  content: '';
  display: block;
  background: -webkit-linear-gradient(to bottom, #dead64, #7b431f );
  background: -moz-linear-gradient(to bottom, #dead64, #7b431f );
  background: -o-linear-gradient(to bottom, #dead64, #7b431f );
  background: linear-gradient(to bottom, #dead64, #7b431f );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
}
.k2t-navigation ul li a .border-outer:after,
.k2t-navigation ul li .current .border-outer:after {
  right: 0;
  left: initial;
}
.k2t-navigation ul li a .border-inner,
.k2t-navigation ul li .current .border-inner {
  border: 2px solid #3e220d;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 27px;
  height: 27px;
  overflow: hidden;
  z-index: 0;
}
.k2t-navigation ul li a:hover .border-inner:after,
.k2t-navigation ul li .current:hover .border-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0 -37px 20px 5px rgba(255, 255, 255, 0.4);
  box-shadow: 0 -37px 20px 5px rgba(255, 255, 255, 0.4);
}
.k2t-navigation ul li:not(:last-child) * {
  margin-right: 21px;
}
.k2t-navigation ul li .current .border-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0 -37px 20px 5px rgba(255, 255, 255, 0.4);
  box-shadow: 0 -37px 20px 5px rgba(255, 255, 255, 0.4);
}
.k2t-navigation ul li .next,
.k2t-navigation ul li .prev {
  padding: 0 15px;
  width: auto;
  height: 33px;
  text-align: center;
  text-transform: uppercase;
}
.k2t-navigation ul li .next .border-inner,
.k2t-navigation ul li .prev .border-inner {
  width: calc(100% - 6px);
  height: 30px;
}
.k2t-navigation ul li .prev {
  margin-right: 26px;
}
.k2t-navigation ul li .next {
  margin-left: 6px;
}
/* Isotope filter */
.k2t-blog {
  padding-top: 50px;
}
.k2t-blog iframe {
  max-width: 100%;
}
/* Blog large */
.b-large .animated:nth-child(2n+1) .post-inner {
  display: table;
  position: relative;
}
.b-large .animated:nth-child(2n+1) .post-inner:before {
  content: '';
  background: -webkit-linear-gradient(to left, rgba(31,12,13,0.2), rgba(31,12,13,1));
  background: -moz-linear-gradient(to left, rgba(31,12,13,0.2), rgba(31,12,13,1));
  background: -o-linear-gradient(to left, rgba(31,12,13,0.2), rgba(31,12,13,1));
  background: linear-gradient(to left, rgba(31,12,13,0.2), rgba(31,12,13,1));
  border-right: 4px #e7b66a solid;
  position: absolute;
  top: 0;
  right: 51px;
  width: 200%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(15deg) skewY(0deg);
  -ms-transform: skewX(15deg) skewY(0deg);
  -o-transform: skewX(15deg) skewY(0deg);
  transform: skewX(15deg) skewY(0deg);
}
@media only screen and (max-width: 568px) {
  .b-large .animated:nth-child(2n+1) .post-inner:before {
    right: -13px;
    -webkit-transform: skewX(0deg) skewY(0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
  }
}
.b-large .animated:nth-child(2n+1) .post-inner:after {
  content: '';
  border-top: 1px #e7b66a solid;
  border-bottom: 1px #e7b66a solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b-large .animated:nth-child(2n+1) .post-inner .top-meta {
  padding-right: 135px;
}
.b-large .animated:nth-child(2n+2) article:before,
.b-large .animated:nth-child(2n+2) article:after {
  content: '';
  background: -webkit-linear-gradient(to left, rgba(231,182,106,1), rgba(231,182,106,0));
  background: -moz-linear-gradient(to left, rgba(231,182,106,1), rgba(231,182,106,0));
  background: -o-linear-gradient(to left, rgba(231,182,106,1), rgba(231,182,106,0));
  background: linear-gradient(to left, rgba(231,182,106,1), rgba(231,182,106,0));
  right: 0;
  left: initial;
}
.b-large .animated:nth-child(2n+2) .post-inner {
  display: table;
  position: relative;
}
.b-large .animated:nth-child(2n+2) .post-inner:before {
  content: '';
  background: -webkit-linear-gradient(to right, rgba(231,182,106,0.14),rgba(231,182,106,0));
  background: -moz-linear-gradient(to right, rgba(231,182,106,0.14),rgba(231,182,106,0));
  background: -o-linear-gradient(to right, rgba(231,182,106,0.14),rgba(231,182,106,0));
  background: linear-gradient(to right, rgba(231,182,106,0.14),rgba(231,182,106,0));
  border-left: 4px #e7b66a solid;
  position: absolute;
  top: 0;
  left: 51px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(-15deg) skewY(0deg);
  -ms-transform: skewX(-15deg) skewY(0deg);
  -o-transform: skewX(-15deg) skewY(0deg);
  transform: skewX(-15deg) skewY(0deg);
}
@media only screen and (max-width: 568px) {
  .b-large .animated:nth-child(2n+2) .post-inner:before {
    left: -13px;
    -webkit-transform: skewX(0deg) skewY(0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
  }
}
.b-large .animated:nth-child(2n+2) .post-inner:after {
  content: '';
  border-top: 1px #e7b66a solid;
  border-bottom: 1px #e7b66a solid;
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.b-large .animated:nth-child(2n+2) .post-inner .top-meta {
  padding-left: 135px;
}
.b-large .animated:nth-child(2n+2) .flx-entry-thumb {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  width: 40.17094017%;
}
.b-large .animated:nth-child(2n+2) .entry-content {
  float: left;
  padding-right: 15px;
  padding-left: 0;
  width: 59.82905983%;
}
@media only screen and (max-width: 767px) {
  .b-large .animated:nth-child(2n+2) .entry-content {
    padding-right: 0;
  }
}
.b-large .post-item {
  display: table;
  margin-bottom: 75px;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .b-large .post-item {
    margin-bottom: 40px;
  }
}
.b-large .post-item:before,
.b-large .post-item:after {
  content: '';
  background: -webkit-linear-gradient(to right, rgba(231,182,106,1), rgba(231,182,106,0));
  background: -moz-linear-gradient(to right, rgba(231,182,106,1), rgba(231,182,106,0));
  background: -o-linear-gradient(to right, rgba(231,182,106,1), rgba(231,182,106,0));
  background: linear-gradient(to right, rgba(231,182,106,1), rgba(231,182,106,0));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
}
.b-large .post-item:after {
  top: initial;
  bottom: 0;
}
.b-large .post-item .post-inner {
  padding: 30px 0;
}
@media only screen and (max-width: 568px) {
  .b-large .post-item .post-inner {
    padding: 30px 0 40px;
  }
}
.b-large .post-item .flx-entry-thumb {
  float: left;
  padding-right: 15px;
  width: 40.17094017%;
}
@media only screen and (max-width: 568px) {
  .b-large .post-item .flx-entry-thumb {
    padding-right: 0 !important;
    margin-bottom: 30px;
    width: 100% !important;
  }
}
.b-large .post-item .entry-content {
  float: right;
  padding-left: 15px;
  width: 59.82905983%;
}
@media only screen and (max-width: 568px) {
  .b-large .post-item .entry-content {
    width: 100% !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 568px) {
  .b-large .post-item .top-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.b-large .post-item .top-meta h2 {
  color: #e5b468;
  font-size: 20px;
  margin-bottom: 11px;
  word-wrap: break-word;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.b-large .post-item .top-meta h2 a {
  color: #e5b468;
}
.b-large .post-item .top-meta .blog-content {
  color: #fff;
  margin-bottom: 14px;
}
.b-large .post-item .top-meta .wrap-meta {
  margin-bottom: 43px;
  overflow: hidden;
}
.b-large .post-item .top-meta .wrap-meta > * {
  color: #937344;
  float: left;
}
.b-large .post-item .top-meta .wrap-meta > *:not(:last-child) {
  margin-right: 20px;
}
.b-large .post-item .top-meta .wrap-meta > * i {
  margin-right: 6px;
}
.b-large .post-item .top-meta .wrap-more-link {
  clear: both;
  padding-bottom: 8px;
}
.b-large .post-item .top-meta .wrap-more-link .readmore {
  margin: 0;
}
.b-large .post-item .k2t-readmore {
  margin-bottom: 40px;
}
.b-large .k2t-navigation {
  margin-bottom: 82px;
}
@media only screen and (max-width: 568px) {
  .pokemon-cat .k2t-heading-inner h2 {
    font-size: 34px !important;
  }
}
.pokemon-cat .home-related {
  margin-bottom: 67px;
  padding-top: 52px;
}
@media only screen and (max-width: 568px) {
  .pokemon-cat .home-related {
    margin-bottom: 17px;
    padding-top: 0;
  }
}
/*--------------------------------------------------------------
	15. Blog archive
--------------------------------------------------------------*/
.categories-list a {
  color: #ccb8a9;
  font-size: 14px;
  text-transform: uppercase;
}
.b-large-2 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .b-large-2 {
    padding-bottom: 30px;
  }
}
.b-large-2 .post-item {
  display: inline-block;
  display: block;
}
.b-large-2 .post-item:before,
.b-large-2 .post-item:after {
  content: " ";
  display: table;
}
.b-large-2 .post-item:after {
  clear: both;
}
.b-large-2 .post-item .post-inner {
  position: relative;
}
.b-large-2 .post-item .post-inner .top-meta {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 667px) {
  .b-large-2 .post-item .post-inner .top-meta {
    position: relative;
    height: auto;
  }
}
.b-large-2 .post-item .post-inner .top-meta .wrap-inner {
  padding: 0 100px;
  position: absolute;
  top: 50%;
  left: 0;
  max-height: calc(100% - 120px);
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .b-large-2 .post-item .post-inner .top-meta .wrap-inner {
    padding: 0 50px;
    max-height: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .b-large-2 .post-item .post-inner .top-meta .wrap-inner {
    padding: 0 30px;
    max-height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 667px) {
  .b-large-2 .post-item .post-inner .top-meta .wrap-inner {
    position: relative;
    padding: 20px 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    max-height: auto;
  }
}
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .categories-list {
  margin-bottom: 15px;
}
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .entry-title {
  font-size: 112.5%;
  margin-bottom: 6px;
}
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .date-meta {
  margin-right: 8px;
}
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .date-meta,
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .author-meta {
  color: #ccb8a9;
  font-size: 14px;
  float: left;
  margin-bottom: 15px;
}
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .blog-content {
  clear: both;
  margin-bottom: 2px;
  width: 100%;
}
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .view-counter,
.b-large-2 .post-item .post-inner .top-meta .wrap-inner .comments-number {
  display: none;
  margin-top: 20px;
  margin-right: 10px;
  float: left;
}
.b-large-2 .post-item:nth-child(2n+1) .top-meta {
  left: 40%;
  width: 60%;
}
@media only screen and (max-width: 667px) {
  .b-large-2 .post-item:nth-child(2n+1) .top-meta {
    width: 100%;
    left: 0;
  }
}
.b-large-2 .post-item:nth-child(2n+1) .top-meta .wrap-inner {
  padding-right: 0;
}
.b-large-2 .post-item:nth-child(2n+1) .flx-entry-thumb {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 667px) {
  .b-large-2 .post-item:nth-child(2n+1) .flx-entry-thumb {
    width: 100%;
    float: left;
  }
}
.b-large-2 .post-item:nth-child(2n+2) .top-meta {
  left: 0;
  width: 40.17094017%;
}
@media only screen and (max-width: 667px) {
  .b-large-2 .post-item:nth-child(2n+2) .top-meta {
    width: 100%;
    left: 0;
  }
}
.b-large-2 .post-item:nth-child(2n+2) .top-meta .wrap-inner {
  padding-left: 0;
}
.b-large-2 .post-item:nth-child(2n+2) .flx-entry-thumb {
  float: right;
  width: 59.82905983%;
}
@media only screen and (max-width: 667px) {
  .b-large-2 .post-item:nth-child(2n+2) .flx-entry-thumb {
    width: 100%;
    float: left;
  }
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
	16. Blog medium
--------------------------------------------------------------*/
.b-medium .post-item {
  float: left;
  margin-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .b-medium .post-item {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.b-medium .post-item .flx-entry-thumb {
  background: #250f10;
  -webkit-box-shadow: 0 0 5px 3px #3f1a1b;
  box-shadow: 0 0 5px 3px #3f1a1b;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
  width: 52.13675214%;
}
@media only screen and (max-width: 667px) {
  .b-medium .post-item .flx-entry-thumb {
    width: 100%;
    z-index: 20;
  }
}
.b-medium .post-item .flx-entry-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89623e), to(#5b3c28)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -o-border-image: -o-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  border-image: linear-gradient(to bottom, #89623e, #5b3c28) 1 100%;
}
.b-medium .post-item .flx-entry-thumb:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* Standard syntax */
}
.b-medium .post-item .flx-entry-thumb .border-bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #89623e, rgba(46, 18, 19, 0.52));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #89623e, #2e1213);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #89623e, #2e1213);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #89623e, rgba(190, 93, 59, 0.52), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.52));
  /* Standard syntax */
}
.b-medium .post-item .flx-entry-thumb .border-bottom:after {
  content: '';
  background: rgba(45, 18, 19, 0.52);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  z-index: -1;
}
.b-medium .post-item .entry-content {
  position: absolute;
  top: 50%;
  max-height: calc(100% - 60px);
  width: 57.77777778%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
}
@media only screen and (max-width: 667px) {
  .b-medium .post-item .entry-content {
    margin-left: -4px;
    margin-right: -4px;
    position: relative;
    max-height: auto;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.b-medium .post-item .entry-content .wrap-animated {
  background: #2e1415;
  padding: 19px 30px 15px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .b-medium .post-item .entry-content .wrap-animated {
    padding: 19px 19px 15px;
  }
}
.b-medium .post-item:nth-child(2n+1) .flx-entry-thumb {
  float: left;
}
.b-medium .post-item:nth-child(2n+1) .entry-content {
  right: 0;
}
.b-medium .post-item:nth-child(2n+2) .flx-entry-thumb {
  float: right;
}
.b-medium .post-item:nth-child(2n+2) .entry-content {
  left: 0;
}
.b-medium .post-item .top-meta {
  text-align: center;
}
.b-medium .post-item .top-meta .categories-list {
  margin-bottom: 13          px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-medium .post-item .top-meta .categories-list a {
  color: #ccb8a9;
  margin-right: 5px;
}
.b-medium .post-item .top-meta .categories-list a:hover {
  color: #b86948;
}
.b-medium .post-item .top-meta .entry-title {
  font-size: 137.5%;
  line-height: 138.88888889%;
  margin-bottom: 2px;
}
.b-medium .post-item .top-meta .entry-title a {
  color: #ccb8a9;
}
.b-medium .post-item .top-meta .entry-title a:hover {
  color: #b86948;
}
.b-medium .post-item .top-meta .date-meta,
.b-medium .post-item .top-meta .author-meta > * {
  color: #ccb8a9;
  display: inline-block;
  font-size: 87.5%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.b-medium .post-item .top-meta .date-meta {
  margin-right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-medium .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.b-medium .post-item .top-meta .author-meta {
  display: inline-block;
  margin-bottom: 27px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.b-medium .post-item .top-meta .author-meta span:first-child {
  margin-right: 4px;
}
.b-medium .post-item .top-meta .author-meta a:hover {
  color: #b86948;
}
.b-medium .post-item .blog-content {
  line-height: 156.25%;
  margin-bottom: 20px;
  text-align: left;
}
.b-medium .post-item .wrap-more-link {
  display: none;
}
.b-medium .post-item .comments-number,
.b-medium .post-item .view-counter {
  display: inline-block;
  display: none;
}
/*--------------------------------------------------------------
	17. Blog Grid & Masonry
--------------------------------------------------------------*/
.page-links a {
  padding: 0 5px;
  text-align: center;
}
.flx-entry-thumb a {
  display: block;
  position: relative;
}
.flx-entry-thumb a:after {
  content: '';
  border: 0 solid transparent;
  background: rgba(46, 20, 21, 0.8);
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
.flx-entry-thumb a:hover:after {
  border-color: rgba(0, 0, 0, 0.9);
  border-width: 15px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.flx-entry-thumb a img {
  display: block;
  margin: 0 auto;
}
.page-template .k2t-navigation {
  margin-top: 20px;
  margin-bottom: 50px;
}
.page-template .space-no-nav {
  padding-bottom: 50px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .page-template .space-no-nav {
    padding-bottom: 0;
  }
}
.page-template .k2t-navigation + .space-no-nav {
  padding-bottom: 0;
}
.b-grid .audio-post .flx-entry-thumb {
  position: relative;
}
.b-grid .audio-post .flx-entry-thumb .placeholder {
  opacity: 0;
}
.b-grid .audio-post .flx-entry-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-grid .column-1 .post-item .top-meta .entry-title {
  font-size: 225%;
}
.b-masonry .audio-post .flx-entry-thumb .placeholder,
.b-large .audio-post .flx-entry-thumb .placeholder {
  display: none;
}
.b-grid .post-item,
.b-masonry .post-item {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.b-grid .post-item .flx-entry-thumb,
.b-masonry .post-item .flx-entry-thumb {
  background: #250f10;
  -webkit-box-shadow: 0 0 5px 3px #3f1a1b;
  box-shadow: 0 0 5px 3px #3f1a1b;
  margin-bottom: 21px;
  padding: 10px;
  position: relative;
}
.b-grid .post-item .flx-entry-thumb:before,
.b-masonry .post-item .flx-entry-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89623e), to(#5b3c28)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -o-border-image: -o-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  border-image: linear-gradient(to bottom, #89623e, #5b3c28) 1 100%;
}
.b-grid .post-item .flx-entry-thumb:after,
.b-masonry .post-item .flx-entry-thumb:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* Standard syntax */
}
.b-grid .post-item .flx-entry-thumb .border-bottom:before,
.b-masonry .post-item .flx-entry-thumb .border-bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #89623e, rgba(46, 18, 19, 0.52));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #89623e, #2e1213);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #89623e, #2e1213);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #89623e, rgba(190, 93, 59, 0.52), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.52));
  /* Standard syntax */
}
.b-grid .post-item .flx-entry-thumb .border-bottom:after,
.b-masonry .post-item .flx-entry-thumb .border-bottom:after {
  content: '';
  background: rgba(45, 18, 19, 0.52);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  z-index: -1;
}
.b-grid .post-item .top-meta,
.b-masonry .post-item .top-meta {
  text-align: center;
}
.b-grid .post-item .top-meta .categories-list,
.b-masonry .post-item .top-meta .categories-list {
  margin-bottom: 16px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-grid .post-item .top-meta .categories-list a,
.b-masonry .post-item .top-meta .categories-list a {
  color: #ccb8a9;
  margin-right: 5px;
}
.b-grid .post-item .top-meta .categories-list a:hover,
.b-masonry .post-item .top-meta .categories-list a:hover {
  color: #b86948;
}
.b-grid .post-item .top-meta .entry-title,
.b-masonry .post-item .top-meta .entry-title {
  font-size: 112.5%;
  line-height: 138.88888889%;
  margin-bottom: 4pxv;
}
.b-grid .post-item .top-meta .entry-title a,
.b-masonry .post-item .top-meta .entry-title a {
  color: #ccb8a9;
}
.b-grid .post-item .top-meta .entry-title a:hover,
.b-masonry .post-item .top-meta .entry-title a:hover {
  color: #b86948;
}
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta,
.b-grid .post-item .top-meta .author-meta > *,
.b-masonry .post-item .top-meta .author-meta > * {
  color: #ccb8a9;
  display: inline-block;
  font-size: 87.5%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta {
  margin-right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-grid .post-item .top-meta .date-meta i,
.b-masonry .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.b-grid .post-item .top-meta .author-meta,
.b-masonry .post-item .top-meta .author-meta {
  display: inline-block;
  margin-bottom: 14px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.b-grid .post-item .top-meta .author-meta span:first-child,
.b-masonry .post-item .top-meta .author-meta span:first-child {
  margin-right: 4px;
}
.b-grid .post-item .top-meta .author-meta a:hover,
.b-masonry .post-item .top-meta .author-meta a:hover {
  color: #b86948;
}
.b-grid .post-item .blog-content,
.b-masonry .post-item .blog-content {
  line-height: 156.25%;
  margin-bottom: 24px;
}
.b-grid .column-4 .flx-entry-thumb iframe {
  height: 100%;
}
/*--------------------------------------------------------------
	18. Comment
--------------------------------------------------------------*/
.comments-area {
  padding-bottom: 64px;
  display: inline-block;
  display: block;
}
.comments-area:before,
.comments-area:after {
  content: " ";
  display: table;
}
.comments-area:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .comments-area {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.comments-area .bypostauthor {
  border: 0 solid transparent;
}
.comments-area .reply-title {
  margin-bottom: 0;
}
.comments-area > .comments-title {
  color: #e7b66a;
  font-size: 24px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 480px) {
  .comments-area > .comments-title {
    padding-left: 15px;
  }
}
.comments-area > .comments-title span {
  color: #b86948;
}
.comments-area > ul {
  list-style: none;
  padding-left: 0;
}
.comments-area > ul li.comment {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.comments-area > ul li.comment > article {
  display: inline-block;
  display: block;
  margin-bottom: 11px;
  padding: 30px 0 19px 30px;
}
.comments-area > ul li.comment > article:before,
.comments-area > ul li.comment > article:after {
  content: " ";
  display: table;
}
.comments-area > ul li.comment > article:after {
  clear: both;
}
@media only screen and (max-width: 667px) {
  .comments-area > ul li.comment > article {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .comments-area > ul li.comment > article {
    padding: 0 15px 19px;
  }
}
.comments-area > ul li.comment > article > * {
  float: left;
}
.comments-area > ul li.comment > article .avatar {
  border: 2px solid #452224;
}
.comments-area > ul li.comment > article .comment-awaiting-moderation {
  position: absolute;
  bottom: 0;
}
.comments-area > ul li.comment > article .comment-top {
  padding-left: 30px;
  width: 155px;
}
@media only screen and (max-width: 480px) {
  .comments-area > ul li.comment > article .comment-top {
    padding-top: 0;
    width: calc( 100% - 79px );
  }
}
.comments-area > ul li.comment > article .comment-top .comment-meta {
  overflow: hidden;
  width: 100%;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info {
  color: #e0cbba;
  width: 100%;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info .comment-author {
  display: block;
  font-style: normal;
  line-height: 16px;
  margin-bottom: 6px;
  padding-top: 7px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comments-area > ul li.comment > article .comment-top .comment-meta .comment-info .comment-author {
    padding-top: 0;
  }
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info > span {
  display: block;
  line-height: 17px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link {
  padding-top: 5px;
  width: 100%;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a {
  color: #e0cbba;
  display: block;
  font-size: 18px;
  line-height: 25px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:not(:last-child) {
  margin-right: 20px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:hover {
  color: #e7b66a;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a.comment-reply-link {
  margin-top: -25px;
  padding-right: 20px;
  text-align: right;
}
.comments-area > ul li.comment > article .comment-content {
  font-size: 100%;
  width: calc(100% - 234px);
}
@media only screen and (max-width: 480px) {
  .comments-area > ul li.comment > article .comment-content {
    padding-top: 20px;
    width: 100%;
  }
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"],
.comments-area textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e0cbba;
  color: #e0cbba;
  font-size: 14px;
  padding: 15px 0;
  text-transform: none;
}
.comments-area input[type="text"]::-moz-placeholder,
.comments-area input[type="email"]::-moz-placeholder,
.comments-area input[type="url"]::-moz-placeholder,
.comments-area input[type="password"]::-moz-placeholder,
.comments-area input[type="search"]::-moz-placeholder,
.comments-area textarea::-moz-placeholder {
  color: #e0cbba;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area input[type="text"]:-ms-input-placeholder,
.comments-area input[type="email"]:-ms-input-placeholder,
.comments-area input[type="url"]:-ms-input-placeholder,
.comments-area input[type="password"]:-ms-input-placeholder,
.comments-area input[type="search"]:-ms-input-placeholder,
.comments-area textarea:-ms-input-placeholder {
  color: #e0cbba;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area input[type="text"]::-webkit-input-placeholder,
.comments-area input[type="email"]::-webkit-input-placeholder,
.comments-area input[type="url"]::-webkit-input-placeholder,
.comments-area input[type="password"]::-webkit-input-placeholder,
.comments-area input[type="search"]::-webkit-input-placeholder,
.comments-area textarea::-webkit-input-placeholder {
  color: #e0cbba;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area input[type="text"]:hover,
.comments-area input[type="email"]:hover,
.comments-area input[type="url"]:hover,
.comments-area input[type="password"]:hover,
.comments-area input[type="search"]:hover,
.comments-area textarea:hover,
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area input[type="password"]:focus,
.comments-area input[type="search"]:focus,
.comments-area textarea:focus {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area input[type="text"]:hover::-moz-placeholder,
.comments-area input[type="email"]:hover::-moz-placeholder,
.comments-area input[type="url"]:hover::-moz-placeholder,
.comments-area input[type="password"]:hover::-moz-placeholder,
.comments-area input[type="search"]:hover::-moz-placeholder,
.comments-area textarea:hover::-moz-placeholder,
.comments-area input[type="text"]:focus::-moz-placeholder,
.comments-area input[type="email"]:focus::-moz-placeholder,
.comments-area input[type="url"]:focus::-moz-placeholder,
.comments-area input[type="password"]:focus::-moz-placeholder,
.comments-area input[type="search"]:focus::-moz-placeholder,
.comments-area textarea:focus::-moz-placeholder {
  color: #e7b66a;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area input[type="text"]:hover:-ms-input-placeholder,
.comments-area input[type="email"]:hover:-ms-input-placeholder,
.comments-area input[type="url"]:hover:-ms-input-placeholder,
.comments-area input[type="password"]:hover:-ms-input-placeholder,
.comments-area input[type="search"]:hover:-ms-input-placeholder,
.comments-area textarea:hover:-ms-input-placeholder,
.comments-area input[type="text"]:focus:-ms-input-placeholder,
.comments-area input[type="email"]:focus:-ms-input-placeholder,
.comments-area input[type="url"]:focus:-ms-input-placeholder,
.comments-area input[type="password"]:focus:-ms-input-placeholder,
.comments-area input[type="search"]:focus:-ms-input-placeholder,
.comments-area textarea:focus:-ms-input-placeholder {
  color: #e7b66a;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area input[type="text"]:hover::-webkit-input-placeholder,
.comments-area input[type="email"]:hover::-webkit-input-placeholder,
.comments-area input[type="url"]:hover::-webkit-input-placeholder,
.comments-area input[type="password"]:hover::-webkit-input-placeholder,
.comments-area input[type="search"]:hover::-webkit-input-placeholder,
.comments-area textarea:hover::-webkit-input-placeholder,
.comments-area input[type="text"]:focus::-webkit-input-placeholder,
.comments-area input[type="email"]:focus::-webkit-input-placeholder,
.comments-area input[type="url"]:focus::-webkit-input-placeholder,
.comments-area input[type="password"]:focus::-webkit-input-placeholder,
.comments-area input[type="search"]:focus::-webkit-input-placeholder,
.comments-area textarea:focus::-webkit-input-placeholder {
  color: #e7b66a;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area input[type="password"]:focus,
.comments-area input[type="search"]:focus,
.comments-area textarea:focus {
  color: #e0cbba;
}
.comments-area .logged-in-as {
  margin-bottom: 22px;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 150%;
}
.comments-area .comment-respond .comment-notes {
  display: none;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input {
  width: 100%;
}
.comments-area .comment-respond .comment-form-author {
  margin-bottom: 28px;
  padding-right: 15px;
}
.comments-area .comment-respond .comment-form-email {
  margin-bottom: 28px;
  padding-left: 15px;
}
.comments-area .comment-respond .comment-form-comment {
  clear: both;
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-respond .comment-form-comment > span {
  font-size: 24px;
  position: absolute;
  top: 38px;
  left: 28px;
}
.comments-area .comment-respond .comment-form-comment textarea {
  min-height: 133px;
  line-height: 142.85714286%;
}
.comments-area .comment-respond .comment-form-comment textarea:focus + span {
  color: #b86948;
}
.comments-area .comment-respond .form-submit {
  display: none;
}
.comments-area .comment-respond .k2t-btn {
  float: right;
  margin: 25px 0;
}
.comments-area .comment-respond .k2t-btn input {
  background: transparent;
  font-size: 16px;
  position: relative;
  height: 37px;
  line-height: 25px;
  z-index: 10;
}
/*--------------------------------------------------------------
	19. Plugin 3rd
--------------------------------------------------------------*/
/* contact form 7 */
.wpcf7-form {
  margin: 0 -15px;
  display: inline-block;
  display: block;
}
.wpcf7-form:before,
.wpcf7-form:after {
  content: " ";
  display: table;
}
.wpcf7-form:after {
  clear: both;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"] {
  color: #e68a64;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.wpcf7-form textarea {
  color: #e68a64;
}
.wpcf7-form p {
  margin-bottom: 0;
  padding: 0 15px;
}
.wpcf7-form p .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -20px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.wpcf7-form > p:not(.full-width) {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .wpcf7-form > p:not(.full-width) {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-submit {
  border-radius: 6px;
  background: #b86948;
  color: #230e0f;
  font-size: 112.5%;
  padding: 0 15px;
  min-width: 118px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
  background: #4f2728;
  color: #b86948;
}
.wpcf7-form .wpcf7-response-output {
  clear: both;
  display: block;
  float: left;
  margin: 30px 15px 0;
  width: calc( 100% - 30px );
  max-width: 100%;
}
.vc_row .wpcf7-form input,
.vc_row .wpcf7-form textarea {
  border: none;
  border-bottom: 1px solid #644e49;
  color: #e0cbba;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .vc_row .wpcf7-form input,
  .vc_row .wpcf7-form textarea {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.vc_row .wpcf7-form input:focus,
.vc_row .wpcf7-form textarea:focus {
  color: #fff;
}
.vc_row .wpcf7-form textarea {
  height: 115px;
}
.vc_row .wpcf7-form .k2t-btn {
  margin: 30px 0;
}
.vc_row .wpcf7-form .k2t-btn > p {
  position: relative;
  z-index: 10;
}
.vc_row .wpcf7-form .k2t-btn input {
  background: transparent;
  color: #e7b66a;
  padding-left: 41px;
}
@media only screen and (max-width: 767px) {
  .vc_row .wpcf7-form div {
    padding-left: 15px;
  }
}
/* Mailchim */
.mc4wp-form label {
  color: #fff;
  display: block;
  margin-bottom: 32px;
  text-align: center;
}
.mc4wp-form input:not([type="submit"]) {
  border: none;
  border-bottom: 1px solid #826957;
  color: #e7b66a;
  display: block;
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
}
.mc4wp-form .hidden {
  display: none;
}
.mc4wp-form .k2t-btn {
  display: inline-block;
  margin: 30px 0 60px !important;
}
/* twitter */
.widget_aptf_widget .widget-title {
  margin-bottom: 25px;
}
.widget_aptf_widget .aptf-template-2 .aptf-single-tweet-wrapper {
  padding-left: 35px;
  position: relative;
}
.widget_aptf_widget .aptf-template-2 .aptf-single-tweet-wrapper:hover:before {
  color: #e7b66a;
  text-shadow: 1px 0px 20px #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.widget_aptf_widget .aptf-template-2 .aptf-single-tweet-wrapper:before {
  content: "\f099";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  position: absolute;
  top: 7px;
  left: 0;
  text-rendering: auto;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.widget_aptf_widget .aptf-template-2 .aptf-tweet-content {
  color: #b86948;
  font-size: 16px;
  font-weight: bold;
}
.widget_aptf_widget .aptf-template-2 .aptf-tweet-content a {
  color: #e7b66a !important;
}
.widget_aptf_widget .aptf-template-2 .aptf-tweet-content a:hover {
  color: #e7b66a !important;
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.7);
}
.widget_aptf_widget .aptf-template-2 .aptf-tweet-username {
  color: #b86948;
  font-size: 16px;
  font-weight: bold;
}
.widget_aptf_widget .aptf-template-2 .aptf-timestamp a {
  color: #b86948 !important;
}
.widget_aptf_widget .aptf-template-2 .aptf-timestamp a:hover {
  color: #e7b66a !important;
}
.widget_aptf_widget .aptf-template-2 .aptf-tweet-actions {
  padding-top: 2px;
}
.widget_aptf_widget .aptf-template-2 .aptf-tweet-actions > * {
  color: #b86948 !important;
  font-size: 14px;
}
.widget_aptf_widget .aptf-template-2 .aptf-tweet-actions > *:hover {
  color: #e7b66a !important;
  text-shadow: 1px 0px 5px rgba(255, 234, 211, 0.7);
}
/*--------------------------------------------------------------
	20. 404
--------------------------------------------------------------*/
.error404 .k2t-container {
  height: 100vh;
  position: relative;
}
.error404 .k2t-body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
}
.error404 .k2t-not-found {
  padding: 0 15px;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.error404 .k2t-not-found .error-404-image {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.error404 .k2t-not-found .error-404-text h2 {
  color: #54433a;
  font-size: 203px;
  font-weight: 700;
  margin-bottom: 11px;
  text-transform: none;
  text-shadow: -2px 4px 0px #120707;
}
@media only screen and (max-width: 767px) {
  .error404 .k2t-not-found .error-404-text h2 {
    font-size: 100px;
  }
}
.error404 .k2t-not-found .error-404-text .desc-404 {
  color: #54433a;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .error404 .k2t-not-found .error-404-text .desc-404 {
    font-size: 25px;
  }
}
.error404 .k2t-not-found .direction {
  color: #54433a;
  font-size: 18px;
  font-weight: 700;
}
.error404 .k2t-not-found .direction a {
  color: #a22e19;
}
.error404 .k2t-not-found .direction a:hover {
  color: #b86948;
}
body.search.search-no-results {
  text-align: center;
}
body.search .k2t-title-bar .main-title {
  opacity: 1 !important;
}
@media only screen and (max-width: 568px) {
  body.search .k2t-title-bar .main-title {
    font-size: 36px !important;
  }
}
body.search .k2t-title-bar .k2t-breadcrumbs {
  display: none;
}
body.search .k2t-content {
  margin-bottom: 60px;
  margin-top: -140px;
}
body.search .k2t-content .post {
  margin-bottom: 40px;
}
body.search .k2t-main {
  width: 100% !important;
}
@media only screen and (max-width: 667px) {
  body.search h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
body.search h2 {
  margin-bottom: 6px;
}
@media only screen and (max-width: 667px) {
  body.search h2 {
    font-size: 24px;
  }
}
body.search form {
  margin-top: 20px;
}
body.search form input[type="text"] {
  display: block;
  margin: 0 auto 30px;
  min-width: 300px;
  padding: 15px 30px;
  width: 100%;
  max-width: 600px;
}
body.search .k2t-sidebar {
  display: none;
}
