@import url('https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');

body {
	background: url(assets/images/leaves-bg.webp) left top repeat;
	font-family: "Platypi", serif;
	font-weight: 400;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Platypi' !important;
	font-weight: 600;
}

.footer__copyright {
	padding: 25px 0;
	background: #167752;
	color: #98a8a5;
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
}

.siteheader {
	position: relative;
	display: block;
	z-index: 1;
	background: #ADA106;
	background: linear-gradient(260deg, rgb(173, 161, 6) 0%, rgb(0, 113, 93) 100%, rgb(0, 113, 93) 100%);
}

.siteheader .container-fluid {
	display: flex;
	align-items: center;
}

.primary-navigation .primary-menu-container {
	margin-right: 0;
}

.site-logo {
	padding-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}


.scrolling .siteheader {
	position: fixed;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .05);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: headerSticky .95s ease forwards;
	animation: headerSticky .95s ease forwards;
	will-change: transform
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@-webkit-keyframes headerSticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes headerSticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

textarea,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #edeef2 !important;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
}

select {
	border: 1px solid #edeef2 !important;
}

.contact_form input[type=submit] {
	color: #fff !important;
	padding: 10px 40px;
	border-radius: 20px;
	font-size: 16px;
	border: none;
	background: #df142b !important;
	display: block;
	margin: 0 auto;
}

.contact_form input[type=submit]:hover {
	background: #ca0a20 !important;
}

.contact_form label {
	width: 100%;
}

.luckydraw-form {
	background: #b8ebcb;
	max-width: 450px;
	margin: 50px auto;
	border-radius: 6px;
	overflow: hidden;
}

.luckydraw-form h2 {
	background: #cb272c;
	text-align: center;
	color: #fff;
	padding: 30px;
	text-transform: uppercase;
	border-bottom: 3px dashed #fff;
	font-size: 50px;
}

.luckydraw-form .contact_form {
	padding: 30px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

.wht-bg {
	background: #fcfaf7;
	padding: 15px;
	color: #6f7775;
}

#example_length {
	float: left;
}

#example_filter {
	float: right;
}

#example_filter label,
#example_length label {
	font-size: 14px;
}

#example_filter label {
	display: flex;
	align-items: center;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
	border: 1px solid #eceaea !important;
}

#example_info {
	float: left;
}

#example_paginate {
	float: right;
}

#example_filter input {
	height: 30px;
}

#example_length select {
	word-wrap: normal;
	height: 30px;
	padding: 5px 20px 5px 10px;
	line-height: 15px;
}

table#example td {
	font-weight: 300;
}

.dataTables-bottom {
	overflow: hidden;
}

#example_paginate > * {
	padding: 0 5px;
	margin: 0 2px;
	color: #999898;
	text-decoration: none;
}

#example_paginate .paginate_button.current {
	color: #cb272c;
	text-decoration: none;
}

table#example th {
	background: #b8ebcb;
}

.sorting {
	position: relative;
}

.sorting:after {
	content: '';
	background: url(assets/images/sorting.webp);
	width: 11px;
	height: 18px;
	position: absolute;
	right: 3px;
	top: 10px;

}

.sorting.sorting_asc:after {
	content: '';
	background: url(assets/images/sorting1.webp);
	width: 11px;
	height: 18px;
	position: absolute;
	right: 3px;
	top: 10px;
}

.sorting.sorting_desc:after {
	content: '';
	background: url(assets/images/sorting2.webp);
	width: 11px;
	height: 18px;
	position: absolute;
	right: 3px;
	top: 10px;
}

.message-box {
	max-width: 500px;
	margin: 30px auto;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.message-txt {
	padding: 50px 30px 60px;
}

.message-box .failure,
.message-box .success {
	color: #000;
	font-size: 16px;
	text-align: center;
}

.message-box .success .icon {
	background: url(assets/images/winner-bg.webp) #008522;
	text-align: center;
	color: #fff;
	padding: 30px;
	text-transform: uppercase;
	border-bottom: 3px dashed #fff;
	font-size: 50px;
	position: relative;
	height: 120px;
	background-size: cover;
}

.message-box .failure .icon {
	background: url(assets/images/failure-bg.webp) #595959;
	text-align: center;
	color: #fff;
	padding: 30px;
	text-transform: uppercase;
	border-bottom: 3px dashed #fff;
	font-size: 50px;
	position: relative;
	height: 120px;
	background-size: cover;
}

.message-box .failure i,
.message-box .success i {
	width: 100px;
	margin: 0 auto 0;
	padding: 25px;
	background: #186c38;
	background: #fff;
	border-radius: 100px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.message-box .failure span,
.message-box .success span {
	color: #186c38;
	font-size: 40px;
	font-weight: 600;
	display: block;
}

.message-box .failure span {
	color: #cb272c;
}

.message-box .failure i {
	color: #fc870b;
}

.message-box .success i {
	color: #ffc600;
}
