/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline:none
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.touch .slick-arrow {opacity:0}
.slick-arrow {
  position: absolute;
  cursor: pointer;
  top:calc(50% - 10px);
  z-index: 9;
  width:20px;
  height:20px
}
.slick-arrow svg {
  width:20px;
  height:20px;
}
.slick-arrow.slick-hidden {
  display: none;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* 
Blog module
*/
.kr_blog_post_area .blog_post {
  margin-bottom: 60px;
}
.kr_blog_post_area .blog_post .post_thumbnail {
  margin-bottom: 50px;
  position: relative;
}
.kr_blog_post_area .blog_post .post_thumbnail:hover .post_meta {
  opacity: 0;
  visibility: hidden;
}
.kr_blog_post_area .blog_post .post_content .post_title {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.kr_blog_post_area .blog_post .post_content .post_meta {
  margin-bottom: 20px;
}
.kr_blog_post_area .blog_post .post_content .post_meta > p {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  float: left;
  color: #999;
  border-right: 1px solid #999;
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.kr_blog_post_area .blog_post .post_content .post_meta > p span {
  color: #000;
}
.kr_blog_post_area .blog_post .post_content .post_meta > p:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.kr_blog_post_area .blog_post .post_content .post_description {
  font-size: 1.4rem;
  line-height: 2.1;
}
.kr_blog_post_area .blog_post .post_content .post_description p {
  margin-bottom: 25px;
}
.kr_blog_post_area .blog_post .blog_post_bottom {
  margin-top: 60px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post {
  margin-bottom: 25px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul {
  display: block;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li {
  float: left;
  margin-right: 15px;
  max-width: 250px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li img {
  display: block;
  margin-bottom: 10px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 a {
  color: #000;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 a:hover {
  color: #666;
}
.kr_blog_post_area.blog_style_column .blog_post .post_title {
  font-size: 1.8rem;
  line-height: 1.3;
}
.kr_blog_post_area.blog_style_column .blog_post .post_content .post_meta {
  margin-bottom: 20px;
}
.kr_blog_post_area.blog_style_column .blog_post .post_content .post_meta > p {
  line-height: 1.4;
}
.kr_blog_post_area .comment_respond {
  margin-bottom: 60px;
}
.block.blog_block .block_content.products-block ul li .products-block-image {
  width: 79px;
  overflow: hidden;
  display: block;
  height: 63px;
}
.block.blog_block .block_content.products-block ul li .products-block-image img {
  max-width: none;
}
.block.blog_block .block_content.products-block ul li h5 a {
  font-size: 1.5rem;
}

.blog_block.blog_search .block_content .form-control {
  height: 46px;
  padding: 3px 15px;
  margin-bottom: 10px;
  font-size: 14px;
}
/* Additioanl style blog css */
.kr_blog_post_area .blog_post.col-sm-6:nth-of-type(2n+1){
	clear: left;
}
.kr_blog_post_area .blog_post.col-sm-3:nth-of-type(4n+1){
	clear: left;
}
.kr_blog_post_area .blog_post.col-sm-4:nth-of-type(3n+1){
	clear: left;
}
/* post formart carousel */
.slick-prev, .slick-next{
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	font-size: 25px;
	display: block;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.post_gallery .slick-prev, .post_gallery .slick-next {
  background: #ECECEC;
}
.post_gallery.slick-slider > i:hover{
  background-color: #000;
  color:#fff
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
  cursor: default;
  color: #999;
  background: #ECECEC;
}
.slick-prev{
  left: 0
}
.slick-next{
  right: 0
}
.slick-slider:hover > i{
  opacity: 1;
}
.slick-slider:hover > .slick-prev {
  left: -30px;
}
.slick-slider:hover > .slick-next{
  right: -30px;
}
.post_gallery.slick-slider:hover > .slick-prev {
  left: 30px;
}
.post_gallery.slick-slider:hover > .slick-next{
  right: 30px;
}

.home_blog_post .post_thumbnail .post_format_items .embed-responsive-16by9{
	padding-bottom: 52.00%;
}
.blog_post_content p.meta_author,.blog_post_content p.meta_date {
    display: inline-block;
    padding-right: 10px;
}
.blog_post_content p.meta_category {
    display: inline-block;
}
.blog_post_content a.more {
    float: right;
}
.home_blog_post h3.page-heading {
    margin-bottom: 5px;
}
.slick-arrow svg {
  width:22px;
  height:22px;
  margin:0
}
.post_gallery .slick-arrow svg {
  width:16px;
  height:16px;
  margin:13px 0 0 0
}
.home_blog_post .post_thumbnail .post_format_items{
    padding-bottom: 52.00%;
}
.embed-responsive-16by9{
    padding-bottom: 52.00%;
}
.xipblog_img, .img-responsive{
	display: block;
	max-width: 100%;
	height: auto; 
}
.home_blog_post .post_thumbnail .post_format_items {
    padding-bottom: 0px;
}
.post_thumbnail {
    margin-bottom: 1.5rem;
}
#module-xipblog-single .form-control {
    font-size: 14px;
}
.post_content {
    padding-top: 30px;
}
.meta_author,.meta_category,.meta_comment,.post_meta_date {
    display: inline-block;
}
.content_more {
}
.single-blog-post .post_meta_date {
  margin-bottom: 30px;
  }

/* 
Blog module
**************************************************************/
.kr_blog_post_area .blog_post {
  margin-bottom: 70px;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top {
  margin-bottom: 30px;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
  position: relative;
  margin-bottom: 50px;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail:hover .post_meta {
  opacity: 0;
  visibility: hidden;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom blockquote {
    font-size: 16px;
    line-height: 26px;
    color:#777;
    font-style: italic;
    padding: 30px 0 30px 90px;
    margin: 0;
    background: url(../img/quotes.png) no-repeat 50px 24px;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #3b3b3b;
  letter-spacing: 0.1em;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a {
  color: inherit;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a:hover {
  color: #666;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta {
  display: block;
  margin-bottom: 15px;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta > div, .single-blog-post .single-blog-post {
  float: left;
  margin-right: 12px;
  padding-right: 12px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #777;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta > div h6, .post_meta_date h6 {
  font-size:inherit !important;
  margin: 0 !important;
  padding: 0;
  color:inherit;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 20px;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta > div a {
  color: inherit;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta > div a:hover {
  color: #000;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta > div i {
  margin-right: 5px;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta > div:last-child {
  border-right: 0px;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}
.kr_blog_post_area .blog_post.video .blog_post_content .blog_post_content_top .post_meta, .kr_blog_post_area .blog_post.audio .blog_post_content .blog_post_content_top .post_meta {
  margin-left: 0px;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column {
  margin-left: -15px;
  margin-right: -15px;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .blog_post {
  width: 50%;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .blog_post:nth-of-type(2n+1) {
  clear: left;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_3 .blog_post {
  width: 33.33%;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_3 .blog_post:nth-of-type(3n+1) {
  clear: left;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_4 .blog_post {
  width: 25%;
}
.kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_4 .blog_post:nth-of-type(4n+1) {
  clear: left;
}

.xipblogs_message > span {
  display: block;
  padding: 10px 20px;
}
.xipblogs_success {
    border:1px solid #cbffd4;
    color:#62ae6f;
}
.comment_meta_title {
  color:#393939;
  font-size: 22px;
  font-family: Roboto;  
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.comment_content_bottom {
  font-size: 16px;
  line-height: 26px;
  color:#777;
  margin-bottom: 20px;  
}
.comments_area {
  margin-bottom: 120px;
}
.comments_area .comments_title, #main .comment_reply_title {
  text-align: left;
}
.comments_area .comment_list {
  margin: 0;
  padding: 0;
}
.comments_area .comment_list li.comment .comment_body {
  margin-bottom: 30px;
}
.comments_area .comment_list li.comment .comment_body .comment_author {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 60px;
  background:#e5e5e5;
  position: relative;
}
.comments_area .comment_list li.comment .comment_body .comment_author svg {
  width: 40px;
  height:40px;
  color:#fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
}
.comments_area .comment_list li.comment .comment_body .comment_content {
  overflow: hidden;
}
.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_author {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 15px;
  color:#b1b1b1
}
.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_date {
  font-size: 15px;
  color:#b1b1b1;
  display: inline-block;
  vertical-align: middle;
}
.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .reply {
  float: right;
  display: none;
}
.comments_area .comment_list li.comment ol.children {
  margin-left: 30px;
}

.comment_respond {
  margin-bottom: 60px;
}

.comment_form .form-group {margin-bottom: 13px; }
.comment_form .form-group textarea {border-color:#f3f3f3; height: 182px;}

.block.blog_block .block_content.products-block ul li {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 15px;
}
.block.blog_block .block_content.products-block ul li .products-block-image {
  width: 80px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  display: block;
}
.block.blog_block .block_content.products-block ul li .products-block-image img {
  max-width: none;
  margin-left: -50%;
}
.block.blog_block .block_content.products-block ul li .price-box {
  color: #9b9b9b;
}
.block.blog_block .block_content.products-block ul li:last-child {
  border-bottom: 0px;
}

.tags_block.block .block_content ul {
  margin: 0px -5px;
  padding: 0px;
  list-style: none;
}
.tags_block.block .block_content ul li {
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.tags_block.block .block_content ul li a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #CCC;
  transition: all 0.3s ease;
}
.tags_block.block .block_content ul li a:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.small-preview .blog_post_content {
  display:flex;
}
.small-preview .blog_post_content_top {
  max-width:450px;
  min-width:450px;
  width:450px;
  margin-right: 50px;
}
.small-preview .blog_post_content_bottom {  
  padding-top: 40px;
}

.small-preview .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 20px;  
  font-weight: 300;
}
.small-preview .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta {
  margin-bottom: 5px;  
}
.small-preview .post-thumb {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
}
.small-preview .post-thumb:after {
  content: "";
  display: block;
  padding-bottom: 88%;
}
.home_blog_post_area .post_meta p,
.home_blog_post_area .post_content p {margin-top: 0; margin-bottom: 0;}
.home_blog_post_area .post_content {margin: 0 0 20px 0; padding: 0; font-size: 15px; line-height: 21px; color:#777;font-family: Arial;}
.home_blog_post_area.small-preview .blog_post_content_top {
  max-width:300px;
  min-width:300px;
  width:300px;
  margin-right: 40px;
}
.home_blog_post_area.small-preview .blog_post_content_bottom {  
  padding: 15px 50px 0 0;
}
.home_blog_post_area.small-preview .meta_date {
  margin: 0 0 15px 0;
  color:#666;
  padding: 0;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
}
.home_blog_post_area.small-preview .post_title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color:#444;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 45px;
  max-width: 270px;
}
.home_blog_post_area.small-preview .post_title:after {
  content:"";
  width:25px;
  height:2px;
  background-color:#3a3a3a;
  top: calc(100% + 15px);
  position: absolute;
  left:0;
}
@media (max-width:1200px) {
  .home_blog_post_area.small-preview .blog_post_content_top {
    max-width:150px;
    min-width:150px;
    width:150px;
    margin-right: 30px;
  }
  #module-xipblog-archive .small-preview .blog_post_content_top {
    max-width:300px;
    min-width:300px;
    width:300px;
    margin-right: 30px;
  }
  .home_blog_post_area.small-preview .blog_post_content_bottom,
  #module-xipblog-archive .small-preview .blog_post_content_bottom {
    padding-right: 0px;
  }
  .slick-slider > i {
    background-color: #ccc;  
  }
  .slick-slider > i svg{
    margin-top: 9px;
  }
  .slick-slider > .slick-prev, .slick-slider:hover > .slick-prev {
    left: 30px;
  }
  .slick-slider > .slick-next, .slick-slider:hover > .slick-next{
    right: 30px;
  }
}
@media (max-width:769px) {
  .home_blog_post_area.small-preview .blog_post_content_top {
    max-width:100%;
    min-width:100%;
    width:100%;
    margin-right: 30px;
  }
  #module-xipblog-archive .small-preview .blog_post_content_top {
    max-width:150px;
    min-width:150px;
    width:150px;
    margin-right: 30px; 
  }
  .home_blog_post_area.small-preview .blog_post_content_bottom,
  #module-xipblog-archive .small-preview .blog_post_content_bottom {
    padding-right: 0px;
    padding-top: 0;
  }
  .small-preview .blog_post_content {
    flex-direction:column
  }
  #module-xipblog-archive .small-preview .blog_post_content {
   flex-direction:row 
  }
}
@media (max-width:500px) {
  #module-xipblog-archive .small-preview .blog_post_content_top {
    max-width:100%;
    min-width:100%;
    width:100%;
    margin-right: 30px;
  }
  #module-xipblog-archive .small-preview .blog_post_content {
   flex-direction:column 
  }
  #module-xipblog-archive .small-preview .post_thumbnail {
    margin-bottom: 0;
  }
}
.left-column .home_blog_post_area.small-preview .blog_post_content_top {
    max-width:270px;
    min-width:270px;
    width:270px;
    margin-right: 40px;
}

#content-wrapper-left .home_blog_post_area.small-preview .blog_post_content_bottom {  
  padding: 0;
}
#content-wrapper-left .home_blog_post_area.small-preview .post_title {
  margin-bottom: 20px;
  text-transform: none !important;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.07em;
}
#content-wrapper-left .home_blog_post_area.small-preview .post_title:after {display: none;}
#content-wrapper-left .home_blog_post_area.small-preview .meta_date {margin-bottom: 10px;}
.xipblog_submit_btn {margin: 10px 0 0 0;}