/*
Theme Name: Lebah
Theme URI: https://gurujagoan.com/demo/lebah
Author: Trida Studio
Author URI: https://tridastudio.com
Description: Tema WordPress sederhana yang dibuat khusus.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lebah
*/

#site-logo {
    vertical-align: baseline;
}

.text-logo h3 {
    font-size: 2em;
}

.swal2-container {
    z-index: 9999 !important;
}

.search-wrap {
    z-index: 9998;
}

/* Style untuk mengatur input dan tombol sejajar */
.search-container {
    display: flex;
    align-items: center;
}

.main-search-input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
    width: 100%;
    margin-right: 0.5rem;
}

/* Style untuk tombol btn-warning */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 171, 18, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
    opacity: 0.65;
}

.single-footer-widget ul.menu li:not(:last-child), .wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 15px;
}

.single-footer-widget .menu-item a::before{
    content: '\f054';
    margin-right: 10px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    padding-left: 5px;
}

.single-footer-widget .menu-item a:hover, .wp-block-latest-posts a:hover {
    color: #f39f5f;
    margin-left: 5px;
}

.wp-block-latest-posts__post-title {
    text-indent: -31px;
    padding-left: 30px;
    display: inline-block;
}

.wp-block-latest-posts a::before {
    content: '\f5da';
    margin-right: 10px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    padding-left: 5px;
}

.post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    border-radius: 10px;
    margin: 20px 0 10px 0;
}

.main-cta-wrapper .newsletter-items .theme-btn {
    position: relative;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 6px;
    padding: 16px 40px;
    background-color: white;
    color: #f39f5f;
  }

  .main-cta-wrapper .newsletter-items a.theme-btn:hover {
    
    color: #fff;
  }