/*
	Theme Name: Mulia Indah Taman
	Theme URI: https:/muliaindahtaman.com
	Description: Custom WP Theme for Mulia Indah Taman
	Version: 1.0.11.2023
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: Tukang Taman

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* 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.8 'Inter', 'Arial', sans-serif;*/
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
    background-color: #fff;
    color: #333;
    width: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #009444;
	text-decoration:none;
	transition: .2s ease-in-out;
}
a:hover {
	color: #2A2B39;
	transition: .2s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
blockquote {
	background-color: #f1f7f0;
	border-left: 3px solid #009444;
    padding: 5px 20px;
    margin: 25px 0;
    font-style: italic;
}
blockquote p {
	font-size: 16px !important;
}
h1, h2, h3 {
	color: #2A2B39;
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
}
h4, h5, h6 {
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100px;
    transition: top 0.5s ease-in-out;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0, .07);
}
.header .container {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    height: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/* logo */
.header .container .logo {
    width: 250px;
}
.header .container .logo img {
	width: 100%;
	height: auto;
}
.header .container .logo h1 {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	margin-left: 25px;
}

.hide-nav {
  top: -170px;
}

/* nav */
.nav {
    position: relative;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav ul li {
	float: left;
	margin: 0;
	position: relative;
}
.nav ul li a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 6px 20px;
	color: #2A2B39;
	border-radius: 4px;
	font-family: 'Inter', sans-serif;
	border: 2px solid transparent;
}
.nav ul li a:hover {
	color: #fff;
	border-radius: 4px;
	background-color: #009444;
	border: 2px solid #009444;
}
.nav ul li.current_page_item a {
	color: #009444;
	background-color: #fff;
	border: 2px solid #009444;
}
.nav ul li.current_page_item a:hover {
	color: #fff;
	background-color: #009444;
	border: 2px solid #009444;
}
.nav ul li.current-menu-item a {
	color: #009444;
	background-color: #fff;
	border: 2px solid #009444;
}
.nav ul li.current-menu-item a:hover {
	color: #fff;
	background-color: #009444;
	border: 2px solid #009444;
}

.header .container .contact {
	position: relative;
}
.header .container .contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header .container .contact ul li {
	margin: 0;
	position: relative;
	margin-left: 5px;
}
.header .container .contact ul li a {
	display: block;
	font-size: 17px;
	font-weight: 600;
	padding: 8px 20px;
	color: #fff;
	border-radius: 4px;
	background-color: #009444;
}
.header .container .contact ul li a:hover {
	color: #fff;
	background-color: #009444;
}
.header .container .contact ul li a i {
	margin-right: 6px;
}

.addtoany_list a {line-height: 0; font-size: 36px !important;}
.addtoany_list a img {width: 32px !important;}
.addtoany_list a span {border-radius: 50px !important; padding: 5px !important;}

.benefit {
	position: relative;
}
.benefit .elementor-widget-icon-box .elementor-icon-box-content {margin-left: 15px;}
.benefit .elementor-widget-icon-box .elementor-icon-box-content h3 {margin-top: 0; font-size: 21px;}

/* ============================================ main banner ================================================== */
.main-banner {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	top: 0;
	position: relative;
	margin-top: 88px;
	overflow: hidden;
	border-bottom: 2px solid #009444;
}
.main-banner .container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	line-height: 0;
	z-index: 2;
	padding: 0;
	text-align: left;
}
.main-banner.category {
	border-radius: 0;
}
.main-banner.category .container {
	padding: 100px 0 30px 0;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.main-banner.category .container h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	color: #009444;
}
.main-banner.category .container span {
	font-size: 18px;
	margin: 0;
	line-height: 1.2;
	font-weight: 700;
}
.main-banner.category .container span strong {
	font-weight: 700;
}

ul.display-posts-listing {
	position: relative;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.display-posts-listing li {
	font-size: 14px;
	margin: 0 0 30px 0;
	width: 50%;
    border-radius: 10px;
    padding-right: 20px;
    position: relative;
    text-align: left;
    list-style: none;
    float: left;
}
ul.display-posts-listing li a.image {
	/*-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;*/
    width: 250px;
    float: left;
    margin-right: 20px;
    border-radius: 7px;
}
ul.display-posts-listing li a.image img {
	width: 100%;
	height: auto;
    -o-object-fit: cover;
    object-fit: cover;
	margin: 0 !important;
	transform: scale(1);
    transition: transform .5s;
    border-radius: 7px;
}
/*ul.display-posts-listing li a.image:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}*/
ul.display-posts-listing li a.title {
	font-size: 21px;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 1.2;
    display: block;
    color: #2A2B39;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
ul.display-posts-listing li a.title:hover {
	color: #009444;
}
ul.display-posts-listing li span.date {
	font-size: 12px;
    color: #888;
}
ul.display-posts-listing li .category-display {
	display: block;
	width: 100%;
	margin-top: 5px;
}
ul.display-posts-listing li .category-display a {
	color: #009444;
	font-size: 13px !important;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}
ul.display-posts-listing li .inner span.thecategory {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 0;
	z-index: 1;
}
ul.display-posts-listing li .inner span.thecategory a {
	color: #fff;
}
ul.display-posts-listing li .inner span.thecategory ul.post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display-posts-listing li .inner span.thecategory ul.post-categories li {
	position: relative;
	display: inline-block;
	margin: 5px;
}
ul.display-posts-listing li .inner span.thecategory ul.post-categories li a {
	display: inherit;
	background-color: #009444;
	padding: 5px;
	color: #fff;
	font-size: 12px !important;
	line-height: 1;
	border-radius: 3px;

}
ul.display-posts-listing li .inner span.thecategory ul.post-categories li a:hover {
	color: #fff;
}
ul.display-posts-listing li .inner span.date {
	font-size: 12px;
	color: #888;
}

/* ============================================ main wrapper ================================================== */
.main-wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.main-wrapper.color {
	background-color: #ecf0f3;
}
.main-wrapper .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.main-wrapper .container h3 {
	margin: 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.main-wrapper .container h4 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.main-wrapper .container.home {
	text-align: center;
}
.main-wrapper .container.home .lihat-semua {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.main-wrapper .container.home .lihat-semua a {
	display: inline-block;
	padding: 7px 25px;
	font-size: 16px;
	color: #fff;
	background-color: #009444;
	overflow: hidden;
	border-radius: 5px;
}
.main-wrapper .container.home .lihat-semua a::after {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: -50px;
  left: -75px;
  width: 50px;
  height: 155px;
  background: #ffffff;
  opacity: .5;
  content: '';
  transition: all 550ms cubic-bezier(.19, 1, .22, 1);
  transform: rotate(35deg);
}
.main-wrapper .container.home .lihat-semua a:hover::after {
  left: 120%;
  transition: all 550ms cubic-bezier(.19, 1, .22, 1);
}
.main-wrapper .container.grid {
	width: 100%;
	position: relative;
	text-align: center;
}
.main-wrapper .container.grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.main-wrapper .container.grid article {
	font-size: 14px;
	margin: 0 0 30px 0;
	width: 31.33333%;
    border-radius: 10px;
    position: relative;
}
.main-wrapper .container.grid article .thumb {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.main-wrapper .container.grid article .thumb a img {
	width: auto;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	margin: 0;
	transform: scale(1);
    transition: transform .5s;
}
.main-wrapper .container.grid article .thumb a:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}
.main-wrapper .container.grid article h2 {
	font-size: 18px;
    padding: 0;
    margin: 20px 0 10px 0;
    line-height: 1.2;
    display: block;
}
.main-wrapper .container.grid article h2 a {
	color: #2A2B39;
}
.main-wrapper .container.grid article h2 a:hover {
	color: #009444;
}
.main-wrapper .container.grid article span.date {
	font-size: 12px;
	color: #888;
}

span.thecategory {
	position: absolute;
	display: inline-block;
	top: 5px;
	right: 10px;
	z-index: 1;
}
span.thecategory a {
	color: #fff;
}
span.thecategory ul.post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
span.thecategory ul.post-categories li {
	position: relative;
	display: inline-block;
	margin: 5px;
}
span.thecategory ul.post-categories li a {
	display: inherit;
	background-color: #009444;
	padding: 5px;
	color: #fff;
	font-size: 12px !important;
	line-height: 1;
	border-radius: 3px;
	text-transform: uppercase;

}
span.thecategory ul.post-categories li a:hover {
	color: #fff;
}

/*--------- post detail -----------*/
.main-wrapper .container.detail {
	width: 100%;
	margin: 0 auto;
	max-width: 780px;
	padding-top: 90px;
}
.main-wrapper .container .heading {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main-wrapper .container .heading {
	width: 100%;
	height: auto;
}
.main-wrapper .container .heading .thecategory {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	right: 0;
}
.main-wrapper .container .heading .thecategory ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-wrapper .container .heading .thecategory ul li {
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}
.main-wrapper .container .heading .thecategory ul li a {
	text-transform: uppercase;
	border-bottom: 2px solid #ddd !important;
	background-color: transparent;
	padding: 0 0 4px 0;
	color: #999 !important;
	font-size: 12px;
	display: inline-block;
	border-radius: 0;
}
.main-wrapper .container .heading .thecategory ul li a:hover {
	color: #009444 !important;
	border-bottom: 2px solid #009444 !important;
}
.main-wrapper .container .heading h1 {
	margin: 28px 0;
	font-size: 35px;
	line-height: 1.3;
}
.main-wrapper .container .heading .thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.main-wrapper .container .heading .thumb img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.main-wrapper .container .heading .col {
	width: 100%;
	padding: 10px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main-wrapper .container .heading .col .metadata {
	position: relative;
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.main-wrapper .container .heading .col .metadata span {
	font-size: 15px;
	margin-right: 15px;
}
.main-wrapper .container .heading .col .metadata span a {
	position: relative;
}
.main-wrapper .container .heading .col .metadata span a:hover {
	color: #2A2B39;
}
.main-wrapper .container .heading .col .metadata span i {
	font-size: 5px;
	color: #c8cfd3;
	position: relative;
	top: -2px;
}
.main-wrapper .container .heading .col .metadata span.author {
	width: 44px;
	height: 44px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	border-radius: 100%;
}
.main-wrapper .container .heading .col .metadata span.author img {
	width: 100%;
	height: auto;
}
.main-wrapper .container .heading .col .share-socmed {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-wrapper .container .heading .col .share-socmed h4 {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 15px;
}
.main-wrapper .container article.full {
	width: 100%;
	line-height: 1.7;
	padding: 0;
	box-shadow: none;
}
.main-wrapper .container article.full a img {
	width: 100%;
	height: auto;
	margin: 0;
}
.main-wrapper .container article.full h2 {
	font-size: 27px;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: left;
}
.main-wrapper .container article.full h3 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: left;
}
.main-wrapper .container article.full h4 {
	text-align: left;
}
.main-wrapper .container article.full h2 span {
	font-weight: 700 !important;
}
.main-wrapper .container article.full p {
	margin: 25px 0;
	line-height: 1.8;
	font-size: 17px;
}
.main-wrapper .container article.full p a {
	color: #009444;
	font-weight: 500;
}
.main-wrapper .container article.full p a:hover {
	border-bottom: 1px solid #2A2B39;
	color: #2A2B39;
}
.main-wrapper .container article.full {
	position: relative;
}
.main-wrapper .container article.full img {
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 10px;
}
.main-wrapper .container article.full p.cat-tag {
	font-size: 16px;
}
.main-wrapper .container article.full p.cat-tag a {
	border-bottom: 0;
	color: #2A2B39;
	background-color: #ecf0f3;
	padding: 10px 15px;
	line-height: 1;
	font-size: 14px;
	display: inline-block;
	border-radius: 20px;
}
.main-wrapper .container article.full p.cat-tag a:hover {
	background-color: #009444;
	color: #fff;
}
.main-wrapper .container article.full .share-socmed {
	position: relative;
	margin: 25px 0 0 0;
	background-color: #fff !important;
	padding: 0;
}

.main-wrapper .container article.full ul {
	margin: 25px 0;
	list-style: disc;
}
.main-wrapper .container article.full ul li {
	position: relative;
	font-size: 17px;
}
.main-wrapper .container article.full ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#reading-progress {
    position: fixed;
    width: 100%;
    height: 5px;
    z-index: 9999;
    top: 0;
    left: 0;
}

#reading-progress-fill {
    height: 5px;
    width: 0;
    -webkit-transition: width 100ms ease;
    -o-transition: width 100ms ease;
    transition: width 100ms ease;
    background-color: #009444;
}

/* ============================================= pagination ========================================== */
.pagination {
	position: relative;
	padding: 20px 0;
	float: left;
	width: 100%;
	text-align: center;
}
.pagination span.page-numbers.current {
	background-color: #009444;
	padding: 7px 12px;
	display: inline-block;
	line-height: 1;
	color: #fff;
	border-radius: 5px;
}
.pagination a {
	color: #2A2B39;
	padding: 7px 12px;
	border-radius: 5px;
}
.pagination a:hover {
	color: #2A2B39;
	background-color: #ecf0f3;
	border-radius: 5px;
}

#related {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#related .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative;
	overflow: hidden;
}
#related .container h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 30px;
}
#related .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#related .container ul li {
	width: 31%;
	position: relative;
	margin-bottom: 25px;
}
#related .container ul li .the-thumb {
	overflow: hidden;
	margin: 0;
	line-height: 0;
	border-radius: 10px;
	position: relative;
}
#related .container ul li .the-thumb a img {
	width: 100%;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	margin: 0;
	transform: scale(1);
    transition: transform .5s;
}
#related .container ul li .the-thumb a:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}
#related .container ul li a h2 {
	font-size: 18px;
    padding: 0;
    margin: 20px 0 5px 0;
    line-height: 1.2;
    color: #2A2B39;
}
#related .container ul li a:hover h2 {
	color: #009444;
}
#related .container ul li .date {
	font-size: 12px;
    color: #888;
}
#related .container span.thecategory ul li {
	width: auto;
}

/* footer */
.footer {
	width: 100%;
	margin: 0 auto;
	background-color: #5c655b;
	overflow: hidden;
}
.footer .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 14px;
	color: rgba(255,255,255, .7);
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}
.footer .container strong {font-weight: 700;}
.footer .container > div {
	width: 100%;
}
.footer .container h6 {
	font-size: 15px;
	margin: 0;
}

.gallery-item {
	position: relative;
	margin: 0 !important;
	padding: 10px !important;
}
.gallery-item img {
	border: 0 !important;
}

.breadcrumb {
	position: relative;
	margin: 0;
	font-size: 14px;
	padding: 0;
	color: #2A2B39;
	font-weight: 700;
}
.breadcrumb a {
	color: #6a6c71;
	font-weight: 500;
}
.breadcrumb a:hover {
	color: #009444;
	text-decoration: underline;
}
.breadcrumb i {
	margin: 0 8px;
	color: #aaa;
}

#megamenu {
  position: absolute;
  right: 30px;
  cursor: pointer;
  display: none;
}
#nav-toggle { position: absolute; left: 50%; top: 50%; z-index: 99999;}

#nav-toggle { cursor: pointer; padding: 0; }
#nav-toggle i {position: absolute; right: 36px; top: -8px; font-size: 20px; color: #6a6c71;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #009444;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#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: #009444;
}
.menu-dropdown {
	position: fixed;
	background-color: #009444;
	width: 100%;
	height: 100%;
	max-width: 320px;
	top: 0;
	bottom: 0;
	left: -320px;
	z-index: 999999;
	-webkit-animation: slide 0.2s forwards;
	animation: slide 0.2s forwards;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}
@keyframes slide {
    100% { left: 0; }
}
.menu-dropdown .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  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;
  margin-top: 0;
  background-color: transparent;
  width: 100%;
  height: auto;
}
.menu-dropdown .container .navbar .nav ul {
  -webkit-font-smoothing:antialiased;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.menu-dropdown .container .navbar .nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255, .2);
}
.menu-dropdown .container .navbar .nav ul li:last-child {
  border-bottom: 0;
}
.menu-dropdown .container .navbar .nav ul li a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 15px 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;
}
.menu-dropdown .container .navbar .nav ul li a:hover {
  color: #fff;
  background-color: transparent;
}
.menu-dropdown .container .navbar .nav ul li.current_category_item a {
  color: #fff;
  background-color: transparent;
}
.menu-dropdown .container .navbar .nav ul li.current-menu-item a {
  color: #fff;
  background-color: transparent;
}

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1140px) {
	.header .container,
	.main-banner.category .container,
	.main-wrapper .container,
	#related .container,
	.footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header .container {top: 20px;}
}

@media only screen and (max-width:768px) {
	#reading-progress {top: 0;}
	.header {height: 80px;}
	.header .container {height: 80px; top: 0; padding: 0;}
	.header .container #megamenu {display: inline-block;}
	.nav {display: none;}
	.header .container .logo {
		top: 23px;
		width: 170px;
		position: absolute;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
	}
	.header .container .contact {position: relative; left: -10px;}
	.header .container .contact ul li a {padding: 0; color: #009444; background-color: transparent; border: 0;}
	.header .container .contact ul li:last-child a {padding: 0; color: #009444; background-color: transparent; border: 0; margin-left: 10px; line-height: 0;}
	.header .container .contact ul li a span {display: none;}
	.header .container .contact ul li a i {margin-right: 0; font-size: 30px;}

	.main-banner {margin-top: 68px; height: auto;}
	.main-banner .container #slider .item div {height: 300px;}
	.main-banner .container #slider .item .inner {
		top: unset;
		bottom: 0;
		padding: 5px 20px 60px 20px;
		height: auto;
		position: relative;
		background: #009444;
	}
	.main-banner .container #slider .item .inner h2 {font-size: 18px;}
	.main-banner .container #slider .item .inner h5 {font-size: 12px; margin-top: -10px;}
	.main-banner .container #slider .item div img {height: 100%; width: 100%;}
	.main-banner .container #slider .item .inner h6.readmore {margin: 20px 0 0 !important; padding: 7px 20px; font-size: 14px;}
	.main-banner .container #slider .owl-controls {height: auto; bottom: 10px; position: absolute;}
	.main-banner .container #slider .owl-controls .owl-pagination {
	    position: absolute;
	    top: unset;
	    bottom: 5px;
	    left: 15px;
	    transform: none;
	    display: flex;
	}
	.main-banner .container #slider .owl-controls .owl-buttons {
		position: absolute;
	    top: unset;
	    transform: none;
	    display: block;
	    width: 110px;
	    right: 10px;
	    bottom: 34px;
	}
	.main-banner .container #slider .owl-controls .owl-buttons .owl-next,
	.main-banner .container #slider .owl-controls .owl-buttons .owl-prev {
		width: 30px;
		height: 30px;
		line-height: 24px;
	}
	.main-banner .container #slider .owl-controls .owl-buttons .owl-next i,
	.main-banner .container #slider .owl-controls .owl-buttons .owl-prev i {
		font-size: 24px;
	}
	
	.main-banner.category {margin-top: 68px;}
	.main-banner.category .container {padding: 70px 20px 20px 20px;}
	.main-banner.category .container h1 {font-size: 27px;}
	.main-banner .container {position: relative; top: 0; padding: 0;}

	ul.display-posts-listing li {width: 100%; overflow: hidden; margin-bottom: 30px; margin-right: 0;}
	ul.display-posts-listing li a.image {height: auto; width: 100px; border-radius: 8px; margin-right: 20px;}
	ul.display-posts-listing li a.image img {width: 100%; height: 100px; object-fit: cover;}
	ul.display-posts-listing li a.title {font-size: 16px; font-weight: 700; margin-top: 0;}

	.main-wrapper .container.grid {width: 100%; overflow: hidden; display: block;}
	.main-wrapper .container.grid article {width: 100%; display: block; overflow: hidden; margin-bottom: 30px;}
	.main-wrapper .container.grid article .thumb {height: 100px; width: 100px; border-radius: 8px; float: left; margin-right: 20px; overflow: hidden;}
	.main-wrapper .container.grid article .thumb a img {height: 100px; width: 100%; object-fit: cover;}
	.main-wrapper .container.grid article h2 {font-size: 16px; font-weight: 700; margin-top: 0;}
	.main-wrapper .container.grid article span.thecategory {margin-top: -20px;}

	.main-wrapper .container .heading {padding: 0;}
	.main-wrapper .container .heading .col {width: 100%; padding-bottom: 30px; padding-top: 0;}
	.main-wrapper .container .heading .col .metadata {width: 100%;}
	.main-wrapper .container .heading .col .metadata span {font-size: 13px;}
	.main-wrapper .container .heading .col .share-socmed {width: 100%; margin-left: 0; margin-top: 25px;}
	.main-wrapper .container .heading .col .share-socmed h4 {font-size: 13px;}
	.main-wrapper .container .heading h1 {font-size: 27px; line-height: 1.2;}
	.main-wrapper .container .heading .thumb {margin-bottom: 10px;}
	.main-wrapper .container.detail {padding-top: 70px;}
	.main-wrapper .container.detail .heading .thumb {margin-bottom: 10px;}

	.main-wrapper .container .content {width: 100%; float: none;}

	.main-wrapper .container {padding: 50px 20px;}
	.main-wrapper .container h3 {font-size: 27px;}
	.main-wrapper .container h4 {font-size: 14px;}
	.main-wrapper .container article.full .metadata {width: 100%; padding: 0; background-color: transparent; text-align: left;}
	.main-wrapper .container article.full .metadata .infoauthor {width: 100%; float: none; border-bottom: 2px solid #eee;}
	.main-wrapper .container article.full .metadata .infoauthor > div {width: 50px; height: 50px; position: absolute; top: 5px; right: 0; margin: 0;}
	.main-wrapper .container article.full .metadata .infoauthor > div > img {width: 50px; height: 50px;}
	.main-wrapper .container article.full .metadata .infodate {width: 100%; float: none; text-align: left; margin-top: 5px; margin-bottom: 0;}
	.main-wrapper .container article.full .metadata .infodate .day {display: inline-block; letter-spacing: 0; font-size: 14px;}
	.main-wrapper .container article.full .metadata .infodate .month {display: inline-block;}
	.main-wrapper .container article.full .metadata .infodate .year {display: inline-block;}

	.main-wrapper .container article.full {width: 100%; margin-top: 0; padding-left: 0; float: left;}
	.main-wrapper .container article.full h2 {font-size: 24px;}
	.main-wrapper .container article.full h3 {font-size: 21px;}
	.main-wrapper .container article.full p {font-size: 16px;}

	#related .container {padding-bottom: 20px;}
	#related .container h3 {font-size: 27px;}
	#related .container ul {display: block;}
	#related .container ul li {width: 100%; overflow: hidden; margin-bottom: 30px;}
	#related .container ul li .the-thumb {width: 100px; height: 100px; margin-right: 20px; float: left;}
	#related .container ul li .the-thumb a img {height: 100%; width: 100%; object-fit: cover;}
	#related .container ul li a h2 {font-weight: 700; font-size: 16px; margin: 0 0 5px 0;}

	span.thecategory {
		position: relative;
		right: 0;
		top: 0;
		margin-top: -10px;
	}
	span.thecategory ul.post-categories li {
		margin: 0 10px 0 0 !important;
	}
	span.thecategory ul.post-categories li a {
	    display: inherit;
	    background-color: #fff;
	    padding: 0;
	    color: #009444;
	    font-weight: 700;
	    font-size: 11px !important;
	    line-height: 1;
	    border-radius: 0;
	    text-transform: uppercase;
	}

	.gallery-item {width: 50% !important; padding: 15px !important;}

	.footer .container {padding: 40px 20px;}
	.footer .container .widget_media_image img {width: 120px;}
	.footer .container .footer-social-links {margin-top: 30px;}
	.footer .container h6 {line-height: 1.2; font-size: 14px;}
} 

@media only screen and (max-width:640px) {

}
@media only screen and (max-width:480px) {
	
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

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

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

.alignnone {
	margin:0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0;
}
.alignright {
	float:right;
	margin:0;
}
.alignleft {
	float:left;
	margin:0;
}
a img.alignright {
	float:right;
	margin:0;
}
a img.alignnone {
	margin:0;
}
a img.alignleft {
	float:left;
	margin:0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#fff;
	border: 0;
	max-width:100%;
	padding: 0;
	text-align:center;
}
.wp-caption.alignnone {
	margin:0;
}
.wp-caption.alignleft {
	margin:0;
}
.wp-caption.alignright {
	margin:0;
}
.wp-caption p {
	margin: 0 !important;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:13px !important;
	font-style: italic;
	margin:0 !important;
	padding: 15px 0 0 0 !important;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: block !important;
}
.wp-block-image figcaption {
	font-size: 12px !important;
}
.sticky {

}
.bypostauthor {

}

img.size-full {
	width: 100%;
	height: auto;
}

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

@media print {
	* {
		background:transparent !important;
		color:#2A2B39 !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 #858585;
		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: #ccc;
}
::-webkit-scrollbar-thumb {
  background-color: #777;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #009444;
}