/******************************************************************
Theme Name: Crown Academy Colour Hub v1.0
Theme URI: http://www.digitallydexterous.com/
Description: WordPress theme developed by Digitally Dexterous. Based on the Bones Development theme.
Author: Steve Cooke
Author URI: http://www.digitallydexterous.com/
Version: 1.00

All Default Styles are in library/css/normalize.css
I reccommend not editing those files and making all
changes here. That way if something goes awry, you
can easily revert back to the original, but that's
totally up to you. Happy Developing!
******************************************************************/
html{
	overflow-x:hidden; 
}

html,
body {
  margin: 0;
  height: 100%;
	background:#fff;
}

* {
  font-family: 'omnes-pro', Sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
  color: #000;
}

#container {
  /*border: 1px solid blue;*/
  display: flex;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
}

#header {
  /*border: 1px solid pink;*/
  background-color: #fff;
}

#main-content {
  /*border: 1px solid red;*/
  flex: 1;
  /* background: #f2f0ec; */
  /* background-image: url('library/images/bg-30.jpg'); */
  background: #fff;
}

#footer {
  /*border: 1px solid yellow;*/
  background: #000;
  color: silver;
}

#footer a {
  color: silver;
  text-transform: none;
  background: none;
  padding: 0;
  font-weight: normal;
}

#footer .menu {
  margin: 17px 0 0 0;
}

#footer a:hover {
  text-decoration: underline;
}

#inner-footer {
  display: flex;
  flex-direction: row;
}

.content-wrapper {
  /*border: 1px solid green;*/
  max-width: 1440px;
  margin: auto;
}

/* General Links */
a {
  color: #000;
}

a:hover {
  color: #a8996e;
}

.top-nav {
  display: flex;
  flex-direction: row;
  flex: none;
  align-items: center;
  justify-content: space-between;
  color: #000;
  height: 105px;
}

#logo {
}

#logo img {
  width: auto;
  height: 113px;
  margin-left: 0px;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: -18px 0 0 0;
  padding: 0;
}

.menu a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: #000;
  padding: 8px 20px;
  white-space: nowrap;
}

.menu a:hover {
  color: #a8996e;
}

.menu > li {
  margin: 0 4px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #55676b;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#main-banner-img {
  width: 100%;
}

/************************
*      SEARCH FORM
************************/
#header #searchform {
  text-align: right;
  max-width: 1440px;
  margin: -38px auto 11px auto;
  padding-right: 4px;
}

#header #searchform #s {
  width: 208px;
  height: 26px;
  margin-top: 0px;
  margin-right: -4px;
  font-size: 14px;
  padding: 0px 0px 0px 6px;
}

#header #searchform #searchsubmit {
  background: #000;
  border: none;
  color: white;
  font-family: 'omnes-pro', Sans-serif;
  padding: 5px 11px 9px 11px;
  font-size: 12px;
  height: 26px;
  text-transform: uppercase;
}

#header #searchform #searchsubmit:hover {
  color: #a8996e;
}

/************************
*     SEARCH RESULTS
************************/

.search-results article {
  border-bottom: 1px solid #322e2e;
}

.search-results article:last-of-type {
  border-bottom: none;
}
.search-results h2 {
  font-size: 26px;
  line-height: 26px;
}

.search-results h2 a {
  font-size: 26px;
}

/* Result Types */
.category-latest-releases h2 a::after {
  content: 'Latest Releases';
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 12px;
  letter-spacing: -0.5px;
  background: yellow;
  padding: 0 7px;
}

.type-wpcw_course h2 a::after {
  content: 'Course';
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 12px;
  letter-spacing: -0.5px;
  background: rgb(23, 100, 201);
  color: white;
  padding: 0 7px;
}

.type-bii-link h2 a::after {
  content: 'Business Inspiration';
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 12px;
  letter-spacing: -0.5px;
  background: #d85ade;
  color: white;
  padding: 0 7px;
}

.type-tribe_events h2 a::after {
  content: 'Upskill Event';
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 12px;
  letter-spacing: -0.5px;
  background: #38bb61;
  color: white;
  padding: 0 7px;
}

/***** MAIN ******/
#main-content .content-wrapper {
  height: 100%;
}

#footer .content-wrapper {
  padding: 0 40px;
}

/* S3 video player type alignment fix */
.s3mm-mejs-player .s3mm_mejs__time {
  padding: 6px 6px 0 !important;
}

#et_builder_outer_content .s3mm_mejs__time-float,
.s3mm-mejs-player .s3mm_mejs__time-float {
  height: 33px !important;
  width: 48px !important;
}

#et_builder_outer_content .s3mm_mejs__time-float-current,
.s3mm-mejs-player .s3mm_mejs__time-float-current {
  margin: 0 3px !important;
}

/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'omnes-pro', Sans-serif;
  text-transform: lowercase;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  margin-top: 40px;
}
h2,
.h2 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h2 a{
	font-size: 1em;
}

h3,
.h3 {
  font-size: 1.6em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#wpmem_login {
  color: #000;
}

#wpmem_login legend {
  font-weight: 500;
  text-transform: lowercase;
}

#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  margin: auto;
}

/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {
  padding: 0 50px 25px 50px;
  background: #ffffff8a;
}

#content.dashboard {
  /* background: none; */
}

.page-dashboard .page-title {
  display: none;
}

.page-dashboard #content {
  padding: 0;
}

.dashboard-intro {
  display: block;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.dashboard-intro-h2 {
  font-size: 38px;
}

ul {
  margin-left: 60px;
}

li {
  margin-bottom: 0.75em;
}

/******************************
Crown Colours
******************************/

.silver-dove {
  background-color: #d4d0d6;
}

.bianco-sfumato {
  background-color: #d2b5b2;
}

.idyllic {
  background-color: #79a7a2;
}

.neroli {
  background-color: #de8f80;
}

/*********************************
Dashboard stuff
*********************************/

#content-channels {
  margin: 30px auto;
  width: 100%;
  height: 350px;
}

.grow {
  padding: 0px 15px 25px 15px;
  width: 23%;
  margin: 5px 1% 5px 1%;
  float: left;
  position: relative;
  /* transition: height 0.5s;
  -webkit-transition: height 0.5s; */
  text-align: center;
  overflow: hidden;
}

.grow a,
.grow a:hover,
.grow a:visited {
  text-decoration: none;
}

.grow h2 {
  padding-top: 50px;
  border-radius: 10px 10px 60px 60px;
  height: 150px;
  margin-bottom: 45px;
}

.grow h2 span {
  font-family: 'omnes-pro', Sans-serif;
  text-transform: lowercase;
  font-size: 100px;
}

.grow-text p {
  padding: 35px 15px 25px 15px;
  width: 23%;
  margin: 5px 1% 5px 1%;
  float: left;
  position: relative;
}

.grow:hover {
  /* height: 320px;
  cursor: pointer; */
}

/*********************************
Page Stuff
*********************************/

.page-colour-wall #content {
  background-color: #d4d0d633;
}

.page-tinting-machine #content {
  background-color: #d2b5b233;
}

.page-colour #content, .page-cpd #content {
  background-color: #79a7a233;
}

.page-support #content, .page-product-training #content, .page-digital-resources #content {
  background-color: #de8f8033;
}

.page-colour-wall .page-title, .page-tinting-machine .page-title, .page-colour .page-title, .page-support .page-title, .page-product-training .page-title, .page-digital-resources .page-title, .page-contact-us .page-title, .page-cpd .page-title  {
  border-radius: 10px 10px 60px 60px;
  min-height: 150px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 100px;
}

.page-colour-wall .page-title {
  background-color: #d4d0d6;
}

.page-tinting-machine .page-title {
  background-color: #d2b5b2;
}

.page-colour .page-title, .page-cpd .page-title {
  background-color: #79a7a2;
}

.page-support .page-title, .page-digital-resources .page-title, .page-contact-us .page-title, .page-product-training .page-title {
  background-color: #de8f80;
}

@media (max-width: 640px) {
	.page-digital-resources .page-title, .page-cpd .page-title {
    	font-size: 15vw;
    	line-height: 70px;
		padding: 20px 0px;
	}
}

.intro-copy {
  display: block;
  width: 80%;
  margin: auto auto 50px auto;
  font-weight: 400;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

/**********************************
Course Listing Table
**********************************/
#wpcw_fe_course,
#wpcw_fe_course_progress {
  background: #fff;
}

#wpcw_fe_course th,
#wpcw_fe_course_progress th {
  border: 1px solid silver;
  text-align: left;
}

#wpcw_fe_course td,
#wpcw_fe_course_progress td {
  border: 1px solid silver;
}

.wpcw_fe_module_title_header {
  min-width: 15%;
  max-width: 20%;
}

.wpcw_fe_unit,
.wpcw_fe_module_desc_header {
  border-right: none !important;
}
.wpcw_fe_unit_progress,
.wpcw_fe_unit_progress_header {
  border-left: none !important;
}

/* NEW COURSE MENU */
#course-boxes {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* justify-content: space-between; */
  column-gap: 48px;
}

.course-box {
  background: #fff;
  width: 22%;
  min-height: 300px;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.course-box:hover {
  color: #225e7f;
  transform: scale(1.1);
}

.wpcw-course-progress-bar-shortcode {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wpcw-course-progress-bar-shortcode h3 {
  height: 110px;
  margin: 10px 0;
  color: white;
  font-weight: 300;
}

.wpcw-course-progress-bar-shortcode ul,
.wpcw-course-progress-bar-shortcode p {
  list-style: none;
  margin: 0 10px;
  padding: 0 10px;
  flex-grow: 1;
}

.wpcw-course-progress-bar-shortcode ul li {
  display: inline;
}

.wpcw-course-progress-bar-shortcode ul li:not(:last-child)::after {
  content: '\2022';
  margin: 0px 5px;
}

.wpcw_progress_wrap::before {
  content: 'My Progress:';
  text-transform: uppercase;
  clear: both;
  margin-left: 7px;
  font-weight: 600;
  font-size: 15px;
}

.wpcw_progress {
  display: block;
  width: 100%;
  border-radius: 0px;
  height: 30px;
}

.wpcw_progress_bar {
  background-image: linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.wpcw_progress_percent {
  position: relative;
  float: right;
  margin-top: -27px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  z-index: 50;
}

.callout-box {
  width: 80px;
  display: block;
  position: relative;
  bottom: 27%;
  right: -77%;
  text-align: center;
  line-height: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

.half-courses {
  display: flex;
  flex-direction: column;
  width: 22%;
  min-height: 300px;
  margin-top: 25px;
}

.half-course-box {
  background: #fff;
  flex-grow: 1;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
}

.half-course-box:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}

.half-course-box h3 {
  margin: 0;
}

.half-course-box.top-box {
  margin: 0 0 10px 0;
  background: url('library/images/bii-header.png') #fff no-repeat;
  background-position: 50%;
}

.half-course-box.mid-box {
  margin: 0;
  background: url('library/images/ue-header.png') #fff no-repeat;
  background-position: 50%;
}

.half-course-box.bottom-box {
  margin: 10px 0 0 0;
  background: url('library/images/lr-header.png') #fff no-repeat;
  background-position: 50%;
}

.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

/* Course Specific Colors */
.cdc,
.cdc:hover {
  color: #8dc63f;
}
.cdc h3 {
  text-indent: -9999px;
  background: url('library/images/cdc-header.png') #8dc63f no-repeat;
}
.cdc .wpcw_progress_bar {
  background-color: #acd573;
}
.cdc .wpcw_progress_percent {
  color: #517935;
}
.cdc .callout-box {
  background: #8dc63f;
}

.taos,
.taos:hover {
  color: #f07f6c;
}
.taos h3 {
  text-indent: -9999px;
  background: url('library/images/taos-header.png') #f07f6c no-repeat;
}
.taos .wpcw_progress_bar {
  background-color: #f4a293;
}
.taos .wpcw_progress_percent {
  color: #994334;
}
.taos .callout-box {
  background: #f07f6c;
}

.ts,
.ts:hover {
  color: #1d4bcf;
}
.ts h3 {
  text-indent: -9999px;
  background: url('library/images/ts-header.png') #1d4bcf no-repeat;
}
.ts .wpcw_progress_bar {
  background-color: #728fe1;
}
.ts .wpcw_progress_percent {
  color: #1d4bcf;
}
.ts .callout-box {
  background: #1d4bcf;
  color: white;
}

.pe,
.pe:hover {
  color: #5bbd5e;
}
.pe h3 {
  text-indent: -9999px;
  background: url('library/images/pe-header.png') #5bbd5e no-repeat;
}
.pe .wpcw_progress_bar {
  background-color: #98d59b;
}
.pe .wpcw_progress_percent {
  color: #539155;
}
.pe .callout-box {
  background: #5bbd5e;
  color: white;
}

.se,
.se:hover {
  color: #ef295b;
}
.se h3 {
  text-indent: -9999px;
  background: url('library/images/se-header.png') #ef295b no-repeat;
}
.se .wpcw_progress_bar {
  background-color: #f58da7;
}
.se .wpcw_progress_percent {
  color: #bf2049;
}
.se .callout-box {
  background: #ef295b;
  color: white;
}

.pk,
.pk:hover {
  color: #f85a5a;
}
.pk h3 {
  text-indent: -9999px;
  background: url('library/images/pk-header.png') #f85a5a no-repeat;
}
.pk .wpcw_progress_bar {
  background-color: #fa9898;
}
.pk .wpcw_progress_percent {
  color: #aa4040;
}
.pk .callout-box {
  background: #f85a5a;
  color: white;
}

.pac,
.pac:hover {
  color: #62c4f6;
}
.pac h3 {
  text-indent: -9999px;
  background: url('library/images/pac-header.png') #62c4f6 no-repeat;
}
.pac .wpcw_progress_bar {
  background-color: #62c4f6;
}
.pac .wpcw_progress_percent {
  color: #62c4f6;
}
.pac .callout-box {
  background: #62c4f6;
  color: white;
}

.m,
.m:hover {
  color: #a8996e;
}
.m h3 {
  text-indent: -9999px;
  background: url('library/images/m-header.png') #a8996e no-repeat;
}
.m .wpcw_progress_bar {
  background-color: #c0b595;
}
.m .wpcw_progress_percent {
  color: #7b7051;
}
.m .callout-box {
  background: #a8996e;
  color: white;
}

.nsbb,
.nsbb:hover {
  color: #3500b6;
}
.nsbb h3 {
  text-indent: -9999px;
  background: url('library/images/nsbb-header.png') #3500b6 no-repeat;
}
.nsbb .wpcw_progress_bar {
  background-color: #3500b6;
}
.nsbb .wpcw_progress_percent {
  color: #8161d1;
}
.nsbb .callout-box {
  background: #3500b6;
  color: white;
}

.tpp,
.tpp:hover {
  color: #ff6912;
}
.tpp h3 {
  text-indent: -9999px;
  background: url('library/images/tpp-header.png') #ff6912 no-repeat;
}
.tpp .wpcw_progress_bar {
  background-color: #ff9253;
}
.tpp .wpcw_progress_percent {
  color: #c0500f;
}
.tpp .callout-box {
  background: #ff6912;
  color: white;
}

.csk,
.csk:hover {
  color: #00eda2;
}
.csk h3 {
  text-indent: -9999px;
  background: url('library/images/csk-header.png') #00eda2 no-repeat;
}
.csk .wpcw_progress_bar {
  background-color: #8cf5d4;
}
.csk .wpcw_progress_percent {
  color: #03b980;
}
.csk .callout-box {
  background: #00eda2;
  color: white;
}

@keyframes pulse-black {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/********************************
*   SINGLE COURSE PAGES
********************************/
.wpcw-course-single-content .course-contents-heading {
  margin-bottom: 20px;
}

.course-outro {
  display: none;
}

/**************
*   BII LINKS
**************/
#page-header-image {
  margin: 25px 0 16px 0;
}

#bii-links-list {
  display: flex;
  flex-direction: row;
  column-gap: 48px;
}

#bii-links-list .link-category {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.link-category .bii-link {
  display: block;
  transition: all 0.2s ease-in-out;
  background: white;
}

.link-category .bii-link:hover {
  transform: scale(1.1);
}

.link-category .bii-link a {
  text-decoration: none;
  text-align: center;
  width: 265px;
  display: inline-block;
}

.link-category .bii-link a:hover {
  color: #225e7f;
}

.link-category .bii-link .link-title {
  display: block;
  padding: 0 5px 8px 5px;
}

.single-bii-link #header-images {
  display: flex;
  flex-direction: column;
  width: 265px;
  float: right;
  border-bottom: 14px solid white;
  margin-left: 40px;
}

/*---Custom Button---*/

div.button-container {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    div.button-container>* {
        margin: 5px;
        min-width: 180px;
        text-align: center;
    	flex-grow: 1;
   	 	max-width: 320px;
    }

div.button-container a {
	width:100%;
}

.crown-button {
        display: inline-block;
        font-size: 38px;
        height: 150px;
        padding: 10px;
        color: #000;
        text-decoration: none;
        border-radius: 10px 10px 60px 60px;
        width: 100%;
        border: none;
        box-shadow: 0px 0px 2px rgb(193 193 193 / 50%) inset, 0px 0px 10px 5px rgba(255, 255, 255, 0.1) inset, 0px 4px 5px 3px rgb(123 123 123 / 50%), 0px 2px 4px rgba(0, 0, 0, 0.5);
        background: linear-gradient(to bottom, #ffffff90 5%, transparent 30%, transparent 90%, #00000020 100%);
        transition: 0.5s ease all;
        cursor: pointer;
		font-family: 'omnes-pro', Sans-serif;
}

    .crown-button:hover {
        background: linear-gradient(to bottom, #ffffffa0 5%, #ffffff20 30%, #ffffff20 90%, #22222220 100%);
    }


/* tablets-ish */
@media (max-width: 1080px) {
  /* don't let any images exceed screen width */
  img {
    max-width: 100%;
  }

  .top-nav {
    height: 120px;
  }

  #logo {
    margin-right: 20px;
  }

  .menu {
    margin: 0;
  }

  .menu a {
    font-size: 13px;
    padding: 5px 11px;
  }

  .menu > li {
    margin: 0.2rem;
  }

  #course-boxes {
    width: 100%;
  }

  .course-box,
  .half-courses {
    width: 260px;
  }
}

/* phones-ish */
@media (max-width: 700px) {
  html,
  body {
    overflow-y: inherit;
  }

  * {
    font-size: 14px;
    line-height: 21px;
  }

  ul {
    margin-left: 30px;
  }

  .top-nav {
    height: 100px;
  }

  #header #searchform {
    text-align: center;
    margin-right: -20px;
    padding-top: 40px;
  }

  /* don't let any images exceed screen width */
  img {
    max-width: 100%;
  }

  #logo img {
    min-width: 150px;
    margin-top: 0px;
  }

  .menu {
    margin: 0px;
  }

  .menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .menu a:hover {
    background: none;
    color: #a8996e;
  }

  .menu > li {
    margin: 0 1rem;
  }

  .menu-button-container {
    display: flex;
    margin-top: 54px;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 100px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border-bottom: 1px dotted #333;
    height: 2.5em;
    padding: 0.5em;
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #225e7f;
  }
  .menu > li:first-child {
    border-top: 1px dotted #333 !important;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px dotted #333;
  }

  .menu > li a {
    width: 100%;
    text-align: center;
  }

  #content {
    padding: 0 20px;
  }

  #course-boxes {
    flex-direction: column;
    width: 100%;
    align-content: center;
  }

  .course-box {
    width: 260px;
    height: 300px;
  }

  .wpcw-course-progress-bar-shortcode {
    height: 300px;
  }

  .callout-box {
    bottom: 100px;
  }

  .half-course-box {
    width: 260px;
  }

  #inner-footer .menu {
    position: relative;
  }

  #inner-footer .menu li {
    background: none;
    padding: 0;
  }

  #inner-footer .menu li a {
    font-size: 14px;
    margin: -2px 0 0 3px;
  }

  #inner-footer .menu > li:first-child {
    border-top: none !important;
  }
}

/* phones landscapish */
@media (max-width: 820px) {
  #course-boxes {
    width: 80%;
  }
  .course-box,
  .half-courses,
  .half-course-box {
    width: 260px;
  }

  #inner-footer .menu li a {
    font-size: 16px;
    margin: -2px 0 0 3px;
  }
}



.cui-menusection-items .cui-menusection-firstitem{
	display:none;
}