/*!
Theme Name: Bina Tani Sejahtera
Theme URI: http://underscores.me/
Author: Vodjo
Author URI: https://www.vodjo.com
Description: Theme for Bina Tani Sejahtera
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: binatani
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.

Bina Tani Sejahtera 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/
*/

.wpcf7-spinner {
	display: none;
}

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

a.disabled {
    pointer-events: none; /* Disable mouse events */
    cursor: not-allowed; /* Change cursor to indicate not-allowed state */
    text-decoration: none; /* Remove underline */
}

.default-content img.aligncenter, .post-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.default-content img.alignright, .post-content img.alignright {
    float: right;
}

.default-content img {
    border-radius: var(--bs-border-radius-lg) !important;
}

.default-content img.size-full {
    width: 100% !important;
}

.default-content a {
    color: rgb(var(--color-main-green));
    text-decoration: underline !important;
}

.default-content a:hover {
    color: rgb(var(--color-main-orange));
}

.default-content p strong {
    font-weight: 700;
    color: rgb(var(--color-dark));
}

.default-content ul li {
    margin-bottom: 1rem !important;
}

#loading-spinner img {
    width: 24px;
    height: 24px;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-lang img {
    height: 21px !important;
}