/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/bower_components/fancybox/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/bower_components/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/bower_components/fancybox/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/bower_components/fancybox/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/bower_components/fancybox/source/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/bower_components/fancybox/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline; }
html {
line-height: 1; }
ol, ul {
list-style: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }
q, blockquote {
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
a img {
border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline; }
html {
line-height: 1; }
ol, ul {
list-style: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }
q, blockquote {
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
a img {
border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }   #map {
height: 400px; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
padding: 0.5em 0.6em;
display: inline-block;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
ol.commentlist {
list-style: none;
margin: 0 0 1em;
padding: 0;
text-indent: 0; }
ol.commentlist li.comment {
border-bottom: 1px dotted #666;
padding: 1em; }
ol.commentlist li.comment div.vcard {
font: normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn {
font-style: normal; }
ol.commentlist li.comment div.vcard img.avatar {
border: 5px solid #ccc;
float: right;
margin: 0 0 1em 1em; }
ol.commentlist li.comment div.comment-meta {
font-size: 9px; }
ol.commentlist li.comment div.comment-meta a {
color: #ccc; }
ol.commentlist li.comment p {
font-size: 11px;
margin: 0 0 1em; }
ol.commentlist li.comment ul {
font-size: 11px;
list-style: square;
margin: 0 0 1em 2em; }
ol.commentlist li.comment div.reply {
font-size: 11px; }
ol.commentlist li.comment div.reply a {
font-weight: bold; }
ol.commentlist li.comment ul.children {
list-style: none;
margin: 1em 0 0;
text-indent: 0; }
ol.commentlist li.comment ul.children li.depth-2 {
border-left: 5px solid #555;
margin: 0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 {
border-left: 5px solid #999;
margin: 0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 {
border-left: 5px solid #bbb;
margin: 0 0 .25em .25em; }
ol.commentlist li.even {
background: #fff; }
ol.commentlist li.odd {
background: #f6f6f6; }
ol.commentlist li.parent {
border-left: 5px solid #111; } .button, input[type=submit] {
display: inline-block;
*display: inline; line-height: normal;
white-space: nowrap;
vertical-align: baseline;
text-align: center;
cursor: pointer;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: inherit;
font-size: 1.125em;
line-height: 1.33333em;
*font-size: 90%; *overflow: visible; padding: 0.2em 0.8em;
color: white;
border: 0px;
-moz-border-radius: 5px / 5px;
-webkit-border-radius: 5px 5px;
border-radius: 5px / 5px;
text-decoration: none;
margin: 0px;
-webkit-appearance: none;
font-weight: 600; }
.button:hover, input[type=submit]:hover {
color: white; } .button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
padding: 0;
border: 0; }
.button:focus {
outline: 0; }
.button-active,
.button:active {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset; }
body {
background: #f4f2ef; }
.wrapperBackground {
float: left;
clear: both;
width: 100%; } .contentWrapper {
max-width: 100%;
margin-left: auto;
margin-right: auto;
width: 71.625em;
overflow: hidden; }
.contentWrapper:after {
content: " ";
display: block;
clear: both; }
@media screen and (max-width: 71.5625em) {
.contentWrapper {
width: 61.875em; } }
@media screen and (max-width: 71.5625em) {
.contentWrapper {
width: 61.875em; } }
@media screen and (max-width: 61.875em) {
.contentWrapper {
width: 46.25em; } }
@media screen and (max-width: 46.25em) {
.contentWrapper {
width: 96%; } }
.pageLeft {
width: 74.34555%;
float: right;
margin-right: 0; }
@media screen and (max-width: 46.25em) {
.pageLeft {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; } }
.sidebar {
width: 23.03665%;
float: left;
margin-right: 2.6178%; }
@media screen and (max-width: 46.25em) {
.sidebar {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; } }
.fullWidth {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.postNavigation {
width: 82.89703%;
float: left;
margin-right: 2.6178%;
margin-bottom: 20px;
width: 100%; }
.postNavigation .prevPost {
float: left; }
.postNavigation .nextPost {
float: right; }
.blogGrid .blogRoll {
width: 110%;
padding-top: 20px;
overflow: hidden; }
@media screen and (max-width: 46.25em) {
.blogGrid .blogRoll {
width: 100%; } }
.blogGrid .blogRoll .post {
width: 392px;
margin-right: 68px;
float: left;
margin-bottom: 50px; }
.blogGrid .blogRoll .post img {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
display: block;
width: 100%;
height: auto; }
.blogGrid .blogRoll .post .postDetails {
background: white;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
padding: 15px 15px 15px 15px;
margin-bottom: 0px;
-moz-box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px;
-webkit-box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px;
box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px; }
.blogGrid .blogRoll .post .postDetails h2 {
vertical-align: bottom;
padding-bottom: 0px;
margin-bottom: 0px;
min-height: 46px;
font-size: 1.125em;
line-height: 1.3em;
font-family: 'Gotham Light'; }
.blogGrid .blogRoll .post .postDetails p {
margin-bottom: 0px;
font-size: 0.8125em;
font-family: 'Gotham Medium'; }
.blogGrid .blogRoll .post .postDetails p a {
color: #5d5d5d; }
@media screen and (max-width: 71.5625em) {
.blogGrid .blogRoll .post {
width: 355px;
margin-right: 27px;
margin-bottom: 27px; } }
@media screen and (max-width: 61.875em) {
.blogGrid .blogRoll .post {
width: 265px;
margin-right: 21px;
margin-bottom: 21px; } }
@media screen and (max-width: 46.25em) {
.blogGrid .blogRoll .post {
width: 100%;
max-width: 392px;
margin-right: auto;
margin-left: auto;
float: none; } }
@font-face {
font-family: 'Gotham Black';
src: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-black-webfont.eot?) format("eot"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-black-webfont.woff) format("woff"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-black-webfont.ttf) format("truetype"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-black-webfont.svg) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Gotham Medium';
src: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-medium-webfont.eot?) format("eot"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-medium-webfont.woff) format("woff"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-medium-webfont.ttf) format("truetype"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-medium-webfont.svg) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Gotham Light';
src: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-light-webfont.eot?) format("eot"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-light-webfont.woff) format("woff"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-light-webfont.ttf) format("truetype"), url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/fonts/gotham-light-webfont.svg) format("svg");
font-weight: normal;
font-style: normal; }
html {
font-size: 100%;
line-height: 1.5em; }
body {
font-family: 'Crimson Text', serif;
color: #5d5d5d;
-webkit-text-size-adjust: none; }
h1, h2, h3, h4, h5, h6, p, a {
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%; }
h1, h2, h3, h4, h5, h6 {
letter-spacing: 0.006em;
font-family: "Gabriela"; }
h1 {
font-size: 2.25em;
line-height: 1.33333em;
line-height: 1em;
margin-bottom: 10px;
font-weight: 700; }
.pageTitle {
margin-top: 12px;
margin-bottom: 19px; }
@media screen and (max-width: 46.25em) {
.pageTitle {
font-size: 1.5em;
margin-bottom: 19px;
margin-top: 8px; } }
h2 {
font-size: 1.5em;
line-height: 2em;
margin-bottom: 10px;
font-weight: 600;
line-height: 1.55em; }
h3 {
font-size: 1.375em;
line-height: 2.18182em;
font-weight: 600;
margin-bottom: 10px; }
h4 {
font-size: 1.25em;
line-height: 1.2em;
margin-bottom: 1.2em;
font-weight: 600; }
h5 {
color: #fb8a93; }
p {
margin-bottom: 1.5em;
margin-bottom: 1.33333em;
-webkit-font-smoothing: antialiased;
font-size: 1.125em;
line-height: 1.33333em;
line-height: 1.49em;
letter-spacing: 0.006em; }
p strong {
font-weight: 700; }
a {
text-decoration: none;
color: #494949;
font-weight: 600;
letter-spacing: 0.006em; }
span {
-webkit-font-smoothing: antialiased; }
ul, ol {
font-size: 1em;
line-height: 1.5em;
margin-bottom: 1.5em;
margin-top: 1.5em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li {
margin-left: 30px; }
hr {
margin: 24px 0;
border: 0;
border-top: 1px solid #828282;
border-bottom: 1px solid white; }
blockquote {
position: relative;
padding-left: 75px;
padding-right: 75px;
margin-bottom: 35px;
margin-top: 35px;
text-align: center; }
blockquote p {
color: #5d5d5d;
font-weight: 300;
font-style: italic;
margin-bottom: 0px;
font-size: 1.5625em;
line-height: 1.4em; }
blockquote span {
font-weight: 700;
font-style: italic;
font-size: 1.5625em; }
@media screen and (max-width: 46.25em) {
blockquote {
padding-left: 15px;
padding-right: 15px; } }
blockquote.left {
float: left;
width: 45%;
padding-left: 30px;
padding-right: 30px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
blockquote.right {
float: right;
width: 45%;
padding-left: 30px;
padding-right: 30px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
q:before,
q:after,
blockquote:before,
blockquote:after {
content: ""; }
table, td, th {
border-collapse: collapse;
border-spacing: 0;
border: 1px solid black;
padding: 8px; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
em {
font-style: italic; }
.mainContent {
margin-top: 20px;
font-family: 'Crimson Text', serif; }
.mainContent p {
font-size: 1.5em;
line-height: 1.3em;
letter-spacing: -0.2px; }
.mainContent img {
max-width: 100%;
height: auto; }
.mainContent .featuredImage {
margin-bottom: 20px; }
.mainContent .fullWidthImage {
width: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 20px; }
.mainContent .alignleft {
float: left;
margin-right: 20px;
margin-bottom: 5px;
margin-top: 6px; }
.mainContent .aligncenter {
margin-left: auto;
margin-right: auto;
display: block; }
.mainContent .alignright {
float: right;
margin-left: 20px;
margin-bottom: 5px;
margin-top: 6px; }
.mainContent .addthis_sharing_toolbox {
margin-bottom: 30px;
text-align: center; }
.featureBackground {
min-height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 120px; }
.featureBackground img {
width: 100%;
height: auto; }
@media screen and (max-width: 71.5625em) {
.featureBackground {
margin-top: 114px; } }
@media screen and (max-width: 61.875em) {
.featureBackground {
margin-top: 114px; } }
@media screen and (max-width: 46.25em) {
.featureBackground {
min-height: 0px;
margin-top: 50px; }
.featureBackground img {
display: block;
width: 100%;
height: auto; } }
.feature {
overflow: visible; }
.feature .featuredContent {
margin-top: 35px;
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
background: #f4f2ef;
position: relative;
padding-top: 0px;
padding-left: 70px;
padding-right: 70px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
@media screen and (max-width: 46.25em) {
.feature .featuredContent {
padding-left: 10px;
padding-right: 10px; }
.feature .featuredContent p {
font-size: 1.3em; } }
.feature .featuredContent .featuredTitle {
margin-bottom: 20px; }
.feature .featuredContent .featuredTitle h1 {
font-family: "Gabriela";
text-align: center;
margin-bottom: 10px;
font-size: 1.9375em; }
.feature .featuredContent .featuredTitle h2 {
font-family: "Gabriela";
text-align: center;
font-size: 1.5625em; }
.feature .featuredContent .featuredTitle h3 {
font-family: "Gabriela";
text-align: center;
font-size: 1.3125em;
font-weight: 300; }
.feature .featuredContent .starDivider {
margin-bottom: 20px;
text-align: center; }
.dividingImage {
max-width: none;
width: 100%;
height: auto;
position: relative; } @media print {
* {
background: transparent !important;
color: #000 !important; box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; } .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease; } .wrapperBackground {
float: left;
clear: both;
width: 100%; } .pageContainer {
min-height: 500px; }
.header {
background: white;
background-position: center center;
background-repeat: no-repeat;
-moz-box-shadow: rgba(177, 177, 177, 0.35) 0px 1px 3px;
-webkit-box-shadow: rgba(177, 177, 177, 0.35) 0px 1px 3px;
box-shadow: rgba(177, 177, 177, 0.35) 0px 1px 3px;
margin-bottom: 2px;
position: fixed;
z-index: 400; }
.header .headerLeft {
width: 40.13962%;
float: left;
margin-right: 2.6178%; }
.header .headerLeft .logo {
display: block;
position: relative;
height: 84px; }
@media screen and (max-width: 71.5625em) {
.header .headerLeft .logo {
height: 78px; } }
@media screen and (max-width: 46.25em) {
.header .headerLeft .logo {
height: 61px; } }
.header .headerLeft .logo .large {
margin-bottom: 18px;
display: block;
width: 200px;
position: absolute;
top: 18px;
left: 0px;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
-moz-transition: all 0.2s ease-in-out 0ms;
-o-transition: all 0.2s ease-in-out 0ms;
-webkit-transition: all 0.2s ease-in-out;
-webkit-transition-delay: 0ms;
transition: all 0.2s ease-in-out 0ms; }
@media screen and (max-width: 71.5625em) {
.header .headerLeft .logo .large {
width: 180px; } }
@media screen and (max-width: 46.25em) {
.header .headerLeft .logo .large {
width: 130px; } }
.header .headerLeft .logo .small {
opacity: 0;
position: absolute;
left: 0px;
top: 14px;
width: 50px;
-moz-transition: all 0.2s ease-in-out 0ms;
-o-transition: all 0.2s ease-in-out 0ms;
-webkit-transition: all 0.2s ease-in-out;
-webkit-transition-delay: 0ms;
transition: all 0.2s ease-in-out 0ms; }
.header .headerRight {
width: 57.24258%;
float: right;
margin-right: 0;
text-align: right; }
.header .headerRight #headerNav {
-moz-transition: all 0.2s ease-in-out 0ms;
-o-transition: all 0.2s ease-in-out 0ms;
-webkit-transition: all 0.2s ease-in-out;
-webkit-transition-delay: 0ms;
transition: all 0.2s ease-in-out 0ms;
margin-top: 29px; }
@media screen and (max-width: 71.5625em) {
.header .headerRight #headerNav {
margin-top: 29px; } }
@media screen and (max-width: 46.25em) {
.header .headerRight #headerNav {
display: none; } }
.header .headerRight #headerNav li {
float: right;
clear: left;
list-style: none;
font-family: 'Gotham Light';
font-size: 1.25em;
margin-left: 10px; }
.header .headerRight #headerNav li a {
letter-spacing: -1px; }
.header .headerRight #headerNav li:after {
content: "|";
margin-left: 11px;
font-size: 0.75em;
bottom: 2px;
position: relative;
font-family: 'Gotham Light'; }
.header .headerRight #headerNav li:first-child:after {
content: ""; }
@media screen and (max-width: 71.5625em) {
.header .headerRight #headerNav li {
font-size: 1.25em;
margin-left: 8px; } }
@media screen and (max-width: 61.875em) {
.header .headerRight #headerNav li {
font-size: 1.125em;
margin-left: 8px; } }
@media screen and (max-width: 46.25em) {
.header .headerRight {
width: 48.6911%;
float: right;
margin-right: 0; } }
.header.scrolledHeader .headerLeft .logo {
height: 80px; }
.header.scrolledHeader .headerLeft .logo .large {
width: 120px;
margin-top: 14px;
margin-bottom: 14px;
opacity: 0; }
@media screen and (max-width: 46.25em) {
.header.scrolledHeader .headerLeft .logo .large {
width: 145px; } }
@media screen and (max-width: 46.25em) {
.header.scrolledHeader .headerLeft .logo {
height: 61px; } }
.header.scrolledHeader .headerLeft .logo .small {
opacity: 1; }
.header.scrolledHeader .headerRight #headerNav { }
@media screen and (max-width: 71.5625em) {
.page-template-tpl-donate-php .headerRight {
display: none; } }
.footer {
background: white;
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/footer-background.jpg);
background-position: center center; }
.footer .contentWrapper {
padding-top: 50px;
padding-bottom: 40px; }
.footer .footerLeft {
width: 48.6911%;
float: left;
margin-right: 2.6178%; }
.footer .footerLeft h2 {
font-family: 'Gotham Light';
margin-bottom: 0px;
font-size: 1.6875em; }
@media screen and (max-width: 46.25em) {
.footer .footerLeft {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; } }
.footer .footerLeft .gform_wrapper {
margin: 0px;
max-width: 100%; }
.footer .footerLeft .gform_wrapper .gform_body {
width: 370px;
float: left; }
@media screen and (max-width: 71.5625em) {
.footer .footerLeft .gform_wrapper .gform_body {
width: 320px; } }
@media screen and (max-width: 61.875em) {
.footer .footerLeft .gform_wrapper .gform_body {
width: 200px; } }
@media screen and (max-width: 46.25em) {
.footer .footerLeft .gform_wrapper .gform_body {
width: 60%; } }
.footer .footerLeft .gform_wrapper .gform_body .gfield_label {
display: none; }
.footer .footerLeft .gform_wrapper .gform_body .ginput_container input {
font-size: 1.6875em;
padding: 10px;
margin: 0px;
background: #f4f2ef;
border: 0px;
width: 370px;
font-family: 'Gotham Black';
color: #828282; }
@media screen and (max-width: 71.5625em) {
.footer .footerLeft .gform_wrapper .gform_body .ginput_container input {
width: 320px; } }
@media screen and (max-width: 61.875em) {
.footer .footerLeft .gform_wrapper .gform_body .ginput_container input {
width: 200px;
font-size: 1.25em; } }
@media screen and (max-width: 46.25em) {
.footer .footerLeft .gform_wrapper .gform_body .ginput_container input {
width: 100%; } }
.footer .footerLeft .gform_wrapper .gform_footer {
float: left;
clear: right;
padding: 0px;
margin: 0px; }
@media screen and (max-width: 46.25em) {
.footer .footerLeft .gform_wrapper .gform_footer {
width: 40%; } }
.footer .footerLeft .gform_wrapper .gform_footer input {
background: #828282;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
font-size: 1.6875em;
font-family: 'Gotham Black';
color: #f4f2ef; }
.footer .footerLeft .gform_wrapper .gform_footer input:hover {
background: #f4f2ef;
color: #828282; }
@media screen and (max-width: 61.875em) {
.footer .footerLeft .gform_wrapper .gform_footer input {
font-size: 1.375em; } }
@media screen and (max-width: 46.25em) {
.footer .footerLeft .gform_wrapper .gform_footer input {
width: 100%; } }
.footer .footerRight {
width: 48.6911%;
float: right;
margin-right: 0;
text-align: right;
padding-top: 30px;
padding-bottom: 30px; }
@media screen and (max-width: 46.25em) {
.footer .footerRight {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
text-align: center; } }
.footer .footerRight .socialIcon {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
-moz-transition: all 0.3s ease-in-out 0ms;
-o-transition: all 0.3s ease-in-out 0ms;
-webkit-transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0ms;
transition: all 0.3s ease-in-out 0ms;
font-size: 2.4375em;
background: #828282;
padding: 8px;
color: white;
margin-left: 5px; }
.footer .footerRight .socialIcon:hover {
color: #828282;
background: white; }
.subFooter {
margin-bottom: 20px;
margin-top: 20px; }
.subFooter .designed {
width: 100%;
text-align: right;
margin-bottom: 0px;
margin-top: 6px;
font-size: 1em;
float: left; }
.subFooter .designed a {
letter-spacing: 0px;
font-family: 'Gotham Black';
color: #a7a7a7;
letter-spacing: -1px; }
.subFooter .designed a span {
color: #828282; } .sidebar {
padding-top: 20px;
margin-bottom: 80px; }
.sidebar .gfpSidebarBLock {
background: white;
-moz-box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px;
-webkit-box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px;
box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
margin-bottom: 20px;
position: relative;
display: block;
min-height: 125px;
background-position: left top; }
@media screen and (max-width: 61.875em) {
.sidebar .gfpSidebarBLock {
padding-bottom: 51px; } }
.sidebar .gfpSidebarBLock.background1 {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/sidebar-background-1.jpg); }
.sidebar .gfpSidebarBLock.background2 {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/sidebar-background-2.jpg); }
.sidebar .gfpSidebarBLock.background3 {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/sidebar-background-3.jpg); }
.sidebar .gfpSidebarBLock.background4 {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/sidebar-background-4.jpg); }
.sidebar .gfpSidebarBLock.background5 {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/sidebar-background-5.jpg); }
.sidebar .gfpSidebarBLock.background6 {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/sidebar-background-6.jpg); }
.sidebar .gfpSidebarBLock h2 {
font-size: 1.6875em;
margin: 0px;
margin-bottom: 10px;
font-family: 'Gotham Black';
letter-spacing: -1px;
line-height: 1.2em;
color: #5d5d5d; }
@media screen and (max-width: 71.5625em) {
.sidebar .gfpSidebarBLock h2 {
font-size: 1.25em; } }
@media screen and (max-width: 61.875em) {
.sidebar .gfpSidebarBLock h2 {
font-size: 1.125em; } }
.sidebar .gfpSidebarBLock .icon {
color: white;
position: absolute;
right: 6px;
bottom: 6px; }
.sidebar .gfpSidebarBLock .gpfSidebarIconTwitter {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-sb92d6d0e43.png);
background-position: 0 -201px;
background-repeat: no-repeat;
overflow: hidden;
display: block;
height: 46px;
width: 46px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
.sidebar .gfpSidebarBLock .gpfSidebarIconTwitter {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-2x-s66b983eee2.png);
background-size: 46px 247px;
background-position: 0 -201px;
height: 46px;
width: 46px; } }
.sidebar .gfpSidebarBLock .gpfSidebarIconFacebook {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-sb92d6d0e43.png);
background-position: 0 -18px;
background-repeat: no-repeat;
overflow: hidden;
display: block;
height: 45px;
width: 45px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
.sidebar .gfpSidebarBLock .gpfSidebarIconFacebook {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-2x-s66b983eee2.png);
background-size: 46px 247px;
background-position: 0 -18px;
height: 45px;
width: 45px; } }
.sidebar .gfpSidebarBLock .gpfSidebarIconGFT {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-sb92d6d0e43.png);
background-position: 0 -63px;
background-repeat: no-repeat;
overflow: hidden;
display: block;
height: 46px;
width: 46px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
.sidebar .gfpSidebarBLock .gpfSidebarIconGFT {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-2x-s66b983eee2.png);
background-size: 46px 247px;
background-position: 0 -63px;
height: 46px;
width: 46px; } }
.sidebar .gfpSidebarBLock .gpfSidebarIconSpotify {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-sb92d6d0e43.png);
background-position: 0 -155px;
background-repeat: no-repeat;
overflow: hidden;
display: block;
height: 46px;
width: 46px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
.sidebar .gfpSidebarBLock .gpfSidebarIconSpotify {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-2x-s66b983eee2.png);
background-size: 46px 247px;
background-position: 0 -155px;
height: 46px;
width: 46px; } }
.sidebar .gfpSidebarBLock .gpfSidebarIconPlay {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-sb92d6d0e43.png);
background-position: 0 -109px;
background-repeat: no-repeat;
overflow: hidden;
display: block;
height: 46px;
width: 46px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
.sidebar .gfpSidebarBLock .gpfSidebarIconPlay {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-2x-s66b983eee2.png);
background-size: 46px 247px;
background-position: 0 -109px;
height: 46px;
width: 46px; } }
.breadCrumbs {
margin-top: 11px;
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
font-size: 0.875em;
margin-top: 11px;
margin-bottom: 0px; }
.breadCrumbs p {
margin-bottom: 0px; }
.breadCrumbs a {
color: #5d5d5d; }
@media screen and (max-width: 46.25em) {
.breadCrumbs {
display: none; } }
.pagination {
width: 100%;
margin-bottom: 30px;
text-align: center;
float: left; }
.pagination .next-posts a {
display: block;
width: 75%;
background-color: #828282;
background-repeat: no-repeat;
background-position: center center;
color: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; margin-left: auto;
margin-right: auto;
font-size: 1.25em;
font-family: "Gotham Light";
padding: 10px 0px;
-moz-transition: all 0.3s ease-in-out 0ms;
-o-transition: all 0.3s ease-in-out 0ms;
-webkit-transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0ms;
transition: all 0.3s ease-in-out 0ms; }
.pagination .next-posts a:hover {
background-color: #a0a0a0; }
.pagination .next-posts a.loading {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/ajax.gif);
font-size: 0px; }
.pagination .next-posts a.active {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0; } .shareButtons {
float: right;
margin-bottom: 20px; }
@media screen and (max-width: 46.25em) {
.shareButtons {
margin-left: auto;
margin-right: auto;
float: none;
clear: left;
width: 180px; } }
.disqus {
float: left;
width: 100%;
margin-bottom: 20px; }
.mobileMenuTrigger {
position: relative;
display: block;
height: 30px;
margin-left: auto;
margin-right: auto;
text-align: right;
display: none;
margin-top: 24px;
-moz-transition: all 0.2s ease-in-out 0ms;
-o-transition: all 0.2s ease-in-out 0ms;
-webkit-transition: all 0.2s ease-in-out;
-webkit-transition-delay: 0ms;
transition: all 0.2s ease-in-out 0ms; }
.mobileMenuTrigger .menuIcon {
font-size: 2.1em;
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-sb92d6d0e43.png);
background-position: 0 0;
background-repeat: no-repeat;
overflow: hidden;
display: block;
height: 18px;
width: 24px;
display: inline-block; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
.mobileMenuTrigger .menuIcon {
background-image: url(//www.goldflakepaint.co.uk/wp-content/themes/GFP5/assets/images/icons-2x-s66b983eee2.png);
background-size: 46px 247px;
background-position: 0 0;
height: 18px;
width: 24px; } }
.mobileMenuTrigger .menuText {
font-size: 1.25em;
position: relative;
font-weight: 700;
text-transform: uppercase;
margin-left: 6px;
font-family: "Gotham Light";
bottom: 2px; }
@media screen and (max-width: 46.25em) {
.mobileMenuTrigger {
display: block; } }
.mobileNav {
width: 100%;
z-index: 3000; float: left; }
.mobileNav.active {
left: 0px; }
.mobileNav .menu {
margin: 0px;
position: fixed;
background: #f4f2ef;
width: 100%;
z-index: 30;
top: 54px;
-moz-box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px;
-webkit-box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px;
box-shadow: rgba(177, 177, 177, 0.75) 0px 1px 0px; }
.mobileNav .menu li {
list-style: none;
margin-left: 0px;
padding: 7px 20px;
display: none; }
.mobileNav .menu li a {
font-size: 1.25em;
font-weight: 600;
font-family: "Gotham Medium"; }
.mobileNav .menu li ul {
display: none; }
.mobileNav .closeMobileMenu {
position: absolute;
top: -1px;
right: 0px;
display: block;
line-height: 0px;
padding: 2px 10px;
background: white; }
.mobileNav .closeMobileMenu span {
font-size: 1.25em;
bottom: 5px;
right: 3px;
position: relative; }
.mobileNav .closeMobileMenu .icon-close {
font-size: 1.625em;
color: #972875; }
.scrolledHeader .mobileMenuTrigger {
margin-top: 25px; }
.scrolledHeader #mobileNavigation {
top: 43px; }
@media screen and (max-width: 46.25em) {
.scrolledHeader .small {
width: 41px !important; } }
.featuredSquares {
margin-top: 84px; }
.featuredSquares .slides {
margin-top: 0px; }
.featuredSquares .slides li {
margin-left: 0px;
list-style: none; }
.featuredSquares .slides li img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
-moz-transition: all 0.5s ease-in-out 0ms;
-o-transition: all 0.5s ease-in-out 0ms;
-webkit-transition: all 0.5s ease-in-out;
-webkit-transition-delay: 0ms;
transition: all 0.5s ease-in-out 0ms; }
.featuredSquares .slides li img:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1; }
.featuredSquares .featuredLeftLarge img, .featuredSquares .featuredLeftRightTop1 img, .featuredSquares .featuredLeftRightTop2 img, .featuredSquares .featuredLeftBottom img {
display: block;
width: 100%;
height: auto; }
.featuredSquares .featuredLeftLarge span, .featuredSquares .featuredLeftRightTop1 span, .featuredSquares .featuredLeftRightTop2 span, .featuredSquares .featuredLeftBottom span {
position: absolute;
color: white;
font-family: "Gotham Light";
font-size: 2em; }
.featuredSquares .featuredLeftLarge {
width: 669px;
height: 428px;
display: block;
float: left;
margin-right: 6px;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4Nzk3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ExNTZmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e8797f), color-stop(100%, #a156f9));
background-image: -moz-linear-gradient(left, #e8797f, #a156f9);
background-image: -webkit-linear-gradient(left, #e8797f, #a156f9);
background-image: linear-gradient(to right, #e8797f, #a156f9); }
.featuredSquares .featuredLeftLarge span {
font-size: 2em;
bottom: 15px;
left: 15px; }
@media screen and (max-width: 71.5625em) {
.featuredSquares .featuredLeftLarge {
width: 577px;
height: 369px; } }
@media screen and (max-width: 61.875em) {
.featuredSquares .featuredLeftLarge {
width: 324px;
height: 207px; } }
@media screen and (max-width: 46.25em) {
.featuredSquares .featuredLeftLarge {
width: 100%;
height: auto; } }
.featuredSquares .featuredLeftRightTop1 {
width: 231px;
height: 240px;
display: block;
float: left;
clear: right;
margin-right: 7px;
margin-bottom: 7px;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4Nzk3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ExNTZmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e8797f), color-stop(100%, #a156f9));
background-image: -moz-linear-gradient(left, #e8797f, #a156f9);
background-image: -webkit-linear-gradient(left, #e8797f, #a156f9);
background-image: linear-gradient(to right, #e8797f, #a156f9); }
.featuredSquares .featuredLeftRightTop1 span {
font-size: 1.0625em;
bottom: 7px;
left: 7px; }
@media screen and (max-width: 71.5625em) {
.featuredSquares .featuredLeftRightTop1 {
width: 199px;
height: 207px; } }
@media screen and (max-width: 61.875em) {
.featuredSquares .featuredLeftRightTop1 {
width: 200px;
height: 208px; } }
@media screen and (max-width: 46.25em) {
.featuredSquares .featuredLeftRightTop1 {
display: none; } }
.featuredSquares .featuredLeftRightTop2 {
width: 231px;
height: 240px;
display: block;
float: left;
clear: right;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4Nzk3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ExNTZmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e8797f), color-stop(100%, #a156f9));
background-image: -moz-linear-gradient(left, #e8797f, #a156f9);
background-image: -webkit-linear-gradient(left, #e8797f, #a156f9);
background-image: linear-gradient(to right, #e8797f, #a156f9); }
.featuredSquares .featuredLeftRightTop2 span {
font-size: 1.0625em;
bottom: 7px;
left: 7px; }
@media screen and (max-width: 71.5625em) {
.featuredSquares .featuredLeftRightTop2 {
width: 199px;
height: 207px; } }
@media screen and (max-width: 61.875em) {
.featuredSquares .featuredLeftRightTop2 {
width: 200px;
height: 208px; } }
@media screen and (max-width: 46.25em) {
.featuredSquares .featuredLeftRightTop2 {
display: none; } }
.featuredSquares .featuredLeftBottom {
width: 470px;
height: 181px;
display: block;
float: left;
clear: right;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4Nzk3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ExNTZmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e8797f), color-stop(100%, #a156f9));
background-image: -moz-linear-gradient(left, #e8797f, #a156f9);
background-image: -webkit-linear-gradient(left, #e8797f, #a156f9);
background-image: linear-gradient(to right, #e8797f, #a156f9); }
.featuredSquares .featuredLeftBottom span {
font-size: 1.5em;
bottom: 8px;
left: 7px; }
@media screen and (max-width: 71.5625em) {
.featuredSquares .featuredLeftBottom {
width: 406px;
height: 156px; } }
@media screen and (max-width: 61.875em) {
.featuredSquares .featuredLeftBottom {
display: none; } }