/*---------------------------------------------------------------------------------

	Theme Name: Studio Takken on Davis
    Text Domain: davis
	Version: 1.08
	Description: This theme is based on David (http://www.andersnoren.se). Added features by Studio Takken.
	Tags: blog, one-column, custom-menu, featured-images, post-formats, threaded-comments, translation-ready
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Blog
	5.  Post Content
	6.	Comments
	7.	Pagination
	8.	Footer
	8.5 mystuff
	9. Media Queries

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */



html, body { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    min-height: 100%; 
}

p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	text-align:left;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul { list-style:none; }

blockquote:before, 
blockquote:after { content:""; }

a { outline:none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Screen Reader Text */

.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	height: 1px;
	overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */




body {
    background: #fff;
	border: none;
    color: #111;
    font-size: 18px;
}

body * {
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
		box-sizing: border-box; 
		font-family: 'Lato', sans-serif;
 		font-weight:400;
}

sup { 
	font-family: 'Lato', sans-serif;	
    vertical-align: super;
    font-size: smaller;
    font-weight:300;
}

body a {
	color: #111;
	text-decoration: none;
}

body a:hover { 
	color: #111;
	text-decoration: underline; 
}

img {
	display: block;
	height: auto;
    max-width: 100%;
}

.clear { clear: both; }

::selection {
	background: #111;
	color: #FFF;
}

input::-webkit-input-placeholder { color: #999; }
input:-ms-input-placeholder { color: #999; }
input::-moz-placeholder { color: #999; }



/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.wrapper {
    margin: 0 auto;
}


/* -------------------------------------------------------------------------------- */
/*	3.	Header
/* -------------------------------------------------------------------------------- */


header { 
    margin: 0 auto 0px auto;
    width: 100%;
  	position:fixed;   
  	z-index:2;
  	/* top:0px; */
}

.menu { 
	margin: 0; 
	text-align: center;
	padding:0px;
}

.zoekkop {
	position:relative;
	top:50px;
	width:400px;
	margin:0 auto;
	z-index:1;
	text-align:center;
}


 
#topmenu {
	font-family: 'Lato', sans-serif;
	background-color:#333;
}

#topmenu li {

	height:35px;
		
}
#topmenu a {
	display:inline-block;
	width:100%;
	height:100%;
	background-color:#333;
	padding:10px;
	color:#fff;
	font-weight:300;
	font-size:0.8em;
	text-align: center;
}

#topmenu a:hover, #topmenu a:focus {
	background-color:#009933;
	text-decoration:none;
}

#topmenu .current-menu-item a {
	background-color:#009933;
	text-decoration:none;
}


@media ( min-width: 620px ) {

    .toggle-menu { display: none; }

    .menu-top-menu-container .menu li { position: relative; }
    .menu-top-menu-container .menu > li { display: inline-block; }
    .menu-top-menu-container .menu > li + li { margin-left: 0px; }

    .menu-top-menu-container .menu .page_item_has_children > a:after,
    .menu-top-menu-container .menu .menu-item-has-children > a:after { 
        content: " ↓"; 
		font-family: 'Lato', sans-serif;
    }

   .menu-top-menu-container .menu ul {
        position: absolute;
        left: -10000px;
       	top: 35px;
        width: 200px;
    }
    
    .menu-top-menu-container .menu > li > ul {
        font-size: 0.9em;
        padding-top: 0px;
    }

    .menu-top-menu-container .menu li ul:before {
        border: 6px solid transparent;
        border-bottom-color: #111;
        content: "";
        display: block;
        margin-left: -28px;
        position: absolute;
            left: 50%;
            top: 8px;
    }

    .menu-top-menu-container .menu ul a {
        background: #111;
        color: #fff;
        display: block;
        padding: 15px;
        text-align: center;
    }


    .menu-top-menu-container .menu ul a:hover { color: #fff; }

    .menu-top-menu-container .menu > li:hover > ul {
        left: 0px; 
        margin-left: 0px;
    }
    
    .menu-top-menu-container .menu ul li ul {
        margin: 0;
        padding-left: 20px;
        top: 0;
        width: 220px;
    }
    
    .menu-top-menu-container .menu ul li ul:before {
        border-color: transparent;
        border-right-color: #111;
        left: 14px;
        top: 18px;
    }

   .menu-top-menu-container .menu ul li:hover > ul {
        left: 200px;
    }
    
	.menu-top-menu-container .menu > li:hover > ul a {
		border-top:1px solid #333;
	}

	
	
	
}

header h2 {
    font-size: 1.5em;
	font-weight: 700;
    margin-top: 80px;
	text-align: center;
}

header p {
    margin-top: 0px;
	text-align: center;
	padding:5px;
	
}


/* -------------------------------------------------------------------------------- */
/*	4.	Blog
/* -------------------------------------------------------------------------------- */




.title {
    line-height: 1.4;
	/* text-align: center; */
}

.featured-image { 
    display: block;
    margin: 0 auto 30px auto; 
}

.meta {
    color: #999;
	margin-top: 30px;
}

.post .meta p { 
	line-height: 2;
    margin-bottom: 0;
    text-align: center; 
}

span.sep { margin: 0 15px; }

.meta p:first-child + p { margin-top: 15px; }

.meta a,
.meta a:hover { color: #999; }

.sticky {}


/* -------------------------------------------------------------------------------- */
/*	5.	Post Content
/* -------------------------------------------------------------------------------- */


.content * { max-width: 100%; }

.content a { border-bottom: 1px solid #111; }

.content a:hover { 
    border-color: #666;
    color: #666;
    text-decoration: none; 
}

em {
    font-style: italic;
}

.post p { 
	line-height: 2;
	margin-bottom: 30px; 
    font-weight: 300;	
}

.post p i { 
	line-height: 2;
	margin-bottom: 30px; 
    font-weight: 300;	
}	

.post p:last-child { margin-bottom: 0; }

.post h1,
.post h2,
.
,
.post h4,
.post h5,
.post h6 {
    font-weight: 300;
	margin-bottom: 30px;
}
.post h1 {
    font-weight: 100;
    font-size:2em;   
 
}



.post h3 {
    line-height: 2em;
    margin-top: 0px;
}

.title {
    font-weight: 100;
    font-size:3em; 
    color:#009933; 
    margin-bottom:30px;
  	line-height:1.2em;     
}

.sub-title {
    font-weight: 100;
    font-size:0.55em;  
    color:#000; 
	line-height: 1.2; 
}

.post hr {
	border: none;
	margin: 40px 0;
    text-align: center;
}

.post hr:before { content: "***"; }

.content > ol,
.content > ul {
    margin-bottom: 30px;
}

.post ol,
.post ul {
    margin-left: 1.5rem;
}

.post ul { list-style: disc; }
.post ul ul { list-style: circle; }
.post ul ul ul { list-style: square; }

.post ol { list-style: decimal; }
.post ol ol { list-style: lower-alpha; }
.post ol ol ol { list-style: lower-roman; }

.post li {
    line-height: 1.5;
	margin-top: 0.5em;
}

dd + dt { margin-top: 15px; }

/* Quotes ----------------------------- */

blockquote {
	border-left: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}

blockquote p { font-style: italic; }

blockquote cite:before { content: "— "; }

/* Media ------------------------------ */

div.wp-caption { 
	display: block;
	margin-bottom: 30px; 
}

.alignleft,
.alignright {
	margin-bottom: 20px;
    max-width: 50%;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.aligncenter,
.alignnone { margin: 0 auto; }

.gallery-caption,
.wp-caption-text {
    font-size: 0.9em;
    font-style: italic;
	margin-top: 10px;
}

.aligncenter .wp-caption-text { text-align: center; }
.alignright .wp-caption-text { text-align: right; }

/* Inputs ----------------------------- */

fieldset {
    border: 1px solid #ddd;
	padding: 25px;
}

fieldset legend {
    font-size: 0.9em;
    font-style: italic;
	padding: 0 15px;
}

label {
	font-size: 0.9em;
    font-style: italic;
    margin-bottom: 10px;
}

textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    border: 1px solid #ddd;
    color: #111;
	display: block;
	font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 15px;
    width: 100%;
}

textarea {
    line-height: 1.5;
	height: 200px;
}

input[type="button"],
input.button,
input[type="submit"] {
	background: #111;
    border: none;
    color: #fff;
    display: inline-block;
	font-size: 14px;
    padding: 14px 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="button"]:hover,
input.button:hover,
input[type="submit"]:hover {
	background: #333;
	cursor: pointer;
}

/* Tables ----------------------------- */

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

th,
td {
    line-height: 1.4;
	margin: 0;
	overflow: visible;
    padding: 2.5%;
}

caption {
    border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-weight: 700;
    padding-bottom: 2.5%;
	text-align: center;
	text-transform: uppercase;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th { 
	border-bottom: 1px solid #ddd;
	font-weight: 700; 
}

tbody > tr:nth-child(even) { background-color: #f6f6f6; }


/* -------------------------------------------------------------------------------- */
/*	6.	Comments
/* -------------------------------------------------------------------------------- */


.comment { margin-top: 40px; }

.comment a { text-decoration: underline; }

.commentlist > .comment:first-child { margin-top: 0; }

.comment .comment { margin: 40px 0 0 30px; }

.comment-author a,
.comment-meta a,
.comment .reply a {
    text-decoration: none;
}

.comment-author {
    padding-left: 50px;
    position: relative;
}

.bypostauthor .comment-author cite { font-weight: 700; }

.comment-author .says { display: none; }

.comment-author .avatar {
    position: absolute;
        left: 0;
        top: 1px;
    width: 40px;
}

.comment-awaiting-moderation {
    font-size: 14px;
    font-style: italic;
    padding-left: 50px;
}

.comment-meta { 
    font-size: 14px;
    margin: 2px 0 20px 0;
    padding-left: 50px;
}

.comment-meta a,
.comment-meta a:hover { color: #999; }

.comment .reply {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    text-align: right;
}

.comment .reply a { color: #999; }
.comment .reply a:hover { text-decoration: underline; }

/* Respond ---------------------------- */

.comment-respond p + p { margin-top: 20px; }

.post .comment-reply-title { text-align: center; }

.logged-in-as { 
    margin: -10px 0 30px; 
    text-align: center;
}

.comment-respond label { display: block; }


/* -------------------------------------------------------------------------------- */
/*	7.	Pagination
/* -------------------------------------------------------------------------------- */


.pagination { text-align: center; }
.pagination * + * { margin-left: 30px; }


/* -------------------------------------------------------------------------------- */
/*	8.	Footer
/* -------------------------------------------------------------------------------- */


footer { 
	padding: 0 0 80px;
}

footer p { 
    line-height: 1;
	text-align: center; 
}

footer p + p { 
    font-style: italic;
    margin-top: 15px; 
}






/* -------------------------------------------------------------------------------- */
/*	8.5.	My stuff
/* -------------------------------------------------------------------------------- */



@font-face {
	font-family: 'Lato', sans-serif;
}

.clearer {
	clear:both;
}


.background-image {
		position:absolute; 
		height:100%;
		width:100%; 		
		background-size: cover;
		background-attachment: fixed;
		background-repeat: repeat;
		background-position: center; 
		z-index:0;
		top:0px
}


#logo {
position: relative;
    top: -13px;
    left: 10px;
    width:120px;
}


#logo img {
	width:120px;	
}

.post-container {
	position:relative;
	width:100%;		
	padding-top:100px;
	min-height: 100vh;	
    padding-bottom: 180px;	
    border-bottom:20px solid #333;
}


.mmm-page {
	position:relative;
	max-width:876px;
	margin:0px auto;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.9);
	padding:75px;
	padding-top:40px;
	padding-bottom:40px;	
	border: solid 1px #fff;
	/* min-height: 100vh; */
}

.overlay_bg_off .mmm-page {
	background-color:rgba(255,255,255,0);
	border: none;
}


h1, h2, h3, h4, h5, h6 {
	font-style :light;
	font-weight:500;
}

.bg_color_black { background-color:#000000; }



.bottom-nav-item a {
	display: block;
	width:100%;
	height:100%;
}


.screendumb-container {
	height:120px;
	width:100%;	
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
    clear: both;
    left: 0;
    overflow: auto;
    position: relative;
    top: 0;

    transition: all 0.5s ease;
}

.title-only {
	/* height:32px; */
	background-color:rgba(0, 153, 51, 0.7);;
}

.screendumb-container:hover {
  /* background-size: 105%; */
}


.highlight {
    border: 10px solid rgba(0,0,0,0.8);	
}

.screendumb-small {
	height: 115px;
	margin-bottom:20px;
}


.screendumb-banner {
	width:100%;
	margin-bottom:40px;
    border: 1px solid rgba(0,0,0,0.6);	
	transition: all 0.5s ease;
	
}

.screendumb-banner:hover {
	/* height: 175px; */
}

.screendumb-small .screendumb-container {
	height:75px;
	width:120px;
}


.screendumb-small .index-images-item-title {
	width:120px;
}

.screendumb-banner .index-images-item-title {
	/* display:none; */
}

.screendumb-banner .index-images-item-excerpt {
    padding: 10px 15px;
    font-size: 1em;
    line-height: 1.4em;
}


.screendumb-mid {
	height:260px;
	width:24%;	
	margin-bottom:10px;
	overflow:hidden;
	border: solid 1px #000;
	padding:0px;
}
.screendumb-mid .index-images-item-excerpt {
	font-size:0.8em;
	padding:6px;
}

.screendumb-mid .index-images-item-excerpt p {
	line-height:1.5em;
}


.thema-list {
	margin:20px 0px;
}


.index-images-item-title {
	position:absolute;
	bottom:0px;
	width:100%;
	height:auto;
	background-color:rgba(0, 153, 51,0.7); /* #003399 */
	/* background-color:hsla(140, 100%, 30%,0.7); */	
}




.screendumb-mid .index-images-item-title {
	font-size:0.8em;
}



.index-images-item a {
	display: block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#333;	
	border:none;
	padding:5px 15px;
	color:#fff;
}


.index-images-item {
	position:relative;
}

.fill-the-div {
	position:absolute;
	top:0px;
	left:0px;
	display: block;
	width:100%;
	height:100%;
}

.index-images-item:hover {
	background-color:rgba(0, 153, 51,0.2); /* #003399 */
	cursor: pointer;
}

.screendumb-small .index-images-item-title a {
	font-size:0.8em;
	line-height:1.2em;
}



.index-images-item {
	float:left;
	margin-right:5px;

}

footer {
	background-color:#333;	
}

.footer-widgets {
	margin:0px auto;
	width:840px;
	padding: 0px 26px;

}

.footer-widget {
	width:374px;	
	margin:10px;
	
	
	float:left;

}


.footer-widget-title {
	    font-weight: 500;
	    margin:10px 0px;
	    color:#eee;
}

#menu-footer-menu li {
	display: list-item;
	padding:3px 0px;
}

#menu-footer-menu li a {
	font-size:0.8em;
	color:#eee;
}
#payoff {
	text-align:center;
	font-size:0.6em;
	color:#ccc;	
}

/*
[data-aos="fademein"] {
	background-color:#f00;
  	opacity: 0;
  	transition-property: opacity;
}

[data-aos="fademein"].aos-animate {
	opacity: 1;
}
*/

* {
  box-sizing: border-box;
}

.item {
  width: 15px;
  height: 15px;
  margin: 15px auto;
  padding-top: 15px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}

/* Animations */

[data-aos="rotator-mmm"] {
  transition-property: background;
}


[data-aos="rotator-mmm"].aos-animate {
	transition-property: transform, opacity;
	transform: rotate(360deg);
}


/* needed for background images in firefox */
.aos-animate[data-aos^="fade"][data-aos^="fade"] {
    opacity: 1;
    transform: none !important;
}


.interlink {
	width:25px;
	height:25px;
	background: url( /duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/nav_circle.png) no-repeat center;
	background-size:70%;
}


.interlink a { 
	display: block;
	width:100%;
	height:100%;
	text-decoration:none;	
}
 

.three-left {
	width:65%;
	margin-right:3%;
	float:left;	
}

.one-right {
	width:32%;
	float:left;
}

.one-right .index-images-item-excerpt {
	font-size:0.7em;
}

.bg-caption {
	position: relative;
	position: absolute;
    bottom: 0px;
    right:0px;
    background-color:rgba(255,255,255,0.5);
    padding:2px 20px;
    color:#333;
    font-size:0.7em;
}



.opening-the-site {
    position: relative;
    width:100%;
    max-width: 876px;
    margin: 0px auto;
    /* background-color:rgba(0, 153, 51,0.7); */
    padding:0px 0px 20px 0px;
    text-align:center;
}
.opening-the-site img {
	width:240px;
	display:inline;
}

.front-title {
    font-weight: 700;
    font-size: 4em;
    color: #009933;
    margin-bottom: 30px;
    line-height: 1.2em;
}

#internav {
	position: fixed;
	right: 30px;
	top: 40vh;
}





.rpwwt-widget ul {
    margin-left: 0rem;
}








/* http://w3bits.com/css-masonry/ */

.bp_masonry {
	column-count: 2;
    column-gap: 1em;
}

.bp_front {	
	position:relative;
    width: 215px;
    height: auto;
    border: solid 1px #333;
    margin-right: 20px;
    margin-bottom: 20px;
    
    
	display: inline-block;
    margin: 0 0 1em;
    width: 100%;    
        
}

.bp_front_header {
	width:100%;
	padding:5px;
	color:#006633;
	text-align:center;
	font-weight:600;
	font-family: 'Lato', sans-serif;	
	font-size:30px;
}

.bp_front_icon {
	width:100%;
	height:130px;
	background-position: center center;
	background-repeat: no-repeat;	
}

.bp_theme_icon {
	width:100%;
	height:160px;
	background-position: center center;
	background-repeat: no-repeat;	
}


.bp_theme_header {
	margin-top:10px;
	width:100%;
	padding:5px;
	color:#006633;
	text-align:center;
	font-weight:600;
	font-family: 'Lato', sans-serif;	
	font-size:50px;
}



.bp_front_icon_water {
	background-image: url('/duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/themes/theme_water.png');
}
.bp_front_icon_afval {
	background-image: url('/duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/themes/theme_afval.png');
}
.bp_front_icon_energie {
	background-image: url('/duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/themes/theme_energie.png');
}
.bp_front_icon_catering {
	background-image: url('/duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/themes/theme_catering.png');
}
.bp_front_icon_mobiel {
	background-image: url('/duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/themes/theme_mobiel.png');
}
.bp_front_icon_inkopen {
	background-image: url('/duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/themes/theme_inkopen.png');
}

.bp_front_icon_organisatie {
	background-image: url('/duurzaamamsterdam/wpsite/wp-content/themes/studiotakken_light/images/themes/theme_organisatie-en-communicatie.png');
}

.bp_front_intro {
	padding:5px;
    line-height: 1.5;
    font-weight: 300;
    text-align:center;
}


.bp_link {
border-bottom: 0px !important;
}


.bp_icon_list {
	position:relative;
    width: 95px;
    height: auto;
    border: solid 0px #333;
    margin-right: 20px;
    margin-bottom: 20px;
	display: inline-block;
    margin: 0 0 1em;
}

.bp_icon_list .bp_theme_header {
	margin-top:0px;
	width:100%;
	padding:0px;
	color:#006633;
	text-align:center;
	font-weight:600;
	font-family: 'Lato', sans-serif;	
	font-size:14px;
}

.bp_icon_list .bp_theme_icon {
	width:100%;
	height:100px;
	background-position: center center;
	background-repeat: no-repeat;	
	 background-size: 85%;
}



[draggable=true] {
    cursor: move;
}


.best-practices-breadcrumb {
	font-size:0.8em;
	
}



/* -------------------------------------------------------------------------------- */
/*	9.	Media Queries
/* -------------------------------------------------------------------------------- */

@media ( max-width: 1024px ) {

}



@media ( max-width: 768px ) {

	
	.mmm-page {
    	width: 94%;
    	padding: 6%;
	}
	
	.opening-the-site {
    	width: 94%;	
	}
	
	.footer-widgets {
		max-width:447px;
	}
	.footer-widget {
		margin-bottom:40px;
	}
	
	.three-left {
	    width: 100%;
	}
	
	.one-right {
		width: 100%;
	}
	
	.index-block {
		margin-top:20px;
	}
	.home .screendumb-banner {
    	width: 49%;
	}
	
}



@media ( max-width: 620px ) {

    body { font-size: 16px; }
  
	.mmm-page {
		padding: 8px;
	}
	
	#logo {
	    position: relative;
	    top: -13px;
	    left: 10px;
	    width: 60px;
	}  
	  
    .toggle-menu {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 5px;
        position:absolute;
        right:0px;
    }
    
	#topmenu {
	    height: 28px;
	}
    .show-menu .toggle-menu { text-decoration: line-through; }
    
    .menu-top-menu-container .menu { 
        display: none;
        margin: 0px 0 0;
    }
    
    .menu-top-menu-container .menu li {
        line-height: 1.5;
        text-align: center;
    }
    
    .menu-top-menu-container .menu li li { 
    	font-style: italic;
    }
    
   .menu-top-menu-container .menu li li a:before {
		content: "- ";
   }
 
	.post-container {
    	padding-top: 100px;
	}
	
	.opening-the-site img {
		width:140px;
	}
		
	#internav {
		position: fixed;
		right: 0px;
		top: 40vh;
	} 
    
    .show-menu .menu { display: block; }
    
    header { margin-bottom: 0px; }
    
    header h2 { margin-top: 40px; }
    
    .post:before,
    .comments:before,
    .comment-respond:before,
    .comments .comment-respond:after,
    .pagination:before,
    footer:before {
      /*  margin: 50px auto; */
    }
    
    .featured-image {
        margin-left: -50vw;
        position: relative;
            left: 50%;
        width: 100vw;
    }
    
    span.sep { margin: 0 10px; }
    
    .pagination a + a { margin-left: 20px; }
    
    footer { padding-bottom: 50px; }
    
	.footer-widgets {
		max-width: 100%;
	    padding: 0px 0px;
	}
	.footer-widget {
	    margin: 4%;
	    float: left;
	    width:92%;
	}
	
	.home .screendumb-banner {
	    width: 100%;
	}
	
	.screendumb-mid {
  	   	height: 250px;
    	width: 48%;
	}
}

@media ( max-width: 500px ) {

    .post:before, 
    .comments:before, 
    .comment-respond:before, 
    .comments .comment-respond:after, 
    .pagination:before, 
    footer:before {
        margin: 30px auto;
    }

	
}
	
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	/* 
		background image stutters when scrolling on IE 
		this is as fix, but:
		http://stackoverflow.com/questions/19377810/ie-10-11-make-fixed-backgrounds-jump-when-scrolling-with-mouse-wheel
		so no scroll effects here...
		
	*/
	html{
	    overflow: hidden;
	    height: 100%;    
	}
	body{
	    overflow: auto;
	    height: 100%;
	}
	
	[data-aos^=fade][data-aos^=fade] {
	    opacity: 1;
	}
		
}	

