/*
Theme Name: Spicy Brocoli Base
ThemeTheme URI: http://spicybroccoli.comDescription: Spicy Broccoli template for WordPress sites. Good for you company's health!Author: Spicy Broccoli MediaAuthor URI: http://spicybroccoli.com/Version: 1.1License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.html*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
@font-face {
    font-family: 'FestivoLetters';
    src: url('css/webfont/FestivoLetters.eot?#iefix') format('embedded-opentype'), url('css/webfont/FestivoLetters.otf') format('opentype'), url('css/webfont/FestivoLetters.woff') format('woff'), url('css/webfont/FestivoLetters.ttf') format('truetype'), url('css/webfont/FestivoLetters.svg#FestivoLetters') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1;
    background-color: #ffffff;
    color: #353535;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 15px;
}
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #71a3b4;
}
a,
a *,
a:before,
a:after,
.btn,
section#top-contact .social-media ul li a,
section#top-contact .social-media ul li a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.img-center {
    display: block;
    margin: 0 auto;
}
.no-padding {
    padding: 0 !important;
}
.container,
.container-wide {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1240px) {
    .container {
        width: 1200px;
    }
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -20px;
    margin-left: -20px;
}
.clearfix:after,
.container:after,
.row:after,
.package-wrapper {
    content: "";
    display: table;
    clear: both;
}
/* COLUMNS CONFIGURATION */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 667px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/* END COLUMNS CONFIGURATIONS */
/* SECTION CONFIG  */

.font-amatic {
    font-family: 'Amatic SC', cursive;
}
.section-space {
    padding: 60px 0;
}
/* END SECTION CONFIG */
/* STRIPS */

.strip {}.strip-green {
    background-color: #bbdcbf;
}
.strip-grey {
    background-color: #e9e9e9;
}
.strip-purple {
    background-color: #e5ddf4;
}
/* STRIP DOWNLOAD */

.strip-download {
    margin: 20px 0;
    position: relative;
}
.strip-download .strip-purple {
    height: 60px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.form-function .form-title,
.strip-download .download-btn {
    display: block;
    background: url(images/icons/icon_download.png) 97% center no-repeat #dfd4f1;
    width: 100%;
    max-width: 520px;
    height: 88px;
    z-index: 998;
    position: relative;
    border: 4px solid #fff;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.strip-download .download-btn:hover {
    animation: animatedBackground 1s linear no-repeat;
}
@keyframes animatedBackground {
    from {
        background-position: 97% 50%;
    }
    to {
        background-position: 97% 75%;
    }
}
.form-function-form {
    padding: 35px 40px;
}
.form-function-form .row {
    margin-bottom: 35px;
}
.form-function-form strong {
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.form-function-form .title {
    display: block;
    margin-bottom: 20px;
}
.form-function-form .instructions {
    font-size: 13px;
    margin-bottom: 20px;
    font-style: italic;
}
.form-function-form input {
    border: 0px;
    height: 60px;
}
.form-function-form textarea {
    border: 0px;
    height: 160px;
    padding-top: 15px;
}
.form-function-form .btn {
    border: 3px solid #fff;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background: none;
    color: #353535;
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.form-function-form .btn:hover {}span.wpcf7-list-item {
    margin-left: 0;
    height: 40px;
    display: block;
    font-weight: 300;
}
span.wpcf7-form-control.wpcf7-radio.underage > span {
    float: left;
    width: 80px;
    margin-bottom: 20px;
}
/* radios anbd checks*/

input[type="radio"],
input[type="checkbox"] {
    display: none;
}
input[type="radio"] ~ label,
input[type="checkbox"] ~ label,
input[type="radio"] ~ span,
input[type="checkbox"] ~ span {
    cursor: pointer;
}
input[type="radio"]:empty ~ label:before,
input[type="checkbox"]:empty ~ label:before,
input[type="radio"]:empty ~ span.wpcf7-list-item-label:before,
input[type="checkbox"]:empty ~ span.wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
    margin-right: 8px;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #fff;
}
input[type="radio"]:empty ~ label:before,
input[type="radio"]:empty ~ span.wpcf7-list-item-label:before {
    border-radius: 50%;
}
input[type="radio"]:empty ~ label:hover:before,
input[type="radio"]:empty ~ span.wpcf7-list-item-label:hover:before {
    border-color: #ccc;
}
input[type="radio"]:checked ~ label:before,
input[type="radio"]:checked ~ span.wpcf7-list-item-label:before,
input[type="radio"]:checked ~ label:hover:before,
input[type="radio"]:checked ~ span.wpcf7-list-item-label:hover:before {
    background: url(images/icons/icon_inputs.png) no-repeat right center #fff;
    border-radius: 50%;
}
input[type="checkbox"]:empty ~ label:before,
input[type="checkbox"]:empty ~ span.wpcf7-list-item-label:before {}input[type="checkbox"]:empty ~ label:hover:before,
input[type="checkbox"]:empty ~ span.wpcf7-list-item-label:hover:before {
    border-color: #ccc;
}
input[type="checkbox"]:checked ~ label:before,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked ~ label:hover:before,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:hover:before {
    background: url(images/icons/icon_inputs.png) no-repeat left center #fff;
}
/* END SECTION MAIN-NAVIGATION */
/* SECTION HERO */

section#hero-image {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
/* END SECTION HERO */
/* BTNS */

.btn-wrapper {
    display: table;
    margin: 0 auto;
}
a.btn,
.btn {
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #4a455c;
    color: #fff;
    font-size: 16px;
}
.btn:hover,
a.btn:hover,
.form-function-form .btn:hover {
    background-color: #71a3b4;
    color: #fff;
}
/* END BTNS */
/* BGS & colors */

.bg-blue {
    background-color: #33C2DC;
}
.bg-red {
    background-color: #ED145B;
}
.bg-orange {
    background-color: #FAAF40;
}
/* END BGS */
/* SLIDER */

section.slider {
    position: relative;
}
/* CAROUSEL CONFIG */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 100%;
    max-width: 684px;
    padding-left: 0;
    margin-left: -342px;
    text-align: center;
    list-style: none;
    /*background: url(images/bgs/bg_shadow.png) no-repeat;*/
    background-size: cover;
    height: 46px;
    padding-top: 15px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e3e3e3;
    border-radius: 10px;
    margin: 0 3px;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #4a455c;
}
/* END CAROUSEL*/
/* END SLIDER */
/* SECTION HEADER */

header {
    background: #ffffff;
    height: 161px;
    position: relative;
    -moz-border-image: url("images/bgs/bg_header.png") 2% stretch stretch;
    -webkit-border-image: url("images/bgs/bg_header.png") 2% stretch stretch;
    border-image: url("images/bgs/bg_header.png") 2% stretch stretch;
    border-style: solid;
    border-width: 5px;
    margin: 15px;
}
.menu-trigger {
    display: none !important;
}
section#branding {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -68.5px;
    margin-left: -141px;
}
section#top-contact {
    margin-top: -55px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 185px;
}
section#top-contact .contact {
    font-weight: 900;
    text-align: right;
    display: block;
    padding-right: 10px;
}
.contact div div {
    float: right;
}
section#top-contact .social-media {
    display: block;
    margin: 0 10px 0 0;
}
section#top-contact .social-media ul {
    float: right;
}
section#top-contact .social-media ul li {
    display: inline-block;
    padding: 0 2px;
}
section#top-contact .contact .address .address-img a,
section#top-contact .contact .phone .phone-img a,
section#top-contact .social-media ul li a {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 36px;
    width: 36px;
    display: block;
}
section#top-contact .social-media ul li a:hover {
    background-size: 100%;
}
section#top-contact .social-media ul li.facebook a {
    background-image: url(images/icons/icon_sm_f.png);
}
section#top-contact .social-media ul li.insta a {
    background-image: url(images/icons/icon_sm_i.png);
}
section#top-contact .contact .phone .phone-img a.phone-icon {
    background-image: url(images/icons/icon_phone.png);
}
section#top-contact .contact .address .address-img a.place-icon {
    background-image: url(images/icons/icon_place.png);
}
.phone-txt span {
    display: block;
    font-size: 90%;
    margin-top: 4px;
}
.address-txt {
    font-size: 95%;
    margin-top: 3px;
}
/* END SECTION HEADER */
/* SECTION main-navigation */

section#main-navigation {
    position: absolute;
    bottom: -90px;
    width: 100%;
    z-index: 999;
}
section#main-navigation nav {
    background: rgba(255, 255, 255, .85);
    width: 100%;
}
section#main-navigation nav ul {
    display: table;
    margin: 0 auto;
}
section#main-navigation nav ul li {
    display: inline-block;
}
section#main-navigation nav ul li a {
    display: block;
    text-transform: uppercase;
    padding: 15px 4px;
    margin: 0 17px;
    letter-spacing: 2px;
    position: relative;
}
section#main-navigation nav ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #71a3b4;
    left: 0;
    bottom: 8px;
    visibility: hidden;
    opacity: 0;
}
section#main-navigation nav ul li a:hover:after {
    visibility: visible;
    opacity: 1;
}
/* END SECTION main-navigation */
/* SECTION SLIDER */

section#slider .item {
    height: 545px;
}
section#slider .slider-content-wrapper {
    height: 100%;
    width: 100%;
    display: table;
    background-position: 50% 50% !important;
    background-size: cover;
}
section#slider .slider-content {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
section#slider .slider-content-wrapper .slider-box {
    -moz-border-image: url("images/bgs/bg_border.png") 11% stretch stretch;
    -webkit-border-image: url("images/bgs/bg_border.png") 11% stretch stretch;
    border-image: url("images/bgs/bg_border.png") 11% stretch stretch;
    border-width: 25px;
    width: 85%;
    max-width: 600px;
    padding: 20px 5px;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    border-style: solid;
}
section#slider .slider-content-wrapper .slider-box.bg {
    background-color: rgba(0, 0, 0, 0.2);
}
section#slider .slider-content-wrapper .slider-box h1,
section#slider .slider-content-wrapper .slider-box h2 {
    font-family: 'FestivoLetters';
    font-size: 68px;
}
section#slider .slider-content-wrapper .slider-box .slider-blurb {
    font-size: 41px;
    font-weight: 900;
    margin-top: 20px;
}
/* END SECTION SLIDER */
/* SECTION homeTiles */

section#homeTiles {}section#homeTiles nav.tiles-wrapper {
    margin: 0 -10px;
    overflow: hidden;
}
section#homeTiles nav.tiles-wrapper ul li {
    width: 25%;
    padding: 0 10px;
    height: 240px;
    float: left;
}
section#homeTiles nav.tiles-wrapper ul li a {
    display: table;
    height: 100%;
    width: 100%;
    background-color: #ccc;
    background-size: cover;
}
section#homeTiles nav.tiles-wrapper ul li a div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
section#homeTiles nav.tiles-wrapper ul li a span {
    padding: 25px 0;
    background-color: rgba(255, 255, 255, .85);
    width: 85%;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 21px;
}
section#homeTiles nav.tiles-wrapper ul li a:hover span {
    padding: 90px 0;
}
/* END SECTION homeTiles */
/* FORMS */

input,
textarea {
    height: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #989898;
    padding: 0 10px;
}
textarea {
    height: 100px;
}
input[type="button"],
input[type="submit"] {
    width: auto;
    cursor: pointer;
    border: 0;
    padding: 0 20px;
}
form span input,
form span textarea {
    margin-bottom: 20px;
}
/* END FORMS */
/* SECTION signUp */

section#signUp {
    padding: 30px 0 15px 0;
    /* margin-bottom: 70px; */
}
section#signUp .txt {
    text-align: right;
    line-height: 30px;
}
section#signUp .form input {
    float: left;
}
section#signUp .form input:first-child {
    width: 55%;
}
/* END SECTION signUp */
/* SECTION contact */

section#contact {
    background-image: url("images/bgs/bg_contact.jpg");
    background-position: center center;
    background-size: cover;
}
.page-id-7 #content div.entry-content h2,
section#page-content h2,
section#page-content h3,
section#page-content h4,
section#page-content h4,
section#contact h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
    color: #71a3b4;
    margin-bottom: 35px;
    text-align: center;
}
.page-id-7 #content div.entry-content h2 {
margin: 35px 0 0;
}

section#contact form {
    margin-left: 20%;
}
section#contact .contact-info img {
    margin-bottom: 30px;
}
section#contact .contact-info span {
    display: block;
    text-align: center;
    line-height: 25px;
}
.page-id-15 section#contact {
    padding-top: 120px;
}
.page-id-15 section#contact .contact-info,
.page-id-15 section#contact .contact-form {
    width: 100%;
}
.page-id-15 section#contact .contact-info img {
    display: none;
}
.page-id-15 section#contact form {
    width: 450px;
    margin: 0 auto !important;
    padding-top: 50px;
}
/* END SECTION contact */
/* SECTION copyright */

section#copyright {
    background-color: #1f2224;
    padding: 25px 0;
    color: #999;
    font-size: 12px;
}
section#copyright .txt {
    text-align: left;
    line-height: 39px;
    font-weight: 200;
}
section#copyright .sbm {
    text-align: right;
}
/* END SECTION copyright */
/* SECTION page-content */

section#page-content .content {
    width: 820px;
    margin: 0 auto;
    text-align: center;
}
section#page-content .form-function-form .content {
    width: 100%;
}
/* END SECTION page-content */
/* SECTION whatson-listing-wrapper */

ul.whatson-listing {
    overflow: hidden;
}
ul.whatson-listing li {
    width: 20%;
    float: left;
    padding: 0 20px;
}
ul.whatson-listing.sport-guide li {
    width: 20%;
    margin-bottom: 20px;
}
ul.whatson-listing li .title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 25px;
}
ul.whatson-listing li .description {
    text-align: center;
    margin: 25px 15px;
    line-height: 25px;
    font-weight: 300;
}
/* END SECTION SECTION */
/* SECTION function-types */

.function-types {}section#page-content .function-types h3 {
    font-size: 36px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
section#page-content .function-types h3:before,
section#page-content .function-types h3:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 23%;
    left: 0;
    top: 50%;
    background-color: #71a3b4;
}
section#page-content .function-types h3:before {
    left: auto;
    right: 0;
}
.menu-section ul,
section#page-content .function-types ul {
    overflow: hidden;
}
.menu-section ul li,
section#page-content .function-types ul li {
    float: left;
    width: 33.33334%;
    text-align: center;
    padding: 0 15px;
}
section#page-content .function-types ul li .description {
    font-size: 15px;
    min-height: 30px;
}
section#page-content .function-types ul li .title {
    font-size: 20px;
    position: relative;
    line-height: 45px;
    text-transform: uppercase;
}
section#page-content .function-types ul li .title:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 52px;
    left: 10%;
    top: 50%;
    margin-top: -15px;
    background-repeat: no-repeat;
    background-position: center center;
}
section#page-content .function-types ul li:nth-child(1) .title:after {
    background-image: url(images/icons/icon_functions_01.png);
}
section#page-content .function-types ul li:nth-child(2) .title:after {
    background-image: url(images/icons/icon_functions_02.png);
}
section#page-content .function-types ul li:nth-child(3) .title:after {
    background-image: url(images/icons/icon_functions_03.png);
}
section#page-content .function-types ul li .image {
    margin-top: 30px;
}
section#page-content .function-types ul li .image img {
    width: 100%;
    height: auto;
    max-width: 370px;
}
.form-function .form-title {
    top: -20px;
    background-color: #e3e3e3;
    background-image: url(images/icons/icon_form.png);
}
.strip-video {
    margin-top: 70px;
}
.video-wrapper .video {
    width: 75%;
    margin: 0 auto;
}
/* END SECTION function-types */
/* SECTION SECTION */

.menu-dinein .title-wrapper {
    background-image: url(http://preview.spicybroccolitesting.com.au/ivanhoe/wp-content/themes/spicybroccoli/images/bgs/bg_menu_dinein.jpg);
}
.menu-drinks .title-wrapper {
    background-image: url(http://preview.spicybroccolitesting.com.au/ivanhoe/wp-content/themes/spicybroccoli/images/bgs/bg_menu_drinks.jpg);
}
.menu-takeaway .title-wrapper {
    background-image: url(http://preview.spicybroccolitesting.com.au/ivanhoe/wp-content/themes/spicybroccoli/images/bgs/bg_menu_takeaway.jpg);
}
.menu-section .title-wrapper {
    height: 220px;
    background-position: center center;
    background-size: cover;
    display: table;
    width: 100%;
}
.menu-section .title-wrapper .title {
    display: table-cell;
    vertical-align: middle;
}
.menu-section .title-wrapper .title h2 {
    width: 70%;
    background-color: rgba(255, 255, 255, .85);
    margin: 0 auto !important;
    font-size: 21px !important;
    font-family: initial !important;
    color: #353535 !important;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 18px;
}
.menu-section .title-wrapper .title h2 span {
    display: block;
    text-transform: none;
    font-size: 14px;
}
.menu-section .description .title {
    font-size: 20px;
}
.menu-section .description {
    margin-top: 40px;
    min-height: 245px;
}
.menu-section .description strong {
    font-weight: 500;
}
.menu-section .buttons {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#whats-on-menu ul li a,
.call-find-btns a,
.menu-section .buttons a {
    display: block;
    width: 48%;
    padding: 10px;
    background-color: #dfd4f1;
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
position:relative;
z-index:100;
}
/* .call-find-btns a {
    background: #000;
    color: #fff;
}*/

.call-find-btns a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
}
.menu-section .two .buttons a {
    width: 48%;
    float: left;
    padding: 10px;
    margin: 1%;
}
/* END SECTION SECTION */

.title-reserve {
    font-size: 20px;
    letter-spacing: 1.4px;
    display: block;
    margin-top: 30px;
    font-weight: 400;
}
.call-find-btns {
    display: none;
}

.slider-box {
display:none;
}
.col-sm-7 .form .wpcf7-form .your-email input {
color:rgb(53, 53, 53)
}

.col-sm-7 .form .wpcf7-form input[type="submit"] {
    background-color: #4a455c;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

#menu-primary-menu.menu li ul.sub-menu {
    margin-left: -11px;
    padding-left: 10px;
    position: absolute;
    top: 46px;
	visibility: hidden;
	opacity:0;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
}
#menu-primary-menu.menu li:hover ul.sub-menu {
	visibility: visible;
	opacity:1;
}

section#instagram h2.font-amatic {
    color: #71a3b4;
    font-family: "Amatic SC",cursive;
    font-size: 50px;
    margin-bottom: 35px;
    text-align: center;
}


.page-id-278 .content{
width:100%;
}
.page-id-278 #page-content.section-space {
padding-top:90px;
}

/* WordPress Gallery
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
    height: auto;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.form-function.strip-grey div.form-function-form div#wpcf7-f73-p4-o1.wpcf7 form.wpcf7-form div.wpcf7-form-control-wrap div.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div {
margin: 0 auto;
}
#signUp span.wpcf7-not-valid-tip {
float:left;
}

#whats-on-menu ul {
    margin: 35px 0 0;
    text-align: center;
}
#whats-on-menu ul li {
    display: inline-block;
}
#whats-on-menu ul li a {
    display: block;
    width: 150px;
    margin: 0 10px;
}
#whats-on-menu ul li.current-menu-item a {
    background-color: #71a3b4;
    color: #fff;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
    background-color: #fff !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message {
    color: #4a455c !important;
}
.home .hustle-modal {
    max-width: 300px;
}

.home .datefield > span {
    width: 33.334%;
    float: left;
}
.home .datefield > label {
    display: block;
}
input#mce-EMAIL {
    width: 100% !important;
}

div.grecaptcha-badge {
    display: none !important;
}