/*
Theme Name:  Salient Child
Template:    salient
Version:     17.2.0
Description: Child theme di Salient - An Ultra Responsive Multi-Purpose Theme.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
License:     Custom license
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: salient-child
*/

.single-post .apdev-fonte-didascalia {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.4;
}

.single-post .entry-content .apdev-fonte-didascalia,
.single-post .wp-block-image .apdev-fonte-didascalia {
	margin-top: 8px;
	margin-bottom: 15px;
}

.single-post .gallery-item .apdev-fonte-didascalia {
	margin-top: 5px;
	font-size: 10px;
	color: #777;
}

@media (max-width: 768px) {
	.single-post .apdev-fonte-didascalia {
		font-size: 11px;
		margin-top: 5px;
	}
}

.single-post .apdev-sottotitolo {
	font-size: 18px;
	color: #666;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-style: italic;
}

.single-post .post-header .apdev-sottotitolo,
.single-post .entry-header .apdev-sottotitolo {
	margin-top: 15px;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.single-post .apdev-sottotitolo {
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 15px;
	}
}


@media only screen and (min-width: 691px) {
	[data-animate="fade_in"].featured-media-under-header .apdev-sottotitolo {
		animation-delay: 0.2s;
	}
}


@media only screen and (min-width: 691px) {
	[data-animate="fade_in"].featured-media-under-header .apdev-sottotitolo {
		opacity: 0;
		transform: translateY(50px);
		animation: nectar_featured_media_load 1s cubic-bezier(0.25,1,0.5,1) forwards;
	}
	[data-animate="fade_in"].featured-media-under-header .apdev-sottotitolo { animation-delay: 0.2s; }
}