/*!
Theme Name: Bajipot
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: betjili
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.

Bajipot 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/
*/





/* Reveal Animation */
@keyframes pinchReveal {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.reveal-animation {
  animation: pinchReveal 0.4s ease-out;
}

.modal-body .list-group-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ddd;
}

.list-group-item img {
/*   border-radius: 50%; */
}

.btn-group .btn-primary {
  background: var(--header-color) !important;
  border-color: var(--header-color) !important;
}

.btn-group, .btn-group-vertical {
    gap: 10px;
    width: 75%;
}
button.btn.btn-sm.btn-primary, button.btn.btn-sm.btn-outline-primary {
    max-width: 50%;
	border-radius: 8px !important;
	border-color: var(--golden-color) !important;
	font-weight: 700;
	background: var(--golden-color);
}
.btn.btn-sm.btn-outline-primary {
	border-radius: 8px !important;
	background: var(--golden-color);
	border-color: var(--golden-color) !important;
	color: var(--body-color) !important;
}

a.btn.btn-sm.btn-primary:focus, a.btn.btn-sm.btn-outline-primary:focus {
    outline: none;
    color: #fff;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover{
    color: #fff !important;
   background-color: var(--golden-color) !important;
    border-color: var(--golden-color) !important;
}
.btn.btn-sm.btn-outline-primary:hover {
	background-color: var(--body-color) !important;
	border-color: var(--body-color) !important;
	color: #fff !important;
}


div#languageModal .modal-header {
	text-align: left;
	justify-content: left;
	border: 0;
	padding: 1rem 1.5rem;
    background: var(--header-color) !important;
	    border-top: 1px solid var(--header-color) !important;
    font-weight: 300;
    position: relative;
}

div#languageModal .modal-header .btn-close {
	opacity: 1;
}
div#languageModal span {
	color: var(--header-color);
}

.btn-close:focus {
	box-shadow: none;
}

