/*
Theme Name: nika-j88
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.home-content > .col > .col-inner {
   max-height: 1000px;
   overflow: auto;
   padding: 10px;
   border: 2px solid #f81123;
   border-radius: 10px;
   word-wrap: break-word;
}
.home-content > .col > .col-inner {
  height: 100%;
  overflow: auto;
}
.home-content > .col > .col-inner::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 10px;
}
.home-content > .col > .col-inner::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #f81123;
}
.wp-caption .wp-caption-text {
	color: #f81123;
}
.post-item .col-inner::before, .post-item .col-inner::after{
content:"";
width: 0;
height: 2px;
z-index:1;
position: absolute;
transition: all 0.2s linear;
background: #ff00cc;
box-shadow:
transition:400ms ease all;
transition-delay: 0.3s;
}
.post-item .col-inner .box::before, .post-item .col-inner .box::after{
content:"";
width:2px;
height:0;
z-index:1;
position: absolute;
transition: all 0.2s linear;
background: #f81123;
transition:400ms ease all;
transition-delay: 0s;
}
.post-item .col-inner:hover::before, .post-item .col-inner:hover::after{
width: 100% ;
}
.post-item .col-inner:hover .box::before, .post-item .col-inner:hover .box::after{
height: 100%;
}
.post-item .col-inner::before{
right: 0;
top: 0;
}
.post-item .col-inner::after{
left: 0;
bottom: 0;
}
.post-item .col-inner .box::before{
left: 0;
top: 0;
}
.post-item .col-inner .box::after{
right: 0;
bottom: 0;
}
.post-item .col-inner:hover::before, .post-item .col-inner:hover::after{
transition-delay: 0s;
}
.post-item .col-inner:hover .box::before, .post-item .col-inner:hover .box::after{
transition-delay: 0.3s;
}
.post-title.is-large > a.plain {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.button {
 color: #f81123;
 border-radius: 5px;
}
.button:hover {
 color: #ffffff;
 background: #f81123;
 border-color: #ffffff;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget {
    border: 2px solid #f81123;
    padding: 15px;
    border-radius: 15px;
	  box-shadow: inset 0px 0px 11px -1px #f81123;
}
.flatsome_recent_posts, .widget_nav_menu {
    width: 235px !  important ;
}
.archive-page-header > .row {
    border: 2px solid #f81123;
    border-radius: 7px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: inset 0px 0px 11px -1px #f81123;
}
.nav>li>a>i.icon-menu {
    color: #f81123;
}


.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.btn.btn-shockwave.is-active {
  width: 8rem;
  line-height: 2rem;
  background: #f81123;
  border-radius: 8px;
  margin: 1rem;
  color: #fff;
  font-size: 0.9rem;
  border: none;
  padding: 0;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: none;
}

.btn.btn-shockwave.is-active:hover{
  color:#ffff01;
}

.btn-shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}
.btn-shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
          animation: shockwave 1s .65s ease-out infinite;
}
.btn-shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
          animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0,0,0, 0.15), inset 0 0 1px rgba(0,0,0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(248,17,35, 1), inset 0 0 1px rgba(248,17,35, 1);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
          animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0,0,0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0,0,0, 0.1);
  }
}

.blog-archive .page-title {

}
.recent-blog-posts-li .post_comments {
  display: none;
}

/* Mui ten lên dau trang */
#myBtn {
display: none;
position: fixed;
bottom: -16px;
right: -35px;
z-index: 99;
}
.slide-banner {
    border: 2px solid #f81123;
    border-radius: 10px;
    box-shadow: 0 2px 20px #f81123;
    padding: 5px;
}
.slide-banner2 {
    border: 2px solid #ffff00;
    border-radius: 8px;
    box-shadow: 0 2px 20px #ffff00;
    padding: 5px;
}
.nika {
    padding: 1em;
    border: 2px solid;
    border-color: yellow;
    box-shadow: 0 2px 30px #ffff00;
    border-radius: 8px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    animation: 5s linear infinite rainbow-animation;
}

@keyframes rainbow-animation {
0%, 100% {
    border-color: yellow;
}
14% {
    border-color: orange;
}
28% {
    border-color: #ff0;
}
42% {
    border-color: green;
}
57% {
    border-color: #00f;
}
71% {
    border-color: indigo;
}
85% {
    border-color: violet;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}