/*!
Theme Name:   Josephine Child Theme
Template:     josephine
Version:      1.0.0

Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md

Child theme CSS styles:
*/

/* SCROLLBAR */

/* scrollbar width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* scrollbar Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
  }
   
  /* scrollbar Handle */
  ::-webkit-scrollbar-thumb {
    background: #CAE3CA; 
  }
  
  /* scrollbar Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #87bba3cc; 
  }
  
  .Flipped, .Flipped .ScrollbarTableTop {
      transform: rotateX(180deg);
  }


/* MAIN CSS */

.icon-hover {
  transition: all .2s ease-in-out;
}

.icon-hover>figure>a>img:hover, .icon-hover>figure>a>img:focus {
  opacity: 0.9;
  transform: scale(1.1);
}


/* NAVIGATION */

.wp-block-navigation .current-menu-ancestor.wp-block-navigation-item__content:before, .wp-block-navigation .current-menu-item.has-child>.wp-block-navigation-item__content:before, .wp-block-navigation .current-menu-item>.wp-block-navigation-item__content .wp-block-navigation-item__label:before {
    content: "#"!important;
    display: inline-block;
    -webkit-margin-end: 0.2em;
    margin-inline-end: 0.2em;
    background: none;
}

.current-menu-item {
    color: #CAE3CA;
}

@media (max-width: 880px) {
    .mobile-mob {
        flex-direction: column;
        flex: 100%;
    }
}

/* OTHERS */

.video-homepage > video {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
