/*
Theme Name: bigbrotherwatch
Theme URI: http://underscores.me/
Author: Stuart Smitheringale
Author URI: http://stuartsmitheringale.co.uk/
Description: A website by Stuart Smitheringale for Big Brother Watch using the underscores starter theme. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bigbrotherwatch
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bigbrotherwatch is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------	
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## 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-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: #1f1f1f;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	margin-top:0;
	font-size: 18px;
	color:#faa633;
	text-transform:uppercase;
	margin-bottom:5px;
}

h4 {
	text-transform:none;
	font-weight:600;
	font-size:14px;
	margin-bottom:0;
	margin-top:0;
}

p {
	margin-top:0;
	margin-bottom: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0;
	font-weight:400;
}

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 0;
	padding:0 0 0 15px;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404040;
	border-bottom:2px solid #faa633;
	text-decoration:none;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a, 
a.page-numbers, 
a.social-links, 
li.work-item a,
.hover-box a,
.entry-meta a {
	border:none;
}

a:hover,
a:focus,
a:active {
	color: #faa633;
}

a:focus {
	outline: 0
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size:0;
}

.main-navigation li {
	float: left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.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,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-page-ancestor > a,
.single-bbw_campaigns .menu-item-28 > a,
.page-template-page_factsheets-list .menu-item-31 > a,
.single-bbwmedia .menu-item-11935 > a,
.tax-media-and-press-category .menu-item-11935 > a,
.single-post .menu-item-27 > a{
	color: #404040;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

.main-navigation ul.sub-menu {
	display:none;
	margin: auto;
	z-index:999999;
}

@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul,
	.main-navigation ul.sub-menu {
		display: block !important;
	}
}

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## 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-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.inside {
	max-width:1000px;
	margin:auto;
}

.site-content {
	padding:0 30px;
}

/*--------------------------------------------------------------
# Orange Dots on list items
--------------------------------------------------------------*/

ul.work-list {
	list-style:none;
}

ul li.work-item:before {
	content: url(//bigbrotherwatch.org.uk/wp-content/uploads/2017/02/orangeDot-6px.png);
	color: #faa633;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}

ul li.work-item {
	margin-bottom:10px;
}

ul li.work-item a {
	text-decoration:none;
	color: #1f1f1f;
}

ul li.work-item a:hover {
	color:#faa633;
}

/*--------------------------------------------------------------
# Main Header
--------------------------------------------------------------*/

.site-header {
	background: #faa633;
	padding:30px;
	padding-bottom:0;
	background: #faa633; /* Old browsers */
	background: -moz-linear-gradient(top, #faa633 0%, #ff9300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #faa633 0%,#ff9300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #faa633 0%,#ff9300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa633', endColorstr='#ff9300',GradientType=0 ); /* IE6-9 */
	background: #faa633; /* Old browsers */
}

.header-inside {
	position:relative;
}

@media all and (max-width:1000px) {

	.site-header {
		padding-bottom:30px;
	}

	.header-inside {
		max-width:1000px;
		margin:auto;
	}
}

@media all and (min-width:1200px) {
	.site-header {
		background-image: url("//www.bigbrotherwatch.org.uk/wp-content/uploads/2015/01/cctv.png");
		background-repeat: no-repeat;
		background-position: right center;
	}
}

.site-branding {
	max-width:1000px;
	margin:auto;
}

svg.bbw-logo {
	-webkit-transition: all 0.2s; /* Safari */
	transition: all 0.2s;
}

svg.bbw-logo path {
	-webkit-transition: fill 0.2s; /* Safari */
	transition: fill 0.2s;
}

svg.bbw-logo:hover path {
	fill:rgba(255,255,255,0.8);
}

#bbw-h-logo {
	height: 100px;
	width: 700px;
	margin: auto;
	display: block;
}

a.h-logo {
	display:block;
}

#bbw-v-logo {
	display:none;
	width:100px;
	height:110px;
}

a.v-logo {
	display:none;
}

@media all and (max-width:1000px) {
	#bbw-v-logo {
		display:inline-block;
	}
	a.v-logo {
		display:inline-block;
	}
	#bbw-h-logo {
		display:none;
	}
	a.h-logo {
		display:none;
	}
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.main-navigation {
	float:none;
	text-align:center;
	font-size:0;
}

.main-navigation li {
	float:none;
	margin: 0;
}

.main-navigation a {
	color:#fff;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}

.main-navigation li {
	border-bottom:1px solid #fff;
}

ul.sub-menu li {
	border-top:1px solid #fff;
	border-bottom:none;
}

.main-navigation a {
	padding: 15px 0 20px 0;
}

@media all and (min-width:1000px) {

	.main-navigation li {
		display:inline-block;
		border:none;
	}
	
	ul.sub-menu li {
		border:none;
	}

	.main-navigation a {
		padding: 20px 15px 10px 0;
	}

	.main-navigation li:first-of-type a {
		padding-left:0;
	}

	.main-navigation li:last-of-type a {
		padding-right:0;
	}

	.main-navigation li a:before {
		content: "|";
		padding-right:15px;
		color:rgba(255,255,255,0.5) !important;
	}

	.main-navigation li:first-of-type a:before {
		content: "";
		padding-right:0;
	}

	.main-navigation a:hover {
		color:#404040;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		left: -9999px;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul a {
		width: auto;
	}

	.main-navigation ul ul li {
		display:block;
		text-align:left;
		border-bottom: 1px solid #fff;
    		margin: 0 20px;
	}

	.main-navigation ul ul li:last-of-type {
		border-bottom: none;
	}

	.main-navigation ul ul li a {
		padding:10px 5px !important;
	}

	.main-navigation ul ul li a:before {
		content: "" !important;
		padding-right: 0 !important;
	}
	.main-navigation ul.sub-menu {
		background: #faa633;
		max-width:100%;
		padding-bottom:5px;
	}
}

.menu-item-has-children > a:after {
	content:'\f107';
	font: normal normal normal 1px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	padding-left:5px;
}

.menu-toggle {
	position: absolute;
	right: 0;
	top: 40px;
	border: none;
	background: transparent;
	border-radius: 0;
}

.menu-toggle:after {
	content:'\f0c9';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	color:#fff;
	text-rendering: auto;
	margin-left:10px;
}

/*--------------------------------------------------------------
# Page Headers
--------------------------------------------------------------*/

h1.entry-title, 
h1.page-title, 
p.page-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-top: 0;
	font-size: 15px;
	color: #faa633;
	text-transform: uppercase;
	color: #faa633;
	font-size:30px;
	line-height: 1.5;
	padding: 40px 0 20px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #bfbfbe;
	font-weight: 700;
	text-transform: uppercase;
}

@media all and (min-width:800px) {
	h1.entry-title, 
	h1.page-title,
	p.page-title {

	}
}

@media all and (min-width:1000px) {
	h1.entry-title, 
	h1.page-title,
	p.page-title {
		text-align:center;
		font-size: 40px;
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

@media all and (min-width:800px) {

	/* Halves */
	.one_half {
		width:46%;
		float:left;
	}
	.one_half.last {
		float:right;
	}
	.one_half:nth-of-type(2n+1) {
		clear:left;
	}
	.clearboth {
		clear:both;
	}

	/* columns for get creative sinle campaigns */
	.get-creative .one_half.main-column {
		width:100%;
		float:none;
	}


	/* Thirds */
	.one_third {
		width:30%;
		float:left;
	}
	.one_third:nth-of-type(3n+2) {
		margin:0 5%;
	}
	.one_third:nth-of-type(3n+1) {
		clear:left;
	}
	.one_third.last {
		float:right;
	}
	.clearboth {
		clear:both;
	}


	.site-info .one_half {
		width:65%;
		margin-bottom:30px;
	}

	.site-info .one_half.last {
		text-align:right;
		width:30%;
	}
}

.site-info .one_half {
	margin-bottom:30px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#advisory-council p {
	margin-bottom:5px;
}

/*--------------------------------------------------------------
# Work
--------------------------------------------------------------*/

.bbw_work {
	padding-bottom:0;
	margin-bottom:0;
}

.bbw_work h2 a {
	padding:2px 0;
	display:block;
}

.bbw_work h2 a:before {
	content:"• ";
	color:#faa633;
	position:absolute;
	left:0;
}

.search-results .bbw_work h2 a:before {
	content:"";
}

.grid-item {
	width:100%;
}

#quicksearch {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 10px;
	color: #000;
}

.filters-button-group {
	margin-bottom:40px;
}

.filters-button-group button {
	border: 1px solid #f3f3f3;
	border-radius: 0;
	background: #f3f3f3;
	padding: 10px 20px;
	font-size: 15px;
	margin:0px 15px 10px 0;
}

.filters-button-group button:first-of-type {
	margin-left:0;
}

.filters-button-group button:last-of-type {
	margin-right:0;
}

.filters-button-group button.is-checked {
	border: 1px solid #faa633;
	background: #faa633;
	color:#fff;
}

.filters-button-group button:hover {
	border: 1px solid #faa633;
	background: #faa633;
	color:#fff;
}

.bbw_work .entry-content {
	margin-top:0;
}

/* fa icons */

/* general file icon 
.bbw_work h2 a:before {
	font: normal normal normal 26px/1 FontAwesome;
	content: "\f016";
	color: #faa633;
	margin-right:15px;
	position:absolute;
	left:0;
	top:5px;
}*/

/* pdf icon 
.bbw_work h2 a[href$=".pdf"]:before {
	content: "\f1c1";
}*/

/* page link icon 
.bbw_work h2 a.link-to-page:before {
	content: "\f0c1";
}*/

/* external page link icon 
.bbw_work h2 a[target=_blank]:after {
	content: "\f14c";
}*/

h2.work-title {
	margin-top: 20px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size:18px;
}

.page-template-page_work .one_third .entry-content {
	margin:0;
}

/*--------------------------------------------------------------
# Hover Effect
--------------------------------------------------------------*/

.hover-box {
	position:relative;
	background:#faa633;
	text-align:center;
}

.hover-box a {
	font-size:0;
	display:block;
}

.hover-title {
	position:absolute;
	left:0;
	font-size:18px;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);; /* IE 9 */
	-webkit-transform: translate(-50%, -50%);; /* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);;
	opacity:0;
	color:#fff;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:20px;
}

.hover-box img {
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	width:100%;
}

.hover-box:hover img {
	opacity:0.2;
}

.hover-box:hover .hover-title {
	opacity:1;
}

/*--------------------------------------------------------------
# Columns Layout for Campaigns and Factsheets, including factsheets layout on single campaigns page
--------------------------------------------------------------*/

@media all and (min-width:600px) {
	
	/* Two Columns - 50% */
	.two-columns .bbw_campaigns, 
	.two-columns .bbw_factsheets,
	.single-bbw_campaigns .layout-two-col .factsheet-box {
		float:left;
		width:48%;
		clear:left;
	}
	.two-columns .bbw_campaigns:nth-of-type(2n),
	.two-columns .bbw_factsheets:nth-of-type(2n),
	.single-bbw_campaigns .layout-two-col .factsheet-box:nth-of-type(2n) {
		float:right;
		clear:right;
	}
	
	/* Three Columns - 30% */
	.three-columns .bbw_campaigns, 
	.three-columns .bbw_factsheets,
	.single-bbw_campaigns .layout-three-col .factsheet-box {
		float:left;
		width:30%;
	}
	.three-columns .bbw_campaigns:nth-of-type(3n + 2),
	.three-columns .bbw_factsheets:nth-of-type(3n + 2),
	.single-bbw_campaigns .layout-three-col .factsheet-box:nth-of-type(3n + 2)  {
		margin: 0 5%;
	}
	.three-columns .bbw_campaigns:nth-of-type(3n + 4),
	.three-columns .bbw_factsheets:nth-of-type(3n + 4),
	.single-bbw_campaigns .layout-three-col .factsheet-box:nth-of-type(3n + 4) {
		clear:left;
	}
	
	/* Four Columns - 30% */
	.four-columns .bbw_campaigns, 
	.four-columns .bbw_factsheets,
	.single-bbw_campaigns .layout-four-col .factsheet-box {
		float:left;
		width:22%;
		margin-right:4%;
	}
	.four-columns .bbw_campaigns:nth-of-type(4n),
	.four-columns .bbw_factsheets:nth-of-type(4n),
	.single-bbw_campaigns .layout-four-col .factsheet-box:nth-of-type(4n) {
		margin-right: 0;
	}
	.four-columns .bbw_campaigns:nth-of-type(4n + 1),
	.four-columns .bbw_factsheets:nth-of-type(4n + 1),
	.single-bbw_campaigns .layout-four-col .factsheet-box:nth-of-type(4n + 1) {
		clear:left;
	}
	
	/* Reduced Size Container- 50% */
	.reduced-size .entry-content {	
		max-width:800px;
	}
	
}

.bbw_campaigns h2, 
.bbw_factsheets h2 {
	margin-top:10px;
	font-size:18px;
	font-weight:300;
	font-size:16px;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Single Campaign
--------------------------------------------------------------*/

.single .bbw_campaigns {
	width:100%;
	float:none;
}

.single-bbw_campaigns .factsheet-box {
	margin-bottom:1.5em;
}

/*--------------------------------------------------------------
# Factsheets Landing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Factsheets List
--------------------------------------------------------------*/

.page-template-page_factsheets-list h2 {
	display:none;
}

/*--------------------------------------------------------------
# Accordions
--------------------------------------------------------------*/

.table {
	display:table;
	width:100%;
	border-bottom:1px solid #bfbfbe;
}

.table-row {
	display:table-row;
}

.table-cell {
	display:table-cell;
}

.table-icon {
	vertical-align: middle;
}

.table-arrow {
	width:50px;
	vertical-align: middle;
	text-align:center;
	color:#faa633;
}

.table:hover h2 a {
	color:#faa633;
}

.table-cell.show-more {
	cursor:pointer;
}

h2.table-cell {
	font-weight:600;
	font-size:22px;
    text-transform: none;
}

h2.table-cell a {
	display:block;
	padding:15px 10px 15px 0;
	color:#404040;
}

.reveal-more h3 {
	text-transform:none;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	color:#404040;
	font-weight:300;
	margin:0;
	font-size: 16px;
}

.reveal-more article.bbwmedia { 
	margin-bottom:10px;
}

.reveal-more {
	margin-top:20px;
	margin-bottom:20px;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

h2.entry-title, 
.single-post h1.entry-title, 
.single-bbwmedia h1.entry-title,
.search-results h2.entry-title {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	color:#000;
	margin-top:0;
	margin-bottom:10px;
	font-size:18px;
	text-align:left;
	text-transform:none;
}

@media all and (min-width:800px) {
	h2.entry-title, 
	.single-post h1.entry-title, 
	.single-bbwmedia h1.entry-title {
		font-size:20px;
	}
}

@media all and (min-width:1000px) {
	h2.entry-title, 
	.single-post h1.entry-title, 
	.single-bbwmedia h1.entry-title {
		font-size:22px;
	}
}

.entry-meta {
	margin-bottom:30px;
}

h2 a {
	color:#000;
	text-decoration:none;
}

/* Hide posted in details */
.cat-links, 
.tags-links,
.comments-link, 
.single .byline, .group-blog .byline {
	display:none;
}

/* Show posted in details on single posts etc. */
.single .cat-links, 
.single .tags-links {
	display:block;
}

.entry-meta {
	margin-bottom:20px;
}

.entry-meta a {
	color:#999;
	text-decoration:none;
}

.bbw-roundall {
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background: #FAA633;
	position: absolute;
	text-align: center;
	color: #fff;
	left: 0;
	display:none;
}

.bbw-month {
	font-size: 30px;
	padding-top: 25px;
	display: block;
	line-height: 1em;
}

.bbw-day-year {
	font-size: 16px;
	display: block;
	padding: 0 !important;
	line-height: 1em;
	color: rgba(255,255,255, .7);
}

@media all and (min-width:900px) {

	.bbw-roundall {
		display:block;
	}

	.blog .entry-meta,
	.archive .entry-meta,
	.category .entry-meta,
	.search-results .entry-meta {
		display:none;
	}

	.blog article, 
	.archive article, 
	.category article,
	.search-results article {
		position:relative;
		padding-left:140px;
		margin-bottom:30px;
	}

	.blog .posts-navigation, 
	.archive .posts-navigation, 
	.category .posts-navigation,
	.search-results .posts-navigation {
		margin-top: 40px !important;
		padding-left: 140px;
	}

	.term-tv-and-radio .posts-navigation {
		padding-left:0;
	}

	.blog .inside,
	.archive .inside, 
	.category .inside {
		
	}
	
}

.blog .posts-navigation, 
.archive .posts-navigation, 
.category .posts-navigation,
.search-results .posts-navigation {
	max-width:1000px;
}

/* read more */
a.read-more {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-decoration:none;
	color:#faa633;
	border:none;
}

/* single post */
.single-post article .inside,
.single-bbwmedia article .inside {
	max-width:800px;
}

.single-post h1.entry-title, 
.single-bbwmedia h1.entry-title {
	border: none;
	margin: 0;
	padding: 0;	
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	padding:30px;
}

.site-footer .inside {
	margin-top:0;
	padding-top:30px;
	border-top:1px solid #bfbfbe;
	max-width:1000px;
}

.site-footer p {
	margin-bottom:0;
	font-size:14px;
	text-align:left;
}

@media all and (min-width:1000px) {
	.site-footer .one_half.last p {
		text-align:right;	
	}
}

.site-footer p a {
	text-decoration:none;
	margin-bottom:20px;
}

.site-footer i {
	margin-right:10px;
	font-size:25px;
}

.site-footer a.social-links:last-of-type i {
	margin-right:0;
}

.site-footer i:hover {
}

.social-links {
	display:inline-block;
	color:#faa633;
}

.social-links:hover {
	color:#bfbfbe;
}

.social-links:hover .fa-twitter {
	color:#55acee;
}

.social-links:hover .fa-facebook {
	color:#3b5998;
}

.social-links:hover .fa-vimeo {
	color:#1ab7ea;
}

.website-credits {
	font-size:12px;
	color:#ccc;
}

.website-credits a {
	text-decoration:none;
	color:#ccc;
}

.website-credits a:hover {
	color:#faa633;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/

input.donate-button {
	font-size:15px;
	background:rgba(250, 166, 51, 1);
	border-radius:0;
	padding:12px 30px;
	text-transform:uppercase;
	border:2px solid #faa633 !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

input.donate-button:hover {
	background:rgba(250, 166, 51, .8);
	color:#000;
	border:2px solid #faa633;
}

/*--------------------------------------------------------------
# Media Page
--------------------------------------------------------------*/

#media-carousel h2, 
.page-template-page_campaigns .bbw_campaigns h2,
.bbw_factsheets h2, 
.sub-title {
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	margin-top: 10px;
	text-align:center;
	font-size:13px;
	padding: 0;
	margin-bottom:5px;
	text-transform:none;
}

.sub-title a {
	color:#404040;
	text-decoration:none;	
}

.sub-title a:hover {
	color:#faa633;
}

p.meta-date {
	text-align: center;
	text-align:left;
	font-size: 12px;
	margin-top: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.wpcf7-form {
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width:100%;
	border:1px solid #f0f0f0;
	border-radius:0;
	padding:8px;
	background:#f0f0f0;
}

.wpcf7-form textarea {
	height:150px;
}

.wpcf7-form input[type="submit"] {
	border:1px solid #faa633;
	background: #faa633;
	font-size:1em;
	padding:10px 20px;
	color:#fff;
	border-radius:0;
	float:right;
}

.wpcf7-form input[type="submit"]:hover {
	color:#000;
	opacity:0.8;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.posts-navigation {
	margin:auto !important;
}

a.page-numbers, 
span.page-numbers {
	padding:5px 10px;
	background:#e1e1e1;
	text-decoration:none;
	color:#000;
	display:inline-block;
	margin-top:10px;
}

span.page-numbers.current {
	background:#faa633;
	color:#fff;
}

a.page-numbers:hover {
	background:#faa633;
	color:#fff;
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/

body {
	position:relative;
}

.back-to-top {
	position:fixed;
	right:30px;
	bottom:30px;
	background:rgba(250, 166, 51, .8);
	color:#fff !important;	
	text-align:center;
	font-size:24px;
	width: 50px;
	height: 40px;
	-webkit-transition: all 0.2s; /* Safari */
	transition: all 0.2s;
	display:none;
}

.back-to-top:hover {
	background:rgba(250, 166, 51, 1);
	color:#fff;	
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# TV and Radio - Taxonomy Archive
--------------------------------------------------------------*/

.term-tv-and-radio .bbwmedia {
	padding-left:0;
}

.term-tv-and-radio .entry-meta {
	display:block;
	text-align: center;
	margin: 0;
}


/*--------------------------------------------------------------
# Single Campaigns Page - Extras
--------------------------------------------------------------*/

#related-factsheets h3, 
#related-work h3 {
	margin-top:30px;
}

/*--------------------------------------------------------------
# Responsive Menu - Extras
--------------------------------------------------------------*/

@media all and (max-width:1000px) {
	.main-navigation ul {
		margin-top:30px;
	}

	.main-navigation li a {
		padding:10px 0;
		text-align:left;
	}

	.main-navigation ul.sub-menu a {
		padding-left:20px;
		font-size:13px;
	}
}

.main-navigation.toggled .menu-toggle:after {
	content:'\f00d';
}

/*--------------------------------------------------------------
# Search under header
--------------------------------------------------------------*/

#search-container {
	background: #faa633;
	padding: 20px 30px;
	border-top: 1px solid rgba(255,255,255,0.6);
}
#search-container input {
	border: none;
	background: rgba(255,255,255,1);
	border-radius: 0;
	padding: 10px;
	width: 100%;
}

#search-container input.search-submit {
	width:auto;
	border: none;
	background: #000;
	color: #faa633;
	font-size: 16px;
	border-radius: 0;
	margin-top: 15px;
	padding: 10px 20px;
}

#search-container input.search-submit:hover {
	color: #000;
	background: #fff;
}

.search-controls.is-selected .fa-search:before {
	content:'\f00d';
}

@media all and (min-width:1000px) {
	span.mobile-only {
		display:none;
	}
}

/*--------------------------------------------------------------
# Slide Menus
--------------------------------------------------------------*/

.slide-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(250, 166, 51, 1);
	overflow-y: auto;
	overflow-x: hidden;
	-ms-transform: translate(0,-100%);
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	z-index:999;
}

.slide-overlay.is-selected {
	-ms-transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slide-inside {
	max-width: 1000px;
	margin: auto;
	padding: 30px;
}

/* Slide controls */
.slide-overlay a.slide-controls {
	color: #000;
	font-size: 20px;
	margin-bottom: 50px;
	display: block;
	text-align: right;
}

.slide-overlay a.slide-controls:hover {
	color:#fff;
}

/* Slide Search _ Newsletter sign up*/
#slide-search .search-field, 
#slide-newsletter #mce-EMAIL {
	width: 100%;
	border: none;
	padding: 20px;
	font-size: 30px;
	-webkit-border-radius:0; 
	border-radius:0;
	-webkit-appearance: none;
}

#slide-search .search-submit, 
#slide-newsletter #mc-embedded-subscribe {
	border: none;
	border-radius: 0;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	padding: 15px 30px;
	margin-top: 15px;
	background:#000;
	color:#faa633;
}

#slide-search .search-submit:hover {
	background:#fff;
	color:#000;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

.slide-item {
	position:relative;
}

#home-slideshow {
	margin: 30px 0;
}

.slide-caption {
	margin-top:25px;	
}

.slide-caption h2 {
	margin-bottom:0;	
}


.owl-prev, 
.owl-next {
	border-radius:0 !important;
	margin:0 !important;
	font-size: 20px!important;
	background:rgba(0,0,0,0.8) !important;
	color:#fff !important;
	margin-right:4px !important;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align:left !important;	
}

.owl-theme .owl-nav [class*="owl-"] {
	padding:0 7px !important;	
}

.home .one_third h1 {
	margin-bottom:3px;
}

@media all and (min-width:1000px) {

	.home .one_third h1 {
		padding-left:15px;
	}

	.slide-caption-overlay {
		position:absolute;
		max-width:100%;
		width:100%;
		height:100%;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin-top:0;
		background:rgba(0,0,0, .5);
	}

	.slide-caption {
		position:absolute;
		max-width:90%;
		width:100%;
		padding:20px;
		margin-top:0;
		top:50%;
		-ms-transform: translate(-50%, -50%); /* IE 9 */
		-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
		transform: translate(-50%, -50%);	
		left:50%;
	}

	h2.slide-title {
		text-align:center;
		color:rgba(255,255,255,1);
		font-size:30px;
	} 

	.slide-text {
		text-align:center;
		color:rgba(255,255,255,0.95);
		font-size:18px;
	}

	.slide-button {
		display:inline-block;
		background:rgba(250, 166, 51, .9);
		padding:5px 10px;
		margin-top:20px;
		text-transform: uppercase;
		font-size: 16px
	}

	.slide-button:hover {
		background:rgba(250, 166, 51, 1);
	}

	/* slide caption positioning */
	.slide-item.bottom-left .slide-caption {
		bottom:0;
		left:0;
	}
	.slide-item.bottom-centre .slide-caption {
		bottom:0;
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
		transform: translateX(-50%);	
		left:50%;
	}
	.slide-item.bottom-right .slide-caption {
		bottom:0;
		right:0;

	}
	.slide-item.middle-left .slide-caption {
		top:50%;
		-ms-transform: translateY(-50%); /* IE 9 */
		-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
		transform: translateY(-50%);	
		left:0;
	}
	.slide-item.middle-centre .slide-caption {
		top:50%;
		-ms-transform: translate(-50%, -50%); /* IE 9 */
		-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
		transform: translate(-50%, -50%);	
		left:50%;
	}
	.slide-item.middle-right .slide-caption {
		top:50%;
		-ms-transform: translateY(-50%); /* IE 9 */
		-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
		transform: translateY(-50%);	
		right:0;
	}
	.slide-item.top-left .slide-caption {
		top:0;
		left:0;
	}
	.slide-item.top-centre .slide-caption {
		top:0;
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
		transform: translateX(-50%);	
		left:50%;
	}
	.slide-item.top-right .slide-caption {
		top:0;
		right:0;
	}

	.slide-caption a {
		color:#fff;
	}

	/* slide caption background */
	.slide-item.black-opacity .slide-caption {
		background:rgba(0,0,0, .2);
		color:#fff;
	}
	.slide-item.black .slide-caption {
		background:rgb(0,0,0);
		color:#fff;
	}
	.slide-item.white-opacity .slide-caption {
		background:rgba(255,255,255, .2);
		color:#000;
	}
	.slide-item.white .slide-caption {
		background:rgb(255,255,255);
		color:#000;
	}

	.slide-item.white-opacity .slide-caption a, 
	.slide-item.white .slide-caption a {
		color:#000;
	}
	.slide-item.orange-opacity .slide-caption {
		background:rgba(250, 166, 51, .8);
		color:#fff;
	}
	.slide-item.orange .slide-caption {
		background:rgb(250, 166, 51);
		color:#fff;
	}
	.slide-item.orange-opacity .slide-caption h2.slide-title {
		color:#fff !important;
	}
	.slide-item.orange .slide-caption div.slide-text{
		color:#fff !important;
	}

	/* slide caption text alignment */
	.slide-text p {
		margin-bottom:0;
	}
	.slide-text p:last-of-type {
		margin-bottom:0;
	}

	.slide-item.text-left .slide-title,
	.slide-item.text-left .slide-text p {
		text-align:left !important;
	}
	.slide-item.text-center .slide-title,
	.slide-item.text-center .slide-text p {
		text-align:center !important;
	}
	.slide-item.text-right .slide-title,
	.slide-item.text-right .slide-text p {
		text-align:right !important;
	}
	.slide-item.text-justify .slide-title,
	.slide-item.text-justify .slide-text p {
		text-align:justify !important;
	}
	
	
	/* Owl Navigation */
	.owl-nav {
		width:100%;
	}
	.owl-nav, 
	.owl-prev, 
	.owl-next {
		position:absolute;
		bottom:0;
		margin:0 !important;
		font-size: 20px!important;
		background:rgba(0,0,0,0.8) !important;
		color:#fff !important;
		text-align:center !important;
	}

	.owl-prev:hover, 
	.owl-next:hover {
		background: rgba(250, 166, 51, .9) !important;
	}
	
	.owl-prev{
		right:32px;
		padding:0 !important;
		margin:0 !important;
		width:30px;
		height:30px;
		border-radius:0 !important;
	}
	.owl-next {
		right:0;
		padding:0 !important;
		margin:0 !important;
		width:30px;
		height:30px;
		border-radius:0 !important;
	}
	
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background:#faa633 !important;
	}
	
	.owl-theme .owl-dots {
		position: absolute;
		bottom: -30px;
	}
	
}

/*--------------------------------------------------------------
# Pre Loader
--------------------------------------------------------------*/

.preloader,
.js.loaded .preloader  {
	display:none;
	position:static;
	background:transparent;
	width:0px;
	height:0px;
}

.js .preloader {
	display:block;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#fff;
}

.js .site-header, 
.js .site-content,
.js .site-footer,
.js #search-container {
	opacity:0;
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
}

.js.loaded .site-header, 
.js.loaded .site-content,
.js.loaded .site-footer,
.js.loaded #search-container {
	opacity:1;
}

/*--------------------------------------------------------------
# Black Media Roundall
--------------------------------------------------------------*/

/* Media Date Roundall */

.tax-media-and-press-category .bbw-roundall {
	color:rgba(0,0,0,.8);
}

.tax-media-and-press-category .bbw-day-year {
	color:rgba(0,0,0,.8);
}

/*--------------------------------------------------------------
# Newsletter Sign up on contact page
--------------------------------------------------------------*/

@media all and (min-width:1000px) {
	.newsletter-title {
		margin-top:40px;
	}
}
.one_half input#mce-EMAIL {
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 0;
	padding: 8px;
	background: #f0f0f0;
}

.one_half #mc-embedded-subscribe {
	border: 1px solid #faa633;
	background: #faa633;
	font-size: 1em;
	padding: 10px 20px;
	color: #fff;
	border-radius: 0;
	float:right;
}


.one_half #mc-embedded-subscribe:hover {
	color: #000;
	opacity: 0.8;
}

/*--------------------------------------------------------------
# Search Results page
--------------------------------------------------------------*/


.search input[type="search"] {
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 0;
	padding: 8px;
	background: #f0f0f0;
}

.search input[type="submit"] {
	border: 1px solid #faa633;
	background: #faa633;
	font-size: 1em;
	padding: 10px 20px;
	color: #fff;
	border-radius: 0;
	margin-top:10px;
}

.search input[type="submit"]:hover {
	color: #000;
	opacity: 0.8;
}

.search-results .navigation.pagination {
	max-width:1000px;
	margin:auto;
}

/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/

.website-credits {
	font-size:10px;
	margin-top:20px;
	color:rgba(0,0,0,.2);
}
.website-credits a {
	color:rgba(0,0,0,.2);
	border:none;
}
.website-credits a:hover {
	color:rgba(0,0,0,.8);
	border-bottom:1px solid color:rgba(0,0,0,.4);
}

/*--------------------------------------------------------------
# Related Media on FaceOff Campaign Single
--------------------------------------------------------------*/

.related-media h3 {
	text-transform:none;
}