/* global class end */





@font-face {

    font-family:'LatoRegular';

    src: url('fonts/Lato-Regular_gdi.eot');

    src: url('fonts/Lato-Regular_gdi.eot?#iefix') format('embedded-opentype'),

        url('fonts/Lato-Regular_gdi.woff') format('woff'),

        url('fonts/Lato-Regular_gdi.ttf') format('truetype'),

        url('fonts/Lato-Regular_gdi.svg#Lato-Regular') format('svg');

    font-weight: 400;

    font-style: normal;

    font-stretch: normal;

    unicode-range: U+0020-FEFF;

}

@font-face {

    font-family:'LatoBlack';

    src: url('fonts/Lato-Black_gdi.eot');

    src: url('fonts/Lato-Black_gdi.eot?#iefix') format('embedded-opentype'),

        url('fonts/Lato-Black_gdi.woff') format('woff'),

        url('fonts/Lato-Black_gdi.ttf') format('truetype'),

        url('fonts/Lato-Black_gdi.svg#Lato-Black') format('svg');

    font-weight: 900;

    font-style: normal;

    font-stretch: normal;

    unicode-range: U+0020-FEFF;

}

@font-face {

    font-family: 'latobold';

    src: url('fonts/lato-bold-webfont.eot');

    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/lato-bold-webfont.woff2') format('woff2'),

         url('fonts/lato-bold-webfont.woff') format('woff'),

         url('fonts/lato-bold-webfont.ttf') format('truetype'),

         url('fonts/lato-bold-webfont.svg#latobold') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'latolight';

    src: url('fonts/lato-light-webfont.eot');

    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/lato-light-webfont.woff2') format('woff2'),

         url('fonts/lato-light-webfont.woff') format('woff'),

         url('fonts/lato-light-webfont.ttf') format('truetype'),

         url('fonts/lato-light-webfont.svg#latolight') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'latomedium';

    src: url('fonts/lato-medium-webfont.eot');

    src: url('fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/lato-medium-webfont.woff2') format('woff2'),

         url('fonts/lato-medium-webfont.woff') format('woff'),

         url('fonts/lato-medium-webfont.ttf') format('truetype'),

         url('fonts/lato-medium-webfont.svg#latomedium') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'latoheavy';

    src: url('fonts/lato-heavy-webfont.eot');

    src: url('fonts/lato-heavy-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/lato-heavy-webfont.woff2') format('woff2'),

         url('fonts/lato-heavy-webfont.woff') format('woff'),

         url('fonts/lato-heavy-webfont.ttf') format('truetype'),

         url('fonts/lato-heavy-webfont.svg#latoheavy') format('svg');

    font-weight: normal;

    font-style: normal;



}



body{font-family: 'BrandonGrotesqueMedium' !important;}



a{text-decoration: none !important; transition:all 0.5s; color: #100a3c;}

a:focus{color: #100a3c !important;}

a:hover{text-decoration:none !important}

ul, li, p, h1, h2, h3, h4, h5, h6{padding:0; margin: 0; }



p{font-size: 20px; font-family:'LatoRegular' ; font-weight: normal; margin:  0 ; line-height: 30px; color: #100A3C; }



h1{font-size: 42px; font-family:'LatoBlack'; font-weight: normal; color: #100A3C; text-transform: uppercase;}

h2{font-size: 68px; font-family:'latolight'; font-weight: normal;}

h3{font-size: 26px; font-family:'latomedium'; font-weight: normal; text-transform: uppercase;}

h4{font-size: 24px; font-family:'LatoRegular'; font-weight: normal; line-height: 38px;}

h5{font-size: 47px; font-family:'latolight'; font-weight: normal; line-height: 38px; color: #fff;}



.blue-text{color: #100A3C;}

.white-text{color: #fff;}

.blk-text{color: #000;}



.full-width-container, section{width: 100%; float: left;}

.full-width-input { width: 100%; max-width: 500px; }
.loading-spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/loading-gif.gif);
    background-size: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 999999;
}



img{max-width: 100%;}

.borderTransition{position: relative;}

.borderTransition:after{background-color: #fff; bottom: -7px; content: ""; height: 1px; left: 50%; position: absolute; right: 50%; transition-duration: 0.3s; transition-property: left, right;transition-timing-function: ease-out; z-index: 1;}

.borderTransition:hover:after{left: 0; right: 0;}



.borderTransition-white:after { background-color: #100A3C !important; }



/* headersection */

.header-section{background-color: #fff; z-index: 10001; padding:27px 0 70px;}

.header-section .container{ position: relative;}



ul.nav{margin:65px auto 0; float: left; width: 100%;}

ul.nav li{margin:0 4%;}

.navbar{margin-bottom: 0;}

.navbar-inverse .navbar-nav > li > a{padding:4px 8px !important; font-family:'LatoBlack' !important; font-size: 17px; color: #100A3C; position: relative; text-transform: uppercase;}

.navbar-inverse .navbar-nav > li > a:after{background-color: #100A3C; bottom: 0; content: ""; height: 2px; left: 50%; position: absolute; right: 50%; transition-duration: 0.3s; transition-property: left, right;transition-timing-function: ease-out; z-index: 1;}

.navbar-inverse .navbar-nav > li > a:hover:after{left: 0; right: 0;}

.navbar-inverse .navbar-nav > li > a:hover{color: #100A3C;}

ul.nav li.current-menu-item a:after{left: 0; right: 0;}

 

 ul.nav li:nth-child(1){margin-left: 0;padding-right: 2%;}

 ul.nav li:nth-child(4){margin: 0; float: right;}

 ul.nav li:nth-child(2){padding-right: 14%;}

 ul.nav li:nth-child(3){padding-left: 14%;}



.logo-holder{ margin: 0 auto; position: absolute; left: 47%; text-align: center; z-index: 1; text-align: center;

    transform: translatex(-50%);

    -moz-transform: translatex(-50%);

    -o-transform: translatex(-50%);

    -ms-transform: translatex(-50%);

}

.logo-holder a{ text-align: center; position: relative; z-index: 999999;}



.fixedNav.header-section{position: fixed; transition:all 0.5s; padding: 5px 0 24px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);}

.fixedNav .logo-holder img { width: 123px;}

.fixedNav ul.nav{margin: 15px auto 0;}

/*.fixedNav .nav.navbar-nav { float: none; width: 90%;}

.fixedNav .navbar-nav > li > a{font-size: 15px;}*/

/* Banner section */

.backgroundAttachment{background-attachment: fixed !important; background-size: cover !important;}

.banner-section{ height: 650px; clear: both;}





.banner-holder {background-image: url(images/baner-bkg.jpg); background-repeat: no-repeat; background-size:100% auto; height: 761px; }

.carousel { height: 100%;}

.carousel-inner {height: 100%;}

.carousel-inner > .item {height: 100%;}

.carousel-caption{top: 43%;}

.fa.fa-angle-right,.fa.fa-angle-left { height: 100%; position: absolute; top: 50%; vertical-align: middle; font-size: 28px; color: #000;}



/* Welcome */

.welcome-section{padding: 85px 0; }

.welcome-section h4{padding:20px 0; }

.welcome-section a{display: inline-block;}

.welcome-section a{color:#fff; }





/* milkshake */

.milkshake-section{background-size: cover; padding-top: 200px; height: 795px; background-position: top center;}

.milkshake-section h1{padding-bottom:10px; }

.milkshake-section a{display: inline-block; color: #100A3C;}

.milkshake-section a.borderTransition:after{background-color: #100A3C;}





/* choklate */

.choklate-section{background-size: cover; background-attachment: fixed; padding-top: 200px; height: 600px; background-position: bottom center;}

.choklate-section h1{padding-bottom:20px; }

.choklate-section a{display: inline-block; color: #fff;}

.milkshake-section a.borderTransition:after{background-color: #100A3C;}



/* Gallery */

.gallery-section{padding: 60px 0; background-size: cover; background-position: top center; }

.gallery-section h1{ font-family: 'latolight'; text-transform: capitalize; font-size: 68px; }

.glry-holder{padding: 80px 0 60px;}

.glry-holder a { width: 23.2%; float: left; margin: 0 20px 20px 0; display: inline-block; position: relative;border-radius: 11px;}

.glry-holder a:after{position: absolute; content: ''; width: 100%; height: 0; background: rgba(9,53,122,0.7); top: 100px; left: 0; text-align: center; color: #fff; line-height: 0px; font-family: 'OpenSansBold'; font-size: 15px; transition:all 0.5s; opacity: 0;}

.glry-holder a:before{position: absolute; content: ''; width: 83px; height: 83px; background: url('images/zoom-icon.png');top: 40%; left: 0; right: 0; margin: 0 auto; text-align: center; transition:all 0.5s; opacity: 0; z-index: 1;

    transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

}

.glry-holder a:hover:after{height: 100%; top:0; opacity: 1; line-height: 170px;}

.glry-holder a:hover:before{opacity: 1; top: 50%;}

.glry-holder a:last-child{margin: 0; }

.glry-holder a img{max-width: 100%;}





/*Footer Section*/

.fa {display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: -moz-block-height; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.fa:before { line-height: 33px;}

ul.social-icon{float:none; margin:0 auto; display: table; }

ul.social-icon li {list-style-type: none;float: left; margin: 0 7px;}

ul.social-icon li a i {background:#fff;color: #100d3a; width: 32px;height: 32px; font-size: 19px;text-align: center;margin-left: 1px; transition: all 0.5s ease-in-out; border-radius:50%;}

ul.social-icon li a:hover .fa-facebook {background:#3b5997 !important;}

ul.social-icon li a:hover .fa-instagram {background:#527fa4 !important;}

ul.social-icon li a:hover .fa-twitter {background:#29c5f6 !important; }

ul.social-icon li a:hover .fa {color: #fff !important;}



.fotter-section{background-color: #100d3a; padding: 65px 0 90px; color: #fff;}

.footerNav { display: table; margin: 35px auto 0; text-align: center;}

.footerNav > li { display: inline-block;  margin: 0 20px;}

.footerNav li a { font-size: 18px; font-family: 'LatoRegular'; text-transform: uppercase; color: #fff;  position: relative;}

.footerNav li > a:after{background-color: #fff; bottom: -2px; content: ""; height: 1px; left: 50%; position: absolute; right: 50%; transition-duration: 0.3s; transition-property: left, right;transition-timing-function: ease-out; z-index: 1;}

.footerNav li > a:hover:after{left: 0; right: 0;}



.footerLink { display: table; margin: 30px auto; text-align: center;}

.footerLink > li { display: inline-block; float: left; padding: 0 20px; position: relative;}

.footerLink > li:after{position: absolute; content: '|'; right: 0; top: 0;font-size: 16px; font-family: 'LatoRegular'; color: #fff; }

.footerLink > li:last-child:after{display: none;}

.footerLink li a { font-size: 16px; font-family: 'LatoRegular'; color: #fff; }

.copyright-text{font-size: 12px; font-family: 'LatoRegular'; color: #fff;}





/*About*/

.about-top-section{position: relative;}

.about-top-section img{width: 100%;}

.about-top-section p { padding-right: 18px; width: 49%;}

.page-title{padding: 25px 0; background: url('images/page-title-bkg.jpg') repeat-x;}

.about-btm-content{padding: 100px 0;}

.about-top-section .container { left: 0; position: absolute; right: 0; top: 70px; }



/*Our Works*/

.sectionPadding{padding: 50px 0;}

.ourMenu-bkg{position: relative;}

.ourMenu-bkg img{width: 100%;}

.ourMenu-bkg h1{position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; 

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.shake-bkg{}

.our-menuIntro p{ padding-right: 29px;}



.each-menuContent{ widows: 100%; float: left; margin-bottom: 25px; padding-right: 28px;}

.subHeading{font-size: 24px; font-family: 'latoheavy'; padding-bottom: 25px;}

.menuTitle, .menuPrice{ font-family: 'latobold';}

.menuDes{padding: 3px 0;}







/*Contact*/

.strong{font-family: 'latobold'; padding-bottom: 3px;}

.contact-form-holder{padding-top: 40px;}

.inp-rw{padding-bottom: 20px;}

.contact-form-holder .con-inp, .contact-form-holder textarea.con-inp {

    background-color: #ebebeb;

    border: 1px solid #898989;

    color: #000;

    height: 37px;

    margin: 5px 0 3px;

    padding: 8px;

    width: 100%;

}

.contact-form-holder textarea.con-inp {

    height: 200px;

}

.rightContact-info .strong {

    display: block;

}

.inp-rw p span{font-family: 'latobold';}

.conBtn{font-family: 'latobold'; font-size: 19px; background: #171e57; color: #fff; padding: 9px 20px; border: none; margin-right: 20px; border:solid 1px transparent; transition:all 0.5s;}

.conBtn:hover, .locatinLink:hover{border-color: #171e57; background-color: transparent; color: #171e57;}

.clearBtn{background: #999999;}

.phn-text{padding: 30px 0 40px;}

span.wpcf7-not-valid-tip{float: left; width: 100%; padding-left: 5px; font-size: 14px; line-height: 16px;}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok { border: 2px solid #171e57; color: red; text-align: center;}

.locatinLink{font-family: 'latobold'; font-size: 19px; background: #171e57; color: #fff; padding: 9px 20px; border: none; margin-right: 20px; border:solid 1px transparent; transition:all 0.5s; max-width: 100%; text-transform: uppercase; display: inline-block;}

.rightContact-info img { margin-top: 90px;}





/*Location*/

.wpsl-search{display: none;}

#wpsl-wrap{margin-top: 30px; border-top: solid 1px #171e57;}

.wpsl-gmap-canvas{width: 100% !important; height: 500px !important;}

#wpsl-result-list{width: 100% !important; height: 250px !important; padding: 30px 0; }

.wpsl-store-location p strong{text-transform: uppercase; padding-bottom: 7px; display: inline-block; }

.wpsl-store-location span { font-size: 18px; line-height: 16px;}

#wpsl-wrap #wpsl-result-list li{width: 47% !important; margin:7px 20px 0 0 !important;  border:none !important; float: right;}

#wpsl-stores .wpsl-store-thumb{float: left; margin: 0 20px 0 0;}

.wpsl-store-location a{position: relative;}

.wpsl-store-location a:after{background-color: #100A3C; bottom: 0; content: ""; height: 2px; left: 50%; position: absolute; right: 50%; transition-duration: 0.3s; transition-property: left, right;transition-timing-function: ease-out; z-index: 1;}

.wpsl-store-location a:hover:after{left: 0; right: 0;}

.wpsl-store-location a:hover{color: #100a3c;}

.wpsl-direction-wrap, .entry-utility, .entry-meta, #comments{display: none !important;}





.wpsl-locations-details span, .wpsl-contact-details, .wpsl-opening-hours{font-size: 20px; font-family:'LatoRegular' ; font-weight: normal; margin:  0 ; line-height: 30px; color: #100A3C; }

.wpsl-locations-details span strong {

    font-size: 23px;

    text-transform: capitalize;

}

.wpsl-store-location .wpsl-contact-details {

    clear: none;

}

button.map-link {

    background: #100a3c none repeat scroll 0 0;

    border: medium none;

    color: #fff;

    font-size: 16px;

    font-weight: bold;

    margin: 5px 0 10px;

    padding: 3px 15px;

}

#wpsl-gmap{margin-top: 40px;}

#wpsl-result-list > div#wpsl-stores, #wpsl-gmap ul {

    float: left;

    width: 100%;

}

#wpsl-result-list > div#wpsl-stores{height: auto !important;}

#wpsl-wrap #wpsl-result-list li:nth-child(2n) {

    float: left;

}

#wpsl-wrap #wpsl-result-list li:nth-child(2n) .wpsl-store-location a{width: 100%; display: inline-block;}



.page-id-7 strong a{display:block;width:100%;}

.page-id-181 .about-btm-content{display:none}

.clasic {height:10px !important;width:100%}

.clasic-new{height:150px !important}

.loaction-holder {
    min-height: 450px;
}


@media screen and (max-width: 359px) and (min-width: 320px){

.footerNav li {

    margin: 0 5px;

     float: none;

}

.footerNav li a {

    font-size: 11px !important;

}

.subHeading {

   

    padding-top: 20px;}

.footerNav > li{float:none !important}

}

@media screen and (max-width: 970px) and (min-width: 768px){

.logo-holder img {

    width: 80% !important;

}

.footerNav li a {

    font-size: 13px !important;}

.spc{margin:20px 0 0 0}

.home h3 {

   

    padding-top: 20px;

}

.subHeading {

    

    padding-top: 20px;

}

}



@media screen and (max-width: 479px) and (min-width: 360px){

.clasic-new {

    height: 90px !important;

}

.footerNav li {

   float:none !important;

}

.home h3 {

   

    padding-top: 20px;

}

.subHeading {

    

    padding-top: 20px;

}

}



@media screen and (max-width: 1024px) and (min-width: 980px){

.footerNav li a {

    font-size: 16px !important;}

.spc img{width:100% !important; height:auto !important}

.logo-holder{ margin: 0 auto; position: absolute; left: 48% !important;}

.home h3 {

   

    padding-top: 20px;

}

.subHeading {

    

    padding-top: 20px;

}

}

#post-181{padding-bottom:10px}



@media screen and (max-width: 1099px) and (min-width: 971px){

.each-menuContent {

   

    height: 180px;

}

.locatinLink {

    padding: 9px 10px !important;}

}



@media screen and (max-width: 375px) and (min-width: 320px) {

    .banner-section { background-attachment: scroll !important; }

    .choklate-section { background-attachment: scroll !important; }


   
}

@media screen and (max-width: 500px) {

    .milkshake-section,
    .choklate-section {
        position: relative;
    }

    .milkshake-section .container,
    .choklate-section .container {
         position: relative;
         z-index: 2;
    }

    .milkshake-section:after,
    .choklate-section:after {
        content: "";  
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
 
    }

    .milkshake-section span,
    .milkshake-section span a,
    .choklate-section span,
    .choklate-section span a{
        color: #fff !important;
    }

    body .choklate-section {
        height: 270px;
    }

}