/*
Theme Name: Bumblebee
Author: Bumblebee Design
Description: Custom Wordpress Starter Theme
Version: 1.0
License: Private
Text Domain: bumblebee
*/
/******************************************************************************/
/*	!HTML RESET  */
/******************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 1em 0; }

/* Total reset for form items. But remember to deal with border, this one is left so we can see then more clearly yet */
input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 1px solid #ccc; }

/* @end */
/* @group drupal 7 specific reset */
/* reset list styles */
ul,
li,
ul.menu li,
ul.inline li,
.item-list ul,
.item-list ul li,
li.expanded,
li.collapsed,
li.leaf,
.item-list .pager li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none; }

/* reset to a few more elements */
.breadcrumb,
#comments,
.form-item,
.form-actions,
.filter-wrapper,
.book-navigation ul.menu,
.book-navigation .page-links {
  border: 0;
  margin: 0;
  padding: 0; }

.field .field-label {
  font-weight: normal;
  font-style: normal; }

/* reset zebra table style */
tr.even,
tr.odd {
  background-color: #fff;
  border-bottom: 0;
  padding: 0; }

/* reset administration tabs */
ul.primary,
ul.primary li a,
ul.primary li a.active,
ul.primary li a:hover {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent; }

/* universal box sizing */
*, *:before, *:after {
  box-sizing: border-box; }

/******************************************************************************/
/*	END HTML RESET  */
/******************************************************************************/
/*******************************************************************/
/*	!FUNCTIONS   */
/*******************************************************************/
/*******************************************************************/
/*	!MIXINS   */
/*******************************************************************/
/*******************************************************************/
/*	!COLOURS   */
/*******************************************************************/
/*******************************************************************/
/*	!GLOBALS   */
/*******************************************************************/
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

strong {
  font-weight: 700; }

h1, h2, h3 {
  line-height: 1.2; }

h1 {
  font-size: 48px;
  margin-bottom: 48px; }
  @media only screen and (max-width: 759px) {
    h1 {
      font-size: 30px;
      margin-bottom: 30px; } }

h2 {
  font-size: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 759px) {
    h2 {
      font-size: 24px;
      margin-bottom: 24px; } }

p {
  margin-bottom: 20px; }

a {
  color: #008AA9; }

/*******************************************************************/
/*	!LAYOUT   */
/*******************************************************************/
#pagewrap {
  width: 100%;
  overflow-x: hidden; }

#main-content {
  min-height: 400px;
  margin: 80px 0 0 0; }
  @media only screen and (max-width: 759px) {
    #main-content {
      margin: 50px 0 0 0; } }

/*******************************************************************/
/*	!HEADER  */
/*******************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  background-color: #FFF; }
  @media only screen and (max-width: 759px) {
    header {
      height: 50px; } }
  header .header-inner .logo {
    width: 240px;
    margin: 10px auto; }
    @media only screen and (max-width: 759px) {
      header .header-inner .logo {
        width: 140px;
        margin: 10px auto; } }
    header .header-inner .logo img {
      width: 100%;
      height: auto; }
  header nav {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0; }
    header nav .menu-icon {
      width: 150px;
      height: 80px;
      background-color: #00149C;
      cursor: pointer;
      display: flex;
      justify-content: space-around;
      font-size: 17px;
      color: #FFF;
      align-items: center; }
      @media only screen and (max-width: 759px) {
        header nav .menu-icon {
          height: 50px;
          width: 50px; }
          header nav .menu-icon .title {
            display: none; } }
      header nav .menu-icon .bars {
        width: 40px; }
      header nav .menu-icon .bar {
        display: block;
        margin-bottom: 7px;
        height: 2px;
        background-color: #FFF; }
        header nav .menu-icon .bar:last-of-type {
          margin-bottom: 0; }

body.scrolled header {
  /*background-color: $white-80;
  transition: 0.3s;
  height: 50px;
  .header-inner {
  	.logo {
  		transition: 0.3s;
  		width: 140px;
  		margin: 10px auto;
  	}
  }
  
  nav {
  	.menu-icon {
  		transition: 0.3s;
  		height: 50px;
  	}
  }
  
  div.primary-menu {
  	top: 50px;
  }*/ }

/*******************************************************************/
/*	!MENU GLOBALS */
/*******************************************************************/
ul.menu li {
  display: block; }
  ul.menu li a {
    color: #FFF; }
    ul.menu li a:hover {
      color: #008AA9; }
  ul.menu li.current_page_item a {
    color: #008AA9; }

/*******************************************************************/
/*	!MOBILE PRIMARY MENU */
/*******************************************************************/
div.primary-menu {
  position: absolute;
  right: -250px;
  top: 80px;
  z-index: 20;
  width: 250px;
  height: auto;
  background-color: #00149C; }
  div.primary-menu.onscreen {
    transition: 0.3s;
    right: 0; }
  div.primary-menu.offscreen {
    transition: 0.3s;
    right: -250px; }
  div.primary-menu ul.menu {
    display: block;
    padding: 10px;
    height: auto; }
    div.primary-menu ul.menu li {
      display: block;
      width: 100%;
      height: auto;
      border-right: none;
      align-items: inherit;
      margin-bottom: 12px; }
      div.primary-menu ul.menu li a {
        color: #FFF;
        font-weight: 700;
        text-decoration: none;
        text-align: left;
        padding: 0; }
        div.primary-menu ul.menu li a:hover {
          color: #92C6D7; }
      div.primary-menu ul.menu li.current-menu-ancestor > a, div.primary-menu ul.menu li.current_page_item > a {
        color: #92C6D7; }
    div.primary-menu ul.menu ul.sub-menu {
      display: none;
      padding: 10px 0 0px 30px; }
      div.primary-menu ul.menu ul.sub-menu li {
        margin-bottom: 10px; }
        div.primary-menu ul.menu ul.sub-menu li a {
          font-weight: 400; }

/*******************************************************************/
/*	!THEMIFY ROW GLOBALS */
/*******************************************************************/
.themify_builder_row {
  width: 80%;
  max-width: 960px;
  margin: 0 auto; }
  .themify_builder_row.fullwidth, .themify_builder_row.fullwidth_row_container {
    max-width: none;
    width: 100%; }

.themify_builder_row.fullwidth_row_container .row_inner {
  width: 80%;
  max-width: 960px;
  margin: 0 auto; }

.image-block .tb-column-inner {
  -webkit-font-smoothing: antialiased;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .image-block .tb-column-inner .module-fancy-heading {
    width: 80%;
    max-width: 960px;
    margin: 0 auto; }
    .image-block .tb-column-inner .module-fancy-heading h1 span {
      font-weight: 400; }

/*******************************************************************/
/*	!THEMIFY GLOBAL LAYOUT PARTS */
/*******************************************************************/
.enquiry-block .module-text {
  color: #FFF;
  font-size: 24px;
  margin: 20px 0 40px 0; }
.enquiry-block .module-buttons-item a {
  font-size: 21px;
  color: #000; }

/*******************************************************************/
/*	!HOME PAGE */
/*******************************************************************/
.module-plain-text.big-text {
  padding: 50px 0;
  font-weight: 300;
  font-size: 36px; }
  @media only screen and (max-width: 759px) {
    .module-plain-text.big-text {
      font-size: 20px;
      padding: 30px 0; } }
  .module-plain-text.big-text.right {
    text-align: right; }

/*******************************************************************/
/*	!STANDARD PAGE */
/*******************************************************************/
.themify_builder_row.standard-page-title {
  background-color: #FFF;
  color: #000;
  padding: 60px 0;
  text-align: center; }
  .themify_builder_row.standard-page-title .module-fancy-heading {
    color: #00149C; }

.themify_builder_row.split-50 {
  color: #FFF;
  background-color: #999; }
  .themify_builder_row.split-50 a {
    color: #FFF;
    text-decoration: underline; }
  .themify_builder_row.split-50:nth-child(2n) {
    background-color: #008AA9; }
  .themify_builder_row.split-50:nth-child(3n) {
    background-color: #00205A; }
  .themify_builder_row.split-50 .tb-column {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat !important; }
  .themify_builder_row.split-50 .module-text {
    padding: 60px; }
    .themify_builder_row.split-50 .module-text h3.module-title {
      font-size: 40px;
      font-weight: 300;
      margin-bottom: 40px; }

/*******************************************************************/
/*	!SLIDER MODULE */
/*******************************************************************/
.module-slider.slider-overlay .slide-image + .slide-content {
  top: 0 !important;
  padding: 40% 20px 0 20px;
  pointer-events: none;
  background: none;
  font-size: 15px;
  font-weight: 700;
  color: #FFF; }
  @media only screen and (max-width: 959px) {
    .module-slider.slider-overlay .slide-image + .slide-content {
      padding-top: 20%;
      position: absolute !important; } }
  @media only screen and (max-width: 759px) {
    .module-slider.slider-overlay .slide-image + .slide-content {
      font-size: 12px; } }
  .module-slider.slider-overlay .slide-image + .slide-content h3.slide-title {
    font-size: 36px;
    font-weight: normal; }
    @media only screen and (max-width: 959px) {
      .module-slider.slider-overlay .slide-image + .slide-content h3.slide-title {
        font-size: 24px; } }
    @media only screen and (max-width: 759px) {
      .module-slider.slider-overlay .slide-image + .slide-content h3.slide-title {
        font-size: 16px; } }

.module-slider.slider-overlay .slide-inner-wrap {
  overflow: hidden; }
.module-slider.slider-overlay .slide-image {
  background-color: #000; }
  .module-slider.slider-overlay .slide-image img {
    width: 100%;
    height: auto;
    opacity: 0.7; }
    .module-slider.slider-overlay .slide-image img:hover {
      opacity: 1; }

.module-slider {
  margin-bottom: 0; }

/*******************************************************************/
/*	!TEXT MODULE */
/*******************************************************************/
.module-text {
  font-size: 18px; }
  .module-text h3 {
    font-size: 22px;
    margin-bottom: 0; }
  .module-text h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px; }
  .module-text ul li {
    margin-left: 22px;
    list-style-type: disc;
    margin-bottom: 6px; }

/*******************************************************************/
/*	!PRO SLIDER MODULE */
/*******************************************************************/
.home .module-pro-slider .bsp-layers-overlay {
  vertical-align: middle; }

.module-pro-slider.no-text .bsp-layers-overlay {
  display: none; }

.bumblebee .module-pro-slider .sp-slide {
  background-position: center center;
  height: 50vh !important; }
.bumblebee .module-pro-slider .sp-mask {
  height: 50vh !important; }
.bumblebee .module-pro-slider .sp-arrows {
  display: none; }
.bumblebee .module-pro-slider .sp-slide-wrap {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 10% 0 10%; }
  .bumblebee .module-pro-slider .sp-slide-wrap .sp-slide-text {
    -webkit-font-smoothing: antialiased; }
    .bumblebee .module-pro-slider .sp-slide-wrap .sp-slide-text .bsp-slide-post-title {
      font-size: 44px;
      font-weight: 300;
      text-transform: none; }
      @media only screen and (max-width: 759px) {
        .bumblebee .module-pro-slider .sp-slide-wrap .sp-slide-text .bsp-slide-post-title {
          font-size: 24px; } }
    .bumblebee .module-pro-slider .sp-slide-wrap .sp-slide-text .bsp-slide-excerpt {
      padding-bottom: 10px; }
    .bumblebee .module-pro-slider .sp-slide-wrap .sp-slide-text p {
      font-size: 19px;
      font-weight: bold; }
      @media only screen and (max-width: 759px) {
        .bumblebee .module-pro-slider .sp-slide-wrap .sp-slide-text p {
          font-size: 16px; } }
    .bumblebee .module-pro-slider .sp-slide-wrap .sp-slide-text .bsp-slide-button {
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      text-indent: -10000px; }
.bumblebee .module-pro-slider .sp-button {
  background-color: rgba(255, 255, 255, 0.6);
  border: none; }
.bumblebee .module-pro-slider .sp-button.sp-selected-button {
  background-color: #eb212e;
  border: none; }

body.home .bumblebee .module-pro-slider .sp-slide,
body.home .bumblebee .module-pro-slider .sp-mask {
  height: 100vh !important; }

/*******************************************************************/
/*	!PAGE-INTRO ROW ClASS */
/*******************************************************************/
.page-intro .row_inner {
  max-width: 750px;
  margin: 50px auto; }
  .page-intro .row_inner .module-plain-text {
    font-size: 21px;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .page-intro .row_inner .module-plain-text {
        font-size: 16px; } }

/*******************************************************************/
/*	!FANCY HEADING MODULE */
/*******************************************************************/
.module-fancy-heading {
  color: #FFF; }
  .module-fancy-heading h1 {
    margin-bottom: 50px;
    font-size: 48px; }
    .module-fancy-heading h1 span.main-head {
      font-weight: 300; }
    @media only screen and (max-width: 759px) {
      .module-fancy-heading h1 {
        margin-bottom: 20px;
        font-size: 30px; } }
  .module-fancy-heading h2 {
    font-size: 48px; }
    .module-fancy-heading h2 span.main-head {
      font-weight: 300; }
  .module-fancy-heading h3 {
    font-size: 24px;
    margin-bottom: 16px; }
  .module-fancy-heading .sub-head {
    padding-top: 0;
    margin-top: -6px;
    color: #666; }
    .module-fancy-heading .sub-head:before {
      border-top: 0;
      width: 0; }

/*******************************************************************/
/*	!TESTIMONIAL SLIDER MODULE */
/*******************************************************************/
.module-testimonial-slider {
  color: #FFF; }
  .module-testimonial-slider h3.module-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 80px; }
  .module-testimonial-slider .testimonial-entry-content {
    font-size: 24px;
    font-style: italic; }
    .module-testimonial-slider .testimonial-entry-content p {
      font-style: italic; }
    .module-testimonial-slider .testimonial-entry-content p:first-of-type:before {
      content: open-quote; }
    .module-testimonial-slider .testimonial-entry-content p:last-of-type:after {
      content: close-quote; }
  .module-testimonial-slider .testimonial-author {
    font-size: 24px;
    padding-bottom: 30px; }

/*******************************************************************/
/*	!ACCORDION MODULE (FAQS) */
/*******************************************************************/
.module-accordion .ui.module-accordion .accordion-title {
  background-color: #FFF; }
  .module-accordion .ui.module-accordion .accordion-title:hover {
    background-color: #ECDFBA; }

/*******************************************************************/
/*	!SOCIAL MEDIA MENU */
/*******************************************************************/
div.social-menu li {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background-color: #333; }
  div.social-menu li:last-of-type {
    margin-right: 0; }
  div.social-menu li:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  div.social-menu li a {
    text-indent: -10000px;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 30px 30px;
    background-repeat: no-repeat; }
div.social-menu li.facebook a {
  background-image: url(images/facebook-f.svg); }
div.social-menu li.instagram a {
  background-image: url(images/instagram.svg); }
div.social-menu li.twitter a {
  background-image: url(images/twitter.svg); }
div.social-menu li.pinterest a {
  background-image: url(images/pinterest-p.svg); }
div.social-menu li.linkedin a {
  background-image: url(images/linkedin-in.svg); }
div.social-menu li.google-plus a {
  background-image: url(images/google-plus-g.svg); }
div.social-menu li.youtube a {
  background-image: url(images/youtube.svg); }

/*******************************************************************/
/*	!CONTACT FORM */
/*******************************************************************/
.themify_builder_row .module-contact .control-label {
  padding-bottom: 0; }
.themify_builder_row .module-contact input.form-control,
.themify_builder_row .module-contact textarea.form-control {
  width: 100%;
  max-width: 450px;
  font-size: 20px; }
.themify_builder_row .module-contact button.btn-primary {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 40px;
  border: none;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase; }
  .themify_builder_row .module-contact button.btn-primary:hover {
    background-color: #ECDFBA;
    color: #000; }

/*******************************************************************/
/*	!MENU LIST PAGE */
/*******************************************************************/
.module-post .type-relish-menu {
  position: relative; }
  .module-post .type-relish-menu .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 0;
    pointer-events: none; }
    .module-post .type-relish-menu .post-content h2 {
      margin-bottom: 0;
      font-weight: 300; }
      .module-post .type-relish-menu .post-content h2 a {
        color: #FFF; }

.bumblebee .builder-posts-wrap.grid3 {
  background-color: #333; }
  .bumblebee .builder-posts-wrap.grid3 .post {
    width: 33.333%;
    margin: 0; }
    .bumblebee .builder-posts-wrap.grid3 .post img:hover {
      opacity: 0.7; }

/*******************************************************************/
/*	!RELISH MENU CONTENT TYPE */
/*******************************************************************/
.single-relish-menu .module-fancy-heading {
  margin-top: 50px; }
  .single-relish-menu .module-fancy-heading h1 {
    color: #333; }
.single-relish-menu .module-text {
  width: 60%;
  margin: 0 auto; }
  .single-relish-menu .module-text h3 {
    margin-bottom: 12px; }
.single-relish-menu .module-buttons-item {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  background-color: #008AA9; }
  .single-relish-menu .module-buttons-item a {
    background: none;
    color: #FFF;
    font-weight: 700; }
    .single-relish-menu .module-buttons-item a:hover {
      background-color: rgba(0, 0, 0, 0.7); }

/*******************************************************************/
/*	!FOOTER MENU GLOBALS */
/*******************************************************************/
footer ul.menu {
  display: flex;
  justify-content: center; }
  footer ul.menu li {
    display: block; }
    footer ul.menu li a {
      color: #FFF; }
      footer ul.menu li a:hover {
        color: #008AA9; }
    footer ul.menu li.current_page_item a {
      color: #008AA9; }

/*******************************************************************/
/*	!FOOTER TOP */
/*******************************************************************/
#footer-top {
  background-color: #008AA9; }
  #footer-top .social-menu {
    padding: 50px 0; }

/*******************************************************************/
/*	!FOOTER MENU*/
/*******************************************************************/
.footer-menu {
  background-color: #333;
  padding: 20px 0;
  font-size: 15px; }
  .footer-menu li {
    border-right: 1px solid #FFF; }
    .footer-menu li:last-of-type {
      border: none; }
    .footer-menu li a {
      color: #FFF;
      line-height: 1;
      padding: 0 10px;
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */
