/*!
Theme Name: FCBC 2023
Description: FirstCallBC Blocks Child Theme
Theme URI: https://firstcallbc.org
Author: Sea to Sky Web Solutions Ltd.
Author URI: https://seatoskywebsolutions.ca
Template: blocksy 
Text Domain: fcbc
Version: 2.6.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2026 FirstCallBC.
Requires at least: 6.1
Requires PHP: 8.2
Tested up to: 6.9
Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/
/* ===============
   VARIABLES 
   =============== */
/* ============================================================
   GLOBAL STYLES 
   ============================================================ */
:root {
  --green: #9aaf50;
  --yellow: #f7b334;
  --blue: #71afc4;
  --brown: #a59482;
  --black: #393d3d;
  --grey: #edeff2;
  --lightgrey: #f8f9fb;
  --white: #ffffff;
  --red: #ff0000;
  --transparent: rgba(255, 255, 255, 0);
  --ssws: #39baed;
}

.debug {
  border: #ff0000 solid thin !important;
}

.ssws {
  color: #39baed !important;
}

/* ============================================================
   MEDIA QUERIES 
   ============================================================ */
/* breaking points */
/* ===============
   MIXINS 
   =============== */
@media (max-width: 767px) {
  .desktop-view {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-view {
    display: none;
  }
}
/* ============================================================
   MENU 
   ============================================================ */
/* ============================================================
   PAGE 
   ============================================================ */
.page {
  /* page custom bottom waves */
}
.page #main {
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  /*   background-color: #fff; */
  background-image: url("/wp-content/uploads/2023/02/background-home-superslim.svg");
  padding-bottom: 10em;
}

/* ============================================================
   HOME PAGE 
   ============================================================ */
/* ============================================================
   SINGLE POST 
   ============================================================ */
/* ============================================================
   SIDEBAR 
   ============================================================ */
/* sidebar CTAs */
.sidebar-action-button a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-height: 5rem;
}

.sidebar-action-button a:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* ============================================================
   ARCHIVE 
   ============================================================ */
/* ============================================================
   FOOTER 
   ============================================================ */
footer {
  /* remove border between waves and footer */
  /* hide red ssws link from footer */
}
footer#footer {
  margin-top: -1px;
}
footer .ct-footer-copyright a.external-link {
  color: rgb(58, 79, 102);
}
footer .ct-footer-copyright a.external-link:hover {
  color: rgb(191, 38, 44);
}

/* ============================================================
   DEBUG 
   ============================================================ */
/* ============================================================
   TEMP SSWS 
   ============================================================ */
/*# sourceMappingURL=style.css.map */