/* 
 Theme Name:     Divi Child Theme voor de Wijde Blik Coaching 
 Author:         SoPressed
 Author URI:     http://www.sopressed.nl 
 Template:       Divi
 Version:        1.0 
#main-header #top-menu li.current-menu-item > a {
color: #01b394 !important;
}

*/ 
/*------------- Scroll to top ------------*/

.et_pb_scroll_top.et-visible {
  bottom: 2% !important;
  background-color: #01b394 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin: 0px 5px 0px 0px;
}
.et_pb_scroll_top.et-hidden{
  bottom: 2% !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin: 0px 5px 0px 0px;
}

/* BOUNCING MORE ICON */
 
@-webkit-keyframes bounce {
0%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@keyframes bounce {
0%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
span.scroll-down.et-pb-icon { 
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}


/*PERSON MODULE*/
.person-round {text-align:center;}
 .person-round img {
 max-width: 250px;
 border: 5px solid #fff;
 border-radius: 150px;
transform: rotate(-5deg);
 -webkit-filter: grayscale(90%) ;
 filter: grayscale(90%) ;
 transition: 0.5s;
 -moz-transition: 0.5s;
 -webkit-transition: 0.5s;}
 
 .person-round img:hover {
transform: rotate(0deg);
 border: 5px solid #e83814;
 -webkit-filter: grayscale(0%) ;
   filter: grayscale(0%);
}

.entry-date { display: none; }
.post-meta { display: none; }

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.et_header_style_left .logo_container{width:auto !important}
