/*
Theme Name: Massagepraktijk by Bits-n-Bones
Description: Responsive WordPress theme by Bits-n-Bones.
Author: <a href="https://www.bits-n-bones.nl/" target="_blank">Bits-n-Bones</a> | Rob Ypma & Willeke van der Meer
Version: 180905
Tags: responsive, bootstrap
Text Domain: bnb_reach_out
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==== Set container width smaller on pages without sidebars */
.bnb_no_sidebar .container {
	max-width: 970px;
}

.bnb_extra-column-right .container,
.bnb_extra-column-left .container,
.bnb_extra-column-both .container {
	max-width: none;
}

/* ==== Basic elements */
html {
	/* default font-size: 100% = 16px */
	font-size: 100%; /* 87.5% sets basic font-size to 14px */
}

body {
	font-family: 'Open Sans', sans-serif;/* Google-font */
	font-size: 1rem;
	background-color: #56685C;
}

a, a:hover, a:focus {
	color: #9C464B;
	text-decoration: none;
}

h1 {
	font-family: 'Merriweather', serif;
	font-size: 1.75rem;
	margin: 0.5em 0;
	color: #9C464B;
}

h1 a,
h1 a:hover,
h1 a:focus {
	color: #9C464B;
}

h2 {
	font-family: 'Merriweather', serif;
	font-size: 1.3rem;
	margin: 0.5em 0;
	color: #9C464B;
}

h2 a,
h2 a:hover,
h2 a:focus {
	color: #9C464B;
}

.bnb_subtitle {
	font-family: 'Merriweather', serif;
	font-size: 1.75rem;
	color: #D07477;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.2rem;
	margin: 0.5em 0;
	margin-bottom: 0.1em;
}

h3 + p {
	margin-top: 0;
}

table {
	margin-bottom: 2rem;
	border-width: 0;
	max-width: 100%;
}

table, td {
	width: unset !important;
}

tr {
	background: none !important;
}

tr:nth-child(odd) {
	background-color: #EFF2D5 !important;
}

th, td {
	padding: 0 10px;
	vertical-align: top;
	border-width: 0;
	line-height: 2;
}

td:first-child {
	padding-left: 6px;
}

td:last-child {
	padding-right: 6px;
}

table, tr, th, td {
	height: auto !important;
}

table hr {
	display: none;
}

h1 + h1,
h1 + h2 {
	margin-top: 1em;
}

blockquote::before {
	font-family: FontAwesome;
	content: '\f10d'; /* quote left icon */
	margin-right: 15px;
}

blockquote::after {
	font-family: FontAwesome;
	content: '\f10e'; /* quote right icon */
	margin-left: 15px;
}

blockquote {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

p,
blockquote,
.bnb_post ul {
	line-height: 1.75;
}

input, button, select, textarea, iframe {
	max-width: 100%;
}

/* Button */
input[type='submit'],
button,
.bnb_button {
	background-color: #D07477;
	border: 1px solid transparent;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 8px 20px;
	position: relative;
	border-radius: 3px;
}

.bnb_button {
	float: right;
	margin: 15px 0;
}

a.bnb_button:hover {
	color: #56685C;
}

.section_front_page .bnb_button {
	float: none;
}

/* Featured image */
img.bnb_post_thumbnail {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ==== Section Top Logo Name */
.bnb_fixer {
	position: fixed;
	width: 100%;
	z-index: 1;
}

.section_top_logo_name {
	background-color: white;
}

/* Top menu */
.menu-topmenu-container {
	text-align: right;
}

.bnb_top_menu {
	display: inline-block;
	list-style: outside none none;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
}

@media (min-width: 768px) {
	.bnb_top_menu {
		font-size: 0.9rem;
	}
}

.bnb_top_menu > li,
.bnb_top_menu > li a {
 	color: #333333;
}

.bnb_top_menu > li {
	display: inline;
	float: left;
	margin: 10px 0;
}

.bnb_top_menu > li > a {
	padding: 0 15px;
}

@media (min-width: 768px) {
	.bnb_top_menu > li > a {
		padding: 0 10px;
	}
}
.bnb_top_menu > li:first-child > a {
	padding-left: 0;
}

.bnb_top_menu > li:last-child a {
	padding-right: 0;
}

@media (min-width: 768px) {
	.section_top_logo_name > .container > .row,
	.section_top_logo_name > .container > .row > .column-flex,
	.section_top_logo_name > .container > .row > .column-flex > .row-flex,
	.section_top_logo_name > .container > .row > .column-flex > .row-flex > .column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section_top_logo_name > .container > .row > .column-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section_top_logo_name > .container > .row > .column-flex > .row-flex {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.bnb_blogtagline {
		margin: auto 0;
	}

}

.bnb_blogtagline {
	font-size: 1.2rem;
	color: #56685C;
}

/* ==== Section Header */
.section_header_alternate .col-sm-12,
.section_header_video .col-sm-12 {
	padding: 0;
}

.section_header_video .wp-custom-header iframe,
.section_header_video .wp-custom-header img,
.section_header_video .wp-custom-header video {
	min-height: 600px;
}

.section_header_carousel .container,
.section_header_carousel .container-fluid {
	padding: 0;
}

/* ==== Section Nav */
.section_nav_menu {
	background-color: #56685C;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

@media (min-width: 768px) {
	.section_nav_menu .container {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section_nav_menu {
		font-size: 0.9rem;
	}
}

/* Mainmenu navbar styling */
/* This section contains overrides to remove default navbar styling. */
/* Sets center as default, use navbar-left or navbar-right to align otherwise. */
.navbar {
	margin: 0;
	min-height: auto;
}

.navbar-brand,
.navbar-nav > li > a {
	text-shadow: none;
}

.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.navbar .navbar-nav {
	float: none;
	vertical-align: top;
	margin: 0;
}

.navbar,
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navbar-toggle {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
	}
	.navbar,
	.navbar-collapse {
		text-align: center;
	}
}

/* Generic styling */
.navbar,
.navbar-collapse {
	/* text-align: center; option for mobile */
	/* background-color: #CCCCCC; option */
}

.navbar-nav li a { /* Font styling */
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

/* Styling first level */
.navbar-nav > li {
	/* background-color: #CCCCCC; option */
}

.navbar-nav > li > a { /* Sets the height of the navbar elements on mobile */
	padding: 15px 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
	box-shadow: none;
	color: white;
}

@media (min-width: 768px) {
	.navbar-nav > li {
		/* border-right: 2px solid black; /* Seperator after element */
		margin: 15px 0; /* Gives the navbar more height */
	}
	.navbar-nav > li > a { /* Sets the height of the navbar elements > mobile */
		padding: 0 7px;
	}
	.navbar-nav > li:first-child > a { /* For non-colored backgrounds */
		padding-left: 0;
	}
	.navbar-nav > li:last-child {
		border-right: none; /* Seperator after element not on the last element */
	}
	.navbar-nav > li:last-child > a { /* For non-colored backgrounds */
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.navbar-nav > li > a { /* Sets the height of the navbar elements > mobile */
		padding: 0 15px;
	}
}

/* Styling second level */
.dropdown-menu {
	border-radius: 0;
	padding: 0;
	z-index: 1;
	top: 150%;
}

.dropdown-menu > li > a
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
	padding: 10px 15px;

}

.dropdown-menu > li > a:hover {
	background: none;
}

.dropdown-menu > li > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	background: none;
	color: black;
}

/* Hamburger */
.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border: 2px solid white;
	background-color: #789080;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

/* ==== Section Breadcrumb */
.section_breadcrumb {
	background-color: rgba( 242, 233, 221, 0.5 );
	position: absolute;
	width: 100%;
}

#breadcrumbs {
	margin: 3px 0;
	font-size: 0.8rem;
}

.section_content,
.bnb_layer1 {
	padding-top: 28.4px; /* min 28.4px = hoogte breadcrumbs */
}

.bnb_sfi .section_content {
	padding-top: 128px; /* Undo for SFI */
}

@media (min-width: 768px) {
.bnb_sfi .section_content {
	padding-top: 0; /* Undo for SFI */
}
}

/* ==== Section Frontpage */
.section_front_page {
	background-color: white;
}

.section_front_page  img {
	margin: 0 auto;
}

.bnb_layer1 {
	background-image: url('https://22b2cb.claudeassets.com/20260512221014im_/https://www.massagepraktijk.net/wp-content/themes/bnb_massagepraktijk/img/frontpage_heide.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.bnb_layer1 > .container > .row > .column {
	min-height: 440px;
	display: flex;
}

.bnb_layer1 .bnb_widget {
	display: flex;
	margin-bottom: 120px;
}

.bnb_box1 {
	margin: auto 15%;
}

.bnb_box1_textarea {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.5rem;
	line-height: 1.75;
	text-shadow: 1px 1px 1px black;
}

.bnb_box1_button {
	text-align: center;
}

.bnb_box1_button a {
    display: inline-block;
    border: 2px solid white;
    margin: 20px;
    padding: 8px 15px;
    border-radius: 2px;
    background-color: rgba(156,70,75,0.75);
    color: white;
    text-transform: uppercase;
}

.bnb_layer2 {
	background-color: #D07477;
}

.bnb_layer2 .bnb_widget {
	top: -120px;
	position: relative;
}

.bnb_layer2 .row {
	margin-bottom: -120px;
}

.bnb_layer3,
.bnb_layer5 {
	background-color: #D07477;
	color: white;
}

.bnb_layer3 a,
.bnb_layer3 a:hover,
.bnb_layer3 a:focus,
.bnb_layer5 a,
.bnb_layer5 a:hover,
.bnb_layer5 a:focus {
	color: white;
}

.bnb_layer4,
.bnb_layer6 {
	background-color: #F2E9DD;
}

.bnb_layer_sep .column {
	min-height: 0;
}

.bnb_sep_triangle {
	border: 50px solid #D07477;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	left: calc( 50% - 50px );
}

.bnb_layer4 .bnb_widget,
.bnb_layer6 .bnb_widget {
	margin: 65px 0 50px;
}

.bnb_image img {
    border: 15px solid white;
	 box-shadow: 2px 2px 4px #8E8E8E;
}

.section_front_page h1 {
	font-weight: 300;
	font-style: italic;
	font-size: 1.5rem;
	color: white;
	line-height: 1.75;
	margin: 30px 15%;
}

.bnb_layer5 .textwidget {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.5rem;
	color: white;
	line-height: 1.75;
	margin: 30px 15% 45px;
	text-align: center;
}

.bnb_layer5 .textwidget::after {
	background-color: white;
	border-radius: 3px;
	content: " ";
	display: block;
	height: 2px;
	margin: 0 auto;
	width: 100px;
}

.bnb_layer6 .bnb_widget h3 {
	text-align: left !important;
}

.section_front_page h2,
.section_front_page h3 {
	font-family: 'Merriweather', serif;
	color: #9C464B;
	margin: 0;
}

.section_front_page h2 {
	font-size: 1.7rem;
}

.section_front_page h3 {
	font-size: 1.7rem;
}

.section_front_page .bnb_post {
	margin: 15px 0;
}

.section_front_page .bnb_subtitle {
	font-size: 1.7rem;
	color: #D07477;
	text-align: center;
}

.section_front_page .bnb_widget h1,
.section_front_page .bnb_widget h2,
.section_front_page .bnb_widget h3 {
	text-align: center;
}

@media (min-width: 768px) {

	.bnb_layer2 .row ,
	.bnb_layer2 .row > [class*='col-'],
	.bnb_layer2 .bnb_widget,
	.bnb_layer2 .bnb_card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.bnb_layer2 .bnb_widget,
	.bnb_layer2 .bnb_card {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

}

.bnb_card {
    background-color: white;
    padding: 15px;
}

/* ==== Section Content */
.section_content {
	background-color: #F2E9DD;
}

.bnb_archive-bnb_massagecursus .section_content {
	background-color: white;
}

.section_content .column-white {
	background-color: white;
	margin-bottom: 15px;
}

.bnb_sfi .section_content .column-white {
	margin-top: -100px;
}

.bnb_post_info_text {
	padding-right: 10px;
}

.bnb_content {
	overflow: hidden;
}

/* Content rows */
.bnb_content_rows .bnb_post_button {
	text-align: right;
	margin-bottom: 15px;
}

/* Pagination nav */
.bnb_pagination {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bnb_previous-posts-link {
	float: left;
}

.bnb_next-posts-link {
	float: right;
}

/* ==== CPT */
.bnb_cpt_row {
	padding: 15px 0;
}

@media (min-width: 768px) {
	.bnb_cpt_row,
	.bnb_cpt_row .column,
	.bnb_cpt_row .column a,
	.bnb_cpt_row .column a .bnb_cpt_title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.bnb_cpt_row .column,
	.bnb_cpt_row .column a {
		flex-direction: column;
	}
	.bnb_cpt_row .column1 {
		padding-right: 0;
	}
	.bnb_cpt_row .column2 {
		padding-left: 0;
	}
	.bnb_cpt_row .column a,
	.bnb_cpt_row .column a .bnb_cpt_title {
		flex-grow: 1;
	}

}

.bnb_cpt_meta {
	padding: 15px;
	background-color: #9C464B;
	height: 100%;
	color: white;
}

.bnb_cpt_meta a,
.bnb_cpt_meta a:hover,
.bnb_cpt_meta a:focus {
	color: white;
}

.bnb_cpt_meta .bnb_periode {
	text-transform: uppercase;
	font-weight: bold;
}

.bnb_cpt_meta .bnb_plaats {
	text-transform: uppercase;
	font-weight: 600;
}

.bnb_cpt_title {
	position: relative;
	overflow: hidden;
	padding: 15px;
	padding-right: 35px;
	background-color: #F2E9DD;
}

.bnb_cpt_title p {
	margin-top: 14px;
	margin-left: 10px;
	line-height: 1.5;
}

.bnb_triangle {
    height: 0;
    width: 0;
    position: absolute;
    top: calc( 50% - 20px);
    right: -5px;
    border: 20px solid #9C464B;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.bnb_single-bnb_massagecursus h2 {
	font-family: 'Open Sans', sans-serif;
}

.bnb_cpt_meta_buttons span {
    background-color: #E8EEB4;
    display: inline-block;
    margin-right: 3px;
    padding: 3px 8px;
    font-size: 0.75rem;
    border-radius: 3px;
}

.bnb_cpt_meta_buttons span a {
	color: #333;
}

.bnb_cpt_meta_buttons .bnb_plaats,
.bnb_cpt_meta_buttons .bnb_label {
	text-transform: uppercase;
	font-weight: 600;
}

.bnb_cpt_meta_buttons .bnb_plaats:hover,
.bnb_cpt_meta_buttons .bnb_label:hover {
	background-color: #B7B983;
}

.page-id-70 .section_content ul {
	list-style: outside none none;
	padding-left: 0;
	margin: 0;
}

.page-id-70 .section_content ul > li {
	position: relative;
}

.page-id-70 .section_content ul > li > a {
	display: block;
	background-color: #F2E9DD;
	padding: 20px 15px;
	padding-right: 40px;
	margin: 30px 0;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 1.3rem;
	color: #9C464B;
}

.page-id-70 .section_content ul > li > a::after {
	content: " ";
	border: 20px solid #9C464B;
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	position: absolute;
	right: -5px;
	top: calc( 50% - 20px);
}

/* ==== Section Doormat */
.section_doormat {
	background-color: #56685C;
	color: white;
	font-size: 0.85rem;
}

.section_doormat a {
	color: white;
}

.section_doormat h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 1em;
	font-size: 0.9rem;
}

.section_doormat p,
.section_doormat ul {
	margin-top: 0;
	line-height: 1.75;
}

.section_doormat ul {
	list-style: outside none none;
	padding-left: 0;
}

/* ==== Section Footer */
.section_footer {
	background-color: #56685C;
	color: white;
}

/* Footer menu */
.bnb_footer_menu_container {
	text-align: center;
}

.bnb_footer_menu {
	display: inline-block;
	list-style: outside none none;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-size: 0.8rem;
}

.bnb_footer_menu > li,
.bnb_footer_menu > li a {
 	color: white;
}

.bnb_footer_menu > li {
	display: inline;
	float: left;
	margin: 10px 0;
}

.bnb_footer_menu > li > a {
	padding: 0 3px;
}

.bnb_footer_menu > li:first-child > a {
	padding-left: 0;
}

.bnb_footer_menu > li:last-child a {
	padding-right: 0;
}

/* ==== Widgets */
.mededeling {
	margin: 15px 0;
	background-color: #B4BD6E;
	padding: 0 20px;
	font-size: 1.3rem;
}

@media (min-width: 768px) {
	.mededeling {
		width: 68%;
		margin: 30px auto;
		padding: 0 40px;
	}
}

.mededeling .textwidget {
	overflow: hidden;
}

.mededeling strong {
	color: #56695D;
}

/* ==== WordPress stuff */
/* WP header stuff */
.wp-custom-header {
	position: relative;
}

.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	width: 100%;
}

.wp-custom-header .wp-custom-header-video-button {
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, color 0.3s ease-in-out 0s;
	width: 45px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	position: absolute !important;
	width: 1px;
}

/* WP image stuff */
.section_content img { /* Make it img-responsive ;-) */
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;

	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* WP Admin bar */
html #wpadminbar {
	min-width: 245px;
}

/* WP Comments */
.comments-area ul {
	list-style: outside none none;
	padding-left: 10px;
}

.comments-area li {
	border-left: 4px solid #333333;
	padding-left: 10px;
}

.comment-list > li {
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.comments-area li:last-child {
	background: none;
}

.comment-author img {
	margin: 0;
	margin-right: 15px;
}

.comment-body {
	margin-bottom: 20px;
}

.comment-body p {
	margin-top: 20px;
}

.comment-meta.commentmetadata,
.logged-in-as {
    font-size: 12px;
    font-size: 0.75rem
    font-style: italic;
}

.comment-form-comment label {
	display: block;
}

/* ==== Plugins */

/* ==== Responsive */
@media (min-width: 768px) {  }
@media (min-width: 992px) {  }
@media (min-width: 1200px) {  }

/*
     FILE ARCHIVED ON 13:21:31 Oct 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:35:50 Aug 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.493
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.049
  esindex: 0.009
  cdx.remote: 22.802
  LoadShardBlock: 198.962 (3)
  PetaboxLoader3.datanode: 353.472 (5)
  PetaboxLoader3.resolve: 299.918 (2)
  load_resource: 553.701
  loaddict: 240.326
*/