/*
Theme Name: Orbit News Child Theme 
Theme URI: http://www.nextwpthemes.com/themes/orbitnews-wp/
Description: Orbit child theme for Orbit News
Version: 1.0
Author: nextWPthemes
Author URI: http://themeforest.net/user/nextWPthemes
Tags: custom-colors, one-column, two-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready, threaded-comments
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: orbitnews
*/
/* Add your custom CSS styles here */
@import url( '../orbitnews/style.css' );

.ap_tabs-widget ul.tab-links li.active {
	width:100%	
}

/*-------------------------------------------------*/
/* =  Tabs Widget
/*-------------------------------------------------*/
.ap_tabs-widget {
    width: 298px !important;
    padding: 0px !important;
    border-top: none;
}

.ap_tabs-widget .tab-links {
    margin: 0;
	width:100%
}

.ap_tabs-widget .tab-links li {
    float: left;
    width: 97px;
    margin-bottom: -1px;
    background: #fff;
}


.ap_tabs-widget .tab-links li {
    font-family: 'PT Sans';
    color: #535353;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-bottom: none;
    padding: 4px 0px;
	padding-left:15px;
    display: block;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.ap_tabs-widget .tab-links li {
    color: #fff;
    background: #E0AB0B;
    border: 1px solid #fc7100;
}

.ap_tabs-widget > div {
    clear: both;
    display: none;
}

.ap_tabs-widget > div > ul {
    margin: 0;
}

.ap_tabs-widget #popular-tab {
    display: block;
}

.ap_tabs-widget .author-comment {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    display: block;
}

.ap_tabs-widget .post-date {
    font-size: 11px;
    height: 22px;
    line-height: 24px;
}

.ap_tabs-widget .post-date:before {
	font-family: 'orbitnews'; 
	content: "\e81e";
	font-size: 18px;
	vertical-align: middle;
	margin-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ap_tabs-widget > div li {
    overflow: hidden;
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background: #fff;
}

.ap_tabs-widget > div li:first-child {
    border-top: 1px solid #e6e6e6;
}

.ap_tabs-widget > div li > a {
    display: block;
}

.ap_tabs-widget img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 14px;
	margin-left: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ap_tabs-widget img:hover {
	opacity: 0.7;
}
.ap_tabs-widget > div h3 {
    font-family: 'PT Sans';
    margin: 0 0 4px 0px;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
}

.ap_tabs-widget > div h3 a {
    color: #E0AB0B;
    display: block;
    font-size: 13px;
}

.ap_tabs-widget > div h3 a:hover {
    opacity: 0.8;
}

.ap_tabs-widget > div#comments-tab h3 {
    max-height: 15px;
}

footer .ap_tabs-widget p, footer .ap_tabs-widget .post-date {
    color: #2e2e2e;
}

#mni-search-1418655024523 .mn-widget-searchbox-field input {
  background: #FFF;
  border: solid 1px #E0AB0B !important;
  border-radius: 0px;
  color: #333;
  font-family: "lato";
  font-size: 13px;
  line-height: 100%;
  max-width: 100%;
  padding: 5px;
}