/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* ===== NORGA TRADING - Brand Colors ===== */
header,.site-header,nav,.navbar,#masthead,.woodmart-header,.wd-header,.whb-header{background-color:#1B2A4A!important}
.woodmart-top-bar,.wd-header-top{background-color:#A8893A!important;color:#FFFFFF!important}
nav a,.nav-menu a,.main-navigation a,.menu-item a,.woodmart-nav a{color:#FFFFFF!important}
nav a:hover,.nav-menu a:hover,.main-navigation a:hover,.menu-item a:hover{color:#A8893A!important}
h1,h2,h3,h4,h5,h6{color:#1B2A4A!important}
a{color:#A8893A!important}
a:hover{color:#1B2A4A!important}
button,input[type=submit],.btn,.button,.woodmart-btn,.wd-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background-color:#1B2A4A!important;color:#FFFFFF!important;border:2px solid #A8893A!important;border-radius:4px!important}
button:hover,input[type=submit]:hover,.btn:hover,.button:hover,.woodmart-btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background-color:#A8893A!important;color:#FFFFFF!important}
footer,.site-footer,#colophon,.woodmart-footer,.wd-footer{background-color:#1B2A4A!important;color:#FFFFFF!important}
footer a,.site-footer a,.woodmart-footer a{color:#A8893A!important}
.widget-title,.widgettitle{color:#1B2A4A!important;border-bottom:2px solid #A8893A!important;padding-bottom:8px!important}
.woocommerce .price,.price .amount,.woocommerce-Price-amount{color:#A8893A!important}
.woocommerce span.onsale{background-color:#A8893A!important;color:#FFFFFF!important}
.page-title,.entry-title{color:#1B2A4A!important}
/* ===== END NORGA TRADING ===== */

/* ===== NORGA TRADING - Override Green + Brand Colors ===== */

/* Override the green color rgba(131,183,53,1) everywhere */
:root {
  --color-main: #1B2A4A !important;
  --color-primary: #1B2A4A !important;
  --color-accent: #A8893A !important;
  --woodmart-color: #1B2A4A !important;
}

/* Target all elements that use the green color */
*[style*="rgb(131, 183, 53)"],
*[style*="rgba(131, 183, 53"],
*[style*="#83b735"] {
  color: #1B2A4A !important;
  background-color: #1B2A4A !important;
  border-color: #A8893A !important;
}

/* Woodmart primary color overrides */
.woodmart-color-scheme-default .woodmart-nav > li > a:before,
.woodmart-color-scheme-default .woodmart-nav > li.current-menu-item > a,
.color-scheme-default a:hover,
.woodmart-color,
.woodmart-hover-color:hover,
.color-scheme-default .woodmart-color {
  color: #A8893A !important;
}

.woodmart-bg-color,
.color-scheme-default .woodmart-bg-color,
.woodmart-color-scheme-default .whb-color-dark .woodmart-nav > li > a:before {
  background-color: #1B2A4A !important;
}

/* Buttons - override green */
.woodmart-btn,
.wd-btn,
.btn-color-scheme-default,
.color-scheme-default .woodmart-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order,
.checkout-button {
  background-color: #1B2A4A !important;
  border-color: #A8893A !important;
  color: #FFFFFF !important;
}

.woodmart-btn:hover,
.wd-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #A8893A !important;
  color: #FFFFFF !important;
}

/* Header */
.whb-header, .wd-header, #masthead, .site-header {
  background-color: #1B2A4A !important;
}

/* Nav links */
.woodmart-nav > li > a,
.main-navigation a,
.menu-item > a {
  color: #FFFFFF !important;
}
.woodmart-nav > li > a:hover,
.main-navigation a:hover {
  color: #A8893A !important;
}

/* Footer */
.site-footer, footer, #colophon, .wd-footer {
  background-color: #1B2A4A !important;
  color: #FFFFFF !important;
}
.site-footer a, footer a { color: #A8893A !important; }

/* Headings */
h1,h2,h3,h4,h5,h6 { color: #1B2A4A !important; }

/* Price */
.woocommerce-Price-amount, .price .amount { color: #A8893A !important; }

/* Sale badge */
.woocommerce span.onsale { background-color: #A8893A !important; }

/* ===== END NORGA TRADING ===== */

/* ===== NORGA - Kill Green rgba(131,183,53) ===== */
.whb-row.whb-top-bar,.whb-top-bar{background-color:#A8893A!important;color:#FFFFFF!important}
.wd-tools-count,.wd-cart-number.wd-tools-count{background-color:#1B2A4A!important;color:#FFFFFF!important}
span.menu-opener{color:#FFFFFF!important}
ul.wd-sub-menu,ul.wd-sub-menu.color-scheme-dark{background-color:#1B2A4A!important}
ul.wd-sub-menu a,ul.wd-sub-menu li a{color:#FFFFFF!important}
li.color-primary>a,.menu-item.color-primary>a{color:#A8893A!important}
.menu-label.menu-label-primary{background-color:#A8893A!important;color:#FFFFFF!important}
span.onsale,.onsale.product-label{background-color:#A8893A!important;color:#FFFFFF!important}
.wd-post-cat.wd-style-with-bg{background-color:#1B2A4A!important;color:#FFFFFF!important}
.wd-replies-count{color:#1B2A4A!important}
[style*="rgb(131, 183, 53)"],[style*="rgba(131, 183, 53"],[style*="#83b735"]{background-color:#1B2A4A!important;color:#FFFFFF!important;border-color:#A8893A!important}
/* ===== END ===== */