/**************************************
BASE RESET (SAFE)
**************************************/
html, body {
margin: 0 !important;
padding: 0 !important;
}
/**************************************
SECTION WRAPPERS
**************************************/
.xw-section,
.xw-section-inner {
margin: 0 !important;
padding: 0 !important;
}
/**************************************
HIDE RECEIPT BUTTON
**************************************/
a.btn-view-receipt {
display: none !important;
}
/**************************************
PAGE CONTENT WRAPPERS
(Programme, Speakers, Organisers, FAQ, etc.)
**************************************/
.xw-site-content,
.xw-content-wrapper,
.xw-page-section,
.xw-event-content,
.xw-content-page,
.xw-page-content {
margin: 0 !important;
padding: 0 !important;
}
/**************************************
CONTENT BOX (WHITE AREA)
This controls the boxed layout
**************************************/
.xw-content-section-inner {
max-width: 1400px !important;   /* keeps the box width */
width: 100% !important;
margin: 0 auto !important;      /* centered */
padding: 0 !important;          /* IMPORTANT: no inner padding */
}
/**************************************
REMOVE BOOTSTRAP SIDE PADDING
ONLY INSIDE WHITE BOX
**************************************/
.xw-content-section-inner .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.xw-content-section-inner .row {
margin-left: 0 !important;
margin-right: 0 !important;
}
/**************************************
TABLES SHOULD FILL THE WHITE BOX
**************************************/
.xw-content-section-inner table {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
border-collapse: collapse !important;
}
/**************************************
IMAGES (NO INLINE GAPS)
**************************************/
.xw-content-section-inner img {
display: block !important;
max-width: 100% !important;
height: auto !important;
}
/**************************************
FOOTER BAR (BLACK STRIP)
**************************************/
footer,
#footer,
.xw-footer {
margin: 0 !important;
padding: 0 !important;
}
/**************************************
TITLE SPACING BELOW BANNERS
(APPLIES TO ALL INNER PAGES)
**************************************/
.xw-content-page h1,
.xw-content-page h2,
.xw-page-content h1,
.xw-page-content h2,
.xw-event-content h1,
.xw-event-content h2 {
margin-top: 60px !important;
}

/**************************************
REGISTER BUTTON OVERRIDE (NEW)
**************************************/
.wrap-register-button a,
.btn-register,
.btn.btn-register,
a.btn-register {
    background-color: #7BC143 !important;
    color: #ffffff !important;
    padding: 10px 26px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    border: none !important;
}

/* Hover */
.wrap-register-button a:hover,
.btn-register:hover {
    background-color: #6AAC37 !important;
    color: #ffffff !important;
}
