/*
Theme Name: Hate Crime
Author: K2L Marketing
Author URI: http://www.k2l.co.uk/
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* colours */
.white{
	color: #fff;
}

.bg-white{
	background-color: #ffffff;
}
.bg-dgrey{
	background-color: #4a4a4a;
}
/* brand color */
.bg-lblue{
	background-color: #0092a6;
}
.bg-dblue{
	background-color: #2b6f90;
}
.bg-yellow{
	background-color: #f1be6b;
}

em{
	font-style: italic;
}
strong{
	font-weight: bold;
}

/* layout */
body{
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background-image: url('/wp-content/themes/hatecrime/images/footer-angle.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
}

.container{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.content{
	max-width: 785px;
	width: 100%;
	margin: 0 auto;
}
.content.w845{
	max-width: 845px;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

.spacer::after{
	content: "";
	clear: both;
	display: block;
}

.flex{
	display: flex;
}
.flex.wrap{
	flex-wrap: wrap;
}
.flex.vcenter{
	justify-content: center;
}
.flex.space-between{
	justify-content: space-between;
}


/* font styles */
h1{
	text-transform: uppercase;
	text-align: center;
	color: #0A486C;
	font-size: 20px;
	line-height: 24px;
}
h2{
text-align: center;
color: rgba(10, 72, 108, 1);
opacity: 1;
}
h1,h2{
	font-weight: bold;
}
p{
color: #1C1C1C;
opacity: 1;
}
main p{
	font-size: 14px;
	line-height: 24px;
}
main h2{
	font-size: 18px;
	line-height: 22px;
}

a:link{
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

a:link,
a:visited{
	/*color: #fff;*/
}
a:active,
a:hover,
a:focus{
	/*color: #fff;*/
}

a.hashtag{
	color: #0A486C;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.button-cntr{
	max-width: 450px;
	margin: 0 auto;
}
a.findOutMore{
	background: #7F3E8F;
	box-shadow: 4px 4px 3px #00000026;
	border-radius: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	padding: 8px 11px 8px;
	box-sizing: border-box;
}
a.findOutMore span{
	padding-right: 5px;
}

.reportCntr{
	margin-top: 20px;
	/*position: fixed;*/
	right: 24%;
	z-index: 999;
}
a.reportHateCrime{
	background: #7F3E8F;
	box-shadow: 4px 4px 3px #00000026;
	border-radius: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	padding: 8px 11px 8px;
	box-sizing: border-box;
}
.mobile a.reportHateCrime{
	display: none;
	position: static;
	margin: 0px auto 10px;
}
footer{
	padding: 85px 0 35px;
}
footer .dc img{
	max-width: 367px;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto 10px;
}
footer .dc p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
footer .dc a,
footer .dc a:link,
footer .dc a:visited{
	color: #fff;
	text-decoration: none;
}

.locations{
	margin: 0 auto;
	width: 67%;
}
.locations ul li a,
.locations ul li a:link{
	color: #1C1C1C;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.locations div{
	text-align: left;
}
.loci{
	float: left;
	width: 33%;
}
.loci:nth-of-type(1){
	width: 30%;
}
.loci:nth-of-type(2){
	width: 40%;
}
.loci:nth-of-type(3){
	width: 30%;
}
/* Banner Slider */
.banner{
	text-align: center;
	margin: 0 auto 2.5em auto;
	padding-top: 3em;
}
.banner img{
	max-width: 846px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}


/* Dropdown Area Select */
.container.areaCntr{
	max-width: 100%;
}
.selectAreaCntr{
	box-shadow: inset 0 1px 6px 0 rgba(0,0,0,0.3);
	display: none;
	margin: 0 0 21px;
}
.selectAreaButton img{
	cursor: pointer;
}
.areaBlocks{
	max-width: 502px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	padding-left: 4%;
}
.areaBlocks p{
	width: calc(100% / 3);
	text-align: left;
}
.areaBlocks p img{
	padding-right: 5px;
}
.areaBlocks p a{
	font-weight: bold;
}


/* gradient block */
.gradient{
	height: 8px;
	max-width: 535px;
	width: 100%;
	margin: 0 auto;
}
.gradient.leftRight{
	background: #0092a6;
	background: -moz-linear-gradient(left,  #0092a6 0%, #2b6f90 100%);
	background: -webkit-linear-gradient(left,  #0092a6 0%,#2b6f90 100%);
	background: linear-gradient(to right,  #0092a6 0%,#2b6f90 100%);
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#0092a6', endcolorstr='#2b6f90',gradienttype=1 );
}
.gradient.rightLeft{
	background: #2b6f90;
	background: -moz-linear-gradient(left,  #2b6f90 0%, #0092a6 100%);
	background: -webkit-linear-gradient(left,  #2b6f90 0%,#0092a6 100%);
	background: linear-gradient(to right,  #2b6f90 0%,#0092a6 100%);
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#2b6f90', endcolorstr='#0092a6',gradienttype=1 );
}


/* Support logos */
.supportCntr{
	max-width: 535px;
	width: 100%;
	margin: 0 auto;
}


/* Element padding */
.content h1{
	padding: 0 0 1em;
}
.content p{
	padding: 0 0 20px;
}
.content .findOutMore{
	margin-bottom: 24px;
}
.content h2{
	padding: 0 0 10px;
}
.content .mainContent{
	padding: 0 0 24px;
}
.page-id-32 .content .mainContent{
	text-align: left;
}
.content .mainContent p{
	padding: 0;
}
.page-id-32 .content .mainContent p{
	padding-bottom: 10px;
}
.content .mainContent p strong{
	font-weight: bold;
}
.selectAreaButton{
	padding: 0 0 21px;
}
.hashtag{
	padding: 0 0 14px;
}
footer .gradient.leftRight{
	margin-bottom: 12px;
}
.supportP{
	padding: 0 0 19px;
}
.supportCntr{
	padding: 0 0 22px;
}
footer .gradient.rightLeft{
	margin-bottom: 20px;
}

/* Banner Logo slider */
.logoCntr{
	height: 112px;
}

.logoCntr .cntr{
	display: inline-block;
	position: absolute;
}

/* The Promise */
.homepage-link,
a.homepage-link:link{
	color: #1C1C1C;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 20px 0 0;
}
.mobile.homepage-link,
a.mobile.homepage-link:link{
	display: none;
}

a.promise-btn,
a.promise-btn:link,
a.promise-btn:visited,
a.promise-btn:hover,
a.promise-btn:focus,
a.promise-btn:active{
	display: block;
	max-width: 375px;
	background-color: #f1be6b;
	color: #0092a6;
	border-radius: 10px;
	padding: 15px 0;
	box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.5), 0 0 0 3px #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	margin: 30px auto 10px;
	text-decoration: none;
	box-sizing: border-box;
}

.page-template-page-promise .content .mainContent h4{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}
.page-template-page-promise .content .mainContent h3{
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	padding: 10px 0;
}
.page-template-page-promise .content .mainContent p.width500{
	max-width: 500px;
	margin: 0 auto;
}
.page-template-page-promise .content .mainContent .padding-bottom-20{
	padding-bottom: 20px;
}

/* The Promise - Form */
.page-template-page-promise .wpcf7-form > p{
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
}
.form-cntr{
	width: 100%;
	margin: 0 auto;
	max-width: 475px;
}
.form-cntr .col2{
	width: 50%;
	width: calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	position: relative;
}
.form-cntr .col2 input{
	width: 100%;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	padding: 12.5px 10px;
	margin: 0 0 10px;
	border: 0;
	font-size: 14px;
	line-height: 14px;
	border-radius: 4px;
}
.form-cntr .col2 input[type="text"],
.form-cntr .col2 input[type="email"]{
	box-shadow: inset 0 0 0 2px #205b7e;
	background-color: #fff;
	color: #2c6f90;
}
.form-cntr .col2 input[type="submit"]{
	box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.5);
	border: 2px solid #fff;
	width: 100%;
	width: calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	background-color: #f1be6b;
	color: #0092a6;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
.form-cntr .col2 input[type="checkbox"]{
	width: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	position: relative;
	bottom: -2px;
}
.form-cntr .col2 .wpcf7-list-item-label{
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
.form-cntr .col2 .ajax-loader{
	position: absolute;
	top: 10px;
}
.form-cntr .col2 span.wpcf7-not-valid-tip{
	color: #0092a6;
	font-size: 13px;
	line-height: 18px;
	position: absolute;
	right: 10px;
	top: 3.5px;
}
.form-cntr + div.wpcf7-validation-errors,
.form-cntr + div.wpcf7-mail-sent-ok{
	color: #f1be6b!important;
	border: none!important;
	margin: 1em 0 0 !important;
}

::-webkit-input-placeholder{
	opacity: 1;
}
::-moz-placeholder{
	opacity: 1;
}
:-ms-input-placeholder{
	opacity: 1;
}
:-moz-placeholder{
	opacity: 1;
}


/* Resources page */
.content.resources-cntr{
	margin: 0 auto;
	max-width: 635px;
	width: calc(100% - 40px);
}
.resources .col1{
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
.resources .col4{
	width: 20%;
	margin-right: 6.666666666666667%;
	margin-bottom: 30px;
}
.resources .col4:nth-of-type(4n+4){
	margin-right: 0;
}
.resources .inner{
	max-width: 127px;
	margin: 0 auto;
}
.resource h3{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin: 4px 0;
}
.resource h4{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	color: #0A486C;
	margin: 4px 0;
}
.resource p a,
.resource p a:link{
	color: #7f3e8f;
}
.resource p a:hover,
.resource p a:active,
.resource p a:visited{
	color: #0A486C;
}
.resource img{
	width: 100%;
	display: block;
	border: 2px #7F3E8F solid;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.resource .btn{
	background-color: #7F3E8F;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding: 8px 11px 8px;
	margin-top: 15px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}


.page-template-page-plain .content .mainContent{
	text-align: left;
}
.page-template-page-plain .content h1,
.page-template-page-plain .content h2,
.page-template-page-plain .content h3,
.page-template-page-plain .content h4{
	line-height: 29px;
	text-transform: uppercase;
	padding: 0 0 10px;
}
.page-template-page-plain .content h1,
.page-template-page-plain .content h2{
	font-size: 20px;
}
.page-template-page-plain .content h3{
	font-size: 18px;
	text-transform: none;
}
.page-template-page-plain .content h4{
	font-size: 16px;
	text-transform: none;
}
.page-template-page-plain .content p,
.page-template-page-plain .content ul{
	padding-bottom: 10px;
}
.page-template-page-plain .content p,
.page-template-page-plain .content li{
	font-size: 14px;
	line-height: 20px;
}
.page-template-page-plain .content li{
	margin-left: 20px;
	list-style-type: disc
}

/* Import link of responsive.css */
@import url("/wp-content/themes/hatecrime/responsive.css");