/* LICENSE & DETAILS
==================================================
	Theme Name: Dan-O's Seasoning
	Theme URI: https://www.crosbyinteractive.com
	Author: Crosby Interactive
	Author URI: www.crosbyinteractive.com
	Description: <strong>Responsive WordPress Theme designed & developed by Crosby Interactive</strong>
	Version: 2.3.3.2.209
	License: Crosby Interactive
	License URI: www.crosbyinteractive.com
	Text Domain: framework
	Domain Path: /languages
	Requires at least: 5.0
	Tested up to: 6.0.2
	Requires PHP: 7.4
*/

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #000000;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
