/*
Theme Name: Gov.je Blog
Theme URI:
Author: Dave Heslop
Author URI:
Description: Blog theme for gov.je
Version: 1.0.1
License:
License URI:
Tags:
Text Domain: gov_je_blog

*/

/**
* Default overrides
**/

body {
    background-color: #EEF0F0;
}

a:active {
    background-color: #9f0110 !important;
}

ul {
    font-size: 1em;
}

article {
    font-size: 1.3em;
}

/**
* Page container
**/
.container.container-gov {
    background-color: #ffffff;
    padding-top: 30px;
    margin-bottom: 30px;
}

/**
* Screenreader text
*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/**
 * 12.3 Comments (from twenty15)
 */

.comments-area {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
    padding-top: 1.6em;
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

/**
* Format author name in posts
**/
.author.vcard a {
    text-decoration: none;
    color: #1d1d1b !important;
}

/**
* Social
*/
#social {
    height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#social div.firstbutton {
    float: left;
    padding-left: 0px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 14px;
}

#social div.button {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    line-height: 14px;
}

/**
* Content area
**/
.container.content-container {
    margin-top: 50px;
}

.content-area {
    margin-bottom: 150px;
}

.content-area .entry-title {
    margin-bottom: 0px;
}

/**
* Page content
**/
div.page-content p {
    font-size: 1em;
}

/**
* Entry content
**/
div.entry-content {

}

div.entry-content p {
    margin-bottom: 1em;
}

div.entry-content figure {
    max-width: 100%;
}

div.entry-content img {
    max-width: 100%;
    height: auto;
}

h2.entry-title.title,
h2.entry-title.title a {
    color: #b60011;
    font-size: 22px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
    text-decoration: none;
}

article h4 a {
    font-size: 1em;
    text-decoration: none;
    color: #1d1d1b;
    cursor: auto;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}

div.entry-summary p {
    font-size: 1em;
}

/**
* Page Header
*/
header {
    background-color: #333333;
}

header.page-header {
    margin-top: 0;
    margin-bottom: 40px;
    background: none;
    border: none;
}

header.page-header h1 {
    font-size: 36px;
    margin-top: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

header.entry-header {
    margin-top: 0;
    margin-bottom: 40px;
    background: none;
    border: none;
}

header.entry-header h1 {
    font-size: 36px;
    margin-top: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: black;
}

header a:visited {
    color: inherit;
}

/**
* Search bar
*/
section#Search,
section#search {
    background-color: #999999;
}

section#Search label.search {
    color: #ffffff;
}

section#Search .btn {
    border: none;
}

section#Search .input-group {
    border: none;
}

section#Search .input-group-btn {
    border: none;
    background-color: #b60011;
  
}
section#Search .input-group-btn .btn {
  border-bottom: 3px solid #666;
}
section#Search .input-group-btn .btn:hover {
    border: none;
}
/**
* Homepage special headings
**/
h1.homepage-title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

h2.entry-title.title.first-article, h2.entry-title.title.first-article a {

}

.feature-image.home-feature-image {
    margin-bottom: 20px;
}

/**
* Sidebar widgets (Categories, Archive, etc)
**/
div.sidePanel {
    margin-bottom: 30px;
}

div.sidePanel .widget {
}

div.sidePanel .widget h3.widget-title {
    color: #b60011;
    font-size: 22px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.sidePanel .widget ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

div.sidePanel .widget ul li {
    padding-bottom: 15px;
}

div.sidePanel .widget ul li a {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
}

/**
* Sidebar home link
**/
.sidebar_homelink {
    margin-top: 0;
    margin-bottom: 30px;
}

.sidebar_homelink a,
.sidebar_homelink a:visited {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 20px 20px;
    background: #b60011;
    font-weight: bold;
}

.sidebar_homelink a:hover {
    background-color: #9f0110 !important;
}

/**
* Feature image
**/

.feature-image {
    margin-bottom: 50px;
    border: 1px solid #cccccc;
}

.feature-image.in-listing {
    display: none;
    border: 1px solid #ccc;
    float: left;
    width: 20%;
    margin-right: 20px;
}

/**
* Pagination
**/
nav.navigation {
    width: 100%;
    display: inline-block;
    height: 150px;
    background-image: none;
}

nav.navigation .current {
    display: inline-block;
    background-color: #ccc;
    color: black;
    text-decoration: none;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
    min-width: 60px;
    text-align: center;
}

nav.navigation a.page-numbers {
    display: inline-block;
    background-color: #b60011;
    color: white;
    text-decoration: none;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
    min-width: 60px;
    text-align: center;
}

nav.navigation a.page-numbers.prev,
nav.navigation a.page-numbers.next {
    width: auto;
}

nav.navigation a:visited {
    background-color: #b60011;

}

/**
* Post navigation (next / prev)
**/
nav.navigation.post-navigation {
    width: 100%;
    display: inline-block;
    height: 150px;
    background-image: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

nav.navigation.post-navigation .nav-previous {
    display: block;
    float: left;
    margin-right: 30px;
    width: 100%;
    background-image: none;
}

nav.navigation.post-navigation .nav-next {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    background-image: none;
}

nav.navigation.post-navigation a {
    display: block;
    background-color: #b60011;
    color: white;
    text-decoration: none;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
}

nav.navigation.post-navigation a:visited {
    background-color: #b60011;

}

/**
* Post meta data (date etc)
**/
div.post_meta {
    margin-top: 8px;
    margin-bottom: 8px;
}

div.post_meta .posted-on a {
    font-size: 1em;
    color: #b60011;
}

/**
* Category / Tag lists under article titles
**/
span.category_list {
    display: inline-block;
    font-weight: normal;
    font-size: 0.9em !important;
    margin-top: 0.5em;
	margin-left:0.2em;
}

span.category_list h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

span.category_list a {
    color: #b60011 !important;
    text-decoration: underline !important;
    font-weight: normal !important;
    font-size: 1.1em !important;
}
span.category_list a:hover{
	color:#1d1d1b !important;
}

span.tag_list {
    font-weight: normal;
    font-size: 0.9em !important;
    margin-bottom: 0.5em;
}

span.tag_list h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

span.tag_list a {
    color: #b60011 !important;
    text-decoration: underline !important;
    font-weight: normal !important;
    font-size: 1.1em !important;
}

span.tag_list a:hover{
	color:#1d1d1b !important;
}

article.pagecontent h3 {
    font-size: 1.1em !important;
}

/**
* Breadcrumbs
**/
div.breadcrumbs {
    margin-top: 15px;
    font-size: 1.3em;
}

/************************************************************
* Simple Subscribe
************************************************************/
span.error {
}

span.success {
}


/* Widgets insides */
 .widgetGuts {
}
.widgetGuts dt {
}

/* odd/even rows */
.widgetGuts dd {
padding:0.2em 0;
}
/* label field */
.widgetGuts dt label {
    text-align:left;
	font-size:1.28571em;
	color:	#1d1d1b;
	font-weight:normal;
	padding: 0.2em 0;
}

/* required label field */
.widgetGuts dt label.required {
}

/* input fields */
.widgetGuts dd input {

}

/* input fields */
.widgetGuts dd [type=text] {
    width:100%;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #151515;
    font-size: 18px;
    height: 38px;
    line-height: 35px;
    min-width: 1.8em;
    padding-left: 1px;
    padding-top: 0;
    vertical-align: middle;
    word-wrap: normal;
}

/* submit button */
.widgetGuts dd input.button {
    background-color: #b60011;
    border-bottom: 3px solid #666;
    border-radius: 0;
    border-style: none none solid;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 38px;
    line-height: 29px;
    padding: 0.2em 15px 0.2em;
	margin-top:0.8em;
}
.widgetGuts dd input.button:hover
{
	border:none;
	padding-top:0.3em;
	background-color:#9f0110;
}

/* Shortcodes */
/* either one of them, guts of shortcodes */

.shortcode,
.widgetGuts.shortcode {
}

/* form title */
.shortcode h3 {
    display:none;
}

/* form table */
.shortcode table {
}

/* table row */
.shortcode table tr {
}

/* required */
.shortcode table tr.required {
}

/* holds label */
.shortcode table tr th {
    text-align:left;
}

/* holds input/textarea */
.shortcode table tr td {
}

/* label */
.shortcode table tr th label {
}

/* input fields */
.shortcode table tr td input,
.shortcode table tr td textarea {
    padding:10px;
    width:100%;
}

/* submit button */
.shortcode table tr td input.button {
    background:#b60011;
    border:none;
    color:#FFFFFF;
    padding:10px 30px;
    margin:20px 0;
}

/* table formatting */

table {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    border-collapse: collapse;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
}

table thead th {
    padding: 5px;
    background: #b60011;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    border: solid 1px #E0E0E0;
}

table tbody td {
    border: solid 1px #E0E0E0;
    vertical-align: top;
    padding: 5px;
}

table tbody th {
    border: solid 1px #E0E0E0;
    background-color: #b60011;
    color: #FFFFFF;
    vertical-align: top;
    padding: 5px;
    text-align: left;
}

/************************************************************
* end Simple Subscribe
************************************************************/

/************************************************************
* default wordpress image alignment styles
************************************************************/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/************************************************************
* end image alignment styles
************************************************************/