/**
Theme Name: changigottalent
Author: C+C&Co.
Author URI: https://www.cc-co.co/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-theme-astra
Template: astra
*/

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0,3vh,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(15px,0px,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translate3d(10px,0px,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro" !important;
}


a:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px;
}

.entry-favourite i {
	font-size: 1em;
	cursor: pointer;
}

.single-submission .entry-favourite i {
	font-size: 1.5em;
}

.entry-favourite.no i {
	color: #ffffff;
	transition: all 0.3s;
}

.entry-favourite.no i:hover {
	font-weight: 900;
	color: #ff0000;
}

.entry-favourite.yes i {
	font-weight: 900;
	color: #ff0000;
}


@media (max-width: 1024px) {
	
}

@media (max-width: 767px) {
	
}