/*
Theme Name: TCWD Responsive Theme 2020
Theme URL: https://www.tropicalcoastwebdesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Font Information - Must load /fonts into base directory of site
-------------------------------------------------------------------------------*/

@font-face {
	font-family: Raleway-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Regular.ttf");
}

@font-face {
	font-family: Raleway-Medium;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Medium.ttf");
}

@font-face {
	font-family: Raleway-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Bold.ttf");
}

@font-face {
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-Regular.ttf");
}
@font-face {
	font-family: OpenSans-SemiBold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-SemiBold.ttf");
}

@font-face {
	font-family: OpenSans-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-Bold.ttf");
}

@font-face {
	font-family: Muli-regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Muli-regular/Muli-regular.ttf");
}

@font-face {
	font-family: Lato-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/lato/Lato-Regular.ttf");
}

@font-face {
	font-family: Lato-Light;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/lato/Lato-Light.ttf");
}

@font-face {
	font-family: Lato-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/lato/Lato-Bold.ttf");
}

/* General CSS for Entire Site
-------------------------------------------------------------------------------*/

select, input, textarea {

}

body, select, input, textarea {
color: #222;
}

body {
	font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}

body {
	background-color: #FFFFFF;
}

::-moz-selection{
	background: #fcd700; color: #fff; text-shadow: none;
}

::selection {
	background: #fcd700; color: #fff; text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700; color: #000; text-decoration: none;
}

mark {
	background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;
}

input:-moz-placeholder {
	color:#a9a9a9;
}

textarea:-moz-placeholder {
	color:#a9a9a9;
}

img {
	max-width:100%;
	height: auto;
}

hr {
    margin: 60px 0;
}

/* FONT STYLES
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}

h1 {
	font-family: Lato-Light, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 44px;
	line-height: 52px;
	color: #373435;
	padding: 0px;
	margin-bottom: 40px;
}

h2 {
	font-family: Lato-Light, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 44px;
	line-height: 52px;
	color: #373435;
	padding: 0px;
	margin-bottom: 20px;
}

h3 {
	font-family: Lato-Light, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 34px;
	line-height: 42px;
	color: #373435;
	padding: 0px;
	margin-bottom: 20px;
}

h4 {
	font-family: inherit;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #001555;
	padding: 0px;
	margin-bottom: 20px;
}

h5 {
	font-family: Lato-Bold, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	color: #007EC3;
	padding: 0px;
	margin-bottom: 20px;
}

/* TEXT ELEMENTS - Tables and Lists
-------------------------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 24px;
	line-height: 1.714285714;
	padding: 0;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

li {
	margin: 0 0 0 24px;
}

table td {
    
}

td, th {
	padding: 5px;
}

/* TEXT ELEMENTS - Alignment
-------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 12px auto;
}

/* HEADER
-------------------------------------------------------------------------------*/

#head {
	width: 100%;
	height: 150px; /* Switch to Auto */
	z-index:99999;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 5px 1px #000000;
}

	#head_content {
		width: 100%;
		max-width: 1400px;
		height: 150px;  /* Switch to Auto */
		margin: 0 auto;
		position: relative;
	}

		#head_logo {
			width: 192px;
			height: auto;
			position: absolute;
			float: left;
			left: 30px;
			top: 20px;
		}

		#leftside_contacts {
			width: 45%;
			max-width: 550px;
			text-align: left;
			height: auto;
			color: #FFF;
			background-color: #002C58;
			position: absolute;
			float: left;
			top: 20px;
			left: 30px;
			padding: 5px 10px;
		}
		
		#rightside_contacts {
			width: 45%;
			max-width: 550px;
			text-align: right;
			height: auto;
			color: #FFF;
			position: absolute;
			float: right;
			top: 20px;
			right: 30px;
			padding: 5px 10px;
			font-family: OpenSans-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
		}

		#tablet_menu {
			width: 100%;
			height:auto;
			background-color: #CC3300;
			padding: 10px 30px;
			display: block;
		}

/* SLIDESHOW
-------------------------------------------------------------------------------*/

#slideshow {
	width: 100%;
	min-height: 60px;
	height: auto;
	background-color: #eee;
	color:#fff;
	display: block;
	overflow: hidden;
}

#mobile_slideshow {
	width: 100%;
	min-height: 60px;
	height: auto;
	background-color: #eee;
	color:#fff;
	display: block;
	overflow: hidden;
}

/* CONTENT / BODY
-------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	}

	#main {
		width: 100%;
		height: auto;
		position: relative;
	}

		#content {
			box-sizing: border-box;
			padding: 60px 30px;
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
		}

/* SIDEBAR (if required)
-------------------------------------------------------------------------------*/
		
		#sidebar {
			box-sizing: border-box;
			padding: 020px;
			float:right;
			margin-right: 20px;
			width: 33%;
			max-width: 275px;
			background-color: #EEEEEE;
		}
		
		#sidebar-responsive { display: none; }


/* FOOTER - Desktop
-------------------------------------------------------------------------------*/

#footer {
	width: 100% !important;
	height: auto;
	background-color: #007EC3;
	display: block;
	overflow: hidden;
}

#footer h5 {
	color: #fff;
	margin-bottom: 20px;
}

#foot {
	max-width: 1400px; 
	width:100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin:0px auto;
	text-align: center;
	padding: 80px 30px 40px;
	font-family: inherit;
	color: #FFF ;
	font-size: 16px;
	line-height:26px;
}


#foot a:link, #foot a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#foot_box {
	float:left;
	width: 32%;
	text-align:left;
	margin-right: 2%;
	line-height: 40px;
	vertical-align: middle;
}

#foot_box img {
	line-height: 40px;
	vertical-align: middle;
	margin-right: 20px;
}

#foot_middle {
	float:left;
	width: 32%;
	text-align:left;
	line-height: 40px;
	vertical-align: middle;
}

#foot_middle img {
	line-height: 40px;
	vertical-align: middle;
	margin-right: 20px;
}

#foot_right {
	float:right;
	width:32%;
	text-align:left;
}

#footer #foot_right h5 {
	margin-bottom: 24px;
}

#foot_left p {
	margin: 0px;
	line-height:24px;
}

#smallgoogle {
	font-size: 12px;
	width: 100%;
	display: inline-block;
	height: auto;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	padding: 0 30px 10px;
}

#smallgoogle a:link, #smallgoogle a:visited{
	color: #333;
	text-decoration: none;
}

#smallgoogle a:hover {
	color: #333 !important;
	text-decoration:underline;
}


#foot #two-column #left {
    width: 65%;
    float: left;
}

#foot #two-column #right {
    width: 32%;
    float: right;
}

#foot #two-column input[type="email"] {
    border: none;
    border: 0px solid #DDD;
    font-size: 16px;
    border-radius: 0px;
    padding: 12px 12px;
    margin-top: 25px;
    width: 100%;
	background-color: #fff;
}

#foot #two-column input[type="submit"] {
    padding: 13px 15px 12px;
    background: #005B8C;
    color: #fff;
    border: 0px solid #DDD;
    float: right;
    font-size: 16px;
    border-radius: 0px;
    margin: 25px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

/* NOTICE FOOTER
-------------------------------------------------------------------------------*/

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #0368CC;
	display: block;
	overflow: hidden;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

#notice_footer a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#notice_footer_content {
	width: 100%;
	max-width: 1340px;
	height: auto;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 60px; 
	font-size: 14px;
	padding: 0 30px;
}

#notice_footer_mobile {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 26px; 
	font-size: 14px;
}

#notice_footer_left {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#notice_footer_right {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: right;
	text-align: right;
	vertical-align: middle;
}

/* MENU - Styles
-------------------------------------------------------------------------------*/

		
		#head_menu {
			position:absolute;
			float: right;
			height: 40px;
			width: 100%;
			max-width: 900px;
			right: 30px;
			bottom: 29px;
			text-align:right;
		}

	#cssmenu,
	#cssmenu ul,
	#cssmenu li,
	#cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	#cssmenu {
		height: 40px;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#cssmenu > ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > li {
	position: relative;
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}


/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 14px 20px 16px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 16px;
		font-family: Lato-Regular, Muli, "Century Gothic", Arial, sans-serif;
		color: #373536;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #007EC3;
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 19px;
		right: 5px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub:hover > a {
		color: #007EC3;
		top: 0px;
		z-index: 999;
	}

	#cssmenu ul li.has-sub:hover > ul,
	#cssmenu ul li.has-sub:hover > div {
		display: block;
	}

#cssmenu ul li > ul:before {
  position: absolute;
  top: -7px;
  left: 40%;
  display: inline-block;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #ccc;
  border-left: 0px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

#cssmenu ul li > ul:after {
  position: absolute;
  top: -10px;
  left: 40px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #007EC3;
  border-left: 7px solid transparent;
  content: '';
}


/*--- Drop Down Sub Menu Position & Width ---*/

	#cssmenu ul li > ul,
	#cssmenu ul li > div {
		display: none;
		position: absolute;
		top: 46px;
		left: 0px;
		background: #fff; /*--- Background colour of whole dropdown menu ---*/
		z-index: 999;
		border: 3px solid #007EC3;
		padding: 2px 10px 0;
	}

	#cssmenu ul li > ul {
		min-width: 200px;

	}

	#cssmenu li ul li a { 
		width: auto; white-space: nowrap;
	}

	#cssmenu ul li > ul li {
		list-style: inside none;
		padding: 0;
		margin: 0;
		position: relative;
	}

/*--- Drop Down Menu Items Styling ---*/

	#cssmenu ul li > ul li a {
		outline: none;
		display:block;
		position: relative;
		margin: 0;
		padding: 12px 15px;
		text-transform: uppercase;
		font-size: 16px;
		font-family: Lato-Regular, Muli, "Century Gothic", Arial, sans-serif;
		color: #373536;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px solid #eee;
	}

	#cssmenu ul li > ul li:last-child a {
		border-bottom: 0px solid #eee;
	}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #007EC3;
		font-weight: bold;
	}


/* CONTACT FORM 7 - Styles
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column #left{
	width: 48%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
    margin-bottom: 15px !important;
    margin-top: 3px !important;
}

#two-column #right{
	width: 48%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size :16px;
	padding: 10px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :16px;
	padding: 10px;
	margin-bottom:15px;
	width: 100%;
}

#two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#two-column textarea {
    position: relative;
    border:1px solid #DDD;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}

#two-column select{
	border:none;
	border:1px solid #DDD;
	font-size:16px;
	padding: 10px 10px 9px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="submit"]{
	padding: 10px 20px;
	background:#f1f1f1;
	color:#666;
	border: 1px solid #DDD;
	float:right;
	font-size: 16px;
	margin:5px 0px 0px 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #DDD;
}

.wpcf7-not-valid-tip {
    margin-top: -10px;
	margin-bottom: 10px;
	font-size: .8em;
	line-height: 1.2em;
	text-align: right;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

/* SHIFTNAV - Styles
-------------------------------------------------------------------------------*/


#shiftnav-toggle-main {
    background: #028CCA !important;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 16px 0px !important;
}


/* MOBILE RESPONSIVENESS - MOBILES <800
-------------------------------------------------------------------------------*/

@media (max-width: 799px) {
	
	#head {
		height: auto;
		display: block;
		overflow: hidden;
	}
	
	#content .wp-block-image .alignright {
		float: none;
		margin: .5em auto;
	}
		
	#head_content {
		height: auto;
		display: block;
		overflow: hidden;
		max-width: none;
		padding: 30px 0;
	}
	
	#head_logo {
		display: block;
		float: none;
		position: relative;
		left: initial;
		top: initial;
		width: 100%;
		text-align: center;
	}
	
	#head_logo img {
		max-width: 300px;
	}
	
	#head_menu {
		display: none;
	}
	
	#slideshow {
		display: none;
	}
	
	#rightside_contacts {
		width: 100%;
		max-width: none;
		text-align: center;
		position: relative;
		float: none;
		bottom: 30px;
		right: 0px;
		padding: 5px 20px;
	}
    
	#sidebar {
		float: none !important;
		width: 90% !important;
		max-width: none !important;
		margin: 40px auto !important;
    }
	
	#content {
		float: none !important;
	}
	
		#foot img {
		display: none;
	}
	
	#foot_box {
		float:none;
		width: 100%;
		height: auto;
		max-width: none;
		text-align:center;
		margin-right: 0;
		display: block;
		padding-bottom: 40px;
	}

	#foot_middle {
		float: none;
		width: 100%;
		height: auto;
		max-width: none;
		text-align: center;
		margin-right: 0;
		display: block;
		padding-bottom: 40px;
	}

	#foot_right {
		float:none;
		width:100%;
		max-width: none;
		text-align:center;
		display: block;
	}

	#notice_footer_left {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#notice_footer_right {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#notice_footer {
    	width: 100%;
    	height: auto;
		display: block;
		overflow: hidden;
	}
	
	#content .alignwide {
		width: 100%;
		left: 0;
	}
	
	#notice_footer_content {
		display: none;
	}

}

/* MOBILE RESPONSIVENESS - TABLETS >801 & <1199
-------------------------------------------------------------------------------*/

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
	#head {
		height: auto;
		display: block;
		overflow: hidden;
	}

	
	#head_content {
		height: auto;
		display: block;
		overflow: hidden;
		max-width: none;
		padding: 10px 30px;
	}
	
	#head_logo {
		display: block;
		float: none;
		position: relative;
		left:0;
		top:0;
		width: 100%;
		text-align: center;
	}
	
	#head_menu {
		display: none;
	}
	
	#fullwidth_content {
		width: 100%;
		max-width: none;
		height: auto;
		margin: 40px 0px;
		padding: 0 30px;
	}
	
	#slideshow {
		display: none;
	}
	
	#foot img {
		display: none;
	}
	
	#foot_box {
		float:none;
		width: 100%;
		height: auto;
		max-width: none;
		text-align:center;
		margin-right: 0;
		display: block;
		padding-bottom: 40px;
	}

	#foot_middle {
		float: none;
		width: 100%;
		height: auto;
		max-width: none;
		text-align: center;
		margin-right: 0;
		display: block;
		padding-bottom: 100px;
	}

	#foot_right {
		float:none;
		width:100%;
		max-width: none;
		text-align:center;
		display: block;
	}
	
	#notice_footer_left {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		padding-top: 10px;
		line-height: 40px;
	}

	#notice_footer_right {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		line-height: 40px;
		padding-bottom: 10px;
	}
	
	#content .alignwide {
		width: 100%;
		left: 0;
	}
	
	#notice_footer_mobile {
		display: none;
	}
	

}

/* MOBILE RESPONSIVENESS - DESKTOPS >1199
-------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
	
	
	#headmobile {
		display: none;
	}
	
	#mobile_slideshow {
		display: none;
	}
	
	#shiftnav-toggle-main {
		display: none !important;
	}
	
	#mobile_social_contacts {
		display: none;
	}
	
	#notice_footer_mobile {
		display: none;
	}

}

/* GUTENBERG
-------------------------------------------------------------------------------*/


.entry-content .alignwide {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.entry-content .alignfull {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.alignwide {
    width: calc(100% + 20vw);
    position: relative;
    left: -10vw;
}

.wp-block-image.alignfull, .wp-block-image.alignwide {
    max-width: none;
}

/* VERTICALLY CENTRE LOGINPRESS
-------------------------------------------------------------------------------*/

body.login{
  display: block !important;
}
#login {
      position: absolute !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 0 !important;
}

.side-column-left {
    padding: 40px 0;
}

#content .side-column-left p{
    line-height: 28px;
	vertical-align: middle;
}

.side-column-left img {
    line-height: 50px;
    vertical-align: middle;
    border: 2px solid #eee;
    padding: 3px;
	margin-top: 5px;
}

.side-column-right {
    padding: 40px;
    background-color: #f5f5f5;
}

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	#content .side-column-left {
    	padding: 40px 0 0 40px;
	}
}

@media (max-width: 799px) {
	#two-column #left {
		width: 100%;
		float: none;
	}
	
	#two-column #right {
    	width: 100%;
    	float: none;
	}	
	
	#content .side-column-right {
    	padding: 40px 20px;
	}
	
	#content .side-column-left {
		display: none;
	}
}

.grecaptcha-badge {
    display:none !important;
}

#content .ai-wrap {
    background-color: #007AC1;
}

#content .ai-wrap .ai-track {
	background-color: #00ADAB;
}

#content .ai-wrap .ai-track-control {
    border-left: 1px solid #007AC1;
}

a.plyr__control {
	display: none;
}

a.plyr__controls__item {
	display: none;
}