/*
   Theme Name:     Big Pixel - Supergrid
   Theme URI:      https://bigpixel.ca/supergrid
Description:    Transforming Edmonton Theme
Author:         Big Pixel Creative - Wyatt Johnson / Bryan 
Author URI:     http://wyattjohnson.ca
Template:       supergrid
Version:        1.0.0
 */

@import url("../supergrid/style.css");


.image_box {
position: relative;
}

body {
	padding-top: 0!important;
background: #eeeeee!important;
}

a:hover, a:visited, a:link, a:active{
color:#0063be;
  }
a:hover{
	  text-decoration: underline;
  }
a{
color:#0063be;
}


/**  NAVIGATION **/
.top-nav-header{
background: #0f6cc2; /* Old browsers */
background: -moz-linear-gradient(top,  #0f6cc2 0%, #0063be 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f6cc2), color-stop(100%,#0063be)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0f6cc2 0%,#0063be 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0f6cc2 0%,#0063be 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0f6cc2 0%,#0063be 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0f6cc2 0%,#0063be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6cc2', endColorstr='#0063be',GradientType=0 ); /* IE6-9 */
position:relative;
}

.left-logo{
overflow: hidden;
position:absolute;
left:0;
top:0;
height:100%;
max-width: 100%;
}
.left-logo img{
	/*
height:100%;
width: 100%;
	 */
overflow: hidden;
}

.top-nav-header .top-bg{
position:absolute;
background: url('./images/top-bg.png') repeat-x;
height:57%;
width:100%;
top:0;
left:0;
}

.top-nav-container{
width: 995px;
margin:auto;
position:relative;
}

.top-half-container{
	min-height:78px;
}	

/* secondary - top nav */
.top-nav-header .secondary-menu{
position:relative;
display:inline-block;
	margin-left:5px;
	z-index: 200;
	vertical-align:middle;
	margin-bottom:1px;
}

.top-nav-header .secondary-menu li{
display:inline-block;
	margin-right:18px;
}
.top-nav-header .secondary-menu li a{
	font-family: 'Source Sans Pro', sans-serif;
color:white;
      text-transform:uppercase;
      font-size:13px;
      font-weight:300;
      letter-spacing: 0.5px;
}
.top-nav-header .secondary-menu li a:hover{
	text-decoration:underline;
}

/** Social Media **/
.social-container{
display:inline-block;
	margin-right: 12px;
	vertical-align:middle;
}
.social-container a{
display:inline-block;
	margin-right: 5px;
width:19px;
height:17px;

       text-indent: 100%;
       white-space: nowrap;
overflow: hidden;
}

.social-container .twitter{
background: url("./images/twitter-icon.png") no-repeat;
}
.social-container .facebook{
background: url("./images/facebook-icon.png") no-repeat;
}
.social-container .youtube{
background: url("./images/youtube-icon.png") no-repeat;
}
.social-container .youtube:hover{
background: url("./images/youtube-icon-hover.png") no-repeat;
}
.social-container .twitter:hover{
background: url("./images/twitter-icon-hover.png") no-repeat;
}
.social-container .facebook:hover{
background: url("./images/facebook-icon-hover.png") no-repeat;
}

/** Search form **/
#searchform{
display:inline-block;
	border-left: 1px solid #5993cd;
}

#searchform input{
display:inline-block;
background:none;
color:white;
      font-family: 'Source Sans Pro', sans-serif;
      font-size:13px;
border:none;
padding:0;
}

#searchform input#s{
	padding-left: 25px;
width:130px;
}

#searchform input#s:hover{
cursor:text;
}

::-webkit-input-placeholder {
color: white;
       text-transform: uppercase;
       font-weight:lighter;
}

:-moz-placeholder { /* Firefox 18- */
color: white;  
       text-transform: uppercase;
       font-weight:lighter;
}

::-moz-placeholder {  /* Firefox 19+ */
color: white;  
       text-transform: uppercase;
       font-weight:lighter;
}

:-ms-input-placeholder {  
color: white;  
       text-transform: uppercase;
       font-weight:lighter;
}

#searchform #searchsubmit{
position:relative;
display:inline-block;
}


/* LOGO */
.top-nav-header .image-logo{
display:inline-block;
position:absolute;
right:0;
      margin-top:14px;
      z-index: 1;
}

.top-nav-header .image-logo img {
	max-width: 100%;
}
.top-nav-header .image-logo:hover{
cursor:pointer;
}

/* Main navigation */
.top-nav-header .navigation{
position: relative;
background: none;
padding: 0;
width: auto;
display: inline-block;
	 vertical-align:bottom;	
}
.top-nav-header .navigation ul.nav{
	vertical-align:bottom;
}

.top-nav-header .navigation ul.nav  > li{
background:none;
}

.top-nav-header .navigation ul.nav  li:hover{
background: #2470bd;
}

.top-nav-header .navigation ul.nav > li:hover ul{
background: #2470bd;
}
.top-nav-header .navigation ul.nav li a:hover{
background: #1b6bba;
}

.top-nav-header .navigation ul.nav  > li > a{
	border-bottom: 6px solid;
background:none;
padding: 16px 12px 12px 12px;
}


.top-nav-header .navigation ul.nav li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

.top-nav-header .navigation ul.nav li:last-child ul{
	/** 
right: 0;
	 **/
}

.top-nav-header .navigation ul.nav ul li a{
	border-bottom: 1px solid #5993cd;
}


/** Cateogry Title **/
.category-title, .no-results{
	padding-left: 22px;
margin: auto;
	margin-top: 20px;
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
color: #0063be;
}

/** NO results **/
.no-results{
	font-size: 16px;
}

/** Homepage / posts grid **/
#container{
	padding-top:25px;
}

.widget .post .image_box .entry-image img{
	/* min-height:200px; */
}

.entry{
background: #0063be;
	    padding-top:12px
}
.entry:hover{
background:#2a7dc9;
}
.entry-image:before{
display:none;
}

.entry .heading, .entry .heading a{
color:#FFF;
      font-size:24px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight:bold;
border:none;
padding:0;
	text-transform: none;
	line-height:25px;
}

.entry .heading{
margin:0;
}

.entry, .entry a, .entry p {
color: #eeeeee;
       font-family: 'Source Sans Pro', sans-serif;
       font-weight: 300;
       font-size: 16px;	
}

.entry p{
	margin-bottom: 9px;
}

/* Front page category tags*/
.category_teaser.in_image {
position: absolute;
bottom: 9px;
	padding-left:18px;
}
.category_teaser.out_image {
	margin-bottom: 10px;
}

.category_teaser.out_image a{
border: 1px solid white;
	margin-left:0px;
	margin-right: 10px;
}

.category_teaser a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
padding: 6px 9px;
margin: 0 5px;
color: white;
       margin-top:10px;
display:inline-block;
}

/** Comment Posts on Homepage **/
.comment-quote{
background: url("./images/quotes.png") no-repeat;
width: 106px;
height:38px;
       margin-bottom:6px;
       margin-top:12px;
}

.fc-container .post-info{
	margin-top: 10px;
}

.post-info .comment-author:before{
background: url('./images/commenter_icon.png') no-repeat;
}

.post-info .comment-on:before{
background: url('./images/document_icon.png') no-repeat;
}


/* Post info at bottom */
.post-info, .post-info a{
	text-transform: uppercase;
	font-size:12px;
	letter-spacing: 0.5px;
color: #eeeeee;
}

.post-info a{
display:inline-block;
	margin-right:10px;
}

.post-info .author span, .post-info .comment-author span, .post-info .comment-on span{
	font-weight: 600;
color:#fff;
}

.post-info .author:before,.post-info .date:before,.post-info .comments:before,.post-info .comment-on:before,.post-info .comment-author:before, .post-info .view-count:before{
content: '';
width:14px;
height:14px;
display:inline-block;
	vertical-align: middle;
}
.post-info .author:before{
background: url('./images/author_icon.png') no-repeat;
}
.post-info .date:before{
width:12px;
height:12px;
background: url('./images/date_icon.png') no-repeat;
}
.post-info .view-count:before{
width:auto;
height:12px;
background: url('./images/view-icon.png') no-repeat;
	    padding-left: 20px;
}
.post-info .comments:before{
background: url('./images/comment_icon.png') no-repeat;
}
.post-info .comments{
width:auto;
}
.post-info .share{

}

.entry .post-info a, .post-header .post-info a{
opacity:0.8;
}

/*** SINGLE POST PAGE ***/
.entry-container{
	margin-bottom: 40px;
}	

.post-header{
padding: 14px 23px 20px 23px;
}
.post-header, .post-header a{
color:#fff;
}

.post-title{
color:#fff;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 30px;
      font-weight: bold;
      margin-bottom:8px;
      line-height: 31px;
}

.post-header .post-info, .post-header .post-info a, .post-header .post-info div{
	font-family: 'Source Sans Pro', sans-serif;
color: #eeeeee;
}
.post-header .post-info div{
display:inline-block;
}	

.post-header .post-info .author:before{
background: url('./images/author_icon-white.png') no-repeat;
}
.post-header .post-info .date:before{
background: url('./images/date_icon-white.png') no-repeat;
}
.post-header .post-info .comments:before{
background: url('./images/comment_icon-white.png') no-repeat;
}
.post-header .post-info .view-count:before{
background: url('./images/view-icon-white.png') no-repeat;
}

.post-single{
background: #fff;
color: #000000;
       font-family: 'Source Sans Pro', sans-serif;
padding: 30px 23px;
}
.post-single p, .post-single li, .post-single h1, .post-single h2, .post-single h3, .post-single h4,
	.post-single h5, .post-single h6{
color: #000;
       font-family: 'Source Sans Pro', sans-serif;
       text-transform:none;
	}

.post-single a:hover{
	text-decoration: underline;
color: #035bb3;
}

.post-single, .post-single p{
	font-size: 16px;
}
.post-single p{
	margin-bottom: 10px;
}
.post-single h1, .post-single h2, .post-single h3, .post-single h4,
	.post-single h5, .post-single h6{
		margin-bottom: 7px;
	}	



/** Single Post Side bar **/

.bps-widget {
position: relative;
padding: 22px;
	 margin-bottom: 20px;
background: #fff;
	    font-family: 'Source Sans Pro', sans-serif;
}

.bps-widget .heading{
color: #0063be;
       font-family: 'Source Sans Pro', sans-serif;
       font-weight:bold;
       font-size: 24px;
       text-transform:none;
       border-bottom:1px solid #e5e5e5;
       line-height:23px;
}

/** Related Posts **/
.related-container .heading{
	margin-bottom: 9px;
}
.related_post{
	font-weight:lighter;
}
.related_post a{
color:#000;
}
.related_post a.title{
	font-size: 22px;
	font-weight:normal;
	margin-bottom: 9px;
display:inline-block;
	line-height: 25px;
}
.related_post li{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:19px;
	margin-bottom:7px;
}
.related_post .post-info .author span{
color: #000;
}		

.related_post .post-info .author:before{
background: url('./images/author_icon-grey.png') no-repeat;
}
.related_post .post-info .date:before{
background: url('./images/date_icon-grey.png') no-repeat;
}
.related_post .post-info .comments:before{
background: url('./images/comment_icon-grey.png') no-repeat;
}

.related-container .cat-links a{
color:#0063be;
}
.related-container .cat-links a:hover{
color:#035bb3;
}



/** Strategic side **/
.plan-container{
	padding-bottom:15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.plan-container .strat-img, .plan-container .post-container
{
display:inline-block;
}
.plan-container .strat-img img{
	max-width: 78px;
height:auto;
}
.plan-container .post-container{
	padding-left: 15px;
	vertical-align: top;
	max-width: 63%;
}
.plan-container .plan-title{	
color: #000;
       font-size: 22px;
       font-weight: normal;
}
.plan-container .plan-title a{
color: #000;
}
.plan-container .plan-title a:hover{
color: #000;
}

.plan-container .plan-content{
	font-size: 16px;
color: #000;
       font-weight: lighter;
}

.read-more,.read-all{
	font-size: 14px;
	font-weight:lighter;
}
.read-more a, .read-all a{
color: #0063be;
}
.read-more a:hover, .read-all a:hover{
color: #035bb3;
}




/** Author Section **/
.author-section{
background: #d6d6d6;
	    font-family: 'Source Sans Pro', sans-serif;
color: #000;
padding: 25px;
}

.author-section .about-author{
	padding-bottom: 15px;
}	
.author-section .about-author div{
	font-size: 10px;
	text-transform: uppercase;

}
.author-section .about-author a{
	font-size: 19.21px;
	font-weight:bold;
color: #000;
}
.author-section .author-img, .author-section .author-bio{
display:inline-block;
}

.author-section .author-img{
background: #fff;
	    border-radius: 50%;
border: 10px solid white;
}
.author-section .author-img img{
	vertical-align:middle;
}

.author-section .author-bio{
	vertical-align:top;
	font-size:16px;
	font-weight:lighter;
	padding-left: 15px;
	margin-bottom: 15px;
}

.circular{
width: 100px;
height: 100px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}


/** COMMENTS **/
#comment-section{
background: #fff;
}

#comment-section .title{
color:#0063be;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 24px;
      font-weight: bold;
padding: 17px 20px 5px 20px;
}
.comment-container{
padding: 0 20px;
	 font-family: 'Source Sans Pro', sans-serif;
color: #000;
}
.comment-container .v-padding{
padding: 20px 0;
	 border-top: 1px solid #e5e5e5;
}
.comment-container .comment-meta{
	margin-bottom: 5px;
}
.comment-container .comment-author{
color:#0063be;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 19.21px;
display:inline-block;
	margin-right: 15px;
}
.comment-container .comment-time{
	font-size: 11px;
color: #000;
       text-transform: uppercase;
display:inline-block;
}	
.comment-container .comment-body, .comment-body p{
color: black;
       font-size: 16px;
       font-family: 'Source Sans Pro', sans-serif;
       margin-bottom:0;
}

#comment-section .heading, #comment-section p{
	font-family: 'Source Sans Pro', sans-serif;
}


/** Feature Container **/
.feature-container{	
background: #fff;
}
.feature-container .container{
	max-width: 984px;
padding:20px 0 40px 0;
}

.feature-container .feature-title{
border:none;
margin:0;
padding:8px 0 15px 0;
	font-family: 'Source Sans Pro', sans-serif;
color: #0063be;
       font-size: 24px;
       font-weight:bold;
       text-transform:none;
}

.feature-container .image_box img{
	min-height:200px;
}

/*** More link **/
#page_nav a{
	background-color: #0063be;
}

#page_nav a:hover{
	background-color: #2a7dc9;
}

/** FOOTER ****  **/

div.footer{
background: #003f94;
	    border-top: 25px solid #0063be;
height:auto;
       font-family: 'Source Sans Pro', sans-serif;
color:white;
      font-size:16px;
      font-weight:300;
margin:0;
}

/* Twitter feed ** */
div.footer .footer-twitter{
background: #004fa7;
	    padding-top:23px;
	    padding-bottom:28px;
}

.footer-twitter .twitter-container{
width: 80%;
margin:auto;
}
.twitter-container .twitter-bird{
background: url("./images/twitter-bird.png") no-repeat center;
display:inline-block;
height: 48px;
width: 64px;
       vertical-align:middle;
}

.footer-twitter .tweets{
	margin-left: 12px;
	max-width:80%; 
display:inline-block;
	vertical-align:middle;
}
.footer-twitter .tweet_user, .footer-twitter .tweet_profile_img, .footer-twitter .tweet_secondary_meta
{
display:none
}

.footer-twitter .tweet_primary_meta, .footer-twitter .tweet_text, .footer-twitter .tweet, .footer-twitter .tweet_content{display:inline-block;}
.footer-twitter .tweet_primary_meta{
	margin-right: 10px;
}

.footer-twitter .tweet, .footer-twitter .tweet_text{color:#fff; font-size:22px;font-family: 'Source Sans Pro', sans-serif;}
.footer-twitter .tweet_text a{color: #fff;}
.footer-twitter .tweet_text a:hover{ color:#fff;}

.tweet_primary_meta .tweet_screen_name{
	font-weight:bold;
}	
.footer-twitter .tweet_text{
	font-weight:lighter;
	vertical-align:baseline;
display:inline;
}


/* Bottom footer */
div.footer .bottom{
margin:auto;
       padding-top:35px;
       max-width: 995px;
}

div.footer .bottom .edm-logo img{
width:100%;
}

div.footer ul{
padding:0;
color: #fff;
}

div.footer ul li{
padding: 2px 0px;

}

div.footer ul li a, div.footer .title{
color: #fff;
       font-size:16px;
}

div.footer .title{
	font-weight:600;
	margin-bottom:6px;
	font-size: 22px;
}


/** CLASS COLORS */
.edm-blue{
background: #0063be;
}
.edm-blue:hover{
background:#2a7dc9;
}

.community, .category-community, .entry.community{
background:#909215;
}
.community:hover{
background:#9b9e2d;
}
.top-nav-header .navigation ul.nav > li > a.community{
	border-color: #909215;
}

.economy, .category-economy, .entry.economy{
background:#E4AA14;
}
.economy:hover{
background:#e3ba53;
}
.top-nav-header .navigation ul.nav > li > a.economy{
	border-color: #E4AA14;
}

.environment, .category-environment, .entry.environment{
background:#cf2867;
}
.environment:hover{
background:#d54179;
}
.top-nav-header .navigation ul.nav > li > a.environment{
	border-color: #cf2867;
}

.heritage, .category-heritage, .entry.heritage{
background:#31b3d0;
}
.heritage:hover{
background:#46c4d5;
}
.top-nav-header .navigation ul.nav > li > a.heritage{
	border-color: #31b3d0;
}
.leisure, .category-leisure, .entry.leisure{
background:#3d8e91;
}
.leisure:hover{
background:#519a9c;
}
.top-nav-header .navigation ul.nav > li > a.leisure{
	border-color: #3d8e91;
}
.open-gov, .category-open-gov, .entry.open-gov{
background:#9e4077;
}
.open-gov:hover{
background: #a85486;
}
.top-nav-header .navigation ul.nav > li > a.open-gov{
	border-color: #9e4077;
}


.safety, .category-safety, .entry.safety{
background:#a6a844;
}
.safety:hover{
background:#afb156;
}
.top-nav-header .navigation ul.nav > li > a.safety{
	border-color: #a6a844;
}
.transportation, .category-transportation, .entry.transportation{
background:#E4AA14;
}
.transportation:hover{
background:#e7c36a;
}
.top-nav-header .navigation ul.nav > li > a.transportation{
	border-color: #E4AA14;
}
.urban-planning, .category-urban-planning, .entry.urban-planning{
background:#ce2464;
}
.urban-planning:hover{
background:#d43a74;
}
.top-nav-header .navigation ul.nav > li > a.urban-planning{
	border-color: #ce2464;
}



/** Circular image **/
.img-circle{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


@media screen and (max-width: 979px) {

	/** TOP CONTAINER **/
	.top-nav-header{
padding: 0 20px;
	}

	.top-nav-header .top-bg{background:none;}

	.top-nav-container{
width: 100%;
	}

	/* LOGO */
	.top-nav-header .image-logo{
		margin-top:0px;
	}

	.top-nav-header .navigation{
display:none;
	}

	/** Mobile nav */
	.mobile-nav-container{
height:45px;
overflow:visible;
padding: 13px 0;
	 padding-top: 9px; 
	}
	.mobile-nav-bar{
background:none;
padding:0;
	}	


	.mobile-nav-container #mobile-nav, .mobile-nav-container #info-nav, .mobile-nav-container #srch-drop{
background: #62b4ff;
	}
	.mobile-nav-bar .btn-mobile-nav{
		background-color: #fff;
		background-image: url('./images/blue-lines.png');
		background-size: 25px 25px;
	}
	.mobile-nav-bar .btn-info-nav{
		background-color: #fff;
		background-image: url('./images/information-symbol.png');
		background-size: 25px 25px;
	}
	.mobile-nav-bar .btn-info-nav:hover, .mobile-nav-bar .btn-mobile-nav:hover, .mobile-nav-bar .btn-search:hover{
		background-color: #62b4ff;
	}

	/** Main nav */
#mobile-nav ul li a,#mobile-nav li ul.sub-menu li a{
color: #fff;
}
#mobile-nav > ul > li > a{
color:#fff;
      font-weight:bold;
}

/** secondary menu mobile **/

div#info-nav{
right:76px;
top:58px;
}

#info-nav ul.secondary-menu{padding:20px;}
#info-nav ul.secondary-menu li{
display:block;
}

/** Mobile Search Form **/
.top-half-container #searchform{
display:none;
}

.mobile-nav-bar .btn-search{
height: 45px;
width: 45px;
       margin-top: 4px;
       margin-right: 11px;
border: none;
float: right;
cursor: pointer;
	background-color: #fff;
	background-image: url('./images/search-icon.png');
	background-repeat: no-repeat;
	background-position:  center;
}

#srch-drop{
	z-index: 500;
background: #222;
position:fixed;
top:58px;
right:132px;
}
#srch-drop form#searchform{
border:none;
padding: 20px;
margin:0;
}

#srch-drop #searchform #s{
background: #eeeeee;
color:#000;
padding:5px;
width:auto;
      font-size:16px;
margin:0;
}


#srch-drop #searchform #s::-webkit-input-placeholder {
color: black;
       text-transform: uppercase;
       font-weight:lighter;
}

#srch-drop #searchform #s:-moz-placeholder { /* Firefox 18- */
color: black;  
       text-transform: uppercase;
       font-weight:lighter;
}

#srch-drop #searchform #s::-moz-placeholder {  /* Firefox 19+ */
color: black;  
       text-transform: uppercase;
       font-weight:lighter;
}

#srch-drop #searchform #s:-ms-input-placeholder {  
color: black;  
       text-transform: uppercase;
       font-weight:lighter;
}


/** Hiding regular menu items **/
.top-half-container{ min-height: 60px;}
.top-half-container ul.secondary-menu{
display:none;
}
.top-half-container .social-container{
display:none;
}

/** Footer **/
.footer .bottom{
width:auto;
padding:35px 25px;
}
.footer .bottom [class *="span"]{
width:100%;
      margin-bottom:15px;
      margin-left: 0;
}

div.footer .bottom .edm-logo img{
width:auto;
}
}


@media screen and (max-width: 768px) {

	/** COMMENTS **/
#comment-section div.respond{
padding:20px;
}

/** Feature Container **/
.feature-container .container{	
	padding-left:20px;
	padding-right:20px;
}
.feature-container .feature-post{
	margin-bottom:20px;
}

}



@media screen and (max-width: 480px) {
	/** Mobile Search Form **/
#srch-drop{
position:static;
width:100%
}

#srch-drop form#searchform{
display:block;
}
#srch-drop #searchform #s{
display:block;
width:100%;
}

/** FOOTER */
.footer .bottom [class *="span"], .footer .bottom ul li{
	text-align:left;
}

}
a span.tweet_screen_name {
color: white; }

.post-header .category_teaser.out_image {
	margin-bottom:0;
}

a img.aligncenter {
display: block;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 100%;
height: auto;
}

.post-single ul, .post-single ol{
  list-style-type: inherit;
  margin: inherit;
  padding: inherit;
}

.post-single li {
  list-style-type: inherit;
}
.post-single .bawpvc-ajax-counter{
	display:none;
}

.author-link {
	padding-left: 15px;
}
