/*
Theme Name: lakascafeteria

*/

@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:700,900&subset=latin-ext');

/* font-family: 'Roboto', sans-serif; */


/* Reset */
html,body,div,span,applet,object,iframe,input,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td, footer, header, section, textarea,data {
    margin:0;
    padding:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input, textarea ,a, img { outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none }

/* General Section */
html, body, textarea, input {
    font-size:12px;
    -webkit-text-size-adjust:none;
}
header, footer, nav, section { display:block }
.fleft { float:left }
.fright { float:right }

button, input, textarea { outline: none }
a { text-decoration: none }
label { cursor: pointer }

a { transition: all 0.5s ease }
button, label { cursor: pointer }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}
section.top {
    height: 480px;
    background: #aef0ff url(assets/images/header.jpg) no-repeat center top;
    width: 100%;
    border-bottom: 13px solid #cef4a2;
    text-align: center;
    padding-top: 50px;
}
h1,
h2,
h3 {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff9900;
    padding-bottom: 20px;
    margin-bottom: 5px;
    position: relative;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h1:after,
h2:after,
h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 92px;
    margin-left: -46px;
    background: #ff9900;
}
.form h2 {
    color: #fff;
}
.form h2:after {
    background: #fff;
}
p {
    font-size: 15px;
    color: #585858;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
}
.top p {
    max-width: 620px;
    display: inline-block;
}
.grayBg {
    background: #f5f5f2 url(assets/images/bg_1.jpg) no-repeat center bottom;
    padding-bottom: 145px;
}
.pt35 { padding-top: 45px }
.pb35 { padding-bottom: 45px }

p.mw-870 { max-width: 870px; display: inline-block }

.form {
    background: #303030 url("assets/images/bg_2.jpg") no-repeat bottom center;
}

footer {
    background: #222222;
    padding: 16px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.nf-form-fields-required {
    font-size: 15px;
    color: #a0a0a0;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 20px 0;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
    width: 365px !important;
    max-width: 100% !important;
    height: 41px;
    line-height: 41px;
    background: transparent;
    padding: 0 15px;
    border: 1px solid #565656;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #a0a0a0 !important;
}
#ninja_forms_required_items, .nf-field-container {
    margin: 0 !important;
}
.nf-error-msg.nf-error-field-errors,
.nf-error-wrap.nf-error {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    line-height: 0;
}
.field-wrap.nf-fail.nf-error input {
    border-color: #ff9900;
}
.field-wrap>div input[type=button] {
    width: 180px !important;
    height: 43px;
    line-height: 41px;
    border-color: #ff9900;
    color: #ff9900;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0;
}
.field-wrap>div input[type=checkbox] {
    width: 24px !important;
    height: 24px !important;
    line-height: 22px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
.nf-field-label label {
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    color: #a0a0a0;
    font-size: 15px;
    margin-top: -5px !important;
}
.label-right .nf-field-label { text-align: left; padding: 0 0 0 10px !important; }
.label-right .nf-field-label span { display: none !important; }
.ninja-forms-field.nf-element.nf-checked {
    background: #ff9900;
    border-color: #ff9900;
}
.label-right .checkbox-wrap .nf-field-element { width: auto !important }
.field-wrap.checkbox-wrap {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}

@media (max-width: 768px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    p {
        font-size: 12px;
        line-height: normal;
    }
}