/*
	Theme Name: FnB Tech
	Theme URI: https://fnbtech.com
	Description: Custom WP Theme for FnB Tech
	Version: 1.0.07.2022
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: Coffee
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 15px/1.6 'Poppins', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: #eee;
	color: #222;
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: #fff;
    color: #000;
    padding: 20px 20px 2px 20px;
    margin: 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid #40813e;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: #40813e;
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

strong {
	font-weight: 600;
}
h1, h2, h3 {font-weight: 600; color: #40813e; line-height: 1.4;}
h4, h5, h6 {font-weight: 600; color: #222; line-height: 1.4;}

.elementor-icon {display: inline-flex !important;}
.elementor-icon-list-items {list-style: none;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

/* header */
.header {
	width: 100%;
	margin: 0 auto;
    position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
    height: 120px;
}
.header .container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
  	flex-wrap: wrap;
  	height: 120px;
  	justify-content: space-between;
  	align-items: center;
  	position: relative;
}
.header .container .logo {
	display: flex;
    position: relative;
    top: 0;
    width: 70px;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
	display: block;
}

.header.scrolled {
	position: fixed;
	width: 100%;
	top: 0;
	height: 80px;
	z-index: 9999;
	background-color: #fff;
    border-bottom: 1px solid #E2E2E2;
    -webkit-animation: smoothshow .2s;
}
.header.scrolled .container {height: 80px;}
.header.scrolled .container .nav ul li {line-height: 80px;}
@-webkit-keyframes smoothshow {
    0%{top: -60px;}
    100%{top: 0px;}
}

.nav {
	display: flex;
/* 	align-items: center; */
	margin-left: auto;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	display: inline-block;
	margin: 0;
	line-height: 76px;
}
.nav ul li a {
	display: block;
    font-size: 18px;
    padding: 0 18px;
	font-weight: 500;
	color: #222;
}
.nav ul li a:hover {
	color: #74b744 !important;
}
.nav ul li a i {padding-left: 6px;}
.nav ul li.current_page_item a {
	color: #74b744 !important;
	font-weight: 600;
	font-size: 24px;
}
.nav ul li.current_page_item a:hover {
	color: #74b744;
}
.nav ul li.menu-item-has-children:hover a {
	color: #74b744;
}
.home .nav ul li a {color: #fff;}
.about-us .nav ul li a {color: #fff;}
.products .nav ul li a {color: #fff;}
.investor .nav ul li a {color: #fff;}
.business-fandb-tech .nav ul li a {color: #fff;}
.news .nav ul li a {color: #fff;}
/*.elementor-kit-25 .nav ul li a {color: #fff;}*/
.single-post .nav ul li a {color: #fff;}
.page-template-template-product-detail .nav ul li a {color: #fff;}
.page-template-template-product-list .nav ul li a {color: #fff;}
.faq .nav ul li a {color: #fff;}
.pricelist .nav ul li a {color: #fff;}
.draft-contract .nav ul li a {color: #fff;}
.apply-as-distributor .nav ul li a {color: #fff;}

.home .header.scrolled .container .nav ul li a {color: #222;}
.about-us .header.scrolled .container .nav ul li a {color: #222;}
.products .header.scrolled .container .nav ul li a {color: #222;}
.business-fandb-tech .header.scrolled .container .nav ul li a {color: #222;}
.news .header.scrolled .container .nav ul li a {color: #222;}
/*.elementor-kit-25 .header.scrolled .container .nav ul li a {color: #222;}*/
.single-post .header.scrolled .container .nav ul li a {color: #222;}
.page-template-template-product-detail .header.scrolled .container .nav ul li a {color: #222;}
.page-template-template-product-list .header.scrolled .container .nav ul li a {color: #222;}
.faq .header.scrolled .container .nav ul li a {color: #222;}
.pricelist .header.scrolled .container .nav ul li a {color: #222;}
.draft-contract .header.scrolled .container .nav ul li a {color: #222;}
.apply-as-distributor .header.scrolled .container .nav ul li a {color: #222;}

.header.white .container .nav ul li a {
    color: #fff;
}
.header.white.scrolled .container .nav ul li a {
    color: #222;
}

.g20 {
	margin-left: auto;
}
.g20 #media_image-2 {
	display: none;
}
.g20 #media_image-3 {
	display: block;
}
.g20 img {
	width: 70px;
}
.header.scrolled .container .g20 #media_image-2 {
	display: block;
	position: relative;
	top: 4px;
}
.header.scrolled .container .g20 #media_image-3 {
	display: none;
}
.home .header .container .g20 #media_image-2,
.contact .header .container .g20 #media_image-2 {
	display: block;
}
.home .header .container .g20 #media_image-3,
.contact .header .container .g20 #media_image-3 {
	display: none;
}
.language {
	display: flex;
	position: relative;
}
.language .widget_polylang {
	position: relative;
}
.language .widget_polylang ul {
	list-style: none;
	padding: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.language .widget_polylang ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.language .widget_polylang ul li:last-child {
	display: inline-block;
	margin: 0;
	border-right: 0;
	padding-right: 0;
}
.language .widget_polylang ul li a {
	line-height: 1.2;
    font-weight: 500;
	font-size: 14px;
    color: #1a1a1a;
    background-color: #eee;
    display: block;
    padding: 0 8px;
    line-height: 20px;
}
.language .widget_polylang ul li a:hover {
	font-weight: 500;
	color: #fff;
	background-color: #40813e;
}
.language .widget_polylang ul li a img {
	opacity: .5;
	filter: grayscale(100%);
}
.language .widget_polylang ul li.current-lang a {
	font-weight: 500;
	color: #fff;
	background-color: #40813e;
}
.language .widget_polylang ul li.current-lang a img {
	opacity: 1;
	filter: grayscale(0%);
}

ul.list-misi {
	margin: 20px 0 0 0;
	padding: 0;
}
ul.list-misi li {
	margin-bottom: 10px;
	margin-left: 19px;
}

.text-justify p {
	text-align: justify;
}

.elementor-counter {text-align: center;}
.elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 1;
    background-color: #ffffff54;
    border-radius: 59px;
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.cta .su-lightbox {
	display: inline-block;
	color: #40813e;
	background-color: #fff !important;
	border-radius: 70px;
	border: 2px solid #40813e;
	padding: 3px 30px !important;
	margin-left: 10px !important;
	cursor: pointer;
	font-size: 16px;
	transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.cta .su-lightbox:hover {
	color: #fff !important;
	background-color: #8568ff !important;
	border: 2px solid #8568ff !important;
	transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.home .su-lightbox {
	color: #fff;
	background-color: transparent !important;
	border-radius: 0;
	border: 0;
	padding: 0 !important;
	margin-left: 0 !important;
	cursor: pointer;
	font-size: inherit;
	margin: 0;
}
.home .su-lightbox-content {
	background-color: #fff !important;
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px !important;
}
.home .su-lightbox-content table {
	width: 100%;
	border-collapse: collapse;
}
.home .su-lightbox-content table tr:nth-child(even) {
	background-color: #f3f3f3;
}
.home .su-lightbox-content table thead tr td {
	background-color: #40813E;
	color: #fff;
	padding: 5px 10px;
}
.home .su-lightbox-content table tbody tr td {
	padding: 5px 10px;
	font-size: 13px;
}
.home .su-lightbox-content table tbody tr td:first-child {
	font-weight: 600;
}
.home .su-lightbox-content table tbody tr td:last-child {
	width: 30%;
}

.pricelist h2 {font-size: 19px;}
.pricelist table {
	width: 100%;
	border-collapse: collapse;
}
.pricelist table tr:nth-child(even) {
	background-color: #f3f3f3;
}
.pricelist table thead tr td {
	background-color: #40813E;
	color: #fff;
	padding: 5px 10px;
}
.pricelist table tbody tr td {
	padding: 5px 10px;
	font-size: 13px;
}
.pricelist table tbody tr td:first-child {
	font-weight: 600;
}
.pricelist table tbody tr td:last-child {
	width: 30%;
}

.premium-blog-content-wrapper {
	text-align: center !important;
	display: block !important;
}
.premium-blog-post-container .premium-blog-entry-title {
	display: block !important;
	width: 100% !important;
}
.premium-blog-post-content {
	background-color: #40813e;
	font-weight: 600;
	font-size: 18px !important;
	display: inline-block;
	width: auto;
	padding: 7px 30px;
	border-radius: 70px;
	color: #fff;
	margin: 10px 0 0 0;
	text-align: center !important;
}
.premium-blog-thumbnail-container {
	text-align: center;
}
.premium-blog-thumbnail-container img {
	width: 70%;
	margin: 0 auto !important;
}
.premium-blog-thumbnail-container img:hover {
	content: attr(caption);
	position: relative;
	top: 0;
	left: 0;
	white-space: nowrap;
	z-index: 999;
	background: #ccc;
	color: black;
	padding: 5px;
}

.home .premium-blog-content-wrapper {
	text-align: center !important;
	display: block !important;
}
.home .premium-blog-post-container .premium-blog-entry-title {
	display: block !important;
	width: 100% !important;
	height: 36px;
    line-height: 1.2;
}
.home .premium-blog-post-content {
	background-color: #40813e;
	font-weight: 600;
	font-size: 18px !important;
	display: inline-block;
	width: auto;
	padding: 7px 30px;
	border-radius: 70px;
	color: #fff;
	margin: 10px 0 0 0;
	text-align: center !important;
}
.home .premium-blog-thumbnail-container {
	text-align: center;
}
.home .premium-blog-thumbnail-container img {
	width: 70%;
	margin: 0 auto !important;
}

.news .su-posts-default-loop .su-post {
	margin-bottom: 0 !important;
	width: 50% !important;
	padding: 0 30px 0 0 !important;
	float: left;
	margin-bottom: 15px !important;
}
.news .su-posts-default-loop .su-post-thumbnail {
	width: 150px;
	height: auto;
	margin-right: 20px;
}
.news .su-posts-default-loop .su-post-thumbnail img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px !important;
}
.news .su-posts-default-loop h2.su-post-title {
	display: block;
/* 	white-space: nowrap;text-overflow: ellipsis;overflow: hidden; max-width: 250px; */
}
.news .su-posts-default-loop .su-post-excerpt {
	font-size: 14px;
	display: none;
}
.news .su-posts-default-loop .su-post-comments-link {
	display: none;
	visibility: hidden;
}
.news .su-posts-default-loop .su-post:first-child .su-post-thumbnail {
	width: 100% !important;
	margin-right: 0;
	margin-bottom: 15px;
}

.subscribe {
	background-color: #40813E;
	color: #fff;
	padding: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.su-tabs {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    overflow: visible;
    text-align: center;
}
.su-tabs .su-tabs-nav {
	margin: 0 auto !important;
	text-align: center;
	background-color: #fff;
	display: inline-block;
}
.su-tabs .su-tabs-nav span {
	cursor: pointer;
	outline: 0;
	margin: 0 !important;
	padding: 20px;
	text-align: center !important;
	border-bottom: 3px solid #fff;
	width: 12%;
	line-height: 1.2;
}
.su-tabs .su-tabs-nav span:hover {
	background-color: #f9f9f9;
	border-bottom: 3px solid #3e3ef4;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0, .1);
}
.su-tabs .su-tabs-nav span.su-tabs-current {
	cursor: pointer !important;
	outline: 0 !important;
	border-bottom: 3px solid #3e3ef4;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0, .1);
}
.su-tabs .su-tabs-nav span img {
	width: 30px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.su-tabs-pane {
	font-size: 16px !important;
}

.elementor-accordion-item .elementor-tab-title {
	margin-bottom: 10px !important;
}
.elementor-accordion-item .elementor-tab-title.elementor-active {
	margin-bottom: 10px !important;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%) !important;
}

.su-lightbox {
	background-color: #40813e;
    font-weight: 600;
    font-size: 18px !important;
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    border-radius: 70px;
    color: #fff;
    margin: 25px 0 30px 0;
    border: 0;
    text-align: center !important;
    cursor: pointer;
}
.su-lightbox i {
	margin-right: 10px;
}

.su-lightbox-content {
	text-align: left !important;
	background-color: #919374 !important;
}
.su-lightbox-content h3 {
	color: #fff !important;
	margin: 0;
	font-size: 14px;
	font-weight: 400 !important;
	border-bottom: 1px solid rgba(255,255,255, .3);
	padding-bottom: 10px; margin-bottom: 20px;
}
/*.bg-news {
    background: url(img/pattern-divider.png) repeat-x center bottom;
    background-size: 60px;
    background-color: #40813e;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
    padding: 50px;
    margin: 20px;
    border-top: 5px solid #40813E;
}*/

/*.triangle-white {
	position: absolute !important;
	width: 100%;
	top: 0;
	z-index: 1;
}
.triangle-white img {
	width: 100%;
	height: auto;
}*/

.bottom-pattern {
    background: url(img/pattern-divider.png) repeat-x center bottom;
    background-size: 88px;
    background-color: #fff;
}

.coffee-leaf-1 img {
	position: absolute !important;
	bottom: -100px;
	right: 0;
	z-index: 9;
	width: 20%;
	max-width: 200px !important;
}

.coffee-leaf-2 img {
	position: absolute !important;
	bottom: -100px;
	left: 0;
	z-index: 9;
	width: 30%;
	max-width: 370px !important;
}
.coffee-leaf-3 img {
	position: absolute !important;
	bottom: -30px;
	left: 0;
	z-index: 9;
	width: 30%;
	max-width: 370px !important;
}

.coffee-leaf-4 img {
	position: absolute !important;
	bottom: -100px;
	right: 0;
	z-index: 9;
	width: 20%;
	max-width: 200px !important;
}

.certifications .elementor-swiper-button.elementor-swiper-button-prev,
.certifications .elementor-swiper-button.elementor-swiper-button-next {
	color: #40813e;
    background-color: #fff;
    border-radius: 100%;
    font-size: 21px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    padding: 5px;
}

.product-search form.search {
	width: 100%;
	border: 4px solid #40813e;
	overflow: hidden;
}
.product-search form.search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	float: left;
	width: 65%;
	font-size: 18px;
	color: #222;
	background-color: #fff;
}
.product-search form.search button[type="submit"] {
	background-color: #fff;
	color: #40813e;
	outline: none;
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	width: 20%;
	padding: 0;
	float: right;
}
.product-search form.search button[type="submit"]:hover {
	background-color: #40813e;
	color: #fff;
}

.wa {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	color: rgba(0,0,0,.6);
	font-size: 14px;
	font-weight: 500;
}

.usp {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.usp .elementor-widget-wrap>.elementor-element {
	width: auto;
	margin-bottom: 0;
}
.usp .elementor-image-box-img {
	margin-right: 20px;
	width: 80px;
}
.usp .elementor-image-box-img img {
	width: 80px;
	position: relative;
	top: 5px;
}
.usp .elementor-image-box-title {
	margin: 0;
}
.usp .elementor-widget-image-box .elementor-image-box-description {
	line-height: 1.2;
}

.footer-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-weight: 500;
}
.footer-section ul li {
	position: relative;
	padding-bottom: 15px;
}
.footer-section ul li a {
	display: block;
	color: #fff;
	line-height: 1.8;
	font-size: 16px;
}
.footer-section ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-section ul li a i {
	width: 16px;
	margin-right: 7px;
}
.text-icon {
	color: #fff;
}
.text-icon a:hover {
	text-decoration: underline;
}
.text-icon i {
	margin-right: 20px;
}
.copyright {
	width: 100%;
	padding: 20px 10px;
	display: block;
	background-color: #40813e;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.pattern {
	width: 100%;
	height: 50px;
	background: url(img/pattern-divider.png) repeat 0 0;
	background-size: 88px;
	background-color: #40813e;
}

.breadcrumb {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-size: 12px;
	color: #999;
	padding: 0 0 20px 0;
	font-weight: 400;
}
.breadcrumb a {
	font-weight: 400;
	color: #40813e;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb i {
	margin: 0 10px;
	color: #aaa;
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F3F3F4 100%);
}
#main-wrapper .container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 70px 20px 40px 20px;
	position: relative;
	overflow: hidden;
	color: #222;
}
.category-menu {
	position: relative;
    margin-bottom: 40px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    line-height: 1;
    text-align: center;
}
.category-menu h3 {
	margin: 0;
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-bottom: 20px;
}
.category-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.category-menu ul li {
	display: inline-block;
	margin: 7px;
}
.category-menu ul li a {
	padding: 10px 20px;
    border-radius: 30px;
    display: block;
    background-color: #fff;
	border: 2px solid #fff;
    color: #222;
    font-weight: 500;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.category-menu ul li a:hover {
	background-color: #fff;
	color: #40813e;
	border: 2px solid #40813e;
}
.category-menu ul li.current_page_item a {
	background-color: #fff;
	border: 2px solid #40813e;
	color: #40813e;
}
#main-wrapper .container .content {
	width: 68%;
	float: right;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container .content h1 {
	margin: 0 0 20px 0;
	padding: 0;
}
#main-wrapper .container .content article {
	overflow: hidden;
	margin-bottom: 20px;
}
#main-wrapper .container .content article.listing {
	display: block;
}
/* #main-wrapper .container .content article.listing:first-child {
	display: block;
}
#main-wrapper .container .content article.listing:first-child .metadata {
	font-weight: 400;
    font-size: 13px;
    margin: 0;
    color: #999;
	margin-bottom: 20px;
} */

#main-wrapper .container .content article h2 {
	font-size: 20px;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	background-color: transparent;
	text-align: left;
	text-transform: none;
	margin: 0 0 15px 0;
}
#main-wrapper .container .content article h5 {
	color: #999;
	margin: 5px 0 0 0;
	font-weight: 400;
}
#main-wrapper .container .content article h2 a {
	color: #000;
}
#main-wrapper .container .content article h2 a:hover {
	text-decoration: underline;
}
#main-wrapper .container .content article img {
	margin: 0 30px 20px 0 !important;
	width: 200px;
	height: auto;
	float: left;
	border-radius: 10px;
}
#main-wrapper .container .content article p a.view-article {
	color: #E84C4C;
	font-size: 11px;
}
#main-wrapper .container .content article p {
	margin: 0 0 20px 0;
}
#main-wrapper .container .content h2.thenews {display: none;}
#main-wrapper .container .content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
}
#main-wrapper .container .content article.full h1 {
	font-size: 24px;
	line-height: 1.2;
	color: #40813e;
	font-weight: 700;
}
#main-wrapper .container .content article.full .metadata {
	position: relative;
	margin-bottom: 25px;
}
#main-wrapper .container .content article.full .metadata .author {
	float: left;
	margin-right: 15px;
}
#main-wrapper .container .content article.full .metadata .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#main-wrapper .container .content article.full .metadata span {
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	color: #999;
}
#main-wrapper .container .content article.full img {
	width: 100%;
	margin: 0 0 30px 0 !important;
	border-radius: 10px;
}
#main-wrapper .container .content article.full h2 {
	font-size: 24px;
	line-height: 1.4;
	color: #111;
}
#main-wrapper .container .content article.full h3 {
	font-size: 15px;
	line-height: 1.4;
	color: #111;
}
#main-wrapper .container .content article.full h5 {
	margin: -20px 0 20px 0 !important;
	line-height: 1.3;
	color: #111;
}
#main-wrapper .container .content article.full p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#main-wrapper .container .content article.full p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}

#main-wrapper .container .content article.full ul li {
	font-size: 15px;
	line-height: 1.8;
}

#main-wrapper .container .product-heading {
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 30px;
}
#main-wrapper .container .product-heading h2 {
	margin: 0;
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
}
#main-wrapper .container .product-heading h2 span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
#main-wrapper .container .product-heading form.search {
	border: 4px solid #40813e;
	overflow: hidden;
	width: 30%;
	margin-left: auto;
}
#main-wrapper .container .product-heading form.search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	float: left;
	width: 65%;
	font-size: 18px;
	color: #222;
	background-color: #fff;
}
#main-wrapper .container .product-heading form.search button[type="submit"] {
	background-color: #fff;
	color: #40813e;
	outline: none;
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	width: 20%;
	padding: 0;
	float: right;
}
#main-wrapper .container .product-heading form.search button[type="submit"]:hover {
	background-color: #40813e;
	color: #fff;
}

#main-wrapper .container .content.product-list {
	width: 100%;
	overflow: hidden;
	position: relative;
/* 	display: flex;
	flex-wrap: wrap; */
}
#main-wrapper .container .content.product-list .product-grid {
	position: relative;
	width: 25%;
	padding: 10px 10px 50px 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#main-wrapper .container .content.product-list .product-grid  span.text-content {
  background: rgba(0,0,0,0.8);
  color: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  opacity: 0;
  padding: 15px;
  font-size: 12px;
  line-height: 1.4;
  transition: .2s ease-in-out;
}

#main-wrapper .container .content.product-list .product-grid:hover span.text-content {
  opacity: 1;
  transition: .2s ease-in-out;
  transform: translateY(-20px);
}
#main-wrapper .container .content.product-list .product-grid img {
	width: 100%;
	max-width: 80%;
}
#main-wrapper .container .content.product-list .product-grid a h4 {
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0 5px 0;
	height: 36px;
}
#main-wrapper .container .content.product-list .product-grid a:hover h4 {
	color: #40813e;
}
#main-wrapper .container .content.product-list .product-grid h5 {
	background-color: #40813e;
    font-weight: 600;
    font-size: 15px !important;
    display: inline-block;
    width: auto;
    padding: 7px 15px;
    border-radius: 70px;
    color: #fff;
    margin: 10px 0 0 0;
    text-align: center !important;
}

#main-wrapper .container .content.product {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container .content.product .product-thumb {
	float: left;
	width: 25%;
}
#main-wrapper .container .content.product .product-thumb img {
	width: 100%;
}
#main-wrapper .container .content.product .product-content {
	float: right;
	width: 70%;
}
#main-wrapper .container .content.product .product-content h1 {
	font-size: 35px;
	line-height: 1.1;
}
#main-wrapper .container .content.product .product-content h2 {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
}
#main-wrapper .container .content.product .product-content h3 {
	margin: 25px 0 10px 0;
	text-align: left;
	font-size: 18px;
}
#main-wrapper .container .content.product .product-content .elementor-widget-wrap {
	padding: 0;
}
#main-wrapper .container .content.product .product-content .price p {
	background-color: #fff;
    font-weight: 600;
    font-size: 18px !important;
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    border-radius: 70px;
    color: #40813e;
    margin: 0 0 30px 0;
    border: 2px solid #40813e;
    text-align: center !important;
}
#main-wrapper .container .content.product .product-content p {
	font-size: 14px;
	line-height: 1.5;
}
#main-wrapper .container .content.search-list {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#main-wrapper .container .content.search-list article.listing {
	position: relative;
	width: 25%;
	padding: 10px 10px 0 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#main-wrapper .container .content.search-list article.listing span.text-content {
  background: rgba(0,0,0,0.8);
  color: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  opacity: 0;
  padding: 15px;
  font-size: 12px;
  line-height: 1.4;
  transition: .2s ease-in-out;
}

#main-wrapper .container .content.search-list article.listing:hover span.text-content {
  opacity: 1;
  transition: .2s ease-in-out;
  transform: translateY(-20px);
}
#main-wrapper .container .content.search-list article.listing img {
	width: 100%;
	max-width: 80%;
	margin: 0 !important;
	float: none;
}
#main-wrapper .container .content.search-list article.listing h2 {
	font-size: 18px;
	line-height: 1.4;
	margin: 10px 0 5px 0;
	float: none;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main-wrapper .container .content.search-list article.listing h2:hover {
	color: #40813e;
}
#main-wrapper .container .content.search-list article.listing p {
	display: none;
	background-color: #40813e;
    font-weight: 600;
    font-size: 18px !important;
    width: auto;
    padding: 7px 30px;
    border-radius: 70px;
    color: #fff;
    margin: 10px 0 0 0;
    text-align: center !important;
}
#main-wrapper .container .content.search-list article.listing .metadata {
	display: none;
	visibility: hidden;
}
#main-wrapper .container .content.search-list article.listing#post-6,
#main-wrapper .container .content.search-list article.listing#post-11,
#main-wrapper .container .content.search-list article.listing#post-9,
#main-wrapper .container .content.search-list article.listing#post-13,
#main-wrapper .container .content.search-list article.listing#post-15,
#main-wrapper .container .content.search-list article.listing#post-19,
#main-wrapper .container .content.search-list article.listing#post-22 {
	display: none;
	visibility: hidden;
}

.pagination {
	float: left;
	width: 100%;
	margin-top: 0;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.pagination .page-numbers {
	background-color: #fff;
	color: #222;
	padding: 5px 15px;
	margin: 0;
	display: inline-block;
	border-radius: 7px;
}
.pagination .page-numbers.current {
	background-color: #40813e;
	color: #fff;
}
.pagination .page-numbers:hover {
	background-color: #40813e;
	color: #fff;
}

/* sidebar */
#main-wrapper .container .sidebar {
	float: left;
	width: 28%;
}
#main-wrapper .container .sidebar form.search {
	width: 100%;
	margin-bottom: 30px;
}
#main-wrapper .container .sidebar form.search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	float: left;
	width: 65%;
	font-size: 11px;
	background-color: #fff;
}
#main-wrapper .container .sidebar form.search button[type="submit"] {
	background-color: #bdaea4;
	color: #fff;
	outline: none;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 35%;
	padding: 0;
}
#main-wrapper .container .sidebar form.search button[type="submit"]:hover {
	background-color: #483e38;
}
#main-wrapper .container .sidebar .sidebar-widget {
	position: relative;
}
#main-wrapper .container .sidebar .sidebar-widget h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 10px 20px;
    position: relative;
    background-color: #40813e;
    border-radius: 10px;
	display: none;
}
#main-wrapper .container .sidebar .sidebar-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-wrapper .container .sidebar .sidebar-widget ul li {
    position: relative;
    vertical-align: top;
    background-color: #bcbdc0;
}
#main-wrapper .container .sidebar .sidebar-widget ul li:nth-child(odd) {
	background-color: #939598;
}
#main-wrapper .container .sidebar .sidebar-widget ul li span {
	color: #111;
	font-size: 13px;
	padding: 0 20px 20px 20px;
	display: block;
}
#main-wrapper .container .sidebar .sidebar-widget ul li a {
	color: #111;
	display: block;
	font-weight: 600;
	font-size: 16px;
	padding: 18px 20px;
	line-height: 1.5;
}
#main-wrapper .container .sidebar .sidebar-widget ul li:hover a {
	text-decoration: underline;
}
#main-wrapper .container .sidebar .sidebar-widget ul li:nth-child(odd) a {
	color: #fff;
}
#main-wrapper .container .sidebar .sidebar-widget ul li:nth-child(odd) span {
	color: #fff;
}
#main-wrapper .container .sidebar .sidebar-widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
#main-wrapper .container .sidebar .sidebar-widget ul li a img {
	border-radius: 7px;
}
#main-wrapper .container .sidebar .sidebar-widget .widget_recent_entries,
#main-wrapper .container .sidebar .sidebar-widget .widget_nav_menu,
#main-wrapper .container .sidebar .sidebar-widget .widget_text,
#main-wrapper .container .sidebar .sidebar-widget .widget_media_image {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}

.addtoany_list {
	margin-top: 15px !important;
}
.addtoany_list a, .widget .addtoany_list a {
	padding: 0 0 0 6px !important;
}
.a2a_kit a span {
	border-radius: 100% !important;
	padding: 5px !important;
	width: 32px !important;
    line-height: 32px !important;
    height: 32px !important;
}

div.wpcf7 {position: relative;}
div.wpcf7 label {position: relative; font-size: 14px; font-weight: 500;}
span.wpcf7-list-item {margin: 0; padding: 2px 5px;}
div.wpcf7 .productname {color: #fff; font-size: 24px; pointer-events: none;}
div.wpcf7 .productname input {
	padding: 0 !important;
    border: 0 !important;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 1.6;
    margin-top: 0 !important;
    pointer-events: none;
    color: #fff !important;
}
div.wpcf7 .wpcf7-form {position: relative; overflow: hidden;}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	float: left;
	outline: 0;
	border: 0;
	padding: 6px 15px;
	margin: 0 0 15px 0;
	font-size: 16px;
	background-color: transparent;
	display: block;
	border-radius: 0;
	border: 2px solid #fff;
	color: #fff;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border: 2px solid #fff;
	background-color: rgba(255,255,255, .5);
}
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	height: 120px;
	border: 0;
	font-size: 16px;
	padding: 6px 15px;
	margin: 0 0 10px 0;
	border: 2px solid #fff;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
}
div.wpcf7 .wpcf7-form select:focus,
div.wpcf7 .wpcf7-form select:hover,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form textarea:hover {
	border: 2px solid #fff;
	background-color: rgba(255,255,255, .5);
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	outline: 0;
	border: 0;
	background-color: #40813e;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    width: auto;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: #6cc76c;
	outline: 0;
}
span.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
    overflow: hidden;
    font-size: 12px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}
div.wpcf7 .wpcf7-form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 5px 7px 0 0;
}
div.wpcf7 .wpcf7-form input[type="radio"] {
	width: auto;
	float: left;
	margin: 5px 8px 0 20px;
	color: #fff !important;
	font-size: 20px !important;
}
.wpcf7-list-item-label {
	color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 10px !important;
    line-height: 1 !important;
    width: 100% !important;
    float: left !important;
    background-color: #ffffffb0 !important;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {position: absolute; top: 45%; left: 45%;}
div.wpcf7 .wpcf7-form input::-webkit-input-placeholder,
div.wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
	color: #fff;
}
.form-full div.wpcf7 h4 {color: #fff; font-weight: 500; margin: -10px 0 10px 0; float: left;}
.form-full div.wpcf7 .wpcf7-form input {color: #fff;}
.su-lightbox-content div.wpcf7 .wpcf7-form input {color: #fff;}

#mailpoet_form_1 {
	border-radius: 0;
	padding: 0;
	background-color: #fff;
}
#mailpoet_form_1 form.mailpoet_form {
	padding: 0 !important;
}
#mailpoet_form_1 form.mailpoet_form input[type="email"] {
	margin: 0 !important;
	width: 60% !important;
	float: left !important;
	font-family: 'Poppins' !important;
	font-size: 16px !important;
	border-radius: 10px !important;
	background-color: #fff !important;
}
#mailpoet_form_1 form.mailpoet_form input[type="submit"] {
	margin: 0 !important;
	width: 35% !important;
	float: right !important;
	font-family: 'Poppins' !important;
	font-size: 16px !important;
	border-radius: 10px !important;
	background-color: #65b93f !important;
	letter-spacing: -1px !important;
	font-weight: 500 !important;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    top: 23% !important;
    width: 100% !important;
    line-height: 1 !important;
}

.header #megamenu {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 18px;
  right: 45px;
  display: none;
}
.header #megamenu i {
  font-size: 24px;
}
#nav-toggle { position: absolute; left: 50%; top: 50%; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background:#40813e;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 26px;
  background:#40813e;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 26px;
  background:#40813e;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -7px; 
}
#nav-toggle span:after {
  bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: #40813e;
}
.menu-dropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 80px;
  z-index: 999;
  overflow: hidden;
}
.menu-dropdown .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}
.menu-dropdown .container .navbar {
  position: relative;
  padding: 0;
  display: block;
  top: 0;
}
.menu-dropdown .container .navbar .nav {
  position: relative;
  padding: 0;
  display: block;
  width: 100% !important;
}
.menu-dropdown .container .navbar .nav ul {
  -webkit-font-smoothing:antialiased;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.menu-dropdown .container .navbar .nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.menu-dropdown .container .navbar .nav ul li a {
  display: block;
  font-size: 18px;
  padding: 14px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  color: #222;
}
.menu-dropdown .container .navbar .nav ul li a:hover {
  color: #222;
  border: 0;
}
.menu-dropdown .container .navbar .nav ul li.current_page_item a {
  color: #000;
}
.menu-dropdown .container .navbar .nav ul li ul.sub-menu {
  display: block;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.menu-dropdown .container .navbar .nav ul li:hover ul.sub-menu {
  display: block;
  left: 0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 20px;
}
.menu-dropdown .container .navbar .nav ul li ul.sub-menu li {
  display: block;
  margin: 0;
  float: none;
  padding-left: 0;
  border-bottom: 0;
  border-top: 0;
	width: 100%;
}
.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a {
  display: block;
  background-color: transparent;
  padding: 14px 20px !important;
  font-size: 14px;
  color: #222;
}
.menu-dropdown .container .navbar .nav ul li a i {
    float: right;
    position: relative;
    top: 8px;
    font-size: 20px;
}

.whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
}
.whatsapp a {
    color: #fff;
	width: 60px;
	height: 60px;
    padding: 0;
	text-align: center;
	line-height: 60px;
    background: #45b33e;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
    display: block;
}
.whatsapp a:hover {
    background-color: #45b33e;
    color: #fff;
    text-decoration: none;
}
.whatsapp a i {
    vertical-align: middle;
    font-size: 32px;
    position: relative;
    padding: 0;
    top: 0;
    color: #fff;
}

.threedots {display: none;}
.topsearch {display: block; margin-left: auto; width: 42px;}
#slickbox {
	position: absolute;
    right: 183px;
    top: 42px;
    display: none;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0, .2);
	border-radius: 50px;
}
#slickbox input[type="search"] {
	background-color: transparent;
	border: 0;
	outline: none;
	width: 68%;
	float: left;
	text-indent: 7px;
	padding: 0;
	font-size: 12px;
	height: 30px;
	margin: 0;
}
#slickbox button[type="submit"] {
	border: 0;
	outline: none;
	width: 30%;
	float: right;
	padding: 0;
	height: 30px;
	font-size: 12px;
	background-color: transparent;
	color: #40813e;
	margin: 0;
}
#slickbox-2 {
	position: absolute;
    right: 20px;
    top: 50px;
    display: none;
}
#slickbox-2 ul {
    list-style: none;
    background-color: #eee;
    text-align: center;
    padding: 0;
   display: inline-flex;
}
#slickbox-2 ul li.current-lang a {
    font-weight: 500;
    color: #fff;
    background-color: #40813e;
}
#slickbox-2 ul li a {
    padding: 5px 10px;
    display: block;
}
.header.scrolled #slickbox {
	top: 24px;
}

.product-feature {
	position: relative;
}

.product-feature .elementor-widget {
	position: unset;
	overflow: hidden;
}
.product-feature .elementor-swiper-button {
	top: 30%;
}

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
/* .ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
} */
.ribbon span {
  position: absolute;
  display: block;
  width: 176px;
  padding: 7px 0;
  background-color: #e95858;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-weight: 600;
	font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: 0;
  left: 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 20px;
  transform: rotate(-45deg);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1160px) {
	.header .container,
	.navbar .nav,
	#main-wrapper .container,
	.footer .container {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	.header {display: block; z-index: 99; height: 80px; top: 0; background-color: transparent;}
	.header .container {position: relative; background-color: transparent; height: 80px;}
	.header .container .logo {width: 60px; padding: 0;top: 0; left: 0;}
	.nav {display: none;}
	.header.scrolled {height:80px; box-shadow: 0 1px 3px rgba(0,0,0, .3); transition: none;}
	.header.scrolled .container {height:80px;}
	.header .container .language {margin-right: 0; margin-left: auto; display: none;}
	.g20 #media_image-2 {
		margin-left: 0;
		position: absolute;
		right: 65px;
		top: 16px;
		display: none;
	}
	.g20 #media_image-3 {
		margin-left: 0;
		position: absolute;
		right: 65px;
		top: 16px;
	}
	.g20 {
		position: relative;
		margin-right: 43px;
		top: 4px;
	}
	.header.scrolled .container .g20 #media_image-2 {
		position: absolute !important;
		top: 16px !important;
	}

	.header.scrolled .container .logo {top: 0;}
	
	.header #megamenu {display: block !important; top: 28px; z-index: 99; position: absolute;}
	.header.scrolled #megamenu {display: block !important; top: 28px; z-index: 99;}
	
	.home .header .container .logo {display: none;}
	.home .header.scrolled .container .logo {display: block;}
	
	.topsearch {
	    display: inline-block;
        position: absolute;
        right: 153px;
        width: 42px;
		top: 20px;
	}
	.threedots {
	    display: inline-block;
        position: absolute;
        right: 20px;
        width: 3px;
	}
	#slickbox {right: 175px; top: 25px;}
	.threedots a img {display: none;}
	.threedots a img.dotswhite {display: block;}
	
	header.scrolled .container .threedots a img {display: block;}
	header.scrolled .container .threedots a img.dotswhite {display: none;}
	
	body.home .threedots a img {display: block;}
	body.home .threedots a img.dotswhite {display: none;}
	body.contact .threedots a img {display: block;}
	body.contact .threedots a img.dotswhite {display: none;}
	
	#nav-toggle span {background: #fff;}
	#nav-toggle span:before {background: #fff;}
	#nav-toggle span:after {background: #fff;}
	#nav-toggle.active span:before, #nav-toggle.active span:after {background: #fff;}
	
	.header.scrolled #nav-toggle span {background: #40813e;}
	.header.scrolled #nav-toggle span:before {background: #40813e;}
	.header.scrolled #nav-toggle span:after {background: #40813e;}
	.header.scrolled #nav-toggle.active span:before, .header.scrolled #nav-toggle.active span:after {background: #40813e;}
	.header.scrolled #nav-toggle.active span {background: transparent !important;}
	
	body.home #nav-toggle span {background: #40813e;}
	body.home #nav-toggle span:before {background: #40813e;}
	body.home #nav-toggle span:after {background: #40813e;}
	body.home #nav-toggle.active span:before, body.home #nav-toggle.active span:after {background: #40813e;}
	body.home #nav-toggle.active span {background: transparent !important;}
	
	body.contact #nav-toggle span {background: #40813e;}
	body.contact #nav-toggle span:before {background: #40813e;}
	body.contact #nav-toggle span:after {background: #40813e;}
	body.contact #nav-toggle.active span:before, body.contact #nav-toggle.active span:after {background: #40813e;}
	body.contact #nav-toggle.active span {background: transparent !important;}
	
	.home-button {
	    position: relative;
	    text-align: center;
	    display: flex;
	}
	.home-button .elementor-column {
	    display: block;
	    width: auto !important;
	}
	
	.featured-product .premium-blog-post-outer-container {width: 23% !important; margin: 1%; padding: 5px !important; background-color: rgba(255,255,255, .9); border-radius: 7px;}
	.featured-product .premium-blog-post-outer-container .premium-blog-thumbnail-container {background-color: #fff; border-radius: 7px 7px 0 0;}
	.featured-product .premium-blog-post-outer-container .premium-blog-thumbnail-container img {width: 90%;}
	.featured-product .premium-blog-post-container .premium-blog-entry-title {font-size: 14px; line-height: 1.2; font-weight: 700 !important; padding-left: 10px; padding-right: 10px; margin-bottom: 5px;}
	.featured-product .premium-blog-post-container .premium-blog-entry-title a {color: #000 !important;}
	.featured-product .premium-blog-post-content {background-color: transparent !important; padding: 0 !important; color: #222 !important; font-weight: 600 !important; font-size: 16px !important; margin-top: 0; margin-bottom: 5px;}
	
	.home .headline-news .su-posts-default-loop .su-post {padding: 0 !important; width: 100% !important; margin-bottom: 0 !important; background-color: #fff; border-radius: 0 0 10px 10px;}
	.home .headline-news .su-posts-default-loop .su-post-thumbnail {width: 100%; height: auto !important;}
	.home .headline-news .su-posts-default-loop .su-post-thumbnail:after {content: ""; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); position: absolute; top: 0; left: 0; width: 100%; z-index: 2; height: 150px;}
	.home .headline-news .su-posts-default-loop .su-post-thumbnail img {width: 100% !important; max-width: 100% !important; height: auto !important; max-height: unset !important; border-radius: 0 0 10px 10px;}
	.home .headline-news .su-posts-default-loop h2.su-post-title {font-size: 21px; float: left;padding: 10px 20px 5px 20px;}
	.home .headline-news .su-posts-default-loop .su-post-excerpt {font-size: 16px; padding: 0 20px;}
	.home .headline-news .su-posts-default-loop .su-post-meta {padding: 0 20px; clear: both;}
	.home .headline-news .su-posts-default-loop .su-post-comments-link {display: none;}

	.bg-news {padding: 20px; background-size: 50px;}
	.news .su-posts-default-loop .su-post {padding: 0 !important; width: 100% !important; margin-bottom: 10px !important;}
	.news .su-posts-default-loop .su-post-thumbnail {width: 100px; margin-bottom: 5px !important;}
	.news .su-posts-default-loop h2.su-post-title {font-size: 16px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; max-width: 180px;}
	.news .su-posts-default-loop .su-post-excerpt {font-size: 12px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; max-width: 200px;}
	.news .su-posts-default-loop .su-post:first-child .su-post-thumbnail {width: 100px !important; margin-right: 20px;}
  	
  	.menu-dropdown {display: block; top:80px; overflow-x: hidden; overflow-y: auto; background-color: #fff; padding: 20px;}
  	.header.scrolled .menu-dropdown {display: block; top: 50px !important;}
  	.menu-dropdown .container .navbar .nav ul li.mega-menu ul.sub-menu {left: 0; padding: 0; transition: none;}
  	.menu-dropdown .container .navbar .nav ul li.mega-menu:hover ul.sub-menu {padding: 0; transition: none;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu {padding: 0; transition: none;}
  	.menu-dropdown .container .navbar .nav ul li:hover ul.sub-menu {padding: 0; transition: none;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a {font-size: 14px;}
  	.menu-dropdown .container .navbar .nav ul li.mega-menu ul.sub-menu li.big-image {display: none;}
  	.menu-dropdown .container .navbar .nav ul li.mega-menu:hover ul.sub-menu li.big-image {padding: 0; transition: none;}
  	.menu-dropdown .container .navbar .nav ul li.mega-menu ul.sub-menu li:first-child a {padding: 0 !important;}
	.text-justify p {
		font-size: 12px;
	}
	.text-justify-mobile p {
		font-size: 12px;
	}
	
	.elementor-counter-title {
		color: #fff !important;
    	font-weight: 500 !important;
		text-shadow: 1px 1px 1px #363636;
    	font-size: 13px !important;
    	line-height: 1.2 !important;
	}
	.kolom1 .elementor-counter-title,
	.kolom2 .elementor-counter-title {
		color: #000 !important;
		text-shadow: none;
	}
}
@media only screen and (max-width:768px) {
    
	.nav {display: none;}
	.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {padding-bottom: 135% !important;}

	.headline {text-align: center !important;}
	.headline .elementor-widget-wrap {display: block !important;}
	.headline .elementor-widget-wrap .elementor-widget-button {display: inline-block !important;}

  	.breadcrumb {overflow-y: hidden;overflow-x: scroll;white-space: nowrap; padding-left: 20px; padding-right: 20px;}

  	.elementor-counter .elementor-counter-number-wrapper {
	    font-size: 27px !important;
	    font-weight: 700 !important;
	    line-height: 1;
	    background-color: rgba(0,0,0, .4);
	    border-radius: 59px;
	    padding: 10px 20px !important;
	    margin-bottom: 15px;
	    display: inline-block !important;
	}
	
	.leaf-left-mobile {position: absolute; left: 0; top: 10px;}
	.leaf-right-mobile {position: absolute; right: 0; bottom: 0;}

	a.carousel-arrow.carousel-prev {left: 10px !important;}
	a.carousel-arrow.carousel-next {right: 10px !important;}
	
	#main-wrapper .container .product-heading form.search {border-width: 2px; width: 300px !important; margin: 0 auto;}
	#main-wrapper .container .product-heading form.search input[type="search"] {height: 34px; line-height: 34px; font-size: 14px;}
	#main-wrapper .container .product-heading form.search button[type="submit"] {height: 34px; line-height: 34px; font-size: 14px;}
	#main-wrapper .container .content.product-list .product-grid {width: 33% !important; padding: 0 10px 30px 10px;}
	#main-wrapper .container .content.product-list .product-grid h5 {padding: 5px 7px; font-size: 11px !important; line-height: 1 !important;}
	#main-wrapper .container .content.product-list .product-grid a h4 {font-size: 11px;line-height: 1 !important; height: 20px;}
	#main-wrapper .container .content.product-list .product-grid span.text-content {display: none !important;}
	#main-wrapper .container .content.product-list .product-grid img {max-width: 70%;}
	#main-wrapper .container .content.search-list article.listing {width: 33% !important; padding: 0 10px 15px 10px; margin-bottom: 10px;}
	#main-wrapper .container .content.search-list article.listing p {padding: 4px 5px; font-size: 11px !important; line-height: 1 !important; display: none;}
	#main-wrapper .container .content.search-list article.listing h2 {font-size: 11px;line-height: 1 !important;}
	#main-wrapper .container .content.search-list article.listing span.text-content {display: none !important;}
	#main-wrapper .container .content.search-list article.listing img {max-width: 100%;}
	
	.home .headline-news .premium-blog-content-wrapper {
		text-align: center !important;
		display: block !important;
	}
	.home .headline-news .premium-blog-post-container .premium-blog-entry-title {
		display: block !important;
		width: 100% !important;
	}
	.home .premium-blog-post-container .premium-blog-entry-title {height: 28px;}
	.home .headline-news .premium-blog-post-content {
		background-color: #40813e;
		font-weight: 600;
		font-size: 18px !important;
		display: inline-block;
		width: auto;
		padding: 7px 30px;
		border-radius: 70px;
		color: #fff;
		margin: 10px 0 0 0;
		text-align: center !important;
	}
	.home .headline-news .premium-blog-thumbnail-container {
		text-align: center;
	}
	.home .headline-news .premium-blog-thumbnail-container img {
		width: 100%;
		margin: 0 auto !important;
	}
	
	.featured-product .premium-blog-post-outer-container {width: 23% !important; margin: 1%; padding: 5px !important; background-color: rgba(255,255,255, .9); border-radius: 7px;}
	.featured-product .premium-blog-post-outer-container .premium-blog-thumbnail-container {background-color: #fff; border-radius: 7px 7px 0 0;}
	.featured-product .premium-blog-post-outer-container .premium-blog-thumbnail-container img {width: 90%;}
	.featured-product .premium-blog-post-container .premium-blog-entry-title {font-size: 14px; line-height: 1.2; font-weight: 700 !important; padding-left: 10px; padding-right: 10px; margin-bottom: 5px;}
	.featured-product .premium-blog-post-container .premium-blog-entry-title a {color: #000 !important;}
	.featured-product .premium-blog-post-content {background-color: transparent !important; padding: 0 !important; color: #222 !important; font-weight: 600 !important; font-size: 16px !important; margin-top: 0; margin-bottom: 5px;}
	
	.home .headline-news .su-posts-default-loop .su-post {padding: 0 !important; width: 100% !important; margin-bottom: 0 !important; background-color: #fff;}
	.home .headline-news .su-posts-default-loop .su-post-thumbnail {width: 100%; height: auto !important;}
	.home .headline-news .su-posts-default-loop .su-post-thumbnail img {width: 100% !important; max-width: 100% !important; height: auto !important; max-height: unset !important; border-radius: 0 0 10px 10px;}
	.home .headline-news .su-posts-default-loop h2.su-post-title {font-size: 16px; float: left;padding: 10px 20px 5px 20px;}
	.home .headline-news .su-posts-default-loop .su-post-excerpt {font-size: 13px; padding: 0 20px;}
	.home .headline-news .su-posts-default-loop .su-post-meta {padding: 0 20px;}
	.home .headline-news .su-posts-default-loop .su-post-comments-link {display: none;}

	.bg-news {padding: 20px; background-size: 50px;}
	.news .su-posts-default-loop .su-post {padding: 0 !important; width: 100% !important; margin-bottom: 10px !important;}
	.news .su-posts-default-loop .su-post-thumbnail {width: 100px; margin-bottom: 5px !important;}
	.news .su-posts-default-loop h2.su-post-title {font-size: 16px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; max-width: 180px;}
	.news .su-posts-default-loop .su-post-excerpt {font-size: 12px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; max-width: 200px;}
	.news .su-posts-default-loop .su-post:first-child .su-post-thumbnail {width: 100px !important; margin-right: 20px;}

	#mailpoet_form_1 form.mailpoet_form input[type="email"] {font-size: 13px !important;}
	#mailpoet_form_1 form.mailpoet_form input[type="submit"] {font-size: 13px !important; letter-spacing: -1px !important; font-weight: 500 !important;}
	
	.su-tabs .su-tabs-nav {display: block !important;}
	.su-tabs .su-tabs-nav span {width: 50% !important; float: left; padding: 10px !important; text-align: left !important;}
	.su-tabs .su-tabs-nav span img {float: left !important; margin-bottom: 0 !important; margin-right: 10px !important; width: 25px !important;}
	.su-tabs-pane {padding: 0 !important; width: 100% !important; float: left !important;}
	.su-tabs-pane .elementor-top-section {padding: 25px 0 !important;}
	.su-tabs-pane .elementor-column {width: 100% !important; padding: 0 0 10px 0 !important; }
	.su-tabs-pane .elementor-widget-wrap {padding: 0 !important;}
	.su-tabs-pane .elementor-widget-wrap h2.elementor-heading-title {font-size: 25px !important; margin-top: 10px !important;}
	.su-tabs-pane .elementor-widget-wrap p { margin-top: 0 !important; font-size: 14px !important;}

	.breadcrumb {padding: 0;}
	
	.category-menu ul li {margin: 5px;}
	.category-menu ul li a {padding: 5px 8px; font-size: 13px;}

	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 50px 30px 30px 30px;}
	#main-wrapper .featured-post .headline a.thumb {width: 100%; margin: 0;}
	#main-wrapper .featured-post .headline .desc {width: 100%; padding: 0 20px 20px 20px;}
	#main-wrapper .featured-post .headline .desc a h4 {font-size: 24px;}
	#main-wrapper .container .grid article {width: 100%; margin: 0 0 30px 0;}
	#main-wrapper .container .grid article a img {height: auto;}
	#main-wrapper .container .content h2.thenews {text-align: center; margin: 0 0 30px 0; display: block; font-size: 30px;}
	#main-wrapper .container .content h1 {font-size: 20px;line-height: 1.4;}
	#main-wrapper .container .content article.full h1 {font-size: 20px;line-height: 1.4;}
	#main-wrapper .container .content article.full h3 {font-size: 15px;}
	#main-wrapper .container .content article.full p {font-size: 14px; text-align: justify;}
	#main-wrapper .container .content {width: 100%; float: none;}
	#main-wrapper .container .content article img {width: 100%; margin: 0 0 20px 0 !important;}
	#main-wrapper .container .sidebar.contact {width: 100%; float: none;}
	#main-wrapper .container .sidebar {width: 100%; float: none; margin-top: 30px;}

	#main-wrapper .container .content.product {text-align: center;}
	#main-wrapper .container .content.product .product-thumb {width: 100%; text-align: center;}
	#main-wrapper .container .content.product .product-thumb img { padding: 0 50px; border-radius: 0;}
	#main-wrapper .container .content.product .product-content {width: 100%; float: left;}
	#main-wrapper .container .content.product .product-content h1 {font-size: 30px; margin: 10px 0 25px 0;}
	.su-lightbox-content {padding: 20px !important;}

	body.parent-pageid-15 .addtoany_list {
	    margin: 0 auto !important;
	    display: block !important;
	    text-align: center !important;
		padding-bottom: 25px !important;
	}

	#main-wrapper .container .product-heading h2 {width: 100%; font-size: 30px; margin-bottom: 20px; text-align: center;}
	#main-wrapper .container .product-heading form.search {width: 100%;}

	.footer {padding: 150px 10px 10px 10px !important; background-size: cover !important; margin-top: -25px !important;}
	.footer-section {position: relative;}
	.footer-section ul li {padding-bottom: 5px;}
	.footer-section ul li a {font-size: 11px !important; text-align: left;}
	.footer-section .col-1 {width: 80% !important; color: #fff !important; top: 20px;}
	.footer-section .col-1 h3 {font-size: 12px !important; color: #fff !important;}
	.footer .elementor-heading-title {color: #fff !important; font-size: 11px; margin: -17px 0 0 0 !important;}
	.footer ul li a {color: #fff !important; font-size: 11px;}
	.footer-section .col-2 {width: 20% !important; color: #fff !important; text-align: right;}
	.footer-section .col-3 {width: 100% !important; margin-top: 40px !important; color: #fff !important; text-align: center !important;}
	.footer-section .col-3 h3 {color: #fff !important; font-size: 12px !important; margin-bottom: 0 !important;}
	.footer .col-3 .elementor-heading-title {color: #fff !important;}
	.footer-section .socmed {margin-top: -20px !important;}
	.elementor-830 .elementor-element.elementor-element-de08e35 > .elementor-widget-container {padding-left: 31px !important;}
	.elementor-830 .elementor-element.elementor-element-95bb574 > .elementor-widget-container {padding-left: 31px !important;}
	div.wpcf7 p {padding: 0; margin: 0;}
	div.wpcf7 br {display: none;}
	div.wpcf7 .wpcf7-form input {width: 48% !important; margin: 1%; padding: 5px 10px; font-size: 10px; border: 1px solid #fff;}
	div.wpcf7 .wpcf7-form textarea {width: 98% !important; padding: 5px 10px; height: 70px !important; font-size: 10px; border: 1px solid #fff;}
	div.wpcf7 .wpcf7-form input[type="submit"] {font-size: 13px; margin: 0 auto !important; width: auto !important; float: none !important; padding: 10px 20px; line-height: 1;}
	
	.form-full {position: relative;}
	.form-full div.wpcf7 .wpcf7-form input {width: 98% !important; margin: 1%; padding: 8px 15px; font-size: 14px; border: 1px solid #fff; margin-bottom: 5px; color: #fff;}
	.form-full div.wpcf7 .wpcf7-form input[type="submit"] {border: 0; display: inline-block; padding: 12px 25px; width: auto !important;}
	.form-full div.wpcf7 h4 {color: #fff; font-weight: 500; margin: 10px 0 5px 0; float: left;}
	.form-full div.wpcf7 h5 {font-size: 12px !important; float: left; width: 100%;}
	
	.su-lightbox {position: relative; font-size: 15px !important; padding: 10px 25px;}
	.su-lightbox-content div.wpcf7 .wpcf7-form input {width: 98% !important; margin: 1%; padding: 8px 15px; font-size: 14px; border: 1px solid #fff; color: #fff;}
	.su-lightbox-content div.wpcf7 .wpcf7-form input[type="submit"] {border: 0; display: inline-block; padding: 12px 25px; width: auto !important;}
	.su-lightbox-content div.wpcf7 h5 {font-size: 13px; float: left; width: 100%;}
	
	.before-footer {position: relative; top: 0; z-index: 2;}
	.copyright {font-size: 11px; padding: 10px 0;}
	.pattern {height: 20px; background-size: 34px;}
	.bottom-pattern {
	    background: url(img/pattern-divider.png) repeat-x center bottom;
	    background-size: 60px;
	    background-color: #fff;
	}

	.coffee-leaf-1 img {
		position: absolute !important;
		bottom: -150px;
		right: 0;
		z-index: 9;
		width: 70px;
	}

	.coffee-leaf-2 img {
		position: absolute !important;
		bottom: -100px;
		left: 0;
		z-index: 9;
		width: 210px;
		display: none !important;
	}

	.coffee-leaf-3 img {
		position: absolute !important;
		bottom: -5px;
		left: 0;
		z-index: 9;
		width: 190px;
	}
	
	.coffee-leaf-4 img {
		position: absolute !important;
		top: -87px;
		right: 0;
		z-index: 9;
		width: 70px;
	}

	.text-justify p {
		font-size: 11px;
	}
	.text-justify-mobile p {
		font-size: 11px;
	}
	.ribbon {
		width: 80px;
		height: 80px;
	}
	.ribbon span {
		width: 159px;
    	padding: 5px 0;
		font-size: 10px;
	}
	.ribbon-top-left span {top: 12px;}
	.usp {text-align: left !important; padding: 0 !important;}
	.usp .elementor-column {width: 50%; margin: 0 !important; border-bottom: 1px solid #ddd; padding-top: 8px;}
	.usp .elementor-element-62698a1 {border-bottom: 0; border-right: 1px solid #ddd;}
	.usp .elementor-element-e6d4fd3 {border-bottom: 0;}
	.usp .elementor-element-792bc25 {border-bottom: 0;}
	.usp .elementor-element-4474d45 {border-bottom: 0;}
	.usp .elementor-element-9e058fa {border-bottom: 0;}
	.usp .elementor-element-59a038f {border-bottom: 0;}
	.usp .elementor-element-d52aef4 {border-right: 1px solid #ddd;}
	.usp .elementor-element-674d56c {border-right: 1px solid #ddd;}
	.usp .elementor-element-59a038f {border-right: 1px solid #ddd;}
	.usp .elementor-element-75a3f7e {border-right: 1px solid #ddd;}
	.usp .elementor-element-9ef438a {border-right: 1px solid #ddd;}
	.usp .elementor-element-4474d45 {border-right: 1px solid #ddd;}
	.usp .elementor-element-591f83a {border-right: 1px solid #ddd;}
	.usp .elementor-element-fc8965e {border-right: 1px solid #ddd;}
	.usp .elementor-widget-wrap {display: block !important; padding: 0 0 5px 0 !important;}
	.usp .elementor-widget-wrap>.elementor-element {position: relative; display: block !important; text-align: center;}
	.usp .elementor-widget-image-box .elementor-image-box-img {margin-right: 0!important;}
	.usp .elementor-image-box-img {margin-right: 0!important; float: none !important; width: 30px !important; top: 0; position: relative;}
 	.usp .elementor-image-box-img img {width: 100px; top: 0; width: 24px;}
	.usp .elementor-image-box-content {text-align: center; line-height: 1.1 !important;}
	.usp h3.elementor-image-box-title {font-size: 13px !important;}
	.usp .elementor-widget-image-box .elementor-image-box-description {font-size: 10px !important;}

}
@media only screen and (max-width:640px) {
	.gallery-item:nth-child(2n+1) {clear:left;}
	.gallery-item {width: 100% !important; margin: 0 !important;}
	.featured-product .premium-blog-post-outer-container {width: 44% !important; margin: 3%; padding: 5px !important; background-color: rgba(255,255,255, .9); border-radius: 7px;}
	.featured-product .premium-blog-post-outer-container .premium-blog-thumbnail-container {background-color: #fff; border-radius: 7px 7px 0 0;}
	.featured-product .premium-blog-post-outer-container .premium-blog-thumbnail-container img {width: 90%;}
	.featured-product .premium-blog-post-container .premium-blog-entry-title {font-size: 14px; line-height: 1.2; font-weight: 700 !important; padding-left: 10px; padding-right: 10px; margin-bottom: 5px;}
	.featured-product .premium-blog-post-container .premium-blog-entry-title a {color: #000 !important;}
	.featured-product .premium-blog-post-content {background-color: transparent !important; padding: 0 !important; color: #222 !important; font-weight: 600 !important; font-size: 16px !important; margin-top: 0; margin-bottom: 5px;}
}
@media only screen and (max-width:480px) {
	#main-wrapper .container .content.product-list .product-grid img {max-width: 90%;}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0,0,0, .6);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0,0,0, .6);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0,0,0, .6);
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:transparent;
	border:0;
	max-width:100%;
	padding:0;
	font-size: 11px;
	font-style: italic;
	text-align:center;
}
.wp-block-image figcaption {
	position: relative;
	top: -10px;
	line-height: 1.3;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
	margin-bottom: 5px !important;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0;
}
p.wp-caption-text {
	font-size: 11px !important;
	font-style: italic;
	padding-bottom: 0 !important;
	margin-bottom: 0;
	position: relative;
	top: -10px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #40813e;
}
