/*
 Theme Name:   Jupiterx Child
 Theme URI:    https://jupiterx.artbees.net/
 Description:  Jupiterx Child Theme
 Author:       Juist
 Author URI:   https://www.juist.nl/
 Template:     jupiterx
 Version:      1.0.0
 Text Domain:  jupiterx-child
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */
.jupiterx-widget a {
	color: #000;
}

.jupiterx-widget a:hover {
	color: #ff6600;
}

@media screen and (max-width: 768px){
	.raven-nav-menu .sub-menu { 
		padding-left: 20px;
	}
}

@media (min-width: 768px){
	.jupiterx-header-overlapped:not(.jupiterx-header-fixed):not(.jupiterx-header-stick):not(.jupiterx-header-sticked) .jupiterx-header {
	    position: relative!important;
	}
}