body p {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, p {
	color: #666;
}

.next-to-slide {
    margin-top: 16px;
}

.testimonial-content {
    color: #666666;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
}

#testimonial-wrap {
    width: 100%;
}

.testimonial-content a,
.testimonial-content a label {
    color: #666 !important;
    font-weight: bold !important;
    text-align: center;
    text-transform: capitalize;
    display: block;
    padding-top: 15px;
}

.testimonial-icon-wrapper {
    display: block;
    margin: 0px auto 30px;
    /* height: 60px; */
}

.testimonial-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 130px;
}
.testimonial-icon:before {
    font-family:FontAwesome;
    content:'\f091';
    color:#e3e3e3;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
}
.testimonial-icon-wrapper span {
    border-top:2px solid #e3e3e3;
    width:4rem;
    vertical-align: middle;
    display: inline-block;
    margin:0 .8rem;
}

.row .col .wpb_wrapper > h3 {
    text-align: center;
    color:#0060a9;
    text-transform: none;
    margin-bottom: 41px;
    font-size: 36px;
}

.row .col.light .wpb_wrapper > h3,
.row .col.light .wpb_wrapper > h4 {
    color:#fff;
}
.row .col .wpb_wrapper > h4 {
    font-size:16px;
    text-transform: uppercase;
}
@media only screen and (min-width :901px) {
    .lottery-previous-winners-slider.portfolio-slider .flex-direction-nav li:last-child {
        margin-right: -20px !important;
    }

    .lottery-previous-winners-slider.portfolio-slider .flex-direction-nav li:first-child {
        margin-left: -20px !important;
    }
}
.lotterypw-content {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #d6d6d6;
    background-color:#fff;
    -webkit-box-shadow: 0px 9px 28px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 9px 28px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 9px 28px -6px rgba(0,0,0,0.5);
}

.lotterypw.lotterypw-content {
    margin:0px auto;
    width:300px;
}

@media only screen and (max-width :900px) {
    .lotterypw.lotterypw-content {
        width:260px;
    }
}

.lotterypw-title
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-top-left-border-radius: 6px !important;
    -moz-top-right-border-radius: 6px !important;
    -webkit-top-left-border-radius: 6px !important;
    -webkit-top-right-border-radius: 6px !important;
}

.lotterypw-title {
    background-color:#778591;
    padding:5px 10px;
    color:#fff;
    font-size:24px;
    font-weight: 600;
    text-align: center;
}

.lotterypw-title span {
    font-weight: normal;
}

.lotterypw-image-wrapper {
    font-size:0;
}

.lotterypw-image {
    width:100%;
    height:282px;
    background-size:cover;
    background-position:center;
    position: relative;
}
.lotterypw-image-wrapper .lotterypw-image {
    height:140px;
}

.lotterypw-image-left,
.lotterypw-image-right  {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 140px;
    position: relative;
}

.lotterypw-image-right:before {
    content:'+';
    position: absolute;
    left: -13px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top:65px;
    border-color:#fff;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    padding: 2px 8px;
}

.lotterypw-membership-level {
    position: absolute;
    bottom:10px;
    text-align: center;
    font-weight: 600;
    font-size:32px;
    padding: 15px 0 0;
    width: 90px;
    height: 70px;
    top: 0px;
    right: 10px;
    background-color: #f5f5f5;
    color: #4D4D4D;
    text-transform: uppercase;
    z-index: 2;
}

.lotterypw-membership-level:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid #f5f5f5;
    border-right: 45px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 45px solid transparent;
}
.lotterypw-membership-level.arrow-effect {
    background:#ffde1a;
    position: absolute;
    height:20px;
    top:60px;
    z-index: 1;
}
.lotterypw-membership-level.arrow-effect:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid #ffde1a;
    border-right: 45px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 45px solid transparent;
}

@media only screen and (max-width :1099px) {
    .lottery-membership-plans-plan-footer:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        height: 0;
        border-top: 50px solid #fff;
        border-right: 140px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 140px solid transparent;
    }
    .lottery-membership-plans-plan-footer.arrow-effect:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        height: 0;
        border-top: 50px solid #ffde1a;
        border-right: 140px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 140px solid transparent;
    }
}

.lottery-previous-winners-slider {
    position: relative;
}

.lotterypw-content
{
    box-shadow: none !important;
    border-radius: 6px !important; 
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;

}

.lotterypw-membership-level span {
    font-size:18px;
    margin-top:4px;
    display: block;
    font-weight: normal;
}

.lotterypw-membership-level.dark {
     color:#666666; 
}

.lotterypw-description {
    padding:20px 15px;
}

.row .col .lotterypw-description h4 {
    color:#000;
    text-transform: none;
    font-size:24px;
    margin-bottom:15px;
}

.row .col .lotterybt.lotterypw-description {
    text-align: center;
    height: 205px;
    overflow: hidden;
}
.row .col .lotterybt.lotterypw-description h4 {
    color:#0060a9;
    font-size:24px;
}

.lotterypw-description p{
    padding-bottom:10px;
    font-size: 16px;
}


.lotterypw.lotterypw-description p{
    color:#000;
}

.row .col .lottery-page-header {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

	
.lottery-page-header-row,
body[data-bg-header="false"] .full-width-content.lottery-page-header-row {
	margin-top: -70px!important;
}

@media only screen and (max-width: 1099px) and (min-width: 1px) {
  
	
.lottery-page-header-row,
body[data-bg-header="false"] .full-width-content.lottery-page-header-row {
	margin: -70px 0 0!important;
}

    .centered-background-row,
    body[data-bg-header="false"] .full-width-content.centered-background-row,
    .wpb_row.vc_row-fluid.full-width-content {
        /*margin: 0px -20px 0!important;
        width: calc(100% + 40px)!important;*/
    }
}

.champions-club-page-header.lottery-page-header:before {
    content:'';
    height:100%;
    width:50%;
    background-color:#fff;
    background-image:url('/wp-content/themes/salient/img/hero-glitter-left.png');
    position: absolute;
    top:0;
    left:0;
    background-repeat: no-repeat;
}


.champions-club-page-header.lottery-page-header:after {
    content:'';
    height:100%;
    width:50%;
    background-image:url('/wp-content/themes/salient/img/hero-glitter-right.png');
    position: absolute;
    top:0;
    left:calc(50% - 170px);
    background-repeat: no-repeat;
}

.lottery-page-header-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1100px;
    width:100%;
    margin: 0px auto !important;
}

.lottery-page-header-content  .wrapper{
    max-width: 366px;
    text-align: center;
}

@media only screen and (max-width: 1299px) and (min-width: 1px) {
    .lottery-page-header-content  .wrapper{
        max-width:100%;
        margin:0px auto;
    }
    .lottery-page-header-content  .wrapper img{
        max-width:80%
    }
}


.lottery-page-header-content p {
    max-width: 270px;
    text-align: center;
    margin: 10px auto 0;
    font-size: 16px;
}

.lottery-membership-options .wpb_wrapper > p {
    font-size: 16px;
    text-transform: uppercase;
}

.c-content-row .nectar-button.extra-color-1 span,
.c-content-row .nectar-button i,
.club-btn .nectar-button.extra-color-1 span,
.club-btn .nectar-button i {
    color: #ff152b !important;
}

.nectar-button.medium {
    border-radius: 5px !important;
    letter-spacing: 1px !important;
    padding: 15px 30px !important;
}

.club-btn .nectar-button {
    display: table;
    margin: auto;
}

.champion-club-list .wpb_wrapper > ul {
    margin-left: 10px;
}

.testimonials-club p,
.testimonials-club span {
    color: #fff !important;
}

.testimonial_slider .controls ul li span.pagination-switch:hover, 
.testimonial_slider .controls ul li span.pagination-switch.active {
    background-color: #ffd600 !important;
    border: 1px solid #ffd600 !important;
}
.testimonial_slider .controls ul li span.pagination-switch {
    border: 1px solid #666 !important;
    background-color: #666 !important;
}


.testimonials-club .slides p,
.testimonials-club .slides span {
    font-size: 0.9em;
    line-height: 1.5em;
}

#top-main-menu {
    background-color: #0060a9;
    /* margin-top: 10px; */
    width: 100%;
}

header#top nav > ul#top-main-menu > li > a {
    /* border-right: 1px dotted #222222; */
    color: #fff;
    padding: 45px 12px !important;
    margin: 0 0;
}

header#top nav > ul#top-main-menu > li:last-child > a {
	border-right: none;

}



header#top nav > ul#top-main-menu > li#search-btn {
    display: inline-block;
    float: right;
    padding: 11px 5px !important;
    width: 200px;
}

header#top nav ul #search-btn {
    margin-left: 0 !important;
}

header#top nav > ul#top-main-menu > li > a:hover,
header#top nav > ul#top-main-menu > li > a:active,
header#top nav ul#top-main-menu li.current-menu-item > a,
header#top nav ul#top-main-menu li.current-menu-ancestor > a,
header#top nav ul#top-main-menu li a:active {
    background-color: #207fc8;
    color: #f0cf2b;
}

.icont-btn {
    font-family: 'icomoon' !important;
}

#search-btn {
    clear: both;
}


.btn-rounded {
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    background-color:#409ee6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 17px 10px;
    font-weight: normal;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(12,129,218,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(12,129,218,1);
    box-shadow: 0px 4px 0px 0px rgba(12,129,218,1);
    border: none;
    /* font-size: 12px; */
    cursor: pointer;
}

.btn-rounded:hover {*zoom:1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#409ee6', endColorstr='#409ee6');
    background: transparent;
    background: rgba(64,158,230, 0.7);
    color:#fff;
}
.btn-rounded.green {
    background-color:#7ac231;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(102,171,32,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(102,171,32,1);
    box-shadow: 0px 4px 0px 0px rgba(102,171,32,1);
}

.btn-rounded.green:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#7ac231', endColorstr='#7ac231') !important;
    background: rgba(122,194,49, 0.7) !important;
}
.btn-rounded.yellow {
    background-color:#ffd520;
    color:#0060a9;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(239,199,27,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(239,199,27,1);
    box-shadow: 0px 4px 0px 0px rgba(239,199,27,1);
}
.btn-rounded.yellow:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffd520', endColorstr='#ffd520');
    background: rgba(255,213,32, 0.7);
}

.btn-rounded.white {
    background-color:#fff;
    color: #0060a9;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(226,226,226,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(226,226,226,1);
    box-shadow: 0px 4px 0px 0px rgba(226,226,226,1);
    border: 1px solid #e2e2e2;
}

.btn-rounded.white:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#7ac231', endColorstr='#7ac231');
    background: rgba(226,226,226, 0.7);
}

.btn-rounded.dark-blue {
    background-color:#0060a9;
    color:#fff;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0,96,169,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0,96,169,1);
    box-shadow: 0px 4px 0px 0px rgba(0,96,169,1);
}
.btn-rounded.dark-blue:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#0060a9', endColorstr='#00579a');
    background: rgba(0,87,154, 0.9);
}

.search-block,
.search-block form,
.search-block input {
    background-color: #efefef !important;
    border-radius: 5px;
    display: inline-block;
    float: right;
    height: 32px;
    margin-bottom: 10px;
    width: 265px;
}

input.search-field[type="text"] {
    border: medium none !important;
    float: left;
    padding: 3px 10px !important;
    width: 78% !important;
}

input.search-btn[type="submit"],
input.search-btn[type="submit"]:hover,
input.search-btn[type="submit"]:active {
    background-color: #efefef !important;
    border-radius: 5px !important;
    color: #0060a9 !important;
    float: right;
    width: 20% !important;
}

.free-call {
    background-color: #0060a9;
    border-radius: 25px;
    color: #fff;
    display: block;
    float: right;
    font-size: 1.05em;
    font-weight: bold;
    padding: 2px 20px 2px 2px;
    margin-bottom: 10px;
    margin-left: 25px;
}
.free-call a {
    color: #fff;
}

.free-call .icon-phone {
    background-color: #0060a9;
    font-size: 1.5em;
    margin: 2px 10px 0;
}

.container-wrap {
    clear: both;
}

.slider-bot-header {
    margin-top: 20px;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
}

#mobile-menu {
    background-color: #207fc7 !important;
    font-weight: bold;
}

#mobile-menu .mobile-menu-buttons {
	float:left;
	background-color:#207fc7;
	width:100%;
	padding:10px;
}

#mobile-menu .mobile-menu-buttons .btn-rounded{
	display:block;
	border-radius:30px;
	max-width:250px;
	margin:10px auto;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-box-shadow:none;
	font-weight: 600;
}
@media only screen and (min-width : 0px) and (max-width : 1024px) {
    #menu-footer {
        padding:0 20px;
    }
}
.support-footer-wraper {
    margin: auto;
}

.support-footer-wraper span {
    display: block;
    width: 100%;
    padding: 0 20px; 
    vertical-align: middle;
}

.footer-support-link {
    color: #0060a9;
    font-size: 40px;
    line-height: 45px;
}

.nectar-button.regular-button.extra-color-1,
.buttons .extra-color-1 {
    color: #0060a9 !important;
}
.nectar-button.regular-button.extra-color-3,
.buttons .extra-color-3 {
    border: 1px solid #efefef;
    color: #0060a9 !important;
}

.swiper-slide .container .content h2 {
    line-height: 0.9em !important;
}


.swiper-slide .container .content h2 span {
    font-family: 'Roboto' !important;
    font-weight: normal !important;
}

.swiper-slide .container .content .button a {
    border-radius: 8px;
    padding: 12px 25px;
}

.mobile-ticket,
.mobile-testimonial {
    display: none !important;
}
.default-ticket,
.ticket-img-but .wp-post-image,
.desktop-testimonial {
    display: inherit;
}
    
#menu-footer,
#menu-footer li {
    display: inline-block !important;
}


#footer-outer #footer-widgets .col ul#menu-footer li {
    border-bottom: 1px solid transparent !important;
    padding: 0 !important;
    border-left: 1px solid #b8b7b7;
}

#footer-outer #footer-widgets .col ul#menu-footer li:first-child {
    border-left: 1px solid transparent;
}

#footer-outer #footer-widgets .col ul#menu-footer li a {
    line-height: 1em;
    padding: 0 15px !important;
}

.menu-footer-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 57px;
}  


 @media only screen and (max-width : 999px) {
    #menu-footer,
    #menu-footer li {
         display: block !important; 
         width:100%;
    }

    #footer-outer #footer-widgets .col ul#menu-footer li {
        border-bottom: 1px solid #b8b7b7 !important;
        border-left:none;
    }
    
    #footer-outer #footer-widgets .col ul#menu-footer li:first-child {
        border-left: none;
    }
    
    #footer-outer #footer-widgets .col ul#menu-footer li a {
        line-height: 1em;
        padding:15px 0px !important;
        width: 100%;
    } 
    .menu-footer-container {
        display: block;
    }
 } 
@media only screen and (max-width : 690px) {
    .mobile-ticket,
    .mobile-testimonial {
        display: inherit !important;
        width: 100%;
        height: auto;
        padding: 0 20px;
    }
    .default-ticket,
    .ticket-img-but .wp-post-image,
    .desktop-testimonial {
        display: none !important;
    }

    table.tribe-events-tickets td {
        border-bottom: medium none !important;
        border-top: medium none !important;
        padding: 0 !important;
    }
    
    table.tribe-events-tickets tr {
        border-top: none;
        display: block;
        padding: 0 !important;
    }
}
@media only screen and (min-width : 690px) and (max-width : 1000px) {
    .mobile-testimonial {
        display: inherit !important;
        width: 100%;
        height: auto;
    }
    .desktop-testimonial {
        display: none !important;
    }
}


.detail-page-header,
.detail-page-header p {
    font-size: 32px;
    line-height: 1.5em;
}

.detail-page-header .nectar-button {
    margin-top: 30px;
}

.gal-floor-map-wrap,
.home-countdown {
	width: auto !important;	
}

.gal-floor-map-wrap .celldiv {
    text-align: center;
    padding: 10px;
}

.gal-floor-map-wrap label {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}


.tablediv {
    display: table !important;
    margin: auto;
    width: 100%;
}

.rowdiv {
    display: table-row !important;
}

.celldiv {
    display: table-cell !important;
    vertical-align: top;
}


.view-on-map-wrap {
    width: 100%;
}

.view-on-map-wrap .celldiv > img {
    float: left;
    padding-right: 5px;
}

.view-on-map-wrap .celldiv > span {
    display: block;
    margin: 15px;
}

.centered-buttons-wrap {
    display: table;
    margin: auto;
}

.tribe-events-tickets .ticket-img-but {
    width: 100%;
}

.tribe-events-tickets .ticket-img-but img {
    width: 100%;
    height: auto;
}

.tribe-events-tickets .ticket-img-but .woocommerce-placeholder {
    width: 100%;
    height: 110px !important;
}

.footer-logo-img {
    display: block;
}

.promo-title-blue p {
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}

.row-multi-col {
    margin-bottom: 0 !important;
}

.row-multi-col .wpb_wrapper {
    padding-bottom: 25px;
}

.row-multi-col .wpb_wrapper img {
    height: auto;
    width: 100% !important;
    padding-bottom: 25px;
}

.tribe-events-single-section,
.tribe-events-cal-links {
    display: none !important;
}

ul.sub-menu {
    top: 110px !important;
    display: none;
}

header#top .sf-menu li ul li a {
    background-color: #0061aa !important;
     color: #fff !important;
     font-weight: bold;
}
header#top .sf-menu li ul li a:hover {
    background-color: #4089bf !important;
    color: #fff !important;
}

.tribe-events-back {
    margin: 20px 0;
}


#tribe-events-pg-template {
    margin: 0 auto;
    max-width: inherit;
}

.tribe-events-sub-nav li a {
    background: none repeat scroll 0 0 #0061aa;
    color: #fff;
    display: block;
    margin-bottom: -990px;
    margin-top: 20px;
    padding: 10px 20px 1000px;
    position: relative;
    white-space: normal;
}

.countdown_row.countdown_show4 {
    width: auto !important;
    display: table;
    margin: auto;
}

#ujiCountdown {
    display: table !important;
    margin: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.countdown_section {
    background-color: #ed1c2e;
    margin: 3px !important;
    padding: 0px 3px !important;
    border-radius: 5px;
}

.countdown_section span {
    background: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    font-weight: bold !important;
    font-size: 46px !important;
}

.home-countdown {
    margin: auto;
}
.home-countdown .celldiv {
    color: #737373;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 65px;
}

.row .col img {
    height: auto !important;
}

.product-quantity {
    display: none !important;
}

#footer-outer-2 {
    background-color: #fff;
}

.gallery-row {
    background-color: #fff;
}

#portfolio.hidden-gallery .column-4-layout {
    margin: 0;
    padding: 0;
    overflow: hidden;  
}
#portfolio.hidden-gallery .column-4-layout .work-item{
    margin-bottom: -8px;
}   
@media screen and (min-width: 400px) {
    #portfolio.hidden-gallery .column-4-layout {
        float:none;
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    #portfolio.hidden-gallery .column-4-layout {
        float:left;
        width: 50%;
    }
}
@media screen and (min-width: 1000px) {
    #portfolio.hidden-gallery .column-4-layout {
        width: 25%;
    }
}
#portfolio.hidden-gallery .column-4-layout .work-info {
    background: #0061AA;
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;

    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
}
#portfolio.hidden-gallery .column-4-layout:hover .work-info {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}  
#portfolio.hidden-gallery .column-4-layout .work-info h3 {
    color: #fff;
    font-size: 22px;
}    
#portfolio.hidden-gallery {
    margin: 0;
    display: none;
}
.gal-floor-map-but1 div.hidden-icon {
    display: none;
}
.jsdiv {
    display: none;
}

.gallery-row .bottom-meta p {
    display: none;
}

.fullwidth {
	width: 100%;
	height: auto;
}

.checkout-tab {
	background-color: transparent;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 7px 3px 0 rgba(215, 215, 215, 0.75);
	-moz-box-shadow:    0 7px 3px 0 rgba(215, 215, 215, 0.75);
	box-shadow:         0 7px 3px 0 rgba(215, 215, 215, 0.75);

	border-top: 1px solid rgba(215, 215, 215, 0.4);

	margin-top: 30px;
}
.checkout-tab .tab-content {
	padding: 20px;
	display: table;
	width: 100%;
}
.tab-content-coupon {
	padding-right: 40px;
}

.tab-content-coupon,
tab-content-coupon-entry {
	display: block;
	padding-right: 30px;
}

#promo_code {
    background-color: #fff;
    width: 100%;
}

#customer_details h3,
.checkout-tab h3 {
	text-transform: capitalize !important;
}
.woocommerce-buy {
    border: 0 none !important;
    margin: 10px !important;
    padding: 0 !important;
}
.woocommerce form .form-row-first, .woocommerce form #gift_first_name_field {
    clear: left;
}


.champion-checkout-wrap {
	background-color: #e6e6e6;
}

.champion-checkout-wrap > div {
    line-height: 1.4em;
    padding: 20px;
    text-align: left;
}

.champion-checkout-wrap > div.champion-checkout-options {
	padding: 40px;

}


.champion-checkout-wrap p {
    padding-bottom: 10px;
}

.champion-checkout-wrap label {
	display: block;
	line-height: 1.4em;
	margin-bottom: 8px;

}

.champion-checkout-wrap label span {
	color: #444 !important;
	line-height: 1.4em;
}

.lottery-widget-wrap {
	margin-top: 20px;
}
.champion-checkout-display,
.champion-checkout-display span {
	color: #fff !important;
	background-color: #e41c0f;
}
.champion-checkout-ticket {
	background-color: #e5e5e5;
}
.champion-checkout-wrap {

}
.checkout-header {
    clear: both;
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

form .checkout-header {
	margin-top: 4∂0px;
}

form .checkout-header:first-child {
	margin-top: 0;
}
.checkout-header span
{
  display: inline-block;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
    background-color: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: -5px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

#footer-outer .custom-social li i {
    font-size: 24px !important;
    height: auto !important;
    line-height: 44px !important;
    width: 44px !important;
    background-color: #ccc !important;
}
#footer-outer #footer-widgets .col .custom-social li {
    display: inline-block !important;
    border: none !important;
    padding: 5px;
    width: 54px;
}

@media only screen and (max-width :1099px) {
    #footer-outer .custom-social li i {
        font-size: 22px !important;
        line-height: 34px !important;
        width: 34px !important;
    }
    #footer-outer #footer-widgets .col .custom-social li {
        width: 44px;
    }
}
#footer-outer #footer-widgets {
    padding:25px 0 20px;
}
#footer-outer ul.custom-social {
    border: none !important;
    display: block;
    margin: 0px auto;
    text-align: right;
}
#footer-outer .custom-social li i.icon-youtube {
    background-color: #eb2429 !important;
}
#footer-outer .custom-social li i.icon-instagram {
    background-color: #0c81bd !important;
}
#footer-outer .custom-social li i.icon-twitter {
    background-color: #2aa9e0 !important;
}
#footer-outer .custom-social li i.icon-facebook {
    background-color: #204385 !important;
}
#footer-outer-2 {
    display: none;
}
ul.myaccount-sidebar,
ul.myaccount-sidebar li {
    list-style: none inside none !important;
    margin: 0 !important;
}
.tribe-events-single-event-description p {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}
#footer-outer #log-in-out-link 
{
    display: none !important;
}

#gift-field-wrap > div {
    background-color: #d9ead3 !important;
}

.billing-fields-wrap {
    background: none repeat scroll 0 0 #cfe2f3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.account-fields-container {
    background-color: #fce5cd;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.phone-number-class {
    width: 68% !important;
}

.phone-area-class {
    width: 30% !important;
}

.form-row.place-order {
    margin-top: 20px;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
	border: none;
}


#payment .clear {
	padding-bottom: 0;
}

.checkout-tab.promo-code {
	margin-top: 30px;
}


#footer-outer .row {
	/* padding: 30px 0 30px; */
	margin-bottom: 0;
	font-size: 14px;
}

@media screen and (max-width: 782px) {
    .footer-logo .footer-logo-img {
        margin:0px auto;
    }
    #footer-outer ul.custom-social {
		text-align: center;
	}
}

/*  Header */

@media screen and (max-width: 782px) {
	html {
		margin-top: 0px !important;

	}
}

.login-page .login-message,
.login-page .phone-message {
	font-size: 20px;
	float: left;
	padding-bottom: 0;
}

.login-page .login-message strong,
.login-page .phone-message strong {
	font-weight: bold;
	font-size: 24px;
}

.login-page .phone-message {
	float: right;

}

.login-page .returning {
	font-size: 22px;
	color: black;

}
.login-page .returning strong {
	color: #e32407;
}

.login-page form.login .button {
	background-color: #0060a9 !important;
	height: 46px;
	width: 135px;
	border-radius: 10px;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 26px;
}
.login-page form.login .button:hover {
    opacity: 0.85;
}
.woocommerce .new-supporter .button {
    font-size: 16px !important;
    font-weight: bold !important;
    width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.woocommerce .new-supporter .button:hover {
    opacity: 0.85;
}
.login-page .lost_password {
	float: right;
	font-size: 0.9em;

}

.login-page .issues {
	margin-top: 20px;
	min-height: 38px;
	line-height: 24px;
	font-size: 15px;
	background: #e32407;
	text-align: center;
	color: white;
	padding: 8px;
}

.login-page .issues a {
	color: white;
	text-decoration: underline;
}

.icon-question-sign {
	background: transparent;
	color: #0061aa;
	display: inline;

}

.cvc-info {
	text-align: center;
	margin: 20px;
	display: none;

}

/*.payment_method_westpac_payway_api img {
	display: none;

}*/

#tribe-bar-form {
    display: none;
}

/* header login button */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.btn-default {
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
.btn-default:hover {
  color: #fff;
  background-color: #0060A9;
}

/* header button */
#header-outer .btn-default {
    margin-left: 20px;
    padding: 6px 12px;
    border: 1px solid #0060A9;
    transition: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #0060A9;
    border-radius: 19px !important;
    margin-bottom: 10px;
}
#header-outer .btn-default span {
    font-size: 16px;
    height: 24px;
    line-height: 28px;
    background: 0 !important;
    color: #fff !important;
    display: none;
    width: 24px; 
    margin-left: -5px;
}

#header-outer .btn-default:hover {
    opacity: 0.85;
}
#header-outer .free-call {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0;
}
#header-outer .free-call span {
    display: none;
}

#header-outer .call-login{
    padding: 31px 0 10px;
}

#header-outer .btn-rounded {
    display:inline-block;
    margin-left: 5px;
}

header#top{
    position: absolute;
    top: 190px;
}
#header-outer .col.span_5 {
    margin-top: -20px;
}
#header-outer #logo img {
    margin-bottom:0;
    margin-top: 30px;
    max-width:152px;
}

@media screen and (min-width: 500px) {
    header#top {
        position: relative;
        top: 0px;
        /* background-color: #0060a9; */
    }
    #header-outer .col.span_5 {
        margin-top: 0px;
    }
    #header-outer .btn-default span {
        font-size: 16px;
    }
    #header-outer .btn-default span {
        display: inline-block;
    }
    #header-outer .free-call {
        float: right;
        font-size: 1.05em;
        padding: 2px 10px;
    }
    #header-outer .free-call span {
        display: inline-block;
    }
}

.tribe-events-schedule h3 {
    text-transform: none;
}

/* input border overide */
#gift_is_gift_field {
    display: none;
}
@media (min-width: 1000px) and (max-width: 1300px ){
    #ujiCountdown{
        width:110% !important;
    }
}

.billing-fields-wrap input[disabled="disabled"] {
    background: #E7F0F9 !important;
    color: #8A939C !important;
}

.gdpr-cookie-message {
    background-color:#ffde1a;
}

.gdpr-cookie-message p:last-child {
    padding-bottom:0;
}

.gdpr-cookie-message .container{
    padding-bottom:0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
   -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.gdpr-cookie-message .container .col {
    padding:15px 0;
    margin:0;
}

.gdpr-cookie-message .container .col:last-child {
    text-align:right;
    width:130px;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
    .gdpr-cookie-message p,
    .gdpr-cookie-message .container .col:first-child {
        font-size:11px;
        line-height: 1.2;
    }

    .gdpr-cookie-message .container .col {
        padding:15px 20px;
    }

    .gdpr-cookie-message .container .col:first-child {
        padding-right:0;
    }
}
