<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Smoky Hill River
Theme URI: 
Author: Sanoop
Author URI: 
*/
body {
	font-family: 'Roboto', sans-serif;
}

header {
	z-index: 99999 !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 30px 30px;
}

.alignleft {
	float: left;
	margin: 5px 30px 30px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 30px 30px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

a {
	color: #39f;
}

a:hover {
	color: #f59331;
}


.uk-ban-counter {
	margin-top: -250px;
	position: relative;
	z-index: 9999;
}

.uk-feat {
	position: relative;
	z-index: 9999;
}

.featured-box h3 {
	font-family: "Rockwell", "Kameron", serif !important;
}

.bg-l-blu {
	background-color: #00cccc !important;
}

.inner-conent-area.performers .performers-box.artists-box aside {
	margin-bottom: 30px !important;
}

.uk-position-center {
	text-align: center;
}

.inner-conent-area.kids .uk-kids ul.uk-accordion li .uk-accordion-content a {
	background: #fff;
	border-radius: 15px;
	color: #666;
	font-size: 14px;
	padding: 5px 15px;
	text-transform: uppercase;
	font-family: "rockwell", "kameron", serif;
}

.uk-accordion a {
	position: relative;
	z-index: 1;
}

.want-perform {
	margin-bottom: -91px;
}

/*
.uk-navbar-dropdown-nav &gt; li &gt; a {
    color: #39f;
}
.uk-navbar-dropdown-nav &gt; li &gt; a:hover {
    color: #f59331;
}*/

/* ============================== 
Home 
==============================  */
/* Entertainment heading is too long for certain resolutions */
@media (min-width: 1193px) {
	.home-boxes .box-content h1 {
		font-size: 4rem !important;
	}
}

@media (max-width: 1192px) {
	.home-boxes .box-content h1 {
		font-size: 3rem !important;
	}
}

@media (max-width: 439px) {
	.home-boxes .box-content h1 {
		font-size: 2rem !important;
	}
}

.newold-box h1 {
	text-transform: uppercase;
}

.volunters-need a {
	border: none;
	border-radius: unset;
	padding: 0;
	background: unset;
	max-width: 180px;
}

.volunters-need a:hover img {
	filter: saturate(2);
}

:root {
	--marquee-width: 100%;
	--marquee-height: auto;
	--marquee-elements-displayed: 5;
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements)*5s);
}

.marquee {
	width: var(--marquee-width);
	height: var(--marquee-height);
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.marquee-content {
	height: 100%;
	display: flex;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
	animation-play-state: paused;
}

@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-1 * var(--marquee-element-width)*var(--marquee-elements)));
	}
}

.marquee-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: var(--marquee-element-width);
	max-height: 100%;
	white-space: nowrap;
	padding: 0 15px;
}

.marquee-right {
	animation: scrolling-right var(--marquee-animation-duration) linear infinite;
}

@keyframes scrolling-right {
	100% {
		transform: translateX(0);
	}

	0% {
		transform: translateX(calc(-1 * var(--marquee-element-width)*var(--marquee-elements)));
	}
}

div#sponserLeft {
	margin-bottom: 35px;
}

/*  ============================== 
Subpages 
==============================  */
.anchor {
	margin-top: -110px;
	padding-top: 130px;
}

.locations h3.anchor {
	margin-top: -140px;
	padding-top: 140px;
}

.wp-block-button {
	display: inline-block;
}

.wp-block-button__link {
	border-radius: 15px;
	font-family: "Rockwell", "Kameron", serf;
	font-size: 14px;
	line-height: normal;
	padding: 5px 15px;
	text-transform: uppercase;
}

.wp-block-button__link:hover {
	background: #151515 !important;
}

iframe {
	max-width: 100%;
}

/*  ============================== 
Subpages - Colored banner 
==============================  */
.bg-prpl {
	background-color: #65318f;
}

.subpage-title .sub-titlebox h1 {
	text-transform: lowercase;
}

.subpage-title .uk-card-body h1 {
	word-break: normal;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.cta-content {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
}

.subpage-title .uk-card {
	min-height: 225px;
}

.subpage-title .uk-card-body h1 {
	font-size: 1.8rem;
}

/*  ============================== 
Featured Content Banner 
 ============================== */
.featured-content.bg-gry h2 {
	text-transform: uppercase;
}

/*  ============================== 
Attend | Accommodations
 ============================== */
.hotel-sponsors img {
	margin: 20px;
	max-height: 100px;
}

/*  ============================== 
Sponsors
 ============================== */
.spon-list {
	padding-top: 10px;
}

.spon-box {
	margin-bottom: 50px;
}

.spon-img {
	box-shadow: none;
	height: 90px;
	text-align: center;
}

.presenting .spon-img {
	height: auto;
}

.spon-list img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
}

.spon-list h5 {
	color: #666;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px !important;
	margin-top: 10px;
	text-align: center;
}

.spon-list h5:before {
	content: 'Sponsoring';
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	text-align: center;
}

/*  ============================== 
Arts
 ============================== */
.award-pink {
	background: #f09;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 2px 12px;
}

.award-green {
	background: #096;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 2px 12px;
}

/*  ============================== 
Food
 ============================== */
.page-template-food aside.vendor_menu img {
	max-width: 325px;
}

aside.vendor_menu:hover {
	cursor: pointer;
}

.popup-overlay {
	display: none;
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.popup-content {
	background: #fff;
	display: block;
	margin: 0 auto;
	width: 500px;
	padding: 25px;
}

.popup-content h6 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

#field_1_3 {
	display: none;
}

.popup-content table {
	border-collapse: collapse;
	margin: 0 auto;
}

.popup-content thead {
	text-align: left;
}

table.table tbody tr {
	border-bottom: 1px solid #e6e6e6;
}

table.table tbody tr td {
	padding-bottom: 3px;
	padding-right: 20px;
	padding-top: 3px;
}

table.table tbody tr td:first-child {
	padding-right: 35px;
}

table.table tbody tr td:last-child {
	padding-right: 0;
}

.food-popup img {
	max-width: 30px;
}

.art-popup-gallery img {
	max-width: initial;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.art-popup-gallery {
	overflow-y: auto;
}

.popup-content small {
	display: block;
	margin-top: 20px;
	text-align: center;
}

/*  ============================== 
Store - All Products
 ============================== */
h2.woocommerce-loop-product__title {
	font-family: 'Roboto', sans-serif;
	font-size: .95em !important;
	text-align: center;
}

h2.woocommerce-loop-product__title:hover {
	color: #39f;
}

span.price {
	color: #000 !important;
	font-size: 0.95em !important;
	text-align: center;
}

.woocommerce ul.products li.product .button,
section.related.products,
.product_meta {
	display: none;
}

/*  ============================== 
Store - Single Product 
 ============================== */
.summary.entry-summary h2 {
	font-size: 30px;
}

.woocommerce div.product p.price {
	color: #000;
}

#field_1_4 {
	display: none;
}

@media (max-width: 1199px) {
	.want-perform {
		padding-bottom: 180px;
		margin-bottom: -150px
	}

	.footer-menu {
		margin-top: 30px !important;
	}
}

@media (max-width: 1100px) {
	.uk-ban-counter {
		margin-top: -180px;
	}
}

@media (max-width: 959px) {
	.uk-ban-counter {
		margin-top: -130px;
	}

	.subpage-title .uk-card-body h1 {
		font-size: 1.5rem;
	}

	.inner-conent-area .social-floating {
		position: static !important;
	}

	.subpage-title aside:last-child .uk-first-column {
		padding-left: 0px;
	}

	footer {
		webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
	}
}

@media (max-width: 767px) {
	:root {
		--marquee-elements-displayed: 3;
	}
}

@media (max-width: 670px) {
	.uk-ban-counter {
		margin-top: -110px
	}
}

@media (max-width: 659px) {
	.inner-conent-area.performers .performers-box.artists-box aside figcaption {
		padding-left: 30px;
		padding-right: 30px;
	}

	.inner-conent-area.performers .radio-btn {
		display: block;
		padding-left: 35px;
	}

	.inner-conent-area.performers .radio-btn div {
		margin-top: 10px;
		margin-left: 0px !important;
	}
}

@media (max-width: 570px) {
	.uk-ban-counter {
		margin-top: -80px
	}
}

@media (max-width: 545px) {
	:root {
		--marquee-elements-displayed: 2;
	}

	.popup-content {
		margin: 0;
		max-width: 90%;
		padding: 25px 15px;
	}

	table.table tbody tr td {
		font-size: 13px;
	}

	.food-popup img {
		max-width: 25px;
	}
}


@media (max-width: 480px) {

	.subpage-title .sub-titlebox h1,
	h2,
	.newold-box h1,
	.volunters-need h2,
	.featured-content h2 {
		font-size: 2rem;
	}

	body.home .banner {
		padding: 0 0 180px 0;
	}

	.uk-button-secondary {
		display: inline-block;
		line-height: normal;
		margin-bottom: 8px !important;
		white-space: nowrap;
	}
}

@media (max-width: 375px) {
	h1 {
		font-size: 2.3rem;
	}

}

.gform_body .gfield_total {
	display: none;
}


.new-banner-single h1 {
	z-index: 5;
	font-family: "Rockwell Extra" !important;
	text-transform: uppercase;
	height: auto;
	width: auto;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: normal;
	text-align: center;
	line-height: 120px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 75px;
	backdrop-filter: none;
	filter: none;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
	text-shadow: 5px 5px 10px #000;
	margin-top: -150px;
}

.rev-slider.new-banner-single {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 900px;
}

.rev-slider.new-banner-single img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-box h2 {
	color: #fff;
	text-align: center;
	display: block;
	background: #00000073;
	padding: 10px 20px;
	margin-left: -40px;
	margin-right: auto;
}

.featured-box&gt;div {
	text-align: center;
}

@media (max-width: 1200px) {
	.rev-slider.new-banner-single {
		min-height: unset;
		height: 80vh;
	}

	.new-banner-single h1 {
		font-size: calc(2vw + 1.5rem);
		line-height: calc(3vw + 2rem);
	}
}</pre></body></html>