/*
Theme Name: Miss Press 2.0
Author: Niek Meinema
Company: Twinsense Online Brand Excitement
Author URI: http://www.twinsense.nl
Version: 2.0
*/

html {
  position: relative;
  min-height: 100%;
}

body{
	font-family: 'Roboto', sans-serif;
	color: #222;
}

h1,h2,h3,h4{
	font-family: 'Roboto Slab', serif;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
    margin: 0 0 20px;
}

/* header */

.header-top .container{
	position: relative;
}

.header{
	position: absolute;
	top: 0;
	background-color: #fff;
	z-index: -1;
	min-height: 100px;
	width: 100%;
}

.header .inner{
	position: relative;
	max-width: 1400px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
}

.logo-holder{
	position: absolute;
}

.logo-holder a img{
	width: 100%;
	height: auto;
}

/* navigation */

.navbar-nav {
    float: left;
    margin: 0;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.logo-holder{
		width: 100px;
	}
	
	.navbar-nav {
		margin-top: 70px;
		margin-left: 0px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.logo-holder{
		width: 177px;
	}
	
	.navbar-nav {
		margin-top: 70px;
		margin-left: 227px;
	}
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 4px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    margin-top: 30px;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    transition: 0.3s ease all;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover{
    color: #ec008c;
    background-color: transparent;
    transition: 0.3s ease all;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ec008c;
    outline: 0;
}

/* content */

.content{
	margin-top: 250px;
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
}

.content .container{
	background-color: #fff;
	min-height: 500px;
	position: relative;
}

.content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.content-h1{
	background-color: #E58DB6;
	padding: 15px;
	margin: 0px -15px;
	margin-bottom: 15px;
	padding-right: 70px;
}

.content-h1 h1{
	margin: 0;
	color: #fff;
}

.content-h2{
	background-color: #000;
	padding: 15px;
	margin: 0px -15px;
	margin-bottom: 15px;
}

.content-h2 h3{
	margin: 0;
	color: #fff;
}

.content a{
	color: #ec008c;
}

.headlogo-holder {
  display: table;
  height: 150px;
  width: 150px;
  margin-top: -165px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease all;
  text-decoration: none;
}

.headlogo-holder span {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.headlogo-holder:hover{
	background-color: #ec008c;
	transition: 0.3s ease all;
	text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 3px;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: 0.3s ease all;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ec008c;
    border-color: #ec008c;
    transition: 0.3s ease all;
}
.btn-primary.focus, 
.btn-primary:focus {
    color: #fff;
    background-color: #ec008c;
    border-color: #ec008c;
    transition: 0.3s ease all;
}

/* news */

.nieuws-item{
	margin-top: 15px;
	margin-bottom: 15px;
}

.nieuws-item-image{
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
}

.nieuws-item-title{
	padding: 15px;
	background-color: #000;
	color: #fff;
}

.nieuws-item-title h2{
	margin: 0;
	font-size: 18px;
}

.nieuws-item-content{
	padding: 15px;
	background-color: #eee;
	padding-bottom: 45px;
}

.readmore{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 30px;
}

.read-more{
	color: #ec008c;
}

.gallery-image{
	display: block;
	padding-top: 70%;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 30px;
}

/* footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.footer-section{
	line-height: 30px;
	margin: 30px 0;
}

.bottom{
	text-align: center;
}

.bottom a{
	color: #ec008c;
}

.social-icon-holder{
	display: inline-block;
	color: #fff;
	line-height: 20px;
	font-size: 18px;
	width: 36px;
	background-color: #000;
	padding: 8px 10px;
	margin: 5px;
	border-radius: 50%;
	text-align: center;
	transition: background-color 0.3s;
}

.social-icon-holder:hover{
	color: #fff;
	background-color: #ec008c;
	transition: background-color 0.3s;
}

.social-icon-holder:visited{
	color: #fff;
}

/* pagination */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

.pagination > li > a, 
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all .3s ease-in-out;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #ec008c;
    border-color: #ec008c;
    transition: all .3s ease-in-out;
}

/* embed */

.embed-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}



