/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/


p{
	font-family: 'Oxygen', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color:#7A7A7A;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:300;
}

 #CCB-calc input[type="radio"] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

div#CCB-calc.CCB-Widget-cc_bmi_shortcode {
	max-width: 80%;
	margin: auto;
}

#CCB-calc .control-label {
	width: 15%;
}

#CCB-calc .col-200-8 {
	width: 82%;
}
.blog-pagination {display:flex;gap:15px;justify-content:center;margin-top:30px;align-items:center;}
.blog-pagination p {
	margin:0;
}
.blog-pagination a {
	padding: 10px;
    width: auto;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1E6076;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    display: block;
    line-height: 1em;
    text-align: center;
	color:#767676;
}
.blog-pagination .pagination-bullet-active a {
	background: #41AAB8;
	color:#fff;
}