/*h1, h2, h3 {
	font-family:'italiana';
	}*/
.container {
	max-width:1500px;
	}
.colour {
	background:#0DB7D3;
	padding:5px 10px 5px 10px;
	border-radius:20px;
	margin-right:30px;
	color:#fff;
	}
.stella {
	float: left;
    }
.county {
	/*border-top:2px solid #000;
	margin-top:50px;*/
	}
#sp-component::before {
	content:"Dispatches from the County";
	font-size:40px;
	font-family:italiana;
	width:100%;
	display:inline-block;
	text-shadow: 4px 4px 4px #aaa;
	}
.article {
	height:350px;
	
	}
.article:hover {
	transform:scale(1.05);
	}
.article-info {
	display:none;
	}
.article-intro-image {
	padding:0 10px 0 10px;
	}
.article-intro-image img {
	/*box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
	margin:auto;
	}
.blog-featuredhome {
		border-top:2px solid #000;
		padding-top:30px;
		}
.opinion, .policy {
	margin-bottom:100px;
	}
.opinion-title, .policy-title {
	border-bottom:2px solid #000;
	position:relative;
	padding-bottom:10px;
	}
.mod-articles-grid  {
	list-style:none;
	/*border:2px solid #333;
	border-radius:15px;*/
	padding:30px;
	}
.mod-articles-item, .article {
	background-color: #fff;
    border-radius: 10px!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding:20px;
    overflow: hidden;
    transition: transform 0.2s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height:400px;
	}
.mod-articles-item img {
	margin:auto;
	}
.mod-articles-title, .mod-articles-title a {
	text-align:center;
	
	color:#000!important;
	}
.mod-articles-item:hover {
	transform:scale(1.05);
	}
.broken {
	margin-top:100px;
	/*box-shadow:200px 20px 40px #fff;
	box-shadow: rgba(17, 17, 26, 0.9) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;*/
	}
span.field-label {
	display:none;
	}
.avatar {
	width:50px;
	border-radius:50%;
	}
.card-title.title {
	text-decoration:none;
	pointer-events: none;
    cursor: default;
	}
.counter {
	max-width:350px;
	margin:auto;
	}
.video-test::before {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
	

.mauticform-input {
	background:transparent;
	border:2px solid red;
	}
.circle {
	display:block;
	width: 4rem;
	height: 4rem;
	border-radius:50%;
	background:#10bad2;
	color: #fff;
	padding:10px;
	margin: auto;
	font-size:30px;
	text-align:center;
	font-weight:900;
	}	
.draw-head {
	font-weight: 900;
	text-align: center;
	font-size: 24px
	}
.col-card {
	margin-top:40px;
	border-radius:20px; 
	box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	padding:15px;
    overflow: hidden;
    text-align:center;
    background:#fafafa;
    margin-right:15px;
	}
.bg {display:table; padding:10px; background:#fff; width:100%; border-radius:8px;}

@media screen and (max-with:580px) {
.logo-image-phone, .logo img{
	padding-bottom:10px!important;
	}
	}
