/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.img-center{
	margin: 5px auto 5px;
}
.wp-block-button__link{
	border: 2px solid #fff !important;
	background-color: inherit !important;
    padding: .667em 1.333em;
}

.wp-block-button__link:hover{
	border: 2px solid #fa2859 !important;
	color: #fa2859 !important;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
    text-align: center;
}
h1.entry-title.mb{
	text-align: center;
}
.page-title{
	display: none;
}
.has-inline-color{
	background-color: rgba(0, 0, 0, 0) !important;
	color: #ff0000 !important;
}
.wp-block-buttons{
	justify-content: center;
}
/*************** ADD CUSTOM CSS HERE.   ***************/

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s 
linear infinite;
    display: inline-block;
    font-size: 30px;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/*  */
.header-button-1 .header-button::before {
	animation-name: yellow-shadow;
	animation-duration: 2s;
	box-shadow: 0 0 17px 3px #16c60c, 0 0 4px 2px #16c60c;
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #16c60c, 0 0 4px 2px #16c60c;
    box-shadow: 0 0 17px 3px #16c60c, 0 0 4px 2px #16c60c;
    z-index: -1;
    -webkit-animation-name: yellow-shadow;
    animation-name: yellow-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
@keyframes yellow-shadow {
	0% {
    top: 0;
    left: 0;
}
25% {
    top: 50%;
    left: 0;
}
50% {
    top: 50%;
    left: 50%;
}
75% {
    top: 0;
    left: 50%;
}
100% {
    top: 0;
    left: 0;
}
}
.header-button-1 .header-button::after {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    box-shadow: 0 0 20px 5px #0ff, 0 0 4px 2px #0ff;
    z-index: -1;
    -webkit-animation-name: cyan-shadow;
    animation-name: cyan-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
@keyframes cyan-shadow {
	0% {
    right: 0;
    bottom: 0;
}
25% {
    right: 0;
    bottom: 50%;
}
50% {
    right: 50%;
    bottom: 50%;
}
75% {
    right: 50%;
    bottom: 0;
}
100% {
    right: 0;
    bottom: 0;
}
}



/*==================================================
>>>       FOOTER     
==================================================*/


.ux-menu.vertical{
	flex-direction: row !important;
	justify-content: center !important;
	text-align: center;
	align-items: center;
	gap: 20px;
}
#footer a {
    color: lightgreen;
}
#footer a:hover {
	color: green;
}
a:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.ux-menu.vertical{
		flex-direction: column !important;
	}

	.header .flex-row > .flex-col:nth-child(2){
		display: none;
	}
}

/*==================================================
>>>       HOMEPAGE     
==================================================*/
#list-domain {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	background: #000;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.domain-item {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	margin: 8px 0;
	padding: 8px;
	border: 2px solid #ff4500;
	background: #1a1a1a;
	border-radius: 30px;
	transition: border-color 0.3s ease, background 0.3s ease;
	cursor: pointer;
	text-decoration: none; /* Remove underline */
}

.domain-item:hover {
	border-color: #ffd700;
	background: #2a2a2a;
}

.domain-link {
	padding: 6px 16px;
	border-radius: 20px;
	background: #ff4500;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-left: auto;
	transition: background 0.3s ease, color 0.3s ease;
}

.domain-item:hover .domain-link {
	background: #fff;
	color: #ff4500;
	text-decoration: none;
}

.domain-idx {
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff4500, #ffd700);
}

.domain-idx span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 80%;
	margin: auto;
	border-radius: 50%;
	background: #1a1a1a;
	font-size: 1.1rem;
	color: #fff;
}

.domain-info {
	width: 30%;
	margin-left: 16px;
	color: #fff;
}

.domain-info span {
	font-size: 13px;
	line-height: 1.4rem;
}

@media (max-width: 768px) {
	#list-domain {
		max-width: 100%;
		padding: 5px;
	}

	.>.domain-info {
		width: 50%;
	}
}