/*
 Theme Name:     Divi-Child
 Theme URI:      https://www.ketofit.nl
 Description:    Divi-Child-Theme
 Author:         KetoFit
 Author URI:     https://www.ketofit.nl
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* style the opened mobile menu hamburger (make it an 'X') */  
div.mobile_nav.opened .mobile_menu_bar:before {
    font-family: "ETmodules";
    content: "4d"; 
}
/* color both the open and close hamburgers */
div.mobile_nav.opened .mobile_menu_bar:before, div.mobile_nav.closed .mobile_menu_bar:before {
    color: #fac864; 
}
.et_mobile_menu {
    border-top: none;
}/*------------------------------------------------*/
/*-----------[GQ - COMPACT SUB-MENU]--------------*/
/*------------------------------------------------*/
/* drop down menu - level 1 */
    .nav li ul {
        width: 180px;
        padding: 0px;}
    .nav li li {
        line-height: 20px;}
    #top-menu li li {
        padding: 0 0px;}
.et-pb-contact-message {
color: #505050;
font-size: 20px;
text-align: center;
}
 /* The effect */
 .image-zoom img {
 transition:all 0.5s;
 -moz-transition:all 0.5s;
 -webkit-transition:all 0.5s;
 }
 .image-zoom img:hover{
 transform:scale(1.1);
 -moz-transform: scale(1.1);
 -webkit-transform:scale(1.1);
 }
@media only screen and (max-width: 980px) {
    .three-columns .et_pb_column {
    width: 33%!important;
}
}
 
@media only screen and (max-width: 479px) {
    .three-columns .et_pb_column {
    width: 33%!important;
}
}
.fancy-tabs .et_pb_tab_0 a::before {
content: url(https://www.ketofit.nl/wp-content/uploads/Ketose-ervaren.png);
padding-top: 20px;
display: block;
}
 
.fancy-tabs .et_pb_tab_1 a::before {
content: url(https://www.ketofit.nl/wp-content/uploads/Exogene-ketonen-voorkomenketo-griep.png);
padding-top: 20px;
display: block;
}
 
.fancy-tabs .et_pb_tab_2 a::before {
content: url(https://www.ketofit.nl/wp-content/uploads/Afvallen.png);
padding-top: 20px;
display: block;
} 
 
.fancy-tabs .et_pb_tab_3 a::before {
content: url(https://www.ketofit.nl/wp-content/uploads/Optimaliseren-prestaties.png);
padding-top: 20px;
display: block;
}
 
.fancy-tabs .et_pb_tab_4 a::before {
content: url(https://www.ketofit.nl/wp-content/uploads/Exogene-ketonen-betere-hersenwerking.png );
padding-top: 20px;
display: block;
}

.fancy-tabs .et_pb_tab_content a::before {
content: '' !important; }
.fancy-tabs .et_pb_tab_content a:after {
content: '' !important; }
 
.fancy-tabs .et_pb_tabs_controls li {
width: 20% !important;
}
.fancy-tabs .et_pb_tabs_controls li a {
width: 100% !important;
text-align: center;
}
 
@media (max-width: 768px) {
 
.fancy-tabs .et_pb_tabs_controls li {
width: 20% !important;
}
 
.fancy-tabs .et_pb_tabs_controls {
padding: 0 !important;
}
}
/* style the opened mobile menu hamburger (make it an 'X') */  
div.mobile_nav.opened .mobile_menu_bar:before {
    font-family: "ETmodules";
    content: "4d"; 
}