html,
body,
p,
a,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Open Sans', sans-serif;
}
html,
body{
    overflow-x: hidden;
    padding: 0 !important;
}

.page-subtitle{
    font-size: 25px;
    font-weight: 500;
    color: #532970;
}
p{
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}
ul > li {
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    list-style: none;
}
ul > li:before {
    content: "";
    line-height: 30px;
    width: 4px;
    height: 4px;
    background-color: #593f66;
    float: left;
    margin: 14px 7px 0 0;
    border-radius: 100%;
}
h4.text-center {
    margin-bottom: 25px;
}




body.home-page .header{
    background: url("../images/components/header-bg.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: center bottom;
}
body.secondary-pages .header{
    height: 69px;
}

/************************************************************ PAGINATOR ***************************/
.pagination-page ul li{
    display: inline-block;
    margin-left: 5px;
}
.pagination-page ul li *{
    vertical-align: middle;
}

.pagination-page ul li:before{
    display: none;
}
.pagination-page ul li.disabled {
    opacity: .5;
    cursor: not-allowed;
}
.pagination-page ul li .prev,
.pagination-page ul li .prev:hover,
.pagination-page ul li .page-link.prev,
.pagination-page ul li .page-link.prev:hover{
    background: #f1ca0d ;
    background-image: url("../images/buttons/paginator-arrow-left-inactive.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 50%;
    border-radius: 5px;
}
.pagination-page ul li .next,
.pagination-page ul li .next:hover,
.pagination-page ul li .page-link.next,
.pagination-page ul li .page-link.next:hover{
    background: #f1ca0d ;
    background-image: url("../images/buttons/paginator-arrow-right-inactive.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 50%;
    border-radius: 5px;
}
.pagination-page ul li .page-link{
    background: #f1ca0d;
    color: #3d3928;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.pagination-page ul li .page-link:hover {
    background: #232222;
    color: #f1ca0d;
}
.pagination-page ul li.active .current{
    background: #232222;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}



/*********************************************** CONTACT US *********************/
#contact-us-form {
    width: 100%;
    margin: 30px auto;
    max-width: 580px;
}
#contact-us-form .g-recaptcha > div > div {
    margin: 0 auto;
}
#contact-us-form .button.violet-white {
    width: 235px;
    height: 45px;
}

/*********************************** TICKETS ************************/
/*********************************** TICKETS ************************/
.border-1-dashed{
    border: 1px dashed #000000;
}
.qr-code,
.ticket-number{
    width: 170px;
    float: right;
}
.ticket-code {
    max-width: 100%;
    max-height: 100%;
}
.ticket-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    line-height: 14px;
}
.ticket-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}
.ticket-event-name {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.date-time-border{
    border-top: 1px dotted;
    padding-top: 10px;
    border-bottom: 1px dotted;
}
.ticket-location {
    font-size: 16px;
    font-weight: 600;
}
.ticket-subtext {
    font-size: 10px;
    display: inline-block;
    float: left;
}
.ticket-subtext.fl-r {
    float: right;
}