/*  
Theme Name: Durham Convention Centre
Theme URI: --------------
Description: ------------
Version: 1.0
Author: gotcha! Dev Team
Author URI: https://gotchamobi.com
*/

/* ----------------- Reset CSS Start ----------------- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
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,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: "DM Sans", sans-serif;
    line-height: 1;
}

footer,
header {
    display: block;
}

* {
    box-sizing: border-box;
}

/*  ----------------- Typography ----------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: "Marcellus", serif;
    margin: 0;
    padding: 0;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-weight: inherit;
    }

p,
span {
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

    p img {
        margin: 0;
    }

strong {
    font-weight: bold;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* ----------------- Links ----------------- */
a,
a:visited,
a:hover,
a:focus {
    color: inherit;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    outline: 0;
}

button {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: inherit;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

    button:visited,
    button:hover,
    button:focus {
        color: inherit;
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 transparent;
        border: 0 none;
    }

/* ----------------- Transisiton for Links ----------------- */
#sidebar a,
#footer a,
#title a,
#header a,
#copyright a {
    -webkit-transition: all 0.07s ease-in;
    -moz-transition: all 0.07s ease-in;
    -ms-transition: all 0.07s ease-in;
    -o-transition: all 0.07s ease-in;
    transition: all 0.07s ease-in;
}

a:hover,
a:focus {
    color: inherit;
}

p a,
p a:visited {
    line-height: inherit;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    ul > li {
        display: inline-block;
        font-family: XXXX;
        vertical-align: top;
    }

input,
textarea {
    font-family: "DM Sans", sans-serif;
}

/* ----------------- Globals ----------------- */
body.home {
    padding-top: 0;
}

.admin-bar .header {
    top: 32px !important;
}

.container {
    max-width: 1264px;
}

hr {
    border: solid #b8b8b8;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

.admin-bar .fixed-top {
    top: 32px;
}

/* ----------------- Header ----------------- */
header {
    background-color: #191e24;
}

    header .navbar-brand img {
        width: 60px;
    }

    header .address p {
        color: #fff;
        line-height: 1.4;
    }

    header .address {
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 70%;
    }

        header .address img {
            width: 22px;
        }

.header_inner {
    display: flex;
    justify-content: space-between;
}
/* ----------------- /Header ----------------- */

/* ----------------- Dashboard ----------------- */
section.dasboard_hero {
    position: relative;
}

    section.dasboard_hero .content {
        position: relative;
        z-index: 2;
        text-align: center;
    }

        section.dasboard_hero .content h1 {
            font-size: 3rem;
            font-weight: 600;
            margin-bottom: 35px;
            font-family: "Lora", serif;
            padding-bottom: 10px;
            position: relative;
        }

            section.dasboard_hero .content h1::before {
                content: "";
                width: 38%;
                height: 2.5px;
                background: #000;
                position: absolute;
                left: 50%;
                transform: translate(-50%, 0);
                bottom: -5px;
            }

        section.dasboard_hero .content h2 {
            display: block;
            font-size: 4.25rem;
            margin-bottom: 15px;
            font-family: "Great Vibes", cursive;
            color: #bd6a0e;
        }

        section.dasboard_hero .content span {
            font-size: 1.2rem;
            font-family: "Lora", serif;
            display: block;
            margin-bottom: 10px;
        }

ul#dashboardTabs {
    border: 0;
    justify-content: center;
    border-top: 1px solid #bd6a0e;
    border-bottom: 1px solid #bd6a0e !important;
    background-color: #c69b6b;
}

    ul#dashboardTabs li button {
        border-radius: 0;
        border: 0 !important;
        margin: 0;
        padding: 15px 60px;
        color: #ffff;
        font-weight: bold;
        position: relative;
        background-color: #c18747;
    }

button[data-bs-target="#vendor"] {
    border-left: 0 !important;
    border-right: 0 !important;
}

ul#dashboardTabs li {
    border-left: 2px solid #bd6a0e;
    border-right: 2px solid #bd6a0e;
}

    ul#dashboardTabs li:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }

    ul#dashboardTabs li button.active {
        background-color: #bd6a0e;
    }

        ul#dashboardTabs li button.active::before {
            content: "";
            display: inline-block;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 10px solid #bd6a0e;
            width: 0;
            height: 0;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

    ul#dashboardTabs li button:hover {
        background-color: #b07f48;
    }

section.dasboard_tables {
    padding: 10px 0;
    min-height: 200px;
    background-color: #fff9f3;
}

    section.dasboard_tables table th {
        color: #fff;
        padding: 10px 10px;
        font-size: 0.75rem;
        text-transform: uppercase;
        background-color: #333;
        text-align: center;
    }

    section.dasboard_tables table.table {
        border: 1px solid #eddecf;
        background-color: #fff5ea;
    }

    section.dasboard_tables table th:last-child img {
        width: 17px;
        position: relative;
        top: -1px;
        right: -5px;
    }

    section.dasboard_tables table th:last-child {
        background: #bd6a0e;
        cursor: pointer;
        position: relative;
    }

        section.dasboard_tables table th:last-child:hover {
            background: #a05605;
        }

    section.dasboard_tables table input,
    section.dasboard_tables table select,
    input,
    section.dasboard_tables table td {
        font-size: 0.8rem;
    }

div#rsvp table th:nth-child(6) {
    width: 8%;
}

div#rsvp table th:nth-child(5) {
    width: 6%;
}

div#rsvp table th:nth-child(9) {
    width: 7%;
}

div#rsvp table th:nth-child(4) {
    width: 8%;
}

div#rsvp table th:nth-child(1),
div#rsvp table th:nth-child(2),
div#rsvp table th:nth-child(3) {
    width: 9%;
}

section.dasboard_tables table td:last-child {
    text-align: center;
}

    section.dasboard_tables table td:last-child button {
        padding-right: 5px;
        border-right: 1px solid;
        font-weight: 500;
        font-size: 0.83rem;
    }

        section.dasboard_tables table td:last-child button:last-child {
            padding: 0;
            border: 0;
        }

section.dasboard_tables table td button:hover {
    color: #bd6a0e;
}

.table-wrapper-mobile-scrollable-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    th#add-venue {
        width: 8%;
    }

.form-control:focus {
    box-shadow: none;
    border-color: #d3b088;
}

section.dasboard_hero {
    background-size: 70% auto;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center right;
}

section.dasboard_hero .col_left {
    width: 36%;
    min-width: 550px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
    padding: 80px 30px;
}

/*section.dasboard_hero .col_right {
    width: 65%;
    position: absolute;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    section.dasboard_hero .col_right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/
/* ----------------- /Dashboard ----------------- */

section.dasboard_footer {
    background-color: #191e24;
    border-top: 3px solid #c69b6b;
    padding: 60px 0;
}

    section.dasboard_footer span {
        color: #fff;
    }

    section.dasboard_footer .footer {
        display: flex;
        gap: 80px;
        position: relative;
    }

    section.dasboard_footer .footer_col {
        width: 50%;
        padding: 5px;
    }

        section.dasboard_footer .footer_col div {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

    section.dasboard_footer .footer::before {
        content: "";
        height: 82%;
        width: 1px;
        background: #ffffff5c;
        position: absolute;
        right: 50%;
        transform: translate(-50%, 0);
    }

.total div {
    width: 22%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    background-color: #c69b6b;
    padding: 10px;
    border-radius: 5px;
}

    .total div span {
        color: #000;
    }

.export_btn a {
    color: #c69b6b;
}

.export_btn {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: end;
    padding-right: 3px;
}

    .export_btn a:hover {
        text-decoration: underline;
    }

/* ----------------- /Login ----------------- */

body.page-template-page-login div#wrap-all {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    height: 100vh;
}

section.login {
    height: 100%;
    background-color: #c69b6b;
    border-top: 1px solid #eee;
    text-align: center;
}

    section.login form {
        width: 400px;
        margin: 30px auto 0;
        background-color: #ffffffc9;
        border-radius: 10px;
        padding: 50px 35px 20px;
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
    }

body.page-template-page-login .header_inner {
    justify-content: center;
}

section.login form p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

    section.login form p:nth-child(1) input,
    section.login form p:nth-child(2) input {
        width: 100%;
        background-color: #ffffffee;
        border: 0;
        padding: 10px;
        border-radius: 5px;
        border: 1.5px solid #c69b6b;
    }

    section.login form p:nth-child(1) label,
    section.login form p:nth-child(2) label {
        width: 100%;
        text-align: left;
    }

    section.login form p.login-remember {
        width: 80%;
        justify-content: left !important;
        align-items: start;
    }

p.login-remember label {
    accent-color: #c69b6b;
    cursor: pointer;
    zoom: 1.2;
}

p.login-remember label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    justify-content: center;
}

p.login-submit input#wp-submit {
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #c69b6b;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 6px;
    width: 100%;
}

    p.login-submit input#wp-submit:hover {
        background-color: #bd8e59;
    }

a.logout-button {
    color: #100;
    background-color: #c69b6b;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.right_col {
    display: flex;
    align-items: center;
    gap: 35px;
}

a.logout-button:hover {
    background-color: #cdaa82;
}


/* ----------------- Mobile ----------------- */
@media all and (max-width: 1200px) {
    section.dasboard_hero {
        background-size: auto 100%;
        background-position: center right -100px;
    }

        section.dasboard_hero .content h1 {
            font-size: 2.5em;
        }

        section.dasboard_hero .content h2 {
            font-size: 3.5em;
        }

        section.dasboard_hero .col_left {
            min-width: 450px;
        }

    section.dasboard_tables table td {
        min-width: 150px;
    }
}

@media all and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    header .right_col {
        flex-direction: column;
        justify-content: flex-end;
        align-items: end;
        gap: 15px;
        padding: 15px 0;
        flex-grow: 1;
    }

        header .right_col .address {
            max-width: 100%;
        }

    section.dasboard_hero .col_left {
        padding: 20px;
        width: 100%;
        min-width: auto;
        border-radius: 0 0 30px 30px;
    }

    section.dasboard_hero {
        background-position: bottom center;
        padding-bottom: 50vW;
        background-size: auto 55vW;
    }

        section.dasboard_hero .content h1 {
            font-size: 1.8em;
        }

        section.dasboard_hero .content h2 {
            font-size: 3.1em;
        }

        section.dasboard_hero .content span {
            font-size: 1rem;
        }

    ul#dashboardTabs li button {
        padding: 15px 30px;
    }

    .total div {
        width: 45%;
    }

    header .navbar-brand img {
        width: 50px;
    }
}