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

/*************** ADD CUSTOM CSS HERE.   ***************/
.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .box-shadow-1-hover:hover{
  box-shadow: none;
  border: 1px solid #dadada;
}
.row-box-shadow-3 .col-inner, .row-box-shadow-3-hover .col-inner:hover, .box-shadow-3, .box-shadow-3-hover:hover{
      box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}
.yoast_breadcrumb {
    transition: all .3s ease-in-out;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
    background: #efefef;
    padding: 9px 0;
}
ul.product-categories>li>a:before{
      content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    display: inline-block;
    margin-right: 15px;
}
.product-small.col>.col-inner{
  height: 100%;
}
aside {
  font-size: 15px;
}
aside span.widget-title{

    padding: 10px 0;
    display: block;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}
aside span.widget-title:after{
  content: "";
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.5px;
  background-color: #e30613;
  transition: ease all .3s;
}
aside span.widget-title:hover:after{
  width: 100%;
  transition: ease all .3s;
}
aside span.widget-title:hover{
  color: #e30613;
}
aside .is-divider{
  display: none
}
aside span.widget-title:before{
      content: "";
    display: block;
    position: absolute;
    left: 0px;
        top: calc(50% - 2px);
    height: 2px;
    width: 0.9em;
    background: #e30613;
    transform-origin: 50% 50%;
    transition: transform .3s ease;
}
a.button{
    font-weight: 400;
    position: relative;
    border: none !important
}
.product-thumbnails::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.product-thumbnails::-webkit-scrollbar{
  width: 6px;
  background-color: #F5F5F5;
}
.product-thumbnails::-webkit-scrollbar-thumb{
  background-color: #000000;
}
h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase{
  margin-left: 0 !important
}
.grid-tools a{
      font-weight: 400;
}
.box-blog-post .is-divider{
  display: none
}
.col.post-item .box-label .box-text.text-center{
  transform: translateX(0) !important;
      left: 0 !important;
} 
.archive.category  .col.post-item .box-text{
    padding-left: 10px;
    padding-right: 10px;
    background: #f9f9f9;
    padding-bottom: 10px;
}
.home .col.post-item .box-label .box-text .post-title{
  text-transform: uppercase;
  font-weight: 500;
}
.col.post-item>.col-inner{
  border:3px solid transparent;
      transition: outline-color .2s ease;
      transition: ease all .3s;
}
.col.post-item:hover>.col-inner{
  border-color:#e30613;
      transition: outline-color .2s ease;
          transition: ease all .3s;
}
.form-contact input.wpcf7-form-control{
    height: 40px;
    border: none;
    border-bottom: 2px solid #121212;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.wpcf7-spinner{
	display: none
}
.form-contact input.wpcf7-form-control.wpcf7-submit{
    padding: 15px 25px;
    line-height: 1;
    height: unset !important;
    font-weight: 400;
    margin: 0;
}
.copyright-footer {
    color: #fff;
    padding-top: 15px;
}
.dark .button.is-form:hover, .button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover{
	box-shadow: none
}
a#top-link {
    background: black;
    border-radius: 0 !important;
    color: #fff;
}
button i, .button i{
	top: 0
}
a.button:after{
	    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    border: solid 4px transparent;
    transform: translate(-50%,-50%);
    transition: all .2s ease-in-out;
}
a.button:hover:after{
	opacity: 1;
	    border-color: #e30613;
}
.homeslider h2{
	opacity: .8;
}
.overhidden{
	overflow: hidden;
}
svg.flickity-button-icon {
    border-radius: 0 !important;
    border-width: 1px !important;
}
.nav-line-bottom>li>a:before{
	height: 1px;
	background-color: #e30613 !important;
}
.flickity-prev-next-button{
	width: 48px;
}
button.scroll-for-more{
	    margin-bottom: 0px;
    bottom: -10px;
}

.banner h2, .banner h3, .banner h1{
	margin-bottom: 15px;
}
button.scroll-for-more .icon-angle-down:before{
	content: "";
    width: 2px;
    height: 60px;
    background-color: #e30613;
    display: inline-block;
  /*  animation: pulseHeight 2s infinite;*/
}
@keyframes pulse {
  0% {
    transform:translate3d(-50%,-50%,0) scale(1);
    opacity:.9;
  }
  45% {
    transform:translate3d(-50%,-50%,0) scale(1.8);
    opacity:0;
  }
}

@keyframes scrollDown {
  0% {
    top:0;
    height:0;
    width:0;
    opacity:0;
  }
  15% {
    height:10px;
    width:10px;
    opacity:1;
  }
  40% {
    opacity:1;
  }
  75% {
    height:10px;
    width:10px;
  }
  100% {
    top:100%;
    height:0;
    width:0;
    opacity:0;
  }
}

@keyframes movePhone {
  0% {
    transform:translate(-50%,-50%) rotateY(0);
  }
  33% {
    transform:translate(0,-50%) rotateY(45deg);
  }
  66% {
    transform:translate(-100%,-50%) rotateY(-45deg);
  }
  100% {
    transform:translate(-50%,-50%) rotateY(0);
  }
}

@keyframes pulseHeight {
  0% {
    height:100px;
  }
  50% {
    height:80px;
  }
  100% {
    height:100px;
  }
}

@keyframes pulseHeightMobile {
  0% {
    height:70px;
  }
  50% {
    height:50px;
  }
  100% {
    height:70px;
  }
}

@keyframes fade-in {
  0% {
    max-height:0;
  }
  99% {
    max-height:100vh;
  }
  100% {
    max-height:1000000vh;
  }
}

@keyframes fade-out {
  0% {
    max-height:1000000vh;
  }
  1% {
    max-height:100vh;
  }
  100% {
    max-height:0;
  }
}

@keyframes btnPulse {
  0% {
    transform:scale(1);
    box-shadow:0 0 0 0 transparent;
  }
  30% {
    transform:scale(.95);
    box-shadow:0 0 0 0 rgba(0,0,0,.4);
  }
  100% {
    transform:scale(1);
    box-shadow:0 0 0 10px transparent;
  }
}

@keyframes storyActive {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes open-ticket {
  0% {
    max-height:300px;
  }
  100% {
    max-height:1000px;
  }
}

@keyframes close-ticket {
  0% {
    max-height:1000px;
  }
  100% {
    max-height:300px;
  }
}
@media only screen and (min-width: 850px) {
	.ml-half {
	    margin-left: 70px;
	}
}
@media only screen and (min-width: 550px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.homeslider h2{
		letter-spacing: 20px;
    	line-height: 1.5;
	}

}