/*
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.   ***************/
/*.bg.bg-loaded {
	  background-repeat: repeat-x;
	  -webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -1920px 0; }
}*/

/*@media screen and (min-width: 1024px)
{
	.bg.bg-loaded {
		-webkit-animation-duration: 60s;
		-o-animation-duration: 60s;
		animation-duration: 60s;
	}
}

.bg.bg-loaded {
	background-repeat: repeat-x;
	-webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 40s;
    -o-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: 1;
}*/

/*.overlay {
    background: -webkit-linear-gradient(bottom,hsla(43,33%,96%,0),hsla(43,33%,96%,.9) 30%,hsla(43,33%,96%,.9) 70%,hsla(43,33%,96%,0));
    background: -o-linear-gradient(bottom,hsla(43,33%,96%,0) 0,hsla(43,33%,96%,.9) 30%,hsla(43,33%,96%,.9) 70%,hsla(43,33%,96%,0) 100%);
    background: linear-gradient(0deg,hsla(43,33%,96%,0),hsla(43,33%,96%,.9) 30%,hsla(43,33%,96%,.9) 70%,hsla(43,33%,96%,0));
}

@media screen and (min-width: 540px) {
	.overlay {
		background: -webkit-radial-gradient(center,ellipse,#f8f6f1 13%,hsla(0,0%,100%,0) 100%);
		background: -o-radial-gradient(center,ellipse,#f8f6f1 13%,hsla(0,0%,100%,0) 100%);
		background: radial-gradient(ellipse at center,#f8f6f1 13%,hsla(0,0%,100%,0) 100%);
	}
}

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

/*
}*/
@font-face {
    font-family: 'gillsans-lightlight';
    src: url('https://gimiau.lt/wp-includes/fonts/gillsans-light-webfont.woff2') format('woff2'),
         url('https://gimiau.lt/wp-includes/fonts/gillsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {
    font-family: 'freightregular';
    src: url('https://gimiau.lt/pub/wp-includes/fonts/freight_sans_light-webfont.woff2') format('woff2'),
         url('https://gimiau.lt/pub/wp-includes/fonts/freight_sans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
