/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Headings - Mokoko */
h1, h2, h3, h4, h5, h6, .elementor-button-text {
  font-family: "mokoko", sans-serif !important;
}
/* Body - Aptos */
body, p, div, input, textarea {
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}
.elementor-button-text {
	font-weight: 600 !important;
}

a,
button {
  cursor: pointer;
}

.breadcrumb {
  position: relative;
  z-index: 99999;
  font-weight: bold !important;
}
.breadcrumb, .breadcrumb a {
    color: white !important;
}

html {
  --green: #5c9c79;
  --dark-green: #126454;
  --fulltime: #0f9095;
  --parttime: #d8a412;
  --online: #9fca83;
  --evening: #00a2d9;
}

.sfcw .sfcw-section-search {
  background: black;
  color: white;
  padding: 40px 60px;
}
.sfcw #sfcw_section_search.sfcw-section-search label.sfcw-form-label {
  font-size: 24px;
  text-align: right;
}
section#sfcw_section_search:before {
  content: "Search All Courses";
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}

a#sfcw_button_search {
  background-color: #0000FF;
  border: none;
  color: #fff;
}
.sfcw a.sfcw-el-showHideAdvanceSearch {
  padding: 15px 20px;
  background-color: #0000FF;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 7px;
}
.sfcw a.sfcw-el-showHideAdvanceSearch:hover {
  color: #fff;
}

.sfcw .sfcw-data-resultTotals {
  background-color: black;
  margin: 20px 0;
  font-size: 23px;
  color: #fff;
  padding: 5px 15px;
}

.sfcw-result-switcher {
  display: none;
}

section#sfcw_section_results .container-fluid {
  padding: 0;
}
table#sfcw_table_results td {
  border: none;
  background: #eceaeb;
  color: var(--dark-green);
}
table#sfcw_table_results td a {
  color: var(--dark-green);
}
table#sfcw_table_results th {
  border: none;
  background: #e2dedd;
  color: var(--dark-green);
}

.sfcw .fulltime_bck {
  background-color: var(--fulltime) !important;
}
.sfcw .parttime_bck {
  background-color: var(--parttime) !important;
}
.sfcw .online_bck {
  background-color: var(--online) !important;
}
.sfcw .evening_bck {
  background-color: var(--evening) !important;
}

.sfcw table.sfcw-table-legend td {
  border: none;
  font-size: 23px !important;
  padding: 10px 15px !important;
}
table#sfcw_table_results td,
table#sfcw_table_results th {
  font-size: 18px;
}
table#sfcw_table_results tr th:nth-child(3),
table#sfcw_table_results tr td:nth-child(3) {
  display: none;
}

div#sfcw_div_pages input {
  border: none;
  color: black;
  background-color: transparent !important;
}
div#sfcw_div_perpage {
  display: none;
}
.sfcw .sfcw-course-colour-bck td {
  padding: 3px 6px;
}
