/* Theme Name: ANZ DIGITAL ART THEME 
	Description: ANZ DIGITAL ART THEME 
	Template: bootscore-main 
	Text Domain: bootscore 
*/
/* Override Bootstrap 5 focus outline */
.btn:focus,.btn:active,.form-control:focus,.form-control:active,.form-select:focus,.form-select:active,.custom-select:focus,.custom-select:active,.input-group-text:focus,.input-group-text:active,.nav-link:focus,.nav-link:active,.navbar-toggler:focus,.navbar-toggler:active,.dropdown-toggle:focus,.dropdown-toggle:active,.list-group-item:focus,.list-group-item:active {
	outline: none!important;
	box-shadow: none!important;
}

/* Mobile menu */
.offcanvas-header .btn-close:hover {
	transition: transform .3s ease;
	transform-origin: center;
	transform: rotate(360deg);
}

.hamburger-mobile { 
    border-radius: 50%;
    color: #000;
    border-color:#000;
}
.hamburger-mobile i { 
	font-size: 42px;
    height: 70px;
    width: 58px;
    line-height: 68px;
}
button:focus:not(:focus-visible) {
	outline: none !important;
	box-shadow: none !important;
}
/* Loader */
#preloader {
	background-color: #000;
}

.logo-loader {
	animation: strobe .5s infinite alternate;
	transition: transform .5s ease-in-out;
	background-color: #FFF;
	border-radius: 100px;
	border: solid 4px #fff;
}

@keyframes strobe {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	25% {
		opacity: .5;
		transform: scale(1.2);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	75% {
		opacity: .5;
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.progress-bar-container {
	width: 100%;
	height: 6px;
	background-color: #fff;
	margin-top: 50px;
	border-radius: 20px;
}

.progress-bar {
	width: 0;
	height: 100%;
	background-color: red;
	border-radius: 10px;
	animation: fakeLoading 1s linear forwards;
}

@keyframes fakeLoading {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

/* Typo */
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
	color: #616466;
	min-height: 40px;
}

label,.form-check-inline,.form-label {
	font-family: "DM Sans",sans-serif;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.form-control {
	color: #616466;
	min-height: 40px;
	font-family: "DM Sans",sans-serif;
}

strong {
	font-weight: 700;
}

a {
	font-family: "DM Sans",sans-serif;
	text-decoration: none;
}

p,
ul li {
	font-family: "DM Sans",sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 24px;
}

@media screen and (min-width:420px) {
	p,
	ul li  {
		font-size: 16px;
		line-height: 32px;
	}
}

@media screen and (min-width:768px) {
	p,
	ul li  {
		font-size: 18px;
	}
}

@media screen and (min-width:992px) {
	p,
	ul li  {
		font-size: 20px;
		font-weight: 300;
	}
}

@media screen and (min-width:1240px) {
	p,
	ul li  {
		font-size: 22px;
		font-weight: 200;
		line-height: 36px;
	}
}

@media screen and (min-width:1600px) {
	p,
	ul li  {
		font-size: 24px;
		line-height: 36px;
		font-weight: 100;
	}
}

h1,h2,h3 {
	font-weight: 600;
}

h4,h5,h6 {
	font-weight: 400;
}

.no-font-weight {
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6,a.nav-link,.scrolldowntxt,.offcanvas-title,.animated-button1,.wpcf7-submit,.form-label,.wpcf7-response-output.alert.alert-danger,footer * {
	font-family: "Orbitron",sans-serif;
}

h1 {
	font-size: 14px;
}

@media screen and (min-width:391px) {
	h1 {
		font-size: 16px;
	}
}

@media screen and (min-width:420px) {
	h1 {
		font-size: 18px;
	}
}

@media screen and (min-width:992px) {
	h1 {
		font-size: 32px;
	}
}

@media screen and (min-width:1200px) {
	h1 {
		font-size: 36px;
	}
}

@media screen and (min-width:1440px) {
	h1 {
		font-size: 48px;
	}
}

@media screen and (min-width:1600px) {
	h1 {
		font-size: 64px;
	}
}

h2,h3 {
	font-size: 14px;
}

@media screen and (min-width:391px) {
	h2,h3 {
		font-size: 16px;
	}
}

@media screen and (min-width:420px) {
	h2,h3 {
		font-size: 18px;
	}
}

@media screen and (min-width:992px) {
	h2,h3 {
		font-size: 24px;
	}

	h2,h3 {
		font-size: 24px;
	}
}

@media screen and (min-width:1200px) {
	h2,h3 {
		font-size: 32px;
	}
}

@media screen and (min-width:1440px) {
	h2,h3 {
		font-size: 36px;
	}
}

@media screen and (min-width:1600px) {
	h2,h3 {
		font-size: 48px;
	}
}

@media screen and (min-width:1920px) {
	h2,h3 {
		font-size: 56px;
	}
}

h4 {
	font-size: 14px;
}

@media screen and (min-width:391px) {
	h4 {
		font-size: 16px;
	}
}

@media screen and (min-width:420px) {
	h4 {
		font-size: 18px;
	}
}

@media screen and (min-width:992px) {
	h4 {
		font-size: 24px;
	}

	h4 {
		font-size: 24px;
	}
}

@media screen and (min-width:1200px) {
	h4 {
		font-size: 32px;
	}
}

@media screen and (min-width:1440px) {
	h4 {
		font-size: 36px;
	}
}

a.nav-link,.offcanvas-title {
	text-transform: uppercase;
}

hr {
	color: red;
	margin: 35px 0;
	width: 50px;
	border: solid 2px red;
	opacity: 1;
}

.nav-head-size {
	font-size: 18px;
	line-height: 30px;
}

@media screen and (min-width:992px) {
	.nav-head-size {
		font-size: 10px;
	}
}

@media screen and (min-width:1200px) {
	.nav-head-size {
		font-size: 14px;
	}
}

@media screen and (min-width:1400px) {
	.nav-head-size {
		font-size: 16px;
	}
}

@media screen and (min-width:1600px) {
	.nav-head-size {
		font-size: 18px;
	}
}

@media screen and (min-width:1920px) {
	.nav-head-size {
		font-size: 20px;
	}
}

/* Common */
body {
	background-color: #000;
}

::selection {
	background-color: red;
	color: #fff;
}

::-moz-selection {
	background-color: red;
	color: #fff;
}

::selection {
	background-color: red;
	color: #fff;
}

.form-check-input:focus,.form-control:focus {
	border-color: transparent;
	box-shadow: none;
}

.row-p-top {
	padding-top: 50px;
	padding-bottom: 10px;
}

@media screen and (min-width:992px) {
	.row-p-top {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}

.title-container {
	background: #dbdbdb;
	height: 100px;
}

.title-line {
	position: relative;
	margin-bottom: 75px;
}

.title-line::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 50px;
	height: 4px;
	background-color: red;
	display: block;
}

.title-line-02 {
	position: relative;
	margin-bottom: 35px;
}

.title-line-02::after {
	content: '';
	position: absolute;
	left: calc(50% - 25px);
	bottom: -10px;
	width: 50px;
	height: 4px;
	background-color: red;
	display: block;
}

.anchor-padding {
	margin-top: -1px;
	padding-top: 35px;
}

/* Header */
.bg-body-tertiary {
	background: #fff;
}

.fixed-top {
	box-shadow: 0 -6px 10px 5px #00000080;
}

nav#nav-main {
	padding: 5px 0;
}

.navbar-brand {
	margin: 0;
	padding: 0;
}

.logo {
	transition: transform 1s ease;
	transform: rotate(0deg);
}

.logo:hover {
	animation: rotate-infinite 1.5s linear infinite;
}

@keyframes rotate-infinite {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.logo:not(:hover) {
	animation: rotate-reverse .5s linear forwards;
}

@keyframes rotate-reverse {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes changeColor {
	0% {
		color: #000;
	}

	50% {
		color: red;
	}

	100% {
		color: #000;
	}
}

a.navbar-brand:after {
	content: "Digital Art";
	font-family: "Orbitron",sans-serif;
	margin-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
	animation: changeColor 10s infinite;
	animation-delay: 5s;
}

@media screen and (min-width:320px) {
	a.navbar-brand:after {
		font-size: 12px;
	}
}

@media screen and (min-width:391px) {
	a.navbar-brand:after {
		font-size: 16px;
	}
}

@media screen and (min-width:768px) {
	a.navbar-brand:after {
		font-size: 20px;
	}
}

@media screen and (min-width:992px) {
	a.navbar-brand:after {
		margin-left: 15px;
		font-size: 24px;
	}
}

@media screen and (min-width:1240px) {
	a.navbar-brand:after {
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.border-hover {
		position: relative;
	}

	.border-hover::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 2px;
		background-color: red;
		transition: width .3s ease-in-out,left .3s ease-in-out;
		transform: translateX(-50%);
	}

	.border-hover:hover::before {
		width: 40%;
		left: 50%;
	}
}

.last-item-menu {
	border-bottom: solid 1px grey;
	border-right: none;
	padding-right: 0;
	padding-bottom: 20px;
}

.first-social-nav {
	padding-left: 0;
	padding-top: 20px;
}

@media screen and (min-width:992px) {
	.last-item-menu {
		border-right: solid 1px grey;
		border-bottom: none;
		padding-bottom: 0;
		padding-right: 10px;
	}

	.first-social-nav {
		padding-left: 10px;
		padding-top: 0;
	}
}

.youtube-nav a,.mixcloud-nav a,.soundcloud-nav a,.instagram-nav a,.spotify-nav a {
	display: flex;
	align-items: center;
	transition: all .5s;
}

.youtube-nav a:hover,.mixcloud-nav a:hover,.soundcloud-nav a:hover,.instagram-nav a:hover, .spotify-nav a:hover {
	color: red;
}

.spotify-nav a:before {
	content: "\f1bc";
	font-family: "Font Awesome 6 Brands";
	margin-right: 5px;
	visibility: visible;
	font-size: 20px;
}

.instagram-nav a:before {
	content: "\f16d";
	font-family: "Font Awesome 6 Brands";
	margin-right: 5px;
	visibility: visible;
	font-size: 20px;
}

.instagram-nav a {
	visibility: hidden;
	font-size: 0;
}

.soundcloud-nav a:before {
	content: "\f1be";
	font-family: "Font Awesome 6 Brands";
	margin-right: 5px;
	visibility: visible;
	font-size: 20px;
}

.mixcloud-nav a:before {
	content: "\f289";
	font-family: "Font Awesome 6 Brands";
	margin-right: 5px;
	visibility: visible;
	font-size: 20px;
}

.mixcloud-nav a {
	visibility: hidden;
	font-size: 0;
}

.youtube-nav a:before {
	content: "\f167";
	font-family: "Font Awesome 6 Brands";
	margin-right: 5px;
	visibility: visible;
	font-size: 20px;
}

.instagram-nav a,.soundcloud-nav a,.mixcloud-nav a,.youtube-nav a,.spotify-nav a {
	visibility: visible;
	font-size: 12px;
}

@media screen and (min-width:992px) {
	.instagram-nav a,.soundcloud-nav a,.mixcloud-nav a,.youtube-nav a,.spotify-nav a {
		visibility: hidden;
		font-size: 0;
	}
}

#header-video {
	margin-top: 90px;
	position: relative;
	background-color: #000;
	min-height: 180px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width:321px) {
	#header-video {
		min-height: 200px;
	}
}

@media screen and (min-width:391px) {
	#header-video {
		min-height: 220px;
	}
}

@media screen and (min-width:768px) {
	#header-video {
		height: 30vh;
	}
}

@media screen and (min-width:992px) {
	#header-video {
		height: 50vh;
	}
}

@media screen and (min-width:1240px) {
	#header-video {
		height: 75vh;
	}
}

#header-video {
	position: relative;
}

#header-video::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: color-transition 10s infinite;
	background: transparent;
}

@keyframes color-transition {
	0% {
		background-color: transparent;
		background-position: left top;
	}

	35% {
		background-color: #ff000040;
		background-position: right bottom;
	}

	55% {
		background-color: #00ff0040;
		background-position: left top;
	}

	75% {
		background-color: #0000ff40;
		background-position: right bottom;
	}

	100% {
		background-color: transparent;
		background-position: left top;
	}
}

#header-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
}

@media (max-aspect-ratio: 16/9) and (max-width:992px) {
	#header-video video {
		height: auto;
		width: 100%;
	}
}

@media (min-aspect-ratio: 16/9) and (max-width:992px) {
	#header-video video {
		height: 100%;
		width: auto;
	}
}

#header-video .container {
	position: relative;
	z-index: 2;
}

.scrolldowntxt {
	font-size: 12px;
	text-decoration: none;
}

.scrolldownlink {
	display: none;
}

@media screen and (min-width:992px) {
	.scrolldownlink {
		display: block;
		background-color: #ffffff52;
		padding: 5px 10px;
		border-radius: 50px;
	}
}

.scrolldownlink,.scrolldownlink p,.scrolldownlink i {
	color: #000;
	text-decoration: none;
	font-size: 8px;
	line-height: 1.3;
}

.blinking {
	animation: blinkingText .3s infinite;
}

@keyframes blinkingText {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* About */
.background-dark {
	background-color: #000;
}

.border-bio-img {
	border: solid 4px #fff;
}

/* Music */
.icon-music {
	height: 300px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.row-p-music {
	padding: 50px 15px;
}

.row-p-music-end {
	padding: 50px 15px 6px;
}

@media screen and (min-width:992px) {
	.row-p-music {
		padding: 100px 50px;
	}

	.row-p-music-end {
		padding: 100px 50px 56px;
	}
}

.background-light-dark {
	background-color: #080808;
	border-bottom: 1px solid #3e3e3e;
}

.background-lighter-dark {
	background-color: #0f0f0f;
	border-bottom: 1px solid #3e3e3e;
}

.background-lightest-dark {
	background-color: #121212;
}

.max-width-300 {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
}

@media screen and (min-width:992px) {
	.max-width-300 {
		font-size: 14px;
		line-height: 20px;
	}
}

#mixcloud-player {
	position: relative;
	background-color: #fcfcfc;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
}

#mixcloud-player:after {
	content: 'CLICK NEXT FOR OTHER SETS \2191';
	font-size: 12px;
	font-weight: 600;
	color: red;
	position: absolute;
	margin-right: 35px;
	margin-bottom: 75px;
	animation: bounce 1.5s ease-in-out infinite;
	z-index: 2;
}

@keyframes bounce {
	0%,100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

#mixcloud-frame {
	z-index: 99999999;
}

/* Art & Visual */
.background-grey-dark {
	background-color: #212121;
}

.yotu-playlist {
	padding: 0!important;
}

.yotu-videos {
	padding-top: 10px!important;
}

.yotu-videos li:last-child {
	margin-bottom: 0;
}

.yotu-copyright {
	display: none;
}

.yotu-lightbox-overlay {
	cursor: auto;
}

.animated-button1 {
	background: red;
	padding: 15px 10px;
	width: 100%;
	margin: 20px 0;
	display: inline-block;
	transform: translate(0%,0%);
	overflow: hidden;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.animated-button1 {
		font-size: 20px;
		padding: 15px 40px;
	}
}

.animated-button1::before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #afff;
	opacity: 0;
	transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
	opacity: .2;
}

.animated-button1 span {
	position: absolute;
}

.animated-button1 span:nth-child(1) {
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear,right top,left top,from(#28282800),to(#cbcbcb));
	background: linear-gradient(to left,#28282800,#cbcbcb);
	animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.animated-button1 span:nth-child(2) {
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background: -webkit-gradient(linear,right top,left top,from(#28282800),to(#cbcbcb));
	background: linear-gradient(to left,#28282800,#cbcbcb);
	animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(-100%);
	}
}

.animated-button1 span:nth-child(3) {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear,right top,left top,from(#28282800),to(#cbcbcb));
	background: linear-gradient(to left,#28282800,#cbcbcb);
	animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.animated-button1 span:nth-child(4) {
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: -webkit-gradient(linear,right top,left top,from(#28282800),to(#cbcbcb));
	background: linear-gradient(to left,#28282800,#cbcbcb);
	animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

.animated-button1:hover {
	color: #fff;
}

.animated-button1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: -1;
	transition: transform .3s ease;
	transform: scaleX(0);
}

.animated-button1:hover::after {
	transform: scaleX(1);
}

.animated-button1:hover span:nth-child(1),.animated-button1:hover span:nth-child(2),.animated-button1:hover span:nth-child(3),.animated-button1:hover span:nth-child(4) {
	background: linear-gradient(to left,#28282800,red);
}

/* Contact Form */
.background-grey-light {
	background-color: #3d3d3d;
}

.form-check-inline,.form-label {
	font-size: 12px;
	margin-bottom: .5rem;
	color: #fff;
}

@media screen and (min-width:391px) {
	.form-check-inline,.form-label {
		font-size: 14px;
	}
}

@media screen and (min-width:420px) {
	.form-check-inline,.form-label {
		font-size: 16px;
	}
}

.btn:disabled {
	cursor: not-allowed;
	pointer-events: all!important;
	background-color: #737373;
	opacity: .3;
}

.form-check-input {
	height: 20px;
	width: 20px;
}

.form-check-input:checked {
	background-color: #03e676;
	border-color: #03e676;
}

.form-check-input:checked~.form-check-input::after {
	background-color: #fff;
}

.wpcf7-response-output.alert.alert-danger {
	border-radius: 0;
	text-align: center;
	font-weight: 700;
	color: #000;
	animation-name: highlight;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes highlight {
	0% {
		background-color: #ff06;
	}

	50% {
		background-color: #ff0f;
	}

	100% {
		background-color: #ff06;
	}
}

.submit-btn-mod,.submit-btn-mod:hover {
	border-radius: 0;
	border: solid 1px #fff;
}

.value-purpose-width {
	max-width: 155px;
}

span.wpcf7-list-item-label.form-check-label {
	padding-left: 3px;
	position: relative;
	top: 3px;
}

.wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-acceptance label span.wpcf7-list-item-label.form-check-label {
	top: -3px;
}

/* Footer */
.footer-border-bottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

@media screen and (min-width:768px) {
	.footer-border-bottom {
		border-bottom: none;
		margin-bottom: 0;
	}
}

.footer-border-right {
	border-right: none;
}

@media screen and (min-width:992px) {
	.footer-border-right {
		border-right: 1px solid #ccc;
	}
}

.footer-padding {
	padding-left: 20px;
	padding-right: 0;
}

.footer-padding .footer_widget {
	margin-bottom: 0!important;
}

.youtube-nav-footer a,.mixcloud-nav-footer a,.soundcloud-nav-footer a,.instagram-nav-footer a, .spotify-nav-footer a {
	display: flex;
	align-items: center;
}

.instagram-nav-footer a:before {
	content: "\f16d";
	font-family: "Font Awesome 6 Brands";
	margin-right: 10px;
	visibility: visible;
	font-size: 16px;
}

.spotify-nav-footer a:before {
	content: "\f1bc";
	font-family: "Font Awesome 6 Brands";
	margin-right: 10px;
	visibility: visible;
	font-size: 16px;
}

.soundcloud-nav-footer a:before {
	content: "\f1be";
	font-family: "Font Awesome 6 Brands";
	margin-right: 10px;
	visibility: visible;
	font-size: 16px;
}

.mixcloud-nav-footer a:before {
	content: "\f289";
	font-family: "Font Awesome 6 Brands";
	margin-right: 10px;
	visibility: visible;
	font-size: 16px;
}

.youtube-nav-footer a:before {
	content: "\f167";
	font-family: "Font Awesome 6 Brands";
	margin-right: 10px;
	visibility: visible;
	font-size: 16px;
}

.menu-footer_menu-container ul li {
	margin-bottom: 22px;
}

.menu-footer_menu_social-container ul li {
	margin-bottom: 22px;
}

.menu-footer_menu-container ul li:last-child,.menu-footer_menu_social-container ul li:last-child {
	margin-bottom: 22px;
}

@media screen and (min-width:992px) {
	.menu-footer_menu-container ul li:last-child,.menu-footer_menu_social-container ul li:last-child {
		margin-bottom: 0;
	}
}

.menu-footer_menu_social-container ul li a,.menu-footer_menu-container ul li a {
	color: #929293;
	text-transform: uppercase;
	font-size: 12px;
	transition: all .5s;
}

@media screen and (min-width:420px) {
	.menu-footer_menu_social-container ul li a,.menu-footer_menu-container ul li a {
		font-size: 14px;
	}
}

.menu-footer_menu_social-container ul li a:hover,.menu-footer_menu-container ul li a:hover {
	color: #000;
}

footer img {
	height: 90px;
	width: 90px;
	transition: transform 2s ease;
	transform: rotate(0deg);
}

footer img:not(:hover) {
	animation: rotate-infinite .5s linear infinite;
}

@keyframes rotate-infinite {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

footer img:hover {
	animation: rotate-reverse 1s linear forwards;
}

@keyframes rotate-reverse {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.note-footer {
	font-weight: 600;
	animation: bounce 1.5s ease-in-out infinite;
	z-index: 2;
	display: block;
	margin-top: 20px;
	font-size: 8px!important;
}

@keyframes bounce {
	0%,100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}

p.footer_widget,.footer_widget p,.footer_widget p a {
	font-size: 10px;
	color: #929293;
}

footer>div.bootscore-footer.bg-body-tertiary.pt-4.pb-2>div>div>div:nth-child(4) {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-bottom: 0;
}

small.bootscore-copyright {
	font-size: 6px;
	letter-spacing: 1px;
	color: #000;
}

.special-text-footer {
	color: #000!important;
	text-transform: uppercase!important;
	font-size: 12px!important;
}

@media screen and (min-width:420px) {
	.special-text-footer {
		font-size: 14px!important;
	}
}

@media screen and (min-width:992px) {
	.special-text-footer {
		font-size: 16px!important;
	}
}

/* Cookie banner */
#cookiescript_injected_wrapper {
	cursor: auto;
}

#cookiescript_copyright {
	display: none;
}
#cookiescript_readmore,
#cookiescript_description {
	font-size: 8px!important;
	line-height: 1;
}

@media screen and (min-width:992px) {
	#cookiescript_readmore,
	#cookiescript_description {
		font-size: 10px!important;
	}
}

#cookiescript_description {
	font-weight: 200 !important;
}

#cookiescript_readmore {
	font-weight: 900 !important;
}

#cookiescript_injected {
	padding: 5px 25px 0!important;
}

#cookiescript_accept,#cookiescript_reject,#cookiescript_save {
	font-weight: 400!important;
	font-size: 8px!important;
	margin: 0 7px 5px!important;
}

svg#cookiescript_manageicon {
	width: 10px!important;
	height: 10px!important;
	top: 2px!important;
}

#cookiescript_manage {
	font-size: 8px!important;
}

#cookiescript_badgetext,.cookiescript_fsd_logo,.cookiescript_fsd_powered,.cookiescript_fsd_reportby {
	display: none!important;
}

#cookiescript_badgeimage,#cookiescript_badgesvg {
	width: 23px!important;
	height: 23px!important;
}

#cookiescript_badge {
	bottom: 5px!important;
	background: #000!important;
	border: solid 1px red;
}

#cs_layer_1 > path {
	display: none!important;
}

#cookiescript_close {
	color: red!important;
}

#cookiescript_rightpart {
	min-width: 20% !important
}
#cookiescript_close {
	padding-left: 2px;
}
@keyframes rotate-cookie {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(90deg); }
    50% { transform: rotate(180deg); }
    75% { transform: rotate(270deg); }
    100% { transform: rotate(360deg); }
}

svg#cookiescript_badgesvg {
    animation: rotate-cookie 5s linear infinite;
}

#cookiescript_buttons {
    margin-right: 0px !important;
}
@media screen and (min-width:992px) {
	#cookiescript_buttons {
    	margin-right: 30px !important;
	}
}
/* 404 e privacy page*/
.page-id-105 header,
.page-id-105 footer,
.page-id-102 header,
.page-id-102 footer,
.error404 header,.error404 footer {
	display: none;
}
.page-id-102 p a,
.page-id-105 p a {
	color: #ff0000;
}

/* scroll Top */
.top-button {
	right: 10px;
	bottom: 5px;
	background: #000;
	border: solid 1px red;
	border-radius: 50px;
}

.top-button i {
	color: red;
	line-height: 1;
	height: 18px;
	width: 13px;
	font-size: 12px;
	top: 4px;
	position: relative;
}