/*

Theme Name: mercy
Theme URI: http://demo.lunartheme.com/mercy/
Author: lunartheme
Author URI: http://lunartheme.com
Description: Main theme.
Version: 1.0.0

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Reset
//   02. Typography
//   03. General class
//   04. Layout
//	 05. Carousel
//   06. Header
//   07. Titlebar
//   08. Social
//   09. Widget
//   10. Footer
//   11. Blog single
//   12. Blog large archive
//   13. 3rd plugin style
// ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700|Playfair+Display:400,500,600,700,700i|Raleway:400,500,600,700|Roboto:400,500,600,700');
/*--------------------------------------------------------------
	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: 14px;
  /* 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: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 210%;
  font-size: 14px;
  color: #535353;
  overflow: hidden;
}
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: #b14d4d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-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: #c5b2a1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-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;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.bypostauthor {
  display: block;
}
.wp-caption {
  max-width: 100%;
}
/*--------------------------------------------------------------
	02. Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313131;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: inherit;
}
h1,
.h1 {
  font-size: 342.85714286%;
}
h2,
.h2 {
  font-size: 214.28571429%;
}
h3,
.h3 {
  font-size: 157.14285714%;
}
h4,
.h4 {
  font-size: 142.85714286%;
}
h5,
.h5 {
  font-size: 128.57142857%;
}
h6,
.h6 {
  font-size: 114.28571429%;
}
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
q {
  display: block;
}
blockquote,
q {
  background-color: #efefef;
  line-height: 202%;
  font-size: 121.4285%;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 25px;
  position: relative;
}
blockquote * {
  line-height: 202%;
  padding: 0;
  margin: 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f6f6f6;
  color: #666;
  font-size: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}
code,
kbd,
tt,
var {
  font-size: 100%;
}
abbr,
acronym {
  border-bottom: 1px dotted #c5b2a1;
  cursor: help;
}
mark,
ins {
  background: #f6f6f6;
  color: #c5b2a1;
  text-decoration: none;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
ul,
ol {
  padding-left: 14px;
}
ol {
  margin: 0 0 1.5em 3em;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
}
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;
  margin: 0 auto;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
pre,
code {
  font-family: 'Roboto', sans-serif;
}
hr {
  background-color: #c5b2a1;
  height: 1px;
  padding: 0;
  margin: 15px 0;
  clear: both;
  border: 0;
}
::selection {
  color: #fff;
  background-color: #c5b2a1;
}
::-moz-selection {
  color: #fff;
  background-color: #c5b2a1;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  border: 0;
  font-size: 142.85714286%;
  /* 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;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.k2t-btn {
  background: #c5b2a1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 114.28571429%;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  min-width: 100px;
  text-align: center;
  outline: 0;
}
.k2t-btn.medium {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  height: 40px;
  line-height: 40px;
  min-width: 150px;
  text-align: center;
}
.k2t-btn.small {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  height: 30px;
  line-height: 40px;
  min-width: 130px;
  text-align: center;
}
.k2t-btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  webkit-box-shadow: 0 5px 30px 5px rgba(197, 178, 161, 0.25);
  -ms-box-shadow: 0 5px 30px 5px rgba(197, 178, 161, 0.25);
  -o-box-shadow: 0 5px 30px 5px rgba(197, 178, 161, 0.25);
  -moz-box-shadow: 0 5px 30px 5px rgba(197, 178, 161, 0.25);
  box-shadow: 0 5px 30px 5px rgba(197, 178, 161, 0.25);
}
.k2t-btn:hover {
  color: #fff;
}
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 {
  border-bottom: 1px dashed #c8c8c8;
  font-family: 'Roboto', sans-serif;
  color: #656363;
  padding: 11px 7px;
  width: 100%;
  float: '';
  font-size: 100%;
  margin-bottom: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #b14d4d;
  border-bottom: 1px solid #b14d4d;
}
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: 0 solid transparent;
}
/* some global setting */
/*--------------------------------------------------------------
	03. General class
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.gallery {
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-bottom: 72px !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333% !important;
}
.gallery img {
  border: none !important;
}
.gallery .gallery-item {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery .gallery-caption {
  display: none;
}
.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;
}
.page-links .pagi {
  padding: 5px 10px;
  font-weight: 600;
}
.page-links a {
  padding: 5px 10px;
  color: #1e1e1e;
  border: 3px solid #d9d9d9;
  margin: 0 5px;
  font-weight: 600;
}
.page-links a .pagi {
  padding: 0;
}
.page-links a:hover {
  color: #c5b2a1;
  border: 3px solid #c5b2a1;
}
.search-result {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
	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;
  overflow: hidden;
}
.k2t-wrap {
  margin: auto;
  width: 100%;
  max-width: 1170px;
}
.k2t-content {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.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;
}
.k2t-content.left-sidebar .k2t-main {
  float: right;
  padding-left: 15px;
}
.k2t-content.right-sidebar .k2t-sidebar {
  float: right;
  padding-left: 15px;
}
.k2t-content.right-sidebar .k2t-blog {
  float: left;
  padding-right: 15px;
}
.k2t-content.right-sidebar .k2t-main {
  float: left;
  padding-right: 15px;
}
.k2t-content .k2t-blog {
  width: 75%;
}
.k2t-content .k2t-blog .k2t-blog-inner {
  background: transparent;
}
.k2t-content .k2t-blog .post-item .post-inner {
  background-color: #fff;
}
.k2t-content .k2t-blog .post-item .post-inner.post-video {
  background-color: transparent;
}
.k2t-content .k2t-blog .post-item .post-inner.post-video .entry-title {
  margin-bottom: 35px;
}
.k2t-content .k2t-sidebar {
  width: 25%;
  float: left;
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner {
  background: transparent;
}
.k2t-content:not(.no-sidebar) .k2t-main {
  width: 75%;
}
.post-video .flx-entry-thumb .date-blog {
  display: none;
}
body.page .k2t-content > .k2t-wrap {
  padding: 0;
}
.single-product-shortcodes .vc_row:not([data-vc-full-width='true']),
.shop-custom-shortcodes .vc_row:not([data-vc-full-width='true']) {
  margin: 0 auto;
}
.vc_row {
  font-size: 14px;
  line-height: 210%;
  text-align: left;
}
.vc_row:not([data-vc-full-width='true']) {
  max-width: 1200px;
}
.vc_row.vc_row-flex {
  margin: 0 auto;
}
.vc_row.vc_row-has-fill .wrap-stretch-row {
  max-width: 1170px;
  margin: 0 auto;
}
.vc_row .wpb_button,
.vc_row .wpb_content_element,
.vc_row ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.vc_row.vc_inner {
  margin-left: 0;
  margin-right: 0;
}
.mask-gradient {
  position: relative;
}
.mask-gradient .vc_column-inner:hover:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
  -ms-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;
}
/* ================ 404 page ================= */
.error404 .k2t-body {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  display: table;
}
.error-404-img img {
  display: block;
}
.k2t-404-logo {
  text-align: center;
  margin-bottom: 45px;
}
.error404 .k2t-body .k2t-not-found {
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
}
.error404 .error-404-text {
  padding: 0 15px;
  color: #000;
  text-align: left;
  margin: 15% auto 0;
}
.error404 .error-404-text h2 {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
  font-family: 'Raleway';
  text-transform: capitalize;
  letter-spacing: 0.6em;
  margin-bottom: 12px;
}
.error404 .error-404-text h3 {
  color: #ccc;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
  font-family: "Raleway";
}
.error404 a.error-404-home {
  font-family: 'Roboto';
  color: #000;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 900;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 25%;
  text-transform: uppercase;
}
.error404 a.error-404-home:hover {
  color: #b14d4d;
}
.mejs-controls .mejs-button button {
  min-width: auto;
}
.short_text {
  padding: 10px 180px 40px;
}
/* ====== Page Loader =========*/
/*--------------------------------------------------------------
	05. Header
--------------------------------------------------------------*/
.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-item {
  float: left;
}
.owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #b14d4d;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #c5b2a1;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  line-height: 40px;
}
.owl-nav .owl-prev {
  float: left;
  margin-left: 20px;
}
.owl-nav .owl-next {
  float: right;
  margin-right: 20px;
}
.owl-nav.disabled {
  display: none;
}
.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 41px;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-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: #c5b2a1;
  border-color: #c5b2a1;
}
.owl-dots .owl-dot span {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
/*--------------------------------------------------------------
	05. Header
--------------------------------------------------------------*/
.admin-bar .k2t-header.fixed {
  margin-top: 32px;
}
.admin-bar .k2t-header .sticky {
  top: 32px !important;
}
.k2t-header {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 9999;
  height: auto !important;
  /* ======== Sosial ======= */
}
.k2t-header#k2t-header-default .site-title {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.k2t-header#k2t-header-default .site-title a {
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  min-height: 64px;
  width: 100%;
  float: left;
  margin: 15px 0;
}
.k2t-header#k2t-header-default .k2t-menu > li {
  height: 94px;
  line-height: 94px;
}
.k2t-header .k2t-header-top {
  height: 97px;
  line-height: 97px;
  background: #fff;
  font-weight: 600;
  color: #282828;
}
.k2t-header .k2t-header-top .custom-login {
  margin-right: 79px;
}
.k2t-header .k2t-header-top .custom-el {
  margin-right: 28px;
}
.k2t-header .k2t-header-top .custom-el i {
  margin-right: 5px;
}
.k2t-header .k2t-header-top a {
  color: #282828;
}
.k2t-header .k2t-header-top a:hover {
  color: #b14d4d;
}
.k2t-header .k2t-logo {
  display: block;
}
.k2t-header .k2t-logo img {
  max-height: 80px;
}
.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-wrap,
.k2t-header.full-width .k2t-header-mid .k2t-wrap,
.k2t-header.full-width .k2t-header-bottom .k2t-wrap {
  max-width: 100%;
  padding: 0 15px;
}
.k2t-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.k2t-header > div {
  margin: 0 auto;
  width: 100%;
}
.k2t-header .sticky {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.k2t-header .align-right > :last-child {
  margin-right: 0;
}
.k2t-header ul.social {
  padding-left: 0;
}
.k2t-header ul.social li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
.h-element {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
}
/* k2t-menu */
.k2t-menu {
  padding-left: 0;
}
.k2t-menu .menu-feature a {
  margin-top: 15px;
  padding: 0;
}
.k2t-menu > li {
  display: inline-block;
  font-weight: 400;
  height: 52px;
  line-height: 52px;
  padding: 0 13px;
  font-size: 100%;
}
.k2t-menu > li a {
  color: #282828;
  padding: 0 10px;
  font-weight: 600;
}
.k2t-menu > li a:hover {
  color: #b14d4d;
}
.k2t-menu > li.current-menu-ancestor > a,
.k2t-menu > li.current-menu-item > a,
.k2t-menu > li:hover > a {
  color: #b14d4d;
}
.k2t-menu > li.current-menu-ancestor ul li.current-menu-item a,
.k2t-menu > li.current-menu-item ul li.current-menu-item a,
.k2t-menu > li:hover ul li.current-menu-item a {
  color: #b14d4d;
}
.k2t-menu > li > ul.sub-menu {
  border: 1px solid rgba(194, 194, 194, 0.2);
}
.k2t-menu li {
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
.k2t-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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 a.has-icon i {
  padding-right: 5px;
}
.k2t-menu li ul.sub-menu {
  background: #fff;
  border-top: 2px solid #b14d4d;
}
.k2t-menu li ul {
  position: absolute;
  top: 98%;
  left: 0;
  width: 310px;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
  filter: alpha(opacity=0);
  z-index: 999;
  padding-left: 0;
}
.k2t-menu li ul li {
  padding: 15px;
}
.k2t-menu li ul li a {
  display: block;
  font-weight: 500;
  line-height: 20px;
  color: #282828;
  padding: 0;
}
.k2t-menu li ul li a:hover {
  color: #b14d4d;
  text-indent: 5px;
}
.k2t-menu li ul li ul {
  top: 0%;
  left: 305px;
}
.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;
  -ms-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;
  -ms-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-color: #fff;
  position: absolute;
  padding: 25px 0 30px;
  left: 0;
  width: 100%;
  z-index: 999;
  border-top: 2px solid #b14d4d !important;
  border: 1px solid rgba(194, 194, 194, 0.3);
}
.k2t-menu .mega-container > ul {
  display: table;
  table-layout: fixed;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.k2t-menu .mega-container > ul .k2t-megamenu-submenu:not(.menu-feature) > a:before {
  content: "\f36b";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  left: 0;
}
.k2t-menu .mega-container > ul > li {
  display: table-cell;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
}
.k2t-menu .mega-container > ul > li.current-menu-ancestor > a {
  color: #b14d4d;
}
.k2t-menu .mega-container > ul > li ul.sub-menu {
  border-top: none;
}
.k2t-menu .mega-container > ul > li ul.sub-menu li {
  padding: 0;
  padding-top: 25px;
}
.k2t-menu .mega-container > ul > li .parent-title {
  color: #b14d4d;
}
.k2t-menu .mega-container > ul > li .parent-title:hover {
  color: #c5b2a1;
}
.k2t-menu .mega-container > ul > li > a {
  color: #282828;
  min-width: 300px;
  text-transform: uppercase;
  z-index: 9999;
  font-weight: 700;
  font-size: 114.28571429%;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 15px;
}
.k2t-menu .mega-container > ul > li > a:hover {
  text-indent: 0;
}
.k2t-menu .mega-container > ul > li ul {
  margin-left: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
/* k2t-logo */
.k2t-logo .logo-text {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  margin-bottom: 0;
}
.k2t-header-m {
  display: none;
}
.search-box {
  height: 52px;
  line-height: 52px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 157.14285714%;
  text-align: center;
  cursor: pointer;
}
.search-box .icon_search:hover {
  color: #c5b2a1;
}
.k2t-searchbox {
  display: table;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-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 button[type="submit"] {
  display: none;
}
.k2t-searchbox .hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #fff;
  z-index: 9999;
}
.k2t-searchbox .hamburger .hamburger-box {
  width: 15px;
  height: 15px;
  display: block;
}
.k2t-searchbox .hamburger .hamburger-inner,
.k2t-searchbox .hamburger .hamburger-inner::before,
.k2t-searchbox .hamburger .hamburger-inner::after {
  background-color: #fff;
  height: 2px;
  width: 15px;
}
.k2t-searchbox .mark {
  background-color: rgba(0, 0, 0, 0.9);
  height: 200%;
  width: 200%;
  position: absolute;
  top: -50%;
  right: -50%;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-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%);
  -moz-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-weight: 600;
  font-size: 142.85714286%;
  font-family: 'Roboto', sans-serif;
  min-width: 750px;
  padding: 15px;
  text-transform: none;
  border: 2px dotted #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
}
.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;
  filter: alpha(opacity=100);
  visibility: visible;
}
/*--------------------------------------------------------------
	06. Titlebar
--------------------------------------------------------------*/
.k2t-title-bar {
  padding-top: 112px;
  padding-bottom: 135px;
  position: relative;
  text-align: left;
  z-index: 1;
  background-image: url('../img/titlebar.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.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 .main-title {
  color: #313131;
  font-weight: 600;
  font-size: 614.28571429%;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0;
}
.k2t-title-bar .main-excerpt {
  color: #898989;
  font-family: 'Lato', serif;
  margin-bottom: 15px;
  font-weight: 600;
}
.k2t-title-bar .main-excerpt span:first-child:not(:last-child) {
  margin-right: 15px;
}
.k2t-title-bar .k2t-breadcrumbs {
  list-style: none;
  font-weight: 600;
  font-size: 114.28571429%;
  font-family: 'Lato', serif;
  padding-left: 0;
  opacity: 1;
  text-align: left;
  margin-top: 23px;
}
.k2t-title-bar .k2t-breadcrumbs > a {
  color: #898989;
  letter-spacing: 3.2px;
}
.k2t-title-bar .k2t-breadcrumbs > a:first-child:before {
  content: '';
  float: left;
  background: #000;
  width: 123px;
  position: relative;
  height: 4px;
  top: 15px;
  margin-right: 24px;
}
.k2t-title-bar .k2t-breadcrumbs li {
  color: #898989;
  display: inline-block;
  letter-spacing: 3.2px;
}
.k2t-title-bar .k2t-breadcrumbs li:not(:last-child):after {
  content: '/';
  margin: 0 5px;
}
.k2t-title-bar .k2t-breadcrumbs li:first-child {
  padding-left: 0;
}
.k2t-title-bar .k2t-breadcrumbs li:first-child > a:first-child:before {
  content: '';
  float: left;
  background: #000;
  width: 123px;
  position: relative;
  height: 4px;
  top: 15px;
  margin-right: 24px;
}
.k2t-title-bar .k2t-breadcrumbs li * {
  color: #898989;
}
.k2t-title-bar .k2t-breadcrumbs li a:hover {
  color: #c5b2a1;
}
.k2t-title-bar .k2t-breadcrumbs li.current {
  color: #c5b2a1;
}
.k2t-title-bar .k2t-breadcrumbs li.current a {
  color: #c5b2a1;
}
.k2t-title-bar .k2t-breadcrumbs li:last-child {
  padding-right: 5px;
}
/*--------------------------------------------------------------
	07. Social
--------------------------------------------------------------*/
.social ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.social ul li {
  font-size: 114.28571429%;
  float: left;
  text-align: center;
}
.social ul li:not(:last-child) {
  margin-right: 10px;
}
.social ul li:hover a {
  color: #b14d4d;
}
.social ul li a {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
  line-height: 27px;
}
.social ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.k2t-footer.dark-style .social li a,
.dark-style .social li a {
  color: #363636;
}
.k2t-footer.dark-style .social li a:hover,
.dark-style .social li a:hover {
  color: #b14d4d;
}
.k2t-social-share.social {
  float: right;
}
.k2t-social-share.social li a {
  color: #363636;
}
.k2t-social-share.social li a span {
  display: none;
}
/*--------------------------------------------------------------
	08. Widget
--------------------------------------------------------------*/
.k2t-sidebar .widget {
  width: 100%;
  float: left;
}
.k2t-sidebar .widget ul * {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #6d6d6d;
}
.k2t-sidebar .widget ul a:hover {
  color: #c5b2a1;
}
.k2t-sidebar .widget.widget_search {
  width: 100%;
  float: left;
  position: relative;
}
.k2t-sidebar .widget.widget_search button {
  position: absolute;
  background: transparent;
  width: 22px;
  height: 22px;
  min-width: auto;
  line-height: 22px;
  right: 5px;
  top: calc( 100% - 43px );
}
.k2t-sidebar .widget.widget_search button:hover {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.k2t-sidebar .widget.widget_search button i {
  color: #c8c8c8;
  font-size: 22px;
}
.k2t-sidebar .widget.widget_search button i:hover {
  color: #b14d4d;
}
.widget {
  margin-bottom: 30px;
}
.widget .widget-title span {
  margin-bottom: 25px;
  color: #272727;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  text-transform: capitalize;
}
.widget select {
  border: 1px solid;
  width: 100%;
  float: left;
  font-size: 100%;
  padding: 5px;
}
/*  Widget calendar   */
.widget_calendar {
  padding-left: 0;
  padding-right: 0;
}
.widget_calendar .calendar_wrap {
  position: relative;
}
.widget_calendar .calendar_wrap * {
  text-align: center;
}
.widget_calendar table {
  border: none;
  padding-bottom: 15px;
}
.widget_calendar table > caption {
  color: #000;
  font-weight: 400;
  font-size: 128.57142857%;
  font-family: 'Lato';
  width: 100%;
  text-align: center;
}
.widget_calendar table thead th {
  color: #000;
  font-weight: 400;
  font-size: 100%;
  font-family: 'Lato';
  border: 1px solid #e8e8e8;
}
.widget_calendar table tbody td {
  color: #000;
  font-weight: 400;
  font-size: 100%;
  font-family: 'Lato';
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.widget_calendar table tbody td#today {
  background-color: #b14d4d;
  border: 1px solid #b14d4d;
  color: #fff;
}
.widget_calendar table tbody td#today a {
  color: #000;
}
.widget_calendar table tbody td a {
  position: relative;
}
.widget_calendar table tbody td a:before {
  content: '';
  background: #c5b2a1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.widget_calendar table tbody td.pad {
  background-color: transparent;
}
.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;
  padding: 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 {
  text-indent: 999px;
}
.widget_calendar table tfoot tr td#next {
  float: right;
}
.widget_calendar table tfoot tr td a {
  width: 100%;
}
.widget_calendar table tfoot tr td.pad {
  display: none;
}
/*  Widget mercy recent post   */
.k2t_widget_latest_posts .posts-list {
  overflow: hidden;
}
.k2t_widget_latest_posts .posts-list .post-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.k2t_widget_latest_posts .posts-list .post-item:hover .post-meta {
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  left: 5px;
}
.k2t_widget_latest_posts .posts-list .post-thumb {
  width: 120px;
  float: left;
  height: 100px;
  margin-right: 10px;
  position: relative;
}
.k2t_widget_latest_posts .posts-list .post-thumb:hover .post-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.k2t_widget_latest_posts .posts-list .post-text .post-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 50px;
  background: #c5b2a1;
  text-align: left;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.k2t_widget_latest_posts .posts-list .post-text .post-meta span {
  width: 40px;
  float: left;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  padding: 5px 0 0 13px;
}
.k2t_widget_latest_posts .posts-list .post-text h4 {
  font-weight: 700;
  font-size: 114.28571429%;
  font-family: 'Lato';
  line-height: 150%;
  margin-top: -5px;
  text-transform: none;
}
.k2t_widget_latest_posts .posts-list .post-text h4 a {
  color: #383838;
}
.k2t_widget_latest_posts .posts-list .post-text h4 a:hover {
  color: #b14d4d;
}
.searchform.search_default .form-group button {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  min-width: 120px;
}
/* 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;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -moz-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: #c5b2a1;
}
/*--------------------------------------------------------------
	widget categories
--------------------------------------------------------------*/
.widget_categories ul {
  list-style: none;
  padding-left: 0;
}
.widget_categories ul li {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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 a {
  color: #6d6d6d;
}
.widget_categories ul li:hover {
  -webkit-transition: all 0.3s ease 0s;
  -ms-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: #c5b2a1;
  padding-left: 80px;
}
.widget_categories ul li:hover:before {
  width: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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: #c5b2a1;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
/*--------------------------------------------------------------
	09. Footer
--------------------------------------------------------------*/
.k2t-footer {
  background: #efefef;
  display: block;
  margin: 0 auto;
  width: 100%;
  float: left;
}
.k2t-footer .k2t-row {
  margin: 0 -15px;
}
.k2t-footer .k2t-bottom {
  width: 100%;
  float: left;
  padding: 100px 0 18px;
  background-color: #efefef;
}
.k2t-footer .k2t-bottom .text-col {
  margin-top: 75px;
  width: 135%;
  float: left;
}
.k2t-footer .k2t-bottom .text-col .text-info-1 {
  float: left;
  margin-right: 110px;
  margin-bottom: 30px;
}
.k2t-footer .k2t-bottom .text-col .text-info-2 {
  float: left;
  margin-right: 105px;
  margin-bottom: 30px;
}
.k2t-footer .k2t-bottom .text-col .text-info-3-desk {
  float: left;
  margin-bottom: 30px;
}
.k2t-footer.dark-style .widget {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-footer.dark-style .widget.social {
  padding-top: 80px;
  float: right;
  padding-right: 0;
}
.k2t-footer.dark-style .widget .widget-title span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222;
}
.k2t-footer.dark-style .widget .textwidget {
  color: #717171;
  line-height: 24px;
  font-weight: 400;
}
.k2t-footer.dark-style .widget .textwidget ul {
  padding-left: 0;
}
.k2t-footer.dark-style .widget .textwidget ul li {
  list-style: none;
}
.k2t-footer.dark-style .widget .textwidget ul li a {
  font-size: 92.85714286%;
}
.k2t-footer.dark-style .widget h1,
.k2t-footer.dark-style .widget h2,
.k2t-footer.dark-style .widget h3,
.k2t-footer.dark-style .widget h4,
.k2t-footer.dark-style .widget h5,
.k2t-footer.dark-style .widget h6 {
  margin-bottom: 18px;
  text-transform: uppercase;
}
.k2t-footer.dark-style .widget a {
  color: #959595;
}
.k2t-footer.dark-style .widget a:hover {
  color: #b14d4d;
}
.k2t-footer .k2t-info {
  background-color: #fff;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-weight: 400;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
  width: 100%;
  float: left;
}
.k2t-footer .k2t-info .k2t-row {
  padding: 0 15px;
}
.k2t-footer .k2t-info .k2t-row .col-copyright {
  font-size: 12px;
}
.k2t-footer .k2t-info .k2t-row .col-payment {
  font-size: 16px;
}
.k2t-footer .k2t-info .k2t-row .col-payment span {
  margin-right: 20px;
}
.k2t-footer .k2t-info .k2t-row .col-payment span a {
  color: #363636;
}
.k2t-footer .k2t-info .k2t-row .col-payment span a:hover {
  color: #b14d4d;
}
.offcanvas-sidebar {
  display: block;
}
.k2t-btt {
  background: #b14d4d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.k2t-btt:hover {
  background: #c5b2a1;
  color: #fff;
}
/*--------------------------------------------------------------
	10. Single blog
--------------------------------------------------------------*/
.k2t-btn.k2t-readmore {
  float: left;
  height: 45px;
  line-height: 45px;
  min-width: 120px;
  text-align: center;
  padding: 0 20px;
  margin-top: 25px;
  text-transform: capitalize;
}
.single-post .k2t-blog .post-entry {
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
}
.single-post .k2t-blog .post-entry p {
  line-height: 180%;
}
.single-post .k2t-blog .post-entry p.wp-caption-text {
  margin-top: 23px;
  margin-bottom: 38px;
}
.single-post .k2t-blog .post-entry .wp-caption img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
.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 {
  padding: 0;
}
.single-post .k2t-blog .k2t-blog-inner {
  background-color: transparent;
  position: relative;
}
.single-post .k2t-blog .k2t-blog-inner .quote-content .author {
  display: none;
}
.single-post .k2t-blog #main-col {
  margin-bottom: 97px;
}
.single-post .k2t-blog #main-col .entry-box > *:not(.post-entry),
.single-post .k2t-blog #main-col .entry-box .post-entry > *:not(.full-width):not(.gallery) {
  margin-left: auto;
  margin-right: auto;
}
.single-post .k2t-blog #main-col .about-author,
.single-post .k2t-blog #main-col .comments-area {
  margin-left: auto;
  margin-right: auto;
}
.single-post .k2t-blog #main-col .date-blog {
  display: none;
}
.single-post .k2t-blog #main-col .entry-content-single {
  padding-left: 10px;
}
.single-post .k2t-blog #main-col .entry-content-single .top-meta span {
  margin-right: 15px;
  color: #fff !important;
}
.single-post .k2t-blog #main-col .entry-content-single .top-meta span a {
  color: #fff;
  text-transform: capitalize;
}
.single-post .k2t-blog #main-col .entry-content-single .top-meta span.entry-comment i {
  margin-right: 5px;
}
.single-post .k2t-blog #main-col .entry-content-single .top-meta .date-meta {
  color: #d4d4d4;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}
.categories-list {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
  color: #b14d4d;
}
.categories-list a {
  color: #b14d4d;
  display: inline-block;
  font-size: 100%;
  font-weight: 400;
  text-transform: capitalize;
}
.categories-list a:hover {
  color: #c5b2a1;
}
.entry-box .entry-title {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.entry-box .flx-entry-thumb {
  margin-bottom: 20px;
}
.entry-box .post-entry {
  margin: 25px 0 75px;
}
.entry-box iframe {
  width: 100% !important;
}
.bottom-meta {
  margin-bottom: 55px;
  padding-bottom: 7px;
  overflow: hidden;
}
.bottom-meta .share-meta {
  float: right;
  padding-top: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bottom-meta .share-meta .share-title {
  float: left;
  padding-right: 10px;
  font-weight: 600;
}
.bottom-meta .tag-meta {
  width: 100%;
  float: right;
}
.bottom-meta .tag-meta .tagcloud {
  float: right;
}
.bottom-meta .tag-meta .tagcloud span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.bottom-meta .tag-meta .tagcloud .tag-name i {
  margin-right: 5px;
}
#main-col .tagcloud a {
  color: #000;
  display: inline-block;
  font-size: 100%;
  font-weight: 400;
  padding: 0 5px 0 10px;
}
#main-col .tagcloud a:hover {
  color: #c5b2a1;
}
.about-author {
  margin-bottom: 30px;
  padding: 30px 0 20px;
}
.about-author .author-avatar {
  float: left;
}
.about-author .author-infor {
  padding-left: 100px;
}
.about-author .author-info {
  width: calc(100% - 70px);
  float: left;
}
.about-author .author-info h4 {
  float: left;
  margin-bottom: 7px;
  color: #c5b2a1;
  font-weight: 400;
  font-size: 128.57142857%;
  font-family: 'Roboto', sans-serif;
}
.about-author .author-info .social {
  float: right;
}
.about-author .description {
  color: #000;
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
}
.comments-area h4.comments-title,
.comments-area h3.comment-reply-title {
  color: #b14d4d;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.comments-area .reply-title {
  margin-bottom: 0;
}
.comments-area > .comments-title {
  margin-bottom: 40px;
}
.comments-area > .comments-title span {
  color: #c5b2a1;
}
.comments-area > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}
.comments-area > ul li.comment {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  list-style: none;
}
.comments-area > ul li.comment.odd article,
.comments-area > ul li.comment.even article {
  margin-top: 20px;
}
.comments-area > ul li.comment > article .avatar {
  width: 70px;
  float: left;
  height: 70px;
  margin-right: 15px;
}
.comments-area > ul li.comment > article img {
  float: left;
}
.comments-area > ul li.comment > article .comment-top {
  width: calc(100% - 100px);
  float: left;
}
.comments-area > ul li.comment > article .comment-top .comment-box {
  border-left: 1px solid #253546;
  padding-left: 30px;
}
.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 {
  float: left;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info .comment-author {
  display: block;
  font-weight: 400;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  color: #c5b2a1;
  line-height: 18px;
  text-transform: uppercase;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info > span {
  color: #b14d4d;
  font-size: 100%;
  line-height: 14px;
}
.comments-area > ul li.comment > article .comment-top .action-link {
  float: left;
  padding-left: 30px;
  display: inline-flex;
}
.comments-area > ul li.comment > article .comment-top .action-link a {
  color: #b14d4d;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
}
.comments-area > ul li.comment > article .comment-top .action-link a:not(:last-child) {
  margin-right: 20px;
}
.comments-area > ul li.comment > article .comment-top .action-link a:hover {
  color: #c5b2a1;
}
.comments-area > ul li.comment > article .comment-content {
  font-size: 100%;
}
.comments-area > ul li.comment ul.children {
  padding-left: 95px;
}
.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 {
  padding: 0 15px;
  height: 40px;
  text-transform: none;
  font-weight: 500;
}
.comments-area textarea {
  font-size: 100%;
  font-weight: 500;
  padding: 15px;
}
.comments-area .logged-in-as {
  margin-bottom: 22px;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-comment {
  clear: both;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  float: left;
}
.comments-area .comment-respond .comment-form-comment textarea {
  line-height: 21px;
  min-height: 168px;
}
.comments-area .comment-respond .comment-form-comment textarea:focus + span {
  color: #c5b2a1;
}
.comments-area .comment-respond input[type="submit"] {
  min-width: 170px;
  height: 50px;
  margin-bottom: 30px;
}
.related-posts {
  margin-bottom: 120px;
  width: 100%;
  float: left;
}
.related-posts .related-title {
  margin-bottom: 70px;
  width: 100%;
  text-align: center;
  color: #b14d4d;
  text-transform: uppercase;
}
.related-posts .related-post-wrap {
  width: 100%;
  float: left;
  position: relative;
}
.related-posts .owl-stage-outer {
  padding: 30px 30px 45px;
  margin: -30px -30px -45px;
}
.related-posts .owl-stage-outer .owl-item {
  float: left;
}
.related-posts .related-item .related-thum {
  margin-bottom: 12px;
}
.related-posts .related-item .top-meta {
  padding: 15px;
}
.related-posts .related-item .categories-list {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.related-posts .related-item h5 {
  font-size: 114.28571429%;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 2px;
}
.related-posts .related-item .date-meta,
.related-posts .related-item .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 85.71428571%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.related-posts .related-item .date-meta {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-right: 10px;
}
.related-posts .related-item .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.related-posts .related-item .author-meta {
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.related-posts .related-item .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
/*--------------------------------------------------------------
	11. Blog archive
--------------------------------------------------------------*/
/* general for bog */
/* Navigation */
.k2t-navigation {
  margin: 35px 0 100px 0;
  text-align: right;
  width: 100%;
}
.k2t-navigation ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  position: relative;
  padding-bottom: 7px;
}
.k2t-navigation ul li {
  display: inline-block;
  font-size: 114.28571429%;
  font-weight: 500;
  text-align: center;
  margin-right: 5px;
}
.k2t-navigation ul li a,
.k2t-navigation ul li .current {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.k2t-navigation ul li a:hover,
.k2t-navigation ul li .current:hover {
  color: #c5b2a1;
  border: 3px solid #c5b2a1;
}
.k2t-navigation ul li a {
  color: #1e1e1e;
  border: 3px solid #d9d9d9;
}
.k2t-navigation ul li .current {
  color: #c5b2a1;
  border: 3px solid #c5b2a1;
}
.k2t-navigation ul li .next,
.k2t-navigation ul li .prev {
  display: none;
}
/* Isotope filter */
.k2t-isotop-filter {
  text-align: center;
  width: 100%;
}
.k2t-isotop-filter .menu-filter {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  width: 100%;
}
.k2t-isotop-filter .menu-filter li {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}
.k2t-isotop-filter .menu-filter li a {
  color: #b14d4d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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-isotop-filter .menu-filter li a:hover {
  color: #c5b2a1;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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-isotop-filter .menu-filter li a:not(.active):before {
  content: '';
  background-color: #c5b2a1;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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-isotop-filter .menu-filter li a:not(.active):after {
  content: '';
  background-color: #c5b2a1;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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-isotop-filter .menu-filter li a:not(.active):hover:before {
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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-isotop-filter .menu-filter li .active {
  color: #c5b2a1;
}
.k2t-isotop-filter .menu-filter li .active:before {
  content: '';
  background-color: #c5b2a1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.b-large .post-item .top-meta .categories-list {
  width: 100%;
  float: left;
}
.k2t-blog iframe {
  max-width: 100%;
}
.k2t-blog .post-item.sticky .entry-content {
  position: relative;
}
.k2t-blog .post-item.sticky .entry-content:before {
  content: '';
  border: 7px #c5b2a1 solid;
  border-top-width: 10px;
  border-bottom-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 0;
}
/* margin for showing excerpt */
.k2t-content.show-excerpt .post-item .top-meta .author-meta {
  margin-bottom: 17px;
}
.k2t-content.show-excerpt .post-item .blog-content {
  margin-bottom: 29px;
}
/*--------------------------------------------------------------
	12. Blog Grid & Masonry
--------------------------------------------------------------*/
.b-grid .k2t-blog-inner,
.b-masonry .k2t-blog-inner,
.b-grid .grid-layout,
.b-masonry .grid-layout,
.b-grid .masonry-layout,
.b-masonry .masonry-layout {
  margin-left: -15px;
  margin-right: -15px;
}
.b-grid .k2t-blog-inner .post-item,
.b-masonry .k2t-blog-inner .post-item,
.b-grid .grid-layout .post-item,
.b-masonry .grid-layout .post-item,
.b-grid .masonry-layout .post-item,
.b-masonry .masonry-layout .post-item {
  padding-left: 15px;
  padding-right: 15px;
}
.b-grid .column-2 .post-item,
.b-masonry .column-2 .post-item {
  width: 50%;
  float: left;
}
.b-grid .column-3 .post-item,
.b-masonry .column-3 .post-item {
  width: 33.33333333%;
  float: left;
}
.b-grid .column-4 .post-item,
.b-masonry .column-4 .post-item {
  width: 25%;
  float: left;
}
.b-large .post-item,
.b-grid .post-item,
.b-masonry .post-item {
  margin-bottom: 30px;
}
.b-large .post-item .entry-content,
.b-grid .post-item .entry-content,
.b-masonry .post-item .entry-content {
  padding: 20px 15px;
}
.b-large .post-item .quote-content,
.b-grid .post-item .quote-content,
.b-masonry .post-item .quote-content {
  display: block;
}
.b-large .post-item .quote-content blockquote,
.b-grid .post-item .quote-content blockquote,
.b-masonry .post-item .quote-content blockquote {
  margin-bottom: 0;
}
.b-large .post-item .quote-content .author,
.b-grid .post-item .quote-content .author,
.b-masonry .post-item .quote-content .author {
  padding: 0 25px;
}
.b-large .post-item .quote-content .author *,
.b-grid .post-item .quote-content .author *,
.b-masonry .post-item .quote-content .author * {
  color: #bbb;
  margin-right: 3px;
}
.b-large .post-item .quote-content .author a,
.b-grid .post-item .quote-content .author a,
.b-masonry .post-item .quote-content .author a {
  color: #bbb;
}
.b-large .post-item .quote-content .author a:hover,
.b-grid .post-item .quote-content .author a:hover,
.b-masonry .post-item .quote-content .author a:hover {
  color: #c5b2a1;
}
.b-large .post-item .quote-content .author i,
.b-grid .post-item .quote-content .author i,
.b-masonry .post-item .quote-content .author i {
  margin-right: 7px;
}
.b-large .post-item .flx-entry-thumb,
.b-grid .post-item .flx-entry-thumb,
.b-masonry .post-item .flx-entry-thumb {
  position: relative;
}
.b-large .post-item .flx-entry-thumb:hover .date-meta,
.b-grid .post-item .flx-entry-thumb:hover .date-meta,
.b-masonry .post-item .flx-entry-thumb:hover .date-meta {
  right: calc( 50% - 50px );
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.b-large .post-item .flx-entry-thumb img,
.b-grid .post-item .flx-entry-thumb img,
.b-masonry .post-item .flx-entry-thumb img {
  width: 100%;
}
.b-large .post-item .flx-entry-thumb .date-meta,
.b-grid .post-item .flx-entry-thumb .date-meta,
.b-masonry .post-item .flx-entry-thumb .date-meta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 73px;
  height: 58px;
  background: #c5b2a1;
  padding-top: 2px;
  z-index: 99999;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.b-large .post-item .flx-entry-thumb .date-meta span,
.b-grid .post-item .flx-entry-thumb .date-meta span,
.b-masonry .post-item .flx-entry-thumb .date-meta span {
  width: 100%;
  float: left;
  text-align: left;
  padding: 0 20px;
  height: 23px;
  font-size: 128.57142857%;
}
.b-large .post-item .flx-entry-thumb .mask-item,
.b-grid .post-item .flx-entry-thumb .mask-item,
.b-masonry .post-item .flx-entry-thumb .mask-item {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
}
.b-large .post-item .flx-entry-thumb .mask-item:hover,
.b-grid .post-item .flx-entry-thumb .mask-item:hover,
.b-masonry .post-item .flx-entry-thumb .mask-item:hover {
  background: rgba(0, 0, 0, 0);
}
.b-large .post-item .flx-entry-thumb .mask-item a,
.b-grid .post-item .flx-entry-thumb .mask-item a,
.b-masonry .post-item .flx-entry-thumb .mask-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.b-large .post-item .flx-entry-thumb .mask-item a .mask-icon,
.b-grid .post-item .flx-entry-thumb .mask-item a .mask-icon,
.b-masonry .post-item .flx-entry-thumb .mask-item a .mask-icon {
  position: absolute;
  width: 104px;
  height: 104px;
  background: url('../img/icons/mask-video.png') no-repeat center center;
  top: -webkit-calc( 50% - 50px );
  top: -moz-calc( 50% - 50px );
  top: calc(50% - 50px);
  left: -webkit-calc( 50% - 50px );
  left: -moz-calc( 50% - 50px );
  left: calc(50% - 50px);
}
.b-large .post-item .top-meta .categories-list,
.b-grid .post-item .top-meta .categories-list,
.b-masonry .post-item .top-meta .categories-list {
  margin-bottom: 10px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-large .post-item .top-meta .entry-title,
.b-grid .post-item .top-meta .entry-title,
.b-masonry .post-item .top-meta .entry-title {
  font-weight: 600;
  font-size: 228.57142857%;
  font-family: 'Playfair Display', serif;
  line-height: 150%;
  margin-bottom: 10px;
  text-transform: none;
}
.b-large .post-item .top-meta .entry-title a,
.b-grid .post-item .top-meta .entry-title a,
.b-masonry .post-item .top-meta .entry-title a {
  color: #383838;
}
.b-large .post-item .top-meta .entry-title a:hover,
.b-grid .post-item .top-meta .entry-title a:hover,
.b-masonry .post-item .top-meta .entry-title a:hover {
  color: #b14d4d;
}
.b-large .post-item .top-meta .date-meta,
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta,
.b-large .post-item .top-meta .entry-bottom *,
.b-grid .post-item .top-meta .entry-bottom *,
.b-masonry .post-item .top-meta .entry-bottom * {
  color: #000;
  display: inline-block;
  font-style: normal;
  margin-right: 3px;
  text-transform: none;
  font-weight: 400;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
}
.b-large .post-item .top-meta .date-meta i,
.b-grid .post-item .top-meta .date-meta i,
.b-masonry .post-item .top-meta .date-meta i,
.b-large .post-item .top-meta .entry-bottom * i,
.b-grid .post-item .top-meta .entry-bottom * i,
.b-masonry .post-item .top-meta .entry-bottom * i {
  margin-right: 7px;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
}
.b-large .post-item .top-meta .date-meta:hover,
.b-grid .post-item .top-meta .date-meta:hover,
.b-masonry .post-item .top-meta .date-meta:hover,
.b-large .post-item .top-meta .entry-bottom *:hover,
.b-grid .post-item .top-meta .entry-bottom *:hover,
.b-masonry .post-item .top-meta .entry-bottom *:hover {
  color: #c5b2a1;
}
.b-large .post-item .top-meta .date-meta,
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta {
  margin-bottom: 13px;
  margin-right: 16px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-large .post-item .top-meta .date-meta i,
.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-large .post-item .top-meta .author-meta,
.b-grid .post-item .top-meta .author-meta,
.b-masonry .post-item .top-meta .author-meta {
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  margin-bottom: 13px;
}
.b-large .post-item .top-meta .author-meta:hover *,
.b-grid .post-item .top-meta .author-meta:hover *,
.b-masonry .post-item .top-meta .author-meta:hover * {
  color: #c5b2a1;
}
.b-large .post-item .top-meta .blog-content,
.b-grid .post-item .top-meta .blog-content,
.b-masonry .post-item .top-meta .blog-content {
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
.b-large .post-item.video-listing,
.b-grid .post-item.video-listing,
.b-masonry .post-item.video-listing {
  margin-bottom: 60px;
}
.b-large .post-item.video-listing:last-child,
.b-grid .post-item.video-listing:last-child,
.b-masonry .post-item.video-listing:last-child {
  margin-bottom: 100px;
}
.b-grid .column-4 .flx-entry-thumb iframe {
  height: 100%;
}
/*--------------------------------------------------------------
	13. 3rd plugin style
--------------------------------------------------------------*/
/* contact form 7 */
div.wpcf7-mail-sent-ng {
  float: left;
}
.wpb_start_animation.animated {
  visibility: visible;
}
.wpcf7-form ::-webkit-input-placeholder {
  color: #a1a1a1;
}
.wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #a1a1a1;
}
.wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1a1a1;
}
.wpcf7-form :-ms-input-placeholder {
  color: #a1a1a1;
}
.wpcf7-form p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.wpcf7-form p .wpcf-mercy {
  width: 31.625%;
  float: left;
  margin-bottom: 38px;
}
.wpcf7-form p .wpcf-mercy.wpcf7-email {
  margin: 0 30px 38px;
}
.wpcf7-form p .wpcf7-mess {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
.wpcf7-form .wpcf7-sub {
  width: 100%;
  float: left;
  text-align: center;
}
.wpcf7-form textarea {
  padding: 10px;
  height: 150px;
  font-size: 85.71428571%;
}
.wpcf7-form input {
  padding: 10px;
  margin-bottom: 0;
  font-size: 85.71428571%;
}
.wpcf7-form input[type='submit'] {
  padding: 0;
  width: 170px;
  height: 49px;
  font-size: 114.28571429%;
}
.wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: none !important;
  width: 100%;
  float: left;
  padding: 0;
}
div.wpcf7-mail-sent-ok {
  border: none ! important;
}
.wpcf7-response-output {
  padding: 0;
  margin: 0;
}
/* ============ Mail Chimp ============ */
.mercy-mail-chimp {
  width: 285px;
}
.mercy-subscribe-mail {
  padding-bottom: 100px;
}
.mercy-subscribe-mail .mc4wp-response {
  float: left;
  width: 100%;
}
.mercy-mail-chimp input {
  padding: 15px;
  background-color: #f7f7f9;
  border: 1px solid #eaeaea;
}
.mercy-mail-chimp input:focus {
  border: 1px solid #b14d4d;
}
.mercy-mail-chimp .mercy-submit {
  display: none;
}
.mercy-mail-left {
  position: relative;
}
.mercy-subscribe-mail .mercy-mail-left > .vc_column-inner {
  position: absolute;
  background-color: #fff;
  top: calc( 100% + 137px );
  left: calc( 45px );
  z-index: 99;
  padding-top: 55px;
  padding-bottom: 47px;
  padding-left: 145px;
}
/* ================ New Lookbook HomePage ================ */
.new-lookbook .new-lookbook-left .wpb_single_image.vc_align_left {
  position: relative;
}
.new-lookbook .new-lookbook-left .wpb_single_image.vc_align_left h2 {
  position: absolute;
  top: calc( 52% );
  width: 100%;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-style: italic;
  color: #8e590d;
  letter-spacing: 12.8px;
  line-height: 1.41;
}
.new-lookbook .new-lookbook-left .mercy-news {
  position: relative;
}
.new-lookbook .new-lookbook-left .mercy-news:after {
  position: absolute;
  content: '';
  top: calc( 50% );
  width: 219px;
  height: 2px;
  background-color: #1b1b1b;
}
.new-lookbook .new-lookbook-right .wpb_single_image.vc_align_left {
  position: relative;
}
.new-lookbook .new-lookbook-right .wpb_single_image.vc_align_left h2 {
  position: absolute;
  top: calc( 57% );
  width: 100%;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-style: italic;
  color: #e8d0a3;
  letter-spacing: 21.4px;
  line-height: 1.41;
}
.new-lookbook .new-lookbook-right .mercy-txt-lb {
  position: relative;
}
.new-lookbook .new-lookbook-right .mercy-txt-lb:before {
  content: '“';
  position: absolute;
  top: 0;
  left: calc( 42% );
  z-index: 1;
  font-size: 182px;
  color: rgba(208, 208, 208, 0.67);
}
.new-lookbook .new-lookbook-right .mercy-txt-lb .mercy-txt-inner {
  position: relative;
  z-index: 2;
}
.new-lookbook .new-lookbook-right .mercy-txt-lb .mercy-txt-inner p {
  margin-bottom: 5px;
}
/* =========== Product Tab Homepage =========== */
.mercy-collection .mercy-product-row1 .slick-slider .thumbnail {
  position: relative;
  width: 100%;
  float: left;
}
.mercy-collection .mercy-product-row1 .slick-slider .thumbnail .k2t-custom-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 30px;
}
.mercy-collection .mercy-product-row1 .slick-slider .slick-dots {
  top: 100px;
  left: 0;
  position: absolute;
  padding: 0 30px;
  width: 100%;
}
.mercy-collection .mercy-product-row1 .slick-slider .slick-dots li button {
  width: 8.2px;
  height: 8.4px;
  min-width: 8.2px;
  margin-right: 11px;
  padding: 0;
}
.mercy-collection .mercy-product-row1 .slick-slider .slick-dots li.slick-active button {
  width: 12.2px;
  height: 12.4px;
  min-width: 12.2px;
  background-color: transparent;
  padding: 0;
}
.mercy-collection .mercy-product-row2 .slick-slider .thumbnail {
  position: relative;
  width: 100%;
  float: left;
}
.mercy-collection .mercy-product-row2 .slick-slider .thumbnail .k2t-custom-info {
  position: absolute;
  top: 29%;
  right: 30px;
  width: 175px;
}
.mercy-collection .mercy-product-row2 .slick-slider .thumbnail .k2t-custom-info .k2t-custom-title {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.1px;
}
.mercy-collection .mercy-product-row2 .slick-slider .slick-dots {
  top: 20px;
  left: 0;
  position: absolute;
  padding: 0 30px;
  width: 100%;
}
.mercy-collection .mercy-product-row2 .slick-slider .slick-dots li button {
  width: 8.2px;
  height: 8.4px;
  min-width: 8.2px;
  margin-right: 11px;
  float: right;
  padding: 0;
}
.mercy-collection .mercy-product-row2 .slick-slider .slick-dots li.slick-active button {
  width: 12.2px;
  height: 12.4px;
  min-width: 12.2px;
  background-color: transparent;
  float: right;
  padding: 0;
}
.k2t-custom-price {
  color: #5b5b5b;
  font-size: 18px;
  font-family: "Playfair Display";
}
.k2t-custom-title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.k2t-custom-info {
  margin: 15px 0;
  width: 100%;
  float: left;
}
.mercy-extra-layout.vc_tta-tabs.mercy-home2 .vc_tta-panels-container {
  max-width: 1440px;
  float: left;
  background-color: #f3f3f3;
  padding: 20px 0 65px;
}
.mercy-extra-layout.vc_tta-tabs.mercy-home2 .vc_tta-tabs-container {
  padding-top: 15%;
  padding-left: 5.5%;
}
.mercy-extra-layout.vc_tta-tabs.mercy-home1 .vc_tta-panels-container {
  max-width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px 0 65px;
}
.mercy-extra-layout.vc_tta-tabs.mercy-home1 .vc_tta-tabs-container {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-left: 0%;
}
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab {
  position: relative;
}
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab:before {
  content: '';
  background-color: #c5b2a1;
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
  z-index: 9;
}
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab:hover:before,
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab.vc_active:before {
  width: 36px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab:hover a,
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab.vc_active a {
  padding-left: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab > a {
  background-color: transparent;
  font-size: 25px;
  font-family: 'Playfair Display', serif;
  color: #292929;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab > a:hover {
  background-color: transparent;
  color: #c5b2a1;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
.mercy-extra-layout.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
  color: #c5b2a1;
}
.mercy-extra-layout .woocommerce .products li .woocommerce-LoopProduct-link {
  background-color: transparent;
}
.mercy-extra-layout .woocommerce .products li .b-action a.yith-wcqv-button,
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcwl-add-to-wishlist * {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.mercy-extra-layout .woocommerce .products li .b-action a.yith-wcqv-button:before,
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcwl-add-to-wishlist *:before {
  width: 50px;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
.mercy-extra-layout .woocommerce .products li .b-action a.yith-wcqv-button:hover,
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcwl-add-to-wishlist *:hover {
  -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
}
.mercy-extra-layout .woocommerce .products li .b-action a.button {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.mercy-extra-layout .woocommerce .products li .b-action a.button:before {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
.mercy-extra-layout .woocommerce .products li .b-action a.button:hover {
  -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
}
.mercy-extra-layout .woocommerce .products li .b-action a.button.loading,
.mercy-extra-layout .woocommerce .products li .b-action a.button.added {
  width: 100px;
}
.mercy-extra-layout .woocommerce .products li .b-action > *:last-child,
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcqv-button,
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcwl-add-to-wishlist .show a {
  left: 70px;
}
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcqv-button {
  top: 85px;
}
.mercy-extra-layout .woocommerce .products li .b-action > *:last-child {
  top: 150px;
}
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcqv-button:hover .tooltip,
.mercy-extra-layout .woocommerce .products li .b-action .add_to_cart_button:hover .tooltip,
.mercy-extra-layout .woocommerce .products li .b-action .product_type_simple:hover .tooltip,
.mercy-extra-layout .woocommerce .products li .b-action .product_type_grouped:hover .tooltip {
  right: 68px;
}
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcwl-add-to-wishlist:hover .tooltip,
.mercy-extra-layout .woocommerce .products li .b-action .yith-wcwl-add-to-wishlist .tooltip {
  left: -68px;
  right: auto;
}
.mercy-extra-layout .woocommerce .products li:first-child .b-action > *:last-child,
.mercy-extra-layout .woocommerce .products li:first-child .b-action .yith-wcqv-button,
.mercy-extra-layout .woocommerce .products li:first-child .b-action .yith-wcwl-add-to-wishlist .show a {
  right: 20px;
  left: auto;
}
.mercy-extra-layout .woocommerce .products li:first-child .b-action .yith-wcwl-add-to-wishlist .tooltip,
.mercy-extra-layout .woocommerce .products li:first-child .b-action .yith-wcwl-add-to-wishlist:hover .tooltip {
  right: 88px !important;
  left: auto;
}
.mercy-extra-layout .woocommerce .products li.product .b-action .add_to_cart_button.added {
  left: 70px;
}
.mercy-extra-layout .woocommerce .products li.product > div {
  overflow: visible !important;
}
/* ============== 3rd plugin shop filter for Shop Sidebar ================ */
.k2t-sidebar .widget.WOOF_Widget,
.k2t-sidebar .widget.widget-woof {
  margin-bottom: 0;
}
.k2t-sidebar .widget .woof_container {
  width: 100%;
  float: left;
  margin-bottom: 33px;
}
.k2t-sidebar .widget .woof_container h4 {
  font-size: 128.57142857%;
}
.k2t-sidebar .widget .woof_container .woof_list {
  padding-left: 0;
}
.k2t-sidebar .widget .woof_container .woof_list li {
  position: relative;
  margin: 0 !important;
}
.k2t-sidebar .widget .woof_container .woof_list li input {
  display: none;
}
.k2t-sidebar .widget .woof_container .woof_list li label {
  margin-left: 0;
}
.k2t-sidebar .widget .woof_container .woof_list li label:hover {
  color: #c5b2a1;
}
.k2t-sidebar .widget .woof_container .woof_list li label.woof_radio_label_selected {
  color: #c5b2a1;
}
.k2t-sidebar .widget .woof_container:first-child .woof_list li {
  width: 50%;
  float: left;
}
.k2t-sidebar .widget .woof_container:first-child .woof_list li:nth-child(2n) label {
  font-family: "Raleway";
  font-weight: 600;
}
.k2t-sidebar .widget .woof_container:nth-child(2) .woof_list li {
  width: 29px;
  float: left;
  height: 29px;
  line-height: 29px;
  padding: 0 !important;
  text-align: center;
  margin-right: 10px !important;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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-sidebar .widget .woof_container:nth-child(2) .woof_list li label {
  padding: 0;
}
.k2t-sidebar .widget .woof_container:nth-child(2) .woof_list li label.woof_radio_label_selected {
  background-color: #242424;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 29px;
  float: left;
  height: 29px;
  line-height: 29px;
  color: #fff;
}
.k2t-sidebar .widget .woof_container:nth-child(2) .woof_list li:hover label,
.k2t-sidebar .widget .woof_container:nth-child(2) .woof_list li:hover label * {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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-sidebar .widget .woof_container:nth-child(2) .woof_list li:hover label {
  background-color: #242424;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 29px;
  float: left;
  height: 29px;
  line-height: 29px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
/* =============== 3rd plugin for Single Product =============== */
.entry-summary .variations_form .cpf-type-variations label {
  font-size: 100%;
}
.entry-summary .variations_form .cpf-type-variations label.tm-epo-field-label {
  width: auto;
  float: left;
  margin-right: 15px;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container {
  width: auto;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul li {
  padding: 0 15px;
  position: relative;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul li input.tm-epo-field.tmcp-radio {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul li label span.tc-label {
  padding: 0 !important;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul.tm-variation-ul-select {
  position: relative;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul.tm-variation-ul-select > li {
  padding-right: 33px;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul.tm-variation-ul-select::after {
  content: "\f107 ";
  color: #333;
  font: 16px FontAwesome;
  position: absolute;
  right: 0;
  top: 15px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul.tm-variation-ul-radio li {
  width: auto;
  padding: 0 10px !important;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul.tm-variation-ul-radio li label span.tc-label {
  padding: 0 !important;
  width: 29px;
  float: left;
  height: 29px;
  text-align: center;
  line-height: 29px !important;
  color: #575757;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul.tm-variation-ul-radio li label span.tc-label:hover {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -ms-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;
}
.entry-summary .variations_form .cpf-type-variations .tm-extra-product-options-container ul.tm-variation-ul-radio li input:checked ~ label span {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.entry-summary .variations_form .cpf-type-variations .tm-epo-field.tmcp-select {
  font-weight: 500;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  color: #535353;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.entry-summary .variations_form .cpf-type-variations:first-child > label {
  font-size: 128.57142857%;
}
.entry-summary .variations_form .reset_variations {
  font-size: 100% !important;
}
.woocommerce-tabs .woo-tabs {
  padding-right: 50px;
}
.woocommerce-tabs .woo-tabs ul.tabs > li > a {
  padding-top: 0 !important;
}
.woocommerce-tabs .size_fit {
  border-left: 1px solid #e1e1e1;
  padding-left: 68px;
  min-height: 235px;
}
.woocommerce-tabs .size_fit .title {
  color: #000;
  font-weight: 600;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.woocommerce-tabs .size_fit .content {
  color: #555;
  font-style: italic;
  font-weight: 600;
}
.k2t-payment img {
  max-height: 50px;
}