.nav-item {  display: inline-block;}

.qmaze-option-field {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn { margin:1px;}

.qmaze-option-dropdown {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left:20px;
}

/* Color variables */
.ulHome{
    padding-left: 0px!important;
}
.homeInfo{
    padding-top: 2vh;
}
.carousel-item h1 {
  position: absolute;
  margin: 0;
  color: white;
  left: 50%;
  top: 50%;
 transform: translate(-50%, -50%)!important;
 }
.tile > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.tile > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  width:8vw;
  height: 12vh;;
}
.tile > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #7AA0CC;
  box-shadow: 2px 2px 10px grey;
}

.tile > input + div{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.tile > input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #7AA0CC;
   box-shadow: 2px 2px 10px grey;
}
.tile ._qmaze-option-tile[checked="checked"] + div {
	border:3px solid #7AA0CC;
}

.Qmaze455_1, .Qmaze455_2, .Qmaze455_3, .Qmaze455_4 {
	display:inline-block;
}

.tile < img { width:50px;}

.Qmaze434 { display:inline-block;}


:root {
    --black: #000;
    --qmaze_purple: #002c73;
    --grey: #86918f;
    --white: #fff;
    --orange: #f5a662;
    --light_grey: #d9d9d9;
    --yellow: #fce3b3;
    --dark_grey: #4c4d4c;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans","Arial","sans-serif";
    font-weight:400;
    background-color: var(--white);
    scroll-behavior: smooth;
    font-size: 1rem;
}

h1,h2,h3,h4{
   font-family: 'Exo', sans-serif;
}

/* Navigation Bar */
.navbar{
    height: 6.5vh;
    font-size:18px;
    z-index:20;
    display:flex;
    justify-content:space-between;
    margin-bottom: 1rem;
    background-color: #BF8E63 !important;
}

.navbar img{
    max-height: 6vh;
    margin-left: 1vw;
}

.navbar .navbar-nav{
   margin-left: 1rem;
}

@media only screen and (max-width: 1440px){
    .navbar .navbar-nav{
        margin-left: 0.5rem;
        background-color: var(--white);
    }
}

.navbar .navbar-nav .nav-item{
    display:inline-block;
}

.navbar .navbar-nav .nav-item .nav-link{
    color:#fff;
    text-decoration:none;
    margin:10px;
}

@media only screen and (max-width: 1440px){
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 3px;
        margin: 0px;
        font-size: 1rem;
        font-weight: 400;
    }
}
.place_marge{
    margin: 5vh 0;
}
.padcard{
    padding-top: 3vh;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin: 0 3vh;
}
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: white;
  width: 0%;
  height: 3px;
  transition: all 0.5s;
}
.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

.navbar .navbar-nav .nav-item select{
    font-size:1rem;
    border:none;
    outline:0px
}

.home-title{
    text-align: center;
    margin-top:80px;
    font-weight: bold;
    font-size: 5rem;
    text-shadow: 6px 6px 3px #7f0043;
    color: var(--white);
}

/* Debug Class */
.dni{
    display: none;
}

ul, ol{
   padding-left:15px; 
}

a{
   color: var(--black);
   text-decoration:none;
}

a:hover{
   text-decoration:none;
}

a:hover,a:active,a:focus {
	outline: 0;
}

/* footer */
footer{
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--grey);
    color: var(--white);
    text-align: center;
}

.footer {
    padding-top: 25px;
}

.fa {
  padding-top: 10px; 
  width: 2rem;
  text-align: center;
  text-decoration: none;
}

footer .text-muted {
    color: var(--white);
}

footer .container {
    width: 100vw;
    margin: 0px;
    padding: 0px; 
}

@media only screen and (max-width: 1440px) {
    .card .card-img{
        height:40vh; 
    }
}

@media only screen and (max-width: 568px) {
    .card .card-img{
        width:96vw;
        height: 28vh;
    }
}

.c-white { 
    color: var(--white);
}

.c-white:hover {
    color: var(--white);
    text-decoration: underline;
}

.card .card-img-overlay {
    top:30%;
    display: flex;
}

.card img {
    border-radius: 0px;
}

@media only screen and (max-width: 1440px) {
    .card .card-img-overlay{
        top:22%;
    }
}

@media only screen and (max-width: 1080px) {
    .headline{
    font-size: 0.70rem;
    }   
}

@media only screen and (max-width: 1080px) {
    .size-footer{
    font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1310px) {
    .img-footer{
    width: 14vw;
    height: 5vh;
    }
}

/* Hero / banner */
.hero {
    text-align:center;
    width:100vw;
    background-image:url("../Images/grey-background.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    box-sizing:border-box;
}

.hero .hero-title {
    font-size:70px;
    color: var(--black);
    padding:20px 0px
}

.hero .hero-slogan {
    color: var(--black);
    margin-bottom: 20px;
}

.hero button {
    cursor:pointer;
    background-color: var(--black);
    width:10rem;
    border:none;
    padding:8px 0px;
    margin:10px 0px 30px 0px;
    border-radius:20px
}

.hero button:hover {
    background-color: var(--white);
}

.hero button a {
    text-decoration:none;
    color: var(--white);
    font-size:14px
}

.hero button a:hover {
    color: var(--black);
}

.logo-container {
    padding-top: 25px;
    display: flex;
    align-content: center;
    justify-content: center;
}

/* Bootstrap Card Styling */
.card {
    flex-direction:column;
    border:1px solid var(--light_grey);
    /* border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; */
    margin-top: 0;
    border-radius:0px;
}

.card:hover {
    filter: drop-shadow(4px 4px 5px #d8d8d8);
}

.card .image img {
    width:100%;
    box-sizing:border-box;
    object-fit: cover;
    height: 20vh;
}

.card .card-img {
    height:35vh;
    max-height:40vh;
    box-sizing:border-box;
    object-fit:cover;
    width:99vw;
    border-radius:none;
    filter:brightness(45%);
}

.card .card-body {
    padding:10px 30px
}

.card .card-body .card-title {
    font-size:1.5rem;
    font-weight:bold;
    margin-bottom:1rem;
    margin-top: 0.5rem;
}

@media only screen and (max-width: 768px) {
    .card .card-body .card-title{
        font-size:1.0rem;
    }
}

.card .card-body .card-content {
    margin-bottom:2rem
}

.card .card-body .button {
    text-align:center;
    display:block;
    background-color: var(--yellow);
    width:50%;
    padding:5px 0px;
    margin-bottom:10px;
    border-radius:20px;
    cursor:pointer;
    transition: 0.25s;
    font-size: 1.10rem;
}

.card .card-body .button:hover {
    background-color: var(--orange);
}

.card .card-body .button a {
    text-decoration:none;
    color: var(--black);
}

.card-wrapper {
    padding:40px 10px;
    display:flex;
}

.card-wrapper .cards {
    height:auto;
    background-color: var(--white);
    margin:auto;
    border:1px solid rgba(var(--black),0.1)
}

.card-wrapper .cards .card-body .btn-card{
    background-color: var(--qmaze_purple);
    color: var(--white);
}

.card-wrapper .cards .card-body .btn-card:hover{
    background-color:rgba(var(--black),0.1);
    color: var(--black);
}

.card-deck{
    margin: 20px 0px 0px 0px;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

@media only screen and (max-width: 1080px){
    .card-deck{
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 540px){
    .card-deck{
        grid-template-columns: auto;
    }
}

/* Bootstrap testing */
.card-position{
    display: flex;
}

.content-section{
    background-color:#b3196b;
    color: var(--white);
    font-size: 1rem;
    padding: 20px 0px;
    opacity: 0.9;
}

.qmaze-pagesection .qmaze-variable .variableObject .Qmaze299 .qmaze-form-group .qmaze-form-label{
    padding:0px 18px;
}

/* Option buttons  */
.qmaze-optionpanel .tile .qmaze-option-tile{ 
    display: flex;
    align-items: center;
    opacity: 0;
}

.qmaze-optionpanel .tile .qmaze-option-tile:hover, 
.qmaze-optionpanel .tile img{
    cursor:pointer;
}

.qmaze-option-tilech{
    margin-right: 1rem;
}

/* Form checkbox */
.qmaze-form-group{
    margin-left: 1.20rem;
    margin-bottom:0.1rem;
}

.qmaze-form-label{
    margin-left: 0.65rem;
}

.btn-primary:hover{
    background-color: var(--dark_grey);
}

/* H3 titles*/
.qmaze-pagesection .qmaze-variable .variableHeader .qmaze-h3{
    padding: 1px 10px;
}

/* Background Color Element Configure Page */
.qmaze-pagesection .qmaze-variable{
    background-color: #f1f0ee;
    padding: 10px;
}

.qmaze-pagesection .qmaze-variable:hover{
    background-color: #dbd6cd;
    animation: 2s;
    cursor: pointer;
}

.qmaze-variable:last-child:after {
    border: 0;
}

/**********************************Configure Page CSS***********************************/
 .qmaze-optionpanel .form-group .qmaze-option-button{
    color: var(--white); /* Replace color with Hexcode (bv. #7f0043) or RGBA (for example - rgba(255, 0, 255, 0.5) */
    background-color: var(--qmaze_purple); /* Replace background-color with Hexcode (for example - #7f0043) or RGBA (for example - rgba(255, 0, 255, 0.5) */
    border:none;
    width: 10vw; 
    padding: 0.5rem;
    box-shadow:0px,8px,15px rgba(var(--qmaze_purple),0.1);
    outline:none;
    transition:all 0.3s ease 0s; 
    border-radius:20px /* The higher the pixels, the rounder the effect you get */
}

.qmaze-optionpanel .form-group .qmaze-option-button:hover{
    background-color: var(--light_grey); /* Vul hier een kleur met RGBA (bv. rgba(255, 0, 255, 0.5) inul hier een kleur met Hexcode (bv. #7f0043) of RGBA (bv. rgba(255, 0, 255, 0.5) in */
    cursor:pointer;
    box-shadow:0px 9px 20px rgba(var(--qmaze_purple),0.4); /* Replace color with RGBA (for example - rgba(255, 0, 255, 0.5) */
    color: var(--qmaze_purple);
}

.qmaze-optionpanel .dropdown-head{
    width: 96%;
    margin: auto;
 /*   margin-bottom: 20px; */
    margin-left: 19px; 
}

.qmaze-option-configtext { 
    width:100%;
    border: 1px solid #ced4da;
    }

.qmaze-optionpanel .qmaze-option-checkbox{
    margin-right: 10px;
}

.qmaze-variable{
    background-color: var(--light_grey); 
}

.qmaze-optionpanel img{
    width: 200px;
    height: 200px;
} 

/* structuur Tiles  */
.Qmaze295{
    display: inline-block;
}

.card-qmaze{
    font-size: 2rem;
    font-weight: 500;
    background-color: #002c73;  
    color: var(--white);
    padding: 20px;
}

@media only screen and (max-width: 1080px){
    .card-qmaze{
        font-size: 1.5rem;
    }
}

.card-qmaze-main{
    border-bottom: var(--qmaze_purple) 1px solid;
}

@media only screen and (max-width: 568px){
    .card-qmaze-main{
        margin-top: 1rem;
        border-top-left-radius: 1rem;
    }
}

@media only screen and (max-width: 1220px){
    .card-qmaze-main-title{
        margin-left: 35px;
    }
}

.style-offerte{
    display: flex;
    height: 3.5vh;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0.75rem;
}

@media only screen and (max-width: 1220px){
    .font-size-res{
        font-size: 1rem;
    }
}

.qmaze-list-option, .qmaze-option-tile{
    display: inline-block;
    border: #fff 1px solid;
    margin: 0 0.25rem;
    height: 3rem !important;
    width: 3rem !important;
    border: none;
    border-radius: 10px;
}

.Qmaze302 .tile{
    display: flex;
    align-items: baseline;
}

.Qmaze302 .tile .qmaze-option-tile{
    margin-right: 1rem;
}

@media only screen and (max-width: 568px){
    .copy-styling{
        font-size: 0.5rem;
    }
}

.qmaze-button_cont{
    color:  white;
    width: 20%;
    background-color: #BF8E63;
    cursor:pointer;
    border: 1px solid #BF8E63;
    box-shadow:0px 9px 20px rgba(var(--white),0.4); /* Replace color with RGBA (for example - rgba(255, 0, 255, 0.5) */
    border-radius: 17px;
}

.qmaze-button_cont:hover, .qmaze-button_cont-small:hover, .qmaze-button_cont-large:hover{
    color:  #BF8E63;
    background-color: white;
    cursor:pointer;
    border: 1px solid #BF8E63;
    box-shadow:0px 9px 20px rgba(var(--white),0.4); /* Replace color with RGBA (for example - rgba(255, 0, 255, 0.5) */
}

/*************************** BUTTONS TEMPLATE *****************************/
/* Default Settings for Small, Standard Qmaze Button & Large Button (All Settings are Adjustable) */
.qmaze-button, .qmaze-button-small, .qmaze-button-large{
    color: #BF8E63;
    background-color: white;
    border:none; 
    width: 12vw; 
    padding: 0.38rem;
    box-shadow:0px,8px,15px rgba(var(--black),0.1);
    outline:none;
    transition:all 0.3s ease 0s; 
    border-radius:17px; /* The higher the pixels, the rounder the effect you get */

    /* Adjust to liking:

    font-family: , for example(font-family: 'Roboto';)
    font-size:  , for example(font-size: 1rem;)
    text-transform: , for example(text-transform: uppercase;)
    letter-spacing:  , for example(letter-spacing: 2.5px;)
    font-weight: , for example(font-weight: 500;) */
}

.qmaze-button:hover, .qmaze-button-small:hover, .qmaze-button-large:hover{
    color:  white;
    background-color: #BF8E63;
    cursor:pointer;
    border: 1px solid white;
    box-shadow:0px 9px 20px rgba(var(--white),0.4); /* Replace color with RGBA (for example - rgba(255, 0, 255, 0.5) */
}

/* Advanced Settings Small Button */
.qmaze-button-small{
    padding: 0.25rem;
    border-radius:12px;
    width: 8vw; 
}

@media only screen and (max-width: 1440px){
    .qmaze-button-small{
        font-size: 0.80rem;
        width: 10vw;
    }
}

@media only screen and (max-width: 1080px){
    .qmaze-button-small{
        font-size: 0.80rem;
        width: 13vw; 
    }
}

@media only screen and (max-width: 768px){
    .qmaze-button-small{
        font-size: 0.70rem;
        width: 15vw;
    }
}

@media only screen and (max-width: 568px){
    .qmaze-button-small{
        font-size: 0.70rem;
        width: 24vw;
    }
}

/* Advanced Settings Large Button */
.qmaze-button-large{
    border-radius: 23px;
    width: 15vw;
}
.bbbox{
    border: 1px solid gray;
    border-radius: 15px;
    padding: 2vh;
    margin: 1vh;
}
footer {
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  /*margin-top: 80px;*/
  bottom: 0;
  color: #fff;
}

.footer-navigation h3 {
  margin: 0;
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-navigation h3 a {
  text-decoration: none;
  color: #000000;
}

.footer-navigation h3 span {
  color: #5383d3;
}

.footer-navigation p.links a {
  color: #000000;
  text-decoration: none;
}

.footer-navigation p.company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}

@media (max-width:767px) {
  .footer-contacts {
    margin: 30px 0;
  }
}

.footer-contacts p {
  display: inline-block;
  color: #202020;
  vertical-align: middle;
}

.footer-contacts p a {
  color: #5383d3;
  text-decoration: none;
}

.fa.footer-contacts-icon {
  background-color: #BF8E63;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px 10px 0;
}

span.new-line-span {
  display: block;
  font-weight: normal;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-about h4 {
  display: block;
  color: #080808;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-about p {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

div.social-links {
  margin-top: 20px;
  color: #fff;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #BF8E63;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.masonry-grid {
}

.masonry-grid-item {
    max-height: 500px;
}

.masonry-grid .blogpost {
    margin-bottom: 30px;
}

.masonry-grid .blogpost {
    margin-bottom: 30px;
    margin-top:10px;
}
.blogpost {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    margin: 0 0 70px;
    position: relative;
}
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
.masonry-grid .blogpost .blogpost-body {
    padding: 15px 15px 0 15px;
}
.masonry-grid .blogpost .blogpost-body {
    padding: 15px 15px 0 15px;
}
.blogpost .blogpost-body {
    padding: 20px 20px 0 20px;
    min-height: 140px;
}



/* Blog Masonry layout
---------------------------------- */
.masonry-grid {
}

.masonry-grid-item {
    	max-height: 500px;
}

.masonry-grid .blogpost {
	margin-bottom: 30px;
}

.masonry-grid .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}

.masonry-grid .blogpost h2.title {
	font-size: 24px;
}

.masonry-grid .blogpost .submitted {
	margin: 15px 0 10px;
}

.masonry-grid .blogpost .blogpost-content {
	margin-left: 0;
}

.masonry-grid .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}

.masonry-grid .blogpost .post-info .day {
	font-size: 20px;
}

.masonry-grid .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
	.masonry-grid .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.masonry-grid-item {
		max-width: 100%;
	}
}

/* Blog pages
---------------------------------- */
.blogpost {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	margin: 0 0 70px;
	position: relative;
}
.blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}
.blogpost h2.title {
	margin-bottom: 0;
	margin-top: 0;
}
.blogpost .submitted {
	font-size: 12px;
	margin: 10px 0;
}
.blogpost .side {
	float: left;
	width: 80px;
}
.blogpost .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 80px;
	height: 90px;
	padding: 10px 15px;
	background-color: #e84c3d;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.blogpost .side .post-info {
	float: none;
}
.blogpost .post-info .day {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.blogpost .post-info .month {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}
.blogpost .side span.share {
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	padding-top: 20px;
	display: block;
}
.blogpost .side .social-links {
	margin-top: 0;
}
.blogpost .side .social-links li {
	display: block;
	margin: 0;
}
.blogpost .side .social-links li a {
	width: 100%;
	height: auto;
	display: block;
	font-size: 20px;
	margin-bottom: 0;
	text-align: right;
	background-color: transparent;
	border-color: transparent;
	color: #e84c3d;
}
.blogpost .side .social-links li.twitter a:hover {
	background-color: transparent;
	color: #55acee;
	border-color: transparent;
}
.blogpost .side .social-links li.facebook a:hover {
	background-color: transparent;
	color: #3b5998;
	border-color: transparent;
}
.blogpost .side .social-links li.googleplus a:hover {
	background-color: transparent;
	color: #dd4b39;
	border-color: transparent;
}
.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 100px;
}
.blogpost footer {
	background-color: #b1965e;
	padding: 12px 20px;
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 2;
	clear: both;
}
.blogpost ul.links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.blogpost ul.links li {
	display: inline-block;
}
.blogpost ul.links li a {
	color: #666666;
	display: inline-block;
}
.blogpost ul.links li a:hover {
	color: #e84c3d;
}
.blogpost.full {
	background-color: transparent;
	border: none;
}
.blogpost.full footer {
	border: 1px solid #e8e8e8;
}
.blogpost.full .blogpost-body {
	padding: 20px 0;
}
.blogpost.full .submitted {
	margin: 0 0 20px 0;
}
.blogpost.full .overlay-container {
	margin-bottom: 20px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.blogpost .blogpost-content {
		margin-left: 70px;
	}
	.blogpost .side {
		width: 50px;
	}
	.blogpost .post-info {
		width: 50px;
		height: 60px;
		padding: 8px 8px;
		margin: 0 20px 5px 0;
	}
	.blogpost .post-info .day {
		font-size: 20px;
	}
	.blogpost .post-info .month {
		font-size: 11px;
		line-height: 1.2;
	}
}

/* Affix */
#affix.affix {
	position: static;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	#affix.affix {
		position: fixed;
		top: 65px;
		width: 80px;
	}
	#affix.affix-bottom {
		position: absolute;
		width: 80px;
	}
}

/* Affix Menu - Sidebar */
.sidebar.affix {
	position: static;
}

/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 293px;
	}
	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 213px;
	}
	.sidebar.affix {
		position: fixed;
		top: 20px;
	}
	.fixed-header-on .sidebar.affix {
		top: 65px;
	}
	.sidebar.affix-bottom {
		position: absolute;
	}
	.sidebar.affix-bottom .affix-menu,
	.sidebar.affix .affix-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
	.affix-menu {
		padding-top: 20px;
	}
	h3.title ~ .affix-menu {
		padding-top: 0px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 390px;
	}
	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 263px;
	}
}
/* Blog Masonry layout
---------------------------------- */
.masonry-grid .blogpost {
	margin-bottom: 30px;
}
.masonry-grid .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}
.masonry-grid .blogpost h2.title {
	font-size: 24px;
}
.masonry-grid .blogpost .submitted {
	margin: 15px 0 10px;
}
.masonry-grid .blogpost .blogpost-content {
	margin-left: 0;
}
.blogpost-content h2, .blogpost-content p, .blogpost-content a {
	color: #000;
}
.masonry-grid .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}
.masonry-grid .blogpost .post-info .day {
	font-size: 20px;
}
.masonry-grid .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width:992px) and (max-width:1199px) {
	.masonry-grid .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.masonry-grid-item {
		max-width: 100%;
	}
}






