/*
Theme Name: Pidsignz
Author: Dean Wronowski
Author URI: https://www.deanwronowski.co.uk
Description: Bespoke theme for Pidsignz
*/


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

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

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	border:0px solid !important;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

@font-face {
    font-family: 'montserratthin';
    src: url('fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
  
html{
	height:100%;
}


/********************* SITE STRUCTURE ****************************/
body{
	font-family: 'montserratthin';
	font-size:20px;
	color:#000;
	line-height:26px;
	font-weight:100;

	/* padding:5%; */
}
#sidebar{
	display: none;
}


a{
	color:#e5087e;
	text-decoration: none;
}


.credit{
	margin-top:25px;
	font-size:0.8em;

}
.credit  a{
	color:#e5087e;
}

.clear{
	clear:both;
	height:1px;
}

h1, .h1{
	color:#e5087e;

	position: relative;
	font-weight:700;
	margin-bottom:10px;
	font-size:5.1em;
	margin-top:0px;
	font-family: 'montserratthin';
	clear:both;
}

.h2, h2{
	color:#e5087e;

	position: relative;
	margin-bottom:15px;
	font-size:1.5em;
	margin-top:0px;
	font-family: 'montserratthin';
	clear:both;
}

h3{
	display: block;
	color:#e5087e;
	font-size:1em;
	font-family: 'montserratthin';
	clear:both;
	margin-bottom:10px;
}

a:hover .btn{
	color:#ffffff
}

a:hover{
	text-decoration: none;
}

ul{
	padding-left:0px;
	margin-left:20px;
}


/********************** SOCIAL BUTTONS ****************/
.social-buttons{
	margin-top:10px;
		margin-bottom:20px;
}
.social-buttons .fa{
	font-size: 1.2em;
	margin-left:5px;
	margin-right:5px;

	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #ffffff;
	width: 1.5em;
	background: #e5087e;
	height: 1.5em;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	line-height: 1.7em;
	border:1px solid #e5087e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;

	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	scale:1;

}
.social-buttons .fa:hover{
	transform:scale(1.2);
	
}
.social-buttons .fa:hover{
	color:#ffffff;
}


/* LANDING PAGE ******/
.page-id-13{
	/* background-image: url(images/bg.png);
	background-position: center;
	background-repeat: no-repeat; */
	text-align:center;
	height:100%;
	width:100%;

	/* padding:5%; */
}

.page-id-13 .van{
	height:338px;
	width:100%;
	background-image: url(images/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom:40px;
}
.page-id-13 .footer-funding{
	max-width:200px;
}
.page-id-13 .fa{
	margin-top:20px;
}



@media only screen and (max-width: 991px) {
	body{
		font-size:16px;
	}
}
