<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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 &gt; 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 &gt; div {
		bottom: 0%;
		transform: translate3d(0, 0, 0);
	}

	.seeOurInitiativesBox:hover &gt; 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 &gt; .menu-item {
	position: relative;
}

#donateLinkMobile {
	padding-top: 5px;
}

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

#donateLinkMobile &gt; a:hover,
#primary-menu &gt; .menu-item a:hover,
#primary-menu &gt; .menu-item a:hover::after {
	color: #f05d46
}

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

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

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

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

#navbarFixed #primary-menu &gt; .menu-item-has-children &gt; 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 &gt; .menu-item &gt; .sub-menu,
#navbarFixed #primary-menu &gt; .menu-item &gt; .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 &gt; .menu-item &gt; .sub-menu {
	margin-left: 4.5vw;
}

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

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

#primary-menu &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; 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 &gt; .menu-item &gt; 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  &gt; .menu-item {
	position: relative;
	padding-left: 0;
	display: block;
}

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

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

ul.list-black &gt; 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: #f05d46
}

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

.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: #f05d46;
}

.simpay-btn.simpay-checkout-btn {
	background-color: #f05d46 !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 &gt; * {
    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: #f05d46;
    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: #f05d46;
    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;
}
</pre></body></html>