/*
Theme Name: KultureCity Theme
Author: Rahmon
Author URI: http://github.com/rahmon/
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kulturecity
This theme, like WordPress, is licensed under the GPL.
*/

.h-half {
	height: 50%;
}

.h-100-subtraction-4rem {
	height: calc(100% - 8rem);
}

.h-72 {
	height: 18rem;
}

.h-100-subtraction-18rem {
	height: calc(100% - 18rem);
}

.min-w-16rem {
	min-width: 16rem;
}

@media (min-width: 768px) {
	.md\:h-525px {
		height: 525px !important;
	}
}


@media (min-width: 1024px) {
	.h-w-525px {
		height: 525px;
		width: 525px;
	}

	.transform-y-85px-up {
		transform: translateX(0px) translateY(-85px)
	}

	.transform-y-80px-up {
		transform: translateX(0px) translateY(-80px)
	}

	.transform-y-100px-down {
		transform: translateX(0px) translateY(100px);
	}

	.transform-x-100px-left {
		transform: translateX(-100px) translateY(0px);
	}

	.lg\:h-720px {
		height: 720px !important;
	}
}

@media (min-width: 1280px) {
	.xl\:text-132px {
		font-size: 132px !important;
	}

	.xl\:transform-y-85px-up {
		transform: translateX(0px) translateY(-85px)
	}

	.xl\:min-height-942px {
		min-height: 942px;
	}

	.xl\:min-height-843px {
		min-height: 843px;
	}

	.xl\:max-height-950px {
		max-height: 950px;
	}

	.xl\:max-height-1100px {
		max-height: 1100px;
	}
}

body.admin-bar #navbarFixed {
	top: 32px;
}

.bg-picBW {
	background:
		linear-gradient(rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.7)),
		url(./assets/images/picBW.jpg);

}

.bg-picBubbles {
	background:
		linear-gradient(rgba(0, 0, 0, 0.4),
			rgba(0, 0, 0, 0.4)),
		url(./assets/images/picBubbles.jpg);

}

.seeOurInitiativesBox * {
	transition: all .3s linear;
}

.seeOurInitiativesBox>div {
	bottom: 4%;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

@media (min-width: 1024px) {

	.seeOurInitiativesBox>div {
		bottom: 0%;
		transform: translate3d(0, 0, 0);
	}

	.seeOurInitiativesBox:hover>div {
		bottom: 4%;
		transform: translate3d(0, -10%, 0);
	}

	.seeOurInitiativesBox a.btn {
		opacity: 0;
	}

	.seeOurInitiativesBox:hover a.btn {
		opacity: 1;
	}



	.fadeInDown {
		animation-name: fadeInDown;
		animation-duration: 1s;
		animation-fill-mode: both;
	}



	.fadeOutUp {
		animation-name: fadeOutUp;
		animation-duration: 1s;
		animation-fill-mode: both;
	}
}

/*
#primary-menu > .menu-item {
	position: relative;
}

#donateLinkMobile {
	padding-top: 5px;
}

#donateLinkMobile > a,
#primary-menu > .menu-item a {
	transition: all .3s ease-in-out;
}

#donateLinkMobile > a:hover,
#primary-menu > .menu-item a:hover,
#primary-menu > .menu-item a:hover::after {
	color: #d93520
}

#primary-menu > .menu-item > a {
	padding: 32px 0;
}

#navbarFixed .custom-logo {
	max-height: 5rem;
	width: auto;
}

#navbarFixed #primary-menu {
	display: flex;
}

#navbarFixed #primary-menu > .menu-item {
	padding-left: 3vw;
}

#navbarFixed #primary-menu > .menu-item-has-children > a::after {
	content: "\f107";
	font-family: "FontAwesome";
	color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}
#bottomMenuFrontPage #primary-menu > .menu-item > .sub-menu,
#navbarFixed #primary-menu > .menu-item > .sub-menu {
	position: absolute;
	top: 49px;
	left: 0;
	margin-left: 4.8rem;
	width: 250px;
	opacity: 0;
    visibility: hidden;
	transition: all .2s ease-in-out;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#navbarFixed #primary-menu > .menu-item > .sub-menu {
	margin-left: 4.5vw;
}

#navbarFixed #primary-menu > .menu-item:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

#primary-menu > .menu-item > .sub-menu > .menu-item {
	display: flex;
	align-items: center;
	padding-left: 0;
	
	width: 100%;
	background-color: white;
	opacity: .95;
}

#primary-menu > .menu-item > .sub-menu > .menu-item > a {
	padding: 10px 0 10px 20px;
	width: 100%;
}

.menu-item {
	display: inline;
	padding-left: 5rem;
}

#mobileMenu .menu-item {
	display: block;
	padding-left: 0;
	padding-top: 5px;
}
#mobileMenu #primary-menu > .menu-item > a{
     padding: 0;   
}

#mobileMenuItems {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 180px;
}
*/

#footer-menu .sub-menu {
	display: block;
	/* position: absolute; */
	/* left: 0; */
}

#footer-menu .sub-menu .menu-item {
	display: block;
	padding-left: 0;
}

#footer-menu>.menu-item {
	position: relative;
	padding-left: 0;
	display: block;
}

ul.list-square {
	list-style-type: square
}

ul.list-red>li::before {
	color: #d93520;
	content: "\25A0";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	position: absolute;
	top: -5px;
	left: 0;
}

ul.list-black>li::before {
	color: #000;
	content: "\25A0";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	position: absolute;
	top: -5px;
	left: 0;
}

.double-quote::before {
	content: '❛❛';
	color: black;
	position: absolute;
	left: -40px;
	transform: scale(3);
	top: 15px;
}

.kulturecity-text-red {
	color: #d93520
}

.kulturecity-bg-red {
	background-color: #d93520
}

.box-form .simpay-label-wrap {
	color: #1a202c;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.box-form .simpay-form-control {
	position: relative;
}

.box-form .simpay-amount-input {
	width: 100%;
	font-size: 2.25rem;
	padding-right: 3rem;
	padding-left: 1.5rem;
	padding-top: 2.2rem;
	padding-bottom: 2.2rem;
	line-height: 1.25;
	font-weight: 700;
	border-width: 2px;
	border-color: #e2e8f0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #d93520;
}

.simpay-btn.simpay-checkout-btn {
	background-color: #d93520 !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	width: 165px !important;
	height: auto !important;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	text-transform: none !important;
	margin: 0 auto !important;
}

.entry-content>* {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content h2 {
	font-size: 2.25rem;
	margin-bottom: 1.25rem;
}

.entry-content h3 {
	font-size: 1.5rem;
}

.entry-content h4 {
	font-size: 1.25rem;
}

.entry-content li {
	list-style: disc;
	margin-left: 15px;
}


/*Gravity Forms */
.gform_body input,
.gform_body textarea {
	border: 1px solid #ccc;
}

.gform_footer input[type=submit] {
	color: #ffffff;
	background-color: #d93520;
	padding: 0.75em 1rem 0.75em 1rem;
	border-radius: 4px;
}

.btn-marker {
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	padding: 5px 1rem;
	margin: auto;
	font-weight: 400;
	background-color: #d93520;
	height: auto;
	text-transform: none;
	cursor: pointer;
	transition: ease all 0.2s;
}

.btn-marker:hover {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	background-color: #bb594a;
}