/*
 Theme Name:   Highriser Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Highriser Child Theme
 Author:       Simon Raffeiner
 Author URI:   http://www.oneman-onemap.com
 Template:     highriser
 Version:      0.0.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  highriser-child
*/

h1, h2, h3, time.entry-date, p, ul, li { color: white; }

table, th, td { border: 0px; cell-spacing: 20px; border-spacing: 20px 20px; border-collapse: separate; text-align: center; vertical-align: middle; }

a {color: lightblue; }

.wp-post-image {
display: none;
visibility: hidden;
}

.col-lg-8 {
	width: 90%;
}

.col-lg-offset-2 {
	margin-left: 5%;
}

.holder {
	width: 92%;
	max-width:1450px;
	padding-left: 0px;
	padding-right: 0px;
}

#content,.article,.post,.blog-content {
	width:100%;
	margin-left: 0px;
	margin-right: 0px;
}

.card[data-background="image"] .filter {
  opacity: 0;
}

.card[data-background="image"]:hover .filter {
  opacity: 0.90;
}
