/*
Theme Name: Blocks (2017)
Theme URI: http://www.dcthomson.co.uk
Author: DC Thomson
Author URI: http://www.dcthomson.co.uk
Description: Style CSS for the Blocks theme (2017).
*/

/*****
Header
*****/

.site-header {
	z-index: 9000;
	position: fixed;
	left: 0;
	right: 0;
	background-color: #fff;
	overflow: hidden;

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.logo,
.no-logo {
	display: block;
	height: 40px;
}

.logo__media {
	display: block;
	max-height: 100%;
}

.site-header .help {
	display: none;
}

/* Header > Datestamp */
.datestamp {
	display: block;
	float: left;
	margin-right: 1em;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
}

/* Header > Social */
.social--header {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.social--header .social__item {
	float: left;
	margin-right: 4px;
}

.social--header .social__text {
	display: none;
}

/* Header > Verticals */
.verticals__wrap {
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 30px;
}

.verticals__btn {
	display: block;
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	height: 30px;
	line-height: 30px;
	font-size: 81.25%;
}

.verticals__btn.js-on {
	background-color: #000;
}

.verticals {
	list-style: none;
}

.verticals a:hover {
	text-decoration: underline;
}

/* Header > Search / Nav buttons */
.header-btn {
	position: absolute;
	top: 0;
	display: block;
	padding: 12px 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
}

.header-btn .genericon {
	font-size: 24px;
}

.search-btn {
	left: 0;
}

.all-sections-btn {
	right: 0;
}

/**********
Search Form
**********/

.search-form {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 40px;
}

.search-form__label {
	position: absolute;
	top: 0;
	left: 0;
	right: 40px;
}

.search-form__text {
	display: block;
	border: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	font-weight: 400;
	font-size: 100%;
}

.search-form__submit {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0;
	border: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	font-size: 0;
}

.search-form__submit:hover {
	cursor: pointer;
}

.search-form__submit .genericon {
	line-height: inherit;
	font-size: 20px;
}

/******
Content
******/

.site-content {
	position: relative;
	background-color: #fff;
}

.site-content > .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

/*****
Footer
*****/

.site-footer {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #555;
	font-family: 'Open Sans';
	font-size: 81.25%;
	color: #fff;
}

/* Footer > Social networks */
.social--footer .social__item:not(:last-child) {
	margin-bottom: 10px;
}

.social--footer .social__link:before {
	float: left;
	margin-right: 10px;
}

.social--footer .social__text {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 81.25%;
}

/* Footer > Links */
.site-footer__title {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #666;
	color: #fff;
}

.site-footer__links {
	list-style: none;
}

.site-footer__links > li:not(:last-child) {
	margin-bottom: 10px;
}

.site-footer__links a {
	color: #eee;
}

.site-footer__links a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer__links--internal > li {
	float: left;
	width: 50%;
}

.site-footer__links--internal > li:nth-child(2n + 1) {
	clear: left;
}

/* Footer > Copyright */
.site-footer .copyright {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #666;
}

/*********
Navigation
*********/

/* Navigation > Nav Bar */
.nav-bar {
	position: relative;
	height: 64px;
	list-style: none;
}

.nav-bar .menu-item {
	float: left;
	height: 32px;
}

.nav-bar .menu-item > a {
	position: relative;
	display: block;
	line-height: 32px;
}

/* Navigation > Nav Bar > Level 1 */
.nav-bar .genericon {
	height: 32px;
	line-height: 32px;
	font-size: 24px;
}

.nav-bar > .current_page_item > a:after,
.nav-bar > .menu-item-type-taxonomy.current-menu-item > a:after,
.nav-bar > .menu-item-type-taxonomy.current-category-ancestor > a:after {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background-color: inherit;
}

/* Navigation > Nav Bar > Level 2 */
.nav-bar > .menu-item:first-child > .sub-menu {
	display: block;
}

.archive .nav-bar > .current_page_item .sub-menu,
.archive .nav-bar > .menu-item-type-taxonomy.current-menu-item .sub-menu,
.archive .nav-bar > .menu-item-type-taxonomy.current-category-ancestor .sub-menu {
	display: block;
}

.nav-bar .sub-menu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 32px;
	list-style: none;
}

.nav-bar .sub-menu a {
	font-size: 87.5%;
}

/* Navigation > Nav Bar > Level 2 > Show Tabs */
.show-tabs .nav-bar > .menu-item > a {
	padding: 0 10px;
}

.show-tabs .nav-bar > .menu-item {
	margin-right: 2px;
}

.show-tabs .sub-menu .menu-item {
	padding-left: 10px;
	padding-right: 10px;
}

.show-tabs .nav-bar .sub-menu .current-menu-item,
.show-tabs .nav-bar .sub-menu .menu-item:hover {
	background-color: #4a4a4a;
}

/* Navigation > Nav Bar > Level 2 > Hide Tabs */
.hide-tabs .nav-bar .menu-item {
	margin-right: 20px;
}

.hide-tabs .nav-bar .sub-menu {
	border-top-width: 1px;
	border-top-style: solid;
}

.hide-tabs .nav-bar .sub-menu .menu-item {
	margin-top: -1px;
}

.hide-tabs .current_page_item,
.hide-tabs .menu-item-type-taxonomy.current-menu-item,
.hide-tabs .menu-item-type-taxonomy.current-category-ancestor {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* Navigation > All Sections */
.all-sections {
	z-index: 9001;
	position: fixed;
	top: 164px;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-color: #fff;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}

.all-sections.js-on {
	opacity: 1;
	visibility: visible;
}

.admin-bar .all-sections {
	top: 196px;
}

.all-sections-btn.js-on,
.navigation .all-sections-btn.js-on,
.all-sections {
	background-color: #fff;
	color: #000;
}

.all-sections__nav {
	padding-top: 10px;
	list-style: none;
}

.all-sections__nav a {
	color: #000;
}

.all-sections__nav a:hover {
	text-decoration: underline;
}

.all-sections__nav > .menu-item {
	position: relative;
	padding: 20px 0;
	min-height: 32px;
}

.all-sections__nav > .menu-item > a {
	display: block;
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 125%;
	font-weight: 400;
}

.all-sections__nav > .menu-item > a:before {
	content: '\f431';
	display: block;
	float: left;
	margin-right: 4px;
	font-family: 'Genericons';
	font-weight: bold;
	color: inherit;
}

.all-sections__nav .sub-menu {
	list-style: none;
}

.all-sections__nav .sub-menu:after {
	content: '';
	display: block;
	clear: both;
}

.all-sections__nav .sub-menu > .menu-item {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 100%;
}

.all-sections__nav .sub-menu > .menu-item:after {
	content: '|';
	display: inline-block;
	padding-left: 10px;
	color: #ddd;
}

.all-sections__nav .sub-menu > .menu-item:last-child:after {
	display: none;
}

.all-sections__nav .sub-menu a {
	font-size: 87.5%;
}

.all-sections .copyright {
	clear: both;
	font-size: 81.25%;
}

.nav-checker,
.all-sections-btn--no-js {
	display: none;
}

/* Navigation > Controls */
.all-sections-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.navigation .all-sections-btn {
	right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	line-height: 100%;
	font-weight: 400;
	font-size: 100%;
}

.navigation .all-sections-btn .genericon {
	margin-left: 6px;
}

.navigation .all-sections-btn,
.navigation .all-sections-btn .genericon {
	height: 32px;
	line-height: 32px;
}

/* Navigation > Search controls */
.search-btn {
	position: absolute;
	top: 0;
	display: block;
	color: #fff;
}

.search-btn.js-on {
	background-color: #fff;
	color: #000;
}

.search-btn .genericon {
	font-weight: bold;
}

.navigation .search-btn {
	left: auto;
	right: 10px;
	border: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #222;
	text-align: center;
}

.navigation .search-btn.js-on {
	background-color: #fff;
}

.navigation .search-btn .genericon {
	height: 32px;
	line-height: 32px;
	font-size: 20px;
}

/* Navigation > Pagination */
.pagination {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 93.75%;
	color: #000;
}

.page-numbers {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.pagination > a:hover {
	text-decoration: underline;
}

.pagination .current {
	color: #fff;
	border-radius: 3px;
}

.page-numbers.prev,
.page-numbers.next {
	font-weight: 600;
}

/*********
Thumbnails
*********/

.thumbnail {
	position: relative;
	width: 100%;
}

.no-thumbs .thumbnail {
	display: none;
}

.thumbnail__holder {
	position: relative;
	width: 100%;
	background: #e5e5e5 url('../images/backgrounds/placeholder.png') center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.thumbnail__holder--ratio {
	padding-bottom: 56.25%;
	height: 0;
}

.thumbnail__link {
	display: block;
}

.thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.thumbnail__copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	line-height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	font-family: inherit;
	font-weight: 400;
	font-size: 62.5%;
	color: #fff;
}

.thumbnail .title--caps {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #fff;
}

/*************
Template Parts
*************/

/* Template Parts > Post List */
.post--list {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 78px;
}

.no-thumbs .post--list {
	padding-left: 0;
	min-height: 0;
}

.post--list .thumbnail {
	position: absolute;
	top: 10px;
	left: 0;
	width: 140px;
	height: 84px;
}

.post--list .excerpt {
	display: none;
}

.post--list .title--caps {
	display: inline-block;
	margin-bottom: 4px;
}

.post--list .timestamp {
	margin-top: 10px;
}

.column--list:last-of-type > .post--list {
	border: 0 none;
}

/*************
Post Templates
*************/

.entry > .row:first-child > .sm-12 {
	z-index: 999;
}

/* Post > Header */
.entry-header {
	z-index: 1000;
}

/* Post > Meta */
.entry-meta {
	z-index: 1001;
	position: relative;
	margin-top: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px dashed #ddd;
}

.byline {
	font-size: 87.5%;
	color: #333;
}

.byline > span {
	vertical-align: middle;
}

.byline__pic {
	display: inline-block;
	margin-right: 8px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	vertical-align: middle;
}

.byline__pic img {
	display: block;
}

.byline__name {
	font-size: 100%;
	font-weight: 600;
	color: #000;
}

/* Post > Meta > Timestamp */
.timestamp {
	display: inline-block;
	line-height: 110%;
	font-size: 81.25%;
	color: inherit;
}

/* Post > Meta > Timestamp (Post) */
.post-timestamp {
	z-index: 1002;
	position: relative;
}

.entry-meta .genericon {
	margin: 4px 0;
	padding: 2px;
	font-size: 20px;
	color: #666;
}

.post-timestamp__revised {
	z-index: 1000;
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #fff;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
}

.byline,
.byline__name,
.post-timestamp,
.post-timestamp__revised {
	height: 32px;
	line-height: 32px;
}

.byline,
.post-timestamp {
	display: block;
}

.post-timestamp,
.post-timestamp__revised {
	font-size: 87.5%;
}

/* Post > Intro */
.intro {
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.intro__cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.intro__cell:last-child {
	text-align: right;
}

.intro__cell:only-child {
	text-align: center;
}

.intro__cell:only-child > a {
	padding: 20px;
	font-size: 100%;
}

/* Post > Content > Quotes */
.quote {
	position: relative;
	margin: 6%;
	padding-left: 40px;
	min-height: 32px;
}

.quote:before {
	content: '\201C';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 100%;
	font-family: inherit;
	font-weight: 400;
	font-size: 72px;
}

.quote p {
	margin: 0;
	line-height: 120%;
	font-size: 120%;
}

/* Post > Content > PA Quotes */
.pa-quote:before,
.pa-quote:after,
.pa-quote-wrapper:before,
.pa-quote-wrapper:after,
.pa-quote-wrapper p:before,
.pa-quote-wrapper p:after {
	display: none !important;
}

.pa-quote p {
	padding: 0 !important;
	border: 0 !important;
}

/* Post > Content > Sharing */
.entry-content .socialize {
	clear: both;
}

.entry-content .socialize ul {
	padding: 20px 0;
	text-align: center;
}

.entry-content .socialize li {
	margin: 0 4px;
}

/* Post > Content > Tag */
.tags {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e5e5e5;
}

.tags__title {
	display: block;
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 3px 5px;
	color: #000;
}

.tag-list {
	list-style: none;
}

.tag-list__tag {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.tag-list__tag-link {
	display: block;
	padding: 3px 5px;
	background-color: #333;
	font-size: 87.5%;
	color: #fff;
}

.tag-list__tag-link:hover {
	background-color: transparent;
	color: #000;
}

/* Post > Comments */
.comments__wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comments-area {
	margin-top: 20px;
}

/* Post > Editor's Picks */
.editors-picks {
	margin-top: 20px;
	margin-bottom: 20px;
}

.editors-picks > .post--list:last-child {
	border-bottom: 0;
}

/**********
Sharing Bar
**********/

.sharing-bar {
	z-index: 5000;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	color: #fff;
}

.sharing-bar.js-on {
	top: 96px;
}

.admin-bar .sharing-bar.js-on {
	top: 128px;
}

.sharing-bar__title {
	line-height: 120%;
	font-size: 125%;
}

.socialize--sharing-bar {
	float: left;
}

.socialize--sharing-bar > li {
	margin-right: 8px;
}

.sharing-bar__next-post {
	display: block;
	float: right;
	padding: 8px;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
}

.sharing-bar__next-post:hover {
	color: #000;
}

/***********
Post Formats
***********/

.entry-content__format {
	margin-bottom: 20px;
}

/* Post Format: 'Featured Post' */
.entry--featured .sidebar {
	margin-top: 20px;
}

/****
Pages
****/

/* Pages > All */
.site-content--page > .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*************
Page Templates
*************/

.site-content--one-column .column {
	float: none;
	margin: 0 auto;
}

/*******
Archives
*******/

/* Archives > Tags */
.tag__label {
	display: inline-block;
	line-height: 32px;
	font-weight: 400;
	color: #000;
}

/*****
Author
*****/

.author__title {
	min-height: 32px;
}

.author__name {
	vertical-align: middle;
}

.author__flex {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
}

.author__meta {
	list-style: none;
	text-align: center;
}

.author__meta-item {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.author__meta-item:first-child {
	padding-left: 0;
}

.author__meta-item:last-child {
	padding-right: 0;
}

.author__meta-item:after {
	content: '\2022';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 4px;
	height: 20px;
	line-height: 20px;
	color: #ddd;
}

.author__meta-item:last-child:after {
	content: '';
}

.author__meta-link,
.author__meta-link .genericon {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.author__bio {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 140%;
	font-size: 87.5%;
	font-weight: 300;
}

/*****
Embeds
*****/

.embed {
	margin-top: 20px;
	margin-bottom: 20px;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
	min-width: 100px;
}

.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0 !important;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px !important;
}

/* Embeds > Post Lists (Related, Collection) */
.post-embed {
	margin-bottom: 20px;
	width: 300px;
}

.post-embed__title {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-size: 87.5%;
}

.post-embed .icon-list .list__link {
	font-size: 81.25%;
}

.collection-list {
	list-style: none;
}

.collection-list .list__item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.collection-list .list__link {
	font-size: 81.25%;
}

/* Embeds > Image */
.embed--image.alignnone,
.embed--image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.embed--image img {
	display: block;
	width: 100%;
}

.embed--image__holder {
	position: relative;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img {
	display: block;
	width: 100%;
}

.wp-caption-text {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 140%;
	border-bottom: 1px solid #e5e5e5;
	font-size: 75%;
}

/* Embeds > WP Post oEmbeds */
.wp-embedded-content {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}

/* Embeds > oEmbeds > Gallery */
.image-gallery,
.image-gallery__holder {
	position: relative;
}

.image-gallery__holder {
	overflow: hidden;
}

.carousel,
.image-gallery .cycle-slideshow {
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.image-gallery__slide {
	width: 100%;
	height: 100%;
}

.image-gallery__slide img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: 100%;
}

.image-gallery__control {
	z-index: 1001;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	background-color: #333;
	text-align: center;
	color: #fff;
}

.image-gallery__control:hover {
	cursor: pointer;
}

.image-gallery__control:before {
	line-height: 48px;
	font-size: 32px;
	font-weight: bold;
}

.image-gallery__prev{left:0}
.image-gallery__next{right:0}

/* Embeds > oEmbeds > Twitter */
.twitter-tweet {
	margin: 0 auto;
}

/* Embeds > oEmbeds > Video */
.featured-video {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

.featured-video > iframe,
.featured-video .fb-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
}

/* Embeds > oEmbeds > Video > Facebook */
.featured-video .fb-video > span,
.featured-video .fb-video > span > iframe {
	width: 100% !important;
	height: 100% !important;
}

/* Embeds > TimelineJS */
.embed--timelinejs {
	max-width: 100%;
}

.embed--timelinejs iframe {
	display: block;
	width: 100%;
	background-color: #eee;
	resize: horizontal;
}

/* Embeds > oEmbeds > Shared */
.cycle-slideshow,
.ooyala_container {
	clear: both;
	max-width: 100%;
	background: #eee url('../images/icons/loader_media.gif') center center no-repeat;
}

.ooyala_container {
	position: relative;
}

/******
Widgets
******/

.widget,
.block-widget {
	margin: 0 auto 20px auto;
}

.widget:last-child,
.block-widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
	line-height: 100%;
	font-weight: 400;
	font-size: 125%;
}

/* Widgets > Category Posts */
.widget-posts {
	list-style: none;
}

.widget-posts .post--list {
	padding-left: 90px;
	min-height: 48px;
}

.widget-posts > .post--list:last-child {
	border-bottom: 0;
}

.widget-posts.no-thumbs > .post--list {
	padding-left: 0;
	min-height: 0;
}

.widget-posts .thumbnail {
	width: 80px;
	height: 48px;
}

.widget-posts .title--caps {
	display: none;
}

.widget-posts .title--sm {
	font-size: 87.5%;
	font-weight: 400;
}

/* Widgets > Image */
.widget_sp_image .widget-title {
	margin-bottom: 10px;
}

.widget_sp_image img {
	display: block;
}

.widget_sp_image-description {
	position: relative;
	padding: 10px 10px 10px 40px;
	background-color: #fafafa;
}

.widget_sp_image-description:before {
	content: '\f102';
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	font-family: 'Genericons';
	font-size: 20px;
}

.widget_sp_image-description > p {
	font-size: 75%;
}

/* Widgets > Text */
.widget_text .textwidget {
	margin-top: 10px;
}

.textwidget > p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 160%;
	font-size: 85%;
	font-weight: 300;
}

/* Widgets > Jobs in Scotland */
.widget_jobsinscotland {
	padding: 15px;
	background-color: #f6f6f6;
}

/* Widgets > In-Post Widgets */
.post-widgets {
	margin-bottom: 20px;
}

/* Widgets > Dianomi */
iframe[src^="//www.dianomi.com"] {
	display: block;
	margin: 0 auto 20px auto;
	min-height: 250px;
}

/* Widgets > Live Blog Pro */
iframe[src^="//www.liveblogpro.com"] {
	display: block;
	max-width: 100%;
}

/* Widgets > Wave Fm */
.wpc-wavefm-listenlive-shortcode-container,
.wpc-wavefm-listenlive-shortcode-container > div {
	float: none !important;
}

/* Widgets > Sailthru Sign Up */
.widget_sailthru_subscribe_button_widget_pref_centre {
	text-align: center;
	background: #efefef;
	padding: 1em;
}

.widget_sailthru_subscribe_button_widget_pref_centre .widget-title {
	margin-bottom: 1em;
}

.sailthru-subscribe-button {
	line-height: 1.6;
	font-family: inherit;
	background: #333;
	color: #fff;
}

.sailthru-subscribe-button:hover {
	background: #fff;
	color: #333;
}

/**************
Calls To Action
**************/

.cta--bg {
	background-color: #333;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/**********
Advertising
**********/

/* Advertising > Takeover */
.takeover {
	position: fixed;
	top: 32px;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.admin-bar .takeover {
	top: 64px;
}

/* Advertising > MPU */
.mpu,
.widget_dfp_widget {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background-color: #f6f6f6;
}

/* Advertising > Billboard */
.billboard-ad {
	margin: 20px auto;
	background-position: center center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

/**************
Social networks
**************/

.social {
	list-style: none;
}

.social__link:before {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
}

/*****
Signup
*****/

.signup {
	width: 100%;
	text-align: center;
}

.signup__icon {
	display: inline-block;
}

.signup__title {
	position: relative;
	margin-left: 10px;
	margin-right: 20px;
	font-weight: 400;
}

.signup__btn {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}

.signup__icon,
.signup__title,
.signup__btn {
	z-index: 2;
	vertical-align: middle;
}

/* Signup > Intro */
.signup--intro {
	padding: 10px;
	color: #fff;
	text-align: center;
}

.signup--intro .signup__icon {
	width: 20px;
	height: 20px;
}

.intro__cell--signup .signup {
	position: relative;
	display: inline-block;
	min-height: 20px;
	line-height: 20px;
	font-size: 100%;
}

.intro__cell--signup .signup__icon {
	width: 20px;
	height: 20px;
}

/* Signup > Block */
.signup__wrap {
	position: relative;
}

.signup--block {
	z-index: 2;
	position: relative;
	display: inline-block;
	padding: 16px;
	color: #fff;
}

.signup--block .signup__icon {
	display: none;
}

/* Signup > Post */
.signup--post {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
}

.signup--post .signup__icon {
	position: relative;
}

/* Signup > Shared */
.signup__wrap,
.signup--post {
	overflow: hidden;
}

.signup--block .signup__icon,
.signup--post .signup__icon {
	width: 32px;
	height: 32px;
}

.package--top__signup:after,
.signup__wrap:after,
.signup--post:after {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-image: url('../images/backgrounds/bg_cta-arrow.png');
	background-position: center right;
	background-repeat: no-repeat;
}

/********
Subscribe
********/

.subscribe__title {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.subscribe__icon {
	position: absolute;
	display: block;
	top: 50%;
}

/* Subscribe > Package */
.subscribe .subscribe__link {
	padding: 16px 64px 16px 16px;
	text-align: center;
}

.subscribe .subscribe__icon {
	right: -4px;
	margin-top: -32px;
	height: 64px;
}

/* Subscribe > Post */
.subscribe--post {
	clear: both;
}

/* Subscribe > Intro */
.intro__cell .subscribe__link {
	padding: 10px 84px 10px 10px;
}

.intro__cell .subscribe__icon {
	right: -4px;
	margin-top: -36px;
	height: 72px;
}

.subscribe__link {
	position: relative;
	display: block;
	margin: 0 !important;
	overflow: visible !important;
}

/************
Breaking News
************/

.breaking-news {
	z-index: 1000;
	position: fixed;
	bottom: -200px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	opacity: 0;
}

.breaking-news.js-on {
	bottom: 0;
	opacity: 1;
}

.breaking-news__title {
	display: block;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 100%;
	font-weight: 400;
	color: inherit;
}

.breaking-news__posts {
	padding-left: 1.5em;
	padding-right: 60px;
	list-style-type: square;
	color: inherit;
}

.breaking-news__item {
	margin-top: 10px;
	line-height: 110%;
}

.breaking-news__link,
.breaking-news__error {
	font-weight: 200;
}

.breaking-news__link:hover {
	text-decoration: underline;
}

.breaking-news__close {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	border-style: solid;
	border-width: 2px;
	width: 32px;
	height: 32px;
	line-height: 28px;
	opacity: .7;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: inherit;
}

.breaking-news__close:hover {
	opacity: 1;
	cursor: pointer;
}

/**************
Sticky Elements
**************/

.sidebar-sticky {
	position: absolute;
	top: 0;
	right: 10px;
	width: 300px !important;
	height: 100%;
}

.sidebar-sticky > .dfp-ad {
	position: sticky;
	top: 116px;
}

.sidebar-sticky > .dfp-ad.offset {
	top: 216px;
}

.admin-bar .sidebar-sticky > .dfp-ad {
	top: 150px;
}

.admin-bar .sidebar-sticky > .dfp-ad.offset {
	top: 250px;
}

/*********************
Plugin: Contact Form 7
*********************/

.wpcf7-form {
	margin: 20px auto;
	padding: 20px;
	max-width: 620px;
	background-color: #fcfcfc;
}

.wpcf7-form:hover {
	background-color: #f8f8f8;
}

.wpcf7-form > p {
	margin-bottom: 20px;
}

.wpcf7-form > p:last-of-type {
	margin-bottom: 0;
}

.wpcf7-form > p:after {
	content: '';
	display: block;
	clear: both;
}

.wpcf7-form label {
	display: block;
	line-height: 120%;
	font-size: 87.5%;
}

.wpcf7-form label > br {
	display: none;
}

.wpcf7-form label > span {
	display: block;
	margin-top: 10px;
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'] {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 32px;
}

.wpcf7-form textarea {
	padding: 10px;
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.wpcf7-form input[type='text']:hover,
.wpcf7-form input[type='email']:hover,
.wpcf7-form textarea:hover {
	border-color: #aaa;
}

.wpcf7-submit {
	display: inline-block;
	padding: 10px 16px;
	border: 0 none;
	background-color: #4a4;
	font: 400 100%/100% 'Arial', sans-serif;
	color: #fff;
	border-radius: 3px;
}

.wpcf7-submit:hover {
	background-color: #222;
	cursor: pointer;
}

/* Plugin: Contact Form 7 > Success */
div.wpcf7-mail-sent-ok {
	border: 1px solid #8da;
	background-color: #dfd;
	color: #4a4;
}

/* Plugin: Contact Form 7 > Error */
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
	border: 1px solid #faa;
	background-color: #fee;
	color: #f00;
}

/* Plugin: Contact Form 7 > Shared */
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	margin: 20px 0 0 0 !important;
}

span.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	padding: 6px;
	width: 100%;
	font-size: 87.25% !important;
	text-align: center;
	border-radius: 3px;
}

/********************
Plugin: Elastic Press
********************/

.ep-search__results {
	border-left: 1px solid #e5e5e5;
}

.ep-search__filters.js-on {
	display: block;
}

.ep-search .results__title {
	line-height: 120%;
}

/* Plugin: Elastic Press > Filter Button */
.filter-btn {
	margin: 20px auto;
	width: 160px;
	color: #fff;
}

.filter-btn:before {
	content: '\f510';
	display: block;
	float: left;
	margin-right: 4px;
	font-family: 'Genericons';
}

.filter-btn.js-on:before {
	content: '\f50e';
}

/* Plugin: Elastic Press > Filters */
.ep-search__filter-title {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 20px;
	font-weight: 600;
}

.ep-search__filter {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ep-search__filter-list {
	list-style: none;
	font-size: 87.5%;
}

.ep-search__filter-item {
	margin-bottom: 10px;
}

.ep-search__filter-link:hover {
	text-decoration: underline;
}

/* Plugin: Elastic Press > Filter aggregations */
.ep-search__agg-count--empty {
	display: inline-block;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	width: 8px;
	height: 16px;
	background-color: #e6e6e6;
	font: 600 15px/16px 'Arial', sans-serif;
	color: #bbb;
	border-radius: 8px;
}

.ep-search__agg-count--empty:after {
	vertical-align: top;
	font-size: 11px;
	font-weight: 400;
}

.ep-search__filter-link:hover > .ep-search__agg-count--empty {
	width: 64px;
	background-color: #555;
	color: #fff;
}

.ep-search__filter-link:hover > .ep-search__agg-count--empty:after {
	content: 'Remove?';
	margin-left: 4px;
}

/* Plugin: Elastic Press > Search Results */
.ep-search__results .post--list:last-of-type {
	border-bottom: 0;
}

/* Plugin: ElasticSearch > Widget */
.elas-widget-related-posts {
	list-style: none;
}

.elas-widget-related-posts li {
	padding-left: 0;
	padding-right: 0;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
}

.elas-widget-related-posts li:last-child {
	border: 0;
}

.elas-widget-related-posts a {
	display: block;
	line-height: 130%;
	font-size: 87.5%;
}

/* Plugin: ElasticSearch > Related Posts (content) */
.related-posts {
	padding: 15px;
	background-color: #f9f9f9;
}

.entry-content .related-posts {
	z-index: 1 !important;
}

.related-posts__title {
	margin-bottom: 1em;
	color: #000;
}

/****************
Plugin: Socialize
****************/

.socialize {
	list-style: none;
}

.socialize li {
	display: inline-block;
	vertical-align: middle;
}

.socialize-icon {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-family: 'Genericons';
	text-align: center;
	color: #fff;
	border-radius: 3px;
}

.socialize-icon:hover {
	background-color: #333;
}

.socialize-icon--email {
	background-color: #e5e5e5;
	color:#666;
}

.socialize-icon--email:hover {
	color: #fff;
}

.socialize-icon--email:after {
	content: '\f410';
}

/* Plugin: Socialize > Email form */
.socialize-email-form {
	padding: 10px;
	font-size: 100%;

	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	-ms-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	-o-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
}

.socialize-email-form .text-field {
	margin-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
	line-height: 32px;
	border-radius: 3px;
}

.socialize-email-form .text-field:hover {
	border-color: #aaa;
}

.socialize-email-form label {
	margin-bottom: 8px;
	line-height: 120%;
	font-size: 81.25%;
	font-weight: 400;
}

.socialize-email-form button {
	display: inline-block;
	padding: 10px 16px;
	border: 0 none;
	background-color: #4a4;
	font: 400 100%/100% 'Arial', sans-serif;
	color: #fff;
	border-radius: 3px;
}

.socialize-email-form button:hover {
	background-color: #222;
	cursor: pointer;
}

.socialize-email-form .socialize-cancel-button {
	display: inline-block;
	padding: 10px;
	font-size: 81.25%;
	color: #777;
}

.socialize-email-form .socialize-cancel-button:hover {
	color: #000;
}

.socialize-email-form p:after {
	content: '';
	display: block;
	clear: both;
}

.socialize-email-form p.socialize-error {
	margin-bottom: 16px;
	padding: 10px;
	border: 1px solid #faa;
	background-color: #fee;
	font-size: 81.25%;
	font-weight: 400;
	text-align: center;
	color: #f00;
	border-radius: 3px;
}

.socialize-email-form p.socialize-error:empty {
	margin: 0;
	padding: 0;
	border: 0;
}

/******************
Plugin: OpenWeather
******************/

div.openweather-widget {
	margin: 0;
	padding: 10px 0;
	font-family: inherit;
}

.changelocation {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}

.weather-location {
	margin-bottom: 10px;
}

.ow-type {
	margin: 0;
	width: 40px;
	height: 40px;
}

.widget-wind {
	float: none;
	width: auto;
	text-align: left;
}

.ow-temp {
	margin: 0;
}

.ow-temp,
.ow-windspeed {
	display: block;
	float: left;
	margin-left: 10px;
	height: 40px;
	line-height: 32px;
	font-size: 100%;
}

.ow-windspeed span {
	line-height: inherit;
}

.openweather-widget:after,
.widget-wind:after {
	content: '';
	display: block;
	clear: both;
}

/****************
Plugin: PollDaddy
****************/

/* Plugin: PollDaddy > Loading */
.js-loading .PDS_Poll {
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	height: 270px;
	background: #f6f6f6 url('../images/icons/poll-loader.gif') center center no-repeat;
	overflow: hidden;
}

.js-loading .PDS_Poll div,
.js-loading .PDS_Poll span,
.js-loading .PDS_Poll input,
.js-loading .PDS_Poll label,
.js-loading .PDS_Poll a {
	opacity: 0 !important;
}

/* Plugin: PollDaddy > Styles */
.PDS_Poll {
	display: block !important;
}

.pds-question-top {
	margin-bottom: 1.5em;
	line-height: 120%;
	font-weight: 600;
}

.pds-answer {
	margin-bottom: 1em;
}

.pds-answer-group {
	display: block;
	margin-bottom: .5em;
}

.pds-answer-input {
	margin-right: .25em;
}

.pds-vote-button {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.pds-vote-button:hover {
	cursor: pointer;
}

.pds-links,
.pds-links-back {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	font-size: 81.25%;
}

.pds-links:after,
.pds-links-back:after {
	content: '';
	display: block;
	clear: both;
}

.pds-view-results {
	display: block;
	float: left;
}

.pds-pd-link {
	display: block;
	float: right;
}

.pds-links br {
	display: none;
}

/* Plugin: PollDaddy > Results */
.pds-feedback-group {
	margin-bottom: 1em;
}

.pds-answer-feedback {
	margin-top: 10px;
	background-color: #ddd;
}

.pds-feedback-result {
	display: block;
	margin-top: 10px;
	font-size: 87.5%;
	font-weight: 600;
}

.pds-answer-feedback-bar {
	height: 10px;
}

/***************
Plugin: Qualifio
***************/

.qualifio_iframe_wrapper {
	background-color: #fafafa;
}

/****************
Plugin: Yoast SEO
****************/

/* Plugin: Yoast SEO > Breadcrumbs */
.breadcrumb {
	margin-bottom: 10px;
	color: #ddd;
}

.breadcrumb > span {
	margin-left: -.25em;
}

.breadcrumb > span a {
	display: inline-block;
	margin-left: .25em;
	margin-right: .25em;
}

.breadcrumb > span a:hover {
	color: #000;
}

.label--sponsored {
	margin-right: 10px;
	padding: 2px 6px;
	background-color: #000;
	color: #fff !important;
	border-radius: 3px;
}

/***********************
Plugin: Jobs in Scotland
***********************/

.jobs__header {
	margin-bottom: 20px;
}

.jobs__logo {
	display: block;
	margin: 0 auto;
	width: 200px;
}

.jobs__header + ul {
	list-style: none;
}

.jobs__job {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #ccc;
}

.job__link {
	position: relative;
	padding-right: 40px;
}

.job__link .genericon {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.job__title {
	margin-bottom: 5px;
	line-height: 120%;
	font-size: 100%;
}

.job__location,
.job__salary {
	line-height: 130%;
	font-size: 87.5%;
	color: #555;
}

.job__link,
.job__link > span {
	display: block;
}

/**************
Plugin: Taboola
**************/

.trc_related_container {
	margin-top: 20px;
	margin-bottom: 20px;
}

/**************
Plugin: Bloomberg
**************/

.suggestv-header {
	line-height: 110%;
}

/************
Miscellaneous
************/

/* Misc > Box styling */
.bg-box {
	padding: 15px;
	background-color: #f6f6f6;
}

.bg-box .title--caps {
	margin-bottom: 10px;
}

/* Misc > Arrow Lists */
.icon-list {
	list-style: none;
}

.icon-list .list__item {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 26px;
	line-height: 110%;
}

.icon-list .list__item:before,
.icon-list .list__item > .genericon {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	font-size: 20px;
	font-weight: 600;
}

.icon-list .list__item > .genericon-next {
	font-weight: bold;
}

.icon-list .list__link {
	display: block;
	font-size: 81.25%;
}

.icon-list .list__link:hover {
	text-decoration: underline;
}

/* Misc > Post Lists */
.latest-posts {
	list-style: none;
}

.latest-posts > .post--list:last-of-type {
	border: 0 none;
}

/*********
JS Classes
*********/

/* JS Classes > Viewport locking */
.js-locked {
	overflow: hidden;
}

/* JS Classes > Gallery loading */
.js-gallery-loading {
	z-index: 9990;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: #333 url(../images/icons/ajax-loader.gif) center center no-repeat;
	opacity: 1;
}

.js-gallery-ready {
	z-index: 0;
	opacity: 0;
}

.js-gallery-not-ready {
	overflow: hidden;
}

/************
Accessibility
************/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 5px;
	left: 5px;
	clip: auto !important;
	display: block;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	line-height: normal;
	background-color: #f1f1f1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-decoration: none;
	color: #21759b;
}

/*********
Global CSS
*********/

.socialize-icon--facebook,
.social__link--facebook:before {
	background-color: #49639e;
}

.socialize-icon--twitter,
.social__link--twitter:before {
	background-color: #2daae1;
}

.socialize-icon--instagram,
.social__link--instagram:before {
	background-color: #527fa4;
}

.socialize-icon--linkedin,
.social__link--linkedin:before {
	background-color: #007bb7;
}

.socialize-icon--googleplus,
.social__link--googleplus:before {
	background-color: #d95333;
}

.socialize-icon--whatsapp,
.social__link--whatsapp:before {
	background-color: #25d366;
	background-image: url(../images/icons/icon_whatsapp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.social__link--whatsapp:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-size: 12px;
}

.socialize-icon--facebook:before {
	content: '\f204';
}

.socialize-icon--twitter:before {
	content: '\f202';
}

.socialize-icon--linkedin:before {
	content: '\f207';
}

.socialize-icon--googleplus:before {
	content: '\f206';
}


/*******************
CSS3 Vendor Prefixes
*******************/

.register-button > a {
	border-radius: 3px;
}

/* CSS3 Vendor Prefixes > Box Sizing */
.all-sections__nav .sub-menu > .menu-item,
.header-btn,
.hide-tabs .nav-bar .menu-item,
.nav-bar .sub-menu,
.openweather-widget,
.socialize-email-form,
.verticals__wrap,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea,
.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip,
.wpcf7-submit,
.wpcf7-validation-errors {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* CSS3 Vendor Prefixes > Transform */
.nav-bar > .menu-item > a:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* CSS3 Vendor Prefixes > Transitions */
.breadcrumb a,
.ep-search__agg-count--empty,
.js-loading:before,
.nav-bar > .menu-item > a,
.nav-bar .sub-menu .menu-item,
.nav-bar .sub-menu,
.register-button > a,
.sharing-bar,
.wpcf7-form,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea,
.wpcf7-submit {
	-moz-transition: all cubic-bezier(0,0,0,1) .25s;
	-ms-transition: all cubic-bezier(0,0,0,1) .25s;
	-o-transition: all cubic-bezier(0,0,0,1) .25s;
	-webkit-transition: all cubic-bezier(0,0,0,1) .25s;
	transition: all cubic-bezier(0,0,0,1) .25s;
}

