/**
 * Theme Name:        Jupiter Child
 * Template:   		  jupiter
 * Description:       IU's custom child theme for the Jupiter them by Artbees - https://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775
 * Version:           1.0.0
 * Author:            Paul Solomon
 * Author URI:        https://www.insitewebsite.com
 * Tested up to:      6.8
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

/** header elements */
svg.mk-svg-icon {
	min-width: 30px;
	min-height: 30px;
}
.add-header-height, .header-style-1 .mk-header-inner .mk-header-search, .header-style-1 .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-5 .main-navigation-ul > li, .header-style-1 .menu-hover-style-3 .main-navigation-ul > li, .header-style-1 .menu-hover-style-5 .main-navigation-ul > li {
	height: 145px;
	line-height: 145px;
}
.fit-logo-img a {
}
.header-style-2 .header-logo a img {
	box-shadow: 0 0 5px rgb(255 255 255 / 50%);
	max-height: 125px;
	max-width: 125px;
}
/** switch X to Bluesky logo */
/* hide the X svg file */
a.twitter-hover svg.mk-svg-icon {display: none;}
/* replace with a Bluesky svg as a background-image */
.mk-header-social ul li a.twitter-hover {
	background-color: #ffffff;
	border-radius: 50%;
	margin: auto 5px;
	display: inline-block;
	vertical-align: middle;
	max-width: 30px;
	min-width: 30px;
	max-height: 30px;
	min-height: 30px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3.268 64 68.414" width="2232" height="2500"><path fill="%230085ff" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805zm36.254 0C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745z"/></svg>');
	background-size: 67%;
	background-position: center 73%;
	background-repeat: no-repeat;
}
.mk-header-social ul li a.twitter-hover:hover {
	background-color: #cccccc;
}

/**  hero images and text */
h3#mk-title-box-6,
.master-holder h4 {
	text-shadow: 3px 3px 5px rgb(22 36 55 / 40%);
}

/** sidebar */
.vc_wp_rss ul {
	margin-left: 0;
}
.rssSummary {
	word-break: break-all;
}
 