/*
Theme Name: Bootstrap 3.1.1 Starter Wordpress theme
Author: 3sparks llc
Author URI: http://3sparks.net/
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #f5f5f5;
}

body {background:#ffffff;}


/* display-posts-listing */
.display-posts-listing {
border:1px solid #e7e7e7;
border-right:none;
border-left:none;
list-style:none;
padding:0;
margin:0;
margin-bottom:20px;}
.display-posts-listing:after {
visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;}
.display-posts-listing div.col-md-3 {
min-height:380px;}
.display-posts-listing div.col-md-3 div.card {
margin:15px;
border:1px solid #e7e7e7;
}
.display-posts-listing div.col-md-3 div.card:hover { box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);}
.display-posts-listing div.col-md-3 div.card span.card-number{
background:#fff; 
height:40px; 
width:40px; 
border-radius:20px; 
margin-top:-20px; 
display:block; 
position:relative; 
margin-left:auto; 
margin-right:auto; 
font-size:1.6em; 
text-align:center;
padding-top:2px; 
border:2px solid #fff;}
.display-posts-listing div.col-md-3 div.card div.card-image {background:#fff; text-align:center; padding:5px 0px;}
.display-posts-listing li.listing-item span.title {display:block;}
.display-posts-listing div.col-md-3 div.card span.card-title {
display:block; 
color:#fff;
text-align:center;
background:#001425; 
margin-top:-20px; 
padding:10px;
padding-top:20px;}
footer {
min-height:100px;
background:#001425;
}
