/*
 Theme Name:   Theagen Child Theme
 Theme URI:    https://wordpress.org/themes/twentyseventeen/
 Description:  Child theme based on 2017
 Author:       xDNA Interactive
 Author URI:   https://xdnainteractive.com/
 Template:     twentyseventeen
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/

/* TODO: This is only temporary whilst I work out the enqueue issue (important tags)*/

.entry-header {
    float: none !important;
    width: 100% !important;
}

.entry-content {
    float: none !important;
    width: 100% !important;
}

h2.entry-title {
    font-size: 40px !important;
}

.tml.tml-login {
    max-width: 50%;
    margin: auto;
}

button.tml-button {
    background: #2e7cac !important;
    color: black;
    width: 90%;
    margin: auto;
    display: block;
}

li.tml-lostpassword-link {
    text-align: center;
}

ul.tml-links {
    list-style: none;
}

.centered_div {
    width: 100%;
    margin: auto;
    text-align: center;
}

input.submit_kputx_code {
    background-color: #c4edff !important;
    color: black;
    border: 1px solid;
    margin-bottom: 15px;
    font-size: 20px;
}
.pagination.pdb-pagination ul {
    list-style: none;
    display: inline;
}
.pagination.pdb-pagination li {
    display: inherit;
    border: 1px solid;
    padding: 5px;
}

.has-dashicons .pagination .dashicons.dashicons-next-page:after {
    content: ">";
}

.has-dashicons .pagination .dashicons.dashicons-previous-page:after {
    content: "<";
}

.additional_data_columns {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.row {
  display:inline-grid;
	grid-template: 1fr / repeat(2,1fr);
	margin:auto;
	gap: 60px;
}

label.form-check-label {
    display: inline;
}