/*   
Theme Name: [Företag] Theme
Theme URI: http://www.[Företag].se
Description: The official [Företag] Wordpress Theme
Author: Ola Eborn
Author URI: http://eborninteractive.se
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

/* 

Färger:



*/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body {
	background:#1a1a1a;
	color:#222;
	margin:30px 0;
	padding:0;
	font-family:Helvetica ,Arial,  sans-serif;
	line-height:1.5;
	font-size:14px;
	font-weight:200;
}

#page-wrap {
	width:100%;
	position:relative;
}

a {
	color:inherit;
}

.inner-content {
	margin:0 auto;
	overflow:hidden;
	max-width:1200px;
	width:90%;
	position:relative;
	text-align:center;
}

header {
	
}

h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:20px;
	margin-bottom:40px !important;
	font-weight:400;
	line-height:1.5 !important;
}

#main-content {
	
}

#main-content .inner {
	
}

aside {
	
}

footer {
	
}


.bild {
	width:90%;
	max-width:250px;
	display:inline-block;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	box-shadow: 0 0 25px rgba(0,0,0,1);
	margin-right:-3px;
	margin-bottom:-5px;
	padding:2px;
}

.clippath {
clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;

}

.clippath:hover {

clip-path: polygon(0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 100% 50%, 50% 0%, 50% 0%,50% 0%);
}

.cred {
	text-align:center;
	margin:45px 0 0 0;
	font-family: 'Homemade Apple', cursive;
	font-size:24px;
	color:#fff;
	line-height:2 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.reload {
	font-size:28px;
	color:#fff;
	position:absolute;
	top:-15px;
	left:25px;
	width:32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.reload:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotat(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top:-13px;
	left:23px;
}
