/*!
Theme Name: Bisa Cek
Theme URI: http://underscores.me/
Author: Vodjo
Author URI: https://www.vodjo.com
Description: Theme for Bisa Cek
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bisacek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bisa Cek is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

p {
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #423a30;
    margin-bottom: 0.5rem;
}

.w-70 {
	width: 70px;
}

.w-196 {
	width: 196px;
}

.w-24 {
    width: 24px;
}

.w-181 {
    width: 181px;
}

.w-187 {
    width: 187px;
}

.w-48 {
    width: 48px;
}

.lh-0 {
    line-height: unset;
}

.pt-45 {
    padding-top: 45px !important;
}

.item-content ul li {
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #423a30;
}

.wpcf7-form-control::placeholder {
    color: #dedbd8;
}

.wpcf7 form .wpcf7-response-output {
    margin: 3.5em 0em 1em;
}

.wpcf7-response-output {
    display: none !important;
}

.progressbar li {
    width: 300px;
}

.progressbar li span {
    position: absolute;
    width: 222px;
    top: 20px;
    left: 25px;
}

.progressbar li.active span {
    color: #423a30;
    font-weight: normal;
}

.track-button {
    border: unset !important;
}

span#tracking {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.wpcf7-form-control-wrap:focus-within + .form-control-placeholder,
.wpcf7-form-control-wrap.valid + .form-control-placeholder {
    font-size: 90%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    padding: 0px 5px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset;
}

.dropdown-menu a.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1180px) and (min-width: 320px) {
    #header .logo img {
        max-width: 116px !important;
    }
}

@media screen and (max-width: 992px){
    span#tracking {
        top: -77px;
    }
}