/*
Theme Name: spectrospective
Theme URI: http://underscores.me/
Author: Joshua Richardson
Author URI: http://joshricha.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spectrospective
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

spectrospective is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

a:focus, a:hover, p a:focus, p a:hover {
  color:#000;
}

b, strong, label {
	font-family: 'AvantGardeGothicITCW01Bd' !important;
}

nav a:focus, nav a:hover {
	color:#fff;
}

img.size-full {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0 !important;
    padding: 5px 0;
    letter-spacing: -0.03em
}

h1, h3, h4 {
    font-family: 'AvantGardeGothicITCW01Bd' !important;
}

h1 {
  line-height: 39px;
}

h2 {
  font-size: 18px;
  line-height: 20px;
  color: #00B5AD;
}

h3 {
    font-size: 15px !important;
    line-height: 16px !important;
}

h2, h5, .interested, b a {
    font-family: 'AvantGardeGothicITCW01Bd' !important;
}

p, a, ul, li {
    font-family: 'AvantGardeGothicITCW01Bk' !important;
}

p {
    color: #000000;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
}

a:focus{
  outline: none !important;
}

.black-bg {
  background-color: #000;
  /*background: url('/wp-content/uploads/2017/03/HOMEPAGE_TEXTURE_STRIPx2.png') no-repeat;*/
}

.nav-list {
  padding: 5px 0;
}

nav {
  padding: 5px 0;
}

nav ul {
  list-style:none;
  padding-left: 0;
  margin-bottom: 0;
}

nav li {
  display: inline-block;
}

nav a {
  color: #fff;
  font-family:'AvantGardeGothicITCW01Bd' !important
}

nav img {
  max-height: 28px;
}

#test a:after {
    content: " | ";
}

#test li:last-child:after {
    content: "";
}

#main li:after {
    content: " | ";
		color: #fff;
		padding: 0 6px;
}


#main li:last-child:after {
    display: none;
}

.button {
    min-height: 40px;
    color: #FFF;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 6px 15px 3px 15px !important;
    width: 100%;
}

.button:hover,.btn.focus, .btn:focus, .btn:hover {
    color: #FFF !important;
}

.button1 {
    background: #00B5AD;
}

.button2 {
    background: #00B5AD;
}

.site-header {
    background-color: #FFF;
    position: relative;
}

.header-bg {
  /* background: url('/wp-content/uploads/2017/03/HOMEPAGE_TEXTURE_HEADERx2-n.png') no-repeat; */
  background-size: cover;
}

/*.site-header .logo {
    padding: 20px 10px;
    height: 80px;
}*/

.video-hero-container {
    /*background: url('/wp-content/themes/spectrospective/assets/img/HERO_VIDEO_PLACEHOLDER_x2.jpg') no-repeat;*/
    /* background: url('http://spectrospective.com.au/wp-content/uploads/2017/03/HOMEPAGE_HERO_BANNERx2.jpg') no-repeat; */
    background-size: 100% 100%;
    position: relative;
}

a.hero-filmlink {
	cursor: pointer;
}

#hero_video {
  margin-bottom: -5px;
}

#video-controls {
    position: relative;
}

button#play-pause {
  background-image: url('http://spectrospective.com.au/wp-content/uploads/2017/03/VIDEO_ICONS_PLAY_x2.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* put the height and width of your image here */
  height: 55px;
  width: 55px;
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
  border: none;
  background-color: transparent;
}

button#play-pause span {
  display: none;
}

button#mute {
  background-image: url('http://spectrospective.com.au/wp-content/uploads/2017/03/VIDEO_ICONS_MUTE_x2.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* put the height and width of your image here */
  height: 55px;
  width: 55px;
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
  border: none;
  background-color: transparent;
}

button#mute span {
  display: none;
}

button#play-pause, button#mute {
  position: absolute;
  left: 21px;
  top: -76px;
}

.navbar-toggle {
  margin-top: 14px;
}

.current_page_item a {
  color: #000;
}

button#mute {
  position: absolute;
  left: 88px;
  top: -76px;
}

input[type=range].temp-hidden, button.temp-hidden {
    display: none;
}

button:focus,button:active {
   outline: none !important;
}

.social-bar {
    background-color: #00B5AD;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.social-bar .icons ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.icon-bar {
  background-color: #fff;
}


.social-bar .icons ul li a {
    display: block;
}

.social-bar .icons ul li a img {
    height: 30px;
}

.social-bar .title {
    color: #FFFFFF;
}

.tile {
    margin-bottom: 10px;
}

.page-intro {
  padding: 25px 0 15px 0;
  text-align:center;
}

.pole {
  color: #fff;
  padding: 0 6px;
}

.page-intro h1{
    color: #00B5AD;
    padding-top: 20px;
    padding-bottom: 20px;
}

.resources-page .ule .content-body h2, .resources-page .modal-body h2 {
  text-decoration: none;
  padding-bottom: 12px;
}

.secondary-content a {
  color: #00B5AD;
  font-family: 'AvantGardeGothicITCW01Bd' !important;
  text-decoration: underline;
}

.secondary-content b {
    font-family: 'AvantGardeGothicITCW01Bd' !important;
}

.sub-menu ul {
  list-style: none;
}

.sub-menu li {
  display: inline-block;
  list-style: none;
}

.sub-menu a {
  font-family: 'AvantGardeGothicITCW01Bd' !important;
  color: #000;
}

.about-page .page-intro h3 {
  color: #000;
  text-decoration: none;
}

.about-page h3 {
  color: #F05A22;
  text-decoration: underline;
}


.footer-center a, .footer-center a.underline {
	text-decoration: underline;
}

.heavy-link {
    font-family: 'AvantGardeGothicITCW01Bd' !important;
    color: #000;
}

.sub-menu .pole {
  color: #000;
  font-family: 'AvantGardeGothicITCW01Bd' !important;
}

div hr {
  border-top: 3px solid #eee;
}

.page-intro h3 {
  padding-top: 30px;
  padding: 0px 10px 10px 10px;
}

.resources-page .top-bar {
  margin-bottom: 20px;
}

.content-module p:last-child, p.last {
    margin-bottom: 10px;
}

.questions-last {
    margin-bottom: 49px;
}

.page-template-page-onethree .content-module, .page-template-page-video .content-module, .home-page .content-module {
    border: 2px solid #e9e8e8;
}

.content-module .content-image {
    position: relative;
}

.content-module .content-body {
     padding: 15px;
}

.resources-page .content-module .content-body {
     padding: 2px 15px 15px 15px;
     min-height: 141px;
}

.page-template-page-video .content-module .content-body {
  padding: 5px;
}

.page-template-page-video .content-module h2 {
  text-align: center;
}

h2.center-pink {
  color: #C00E74;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 15px;
}

.content-module .content-body h2, .modal-body h2 {
    color: #00B5AD;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}

.page-template-page-video .content-module .content-body h2 {
	color: #C00E74;
}

.page-template-header-homevthree .content-module .content-body {
	border-right: 3px solid #e9e9e9;
	border-left: 3px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
	min-height: 340px;
	position: relative;
}

.page-template-header-homevthree .buttons.clearfix {
	position: absolute;
	bottom: 15px;
}

.page-template-header-homevthree .content-image .img-responsive {
  border-right: 3px solid #E9E9E9;
  border-top: 3px solid #E9E9E9;
  border-left: 3px solid #E9E9E9;
}

.modal-body a.button {
  padding: 9px 15px 3px 15px !important;
  text-decoration: none;
}

#subscribe_form2 .modal-body {
  padding: 15px 23px;
}

.modal-body h2 {
  color: #C00E74;
}

.modal-body a {
  color: #070707;
  text-decoration: underline;
}

.modal-body a.button {
  color: #fff;
  font-weight: bold;
}

.modal-body b {
  font-family: 'AvantGardeGothicITCW01Bd' !important;
}

.content-module .content-body h1, .modal-body h1 {
    color: #00B5AD;
    font-weight: bold;
    font-size: 36px;
    line-height: 39px;

}

.content-module .content-body h2.title-big, .modal-body h2.title-big {
    color: #00B5AD;
    font-weight: bold;
    font-size: 36px;
    line-height: 39px;
    text-decoration: none;
    font-family: 'AvantGardeGothicITCW01Bd' !important;
    margin: 0 !important;
    padding: 5px 0;
}

.content-module .content-body h3.home-title2 {
    color: #C00E74;
    font-size: 14px;
    text-decoration: underline;
    line-height: 23px;
    font-family: 'AvantGardeGothicITCW02Dm' !important;
}

.content-module .content-body p {
    color: #000000;
    font-size: 15px;
    line-height: 19px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.content-module .content-body .buttons {
    display: block;
}

.video-module {
    position: relative;
}

.video-module .video-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #FFFFFF;
}

.site-footer {
    background: #E9E9E9;
    position: relative;
    min-height: 50px;
    padding-bottom: 30px;
}

.page-template-page-about .site-footer {
    margin-top: 50px;
}

.second-nav {
  height: 50px;
  background: #00B5AD;
}

.social-links ul li {
    list-style: none;
}

.site-footer h5 {
    color: #000
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
}

.pull-left {
  padding: 0px;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  padding-left: 0;
  padding-top: 10px;
}

.footer-top, .top-bar {
    //background: url('/wp-content/themes/spectrospective/assets/img/HOMEPAGE_TEXTURE_STRIPx2.png') no-repeat;
    background: #00B5AD;
    background-size: 100%;
    min-height: 7px;
}

.footer-center {
    text-align: center;
}

.footer-center a {
    text-decoration: none;
    color:#000;
}

.site-footer hr {
    border-top: 1px solid #6f6f6f;
}

.site-footer .social-links {
    margin: 10px auto;
}

.social-links .icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-links ul li {
    float: left;
}

.social-links li a {
    display: block;
    padding: 0 10px;
}

.social-links ul li a img {
    height: 30px;
}

.site-footer .footer-branding .brand {
    text-align: center;
}

.site-footer .footer-branding img{
    height: 80px;
    margin: 0 auto;
}

#subscribe_form {
  font-family: "AvantGardeGothicITCW01Bk" !important;
  color: #070707;
}

strong.interested {
    padding-bottom: 5px;
}

.first {
    padding-top: 5px;
}

#subscribe_form .form-group {
  margin-bottom: 5px;
}

#subscribe_form .modal-header {
  border: 0px;
  padding: 5px;
}

#subscribe_form .modal-header .close {
  opacity: 1;
}

#subscribe_form .modal-header span {
  color: #211e4d;
}

#subscribe_form input {
  border-color: #F0F0F0;
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
}

#subscribe_form .control-label {
  text-align: left;
  margin: 4px 0;
}

#subscribe_form .modal-dialog {
  width: 300px;
}

#subscribe_form .modal-content {
  border: 3px solid #211e4d;
  border-radius: 0px;
}

#subscribe_form form {
  width: 260px;
  margin: 0 auto;
}

#subscribe_form2 {
  font-family: "AvantGardeGothicITCW01Bk" !important;
  color: #070707;
}

strong.interested {
    padding-bottom: 5px;
}

.first {
    padding-top: 5px;
}

.page-template-page-onethree .content-body {
  min-height: 209px;
}

#subscribe_form2 .form-group {
  margin-bottom: 5px;
}

#subscribe_form2 .modal-header {
  border: 0px;
  padding: 5px;
}

#subscribe_form2 .modal-header .close {
  opacity: 1;
}

#subscribe_form2 .modal-header span {
  color: #211e4d;
}

#subscribe_form2 input {
  border-color: #F0F0F0;
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
}

#subscribe_form2 .control-label {
  text-align: left;
  margin: 4px 0;
}

#subscribe_form2 .modal-dialog {
  width: 500px;
}

#subscribe_form2 .modal-content {
  border: 3px solid #211e4d;
  border-radius: 0px;
}

#subscribe_form2 form {
  width: 260px;
  margin: 0 auto;
}

input[type=radio] {
	visibility: hidden;
}

.radio {
	position: relative;
}

.radio:hover .custom-radio,
.custom-radio.active {
	background: #C00E74;
}

.input-group ul {
    list-style: none;
    padding-left: 0;
}

.input-group label {
    padding-left: 5px;
}

.custom-radio {
	width: 17px;
	height: 17px;
	border: 1px solid #C00E74;
	border-radius: 8px;
	position: absolute;
	background: #fff;
	top: 8px;
	left: -2px;
	cursor: pointer;
}

#subscribe_form .radio {
	margin: 4px 0;
}

#subscribe_form .radio-text {
	margin-left: 6px;
	display: inline-block;
}

#subscribe_form button.btn {
  background: #211e4d;
  font-weight: bold !important;
  padding: 12px;
  border: none;
  margin-top: 5px;
  border-radius: 0;
  color: #fff;
  width: 100%;
}

.not-bold {
    font-weight: normal;
    font-family:AvantGardeGothicITCW01Bk;
}

iframe {max-width:100%}

.vg-top-pagination {
    margin: 30px 0;
}
.vg-top-pagination a {
    color: #C00E74;
    font-weight: 400;
    font-size: 18px;
    margin: 0 5px;
    display: inline-block;
}
.vg-top-pagination span.current {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    color: #c00e74;
}
a.hero-filmlink {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}


#mc_embed_signup {
	background: #33c4bd;
	padding: 10px;
}
#mc_embed_signup br {
	display: none;
}
#mc_embed_signup form {
	border: 2px solid #000;
	background: #00b6ad;
	position: relative;
	padding: 0;
}
#mc_embed_signup_scroll h2 {
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #000;
	margin: 0;
	padding: 20px;
	font-size: 24px;
}
.input-label {
	font-weight: bold;
}
.input-label span {
	display: block;
	color: #8393CA;
}
.indicates-required {
	display: none;
}
.mc-field-group {
	background: #e9e9e9;
	padding: 10px;
}
.mc-field-group.input-group {
    background: #fff;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mc-field-group label[for=mce-EMAIL] {
    color: #00b6ad;
    font-weight: bold;
    margin: 0;
}
input#mce-EMAIL {
    background: transparent;
    border: 0;
    width: 70%;
    display: inline-block;
    outline: 0 !important;
    font-weight: bold;
}
input#mc-embedded-subscribe {
    background: #8393CA;
    position: absolute;
    bottom: -2px;
    right: -2px;
    padding: 22px 30px !important;
    font-weight: bold;
    border: 2px solid #000;
    cursor: pointer;
    width: auto;
    min-height: auto;
    box-sizing: border-box;
}
.mc-field-group ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mc-field-group ul .label-btn {
    background: #00b6ad;
    border: 2px solid #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    padding-top: 14px;
}
.mc-field-group ul label {
	display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
}
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #fff;
    margin-left: 10px;
    border: 2px solid;
    box-sizing: border-box;
}
input[type=checkbox]:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
    left: 18px;
    top: 8px;
    width: 10px;
    height: 25px;
    border: solid #000;
    border-width: 0 5px 6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mce_inline_error {
    position: absolute;
}

.mc-field-email-group {
  padding: 21px 10px;
  margin-bottom: -15px;
}


.page-id-949 .page-intro {
  padding: 100px 15px;
}

.page-id-49.page-template-page-onethree .content-module .content-body {
  min-height: 283px;
}

.page-id-930.page-template-page-onethree .content-module .content-body {
  min-height: 283px;
}

@media (max-width: 1200px) {
    .not-bold {
        display: none;
    }

	.page-template-header-homevthree .content-module .content-body {
    		min-height: 414px;
	}


}
@media (min-width: 768px) {
    .site-header .logo {
        height: 140px;
    }

    .site-footer .social-links {
        width: 45%;
    }

    .site-footer .footer-branding {
        width: 50%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {


    .video-hero-container {
        background-size: 100%;
    }

    .page-template-page-onethree .content-module .content-body {
      min-height: 178px;
    }

    .page-id-49.page-template-page-onethree .content-module .content-body {
      min-height: 283px;
    }

    .page-id-930.page-template-page-onethree .content-module .content-body {
      min-height: 283px;
    }

    .home-page .content-module .content-body {
      min-height: 393px;
      position: relative;
      padding-bottom: 56px;
    }

    .home-page .button1, .home-page .button2 {
      position: absolute;
      bottom: 15px;
    }

    .home-page .modal-body .button2 {
      position: static;
    }

    .home-page .button1 {
      left: 15px;
    }

    .home-page .button2 {
      right: 10px;
    }

    .content-module .content-body {
        padding: 25px;
    }

    .content-module .content-body .buttons {
        display: table;
    }

    .content-module .content-body .buttons .button{
        display: table-cell;
        width: 46.6%;
        border: 0;
        border-right: 4px solid white;
    }

    .site-footer .social-links {
        width: 40%;
    }

    .social-links ul li a img {
        height: 40px;
    }

    .site-footer .footer-branding {
        width: 55%;
    }
}

div.QuizQuestion-component {
  background: #8393CA;
}


@media (min-width: 1200px) {

}

#hero_video {
  width: 100%    !important;
  height: auto   !important;
}



@media (max-width: 1200px) {

  .page-id-930.page-template-page-onethree .content-module .content-body {
      min-height: 302px !important;
  }
  .home-page .social-bar {
    padding: 0;
  }
  .icons {
    padding-top: 9px;
  }
  .navbar-toggle {
    padding: 0px 10px;
  }
  .social-bar {
    position: static;
  }
  nav li {
      display: block;
      width: 167px;
      padding-bottom: 16px;
    }
    nav ul {
      margin-top: 50px;
    }
  .pole {
    display: none;
  }

    .navbar-header {
        float: left;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background: #000;
    }
    nav.navbar-collapse.collapse {
        display: none!important;
    }
    /*.page-template-page-about nav.navbar-collapse.collapse {
      display: block !important;
    }*/
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


@media (max-width: 992px) {

  .page-id-930.page-template-page-onethree .content-module .content-body {
    min-height: auto !important;
  }

      .page-id-930.page-template-page-onethree .content-module .content-body {
        min-height: 283px;
    }

    .page-template-header-homevthree .button{
    	    width: 98%;
    }

    .page-template-header-homevthree .buttons.clearfix {
        position: initial;
    }

    .page-template-header-homevthree .content-module .content-body {
    	min-height: auto;
    }


    .content-module .content-body h1, .content-module .content-body h2.title-big, .modal-body h2.title-big {
        font-size: 30px;
		line-height: 34px;
    }
    .home-page .button1 {
      margin-bottom: 5px;
    }
    .page-template-page-onethree .content-body {
      min-height: 0;
    }
    #subscribe_form2 .modal-dialog {
      width: 95%;
    }
    .resources-page .content-module .content-body {
         min-height: inherit;
    }
}

.page-template-page-about ul.sub-menu {
  display: none;
}

.logo-last {
    margin-bottom: 30px;
}

.sponsors {
  background: #f4f4f4;
}

.sponsors .logo {
  display: inline-block;
  text-transform: center;
  padding: 0;
  text-align: center;
}

.sponsors .logo.logo-5, .sponsors .logo  {
	width: 19%;
}

p.purple-head {
  font-weight: bold;
  color: #C00E74;
  margin-top: 30px;
}

.sponsors .logo img {
  max-width: 90%;
}

@media (max-width: 768px) {

  .checkmark {
    width: 69px;
  }

  .mc-field-group ul label {
    font-size: 15px
  }

  .input-label {
    padding-right: 4px;
    font-size: 12px;
  }

  .sponsors .logo, .sponsors .logo.logo-5, .sponsors .logo {
    width: 49%;
    padding: 6px 0;
  }
  .sponsors .logo img {
    max-width: 78%;
  }
}

.main-nav {
  padding-top: 10px;
}
.mobile-nav {
  display: none;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .mobile-nav {
    width: 50%;
  }
  .mobile-nav-sm {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
.mobile-nav {
  display: block;
}
#main {
  display: none;
}
nav .icons {
  padding-top: 0;
  position: relative;
  z-index: 10;
}
nav .icons li {
  display: inline-block;
  width: auto;
  padding-bottom: 0;
}
nav .icons ul {
  margin-top: 0;
}
.slicknav_menu {
  background: #00B5AD;
}
.slicknav_btn {
  margin: 0;
  padding: 0;
  background: no-repeat;
  float: none;
  position: relative;
  z-index: 1;
}
.current_page_item a {
    color: #fff;
}
.slicknav_nav li {
  display: block;
  width: auto;
  padding-bottom: 0;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_menu .slicknav_icon {
  margin-left: 15px;
}
.slicknav_nav {
  padding-top: 15px;
  position: absolute;
  background: #000;
  width: 167px;
}
.slicknav_nav a:hover {
  background: #000;
  color: #fff;
}
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}