/*
Theme Name: Aimée Groen
Theme URI: http://www.aimeegroen.com/
Author: fishfriday
Author URI: http://fishfriday.nl/
Description: WordPress thema voor Aimée Groen
Version: 1.0.0

font-family: 'aktivgrotesk-regular';
font-family: 'aktivgrotesk-bold';
font-family: 'aktivgrotesk-xbold';
*/

@font-face {
    font-family: 'aktivgrotesk-bold';
    src: url('fonts/aktivgrotesk-bold-webfont.eot');
    src: url('fonts/aktivgrotesk-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aktivgrotesk-bold-webfont.woff2') format('woff2'),
         url('fonts/aktivgrotesk-bold-webfont.woff') format('woff'),
         url('fonts/aktivgrotesk-bold-webfont.ttf') format('truetype'),
         url('fonts/aktivgrotesk-bold-webfont.svg#aktivgrotesk-bolduploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aktivgrotesk-xbold';
    src: url('fonts/aktivgrotesk-xbold-webfont.eot');
    src: url('fonts/aktivgrotesk-xbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aktivgrotesk-xbold-webfont.woff2') format('woff2'),
         url('fonts/aktivgrotesk-xbold-webfont.woff') format('woff'),
         url('fonts/aktivgrotesk-xbold-webfont.ttf') format('truetype'),
         url('fonts/aktivgrotesk-xbold-webfont.svg#aktivgrotesk-xboluploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aktivgrotesk-regular';
    src: url('fonts/aktivgrotesk-regular-webfont.eot');
    src: url('fonts/aktivgrotesk-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aktivgrotesk-regular-webfont.woff2') format('woff2'),
         url('fonts/aktivgrotesk-regular-webfont.woff') format('woff'),
         url('fonts/aktivgrotesk-regular-webfont.ttf') format('truetype'),
         url('fonts/aktivgrotesk-regular-webfont.svg#aktivgrotesk-reguuploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ---------------------------------------------------------------------------------------------- TEXT */
body,
html {
	width:100%;
	height:100%;
}

.clear {
	clear:both;
}

iframe,
#field_1_5 {
	display:block;
	width:100%;
	height:200px;
}

img	{
	max-width:100%;
	height:auto !important;
}

body {
	font-family: 'aktivgrotesk-regular', sans-serif;
	font-size:12px;
	line-height:12px;
	color:#464646;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background:#f5f5f5;
}


/* HEADERS & TEXT */
h1, h2 {
	margin:0;
	padding:0;
    font-family: 'aktivgrotesk-xbold';
	color:#000000;
}

h1 {
	font-size:20px;
	margin-top:-5px;
}

h2 {
	font-size:12px;
	line-height: 14px;
	float:left;
	width:100%;
	margin-bottom:3px !important;
}

p {
	font-size:12px;
	margin-top:10px;
	line-height:18px;
}

p.tags {
	margin-top:15px;
	text-transform:lowercase;
	color:#818181;
	font-size:11px;
	line-height:14px;
}

.tags a {
	color:#777777 !important;
}

.tags a:hover {
	color:#555555 !important;
}


/* LINKS */
a {
	outline:none;
}

a:link,
a:visited {
	color:#ce2217;
	text-decoration:none;
}

a:hover,
a:active {
	color:#ce2217;
	text-decoration:none;
}


/* NAV */
.nav>li>a { 
    font-family: 'aktivgrotesk-xbold', sans-serif;
    font-size:20px;
    margin-right:18px;
    padding:0;
}

.navbar-default .navbar-nav>li>a:link, 		
.navbar-default .navbar-nav>li>a:visited { 
	color:#898989;
	text-decoration:none;
	padding-bottom:3px;
	border-bottom:1px solid transparent;
}

.navbar-default .navbar-nav>li.current_page_item a,
.navbar-default .navbar-nav>li.current_page_parent a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #000000;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {background:none;}


/* ---------------------------------------------------------------------------------------------- MENU */

.navbar-default			{ background:#ffffff; border:0; }

.navbar-brand			{ max-width:224px; margin-top:7px; }
.navbar-brand img		{ width:100%; height:auto; }

.dropdown-menu			{ box-shadow:none; border:0; border-radius:0; }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background:none; color:#ce2217; }
.dropdown-menu>li>a:focus, .dropdown-menu>li>a { color:#08518c; }
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background:none; color:#ce2217; }


ul.nav li.dropdown .dropdown-menu {padding-top:0; }
ul.nav li.dropdown ul.dropdown-menu li {padding:4px 0;border-bottom:1px solid #eeeeee; }
ul.nav li.dropdown ul.dropdown-menu li:last-child {border-bottom:0px }
ul.nav li.dropdown ul.dropdown-menu li.active a {background:#ffffff;color:#ce2217;}


/* ---------------------------------------------------------------------------------------------- SECTIONS */

nav {
	padding:55px 0 40px 0;
	background:#ffffff;
}

header {
	float:left;
	width:100%;
}

section {
	float:left;
	width:100%;
}



/* ---------------------------------------------------------------------------------------------- PADDING / MARGIN */

.padding-20			{ padding-top:20px; padding-bottom:20px; }






/* ---------------------------------------------------------------------------------------------- CONTENT */
.item {
	width:235px
}

.item .inner {
	padding:10px 10px 8px 10px;
	background:#ffffff;
	min-height:34px;
}

.item span,
.item span a {
	font-family:'aktivgrotesk-regular', sans-serif;
	font-size:10px;
	color:#8f8f8f;
}

.item span a:hover {
	color:#696969;
}

.item h2 {
    font-family: 'aktivgrotesk-bold';
}



/* ---------------------------------------------------------------------------------------------- OVERLAY CONTENT */
#overlay {
	position:fixed;
	width:100%;
	height:100%;
	right:0;
	left:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,.6);
	z-index:99;
	cursor:pointer;
}

#single-post-container {
	position:fixed;
	right:0;
	top:0;
	height:100%;
	z-index:999;
	width:65%;
	background:#ffffff;
	padding:60px 65px;
	overflow-y:scroll;
}

#single-post-container>div {
	float:left;
	max-width:500px;
}

#gallery {
	width:100%;
	float:left;
	margin-bottom:20px;
}

#gallery img {
	margin-top:20px;
}

#close-post {
	position:fixed;
	left:36.4%;
	top:55px;
	width:14px;
	height:14px;
	background:url(images/close.jpg) no-repeat center center;
	-moz-background-size:14px 14px;
	-webkit-background-size:14px 14px;
	background-size:14px 14px;
	padding:10px;
	z-index:9999;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .5s ease-in-out;
}

#close-post:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

img.mail {
	width:250px;
	height:auto;
}
