/**
* Theme Name:     Twenty Twenty-One Child
* Author:         the WordPress team
* Template:       twentytwentyone
* Text Domain:	   twenty-twenty-one-child
* Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
*/
header,footer{
	display: none !important;
}
.entry-content {
	margin: 0 !important;
}
main#main {
	padding: 0 !important;
}
img{
	max-width: 100% !important;
	width: auto !important;
}
ul.server-list {
	list-style: none;
	margin: 20px auto;
	padding: 0;
	max-width: 650px;
}
ul.server-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #333;
	margin: 10px 0;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
}
.server-list img{
	margin: 0 15px;
}
.ping {
	background: #fff;
	color: #000;
	padding: 6px 12px;
	border-radius: 3px;
	font-weight: bold;
	min-width: 50px;
	text-align: center;
}
.icon {
	margin: 0 12px;
	width: 18px;
	height: 18px;
}
.title {
	flex: 1;
	font-size: 14px;
}
.btn {
	background: #d88a1d;
	color: #fff;
	border: none;
	padding: 8px 15px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s;
}
.btn:hover {
    background: #5d00d3;
}
.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus {
    outline-offset: 0 !important;
    outline: none !important;
}
.elementor-element-aa6a8f4 img{
	width: 100% !important;
}
.click1show,
.click2show {
  display: none;
}
.active {
  display: block;
}
@media(max-width: 767px){
	.ping {
		padding: 3px 6px;
		font-size: 12px;
	}
	.btn {
		padding: 6px 10px;
		font-size: 12px;
	}
	.title {
		font-size: 12px;
	}
}