/*
Theme Name: Get It Right
Author: AppTech London
Version: 1.0.0

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


@media screen and (min-width: 37.5em) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/********************************************************************************************************/
/************************************************************************************ Get It Right ******/
/********************************************************************************************************/

/* clearfix */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* typography */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-family: 'Varela Round', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
a {
	color: #00a0e0;
	text-decoration: none;
}
a:hover {
	color: #0080b3;
	text-decoration: underline;
}
/* body */
body {
	background-color: rgb(235,235,235);
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-family: 'Varela Round', sans-serif;
}
/* header */
#masthead {
	background-color: rgba(255,255,255,0.95);
	height: 202px;
	top: 0;
	left: 0;
	right: 0;
	transition: top 0.3s ease-in-out;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	border-radius: 0.1px;
}
header.site-header {
	position: relative;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
	border-radius: 0.1px;
}
.nav-up {
	top: -191px !important;
}
#main-logo {
	width: auto;
	height: 120px;
	margin: 20px auto;
	display: block;
}
/* content */
#content {
	padding: 191px 0 0 0;
	padding: 45px 0 0 0;
	padding: 0;
}
.site-content {
	background-color: rgb(255,255,255);
	padding: 0;
	overflow: hidden;
}
.content-wrapper {
	max-width: 1024px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 16px;
	padding: 0;
	box-sizing: border-box;
}
.bg-color-01 {
	background-color: rgb(0,77,128);
}
.bg-color-02 {
	background-color: rgb(255,255,255);
}
.text-color-01 {
	color: rgb(0,77,128);
}
.text-color-02 {
	color: rgb(255,255,255);
}
.has-padding {
	padding-top: 44px;
	padding-bottom: 44px;
}
.no-margin {
	margin: 0 !important;
}
/* footer */
.site-footer {
	background: none;
	color: rgb(255,255,255);
	font-size: 12px;
}
.site-info {
	max-width: 1024px;
	margin: 0 auto;
	padding: 15px 16px;
	box-sizing: border-box;
}
footer#colophon {
	background-color: rgb(0,77,128);
}
#footer-sidebar {
	display: block;
	max-width: 1024px;
	margin: 0 auto 32px;
	padding: 0 16px;
	color: rgb(102,102,102);
	color: rgb(153,153,153);
	box-sizing: border-box;
}
#footer-sidebar1 {
	float: left;
	width: 30%;
}
#footer-sidebar2 {
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;
}
#footer-sidebar3 {
	float: left;
	width: 30%;
	margin-left: 0;
	margin-right: 0;
}
#footer-sidebar .widget-title {
	font-size: 18px;
	margin-bottom: 0.3em;
}
#footer-sidebar2 .menu, #footer-sidebar2 .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-sidebar2 .sub-menu {
	margin-left: 15px;
}
#footer-sidebar2 .menu a {
	color: rgb(0,0,0);
	text-decoration: none;
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	padding: 4px 12px;
	border-radius: 4px;
}
#footer-sidebar2 .menu a {
	margin-top: 8px;
}
footer-sidebar2 .sub-menu {
	padding-bottom: 8px;
}
#footer-sidebar2 .menu a:hover, #footer-sidebar2 .sub-menu a:hover {
	color: rgb(177,14,16);
}
.five-columns div.wpb_column.vc_column_container.vc_col-sm-2 {
	width: 20% !important;
}
div.vc_row.wpb_row.vc_row-fluid.five-columns {
	margin-bottom: 0;
}
/* back to top button */

[class^="icon-"]::before, [class*=" icon-"]::before {
	background: rgba(51,51,51,0.8);
	padding: 8px 8px 12px;
	width: 48px !important;
	border-radius: 8px;
	color: white;
	position: fixed;
	bottom: 64px;
	right: 20px;
}
.entry-header {
	display: none;
}
.page-id-14 .entry-header {
	display: block;
}
#home-hero {
	width: 100%;
	padding-bottom: 56.25%;
	margin: 0 !important;
	transition: all 0.25s;
}
#home-hero.vc_row {
	margin-left: 0;
	margin-right: 0;
}
.background-02 {
	background-color: rgb(245,245,245);
	border-top: 1px solid rgb(225,225,225);
	border-bottom: 1px solid rgb(225,225,225);
}
.home-strapline h2 {
	font-size: 30px;
	text-align: center;
	text-transform: none !important;
	color: rgb(177,14,16);
	margin: 0;
	padding: 20px 0;
}
#home-main-promos .wpb_content_element {
	margin-bottom: 8px;
}
#home-main-promos {
	padding-top: 32px;
	padding-bottom: 12px;
}
#home-main-promos h2 {
	font-size: 1em;
	text-align: left;
}
#home-main-promos .wpb_single_image img {
	box-shadow: 0 4px 5px rgba(0,0,0,0.25);
}
.home .entry-content {
	margin: 0;
	padding: 0;
}
.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.wpb_single_image img {
	width: 100%;
	height: auto;
	display: block;
}
#bricks .bricks-content .brick {
	width: 25%;
	box-sizing: border-box;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
	padding-bottom: 25%;
}
.vc_grid-container-wrapper h4 {
	margin: 0;
	padding: 2px 0 8px;
	font-size: 16px;
	border-bottom: 1px solid rgb(225,225,225);
}
.vc_general.vc_btn3 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 32px !important;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus {
	color: rgb(255,255,255);
	background-color: rgb(125,0,0) !important;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: rgb(255,255,255);
	background-color: rgb(177,14,16)!important;
}
div.vc_gitem-zone-mini {
	border: 1px solid rgb(225,225,225);
	background-color: rgb(255,255,255);
	border-radius: 0;
	border-top: 0
}
.vc_gitem-animated-block div.vc_gitem-zone-mini {
	display: none;
}
.vc_gitem-zone-a {
	border-bottom: 4px solid rgb(177,14,16);
}
.entry-title {
	padding: 28px 0;
	margin: 0;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.responsive-image-title {
	margin-bottom: 1em;
}
p {
	margin-top: 0;
}
.entry-content {
	margin: 0;
}
.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
	border-radius: 5px !important;
}
ul.vc_grid-filter.vc_clearfix.vc_grid-filter-default.vc_grid-filter-size-md.vc_grid-filter-center.vc_grid-filter-color-grey {
	border: 1px solid rgb(235,235,235);
	border-width: 1px 0;
	padding: 8px 0 2px;
}
.vc_general.vc_btn3 {
	text-transform: uppercase;
	font-size: 11px;
}
div#primary.content-area {
	padding: 0 16px;
}
div.vc_col-sm-8.wpb_column.vc_column_container {
	padding-left: 0;
}
div.vc_col-sm-12.wpb_column.vc_column_container {
	padding: 0;
}
.menu {
	font-size: 16px;
}
#hamburger {
	position: absolute;
	top: 44px;
	left: 16px;
	width: 32px;
	line-height: 32px;
	background-color: rgb(0,77,128);
	border-radius: 3px;
	text-align: center;
	color: rgb(255,255,255);
}
#page-hero {
	padding-bottom: 30%;
}
.entry-content h1 {
	font-size: 2em;
	margin: 1em 0 0.1em;
}
div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
	display: none;
}
.vc_btn3-container {
	margin-bottom: 0 !important;
}
.vc_gitem-post-data {
	margin-bottom: 10px !important;
}
.vc_btn3.vc_btn3-size-md {
	width: 100%;
}
#gir-page-header {
	border-bottom: 3px solid rgb(204,0,0);
}
img#gir-logo {
	margin: 12px auto;
	width: 200px;
	height: 89px;
	display: block;
}
.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0px;
}
header.sticky {
	z-index: 1000;
}
.main-ctas p {
	margin: 0;
	padding: 0;
}
.button-cta {
	margin: 0 auto 8px !important;
}
.button-cta a {
	background-color: rgb(255,255,255);
	color: rgb(0,77,128);
	font-size: 20px;
	text-transform: uppercase;
	padding: 8px 12px;
	display: block;
	text-decoration: none;
	border-radius: 6px;
	box-sizing: border-box;
}
/******************************************************************** What we are doing ******/

.campaign-block h2 {
	margin-top: 0;
	padding: 0;
}
.campaign-block {
	padding: 32px 0;
}
.no-top-gap {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.no-bottom-gap {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
/******************************************************************** Genuine sites ******/

.banner {
	width: 100%;
	padding-bottom: 31%;
}
.top-banner img {
	width: 100%;
	max-width: 1024px;
	height: auto;
}
.legal-service-entry.vc_col-sm-2 {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgb(235,235,235);
}
.legal-service-entry .wpb_content_element {
	margin-bottom: 8px;
}
.legal-service-entry h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.legal-service-entry p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
.legal-service-entry a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(0,77,128);
}
.legal-service-entry a:hover {
	text-decoration: underline;
}
.legal-service-entry .wpb_single_image .vc_single_image-wrapper {
	border: 2px solid rgb(245,245,245);
}
.page-id-122 .entry-header {
	display: none;
}
img.vc_single_image-img.attachment-large {
	width: 100% !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 14px 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
#top-banner div.wpb_wrapper {
	line-height: 0;
}
span.vc_tta-title-text {
	font-style: italic;
}
.margin-top {
	margin-top: 32px;
}
.bg-color-film {
	background-color: #4092df;
}
#top-banner .vc_col-sm-9 {
	padding: 0;
	width: 66%;
}
#top-banner .vc_col-sm-3 {
	padding: 32px;
	text-align: center;
	color: white;
	box-sizing: border-box;
	width: 34%;
}
#top-banner {
	margin-left: -16px !important;
	margin-right: -16px !important;
}
#top-banner h1 {
	margin: 0;
}
div.vc_toggle_title {
	background-color: #4d9ae1;
	border-radius: 6px;
	color: rgb(255,255,255);
	transition: background-color 0.25s;
	padding: 12px 0 11px;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-film-tv div.vc_toggle_title {
	background-color: #4d9ae1;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-film-tv div.vc_toggle_title:hover {
	background-color: #417cb2;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-games div.vc_toggle_title {
	background-color: #de5154;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-games div.vc_toggle_title:hover {
	background-color: #b24143;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-music div.vc_toggle_title {
	background-color: #de519b;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-music div.vc_toggle_title:hover {
	background-color: #b2417c;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-ebooks div.vc_toggle_title {
	background-color: #9966cc;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-ebooks div.vc_toggle_title:hover {
	background-color: #7a52a3;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-sport div.vc_toggle_title {
	background-color: #66cc66;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-sport div.vc_toggle_title:hover {
	background-color: #52a352;
}
div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-film-tv .vc_toggle_rounded .vc_toggle_content, div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-games .vc_toggle_rounded .vc_toggle_content, div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-music .vc_toggle_rounded .vc_toggle_content, div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-ebooks .vc_toggle_rounded .vc_toggle_content, div.vc_row.wpb_row.vc_row-fluid.accordion-legal-services-sport .vc_toggle_rounded .vc_toggle_content {
	padding: 0 12px !important;
}
/******************************************************************** Alerts ******/

i.vc_toggle_icon {
	margin-left: 12px !important;
}
.vc_toggle_title > h4 {
	text-transform: none;
	font-weight: normal;
}
.alerts div.vc_toggle_title {
	background-color: #4d9ae1;
	border-radius: 6px;
	color: rgb(255,255,255);
	transition: background-color 0.25s;
	padding: 12px 0 11px;
}
.alerts div.vc_toggle_title:hover {
	background-color: #417cb2;
}
.vc_toggle {
	margin: 0 0 4px 0 !important;
}
.vc_toggle_content {
	margin-bottom: 0 !important;
}
.alerts-title {
	margin-bottom: 8px !important;
}
.alerts-title h2 {
	margin: 0;
	padding: 0;
}
.vc_toggle_simple .vc_toggle_title, .vc_toggle_round .vc_toggle_title, .vc_toggle_rounded .vc_toggle_title, .vc_toggle_square .vc_toggle_title, .vc_toggle_default .vc_toggle_title, .vc_toggle_simple .vc_toggle_content, .vc_toggle_round .vc_toggle_content, .vc_toggle_rounded .vc_toggle_content, .vc_toggle_square .vc_toggle_content, .vc_toggle_default .vc_toggle_content {
	padding-left: 45px !important;
	padding-right: 12px !important;
}
.home-introduction h1 {
	font-size: 28px;
	margin-top: -8px;
}
.superior-faq-item {
	margin: 0;
	border-bottom: 8px solid transparent
}
.superior-faq-simple .superior-faq-padding {
	padding: 8px 0 0 0;
}
.superior-faq-content a {
	padding: 4px 8px;
	display: block;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	transition: box-shadow 0.25s;
	text-align: center;
}
.superior-faq-content a:hover {
	text-decoration: none;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.superior-faq-content h3 {
	font-weight: bold !important;
}
h3.superior-faq-title {
	color: rgb(255,255,255);
	border-radius: 6px;
	transition: background-color 0.25s;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	text-transform: none !important;
}
h3.superior-faq-title a {
	width: 100%;
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 12px 16px 11px;
	display: block;
}
.about-alerts h3.superior-faq-title {
	background: #00a0e0;
}
.about-alerts h3.superior-faq-title:hover {
	background: #0080b3;
}
.about-alerts .superior-faq-content a {
	color: #33b3e6;
	border: 1px solid #33b3e6;
	background: #fff;
}
.about-alerts {
	margin-bottom: 0 !important;
}
.about-alerts .superior-faq-category-faq {
	margin-bottom: 30px !important;
}
.genuine-sites-film-and-tv h3.superior-faq-title {
	background: #009ba2;
}
.genuine-sites-film-and-tv h3.superior-faq-title:hover {
	background: #007c82;
}
.genuine-sites-film-and-tv .superior-faq-content a {
	color: #33afb5;
	border: 1px solid #33afb5;
	background: #fff;
}
.genuine-sites-music h3.superior-faq-title {
	background: #e3007e;
}
.genuine-sites-music h3.superior-faq-title:hover {
	background: #b60065;
}
.genuine-sites-music .superior-faq-content a {
	color: #e93398;
	border: 1px solid #e93398;
	background: #fff;
}
.genuine-sites-games h3.superior-faq-title {
	background: #ea6721;
}
.genuine-sites-games h3.superior-faq-title:hover {
	background: #bb521a;
}
.genuine-sites-games .superior-faq-content a {
	color: #ee854d;
	border: 1px solid #ee854d;
	background: #fff;
}
.genuine-sites-ebooks h3.superior-faq-title {
	background: #6f2781;
}
.genuine-sites-ebooks h3.superior-faq-title:hover {
	background: #591f67;
}
.genuine-sites-ebooks .superior-faq-content a {
	color: #8c529a;
	border: 1px solid #8c529a;
	background: #fff;
}
.genuine-sites-sports h3.superior-faq-title {
	background: #54ad3b;
}
.genuine-sites-sports h3.superior-faq-title:hover {
	background: #438a2f;
}
.genuine-sites-sports .superior-faq-content a {
	color: #76bd62;
	border: 1px solid #76bd62;
	background: #fff;
}
/******************************************************************** Search ******/

.search-header {
	border-bottom: 1px solid rgb(235,235,235);
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.entry-header.search-result {
	display: block;
}
.search-results article h2.entry-title {
	padding: 0;
	margin: 0;
}
.search-results article h2.entry-title a {
	text-decoration: none;
	display: block;
	border-radius: 4px;
	color: #00a0e0;
}
.search-results .entry-summary {
	margin: 0;
}
/******************************************************************** Campaigns ******/
.blog article.post {
	border-bottom: 1px solid rgb(235,235,235);
}
.blog article.post .wpb_content_element, .blog article.post .wpb_row {
	margin-bottom: 12px;
}
.blog div#secondary.widget-area {
	display: none;
}
.nav-previous a, .nav-next a {
	padding: 4px 8px;
	background: #00a0e0;
	border-radius: 4px;
	color: rgb(255,255,255);
	text-decoration: none;
}
.nav-previous a:hover, .nav-next a:hover {
	background: #0080b3;
}
/******************************************************************** Pages ******/
.page-header {
	margin-bottom: 16px !important;
}
.page-header h1 {
	margin: 24px 0;
	font-size: 24px;
}
/******************************************************************** Social/Juicer ******/

.social-feeds a.j-paginate.juicer-button.fart {
	display: none;
}
.social-feeds pre {
	background: none;
	padding: 0;
}
.juicer-feed li.feed-item {
	display: block;
	vertical-align: top;
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	list-style: none;
}
.juicer-feed.white li.feed-item {
	border-width: 1px;
}
.social-feeds .wpb_single_image img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.jstack.galcolumn {
	width: 100%;
}
/******************************************************************** Bottom Menu ******/
.footer-wrapper {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
/******************************************************************** Bottom Menu ******/
.bottomMenu {
	display: block;
	text-align: right;
}
.bottomMenu ul {
	display: inline;
	float: right;
	padding: 11px 10px 0;
	margin: 0;
}
.bottomMenu li {
	list-style-type: none;
	display: inline;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.bottomMenu li a {
	color: #fff;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border-right: thin solid #fff;
	padding: 0 7px 0 3px;
}
.bottomMenu li a:hover {
	color: #fff;
	text-decoration: underline;
}
.bottomMenu li:last-child > a {
	border-right: none;
} /* remove pipe from last item */
/******************************************************************** Image Credit ******/

#top-banner div.wpb_wrapper {
	position: relative;
}
span.image-credit {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	background-color: rgba(0,0,0,0.3);
	line-height: 14px;
	padding: 6px 16px 5px;
	color: white;
	border-radius: 0 5px 0 0;
}
/******************************************************************** Cookie Message ******/

.cookie-message {
	color: #fff !important;
	background-color: #e10f21 !important;
}
.cookie-message a {
	color: #fff !important;
}
.wpcb-close-btn {
	background: rgb(255,255,255);
	color: #e10f21;
}

/******************************************************************** Media Queries ******/

@media screen and (min-width:769px) {
#hamburger {
	display: none;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 100%;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	background-color: rgb(255,255,255) !important;
	color: rgb(0,77,128);
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
/* main-navigation - desktop */
ul#primary-menu.menu {
	display: table;
	width: 100%;
/*table-layout: fixed;*/}
.main-navigation li {
	float: none;
	display: table-cell;
}
.main-navigation {
	color: rgb(0,0,0);
	line-height: 42px;
	font-size: 12px;
	box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
	text-transform: uppercase;
}
.main-navigation a {
	padding-top: 2px;
	color: rgb(0,0,0);
}
.main-navigation-wrapper {
	width: 100%;
	max-width: 1024px;
	min-width: 768px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	border-left: 1px solid rgb(225,225,225);
	border: none;
}
.main-navigation li a {
	background: none;
	padding: 0 12px;
	border: none;
	transition: all 0.25s;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 15px;
	font-weight: bold;
}
.main-navigation li a:hover {
	background-color: rgb(255,255,255);
	color: rgb(0,77,128);
}
.main-navigation ul ul {
	top: 42px;
}
.main-navigation ul ul a {
	display: block;
	background-color: rgb(235,235,235);
	padding-left: 12px;
	color: rgb(0,77,128);
}
.main-navigation ul ul a:hover {
	background-color: rgb(245,245,245);
}
.main-navigation ul {
	display: block;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-parent > a {
	background-color: rgb(255,255,255) !important;
	color: rgb(0,77,128);
}
.main-navigation ul ul li {
	float: left;
	white-space: nowrap;
	width: 100%;
}
.main-navigation ul ul li a {
	text-align: left;
}
nav#site-navigation.main-navigation {
	z-index: 100000000;
	background-color: rgb(0,77,128);
}
}

@media screen and (max-width: 1096px) {
#top-banner.margin-top {
	margin-top: 0;
}
}

@media screen and (max-width:768px) {
#hamburger {
	display: block;
}
#main-logo {
	height: 80px;
}
div.vc_col-sm-3.wpb_column.vc_column_container {
	width: 50%;
	float: left;
}
#home-main-promos .home-main-promo-01 {
	padding-right: 8px;
	padding-bottom: 32px;
}
#home-main-promos .home-main-promo-02 {
	padding-left: 8px;
	padding-bottom: 32px;
}
#home-main-promos .home-main-promo-03 {
	padding-right: 8px;
}
#home-main-promos .home-main-promo-04 {
	padding-left: 8px;
}
div.home-introduction.wpb_column.vc_column_container.vc_col-sm-8 {
	padding-right: 16px !important;
	width: 100%;
}
/* mobile nav */
#masthead {
	height: auto;
	min-height: 120px;
	position: relative;
}
#masthead.nav-closed {
	height: 120px;
	overflow: hidden;
	position: relative;
}
#content {
	padding: 0;
}
#content.nav-closed {
	padding: 0px;
}
.main-navigation {
	color: rgb(0,0,0);
	font-size: 12px;
	box-shadow: 0px 8px 8px rgba(0,0,0,0.3);
}
ul#primary-menu.menu, ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	background-color: rgb(0,77,128);
	color: white;
	text-transform: uppercase;
	font-size: 12px;
}
ul#primary-menu.menu a:hover {
	background-color: white;
	transition: background-color 0.25s;
	color: rgb(0,77,128) !important;
}
ul.sub-menu {
	border-top: 1px solid rgb(235,235,235);
	border-bottom: none;
}
ul.sub-menu a {
	padding-left: 24px;
}
ul#primary-menu li {
	margin: 0;
}
ul#primary-menu.menu a {
	display: block;
	float: none;
	text-decoration: none;
	color: rgb(255,255,255);
	line-height: 40px;
	padding: 0 0 0 12px;
	font-weight: bold;
}
ul.sub-menu a {
	padding-left: 30px !important;
	font-weight: normal !important;
	border-top: 1px solid rgb(230,230,230);
	background-color: rgb(235,235,235);
	transition: background-color 0.25s;
	color: rgb(0,77,128) !important;
}
ul.sub-menu a:hover {
	background-color: rgb(245,245,245);
}
.main-navigation .current-menu-item, .main-navigation .current-menu-parent {
	background-color: rgb(255,255,255) !important;
	color: rgb(0,77,128) !important;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-parent > a {
	background-color: rgb(255,255,255) !important;
	color: rgb(0,77,128) !important;
}
div.vc_col-sm-4.wpb_column.vc_column_container {
	margin-top: 32px;
}
.legal-service-entry.vc_col-sm-2 {
	width: 25% !important;
	margin-bottom: 32px;
	float: left;
}
#top-banner .vc_col-sm-9 {
	width: 100%;
}
#top-banner .vc_col-sm-3 {
	width: 100%;
}
.entry-content h1 {
	font-size: 21px;
}
body {
	font-size: 13px;
}
.has-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
#top-banner.margin-top {
	margin-top: 0;
}
div.main-ctas.wpb_column.vc_column_container.vc_col-sm-4 {
	padding: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}
div.wpb_column.vc_column_container.vc_col-sm-8 {
	padding: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}
div.main-ctas.wpb_column.vc_column_container.vc_col-sm-4 {
	width: 100%;
}
.five-columns div.wpb_column.vc_column_container.vc_col-sm-2 {
	width: 33.33333% !important;
	float: left;
}
}

@media screen and (max-width: 580px) {
#footer-sidebar1 {
	float: none;
	width: 100%;
	display: block;
}
#footer-sidebar2 {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
#footer-sidebar3 {
	float: none;
	width: 100%;
	display: block;
}
.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}
.home-strapline h2 {
	font-size: 20px;
}
.legal-service-entry.vc_col-sm-2 {
	width: 33% !important;
	margin-bottom: 32px;
	float: left;
}
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 14px 0px !important;
}
/******************************************************************** Bottom Menu ******/
.bottomMenu {
	display: block;
	text-align: left;
}
.bottomMenu ul {
	display: block;
	float: none;
	padding: 24px 0 0;
	margin: 0;
}
.bottomMenu li {
	list-style-type: none;
	display: block;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.bottomMenu li a {
	display: block;
	color: #fff;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border-right: 0px;
	padding: 10px 0 8px 16px;
}
.bottomMenu li a:hover {
	color: #fff;
	text-decoration: underline;
}
.bottomMenu li:last-child > a {
	border-right: none;
} /* remove pipe from last item */
}

@media screen and (max-width: 414px) {
.juicer-feed li.feed-item {
	width: 100%;
}
.five-columns div.wpb_column.vc_column_container.vc_col-sm-2 {
	width: 100% !important;
}
}

@media screen and (max-width: 360px) {
.legal-service-entry.vc_col-sm-2 {
	width: 50% !important;
	margin-bottom: 32px;
	float: left;
}
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 14px 0px !important;
}
}
.five-columns-hidden-column {
	display: none;
}
.genuine-site-button a {
	color: rgb(255, 255, 255);
	border-radius: 6px;
	transition: background-color 0.25s;
	padding: 12px;
	cursor: pointer;
	font-size: 14px;
	text-transform: none !important;
	display: block;
	text-align: center;
	text-decoration : none;
	font-weight: bold;
	margin-bottom: 35px !important;
}
.button-films {
	background: #009ba2;
}
.button-music {
	background: #e3007e;
}
.button-games {
	background: #ea6721;
}
.button-ebooks {
	background: #6f2781;
}
.button-sports {
	background: #54ad3b;
}
.button-films:hover {
	background: #007c82;
}
.button-music:hover {
	background: #b60065;
}
.button-games:hover {
	background: #bb521a;
}
.button-ebooks:hover {
	background: #591f67;
}
.button-sports:hover {
	background: #438a2f;
}
