/**
 * Theme Name: Poka Theme Child
 * Template:   pokatheme
 * ...other header fields
 */

.wysiwyg-part .su-list ul > li::before {
    content: none;
}

.wysiwyg-part ul > li.star-active::before {
    content: none;
}

picture.aligncenter {
    text-align: center;
}

picture.alignleft,
picture.alignright,
picture.aligncenter {
    margin-bottom: 12px;
}

body .su-table {
    overflow-x: auto;
}


.links-group-404 a:hover {
	color:#43bb4b;
}
.links-group-404 a {
	color: rgb(4, 12, 44);
	text-decoration: none;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.search-bar-404 {	
	width: 100%;	
	display: inline-block;	
	padding: 10px 0;
}
.search-bar-404 form {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.search-bar-404 #search {
	width: 100%;
	padding: 12px 15px;
	background: #fff;
	font-size: 16px;
	color: #0b0a0a;
	border: none;
	border-radius: 4px 0px 0px 4px;
	outline: none;
	height: auto;
	margin: 0;
	text-align: left;
	box-shadow: none;
}
.search-bar-404 button {
	width: 100%;
	color: #ffff;
	background:#43bb4b;
	border: none;
	max-width: 130px;
	border-radius: 0 4px 4px 0px;
	padding: 12px 15px;
	font-size: 15px;
	margin: 0;
	height: auto;
	box-shadow: none;
	cursor: pointer;
}
.links-group-404 li {
	padding-bottom: 3px;
}
.search-bar-404 strong {	
	font-size:16px;	
	color:rgb(4, 12, 44);	
	padding-bottom: 10px;	
	display: inline-block;	
	width: 100%;
} 
.links-group-404 ul {
	margin-top: 10px;
	padding-left: 20px;
}
.page-section-404 {
	width: 100%;
	display: inline-block;
	margin: 10px 0 30px;
}
.description-404 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
