/*
* Theme Name: Violy (Child Theme)
* Author: Magnifik
* Author URI: https://magnifik.co
* Description: Violy is a modern multi-functional responsive WordPress theme for your studio. It offers many different features to help you highlight and showcase your services.
* Version: 1.0.0
* Template: violy
*/

.posts_s .swiper-container::after, .portfolio_flex .swiper-container::after, .posts_s .swiper-container::before, .portfolio_flex .swiper-container::before{background: none !important}

#rn-preloader-wrap img {-webkit-animation: spin 4s linear infinite; animation: spin 4s linear infinite}
.wrap_astroon_team {padding-bottom: 30px}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
/* Chrome*/
@keyframes spin {
  0% { transform: rotate(0deg)}
  100% { transform: rotate(360deg)}
}

.harmonix-left{left:-1000px;opacity:0}
.harmonix-right{right:-1000px;opacity:0}

.harmonix-left.fadeleft {
	animation-name:fadeleft;
    animation-duration:2.5s;
    animation-iteration-count:1;
	animation-direction: alternate;
	opacity:0;
}
.harmonix-right.faderight {
	animation-name:faderight;
    animation-duration:2.5s;
    animation-iteration-count:1;
	animation-direction: alternate;
	opacity:0;
}


/* Safari */
@-webkit-keyframes fadeleft {
  0% { left:0px;opacity:1}
  25% { opacity:0.7}
  50% {transform:scale(1.5)}
  100% { left:-1000px;opacity:0}
}
/* Chrome*/
@keyframes fadeleft {
    0%{left:0px;opacity:1}
	25% { opacity:0.7}
	50% {transform:scale(1.5)}
    100%{left:-1000px;opacity:0}
}

/* Safari */
@-webkit-keyframes faderight {
  0% { right:0px;opacity:1}
  25% { opacity:0.7}
  50% {transform:scale(1.5)}
  100% { right:-1000px;opacity:0}
}
/* Chrome*/
@keyframes faderight {
    0% {right:0px;opacity:1}
	25% { opacity:0.7}
	50% {transform:scale(1.5)}
    100% {right:-1000px;opacity:0}
}


.hide{display:none}

footer{margin-top:0 !important}


/*Fix logo en fixed header*/
@media screen and (max-width: 768px){
    img.main_logo {display: block !important}
}

.bdt-lightbox-toolbar.bdt-position-top.bdt-text-right.bdt-transition-slide-top.bdt-transition-opaque {right: 40px}

.fa-times:before {content: "\f00d"}

@media screen and (max-width: 767px) {
    .menu .menu_style {margin-top: 50px !important}
}
