body {
    padding: 0 !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.navbar-logout li a {
    text-transform: capitalize !important;
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 960px !important;
    padding: 0 30px !important;
    border-radius: 0;
    min-height: unset !important;
}

.container.es-main-container {
	padding: 30px !important;
}

.content-header {
    padding: 15px;
    display: block;
    width: 100%;
    background: url("https://na-admin.eventscloud.com/file_uploads/4449b2126923a21ced4e999943126a9a_header-3-bg.jpg") no-repeat center center;
    min-height: inherit;
    text-align: left;
    margin-bottom: 30px;
}

.content-header .container {
    text-align: center;
}

.content-header .container h1 {
    font-size: 2.5rem !important;
    text-align: center;
    margin: 0 0 20px;
    padding: 30px 0;
    font-weight: 900;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .content-header .container h1 {
        font-size: 2.5rem !important;
    }
}

.content-header .container h1:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #007CB5;
    bottom: 0px;
    left: 50%;
    right: auto;
    width: 140px;
    text-align: center;
    margin-left: -70px;
}

.content-header .container h2 {
    font-size: 1.75rem !important;
    font-weight: 100 !important;
    font-family: "Amazon Ember Display", "Amazon Ember", Arial, sans-serif !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media only screen and (max-width: 991px) {
    .content-header .container h2 {
        font-size: 1.75rem !important;
    }
}

.content-header.dark {
    background-color: #021c52;
}

.content-header.dark h1,
.content-header.dark h2,
.content-header.dark h3,
.content-header.dark h4,
.content-header.dark h5,
.content-header.dark h6,
.content-header.dark p {
    color: #fff !important;
}

.content-header.inner {
    background: url("https://na-admin.eventscloud.com/file_uploads/4449b2126923a21ced4e999943126a9a_header-3-bg.jpg") no-repeat center center;
    min-height: inherit;
}

.content-header.inner h1,
.content-header.inner h2,
.content-header.inner h3,
.content-header.inner h4,
.content-header.inner h5,
.content-header.inner h6,
.content-header.inner p {
    color: #fff !important;
}

.content-header.inner .container h1 {
    text-align: center;
}

.content-header.inner .container h1:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #007CB5;
    bottom: 0px;
    left: 50%;
    right: auto;
    width: 140px;
    text-align: center;
    margin-left: -70px;
}

.main-header {
    background: #021c52;
    /*  position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 15px;
}

.main-header .container {
	max-width: 1320px !important;
	padding: 0 20px !important;
}

.main-header .logo img {
    display: inline-block;
    max-width: 100%;
    height: 35px;
}

.main-header .d-flex {
    display: flex;
}

.main-header .container {
    max-width: 1320px;
    margin: 0 auto;
}



.widgetContent img {
    max-width: 100%;
    height: auto;
}
.btn {
    background: #B9A879;
    border-radius: 0;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.btn:hover{
        color: #FFF !important;
    background: #a89258 !important;
        text-decoration: none;
}