/*
Theme Name: FlordiaTix 2017
Theme URI: 
Theme URI: 
Author: 
Author URI: 
Description: Theme changes to bring it inline with 2017 rebrand
Version: 1.0
*/


body {
	font-family: 'Lato',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
	background-color: #F3F3F5;
	color: #343434;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

/*
This is pretty agressive styling

p, a, span {
	font-size: 12px;
}
*/
a {
	text-decoration: none;
	color:#55c2e4;
}

a:hover {
	color: #4caecd;
}

#single-post h1, #single-post h2, #single-post h3 , #single-post h4 {
	font-size: 1.875em;
	line-height: 1.5em;
}

#single-post h2, #single-post h3, #single-post h4, #single-post h2 a, #single-post h3 a, #single-post h4 a {

}

#single-post h2, #single-post h2 a{
	font-size: 1.5em;
	line-height: 1.5em;
}


#single-post h3, #single-post h3 a, #single-post h3 span, #single-post h3 a span{
    font-size: 1.3125em;
    font-weight: 700;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

header {
    padding: 32px 0 28px 0;
    background: #e72b78;
    height: 104px;
}

#logo img {
	width: 176px;
}

@media only screen and (max-width: 959px) {
	header {
		padding: 17px 0;
		background: #e72b78;
		height: 76px;
	}
	#logo img {
		width: 150px;
		position: relative;
		top: 6px;
	}
}

#logo {
	display: inline-block;
}


.fa-search {
	margin-left: 10px;
	margin-right: 10px;
	color:#dfdfdf;
	font-size:1.5em !important;
}

#search {
	height: 66px;
	margin-top: -12px;
	background: white;
	width: 317px;
	display: inline-block;
	float:right;
}

#search input {
	min-height: 61px;
    padding-left: 16px;
	border: none;
	color: black;
	width: calc(100% - 50px);
}

#search input:-webkit-autofill {
	background: #fff;
}

#search input:focus {
	outline: none;
}

#search-submit {
	float: right;
	background: white;
	border: none;
	border-left: 1px rgba(0, 0, 0, 0.11) solid;
	height: 60px;
	display: block;
	width: 50px;
	color: #fff;
	background: white;
	border: none;
}

#search-submit:hover .fa-search {
	color: #101010;
}

#sub-header {
	background: #55c2e4;
	padding: 12px 0px;
	height: 66px;
	box-sizing: border-box;
	position: relative;
}
#sub-header:after {
	content: '';
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	height: 8%;
	top: 92%;
	position: absolute;
	z-index: 99;
}

@media only screen and (max-width: 959px) {
	#sub-header {
		padding: 12px 0px;
		height: 50px;
	}
	.mobile-menu {
		position: relative;
		top: -7px;
	}
	#search,
	#search input,
	#search-submit {
		height: 50px;
		min-height: 50px;
	}
}

.menu-menu-1-container { 
	display: inline-block;
	margin-right: 30px;	
	float: left;
	margin-top: 7px;
}

#main-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav li.menu-item {
	display: inline-block;
	padding: 0 20px 0 0px;
	position: relative;
}

#main-nav li.menu-item ul li {
	padding: 0 20px;
}

#main-nav li.menu-item a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.125em;
}

#main-nav li.menu-item > a {
    line-height: 26px;
}


#main-nav li.menu-item-has-children {
	background-image: url('img/down-arrow-on.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 17px 14px;
	padding-right: 20px;
	padding-left: 0;
	margin-right: 20px;
	padding-right: 25px;
}

#main-nav ul.sub-menu {
	display: none;
	left: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	background: #fff;
	padding-bottom: 12px;
	padding-top: 10px;
	z-index: 999;
	top: 25px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px, rgba(0, 0, 0, 0.1) 0px 13px 21px;
} 

#main-nav li.menu-item:hover > ul.sub-menu {
	display: block;
}

#main-nav ul.sub-menu li {
	display: block;
}

#main-nav ul.sub-menu li a {
	color: #55c1e4;
	line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
	margin-bottom: 6px;
	display: block;
}
#main-nav ul.sub-menu li a:hover {
	color: #4caecd;
}

.mobile-menu, #mobile-nav {
	display: none;
}

.mobile-menu {
	float: left;
}

.mobile-menu a {
	color: #fff;
	font-size: 30px;
}

#book-button {
	float: right;
	margin-top: -6px;
}

#mobile-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mobile-nav li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

#mobile-nav li a {
    color: white;
    font-size: 26px;
    display: block;
    font-weight: 700;
}
#mobile-nav li:focus a,#mobile-nav li:hover a{
	color: #55c2e4;

}

#mobile-nav li:focus,#mobile-nav li:hover{
	background-color: #fff;
	
}

#book-button:hover {
	border-color: white;
}

#cta-text {
	font-size: 22px;
	color: #fff;
	margin-bottom: 17px;
	display: block;
	font-weight: 700;
	font-style: italic;
	display: inline-block;
	margin: 0 0 0 60px;
	top: -14px;
	position: relative;
}

.menu-mobile-menu-container {
	background: #55c2e4;
	text-align: center;
	}

#main-content {
	margin-top: 20px;
}

#main {
	display: block;
	width: 880px;
	float: left;
	position: relative;
}


#grid {
  	width: 880px;
	margin-top: 15px;
}

article.post  {
  width: 420px;
  display: block;
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
  background: #fff;
  padding-bottom: 15px;
  min-height: 296px;
}

article.post:nth-of-type(even) {
	margin: 0 0 30px 0;
}

article.post .featured-image img {
  width: 100%;
  height: auto;

}

article.post .author-link {
	margin-top: -35px;
	display: block;
  
}

article.post .author-link .author-name {
	float: right;
	margin-right: 25px;
	top: 39px;
	position: relative;
	font-style: italic;
}

article.post .author-link .author-avatar {
	position: relative;
	margin-right: 15px;
	float: right;
}

article.post .author-link .author-avatar img {
  border-radius: 100%;
  border: 3px white solid;
  width: 50px;
  height: 50px;
}

article.post a h2 {
  margin: 10px 20px 15px 20px;
  color: #343434;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

article.post a:hover h2 {
	color: #4caecd;
}

.post-meta span {
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 14px;
}

.post-meta {
	margin: 10px 10px 0 15px;
}

.date-meta i, .comments-meta i, .tags-meta i {
	color: #E72B78;
}

.comments-meta a {
	color: #000;
}


.post-meta .tags-meta a {
	color: #55c2e4;
	font-size: 14px;
}

#social-bar {
	background: #fff;
	box-shadow: 0 2px 0 0 #dadada;
	float: left;
	width: 87px;
	padding: 5px 5px;
	text-align: center;
	margin-right: 20px;
	border-bottom: 4px solid #c0c0c0;
	padding-bottom: 10px;
	position: fixed;
	display: none;
}

#social-bar h5 {
	border-bottom: 1px solid rgb(126, 120, 120);
	padding-bottom: 9px;
	width: 46px;
	margin: 12px auto 10px auto;
	}

#breadcrumbs {
	font-size: 14px;
	margin: 0 0 20px 0;
}

#breadcrumbs a {
	color: #55c2e4;
}

#breadcrumbs a.active {
 	color: #000;
 }


p.subcategories-filter {
	margin: 0;
	display: inline-block;
}

ul.subcategories {
	display: inline-block;
	margin: 0 0 20px 8px;
	padding: 0;
}

ul.subcategories li {
	display: inline-block;
}

ul.subcategories li a {
	background: #55c1e4;
	color: #fff;
	display: block;
	padding: 5px 14px;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 20px;
	margin: 0px 2px 4px 0;
    font-size: 14px;
    font-weight: 700;
}

ul.subcategories li a:hover {
	background: #4caecd;
}


#single-post-container {
	width: 870px;
	float: left;
}

.post-white-bg {
	background: #fff;
}

#single-post-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#single-post-container p, #single-post-container a, #single-post-container p span, #single-post-container p u {
	font-size: 15px;
	line-height: 28px;
}

#single-post, #related-articles, #author-summary {
	background: #fff;
    margin: 0 auto;
}

#single-post {
    max-width: 800px;
}

#related-articles, #author-summary {
	max-width: 800px;
}


#single-post h1 {
	margin: 0;
	padding: 25px 40px 10px 40px;
  	color: #343434;
  	font-weight: 900;
}

#single-post .post-author {
	padding: 0 15px 0 40px;
}

#single-post .post-meta {
	margin: 10px 0 0 40px;
}

#single-post .featured-image {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 20px;
	padding: 0 40px;
}
#single-post .featured-image img {
	width: 100%;
}

#single-post #post-content {
	padding: 0 40px;

}

#single-post .wp-caption-text {
	font-size: 13px;
	text-align: center;
}

#single-post .author-link {
	margin-top: -45px;
	display: block;
  
}

#single-post .author-link .author-name {
	float: right;
	margin-right: 25px;
	margin-top: 60px;
	font-size: 14px;
	font-style: italic;
}

#single-post .author-link .author-name a {
	font-size: 14px;
}

#single-post .author-link .author-avatar {
	position: relative;
	margin-right: 15px;
	float: right;
}

#single-post .author-link .author-avatar img {
  border-radius: 100%;
  border: 3px white solid;
  width: 73px;
  height: 73px;
}

#single-post figure {
	margin: 0;
	max-width: 100%;
}

#single-post .wp-caption.aligncenter {
    text-align: center;
    width: 100% !important;
}

#post-content li {
  margin-bottom: 10px;
}

#post-content p img {
  margin: 15px 0;
}



#related-articles .related-article {
	float: left;
	margin-right: 8px;
	margin-top: 15px;
	min-height: 130px;
}

#related-articles .related-article:last-of-type {
	margin-right: 0!important;
}

#related-articles {
	padding: 0 40px;
	margin-top: 60px;
}

#related-articles h2 {
	margin-top: 0px;
	margin-bottom: 13px;
}

#related-articles .related-article .links {
	width: 140px;
	float: left;
	margin-bottom: 15px;
}

#related-articles .related-article .links p {
	margin-top: 5px;
	font-style: italic;
}

#related-articles .related-article .article-img {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	margin-right: 12px;
}

#related-articles .related-article .article-img img {
	width: 80px;
	height: 80px;
}

#related-articles .related-article  a {
	color: #55c2e4;
	font-size: 13px;
	text-decoration: none;
	line-height: 16px;
}

#related-articles .related-article a:hover {
	color: #4caecd;
}

#author-summary {
	padding: 20px 40px 25px 40px;
}

#author-summary .seperator {
	margin-bottom: 15px;
}

#author-summary h2 {
	margin: 4px 0 13px 0;
}

#author-summary h2 a {
	font-size: 23px;
}

#author-summary #author-photo {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 100%;
	display: block;
	float: left;
	margin-top: 10px;
}

#author-summary #author-photo img {
	width: 150px;
	height: 150px;
}

#author-summary .bio-short {
	display: block;
	float: left;
	margin-left: 20px;
	width: 75%;
	margin-top: 10px;
	margin-top: 10px;
	line-height: 23px;
	height: 140px;
}

 .author-links {
	height: 15px;
	float:left;
	display: block;
	margin-bottom: 20px;
}

#author-summary .author-links {
	margin-left: 25px;
}

.author-links a {
	padding-right: 7px;
}

.author-links i {
	margin-right: 4px;
}

.author-links .google {
	padding: 12px 20px;
	color: #fff;
	background: #dd4b39;
	border-bottom: 5px solid #C53B2A;
}

.author-links .google:hover {
	background: #C53B2A;
}

.author-links .facebook {
	padding: 12px 20px;
	color: #fff;
	background:  #3b5998;
	border-bottom: solid 5px #2B3F69;
}

.author-links .facebook:hover {
	background:  #2B3F69;
}

.author-links .twitter {
	padding: 12px 20px;
	color: #fff;
	background: #00aced;
	border-bottom: solid 5px #079BD3;
}

.author-links .twitter:hover {
	background: #079BD3;
}

#slider {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 20px;
}

#flexslider_hg_homepage {
	border: 0;
}

.flex-control-nav {
	bottom: 10px!important;
}

.flexslider-hg.flexslider ul.slides img {
	height: 100%;
}

.slide-data {
	text-align: center;
	background-image: none!important;
	font-size: 21px;
}

.slide-data a{
	font-size: 21px;
	color: #fff;
}

.slide-data {
    background: rgba(0,0,0,0.6) !important;
    width: 100%;
    padding: 15px 0px 40px!important;
    text-align: center;
    left: 0px!important;
    right: 0px!important;
    bottom: 0px !important;
    z-index: 0;
}

h2.slide-title.flexslider-hg-title a, h2.slide-title.flexslider-hg-title {
	font-size: 35px;
}

#author-info {
	background: #fff;
	padding-top: 20px;
	border-bottom: 4px #c0c0c0 solid;
}

#author-info .author-avatar {
  	width: 200px;
    height: 200px;
    margin: 0px 20px 20px 20px;
    float: left;
}

#author-info .author-avatar img {
  	width: 200px;
    height: 200px;
    display: block;
    border-radius: 100%;
}

#author-info .author-description {
    display: block;
    float: left;
    margin-bottom: 0px;
    width: 70%;
    line-height: 20px;
    height: 170px;
}

#author-info .author-description {
	width: 80%;
	margin-left: 30px;
	height: auto;
	margin-bottom: 10px;
}

#author-info .author-links {
	margin-bottom: 40px;
	margin-left: 30px;
}

#author-info .author-description h2 {
	margin: 0;
}

#wpp-2 {
	float: none;
	display: block;
}

/*#pagination {
	width: 100%;
	text-align: center;
	max-height: 28px;
	float: left;
}

#pagination a {
	background: #289528;
	border-bottom: 6px solid #1e701e;
	padding: 8px 20px;
	font-size: 17px;
	color: white;
	display: inline-block;
	margin: 0 6px;
}
  */
/** Pagination */
.newpagination{clear:both;text-align:center;}


.pagination {
clear:both;
padding:20px 0;
position:relative;
display: inline-block;
line-height:13px;
}

.pagination a{
font-size:14px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 10px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#000;
background: #fff;
}

.pagination a:hover{
color:#fff;
background: #55c2e4;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #55c2e4;
color:#fff;
}

aside {
	width: 270px;
    display: inline-block;
    float: right;
}

aside .widget {
	padding: 15px;
	background: #fff;
	margin-bottom: 20px;
}

/*.seperator {
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
}*/

aside #social-sidebar, footer #footer-social  {
	margin-bottom: 20px;
}

aside #social-sidebar ul, footer #footer-social ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
}

aside #social-sidebar li {
	padding-right: 17.828px;
	display: inline-block;
}

aside #social-sidebar li:first-of-type {
	padding-left: 0;
}

aside #social-sidebar li:last-of-type {
	padding-right: 0;
}

aside #social-sidebar li img, aside #social-sidebar li a {
	width: 36px;
	height: 36px;
	display: block;
}

aside #social-sidebar li a img:hover, footer #footer-social li a img:hover {
	opacity: .7;
}

.widget.subscribe h2, .widget.favourites h2 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 1.1125em;
	font-weight: 700;
}

.widget.subscribe i {
	color: #55c2e4;
}

.widget.subscribe form {
	text-align: center;
}

.widget.subscribe form p {
	text-align: left;
}

.widget.subscribe input {
	width: 100%;
	height: 29px;
	margin-bottom: 0;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget.subscribe .button {
	background: #E72B78;
	border: none;
	border-bottom: #b56112 4px solid!important;
	width: 100%;
	padding: 6px 0;
	color: white;
	font-weight: 300;
	height: 35px;
}

.widget.subscribe .button:hover {
	background: #ff8f26;
}

.gform_body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gform_body li {
	margin-bottom: 5px;
}

.widget.favourites {
	padding-bottom:0;
}

.widget.favourites .fa-star {
	color: #e72b78;
}

.widget.favourites .fav {
	padding-top: 11px;
	padding-bottom: 17px;
	border-bottom: 1px solid #eaeaea;
	height: 82px;
	font-size:14px;
	box-sizing: initial;

	/* Hiding these */
	display: none;
}

.widget.favourites .fav:last-of-type {
	border: none;
	padding-bottom: 5px;
}

.widget.favourites .fav .fav-img {
	width: 90px;
	height: 88px;
	display: block;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}

.widget.favourites .fav .fav-img img {
	width: auto;
	height: 90px;
}

.widget.favourites .fav p {
	font-style: italic;
	font-size: 12px;
}

.widget.favourites a {
	color: #55c2e4;
	text-decoration: none;
}

.widget.favourites a:hover {
	color: #4caecd;
}

.widget.tickets {
	padding: 0;
}

.widget.tickets .header {
	width: 100%;
	display: block;
	padding: 15px 15px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.widget.tickets .header h2 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 1em;
	font-weight: 700;
}
.widget.tickets .header h2 .fa {
	color: #e72b78;
}

/*29/09/14 - Stef*/
.widget.tickets .ticket-link img{width: 90px; height: 88px;}

.widget.tickets .ticket-link {
	padding: 10px 0 10px 0px;
	min-height: 89px;
	border-bottom: 1px solid #eaeaea;
	margin: 0 15px 0 15px;
	box-sizing: initial;
}

.widget.tickets .ticket-link:last-of-type {
	margin-bottom: 15px;
  border:none;
}


.widget.tickets .ticket-link a {
	color: #55c2e4;
	font-size: 14px;

}
.widget.tickets .ticket-link .ticket-img {
	width: 90px;
	height: 69px;
	display: block;
	float: left;
	margin-right: 12px;
}

.widget-tickets a.ticket-img img {
	width: 90px;
}

.widget.twitter {
	padding: 0;
}

.widget.twitter .header {
	width: 100%;
	display: block;
	background: #55acee;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.widget.twitter .header:hover  {
	text-decoration: underline;
	color: white;
}

.widget.twitter h2 {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 15px;
	font-weight: 500;
}

.widget.twitter .tweet {
	padding: 0 15px 0px 15px;
	font-size: 12px;
}

.widget.twitter .twitter-meta {
	padding: 0 0 10px 15px;
	font-size: 11px;
}

.widget.twitter .twitter-meta a {
	color: #000;
	text-decoration: none;
}

.widget.twitter .twitter-meta a:hover {
	color: #4caecd;
}

.widget#text-2 {
	background: none;
	border: 0;
	padding: 0;
} 

.widget#facebooklikebox-2 {
	border-bottom: none;
	padding: 0;
}

 ._4s7c {
	border: none!important;
	border: 1px solid #E71616;
	border-top-color: #FF2020;
}

.top-link {
/*	display: inline;
	background: #289528;
	border-bottom: 6px solid #1e701e;
	padding: 20px;
	font-size: 20px;*/
	color: #fff !important;
	position: fixed;
	bottom: 45px;
	right: 25px;
}

.button-link{
	position: relative;
	color: #fff !important; 
	margin-right: 10px;
}

.top-link, .button-link {
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 53px;
    line-height: 30px;
    overflow: hidden;
}


.top-link span.icon, .top-link span.title, .button-link span.icon, .button-link span.title {
    border-radius: 0px;
    display: block;
    line-height: 50px;
    padding: 0 24px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.top-link span.icon, .button-link span.icon  {
    background-color: #de9300;
    box-shadow: 0 3px 0 0 #c78400;
    font-size: 23px;
}



.top-link span.icon, .top-link span.title, .button-link span.icon, .button-link span.title {
    /*border-radius: 0 6px 6px 0;*/
    border-radius: 0;
    display: block;
    line-height: 50px;
    padding: 0 22px;
    position: relative;
}
.top-link span.right, .button-link span.right {
    /*border-radius: 0 6px 6px 0;*/
    border-radius: 0;
    float: right;
}
.top-link span.title,.button-link span.title {
    background-color: #f7a400;
    box-shadow: 0 3px 0 0 #c78400;
}
.top-link span.left, .button-link span.left {
    border-radius:0px;
    float: left;
}
.top-link.right span.arrow-right, .button-link.right span.arrow-right {
    border-left: 10px solid #f7a400;
    box-shadow: -10px 0 0 0 #f7a400, -10px 3px 0 0 #c78400;
    left: 0;
}
.top-link span.arrow-left, .top-link span.arrow-right, .button-link span.arrow-left, .button-link span.arrow-right {
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-top: 25px solid rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    transition-property: left, right;
    width: 0;
    -webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

.top-link:hover span.arrow-right, .button-link:hover span.arrow-right {
    left: 10px;
}

/*button link*/
#single-post-container .button-link span.icon, #single-post-container .button-link span.title {
    line-height: 40px;
    padding: 0 18px;
}

.button-link span.arrow-left, .button-link span.arrow-right {
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid rgba(0, 0, 0, 0);
}

.button-link.right span.arrow-right {
    border-left: 10px solid #3B5998;
    box-shadow: -10px 0 0 0 #3B5998, -10px 3px 0 0 #c78400;
}


/*facebook*/
.button-link.facebook span.icon  {
    background-color: #04457F;
    box-shadow: 0 3px 0 0 #033867;
}
.button-link.facebook span.title {
    background-color: #3B5998;
    box-shadow: 0 3px 0 0 #04457F;
}  
.button-link.facebook.right span.arrow-right {
    border-left-color: #3B5998;
    box-shadow: -10px 0 0 0 #3B5998, -10px 3px 0 0 #04457F;
}

/*twitter*/
.button-link.twitter span.icon  {
    background-color: #127dbe;
    box-shadow: 0 3px 0 0 #0f6498;
}
.button-link.twitter span.title {
    background-color: #1DA1F2;
    box-shadow: 0 3px 0 0 #188dd5;
}  
.button-link.twitter.right span.arrow-right {
    border-left-color: #1DA1F2;
    box-shadow: -10px 0 0 0 #1DA1F2, -10px 3px 0 0 #188dd5;
}


/*sharer*/
.button-link.sharer span.icon  {
    background-color: #f47920;
    box-shadow: 0 3px 0 0 #e5731f;
}
.button-link.sharer span.title {
    background-color: #FF9A50;
    box-shadow: 0 3px 0 0 #ed8c45;
}  
.button-link.sharer.right span.arrow-right {
    border-left-color: #FF9A50;
    box-shadow: -10px 0 0 0 #FF9A50, -10px 3px 0 0 #ed8c45;
}


#tagged .tags-meta {
	font-size: 16px;
	margin: 7px 0;
	display: block;
}

#tagged .tags-meta a {
	font-size: 16px;
}


footer {
	height: 100%;
	margin-top: 40px;
}

.primary-footer {
    background-color: #55c2e4;
    color: white;
    padding: 38px 0;
}


.primary-footer a {
	color: #fff;
}
.footer-social {
	margin:0;
	padding: 0;
	list-style: none;
}
.footer-social li {
	display: inline-block;
	margin-right: 4px;
}
.footer-social li a img {
	width: 30px;
}
.primary-footer h4 {
	margin: 0 0 8px 0;
}
.footer-logo {
	max-width: 204px;
	margin: 0;
}

.footer-phone {
	margin: 0;
}

.footer-phone-number {
	font-size: 2.2em;
	line-height: 1em;
	font-weight: 700;
}
.footer-phone-details {
	font-size: 0.875em;
	line-height: 1.5em;
}

.sub-footer {
	background-color: #e72b78;
	padding: 20px 0;
	text-align:center;
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.primary-footer .left,
	.primary-footer .middle,
	.primary-footer .right {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.footer-phone-number {
		font-size: 1.8em;
	}
	.sub-footer {
		padding: 10px 0;
	}
	.footer-logo {
		max-width: 130px;
		margin: 0;
	}
}

@media only screen and (min-width: 600px) {
	.primary-footer .left,
	.primary-footer .middle,
	.primary-footer .right {
		display: inline-block;
		vertical-align: top;
	}
	.primary-footer .left,
	.primary-footer .middle {
		width: 49%;
	}
}

@media only screen and (min-width: 1080px) {
	.primary-footer .left,
	.primary-footer .middle,
	.primary-footer .right {
		width: 32%;
	}
	.footer-phone-number {
		font-size: 2.7em;
	}
}




@media only screen and (max-width: 1200px) {
	.container {
		width: 960px;
		margin: 0 auto;
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}

	article.post  {
		width: 305px;
		margin: 0 20px 20px 0;
	}

	article.post:nth-of-type(even) {
		margin: 0 0 20px 0;
	}

	article.post .featured-image img {
		width: 303px;
		height: auto;
	}

	#author-info .author-description {
		width: 60%;
	}

	#main, #grid, #single-post-container {
		width: 640px;
	}

	article.post a h2 {
		font-size: 18px;
	}

	#social-bar {
		display: none;
	}

	#author-summary .bio-short {
		width: 65%;
	}

	#cta-text {
		display: none;
	}

	#search {
		width: 200px;
	}
	#main-nav li.menu-item a {
		font-size:1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 100%;
		margin: 0 auto;
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}

	 #main {
		width: 95%;
		margin: 0 auto;
	}

	aside {
		width: 30%;
		float: left;
	}

	#grid {
		width: 67%;
		margin-right: 20px;
		float: left;
	}
	
	.menu-menu-1-container {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	#main {
		float: none;
	}

	#slider {
		width: 95%;
		text-align: center;
		margin: 0 auto;
		display: block;
		float: none;
	}

	article.post {
		width: 48%;
		margin: 0 4% 15px 0;		
	}

	article.post .featured-image {
		width: 411px;
	}

	article.post .featured-image img {
		width: 100%;
	}

	#social-bar {

		display: none;
	}

	aside #social-sidebar, footer #footer-social {
		margin: 15px 0 10px 0;
	}

	#related-articles .related-article .article-img img, #related-articles .related-article .article-img  {
		width: 60px;
		height: 60px;
	}
	#related-articles {
		text-align: center;
	}
	#related-articles .related-article .links {
		margin-bottom: 0;
	}

	#single-post-container {
		width: 67%;
		float: left;
		margin-right: 20px;
	}

	aside #social-sidebar ul {
		text-align: center;
	}

	aside #social-sidebar li img, aside #social-sidebar li a {
		width: 27px;
		height: 27px;
		display: block;
	}

}

@media only screen and (max-width: 768px) {
	*{
		box-sizing: border-box;
	}
	.container, #main {
		width: 100%;
		padding: 0 10px;
	}

	#grid {
		width: 95%;
		margin: 20px auto;
	}

	#main {
		float: none;
		padding: 0;
	}


	.menu-menu-1-container {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	#logo {
		display: block;
		margin: 0 auto;
	}

	#slider {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		display: block;
		float: none;
	}

	#book-button {
		display: none;
	}

	article.post {
		width: 48%;
		margin: 0 4% 15px 0		

	}
	article.post:nth-of-type(even)  {
		width: 48%;
		margin: 0 0 15px 0		

	}

	article.post .featured-image {
		width: 300px;
	}

	article.post .featured-image img {
		width: 100%;
	}

	
	#social-bar {
		display: none;
	}
	#single-post-container {
		width: 95%;
		float: none;
		margin: 0 auto;
	}

	aside {
		width: 270px;
		display: block;
		float: none;
		margin: 0 auto;
	}

	article.post a h2 {
		line-height: 20px;
		font-size: 18px;
	}

	#related-articles .related-article .article-img img, #related-articles .related-article .article-img  {
		width: 60px;
		height: 60px;
	}

	#related-articles {
		text-align: center;
	}
	#related-articles .related-article .links {
		margin-bottom: 0;
	}

	#breadcrumbs {
		width: 95%;
		margin: 9px auto;
		text-align: center;
	}


	#author-summary #author-photo, #author-summary #author-photo img {
		width: 100px;
		height: 100px;
	}

	#author-summary .bio-short, #author-info .author-description {
		width: 50%;
	}
.widget.favourites .fav, .wpp-list li {
	display: block;
	position: relative;
	height: auto;
}

.widget.favourites .fav:after, .wpp-list li:after{
	content: "";
	display: block;
	width: 100%;
	position: relative;
	height: 2px;
}

.wpp-list li {
    min-height: 114px !important;
}
#single-post-container .bio-short a {
    font-size: 15px;
}

.article.post {
		width: 100%;
	}
	iframe[src*="youtube"] {
    width: 100% !important;
}



 }

 @media only screen and (max-width: 630px) {
 	.article.post {
		width: 100%;
	}
	.top-link {
		bottom: 15px!important;
	}

/*	#search input {
		height: 25px;
		min-height: 20px;
		max-height: 25px;
		width: 100px;
	}*/

/*	#search {
		height: 37px;
		width: 300px;
	}

	#search-submit {
		height: 37px;
		width: 50px;
	}*/

	.tg tr > th:first-child, .tg tr > td:first-child {
    display: none;
}


 }

 @media only screen and (max-width: 479px) {
 	#single-post-container {
    width: 100%;
	}
.post-meta span, #single-post-container a {
    background-repeat: no-repeat;
    padding-right: 0;
    font-size: 12px;
}
 	#post-content p img {
    margin: 15px 0 0;
}
 	.top-link{
 		display: none;
 	}

 	#single-post .post-meta {
    margin: 10px 0 0 10px;
}

#single-post #post-content {
    padding: 0 10px;
}


	h2.slide-title.flexslider-hg-title a, h2.slide-title.flexslider-hg-title {
 		font-size: 18px;
 	}
 	.slide-data {
 		font-size: 16px;
 	}

 	article.post, article.post:nth-of-type(even) {
		width: 100%;
		margin: 10px auto;
		float: none;
	}

	#single-post h1 {
		margin-bottom: 10px;
		font-size: 25px;
		padding: 20px 0 0 15px;
	}

	#single-post h1[itemprop="name"]{
		text-align: center;
		padding-bottom: 20px 0 0;
		font-size: 24px;

	}

	#single-post .featured-image {
		margin-top: 7px;
	}

	#single-post .author-link .author-name a {
		font-size: 12px;
	}

	#single-post .author-link .author-avatar img {
		border: 2px white solid;
		width: 50px;
		height: 50px;
	}

	#single-post .author-link .author-name {
		margin-top: 40px;
	}

	#single-post .author-link .author-name, #single-post .author-link .author-name a {
		font-size: 12px;
	}

	#related-articles {
		text-align: center;
	}

	#related-articles .related-article {
		width: 100%;
	}

	#author-summary {
		text-align: center;
	}

	#author-summary #author-photo {
		float: none;
		margin: 0 auto;
	}

	#author-summary .bio-short {
    margin: 20px auto;
    width: 100%;
    float: none;
    height: auto;
}

/*	#search input {
		height: 20px;
		min-height: 20px;
		max-height: 20px;
		width: 100px;
	}*/

	#search {
		/*height: 37px;*/
		width: 200px;
	}
/*
	#search-submit {
		height: 37px;
		width: 50px;
	}*/

	footer #footer-social li {
		padding: 0;
	}
}

 @media only screen and (max-width: 380px) {
/*	#search input {
		height: 28px;
		min-height: 28px;
		width: 80px;
	}*/

	#search {
		width: 200px;
	}
	#search-submit {
		
	}
}

._rw {
	height: 45px;
	width: 45px;
}

/*10/11/14*/
.wpp-list{
padding-left: 0px;
margin-left: 0px;
margin-bottom:0;
list-style: none;
font-size: 14px;
}
.wpp-list li{
border-top: 1px solid #eaeaea;
min-height: 88px;
padding: 10px 0;
box-sizing: initial;
}
.wpp-list li a img{
width: 90px;
height: 88px;
display: block;
float: left;
margin-right: 12px;
overflow: hidden;
font-size:12px;
}
.wpp-author{
margin-top: 10px;
display: block;
font-style:italic;
font-size: 12px;
}

.blogCTA{
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	padding: 10px;
	display: block;
	text-align: center;
	background: #F07C10;
	font-weight: bold;
	border-bottom: 6px solid #d46600;
	color: #fff;
}
.blogCTA:hover{
	color: #fff;
	background: #d46600;
}
#post-content img{
	max-width:100%;
	height:auto;
}

@media only screen and (min-width: 769px) {
	.alignleft {
		float:left;
		margin-right: 10px;
	}
	.alignright {
		float:right;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.alignleft, .alignright {
		float:none !important;
		clear: both !important;
		display: block;
		margin: 10px;
	}
}





.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    font-weight: 700;
    overflow: visible;
    color: #444;
    text-transform: none;
    display: inline-block;
    padding: 0 28px;
    background: #eee;
    vertical-align: middle;
    line-height: 44px;
    min-height: 44px;
    font-size: 1.125em;
    text-decoration: none;
    text-align: center;
}

.uk-button-large {
	min-height: 54px;
	padding: 7px 16px;
	line-height: 1.5em;
	font-size: 1.125em;
}


.uk-button.uk-button-secondary {
	background-color: #f7a400;
	color: white;
	overflow: hidden;
	position: relative;
}
.uk-button.uk-button-secondary:hover, .uk-button.uk-button-secondary:focus, .uk-button.uk-button-secondary:active, .uk-button.uk-button-secondary.uk-active {
	background-color: #f7a400;
	color: white;
}
.uk-button span {
    line-height: 39px;
    z-index: 12;
    position: relative;
    font-size: inherit;
}
.uk-button.uk-button-secondary:not(.addTobasket):hover:after, .uk-button.uk-button-secondary.active:after {
    content: '';
    bottom: 0%;
}
.miniBasket .uk-button.uk-button-secondary:not(.addTobasket):after {
    bottom: -92%;
}
.uk-button.uk-button-secondary:not(.addTobasket):after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -88%;
    background-color: #de9300;
    z-index: 0;
    left: 0px;
    -moz-transition: bottom 300ms ease-in;
    -o-transition: bottom 300ms ease-in;
    -webkit-transition: bottom 300ms ease-in;
    transition: bottom 300ms ease-in;
}


.block-box-shadow,
.widget,
article.post {
/*	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px, rgba(0, 0, 0, 0.1) 0px 13px 21px;*/
	border: 1px solid #dfdfdf;
}


.post-author {
    padding: 0 15px 0 20px;
    font-size:14px;
}
.author-avatar img {
	width: 26px;
	height: 26px;
	border-radius: 26px;
	vertical-align: text-top;
	position: relative;
	top: -6px;
}
.author-name {
	font-size: inherit;
	vertical-align: top;
	position: relative;
	margin-left: 5px;
}
.author-name a {
	font-size: inherit;
}


.heading-underlined  {
	margin: 0 0 1.25em;
	text-align:center;
}
.heading-underlined span {
	display: inline-block;
	padding: 0 10px 6px;
	border-bottom: 5px solid #e72b78;
}


#tagged {
	float: left;
	margin: 10px 0 0px;
	border-bottom: 2px solid #e7e9ee;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}

#comments {
	margin-top: 20px;
}

.flex-control-nav {

}