/*
Theme Name: Policing Insight
Theme URI: http://policinginsight.com
Author: White Fire Web Design
Author URI: https://white-fire.co.uk
*/
td span.alignright{text-align:right;}

/*code added by j*/
a.article-signup-button1{
    color: #0c2c6b;
    text-decoration: unset;
    font-weight: bold;
}
/*a.article-signup-button1.button{
	    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}*/
.callout a{

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.title-mobilespace{
	display:block;
	margin:0 auto;
	}
.title-space{
	display:none
	}
@media all and (min-width: 767px){
	.title-mobilespace{
		display:none
		}
	.title-space{
		display:block
		}
}

.box a {
    text-decoration:none !important;
}

.text-red {
    color:#E90606;
}
a.text-red:hover {
    color: #0c2c6b;
}

a.site-logo {
    height:76px;
    display:inline-block;
}
@media all and (max-width: 767px){
    a.site-logo {
        height: auto;
    }
}

.nomargin__bottom {
    margin-bottom:0 !important;
}

.nomargin__top {
    margin-top:0;
}

/*.alignright, .alignleft {
    margin-bottom:10px;
}*/

.callout {
    margin-bottom:10px;
}

.series aside .widget:first-of-type {
    margin-top:0;
}

@media all and (max-width: 480px) {
    .standfirst .author {
        top:-3px;
        line-height: 1.3em;
    }
}

.wpp-thumbnail {
    margin:0;
}

.StripeElement {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}

ul.wpp-list {
    list-style-type:none !important;
}

.wpp-comments {
    font-weight:bold;
}

ul.ico li.red-bg i {
    background-color:#E90606 !important;
}

.no-underline {
    text-decoration:none !important;
}

.media-monitoring-results table tr td:first-child {
   font-weight:normal !important;
    font-size:.875rem !important;
}

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

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

.wp-caption.aligncenter {
    margin:0 auto;
    margin-bottom:1.25rem;
    max-width:100% !important;
}

/** Break word on ordered list */
#exportable-content ol li {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.pi-gating-message {
    padding:5px;
    border:2px solid #E90606;
    margin-bottom:15px;
}
.pi-access-registered .pi-gating-message {
    border-color:#4AA810;
}
.pi-gating-message  p:last-of-type {
    margin-bottom:0;
}

.pi-subscribe-info-box p:last-of-type {
    margin-bottom:0;
}

.addtoany_content a {
    float:left;
    margin:0 4px;
}
.addtoany_content a:last-of-type {
    margin-right:0;
}

.addtoany_content a:first-of-type {
    margin-left:0;
}

.addtoany_list a, .widget .addtoany_list a {
    padding:0 !important;
}

img.wpp-thumbnail.wpp_featured {
    max-width:100px;
    width:100%;
}

.pagination-outer .current a {
    pointer-events:none;
}

div.wp-caption p {
    margin-bottom:0;
}