/*
Theme Name: GeneratePress Crowley-Thoth
Theme URI: https://crowley-thoth.com
Template: generatepress
Author: Jeremy LamPkin
Author URI: https://abra-melin.com
Description: Based upon GeneratePress
Version: 3.0.4
Text Domain: generatepress
Actual CSS can be found in /assets/css/ folder.
*/

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 35px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
table tbody td {
    background: var(--base-3)}
table th {
    background: var(--base-3);
}

.site-header {
  background-color: var(--base-3);
}
body {
  color: var(--contrast);
}
:root {
  --gp-search-modal-bg-color: var(--base-3);
  --gp-search-modal-text-color: var(--contrast);
  --gp-search-modal-overlay-bg-color: rgba(0,0,0,0.2);
}
:root {
  --contrast: #ccc;
  --contrast-2: #ddd;
  --contrast-3: #eee;
  --base: #222;
  --base-2: #000;
  --base-3: #000;
  --accent: #ccc;

.using-mouse :focus {
  outline: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  color: #000 !important;
  background-color: #fff !important;
  border-color: var(--contrast-3);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
  color: #000!important;
  background-color: #eee !important;
  border-color: var(--base);
}

.main-title {
  display: none !important;
}