/*
 Theme Name:   Fundrize Child  
 Description:  Used mainly for interactive visualisations
 Author:       Roxana Torre
 Author URI:   https://www.torre.nl
 Template:     fundrize
 Version:      1.0.0
*/


.page-content {
	padding-top: 20px;
}
.page-content.post-1517, .page-content.post-2894{ /* homepage and visualisation page */
	padding-top:0px;
}
.post-2894 .wpb_single_image .vc_figure{
	margin-bottom:20px;
}
.hentry .post-content-single-wrap .post-title{
	padding-top: 10px;
}
.hentry .post-title {
	text-transform: none;
}
.vc_gitem-post-data-source-post_date, .vc_btn3{
	text-transform: uppercase;
}
.vc_gitem-post-data-source-post_date{
	font-size: .9em;
	letter-spacing: 1px;
	color:#999;
}
.vc_gitem-post-data-source-post_excerpt{
	font-size: 1em;
}
.ol-attribution ul{
	font-size: 0.8em;
}
.vis-intro p{
	font-size: 1.2em;
}
/* visualisation overview page */
.post-2995 h2{
    font-size: 24px;
}

/* featured box */
h4.heading {
	text-align: center;
}
/* sidebar */

#sidebar .post-media img{
	margin-top: 20px;
	webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
#sidebar #recent-posts-2.widget {
	margin-top:20px;
	margin-bottom: 30px;
}
#recent-posts-2 li{
	margin: 10px 0;
	border-bottom: 1px dotted #c4c4c4;
}

/* -- grid */

.vc_gitem-zone-a{
	height:600px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt, .vc_btn3-container.vc_btn3-right{
	display:none;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat, wprt-button.outline.ol-accent{
	border-color: #0066cc;
	background-color: #f8f8f8;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, wprt-button.outline.ol-accent:hover{
	background-color: #262626;
	color:#f8f8f8;
}
.no-results-content{
	margin-bottom: 50px;
}
/* slider */
.tp-revslider-mainul a{
	color:#ff9900;
}
.tp-revslider-mainul a:hover{
	color:#ff6633;
}

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

@media (min-width: 767px){
	.vc_gitem-zone-a{
		height:400px;
	}
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt{
		display:block;
	}
	.vc_btn3-container.vc_btn3-right{
		display:block;
	}
}

@media (min-width: 959px){
	.vc_gitem-post-data-source-post_excerpt{
		font-size: 1.1em;
	}
}