<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         mightyMINNOW
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/* Page content spacing */
.theme-content h2:not(:first-of-type),
.theme-content h3:not(:first-of-type) {
	margin-top: 2em;
}

.theme-content p a,
.theme-content ul a,
.theme-content ol a {
	text-decoration: underline;
}

/* Header */
div.menu-hover-style-1 #menu-main-menu .sub-menu {
	width: auto !important;
}

/* Home */

.home div.mk-box-icon .rounded-circle.top-side i.mk-main-ico {
	margin-bottom: 20px !important;
}

.home .mk-box-icon .icon-box-readmore {
	color: #059d7e;
}

.home .mk-box-icon .rounded-circle .mk-main-ico {
	border-width: 2px;
	background-color: #059d7e;
}

.mk-box-icon .icon-box-readmore {
	font-size: 16px;
	margin-right: 0;
}

/* Sidebar */
.simple-section-nav ul li {
	color: #FFD478;
}

.simple-section-nav ul li.current_page_item &gt; a {
	color: #4b6782 !important;
}

#mk-sidebar .custom-sidebar-donate {
	padding: 15px;
	background-color: #ffd478;
}

#mk-sidebar .custom-sidebar-donate a {
	color: #4b6782 !important;
	border-color: #4b6782 !important;
	background-color: transparent;
}

/* Footer */
#mk-footer .mk-button-container.footer-newsletter-button .mk-button {
	clear: both;
	background-color: transparent;
	border: 2px solid #4b6782;
	font-family: 'Roboto Condensed';
	font-weight: normal;
	font-size: 14px;
}

#mk-footer .mk-button-container.footer-newsletter-button .mk-button:hover {
	background-color: #4b6782;
	color: #fff;
}

#mk-footer .widgettitle {
	margin-bottom: 10px;
	clear: both;
}

#mk-footer .widgettitle,
#mk-footer .textwidget,
#mk-footer .widget_nav_menu {
	font-family: 'Roboto Condensed';
}

#mk-footer .widget_nav_menu {
	padding-top: 0;
}

#mk-footer .widget_nav_menu ul li a {
	padding-top: 0;
	padding-bottom: 0px;
	line-height: 1;
}

#mk-footer .gfield_label {
	display: none;
}

#mk-footer .gform_footer {
	margin-top: 0;
	padding-top: 0;
}

#mk-footer .gform_footer input[type*=submit] {
	background-color: transparent !important;
	color: #4b6782 !important;
	border: 2px solid #4b6782 !important;
	border-radius: 20px;
	text-transform: none !important;
	font-weight: normal !important;
}

#mk-footer .gform_footer input[type*=submit]:hover {
	color: #fff !important;
	background-color: #4b6782 !important;
}

#sub-footer {
	text-align: center;
}

#sub-footer .mk-footer-copyright {
	float: none;
	padding-top: 10px;
	display: inline-block;
}</pre></body></html>