/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.single-post table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
.single-post table thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #369;
	border-bottom: 3px solid #036;
}
.single-post table tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #f3f6f7;
}
.single-post table td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.single-post .post-content h2{
	padding: 0.4em 0.5em;
color: #494949;
background: #f4f4f4;
border-left: solid 5px #3498db;
border-bottom: solid 3px #d7d7d7;
font-size: 18px;
}

.single-post .post-content h1 {
position: relative;
}

.single-post .post-content h1:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg,#cce4ff, #cce4ff 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #cce4ff, #cce4ff2px, #fff 2px, #fff 4px);
}
.single-post .post-content h3 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
}

.single-post .entry-title{
font-size: 12px;
border-bottom: solid 3px #cce4ff;
position: relative;
}
.single-post .entry-title:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #3498db;;
bottom: -3px;
width: 20%;
}

.single-post .post-content h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #3498db;
}
.single-post .post-content h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.single-post .post-content h4{
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
}
.single-post .post-content h5 {
border-bottom:2px dashed #3498db;;
color:#3498db;;
padding:4px 6px;
}
.single-post .post-content h6{
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

.single-post .post-content blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.single-post .post-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
}

.single-post .post-content blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

.single-post .post-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.widget img:hover {
    opacity: 0.8;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.recent-posts-content .meta span:nth-child(4), .fusion-comments{
    display: none !important;
}
.fusion-carousel-meta span:nth-child(2){
    display: none !important;
}
.fusion-carousel-meta span:nth-child(3){
    display: none !important;
}

.single-post .post-content a:link {
    color: #3498DB;
}