/* ==========================================================================
	Imports
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

[hidden] { display: none; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 2.5em; }

dfn { font-style: italic; }

mark { background: #fff; color: #333333; }

code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }

q:before, q:after { content: ''; content: none; }

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; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

table { border-collapse: collapse; border-spacing: 0; }

nav ul, nav ol { list-style: none; list-style-image: none; padding: 0; margin: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; height: auto; }

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
/* ========================================================================== */
@media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #333333; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Standard tags
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html, body, .wrapper { height: 100%; width: 100%; }

body { color: #333333; font-weight: 400; font-size: 22px; line-height: 1.5; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; background: #FFF; margin: 0; padding: 0; height: 100%; width: 100%; }

h1, h2, h3, h4, h5, h6 { font-family: "proxima-nova"; }

a { outline: none; color: #ffb602; text-decoration: none; }

a:hover, a:focus { color: #ffa302; text-decoration: underline; }

input[type=text], input[type=email], input[type=tel], textarea, select { -webkit-appearance: none; border: 1px solid #ddd; background: #eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #b3b3b3; padding: 8px; margin-bottom: 20px; width: 100%; max-width: 450px; font-size: 1rem; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus { background: #fff; color: #000000; }

input[type=submit] { -webkit-appearance: none; }

select { height: 40px; }

textarea { min-height: 200px; }

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button, .button, a.button, input.button { display: inline-block; }

/* Selection Colors */
::-moz-selection { background: #333333; color: #fff; text-shadow: none; }

::selection { background: #333333; color: #fff; text-shadow: none; }

/* Responsive Media Styles */
.media { /* Set width on this selector based on design and needs */ }

.media img, .media video, .media object, .media iframe { width: 100%; height: auto; }

.responsive-embed { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }

.responsive-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Clear Fix */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Floats */
.floatleft { float: left; }

.floatright { float: right; }

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-word-wrap: break-word; word-wrap: break-word; }

.round-bottom { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

.round-top { border-top-left-radius: 5px; border-top-right-radius: 5px; }

.btn { cursor: pointer; background: #ffb602; text-align: center; color: white; border-radius: 5px; border: 0; padding: 5px 10px; white-space: nowrap; line-height: 1.5; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.btn:hover { color: white; text-decoration: underline; }

.push-top, .header .title.Center { position: absolute; top: 50%; top: 30% \9; -webkit-transform: translateY(-100%); transform: translateY(-100%); }

.pos-rel { position: relative; }

.push-bottom { margin-bottom: 20px; }

.border-bottom { border-bottom: 1px solid #d9d9d9; }

.alignnone { margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }

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

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

.aligncenter { display: block; margin: 5px auto 5px auto; }

a img.alignright { float: right; margin: 5px 0 20px 20px; }

a img.alignnone { margin: 5px 20px 20px 0; }

a img.alignleft { float: left; margin: 5px 20px 20px 0; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }

.wp-caption.alignnone { margin: 5px 20px 20px 0; }

.wp-caption.alignleft { margin: 5px 20px 20px 0; }

.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

.wpcf7-form-control-wrap { display: inline-block; width: 100%; }

.wpcf7-not-valid-tip { margin-bottom: 20px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Header
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#container { height: 100%; }

.background { z-index: -1; position: fixed !important; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.empty.background { background: #fa9d24; /* Old browsers */ background: -moz-linear-gradient(45deg, #fa9d24 0%, #fdb415 40%, #ffdc02 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fa9d24), color-stop(40%, #fdb415), color-stop(100%, #ffdc02)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(45deg, #fa9d24 0%, #fdb415 40%, #ffdc02 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(45deg, #fa9d24 0%, #fdb415 40%, #ffdc02 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(45deg, #fa9d24 0%, #fdb415 40%, #ffdc02 100%); /* IE10+ */ background: linear-gradient(45deg, #fa9d24 0%, #fdb415 40%, #ffdc02 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9d24', endColorstr='#ffdc02',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ background-size: cover; }

.header { height: 100%; }
.header .title { background: #000; background: rgba(0, 0, 0, 0.8); border-radius: 5px; padding: 0; color: #FFF; width: 100%; max-width: 700px; margin: 0 auto; position: relative; z-index: 9999; }
.header .title h1 { padding: 0.3em; }
.header .title h1 a { color: #fff; }
.header .title p { padding: 0 2em 0.6em; }
.header .title.Center { position: relative; }
.header .title.Top { width: 100%; max-width: 100%; border-radius: 0; top: 0; left: 0; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); }

.head-post-wrap { width: 100%; background: #000; background: rgba(0, 0, 0, 0.8); }
.head-post-wrap.desktop { position: absolute; bottom: 0; left: 0; }
.head-post-wrap.mobile .head-post { display: none; }

.login-link { z-index: 1500; position: absolute; top: 1em; right: 1em; border-radius: 5px; }
.login-link:hover { opacity: 1; }

.login-link-footer { display: none; }

.head-post { width: 33.33%; float: left; padding: 1.5em 2em; color: #FFF; vertical-align: top; }
.head-post p { font-weight: 300; font-size: 0.85em; margin: 0.5em auto 0; }
.head-post > * { margin: 0; line-height: 1; }

.head-highlight { width: 100%; float: left; background: #ffb602; padding: 10px; text-align: center; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Navigation
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.navigation { position: relative; background: black; text-align: center; }

.social-link { line-height: 1.15em; display: inline-block; white-space: nowrap; position: relative; cursor: pointer; vertical-align: top; }
.social-link:hover .icon { opacity: 1; }
.social-link:hover .tooltip { display: block; }

.icon { background: url(../images/icons.png) no-repeat; background-size: 35px; height: 22px; opacity: 0.6; float: left; margin: 12px 10px; }
.icon.login { width: 51px; height: 51px; margin: 0; background-position: 0 -316px; background-position: 0 0\9; background: url(../images/login-ie.png) \9; opacity: 1; background-color: black; border: 8px solid black; border-radius: 50%; z-index: 10000; }
.icon.lib-dem { width: 35px; height: 27px; margin: 10px; }
.icon.lib-dem.light { background-position: 0 -159px; background-position: 0 0\9; background: url(../images/lib-dems-ie.png) \9; }
.icon.lib-dem.dark { background-position: 0 -1px; background-position: 0 0\9; background: url(../images/lib-dems-black-ie.png) \9; }
.icon.user_email { width: 27px; height: 17px; margin: 15px 10px; }
.icon.user_email.light { background-position: 0 -187px; background-position: 0 0\9; background: url(../images/email-ie.png) \9; }
.icon.user_email.dark { background-position: 0 -29px; background-position: 0 0\9; background: url(../images/email-black-ie.png) \9; }
.icon.telephone { width: 18px; height: 22px; }
.icon.telephone.light { background-position: 0 -206px; background-position: 0 0\9; background: url(../images/phone-ie.png) \9; }
.icon.telephone.dark { background-position: 0 -49px; background-position: 0 0\9; background: url(../images/phone-black-ie.png) \9; }
.icon.facebook { width: 10px; }
.icon.facebook.light { background-position: 0 -229px; background-position: 0 0\9; background: url(../images/facebook-ie.png) \9; }
.icon.facebook.dark { background-position: 0 -71px; background: url(../images/facebook-black-ie.png) \9; }
.icon.twitter { width: 22px; height: 20px; margin: 13px 10px; }
.icon.twitter.light { background-position: 0 -251px; background-position: 0 0\9; background: url(../images/twitter-ie.png) \9; }
.icon.twitter.dark { background-position: 0 -94px; background-position: 0 0\9; background: url(../images/twitter-black-ie.png) \9; }
.icon.google { width: 24px; }
.icon.google.light { background-position: 0 -271px; background-position: 0 0\9; background: url(../images/google-ie.png) \9; }
.icon.google.dark { background-position: 0 -114px; background-position: 0 0\9; background: url(../images/google-black-ie.png) \9; }
.icon.instagram { width: 22px; }
.icon.instagram.light { background-position: 0 -293px; background-position: 0 0\9; background: url(../images/instagram-ie.png) \9; }
.icon.instagram.dark { background-position: 0 -136px; background-position: 0 0\9; background: url(../images/instagram-black-ie.png) \9; }
.icon.linkedin { width: 22px; }
.icon.linkedin.light { background-position: 0 -407px; background-position: 0 0\9; background: url(../images/instagram-ie.png) \9; }
.icon.linkedin.dark { background-position: 0 -386px; background-position: 0 0\9; background: url(../images/instagram-black-ie.png) \9; }
.icon.pinterest { width: 19px; }
.icon.pinterest.light { background-position: 0 -450px; background-position: 0 0\9; background: url(../images/instagram-ie.png) \9; }
.icon.pinterest.dark { background-position: 0 -428px; background-position: 0 0\9; background: url(../images/instagram-black-ie.png) \9; }
.icon.youtube { width: 18px; }
.icon.youtube.light { background-position: 0 -494px; background-position: 0 0\9; background: url(../images/youtube-ie.png) \9; }
.icon.youtube.dark { background-position: 0 -472px; background-position: 0 0\9; background: url(../images/youtube-black-ie.png) \9; }
.icon.tumblr { width: 14px; }
.icon.tumblr.light { background-position: 0 -537px; background-position: 0 0\9; background: url(../images/tumblr-ie.png) \9; }
.icon.tumblr.dark { background-position: 0 -516px; background-position: 0 0\9; background: url(../images/tumblr-black-ie.png) \9; }

.desktop-sidebar .icon.lib-dem, .mobile-sidebar .icon.lib-dem { margin: 17px 13px; }

.desktop-sidebar .icon.user_email, .mobile-sidebar .icon.user_email { margin: 22px 18px; }

.desktop-sidebar .icon.telephone, .mobile-sidebar .icon.telephone, .desktop-sidebar .icon.youtube, .mobile-sidebar .icon.youtube { margin: 20px 22px; }

.desktop-sidebar .icon.facebook, .mobile-sidebar .icon.facebook { margin: 20px 26px; }

.desktop-sidebar .icon.twitter, .mobile-sidebar .icon.twitter { margin: 21px 20px; }

.desktop-sidebar .icon.google, .mobile-sidebar .icon.google { margin: 20px 19px; }

.desktop-sidebar .icon.tumblr, .mobile-sidebar .icon.tumblr { margin: 20px 24px; }

.desktop-sidebar .icon.instagram, .mobile-sidebar .icon.instagram, .desktop-sidebar .icon.pinterest, .mobile-sidebar .icon.pinterest, .desktop-sidebar .icon.linkedin, .mobile-sidebar .icon.linkedin { margin: 20px 20px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Content
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#page-content { background: #FFF; background: rgba(255, 255, 255, 0.95); padding-top: 3em; }

.search-form { text-align: center; }

.title { text-align: center; }
.title > div { margin: 0 auto; padding: 0 1.25em; max-width: 600px; }
.title > div img { max-width: 100%; height: auto; }
.title h1, .title p.subline { line-height: 1; }
.title h1 { font-weight: 800; padding: 1.6em 0; margin: 0; text-transform: uppercase; }
.title h1 a { color: #333333; }
.title p { padding: 0 2em 2em; font-weight: 300; font-size: 0.85em; margin: 0 auto; }
.title p .subline { font-family: 'Georgia', sans-serif; font-style: italic; }

.content { margin: 0 auto; padding: 0 0 3em; }
.content h3 { margin: 0; font-size: 1.4em; }
.content blockquote { padding: 0.25em; font-style: italic; font-size: 1.25em; font-family: 'utopia-std-display', serif; line-height: 1.4; }
.content blockquote:before { content: '\201C'; }
.content blockquote:after { content: '\201D'; }
.content > .article, .content > #comments, .content > .pagination { margin: 0 auto; max-width: 750px; padding: 0 1.25em; }
.content > .article p, .content > #comments p, .content > .pagination p { margin: 0 auto 1.5em auto; }
.content > .article p:first-child, .content > #comments p:first-child, .content > .pagination p:first-child { font-size: 1.25em; }

.dk-speakup-petition-wrap { box-shadow: none; margin: 3em auto; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Sidebar
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.desktop-sidebar { width: 125px; position: fixed; z-index: 1500; left: 2%; top: 3%; display: none\9; }
.desktop-sidebar .sidebar-social { background: #EEE; }
.desktop-sidebar .profile-img { width: 100%; height: auto; float: left; }
.desktop-sidebar .social-link { display: block; float: left; width: 62px; height: 62px; border-top: 1px solid #DDD; }
.desktop-sidebar .social-link img { margin: 9px 6px; }
.desktop-sidebar .social-link:nth-child(even) { border-right: 1px solid #DDD; }
.desktop-sidebar .social-link.no-bottom-border { border-bottom: 0; }
.desktop-sidebar .btn:hover .tooltip { display: block; }
.desktop-sidebar .btn .tooltip { width: 500px; }
.desktop-sidebar .btn .tooltip div { width: 50%; float: left; margin: 10px 0; }
.desktop-sidebar .profile-name { font-size: 0.7em; }
.desktop-sidebar .profile-position { font-size: 0.56em; }

.standard-link { font-size: 0.75em; padding: 10px; display: inline-block; }

.profile-name { font-weight: 800; text-transform: uppercase; }

.profile-name, .profile-position { font-size: 0.8em; line-height: 1.5em; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Footer styling
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
footer { background: white; }
footer > div { width: 90%; margin: 0 auto; padding: 40px 0; max-width: 700px; }

.footer-title { font-size: 1.3rem; padding: 10px; margin-bottom: 0.5em; }

.footer-one-quarter, .footer-three-quarters, .footer-whole { color: #999999; }

.footer-one-quarter, .footer-three-quarters { float: left; font-size: 0.75em; }

.footer-three-quarters { width: 75%; }
.footer-three-quarters .footer-menu li { width: 33.3333333%; }

.footer-one-quarter { width: 25%; }

.address { padding: 10px; }

.footer-whole .footer-menu li { width: 25%; }
.footer-whole .footer-menu li:nth-child(4n+5) { clear: left; }

.footer-menu li { float: left; padding: 10px; display: block; font-size: 1rem; }
.footer-menu .children { display: none; }

.mobile-sidebar { background: #FFF; background: rgba(255, 255, 255, 0.95); }
.mobile-sidebar > div { max-width: 700px; width: 90%; margin: 0 auto 40px; background: #EEE; border-radius: 5px; }
.mobile-sidebar .profile-img { float: left; width: 21%; border-radius: 5px; margin: 4%; }
.mobile-sidebar .detail-wrap { float: right; width: 71%; }
.mobile-sidebar .tooltip ul { width: auto; }
.mobile-sidebar .tooltip ul li { padding: 7px; }
.mobile-sidebar .social-link { float: left; }
.mobile-sidebar .social-link:first-child { border: 0; }
.mobile-sidebar .profile-detail { padding: 0.8em 0.75em 0.4em 0; clear: left; }

.party-sprite { background-image: url(../images/ld_fed_sprite.png); background-size: 300px; float: left; }
.party-sprite.logo { height: 64px; width: 135px; background-position: top right; }
.party-sprite.strapline { background-position: 0 -140px; margin-top: 26px; height: 43px; width: 180px; float: right; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Tooltip styling
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tooltip { position: absolute; z-index: 100; display: none; border-radius: 4px; background-color: #ffb602; color: black; color: rgba(0, 0, 0, 0.5); }
.tooltip:before { content: ''; height: 0; position: absolute; width: 0; border: 10px solid transparent; left: 50%; z-index: 2; }
.tooltip a { color: white; white-space: normal; }
.tooltip ul { list-style-type: none; margin: 0; padding: 0; width: 300px; }
.tooltip li { padding: 10%; border-top: 1px solid #E9A600; }
.tooltip li:first-child { border: 0; }
.tooltip.top, .tooltip.bottom { -webkit-transform: translate(-50%, 0px); -moz-transform: translate(-50%, 0px); -o-transform: translate(-50%, 0px); -ms-transform: translate(-50%, 0px); transform: translate(-50%, 0px); left: 50%; margin-left: -150px\9; }
.tooltip.top:before, .tooltip.bottom:before { -webkit-transform: translate(-50%, 0px); -moz-transform: translate(-50%, 0px); -o-transform: translate(-50%, 0px); -ms-transform: translate(-50%, 0px); transform: translate(-50%, 0px); }
.tooltip.bottom { top: 100%; }
.tooltip.bottom:before { top: -19px; border-bottom-color: #ffb602; }
.tooltip.bottom.facebook:before { border-bottom-color: #3b5998; }
.tooltip.bottom.twitter:before { border-bottom-color: #55acee; }
.tooltip.bottom.instagram:before { border-bottom-color: #3f729b; }
.tooltip.bottom.google:before { border-bottom-color: #dd4b39; }
.tooltip.top { bottom: 50px; }
.tooltip.top:before { bottom: -19px; border-top-color: #ffb602; }
.tooltip.top.facebook:before { border-top-color: #3b5998; }
.tooltip.top.twitter:before { border-top-color: #55acee; }
.tooltip.top.instagram:before { border-top-color: #3f729b; }
.tooltip.top.google:before { border-top-color: #dd4b39; }
.tooltip.right { bottom: 50%; left: 105%; -webkit-transform: translate(0px, 50%); -moz-transform: translate(0px, 50%); -o-transform: translate(0px, 50%); -ms-transform: translate(0px, 50%); transform: translate(0px, 50%); }
.tooltip.right:before { -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); transform: translate(0px, -50%); left: -19px; top: 50%; border-right-color: #ffb602; }
.tooltip.right.facebook:before { border-right-color: #3b5998; }
.tooltip.right.twitter:before { border-right-color: #55acee; }
.tooltip.right.instagram:before { border-right-color: #3f729b; }
.tooltip.right.google:before { border-right-color: #dd4b39; }
.tooltip.facebook { background: #3b5998 !important; }
.tooltip.twitter { background: #55acee !important; }
.tooltip.instagram { background: #3f729b !important; }
.tooltip.google { background: #dd4b39 !important; }
.tooltip.facebook, .tooltip.twitter, .tooltip.instagram, .tooltip.google { border-color: transparent; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Comments
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#comment-list { list-style: none; margin: 0 0 1em; padding: 0; text-indent: 0; }
#comment-list li.comment { border-bottom: 1px dotted #ccc; padding: 0.5em 0 0 0; }
#comment-list li.comment .comment-body { padding: 0 0 0.5em 0.5em; }
#comment-list li.comment .comment-meta a { color: #b3b3b3 !important; font-size: 0.75em; }
#comment-list li.comment ul { list-style: none; margin: 0; }
#comment-list li.comment ul.children li { border-bottom: 0; }
#comment-list li.comment ul.children li.depth-2 { border-left: 3px solid #ccc; margin-bottom: 0.5em; }
#comment-list li.comment ul.children li.depth-3 { border-left: 3px solid #ddd; }
#comment-list li.comment ul.children li.depth-4 { border-left: 3px solid #eee; }

.comment-form label { display: none; }
.comment-form .caption { display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Related
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.related { padding: 0 0 3em; text-align: center; position: relative; background: #FFF; background: rgba(255, 255, 255, 0.95); }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Push animation
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.trans { -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, transform; -webkit-transition-duration: 0.7s; transition-duration: 0.7s; -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; }
.trans.active { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
.trans.active { -webkit-transition-delay: 0.35s; transition-delay: 0.35s; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	Media queries
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media screen and (max-width: 1023px) { .desktop-sidebar { display: none; } }
@media screen and (min-width: 1023px) { .mobile-sidebar { display: none; } }
@media screen and (max-width: 47em) { .header .title { width: 100%; max-width: 100%; border-radius: 0; top: 0; left: 0; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); padding: 4% 0; }
  .head-post-wrap.mobile .head-post { display: block; }
  .head-post-wrap.desktop .head-post { display: none; }
  .head-post { padding: 0.85em 1.25em; }
  .head-post p { margin: 0.2em auto 0; }
  .title, .content { font-size: 85%; }
  .head-post { width: 100%; }
  .footer-address, .footer-links { width: 100%; }
  .navigation { display: none; }
  .title { text-align: left; }
  .title p { padding-left: 0; padding-right: 0; }
  .header .title p { padding: 0.5em 0.8em; }
  .title, .content { font-size: 75%; }
  .footer-one-quarter, .footer-three-quarters, .footer-whole { width: 100%; }
  .footer-one-quarter .footer-menu li, .footer-three-quarters .footer-menu li, .footer-whole .footer-menu li { width: 100%; } }
@media screen and (max-width: 40em) { .related { font-size: 80%; }
  .login-link { display: none; }
  .login-link-footer { display: block; }
  .party-sprite.logo { margin-right: 30px; }
  .party-sprite.strapline { float: left; } }
