/*
Theme Name: Twenty Sixteen Child
Theme URI: http://example.com/twenty-sixteen-child/
Description: Twenty Sixteen Child Theme
Author: Steven Witchell
Author URI: http://www.newquaytaxiforum.com
Template: twentysixteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-sixteen-child
*/

/* HASHBAR */
.ht-notification-text p {
	font-size:21px;
	font-weight:600;
}

#menu-item-1879 a {
	font-weight:600;
	border:1px solid #444;
	padding:3px 7px;
	margin-top:8px;
}

.price-guider {
	background-color:none;
	padding:15px;
	width:100%;
	border-top:5px solid #fff;
	text-align:center;
}
.price-guider a {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-family:arial, verdana, helvetica;
	font-size:19px;
}
.price-guider a:hover {
	color:#F49014;
}
body.page-id-1734 .price-guider { 
display: none;
}
@media only screen and (min-width: 960px) {
	.price-guider {
		display:none
	}	
}

@media only screen and (min-width: 500px) {
	.ht-notification-text p {
		font-size:27px;
		font-weight:500;
	}
}

#mysubmast { clear:both; }
#mysubmasttop { background:#444; padding:11px 21px; color:white; }
#mysubmastcheck { height:8px; background:url(//www.newquaytaxiforum.co.uk/assets/check.gif) top left repeat-x #f49015; }
#mysubmastbody { background:url(//www.newquaytaxiforum.co.uk/assets/header-image-yellow.jpg) top left no-repeat #f49015; color:black; padding:21px; min-height:150px; }
#mysubmastbody p { margin:0; padding:0; }
#mysubmastbody a { color:black; text-decoration:none; font-size:25px; margin:0; padding:0; }

/*Ticker Tape */
@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 100%;
    overflow: hidden;
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: ;
  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 30s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
    padding: 0 2rem;
	color:black;
	font-size:23px;
  }
/* Ticker Tape End */

.book-butt a {
	padding:15px 55px;
	width:50%;
	max-width:380px;
	display:inline;
}