/*
Theme Name: ColorMag Child
Template: colormag
Author: shadowandy
Author URI: http://www.shadowandy.net
Description: ColorMag Child
Version: 0.1.1462599221
Updated: 2016-05-07 13:33:41

*/

.entry-content li {
    margin-bottom: 4px;
    font-size: 15px;
}
table.easy-table {
    font-family: inherit;
    font-size: 15px;
}
.easy-table caption {
    font-size: 20px;
}
.entry-content figcaption.wp-caption-text {
    font-size: 15px;
}
div.entry-content p a {
    border-bottom: 3px solid #b4e7f8;
    -moz-transition: background .15s cubic-bezier(.33,.66,.66,1);
    -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
    -o-transition: background .15s cubic-bezier(.33,.66,.66,1);
    transition: background .15s cubic-bezier(.33,.66,.66,1);
    -moz-box-shadow: inset 0 -5px 0 #b4e7f8;
    -webkit-box-shadow: inset 0 -5px 0 #b4e7f8;
    -o-box-shadow: inset 0 -5px 0 #b4e7f8;
    box-shadow: inset 0 -5px 0 #b4e7f8;
    webkit-transition: background .15s  cubic-bezier(.33,.66,.66,1);
}
div.entry-content blockquote p a {
    color: #fff !important;
}
div.entry-content p a:hover, div.entry-content p a:focus, div.entry-content p a:active {
    background-color: #b4e7f8;
    text-decoration: none !important;
}
ul.multipage-toc {
    border-color: rgb(212,224,238);
}
ul.multipage-toc li.toc-header {
    color: #4f76a3;
    background-color: #e6edf5;
    padding: 4px;
}
div.entry-content h2.entry-subtitle {
    font-size: 30px;
}
/* Centering of Ads */
div#aftercontentad > .alignleft { float:none !important; margin: 0 !important; text-align: center; }
div#aftercontentad { text-align: center; }
/* Responsive Lightbox Fix */
.pp_content { padding-bottom: 15px; }
