@import url("https://air-vid.com/wp/wp-content/themes/boldr-pro.1.5.0/style.css");
/* lite blue*/
/* bs blue   dark gray*/
/* bs blue  #3d3d3d dark gray*/
/*  blue*/
/* bs dk blue*/
/* sky blue*/
/* sky blue*/
/* sky blue*/
/* airforce blue */
/* Strong Blue */
/* Strong Blue */
/*'Open Sans' 400,300,600,700,800,300-italic*/
/*
 Theme Name:   BoldR Pro Child
Theme URI: https://demo.iceable.com/boldr
 Description:  Child Theme developed by HooPmedia for AirVid
 Author:       HooPmedia
 Author URI:   https://hoopmedia.com
 Template:     boldr-pro.1.5.0
	Version: 1.5.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  BoldR-Pro-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
html,
body,
p {
  color: #3d3d3d;
}
.postmetadata {
  float: left;
  width: 65px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 5px;
}
.meta-date {
  width: 65px;
  color: white;
  padding: 10px 0;
  border-radius: 5px;
}
.meta-date a,
.meta-date a:visited {
  color: white;
}
.meta-date span {
  display: block;
  line-height: 110%;
  text-transform: uppercase;
}
.meta-date .month {
  font-size: 20px;
}
.meta-date .day {
  font-size: 30px;
}
.meta-date .year {
  font-size: 16px;
}
h1.page-title,
h1.entry-title {
  padding: 0 0 20px 15px;
  border-bottom: none;
  margin: -10px 20px 10px 20px;
  text-transform: none;
}
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #025783;
  font-style: italic;
}
blockquote {
  margin: 0 40px 20px 40px;
  padding: 10px 20px;
  border-left: 3px solid #0066cc;
}
blockquote cite {
  display: block;
  font-size: 13px;
  color: #0066cc;
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #0066cc;
}
#navbar ul li {
  padding: 12px;
  min-height: 21px;
  border-radius: 5px;
  line-height: 21px;
}
.editlink {
  background: #333;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 12px;
}
/* Sidebar widget h3 title */
#sidebar .widget-title {
  border-radius: 5px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  color: #428bca;
  background: #fff;
  border-radius: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #fff;
  border: none;
  box-shadow: none;
}
#searchform #searchsubmit {
  border-radius: 5px;
}
/* Tagline */
#tagline {
  float: right;
  padding: 40px 20px;
  font-style: italic;
  color: #025783;
  font-size: 16px;
  line-height: 160%;
  max-width: 30%;
}
/* Reset font and white space sizes (Part of the CSS Hack that removes inconsistent white-spaces) */
#page-container > *,
#footer .container ul > * {
  letter-spacing: normal;
  word-spacing: normal;
}
body {
  background: #e0f0ff;
  color: #428bca;
  -webkit-text-size-adjust: 100%;
}
/************************************FORM**************************/
#form_container {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
#footer {
  width: 100%;
  clear: both;
  color: #999999;
  text-align: center;
  padding-bottom: 15px;
  font-size: 85%;
}
#footer a {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #999999;
}
form.form-assitant {
  margin: 20px 20px 0;
  padding: 0 0 20px;
}
/**** Logo Section  *****/
/**** Form Section ****/
.form-assitant {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: small;
}
.form-assitant li {
  width: 61%;
}
form ul {
  font-size: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
form li {
  display: block;
  margin: 0;
  padding: 4px 5px 2px 9px;
  position: relative;
}
form li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.buttons {
  clear: both;
  display: block;
  margin-top: 10px;
}
* html form li {
  height: 1%;
}
* html .buttons {
  height: 1%;
}
* html form li div {
  display: inline-block;
}
form li div {
  color: #444;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
form li span {
  color: #444;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
form li div.left {
  display: inline;
  float: left;
  width: 48%;
}
form li div.right {
  display: inline;
  float: right;
  width: 48%;
}
form li div.left .medium {
  width: 100%;
}
form li div.right .medium {
  width: 100%;
}
.clear {
  clear: both;
}
form li div label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
form li span label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
form li .datepicker {
  cursor: pointer !important;
  float: left;
  height: 16px;
  margin: .1em 5px 0 0;
  padding: 0;
  width: 16px;
}
.form_description {
  border-bottom: 1px dotted #ccc;
  clear: both;
  display: inline-block;
  margin: 0 0 1em;
}
.form_description[class] {
  display: block;
}
.form_description h2 {
  clear: left;
  font-size: 160%;
  font-weight: 400;
  margin: 0 0 3px;
}
.form_description p {
  font-size: 95%;
  line-height: 130%;
  margin: 0 0 12px;
}
form hr {
  display: none;
}
form li.section_break {
  border-top: 1px dotted #ccc;
  margin-top: 9px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-top: 13px;
  width: 97% !important;
}
form ul li.first {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
form .section_break h3 {
  font-size: 110%;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 2px;
}
form .section_break p {
  font-size: 85%;
  margin: 0 0 10px;
}
/**** Buttons ****/
input.button_text {
  overflow: visible;
  padding: 0 7px;
  width: auto;
}
.buttons input {
  font-size: 120%;
  margin-right: 5px;
}
/**** Inputs and Labels ****/
label.description {
  border: none;
  color: #222;
  display: block;
  font-size: 95%;
  font-weight: 700;
  line-height: 150%;
  padding: 0 0 1px;
}
span.symbol {
  font-size: 115%;
  line-height: 130%;
}
input.text {
  background: #ffffff url(https://air-vid.com/wp/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
input.file {
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
textarea.textarea {
  background: #ffffff url(https://air-vid.com/wp/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  margin: 0;
  width: 99%;
}
select.select {
  color: #333;
  font-size: 100%;
  margin: 1px 0;
  padding: 1px 0 0;
  background: #ffffff url(https://air-vid.com/wp/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
}
input.currency {
  text-align: right;
}
input.checkbox {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
input.radio {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
label.choice {
  color: #444;
  display: block;
  font-size: 100%;
  line-height: 1.4em;
  margin: -1.55em 0 0 25px;
  padding: 4px 0 5px;
  width: 90%;
}
select.select[class] {
  margin: 0;
  padding: 1px 0;
}
*:first-child + html select.select[class] {
  margin: 1px 0;
}
.safari select.select {
  font-size: 120% !important;
  margin-bottom: 1px;
}
input.small {
  width: 25%;
}
select.small {
  width: 25%;
}
input.medium {
  width: 50%;
}
select.medium {
  width: 50%;
}
input.large {
  width: 99%;
}
select.large {
  width: 100%;
}
textarea.small {
  height: 5.5em;
}
textarea.medium {
  height: 10em;
}
textarea.large {
  height: 20em;
}
/**** Errors ****/
#error_message {
  background: #fff;
  border: 1px dotted red;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  text-align: center;
  width: 99%;
}
#error_message_title {
  color: #DF0000;
  font-size: 125%;
  margin: 7px 0 5px;
  padding: 0;
}
#error_message_desc {
  color: #000;
  font-size: 100%;
  margin: 0 0 .8em;
}
#error_message_desc strong {
  background-color: #FFDFDF;
  color: red;
  padding: 2px 3px;
}
form li.error {
  background-color: #FFDFDF !important;
  border-bottom: 1px solid #EACBCC;
  border-right: 1px solid #EACBCC;
  margin: 3px 0;
}
form li.error label {
  color: #DF0000 !important;
}
form p.error {
  clear: both;
  color: red;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 5px;
}
form .required {
  color: red;
  float: none;
  font-weight: 700;
}
/**** Guidelines and Error Highlight ****/
form li.highlighted {
  background-color: #fff7c0;
}
form .guidelines {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  color: #444;
  font-size: 80%;
  left: 100%;
  line-height: 130%;
  margin: 0 0 0 8px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 42%;
  z-index: 1000;
}
form .guidelines small {
  font-size: 105%;
}
form li.highlighted .guidelines {
  visibility: visible;
}
form li:hover .guidelines {
  visibility: visible;
}
.no_guidelines .guidelines {
  display: none !important;
}
.no_guidelines form li {
  width: 97%;
}
.no_guidelines li.section {
  padding-left: 9px;
}
/* pagination */
.pdb-list .pagination,
.pdb-pagination {
  overflow: auto;
}
.pdb-list .pagination ul,
.pdb-pagination ul {
  margin: 0;
}
.pdb-list .pagination li,
.pdb-pagination li {
  margin: 0;
}
.pdb-list .pagination li > span,
.pdb-pagination li > span,
.pdb-list .pagination a,
.pdb-pagination a {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0 -2px 0 0;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc rgba(204, 204, 204, 0.25);
  border-radius: 2px;
  background-color: #FAFAFA;
}
.pdb-list .pagination li.disabled span,
.pdb-pagination li.disabled span,
.pdb-list .pagination li.currentpage span,
.pdb-pagination li.currentpage span {
  background-color: #F3F3F3;
  color: #777777;
}
.pdb-list .pagination li:first-of-type span,
.pdb-pagination li:first-of-type span,
.pdb-list .pagination li:first-of-type a,
.pdb-pagination li:first-of-type a {
  list-style-type: none;
  margin-left: 0;
  border-left-color: #cccccc;
}
.pdb-list .pagination li:last-of-type span,
.pdb-pagination li:last-of-type span,
.pdb-list .pagination li:last-of-type a,
.pdb-pagination li:last-of-type a {
  margin-right: 0;
  border-right-color: #cccccc;
}
.pdb-list .pagination li.currentpage:first-child,
.pdb-pagination li.currentpage:first-child,
.pdb-list .pagination li:first-child a,
.pdb-pagination li:first-child a {
  margin-left: 0;
}
.pdb-list .pagination a,
.pdb-pagination a {
  text-decoration: none;
}
.pdb-list .pagination a:hover,
.pdb-pagination a:hover,
.pdb-list .pagination li.currentpage,
.pdb-pagination li.currentpage {
  background-color: #cccccc;
}
.pdb-list .pagination label,
.pdb-pagination label {
  float: left;
  margin: 8px 6px 0 0;
}
.pdb-list .pagination .glyphicon,
.pdb-pagination .glyphicon {
  font-size: 60%;
  line-height: inherit;
  vertical-align: middle;
}
.wp-admin .pdb-list .pagination .glyphicon {
  vertical-align: top;
}
.pagination .glyphicon.glyphicon-first-page:after {
  content: "❬❬";
}
.pagination .glyphicon.glyphicon-previous-page:after {
  content: "❬";
}
.pagination .glyphicon.glyphicon-next-page:after {
  content: "❭";
}
.pagination .glyphicon.glyphicon-last-page:after {
  content: "❭❭";
}
.has-dashicons .pagination .glyphicon.glyphicon-first-page,
.has-dashicons .pagination .glyphicon.glyphicon-last-page {
  letter-spacing: -0.5em;
}
.has-dashicons .pagination .glyphicon.glyphicon-first-page:after {
  content: "\f341\f341";
}
.has-dashicons .pagination .glyphicon.glyphicon-previous-page:after {
  content: "\f341";
}
.has-dashicons .pagination .glyphicon.glyphicon-next-page:after {
  content: "\f345";
}
.has-dashicons .pagination .glyphicon.glyphicon-last-page:after {
  content: "\f345\f345";
}

/*
     FILE ARCHIVED ON 16:14:09 Jun 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:06:40 Nov 11, 2025.
     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.635
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.053
  esindex: 0.011
  cdx.remote: 19.976
  LoadShardBlock: 56.681 (3)
  PetaboxLoader3.datanode: 72.396 (4)
  load_resource: 89.245
  PetaboxLoader3.resolve: 53.428
*/