/*
Theme Name: QBHW 1.01
Version: 1.01
Description: Qualicum Beach Home Watch theme
Author: Planet Grafix
Author URI: http://www.planetgrafix.com
template: bb-theme
*/
/*********************
COLOURS
*********************/
/*********************
GRADIENTS
*********************/
/*********************
MIXINS
*********************/
.trans {
  transition: all 0.3s ease-out;
}
.shadow {
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
}
body {
  background-color: white;
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type {
  margin-top: 0;
}
.main-banner {
  margin-bottom: 30px;
}
.intro {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0!important;
}
li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
}
/* Menu bar */
.fl-page-nav-wrap {
  padding-bottom: 0px;
  background-color: #352306;
  background-image: linear-gradient(to bottom, #583909, #352306);
}
.fl-page-nav-wrap .navbar-nav > li > a {
  margin-right: 1px;
  transition: all 0.3s ease-out;
}
.fl-page-nav-right .fl-page-header-wrap {
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
}
/* MENU MOUSE OVERS*/
.fl-page-nav-wrap .navbar-nav > li.current-menu-item > a {
  color: #dba143;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item > a:hover {
  color: white;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a {
  color: #352306;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a:hover {
  color: white;
}
/* SUB MENU & SIDE MENU */
.fl-menu ul li,
.fl-page-nav ul.sub-menu li {
  background-color: #352306;
  background-image: linear-gradient(to bottom, #583909, #352306);
  transition: all 0.3s ease-out;
  border-top: 1px solid #dba143 !important;
}
.fl-menu ul li:hover,
.fl-page-nav ul.sub-menu li:hover {
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
}
.fl-menu ul li a,
.fl-page-nav ul.sub-menu li a {
  color: #dba143;
  font-size: 15px;
  line-height: 21px;
  transition: all 0.3s ease-out;
}
.fl-menu ul li a:hover,
.fl-page-nav ul.sub-menu li a:hover {
  color: white;
  margin-left: 10px;
}
/* SUB MENU */
.fl-page-nav ul.sub-menu {
  padding: 0;
  border: none;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
}
/* SIDE MENU */
.fl-menu ul {
  border-radius: 5px;
  overflow: hidden;
}
.fl-menu ul li.current-menu-item {
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
}
.fl-menu ul li.current-menu-item a {
  color: rgba(219, 161, 67, 0.5);
}
.fl-menu ul li.current-menu-item a:hover {
  margin-left: 0;
}
.navbar-nav > li > a:hover {
  color: #FFFFFF;
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
}
.navbar-nav > li > ul.sub-menu li a {
  margin: 0;
  background-color: #352306;
  background-image: linear-gradient(to bottom, #583909, #352306);
}
.navbar-nav > li > a:hover,
.navbar-nav > li > ul.sub-menu li a:hover {
  color: #FFFFFF;
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
  color: #352306;
  font-weight: bold;
}
/* Builder Buttons */
a.fl-button,
a.fl-button:visited,
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
  font-weight: 600;
  background: #352306;
  color: #dba143;
  border: 1px solid #b7833a;
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
  transition: all 0.3s ease-out;
}
a.fl-button *,
a.fl-button:visited *,
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
  color: #dba143;
  transition: all 0.3s ease-out;
}
a.fl-button:hover,
.fl-builder-content a.fl-button:hover {
  background: #cda062;
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
  color: white;
  border: 1px solid #b7833a;
}
a.fl-button:hover *,
.fl-builder-content a.fl-button:hover * {
  color: white;
}
.qb-text-shadow {
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
}
.fl-page-header-container,
.fl-full-width .container {
  padding-left: 5px;
  padding-right: 5px;
}
.image-link a img {
  outline: 3px solid #cda062;
  transition: all 0.3s ease-out;
}
.image-link a img:hover {
  outline: 3px solid #583909;
}
.banner-text-box .fl-cta-text,
.text-shadow .fl-heading-text {
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
.banner-text-box .fl-module-content {
  background: rgba(53, 35, 6, 0.3);
  margin: 30px 10%;
  padding: 40px;
}
.banner-text-box .fl-module-content h1,
.banner-text-box .fl-module-content h2 {
  color: white;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
}
.banner-text-box .fl-module-content h2 {
  font-size: 24px;
  margin-top: 40px;
}
.fl-post-title {
  text-align: center;
}
h1.fl-heading {
  line-height: 55px;
}
.fl-page-bar-text {
  font-weight: bold;
}
.fl-page-nav-container.container {
  padding-left: 0;
  padding-right: 0;
}
.fl-page-nav .navbar-toggle {
  padding: 16px;
  background-color: #352306;
  background-image: linear-gradient(to bottom, #583909, #352306);
}
.fl-page-nav-collapse ul.navbar-nav > li {
  border-bottom: 0;
}
.fl-page-nav .navbar-toggle span {
  color: #dba143;
}
.fl-page-nav .navbar-toggle:hover span {
  color: #FFFFFF;
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
}
.fl-page-nav .navbar-toggle:hover,
.fl-page-nav .navbar-toggle:focus {
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
}
.fl-page-footer {
  margin-top: 30px;
}
.fl-page-footer h4 {
  margin-bottom: -5px;
}
.fl-rich-text ul {
  padding-left: 16px;
}
.fl-animated.fl-fade-in {
  -webkit-animation: fl-fade-in 0.5s ease-out;
          animation: fl-fade-in 0.5s ease-out;
}
.fl-animated.fl-slide-left {
  -webkit-animation: fl-slide-left 0.5s ease-out;
          animation: fl-slide-left 0.5s ease-out;
}
.fl-animated.fl-slide-right {
  -webkit-animation: fl-slide-right 0.5s ease-out;
          animation: fl-slide-right 0.5s ease-out;
}
.fl-animated.fl-slide-up {
  -webkit-animation: fl-slide-up 0.5s ease-out;
          animation: fl-slide-up 0.5s ease-out;
}
.fl-animated.fl-slide-down {
  -webkit-animation: fl-slide-down 0.5s ease-out;
          animation: fl-slide-down 0.5s ease-out;
}
#footer-button {
  padding: 30px 0;
}
#footer-button .fl-button {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
#footer-button .fl-button:hover {
  padding: 12px 35px;
}
/* FORM SUBMIT BUTTON */
.fl-module-contact-form button,
.fl-module-contact-form input[type=button],
.fl-module-contact-form input[type=submit] {
  background-color: #63410b;
  background-image: linear-gradient(to bottom, #86570e, #63410b);
  transition: all 0.3s ease-out;
  color: #dba143;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #2d6ca2;
  border-radius: 4px;
}
.fl-module-contact-form button:hover,
.fl-module-contact-form input[type=button]:hover,
.fl-module-contact-form input[type=submit]:hover {
  background-color: #352306;
  background-image: linear-gradient(to bottom, #583909, #352306);
  color: white;
}
.fl-subscribe-form input[type=text] {
  border-color: #cda062;
}
.fl-subscribe-form input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.4);
}
.fl-subscribe-form input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.4);
}
.fl-subscribe-form input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
}
.fl-subscribe-form input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.4);
}
.fl-subscribe-form input[type=text]:focus {
  border-color: #583909;
  outline: 0;
}
#hw-sidebar ul,
#es-sidebar ul {
  font-size: 16px;
  font-weight: 600;
  color: #583909;
}
.sub-footer {
  display: block;
  width: 100%;
  background: #cda062;
  padding: 20px;
  text-align: center;
  background-image: url(header-blur.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: cover;
}
.sub-footer h4.slogan {
  font-weight: 600;
  color: #583909;
  margin: 0;
}
footer {
  margin-top: 0;
  padding: 20px 10px;
  color: white;
  text-align: center;
  background-color: #352306;
  background-image: linear-gradient(to bottom, #583909, #352306);
}
footer h4,
footer h5 {
  color: white;
}
footer a {
  color: #dba143;
}
footer a:hover {
  color: white;
  transition: all 0.3s ease-out;
}
.fl-module.fl-module-rich-text.sale-item {
  border-bottom: 1px solid #cda062;
  margin-bottom: 20px;
}
/*********************
MEDIA QUERIES
*********************/
@media (max-width: 767px) {
  .fl-page-nav-collapse ul.navbar-nav > li {
    border-color: #FFFFFF;
    background: #352306;
    background-color: #352306;
    background-image: linear-gradient(to bottom, #583909, #352306);
  }
  .fl-page-nav-collapse ul.navbar-nav > li a {
    color: #dba143;
  }
  .fl-page-nav-collapse ul.navbar-nav > li a::hover {
    color: white;
  }
}
@media (min-width: 1300px) {
  .main-banner .fl-row-content-wrap {
    padding: 150px 0;
  }
}
@media (min-width: 1600px) {
  .main-banner .fl-row-content-wrap {
    padding: 200px 0;
  }
}
@media (min-width: 768px) {
  .narrow {
    max-width: 60%;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .banner-text-box .fl-module-content {
    background: rgba(53, 35, 6, 0.3);
    margin: 20px 0;
    padding: 20px;
  }
  .banner-text-box .fl-module-content h1 {
    font-size: 30px;
  }
}
