/*
Theme Name: Recharge
Theme URI: https://wordpress.org/themes/Recharge/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Recharge is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Recharge will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: Recharge

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 
 .wonderpluginslider-container{
	margin-bottom:50px !important;
	}
.blog-right ul li{
	padding-left:20px;
	background:url(images/bullet.png) left 6px no-repeat;
	margin-bottom:10px;
	}
.blog-right ol li{
	padding-left:5px;
	margin-bottom:10px;
	margin-left: 15px;
	line-height: 26px;
}
.blog-right ol li ul li{
	padding-left: 20px;
	
}
.blog-right ol li strong{
	display:inline-block;
	margin-bottom:10px;
}
.blog-right ol p strong{
	display:inline-block;
	margin-bottom:10px;
	margin-top:10px;
	
}

.blog-right ul li strong, .blog-right ol li strong{
	font-weight:600;
	}
#wc-comment-header{
	font-size:30px;
	font-weight:600;
	}
	
/*	#disqus_thread {
     position: relative;
}
#disqus_thread:after {
     content: "";
     display: block;
     height: 55px;
     width: 100%;
     position: absolute;
     bottom: 0;
     background: white;
}*/
#cab-author, .cab-author-inner{
	border-radius:0px !important;
	}
#cab-author{
	border:1px solid #e1e1e1 !important;
	background-color:#fbfbfb;
	margin-top:20px;
	width:100%;
	display:inline-block;
	}
.cab-author-inner{
	min-height:auto;
	background:none !important;
	}	
.cab-author-overlay{
	background:none !important;
	}
.csbwfs-sbutton a{
	height:45px !important;
	width:45px !important;
	}	
.csbwfs-sbutton a:hover{
	height:45px !important;
	width:45px !important;
	}	
.csbwfs-sbutton img {
    margin: 4px !important;
    padding: 5px !important;
}
#csbwfs-hide{
	width:45px;
	height:45px;
	border:1px solid #ccc;
	padding:11px;
	display:inline-block;
	margin-top:3px;
	}
#csbwfs-show{
	width:45px;
	height:45px;
	border:1px solid #ccc;
	padding:11px;
	display:inline-block;
	}		
.sharebtn{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:12px 0px 15px;
	}
.sharebtn a{
	margin:0px 10px;
	display:inline-block;
	}

.blogsingle a:link, .blogsingle a:visited, .blogsingle a:active { color: blue; }

.blogsingle a:hover { color: red !important; }

.wp-pagenavi{
    clear:none;
    margin-left:10px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 5px 12px;
    margin: 5px;
    font-size: 16px;
    border: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi a:link:hover, .wp-pagenavi a:visited:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
    font-weight: 300;
}

.wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active { color: #000; border: 1px solid #000;}

.wp-pagenavi a:hover { color: #000 ; }
.wp-pagenavi span.pages {
    padding: 0px;
}

.alignleft {
    float: left;
    margin: 0px 20px 10px 0px;
}
.alignright{
	float:right;	
	margin: 0px 0px 10px 20px;
	}
.aligncenter {
	margin: 20px auto;
	display:block;
}	
	
.tag-link a{
	background-color: #fff;
	border: #ddd 1px solid;
	font-size: 13px;
	padding: 5px 10px;
	color: #555 !important;
	margin-right: 7px;
	text-transform: uppercase;
	letter-spacing:1px;
}
.tag-link a:hover{
	background-color: #000;
	color: #fff !important;
}