/**
 * Theme Name: Plinkfizz Database
 * Theme URI: #
 * Author: Plinkfizz
 * Author URI: #
 * Description: #
 * Version: 1.0.0
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
section {
  vertical-align: top;
  position: relative;
  z-index: 1;
}
img {
  vertical-align: top;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/**
  * Colours.
  */
/**
  * Other Styles.
  */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li,
ol li,
a {
  transition: all .5s ease;
}
h2,
h3,
h4 {
  font-weight: 700;
}
h2 strong,
h3 strong,
h4 strong {
  font-weight: 700;
}
h1,
.banner h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.25em;
}
h2,
h2 a {
  color: #000000;
  font-size: 22px;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-bottom: 15px;
  line-height: 1.25em;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25em;
  margin-bottom: 16px;
  color: #000000;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #000000;
  line-height: 1.25em;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #00b7f1;
  line-height: 1.25em;
}
h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #00b7f1;
  line-height: 1.25em;
}
p,
ul li,
ol li,
div span,
p span,
footer div a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
ol {
  padding-left: 16px;
  margin: 20px 0;
}
ol li {
  margin-bottom: 20px;
}
p {
  margin-bottom: 16px;
  margin-top: 0;
}
p strong {
  font-weight: 700;
}
p:last-of-type {
  margin-bottom: 0;
}
p:last-of-type + * {
  margin-top: 16px;
}
a {
  text-decoration: none;
  color: #00b7f1;
}
@media only screen and (min-width: 1000px) {
  h1,
  .banner h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1300px) {
  h1,
  .banner h2 {
    font-size: 48px;
  }
  h2,
  h2 a {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  p,
  ul li,
  ol li,
  div span,
  p span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  body.single h3 {
    font-size: 24px;
    color: #00b7f1;
  }
}
.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.font-awesome {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
}
/**
 * Site buttons styling.
 */
p.btn-center {
  text-align: center;
}
p.btn-left {
  text-align: left;
}
p.btn-right {
  text-align: right;
}
input.button {
  display: block;
  padding: 9px 27px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  transition: all 0.6s ease;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  background: #00b7f1;
  border-color: #00b7f1;
  cursor: pointer;
}
input.button:hover {
  background: transparent;
  color: #00b7f1;
}
.btn {
  display: inline-block;
  padding: 9px 27px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  transition: all 0.6s ease;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  border: solid 1px #ffffff;
}
.btn.fill {
  background: #00b7f1;
  border-color: #00b7f1;
}
.btn.fill:hover {
  background: transparent;
  color: #00b7f1;
}
.btn.small {
  font-size: 13px;
  padding: 7px 16px;
}
.btn.rdn {
  border-radius: 7px;
}
.btn.red {
  border-color: #00b7f1;
  color: #00b7f1;
}
.btn.red:hover {
  background: #00b7f1;
  color: #ffffff;
}
.btn:hover {
  background: #00b7f1;
  border-color: #00b7f1;
  color: #ffffff;
}
@media only screen and (min-width: 1300px) {
  .btn {
    font-size: 16px;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
}
body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  background: #ffffff;
  line-height: 1.5;
  position: relative;
}
body a {
  transition: all .5s ease;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body input {
  font-family: 'Roboto', sans-serif !important;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  z-index: 100;
}
section {
  padding: 35px 0;
  min-height: 70px;
}
header {
  background: #000000;
  padding: 15px 0;
}
header img {
  max-width: 140px;
}
header ul {
  margin: 10px 0;
}
header ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
header ul li a {
  font-weight: 700;
  color: #ffffff;
}
header ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  header {
    padding: 25px 0;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
section.dashboard .inner .box {
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  margin-bottom: 30px;
}
section.dashboard .inner .box.full {
  width: 100%;
  margin-right: 0;
}
section.dashboard .inner .box ul li {
  list-style-type: none;
}
section.dashboard .inner .box h2 {
  font-size: 26px;
}
section.dashboard .inner .box span.number,
section.dashboard .inner .box span.number a {
  font-size: 18px;
  font-weight: 700;
  color: #00b7f1;
}
@media only screen and (min-width: 769px) {
  section.dashboard.four .inner {
    display: flex;
    flex-wrap: wrap;
  }
  section.dashboard.four .inner .box {
    width: 32%;
    height: 100%;
  }
  section.dashboard .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  section.dashboard .inner .box {
    width: 48%;
  }
}
section .acf-fields > .acf-field {
  padding: 0;
  margin-bottom: 10px;
}
#loginform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loginform p {
  width: 48%;
}
#loginform label {
  color: #000000;
  font-size: 22px;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-bottom: 15px;
  line-height: 1.25em;
  font-weight: 700;
  display: block;
}
#loginform input#user_login,
#loginform #user_pass {
  background: #ffffff;
  border: solid 1px #00b7f1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
}
