<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Schweb PRWA css */

/* main */
header .top {
	background-color: #f5f6f2;
}
header.banner div.search-bar button {
	background-color: #ffffff;
}
body.hidetitle div.page-header h1 {
	display: none !important;
}
div.wp-block-cover {
	font-family: "Source Serif Pro",Georgia,Garamond,serif;
}
#main p {
	margin-bottom: 1.25em;
}
#main .wp-block-pullquote {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.25em;
}
#main .wp-block-cover {
	margin-bottom: 1.5em;
}

/* footer social media */
footer ul.wp-block-social-links li.wp-social-link-twitter a svg {
	display: none !important;
}
footer ul.wp-block-social-links li.wp-social-link-twitter a {
	display: block;
	background: url("Twitter_New_X_Logo-30x30.png") no-repeat;
	width: 30px;
	height: 30px;	
}
footer ul.wp-block-social-links li.wp-social-link-twitter a:hover {
	background: url("Twitter_New_X_Logo-33x33.png") no-repeat;
}


/* back to top */
html {
	scroll-behavior: smooth;
}
#backtop-button {
	display: block;
	visibility: hidden;
	position: fixed;
	z-index: 10000;
	bottom: 80px;
	right: 20px;
	font-size: 12px;
	padding: 0 7px 7px 7px;
	border-radius: 5px;
	background: #94c918;
	color: white;
	pointer-events: none; 
	transition: opacity 1s;	
}
#backtop-button:hover {
	opacity: 1 !important;
}
#backtop-button span {
	display: block;
	font-size: 30px;
}


/* menus */
#menu-main .display-none {
	display: none;
}
header .bottom-row .sub-menu {
	min-width: 285px;
	padding: 1rem;
}
header .bottom-row .sub-menu li {
	margin-bottom: 1rem;
	padding: 0 1rem 0 0;
}
header .bottom-row a:hover {
	font-weight: bold;
}
body.schweb-prwa-development {
	border: 10px solid red;
}

/* gutenberg */
.prwasocialmediaicons {
	margin: 0 3em .5em 0;
	float: left;
}
.wp-block-buttons {
	margin-bottom: 2em;
}
#main .wp-block-columns {
	padding-top: 0rem;
	margin-bottom: 0rem;
}

/* gravity forms */
#main .gform_required_legend {
	display: none;
}
#main .gform_wrapper.gravity-theme .gfield_required {
	font-size: 1.25em;
}

/* people page */
body.peoplepage #main .container &gt; .wp-block-group {
	padding: 1em 0 1em 0;
	border-top: 1px solid gray;
	overflow: auto;
}
body.peoplepage #main .wp-block-group .wp-block-group {
	display: table;
}
body.peoplepage #main p {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
body.peoplepage #main .container .wp-block-group figure.wp-block-image {
  margin: 0 1em 2em 0;
}

/* account profile */
body.logged-in #main .schweb-prwa-welcome {
	display: none;
}
body #main .schweb-prwa-orders {
	display: none;
}
body.logged-in.woocommerce-orders #main .schweb-prwa-orders {
	display: block;
}
#main div.profile div.profile-head img {
	height: auto;
	margin-bottom: 20px;
}
#main div.profile-blok div.profile-imag {
	margin-right: 20px;
	border: 1px solid #DCDCDC;
}
#main div.profile-blok div {
	display: inline-block;
	vertical-align: top;
}
body.author div.profile-desc {
	clear: both;
	margin-top: 15px;
	font-style: italic;
}
body.author div.posts {
	margin-top: 40px;
}
body.author div.profile-search {
	margin: 20px 0 0 0;
}
body.author div.profile-search span.sr-only {
	display: none;
}
.woocommerce-EditAccountForm .acf-fields .acf-label label[for=acf-field_640a0c556013f] {
	font-size: 1.25rem !important;
}


/* schweb-prwa custom user listing */
#schweb-prwa-untoggle {
	font-weight: 700;
}
#schweb-prwa-associate-filter {
	margin-top: 1em;
	display: none;
}
#schweb_prwa_user_directory .profile {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #DCDCDC;
}
#schweb_prwa_user_directory .profile-desc {
	font-style: italic;
}


/* clean up the subscribers admin interface */
body.customer #wpseo_meta,
body.customer #astra_settings_meta_box,
.post-navigation div.nav-links {
	display: none !important;
}

/* WooCommerce Account page */
.woocommerce-EditAccountForm .acf-fields .acf-label label {
  line-height: 2 !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  font-size: .9rem !important;
}

#main .woocommerce-MyAccount-content div.acf-repeater {
	border: 1px solid #aaa;
	border-right: 3px solid #aaa;
}
#main .woocommerce-MyAccount-content .acf-repeater th label {
	white-space: nowrap;
}
#main .woocommerce-MyAccount-content .acf-repeater td input {
	border: 1px solid #ddd;
}
#main .woocommerce-MyAccount-content .acf-repeater .acf-table &gt; thead &gt; tr &gt; th,
#main .woocommerce-MyAccount-content .acf-repeater .acf-table &gt; tbody &gt; tr &gt; td {
	border: none;
}


/* WooCommerce product page */
article.product div.page-header time,
article.product div.page-header p {
	display: none !important;
}
.schweb-prwa-product-collapsed article.product form.cart {
	display: none;
}
#schweb-prwa-untoggle {
	display: none;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	color: #1d68f1 !important;
}

.schweb-prwa-price input {
	color: #77a464 !important;
	font-size: 1.25em !important;
}
#product-5588 form .variations th,
#product-5588 form .variations td.value {
	display: block;
}
.woocommerce .product .schweb-prwa-product-wrapper {
	background-color: #f5f6f2;
	border: 1px solid #888888;
	overflow: auto;
	padding: 15px;
	margin-bottom: 2em;
}
.woocommerce .product .schweb-prwa-event-date {
	margin-bottom: 1em;
}
.woocommerce div.product div.images {
	border: 0.5px solid #888888;
}
.woocommerce #product-5590 div.images {
	border: none;
}
.woocommerce div.product div.images {
	margin-bottom: 0;
}
#main .single-product .summary p,
#main .single-product .summary .schweb-prwa-product-acf p {
	margin-bottom: 1em;
}
#main .single-product .summary p.price {
	margin-bottom: 0.5em;
}
#gfield_instruction_23_84,
#gfield_instruction_23_85 {
	display: none;
}
#main .single-product .ginput_container .ginput_price {
	display: none;
}


/* WooCommerce cart */
body.cart .woocommerce-message .button.wc-forward,
.woocommerce-cart .return-to-shop,
form.woocommerce-checkout #billing_country_field {
	display: none !important;
}
/* WooCommerce checkout */
#order_review #payment li label {
	display: inline;
}
#main .variation p {
	margin-bottom: .25em;
}
/* WooCommerce order page */
a.woocommerce-button.invoice {
	margin-left: 10px;
}
/* WooCommerce product listing and page */
#schweb-prwa-calendar-button {
	float: right;
	margin-left: 10px;
	padding: 0.25em;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #94c918;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover {
	background-color: #b9ea48;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #86b715;
}
#main .wc-item-meta p {
	margin-bottom: 0px;
}
#main .woocommerce .products .product.odd {
	background-color: #f5f6f2;
}
#main .woocommerce .products .product {
	border: 3px solid #f5f6f2;
	border-bottom: 3px solid #94c918;
	padding: 5px;
}
#main .woocommerce ul.products li.product {
	margin-bottom: 2em;
}
#main .woocommerce ul.products li.product a h2 {
	color: #1d68f1;
}
#main .woocommerce .schweb-prwa-product-acf {
	font-size: 1em;
}
#main .woocommerce .schweb-prwa-product-acf h2 {
	font-size: 1.25em;
	font-weight: 700;
}
#main .woocommerce .schweb-prwa-product-acf p {
	margin-bottom: 0px;
}
#main .woocommerce .schweb-prwa-product-acf span.label {
	margin-right: 10px;	
	font-weight: 700;
}
#main .woocommerce .schweb-prwa-product-acf span.value {
	margin-right: 20px;
}
#main .woocommerce .single-product .description.schweb-prwa-product-description {
	margin-bottom: 20px;
}
#main .woocommerce .single-product .description.schweb-prwa-product-description .schweb-prwa-product-description-profile {
	margin-top: 20px;
}
#main .woocommerce .schweb-prwa-product-acf.left {
	float: left;
}
#main .woocommerce .schweb-prwa-notforsale-message,
#main .woocommerce .schweb-prwa-seat-remaining {
	font-size: 1.2em;
	font-weight: 700;
	color: #FF8C00;
}
#main .woocommerce .schweb-prwa-product-list .schweb-prwa-notforsale-message,
#main .woocommerce .schweb-prwa-product-list .schweb-prwa-seat-remaining {
	float: right;
}
#main .term-description code {
	display: none;
}
.woocommerce-product-gallery__image {
	pointer-events: none !important;
}
.woocommerce-product-gallery__trigger {
	display: none !important;
}
.schweb-prwa-content-product-hours {
	color: #58780e;
}


/* Display one product per row on mobile */
@media only screen and (max-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100% !important;
        clear: none!important;
    }    
}


/* RSS feed */
#schweb_prwa_wp_rss_aggregator {
	margin-bottom: 20px;
}
#schweb_prwa_wp_rss_aggregator a.selected {
	font-size: 1.1em;
	font-weight: 700;
}
#schweb_prwa_wp_rss_aggregator a {
	margin-right: 15px;
}


/* Classifieds */
#schweb_prwa_taxonomy_term_menu {
	margin-bottom: 20px;
}
#schweb_prwa_taxonomy_term_menu a.selected {
	font-size: 1.1em;
	font-weight: 700;
}
#schweb_prwa_taxonomy_term_menu span,
#schweb_prwa_taxonomy_term_menu a {
	margin-right: 15px;
}
body.post-type-classified #screen-meta,
body.post-type-classified #screen-meta-links,
body.post-type-classified .update-nag,
body.post-type-classified .notice-warning,
body.post-type-classified .subsubsub .count {
	display: none;
}
body.post-type-classified.administrator .subsubsub .count {
	display: unset;
}

/* print css */
@media print {
	#schweb_utility_upload_certificates,
	#schweb_utility_upload_contacts,
	#schweb_utility_upload_creditcard,
	#schweb_utility_view_contacts,
	div.footer-interior,
	footer	{
		display: none;
	}
}
</pre></body></html>