/* 
Theme Name: Kiante
Theme URI: http://wowtheme7.com/kiante
Author: Wowtheme7
Author URI: https://themeforest.net/user/wowtheme7
Description: News Magazine WordPress Theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiante
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

.btn-base {
    background: #FF3A3A !important;
    right: 48px !important;
}

.cat-top-right .grid-thumbnail-one-wrap {
    position: relative;
}
.cat-top-right .grid-thumbnail-one-wrap .category-box {
    position: absolute;
    right: 20px;
    top: 20px;
}
.cat-top-right .grid-thumbnail-one-wrap .category-box a {
    display: inline-block;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.003em;
    margin-bottom: 15px;
}
.cat-top-right .post-grid-content-one .category-box a {
	display: none;
}

.cat-default .grid-thumbnail-one-wrap .category-box {
    display: none;
}
.list-style-none li {
	list-style: none;
}
.theme-csutom-catlist-inline ul li {
	display: inline-block;
	margin-right: 10px;
}
.theme-csutom-catlist-inline ul li a {
    border-radius: 19px;
    background-color: white;
    box-shadow: 0px 0px 25px 0px rgb(208 208 208 / 22%);
    height: 39px;
    display: inline-block;
    line-height: 39px;
    width: 100%;
    text-align: center;
	padding: 0 20px;
}
.post-list-content-one .post-meta-items .post_grid_author_img img {
	margin-right: 6px;
	border-radius: 50%;
}


.planning-section-title-left {
  white-space: nowrap;
  -webkit-animation: marquee 80s linear infinite;
  animation: marquee 30s linear infinite;
}

.planning-section-title-left a {
  font-size: 80px;
  color: #181818;
  line-height: initial;
  font-weight: 700;
  margin-right: 30px;
  text-transform: capitalize;
  display: inline-block;
}
.planning-section-title-left a:hover {
  color: #181818;
}

.planning-section-title-right {
  white-space: nowrap;
  -webkit-animation: marquee-2 90s linear infinite;
  animation: marquee-2 30s linear infinite;
}

.planning-section-title-right a {
  font-size: 80px;
  color: #181818;
  line-height: initial;
  font-weight: 700;
  margin-right: 30px;
  text-transform: capitalize;
  font-family: var(--heading-font);
  display: inline-block;
}
.planning-section-title-right a:hover {
  color: var(--main-color);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes marquee-2 {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee-2 {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.overflow-hiddenh {
	overflow: hidden;
}