/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */

#jupiterx-primary > a{
	display:none;
}
.home .jupiterx-main{
	padding-top:85px;
}
.jupiterx-header-stick header.jupiterx-header{
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
}
.product-list-wrapper .raven-post .raven-post-excerpt{
	max-height: 70px;
	min-height: 70px;
    overflow: hidden;
}
footer .raven-nav-menu li a:hover{
	color: #000021 !important;
}
.no-post-content-wrapper .raven-post-read-more{
	opacity:0;
}
.no-post-content-wrapper a{
	pointer-events: none;
  cursor: default;
  text-decoration: none;
}