/*
Theme name: boom_radio
Author: John Robertson, Fanny Lefert, Alessandro Corraglia
Author URI: https://www.myjamjar.com.au 
Description: This is the theme for the Boom Radio website @ North Metropolitan TAFE
Version: 1.0
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Text Domain: _themename
Tags: responsive translation ready
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*Removed for accessibility guidleines iframe,*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

.category {
  visibility: hidden; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.clearfloat {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  float: none;
  height: 0;
  width: 0;
  border: 0px none;
  line-height: 0px; }

@font-face {
  font-family: 'Fjalla One', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Fjalla+One"); }

@font-face {
  font-family: 'Open Sans', sans-serif; }

/*Styling for button 'glint' effect*/
.clearfloat {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  float: none;
  height: 0;
  width: 0;
  border: 0px none;
  line-height: 0px; }

@font-face {
  font-family: 'Fjalla One', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Fjalla+One"); }

@font-face {
  font-family: 'Open Sans', sans-serif; }

/*Styling for button 'glint' effect*/
.off-canvas {
  background-color: rgba(0, 0, 0, 0.9) !important;
  width: 100%; }

.drilldown a {
  background-color: rgba(0, 0, 0, 0.9); }

.off-canvas.is-transition-overlap {
  z-index: 200; }

.top-bar-container,
.off-canvas {
  font-family: 'Fjalla One', sans-serif; }
  .top-bar-container a,
  .off-canvas a {
    color: white; }
    .top-bar-container a:hover,
    .off-canvas a:hover {
      color: #eb5b27; }
  .top-bar-container .menu li button,
  .off-canvas .menu li button {
    color: #eb5b27; }

.menu input {
  margin-bottom: 10px !important; }

.title-bar {
  background: #0a0a0a; }

.sticky-nav {
  width: 100%;
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 0;
  z-index: 100; }

.close-button {
  font-size: 1em;
  top: 1.2rem; }
  .close-button:hover {
    color: white; }

.main-nav-button,
.close-button img {
  width: 25px; }

#mobile-logo {
  width: 150px; }

#logo {
  margin-right: 15px; }

.multilevel-accordion-menu .is-accordion-submenu a {
  background: #102126; }

.multilevel-accordion-menu .is-accordion-submenu-parent > a {
  position: relative; }

.multilevel-accordion-menu .is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: white transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem; }

.multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.multilevel-accordion-menu .sublevel-1 {
  text-indent: 1rem; }

.multilevel-accordion-menu .sublevel-2 {
  text-indent: 2rem; }

.multilevel-accordion-menu .sublevel-3 {
  text-indent: 3rem; }

.multilevel-accordion-menu .sublevel-4 {
  text-indent: 4rem; }

.multilevel-accordion-menu .sublevel-5 {
  text-indent: 5rem; }

.multilevel-accordion-menu .sublevel-6 {
  text-indent: 6rem; }

.multilevel-accordion-menu a {
  color: white;
  box-shadow: inset 0 -1px #535156; }
  .multilevel-accordion-menu a::after {
    border-color: white transparent transparent; }

.multilevel-accordion-menu .menu > li:not(.menu-text) > a {
  padding: 1rem 1rem !important; }

.accordion-menu a {
  padding: 1rem 1rem !important; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: white transparent transparent; }

.post-navigation {
  min-width: 28rem; }
  .post-navigation .nav-links {
    display: flex;
    justify-content: space-around;
    align-content: center; }

/*Folder to allow us to build screen reader styling*/
/*For any spans with text*/
.u-screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*For site skip links*/
.u-skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .u-skip-link:focus {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #ffffff;
    padding: 10px 15px;
    width: auto;
    height: auto; }

.clearfloat {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  float: none;
  height: 0;
  width: 0;
  border: 0px none;
  line-height: 0px; }

@font-face {
  font-family: 'Fjalla One', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Fjalla+One"); }

@font-face {
  font-family: 'Open Sans', sans-serif; }

/*Styling for button 'glint' effect*/
html {
  scroll-behavior: smooth; }

body {
  background: #102126;
  font-family: 'Open Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fjalla One', sans-serif !important; }

h1 {
  font-size: 2em;
  display: block;
  padding: 1em 0.5em;
  color: #eb5b27; }

h2 {
  font-size: 1.4em;
  padding-bottom: 1em;
  padding-top: 0.5em; }

h3 {
  font-size: 1.6em;
  display: block;
  padding: 14px 0.5em;
  color: #eb5b27; }

h4 {
  font-size: 1.2em;
  padding: 0.5em;
  color: #0a0a0a;
  text-align: center; }

h5 {
  font-size: 1.2rem;
  padding: 0.5em; }

h6 {
  color: #102126;
  padding-bottom: 0.5rem; }

p,
li {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4rem; }

a {
  font-family: 'Fjalla One', sans-serif !important;
  color: white;
  font-size: 1rem; }
  a:hover {
    color: #eb5b27; }
  a i:hover {
    color: white; }
  a:active, a:focus {
    color: #3fc5be; }

.test {
  border: 1px solid blue; }

.orange {
  color: #eb5b27;
  font-size: 0.6rem; }

.section-title {
  color: #eb5b27;
  padding: 0.5rem;
  min-height: 55px; }

.wave-image {
  width: 80px; }

input,
textarea,
button,
label {
  font-family: 'Fjalla One', sans-serif !important; }

.button {
  border: none !important;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1); }

label {
  color: white;
  padding-bottom: 0.25rem;
  font-weight: 400; }

textarea {
  padding: 0.5rem; }

form {
  margin-top: 0.75rem; }

iframe {
  border: 0 !important;
  overflow: hidden !important; }

.list-group-item {
  margin-bottom: 1.5rem; }

.wpforms-field-description {
  color: white; }

.contact-sidebar {
  text-align: center; }

.boomPlayer {
  width: 100%;
  height: 100px;
  margin: 0px auto; }

.instagram-media,
#facebook {
  background: #FFF;
  border: 0;
  border-radius: 0;
  min-width: 300px !important;
  max-width: 98vw !important;
  height: 250px;
  padding: 0; }

.feed,
.twitter-feed iframe {
  width: 95vw !important;
  padding: 0 !important; }

.icons {
  height: 100%;
  width: 100%;
  background-color: white;
  padding: 0.5rem; }

.card-section iframe {
  width: 100% !important; }

.gradiented-box {
  border-radius: 5px; }
  .gradiented-box img {
    border-radius: 5px; }

.gradient-one-two {
  background-image: linear-gradient(to right, #faa294, #fe657e); }

.gradient-three-four {
  background-image: linear-gradient(to right, #3fc5be, #3aa9e1); }

.gradient-five-six {
  background-image: linear-gradient(to right, #fcab62, #eb5b27); }
  .gradient-five-six a:hover {
    color: #102126; }

.grad-title {
  font-size: 1.4rem; }

.box-shadowed {
  -webkit-box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3);
  -moz-box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3);
  box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3); }

.card {
  border: 0 !important;
  background: #535156;
  /*------------To style schedule card class images--------------
    img {
        @include box-shadow;
    }*/
  /*-------------To style all other card class images------------*/ }
  .card .single-card {
    box-shadow: none; }

.card-section {
  background-color: #535156;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  min-height: 13.25rem; }
  .card-section .bio div h2 {
    padding-left: 0.5rem; }

.card-single div h5 {
  font-size: 1.6rem; }

.card-single div ul li {
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1.0rem; }

.bio {
  width: 100%; }
  .bio p {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    min-height: 90px;
    text-align: left; }

.list-group {
  list-style: disc;
  padding-left: 2rem; }

.shared {
  margin-bottom: 0.7rem; }

/*#wpgmza_map {

}*/
div .tabs,
div .tabs-content,
div .tabs-content,
div .accordion,
div .md-tabs,
div .accordion-content,
div .accordion-item {
  background-color: transparent !important; }

div .tabs-panel {
  padding: 0; }
  div .tabs-panel p {
    color: rgba(255, 255, 255, 0.7); }

.md-tabs,
.tabs-content {
  border: none; }
  .md-tabs :target:before,
  .tabs-content :target:before {
    height: 0px;
    /*to correct the space created by the fixer header height*/ }

.accordion-content {
  padding: 0; }

div.md-tabs {
  border: 0px !important; }
  div.md-tabs > .accordion-content {
    padding: 0; }
  div.md-tabs > .accordion {
    margin-left: 0;
    list-style-type: none; }
    div.md-tabs > .accordion > .accordion-item > .accordion-title {
      position: relative;
      display: block;
      padding: 1.25rem 1rem;
      border: 0px;
      font-size: 1rem;
      line-height: 1;
      background-image: linear-gradient(to right, #3fc5be, #3aa9e1);
      color: white; }
      div.md-tabs > .accordion > .accordion-item > .accordion-title:hover {
        background-color: #3fc5be;
        color: #0a0a0a;
        outline: none; }
  div.md-tabs > .accordion > .is-active.accordion-item > a.accordion-title {
    border-bottom: 4px solid #102126;
    color: #102126; }
  div.md-tabs > .accordion > .accordion-item > .accordion-content {
    display: none;
    border: 0px;
    background-color: #fefefe;
    color: rgba(255, 255, 255, 0.7); }

div.md-tabs > .accordion > .accordion-item > .accordion-title:focus,
.accordion-title:hover {
  color: #102126;
  outline: none; }

.md-tabs > .tabs > .tabs-title.is-active > a:hover {
  color: white; }

.md-tabs {
  background-color: #fcab62;
  text-align: center; }
  .md-tabs > .tabs {
    margin: 0;
    border: 0;
    background: transparent;
    list-style-type: none;
    display: table;
    width: 100%; }
    .md-tabs > .tabs .cell {
      padding: 5px; }
    .md-tabs > .tabs > .tabs-title {
      display: table-cell;
      width: calc(100% / 3);
      text-align: center;
      display: inline-block; }
      .md-tabs > .tabs > .tabs-title.is-active > a {
        color: white;
        background-image: linear-gradient(to right, #3fc5be, #3aa9e1);
        outline: none; }
      .md-tabs > .tabs > .tabs-title.is-active:nth-of-type(1) ~ .slide {
        left: calc((100% / 3) * 0); }
      .md-tabs > .tabs > .tabs-title.is-active:nth-of-type(2) ~ .slide {
        left: calc((100% / 3) * 1); }
      .md-tabs > .tabs > .tabs-title.is-active:nth-of-type(3) ~ .slide {
        left: calc((100% / 3) * 2); }
      .md-tabs > .tabs > .tabs-title > a {
        color: white;
        font-size: 16px; }
        .md-tabs > .tabs > .tabs-title > a:hover {
          color: #3fc5be;
          background-color: transparent; }
        .md-tabs > .tabs > .tabs-title > a:focus {
          background-image: linear-gradient(to right, #3fc5be, #3aa9e1);
          color: white; }

.presenter .wp-block-image img {
  -webkit-box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3);
  -moz-box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3);
  box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3); }

.presenter p {
  padding-bottom: 15px; }

.blockquote p {
  color: #eb5b27 !important; }

/*.contact {
    a {
        font-family: inherit !important;
        font-size: inherit !important;

    }
}*/
.callout {
  border: none;
  min-height: 400px; }
  .callout img {
    -webkit-box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3);
    -moz-box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3);
    box-shadow: 5px 5px 0 rgba(16, 33, 38, 0.3);
    border-radius: 10px;
    margin: 20px auto;
    display: block;
    opacity: .50; }
    .callout img:hover {
      opacity: 1; }
  .callout p {
    display: inline-block;
    margin: 5px 10px; }

:target:before {
  content: "";
  display: block;
  height: 84px;
  /* fixed header height*/ }

.info-container {
  max-width: 900px;
  margin: auto; }
  .info-container li {
    padding: 5px; }

.wpforms-field-description {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Open Sans', sans-serif; }

.wpforms-required-label {
  color: #eb5b27 !important; }

.wpforms-field-select {
  font-family: 'Fjalla One', sans-serif !important;
  font-size: 0.9rem; }

.wpforms-submit {
  z-index: 1;
  position: relative;
  overflow: hidden; }
  .wpforms-submit::after {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -300%;
    width: 5em;
    left: 10%;
    transform: translateX(-400%) rotate(35deg); }
  .wpforms-submit:hover {
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
    background-color: transparent;
    cursor: pointer;
    color: white; }
  .wpforms-submit:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translateX(170%) rotate(5deg); }
  .wpforms-submit:active, .wpforms-submit:focus {
    color: white; }

.wpforms-error {
  color: #eb5b27 !important;
  padding-top: 5px !important; }

#wpforms-confirmation-27551 {
  background-image: linear-gradient(to right, #3fc5be, #3aa9e1); }

.wpforms-confirmation-container-full {
  border: none !important;
  border-radius: 5px; }

#copyright {
  color: white;
  font-size: 0.75rem;
  font-weight: 100; }

a.boom-button {
  border-radius: 0.7rem;
  padding: .5rem 1.5rem;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #fcab62, #eb5b27);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #535156 inset;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  a.boom-button::after {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -300%;
    width: 5em;
    left: 10%;
    transform: translateX(-400%) rotate(35deg); }
  a.boom-button:hover {
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
    background-color: transparent;
    cursor: pointer;
    color: white; }
  a.boom-button:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translateX(170%) rotate(5deg); }
  a.boom-button:active, a.boom-button:focus {
    color: white; }

.animation-container {
  width: 100%;
  height: 15px;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*Controller for colour of waves*/ }
  .animation-container .sound-container {
    position: relative;
    top: 20px;
    left: 10px;
    width: 150px;
    height: 80%;
    display: inline-block;
    margin-left: 4px; }
  .animation-container .sound-container > div {
    /*position: relative;*/
    height: 100%;
    width: 0.05rem;
    background: black;
    display: inline-block;
    animation: wave 3s infinite ease-in-out;
    -webkit-animation: wave 3s infinite ease-in-out;
    -moz-animation: wave 3s infinite ease-in-out;
    -ms-animation: wave 3s infinite ease-in-out;
    -o-animation: wave 3s infinite ease-in-out; }
  .animation-container .sound-container .rect-2 {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s; }
  .animation-container .sound-container .rect-3 {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s; }
  .animation-container .sound-container .rect-4 {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s; }
  .animation-container .sound-container .rect-5 {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s; }
  .animation-container .sound-container .rect-6 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s; }

@keyframes wave {
  0% { }
  100% {
    transform: scaleY(1);
    background: #102126; }
  20% {
    transform: scaleY(3);
    background: #3aa9e1; }
  33% {
    transform: scaleY(1);
    background: #3fc5be; }
  50% {
    transform: scaleY(3);
    background: #fcab62; }
  66% {
    transform: scaleY(1);
    background: #fe657e; }
  84% {
    transform: scaleY(3);
    background: #faa294; } }

.boom-button-white {
  border-radius: 0.7rem;
  padding: .5rem 1.5rem;
  margin-bottom: 1rem;
  border: solid 2px white;
  background-color: transparent;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  .boom-button-white::after {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -300%;
    width: 5em;
    left: 10%;
    transform: translateX(-400%) rotate(35deg); }
  .boom-button-white:hover {
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
    background-color: transparent;
    cursor: pointer;
    color: white; }
  .boom-button-white:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translateX(170%) rotate(5deg); }
  .boom-button-white:active, .boom-button-white:focus {
    color: white; }

.social-button {
  width: 95vw;
  margin-bottom: 0 !important;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  .social-button::after {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -300%;
    width: 5em;
    left: 10%;
    transform: translateX(-400%) rotate(35deg); }
  .social-button:hover {
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
    background-color: transparent;
    cursor: pointer;
    color: white; }
  .social-button:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translateX(170%) rotate(5deg); }
  .social-button:active, .social-button:focus {
    color: white; }

.small-social-button {
  margin: 5px;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  .small-social-button::after {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -300%;
    width: 5em;
    left: 10%;
    transform: translateX(-400%) rotate(35deg); }
  .small-social-button:hover {
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
    background-color: transparent;
    cursor: pointer;
    color: white; }
  .small-social-button:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translateX(170%) rotate(5deg); }
  .small-social-button:active, .small-social-button:focus {
    color: white; }

#wpforms-submit-27551 {
  border-radius: 0.7rem;
  padding: .5rem 1.5rem;
  margin-bottom: 1rem;
  border: solid 2px white;
  color: white;
  background-color: transparent;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  #wpforms-submit-27551::after {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -300%;
    width: 5em;
    left: 10%;
    transform: translateX(-400%) rotate(35deg); }
  #wpforms-submit-27551:hover {
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
    background-color: transparent;
    cursor: pointer;
    color: white; }
  #wpforms-submit-27551:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translateX(170%) rotate(5deg); }
  #wpforms-submit-27551:active, #wpforms-submit-27551:focus {
    color: white; }

.title-bar > .title-bar-left > div > div > form > input:hover,
.search-input:hover {
  border: 2px #eb5b27 solid; }

.title-bar > .title-bar-left > div > div > .nav-search {
  margin: 0;
  padding: 0;
  margin-right: 0.5em; }

.pagination a,
.pagination button {
  display: inline !important;
  list-style-type: none; }

.pagination .current {
  background-color: #eb5b27;
  font-family: 'Fjalla One', sans-serif; }

.pagination a {
  color: white; }

/*John's Style*/
.responsive {
  margin: 1rem;
  /*a touch of Fanny*/ }
  .responsive .slick-prev {
    transform: rotate(180deg);
    margin-top: -13px; }
    .responsive .slick-prev::before {
      content: ""; }
  .responsive .slick-next::before {
    content: ""; }
  .responsive .slick-arrow {
    top: 50%;
    height: 26px;
    width: 14px;
    position: absolute;
    background-image: url(src/assets/img/arrow-slider.png);
    background-repeat: no-repeat; }
  .responsive .slick-dots li button::before {
    font-size: 0.5rem;
    color: white; }

.widget_text h5,
.widget_tag_cloud h5,
.widget_simple_facebook_page_feed_widget h5,
.widget_meta h5,
.widget_categories form .screen-reader-text h5 {
  color: #eb5b27;
  padding-left: 0;
  padding-top: 0.75rem; }

.widget_categories h5 {
  display: none; }

#tag_cloud-2 h5 {
  visibility: hidden;
  height: 0;
  padding: 2px; }

footer a {
  color: #eb5b27; }
  footer a:hover {
    color: white; }

.clearfloat {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  float: none;
  height: 0;
  width: 0;
  border: 0px none;
  line-height: 0px; }

@font-face {
  font-family: 'Fjalla One', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Fjalla+One"); }

@font-face {
  font-family: 'Open Sans', sans-serif; }

/*Styling for button 'glint' effect*/
@media screen and (min-width: 668px) {
  :target:before {
    content: "";
    display: block;
    height: 133px;
    /* fixed header height*/ }
  .boomPlayer {
    border-radius: 5px; }
  .attachment-card-style {
    display: block; }
  .icons {
    height: 70%;
    width: 70%; }
  .social-button,
  .feed,
  .twitter-feed iframe {
    width: 300px !important; }
  /*Sets minimum height of excerpt for card*/
  .card-section {
    min-height: 13rem; }
  .slide {
    background: #102126;
    width: calc(100% / 3);
    height: 3.5px;
    position: relative;
    left: 0;
    top: 53px;
    transition: left 0.3s ease-out; }
  .off-canvas {
    width: 25%;
    overflow: hidden; }
  .md-tabs {
    background-color: #fcab62;
    text-align: center; }
    .md-tabs > .tabs {
      margin: 0;
      border: 0;
      background: transparent;
      list-style-type: none;
      display: table;
      width: 100%; }
      .md-tabs > .tabs .cell {
        padding: 5px; }
      .md-tabs > .tabs > .tabs-title {
        display: table-cell;
        width: calc(100% / 3);
        text-align: center;
        display: inline-block; }
        .md-tabs > .tabs > .tabs-title.is-active > a {
          color: white;
          background-image: linear-gradient(to right, #3fc5be, #3aa9e1);
          outline: none; }
        .md-tabs > .tabs > .tabs-title.is-active:nth-of-type(1) ~ .slide {
          left: calc((100% / 3) * 0); }
        .md-tabs > .tabs > .tabs-title.is-active:nth-of-type(2) ~ .slide {
          left: calc((100% / 3) * 1); }
        .md-tabs > .tabs > .tabs-title.is-active:nth-of-type(3) ~ .slide {
          left: calc((100% / 3) * 2); }
        .md-tabs > .tabs > .tabs-title > a {
          color: white;
          font-size: 16px; }
          .md-tabs > .tabs > .tabs-title > a:hover {
            color: #3fc5be;
            background-color: transparent; }
          .md-tabs > .tabs > .tabs-title > a:focus {
            background-image: linear-gradient(to right, #3fc5be, #3aa9e1);
            color: white; }
    .md-tabs :target:before {
      height: 0px;
      /*to correct the space created by the fixer header height*/ }
  .presenter .wp-block-image {
    float: right;
    max-width: 50%; }
    .presenter .wp-block-image img {
      margin-left: 20px; }
  /*Bigger  go to top button on tablet and desktop*/
  .top-link {
    margin: 0 3em 3em 0; } }

.clearfloat {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  float: none;
  height: 0;
  width: 0;
  border: 0px none;
  line-height: 0px; }

@font-face {
  font-family: 'Fjalla One', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Fjalla+One"); }

@font-face {
  font-family: 'Open Sans', sans-serif; }

/*Styling for button 'glint' effect*/
@media screen and (min-width: 1024px) {
  header {
    background-image: url(src/assets/img/BackHeader.gif);
    height: 150px;
    opacity: 30%;
    background-size: cover; }
  #logo {
    width: 180px; }
  .img-left,
  .img-right {
    position: relative;
    top: 3.5rem; }
  .img-left {
    left: 1rem; }
  .img-right {
    right: 1rem; }
  .card-section {
    min-height: 11.5rem; }
  .contact-sidebar {
    text-align: left; }
  .bio p {
    font-size: 0.95rem; }
  p,
  li {
    font-size: 0.95rem; } }

.c-comments p {
  font-size: 0.9rem; }

.c-comments__title {
  margin: 1.5rem 0 0 0;
  padding: 0.5rem 0.5rem 1rem 0;
  font-size: 1.3rem !important;
  color: #eb5b27; }

.c-comments__list {
  list-style: none;
  margin: 0; }
  .c-comments__list .children {
    font-size: 100%;
    list-style: none;
    margin-left: 1rem; }

.c-comments :target:before {
  height: 20px; }

.c-comment {
  background-color: #EAEBEB;
  box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 2px;
  position: relative; }
  .c-comment--child {
    box-shadow: none; }
    .c-comment--child .c-comment__avatar {
      width: 30px;
      height: 30px;
      margin-right: 5px; }
    .c-comment--child article {
      box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.05); }
  .c-comment .comment-respond {
    padding: 0.5rem;
    margin-bottom: 0.5rem; }
    .c-comment .comment-respond .comment-form .logged-in-as a {
      color: #102126; }
    .c-comment .comment-respond .comment-form .logged-in-as a:hover {
      color: #3aa9e1; }
    .c-comment .comment-respond .comment-form .logged-in-as a:nth-child(2) {
      color: #3aa9e1;
      margin-left: 0.5rem; }
    .c-comment .comment-respond .comment-form .logged-in-as a:hover {
      color: #eb5b27; }
    .c-comment .comment-respond .comment-form .comment-form-comment label {
      color: #102126; }
  .c-comment__reply-link {
    text-align: right; }
    .c-comment__reply-link a {
      color: #3aa9e1; }
    .c-comment__reply-link a:hover {
      color: #eb5b27; }
  .c-comment__edit-link {
    position: absolute;
    top: 25px;
    right: 10px; }
    .c-comment__edit-link a {
      color: #eb5b27; }
  .c-comment__time {
    margin: 0.25rem;
    color: #3aa9e1;
    display: inline-block;
    border-bottom: none;
    font-size: 0.9rem; }
  .c-comment__body {
    display: flex; }
  .c-comment__avatar {
    width: 50px;
    height: 50px;
    margin: 0.5rem; }
  .c-comment__content {
    flex: 1;
    margin: 0.5rem; }
    .c-comment__content p {
      color: #102126;
      margin: 0.50rem 0.25rem 0.25rem 0.25rem; }
  .c-comment__author {
    color: #102126;
    font-weight: 500;
    font-size: 1rem;
    margin: 0.25rem;
    font-family: 'Fjalla One', sans-serif !important; }
    .c-comment__author a {
      color: inherit;
      border-bottom: none; }

.comment-respond {
  margin-top: 1rem; }
  .comment-respond .comment-reply-title {
    padding: 0;
    font-size: 1.3rem !important; }
    .comment-respond .comment-reply-title #cancel-comment-reply-link {
      color: #3aa9e1;
      font-size: 0.75em;
      margin-left: 0.5rem; }
      .comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
        color: #eb5b27; }
  .comment-respond .comment-form .logged-in-as {
    margin: 0.5rem 0.5rem 1rem 0; }
  .comment-respond .comment-form .comment-form-comment label {
    padding: 0.5rem 0; }
  .comment-respond .comment-form .comment-form-author label,
  .comment-respond .comment-form .comment-form-comment label,
  .comment-respond .comment-form .comment-form-email label,
  .comment-respond .comment-form .comment-form-url label,
  .comment-respond .comment-form .comment-form-cookies-consent label {
    padding: 0.5rem 0 0.5rem 0;
    color: #eb5b27; }
  .comment-respond .comment-form .form-submit {
    margin-top: 0.75rem;
    border-radius: 0.7rem;
    padding: .5rem 1.5rem;
    margin-bottom: 1rem;
    border: solid 2px white;
    background-color: transparent;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .comment-respond .comment-form .form-submit::after {
      content: '';
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: -50%;
      bottom: -300%;
      width: 5em;
      left: 10%;
      transform: translateX(-400%) rotate(35deg); }
    .comment-respond .comment-form .form-submit:hover {
      box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
      background-color: transparent;
      cursor: pointer;
      color: white; }
    .comment-respond .comment-form .form-submit:hover::after {
      transition: transform 0.45s ease-in-out;
      transform: translateX(170%) rotate(5deg); }
    .comment-respond .comment-form .form-submit:active, .comment-respond .comment-form .form-submit:focus {
      color: white; }
    .comment-respond .comment-form .form-submit input {
      padding: 0;
      margin-bottom: 0;
      border: none;
      color: white;
      background-color: transparent; }

.comment-notes {
  color: #3aa9e1; }

.top-link {
  transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  /*Remove margin for mobile only - replace in tablet/desktop
    margin: 0 3em 3em 0;*/
  border-radius: 50%;
  padding: .25em;
  /*Dimension for size of the circle around icon*/
  width: 50px;
  height: 50px;
  /*background-color: $color-eight;*/
  z-index: 100000;
  /*Styling for classess aplied by JS*/
  /*Sets styling of circle round the icon*/
  /*Ensures site styling does change colour of icon after use*/
  /*Sets the icon size*/
  /*Icon can transition fo othe config colours*/ }
  .top-link.show {
    visibility: visible;
    opacity: 1; }
  .top-link.hide {
    visibility: hidden;
    opacity: 0; }
  .top-link:hover {
    background-color: #535156; }
  .top-link:after {
    color: white; }
  .top-link:focus {
    color: white; }
  .top-link i {
    font-size: 2rem; }
  .top-link i:hover {
    color: #eb5b27; }

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px); }
  .screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    /*Keeps icon underneath WP toolbar, navbar and a anchor links*/
    z-index: 100000;
    clip-path: none;
    background-color: white;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important; }
