
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/

input,
select,
textarea {
  border: 0;
  color: #636363;
  font-size: 125%;
  /* Corrects font size not being inherited in all browsers */
  max-width: 100%;
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  outline: 0;
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

input:not(input[type='checkbox']):not(input[type='radio']),
select,
textarea {
  -webkit-appearance: none;
}

.mejs-inner button {
  min-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background: #fff;
  border: 0 solid transparent;
  color: #636363;
  font-family: inherit;
  font-size: inherit;
  padding: 25px 30px;
  text-transform: uppercase;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #ff5722;
}
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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
iframe {
  max-width: 100%;
}
/* some global setting */
.avatar {
  border-radius: 50%;
}

/*--------------------------------------------------------------
	09. Footer
--------------------------------------------------------------*/
.k2t-footer {
  background: #111;
  display: block;
  margin: 0 auto 0;
  padding-top: 22px;
}
.k2t-footer .k2t-row {
  margin: 0 -15px;
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row > .col-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row > .col-4 {
    width: 100%;
  }
}
.k2t-footer.dark-style .widget {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-footer.dark-style .widget:not(:last-child) {
  margin-bottom: 0;
}
.k2t-footer.dark-style .widget.social {
  padding-top: 10px;
}
.k2t-footer.dark-style .widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
}
.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;
}
.k2t-footer.dark-style .widget a {
  color: #959595;
}
.k2t-footer.dark-style .widget a:hover {
  color: #ff5722;
}
.k2t-footer .k2t-info {
  background-color: #fff;
  color: #959595;
  font-size: 75%;
  font-weight: 300;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-info p {
    font-size: 10px!important;
  }
}
.offcanvas-sidebar {
  display: none !important;
}
.k2t-btt {
  background: rgba(255, 87, 34, 0.6);
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  right: 21px;
  bottom: 21px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .k2t-btt {
    font-size: 13px;
    bottom: 25px;
    right: 25px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.k2t-btt:hover {
  background: #ff5722;
}
.k2t-btt span {
  display: inline-block;
  line-height: 31px;
}
@media only screen and (max-width: 480px) {
  .k2t-btt span {
    line-height: 24px;
  }
}
/*--------------------------------------------------------------
	10. Single blog
--------------------------------------------------------------*/
body.page:not(.has-shortcode) .page-entry {
  position: relative;
}
body.page:not(.has-shortcode).no-vc .content-page > p:first-child {
  margin-top: 0;
}
body.page:not(.has-shortcode) .no-content {
  padding-top: 24px;
}
body.page:not(.has-shortcode) .no-content .content-page {
  margin-top: 39px;
}
body.page:not(.has-shortcode) .no-content .content-page > p:first-child {
  padding-top: 0;
  margin-top: 10px;
}
body.page:not(.has-shortcode) .k2t-footer {
  margin-top: 0;
}
body.page:not(.has-shortcode) .content-page > p:first-child {
  padding-top: 10px;
  margin-top: 61px;
}
body.page:not(.has-shortcode) .content-page > p:first-child:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.page:not(.has-shortcode) .content-page > p:last-child {
  padding-bottom: 30px;
}
/*--------------------------------------------------------------	
	10. Single blog
--------------------------------------------------------------*/
.k2t-btn.k2t-readmore {
  font-size: 75%;
  float: left;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 30px;
}
.single-post .post-entry {
  font-size: 20px;
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry {
    margin-bottom: 40px;
  }
}
.single-post .post-entry blockquote {
  margin-bottom: 30px;
}
.single-post .post-entry blockquote p {
  margin-bottom: 5px;
}
.single-post .post-entry p {
  line-height: 180%;
  margin-bottom: 36px;
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry p {
    margin-bottom: 15px;
    line-height: 160%;
  }
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry .wp-caption {
    margin-bottom: 20px;
  }
}
.single-post .post-entry .wp-caption img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single-post .post-entry .wp-caption img {
    max-width: 100%;
  }
}
.single-post .post-entry .wp-caption p.wp-caption-text {
  margin-top: 23px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry .wp-caption p.wp-caption-text {
    margin-bottom: 0;
  }
}
.single-post .post-entry > p + .wp-caption {
  margin-top: 33px !important;
}
.single-post .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:before {
  content: '';
  background: #fff;
  position: absolute;
  top: -80px;
  left: 0;
  height: 80px;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .single-post .k2t-blog .k2t-blog-inner:before {
    top: -60px;
    height: 60px;
  }
}
.single-post .k2t-blog .format-audio .placeholder {
  display: none;
}
.single-post:not(.video-style) #main-col {
  background-color: #fff;
  margin-bottom: 97px;
  padding: 0 50px 80px;
}
@media only screen and (max-width: 667px) {
  .single-post:not(.video-style) #main-col {
    margin-bottom: 40px;
    padding: 0 15px 3px;
  }
}
.single-post:not(.video-style) #main-col .entry-box > *:not(.post-entry),
.single-post:not(.video-style) #main-col .entry-box .post-entry > *:not(.full-width):not(.gallery):not(.alignright):not(.alignleft):not(.aligncenter) {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.single-post:not(.video-style) #main-col .about-author,
.single-post:not(.video-style) #main-col .comments-area {
  max-width: 770px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.single-post:not(.video-style) .post .wp-video .control,
.single-post:not(.video-style) .post .wp-video .next,
.single-post:not(.video-style) .post .wp-video .prev {
  display: none;
}
.top-meta .author-meta {
  position: absolute;
  top: -115px;
  left: 50px;
}
@media only screen and (max-width: 667px) {
  .top-meta .author-meta {
    top: -100px;
    left: 15px;
  }
}
.top-meta .author-meta img {
  border-radius: 50%;
}
.top-meta .date-meta {
  color: #d4d4d4;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}
.categories-list {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}
.categories-list a {
  background: #cccccc;
  color: #fff;
  display: inline-block;
  font-size: 75%;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  text-align: center;
  padding: 0 11px;
}
.categories-list a:hover {
  background: #ff5722;
  color: #fff;
}
.categories-list a:not(:last-child) {
  margin-right: 1px;
}
.entry-box .entry-title {
  margin-top: 4px;
  margin-bottom: 75px;
  word-wrap: break-word;
}
@media only screen and (max-width: 667px) {
  .entry-box .entry-title {
    margin-bottom: 40px;
  }
}
.entry-box .flx-entry-thumb {
  margin-bottom: 66px;
}
@media only screen and (max-width: 667px) {
  .entry-box .flx-entry-thumb {
    margin-bottom: 40px;
  }
}
.entry-box .post-entry {
  margin-bottom: 75px;
}
.entry-box iframe {
  width: 100% !important;
}
.bottom-meta {
  border-bottom: 1px #f8f8f8 solid;
  margin-bottom: 55px;
  padding-bottom: 7px;
  overflow: hidden;
}
@media only screen and (max-width: 667px) {
  .bottom-meta {
    margin-bottom: 30px;
  }
}
.bottom-meta > * {
  float: left;
}
.bottom-meta .share-meta {
  float: right;
  padding-top: 3px;
}
.bottom-meta .share-meta .share-title {
  display: none;
}
#main-col .tagcloud span {
  display: none;
}
#main-col .tagcloud a {
  background: #cccccc;
  color: #fff;
  display: inline-block;
  font-size: 75%;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  text-align: center;
  padding: 0 11px;
}
#main-col .tagcloud a:hover {
  background: #ff5722;
  color: #fff;
}
#main-col .tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.about-author {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding: 30px 30px 19px;
}
.about-author .author-avatar {
  float: left;
}
.about-author .author-info {
  float: right;
  padding-left: 20px;
  width: calc(100% - 70px);
}
.about-author .author-info h4 {
  float: left;
  margin-bottom: 7px;
}
.about-author .author-info .social {
  float: right;
}
.about-author .author-info .user-location {
  clear: both;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 100%;
}
.about-author .description {
  clear: both;
  color: #636363;
  padding-top: 3px;
  width: 100%;
}
.related-posts {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .related-posts {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 667px) {
  .related-posts {
    margin-bottom: 0;
  }
}
.related-posts .related-title {
  margin-bottom: 70px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 667px) {
  .related-posts .related-title {
    margin-bottom: 40px;
  }
}
.related-posts .owl-stage-outer {
  padding: 30px 30px 45px;
  margin: -30px -30px -45px;
}
.related-posts .owl-stage-outer .owl-item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.related-posts .owl-stage-outer .owl-item:not(.active) {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.related-posts .related-item {
  background-color: #fff;
}
.related-posts .related-item.no-post-thumbnail {
  padding-top: 10px;
}
.related-posts .related-item .related-thum {
  margin-bottom: 12px;
}
.related-posts .related-item .top-meta {
  padding: 0 20px;
}
.related-posts .related-item .categories-list {
  margin-bottom: 28px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.related-posts .related-item h5 {
  font-size: 100%;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 2px;
  word-wrap: break-word;
}
.related-posts .related-item .date-meta,
.related-posts .related-item .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 75%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.related-posts .related-item .date-meta {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 13px;
  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;
  margin-bottom: 37px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.related-posts .related-item .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.related-posts .related-item .wrap-readmore:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.related-posts .related-item .wrap-readmore .k2t-readmore {
  margin-bottom: 33px;
}
.single-format-video.video-style .k2t-title-bar {
  background: #000;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .single-format-video.video-style .k2t-title-bar {
    padding-top: 50% !important;
    padding-bottom: 0 !important;
  }
  .single-format-video.video-style .k2t-title-bar > * {
    display: none;
  }
}
.single-format-video.video-style .k2t-content {
  margin-top: 120px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .single-format-video.video-style .k2t-content {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.single-format-video.video-style .k2t-blog-inner:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .single-format-video.video-style .k2t-blog-inner {
    margin-bottom: 10px !important;
  }
}
.single-format-video.video-style #main-col {
  overflow: hidden;
}
.single.video-style .post.format-video section > *:not(.wrap-left) {
  background: #fff;
  float: left;
}
.single.video-style .post.format-video .flx-entry-thumb {
  background: #fff;
  margin-bottom: 40px;
  padding: 0 0 0;
  width: 100%;
}
.single.video-style .post.format-video .flx-entry-thumb > * {
  display: block;
  margin: 0 auto;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video {
  position: relative;
  opacity: 0;
  width: 100% !important;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-offscreen {
  background: #cccccc !important;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-inner:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-inner.hide-video-thumb:before {
  display: none;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls {
  background: #ccc;
  border-radius: 20px;
  margin: 0 0 20px 30px;
  padding: 0 20px;
  height: 40px;
  width: calc(100% - 60px);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls {
    margin: 0 0 10px 15px;
    height: 20px;
    width: calc(100% - 30px);
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button {
  color: #fff;
  font-size: 24px;
  position: relative;
  width: 100px;
  height: 40px;
  line-heigh: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button:before {
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button.mejs-play:before {
  content: '\f3aa';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button.mejs-pause:before {
  content: '\f3a7';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button.hover {
  color: #ff5722;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button button {
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button span {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button span {
    height: 20px;
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .next i,
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .prev i {
  color: #fff;
  display: none;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .next i,
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .prev i {
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .next i:hover,
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .prev i:hover {
  color: #ff5722;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-currenttime-container {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-currenttime-container {
    padding-top: 5px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail {
    padding-top: 0;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-image: url('../img/video-status-bar-bg.jpg');
  background-repeat: repeat-x;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: -webkit-linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
  background: -moz-linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
  background: -o-linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
  background: linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-duration-container {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-duration-container {
    padding-top: 5px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button {
  color: #fff;
  font-size: 24px;
  padding-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button {
    font-size: 18px;
    margin-top: -5px;
    padding: 0;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button:before {
  content: '\f3b9';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button.mejs-unmute:before {
  content: '\f3ba';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button:hover {
  color: #ff5722;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button button {
  background: none;
  height: 40px;
  width: 20px;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button .mejs-volume-slider {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button .mejs-offscreen {
  display: none;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button {
  color: #fff;
  font-size: 24px;
  padding-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button {
    font-size: 18px;
    margin-top: -5px;
    padding: 0;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button:before {
  content: '\f16d';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen:before {
  content: '\f16c';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button:hover {
  color: #ff5722;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button button {
  background: none;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video.control-hover .mejs-controls {
  opacity: 1 !important;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control {
  font-size: 24px;
  position: absolute;
  bottom: 60px;
  left: 50px;
  height: 0;
  width: 100px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .control {
    font-size: 18px;
    bottom: 40px;
    left: 33px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control > span {
  color: #fff;
  cursor: pointer;
  display: block;
  width: 36px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control > span:hover {
  color: #ff5722;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control .next {
  float: right;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .next i,
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .prev i {
  display: block !important;
  width: 30px;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .prev {
  left: 6px;
  text-align: left;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .next {
  right: 10px;
  text-align: right;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen + .control {
  display: none !important;
}
.single.video-style .post.format-video .wrap-left {
  float: left;
  padding-right: 20px;
  width: calc(100% - 370px);
}
@media only screen and (max-width: 768px) {
  .single.video-style .post.format-video .wrap-left {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .wrap-left {
    padding-right: 0;
    width: 100%;
  }
}
.single.video-style .post.format-video .wrap-left > * {
  background: #fff;
}
.single.video-style .post.format-video .wrap-left .entry-content {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 37px 30px 0;
}
@media only screen and (max-width: 768px) {
  .single.video-style .post.format-video .wrap-left .entry-content {
    padding: 37px 15px 0;
  }
}
.single.video-style .post.format-video .wrap-left .entry-content .entry-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .wrap-left .entry-content .entry-title {
    font-size: 26px;
  }
}
.single.video-style .post.format-video .wrap-left .entry-content .post-entry {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 38px;
}
.single.video-style .post.format-video .video-related {
  padding: 40px 30px 20px;
  position: relative;
  width: 370px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .single.video-style .post.format-video .video-related {
    padding: 40px 15px 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .video-related {
    margin-top: 40px;
    width: 100%;
  }
}
.single.video-style .post.format-video .video-related .related-title {
  font-size: 24px;
}
.single.video-style .post.format-video .video-related .related-item {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  margin-bottom: 22px;
  padding-bottom: 20px;
}
.single.video-style .post.format-video .video-related .related-item.curr-video {
  display: none;
}
.single.video-style .post.format-video .video-related .related-item:hover .flx-entry-thumb .mask-item {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single.video-style .post.format-video .video-related .related-item .flx-entry-thumb {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 3px;
  position: relative;
  float: left;
  width: 90px;
}
.single.video-style .post.format-video .video-related .related-item .flx-entry-thumb .mask-item {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single.video-style .post.format-video .video-related .related-item .flx-entry-thumb .mask-item:before {
  content: '\f3aa';
  color: #7d8683;
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 30px;
  margin-left: 3px;
}
.single.video-style .post.format-video .video-related .related-item .meta {
  padding-left: 20px;
  float: left;
  width: calc(100% - 90px);
}
.single.video-style .post.format-video .video-related .related-item .meta h5 {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 5px;
}
.single.video-style .post.format-video .video-related .related-item .meta .date-meta {
  font-size: 13px;
  line-height: 1.2em;
}
.single.video-style .post.format-video .video-related .total {
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 40px;
  right: 30px;
}
.single.video-style .post.format-video .video-related .total:before {
  content: '(';
  display: inline-block;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: translateX(2px);
}
.single.video-style .post.format-video .video-related .total:after {
  content: ')';
  display: inline-block;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}
/*--------------------------------------------------------------
	10. Comment
--------------------------------------------------------------*/
body.page .comments-area {
  background: #fff;
  margin-top: 38px;
  margin-bottom: 40px;
  padding: 27px 30px 10px;
}
.bypostauthor {
  background: #fff6f4;
}
.bypostauthor .comment-meta {
  background: transparent !important;
}
.comments-area {
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .comments-area {
    padding: 30px 15px;
  }
}
.comments-area .reply-title {
  margin-bottom: 0;
}
.comments-area > .comments-title {
  margin-bottom: 17px;
}
.comments-area > .comments-title span {
  color: #ff5722;
}
.comments-area > ul {
  list-style: none;
  padding-left: 0;
}
.comments-area > ul li.comment {
  overflow: hidden;
  width: 100%;
}
.comments-area > ul li.comment > article {
  border: 1px solid #f8f8f8;
  display: inline-block;
  display: block;
  margin-bottom: 30px;
  padding: 30px 30px 19px;
}
.comments-area > ul li.comment > article:before,
.comments-area > ul li.comment > article:after {
  content: " ";
  display: table;
}
.comments-area > ul li.comment > article:after {
  clear: both;
}
@media only screen and (max-width: 667px) {
  .comments-area > ul li.comment > article {
    margin-bottom: 0;
  }
}
.comments-area > ul li.comment > article > * {
  float: left;
}
.comments-area > ul li.comment > article .comment-top {
  padding-left: 20px;
  width: calc( 100% - 50px );
}
.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-size: 100%;
  font-style: italic;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 6px;
  padding-top: 7px;
  text-transform: uppercase;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info > span {
  color: #d6d6d6;
  display: block;
  font-size: 87.5%;
  line-height: 14px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link {
  float: right;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a {
  color: #a9a9a9;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:not(:last-child) {
  margin-right: 20px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:hover {
  color: #ff5722;
}
.comments-area > ul li.comment > article .comment-content {
  font-size: 100%;
  font-style: italic;
  font-weight: 300;
  margin-top: 18px;
  width: 100%;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"],
.comments-area textarea {
  background: #f2f2f2;
  font-weight: 300;
  padding: 15px 30px;
  text-transform: none;
}
.comments-area textarea {
  font-size: 112.5%;
  font-weight: 300;
  font-style: italic;
  word-spacing: 0.1em;
  padding: 40px 30px 22px 60px;
}
.comments-area .logged-in-as {
  margin-bottom: 22px;
}
.comments-area .comment-respond .comment-notes {
  opacity: 0;
  height: 0;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form-author.active,
.comments-area .comment-respond .comment-form-email.active {
  opacity: 1;
  height: 51px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input {
  width: 100%;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  position: relative;
}
.comments-area .comment-respond .comment-form-author i,
.comments-area .comment-respond .comment-form-email i {
  color: #ccc;
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 20px;
}
.comments-area .comment-respond .comment-form-author input:focus + i,
.comments-area .comment-respond .comment-form-email input:focus + i {
  color: #ff5722;
}
.comments-area .comment-respond .comment-form-author {
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-author {
    padding-right: 0;
  }
}
.comments-area .comment-respond .comment-form-author i {
  top: 18px;
  right: 35px;
}
@media only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-author i {
    right: 20px;
  }
}
.comments-area .comment-respond .comment-form-email {
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-email {
    padding-left: 0;
  }
}
.comments-area .comment-respond .comment-form-comment {
  clear: both;
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-respond .comment-form-comment > span {
  font-size: 24px;
  position: absolute;
  top: 38px;
  left: 28px;
}
.comments-area .comment-respond .comment-form-comment textarea {
  line-height: 16px;
  min-height: 100px;
}
.comments-area .comment-respond .comment-form-comment textarea:focus + span {
  color: #ff5722;
}
.comments-area .comment-respond .form-submit {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .comment-respond .form-submit.active {
  height: 40px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .comment-respond .form-submit.active input[type="submit"] {
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .comment-respond .form-submit input[type="submit"] {
  min-width: 200px;
  height: 0;
  line-height: 38px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*--------------------------------------------------------------
	11. Blog archive
--------------------------------------------------------------*/
/* general for bog */
.k2t-blog .post-item.sticky .flx-entry-thumb {
  position: relative;
}
.k2t-blog .post-item.sticky .flx-entry-thumb:before {
  content: '';
  border: 10px #ff5722 solid;
  border-top-width: 15px;
  border-bottom-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  width: 0;
}
.k2t-blog .no-readmore-button {
  padding-top: 20px;
}
.k2t-blog .wrap-readmore.custom {
  margin-top: 15px;
}
/* Navigation */
.k2t-navigation {
  margin-bottom: 30px;
  text-align: center;
}
.k2t-navigation ul {
  display: inline-block;
  list-style: none;
}
.k2t-navigation ul li {
  display: inline-block;
  font-size: 150%;
  font-style: italic;
  font-weight: 900;
}
.k2t-navigation ul li a {
  color: #9d9d9d;
  display: block;
  position: relative;
}
.k2t-navigation ul li a:hover {
  color: #252525;
}
.k2t-navigation ul li a:not(.prev):not(.next):before {
  content: '';
  background-color: #ff5722;
  position: absolute;
  bottom: -1px;
  left: 51%;
  height: 3px;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-navigation ul li a:not(.prev):not(.next):after {
  content: '';
  background-color: #ff5722;
  position: absolute;
  bottom: -1px;
  right: 51%;
  height: 3px;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-navigation ul li a:not(.prev):not(.next):hover:before {
  left: 0;
  width: 51%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-navigation ul li a:not(.prev):not(.next):hover:after {
  right: 0;
  width: 51%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-navigation ul li .current {
  color: #252525;
  cursor: default;
  position: relative;
}
.k2t-navigation ul li .current:after {
  content: '';
  background-color: #ff5722;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  height: 3px;
  width: 100%;
}
.k2t-navigation ul li:not(:last-child) * {
  margin-right: 21px;
}
.k2t-navigation ul li .next,
.k2t-navigation ul li .prev {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.k2t-navigation ul li .next:hover,
.k2t-navigation ul li .prev:hover {
  color: #ff5722;
}
.k2t-navigation ul li .prev {
  margin-right: 5px;
}
.k2t-navigation ul li .next {
  margin-left: 6px;
}
.page-break a {
  padding: 0 5px;
}
/* Isotope filter */
.k2t-isotop-filter {
  text-align: center;
  width: 100%;
}
.k2t-isotop-filter .menu-filter {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.k2t-isotop-filter .menu-filter li {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}
.k2t-isotop-filter .menu-filter li span {
  color: #a3a3a3;
  cursor: pointer;
  display: block;
  font-size: 87.5%;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) {
  .k2t-isotop-filter .menu-filter li span:hover {
    color: #252525;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-isotop-filter .menu-filter li span:not(.active):before {
    content: '';
    background-color: #ff5722;
    position: absolute;
    bottom: 4px;
    left: 51%;
    height: 2px;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-isotop-filter .menu-filter li span:not(.active):after {
    content: '';
    background-color: #ff5722;
    position: absolute;
    bottom: 4px;
    right: 51%;
    height: 2px;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-isotop-filter .menu-filter li span:not(.active):hover:before {
    left: 0;
    width: 51%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .k2t-isotop-filter .menu-filter li span:not(.active):hover:after {
    right: 0;
    width: 51%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.k2t-isotop-filter .menu-filter li .active {
  color: #252525;
}
.k2t-isotop-filter .menu-filter li .active:before {
  content: '';
  background-color: #ff5722;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 2px;
  width: 100%;
}
.k2t-blog {
  padding-top: 50px;
}
.k2t-blog iframe {
  max-width: 100%;
}
/* Blog large */
.b-large .post-item {
  margin-bottom: 30px;
}
.b-large .post-item .entry-content {
  padding: 0 30px;
}
.b-large .post-item .entry-content ul {
  margin-bottom: 15px;
}
.b-large .post-item .entry-content ul ul {
  margin-bottom: 0;
}
@media 667px {
  .b-large .post-item .entry-content {
    padding: 0 15px;
  }
}
.b-large .post-item .flx-entry-thumb {
  margin-bottom: 12px;
}
.b-large .post-item .flx-entry-thumb.no-post-thumbnail {
  background: #fff;
  padding-top: 20px;
}
.b-large .post-item .flx-entry-thumb img {
  display: block;
  margin: 0 auto;
}
.b-large .post-item.quote-post .flx-entry-thumb {
  padding: 20px 20px 0;
}
.b-large .post-item.quote-post .flx-entry-thumb blockquote {
  padding: 15px 40px;
}
.b-large .post-item .top-meta h5 {
  word-wrap: break-word;
}
.b-large .post-item .top-meta .categories-list {
  margin-bottom: 22px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-large .post-item .top-meta .entry-title {
  margin-bottom: 0;
}
.b-large .post-item .top-meta .date-meta,
.b-large .post-item .top-meta .author-meta {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.b-large .post-item .top-meta .date-meta,
.b-large .post-item .top-meta .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 87.5%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.b-large .post-item .top-meta .date-meta {
  margin-bottom: 13px;
  margin-right: 16px;
}
.b-large .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.b-large .post-item .top-meta .author-meta {
  display: inline-block;
  margin-bottom: 36px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.b-large .post-item .top-meta .author-meta:hover * {
  color: #ff5722;
}
.b-large .post-item .top-meta .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.b-large .post-item .k2t-readmore {
  margin-bottom: 40px;
}
/* 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
--------------------------------------------------------------*/
.page-template .k2t-navigation {
  margin-top: 20px;
  margin-bottom: 50px;
}
.page-template .space-no-nav {
  padding-bottom: 50px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .page-template .space-no-nav {
    padding-bottom: 0;
  }
}
.page-template .k2t-navigation + .space-no-nav {
  padding-bottom: 0;
}
.b-grid .audio-post .flx-entry-thumb {
  position: relative;
}
.b-grid .audio-post .flx-entry-thumb .placeholder {
  opacity: 0;
}
.b-grid .audio-post .flx-entry-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-masonry .audio-post .flx-entry-thumb .placeholder,
.b-large .audio-post .flx-entry-thumb .placeholder {
  display: none;
}
.b-grid .grid-layout,
.b-masonry .grid-layout,
.b-grid .masonry-layout,
.b-masonry .masonry-layout {
  margin: 0 -15px;
}
.b-grid .k2t-blog-inner,
.b-masonry .k2t-blog-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.b-grid .column-2 .post-item,
.b-masonry .column-2 .post-item {
  width: 50%;
}
@media only screen and (max-width: 568px) {
  .b-grid .column-2 .post-item,
  .b-masonry .column-2 .post-item {
    width: 100%;
  }
}
.b-grid .column-3 .post-item,
.b-masonry .column-3 .post-item {
  width: 33.33333333%;
}
@media only screen and (max-width: 568px) {
  .b-grid .column-3 .post-item,
  .b-masonry .column-3 .post-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .b-grid .column-3 .post-item,
  .b-masonry .column-3 .post-item {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .b-grid .column-3 .post-item,
  .b-masonry .column-3 .post-item {
    width: 100%;
  }
}
.b-grid .column-4 .post-item,
.b-masonry .column-4 .post-item {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .b-grid .column-4 .post-item,
  .b-masonry .column-4 .post-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .b-grid .column-4 .post-item,
  .b-masonry .column-4 .post-item {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .b-grid .column-4 .post-item,
  .b-masonry .column-4 .post-item {
    width: 100%;
  }
}
.b-grid .column-4 .post-item .top-meta .entry-title,
.b-masonry .column-4 .post-item .top-meta .entry-title {
  font-size: 100%;
}
.b-grid .post-item,
.b-masonry .post-item {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.b-grid .post-item .flx-entry-thumb,
.b-masonry .post-item .flx-entry-thumb {
  margin-bottom: 12px;
}
.b-grid .post-item .entry-content,
.b-masonry .post-item .entry-content {
  padding: 0 20px;
}
.b-grid .post-item .top-meta .categories-list,
.b-masonry .post-item .top-meta .categories-list {
  margin-bottom: 28px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-grid .post-item .top-meta .categories-list a,
.b-masonry .post-item .top-meta .categories-list a {
  margin-right: 5px;
}
.b-grid .post-item .top-meta .entry-title,
.b-masonry .post-item .top-meta .entry-title {
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 3px;
}
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta,
.b-grid .post-item .top-meta .author-meta > *,
.b-masonry .post-item .top-meta .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 75%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta {
  margin-right: 16px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-grid .post-item .top-meta .date-meta i,
.b-masonry .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.b-grid .post-item .top-meta .author-meta,
.b-masonry .post-item .top-meta .author-meta {
  display: inline-block;
  margin-bottom: 38px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.b-grid .post-item .top-meta .author-meta:hover *,
.b-masonry .post-item .top-meta .author-meta:hover * {
  color: #ff5722;
}
.b-grid .post-item .top-meta .author-meta i,
.b-masonry .post-item .top-meta .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.b-grid .post-item .k2t-readmore,
.b-masonry .post-item .k2t-readmore {
  margin-bottom: 31px;
}
.b-grid .column-4 .flx-entry-thumb iframe {
  height: 100%;
}
/*--------------------------------------------------------------
	13. Shadow style
--------------------------------------------------------------*/
.career-list {
  list-style: none;
  padding-left: 0;
}
.career-list li {
  background: #fff;
  margin-bottom: 30px;
  padding: 19px 30px 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .career-list li {
    padding: 19px 15px 0;
  }
  .career-list li h4 {
    margin-bottom: 4px;
  }
}
.career-list li > *:first-child {
  float: left;
}
.career-list li > *:last-child {
  float: right;
}
@media only screen and (max-width: 768px) {
  .career-list li > *:last-child {
    float: left;
    margin-bottom: 19px !important;
    width: 100%;
  }
}
.aslan-shadow.page:not(.page-template) .k2t-body,
.aslan-shadow .k2t-testimonial.style-2 .owl-item,
.aslan-shadow .k2t-header,
.aslan-shadow .k2t-menu:not(.custom-menu-style-1) .mega-container,
.aslan-shadow .k2t-event-main-content,
.aslan-shadow .k2t-related-event,
.aslan-shadow .k2t-related-course,
.aslan-shadow.single-post:not(.video-style) .post,
.aslan-shadow.single-post.video-style .format-video > section > *:not(.wrap-left),
.aslan-shadow.single-post.video-style .format-video .wrap-left > *,
.aslan-shadow .event-sidebar .k2t-speakers .speaker-avatar img,
.aslan-shadow .k2t-sidebar .widget,
.aslan-shadow .social .had-shadow,
.aslan-shadow .woocommerce-checkout input[type='text'],
.aslan-shadow .woocommerce-checkout textarea,
.aslan-shadow .woocommerce-checkout a.select2-choice,
.aslan-shadow .single-post-k-event .event-meta,
.aslan-shadow .top-mobile-menu,
.aslan-shadow .top-main-menu-mobile,
.aslan-shadow .size-guide-close,
.aslan-shadow .content-page > p:first-child:after,
.aslan-shadow .k2t-header li:not(.k2t-megamenu-submenu) > .sub-menu,
.aslan-shadow .k2t-megamenu.collapse-item ul {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.aslan-shadow .size-guide-popup .inner-popup {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.aslan-shadow .single-post .k2t-blog #main-col,
.aslan-shadow .related-posts .related-item,
.aslan-shadow .k2t-blog .post-inner,
.aslan-shadow.single-post .author-meta img,
.aslan-shadow.single-post-k-teacher .teacher-top-info,
.aslan-shadow.single-post-k-teacher .teacher-circle-graph,
.aslan-shadow.single-post-k-teacher .teacher-line-graph,
.aslan-shadow.single-post-k-teacher .teacher-connect,
.aslan-shadow .event-grid-style .event-wrap-inner,
.aslan-shadow .event-listing-style .event-classic-item .event-wrap-inner,
.aslan-shadow .k2t-related-event .related-event,
.aslan-shadow .k-course-sidebar-meta,
.aslan-shadow.single-post-k-course .course-content,
.aslan-shadow.single-post-k-course .course-teacher-box,
.aslan-shadow .k2t-related-course .related-inner,
.aslan-shadow .course-listing-style .course-item .course-item-inner,
.aslan-shadow .course-grid-style .course-item-inner,
.aslan-shadow .course-teacher-box .teacher-box-thumb img,
.aslan-shadow .career-list li,
.aslan-shadow .rev_slider .tp-thumb-image,
.aslan-shadow .k2t-iconbox.layout-2,
.aslan-shadow .contact-me input:not([type="submit"]),
.aslan-shadow .contact-me textarea,
.aslan-shadow .k2t-testimonial.style-3 .testi-item > div,
.aslan-shadow .style-1 .testi-avatar img,
.aslan-shadow .wpb_video_wrapper iframe,
.aslan-shadow .wrap-pricing-item,
.aslan-shadow .aslan-youtube .wpb_wrapper:not(.active),
.aslan-shadow .blog_categories_listing .item .wrap-inner,
.aslan-shadow .page-nav-shortcode a {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.aslan-shadow .single-post .k2t-blog #main-col:hover,
.aslan-shadow .related-posts .related-item:hover,
.aslan-shadow .k2t-blog .post-inner:hover,
.aslan-shadow.single-post .author-meta img:hover,
.aslan-shadow.single-post-k-teacher .teacher-top-info:hover,
.aslan-shadow.single-post-k-teacher .teacher-circle-graph:hover,
.aslan-shadow.single-post-k-teacher .teacher-line-graph:hover,
.aslan-shadow.single-post-k-teacher .teacher-connect:hover,
.aslan-shadow .event-grid-style .event-wrap-inner:hover,
.aslan-shadow .event-listing-style .event-classic-item .event-wrap-inner:hover,
.aslan-shadow .k2t-related-event .related-event:hover,
.aslan-shadow .k-course-sidebar-meta:hover,
.aslan-shadow.single-post-k-course .course-content:hover,
.aslan-shadow.single-post-k-course .course-teacher-box:hover,
.aslan-shadow .k2t-related-course .related-inner:hover,
.aslan-shadow .course-listing-style .course-item .course-item-inner:hover,
.aslan-shadow .course-grid-style .course-item-inner:hover,
.aslan-shadow .course-teacher-box .teacher-box-thumb img:hover,
.aslan-shadow .career-list li:hover,
.aslan-shadow .rev_slider .tp-thumb-image:hover,
.aslan-shadow .k2t-iconbox.layout-2:hover,
.aslan-shadow .contact-me input:not([type="submit"]):hover,
.aslan-shadow .contact-me textarea:hover,
.aslan-shadow .k2t-testimonial.style-3 .testi-item > div:hover,
.aslan-shadow .style-1 .testi-avatar img:hover,
.aslan-shadow .wpb_video_wrapper iframe:hover,
.aslan-shadow .wrap-pricing-item:hover,
.aslan-shadow .aslan-youtube .wpb_wrapper:not(.active):hover,
.aslan-shadow .blog_categories_listing .item .wrap-inner:hover,
.aslan-shadow .page-nav-shortcode a:hover,
.aslan-shadow .single-post .k2t-blog #main-col:focus,
.aslan-shadow .related-posts .related-item:focus,
.aslan-shadow .k2t-blog .post-inner:focus,
.aslan-shadow.single-post .author-meta img:focus,
.aslan-shadow.single-post-k-teacher .teacher-top-info:focus,
.aslan-shadow.single-post-k-teacher .teacher-circle-graph:focus,
.aslan-shadow.single-post-k-teacher .teacher-line-graph:focus,
.aslan-shadow.single-post-k-teacher .teacher-connect:focus,
.aslan-shadow .event-grid-style .event-wrap-inner:focus,
.aslan-shadow .event-listing-style .event-classic-item .event-wrap-inner:focus,
.aslan-shadow .k2t-related-event .related-event:focus,
.aslan-shadow .k-course-sidebar-meta:focus,
.aslan-shadow.single-post-k-course .course-content:focus,
.aslan-shadow.single-post-k-course .course-teacher-box:focus,
.aslan-shadow .k2t-related-course .related-inner:focus,
.aslan-shadow .course-listing-style .course-item .course-item-inner:focus,
.aslan-shadow .course-grid-style .course-item-inner:focus,
.aslan-shadow .course-teacher-box .teacher-box-thumb img:focus,
.aslan-shadow .career-list li:focus,
.aslan-shadow .rev_slider .tp-thumb-image:focus,
.aslan-shadow .k2t-iconbox.layout-2:focus,
.aslan-shadow .contact-me input:not([type="submit"]):focus,
.aslan-shadow .contact-me textarea:focus,
.aslan-shadow .k2t-testimonial.style-3 .testi-item > div:focus,
.aslan-shadow .style-1 .testi-avatar img:focus,
.aslan-shadow .wpb_video_wrapper iframe:focus,
.aslan-shadow .wrap-pricing-item:focus,
.aslan-shadow .aslan-youtube .wpb_wrapper:not(.active):focus,
.aslan-shadow .blog_categories_listing .item .wrap-inner:focus,
.aslan-shadow .page-nav-shortcode a:focus {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.aslan-shadow .k2t-shop .add_to_cart_button:hover,
.aslan-shadow .woocommerce-message .wc-forward:hover,
.aslan-shadow .checkout-button:hover,
.aslan-shadow .k2t-shop .add_to_cart_button:active,
.aslan-shadow .woocommerce-message .wc-forward:active,
.aslan-shadow .checkout-button:active,
.aslan-shadow .k2t-shop .add_to_cart_button:focus,
.aslan-shadow .woocommerce-message .wc-forward:focus,
.aslan-shadow .checkout-button:focus {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(255, 87, 34, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(255, 87, 34, 0.5);
}
.aslan-shadow .event-sidebar .k2t-speakers .speaker-avatar img,
.aslan-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img,
.aslan-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img {
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.aslan-shadow .event-sidebar .k2t-speakers .speaker-avatar img:hover,
.aslan-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img:hover,
.aslan-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img:hover,
.aslan-shadow .event-sidebar .k2t-speakers .speaker-avatar img:active,
.aslan-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img:active,
.aslan-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img:active,
.aslan-shadow .event-sidebar .k2t-speakers .speaker-avatar img:focus,
.aslan-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img:focus,
.aslan-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img:focus {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.aslan-shadow .teacher-listing-style .post-k-teacher .wrap-inner,
.aslan-shadow .teacher-grid-style .post-k-teacher .wrap-inner {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  -webkit-transition-property: transform opacity;
  transition-property: transform opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.aslan-shadow .teacher-listing-style .post-k-teacher .wrap-inner:before,
.aslan-shadow .teacher-grid-style .post-k-teacher .wrap-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aslan-shadow .teacher-listing-style .post-k-teacher .wrap-inner:after,
.aslan-shadow .teacher-grid-style .post-k-teacher .wrap-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aslan-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover,
.aslan-shadow .teacher-grid-style .post-k-teacher .wrap-inner:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.aslan-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover a,
.aslan-shadow .teacher-grid-style .post-k-teacher .wrap-inner:hover a {
  -webkit-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.aslan-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover:before,
.aslan-shadow .teacher-grid-style .post-k-teacher .wrap-inner:hover:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aslan-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover:after,
.aslan-shadow .teacher-grid-style .post-k-teacher .wrap-inner:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aslan-shadow .teacher-listing.is-loading .wrap-inner {
  -webkit-animation: isotope-loading 0.5s 1;
  -o-animation: isotope-loading 0.5s 1;
  animation: isotope-loading 0.5s 1;
}
.aslan-shadow .k-event-listing.is-loading .event-wrap-inner {
  -webkit-animation: isotope-loading 0.5s 1;
  -o-animation: isotope-loading 0.5s 1;
  animation: isotope-loading 0.5s 1;
}
.aslan-shadow .course-listing.is-loading .course-item-inner {
  -webkit-animation: isotope-loading 0.5s 1;
  -o-animation: isotope-loading 0.5s 1;
  animation: isotope-loading 0.5s 1;
}
.aslan-shadow .map-pop-up {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
}
.aslan-shadow .k2t-event-main-content .calendar-export p a:hover {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
}
.aslan-shadow.woocommerce div.product .single_add_to_cart_button:hover,
.aslan-shadow.woocommerce div.product .single_add_to_cart_button:focus {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(255, 87, 34, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(255, 87, 34, 0.5);
}
.aslan-shadow .related.products .wrap-product-item {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.aslan-shadow #nav.owl-carousel .owl-item {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.aslan-shadow #nav.owl-carousel .owl-item:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.aslan-shadow .k2t-header:before {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(175, 175, 175, 0.7);
  box-shadow: 0px 10px 40px 0px rgba(175, 175, 175, 0.7);
}
@-webkit-keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@-moz-keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
/*--------------------------------------------------------------
	15. Shadow style
--------------------------------------------------------------*/
/* contact form 7 */
.wpcf7-form .contact-me {
  margin: 0 -15px;
}
.wpcf7-form .contact-me p {
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}
.wpcf7-form .contact-me p input {
  font-size: 24px;
  font-weight: 900;
}
.wpcf7-form .contact-me p input:not([type="submit"]) {
  font-style: italic;
  padding: 20px 50px 20px 30px;
}
.wpcf7-form .contact-me p input[type="submit"] {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 60px auto 30px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form .contact-me p input[type="submit"] {
    margin: 60px auto 0;
  }
}
.wpcf7-form .contact-me p textarea {
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}
.wpcf7-form .contact-me p i {
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 21px;
  right: 33px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpcf7-form .contact-me p:hover i,
.wpcf7-form .contact-me p.focus i {
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpcf7-form .contact-me p .your-message + i {
  top: 29px;
}
.wpcf7-form .contact-me p:nth-child(1),
.wpcf7-form .contact-me p:nth-child(2),
.wpcf7-form .contact-me p:nth-child(3) {
  display: block;
  float: left;
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form .contact-me p:nth-child(1),
  .wpcf7-form .contact-me p:nth-child(2),
  .wpcf7-form .contact-me p:nth-child(3) {
    width: 100%;
  }
}
.wpcf7-form .contact-me p:nth-child(4) {
  clear: both;
}
.wpcf7-form .contact-3 p:nth-child(1),
.wpcf7-form .contact-3 p:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 667px) {
  .wpcf7-form .contact-3 p:nth-child(1),
  .wpcf7-form .contact-3 p:nth-child(2) {
    width: 100%;
  }
}
.wpcf7-form .contact-3 p:nth-child(3) {
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .wpcf7-form .contact-3 p:nth-child(3) {
    margin-bottom: 35px;
  }
}
.wpcf7-form .contact-3 p:nth-child(3) *:not(i) {
  width: 100%;
}
.wpcf7-form .contact-3 p:nth-child(4) input {
  background: #252525;
  margin-left: 0;
}
@media only screen and (max-width: 667px) {
  .wpcf7-form .contact-3 p:nth-child(4) input {
    margin-bottom: 0;
  }
}
.wpcf7-form .contact-3 p:nth-child(4) input:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(37, 37, 37, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(37, 37, 37, 0.5);
}
/* Instagram */
#sb_instagram.aslanInstagram,
#sb_instagram.aslanInstagram-2 {
  position: relative;
}
#sb_instagram.aslanInstagram .sb_instagram_header,
#sb_instagram.aslanInstagram-2 .sb_instagram_header {
  padding: 0 !important;
  margin: 0 !important;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link {
  background: #fff;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  line-height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_text,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_text {
  padding-top: 3px;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_text h3,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_text h3 {
  font-size: 18px;
  font-style: normal;
  text-transform: none;
}
@media only screen and (max-width: 568px) {
  #sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_text h3,
  #sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_text h3 {
    padding-right: 15px !important;
  }
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_img,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_img {
  overflow: visible;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_img .sbi_header_img_hover,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_img .sbi_header_img_hover {
  opacity: 1;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_img i,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_img i {
  color: #ff5722;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin-top: 0;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_img i:before,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_img i:before {
  content: '\f34f';
  color: #ff5722;
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  height: 50px;
  line-height: 50px;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_img img,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link .sbi_header_img img {
  display: none;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link:hover .sbi_no_bio,
#sb_instagram.aslanInstagram-2 .sb_instagram_header .sbi_header_link:hover .sbi_no_bio {
  color: #ff5722;
}
#sb_instagram.aslanInstagram #sbi_images,
#sb_instagram.aslanInstagram-2 #sbi_images {
  padding: 0 !important;
}
#sb_instagram.aslanInstagram #sbi_images .sbi_photo_wrap a,
#sb_instagram.aslanInstagram-2 #sbi_images .sbi_photo_wrap a {
  position: relative;
  opacity: 1 !important;
}
#sb_instagram.aslanInstagram #sbi_images .sbi_photo_wrap a:hover:before,
#sb_instagram.aslanInstagram-2 #sbi_images .sbi_photo_wrap a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#sb_instagram.aslanInstagram #sbi_images .sbi_photo_wrap a:before,
#sb_instagram.aslanInstagram-2 #sbi_images .sbi_photo_wrap a:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
#sb_instagram.aslanInstagram .sbi_item,
#sb_instagram.aslanInstagram-2 .sbi_item {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  #sb_instagram.aslanInstagram .sbi_item,
  #sb_instagram.aslanInstagram-2 .sbi_item {
    width: 33.33333333% !important;
  }
  #sb_instagram.aslanInstagram .sbi_item a,
  #sb_instagram.aslanInstagram-2 .sbi_item a {
    height: auto !important;
  }
  #sb_instagram.aslanInstagram .sbi_item img,
  #sb_instagram.aslanInstagram-2 .sbi_item img {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #sb_instagram.sbi_col_3 #sbi_images div.sbi_item {
    width: 33.33333333%;
  }
  #sb_instagram.sbi_col_4 #sbi_images div.sbi_item {
    width: 25%;
  }
}
#sb_instagram.aslanInstagram-2 {
  padding-bottom: 0 !important;
}
#sb_instagram.aslanInstagram-2 .sb_instagram_header {
  display: none;
}
/*--------------------------------------------------------------
	15. Shadow style
--------------------------------------------------------------*/
.error404 .k2t-container {
  height: 100vh;
  position: relative;
}
.error404 .k2t-not-found {
  padding-bottom: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 770px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.error404 .k2t-not-found .error-404-image {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.error404 .k2t-not-found h2 {
  font-size: 36px;
  font-weight: 900;
}
.error404 .k2t-not-found .desc-404 {
  color: #898989;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 54px;
}
.error404 .k2t-not-found .k2t-btn {
  font-size: 14px;
  font-weight: bold;
}
.error404 .k2t-not-found .k2t-btn i {
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
body.search.search-no-results,
.k2t-blog-inner.search-no-results,
body.search .no-results,
.k2t-blog-inner .no-results {
  text-align: center;
}
body.search .k2t-title-bar .main-title,
.k2t-blog-inner .k2t-title-bar .main-title {
  opacity: 1 !important;
}
@media only screen and (max-width: 568px) {
  body.search .k2t-title-bar .main-title,
  .k2t-blog-inner .k2t-title-bar .main-title {
    font-size: 36px !important;
  }
}
body.search .k2t-title-bar .k2t-breadcrumbs,
.k2t-blog-inner .k2t-title-bar .k2t-breadcrumbs {
  display: none;
}
body.search .k2t-content,
.k2t-blog-inner .k2t-content {
  margin-bottom: 60px;
  margin-top: 60px;
}
body.search .k2t-main,
.k2t-blog-inner .k2t-main {
  width: 100% !important;
}
@media only screen and (max-width: 667px) {
  body.search h1,
  .k2t-blog-inner h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
body.search h2,
.k2t-blog-inner h2 {
  margin-bottom: 6px;
}
@media only screen and (max-width: 667px) {
  body.search h2,
  .k2t-blog-inner h2 {
    font-size: 24px;
  }
}
body.search form,
.k2t-blog-inner form {
  margin-top: 20px;
}
body.search form input[type="text"],
.k2t-blog-inner form input[type="text"] {
  display: block;
  margin: 0 auto 30px;
  min-width: 300px;
  padding: 15px 30px;
  width: 100%;
  max-width: 600px;
}
body.search .k2t-sidebar,
.k2t-blog-inner .k2t-sidebar {
  display: none;
}
/*--------------------------------------------------------------
	18. Blog video
--------------------------------------------------------------*/
.archive .b-video .k2t-blog {
  margin-bottom: 87px;
}
@media only screen and (max-width: 480px) {
  .archive .b-video .k2t-blog {
    margin-bottom: 40px;
  }
}
.archive .b-video .post-item .flx-entry-thumb {
  margin-bottom: 20px;
}
.archive .b-video .post-item .entry-content {
  text-align: center;
}
.archive .b-video .post-item .entry-title {
  line-height: 150%;
  margin-bottom: 0;
}
.archive .b-video .post-item .date-meta {
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 26px;
}
.archive .b-video .post-item .wrap-readmore,
.archive .b-video .post-item .author-meta {
  display: none;
}
.archive .b-video .post-item .categories-list {
  display: none;
}
.archive .post-item.video-post .flx-entry-thumb {
  position: relative;
}
.archive .post-item.video-post .flx-entry-thumb:hover a:before {
  color: #ff5722;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.archive .post-item.video-post .flx-entry-thumb a:before {
  content: '\f3a9';
  color: #fff;
  display: block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-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;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.archive .post-item.video-post .flx-entry-thumb a:after {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}