/**
 * @version    1.0
 * @package    Social
 * @author     OnistaWeb Team <onistaweb@gmail.com>
 * @copyright  Copyright (C) 2015 OnistaWeb.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.onistaweb.com
 */

/* ## CSS OVERVIEW ----------------------------------------------

	1. Widget
		- Footer Widget Area
		- Mailchimp
		- Recent And Recent Post
		- Categories
		- Calendar
		- RSS
		- Meta
		- Tag Cloud
		- Nav Menu
		- Search
		- Pages
		- Archives
		- Text

-------------------------------------------------------------- */

/*  [ 1. Widget ]
- - - - - - - - - - - - - - - - - - - - */

.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* - Footer Widget Area */
.footer-widget .widget-title  {
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #e8e8e8;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: normal
}
.footer-widget.widget.widget_nav_menu .menu {
	padding-left: 0;
	list-style: none;
}

.footer-widget.widget.widget_latest_tweets,
.footer-widget.widget.widget_nav_menu {
	padding-bottom: 60px;
}

 /* Widget Custom Menu */
.footer-widget.widget_nav_menu .menu li {
	border: 0 none;
	padding: 6px 0;
}

.footer-widget.widget_nav_menu .menu li a {
	color: #aaa;
	font-size: 14px;
	font-family: "lato";
	text-transform: capitalize;
	line-height: 1.42857;
}

.footer-widget.widget_nav_menu .menu li a:hover {
	color: #fff;
}

/* - Latest Tweets */
.widget.widget_latest_tweets ul li a {
    display: block;
}
.widget.widget_latest_tweets .no-padding {
    padding: 0;
}
.widget_latest_tweets > ul:first-of-type {
    padding-left: 0;
}
.widget_latest_tweets .tweets {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
}

.widget_latest_tweets .tweets li:last-of-type {
	border-bottom: 0 none;
}

.widget_latest_tweets .tweets li {
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	padding: 6px 0;
}

.widget_latest_tweets .tweets li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_latest_tweets .tweets li a.tweets-title {
    color: #ecc731;
    margin-bottom: 15px;
    display: block;
}

.widget_latest_tweets .tweets li p {
    color: #aaa;
    line-height: 24px;
}

.footer-widget.widget.widget_latest_tweets li {
	border: 0 none;
	margin-bottom: 0;
}

.footer-widget.widget.widget_latest_tweets  .tweets li a,
.footer-widget.widget.widget_latest_tweets  .tweets li p a {
	color: #ecc731;
}
.footer-widget.widget.widget_latest_tweets .tweets .twitter-link span {
	color: #fff;
	display: block;
	font-size: 11px;
    line-height: 30px;
	margin-top: 10px;
}

.footer-widget.widget.widget_latest_tweets .tweets .twitter-link span .fa {
	font-size: 30px;
    margin-right: 10px;
	float: left;
}
/* Widget-Area Widget  */

.sidebar-widget,
.sidebar-left .widget,
.sidebar-right .widget {
	margin-bottom: 50px;
}

.widget-area .widget-title {
	font-size: 14px;
    font-weight: bold;
	margin-top: 0;
    text-transform: uppercase;
	font-family: "Lora",serif;
}

.widget-area .widget ul {
	list-style: none;
	padding-left: 0;
}

.widget-area .widget ul li {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
}
.widget-area .widget li a {
	font-size: 14px;
	color: #757575;
	font-family: "Lora",serif;
}

.widget-area .widget li ul.children li {
	border-bottom: 0 none !important;
}

.widget-area .widget li ul.children li:first-of-type {
	padding-bottom: 0 !important;
}

.widget-area .widget li .post-content:before, 
.widget-area .widget li a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: relative;
	color: #ecc731;
	float: left;
	padding-right: 10px;
}

.widget-area .widget li .post-content a:before {
	content: "";
}

.widget-area .widget ul li > a:hover {
	color: #000;
}

.widget-area .widget_latest_post ul li {
	border-bottom: 0 none;
}

.widget-area .widget_latest_post ul li:before  {
	content:"";
}

.widget-area .widget_latest_post ul li:after {
	content:"";
	border-bottom : 1px solid #e8e8e8;
	display: inline-block;
	width: 100%;
}

.widget-area .widget_latest_post ul li a {
	color: #232323;
	font-size: 14px;
	padding-left: 0;
}

.widget-area .widget_latest_post ul li p {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* - Mailchimp */
.widget .mc4wp-form p > label {
	display: none;
}

/* Recent Post */
/* - Recent Entries */
.widget.widget_recent_entries > ul li a {
    display: inline;
}

/* - Latest Blog Post  */
.widget.widget_latest_post .no-padding {
    padding: 0;
}
.widget.widget_latest_post ul li > [class*="col-"]:first-of-type a {
    display: block;
	margin-left: 6px;
	padding-left: 10px;
}
.widget-area .widget_latest_post > ul {
	padding-left: 0;
}
.widget_latest_post .post {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.widget_latest_post  .post li {
    display: inline-block;
    margin-bottom: 23px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdbdb;
    width: 100%;
}
.widget_latest_post  .post li:last-child {
    border: none;
    margin-bottom: 0;
    padding: 0;
}
.widget_latest_post .col-md-3,
.widget_latest_post .col-md-9 {
    padding-left: 0;
}
.widget_latest_post .col-md-4,
.widget_latest_post .col-md-8 {
    padding-right: 0;
}
.widget_latest_post .cat-title {
    font-size: 15px;
    color: #aaa;
    margin: 0 0 10px;
    display: block;
}

/* - Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #ecc731 ;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

/* - RSS */
.widget_rss ul .rsswidget {
	font-weight: 700;
	display: block;
	line-height: 1.5;
}
.widget_rss ul li:last-child {
	border-bottom: none;
}
.widget_rss > ul:first-of-type {
	padding-left: 15px;
}
.widget_rss .rsswidget {
	display: inline-block;
}

/* - Tag Cloud */
.tagcloud a {
	border: 1px solid #ddd;
	padding: 5px 12px;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 15px !important;
	color: #333;
}

.tagcloud a:hover {	
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	color: #000;
}

/* - Nav Menu */
.widget-area .widget_nav_menu > .menu-main-menu-container ul {
    padding-left: 15px;
}
.widget_nav_menu li:last-child {
	border-bottom: none;
}
.widget_nav_menu li .sub-menu {
	padding-bottom: 0;
}
.widget_nav_menu li .sub-menu li {
	border-bottom: none;
	/*border-top: 1px solid #ddd;*/
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

/* - Search */
.widget_search .input-group {
	border: 1px solid #edf0f2;
	z-index: 0;
}

.widget_search .input-group .form-control {
	border: 0 none;
	font-size: 12px;	
	box-shadow: none;
    padding: 0 10px;
	line-height: 40px;
	height: 40px;
}

.widget_search .input-group-btn .fa-search {
	font-size: 18px;
	color: #aaa;
}

.widget_search .input-group-btn .btn {
	background-color: transparent;
	font-size: 0;
	margin: 0;
	padding: 0 12px;
	width: 50px;
	border: none
}

.widget_search .input-group-btn .btn:focus,
.widget_search input:focus {
	box-shadow: none;
	border: none !important;
	outline: 0;
}
.widget.widget_search  button[type="submit"] {
	background-color: #fff !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.widget_search  input::-webkit-input-placeholder { /* WebKit browsers */
	color: #a3a3a3;
	opacity: 1;
}

.widget_search  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #a3a3a3;
}

.widget_search  input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #a3a3a3;
	opacity: 1;
}

.widget_search  input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #a3a3a3;
	opacity: 1;
}

/* - Pages */
.widget.widget_pages ul {
	padding-left: 0;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* - Archives */
.widget_categories label,
.widget_archive label {
	width: 100%;
	margin-bottom: 10px;
}
.widget.widget_archive ul li > a {
	display: inline;
}

/* - Text */
.textwidget option {
	max-width: 175px;
}