/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@keyframes tada {
	0% {
		transform: scaleX(1);
	}
	10%, 20% {
		transform: scale3d(1, 1, 1) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
	}
	40%, 60%, 80% {
		transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
	}
}

@keyframes glow {
	0% {
		box-shadow: 0 0 5px rgba(255, 215, 0, 0.4), 0 0 10px rgba(255, 215, 0, 0.4);
	}
	50% {
		box-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.8);
	}
	100% {
		box-shadow: 0 0 5px rgba(255, 215, 0, 0.4), 0 0 10px rgba(255, 215, 0, 0.4);
	}
}
#ez-toc-container{
	width: 100%;
}
div#ez-toc-container .ez-toc-title{
	color: #000;
}

.entry-content.single-page{
	padding-top: 0;
}
.entry-header-text{
	padding-bottom: 0;
}
.top-divider{
	display: none;
}

.wp-block-gallery .wp-block-image img{
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer;
}
.wp-block-gallery .wp-block-image img:hover{
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: .7;
}

.dark .heading-font, 
.dark a.lead, 
.dark h1, 
.dark h2, 
.dark h3, 
.dark h4, 
.dark h5, 
.dark h6, 
.dark label, 
.hover-dark:hover a, .hover-dark:hover h1, .hover-dark:hover h2, .hover-dark:hover h3, .hover-dark:hover h4, .hover-dark:hover h5, .hover-dark:hover h6, .hover-dark:hover p {
    color: #14bfed;
}

.taxonomy-description{
	padding:20px;
	background: #1F1F1F;
}
.wp-block-buttons .wp-block-button__link{
	background-color: #b20000;
	padding: 6px 0;
}
.wp-block-buttons .wp-block-button__link:hover{
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: .7;
}