/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.5
*/
.wp-caption img {
	height: auto;
	width: 100%;
}

a.button.primary {
	background: repeating-linear-gradient(to right, red 0, #1962a3 70%, #fd9001 100%);
	animation: gradient 2s infinite;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	background-size: 200% auto;
	background-position: 0 100%;
	background-color: #2199ca;
}

@keyframes gradient {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -200% 0;
	}
}

footer * {
	color: #fff;
}

footer .widget-title {
	color: #fdbe00;
}

.is-divider.small {
    height: 2px;
    margin: 10px auto;
    width: 100%;
    position: relative;
}

footer .is-divider.small {
	margin: 10px auto;
}

.is-divider.small::before, .is-divider.small::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    top: 0;
}

.is-divider.small::before {
    background-color: red;
    left: 0;
}

.is-divider.small::after {
    background-color: #00f;
    right: 0;
}

.more-link {
	color: #fff !important;
}