/* cursor reset */

html, body {
    cursor: default;
}

code {
    cursor: text;
}

/* 
textarea and input[type="text"] already receive 
"cursor: text" via browsers' base stylesheets 
*/

a, label, button, input[type="radio"], input[type="submit"], input[type="checkbox"] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

p{
    cursor: text;
}

/* cursor reset end*/

.customShadow1 {
    -webkit-box-shadow: 0px 3px 8px 0px #40403ba8;
    box-shadow: 0px 3px 8px 0px #40403ba8;
}

ul.customList {
    font-size: 18px;
    text-align: left;
    margin: 5px 0;
}

ul.customList li:before {
    content: "★";
    position: absolute;
    margin-left: -25px;
    /* width: 20px; */
    margin-right: 10px;
    color: #e8b661;
}

ul.customList>li {
  padding-left: 10px;
  position: relative;
}  

body {
    font-family: 'Roboto Condensed', sans-serif;
}

p, li, span {
    line-height: 1.6em;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #e8b661;
}

.titleBackground {
    background-color: black;
    padding: .3em;
}

.calender-input-inner h3 {
    background-color: unset;
}

.inlineTitle {
    color: #ec3c05 !important;
}

.sigma-header .sigma-main-menu>.menu-item>a {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #e8b661; //#e8b661
}

.banner-area.banner-style-one {
    padding-top: 217px;
}

@media (max-width: 767px) {
    .banner-area.banner-style-one {
        padding-top: 102px;
        padding-bottom: 100px;
    }
    h1 {
        font-size: 30px;
    }
}

.sigma-footer .mainRow {
    background: #353530;
    padding: 30px 0;
}

footer .footer-widget-area .widget.nav-widget ul li a::before {
    content: '';
}

.orangeButton {
    background-color: rgb(236, 60, 5) !important;
    border: 2px solid rgb(236, 60, 5);
    font-size: 20px;
}

.orangeButton:hover {
    color: rgb(236, 60, 5) !important;
    background-color: unset !important;
}

footer .footer-widget-area .widget.nav-widget ul li {
    width: 100%;
    margin-bottom: 2px;
    cursor: pointer;
}

footer .footer-widget-area::after, .sigma-footer::after {
    background-image: unset;
}

.footer-logo img {
    width: 65%;
}

.topBanners {
    height: 460px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.topBanners .hiltonLogo {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #353530;
}

.topBanners .hiltonLogo img {
    position: relative;
    height: 88%;
    padding-top: 10px;
}

/*.topBanners .hiltonLogo img.background {position: absolute;  height: 100%; opacity: .1; top: 0; left: 0; -moz-transform: rotate(325deg);-webkit-transform: rotate(325deg);-o-transform: rotate(325deg);-ms-transform: rotate(325deg);transform: rotate(325deg);}*/

.topBanners .banner {
    position: relative;
    width: 100%;
    height: 30%;
    padding: 10px 24px;
    box-sizing: border-box;
    background-color: #353530;
}

.topBanners .sponsorsBanner {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #353530;
}

.topBanners .sponsorsBanner img {
    position: relative;
    height: 100%;
    /*border: 1px solid #e8b661;*/
    cursor: pointer;
}

.topBanners .textBanner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBanners .textBanner span {
    width: 100%;
    height: 100%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8b661;
    color: #e8b661;
}

.homeVideoWrapper {
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homeVideoWrapper .video-wrap.video-wrap-two {
    height: 390px;
}

.homeVideoWrapper .main-btn {
    width: 100%;
    max-height: 70px;
    margin: unset;
    cursor: pointer;
}

#topCountdown {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#topCountdown li .calender-input-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-links.box a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2e2e2e;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .topBanners-wrapper {
        margin-top: 20px;
    }
    .topBanners {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        padding: unset;
    }
    .topBanners .hiltonLogo {
        flex-direction: column;
    }
    #topCountdown {
        margin-top: 10px;
    }
    .topBanners .banner {
        height: auto;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
    .topBanners .sponsorsBanner a {
        width: 30%;
    }
    .topBanners .sponsorsBanner a img {
        height: auto;
    }
    .homeVideoWrapper .video-wrap.video-wrap-two {
        height: 220px;
    }
    .homeVideoWrapper {
        height: auto;
    }
    .homeVideoWrapper .main-btn {
        margin-top: 15px;
    }
    .sigma-mobile-header img.mobile-logo {
        max-width: 120px;
    }
    footer .footer-widget-area .widget.nav-widget ul li a {
        font-size: 14px;
        line-height: 17px;
    }
}

.main-content-wrapper h1, .main-content-wrapper h2 {
    margin: 10px 0;
}

.main-content-wrapper h1 {
    font-size: 40px;
}

.main-content-wrapper h2 {
    font-size: 32px;
}

.main-content-wrapper p {
    margin: 23px 0;
}

.content-box {
    background-color: #353530;
}

.main-content-wrapper blockquote {
    position: relative;
    padding: 45px 55px;
    background-color: #e8b661;
    border-radius: 0;
    z-index: 1;
    font-size: 28px;
    font-family: "Prata", serif;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    position: relative;
}

.main-content-wrapper blockquote:after {
    position: absolute;
    right: 40px;
    left: 40px;
    top: 40px;
    bottom: 40px;
    content: '';
    background-image: url(../img/blog-details/quote-icon.png);
    z-index: -1;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.sidebar .widget .poster, .sidebar .widget .poster img {
    width: 100%;
    height: auto;
}

.sidebar .btn {
    padding: unset;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 18px;
}

.sidebar .widget.instagram-feed-widget ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
}

.content-box{
    color: white;
}

.service-wrapper .service-content{
    min-height: 869px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.innerList li{
    margin-left: 48px;
}
ul.innerList li:before{
    content: unset;
}
hr{
    border-top: 2px solid #fff;
}
.btnClick{
    text-decoration-line: underline;
    font-size: 20px;
}

.centerImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.centerImg img{
    width: 80%;
}
@media (max-width: 767px) {
    .centerImg img{
        width: 100%;
    }
}
a.inlineTitle.notClicable{
    cursor: auto!important;
}