/*
	Theme Name: Tukang Taman Store
	Theme URI: https://tukangtamanstore.com
	Description: Custom WP Theme for Tukang Taman Store
	Version: 1.0.02.2024
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: tukang taman, jasa vertical garden
*/

/* 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 16px/1.8 'Inter', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: #fff;
	color: #222;
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

strong {
	font-weight: 700;
}
h1, h2, h3 {font-weight: 600; color: #222; line-height: 1.2;}
h4, h5, h6 {font-weight: 600; color: #222; line-height: 1.2;}
h1 {font-size: 50px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 12px;}

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

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

/* header */
.header {
	width: 100%;
	margin: 0 auto;
    position: relative;
	top: 0;
	z-index: 9;
	height: 120px;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0 1px 5px rgba(0,0,0, .1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0, .1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0, .1);
}
.header .container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	height: 120px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header .container .logo {
    padding: 0;
    width: 80px;
    position: relative;
    line-height: 0;
    top: 0;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
	border-radius: 0 !important;
}
.header .container .hubungi {
	float: right;
	position: relative;
	border: 0;
}
.header .container .hubungi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header .container .hubungi ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.header .container .hubungi ul li a {
	line-height: 1.2;
    font-weight: 500;
	font-size: 16px;
    background-color: #f7941d;
	color: #fff;
    display: block;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 70px;
}
.header .container .hubungi ul li a:hover {
	background-color: #0f9644;
	color: #fff;
}
.header .container .hubungi ul li a span {
	margin-left: 10px;
}
.nav {
	z-index: 999;
	position: relative;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.nav ul li.menu-item-has-children:hover a {
	color: #0f9644;
}
.nav ul li a {
	display: block;
    font-size: 20px;
    padding: 0 20px;
	font-weight: 600;
	color: #222;
}
.nav ul li a:hover {
	color: #0f9644;
}
.nav ul li a i {
	font-size: 13px;
	margin-left: 5px;
}
.nav ul li.current_page_item {
	position: relative;
}
.nav ul li.current_page_item a {
	color: #0f9644;
	font-weight: 500;
}
.nav ul li.current_page_item a:hover {
	color: #0f9644;
}

.header.scrolled {
	position: fixed;
	width: 100%;
	top: 0;
	height: 80px;
    -webkit-animation: smoothshow .2s;
}
@-webkit-keyframes expand{
    0%{height:0px}
    100%{height: 80px;}
}
.header.scrolled .container {
	padding: 0 20px;
	height: 80px;
}
.header.scrolled .container .logo {
	width: 60px;
}
.header.scrolled .container .logo img {
	display: block;
	-webkit-animation: smoothshow .4s;
}
.header.scrolled .container .nav {
	position: relative;
}
.header.scrolled .container .nav ul li a {
	line-height: 80px;
	color: #222;
}
.header.scrolled .container .nav ul li a:hover {
	color: #0f9644;
}
.header.scrolled .container .nav ul li.current_page_item a {
	color: #0f9644;
	font-weight: 500;
}
.header.scrolled .container .nav ul li.current_page_item a:hover {
	color: #0f9644;
}
@-webkit-keyframes smoothshow {
    0%{top: -300px;}
    100%{top: 0px;}
}
.header.scrolled .container .nav ul li ul.sub-menu li a {
	line-height: normal;
}
.header.scrolled .container .nav ul li ul.sub-menu li a:hover {
	color: #0f9644;
}
.header.scrolled .container .hubungi .widget_polylang ul {
	background-color: rgba(0,0,0, .08);
}

.header.white {
	width: 100%;
	margin: 0 auto;
    position: relative;
	top: 0;
	z-index: 9;
	height: 120px;
	border-bottom: 0;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0, .1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0, .1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0, .1);
    -webkit-animation: smoothshow .2s;
}
.header.white .container .nav ul li a {
	color: #0f9644;
}
.header.white .container .nav ul li a:hover {
	color: #0f9644;
}
.header.white .container .nav ul li.current-menu-item a {
	color: #0f9644;
}
.header.white .container .nav ul li ul.sub-menu li a {
	color: #0f9644 !important;
}
.header.white .container .nav ul li.menu-item-has-children:hover a {
	color: #0f9644;
}
.header.white .container .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header.white .container .logo img.white {
	display: none;
}
.header.white.scrolled {
	position: fixed;
	height: 80px;
}
.header.white.scrolled .container .nav ul li a {
	line-height: 80px;
	color: #0f9644;
}
.header.white.scrolled .container .nav ul li.current-menu-item a {
	color: #0f9644;
}
.header.white.scrolled .container .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header.white.scrolled .container .logo img.white {
	display: none;
}

.greyscale img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	opacity: 1;
}
.greyscale img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
}

body.mills .elementor-image-box-img img {
	border-radius: 0 !important;
}

.featured-news {
	position: relative;
	margin: 0 auto;
}
.featured-news .inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 80px 20px;
	overflow: hidden;
	position: relative;
}
.featured-news .inner h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0;
}
.featured-news .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.featured-news .inner ul li {
	width: 31%;
	overflow: hidden;
	margin-bottom: 0;
}
.featured-news .inner ul li a {
	display: block;
	position: relative;
}
.featured-news .inner ul li .thumb {
	position: relative;
	display: block;
}
.featured-news .inner ul li .thumb a img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}
.featured-news .inner ul li a h4 {
	margin: 0 0 14px 0;
	font-weight: 700;
	font-size: 20px;
}
.featured-news .inner ul li a:hover h4 {
	text-decoration: underline;
}
.featured-news .inner ul li p {
	line-height: 1.4;
	font-size: 15px;
}
.featured-news .inner ul li a.view-article {
	display: inline-block;
	padding: 6px 10px;
	font-size: 12px;
	background-color: #0f9644;
	color: #fff;
	margin-top: 0;
	display: none;
	visibility: hidden;
}
.featured-news .inner ul li a.view-article:hover {
	background-color: #0f9644;
}
.featured-news .inner ul li a .metadata {
	width: 60px;
	font-weight: 700;
	line-height: 1;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	background-color: #f0f0f0;
	text-align: center;
}
.featured-news .inner ul li a .metadata .day {
	display: block;
	font-size: 34px;
	color: #000;
}
.featured-news .inner ul li a .metadata .month {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}
.featured-news .inner ul li a .metadata .year {
	display: block;
	font-size: 16px;
	color: #000;
}

#foot {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-top: 3px solid #0B9444;
}
#foot .container {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 40px 20px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	display: block;
	text-align: center;
}
#foot .container h3 {
	margin: 20px 0;
    font-size: 24px;
    font-weight: 600;
}
#foot .container > div img {
	border-radius: 0 !important;
	padding: 0;
}
.copyright {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 25px 20px;
	line-height: 1.2;
	font-weight: 400;
	background-color: #0B9444;
	overflow: hidden;
	position: relative;
}
.copyright span {
	color: #fff;
	position: relative;
	z-index: 2;
}

ul.socmed {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.socmed li {
    display: inline-block;
}
ul.socmed li a {
    display: block;
    padding: 0;
    text-align: center;
}
ul.socmed li a img {
    width: 32px;
}

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

#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url("https://tukangtamanstore.com/wp-content/uploads/2024/01/pattern.jpg") no-repeat center center;
	background-color: #C0E7C1;
	overflow: hidden;
}
#big-title:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #C0E7C1;
    opacity: 0.9;
}
#big-title .container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 100px 20px 0 20px;
	overflow: hidden;
	position: relative;
	font-weight: 500;
	color: rgba(255,255,255,.7);
	line-height: 1.6;
	color: #fff;
	z-index: 2;
}
#big-title .container h1 {
    margin: 0;
    line-height: 1.5;
    background-color: #fff;
    display: inline-block;
    font-size: 34px;
    padding: 12px 20px 0 20px;
    border-radius: 20px 0 0 0;
    top: 2px;
    position: relative;
}
#big-title img {
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main-wrapper .container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 80px 20px;
	position: relative;
	overflow: hidden;
}
#main-wrapper .container .blog-title {
	display: none;
}
#main-wrapper .container .left-sidebar {
	width: 10%;
	float: left;
}
#main-wrapper .container .left-sidebar h1 {
	font-size: 36px;
	margin: 0;
	line-height: 1.2;
	color: #0f9644;
}
#main-wrapper .container .left-sidebar .metadata {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0;
}
#main-wrapper .container .left-sidebar .metadata .share {
	margin-top: 25px;
}
.a2a_svg {
	border-radius: 40px !important;
	padding: 5px !important;
}
#main-wrapper .container .left-sidebar .metadata .infoauthor {
    position: relative;
}
#main-wrapper .container .left-sidebar .metadata .infoauthor .author-img {
    display: block;
    width: 100%;
    overflow: hidden;
}
#main-wrapper .container .left-sidebar .metadata .infoauthor .author-img img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    border-radius: 0 !important;
}
#main-wrapper .container .left-sidebar .metadata .infoauthor .author-name {
	display: block;
    width: 100%;
    margin-top: 25px;
}
#main-wrapper .container .left-sidebar .metadata .infoauthor .author-name h6 {
	margin: 0 0 5px 0;
	font-size: 12px;
}
#main-wrapper .container .left-sidebar .metadata .infodate {
    margin: 25px 0 0 0;
    display: block;
    width: 100%;
}
#main-wrapper .container .left-sidebar .metadata .infodate h6 {
	margin: 0 0 5px 0;
	font-size: 12px;
}
#main-wrapper .container .content {
	width: 64%;
	margin-left: 3%;
	float: left;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container .content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
	float: none;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
#main-wrapper .container .content article.full .post-thumb img {
	border-radius: 15px;
}
#main-wrapper .container .content article.full h1 {
	margin: 0 0 30px 0;
	line-height: 1.2;
	font-size: 40px;
}
#main-wrapper .container .content article.full h2 {
	font-size: 28px;
}
#main-wrapper .container .content article.full h3 {
	font-size: 24px;
	line-height: 1.4;
}
#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: 16px;
}

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

#main-wrapper .container.blog-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-wrapper .container.blog-grid article {
	width: 30%;
	margin-bottom: 30px;
}
#main-wrapper .container.blog-grid article img {
	border-radius: 10px;
}
#main-wrapper .container.blog-grid article .loop-content {
	position: relative;
}
#main-wrapper .container.blog-grid article .loop-content h2 {
	margin: 10px 0 0 0;
	font-size: 20px;
	line-height: 1.3;
}
#main-wrapper .container.blog-grid article .loop-content h2 a {
	color: #222;
}
#main-wrapper .container.blog-grid article .loop-content h2 a:hover {
	color: #222;
	text-decoration: underline;
}
#main-wrapper .container.blog-grid article .loop-content p {
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
#main-wrapper .container.blog-grid article .loop-content p a.view-article {
	display: none;
}

.left-sidebar-menu {
	width: 15%;
	position: relative;
}
.left-sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 4px solid #eee;
}
.left-sidebar-menu ul li {
	position: relative;
	margin-bottom: 30px;
	left: -4px;
}
.left-sidebar-menu ul li a {
	font-weight: 500;
	color: #222;
	font-size: 18px;
	line-height: 1.2;
	padding: 14px 20px;
	display: block;
}
.left-sidebar-menu ul li a:hover {
	color: #0f9644;
	border-left: 4px solid #0f9644;
	background-color: #f0f0f0;
	border-radius: 0 0 20px 0;
}
.left-sidebar-menu ul li.current-menu-item a {
	color: #fff;
	border-left: 4px solid #0f9644;
	background-color: #0f9644;
	border-radius: 0 0 20px 0;
}
/*.left-sidebar-menu ul li.current-menu-item:after {
	content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    right: -21px;
    top: 2px;
}*/
.left-sidebar-menu ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pagination {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.pagination span.page-numbers.current {
    background: #0f9644;
    color: #fff;
    padding: 7px 12px 8px 12px;
	border-radius: 5px;
}
.pagination a.page-numbers {
    padding: 7px 12px 8px 12px;
    color: #0f9644;
	border-radius: 5px;
}
.pagination a.page-numbers:hover {
    background: #0f9644;
    color: #fff;
	border-radius: 5px;
}

/* sidebar */
#main-wrapper .container .sidebar {
	float: right;
	width: 20%;
}
#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: 15px;
	background-color: #f0f0f0;
}
#main-wrapper .container .sidebar form.search button[type="submit"] {
	background-color: #0f9644;
	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: #0f9644;
}
#main-wrapper .container .sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}
#main-wrapper .container .sidebar .sidebar-widget h3 {
    font-size: 24px;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    position: relative;
    border-bottom: 3px solid #0f9644;
}
#main-wrapper .container .sidebar .sidebar-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-wrapper .container .sidebar .sidebar-widget ul li {
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000020;
    vertical-align: top;
}
#main-wrapper .container .sidebar .sidebar-widget ul li span.post-date {
	color: #888;
	font-size: 12px;
}
#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 {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	color: #0f9644;
}
#main-wrapper .container .sidebar .sidebar-widget ul li a:hover {
	text-decoration: underline;
	color: #0f9644;
}
#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;
}
#main-wrapper .container .sidebar.contact {
	background-color: #fff;
	color: #222;
	margin-top: 0;
	line-height: 0;
	padding: 0;
	width: 40%;
}

div.wpcf7 {position: relative;}
div.wpcf7 label {position: relative; font-size: 16px; font-weight: 700;}
span.wpcf7-list-item {margin: 0; padding: 2px 5px;}
div.wpcf7 h3 {margin: 0; font-size: 16px;}
div.wpcf7 .wpcf7-form {position: relative; display: block;}
div.wpcf7 .col p {margin: 0;}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	float: left;
	outline: 0;
	border: 1px solid #999;
	padding: 12px 20px;
	margin: 5px 0 15px 0;
	font-size: 16px;
	border-radius: 4px;
	color: #000;
	background-color: #fff;
	display: block;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border: 1px solid #0f9644;
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	float: left;
	outline: 0;
	border: 1px solid #999;
	font-size: 16px;
	padding: 12px 20px;
	margin: 5px 0 15px 0;
	color: #000;
	background-color: #fff;
	display: block;
	border-radius: 4px;
	height: 100px;
}
div.wpcf7 .wpcf7-form select {
	height: auto;
}
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: 1px solid #0f9644;
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	width: 100%;
	outline: 0;
	border: 0;
	background-color: #0f9644;
    color: #fff;
    font-weight: 700;
    padding: 15px 35px;
    font-size: 16px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: auto;
    border-radius: 0 0 20px 0;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background: #0f9644;
	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;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 0.2em 1em !important;
    border: 0 !important;
    width: 100% !important;
    float: left !important;
    background-color: #0000001c !important;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {position: absolute; top: 45%; left: 45%;}


.header #megamenu {
  position: fixed;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 0;
  right: 62px;
  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, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background:#fff;
  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: #fff;
}
.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;
}
.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-bottom: 1px solid #eee;
}
.menu-dropdown .container .navbar .nav ul li a {
  display: block;
  font-size: 18px;
  padding: 10px 20px;
  -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;
  line-height: normal;
}
.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: 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: 10px 20px !important;
  font-size: 14px;
  color: #222;
}

.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:1500px) {
	.header .container,
	#big-title .container,
	#main-wrapper .container,
	.post-headline .container,
	#foot .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; top: 0; height: 90px; background-color: #0f9644;}
	.header .container {position: relative; background-color: transparent; padding: 0; height: 90px;}
	.header .container .logo {
		width: 110px;
		padding: 15px;
		background: #fff;
		border-radius: 0 0 80px 80px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		box-shadow: 0 7px 5px rgba(0,0,0, .1);
		z-index: 9999;
	}
	.nav {display: none;}
	.header.scrolled {box-shadow: 0 1px 3px rgba(0,0,0, .3); transition: none; height: 80px;}
	.header.scrolled .container {padding: 0; height: 80px;}
	.header.scrolled .container .logo {width: 90px;}

	.header .container .hubungi {position: fixed; left: 20px; top: 27px;}
	.header .container .hubungi ul li a span {display: none;}
  	.header .container .hubungi ul li a {padding: 10px 20px;}
  	.header.scrolled .container .hubungi {position: fixed; right: 80px; top: 23px;}
	
	.header #megamenu {display: block !important; top: 37px; z-index: 99999; right: 54px;}
	.header.scrolled #megamenu {display: block !important; top: 30px; z-index: 99999;}
  	
  	.header .menu-dropdown {display: block; top: 90px; background-color: #fff; padding: 0 !important;}
  	.header.scrolled .menu-dropdown {display: block; top: 80px; padding: 0; display: block;}
  	.header .menu-dropdown .container .navbar {width: 100%; padding-top: 100px;}
  	.header .menu-dropdown .container .navbar .nav ul {text-align: center;}
  	.header .menu-dropdown .container .navbar .nav ul li a {padding: 16px 0; line-height: normal;}
}

@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	body {font-size: 15px;}

	.elementor-tab-content {padding: 20px 0 0 0 !important;background-color: #fff !important;}

	.featured-news .inner {padding: 50px 20px;}
	.featured-news .inner h3 {font-size: 32px; margin-top: 0; margin-bottom: 30px;}
	.featured-news .inner ul li {width: 100%; margin-bottom: 25px;}
	.featured-news .inner ul li:first-child {width: 100%;}
	.featured-news .inner ul li:first-child a h4 {font-size: 20px;}

	.list-style-1 ol li {font-size: 18px;}

	.elementor-tab-title {margin: 12px 0 0 0 !important;}
	#big-title .container {padding-top: 120px; padding-bottom: 0;}
	#big-title .container h1 {font-size: 27px; line-height: 1.5; position: relative; top: 2px; padding: 12px 20px 0 20px;}
	
	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 70px 20px 50px 20px;}
	#main-wrapper .container .blog-title {display: block;}
	#main-wrapper .container .blog-title h1 {font-size: 32px; margin: 0 0 20px 0;}
	#main-wrapper .container.blog-grid {display: block;}
	#main-wrapper .container.blog-grid article {width: 100%; margin: 0 0 25px 0;}
	#main-wrapper .container .left-sidebar {width: 100%;}
	#main-wrapper .container .left-sidebar .metadata {margin: 10px 0 0 0; width: 100%;}
	#main-wrapper .container .left-sidebar .metadata .share {margin: 0;}
	#main-wrapper .container .content {width: 100%; margin-left: 0; margin-top: 0;}
	#main-wrapper .container .left-sidebar h1 {font-size: 32px;}
	#main-wrapper .container .content article.full {margin-top: 25px;}
	#main-wrapper .container .content article.full h1 {font-size: 32px; display: none;}
	#main-wrapper .container .content article.full h2 {font-size: 24px; line-height: 1.2}
	#main-wrapper .container .content article.full h3 {font-size: 20px; line-height: 1.3;}
	#main-wrapper .container .sidebar {width: 100%; float: left; margin-top: 30px;}

	.left-sidebar-menu ul li {margin-bottom: 0;}

	#gallery-1 .gallery-item {
		padding: 10px 0 !important;
	}

	.swiper-slide {
		width: 100% !important;
 		max-width: calc(100%) !important;
	}
	.elementor-widget-tabs .elementor-tab-mobile-title {
		padding: 10px 20px !important;
	    border-bottom: 1px solid #ccc !important;
	    font-size: 18px;
	    font-weight: 700;
	    margin: 0 !important;
	}
	.elementor-widget-tabs .elementor-tab-content {
		padding: 10px 20px !important;
	}

	#foot .container {padding: 40px 20px 30px 20px; font-size: 14px;}
	#foot .container > div {width: 100%; text-align: center;}
	#foot .container > div > h3 {margin-top: 20px; border-top: 1px solid #ffffff30; padding-top: 20px;}
	#foot .container > div#text-3 h3 {border-top: 0;}
	#foot .container ul li a {font-size: 14px;}
	#foot .container .copyright {margin-top: 20px;}
}
@media only screen and (max-width:640px) {
	#main-wrapper .container .share {width: 100%; float: none; margin-bottom: 30px; text-align: left;}
	.gallery-item:nth-child(2n+1) {clear:left;}
	.gallery-item {width: 100% !important; margin: 0 !important;}

}
@media only screen and (max-width:480px) {
}
/*------------------------------------*\
    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;
}

/*------------------------------------*\
    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:#FFF;
	border:1px solid #F0F0F0;
	max-width:100%;
	padding:5px 3px;
	font-size: 11px;
	font-style: italic;
	text-align:center;
}
.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;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
p.wp-caption-text {
	font-size: 11px !important;
	font-style: italic;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
.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: #0f9644;
}
