/**
 * @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. Plugins
		- Site Loader
		- Breadcrumb NavXT
		- YITH WooCommerce Wishlist
		- Mailchimp
		- Social Share

-------------------------------------------------------------- */

/*  [ 1. Plugins ]
- - - - - - - - - - - - - - - - - - - - */

/* - Site Loader */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}

.line-spin-fade-loader > div {
	background-color: #059664;
}

.line-spin-fade-loader {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 16px;
}

.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

/* - 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;
}

/* - Social Share */
.social-share {
    clear: both;
    display: inline-block;
    text-align: right;
    width: 100%;
	padding: 0;
	margin-top: 15px;
}
.social-share li {
    display: inline-block;
	margin-bottom: 5px;
}
.social-share li:first-of-type {
    float: left;
    padding-top: 5px;
}
.social-share li a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e7eff5;
    color: #787878;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 28px;
	line-height: normal;
    margin-left: 5px;
    padding-top: 4px;
    text-align: center;
    width: 28px;
}
.social-share li a:hover {
    text-decoration: none;
    background: none repeat scroll 0 0 #333;
    color: #fff;
}

/* - Social Icons */
.social-icons {
	padding: 0;
    text-align: right;
	/*
	list-style: none;
	margin-bottom: 28px;
	margin-top: 60px;
	float: right;
	*/
}

/*
.social-icons > li:hover {
	background-color: #ccc;
}
*/

.social-icons > li:hover a {
	color: #f19100;
}

.social-icons > li {
    display: inline-block;
    line-height: 23px;
    margin-left: 20px;
	text-transform: uppercase;
    /*
    border: 1px solid #ccc;
    border-radius: 50%;
	width: 25px;
    height: 25px;
	*/
	text-align: center;
}

.social-icons li a {
	outline: medium none;
	color: #d8d8d8;
	font-size: 12px;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
}