/**
 * @version    1.0
 * @package    Muse
 * @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
		- Contact
		- Flicker
		- Mailchimp
		- Recent Entries
		- Latest Blog Post
		- Latest Tweets
		- Social
		- Comments
		- Categories
		- Calendar
		- RSS
		- Meta
		- Tag Cloud
		- Nav Menu
		- Search
		- Pages
		- Archives
		- Text

-------------------------------------------------------------- */

/*  [ 1. Widget ]
- - - - - - - - - - - - - - - - - - - - */

/*.widget {
	margin-bottom: 40px;
}*/

.widget {
	display: inline-block;
	width: 100%;
}

.multi_line {
	border-bottom: 2px solid #45bcd2;
	border-top: 1px solid #45bcd2;
	height: 5px;
	margin: 10px auto 15px 0;
	width: 55px;
}

.widget ul {
	list-style: outside none circle;
	color: #333;
}

.widget li {
	margin-bottom: 10px;
}

.widget ul li > a {
	color: #222;
	font-size: 12px;
	text-transform: uppercase;
}

.widget_categories ul li,
.widget_categories ul li > a {
	color: #757575;
	font-size: 14px;
	text-transform: none;
}

.widget-area .latest-post li a:hover {
	color: #555;
}

.widget ul li > a:hover {
	color: #f19100;
	text-decoration: none;
}

.widget-title {
	color: #111;
	font-size: 18px;
	text-transform: capitalize;
	font-family: "Montserrat",sans-serif;
	font-weight: normal;
}

.widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* - Footer Widget Area */
.footer_widget_area .widget-title {
	color: hsl(0, 0%, 93%);
	font-size: 15px;
	text-transform: uppercase;
}
.footer_widget_area .widget a {
	color: hsl(0, 0%, 67%);
	text-decoration: none;
}
.footer_widget_area .widget li {
	color: hsl(0, 0%, 100%);
}
.footer_widget_area .widget li a {
	color: hsl(0, 0%, 67%);
    display: block;
    font-size: 14px;
	text-transform: none;
}
.footer_widget_area .widget p {
	color: hsl(0, 0%, 67%);
}

/* - Contact */
.footer .widget_contact_us > p {
	padding-left: 0;
}

/* - Flicker */
.flickr_photos {
	margin-left: -5px;
	margin-right: -5px;
}
.flickr_badge_image {
	display: inline-block;
}
.flickr_badge_image a img {
	padding: 5px;
}

/* - Mailchimp */
.widget .mc4wp-form form {
	position: relative;
	border-bottom: 1px solid #424242;
}

.widget .mc4wp-form p > label {
	display: none;
}

.widget .mc4wp-form p input[type="email"] {
	padding-right: 40px;
}

.widget .mc4wp-form p input,
.widget .mc4wp-form p input[type="submit"] {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.widget .mc4wp-form p input[type="email"]:focus {
	outline: none;
}

.widget .mc4wp-form p input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	background-image: url("../images/newsletter-icon.png");
	width: 25px;
	height: 20px;
	background-position: center;
}

.widget_mc4wp_widget h3::after {
	color: rgba(0, 0, 0, 0.54);
	content: "Sign up to our newsletter and get exclusive deals you will not find anywhere else straight to your inbox!";
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.42857;
	margin-top: 36px;
	text-transform: none;
}

/* - Recent Entries */
.widget_recent_entries > ul:first-of-type {
	padding-left: 0;
}
.widget.widget_recent_entries > ul li a {
    display: inline;
}

/* - Latest Blog Post  */
.widget_latest_post .nopadding,
.widget.widget_latest_post .no-padding {
    padding: 0;
}
.widget.widget_latest_post ul li > [class*="col-"]:first-of-type a {
    display: block;
}
.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;
}

.widget_latest_post .post-like {
	float: left;
}

.widget_latest_post .post-likes a {
	color: #919191;
	text-decoration: none;
}
.widget_latest_post .post-likes a:hover {
	color: #333;
}

.widget_latest_post .post-likes a i {
	color: #FF4081;
}

.widget_latest_post .post-time-ago {
	float: right;
}

.widget_latest_post .entry-title {
	margin-bottom: 8px;
	display: block;
	font-size: 14px;
	color: #333;
}

.widget_latest_post .post-date {
	display: block;
	margin-bottom: 8px;
}

.widget_latest_post .post-likes {
    display: inline;
}

/* - 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%;
}

.widget_latest_tweets .tweets li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_latest_tweets .tweets li i {
    font-size: 22px;
    color: #28a9e2;
}

.widget_latest_tweets .tweets li .col-md-1 {
    padding: 0;
}

.widget_latest_tweets .tweets li a.tweets-title {
    color: #3f51b5;
    margin-bottom: 15px;
    display: block;
}

.widget_latest_tweets .tweets li p {
    color: #757575;
    line-height: 24px;
    font-weight: 500;
}

.widget_latest_tweets .tweets li p a {
    color: #28a9e2;
}

.widget_latest_tweets .tweets li p span {
    display: block;
}

/* - Social */
.widget.widget_social_icons ul {
    list-style: none;
    padding-left: 0;
	margin-bottom: 0;
}

.widget_social_icons ul li {
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 0;
}

.widget.widget_social_icons ul li a {     
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 35px;
	padding-left: 0;
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26); 
    color: #fff;
}

.widget_social_icons ul li a.fb {
    background-color: #3b5998;
}

.widget_social_icons ul li a.tw {
    background-color: #28a9e2;
}

.widget_social_icons ul li a.gp {
    background-color: #d85434;
}

.widget_social_icons ul li a.lin {
    background-color: #017eb4;
}

.widget_social_icons ul li a.dr {
    background-color: #dc3676;
}

.widget_social_icons ul li a.instagram_color {
    background-color: #ADA5A3;
}

.widget_social_icons ul li a.rss_color {
    background-color: #F4B83F;
}

.widget_social_icons ul li a.pinterest_color {
    background-color: #D20003;
}

.widget_social_icons ul li a.vine_color {
    background-color: #02A379;
}

.widget_social_icons ul li a.vk_color {
    background-color: #155E8B;
}

.widget_social_icons ul li:last-child a {
    margin-right: 0;
}

/* - Comments */
.widget_recent_comments > ul:first-of-type {
	padding-left: 0;
}

/* - Categories */
.widget.widget_categories ul {
	padding-left: 30px;
}
.widget_categories ul li {
	margin-bottom: 0;
}
.widget.widget_categories ul:first-of-type {
	padding-left: 0;
}
.widget_categories ul li > a {
	display: inline-block;
	line-height: 45px;
}

/* - 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: #333;
    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: 0;
}

/* - Meta */
.widget_meta > ul:first-of-type {
	padding-left: 0;
}

/* - Tag Cloud */
.tagcloud a {
	border: 1px solid #ebebeb;
	color: #272727;
	display: inline-block;
	float: left;
	font-size: 13px !important;
	padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
	text-transform: capitalize;
}

.tagcloud a:hover {
	background-color: #f19100;
	color: #fff;
}

/* - Nav Menu */
.widget_nav_menu > .menu-main-menu-container ul {
    padding-left: 0;
}
.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;
}

/* - Search */
.widget_search {
	width: 100%;
	display: inline-block;
}

.widget_search .btn {
	background-color: transparent;
	border-left: 0;
	border-color: #ddd;
	color: #000;
}

.widget_search .btn:hover {
	
}

.widget_search input:focus {
	border-color: #ddd;
}

.widget_search label input {
	width: 100%;
	height: 30px;
	padding: 4px;
}

.widget_search label {
	float: left;
}

.widget_search .input-group-btn:last-child > .btn,
.widget_search .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.widget_search .btn {
	border-radius: 0;
	font-size: 16px;
	line-height: 29px;
	margin: 0;
	min-width: auto;
	padding: 0 12px;
	height: 40px;
}

.widget_search .btn:hover {
	background-color: #fff;
	color: #333;
}

.widget_search .searchform .form-control {
    height: 40px;
    padding: 0 10px;
	border-right: 0;
}

.widget_search input {
	height: 30px;
	line-height: 29px;
	border: 1px solid #ddd;
	float: left;
}

.widget_search input[type="submit"]:hover {
    background-color: #333;
    border: 0 none;
    color: #fff;
}

.widget_search .form-control {
    height: auto;
    padding: 0 10px;
}

/* - 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.widget_archive ul li > a {
	display: inline;
}

.widget_archive > ul:first-of-type {
	padding-left: 0;
}

/* - Text */
.textwidget option {
	max-width: 175px;
}