/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
/* blue 022335 */
/* yellow fcb800 */
#site-header .products-cats-menu .cats-menu-title .text, #site-header .products-cats-menu .cats-menu-title {
    color: #000;
    justify-content: left;
    padding-left: 0px;
}
.sticky-header .site-header.minimized .header-main .products-cats-menu .cats-menu-title .text, .sticky-header .site-header.minimized .header-main .products-cats-menu .cats-menu-title {
	color: #fff !important;
}
input, button, select, textarea, .product-cat-label {
	border-radius: 2px !important;
}
.search-field {
	border-radius: 0px !important;
}
.search-submit, .site-footer .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"] {
	border-radius: 0 2px 2px 0 !important;
}
.product-cat-label, .site-footer .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="email"] {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.header-layout-3 .site-header .primary-nav > ul > li > a {
    font-size: 14px;
 }
 .top-promotion {
 	display: none;
 }

 /* coming soon page */
.page-template-template-coming-soon-page {
    text-align: left;
    padding-top: 0px !important;
}
.page-template-template-coming-soon-page .site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.page-template-template-coming-soon-page .site-header {
	display:none !important;
	background-color: red;
}
.page-template-template-coming-soon-page .coming-soon-socials {
    margin-top: 0px;
    display: none;
}
.page-template-template-coming-soon-page .digits, .page-template-template-coming-soon-page .text {
	color: #fff !important;
}
.page-template-template-coming-soon-page p
{
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}
.page-template-template-coming-soon-page .martfury-newletter {
	padding-top: 40px;
    padding-bottom: 30px;
}
.page-template-template-coming-soon-page .mc4wp-form-fields input[type="submit"] {
	border-radius: 0 2px 2px 0 !important;
}
.page-template-template-coming-soon-page .mc4wp-form-fields input[type="email"] {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
/*coming soon page end*/

.social-links, .social-links-widget .share-social  {
	margin-bottom: 0px;
	text-align:right;
}
p {
    margin-bottom: 1.7em;
    margin-top: 0;
    font-size: 15px;
}
.header-main-wapper, .header-main {
    height:85px;
    padding-top: 7px;
}
/* progress bar */
.bar-main-container {
  margin: 10px auto;
  width: 300px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  font-size:14px;
  color: #FFF;
}

.wrap { padding: 8px; }

.bar-percentage {
  float: left;
  background: rgba(0,0,0,0.13);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 0px;
  width: 18%;
  
}

.bar-container {
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  background: rgba(0,0,0,0.13);
  width: 78%;
  margin: 12px 0px;
  overflow: hidden;
}

.bar {
  float: left;
  background: #FFF;
  height: 100%;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* COLORS */
.azure   { background: #ecb10b; }
/* progress bar end */