/*!
Theme Name: tudacv
Theme URI: 
Author: MrTuDA
Author URI: https://www.facebook.com/Mr.Tu.DA.Silva/
Description: The Fouth Son.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tudacv
Tags: blog, grid-layout, two-columns, right-sidebar, sidebar
*/

/*	1.0 - Assets
------------------------------------------------------------------------*/
	@keyframes loading {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}
	
/*	4.9 - page preloader
------------------------------------------------------------------------*/
	.preloader {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		background-color: #2C2D2F;
		z-index: 10000;
	}

	.preloader .loader {
		position: absolute;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}

	.preloader .loader h4 {
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: 700;
		color: #fff;
		font-size: 1.25em;
	}

	.loader span {
		display: inline-block;
		width: .6em;
		height: .6em;
		margin: .19em;
		background: #007DB6;
		-webkit-border-radius: .6em;
		border-radius: .6em;
		-webkit-animation: loading 1s infinite alternate;
		animation: loading 1s infinite alternate;
		animation-iteration-count: 1; 
	}

	.loader span:nth-of-type(2) {
		background: #008FB2;
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.loader span:nth-of-type(3) {
		background: #009B9E;
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}

	.loader span:nth-of-type(4) {
		background: #00A77D;
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}

	.loader span:nth-of-type(5) {
		background: #00B247;
		-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s;
	}

	.loader span:nth-of-type(6) {
		background: #5AB027;
		-webkit-animation-delay: 1.0s;
		animation-delay: 1.0s;
	}

	.loader span:nth-of-type(7) {
		background: #A0B61E;
	}
