/*
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.   ***************/
#main, #wrapper {
	background-color: #1E222C !important;
}
.roryseo{
	max-height: 500px;
    overflow: auto;
    padding: 5px;
    border: 2px solid #5ab0fa;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #5ab0fa;
}
.header-button-2 .header-button a{
	animation: animate-register 1300ms infinite;
}
@keyframes animate-register{
	0% {
		background-color: #7090fe;
		box-shadow: 0 0 5px #7090fe;
	}
	50% {
		background-color: #7090fe;
		box-shadow: 0 0 20px #7090fe;
	}
	100% {
		background-color: #7090fe;
		box-shadow: 0 0 5px #7090fe;
	}
}
.footer-menulink1,
.footer-menulink2{
	color: white;
}
.footer-menulink1 .ux-menu-link__link:hover,
.footer-menulink2 .ux-menu-link__link:hover{
	color: #7090fe;
}






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


}