/**
 * @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. Global
		- Set Margin
		- Set Padding

	2. Plugins
		- Breadcrumb NavXT
		- YITH WooCommerce Wishlist
		- Mailchimp

	3. Misc
		- Sitemap

-------------------------------------------------------------- */

/*  [ 1. Global ] */

img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
figure {
	max-width: 100%;
}
a {
    outline: 0 !important;
}

.container {
    max-width: 100%;
}

/* - Set Margin */
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Set Padding */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}

/* Sections */
.museumwp-section .section-bg {
	position: static;
	background-attachment: fixed;
	background-size: cover;
}

/*  [ 2. Plugins ]
- - - - - - - - - - - - - - - - - - - - */

/* - Breadcrumb NavXT */

/* - YITH WooCommerce Wishlist */
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

/* - Mailchimp */
.newsletter-section > p {
	display: inline-block;
	float: left;
	line-height: 35px;
	margin: 0 22px 0 0;
	text-transform: uppercase;
	color: hsl(0, 0%, 100%);
	font-size: 13px;
}
.newsletter-section > p i {
	color: hsl(0, 0%, 100%);
	font-size: 17px;
	margin-right: 10px;
}

.newsletter-section .mc4wp-form {
	margin-top: 0;
	padding-top: 5px;
}
.newsletter-section .mc4wp-form form label {
    display: none;
}
.newsletter-section .mc4wp-form input[type="email"]::-moz-placeholder {
    color: #b3aa9b;
    text-transform: uppercase;
    font-size: 14px;
}
.newsletter-section .mc4wp-form input[type="email"] {
    border: medium none;
    box-shadow: none;
	background: hsl(0, 0%, 14%) none repeat scroll 0 0;
	padding: 5px 15px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.newsletter-section .mc4wp-form input[type="email"]:focus {
    color: #000;
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
}
.newsletter-section .mc4wp-form p {
    margin: 0;
}
.newsletter-section .mc4wp-form p:first-of-type {
    float: left;
	width: 43%;
	margin-right: 8px;
}
.newsletter-section .mc4wp-form p:last-of-type {
    float: left;
}
.newsletter-section .mc4wp-form input[type="submit"] {
    background: hsl(0, 0%, 14%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
	border: 1px solid hsl(0, 0%, 100%);
	padding: 3px 8px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.newsletter-section .mc4wp-form input[type="submit"]:hover {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #333;
	color: hsl(0, 0%, 100%);
}
.newsletter-section .mc4wp-alert {
	display: inline-block;
}

/*  [ 3. Misc ]
- - - - - - - - - - - - - - - - - - - - */

/* - Sitemap */
.sitemap-template .grid-item {
	margin-bottom: 50px;
}

.sitemap-template .grid-item > ul {
    padding-left: 15px;
}

.sitemap-template .sitemap-list-pages > ul,
.sitemap-template .sitemap-post-categories > ul {
	padding-left: 0;
}

.sitemap-template .grid-item > ul > li.pagenav > ul,
.sitemap-template .grid-item > ul > li.categories > ul {
	padding-left: 15px;
}
.sitemap-template [class*="sitemap-"] h4 {
	color: hsl(0, 0%, 7%);
	font-size: 15px;
	text-transform: uppercase;
}

.sitemap-template [class*="sitemap-"] li,
.sitemap-template [class*="sitemap-"] a {
	color: #777;
}

.sitemap-template [class*="sitemap-"] .categories,
.sitemap-template [class*="sitemap-"] .pagenav {
    list-style: outside none none;
}