/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/


.a11y-toolbar ul li button {
	background: white !important;
}

.a11y-toolbar ul li button {
    background: white;
    height: 43px;
    font-size: 24px;
    width: 43px;
    padding: 2px;
    border-radius: 0 !important;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}

.a11y-toolbar ul li button.active {
    background: #181818 !important;
    border-bottom: 1px solid #525252;
}

a.elementor-post__read-more {
    font-size: 1.2rem !important;
}

.single-books a.elementor-button-link.elementor-button.elementor-size-sm {
    font-size: 1.2rem;
}

nav.elementor-pagination {
    margin-top: 60px;
}