/*
Theme Name: Hangover Helpers
Description: Modified from The 2013 Hangover Helpers 1.0 theme for WordPress.
Version: 1.0
*/

/**
 * Reset (modified from Normalize.css)
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: 'Trebuchet MS', 'Myriad Pro', Helvetica, sans-serif;
}
body {
	color: #414141;
	font-size: 23px;
	min-width: 320px;
	margin: 0;
}

/* Links */

a {
	color: #00bc87;
}
a:hover {
	color: #ff9b0f;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3;
	font-family: 'brix_medium', 'Trebuchet MS', 'Myriad Pro', Helvetica, sans-serif;
}
h1 { font-size: 48px; margin: 33px 0; }
h2 { font-size: 30px; margin: 25px 0; }
h3 { font-size: 22px; margin: 22px 0; }
h4 { font-size: 20px; margin: 25px 0; }
h5 { font-size: 19px; margin: 30px 0; }
h6 { font-size: 17px; margin: 36px 0; }

/* misc */

address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] { border-bottom: 1px dotted; }
b, strong {   font-weight: bold; }
dfn {         font-style: italic;}
mark {
	background: #ff0;
	color: #000;
}
p { margin: 0 0 24px; }
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dl  { margin: 0 20px; }
dt  { font-weight: bold; }
dd  { margin: 0 0 20px; }
menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul { list-style-type: square; }
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol { margin: 0; }
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
del    { color: #333;}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	border-top: 4px dotted #d8d8d8;
	border-bottom: none;
	height: 1px;
	clear: both;
	margin: 70px 0;
	width: 100%;
	float: left;
}

/* Form elements */

form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input,
select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #FFFFFF;
	font: normal 31px/55px 'brix_black';
}
:-moz-placeholder {
	color: #FFFFFF;
	font: normal 31px/55px 'brix_black';
}
::-moz-placeholder {
	color: #FFFFFF;
	font: normal 31px/55px 'brix_black';
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #FFFFFF;
	font: normal 31px/55px 'brix_black';
}
button, input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
:hover {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/**
 * Fonts
 * ----------------------------------------------------------------------------
 */

@font-face {
    font-family: 'komika_axisregular';
    src: url('fonts/KOMIKAX_-webfont.eot');
    src: url('fonts/KOMIKAX_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/KOMIKAX_-webfont.woff') format('woff'),
         url('fonts/KOMIKAX_-webfont.ttf') format('truetype'),
         url('fonts/KOMIKAX_-webfont.svg#komika_axisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brix_bold';
    src: url('fonts/hvd_fonts_-_brixsansbold-webfont.eot');
    src: url('fonts/hvd_fonts_-_brixsansbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hvd_fonts_-_brixsansbold-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brixsansbold-webfont.woff') format('woff'),
         url('fonts/hvd_fonts_-_brixsansbold-webfont.ttf') format('truetype'),
         url('fonts/hvd_fonts_-_brixsansbold-webfont.svg#brix_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brix_black';
    src: url('fonts/hvd_fonts_-_brixsansblack-webfont.eot');
    src: url('fonts/hvd_fonts_-_brixsansblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hvd_fonts_-_brixsansblack-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brixsansblack-webfont.woff') format('woff'),
         url('fonts/hvd_fonts_-_brixsansblack-webfont.ttf') format('truetype'),
         url('fonts/hvd_fonts_-_brixsansblack-webfont.svg#brix_black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brix_extralight';
    src: url('fonts/hvd_fonts_-_brixsansextralight-webfont.eot');
    src: url('fonts/hvd_fonts_-_brixsansextralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hvd_fonts_-_brixsansextralight-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brixsansextralight-webfont.woff') format('woff'),
         url('fonts/hvd_fonts_-_brixsansextralight-webfont.ttf') format('truetype'),
         url('fonts/hvd_fonts_-_brixsansextralight-webfont.svg#brix_extralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brix_light';
    src: url('fonts/hvd_fonts_-_brixsanslight-webfont.eot');
    src: url('fonts/hvd_fonts_-_brixsanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hvd_fonts_-_brixsanslight-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brixsanslight-webfont.woff') format('woff'),
         url('fonts/hvd_fonts_-_brixsanslight-webfont.ttf') format('truetype'),
         url('fonts/hvd_fonts_-_brixsanslight-webfont.svg#brix_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brix_medium';
    src: url('fonts/hvd_fonts_-_brixsansmedium-webfont.eot');
    src: url('fonts/hvd_fonts_-_brixsansmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hvd_fonts_-_brixsansmedium-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brixsansmedium-webfont.woff') format('woff'),
         url('fonts/hvd_fonts_-_brixsansmedium-webfont.ttf') format('truetype'),
         url('fonts/hvd_fonts_-_brixsansmedium-webfont.svg#brix_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Floating */

.left  { float: left!important; }
.right { float: right!important;}

/* Text Aligment */

.alignleft   { text-align: left!important; }
.alignright  { text-align: right!important; }
.aligncenter { text-align: center!important; }

/**
 * Basic Structure
 * ----------------------------------------------------------------------------
 */

html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
#page {
	padding-bottom: 314px;
	font-family: 'Trebuchet MS', 'Myriad Pro';
}
.home #page {
	padding-bottom: 314px;
}
.site {
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
}
.site-main {
	position: relative;
}
.inner {
	max-width: 1020px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	height: 154px;
	padding: 36px 0 0 0;
}
.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}
.site-header .inner {
	overflow: initial;
}
.site-header .right {
	width: -webkit-calc(100% - 221px);
	width: -moz-calc(100% - 221px);
	width: calc(100% - 221px);
}
.site-header .logo {
	float: left;
	width: 221px;
}
.site-header .logo a {
	display: block;
	width: 221px;
	height: 96px;
	text-indent: -10000px;
	background: url(images/logo.png) no-repeat 0 0;
}
.site-header .description {
	float: right;
	color: #1fb685;
	font: normal 19px 'brix_medium';
  	padding: 11px 16px 0 0;
}
.socials {
	float: right;
	width: 110px;
  	padding: 6px 0 0 10px;
}
.socials a {
	display: inline-block;
	width: 32px;
	height: 33px;
	margin-right: 17px;
	transition: none;
	background: url(images/socials.png) no-repeat 0 0;
}
.socials a.facebook {
	margin-right: 0;
	background: url(images/socials.png) no-repeat -32px 0;
}
.socials a:hover {
	background: url(images/socials.png) no-repeat 0 100%;
}
.socials a.facebook:hover {
	background: url(images/socials.png) no-repeat -32px 100%;
}
.site-header .call {
	color: #fff;
	float: right;
	width: 228px;
	height: 46px;
	text-align: center;
	font: normal 22px/47px 'brix_medium';
	background: url(images/pink-banner.png) no-repeat 0 0;
}
.site-header .call b {
	padding-right: 1px;
	font: normal 19px 'komika_axisregular', 'Comic Sans', Arial, sans-serif;
}
.site-navigation {
	float: right;
	clear: both;
	padding: 15px 0 0 0;
}
ul.main-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}
.main-menu li {
	display: inline-block;
	position: relative;
	padding-right: 18px;
}
.main-menu li:last-of-type {
	padding-right: 0;
}
.main-menu li a {
	color: #939393;
	display: block;
	font: normal 18px 'brix_extralight';
	text-decoration: none;
}
.main-menu li a:hover {
	color: #1fb685;
}
.main-menu .current_page_item > a,
.main-menu .current_page_ancestor > a,
.main-menu .current-menu-item > a,
.main-menu .current-menu-ancestor > a {
	color: #1fb685;
}
.main-menu li.menu-item-has-children:hover ul { display: block; }
.main-menu li.menu-item-has-children ul {
  position: absolute;
  display: none;
  width: 175px;
  background-color: #fff;
  top: 19px;
  z-index: 9999;
  left: -14px;
  padding: 16px 17px 0;
  text-align: left;
}
.main-menu li ul li {
	width: 100%;
	padding: 15px 0 11px 0;
	border-bottom: 1px dotted #d9d9d9;
}
.main-menu li ul li:last-of-type {
	border-bottom: none;
}
.main-menu li ul li a {
	padding: 0;
	display: block;
}
.menu-toggle {
	display: none;
}

/**
 * Front-page
 * ----------------------------------------------------------------------------
 */

/* slider */

.slider {
    position: relative;
    overflow: hidden;
    max-height: 397px;
    z-index: 1;
}
.slider .flexslider {
    position: relative;
    z-index: 1;
    margin: 0;
}
.slider .flexslider .slides {
    margin: 0;
    padding: 0;
}
.slider .flex-direction-nav,
.flex-control-nav {
    display: none;
}
.slider .flexslider .inner {
	max-width: 100%;
}
.slider .flexslider .inner .wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slider .flexslider .inner .inner .grunge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.slider .flexslider .inner .inner .emergency {
	position: absolute;
	display: block;
	top: 48px;
	right: 20px;
	width: 35%;
	height: 100%;
	z-index: 9998;
	background: url(images/emergency.png) no-repeat 0 0;
	background-size: 100% auto;
}
.slider .flexslider .inner .inner {
	max-width: 1020px;
	height: 100%;
	max-height: 397px;
	position: relative;
}
.slider h2 {
	position: absolute;
	color: #fff;
	z-index: 2;
	max-width: 67%;
	text-align: left;
	letter-spacing: -2px;
	margin: 17% 0 0 0;
	font: normal 346%/82px 'brix_black', 'Trebuchet MS', 'Myriad Pro', sans-serif;
}
.slider .flexslider .slides li {
	text-align: center;
}
.slider .flexslider .slides li.green .grunge {
	background: url(images/green-grunge.png) repeat;
}
.slider .flexslider .slides li.green {
	background: #00bc87 url(images/green-shape.jpg) no-repeat 0 0;
}
.slider .flexslider .slides li.pink .grunge {
	background: url(images/pink-grunge.png) repeat;
}
.slider .flexslider .slides li.pink {
	background: #f3287b url(images/pink-shape.jpg) no-repeat 0 0;
}
.slider .flexslider .slides li.orange .grunge {
	background: url(images/orange-grunge.png) repeat;
}
.slider .flexslider .slides li.orange {
	background: #ff9b0f url(images/orange-shape.jpg) no-repeat 0 0;
}
.slider .flexslider .slides img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.home .slider:before {
	content: '';
	display: block;
	position: absolute;
	left: -10%;
	width: 110%;
	height: 30px;
	-webkit-box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	z-index: 3;
}
.colour-boxes {
	padding: 40px 0;
	position: relative;
	background: #fff;
	z-index: 2;
}
.colour-boxes:after {
	content: '';
	display: block;
	clear: both;
}
.colour-boxes .blocks .block {
	float: left;
	width: 31.35%;
	height: 270px;
	padding: 12px;
	margin-right: 2.95%;
	background: #d32771;
	position: relative;
	background-size: cover!important;
}
.colour-boxes .blocks .block .wrap {
	width: 100%;
  	height: 100%;
  	background-size: cover!important;
}
.colour-boxes .blocks .block h3 {
	color: #fff;
	font: normal 44px/42px 'brix_black';
	padding: 45px 17px 21px 23px;
	margin: 0;
}
.colour-boxes .blocks .block.green a {
	background: url(images/strip-green.png) no-repeat right 0;
}
.colour-boxes .blocks .block a {
	float: left;
	color: #d32771;
	margin: 0;
	padding: 0px 22px 2px 24px;
	text-decoration: none;
	text-transform: uppercase;
	font: normal 29px 'komika_axisregular';
	background: url(images/strip.png) no-repeat right 0;
}
.colour-boxes .blocks .block:first-of-type {
	background: #fa9d1c;
}
.colour-boxes .blocks .block:last-of-type {
	margin-right: 0;
	background: #1eb786;
}
.colour-boxes .blocks .block.orange a {
	color: #fa9d1c;
}
.colour-boxes .blocks .block.green a {
	color: #1eb786;
}
.colour-boxes .blocks .block.green {
	background: #1eb786 url(images/green-box-bg.png) no-repeat 0 0;
}
.colour-boxes .blocks .block.orange {
	background: #fa9d1c url(images/orange-box-bg.png) no-repeat 0 0;
}
.colour-boxes .blocks .block.pink {
	background: #d32771 url(images/pink-box-bg.png) no-repeat 0 0;
}
.colour-boxes .blocks .block.green .wrap {
	background: url(images/green-box.jpg) no-repeat 0 0;
}
.colour-boxes .blocks .block.orange .wrap {
	background: url(images/orange-box.jpg) no-repeat 0 0;
}
.colour-boxes .blocks .block.pink .wrap {
	background: url(images/pink-box.jpg) no-repeat 0 0;
}
.home #page .video {
	background: #d32771;
	text-align: center;
	position: relative;
	height: 298px;
	overflow: hidden;
	z-index: 1;
}
.home #page .video a {
	display: block;
	width: 185px;
	height: 185px;
	position: absolute;
	top: 50%; left: 50%;
	z-index: 2;
	margin: -92.5px 0 0 -92.5px;
	background: url(images/video-button.png) no-repeat 0 0;
}
.home #page .video img {
	position: relative;
	min-width: 100%;
	margin: 0 auto;
	width: auto;
	height: 100%;
	z-index: 1;
}
.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
}
.home .overlay .video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home .overlay .video .close {
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #d32771;
	text-decoration: none;
  	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}
.home .overlay .video iframe {
	position: relative;
	z-index: 1;
}
#page .price-bar {
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 50px;
	background: #fff;
	z-index: 2;
}
#page .price-bar .close-button {
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	top: -29px;
	right: -5px;
	background: url(images/close-button.png) no-repeat 0 0;
}
.home #page .price-bar {
	display: none;
	position: absolute;
	top: 335px; left: 0;
}
#page .price-bar form {
	position: relative;
	padding: 40px 0 0;
	overflow: initial;
	border-top: 4px dotted #d8d8d8;
	border-bottom: 4px dotted #d8d8d8;
	margin: 20px auto;
}
#page .price-bar form .form-line {
	margin-bottom: 20px;
	padding: 0;
}
#page .price-bar form .form-line .short {
	width: 177px;
}
#page .price-bar form .form-line .medium {
	width: 265px;
}
#page .price-bar form .form-line .long {
	width: 471px;
}
#page .price-bar form .form-line:last-of-type {
	margin: -10px 0 25px 0;
}
#page .price-bar form .form-line label,
#page form .wpgc_confirmation_title {
	float: left;
	font-size: 33px;
	padding: 0!important;
	margin: 0!important;
}
#page .price-bar form .form-line.orange .medium.pink {
	margin-left: 0;
}
#page .price-bar form .form-line.green .medium:first-of-type {
	margin-left: 37px;
}
#page .price-bar form input[type=submit] {
	background: #fff;
	margin-right: 0;
	float: right;
}
#page .price-bar form .long {
	float: left;
	width: 455px;
}
.testimonials {
	padding: 52px 0 31px 0;
}
.testimonials p:first-of-type {
	color: #21b482;
	font: normal 45px 'brix_black';
	font-style: normal;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	line-height: 73px;
}
.testimonials .author {
	color: #f1267b;
	font: normal 22px 'komika_axisregular';
	margin-left: 5px;
}
.home .logos {
	/*height: 214px;*/
}
.home .logos:before,
.home .logos:after {
	content: '................................................................................................................................';
	display: block;
	height: 4px;
	color: #d8d8d8;
	font-size: 22px;
	margin: -16px 0 18px;
}
.home .logos:after {
	margin: -11px 0 0;
}
.home .logos .widget {
	display: inline-block;
	margin: 25px 20px;
	max-width: 226px;
}
.home .logos .widget:first-of-type {
	margin-left: 0;
}
.home .logos .widget:last-of-type {
	margin-right: 0;
}
.social-networks {
	overflow: hidden;
	padding: 22px 0 75px;
}
.social-networks h4 {
	color: #f89b1c;
	font-size: 25px;
	margin: 26px 0 25px;
}
.social-networks .facebook {
	float: left;
	width: 320px;
}
.social-networks .instagram {
	float: right;
	width: 660px;
}

/**
 * Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	overflow: hidden;
	height: 180px;
	background: #00bc87 url(images/green-shape.jpg) no-repeat 0 0;
}
.entry-header:before {
	content: '';
	display: block;
	position: absolute;
	width: 104%;
	height: 100%;
	left: -2%;
	-webkit-box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	box-shadow: inset 7px 9px 15px rgba(0, 0, 0, 0.2);
	z-index: 3;
}
.entry-header.pink {
	background: #f3287b url(images/pink-shape.jpg) no-repeat 0 0;
}
.entry-header.orange {
	background: #ff9b0f url(images/orange-shape.jpg) no-repeat 0 0;
}
.entry-header .entry-title {
	position: relative;
	line-height: 180px;
	z-index: 2;
}
.entry-header .entry-thumbnail img {
	width: 100%;
	min-height: 180px;
}
.entry-header .entry-thumbnail {
	position: absolute;
	text-align: center;
	top: 0; left: 0;
	width: 100%;
	z-index: 1;
}
.entry-title {
	text-align: left;
	font: normal 84px 'brix_black';
	color: #fff;
}

/**
 * Content
 * ----------------------------------------------------------------------------
 */

#page {
	overflow: hidden;
}
.content-area {
	overflow: initial;
	padding: 56px 0 0 0;
}
#content {
	float: left;
	width: -webkit-calc(100% - 340px);
	width: -moz-calc(100% - 340px);
	width: calc(100% - 340px);
	color: #414141;
	font: normal 23px 'brix_light';
	padding-right: 20px;
	padding-bottom: 50px;
}
#content.no-sidebar {
	width: 100%;
	padding: 0 0 50px 0;
}
.hentry {
	padding: 0;
}
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 1020px;
	margin: 0 auto;
	width: 100%;
}
.entry-content .giftcertificateslite_signup_box {
	display: none;
}
#page form {
	padding: 0 0 50px 0;
}
#page form label {
	font: normal 33px 'brix_black';
	padding-bottom: 10px;
	margin-top: -10px;
	display: block;
}
#page form input, #page form textarea {
	color: #fff;
	font: normal 30px/51px 'brix_black';
	width: 100%;
	height: 55px;
	border: none;
	padding: 0 18px;
	line-height: 55px;
	margin-bottom: 15px;
}
#page form.inner input {margin-bottom: 0;}

#page form textarea {
	height: 260px;
	resize: vertical;
}

#page form label {  color: #1fb685; }
#page form input,
#page form .jq-selectbox,
#page form textarea { background-color: #1fb685; }
#page form .green,
#page form .green label { color: #1fb685; }
#page form .green input,
#page form .green .jq-selectbox { background-color: #1fb685; }
#page form .orange,
#page form .orange label { color: #f99d1c; }
#page form .orange input,
#page form .orange .jq-selectbox { background-color: #f99d1c; }
#page form .pink,
#page form .pink label {   color: #ee2b7b; }
#page form .pink input,
#page form .pink .jq-selectbox { background-color: #ee2b7b!important; }

#page form .form-line {
	padding-bottom: 15px;
}
#page form select {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
}
#page form .short {
	float: left;
	width: 195px;
	margin: 0 10px 15px 0;
}
#page form .form-line .medium {
	float: left;
	width: 265px;
	margin-right: 8px;
}
#page form .form-line:after {
	content: '';
	display: block;
	clear: both;
}
#page form .form-line .medium {
	float: left;
	width: 326px;
}
#page form .form-line .long {
	float: left;
	width: 457px;
}
#page form .form-line .checkbox label {
	font-size: 26px;
}
#page form .form-line #slider-range-max:before {
	content: '';
	display: block;
	width: 100%;
	height: 46px;
	position: absolute;
	z-index: 2;
	background: url(images/range2.png) no-repeat 0 0!important;
}
#ui-datepicker-div {
	z-index: 9997!important;
}
#page form .form-line #slider-range-max {
	float: right;
	width: 740px;
	height: 46px;
	padding: 0;
	margin: 3px 0 0 0;
	text-align: right;
	background: #f3287b!important;
	position: relative;
	-webkit-border-radius: 23px 0 0 23px;
	-moz-border-radius: 23px 0 0 23px;
	-o-border-radius: 23px 0 0 23px;
	border-radius: 23px 0 0 23px;
	border: none;
}
#page form .form-line #slider-range-max .ui-slider-range {
	background: #e4e4e4 url(images/gray-line.png) no-repeat right 0!important;
	background-size: 24px 100%!important;
	height: 46px;
	margin-top: 0;
	border: none;
}
#page form .form-line #slider-range-max .ui-slider-handle:focus {
	outline: none;
}
#page form .ui-slider-horizontal .ui-slider-range-max {
	right: -2px;
}
#page form .form-line #slider-range-max .ui-slider-handle {
	width: 14px;
	height: 61px;
	background: #f3287b;
	display: block;
	border: none;
	border-radius: 0;
	margin-top: 0;
	margin-left: -9px;
	z-index: 3;
}
#page form div.wpcf7-response-output {
	clear: both;
	margin: 2em 0 1em;
}
#page form .form-line .long,
#page form .form-line .short,
#page form .form-line .medium {
	margin-right: 8px;
}
#page form .form-line .long:last-of-type,
#page form .form-line .short:last-of-type,
#page form .form-line .medium:last-of-type {
	margin-right: 0;
}
#ui-datepicker-div {
	font-size: 75%;
}
#page form .form-line .checkbox {
	float: left;
  	padding: 10px 0 0 0;
  	margin-right: 39px!important;
}
#page form .jq-selectbox-wrapper {
	width: 100%;
	height: 55px;
}
#page form .jq-selectbox {
	color: #fff;
	width: 100%!important;
	height: 55px;
	padding: 0 18px;
	font: normal 30px/51px 'brix_black';
background: url(images/select-arrow.png) no-repeat 95% 21px;
  background-size: 27px 14px;
}
#page form .jq-selectbox__search,
#page form .jq-selectbox__not-found {
	display: none;
}
#page form .jq-selectbox__dropdown {
	background: #e0e0e0;
	width: 100%;
	left: 0;
}
#page form .jq-selectbox__dropdown ul {
	max-height: 200px;
	padding: 0;
	margin: 0;
}
#page form .jq-selectbox__dropdown ul li:hover,
#page form .jq-selectbox__dropdown ul li.selected {
	color: #fff;
	background: #f99d1c;
}
#page form .green .jq-selectbox__dropdown ul li {
	color: #1fb685;
}
#page form .green .jq-selectbox__dropdown ul li:hover,
#page form .green .jq-selectbox__dropdown ul li.selected {
	color: #fff;
	background: #1fb685;
}
#page form .pink .jq-selectbox__dropdown ul li {
	color: #ee2b7b;
}
#page form .pink .jq-selectbox__dropdown ul li:hover,
#page form .pink .jq-selectbox__dropdown ul li.selected {
	color: #fff;
	background: #ee2b7b;
}
#page form .jq-selectbox__dropdown ul li:first-of-type {
	border-top: 3px solid #fff;
}
#page form .jq-selectbox__dropdown ul li {
	padding: 0 15px 2px 17px;
	color: #f99d1c;
	font: normal 30px/35px 'brix_medium';
	border-bottom: 3px solid #fff;
}
#page form .checkbox input {
	display: none;
}
#page form input[type='checkbox'] + label {
	font: normal 26px 'brix_medium';
}
#page form input[type='checkbox'] + label:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	float: left;
	line-height: 14px;
	margin: 2px 8px 0 0;
	border: 5px solid #1fb685;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#page form input[type='checkbox']:checked + label:before {
	content: 'x';
	color: #ee2b7b;
}
#page form .checkbox {
	width: auto;
	color: #1fb685;
	font: normal 26px 'brix_medium';
}
#page form .checkbox input {
	width: auto;
	color: #1fb685;
}
#page form .submit {
	line-height: 58px;
}
#page form .submit input[type=submit] {
	float: left;
	margin-right: 20px;
}
#page form .submit span {
	font-size: 25px;
}
#page .wpgc_confirmation_container .wpgc_confirmation_info {
	padding: 10px 10px 0 10px;
	border: 5px solid #ee2b7b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
}
#page input[type=submit],
#page input[type=button],
#page .wpgc_submit {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 58px;
	color: #ee2b7b;
	background: #fff;
	border: 5px solid #ee2b7b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 0 10px;
	font: normal 27px 'komika_axisregular';
}
#page form input[type=submit]:hover {
	color: #fff;
	background: #ee2b7b;
}
#page .wpgc_signup_form .personalise {
	display: block;
}
#page .wpgc_signup_form .hide,
#page .wpgc_signup_form .wpgc_comment,
#page .wpgc_signup_form .wpgc_campaign_title {
	display: none;
}
#page .wpgc_signup_form .additional_owner {
	position: relative;
	padding-bottom: 0;
}
#page .wpgc_signup_form .additional_owner input {
	margin-top: 70px;
}
#page .wpgc_form {
	padding: 14px 0;
}
#page .wpgc_signup_form form .submit {
	line-height: 52px;
}
#page .wpgc_signup_form form .submit input[type=submit] {
	margin-right: 22px;
}
#page .wpgc_signup_form form .submit span {
	font-size: 27px;
}
#page .wpgc_signup_form form input[type=submit] {
	height: 63px;
	border: 7px solid #ee2b7b;
	margin: -4px 10px 0 0;
	padding: 0 16px;
}
#page .wpgc_signup_form,
#page .wpgc_confirmation_info {
	margin: 0;
	border: none;
	background: none;
	position: relative;
	padding: 0 0 150px 0;
}
#page .wpgc_certificate_data {
	position: relative;
}
#page .wpgc_signup_form .amount {
	padding-top: 12px;
}
#page .wpgc_form .personalise .gift_from {
	position: absolute;
	top: 182px;
	left: 0;
	width: 100%;
}
#page .wpgc_form .personalise {
	float: right;
	width: 449px;
  	padding-top: 12px;
}
#page .price-my-party .estimated {
	float: left;
	width: 279px;
	height: 82px;
	border: 6px solid #00bc87;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 0 0 8px;
	margin: 0 15px 11px 0;
	overflow: hidden;
}
#page .price-my-party .wpcf7-form-control-wrap.options,
#page .price-my-party .wpcf7-form-control-wrap.estimated {
	display: none;
}
#page .price-my-party .estimated span {
	float: left;
	width: 100px;
	color: #414141;
}
#page .price-my-party .estimated span#options {
	display: none;
}
#page .price-my-party .estimated span#price {
	color: #00bc87;
	width: 152px;
	float: right;
	font: normal 52px/56px 'brix_black';
}
#page .price-my-party .entry-content p {
	line-height: 25px;
	margin-top: 14px;
}
#page .price-my-party .entry-content form p:last-of-type {
	margin-top: 37px;
}
#page .price-my-party form {
	clear: both;
	padding-top: 20px;
}
#page .price-my-party .form-line {
	/*padding-bottom: 0;*/
}
#page .price-my-party .form-line.long {
	clear: both;
}
#page .form-line.half {
	float: left;
	width: 503px;
	margin-right: 14px;
}
#page .price-my-party .form-line.submit {
	clear: both;
	float: right;
}
#page .price-my-party .form-line.submit input {
	float: right;
	margin-right: 0;
}
#page .price-my-party .form-line.half.orange {
	margin-right: 14px!important;
	float: left;
}
#page .form-line.half:nth-child(odd),
#page .price-my-party .form-line.half.pink {
	margin-right: 0;
	float: right;
}
#page .form-line.datepick + p {
	display: none;
}
#page .form-line.datepick input {
	background: url(images/cal.png) no-repeat 96% 8px;
}
.entry-content .col-half {
	float: left;
	width: 47%;
}
.entry-content .col-half:first-of-type {
	margin-right: 5%;
}
.entry-content .img-right {
	float: left;
	width: 480px;
}
.entry-content .img-left {
	float: right;
	width: 480px;
}
.entry-content h2 {
	color: #00bc87;
	margin: 14px 0 13px;
	font: normal 52px 'brix_black';
}
.entry-content h3 {
	color: #f3287b;
	margin: 29px 0 13px;
	font: normal 33px 'brix_black';
}
.entry-content p strong {
	color: #f3287b;
	font: normal 35px/41px 'brix_light';
}
.entry-content h4 {
	color: #414141;
	margin: 37px 0 11px;
	font: normal 25px 'brix_black';
}
.entry-content p {
	line-height: 32px;
  	font-size: 22px;
  	margin-bottom: 22px;
}
.entry-content ul {
	margin: -14px 0 26px;
	padding: 0;
}
.entry-content ul li {
	list-style: none;
	padding-bottom: 8px;
}
.entry-content > ul li:before {
    content: "• ";
    color: #00bc87;
    padding-right: 2px;
  	font-size: 27px;
}
.entry-content .line {
	padding-bottom: 20px;
}
.entry-content .line h3 strong {
	color: #f3287b;
  	font: bold 35px/41px 'brix_light';
}
.entry-content .line p:before {
	content: 'A:';
	color: #f3287b;
	display: inline-block;
	margin: 0 10px 125px 0;
	float: left;
  	font: normal 35px/41px 'brix_light';
}
.entry-content .testimonials {
	padding-top: 10px;
}
.entry-content .testimonials .post:before {
	content: '................................................................................................................................';
	display: block;
	height: 4px;
	color: #d8d8d8;
	font-size: 35px;
	margin: 0 0 85px;
}
.entry-content .testimonials .post {
	padding: 0;
  	margin: 30px 0;
}
.entry-content .testimonials .post:first-of-type {
	margin-top: 10px;
}
.entry-content .testimonials .post:first-of-type:before {
	display: none;
}
.entry-content .testimonials p:first-of-type {
	font: normal 40px 'brix_black';
	line-height: 60px;
}
.entry-content .testimonials .author {
	color: #f1267b;
	font: normal 18px 'komika_axisregular';
}
.entry-content .ngg-galleryoverview {
	margin-top: -4px;
}
.entry-content .ngg-gallery-thumbnail img {
	max-width: 210px!important;
  	width: auto;
}


/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}
.entry-meta a {
	color: #bc360a;
}
.entry-meta a:hover {
	color: #bc360a;
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.entry-meta .date a:before {
	content: "\f303";
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */

.sidebar-container {
	float: right;
	width: 320px;
}
.sidebar-container .colour-boxes {
	padding: 0;
}
.sidebar-container .colour-boxes .blocks .block {
	margin: 0 0 25px 0;
	width: 320px;
}
.sidebar-container .colour-boxes .blocks .block h3 {
	padding-top: 30px;
}

/**
 * Widgets
 * ----------------------------------------------------------------------------
 */

/*.widget {
	background: none;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}
.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}
.widget a {
	color: #bc360a;
}
.widget a:hover {
	color: #ea9629;
}*/


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	color: #fff;
	height: 314px;
	padding: 52px 0;
	font-size: 18px;
	background-color: #1fb685;
	position: relative;
    margin-top: -314px; /* negative value of footer height */
    clear: both;
font: normal 18px 'brix_medium';
}
.site-footer a:hover {
	text-decoration: none !important;
	color: #01685b;
}
.site-footer .col {
	float: left;
	width: 340px;
}
.site-footer .footer-logo {
	display: block;
	width: 172px;
	height: 75px;
	text-indent: -10000px;
	background: url(images/footer-logo.png) no-repeat 0 0;
}
.site-footer .col p {
  	line-height: 26px;
  	padding: 0 37px 0 0;
}
.site-footer .widget_text {}
.site-footer .widget_text p {}
.site-footer .col.center {
	padding: 0 0 0 14px;
}
.site-footer .socials {
	float: left;
	width: 100%;
	padding: 9px 0 11px;
}
.site-footer .socials .instagram {
	margin-right: 10px;
	background: url(images/socials-footer.png) no-repeat 0 0;
}
.site-footer .socials .facebook {
	background: url(images/socials-footer.png) no-repeat -32px 0;
}
.site-footer .socials .instagram:hover {
	background: url(images/socials-footer.png) no-repeat 0 100%;
}
.site-footer .socials .facebook:hover {
	background: url(images/socials-footer.png) no-repeat -32px 100%;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
font: normal 18px 'brix_medium';
}
.site-footer .current-menu-item a,
.site-footer a:hover {
	text-decoration: none !important;
	color: #01685b;
}
.site-footer ul {
	margin: 0;
	padding: 12px 0 0 32px;
}
.site-footer ul li {
	padding: 0;
	list-style: none;
	padding-bottom: 6px;
}

.site-footer .authors {margin-top: 57px;}
.site-footer .authors, .site-footer .authors a {font-size: 14px;}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

/* Mobile devices */

@media (min-width: 320px) and (max-width: 768px) {
	html, body, #wrapper {
		min-width: 320px;
	}
	#page,
	.home #page {
		padding: 0 10px;
	}
	.site-header {
		z-index: 3;
		height: 192px;
		padding: 14px 0 0;
	}
	.site-header .logo a {
		width: 100%;
		background-size: 100% auto;
	}
	.site-header .logo {
		width: 168px;
		position: absolute;
		top: 81px;
		left: 3px;
		z-index: 2;
	}
	.site-header .right {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.site-header .call {
		float: left;
		width: 186px;
  		height: 35px;
		font-size: 17px;
		line-height: 37px;
		background-size: 100% auto;
	}
	.site-header .call b {
		font-size: 14px;
	}
	.site-header .call a {
		color: #fff;
	}
	.socials {
		width: 96px;
		padding: 1px 0 0 10px;
	}
	.socials a {
		margin-right: 10px;
	}
	.site-header .menu-toggle {
		background: url(images/burger.png) no-repeat 0 0;
		display: block;
		width: 40px;
		height: 31px;
		float: right;
		text-indent: -10000px;
		margin: -12px 42px 0 0;
		border: none;
		padding: 0;
	}
	.site-header .inner {
		overflow: inherit;
	}
	.site-header .description {
		padding: 87px 0 11px;
		border-top: 4px dotted #d8d8d8;
		margin-top: 13px;
		width: 100%;
	}
	.site-navigation {
		padding: 0;
		position: absolute;
		top: 100px;
		width: -webkit-calc(100% + 38px);
		width: -moz-calc(100% + 38px);
		width: calc(100% + 38px);
		left: -19px;
	}
	.site-navigation .main-menu li {
		border-bottom: 4px solid #fff;
		width: 100%;
		padding: 0;
	}
	.site-navigation .main-menu li:last-of-type {
		border: none;
	}
	.site-navigation .main-menu li a {
		font-size: 25px;
		color: #f3287b;
		display: block;
		line-height: 40px;
		background: #e6e6e6;
		text-align: left;
		padding-left: 20px;
		height: 40px;
	}
	.main-menu li a:hover,
	.main-menu .current_page_item > a,
	.main-menu .current_page_ancestor > a,
	.main-menu .current-menu-item > a,
	.main-menu .current-menu-ancestor > a {
		color: #fff;
		background: #f3287b;
	}
	.main-menu li.menu-item-has-children ul {
		display: none;
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		padding: 4px 0 0 0;
	}
	.main-menu li.menu-item-has-children ul li a {
		padding-left: 30px;
		font-size: 20px;
	}
	.site-navigation .menu-mainmenu-container {
		display: none;
		margin: 70px 0 0 0;
	}
	.site-navigation.toggled-on .menu-mainmenu-container {
		display: block;
	}
	.video {
		width: -webkit-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.home .overlay .video .close {
		right: 0;
	}
	.home .overlay .video iframe {
		max-width: 90%;
		margin: 0 5%;
		max-height: 23vh;
	}
	.slider {
		min-height: 225px;
		margin-left: -10px;
		width: -webkit-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: calc(100% + 20px);
	}
	.slider h2 {
		margin: 0;
		height: auto;
		max-width: 80%;
		font: normal 10vw/10vw 'brix_black', 'Trebuchet MS', 'Myriad Pro', sans-serif;
		bottom: 10%; left: 3%;
		vertical-align: bottom;
	}
	.slider .flexslider .slides li .inner:before {
		display: none;
	}
	.slider .flexslider .slides img {
		width: 250%;
		margin-left: -50vw;
	}
	.colour-boxes {
		padding: 20px 0;
	}
	.colour-boxes .blocks .block {
		width: 100%;
		height: 249px;
		margin-bottom: 14px;
		background-size: 100% auto!important;
	}
	.home .colour-boxes .blocks .block h3 {
		font: normal 40px/38px 'brix_black';
		padding: 42px 10px 21px 23px;
	}
	.testimonials {
		padding: 21px 2px 31px;
		border-bottom: 4px dotted #d8d8d8;
	}
	.testimonials p:first-of-type,
	.entry-content .testimonials p:first-of-type {
		color: #21b482;
		font: normal 24px/38px 'brix_black';
	}
	.entry-content .testimonials {
		padding-bottom: 0;
		margin-bottom: 40px;
	}
	.testimonials .author,
	.entry-content .testimonials .author {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.logos {
		display: none;
	}
	.social-networks {
		padding: 6px 0 75px;
	}
	.social-networks h4 {
		margin: 26px 0 15px;
	}
	.social-networks .facebook,
	.social-networks .instagram {
		width: 100%;
	}
	.content-area {
		padding: 30px 0 0 0;
	}
	.entry-content p strong {
		font: normal 32px/35px 'brix_light';
	}
	.entry-header {
		width: -webkit-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: calc(100% + 20px);
		margin-left: -10px;
		padding: 0 20px;
		height: 150px;
		z-index: 1;
	}
	.entry-header .entry-title {
		font: normal 44px 'brix_black';
		line-height: 41px;
		height: 150px;
		padding: 56px 0 0 0;
	}
	#content {
		width: 100%;
	}
	.entry-header .entry-thumbnail img {
		width: auto;
		height: 100%;
		min-height: 180px;
		max-width: inherit;
		margin-left: -75%;
	}
	.entry-content h2 {
		margin: 0 0 13px;
		font: normal 40px 'brix_black';
	}
	.entry-content p strong {
		font: normal 24px/30px 'brix_light';
	}
	.entry-content p {
		line-height: 22px;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.entry-content ul li {
		padding-bottom: 0;
		font-size: 16px;
	}
	.entry-content .ngg-gallery-thumbnail,
	.entry-content .ngg-gallery-thumbnail-box {
		width: 100%;
	}
	.entry-content .ngg-galleryoverview {
		margin-bottom: 20px;
	}
	.entry-content .ngg-gallery-thumbnail img {
		max-width: 100%!important;
		width: 98%;
	}
	.entry-content .col-half,
	.entry-content .img-left,
	.entry-content .img-right {
		margin: 0;
		width: 100%;
	}
	hr {
		margin: 20px 0;
	}
	.sidebar-container {
		width: 100%;
	}
	.site-footer {
		height: auto;
		margin-top: 0;
		padding: 29px 23px;
	}
	.site-footer .col {
		width: 100%;
		padding: 0;
		margin-bottom: 35px;
	}
	.site-footer .col.center {
		padding: 0;
		margin-bottom: 14px;
	}
	.site-footer .footer-logo {
		width: 155px;
		height: 68px;
		background-size: 100% 100%;
	}
	.site-footer .socials {
		width: auto;
		position: absolute;
		top: 47px;
		right: 23px;
	}
	.site-footer ul {
		margin: 0;
		padding: 0;
	}
	.home #page .price-bar {
		padding: 0 10px;
		left: -10px;
		top: 252px;
		height: auto;
		width: -webkit-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: calc(100% + 20px);
	}
	#page .price-bar form {
		padding: 7px 0 0;
	}
	#page form .form-line #slider-range-max {
		width: 100%;
		height: 38px;
		padding: 0;
		margin: 7px 0 0 0;
	}
	#page form .form-line #slider-range-max:before {
		height: 100%;
  		background-size: 100% 63%!important;
		top: 20%;
		left: -4px;
	}
	#page form .form-line #slider-range-max .ui-slider-range {
		height: 38px;
	}
	#page form .form-line #slider-range-max .ui-slider-handle {
		width: 2%;
		height: 137%;
		margin: 1px 0 0 0;
	}
	#page .price-bar form .form-line.green .medium:first-of-type {
		margin-left: 0;
	}
	#page .price-bar form .form-line.orange .pink:first-of-type {
		margin-bottom: 17px;
	}
	#page .price-bar form .form-line .half {
		width: 50%;
	}
	#page .price-bar form .form-line .short {
		width: 48%;
	}
	#page .price-bar form .form-line .short:last-of-type {
		width: -webkit-calc(49% - 2px);
		width: -moz-calc(49% - 2px);
		width: calc(49% - 2px);
	}
	#page .price-bar form .form-line .medium,
	#page .price-bar form .form-line .long {
		width: 100%;
		margin-bottom: 0;
	}
	#page .price-bar form .form-line label,
	#page form .wpgc_confirmation_title {
		font-size: 26px;
		margin: 0 0 5px 6px!important;
	}
	#page .price-bar form .form-line {
		margin-bottom: 9px;
	}
	#page form .jq-selectbox-wrapper {
		height: auto;
	}
	#page form .jq-selectbox {
		width: 100%!important;
		height: 44px;
		padding: 0 9px;
		margin-bottom: 15px;
		font: normal 23px/45px 'brix_black';
		background: url(images/select-arrow.png) no-repeat 95% 15px;
		background-size: 24px 14px;
	}
	#page form input {
		font: normal 23px/45px 'brix_black';
		width: 100%;
		height: 44px;
		padding: 0 9px;
	}
	#page form .form-line.datepick input {
		background-position: 96% 4px;
	}
	#page form .jq-selectbox__select {
		font: normal 23px/45px 'brix_black';
	}
	#page form .jq-selectbox__dropdown ul li {
		padding: 0 15px 0 13px;
		font: normal 23px/32px 'brix_black';
	}
	::-webkit-input-placeholder {
		color: #FFFFFF;
		font: normal 23px/45px 'brix_black';
	}
	:-moz-placeholder {
		color: #FFFFFF;
		font: normal 23px/45px 'brix_black';
	}
	::-moz-placeholder {
		color: #FFFFFF;
		font: normal 23px/45px 'brix_black';
		opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
	}
	:-ms-input-placeholder {
		color: #FFFFFF;
		font: normal 23px/45px 'brix_black';
	}
	#page .wpgc_signup_form form .short {
		width: 100%;
	}
	#page .wpgc_form .personalise {
		float: none;
		width: 100%;
	}
	#page .wpgc_confirmation_container .wpgc_confirmation_info {
		padding: 0;
		border: none;
	}
	.wpgc_container table.wpgc_confirmation_table tr td {
		text-align: left;
	}
	.wpgc_confirmation_title {
		width: 156px;
	}
	#page input[type=button], #page .wpgc_submit {
		margin: 0 10px 30px 0;
		font: normal 22px 'komika_axisregular';
	}
	#page .wpgc_signup_form, #page .wpgc_confirmation_info {
		padding-bottom: 20px;
	}
	#page .wpgc_signup_form form .submit {
		text-align: center;
	}
	#page .wpgc_signup_form form .submit input[type=submit] {
		display: block;
		margin: -10px auto 0;
		float: none;
	}
	#page .wpgc_signup_form .amount {
		padding-top: 0;
	}
	#page form .form-line .checkbox {
		padding: 0;
		margin-bottom: 7px;
	}
	#page .price-my-party .form-line.half {
		width: 100%;
		float: left!important;
  		margin-right: 0!important;
	}
	#page form .form-line .checkbox label {
		font-size: 21px;
		line-height: 33px;
	}
	#page form .form-line .checkbox {margin-top: 15px;}
	#page .price-bar form input[type=submit] {
		width: 98%;
		font-size: 22px;
	}
	#page .price-my-party .form-line.submit,
	#page .price-my-party .form-line.submit input {
		float: none;
		margin: 0 auto -27px;
		display: block;
	}
	#page .price-my-party form {
		padding-bottom: 0;
	}
	#page .price-bar form .form-line:last-of-type {
		margin: -10px 0 20px 0!important;
	}
	#page .price-bar {
		height: auto;
	}
	#page .price-my-party .estimated + p {
		clear: both;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.home .colour-boxes .blocks .block h3 {
		max-width: 80%;
		padding: 42px 10px 21px 23px;
	}
	#page .price-bar form .form-line .short {
		width: 49%;
	}
	#page .price-bar form .form-line .short:last-of-type {
		width: 49%;
		float: right;
	}
	#page form .form-line #slider-range-max a:last-child {
		font-size: 13px;
	}
	#page form .form-line #slider-range-max:before {
		background-size: 100% 100%!important;
  		top: 0;
	}
	.entry-content p {
		line-height: 27px;
		font-size: 19px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.site-footer .socials {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
	}
	#page .form-line.half {
		width: 49%;
	}
	.sidebar-container .colour-boxes .blocks .block {
		margin: 0 36px 25px 0;
	}
	.sidebar-container .colour-boxes .blocks .block h3 {
		padding-top: 15px;
	}
	#page, .home #page {
		padding: 0 20px 50px;
	}
	.site-header {
		height: 220px;
	}
	.entry-content .col-half {
		width: 47%;
	}
	.entry-content .col-half:first-of-type {
		margin-right: 5%;
	}
	#page form .form-line #slider-range-max:before {
		height: 100%;
  		background-size: 100% 100%!important;
  		top: 17%;
	}
	.entry-content p strong {
		font: normal 31px/34px 'brix_light';
		padding-bottom: 15px;
		display: block;
	}
	.entry-content .col-half img {
		width: 100%;
	}
	.entry-content img.alignright,
	.entry-content img.alignright {
		max-width: 45%;
	}
	.entry-content .img-left,
	.entry-content .img-right {
		width: 52%;
	}
	#page .wpgc_form .personalise {
		float: left;
		width: 100%;
	}
	.site-header .description {
		font-size: 25px;
		padding: 107px 0 11px;
	}
	.site-header .logo {
  		width: 221px;
  	}
  	#page form .form-line.datepick input {
		background-position: 96% 4px;
	}
  	.site-navigation,
  	.entry-header,
  	.video, .slider {
  		left: 0;
  		margin-left: -20px;
		width: -webkit-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
  	}
	.slider .flexslider .slides img {
		max-height: 100%;
	}
	.colour-boxes {
		padding: 20px 0;
	}
	.home .colour-boxes .blocks .block h3 {
		max-width: 100%;
		font: normal 39px/41px 'brix_black';
		padding: 30px 0 21px 23px;
	}
	.home .colour-boxes .blocks .block a {
		padding: 0px 22px 2px 24px;
		font: normal 21px 'komika_axisregular';
		position: absolute;
		bottom: 18%;
	}
	.home #page .price-bar {
		padding: 0 20px;
		left: -20px;
		width: -webkit-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
	}
	#page .price-bar form {
		padding: 7px 0 0;
	}
	#page form .form-line #slider-range-max {
		width: 100%;
		height: 38px;
		padding: 0;
		margin: 7px 0 0 0;
	}
	#page form .form-line #slider-range-max:before {
  		background-size: 100% 100%!important;
		top: 3%;
	}
	#page form .form-line #slider-range-max .ui-slider-range {
		height: 38px;
	}
	#page form .form-line #slider-range-max .ui-slider-handle {
		width: 2%;
		height: 137%;
		margin: 1px 0 0 0;
	}
	#page .price-bar form .form-line .medium:first-of-type {
		margin-left: 0;
	}
	#page .price-bar form .form-line.orange .pink:first-of-type {
		margin-bottom: 17px;
	}
	#page .price-bar form .form-line .half {
		width: 50%;
	}
	#page .price-bar form .form-line .short {
		width: 48%;
	}
	#page .price-bar form .form-line .short:last-of-type {
		width: -webkit-calc(49% - 2px);
		width: -moz-calc(49% - 2px);
		width: calc(49% - 2px);
	}
	#page .price-bar form .form-line .medium,
	#page .price-bar form .form-line .long {
		width: 100%;
		margin-bottom: 15px;
	}
	#page .price-bar {
		height: auto;
	}
	#page form input,
	#page form .jq-selectbox {
		font-size: 23px;
		-webkit-border-radius: 0!important;
		border-radius: 0!important;
	}
	::-webkit-input-placeholder {
		font-size: 23px;
	}
	:-moz-placeholder {
		font-size: 23px;
	}
	::-moz-placeholder {
		font-size: 23px;
	}
	:-ms-input-placeholder {
		font-size: 23px;
	}
	#page .price-bar form .form-line.green .medium:first-of-type {
		margin-left: 0;
	}
	#page .price-bar form .form-line.orange .medium {margin-bottom: 0;}
	#page .price-bar form .form-line label,
	#page form .wpgc_confirmation_title {
		font-size: 26px;
		margin: 0 0 15px 6px!important;
		width: 100%;
	}
	#page .price-bar form .form-line,
	#page .price-bar form .form-line.long,
	#page .price-bar form .form-line.orange .pink:first-of-type {
		margin-bottom: 15px;
	}
	#page .price-bar form > .form-line.green {
		margin-bottom: 0;
	}
	.home #page .price-bar {
		height: auto;
	}
	#page .price-bar form .form-line .medium {
		width: 32%;
	}
	#page .price-bar form .inner {
		padding: 40px 20px 0;
	}
	#page form .jq-selectbox {
		background-position: 96% 21px;
		margin-bottom: 15px;
	}
	#page form .form-line .checkbox {
		margin-right: 31px!important;
	}
	#page .price-my-party .form-line.half,
	#page .price-my-party .form-line.half.orange {
		width: 100%;
		float: left;
		margin-right: 0;
	}
	.testimonials {
		padding: 40px 30px 30px;
	}
	.site-footer {
		padding: 52px 20px;
	}
	.site-footer .col:first-of-type {
		width: 25%;
	}
	.site-footer .col {
		width: 35%;
  		margin-right: 7%;
	}
	.site-footer .col:last-of-type {
		margin-right: 0;
  		width: 26%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.site-header .description {
		font-size: 25px;
		clear: both;
		padding: 20px 0 0;
	}
	.sidebar-container .colour-boxes .blocks .block {
		width: 94%;
	}
  	.site-navigation {
		position: absolute;
		top: 150px;
		margin: 0;
		width: 100%;
  	}
  	.slider h2 {
		margin: 12% 38% 0 3%;
		font-size: 230%;
		line-height: 50px;
	}
	.social-networks .instagram {
		width: 100%;
	}
	.testimonials p:first-of-type {
		font: normal 40px 'brix_black';
		line-height: 60px;
	}
	.home .colour-boxes .blocks .block h3 {
		max-width: 100%;
		font: normal 39px/41px 'brix_black';
		padding: 30px 0 21px 23px;
	}
	.site-footer .col {
  		width: 31%!important;
  	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.slider h2 {
		margin: 14% 40% 0 1%;
		font-size: 300%;
		line-height: 60px;
	}
	.home #page .price-bar {
		height: auto;
	}
	.home #page .price-bar .inner {
		padding: 40px 20px 46px;
	}
	#page .price-bar form .form-line .medium {
  		width: 25%;
  	}
	#page .price-my-party .form-line.half.pink {
		float: left;
	}
	#page .price-my-party .form-line.half {
		width: 49%;
	}
	#page .price-my-party .form-line.half.orange {
		margin-right: 0;
	}
	#page form input,
	#page form .jq-selectbox {
		font-size: 29px;
	}
	::-webkit-input-placeholder {
		font-size: 29px;
	}
	:-moz-placeholder {
		font-size: 29px;
	}
	::-moz-placeholder {
		font-size: 29px;
	}
	:-ms-input-placeholder {
		font-size: 29px;
	}
}

@media (min-width: 769px) and (max-width: 1280px) {
	#page, .home #page {
		padding: 0 20px 314px;
	}
	.home .colour-boxes .blocks .block {
		padding: 12px;
	}
  	.entry-header,
  	.video, .slider {
  		left: 0;
  		margin-left: -20px;
		width: -webkit-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
  	}
	.entry-header .entry-title {
		padding: 0 20px;
	}
	#page form .form-line label {
		font-size: 30px;
	}
	#page form .jq-selectbox-wrapper {
		height: auto;
	}
	#page form .form-line .checkbox {
		margin-right: 28px!important;
		margin-bottom: 15px;
	}
	#page .price-bar form .form-line .short {
		width: 152px;
	}
	#page .price-bar form .form-line .medium {
		width: 26%;
		font-size: 29px!important;
	}
	#page form .form-line #slider-range-max {
		width: 735px;
	}
	.colour-boxes {
		margin: 0 -10px;
	}
	.home .logos .widget {
		margin: 25px 18px;
	}
	.site-footer {
		padding: 52px 20px;
	}
	.site-footer .col {
		width: 31%;
		margin-right: 3%;
		padding: 0!important;
	}
	.site-footer .col:last-of-type {
		margin-right: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}
	.gallery-caption {
		display: none;
	}
}

a.telephone-link, a.telephone-link:hover {
	color: #fff;
	text-decoration: none;
}
a.telephone-link:hover {
	text-decoration: hover;
}