/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

#mk-sidebar .menu-item.current-menu-item a,#mk-sidebar .menu-item.current-menu-parent a {
  color:#999!important;
}


.mk-flex-slides li .item-thumb{
  background-color:#fff;
}




.mk-flex-slides li .item-thumb img{
opacity:1;
  -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.mk-flex-slides li .item-thumb .full-cover-link{
  background-image: url("images/badge.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity:0;
  -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.mk-flex-slides li:hover .item-thumb .full-cover-link{
  opacity:1;
}

.mk-flex-slides li:hover .item-thumb img{
  opacity:0.3;
}


.posts-carousel .flex-direction-nav svg {
    fill: #666;
}

.flex-direction-nav svg {

    height: 22px;
    margin-top: 0px;
}


.posts-carousel .flex-direction-nav a {
    position: absolute;
    top: -60px;
    padding-top: 10px;
    background: #fff;
    border:1px solid rgba(0,0,0,.1);
    padding-left: 5px;
padding-right: 5px;
}


.posts-carousel .flex-next {
    right: 3px;
}
.posts-carousel .flex-prev {
    right: 60px;
}
