/*
Theme Name: Mazine
Theme URI: http://mazine.transparentideas.com/
Author: Transparent Ideas
Author URI: http://transparentideas.com/
Description: The Mazine theme was developed based on whiteboard framework. It is a "Clean Style" theme where content is the king. We hope you enjoy using it as much as we have enjoyed developing it for you.
Version: 1.5.5

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/


@import url('css/reset.css');
@import url('css/960.css');
@import url('css/styles.css?v=2.5');
@import url('css/tooltip.css');
@import url('css/font-awesome.min.css');

.focus-fix a, .focus-fix p{
	display:inline-block;
	width: auto;
}
.fnav-item.cmdSave {
	display:none !important;
}
.fnav-item.cmdPrint {
	display:none !important;
}
.fnav-item.logo {
	display:none !important;
}
.button-cyan {margin-top:15px !important; margin-bottom: 15px !important; display:inline-block; background-color:#14b5c4 !important; color:white !important; transition:0.3a all;} .button-cyan:hover {background-color:#0093a1 !important;}
.woocommerce-shipping-methods label {
	color:white;
}
.woocommerce-shipping-methods label .amount {
	color: #1490b0;
	    margin-left: -8px;
}
.woocommerce-terms-and-conditions-checkbox-text a {
	text-decoration: underline;
}
.shipping-calculator-form #calc_shipping_city_field {
	display:none !important;
}
.shipping-calculator-form #calc_shipping_postcode_field {
	display:none !important;
}
.shipping-calculator-form #calc_shipping_state {
	display:none !important;
}
header {
	position: relative;
}
	nav {

	}
	nav.primary {

	}
	nav.footer {

	}
	#widget-header {

	}
	#widget-alert {

	}

#content {

}
	article {

	}
		.featured-thumbnail {

		}
		.post-content {

		}
			.pagination {

			}
	.post-meta {

	}
	.post-navigation {

	}

#comments {

}
	li.comment {

	}
		.odd {

		}
		.even {

		}
		.author-comment {

		}
		.comment-text {

		}
		.comment-meta {

		}
			p.gravatar {

			}
		.waiting-for-approval {

		}
	#trackbacks {

	}
		li.trackback {

		}
	p#no-comments {

	}
	#comments-form {

	}
		#respond {

		}
		.cancel-comment-reply {

		}

.page {

}
	#page-content {

	}
	#page-meta {

	}

.post {

}
	.postContent {

	}
	.post-excerpt {

	}

nav.oldernewer {

}
	.older {

	}
	.newer {

	}

.search {

}

.author {

}
#recent-author-posts {

}
#recent-author-comments {

}

#error404 {

}

#sidebar {

}
	#widget-sidebar {

	}
		#sidebar-search {

		}
		#sidebar-nav {

		}
		#sidebar-archives {

		}
		#sidebar-meta {

		}
		.widget {

		}

#footer {

}
	#widget-footer {

	}
	#footer-nav {

	}

.no-results {

}

.widget-area {

}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

.aligncenter{
	margin: 0 auto;
	float: none;
	display: block;
}

.alignleft{
	float: left;
	margin: 5px 20px 10px 0;
}

.alignright{
	float:right;
	margin:5px 0 10px 20px;
}

.alignnone{
	float: none;
	display: block;
}

.wp-caption {
	text-align: center;
	border: #D1D1D1 1px solid;
	padding:0!important;
}
.wp-caption img {

	border: 0 none !important;
	padding: 0 !important;
	margin: 4px !important;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
}

.image_container .product_image{

border:none !important;

}
#logo a {
	/*clip-path: polygon(0% -118%, 108% -129%, 100% 19%, 71% 24%, 25% 28%, 23% 84%, 0% 84%);*/
}
.simple-links-shortcode-item{
	    background: none;
    border: none;
}
.simple-links-shortcode-item{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition:0.3s all;
}
.simple-links-shortcode-item:hover {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}