@charset "UTF-8";

/** 
* 
* -----------------------------------------------------------------------------
*
Theme Name: networking
Theme URL: https://wordpress.org/
Description: networking
Author: networking
Author URI: https://wordpress.org/
Version: 2.8
Tested up to: 6.1
Requires at least: 4.4
Requires PHP: 5.2.4
Tags: ridexo
*
* -----------------------------------------------------------------------------
* 

░█▄▀▒▄▀▄░█▒█░█▄▀▒▄▀▄░▀█▀░░░▀█▀░█▄█▒██▀░█▄▒▄█▒██▀
░█▒█░█▀█░▀▄▀░█▒█░█▀█░█▄▄▒░░▒█▒▒█▒█░█▄▄░█▒▀▒█░█▄▄

**/
.contact-btn-wrap {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-btn-wrap button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.gorsenme {
	position: absolute !important;
	opacity: 0;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

span.span_invalid {
	position: absolute;
	z-index: 9;
	right: 30px;
	background: red;
	color: #fff;
	padding: 1px 15px;
	font-size: 11px;
	border-radius: 0;
	top: 10px;
}

input.invalid,
textarea.invalid {
	border: 1px solid red !important;
}

.contact-input input {
	position: relative;
}

.contact-input {
	position: relative;
}

.fc-event-container .fc-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.fc-event-container .fc-day-grid-event {
	padding: 2px 7px;
}

.event-focused {
	border: 2px solid #007bff;
	box-shadow: 0 0 4px #007bff;
}

.shadow {
	border-radius: 3px;
}

.shadow::before,
.shadow::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	background: linear-gradient(45deg, red, blue, green, yellow, #e11d74, black, #ffff00, #aa0000);
	background-size: 400%;
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	z-index: -1;
	animation: animate 25s linear infinite;
	border-radius: 3px;
}

.shadow::after {
	filter: blur(25px);
}

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

	50% {
		background-position: 400% 0;
	}

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