/*
Theme Name: Hollywood Event
Theme URI: http://www.hollywoodevent.com
Author: Thewhiteriverproject
Author URI: http://www.thewhiteriverproject.net
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
body {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova",sans-serif;
    overflow-x: hidden;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
img{
    max-width: 100%;
}
.padding-right0{
    padding-right: 0px !important;
}
.padding-left0{
    padding-left: 0px !important;
}
.btnall{
    background: rgba(0, 0, 0, 0) url("images/btn-bg.jpg") repeat scroll 0 0;
    border-top: solid 2px #f3b980;
    border-bottom: solid 3px #b75b01;
    border-radius: 90px;
    -o-border-radius: 90px;
    -webkit-border-radius: 90px;

    box-shadow: 5px 5px 15px 0 rgba(000,000,000,0.35) !important;

    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 64px;
    padding-top: 23px;
    text-align: center;
    width: 340px;
    overflow: hidden;
}
.btnall:hover{
    border-top: solid 2px #fff;
    border-bottom: solid 3px #fff;
}
/*......................................................*/
header{}
header .top-menu{
    background: #fff none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
header .top-menu .left{}
header .top-menu .left .logo-header{
    margin: 12px 0 0;
}
header .top-menu .right{}
header .top-menu .right .top-nav{}
header .top-menu .right .top-nav ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}
header .top-menu .right .top-nav ul li{
    float: left;
    padding: 0px;
    margin: 0px;
}
header .top-menu .right .top-nav ul li a{
    color: #666666;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 30px 20px;
}
header .top-menu .right .top-nav ul li a:hover{
    background: #bc3616;
    color: #fff;
}
.container-banner{
    width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}
.banner-area{
    background: url("images/banner-bg.jpg") top center no-repeat;
    background-size: cover !important;
    padding: 50px 0 0;
}
.banner-area .container-banner{
    background: url(images/man-pic1.png) no-repeat bottom right;
    min-height: 730px;
}
.banner-area .content-wrap-banner-txt{
    text-align: center;
    padding-right: 80px;
}
.banner-area .content-wrap-banner-txt h1{
    color: #bc3616;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    margin: 80px 0 0;
    padding: 0;
}
.banner-area .content-wrap-banner-txt h2{
    color: #ff9800;
    font-family: "bebas-neue",sans-serif;
    font-size: 148px;
    line-height: 90px;
    margin: 20px 0 0;
    padding: 0;
}
.banner-area .content-wrap-banner-txt h3{
    color: #faf7ee;
    font-size: 80px;
    font-family: "bebas-neue",sans-serif;
    padding: 0px;
    margin: 15px 0 0;
}
.banner-area .content-wrap-banner-txt h4{
    color: #cccccc;
    font-size: 30px;
    font-weight: 400;
    padding: 0px;
    margin: 20px 0 0;
    line-height: 30px;
}
.banner-area .content-wrap-banner-txt h5{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
    margin: 10px 0 0;
    line-height: 35px;
}
.banner-area .content-wrap-banner-txt ul{
    list-style: outside none none;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.banner-area .content-wrap-banner-txt ul li{
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.banner-area .content-wrap-banner-txt ul li a{
    font-size: 18px;
    font-weight: 300;
    color: #bc3616;
}
.banner-area .content-wrap-banner-txt ul li:first-child a:after{
    color: #bc3616;
    content: "|";
    padding: 0 24px;
}
.banner-area .content-wrap-banner-txt ul li a:hover{
    color: #fff;
}
.banner-area .content-wrap-banner-txt .banner-btn{
    margin-top: 22px;
}
.section2{
    background: #ebebeb;
    padding: 28px 0 0;
}
.section2 .section2-inner{}
.section2 .section2-inner .about-us-section-img{
    margin-top: 0px;
    position: relative;
    z-index: 1;
}
.section2 .section2-inner h2{
    color: #000;
    font-size: 72px;
    font-family: "bebas-neue",sans-serif;
    margin: 50px 0 40px;
    padding: 0px;
}
.section2 .section2-inner p{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0 25px;
    padding: 0px;
    line-height: 28px;
}
.section2 .section2-read-more{
    color: #bc3616;
    font-size: 18px;
    font-weight: 400;
}
.section2 .section2-read-more:hover{
    color: #091631;
}
.section2 .section2-btn{
    display: block;
    margin: 20px 0 0;
}
.section2 .section2-btn:hover{
    border-color: #091631;
}
.section3{
    background: #bdbfc3;
    padding: 70px 0px;
}
.section3 .padding0-767{
    padding: 0px;
}
.section3 h2{
    color: #000;
    font-size: 72px;
    font-family: "bebas-neue",sans-serif;
    margin: 0 0 50px;
    padding: 0px;
}
.section3 ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section3 ul li{
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
}
.section3 ul li b{
    color: #333333;
    font-size: 18px;
    display: block;
}
.section3 ul li p{
    color: #333333;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}
.section3 .section3-btn{
    margin: 40px auto 0;
    display: block;
}
.section3 .section3-btn:hover{
    border-color: #091631;
}
.section4{
    padding: 70px 0px;
    background: url(images/private-dinner-pic.jpg) no-repeat top center;
    background-size: cover !important;
}
.section4 h2{
    color: #bc3616;
    font-size: 80px;
    font-family: "bebas-neue",sans-serif;
    margin: 0 0 40px;
    padding: 0px;
}
.section4 h3{
    color: #fff;
    font-size: 23px;
    margin: 0 0 40px;
    font-weight: 400;
    line-height: 40px;
}
.section4 p{
    color: #fff;
    font-size: 18px;
    margin: 0 0 40px;
    font-weight: 400;
    line-height: 28px;
}
.section4 .section4-btn{
    margin: 10px auto 0;
    display: block;
}
.section4 .section4-bottom-section{
    margin-top: 50px;
}
.section4 .section4-bottom-section .text-show{
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    min-height: 69px;
    padding: 12px 0;
    text-align: center;
}
.section4 .section4-bottom-section .text-show span{
    font-size: 14px;
    display: block;
}
.section4 .section4-bottom-section .left{
    line-height: 45px;
}
.section4 .section4-bottom-section .midl{}
.section4 .section4-bottom-section .right{
    border: none;
}
.section5{
    background: url(images/rockstar-bg.jpg) no-repeat top center #000;
}
.section5 .section5-top{}
.section5 .section5-top h2{
    font-family: "bebas-neue",sans-serif;
    color: #fff;
    font-size: 167px;
    margin: 0px;
    padding: 335px 0 0;
}
.section5 .section5-top h2 span{
    color: #bc3616;
}
.section5 .section5-bottom{
    padding: 70px 0px;
}
.section5 .section5-bottom ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section5 .section5-bottom ul li{
    background: rgba(0, 0, 0, 0) url("images/check-mark-icon.png") no-repeat scroll left 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
    padding-left: 38px;
}
.section5 .section5-bottom h3{
    color: #bc3616;
    font-size: 36px;
    font-weight: 700;
    margin: 50px 0 0;
    padding: 0px;
    text-align: center;
}
.section5 .section5-bottom h4{
    color: #bc3616;
    font-size: 60px;
    font-weight: 400;
    margin: 0px;
    padding: 6px 0 0;
    text-align: center;
}
.section5 .section5-bottom h4 span{
    color: #fff;
}
.section5 .section5-btn{
    margin: 35px auto 0px;
    display: block;
}
.section6{
    background: #000;
    padding: 50px 0px;
}
.container-tickets{
    margin: 0 auto;
    overflow: hidden;
    width: 1490px;
}
.section6 h2{
    font-family: "bebas-neue",sans-serif;
    color: #fff;
    font-size: 60px;
    margin: 0px;
    padding: 0px 0 0;
}
.section6 .tickets-wrap-main{
    float: left;
    padding: 0 8px;
    width: 20%;
}
.section6 .section6-inner-wrap{
    position: relative;
    padding: 20px 0 120px;
    background: #fff;
    margin-top: 30px;
    min-height: 900px;
}
.section6 .section6-inner-wrap h3{
    color: #000;
    font-weight: 800;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.section6 .section6-inner-wrap h4{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.section6 .section6-inner-wrap h5{
    color: #000;
    font-weight: 400;
    font-size: 21px;
    margin: 0px;
    padding: 10px 0 0;
    text-align: center;
}
.section6 .section6-inner-wrap  .meter { 
    position: relative;
    margin: 15px 0 0;
    padding: 6px;
}

.section6 .section6-inner-wrap  .meter > span {
    display: block;
    height: 100%;
    background-color: #0c1c3f;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}
.section6 .section6-inner-wrap  .lightblue{
    background: #03a9f4;
}
.section6 .section6-inner-wrap  .lightyellow{
    background: #ff9800;
}
.section6 .section6-inner-wrap  .lightbrown{
    background: #c6a43c;
}
.section6 .section6-inner-wrap  .lightgray{
    background: #a1a1a1;
}
.section6 .section6-inner-wrap  .lightred{
    background: #bc3616;
}
.section6 .section6-inner-wrap  .color-box-section6{
    padding: 15px 15px 20px;
}
.section6 .section6-inner-wrap  .color-box-section6 h6{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    padding: 0px 0 0;
    text-align: center;
    line-height: 24px;
}
.section6 .section6-inner-wrap  .color-box-section6 .pre-sale-txt{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 5px 0 0;
    padding: 0px 0 0;
    text-align: center;
}
.section6 .section6-inner-wrap  .color-box-section6 .price-txt{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 30px 0 0;
    padding: 0px 0 0;
    text-align: center;
}
.section6 .section6-inner-wrap  .color-box-section6 .price-txt span{
    font-size: 60px;
    font-weight: 700;
}
.section6 .section6-inner-wrap  .save-price-box{
    border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 0 auto;
    padding: 15px 0 0;
    text-align: center;
    width: 170px;
}
.section6 .section6-inner-wrap ul{
    margin: 0px;
    padding: 20px 25px 0px;
    list-style: none;
}
.section6 .section6-inner-wrap .readmore-tickets{
    display: none;
}
.section6 .section6-inner-wrap .readmore-tickets ul{
    padding-top: 0px;
}
.section6 .section6-inner-wrap .readmore-tickets-click{
    color: #dc2b56;
    display: block;
    font-size: 14px;
    margin-left: 42px;
}
.section6 .section6-inner-wrap ul li{
    background: rgba(0, 0, 0, 0) url("images/check.png") no-repeat scroll left top;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    padding: 0 0 5px 30px;
}
.section6 .section6-inner-wrap .section6-btn{
    position: absolute;
    bottom: 40px;
    display: block;
    font-size: 18px;
    height: 50px;
    padding-top: 16px;
    width: 220px;
}
.section6 .section6-inner-wrap .section6-btn:hover{
    border-color: #091631;
}
.section6 .section6-inner-wrap .btn-wrap-tickets{
    display: block;
    margin: 0 auto;
    width: 220px;
}
.section7{
    background: #bdbfc3;
    padding: 70px 0px;
}
.section7 h2{
    color: #bc3616;
    font-size: 60px;
    font-family: "bebas-neue",sans-serif;
    padding: 0 0 80px;
    margin: 0px;
}
.section7 .left{}
.section7 .left h3{
    color: #030d22;
    font-size: 54px;
    font-weight: 400;
    margin: 10px 0 0;
    padding: 0px;
}
.section7 .left p{
    color: #030d22;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin: 18px 0 0;
    padding: 0;
}
.section7 .right{}
.section7 .section7-btn{
    margin: 40px auto 0px;
    display: block;
}
.section7 .section7-btn:hover{
    border-color: #091631;
}
.section8{
    background: #ebebeb;
    padding: 60px 0px;
}
.section8 h2{
    color: #112040;
    font-size: 60px;
    font-family: "bebas-neue",sans-serif;
    padding: 0 0 20px;
    margin: 0px;
}
.footer{
    background: #000000;
    padding: 55px 0px 0;
}
.footer .logo-footer{
    margin: 0 auto;
    display: table;
}
.footer form{
    margin-top: 50px;
}
.footer form .txt-fld{
    height: 50px;
    width: 100%;
    background: #fff;
    border: none;
    padding: 0px 30px;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
}
.footer form .textarea-fld{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    font-weight: 700;
    height: 110px;
    margin-bottom: 12px;
    padding: 20px 30px;
    width: 100%;
}
.footer form .btn-form{
    width: 275px;
    height: 60px;
    margin: 38px auto 0;
    display: block;
    background: none;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: solid 2px #4d4d4d;
    border-radius: 90px;
    -o-border-radius: 90px;
    -webkit-border-radius: 90px;
    letter-spacing: 2.6px;
}
.footer form .btn-form:hover{
    border-color: #fff;
    color: #bc3616;
}
.footer .footer-social-media{
    margin: 60px 0px;
    padding: 25px 0px;
    border-top: solid 1px #1a1a1b;
    border-bottom: solid 1px #1a1a1b;
}
.footer .footer-social-media ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
}
.footer .footer-social-media ul li{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.footer .footer-social-media ul li a{
    color: #b0b0b3;
    font-size: 28px;
    margin: 0 35px;
}
.footer .footer-social-media ul li a:hover{
    color: #fff;
}
.footer .footer-address-section{}
.footer .footer-address-section .icon-ad-sec{
    line-height: 55px;
}
.footer .footer-address-section .icon-ad-sec img{
}
.footer .footer-address-section p{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 16px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.footer .footer-address-section p span{
    display: block;
    padding-top: 12px;
    text-transform: capitalize;
}
.footer .footer-copyright{
    background: #ebebeb;
    color: #b0b0b3;
    font-size: 13px;
    font-weight: 400;
    margin-top: 50px;
    padding: 15px;
    text-align: center;
}
header .logo-header-mobile{
    text-align: center;
    padding: 15px 0 15px;
}
.mobile-menu{}
.mobile-menu button{
    width: 100%;
    background: #ff9800;
    color: #fff;
    border: none;
    height: 40px;
    font-size: 20px;
    text-align: left;
    padding: 0 15px;
    line-height: 21px;
    margin-bottom: 15px;
}
.mobile-menu button i{
    float: right;
}
.mobile-menu ul{
    margin: 0px;
    padding: 0px;
}
.mobile-menu ul li{
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.mobile-menu ul li a{
    padding: 12px 15px;
    border-bottom: solid 1px #ddd;
    display: block;
    font-size: 16px;
    color: #000;
    margin: 0px;
}
.mobile-menu ul li a:hover{
    background: #bc3616;
    color: #fff;
}
.selectCityPopup{}
.selectCityPopup .modal-content{
    overflow: hidden;
    border-radius: 0px;
    border-top: 12px solid #f24949;
    padding: 15px 15px 40px;
}
.selectCityPopup .modal-content .modal-header{
    border: medium none;
    margin: 0;
    padding: 0;
}
.selectCityPopup .modal-content .modal-header button{
    border: 1px solid;
    border-radius: 90px;
    -o-border-radius: 90px;
    -webkit-border-radius: 90px;

    font-size: 49px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 50px;
}
.selectCityPopup .modal-content .modal-header h4{
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 40px;
    text-align: center;
}
.selectCityPopup .modal-content .modal-body{
    margin: 0;
    padding: 0;
}
.selectCityPopup .modal-content .modal-body .inner-popup-wrap{}
.selectCityPopup .modal-content .modal-body .inner-popup-wrap h5{
    color: #ff9800;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.selectCityPopup .modal-content .modal-body .inner-popup-wrap h5 span{
    display: inline-block;
    margin-left: 15px;
}
.selectCityPopup .modal-content .modal-body .inner-popup-wrap h5 .show-img{}
.selectCityPopup .modal-content .modal-body .inner-popup-wrap h5 .hover-img{
    display: none;
}
.selectCityPopup .modal-content .modal-body .popup-btn{
    font-size: 27px;
    padding-top: 21px;
    text-align: center;
    width: 100%;
}
.selectCityPopup .modal-content .modal-body .popup-btn:hover{
    border-color: #091631;
    color: #fff;
}
