/*
Theme Name: Total Child Ben
Theme URI: https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019
Template: Total
Author: WPExplorer
Author URI: https://themeforest.net/user/wpexplorer
Description: Premium WordPress theme by WPExplorer
Version: 4.0.1493936224
Updated: 2017-05-04 22:17:04

*/



/* Style the tab */

div.tab {
    overflow: hidden;
    background-color: #ebebeb;
    border-color: #e3e3e3;
    border-width: 1px;
    border-radius: 5px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
    color: #666666;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #dcdcdc;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #f8f8f8;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 50px 10px;
    border-top: none;
    background-color: #f8f8f8;
}

/* Add animation when switching between tabs*/
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

div.spacer
{
    font-size: 0; 
    height: 30px;
    line-height: 0;
}

h3.archive-example-title
{
    text-indent: 50px;
}



