/*
Theme Name: Starkers HTML5
Theme URI: http://nathanstaines.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, naked, clean, basic
*/

html:focus-within {
    scroll-behavior: smooth; /* Make the scrolling inside of any scrollable element smooth */
}

html,
body {
  height: 100%;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: normal;
}

body {
}

body,
button,
input {
    font: 16px "runda", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

p { 
    line-height: 1.2;
}

button {
    color: #333 !important;
}

header,
main {
    max-width: 920px;
    margin: 30px auto;
    overflow: hidden;
    padding: 0 2%;
}

h1 {
    font: 120px "fatfrank", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;
    text-transform: lowercase;
}

h3 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 9px 0;
}

h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 0px 0;
}

h3.wp-block-heading {
    margin: 20px 0;
}

h3 a {
    font-weight: 900;
}

h3 a span {
    color: #21759b;
    font-weight: 900;
    border-bottom: 2px solid #eee;
}

h3.first::first-letter {
    text-transform: capitalize;
}

h5 {
    font: 34px runda, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
}

h5 a {
    color: #21759b;
    border-bottom: 2px solid #21759b;
}

a {
    color: #21759b;
}

a:hover,
button:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

strong {
    font-weight: 500;
}

button:hover {
    border: 1px solid #999;
    color: #fff !important;
}

a.sticky {
    border: 1px solid #21759b;
    color: #21759b;
    padding: 5px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 3px;;
}

a.sticky:hover {
    background: #21759b;
    color: #fff;
}

/* POSTS */

section {
    position: relative;;
}

section:before {

}

article {
    position: relative;
    margin: 0px auto;
    padding: 40px 0;
    overflow: hidden;
}

article aside {
    width: 100%;
}


span.date {
    display: block;
    width: 60px;
    height: 60px;
    padding: 5px;
    position: absolute;
    top: 13px;
    left: 50%;
    margin: 15px 0 0 -30px;
    background: #007b53;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #007b53;
}

span.date a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    line-height: 1;
    margin: 2px 0 0 0;
    display: block;
}

span.day,
span.month,
span.year {
    display: block;
    text-align: center;
}

span.month {
    font-weight: 700;
}

.button,
button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    background: #fff;
    text-align: left;
    border: 1px solid #eee;
    display: block;
    margin: 0 0 10px 0;
    border-radius: 10px;
    padding: 13px 20px;
}

button {
    border: 1px solid #999;
}

.button:hover,
button:hover {
    background: #21759b;
}

.button:hover {
    background: #21759b;
    color: #fff !important;
}

.button {    
    background: #21759b;
    border: 0;
    text-decoration: none;
}

.minibutton {
    border: 1px solid #21759b;
    padding: 2px 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
    margin: 3px 0 0 0;
    display: inline-block;
}

.button.mini {
    background: #fff url('svg/arrow-right-green.svg') right 20px center no-repeat;
    background-size: 25px;
    width: 200px;
    margin: 30px auto;
    border: 1px solid #21759b;
    text-align: left;
}

.button.mini.warning {
    background: #fff url('svg/delete-red.svg') right 20px center no-repeat;
    background-size: 25px;
    width: 200px;
    margin: 30px auto;
    color: #D06862;
    border: 1px solid #D06862;
    text-align: left;
}

.button.mini.house {
    background: #fff url('svg/home-green.svg') right 20px center no-repeat;
    background-size: 25px;
    width: 200px;
    margin: 30px auto;
    border: 1px solid #21759b;
    text-align: left;
}

.button.dark {
    background: #21759b url('svg/arrow-right.svg') right 20px center no-repeat;
    background-size: 25px;
    width: 300px;
    margin: 20px 0;
    color: #fff;
    display: block;
}

.button.mini.left {
    background: #fff url('svg/arrow-right-green.svg') right 20px center no-repeat;
    background-size: 25px;
    margin: 0;
    text-align: left;
}

.button.mini:hover {
    background: #21759b url('svg/arrow-right.svg') right 20px center no-repeat;
    background-size: 25px;
    border: 1px solid #21759b;
    color: #fff;
    cursor: pointer;
}

.button.mini.house:hover {
    background: #21759b url('svg/home.svg') right 20px center no-repeat;
    background-size: 25px;
    border: 1px solid #21759b;
    color: #fff;
    cursor: pointer;
}

.button.mini.warning:hover {
    background: #D06862 url('svg/delete.svg') right 20px center no-repeat;
    background-size: 25px;
    border: 1px solid #D06862;
    color: #fff;
    cursor: pointer;
}

dl#accordion dt {
    background: #fff url('svg/arrow-right-green.svg') right 20px center no-repeat;
    background-size: 25px;
    margin: 0;
    text-align: left;
    border-bottom: 2px solid #21759b;
    padding: 10px;
}

dl#accordion dt.accordion-title.open {
    background: #c8e6f3 url('svg/arrow-up.svg') right 20px center no-repeat;
    background-size: 25px;
    margin: 0;
    text-align: left;
}

label {
    font-weight: 500;
    display: block;
    margin: 0 0 7px 0;
}

.acf-required,
span.acf-required {
    color: #D06862 !important;
}
dl#accordion dt#voted {
    pointer-events: none;
    background: #f2f9fc;
}

p.comment-notes {
    display: none;
}

#respond {
    padding: 20px;
    background: #f7f7f7;
    overflow: hidden;
    border: 1px solid #eee;
}

#respond input {
width: 100%;
padding: 4px 8px;
margin: 0;
box-sizing: border-box;
font-size: 14px;
line-height: 1.4;
}

dl#accordion dt:hover {
    background-color: #eee;
    opacity: 0.8;
    transition: all 0.3s ease-in;
}

dl#accordion dt#voted .minibutton {
    pointer-events: all;
}

span.saved {
    background: #D06862 url('svg/success.svg') 17px center no-repeat;
    background-size: 23px;
    color: #fff;
    display: inline-block;
    padding: 15px 20px 14px 55px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
    border: 6px double #fff;
    line-height: 1.2;
}

span.saved a {
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #fff;
}

p.center {
    text-align: center;
}

button:hover {
    background: #21759b;
    border: 1px solid #21759b;
    color: #333 !important;
}

button.currenttask:hover,
button.currenttask.clicked {
    background: #EAFAF1;
}

button[type="submit"] {
    background: #21759b url('svg/list.svg') right 20px center no-repeat;
    background-size: 25px;
    color: #fff !important;
    padding: 13px 20px;
    width: 124px;
}

button[type="submit"]:hover {
    background: #21759b url('svg/list.svg') right 20px center no-repeat;
    background-size: 25px;
    border: 0;
}

.wpfda-delete-account-container button[type="submit"],
.wp-block-columns button[type="submit"] {
    background: #21759b;
    background-size: 25px;
    color: #fff !important;
    padding: 13px 20px;
    width: 124px;
}

.wpfda-delete-account-container button[type="submit"],
.wpfda-delete-account-container button[type="submit"]:hover {
    border: 0;
    margin: 10px 0 0 0;
    padding: 13px 20px !important;
    text-align: center;
}

ul li {
    margin: 0 0 4px 0;
}

li a {
    color: #21759b;
    text-decoration: #21759b wavy underline;
    padding: 0;
    margin: 2px 0;
    display: inline;
    line-height: 1.4;
}

ol {
    overflow: hidden;
    margin: 0 0 20px 0;
}

ol li {
    margin: 0 0 5px 0;
    line-height: 1.2;
}

ol.number {
    margin: 0;
}

ol.number li {
    margin: 0 0 5px 0px;
    line-height: 1.2;
    list-style: decimal;
    list-style-position: inside;
}

ol.list {
    margin: 20px 0 0 0;
}

ol.list li {
    list-style-type: decimal-leading-zero;
    margin: 0 0 0 30px;
}

aside small a {
    color: #333;
    border-bottom: 1px solid #999;
}

small {
    color: #999;
}

small ul li {
    margin: 0 0 9px 0;
}

/* COMMENT FORM */

#respond input#comment {
    padding: 10px;
    width: 100%;
}

input[type="submit"] {
    font-size: 16px;
    height: inherit;
    padding: 10px 30px;
    font-weight: 900;
    width: inherit;
    color: #333;
    border: 4px double #333;
    background: #21759b;
    margin: -1px 12px 0 0;
    text-transform: uppercase;
    float: right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1;
    background: rgb(33, 117, 155);
    color: #fff;
  // background: linear-gradient(126deg, rgba(33, 117, 155,1) 0%, rgba(255,255,255,0.6489189425770308) 100%);
    -webkit-appearance: none;
}

input[type="submit"]:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

/* REGISTER */

span.error {
    color: #D06862;
    display: block;
}

ul.two {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  
ul.two >li,
.wp-block-columns .wp-block-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin: 2%;
    padding: 5%;
}

ul.two >li {
    display: block;
    border: 1px solid transparent;
}

.wp-block-columns .wp-block-column:last-of-type {
    background: rgba(255,255,255,0.9);
    border: 1px solid #999;
}

body.home ul.two >li:last-of-type {
    background: none;
}

body.home ul.two >li {
    padding: 0;
}

fieldset {
    border: 0;
}

fieldset label {
    display: block;
    margin: 15px 0 3px 0;
}

fieldset input {
    width: 100%;
    padding: 10px;
    border: 1px solid #999;
}

a.forgot {
    color: #D06862;
    text-decoration: #D06862 wavy underline;
    margin: 20px 0 0 0;
    display: block;
}

.somfrp-lost-pass-form-text p {
    display: none;
}

.lostpassword-submit button[type="submit"] {
    width: 219px;
    margin: 20px 0 0 0;
}

#password-lost-form-wrap fieldset legend {
    display: none;
}

.som-password-error-message, .som-password-sent-message {
    background-color: inherit;
    border-color: inherit;
    border: 0;
    margin: 0 0 7px 0;
    padding: 0;
    color: #D06862;
}

/* TASK */

select {
    font: 18px "runda", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-appearance: none;
    outline: none;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #d1d1d1;
    padding: 10px 80px 10px 10px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    display: block;
    max-width: 300px;
    margin: 0 0 20px 0;
}

select option,
select option:first-child {
    color: #333;
}

/* TASK TERM */

dl.members {
    overflow: hidden;
    padding: 20px;
    margin: 0 0 20px 0;
}

dl.members dt {
    display: inline-block;
    margin: 0 2% 0 0;
}

dl.members dd {
    display: inline-block;
    vertical-align: top;
}

/* CTA */

.cta {
    background: rgba(255,255,255,0.6);
    background-size: cover;
    width: 50%;
    position: relative;
    padding: 30px;
    margin: 60px 0 0 0;
}

.trans {
    background: rgb(0,123,82,0.8);
    position: relative;
    padding: 30px;
    border-radius: 10px;
}

.trans .button.left,
.trans .button.left:hover {
    border: 1px solid #fff;
    text-align: left;
}

.cta h3,
.cta p {
    color: #fff;
}

.cta p {
    margin: 0 0 20px 0;
}

.wrapper {
 //   background: url(img/bg.png) no-repeat center bottom;
 //   background-size: 100%;
 //   min-height: 748px;
 //   min-height: 100vh;
 //   padding: 0 0 500px 0;
}

body.page-slug-account .wrapper {
    padding: 0;
}

/* AVATAR */

img.avatar {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 100%;
    max-width: 90px;
    height: auto;
}

input[type="file"] {
    font-size: 16px;
    height: inherit;
    padding: 10px 30px;
    font-weight: 900;
    width: inherit;
    color: #333;
    border: 4px double #333;
    background: #21759b;
    margin: -1px 12px 0 0;
    text-transform: uppercase;
    float: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1;
    background: rgb(33, 117, 155);
    color: #fff;
  // background: linear-gradient(126deg, rgba(33, 117, 155,1) 0%, rgba(255,255,255,0.6489189425770308) 100%);
}

form#basic-user-avatar-form input[type="submit"] {
    float: none;
    margin: 20px 0 0 0;
}

p.description {
    margin: 30px 0 0 0;
}

.breadcrumb {
    color: #aaa;
}

.breadcrumb a {
    border-bottom: 2px solid #21759b;
    display: inline-block;
}

/* FUTURE */

.listed h2 {
    margin: 0 0 10px 0;
}

ul.list {
    overflow: hidden;
    margin: 0px 0 20px;
}

ul.list li {
    margin: 0 0 10px 15px;
    list-style: lower-roman;
    list-style-position: inside;
}

/* TAGS */

.bootstrap-tagsinput .tag {
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    box-shadow: none;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 3px;
    max-width: 100%;
    line-height: 1;
    cursor: text;
    font-size: 10px;
    margin: 0 0 7px 0;
    text-wrap: balance;
    width: max-content;
}

.bootstrap-tagsinput .tag:hover {
    border: 1px solid #eee;
    background: #eee;
    color: #666;
    transition: all 0.3s ease-in;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    background: #D06862 url(svg/close.svg) 0 0 no-repeat;
    background-size: 10px 10px;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin: 0px 0 0 10px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "&#x2715;" !important;
    color: #ffffff !important;
}

.sgcc-main-wrapper {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.sgcc-main-wrapper .message-block {
    margin-bottom: 17px !important;
}

.sgcc-main-wrapper .sgcc-cookies p {
    font-size: 14px !important;
    color: #222 !important;
    line-height: 1.2 !important;
}

.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {
    background: #ffffff !important;
    color: #333 !important;
    border: 1px solid #333;
    margin: 0 !important;
}

.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}

.sgcc-main-wrapper .sgcc-cookies .close {
    background-color: #333 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.sgcc-main-wrapper .sgcc-cookies .close:hover {
    background-color: #333 !important;
}

.s-gdpr-c-c-customwidth-bottom-right {
    border: 1px solid #999 !important;
    border-radius: 0 !important;
}

main .flr-blocks-login-form-result,
main .flr-blocks-register-form-result {
    border: 0;
    padding: 5px !important;
    background-color: inherit;
    color: #333;
    text-align: center;
}

main .flr-blocks-danger {
    border: 0;
    padding: 5px !important;
    background-color: inherit;
    color: #D06862;
    text-align: center;
}

/* SEARCH */

form.search-form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

/* DELETE */

.wpfda-delete-account-container i {
    color: #D06862 !important;
}

.wpfda-delete-account-container label {
    display: none;
}

.wpfda-delete-account-container input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

/* ACCOUNT BOX */

.box {
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 20px;
    display: inline-block;
    margin: 0 0 30px 0;
}

/* TABLE */

table thead tr th {
    text-align: left;
}

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before {
    content: "⇵";
    font-size: 18px;
    color: #fff !important;
    opacity: 1 !important;
    top: 15px;
    left: -10px;
}

table.dataTable thead > tr > th.sorting {
    text-indent: -4px;
    text-align: left;
    padding: 10px;
}

table.dataTable thead>tr>th.sorting:after {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    text-align: left;
    float: right;
    margin: 23px 0 0 0;
}

article p, main article li {
    border: 0;
    padding: 0 0 20px 0;
}

article p, main article ul {
    border-bottom: 1px dashed #eee;
}

#myTable_wrapper {

}

.dataTables_length {
    float: left;
}

table.dataTable {
    width: 100%;
    margin: 0px auto 0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th, table td {
    padding: 10px;
    text-align: center;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

table thead tr th {
    font-size: 12px;
    padding: 0;
    border: 0;
}

table tbody tr td {
    text-align: left;
}

table tbody tr td:first-of-type a {
    color: #333;
}

#myTable_filter label, .dataTables_length label {
    font-size: 0px;
}

.dataTables_info {
    margin: 20px 0;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    visibility: visible;
}

#myTable_wrapper.dataTables_wrapper .dataTables_filter input {
    border-radius: 0px;
    font-size: 16px;
    padding: 10px;
    max-height: 40px;
    text-transform: uppercase;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 0;
}

.dataTables_wrapper .dataTables_filter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.dataTables_wrapper .dataTables_filter input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}

table thead tr {
    background: #333;
    border: 0;
    color: #fff;
}

table thead tr th {
    padding: 10px;
}

table tbody tr {
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px;
}

.dt-layout-cell.dt-end,
.dt-layout-cell.dt-start,
.dt-layout-cell.dt-end,
.dt-layout-cell.dt-start {
    display: none !important;
}

.currentpage {
    word-break: break-all; /* Breaks long words to fit the container */
    overflow-wrap: break-word; /* Ensures long words or URLs break to the next line */
}

#switch-back-user-floating-link {
    bottom: 10px !important;
}

.minipill {
    background: transparent;
    text-transform: lowercase;
    letter-spacing: 0px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    float: left;
    cursor: pointer;
    transition: all .3s;
    padding: 7px 13px 8px;
    border: 1px solid #999;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
}

@media screen and (max-width: 780px) {

.wrapper {

}

header,
main {
    max-width: 96%;
    width: 96%;
    margin: 20px 2% 0;
    overflow: hidden;
}

header {
    margin: 64px auto 0;
}

h1 {
    font: 50px "fatfrank", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 23px;
    font-weight: 500;;
}

h3 a {
    font-weight: 500;
}

h5 {
    font: 24px runda, sans-serif;
    font-weight: 500;
}

/* MOBILE HOME */

ul.two {
    display: block;
    margin: 0 0 40px 0;
}

article {
    padding: 5px 0;
}

article aside {
    width: 100%;
    margin: 0 0 20px 0;
}

section:before {
    display: none;
}

span.date {
    position: relative;
    top: 0px;
    left: 2px;
    margin: 0 0 20px 0;
}

aside.odd {
    float: none;
}

.cta { 
    width: 100%;
}

}