/*!
Theme Name: RC Tornado
Theme URI: https://gotornado.in/
Author: Ray Creations
Author URI: https://www.raycreations.net/
Description: Custom Wordpress Theme for Tornado
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rc-tornado
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

RC Tornado is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

#home_testimonials blockquote:before,
.icon-post-next:before,
.icon-post-prev:before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: .935em;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
        font-family: 'Raleway';
        font-weight: 300;
        margin-top: 0px;
}

h1 {
        font-size: 3.2em
}

h2 {
        font-size: 2.5em
}

h3 {
        font-size: 2.4em
}

h4 {
        font-size: 2em
}

h5 {
        font-size: 1.8em
}

h6 {
        font-size: 1.6em
}

p {
	margin-bottom: 1.5em;
        margin-top: 0;
        letter-spacing: .025em;
        word-spacing: 2px;
        line-height: 1.7em;
        color: #666;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
        -webkit-transition:all 0.4s ease-out;
        -moz-transition:all 0.4s ease-out;
        -o-transition:all 0.4s ease-out;
        -ms-transition:all 0.4s ease-out;
        transition:all 0.4s ease-out;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.button {
        background: #000;
        color: #ffce00;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        padding: 8px 27px;
        border-radius: 22px;
        display: inline-block;
        font-size: .9em;
}

.button:hover {
        background: #ffce00;
        color: #000;
}

.section-heading {
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 40px;
}

.section-heading:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #c2c2c2;
}

.section-heading:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 55px;
        width: 20px;
        height: 2px;
        background-color: #ffce00;
}

.heading-center {
        text-transform: uppercase;
        position: relative;
        padding-bottom: 35px;
        margin-bottom: 25px;
        text-align: center;
}

.heading-center:after {
        content: url(/wp-content/themes/rc-tornado/images/heading-border.png);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
}

.big_font {
        font-family: 'Raleway';
        font-size: 1.2em;
        color: #333;
}

.intro-content {
        width: 82%;
        margin: 0 auto;
        text-align: center;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #000;
        color: #ffce00;
	border-radius: 21px;
	line-height: 1;
	font-weight: 700;
        padding: 14px 35px;
        font-size: .9em;
        text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 0;
	border-radius: 21px;
	padding: 21px;
        padding: 10px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.wrap {
        padding: 7em 6%;
}

.wrap:after {
        content: '';
        display: table;
        clear: both;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
        box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.home .site-header {
        box-shadow: none;
}

.site-header .site-branding {
        float: left;
        width: 20%;
}

.site-header .wrap {
        padding-top: 1em;
        padding-bottom: .85em;
}

.header-menu {
        float: right;
        width: 80%;
        text-align: right;
}

.header-widget-area {
        display: inline-block;
        font-family: 'Raleway';
}

.header-widget-area .widget {
        margin-bottom: 0;
}

.header-widget-area p {
        margin-bottom: 0;
}

.header-widget-area .header-call {
        margin-left: 10px;
        color: #333;
        text-decoration: none;
}

.header-widget-area .header-call i {
        font-size: .9em;
        color: #ffce00;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: inline-block;
        margin-top: .2em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
        font-family: 'Raleway';
        color: #333;
        padding: 5px 18px;
        margin: 0 2px;
        border-radius: 20px;
        font-size: .94em;
}

.main-navigation a:hover
/*.main-navigation .current_page_item a */ {
        background-color: #ffce00;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
        padding: 14px 14px;
        width: 41px;
        float: right;
}

.main-navigation.toggled ul {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        background: #333;
        z-index: 99;
        top: 60px;
}

.main-navigation.toggled ul a {
        color: #fff;
}

@media screen and (min-width: 50em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

@media screen and (max-width: 1023px) {
        .main-navigation a {
                padding: 5px 15px;
        }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
        margin: 3em 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.nav-previous a,
.nav-next a {
        display: inline-block;
        background-color: #666;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Raleway';
        padding: 10px 25px;
        border-radius: 20px;
        font-size: .9em;
        border: 1px solid #fff;
}

.nav-previous a i {
        margin-right: 5px;
}

.nav-next a i {
        margin-left: 5px;
}

/* Homepage Hero Section
--------------------------------------------- */
.home-header-image {
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
}

.home-header-image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
}

.home-header-image .wrap {
        position: relative;
        padding: 6em 6% 7em;
}

/* Testimonials */
#home_testimonials h1 {
        color: #fff;
        font-weight: 700;
        margin-bottom: .8em;
        background: rgba(0,0,0,.85);
        width: 50%;
        padding: 4em 6% 6em;
        font-size: 2.4em;
        line-height: 1.4em;
}

#home_testimonials blockquote {
        margin: 0;
        position: relative;
        padding: 0 20px;
}

#home_testimonials blockquote:before {
        content: '\f10d';
        position: absolute;
        font-size: 3em;
        color: rgba(0,0,0,.2);
        left: 0px;
}

#home_testimonials .testimonial-photo {
        border-radius: 100%;
        margin-bottom: 0;
}

#home_testimonials .owl-item img.testimonial-logo {
        display: block;
        margin: 14px 0;
}

#home_testimonials blockquote cite {
        font-size: .85em;
        color: #000;
}

#home_testimonials blockquote cite strong {
        font-style: normal;
}

#home_testimonials .owl-nav .owl-prev {
        background: transparent !important;
        left: -50px;
}

#home_testimonials .owl-nav .owl-prev:before {
        content: url(/wp-content/themes/rc-tornado/images/testi-prev.png);        
}

#home_testimonials .owl-nav .owl-next {
        background: transparent !important;
        right: -50px;
}

#home_testimonials .owl-nav .owl-next:before {
        content: url(/wp-content/themes/rc-tornado/images/testi-next.png);
}

/* Header Stats */
.header-stats {
        width: 37%;
        display: flex;
        color: #000;
        margin-top: 20px;
}

.header-stats h2 {
        font-size: 1.8em;
        color: #fff;
        line-height: 1.2em;
}

.header-stats-box {
        width: 33.33333%;
        position: relative;
        padding-right: 3em;
}

.header-stats-box:nth-child(1):after,
.header-stats-box:nth-child(2):after {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 65px;
        background: rgba(0,0,0,.3);
        right: 25px;
        top: 10px;
}

.header-stats-box .stats-number {
        font-family: 'Raleway';
        font-size: 1.6em;
        font-weight: 700;
}

.header-stats-box .stats-number i {
        font-size: .8em;
        margin-right: 5px;
}

.header-stats-box .stats-title {
        line-height: 1.4em;
}

.home-header-image .button {
        margin-left: 20px;
}

/* Homepage Widgets
--------------------------------------------- */
.front-page-2, 
.front-page-3, 
.front-page-4, 
.front-page-5, 
.front-page-6, 
.front-page-7 {
        border-top: 65px solid transparent;
        margin-top: -65px;
}

/* Front Page 1 */
.front-page-1 {
        margin-top: -180px;
        color: #fff;
        position: relative;
        z-index: 99999;
}
.front-page-1 .wrap {
        padding-top: 0;
        padding-bottom: 0;
}

.front-page-1 .button {
        background: #ffce00;
        color: #000;
        display: inline-block;
        margin-top: -80px;
        float: left;
        margin-left: 42%;
}

.front-page-1 .button:hover {
        background: #fff;
}

/* Front Page 2 */
.home-about-content {
        width: 50%;
        float: left;
        font-size: 1.2em;
        line-height: 2em;
}

.home-about-photo {
        width: 45%;
        float: right;
}

.home-about-photo .about-photo {
        position: relative;
        display: inline-block;
        margin-right: 20px;
}

.home-about-photo .about-photo:before {
        content: '';
        border: 4px solid #ffce00;
        position: absolute;
        left: 20px;
        right: -20px;
        top: 20px;
        bottom: -20px;
        display: block;
}

.home-about-photo .about-photo img {
        margin-bottom: 0;
        position: relative;
}

/* Front Page 3 */
.front-page-3 {
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
}

.front-page-3 .wrap {
        background-color: rgba(246,246,246,.9);
}

#why_slider {
        margin: 0 -5px;
        width: 101%;
}

.why-choose-box {
        background-color: #fff;
        padding: 2em 1em;
        margin: 0 5px;
        text-align: center;
}

.why-choose-box h6 {
        font-size: 1.35em;
        font-weight: 700;
        color: #111;
        margin-top: .3em;
        margin-bottom: .2em;
}

#why_slider .owl-nav .owl-prev {
        background: transparent !important;
        left: -15px;
}

#why_slider .owl-nav .owl-prev:before {
        content: url(/wp-content/themes/rc-tornado/images/why-prev.png);        
}

#why_slider .owl-nav .owl-next {
        background: transparent !important;
        right: -5px;
}

#why_slider .owl-nav .owl-next:before {
        content: url(/wp-content/themes/rc-tornado/images/why-next.png);
}

.front-page-4 {
    
}

.featured-our-team {
        display: flex;
        margin-top: 2.5em;
}

.featured-our-team .team-box {
        background-color: #f5f5f5;
        margin-right: 20px;
        padding: 2em 2em 2em 15em;
        position: relative;
        -webkit-transition:all 0.4s ease-out;
        -moz-transition:all 0.4s ease-out;
        -o-transition:all 0.4s ease-out;
        -ms-transition:all 0.4s ease-out;
        transition:all 0.4s ease-out;
}

.featured-our-team .team-box:nth-child(2n) {
        margin-left: 20px;
        margin-right: 0;
}

.featured-our-team .team-box:hover {
        background-color: #333;
}

.featured-our-team .team-box img {
        position: absolute;
        left: 2em;
        border-radius: 50%;
}

.featured-our-team .team-box h6 {
        font-size: 1.4em;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
}

.featured-our-team .team-box:hover h6 {
        color: #fff;
}

.featured-our-team .team-box .team-title {
        color: #ffce00;
}

.featured-our-team .team-box p {
        margin-top: 15px;
}

.featured-our-team .team-box:hover p {
        color: #fff;
}

.featured-our-team .team-box a {
        color: #333;
        text-decoration: none;
}

.featured-our-team .team-box:hover a {
        color: #fff;
}

.our-team-full .wrap {
        display: flex;
        background-color: #f5f5f5;
        padding-top: 3em;
        padding-bottom: 3em;
}

.our-team-full .our-team-list {
        width: 16.666%;
        text-align: center;
}

.our-team-full .our-team-list img {
        border-radius: 50%;
        -webkit-transition:all 0.4s ease-out;
        -moz-transition:all 0.4s ease-out;
        -o-transition:all 0.4s ease-out;
        -ms-transition:all 0.4s ease-out;
        transition:all 0.4s ease-out;
}

.our-team-full .our-team-list:hover img {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.our-team-full .our-team-list .team-name {
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
}

.our-team-full .our-team-list .team-name a {
        color: #333;
        text-decoration: none;
}

.our-team-full .our-team-list .designation {
        font-size: .85em;
        color: #999;
}

.front-page-5 {
        text-align: center;
}

#portfolio_slider {
        margin: 3em auto 4em;
        width: 90%;
}

#portfolio_slider .owl-nav .owl-prev {
        background: transparent !important;
        left: -15px;
}

#portfolio_slider .owl-nav .owl-prev:before {
        content: url(/wp-content/themes/rc-tornado/images/portfolio_prev.png);        
}

#portfolio_slider .owl-nav .owl-next {
        background: transparent !important;
        right: -5px;
}

#portfolio_slider .owl-nav .owl-next:before {
        content: url(/wp-content/themes/rc-tornado/images/portfolio_next.png);
}

.front-page-6 {
        background-color: #ebebeb;
        text-align: center;
}

.front-page-6 article {
        width: 85%;
        margin: 0 auto;
}

.vp-portfolio__layout-elements-bottom {
        display: none;
}

.front-page-6 .entry-header {
        display: none;
}

.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-meta>*, 
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-meta>* {
        margin-bottom: .5em
}

.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-meta>*, 
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-meta>* {
        text-transform: uppercase;
        font-weight: 700;
        color: #ffce00;
}

.vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
        color: #ccc;
        font-weight: 400;
        font-size: .9em;
}

.front-page-7 {
        
}

.home-blog-wrap {
        width: 100%;
        float: left;
}

.home-blog-wrap .heading-left {
        width: 25%;
}

.home-blog-wrap .button {
        margin-top: 1em;
}

.home-video-wrap {
        width: 100%;
        float: right;
        margin-top: 7em;
}

.home-video-wrap .heading-left {
        width: 100%;
        font-size: 2.8em;
        color: #000;
}

.home-video-wrap h4 {
        margin-bottom: .5em;
        text-transform: uppercase;
        font-size: 1.6em;
}

.home-video-wrap .big-font {
        font-size: 1.2em;
}

.section-content {
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
}

.heading-left {
        width: 42%;
        margin-bottom: 0;
        position: relative;
        text-transform: uppercase;
        line-height: 1.75em;
}

.heading-left:after {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #ffce00;
        top: 10px;
        bottom: 10px;
        right: 0;
}

.top-content {
        padding-left: 2em;
}

.front-page-7 .rpwwt-widget ul {
        display: flex;
        
}

.front-page-7 .rpwwt-widget ul li {
        background-color: #fff;
        margin: 0 2%;
        box-shadow: 0 0 6px rgba(0,0,0,.2);
        padding: 10px;
        width: 33.33333%;
}

.front-page-7 .rpwwt-widget ul li a {
        text-decoration: none;
}

.front-page-7 .rpwwt-widget ul li img {
        height: auto !important;
        margin-top: 0;
}

.front-page-7 .rpwwt-post-title {
        font-family: 'Raleway';
        font-size: 1.05em;
        font-weight: 700;
        color: #000;
        display: block;
        margin: 0 5px;
        padding-top: 10px;
        clear: both;
}

.front-page-7 .rpwwt-post-date {
        margin: 0 5px 15px;
        font-size: .9em;
        font-family: 'Raleway';
        color: #ffce00;
        display: block;
}

.front-page-7 .widget_media_video h2 {
        text-transform: uppercase;
}

.front-page-7 .wp-video {
        box-shadow: 0 0 6px rgba(0,0,0,.2);
        padding: 10px;
}

.front-page-7 .wp-video .mejs-container {
        min-height: 244px;
}

.front-page-7 .rpwwt-widget ul li:last-child {
        margin: 0 2%;
}

/* Portfolio Page
--------------------------------------------- */
.portfolio-section {
        display: flex;
}

.portfolio-section .entry-content {
        width: 60%;
        margin-top: 0;
}

.portfolio-section .portfolio-sidebar {
        width: 40%;
        padding-left: 3em;
}

.portfolio-section .portfolio-sidebar h1 {
        font-size: 2em;
        text-transform: uppercase;
}

.portfolio-section .portfolio-sidebar .portfolio-meta {
        background-color: #e2e2e2;
        padding: 1.5em;
}

.portfolio-section .portfolio-sidebar .meta-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5px;
}

.portfolio-section .portfolio-sidebar .field-name {
        width: 25%;
}

.portfolio-section .portfolio-sidebar .field-value {
        width: 75%;
}

.portfolio-section .portfolio-content {
        margin-top: 2em;
}



/* Footer
--------------------------------------------- */
.footer-widgets {
        display: flex;
}

.footer-widgets .widget-title {
        font-size: 1.6em;
        text-transform: uppercase;
        font-weight: 700;
        color: #ffce00;
        margin-bottom: .6em;
}

.footer-widgets-1 {
        width: 100%;
        background: #000;
        text-align: center;
}

.footer-widgets-1 .wrap {
        padding-bottom: 6em;
}

.footer-widgets-1 .widget {
        width: 33.33333%;
        float: left;
}

.footer-widgets-1 .widget_nav_menu {
        text-align: left;
}

.footer-widgets-1 .widget_nav_menu ul {
        margin-left: 0;
        list-style: none;
        padding-left: 0;
}

.footer-widgets-1 .widget_nav_menu ul a {
        color: #ccc;
        text-decoration: none;
}

.footer-widgets-1 strong {
        color: #ffce00;
        text-transform: uppercase;
}

.footer-widgets .zoom-social-icons-widget .widget-title {
        font-size: 1.2em;
        color: #fff;
}

.footer-widgets-1 .zoom-social-icons-list--round .socicon, 
.footer-widgets-1 .zoom-social-icons-list--round .genericon, 
.footer-widgets-1 .zoom-social-icons-list--round .academicons, 
.footer-widgets-1 .zoom-social-icons-list--round .dashicons, 
.footer-widgets-1 .zoom-social-icons-list--round .fa {
        background-color: #fff !important;
        color: #000;
}

.footer-widgets-2 {
        width: 50%;
        background: #dbdbdb;
}

.footer-widgets-2 .widget {
        padding-left: 3%;
}

.footer-form {
        width: 80%;
}

.footer-form .form-col2 {
        width: 50%;
        float: left;
        margin-bottom: 8px;
}

.footer-form input {
        width: 97%;
}

.footer-form textarea {
        width: 98%;
        height: 100px;
        margin-bottom: 8px;
}

.site-info {
        background-color: #111;
        padding: 1em 6%;
        text-align: center;
        font-size: .9em;
        color: #ccc;
}

.site-info a {
        color: #ccc;
        text-decoration: none;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.content-wrap {
        width: 70%;
        float: left;
}

.sidebar {
        width: 25%;
        float: right;
}

.grid-blog {
        display: flex;
        flex-wrap: wrap;
}

.grid-blog article {
        width: 23%;
        margin-right: 2%;
        margin-bottom: 2.5em;
}

.grid-blog .size-blog-thumb {
        margin-bottom: 1.5em;
        display: block;
}

.grid-blog .cat-links {
        background-color: #ffce00;
        color: #333;
        padding: 3px 15px;
        font-size: .9em;
        border-radius: 12px;
}

.grid-blog .cat-links a {
        color: #333;
        text-decoration: none;
}

.grid-blog .entry-title {
        font-size: 1.15em;
        margin-top: .8em;
        margin-bottom: .2em;
}

.grid-blog .entry-title a {
        color: #333;
        font-weight: 700;
        text-decoration: none;
}

.posted-on a {
        color: #999;
        text-decoration: none;
        font-size: .8em;
}

.entry-date {
        
}

.blog-featured {
        overflow: hidden;
}

.blog-featured .widget_text {
        width: 70%;
        float: left;
}

.blog-featured .widget_search {
        width: 30%;
        float: right;
}

.search-form {
        border: 1px solid #e2e2e2;        
        overflow: hidden;
}

.blog-featured .search-form {
        width: 250px;  
        float: right;
        margin-right: 6.5%;
}

.search-form input[type="submit"] {
        font-family: 'Font Awesome 5 Free';
        padding: 14px 15px;
        background: transparent;
        color: #000;
        float: right;
}

.entry-meta .byline {
        color: #999;
        font-size: .8em;
}

.entry-meta .byline a {
        color: #999;
        text-decoration: none;
}

.entry-footer {
        color: #999;
        font-size: .8em;
}

.entry-footer a {
        color: #999;
        text-decoration: none;
}

/* Posts Pagination */
.pagination {
        margin: 4em auto 6em;
        text-align: center;
}
.pagination ul {
        margin-left: 0;
        padding-left: 0;
}
.pagination ul li {
        display: inline-block;
        margin:0px 0px 4px 0px;
        list-style: none;
}
.pagination ul li a {
        background-color:#f2f2f2;
        color:#333;
        padding: 9px 14px 10px 14px;
        font-size: 13px;
        border:solid 2px #f2f2f2;
        margin-left:1px;
        border-radius: 24px;
        text-decoration: none;
}
.pagination ul li .current, .pagination ul li .dots  {
        background-color:#FFF;
        color:#ffce00;
        padding: 9px 14px 10px 14px;
        font-size: 13px;
        border:solid 2px #ffce00;
        margin-left:1px;
        border-radius: 24px;
}
.pagination ul li a:hover,
.pagination ul li .current:hover, .pagination ul li .dots:hover {
        background-color: #ffce00;
        border-color: #ffce00;
        color: #fff;
}

.icon-post-next,
.icon-post-prev {
        font-style: normal;
}

.icon-post-next:before {
        content: '\f054';
        font-size: .8em;
}

.icon-post-prev:before {
        content: '\f053';
        font-size: .8em;
}

.sidebar .widget {
        margin-bottom: 4em;
}

.sidebar .widget-title {
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: 700;
}

.sidebar .widget ul {
        list-style: circle;
        margin-left: 0;
        padding-left: 22px;
}

.sidebar .widget a {
        color: #666;
        text-decoration: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title {
        text-transform: uppercase;
        font-size: 2.2em;
        margin-top: 4em;
}

.comment-list {
        margin-left: 0;
        padding-left: 0;
        list-style: none;
}

.comment-list .comment-meta {
        background-color: #e2e2e2;
        padding: 15px;
        font-size: .9em;
        color: #333;
}

.comment-list .comment-meta a {
        color: #333;
        text-decoration: none;
}

.comment-list .comment-content {
        padding: 15px;
        border: 1px solid #e2e2e2;
}

.comment-list .avatar {
        float: right;
}

.comment-list .comment-content a {
        color: #333;
}

.comment-list .reply {
        float: right;
        margin-top: -35px;
        margin-right: 20px;
        font-size: .8em;
        text-transform: uppercase;
}

.comment-list .reply a {
        text-decoration: none;
        color: #999;
}

.comment-respond .comment-reply-title {
        font-size: 2em;
        text-transform: uppercase;
        margin-top: 3em;
}

.comment-respond input[type="text"], 
.comment-respond input[type="email"], 
.comment-respond input[type="url"], 
.comment-respond textarea {
        border: 2px solid #e2e2e2;
        border-radius: 0;
        width: 95%;
}

.comment-respond textarea {
        width: 98%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
        width: 33.33333%;
        float: left;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
        display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Media Query
------------------------------------- */
@media only screen and (max-width: 480px) {
        
        .front-page-7 .rpwwt-widget ul li {
                width: 100% !important;
                margin: 0;
                margin-bottom: 2em;
        }
        
        .site-header .site-branding {
                margin-top: 7px;
        }
        
        .portfolio-section .portfolio-sidebar .field-name {
                width: 100%;
                font-weight: 700;
        }
        
        .portfolio-section .portfolio-sidebar .field-value {
                width: 100%;
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #ccc;
        }
        
        .portfolio-section .meta-row:last-child .field-value {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0 solid #ccc;
        }
}

@media only screen and (max-width: 640px) {
    
        #home_testimonials .sa_hover_container {
                padding-top: 15em !important;
                background-size: 130% !important;
        }
        
        #home_testimonials h1 {
                width: 100%;
                padding-top: 1em;
                padding-bottom: 5em !important;
                background: #000;
        }
        
        .front-page-1 .button {
                margin-left: 0 !important;
                margin-top: 0 !important;
        }
        
        .header-stats {
                width: 100% !important;
                margin-top: -25px;
        }
        
        .header-stats h2 {
                font-size: 1em !important;
        }
        
        .our-team-full .our-team-list {
                width: 100% !important;
        }
        
        .front-page-7 .rpwwt-widget ul {
                flex-wrap: wrap;
        }
        
        .front-page-7 .rpwwt-widget ul li {
                width: 46%;
                margin-bottom: 2em;
        }
        
        .home-video-wrap {
                width: 100% !important;
        }
        
        .featured-our-team .team-box {
                text-align: center;
                padding-left: 2em;
        }
        
        .featured-our-team .team-box img {
                position: relative;
                left: 0;
        }
        
        .site-header .site-branding {
                width: 30%;
        }
        
        .header-menu {
                width: 70%;
        }
        
        .wrap {
                padding: 4em 6% !important;
        }
        
        .site-header .wrap {
                padding-top: 1em !important;
                padding-bottom: .85em !important;
        }
        
        .section-heading {
                font-size: 2em;
        }
        
        .heading-center {
                font-size: 2em;
        }
        
        .grid-blog article {
                width: 98% !important;
        }
        
        .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
                display: block;
        }
        
        .comment-form-author, .comment-form-email, .comment-form-url {
                width: 100%;
        }
}

@media only screen and (max-width: 800px) {
        .main-navigation {
                float: right;
                margin-top: -3px;
        }

        .header-widget-area {
                margin-top: 5px;
                margin-right: 10px;
        }
        
        .home-header-image .wrap {
                padding-bottom: 5em;
        }
        
        #home_testimonials h1 {
                font-size: 1.6em !important;
                padding-bottom: 8em;
        }
        
        #home_testimonials .testimonial-photo {
                display: none;
        }
        
        .header-stats {
                display: block;
        }
        
        .header-stats-box {
                width: 100%;
                margin: 12px 0;
        }
        
        .header-stats-box:nth-child(1):after, .header-stats-box:nth-child(2):after {
                content: none;
        }
        
        .header-stats-box .stats-title br {
                display: none
        }
        
        /* Front Page 2 */
        .home-about-content {
                width: 100%;
        }
        
        .home-about-photo {
                width: 100%;
                margin-top: 2em;
        }
        
        .home-about-photo .about-photo img {
                margin-left: 0;
        }
        
        .wrap {
                padding-top: 6em;
        }
        
        .intro-content {
                width: 100%;
        }
        
        .footer-widgets {
                flex-wrap: wrap;
        }
        
        .footer-widgets-1,
        .footer-widgets-2 {
                width: 100%;
        }
        
        .content-wrap {
                width: 100%;
        }
        
        .sidebar {
                width: 100%;
                margin-top: 4em;
        }
}

@media only screen and (max-width: 960px) {
        /* Columns */
        .one_half, .one_third, .two_third,
        .three_fourth, .one_fourth, .one_fifth,
        .two_fifth, .three_fifth, .four_fifth,
        .one_sixth, .five_sixth { 
                position:relative; 
                margin-top: 1.5em;
                margin-bottom:1.5em;
                width:100%; 
                float:none; 
                overflow-y: hidden;
                display: table;
        }

        .column {
                border-bottom: 1px solid rgba(0,0,0,0.1);
                padding-bottom: 20px;
        }

        .last {
                border:none !important; padding-bottom:0 !important;
        }
        #home_testimonials .owl-nav .owl-prev {
                left: -15px;
        }
        #home_testimonials .owl-nav .owl-next {
                right: -15px;
        }
        
        .grid-blog article {
                width: 48%;
        }
        
        .footer-widgets-1 .widget {
                width: 100%;
        }
        
        .footer-widgets-1 .widget_nav_menu {
                text-align: center;
        }
}

@media only screen and (min-width: 960px) {
    
    /* ================== Columm Styles ===================== */
    .one_one { width: 100%; }
    .one_half { width:48%; }
    .one_third { width:30.66%; }
    .two_third { width:65.33%; }
    .one_fourth { width:22%; }
    .three_fourth { width:74%; }
    .one_fifth { width:16.8%; }
    .two_fifth { width:37.6%; }
    .three_fifth { width:58.4%; }
    .four_fifth { width:67.2%; }
    .one_sixth { width:13.33%; }
    .five_sixth { width:82.67%; }

    .one_half, .one_third, .two_third,
    .three_fourth, .one_fourth, .one_fifth,
    .two_fifth, .three_fifth, .four_fifth,
    .one_sixth, .five_sixth { 
            position:relative; 
            margin-right: 4%;
            margin-bottom:10px; 
            float:left;
            z-index: 99;
    }

    .last { 
            margin-right:0 !important; 
            clear:right; 
    }
    
    .site-header.fixed {
            box-shadow: 0 0 10px rgba(0,0,0,.1);
            position: fixed;
            top: 0;
            z-index: 999;
            width: 100%;
            background-color: #fff;
    }

}

@media only screen and (max-width: 1023px) {
        .header-stats {
                width: 37%;
        }
        
        .header-stats h2 {
                font-size: 1.4em;
        }
        
        #home_testimonials h1 {
                font-size: 2em;
        }
        
        .front-page-1 .button {
                margin-left: 39%;
                margin-top: -60px;
        }
        
        .featured-our-team {
                display: block;
        }
        
        .featured-our-team .team-box {
                margin-right: 0;
        }
        
        .featured-our-team .team-box:nth-child(2n) {
                margin-top: 20px;
                margin-left: 0;
        }
        
        .section-content {
                flex-wrap: wrap;
        }
        
        .heading-left {
                width: 100%;
        }
        
        .heading-left:after {
                content: none;
        }
        
        .top-content {
                padding-left: 0;
                padding-top: 1em;
        }
        
        .our-team-full .wrap {
                flex-wrap: wrap; 
        }
        
        .our-team-full .our-team-list {
                width: 33.33333%;
                margin-bottom: 20px;
        }
        
        .home-blog-wrap {
                width: 100%;
        }
        
        .home-video-wrap {
                float: none;
                padding-top: 2em;
                clear: both;
        }
        
        .front-page-7 .rpwwt-widget ul li:last-child {
                margin: 0 2%;
        }
        
        .footer-form {
                width: 100%;
        }
        
        .portfolio-section {
                flex-wrap: wrap;
        }
        
        .portfolio-section .entry-content {
                width: 100%;
        }
        
        .portfolio-section .portfolio-sidebar {
                width: 100%;
                padding-left: 0;
                padding-top: 3em;
        }
        
}

@media only screen and (max-width: 1200px) {
        .heading-left {
                font-size: 2em;
        }
}
/*
     FILE ARCHIVED ON 09:32:44 Apr 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:23:34 May 13, 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.519
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.048
  esindex: 0.008
  cdx.remote: 5.604
  LoadShardBlock: 133.961 (3)
  PetaboxLoader3.datanode: 252.482 (4)
  PetaboxLoader3.resolve: 162.742 (2)
  load_resource: 442.093
*/