/*2020*/
aside#search-2 {
    margin-bottom: 12px !important;
}
.booklink {position: relative;}
.booklink img {
	width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.booklink:hover {opacity: 0.8;}
#nav_menu-2 li {
    background: #5DAE21;
    margin-bottom: 6px;
		padding: 0;
}
#nav_menu-2 li a {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 10px;
    width: 100%;
    display: inline-block;
}
#nav_menu-2 li:hover {
    background: #4f9a17;
}
.happeningbox {
    display: block;
    position: relative;
		margin-bottom: 30px;
}
.happeningbox span {
    position: absolute;
    background: #5DAE21;
    left: 50%;
    bottom: -15px;
    font-size: 15px;
    color: #FFF;
    padding: 8px 12px;
    width: 100%;
    max-width: 180px;
    text-align: center;
    transform: translate(-50%,0);
    line-height: 26px;
    font-weight: 600;
}
.happeningbox img {
    width: 100%;
    height: auto;
	image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.happeningbox:hover span {
    background: #4f9a17;
}
.happeningbox:hover img {
	opacity: 0.9;
}
aside#custom_html-3 h2 {
    color: #ff0074;
    font-weight: 600;
}
.mailListHead {z-index: 2;}
@media screen and (max-width: 600px) {
	.mailListHead {display: none;}
}

/*2021*/
.site-description {display: none;}
.has-site-logo.has-site-branding .site-branding {margin: 0;}
.site-logo img {
    width: 100%;
    max-width: 244px;
}
.site-title {font-size: 6.2rem;}
.site-header {padding: 42px 0;}
.main-navigation {background: #f9f9f9;border-bottom: 1px solid #eee;}
div#site-sidebar {
    background: #f9f9f9;
    padding: 26px 22px;
    width: 28%;
    border: 1px solid #eee;
}
div#primary {width: 72%;}
footer {
    background: #f9f9f9;
    border-top: 1px solid #eee;
}
/*BTN*/
.nf-field-element input[type=button], .textwidget .button, #nav_menu-2 li a, .more-link, .more-link:visited, .respectively, .woocommerce button, .woocommerce button.button.alt, a.checkout-button {
    background: #5DAE21 !important;
    color: #FFF;
    font-weight: 600;
    border-radius: 6px;
    border: 0;
    padding: 12px 16px !important;
    font-size: 16px !important;
    letter-spacing: 0.8px;
		line-height: 17px !important;
}
.nf-field-element input[type=button]:hover, .textwidget .button:hover, #nav_menu-2 li a:hover, .more-link:hover, .respectively:hover, .happeningbox:hover span, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover  {
	color: #fff !important;
	background: #ff0074 !important;
	padding: 12px 16px !important;
}
#nav_menu-2 li {border-radius: 6px;}
.more-link-wrapper {
    margin-top: 22px;
}
.post .entry-header {
    margin-bottom: 20px !important;
}
figure.post-thumbnail img {
    padding: 6px;
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-top: 2px;
}
.entry-title, .page-title {
    font-size: 4.8rem;
    font-weight: 600;
}
.post .entry-title {
	font-size: 3.8rem;
	font-weight: normal;
}
.single-post .entry-title {
    font-size: 4.8rem;
    font-weight: 600;
}
a.cart.aon {
    position: fixed;
    bottom: 0;
    left: 50%;
    background: #5dae21;
    z-index: 999;
    padding: 12px 22px;
    color: #FFF;
    width: auto;
    text-align: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
    font-weight: 600;
}
a.cart.aon:hover {
	background: #ff0074;
}
.woocommerce-cart .aon, .woocommerce-checkout .aon, .shopping-cart-empty .aon {
    display: none;
}
@media (min-width: 1200px) {
	.archive #primary {width: 72%;}
}