/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Cinzel|Noto+Sans:400,400i,700,700i");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/*variables*/
html {
  outline: none; }

body {
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #30363f; }
  body h1 {
    font-weight: normal; }
  body h2, body h3, body h4, body h5, body h6 {
    font-weight: bold;
    font-weight: 500; }
  body h1 {
    line-height: 1.3em;
    font-family: "Cinzel", serif;
    text-align: center; }
  body h2, body h3, body h4, body h5, body h6, body li, body ul, body ol, body a {
    font-family: "Noto Sans", sans-serif; }
  body h2, body h3, body h4, body h5, body h6 {
    font-weight: bold; }
  body h1 {
    font-size: 2.8em; }
  body h2 {
    font-size: 2em;
    padding: 0 0 0.6em 0;
    line-height: 1.4em; }
  body h3 {
    font-size: 1.5em;
    padding: 0 0 1em 0; }
  body h4 {
    font-size: 1.2em;
    padding: 1em 0; }
  body h5 {
    font-size: 1.1em;
    line-height: 1.6em; }
  body h6 {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 20px 0px 10px; }
  body p {
    font-family: "Noto Sans", sans-serif;
    font-size: 1em;
    text-align: left;
    line-height: 1.8em;
    padding-bottom: 1.9em; }
  body li, body ol, body ul {
    font-family: "Noto Sans", sans-serif;
    font-size: 1em; }
  body a {
    font-family: "Noto Sans", sans-serif;
    text-decoration: none; }
    body a:hover, body a:visited, body a:active {
      outline: none; }
  body p.center {
    text-align: center; }

#content {
  margin-top: 73px; }

strong {
  font-weight: bold; }

.italic {
  font-style: italic; }

ul {
  list-style: disc;
  padding-left: 60px;
  padding-bottom: 25px; }

ul ul {
  padding-bottom: 0px; }

li {
  padding: 5px 0;
  line-height: 1.5em; }

/* Reset nonsense for the Navbar */
.menu-item {
  padding: 0px;
  margin: 0px;
  line-height: 1em; }

/*~~~~ 2 Column Layout ~~~~*/
.content-left {
  display: block;
  float: left;
  max-width: 680px;
  padding: 0px 10px 10px 10px; }
  .content-left h2 {
    outline: 0; }
  .content-left h2:first-child {
    position: relative;
    top: -120px;
    outline: 0; }
    .content-left h2:first-child strong {
      position: relative;
      top: 120px;
      outline: 0; }
  .content-left h2:before {
    content: "";
    height: 120px;
    display: block;
    visibility: hidden;
    margin-top: -80px; }
  .content-left :target::before {
    content: "";
    height: 120px;
    display: block;
    visibility: hidden;
    margin-top: -80px; }

.non-sidebar {
  max-width: 680px;
  margin: auto; }

/*
#home-page .content-left {
  h2:first-child {
    position: relative;
    top: -120px;
    outline: 0;
    strong {
      position: relative;
      top: 120px;
      outline: 0;
    }
  }
}*/
.content-right {
  display: block;
  float: left;
  width: 260px;
  padding: 10px 25px 25px 25px;
  margin-left: 10px;
  margin-top: 35px;
  background-color: white; }
  .content-right a {
    line-height: 1.5em;
    font-size: .95em;
    color: #666666;
    display: block;
    padding: 2px 0px; }
  .content-right a:visited {
    color: #666666; }
  .content-right a:hover {
    color: #dbc1a7; }
  .content-right #jump-to-section {
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px; }
  .content-right hr#hr-jump {
    height: 2px;
    width: 100%;
    margin: 7px auto 20px auto; }

div#side-bar.side-bar-page {
  margin-top: 57px; }

@media screen and (min-width: 1070px) {
  .content-right, #side-bar {
    display: block !important;
    visibility: visible; } }
@media screen and (max-width: 1070px) {
  .content-right, #side-bar {
    display: hidden !important;
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .content-left {
    margin-left: auto;
    margin-right: auto;
    float: none; } }
@media screen and (max-width: 600px) {
  body h1 {
    font-size: 2em;
    padding-top: 20px; }
  body h2 {
    font-size: 1.5em;
    padding: 15px 0; }
  body h3 {
    font-size: 1.2em;
    padding: 15px 0; }
  body h4 {
    font-size: 1.1em;
    padding: 15px 0; }
  body h5 {
    font-size: 1.1em;
    line-height: 1.3em; }
  body h6 {
    font-size: 1.1em;
    line-height: 1.4em; }
  body p {
    font-size: 0.95em;
    line-height: 1.6em; }
  body ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 25px; }
  body ul ul {
    padding-bottom: 0px; }
  body li {
    padding: 5px 0;
    line-height: 1.5em;
    font-size: .95em; }

  .content-right {
    display: hidden; } }
@media screen and (max-width: 400px) {
  body h1 {
    font-size: 2.3em; }
  body h2 {
    font-size: 1.5em;
    padding: 15px 0; }
  body h3 {
    font-size: 1.2em;
    padding: 15px 0; }
  body h4 {
    font-size: 1.1em;
    padding: 15px 0; }
  body h5 {
    font-size: 1.1em;
    line-height: 1.3em; }
  body h6 {
    font-size: 1.1em;
    line-height: 1.4em; }
  body p {
    font-size: 0.95em;
    line-height: 1.6em; }

  .content-right {
    display: hidden; } }
.content-container {
  max-width: 1250px;
  margin: 0 auto; }

#disclaimer {
  background-color: #252c38;
  padding: 30px 5%; }
  #disclaimer p {
    color: #cfbc96;
    padding: 0px;
    font-size: 1.1em; }

#primary {
  min-height: 100vh; }

.custom-footer {
  background-color: #252c38;
  background-image: none;
  padding: 20px 50px;
  line-height: 2em;
  font-size: .9em;
  text-transform: uppercase;
  color: #cfbc96; }
  .custom-footer a {
    color: #cfbc96; }
    .custom-footer a:visited {
      color: #cfbc96; }
    .custom-footer a:hover, .custom-footer a:focus {
      color: #f4e8ca; }

/*
.footer-return a{
  color: $color-dark-tan;
  &:visited {
    color: $color-dark-tan;
  }
  &:hover, &:focus {
    color: $color-highlight-light;
  }
}*/
.footer-credits ul li a {
  text-transform: uppercase !important; }

.footer-credits ul li a:hover, .footer-credits ul li a:focus {
  text-decoration: none !important;
  color: shade(#cfbc96, 10%) !important; }

#footer #footer-credits ul li:before, #footer-credits ul li:before {
  content: '-' !important; }

#footer #footer-credits ul li:first-child:before, #footer-credits ul li:first-child:before {
  content: '' !important; }

@media screen and (max-width: 600px) {
  #footer-credits {
    padding: 20px 10px; } }
label {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9em; }

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: #485367;
  border: 1px solid #e2d7b8;
  font-family: "Noto Sans", sans-serif;
  font-size: .9em;
  font-style: normal;
  font-weight: normal;
  width: 100%; }

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: #485367; }

select {
  border: 1px solid #e2d7b8; }

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"] {
  padding: 9px;
  margin-bottom: 12px; }

textarea {
  padding-left: 10px;
  width: 100%; }

.wpcf7-form-control-wrap {
  width: 750px; }

.wpcf7-list-item {
  display: block;
  width: 750px;
  font-size: 0.9em; }

input[type="submit"] {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  color: #485367;
  font-size: 1.5em;
  padding: 12px 40px;
  background-color: rgba(169, 130, 91, 0.1);
  border: 0; }
  input[type="submit"]:hover {
    color: #aa866e;
    background-color: rgba(169, 130, 91, 0.05); }

.wpcf7 {
  display: block;
  max-width: 750px;
  margin: 0 auto 0 auto !important; }

/*
.main-navigation {
  min-height: 50px;
  padding: 0 15px;
  background: $nav-bg;
  background-size: cover;
  a {
    color: $color-highlight;
    &:hover {
      color: $color-highlight-dark;
    }
  }
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99998;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  position: absolute;
  left: -7px !important;
  top: 65px !important;
}

.nav-home {
  float: left;
  font-size: 1.5em;
  font-family: $font-h;
  color: $color-highlight;
  font-style: normal;
  padding: 10px;
  line-height: 45px;
  &:visited {
    color: $color-highlight;
  }
  &:hover, &:focus {
    color: $color-highlight-dark;
  }
}

.menu-item-has-children, .menu-item-has-children:active, .menu-item-has-children:hover, .menu-item-has-children:focus, .menu-item-has-children:visited {
  cursor: pointer;
}

#top-menu {
  text-align: left;
  float: right;
  .menu-item {
    padding: 10px;
    z-index: 100;
    line-height: 45px;
    &:hover, &:focus {
      color: $color-highlight-dark;
    }
  }
  .sub-menu {
    background: $nav-bg-sub repeat;
    padding: 0px 10px 10px 10px;
    border-style: solid;
    border-width: 42px;
    border-image: $nav-edge 42 fill repeat;
    margin: 0px;
    .menu-item {
      padding: 7px 5px;
      line-height: 22px;
      margin: 0px -38px;
      &:first-child {
        margin: -30px -38px 0px -38px;
      }
      &:last-child {
        margin: 0px -38px -30px -38px;
      }
    }
  }
}


.menu-toggle {
  margin: 15px 15px 0px 15px;
  font-size: 1.5em;
  font-style: italic;
  font-family: $font-p;
  color: $color-highlight;
  position: absolute;
  right: 0;
  background: none;
  border: none;
  display: block;
  &:hover {
    color: $color-highlight-dark;
  }
  &:focus {
    outline: none;
  }
}

// RESET BASE CSS TO NOT DISPLAY MINI NAV
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px;
}

.menu-toggle {
  display: none;
}
// END BASE NON-RESET

*/
#responsive-menu-pro-header-bar-title a, #responsive-menu-pro-title a {
  font-style: normal;
  text-transform: uppercase;
  font-family: "Cinzel", serif; }

/*#responsive-menu-pro-header-bar-title a {
  font-family: $font-h;
}

#responsive-menu-pro-title a {
  font-family: $font-b !important;
}*/
button#responsive-menu-pro-button {
  outline: none; }

#site-navigation {
  display: none; }

.responsive-menu-pro-item-link {
  outline: none;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 14px; }
  .responsive-menu-pro-item-link:active, .responsive-menu-pro-item-link:visited, .responsive-menu-pro-item-link:focus {
    outline: none; }

.logged-in #responsive-menu-pro-header,
.logged-in #responsive-menu-pro-header-bar-button,
.logged-in #responsive-menu-pro-container {
  top: 32px; }
.logged-in #responsive-menu-pro-button {
  top: 42px; }

@media screen and (max-width: 1055px) {
  #responsive-menu-pro-container #responsive-menu-pro > li {
    margin-left: 0px !important; } }
@media screen and (max-width: 910px) {
  .logged-in #responsive-menu-pro-header,
  .logged-in #responsive-menu-pro-header-bar-button,
  .logged-in #responsive-menu-pro-container {
    top: 32px; }
  .logged-in #responsive-menu-pro-button {
    top: 42px; } }
@media screen and (max-width: 782px) {
  .logged-in #wpadminbar {
    position: fixed; }
  .logged-in #responsive-menu-pro-header,
  .logged-in #responsive-menu-pro-header-bar-button,
  .logged-in #responsive-menu-pro-container {
    top: 46px; }
  .logged-in #responsive-menu-pro-button {
    top: 56px; }

  #responsive-menu-pro-header-bar-title a, #responsive-menu-pro-title > a {
    font-size: 16px !important; }

  .responsive-menu-pro-item-link {
    font-size: 16px !important; } }
@media screen and (max-width: 350px) {
  #responsive-menu-pro-header-bar-title a, #responsive-menu-pro-title > a {
    font-size: 16px !important; }

  .responsive-menu-pro-item-link {
    font-size: 16px !important; }

  button#responsive-menu-pro-button {
    position: fixed;
    right: 0px !important; } }
@media screen and (min-width: 910px) {
  #responsive-menu-pro-container {
    display: block !important; } }
.welcome-bg {
  display: block;
  background: url("../img/bg-home2.jpg") no-repeat 50% 0px;
  position: fixed;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1; }

section#welcome {
  min-height: 700px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 25px 35px 45px 35px;
  text-shadow: 1px 1px 1px #000; }

.welcome-content {
  max-width: 500px;
  float: right;
  display: block;
  padding: 30px 10px 30px 10px;
  margin: 20px auto;
  color: #e4dcba; }
  .welcome-content .logo {
    background: url("../img/vidocq_V2_2019_logo_500.png") no-repeat;
    background-size: contain;
    margin: 0 auto 15px auto;
    width: 200px;
    height: 200px;
    display: block; }
  .welcome-content span {
    font-family: "Cinzel", serif;
    text-align: center; }
  .welcome-content .logo-1 {
    font-size: 1.2em;
    display: block;
    position: relative;
    top: -15px;
    left: -101px; }
  .welcome-content .logo-2 {
    font-size: 2.8em;
    display: block;
    position: relative;
    top: -15px; }
  .welcome-content .logo-3 {
    font-size: 1em;
    display: block;
    position: relative;
    top: -12px; }
  .welcome-content .logo-4 {
    font-size: 1em;
    display: block;
    position: relative;
    top: -8px; }
  .welcome-content p {
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 25px 15px 0px 15px; }

#disclaimer p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 2.2em;
  letter-spacing: 0.12em;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px; }

@media screen and (max-width: 600px) {
  .blurb {
    padding-top: 15px; }

  section#welcome {
    padding: 20px; }

  .welcome-bg {
    display: block;
    background: url("../img/bg-home2.jpg") no-repeat 50% 0px;
    position: fixed;
    top: 0;
    background-size: cover;
    width: 100%;
    height: calc(100% + 100px);
    z-index: -1; }

  .welcome-content {
    padding: 30px 0 30px 0; }
    .welcome-content p {
      font-size: .95em;
      padding: 10px 5px; }

  .logo-3 {
    font-size: .9em;
    display: block;
    position: relative;
    top: -8px; }

  .logo-4 {
    font-size: .9em;
    display: block;
    position: relative;
    top: -4px; } }
@media screen and (max-width: 500px) {
  .welcome-content {
    padding: 30px 0 30px 0; }
    .welcome-content .logo-1 {
      position: relative;
      top: -1px;
      left: -74px; }
    .welcome-content .logo-2 {
      margin-top: 0px;
      font-size: 2em;
      position: relative;
      top: -10px; }
    .welcome-content .logo-3 {
      font-size: .9em;
      display: block;
      position: relative;
      top: -8px; }
    .welcome-content .logo-4 {
      font-size: .9em;
      display: block;
      position: relative;
      top: -4px; } }
/* -------------------------------------------------
Light section stuff
------------------------------------------------- */
/* REQUIRED HTML TO USE -----------------

<section class="light-section"> // Use to start a light section
  <div class="corner"> // Use for Decorative Corners
    <div class="content-container"> // REQUIRED FOR DECORATIVE CORNERS
      -- CONTENT --
    </div>
  </div>
</section>

<div class="btn btn-lg"> // For Large Button
  <a href="">-- CONTENT --</a>
  <hr>
</div>

<div class="btn btn-sm"> // For Small Button
  <a href="">-- CONTENT --</a>
  <hr>
</div>

rgb (37, 44, 56) #252c38
rgb( 27, 37, 51)

------------------------- */
.page-style, .inner-dark {
  background: url("../img/bg_paper2.jpg"); }

section.light-section {
  background: url("../img/bg_paper2.jpg");
  padding: 30px 30px;
  color: #485367; }
  section.light-section h1, section.light-section h3 {
    margin: 0 0; }
  section.light-section #home-page {
    padding-top: 50px; }
  section.light-section .content-container {
    padding: 0;
    max-width: 950px;
    margin: 0 auto;
    display: block;
    overflow: auto; }

a {
  color: #485367; }
  a:visited {
    color: #485367; }
  a:hover, a:active {
    color: #aa866e; }

p a {
  color: #aa866e; }
  p a:visited {
    color: #aa866e; }
  p a:hover, p a:focus {
    color: #d8c1b6; }

hr {
  color: #dbc1a7;
  border-color: #dbc1a7;
  background-color: #dbc1a7;
  border: 0px;
  height: 2px;
  width: 68%;
  margin: 30px auto 0px; }

.non-sidebar {
  padding-top: 20px; }

.btn {
  text-align: center; }
  .btn a {
    font-family: "Noto Sans", sans-serif !important;
    text-align: center; }

.btn-lg {
  width: 100%;
  margin: 0 auto; }
  .btn-lg .btn-lg-box {
    background: url("../img/bg_paper2.jpg");
    padding: 20px 13px;
    display: inline-block;
    min-height: 20px;
    min-width: 100px;
    z-index: 20;
    position: relative; }
  .btn-lg a {
    padding: 12px 40px;
    background-color: rgba(169, 130, 91, 0.1);
    font-size: 1.5em;
    z-index: 40; }
    .btn-lg a:hover, .btn-lg a:active {
      background-color: rgba(169, 130, 91, 0.05); }
  .btn-lg hr {
    position: relative;
    top: -43px;
    z-index: 0;
    width: 60%; }

.btn-sm {
  width: 100%;
  margin: 0 auto; }
  .btn-sm a {
    background: url("../img/bg_paper2.jpg");
    padding: 8px 16px 0px 16px;
    display: inline-block;
    min-height: 20px;
    min-width: 100px;
    z-index: 20;
    position: relative;
    font-size: 1.1em; }
  .btn-sm hr {
    width: 40%;
    position: relative;
    top: -18px;
    z-index: 0; }

.sec-title {
  text-transform: uppercase;
  color: #dbc1a7; }
  .sec-title h3 {
    background: url("../img/bg_paper2.jpg");
    padding: 8px 10px 4px 10px;
    display: inline-block;
    min-height: 20px;
    min-width: 100px;
    z-index: 20;
    position: relative; }
  .sec-title hr {
    width: 60%;
    position: relative;
    top: -27px;
    z-index: 0; }

.bkspot {
  display: table; }
  .bkspot a {
    display: table-cell;
    height: 160px;
    width: 160px; }
  .bkspot p {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle; }

.fleur {
  background-image: url("../img/fleur_dark_50.png");
  height: 52px;
  width: 50px;
  margin: 20px auto; }

.fleur-light {
  background-image: url("../img/fleur_dark_50.png") !important;
  height: 52px;
  width: 50px;
  margin: 5px auto; }

footer.entry-footer {
  margin: 30px auto 10px auto !important;
  text-align: center;
  clear: both;
  display: block; }

span.edit-link {
  margin: 20px auto !important; }

a.post-edit-link {
  margin: 20px auto !important; }

.hdr {
  padding-top: 50px; }

@media screen and (max-width: 600px) {
  hr {
    width: 100%; }

  .sec-title hr {
    width: 100%; }

  .btn-lg hr {
    width: 100%; }

  .btn-sm hr {
    width: 70%; }

  .bkspot {
    display: block; }
    .bkspot a {
      display: block;
      margin: 0 auto; }
    .bkspot p {
      display: block;
      padding: 15px 0; } }
@media screen and (max-width: 780px) {
  section.light-section .corner .content-container {
    margin: -100px -100px -130px; } }
@media screen and (max-width: 600px) {
  section.light-section {
    padding: 20px; }
    section.light-section .corner {
      border-width: 110px; }
      section.light-section .corner .content-container {
        margin: -90px -90px; } }
@media screen and (max-width: 450px) {
  section.light-section {
    padding: 14px; }
    section.light-section .corner {
      border-width: 90px; }
      section.light-section .corner .content-container {
        margin: -70px -70px; } }
/* -------------------------------------------------
Dark section stuff
------------------------------------------------- */
/* REQUIRED HTML TO USE -----------------

<section class="dark-section"> // Use to start a light section
  <div class="corner"> // Use for Decorative Corners
    <div class="content-container"> // REQUIRED FOR DECORATIVE CORNERS
      -- CONTENT --
    </div>
  </div>
</section>

<div class="btn btn-lg"> // For Large Button
  <a href="">-- CONTENT --</a>
  <hr>
</div>

<div class="btn btn-sm"> // For Small Button
  <a href="">-- CONTENT --</a>
  <hr>
</div>

------------------------- */
.dark-section {
  background: url("../img/bg_paper2.jpg");
  padding: 50px 20px;
  color: #485367 !important;
  /*.corner { // Adds decorative border to edges
    margin: 0 auto;
    max-width: 1200px;
    border-style: solid;
    border-width: 130px;
    border-image: $d-corner 130 130 130 130 fill stretch;
    border-image-outset: 10px;
    .content-container { // Adds negative margin to border to offset border width
      max-width: 1000px;
      margin: -100px auto -70px auto;
      padding: 20px 0;
    }
  } */ }
  .dark-section .content-container {
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto; }
  .dark-section .book_spot_img {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 4px 4px 0 4px;
    background: #cfbc96;
    margin: 20px 0 30px 0; }

@media screen and (min-width: 600px) {
  section.dark-section .book_spot_img:after, section.dark-section .book_spot_img:before {
    content: "";
    display: inline-block;
    width: 170px;
    height: 120px;
    transform: scale(0.75); }
  section.dark-section .book_spot_img:before {
    position: absolute;
    top: 50px;
    left: -170px;
    background: url("../img/image-decoration.png") 0 -120px; }
  section.dark-section .book_spot_img:after {
    position: absolute;
    top: 50px;
    right: -170px;
    background: url("../img/image-decoration.png") -170px -120px; } }
@media screen and (max-width: 960px) {
  section.dark-section .corner .content-container {
    margin: -100px -80px -130px; } }
@media screen and (max-width: 780px) {
  section.dark-section .corner .content-container {
    margin: -100px -100px -130px; } }
@media screen and (max-width: 600px) {
  section.dark-section {
    padding: 20px; }
    section.dark-section .corner {
      border-width: 110px; }
      section.dark-section .corner .content-container {
        margin: -90px -90px; } }
@media screen and (max-width: 450px) {
  section.dark-section {
    padding: 14px; }
    section.dark-section .corner {
      border-width: 90px; }
      section.dark-section .corner .content-container {
        margin: -70px -70px; } }
/* INNER THEME CSS */
section.article-container {
  padding: 50px 50px 10px 50px;
  max-width: 1100px;
  margin: 0 auto; }
  section.article-container.light-section > .corner > .content-container p {
    margin: 0px 0px 30px 0px; }
  section.article-container.light-section > .corner > .content-container .edit-link {
    display: block;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    border-top: 2px solid #485367;
    padding: 20px; }
  section.article-container .entry-content h1, section.article-container .entry-content h2, section.article-container .entry-content h3, section.article-container .entry-content h4, section.article-container .entry-content h5, section.article-container .entry-content h6, section.article-container .entry-content p {
    text-align: inherit;
    font-weight: inherit; }
    section.article-container .entry-content h1 b, section.article-container .entry-content h1 strong, section.article-container .entry-content h2 b, section.article-container .entry-content h2 strong, section.article-container .entry-content h3 b, section.article-container .entry-content h3 strong, section.article-container .entry-content h4 b, section.article-container .entry-content h4 strong, section.article-container .entry-content h5 b, section.article-container .entry-content h5 strong, section.article-container .entry-content h6 b, section.article-container .entry-content h6 strong, section.article-container .entry-content p b, section.article-container .entry-content p strong {
      font-weight: bold; }
  section.article-container .entry-content h1, section.article-container .entry-content h2, section.article-container .entry-content h3 {
    margin-bottom: .5em; }
  section.article-container .entry-content h4, section.article-container .entry-content h5, section.article-container .entry-content h6 {
    margin-bottom: 0; }
  section.article-container .entry-content ol, section.article-container .entry-content ol[type="a"] {
    list-style-type: decimal;
    text-align: left;
    padding: 10px 30px 30px;
    margin-left: 30px; }
    section.article-container .entry-content ol li, section.article-container .entry-content ol[type="a"] li {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: .6em; }
  section.article-container .entry-content ol[type="a"] {
    list-style-type: lower-alpha; }
  section.article-container .entry-content .wp-post-image {
    display: block;
    margin: 10px auto 40px auto; }

.section-book {
  background-color: white; }

.book-table {
  display: block;
  width: 100%; }
  .book-table tbody, .book-table tr {
    width: 100%; }

.td-book {
  width: 160px;
  height: 160px;
  padding: 10px; }

.td-content {
  vertical-align: top;
  padding: 10px; }
  .td-content h4 {
    padding: 0px 0px 8px 0px;
    font-size: 1em;
    line-height: 1.3em; }
  .td-content .book-author {
    font-size: .95em;
    padding: 0px 0px 8px 0px;
    line-height: 1.4em; }
  .td-content .book-link {
    font-size: 0.95em;
    padding: 0px 0px 8px 0px;
    color: #aa866e; }
    .td-content .book-link:visited {
      color: #aa866e; }
    .td-content .book-link:hover, .td-content .book-link:focus {
      color: #d8c1b6; }

section.article-container.light-section > .corner > .content-container.event-container p {
  margin: 0px 0px 25px 0px; }
section.article-container.light-section > .corner > .content-container.event-container h4 {
  padding-bottom: 25px; }

@media screen and (max-width: 800px) {
  section.article-container {
    padding: 25px;
    margin: 0 auto; } }
@media screen and (max-width: 600px) {
  h1.hdr {
    padding-top: 35px; }

  .inner-dark {
    background: url("../img/bg_paper2.jpg");
    padding: 10px;
    color: #485367; }

  section.article-container {
    padding: 15px;
    margin: 0 auto; }

  .td-book {
    width: 100px;
    height: 100px;
    padding: 10px; }

  .td-content h4 {
    font-size: .9em; }
  .td-content .book-author {
    font-size: .9em; }
  .td-content .book-link {
    font-size: 0.9em; } }
@media screen and (max-width: 500px) {
  .book-img {
    float: none;
    display: block;
    padding: 0px;
    background: transparent;
    margin: 5px 0px 15px 0px;
    text-align: center; }
    .book-img img {
      border: 4px #485367 solid; } }
@media screen and (max-width: 400px) {
  .inner-dark {
    background: url("../img/bg_paper2.jpg");
    padding: 5px;
    color: #485367; }

  section.article-container {
    padding: 5px;
    margin: 0 auto; }

  section.light-section .corner {
    border-image-outset: 0px; } }

/*# sourceMappingURL=vidocq_custom.css.map */
