/*
	Theme Name: Grand Taman
	Theme URI: https://grandtaman.com
	Description: tukang taman, jasa taman, jasa pembuatan taman
	Version: 1.0
	Author: @harmonicnoise
	Author URI: https://www.deusain.com
	Tags: tukang taman, jasa taman, jasa pembuatan taman
*/

/*------------------------------------*\
    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 {
	font-size:62.5%;
}
body {
	font:400 14px/1.4 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    background-color: #fff;
    color: #333;
    width: 100%;
    margin: 0 auto;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
blockquote {
	background-color: #fff;
	padding: 10px 20px;
	font-style: italic;
}
h1, h2, h3 {
	color: #333;
	font-weight: 700;
}
h1 {font-size: 32px;}
h2 {font-size: 24px;}

.main-btn {
	margin-top: 20px;
	position: relative;
	display: block;
}
.main-btn a {
	font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    background-color: #666;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 700;
}
.main-btn a:hover {
	background-color: #e4bf96;
}

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

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

/* header */
.header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	background-color: #fff;
	top: 0;
	padding: 0;
	z-index: 999;
	height: 90px;
}
.header .container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}
/* logo */
.header .container .logo {
	width: 140px;
    z-index: 1;
    line-height: 0;
    float: left;
}
.header .container .logo img {
	width: 100%;
	height: auto;
}
.header .container .top-info {
    float: left;
    position: relative;
    top: 10px;
    margin-left: 100px;
    width: 400px;
}
.header .container .top-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .container .top-info ul li {
	float: left;
	width: 50%;
	text-align: left;
	color: #999;
}
.header .container .top-info ul li i {
	font-weight: 400;
	font-size: 32px;
	color: #3cb64b;
	margin-right: 15px;
	float: left;
	position: relative;
	top: 0px;
}
.header .container .top-info ul li span {
	font-size: 10px;
	text-transform: uppercase;
}
.header .container .top-info ul li h4 {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
.header .container .book-now {
    float: right;
    position: relative;
    top: 7px;
    margin-left: 30px;
}
.header .container .book-now a {
	font-size: 14px;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 500;
    background-color: #3cb64b;
}
.header .container .book-now a:hover {
	background-color: #e4bf96;
}

/* nav */
.nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	z-index: 999;
	top: 80px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .2);
}
.nav ul {
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
}
.nav ul li {
	float: left;
	margin: 0;
	position: relative;
}
.nav ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	background-color: transparent;
	padding: 12px 40px;
	border: 0;
	border-left: 1px solid #eee;
}
.nav ul li a img {
	width: 26px;
}
.nav ul li a i {
	margin-left: 15px;
}
.nav ul li.current_page_item a {
	color: #333;
}
.nav ul li.current_page_item a:hover {
	color: #333;
}
.nav ul li:hover > a {
	background-color: #3cb64b;
	color: #fff;
}
.nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	padding-top: 0;
	z-index: 999;
}
.nav ul li:hover ul.sub-menu {
	display: block;
	width: 240px;
	box-shadow: 0 5px 15px rgba(0,0,0, .3);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0, .3);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0, .3);
}
.nav ul li:hover ul.sub-menu li {
	display: block;
	margin: 0;
	float: none;
	text-align: left;
}
.nav ul li:hover ul.sub-menu li a {
	display: block;
	background-color: #fff;
	color: #333;
	padding: 13px 40px;
	font-size: 14px;
}
.nav ul li:hover ul.sub-menu li a:hover {
	display: block;
	color: #fff;
	background-color: #3cb64b;
}

/* ============================================ main banner ================================================== */
.main-banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main-banner .container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.main-banner .container .item {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.main-banner .container .item img {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.main-banner .container .outer {
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	height: 550px;
	position: relative;
}
.main-banner .container .outer .inner {
	/*position: absolute;
    z-index: 1;
    top: 50px;
    width: 70%;
    padding: 0;*/
	position: relative;
	z-index: 3;
	top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
	width: 70%;
	padding: 30px;
	text-align: left;
	background: linear-gradient(90deg, rgb(243, 235, 227) 0%, rgba(255,255,255,0) 100%);
}
.main-banner .container .outer .inner h1 {
	color: #333;
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	display: block;
	line-height: 1.2;
}
.main-banner .container .outer .inner h2 {
	color: #333;
	font-size: 20px;
	margin-top: 20px;
	display: block;
	font-weight: 400;
}
.main-banner .container .outer .inner a {
	font-size: 16px;
	margin-top: 30px;
    color: #fff;
    padding: 10px 30px;
    background-color: #3cb64b;
    border-bottom: 3px solid rgba(0,0,0, .3);
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 500;
}
.main-banner .container .outer .inner a:hover {
	background-color: #e4bf96;
}

.main-banner .container .owl-theme .owl-controls {
	text-align: center;
    z-index: 99;
    width: 100%;
    bottom: 60%;
}
.main-banner .container .owl-theme .owl-controls .owl-buttons div {
	padding: 0!important;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid rgba(0,0,0, .4);
    color: rgba(0,0,0, .4);
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
}
.main-banner .container .owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
}
.main-banner .container .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 20px;
}
.main-banner .container .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 20px;
}
.main-banner .container .owl-controls .owl-pagination {
	bottom: -300px;
    position: absolute;
    width: 100%;
}
.main-banner .container .owl-theme .owl-controls .owl-page span {
	border: 2px solid rgba(0,0,0, .6);
	background-color: transparent;
}
.main-banner .container .owl-theme .owl-controls .owl-page.active span {
	background-color: #333;
	border: 2px solid #333;
}
/* page banner */
.main-banner.small {
	width: 100%;
	background: url(img/bg-head.jpg) no-repeat center center;
	height: 400px;
	overflow: hidden;
	background-color: #333;
	margin-top: 109px;
}
.main-banner.product {
	width: 100%;
	background: url(img/bg-product.jpg) no-repeat center center;
	height: 400px;
	overflow: hidden;
	background-color: #333;
	margin-top: 109px;
	text-align: left;
}
.main-banner.product .container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 100px 0;
	color: #fff;
	text-align: left;
}
.main-banner.product .container h1 {
	margin: 0 0 15px 0;
	font-size: 32px;
	color: inherit;
}
.main-banner.product .container h2 {
	margin: 0;
	font-size: 24px;
	color: inherit;
	font-weight: 400;
}

/* ============================================ contact-bottom ================================================== */
.contact-bottom {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url(img/bg-garansi.jpg) no-repeat center bottom;
	background-size: cover;
	background-color: #fff;
	margin-top: 126px;
}
.contact-bottom .container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0 300px 0;
	position: relative;
	overflow: hidden;
    text-align: center;
    z-index: 1;
}
.contact-bottom .container h1 {
	margin:0;
	color: #000;
	font-size: 45px;
}
.contact-bottom .container h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	color: #000;
	line-height: 1.2;
}
.contact-bottom .container p {
	margin-top: 30px;
}

/* ============================================ news featured home =============================================*/
.featured-news {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.featured-news .container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	overflow: hidden;
}
.featured-news .container h3 {
	font-size: 24px;
	margin: 0;
	color: #333;
	text-transform: uppercase;
}
.featured-news .container h4 {
	margin: 0;
	font-size: 18px;
	margin-top: 10px;
	color: #333;
	font-weight: 400;
}
.featured-news .container ul {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
}
.featured-news .container ul li {
	float: left;
	padding: 5px;
	margin: 1%;
	text-align: left;
	width: 23%;
	background-color: #eee;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	border-bottom: 4px solid #3cb64b;
	min-height: 260px;
}
.featured-news .container ul li a {
	display: block;
	color: #000;
}
.featured-news .container ul li h5 {
	background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 11px;
    margin: 10px 20px;
    border-radius: 3px;
}
.featured-news .container ul li a h4 {
	color: #000;
	font-size: 18px;
	font-weight: 500 !important;
	margin: 10px 20px;
	line-height: 1.2;
}
.featured-news .container ul li a h4:hover {
	text-decoration: underline;
}
.featured-news .container ul li p {
	font-size: 14px;
	margin: 10px 20px;
	margin-top: 15px;
	font-weight: 400 !important;
}
.featured-news .container ul li .view-more a {
	font-style: italic;
	font-size: 12px;
	color: #999;
	position: relative;
	margin-top: 20px;
	left: 20px;
	bottom: 15px;
}
.featured-news .container ul li .view-more a i {
	margin-left: 15px;
}
.featured-news .container ul li .view-more a:hover {
	color: #000;
}
.featured-news .container ul li a > div > img {
  width: 100%;
  height: auto;
}

.intro {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.intro .container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	overflow: hidden;
}

/* ============================================ main wrapper ================================================== */
.main-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 160px;
}
.main-wrapper.blog {margin-top: 160px;}
.main-wrapper .container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}
.main-wrapper .container article {
	position: relative;
}
.main-wrapper .container article h1 {
	margin: 0 0 30px 0;
	font-weight: 500;
	line-height: 1.2;
	color: #333;
}
.main-wrapper .container article h5.excerpt {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}
.main-wrapper .container .content {
	float: left;
	width: 70%;
	position: relative;
}
.main-wrapper .container .content article a img {
	width: 100%;
	height: auto;
}
.main-wrapper .container .content article .metadata {
	float: left;
	width: 50%;
	position: relative;
}
.main-wrapper .container .content article .metadata span.date,
.main-wrapper .container .content article .metadata span.author,
.main-wrapper .container .content article .metadata span.comments {
	font-size: 12px;
	color: #777;
	margin-right: 20px;
	float: left;
	border: 1px solid #999;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
}
.main-wrapper .container .content article .metadata .day {
    font-size: 12px;
	color: #777;
	margin-right: 20px;
	float: left;
	border: 1px solid #999;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
}
.main-wrapper .container .content article .share-socmed {
	float: right;
	width: 40%;
	text-align: right;
	position: relative;
}
.main-wrapper .container .content article .body-content {
	position: relative;
	margin-top: 30px;
	width: 100%;
	float: left;
}
.main-wrapper .container .content article .body-content h1 {
    margin: 0;
}
.main-wrapper .container .content article .body-content h2 {
	padding: 10px 0;
	font-size: 20px;
}
.main-wrapper .container .content article .body-content img {
	margin-bottom: 10px;
	width: 100%;
}
.main-wrapper .container .content article .body-content p.cat-tag {
	margin-top: 30px;
}
.main-wrapper .container .content article .body-content p.cat-tag a {
	font-size: 11px;
	font-style: italic;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
	margin-right: 5px;
}

/* ============================================= recent post category ========================================== */
.main-wrapper .container .list {
	position: relative;
	display: block;
}
.main-wrapper .container .list article {
	width: 23%;
	margin: 1%;
	float: left;
}

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

/* ============================================= pagination ========================================== */
.main-wrapper .container .pagination {
	position: relative;
	padding-top: 20px;
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.main-wrapper .container .pagination span.page-numbers.current {
	background-color: #292526;
	padding: 7px 12px;
	display: inline-block;
	line-height: 1;
	color: #fff;
}
.main-wrapper .container .pagination a {
	color: #000;
	padding: 7px 12px;
}
.main-wrapper .container .pagination a:hover {
	color: #000;
	background-color: #f0f0f0;
}

/* sidebar */
.main-wrapper .container .sidebar {
	float: right;
	width: 27%;
	margin-bottom: 25px;
}
.main-wrapper .container .sidebar.news {
	float: right;
	width: 27%;
	margin-bottom: 25px;
}
.main-wrapper .container .sidebar.product {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.main-wrapper .container .sidebar.product p {
	font-size: 13px;
	margin: 20px 0;
}
.main-wrapper .container .sidebar.product ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.main-wrapper .container .sidebar.product ul li {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
	width: 20%;
	text-align: center;
}
.main-wrapper .container .sidebar.product ul li a > div > img {
	width: 100%;
	height: auto;
}
.main-wrapper .container .sidebar.product ul li a h4 {
	margin: 10px 0 0 0;
}
.main-wrapper .container .sidebar form.search {
	width: 100%;
	border: 2px solid #222;
}
.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: 80%;
	font-size: 14px;
	background-color: #fff;
}
.main-wrapper .container .sidebar form.search button[type="submit"] {
	background-color: #fff;
	color: #333;
	outline: none;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 20%;
	padding: 0;
}
.main-wrapper .container .sidebar form.search button[type="submit"]:hover {background-color: #292526; color: #fff;}
.main-wrapper .container .sidebar .widget_text {
	margin-bottom: 10px;
}
.main-wrapper .container .sidebar h3 {
	margin: 30px 0;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}
.main-wrapper .container .sidebar h3 span {
	text-shadow: none;
	color: #e4bf96;
	display: inline-block;
}
.main-wrapper .container .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-wrapper .container .sidebar ul li {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.main-wrapper .container .sidebar ul li a {
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	border-left: 3px solid #ccc;
	padding-left: 20px;
}
.main-wrapper .container .sidebar ul li a:hover {
	border-left: 3px solid #f90;
}
.main-wrapper .container .sidebar ul li a:hover {
	text-decoration: underline;
}

.main-wrapper .container .sidebar .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-wrapper .container .sidebar .widget_nav_menu ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 0;
}
.main-wrapper .container .sidebar .widget_nav_menu ul li a {
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 20px;
	border-left: 4px solid #f0f0f0;
	background-color: #f0f0f0;
}
.main-wrapper .container .sidebar .widget_nav_menu ul li a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.main-wrapper .container .sidebar .widget_nav_menu ul li.current-menu-item a {
	color: #000;
	background-color: #fff;
	border-left: 4px solid #f90;
}

/*------------------------------------*\
    OVERRIDE
\*------------------------------------*/

/* footer */
.footer {
	width: 100%;
	margin: 0 auto;
	background-color: #16693d;
}
.footer .container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 70px 0 10px 0;
	overflow: hidden;
	color: rgba(255,255,255, .7);
}
.footer .container a {
	color: rgba(255,255,255, .7);
}
.footer .container .col {
	width: 33%;
	float: left;
	padding-right: 20px;
}
.footer .container .col.middle {
	width: 33%;
	float: left;
}
.footer .container .col.right {
	width: 33%;
	float: left;
}
.footer .container h5 {
	margin: 0 0 25px 0;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: block;
	border-bottom: 1px solid #ccc;
}

.footer .container ul {
	margin: 0;
	padding: 0;
	list-style: square;
}
.footer .container ul li {
	position: relative;
	list-style: none;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer .container ul li a {
	display: block;
	padding: 0;
	font-weight: 500;
	color: rgba(255,255,255, .7);
}
.footer .container ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer .container form.search input[type="search"] {
	float: left;
	width: 80%;
	height: 40px;
	border: 0;
	text-indent: 10px;
	font-size: 14px;
	font-style: italic;
	background-color: #fff;
}
.footer .container form.search button.search-submit[type="submit"] {
	border: 0;
	width: 19%;
	height: 42px;
	background-color: #fec565;
	-webkit-button-appearane: none;
	color: #000;
}
.footer .container form.search button.search-submit[type="submit"]:hover {
	background-color: #f90;
	color: #fff;
}
.footer .container h6.copyright {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	border-top: 1px solid rgba(255,255,255, .4);
	padding-top: 30px;
}
.footer .container h6.copyright a {
	color: #000;
}

div.wpcf7 {position: relative; margin: 0 auto;}
div.wpcf7 .wpcf7-form h4 {margin: 10px 0 5px 0;}
div.wpcf7 .wpcf7-form h3 {margin: 10px 0 20px 0;}
div.wpcf7 .wpcf7-form {position: relative;}
div.wpcf7 .wpcf7-form i {
	float: left;
    background-color: #ececec;
    padding: 12px;
    height: 38px;
    position: absolute;
    left: 2px;
    margin-top: 2px;
    z-index: 1;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	outline: 0;
	padding: 10px 15px;
	height: 42px;
	text-indent: 40px;
	border: 2px solid #c9d0d5;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
}
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	padding: 10px 15px;
	border: 2px solid #c9d0d5;
	display: inline-block;
	height: 100px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.wpcf7 .wpcf7-form select {
	width: 100%;
	outline: 0;
	padding: 10px 15px;
	height: 42px;
	text-indent: 40px;
	border: 2px solid #c9d0d5;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.wpcf7 .wpcf7-form input[type="date"] {
	text-indent: 20px;
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	font-size: 16px;
    color: #fff;
    padding: 12px 40px;
    height: auto;
    display: inline-block;
    text-indent: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 700;
    width: auto;
    float: right;
    border: 0;
    outline: 0;
    background-color: #3cb64b;
    border-bottom: 3px solid rgba(0,0,0, .3);
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: #e4bf96;
	border: 0;
	outline: 0;
	border-bottom: 3px solid rgba(0,0,0, .3);
}
div.wpcf7 .wpcf7-form input[type="submit"]:focus {
	border: 0;
	outline: 0;
}
div.wpcf7 .wpcf7-form input:focus,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form textarea:hover {
	border: 2px solid #000;
}
div.wpcf7-response-output {
	float: left;
    margin-top: -34px;
    width: 60%;
    font-size: 11px;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}

span.wpcf7-form-control-wrap.harga input,
span.wpcf7-form-control-wrap.produk input {
	border: 0 !important;
	padding: 0 !important;
	outline: 0 !important;
	border-bottom: 1px solid #ccc !important;
	text-indent: 0 !important;
}

#megamenu {
  position: fixed;
  color: #000;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 18px;
  right: 56px;
  display: none;
}
#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: 2px;
  width: 35px;
  background: #292526;
  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: #292526;
}
.menu-dropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #3cb64b;
  top: 80px;
  z-index: 999;
}
.menu-dropdown .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.menu-dropdown .navbar {
  position: relative;
  padding: 0;
  display: block;
  top: 0;
}
.menu-dropdown .navbar .nav {
  position: relative;
  padding: 0;
  display: block;
	top: 0;
	background-color: #3cb64b;
}
.menu-dropdown .navbar .nav ul {
  -webkit-font-smoothing:antialiased;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.menu-dropdown .navbar .nav ul li {
  position: relative;
	float: none;
	width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #fff;
}
.menu-dropdown .navbar .nav ul li:first-child {
  border-top: 0;
}
.menu-dropdown .navbar .nav ul li:last-child {
  border-bottom: 0;
}
.menu-dropdown .navbar .nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  -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 .navbar .nav ul li a:hover {
  color: #fff;
}
.menu-dropdown .navbar .nav ul li.current_page_item a {
  color: #fff;
}
.menu-dropdown .navbar .nav ul li ul.sub-menu {
  display: block;
  position: relative;
  z-index: 1;
}
.menu-dropdown .navbar .nav ul li:hover ul.sub-menu {
  display: block;
  left: 0;
}
.menu-dropdown .navbar .nav ul li ul.sub-menu li {
  display: block;
  margin: 0;
  float: none;
  padding-left: 0;
  border-bottom: 0;
  border-top: 0;
  text-align: center;
  width: 100%;
}
.menu-dropdown .navbar .nav ul li ul.sub-menu li a {
  display: block;
  color: #e4bf96;
  font-size: 12px;
}
.menu-dropdown .navbar .nav ul li ul.sub-menu li a:hover {
  color: #fff;
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    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: 50px;
    width: 50px;
    height: 50px;
    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;
}

#slick-slidetoggle {
  cursor: pointer;
}
#slickbox {
  background-color: #fff;
  display: none;
  top: 10px;
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 0;
}

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

@media only screen and (max-width:1020px) {
	.header .container,
	.treatment .container,
	.testimonials .container,
	.promo .container,
	.product .container,
	.contact-bottom .container,
	.featured-news .container,
	.seo-content .container,
	.main-wrapper .container,
	.intro .container,
	.footer .container,
	.elementor-section.elementor-section-boxed > .elementor-container {
		width: 90%;
	}
}

@media only screen and (max-width:768px) {
	#megamenu {display: block; top: 32px;}
	.header {top: 0; padding: 0; position: fixed; height: 80px;box-shadow: 0 1px 3px rgba(0,0,0, .2);-moz-box-shadow: 0 1px 3px rgba(0,0,0, .2);-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .2);}
	.nav {display: none;}
	.header .container .logo {position: relative; float: left; left: 0; width: 84px; top: 5px;}
	.header .container .top-info {
		display: block;
		width: 100%;
		background-color: #fff;
		margin-left: 0;
		top: 80px;
		padding: 10px;
		position: absolute;
		box-shadow: 0 3px 5px rgba(0,0,0, .2);
	}
	.header .container .book-now {margin-right: 60px; margin-left: 0;}
	
	.main-banner { height: auto; background-color: #eee;}
	.main-banner .container:after {position: relative; top: 0;}
	.main-banner .container .owl-carousel .owl-item {height: 400px;}
	.main-banner .container .outer .inner {
		-webkit-transform: translateY(0%) translateZ(0);
    	transform: translateY(0%) translateZ(0);
    	background: transparent;
	}
	.main-banner .container .item {text-align: center; width: 100%;}
	.main-banner .container .item img {
	    min-width: 1600px;
	    height: 400px;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.contact-bottom {
		margin-top: 120px;
	}
	.contact-bottom .container h1 {
		font-size: 30px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.contact-bottom .container h3 {
		font-size: 20px;
	}
	.main-banner .container .item .outer {top: 0 !important; height: auto !important}
	.main-banner .container .item .outer .inner {width: 100% !important; padding: 20px !important; float: left !important; position: relative !important; top: 20px !important;}
	.main-banner .container .item .outer .inner h1 {font-size: 18px !important; line-height: 1.4 !important;}
	.main-banner .container .item .outer .inner h2 {font-size: 13px !important; line-height: 1.4 !important;}

	.owl-theme .owl-controls .owl-buttons .owl-next {display: none;}
	.owl-theme .owl-controls .owl-buttons .owl-prev {display: none;}
	.main-banner .container .owl-theme .owl-controls {bottom: 0;}
	.main-banner .container .owl-controls .owl-pagination {bottom: 0;}
	
	.main-wrapper {margin-top: 150px;}
	.main-wrapper .container .content {width: 100%; float: none; overflow: hidden;}
	.main-wrapper .container .sidebar.news {width: 100%; float: none; margin-top: 30px;}
	.main-wrapper .container .content article .metadata {width: 100%;}
	.main-wrapper .container .content article .metadata span.author {margin-right: 10px; padding: 5px;}

	.contact-bottom .container .col {width: 100%; padding: 30px; height: auto;}
	.contact-bottom .container .col.right {width: 100%; padding: 30px; height: auto;}

	.featured-news .container ul li {width: 100%; height: auto; margin: 10px 0;}
}

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

	.footer .container .col,
	.footer .container .col.middle,
	.footer .container .col.right {width: 100%;}
	.footer .container .col.middle {margin: 40px 0;}

	.seo-content .container #text-2.widget_text {width: 100%; float: left; margin: 10px 0; text-align: left;}
	.seo-content .container #text-3.widget_text {width: 100%; float: left; margin: 10px 0; text-align: left;}
	.seo-content .container #media_image-4.widget_media_image {width: 100%; float: left; margin: 10px 0;}
	.seo-content .container #media_image-5.widget_media_image {width: 100%; float: left; margin: 10px 0;}

}
@media only screen and (max-width:480px) {
	.main-banner .container .headline {width: 100%; float: none; bottom: 0; position: relative; top: 200px; padding-bottom: 50px;}
	.main-banner .container .headline h1 {line-height: .7;}
	.main-banner .container .headline h1 span {top: -7px;}
	.main-banner .container .headline .cta {margin: 30px 0 0 0;}
	.main-banner .container .headline .cta a.wa,
	.main-banner .container .headline .cta a.call {padding: 10px 9px;}
	.main-banner .container .headline .cta a i {margin-right: 5px;}
}

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

::selection {
	background: #292526;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#292526;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#292526;
	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:1px solid #F0F0F0;
	max-width:96%;
	padding:0;
	text-align:center;
}
.wp-caption.alignnone {
	margin:0;
}
.wp-caption.alignleft {
	margin:0;
}
.wp-caption.alignright {
	margin:0;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	margin:0;
	padding:0;
}
.sticky {

}
.bypostauthor {

}

img.size-full {
	height: auto;
}
figure {
    padding: 0 !important;
    margin: 0 !important;
}

/*------------------------------------*\
    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;
	}
}