/*
Theme Name: WhizzTheme
Theme URI: http://wordpress.org/
Description: The Custom Theme for Whizz Marketing Services
Author: LE3 Productions for Brand-Tastic
Author URI: http://www.le3productions.co.uk
Version: 1.0

License:
License URI:

General comments (optional).
*/

@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: Banda Regular;
    src: url(https://www.whizzmarketing.co.uk/fonts/Banda_regular.otf);
    font-weight: normal;
}

/*Universal Resets*/
* { 
	margin:0; 
	padding:0; 
}
ol,ul {
	list-style:none;
}
p {
	color: #707070;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 20px 0;
}
td {
	padding: 10px;
}
p.last {
	padding: 0;
}

h1 {
    font-family: Banda Regular, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #707070;
	font-weight: normal;
}

h2 {
    font-family: Banda Regular, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	font-weight: normal;
}
h3 {
	color: #313131;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
h4 {
	display: block;
	color: #fff;
	background-color: #009ee0;
	padding: 15px 20px;
	margin: 20px 0 10px 0;
}
h4 a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}
h4 a:hover {
	color: #fff;
	text-decoration: underline;
}
h5 {
	font-weight: bold;
	color: #951B80;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
}
h6 strong {
	color: #313131;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	display: block;
	height: 69px;
	padding-top: 20px;
}
.clear {
	clear: both;
}
.clearBottom {
	padding-bottom: 80px;
}
html, body {
	height: 100%;
}
img {
	border: none;
}
#fullPage {
	min-height: 100%;
	position: relative;
}
a {
	text-decoration: none;
	color: #E1007A;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/*Main Styles*/
body {
	background-image: url(https://www.whizzmarketing.co.uk/images/body-bg.jpg);
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#mobile_menu_button
{
text-align: center;
visibility: hidden;
height: 0px;
margin-top: 35px;
}

#service_mobile_menu_button
{
text-align: center;
visibility: hidden;
height: 0px;
}

#service_mobile_menu_button a
{
display: block;
width: 92%;
padding: 2%;
margin: 0% 2% 0% 2%;
color: #ffffff;
background: #8d1079;
}

#service_mobile_menu_button a:hover
{
text-decoration: none;
}

#mobile_menu_button a img
{
height: 0px;
}

#mobile_menu_close
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
z-index: 100;
}

@media (max-width: 768px) {

#mobile_menu_button
{
visibility: visible;
height: auto;
}

#mobile_menu_button a img
{
height: auto;
}

}

@media (max-width: 1023px) {

#service_mobile_menu_button
{
visibility: visible;
height: auto;
}

}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1023px) {

.container {
width: 96%;
margin-left: 2%;
margin-right: 2%;
}

.final-tiles-gallery
{
display: none;
}

}

.header {
	width: 100%;
	background-image: url(https://www.whizzmarketing.co.uk/images/header-bg.jpg);
	height: 150px;
	padding: 0;
	margin-bottom: 30px;
}
.header #header_logo {
	float: left;
	display: block;
	height: 101px;
	width: 304px;
	margin-top: 22px;
}

.header #header_logo a {
	display: block;
	height: 101px;
	width: 304px;
}

@media (max-width: 1023px) {

.header {
	height: auto;
	background-image: none;
	background: #ffffff;
}

.header #header_logo {
	float: none;
	clear: both;
	display: block;
	height: auto;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.header #header_logo a {
	display: block;
	height: 101px;
	width: 304px;
}

}

@media (max-width: 768px) {

.header #header_logo {
	text-align: center;
}

.header #header_logo a {
    margin: 0 auto;
}

}

#slider
{
width: 960px;
margin: 0 auto;
padding-bottom: 10px;
}

@media (max-width: 1023px) {

#slider
{
width: 96%;
margin-left: 2%;
margin-right: 2%;
}

}

#slider img
{
width: 100%;
height: auto;
}

#roundels
{
width: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 20px;
}

@media (max-width: 1023px) {

#roundels
{
width: 96%;
margin-left: 2%;
margin-right: 2%;
}

}

.footer {
	width: 100%;
	color: #6f6f6f;
	position: relative;
	margin-top: 50px;
}
.footerContainer {
	background-color: #fff;
	/*box-shadow:
		0px 0px 0px 2px rgba(155,155,155,0.2),
		0px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);*/
}
#fullPage {
	min-height: 100%;
	position: relative;
}
/* #footerFix {
	padding-bottom: 210px;
} 


#footerFix .footer {
	position: absolute;
	bottom: 0;
	height: 210px;
} */

.footerStrip {
	width: 100%;
	height: 36px;
	background-color: #8aae0c;
	color: #fff;
}

@media (max-width: 800px) {

.footerStrip {
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
}

}

.footerStrip ul {
	float: left;
	line-height: 36px;
}

@media (max-width: 1023px) {

.footerStrip ul {
float: none;
text-align: center;
clear: both;
}

}

.footerStrip li {
	display: inline-block;
	padding-right: 15px;
}

@media (max-width: 800px) {

.footerStrip li {
	display: block;
	padding-right: 0px;
}

}

.footerStrip li a {
	text-decoration: none;
	color: #fff;
}
.footerStrip li a:hover {
	border-bottom: solid 1px #fff;
}
.footerCols {
	position: relative;
	height: 200px;
}

@media (max-width: 1023px) {

.footerCols {
	height: auto;
}

}

.branding {
	position: absolute;
	top: 30px;
	right: 0;
}
.footerLeft {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0;
	padding: 10px 50px 10px 0;
	width: 150px;
}

@media (max-width: 1023px) {

.footerLeft {
	width: 100%;
	position: relative;
	margin: 0px 0;
	padding: 0px 0px 0px 0;
	text-align: center;
}

}

.footerLeft p span, .footerMiddle p {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
	padding: 0;
}
.footerLeft p {
	font-size: 14px;
	line-height: 20px;
}
.footerMiddle {
	position: absolute;
	top: 0;
	left: 220px;
	margin: 20px 0;
	border-right: 1px #e0007c solid;
	border-left: 1px #e0007c solid;
	padding: 10px 50px;	
}

@media (max-width: 1023px) {

.footerMiddle {
	width: 100%;
	position: relative;
	left: 0px;
	padding: 20px 0px;
	margin: 20px 0;
	border-right: none;
	border-left: none;
	border-top: 1px #e0007c solid;
	border-bottom: 1px #e0007c solid;
	text-align: center;	
}

}

.footerRight {
	position: absolute;
	top: 0;
	left: 450px;
	margin: 20px;
	padding: 10px 50px;
	float: left;
}

@media (max-width: 1023px) {

.footerRight {
    width: 100%;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px 0px;
	float: none;
	clear: both;
	text-align: center;	
}

}

.footerSocial {
	margin-top: 10px;
}
.footerSocial li a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(https://whizzmarketing.co.uk/images/footerSocialSprite.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #6f6f6f;
	margin-bottom: 4px;
}

@media (max-width: 1023px) {

.footerSocial li a {
width: 200px;
padding-left: 0px;
margin: 0 auto;
}

}

.footerSocial li.google_plus a {
	background-position: 0 0;
}
.footerSocial li.linkedIn a {
	background-position: 0 -24px;
}
.footerSocial li.twitter a {
	background-position: 0 -48px;
}
.footerSocial li.facebook a {
	background-position: 0 -72px;
}
.footerSocial li.email a {
	background-position: 0 -96px;
}
.services {
	width: 420px;
	position: relative;
}

@media (max-width: 1023px) {

.services {
	width: 100%;
}

}

.services p {	
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}

/*.latestContent {
	float: right;
	width: 670px;
}
.latestContent .post_item {
	background: none;
	width: 670px;
	padding: 0;
}
.latestContent .postBottom .postmetadata {
	width: 650px;
} */

/*Navigation*/
.nav {
	float: right;
	margin-top: 77px;
	height: 48px;
}

.nav li {
	display: inline-block;
	line-height: 48px;
	padding: 0px 15px 0px 10px;
	margin: 0;
	background-image: url(https://www.whizzmarketing.co.uk/images/nav-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-weight: bold;
}
.nav li.last {
	background-image: none;
	padding: 0px 0px 0px 10px;
}
.nav li a {
	color: #999;
	text-decoration: none;
}
.nav li a:hover {
	color: #de006e;
}

@media (max-width: 1023px) {

.nav {
	float: none;
	clear: both;
	margin-top: 0px;
}

.nav li {
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
    font-size: 14px;
}

}

@media (max-width: 768px) {

.nav {
    height: auto;
    display: none; 
	position: absolute;
	top: 0px;
	left: 0px;
	float: none;
	clear: both;
	margin-top: 0px;
	overflow: auto;
	z-index: 100;
	margin-left: -2%;
	background: #ffffff;
}

.nav li {
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
    font-size: 14px;
	display: block;
}

}

.contact {
	position: absolute;
	top: 20px;
	right: 0;
	width: 400px;
	display: block;
	text-align: left;
	height: 35px;
	color: #999;
}
.contact p {
	float: left;
	color: #999;
	line-height: 35px;
}

@media (max-width: 1023px) {

.contact p {
    float: right;
	padding-bottom: 0px;
}

}

@media (max-width: 768px) {

.contact {
	position: relative;
	top: 0px;
	right: 0;
	width: 100%;
	display: block;
	text-align: center;
}

.contact p {
    float: none;
	clear: both;
	padding-bottom: 0px;
}

}

.mobile, .office {
	display: inline-block;
	line-height: 35px;
	margin-right: 10px;
	font-size: 14px;
}
.headerSocial {
	float: right;
	height: 35px;
}

@media (max-width: 1023px) {

.headerSocial {
	float: none;
	clear: both;
	text-align: right;
}

}

@media (max-width: 768px) {

.headerSocial {
	text-align: center;
}

}

.headerSocial li {
	display: inline-block;
	width: 31px;
	margin: 0;
	padding: 0;
}
.headerSocial li a {
	width: 31px;
	height: 35px;
	display: block;
	text-indent: -10000px;
	background-image: url(https://whizzmarketing.co.uk/images/socialSprite.jpg);
}
.google_plus {
	background-position: 0 0;
}

.twitter {
	background-position: -31px 0;
}
.facebook {
	background-position: -62px 0;
}
.email {
	background-position: -93px 0;
}
.altBG {
	background-image: url(https://www.whizzmarketing.co.uk/images/body-altbg.jpg);
	width: 100%;
	padding: 30px 0 0 0;
	margin-bottom: -60px;
}
.homeFeature {
	padding-bottom: 35px;
	height: 645px;
}

/*About Us Styles
.aboutUs p {
	margin-top: 10px;
}
.aboutUs ul {
	margin: 20px 15px;
}
.aboutUs ul li {
	float: left;
	width: 280px;
	padding-right: 30px;
	font-size: 14px;
	color: #a53081;
	list-style: disc;
	*/
	/* height: 28px; 
	line-height: 18px;
}
li.twoLine {
	line-height: 16px;
}*/
.aboutUs .clear {
	height: 20px;
}
.aboutUs .header {
	width: 960px;
	height: 194px;
	margin-top: 20px;
}


/*Home Styles*/
.homeContent p {
	font-size: 16px;
	line-height: 20px;	
}
.homeContent h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

.feeds {
	margin-top: 10px;
	float: right;
	display: inline;
}

@media (max-width: 1023px) {

.feeds {
	margin-top: 0px;
	float: none;
	clear: both;
	display: inline;
}

}

.roundels {
	float: left;
	width: 670px;
	margin-top: 20px;
}
.roundels img {
	margin-right: 30px;
}
.homeContent blockquote {
	background-image: url(https://www.whizzmarketing.co.uk/images/homeQuote.png);
	background-position: bottom;
	padding: 15px 20px 20px 20px;
	width: 240px;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: 20px;
	margin-right: 10px;
	position: absolute;
	right: 0px;
	top: -290px;
	font-size: 16px;
}
.homeContent blockquote p {
	color: #fff!important;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
}
/*Home Recent Posts Styles*/
.post_item {
	background-color: #fff;
	padding: 0px;
	width: 100%;
	margin: 10px 0px 10px 0;
	clear: both;
}

.latestContent {
	width: 73%;
	margin: 2% 0 2% 0;
	float: right;
}

@media (max-width: 1023px) {

.post_item {
width: 100%;
padding: 0px 0px 0px 0px;
}

.latestContent {
	width: 100%;
	margin: 0 0 0 0;
	clear: both;
}

}

.postTop .featImage {
	width: 25%;
	/* position: relative; */
}
.featImage img {
	/* max-height: 157px; */
	float: left;
	width: 100%;
	height: auto;
}

@media (max-width: 600px) {

.postTop .featImage {
	width: 100%;
	/* position: relative; */
}
.featImage img {
	float: none;
	clear: both;
}

}

.postTop {
	/* position: relative;
	height: 157px; */
}
.postBottom {
	/*position: relative;*/
	height: auto;
	clear: both;
}
.feeds .postTopContent {
	/*position: absolute; 
	top: 10px;
	left: 247px;*/
	width: 73%;
	margin-left: 2%;
	float: right;
}

@media (max-width: 600px) {

.feeds .postTopContent {
	width: 98%;
	margin-left: 2%;
	float: none;
	clear: both;
}

}

.latestContent .postTopContent {
	/*position: absolute;
	bottom: 0px;
	left: 247px;*/
	width: 73%;
	margin-left: 2%;
	float: right;
}

@media (max-width: 600px) {

.feeds .postTopContent {
	width: 98%;
	margin-left: 2%;
	float: none;
	clear: both;
}

}

@media (max-width: 600px) {

.latestContent .postTopContent {
	width: 100%;
	margin-left: 0;
}

}

.wp-post-image {
	display: none;
}
.dateBox {
	width: 62px;
	background-color: #e6057f;
	color: #fff;
	padding: 5px;
	position: absolute;
	top: 10;
	left: 10;
	z-index: 50;
	font-weight: bold;
	letter-spacing: 1px;
}
.monthDate, .yearDate {
	font-size: 15px;
}
.dayDate {
	font-size: 26px;
}
.homePostContent {
	margin-left: 247px;
	position: relative;
}
.postBottom .tw_button {
	position: absolute;
	top: 10px;
	left: 0px;
}
.post_item .googlePlus {
	display: none;
}
.fullPost .googlePlus {
	position: absolute;
	left: 560px;
	top: 150px;
}
.post_item .pinIt, .fullPost .pinIt {
	display: none;
}

.fullPost ol,.fullPost ul {
	list-style: disc;
	margin-left: 20px;
}

.addthis_toolbox {
	margin-top: 10px;
}
.addthis_toolbox .fb-button, .addthis_toolbox .tw_button, .addthis_toolbox .googlePlus, .addthis_toolbox .pinIt, .addthis_toolbox .addthis_counter {
	float: left;
	display: inline-block!important;
	margin-right: 5px;
}
.addthis_toolbox .fb-button {
	width: 47px!important;
	overflow: hidden!important;
}
.addthis_toolbox .googlePlus {
	width: 50px;
}
.addthis_toolbox .pinIt {
	width: 43px;
}
.postTopContent h3 a {
	color: #313131;
	text-decoration: none;
	font-size: 22px;
	margin: 25px 0 15px 0;
}
.postTopContent h3 a:hover {
	text-decoration: none;
}
.homePostContent p {
	padding-bottom: 58px;
}
.postBottom .fb-button {
	position: absolute;
	left: 165px;
	top: 10px;
}
.postBottom .postmetadata {
	background-color: #18978e;
	padding: 10px 2%;
	/* height: 14px; */
	width: 96%;
	color: #fff;
	font-size: 12px;
	/* position: absolute;
	top: 40px; */
	overflow: auto;
}

@media (max-width: 1023px) {

.postBottom .postmetadata {
	padding: 1%;
	width: 98%;
	overflow: auto;
}

}

.postmetadata a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.postmetadata a:hover {
	text-decoration: underline;
}
.postCats {
	float: left;
}
.readMore {
	float: right;
	text-transform: uppercase;
}

/*Slider Styles*/
#slider1 img {
	width: 640px;
	height: 395px;
}
#slider1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.sliderModule {
	background-color: #fff;
	padding: 10px 10px 8px 10px;
	position: relative;
}
.thumbContainer {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}
.thumbs li a {
	width: 315px;
	height: 72px;
	display: block;
	margin-bottom: 9px;
	text-indent: -10000px;
	background-image: url(https://www.whizzmarketing.co.uk/images/sliderSprite.png);
}
.thumbs li.last a {
	margin-bottom: 0;
}
.create a {
	background-position: 0 0;
}
.create a.pager-active {
	background-position: 0 -72px;
}
.promote a {
	background-position: 0 -144px;
}
.promote a.pager-active {
	background-position: 0 -216px;
}
.interact a {
	background-position: 0 -288px;
}
.interact a.pager-active {
	background-position: 0 -360px;
}
.reward a {
	background-position: 0 -432px;
}
.reward a.pager-active {
	background-position: 0 -504px;
}
.analyse a {
	background-position: 0 -576px;
}
.analyse a.pager-active {
	background-position: 0 -648px;
}

#new_service_menu 
{
width: 960px;
margin: 0 auto;
font-family: Banda Regular, Helvetica, Arial, sans-serif;
padding-bottom: 10px;
}

#new_service_menu li
{
display: inline-block;
}

#new_service_menu li ul 
{
position: absolute;
left: -1000px;
background: #707070;
z-index: 100;
}

#new_service_menu li:hover ul 
{
left: auto;
}

#new_service_menu li ul li
{
display: block;
}

#new_service_menu li.create ul li a {
    width: 164px;
	padding: 10px;
	margin-right: 0px;
	font-size: 13px;
	color: #ffffff;
	background-color: #707070;
	display: block;
}

#new_service_menu li.promote ul li a {
    width: 164px;
	padding: 10px;
	margin-right: 0px;
	font-size: 13px;
	color: #ffffff;
	background-color: #707070;
	display: block;
}

#new_service_menu li.interact ul li a {
    width: 164px;
	padding: 10px;
	margin-right: 0px;
	font-size: 13px;
	color: #ffffff;
	background-color: #707070;
	display: block;
}

#new_service_menu li.reward ul li a {
    width: 164px;
	padding: 10px;
	margin-right: 0px;
	font-size: 13px;
	color: #ffffff;
	background-color: #707070;
	display: block;
}

#new_service_menu li.analyse ul li a {
    width: 164px;
	padding: 10px;
	margin-right: 0px;
	font-size: 13px;
	color: #ffffff;
	background-color: #707070;
	display: block;
}


#new_service_menu .create a {
    width: 144px;
	padding: 20px;
	margin-right: 5px;
	font-size: 19px;
	color: #ffffff;
	background-color: #009ee0;
	display: block;
}

#new_service_menu .promote a {
    width: 144px;
	padding: 20px;
	margin-right: 6px;
	font-size: 19px;
	color: #ffffff;
	background-color: #97bf0d;
	display: block;
}

#new_service_menu .interact a {
    width: 144px;
	padding: 20px;
	margin-right: 6px;
	font-size: 19px;
	color: #ffffff;
	background-color: #e2007a;
	display: block;
}

#new_service_menu .reward a {
    width: 144px;
	padding: 19px;
	margin-right: 5px;
	font-size: 20px;
	color: #ffffff;
	background-color: #17978e;
	display: block;
}

#new_service_menu .analyse a {
    width: 144px;
	padding: 20px;
	font-size: 20px;
	color: #ffffff;
	background-color: #8d1079;
	display: block;
}

@media (max-width: 1023px) {

#new_service_menu  {
    width: auto;
	height: auto;
    display: none; 
	position: absolute;
	top: 0px;
	left: 0px;
	float: none;
	clear: both;
	margin-top: 0px;
	overflow: auto;
	z-index: 100;
	margin-left: 0%;
	background: #ffffff;
}

#new_service_menu li {
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
    font-size: 14px;
	display: block;
}

#new_service_menu li ul 
{
position: relative;
left: 0px;
background: #ffffff;
z-index: 100;
}

#new_service_menu li ul li a
{
padding-left: 10px;
}

#new_service_menu li:hover ul 
{
left: auto;
}

#new_service_menu .create a {
    width: auto;
	padding: 20px;
	margin-right: 0px;
	font-size: 19px;
	color: #ffffff;
	background-color: #009ee0;
	display: block;
}

#new_service_menu .promote a {
    width: auto;
	padding: 20px;
	margin-right: 0px;
	font-size: 19px;
	color: #ffffff;
	background-color: #97bf0d;
	display: block;
}

#new_service_menu .interact a {
    width: auto;
	padding: 20px;
	margin-right: 0px;
	font-size: 19px;
	color: #ffffff;
	background-color: #e2007a;
	display: block;
}

#new_service_menu .reward a {
    width: auto;
	padding: 20px;
	margin-right: 0px;
	font-size: 19px;
	color: #ffffff;
	background-color: #17978e;
	display: block;
}

#new_service_menu .analyse a {
    width: auto;
	padding: 20px;
	margin-right: 0px;
	font-size: 19px;
	color: #ffffff;
	background-color: #8d1079;
	display: block;
}

}


/* Twitter Styles */
.twitterFeed {
	float: left;
	width: 240px;
	background-color: transparent;
	margin-top: 10px;
	margin-right: 20px;
	background-image: url(https://www.whizzmarketing.co.uk/images/twtr-feed-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 51px;
	background-position: top center;
}

@media (max-width: 1023px) {

.twitterFeed {
display: none;
}

}

.twitterFeed .stream a
{
color: #ffffff;
}

.twtr-hd, .twtr-user, .twtr-ft {
	display: none;
}
#twtr-widget-1 .twtr-new-results, #twtr-widget-1 .twtr-results-inner, #twtr-widget-1 .twtr-timeline, .twtr-tweet-text p em {
	background: none!important;
}
.twitterFeed .twtr-tweet {
	border-bottom: none!important;
	margin-bottom: 2px;
	background: #009ee0;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #fff!important;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.twitterFeed .twtr-tweet a {
	color: #fff!important;
	font-weight: bold;
}
.twtr-tweet-text p em {
	font-size: 12px;
	margin-top: 10px;
}
.twtr-tweet-text {
	background-repeat: no-repeat;
	background-position: top center;
}

/*Kind Words Styles*/
.miniFeed {
	float: left;
	width: 25%;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	background-color: #009ee0;
}

.miniFeed h3{
    border-bottom: 2px solid #fff;
    color: #fff;
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    width: 190px;
}


@media (max-width: 1023px) {

.miniFeed {
	clear: both;
	width: 100%;
}

}

.miniFeed .miniContent {
	padding: 20px;
	font-size: 12px;
}
.miniFeed .miniContent a {
	color: #fff;
}
.miniFeed .miniContent a:hover {
	text-decoration: underline;
}
.miniTwitter {
	float: left;
	width: 230px;
	margin-right: 20px;
	clear: left;
	padding-top: 51px;
	background-image: url(https://www.whizzmarketing.co.uk/images/minitwtr-feed-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.miniTwitter .twtr-tweet {
	border-bottom: none!important;
	margin-bottom: 2px;
	background: #951b80;
	padding: 20px;
	font-size: 12px;
	text-align: left;
	color: #fff!important;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.miniTwitter .twtr-tweet-wrap {
	padding: 0!important;
}
.kindContent {
	float: right;
	width: 73%;
}

@media (max-width: 1023px) {

.kindContent {
	clear: both;
	width: 100%;
}

}

.kindRoundels {
	float: right;
	width: 126px;
}
.kindRoundels img {
	margin-bottom: 10px;
}
blockquote {
	width: 96%;
	background: #959595;
	/* background-image: url(https://www.whizzmarketing.co.uk/images/kindQuote.png);
	background-position: bottom right;
	background-repeat: no-repeat; */
	padding: 2% 2% 3% 2%;
	margin: 2% 0;
	color: #fff;
}

blockquote p {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #fff;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

	
	

/*Contact Page Styles*/
.contactUs {
	margin-top: 20px;
}
.contactUs p {
	margin-bottom: 10px;
	color: #707070;
}
.address {
	background-color: #951B80;
	padding: 20px;
}

@media (max-width: 1023px) {

.address {
	width: 100%;
	padding: 0px;
	text-align: center;
}

}

.address p {
	color: #fff;
}
.address .whizzTitle {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
.contactForm {
	padding-left: 270px;
}
.wpcf7 p.formLabel, label {
    display:block;
    margin-top:20px;
	color: #951B80;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}
#hiddenContact .wpcf7 p.formLabel {
	color: #fff;
}
.wpcf7 p {
	margin: 0;
	padding: 0;
}
.esu-required-text {
	color: #951B80;
	font-size: 12px;
}
.yourName, .yourEmail, .yourPhone, .yourMessage, .text-input, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	width:305px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}
.captcha {
	float: right;
	clear: right;
}
.captchaImage .formLabel {
	width: 200px;
	display: inline-block;
	float: left;
}
.wpcf7-captchac {
	float: right;
	display: inline-block;
	margin-top: 17px;
}
textarea, .wpcf7-textarea {
	height:130px;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}
.submit, .esu_send_bnt, .wpcf7-submit {
    width:150px;
    height:38px;
    border:none;
    margin-top:10px;
    cursor:pointer;
	background: #18978e;
	border-radius: 2px;
	color: #fff;
	clear: right;
	float: right;
	font-size: 20px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.submit:hover {
    opacity:0.9;
}
.post1, .post3, .post4 {
	float: left;
}
.post2 {
	float: right;
}


.previous {
	float: left;
	display: block;
	width: 200px;
	margin: 10px 0;
}
.newer {
	float: right;
	display: block;
	width: 200px;
	margin: 10px 0;
	text-align: right;
}

/*Single Post Styles*/
.singlePost {
	width: 690px;
	float: right;
}

.singlePost img {
	max-width: 540px;
}
.singlePost h3 {
	padding-top: 20px;
}
.singlePost .content {
	width: 540px;
	clear: right;
	position: relative;
}
.singlePost .content h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
}
.singlePost .content h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #313131;
	padding: 15px 0;
}
.singleMeta {
	width: 690px;
	float: right;
	position: relative;
}
.singleMeta .dateBox {
	position: absolute;
	left: 560px;
	top: 0;
}
.singleMeta .fb-button {
	position: absolute;
	top: 90px;
	left: 560px;
}
.singleMeta .tw_button {
	position: absolute;
	top: 120px;
	left: 560px;
}
.singleMeta .addthis_counter {
	position: absolute;
	top: 100px;
	left: 560px;
}
.singleMetadata {
	position: absolute;
	top: 20px;
	left: 560px;
}

@media (max-width: 1023px) {

.singlePost {
	width: 100%;
	clear: both;
}

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

.singleMeta {
	width: 100%;
    clear: both;
}
.singleMeta .dateBox {
	position: relative;
	left: 0px;
	top: 0;
}
.singleMetadata {
	position: relative;
	left: 0px;
	top: 0;
}

.singleMeta .addthis_counter {
	position: relative;
	top: 0px;
	left: 0px;
}

}

.author {
	margin-bottom: 20px;
	color: #313131;
	display: block;
}
.author a { 
	color: #17978e;
}
.categories a {
	color: #009ee0;
}

/*Sidebar Styles*/
.sidebar {
	width: 25%;
	float: left;
	overflow: hidden;
}

@media (max-width: 1023px) {

.sidebar {
	width: 100%;
	float: none;
	clear: both;
}

}


.sidebarSection {
	color: #fff;
	margin-bottom: 20px;
}
.sidebarSection h3 {
	display: block;
	width: 190px;
	padding: 10px 20px;
	border-bottom: 2px solid #fff;
	color: #fff;
	margin-bottom: 0;
}
.sidebarSection ul {
	padding: 20px 20px 5px 20px;
	font-size: 14px;
}
.sidebarItem1 ul li, .sidebarItem3 ul li {
	margin-bottom: 15px;
}
.sidebarSection ul li a {
	color: #fff;
}
.sidebarItem2 ul li {
	display: inline-block;
	margin: 5px;
}
.sidebarItem2 ul {
	padding: 20px 20px 15px 20px!important;
}
.sidebarItem1 {
	background-color: #009ee0;
}
.sidebarItem2 {
	background-color: #8aaf0c;
}
.sidebarItem3 {
	background-color: #e1007a;	
}

/*Service Mix Styles*/
.sidebar .childPages {
	margin-left: -36px;
}
.sidebar .childPages li a {
	width: 315px;
	height: 72px;
	display: block;
	margin-bottom: 9px;
	text-indent: -10000px;
	background-image: url(https://www.whizzmarketing.co.uk/images/sliderSprite.png);
}
.sidebar .childPages li.last a {
	margin-bottom: 0;
}
.sidebar.create a {
	background-position: 0 0;
}
.sidebar.create a:hover, .sidebar.create a.pager-active {
	background-position: 0 0;
}
.sidebar.promote a {
	background-position: 0 -144px;
}
.sidebar.promote a:hover, .sidebar.promote a.pager-active {
	background-position: 0 -144px;
}
.sidebar.interact a {
	background-position: 0 -288px;
}
.sidebar.interact a:hover, .sidebar.interact a.pager-active {
	background-position: 0 -288px;
}
.sidebar.reward a {
	background-position: 0 -432px;
}
.sidebar.reward a:hover, .sidebar.reward a.pager-active {
	background-position: 0 -432px;
}
.sidebar.analyse a {
	background-position: 0 -576px;
}
.sidebar.analyse a:hover, .sidebar.analyse a.pager-active {
	background-position: 0 -576px;
}
.serviceContent {
	float: right;
	width: 73%;
}

@media (max-width: 1023px) {

.serviceContent {
	clear: both;
	width: 100%;
}

}


.serviceContent ul li {
	padding-right: 30px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #a53081;
	list-style: disc;
	line-height: 18px;
	margin-left: 15px;
}
.serviceContent ul li span {
	color: #707070;
}
.fltLeft {
	float: left;
	width: 210px;
	padding-right: 20px;
}
.sidebarRoundels {
	width: 230px;
	text-align: center;
	margin: 30px 0px;
}
.sidebarRoundels img {
	margin-bottom: 15px;
	max-width: 150px;
}

/*Hidden Contact Form Styles*/
#hiddenContact {
	display: none;
	background-color: #009ee0;
	color: #fff;
	padding: 10px 0 40px 0;
}
.contactMe {
	display: block;
	padding: 10px;
	background-color: #009ee0;
	width: 120px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#hiddenContact label {
    display:block;
    margin-top:20px;
	color: #fff;
}
#hiddenContact .wpcf7-text, #hiddenContact .wpcf7-textarea, #hiddenContact .wpcf7-captchar {
	width:445px;
	background:#fff;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#313131;
}
#hiddenContact .post1, #hiddenContact .post3, #hiddenContact .post4 {
	float: left;
	clear: left;
}
#hiddenContact .post2 {
	float: right;
}
#hiddenContact .wpcf7-submit {
    width:150px;
    height:38px;
    border:none;
    margin-top:10px;
    cursor:pointer;
	background: #e1007a;
	border-radius: 2px;
	color: #fff;
	clear: right;
	float: right;
	font-size: 20px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#hiddenContact .submit:hover {
    opacity:0.9;
}
.the_loop {
	margin-bottom: 0px;
}
.clip {
	overflow: hidden;
	width: 640px;
	height: 395px;
}
.wpcf7-form sent div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-response-output {
	border: none!important;
	clear: both!important;
	padding-top: 30px!important;
}
.addthis_button_expanded, .addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
	display: none!important;
}
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {display:inline !important;}

.aboutUs iframe
{
border: 1px solid #000000;
padding: 1px 0px 1px 1px;
margin-left: 15px;
}

.caption .text
{
padding-top: 35px !important; 
}

.social4i
{
clear: both;
margin-top: 10px;
margin-left: 0px;
}

.social4i .s4fblike
{
margin-left: -30px;
}

.social4i .s4fbshare
{
margin-left: -30px;
}

@media (max-width: 360px) {

.social4i .s4fbshare
{
display: none;
}

}

#let-get-mixing
{
width: 100%;
background: #707070;
overflow: auto;
text-align: center;
}

#let-get-mixing h3
{
width: 96%;
padding: 2%;
color: #ffffff;
background-color: #e2007a;
text-align: left;
}

#let-get-mixing h4
{
font-weight: normal;
margin-top: 0px;
padding-top: 0px;
background-color: #707070;
border-bottom: 2px solid #e2007a;
}

#let-get-mixing p
{
margin: 0px;
padding: 0px;
}

#let-get-mixing ul
{
list-style: none;
clear: both;
margin: 0px;
padding: 0px 0px 10px 0px;
}

#let-get-mixing ul li
{
width: 100%;
height: auto;
list-style: none;
clear: both;
width: auto;
padding: 0px;
text-align: center;
float: none;
}

#let-get-mixing ul li a
{
width: 100%;
display: block;
color: #ffffff;
font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;
}

#let-get-mixing-col1
{
width: 16%;
margin-left: 2%;
margin-right: 2%;
float: left;
}

#let-get-mixing-col2
{
width: 16%;
margin-left: 2%;
margin-right: 2%;
float: left;
}

#let-get-mixing-col3
{
width: 16%;
margin-left: 2%;
margin-right: 2%;
float: left;
}

#let-get-mixing-col4
{
width: 16%;
margin-left: 2%;
margin-right: 2%;
float: left;
}

#let-get-mixing-col5
{
width: 16%;
margin-left: 2%;
margin-right: 2%;
float: left;
}

@media (max-width: 768px) {

#let-get-mixing-col1
{
width: 46%;
min-height: 450px;
}

#let-get-mixing-col2
{
width: 46%;
min-height: 450px;
}

#let-get-mixing-col3
{
width: 46%;
min-height: 450px;
}

#let-get-mixing-col4
{
width: 46%;
min-height: 450px;
}

#let-get-mixing-col5
{
width: 96%;
min-height: 450px;
}

}

.sidebarItem3 select
{
width: 96%;
margin: 2%;
padding: 2%;
}