/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

::placeholder {
    color: #c8c8c8;
}

header.page-header h1 {
    color: transparent !important;
    margin: 0;
}

.justify-with-last {
    text-align: justify !important;
    text-align-last: center;
}

.why-carousel ul.slick-dots {
    margin-top: 15px !important;
}

.why-carousel .carousel-arrow.slick-arrow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    /* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
}

.fitur-card__img figure.elementor-image-box-img {
    display: grid;
	margin: 0 auto !important;
	padding-bottom: 30px;
}

.blog-carousel .premium-blog-entry-container {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
    width: 100%;
}

.blog-carousel .premium-blog-entry-container * {
    margin: 0;
    padding: 0;
}

.blog-carousel .premium-blog-entry-container .premium-blog-entry-meta span i {
    display: none;
}

.blog-carousel .premium-blog-entry-container .premium-blog-entry-meta .premium-blog-post-author:after {
    content: ".";
}

#breadcrumbs a {
    color: #fff;
}

.elementor-post-navigation .elementor-post-navigation__link a {
    display: flex !important;
    width: 185px !important;
    padding: 8px 35px;
    background-color: #053a7b;
    border-radius: 20px;
    align-items: center !important;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: none;
}

p.form-submit {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

p.form-submit input {
    padding: 8px 35px;
    background-color: #053a7b;
    border-radius: 20px;
	border: none;
    color: #fff;
}

.elementor-post-navigation .elementor-post-navigation__link a:before, p.form-submit input:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #75b82c;
    z-index: 0;
    top: 10px;
    right: 0;
}

span.elementor-post-navigation__link__prev {
    z-index: 1;
}

.comment-form-author input, 
.comment-form-email input, 
.comment-form-comment textarea {
	border-radius: 10px;
	border-color: #c8c8c8 !important;
}

h2#reply-title {
    color: #333333;
}

.btn-bg-circle-blue a:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #053a7c;
    z-index: 0;
    top: 10px;
    right: 0;
}

.jenis-sampah-detail-page p.elementor-heading-title{
    display: none !important;
}

/* Media Queries */

/* LG Big screens */

/* MD Tablet, ipad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.elementor-nav-menu li:last-child {
    display: none;
}
}

/* SM Tablet, ipad portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.elementor-nav-menu li.pll-parent-menu-item {
    display: none;
}
}

/* XS Mobile portrait */
@media only screen and (max-width: 767px) {
.elementor-nav-menu li.pll-parent-menu-item {
    display: none;
}
.elementor-5 .elementor-element.elementor-element-f6e1aaf img{
		width: 80%;
	} 
.mengapa1-title h2 {
    position: absolute !important;
    top: -30vh;
    left: -50px;
}
ul.plsfe-menu img {
    width: 28px;
    height: 20px;
    
}
}

li.lang-item a {
    justify-content: flex-start;
}

body {
    height: 100% !important;
}

/*XSL Mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.elementor-nav-menu li.pll-parent-menu-item {
    display: none;
}
}