﻿/*
Theme Name: The7 Child
Theme URI: http://the7.io/
Template: dt-the7
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you’ll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Tags: multipurpose,responsive,retina ready,SEO ready,mobile friendly,iOS,material design,clean,minimal,business,corporate,portfolio,creative,photography,one page site,micro site
Version: 7.6.2.3.1559353345
Updated: 2019-06-01 11:42:25

*/

/* Hide axcelerate enquiry buttons */
.ax-enquiry {
  display: none;
}

.enquiry.button.button {
  display: none;
}

/* course tables: fix overflowing over other text */
.ax-course-instance-list table td {
  height: auto;
  margin: 0.5em !important;
}

#courseList .nav a {
  padding: 0 10px 0 10px;
  color: black;
}

/* course tables: make the page numbers line up */
#courseList tfoot td {
  margin: 0 !important;
}

#courseList .nav .active {
  color: #37dd1a;
  font-weight: bold;
}

.course-list-top {
  display: block;
  position: absolute;
  margin-top: -140px;
}

/* Show "Location:" & "Available Spaces:" text on mobile view (div in Course Instances and Course Pages) */
.mobileShow {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobileShow {
    display: inline;
  }

  /* Fix the mobile table elements extending far off to the right */
  div.ax-course-instance-list.ax-table td {
    width: auto !important;
    border-right: 2px solid !important;
    border-right-color: var(--the7-divider-color) !important;
  }

  #courseList tfoot td {
    border: none !important;
  }
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v48-latin-regular.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v48-latin-700.woff2') format('woff2');
}

