/*
	Theme Name: legalpower
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: A powerful theme for Lawyers, and Law Agencies.
	Version: 2.3
	Text Domain: legalpower
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses
	Tags: white, custom-background, threaded-comments, translation-ready, custom-menu
*/


/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/styles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */

 .published-date h3 {
 	margin-top: 5px !important;
 	margin-bottom: 0 !important;
 }

 .pager-container {
 	text-align: center;
 }
 .pager-container a {
 	background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    color: #8e8d8d;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    height: 46px;
    line-height: 44px;
    margin: 0 5px;
    padding: 0 16px;
    text-decoration: none;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 }
 a.active_page, .pager-container a:hover {
 	background: #b89b5e;
    color: #ffffff;
    border-color: #e2e2e2;
 }
.mainmenu .nav-holder > ul > li > ul > li {
    clear: both;
}
.mainmenu .nav-holder > ul > li > ul > li > a {
    float: left;
}
