/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy,
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy {
	opacity: 1 !important;
	transition: opacity 0.5s ease;
}


/* Author Box */
.wrapper-author {
    display: flex;
    padding: 2em;
    align-items: center;
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    border-radius: 5px;
}

.image-author {
    width: 20%;
    text-align: center;
}

.row .col .image-author img {
    width: 70%;
    margin: unset;
}

.description-author {
    width: 80%;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	.wrapper-author {
		display: block;
		text-align: center;
	}

	.wrapper-author > div {
		width: 100%;
	}

	.row .col .image-author img {
		width: 50%;
	}

}


