/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     Risotto
Version:     1.0.8
Primary use: Restaurant template

------------------------------------------------------------------
[General Styles]
*/

body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    font-size: 14px;
    color: #898989;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #e78538;
    color: #fff !important;
}

::-webkit-selection {
    background: #e78538;
    color: #fff !important;
}

::selection {
    background: #e78538;
    color: #fff !important;
}

/* Hide search icon on iPhone 5/6 portrait */

@media (max-width: 375px) {
    .hidden-xxs {
        display: none;
    }
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #5398d2;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #e78538;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #222222;
}

p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
blockquote {
    margin: 0 0 20px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
    color: #222222;
}

h1,
.h1 {
    font-size: 48px;
    font-weight: 900;
}

h2,
.h2 {
    font-size: 44px;
    font-weight: 900;
}

h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 28px;
}

h5,
.h5 {
    font-size: 22px;
}

h6,
.h6 {
    font-size: 18px;
}

blockquote {
    font-family: "Suranna", Arial, serif;
    line-height: 1.4;
    font-weight: 400;
    font-size: 26px;
    color: #222222;
    border: 0;
    text-align: center;
    padding: 35px 0;
}

.lead {
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
}

.color-white {
    color: #ffffff !important;
}

.color-blue {
    color: #5398d2 !important;
}

.color-link-blue {
    color: #5398d2 !important;
}

.color-link-blue:hover {
    color: #e78538 !important;
}

.color-orange {
    color: #e78538 !important;
}

[class*="color-"] *:not(.btn) {
    color: inherit !important;
}

[class*="color-"] a:not(.btn) {
    color: inherit !important;
}

[class*="color-"] a:not(.btn):hover,
[class*="color-"] a:not(.btn):focus {
    opacity: 0.7;
}

.small-text {
	 font-size: 10px;
}


/*------------------------------------------------------------------
[Forms]
*/

.form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0px;
    background-color: #EFEFEF;
    color: #898989;
    font-size: 14px;
    padding: 10px;
    height: 32px;
}

.form-control:focus {
    border-color: #c78f53;
    box-shadow: none;
}

.form-group {
    margin-bottom: 15px;
}

/* --- [Form Sizes] --- */

.input-lg {
    height: 47px;
    font-size: 15px;
}

.input-sm {
    height: 39px;
    font-size: 13px;
}



/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    font-size: 14px;
    border-width: 2px;
    border-radius: 0;
    padding: 10px 28px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: 12px 32px;
    font-size: 15px;
}

.btn-sm {
    padding: 8px 24px;
    font-size: 13px;
}

/* --- [Button Colors] --- */

.btn.btn-brand {
    background-color: #e78538;
    border-color: #e78538;
    color: #fff;
}

.btn.btn-brand:hover,
.btn.btn-brand:focus {
    background-color: #5398d2;
    border-color: #5398d2;
    color: #fff;
}




/*------------------------------------------------------------------
[Tabs and Accordions]
*/

.panel-heading a {
    position: relative;
    display: block;
}

.panel-title {
    font-size: 18px;
}

.panel-default > .panel-heading {
    background: transparent;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-radius: 0;
    padding: 20px 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
}

.panel-heading a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0px;
    margin-top: -5px;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 1;
}

.panel-heading a.collapsed:after {
    content: "\f105";
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.panel-group .panel:last-child {
    border-bottom: 1px solid #eeeeee;
}



/*------------------------------------------------------------------
[Social Icons]
*/

.social-icons {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.social-icons > li {
    display: inline-block;
}

.social-icons > li > a {
    margin: 0 8px 8px 0;
  
}

.mini-social-icons {
	
	margin-left: 2px;
	margin-right: 2px;
}

@media (max-width: 991px) {
.mobile-top-10 {
	padding-top: 10px;
}
}


/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader {
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    background-color: transparent;
    border: 2px solid #5398d2;
    border-radius: 50%;
}

.loader:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 46px;
    height: 46px;
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #e78538 transparent transparent transparent;
    border-radius: 50%;
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
            animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
    -webkit-animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}


/*------------------------------------------------------------------
[Header & Navigation]
*/

.header.headroom--top {
    background: #000000;
}

.header.headroom--pinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.header.one-page-header.headroom--unpinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header {
    position: fixed;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    z-index: 1000;
    height: 90px;
    width: 100%;
    -webkit-transition: height 0.3s ease-out,
                        background 0.3s ease-out,
                        box-shadow 0.3s ease-out,
                        -webkit-transform 0.5s;
            transition: height 0.3s ease-out,
                background 0.3s ease-out,
                box-shadow 0.3s ease-out,
                -webkit-transform 0.5s;
            transition: height 0.3s ease-out,
                background 0.3s ease-out,
                box-shadow 0.3s ease-out,
                transform 0.5s;
            transition: height 0.3s ease-out,
                background 0.3s ease-out,
                box-shadow 0.3s ease-out,
                transform 0.5s,
                -webkit-transform 0.5s;
}

.header.headroom--not-top {
    background-color: #000000;
    height: 90px;
}

.header.header-dark {
    background-color: #000000;
}

.header .container {
    position: relative;
    display: table;
    height: 100%;
}

.nav-row {
    position: relative;
}

.inner-header {
    vertical-align: middle;
}

.inner-nav {
    text-align: center;
}

.extra-nav,
.inner-header {
    min-width: 200px;
}

.nav-toogle,
.inner-header,
.inner-navigation {
    display: table-cell;
    height: 100%;
}

.inner-nav,
.inner-navigation {
    width: 100%;
}

.inner-navigation-inline {
    display: inline-table;
    height: 100%;
    width: 100%;
}

.inner-nav,
.extra-nav {
    display: table-cell;
    height: 100%;
}

.extra-nav {
    white-space: nowrap;
}

.nav-toogle {
    display: none;
}

.inner-nav > ul,
.extra-nav > ul {
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner-nav > ul > li,
.extra-nav > ul > li {
    display: inline-block;
    height: 100%;
}

.inner-nav > ul > li > a,
.extra-nav > ul > li > a {
    display: block;
    padding: 0 15px;
    line-height: 24px;
    color: #ffffff;
    height: 100%;
}

.inner-nav > ul > li > a:hover,
.inner-nav > ul > li > a.active,
.extra-nav > ul > li > a:hover,
.extra-nav > ul > li > a.active {
    color: #e78538;
}

.inner-nav > ul > li > a::after,
.inner-nav > ul > li > a::before,
.extra-nav > ul > li > a::after,
.extra-nav > ul > li > a::before {
    content: "";
    display: block;
    height: 50%;
    height: 17px;
    height: calc(50% - 12px);
}


.extra-nav > ul {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
    margin-left: 20px;
}

.extra-nav > ul > li > a {
    font-size: 16px;
}


@media (min-width: 1292px) {
    .inner-navigation.collapse {
        display: table-cell !important;
    }
}

@media (max-width: 1291px) {
    .header {
        background: #000000 !important;
    }

    .nav-toogle {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }
	
	.white-link {
		color: #ffffff;
	}
	
	
	.white-link a:hover {
		color: #e78538;
	}


    .inner-navigation,
    .inner-navigation-inline,
    .inner-nav,
    .extra-nav {
        height: auto;
    }

    .inner-nav ul > li,
    .extra-nav ul > li {
        display: block;
        height: auto;
    }

    .inner-nav ul > li > a,
    .extra-nav ul > li > a {
        display: block;
    }

    .inner-nav ul > li > a::after,
    .inner-nav ul > li > a::before,
    .extra-nav ul > li > a::after,
    .extra-nav ul > li > a::before {
        content: none;
    }

    .inner-navigation {
        position: absolute;
        background: #000000;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
    }

    .inner-navigation.in {
        overflow-y: auto;
    }

    .inner-navigation-inline {
        display: block;
        padding: 30px 15px;
    }

    .inner-nav,
    .extra-nav {
        text-align: left;
        display: block;
    }

    .extra-nav ul {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .inner-navigation.collapse {
        display: none;
    }

    .inner-navigation.collapse.in {
        display: block;
    }

    .inner-nav > ul > li > a,
    .extra-nav > ul > li > a {
        padding: 10px 0;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    }

    .inner-nav > ul > li > a:hover,
    .extra-nav > ul > li > a:hover {
        background: transparent;
        padding: 10px 0;
    }

    .nav-box .form-control {
        width: 100%;
    }
	
	
}

@media (max-width: 767px) {
    .header .container {
        width: 100%;
    }

    .inner-navigation-inline {
        display: block;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.module,
.module-sm,
.module-xs {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 180px 0;
}

.module.divider,
.module-sm.divider,
.module-xs.divider {
    border-bottom: 1px solid #eeeeee;
}

.module-dark {
    background: #f5f5f5;
}

.module-black {
    background: #000000;
}

.module-blue {
    background: #5398d2;
}

.module-sm {
    padding: 90px 0;
}

.module-xs {
    padding: 45px 0;
}

.header + .wrapper .module:first-child {
    padding-top: 260px;
}

.header + .wrapper .module-sm:first-child {
    padding-top: 170px;
}

.header + .wrapper .module-xs:first-child {
    padding-top: 125px;
}

.module.parallax,
.module-sm.parallax,
.module-xs.parallax {
    background-color: transparent !important;
}

.module-header {
    margin: 0 0 90px;
}

.divider-line:after {
    display: block;
    background: #ce78538;
    content: " ";
    margin: 20px auto 20px 0;
    height: 2px;
    width: 100px;
}

.text-center .divider-line:after {
    margin: 30px auto 0;
}

.text-right .divider-line:after {
    margin: 20px 0 20px auto;
}


.skew {
	transform: skewY(-6deg);
}

.unskew {
	transform: skewY(6deg);
}

.moveup {
	position: relative;
	  top: -140px;
}

@media (max-width: 990px) {
    .pull-image .container div[class*='col-'] {
        position: relative;
        top: 0;
        -webkit-transform: none;
                transform: none;
    }
}

.side-background {
    position: relative;
    padding: 0;
}

.side-background .background-container {
    position: absolute;
    overflow: hidden;
    height: 100%;
    padding: 0;
    top: 0;
}

.side-background .background-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.side-background .content-side {
    padding-top: 180px;
    padding-bottom: 180px;
}

/*------------------------------------------------------------------
[Module Hero]
*/

.module-hero {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 0;
    height: 70vh;
    overflow: hidden;
}

.module-hero.parallax {
    background-color: transparent;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.fullheight {
    height: 110vh;
}

@media (max-width: 991px) {
    .module-hero {
        height: auto;
        padding: 240px 0;
    }
}



/*------------------------------------------------------------------
[Pages]
*/

.food-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.food-list > li {
    border-bottom: 1px dotted #d5d5d5;
    padding: 20px 0;
}

.food-list > li:first-child {
    padding: 0 0 20px;
}

.food-list > li:last-child {
    border: 0;
    padding: 20px 0 0;
}

.food-title,
.food-price {
    margin: 0 0 5px;
}

.food-description {
    margin: 0;
}

.food-price {
    text-align: right;
}

@media (max-width: 767px) {
    .page-title {
        text-align: center;
        margin-bottom: 10px;
    }
}




/*------------------------------------------------------------------
[Footer]
*/

.footer,
.footer-bottom {
    position: relative;
    background: #000000;
}

.footer a,
.footer-bottom a {
    color: #ffffff;
}

.footer a:hover,
.footer a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #e78538;
}

.footer {
    padding: 90px 0 40px;
    color: #ffffff;
}



.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}

.footer-bottom p,
.footer-bottom ul {
    margin: 0;
}

.footer-bottom .widget {
    margin: 10px 0;
}


@media (max-width: 991px) {
    .footer-bottom .widget,
    .footer-bottom .social-icons {
        text-align: center;
    }
}


/*------------------------------------------------------------------
[Show And Hide]
*/

@media (max-width: 767px) {
	.show-on-desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-on-mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.craig-on-desktop {
		display: none;
	}
}

@media (min-width: 992px) {
	.craig-on-tablet {
		display: none;
	}
}


.negative-margin-sixty {
	margin-top: -60px;
}