/*
Theme Name: Septera NoLink
Theme URI: http://www.cryoutcreations.eu/
Description: Septera child theme (with link removal)
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.7
Template: septera
*/

/* place your custom css and customizations below */
.main .lp-text-title 
{
	font-weight: bold;
	margin-top: 0;
	text-align: center
}

.lp-staticslider .staticslider-caption-title,
.seriousslider.seriousslider-theme .seriousslider-caption-title 
{
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 4em;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 2px;
	opacity: 0;
	-webkit-animation: .75s 0.75s animation-slider-title ease-out forwards;
	animation: .75s 0.75s animation-slider-title ease-out forwards;
	text-shadow: black 0.1em 0.1em 0.2em;
	color: azure;
}

.lp-staticslider .staticslider-caption-text,
.seriousslider.seriousslider-theme .seriousslider-caption-text {
	position: relative;
	font-size: 1.5em;
	line-height: 1.6;
	letter-spacing: 1px;
	opacity: 0;
	-webkit-animation: .75s 1s animation-slider-text ease-out forwards;
	animation: .75s 1s animation-slider-text ease-out forwards;
	text-shadow: black 0.1em 0.1em 0.1em;
}
