/*
Theme Name: Butter Wouldn't Melt Clothing
Theme URI: http://butterwouldntmeltclothing.co.nz
Description: Theme for Butter Wouldn't Melt Clothing 
Author: Ollie Stott
Author URI: http://theodagency.com
Version: 1.0.0
*/

/* FONTS */

@font-face {
      font-family: 'BWM Clothing';
      src: url('fonts/hld.eot?24213194');
      src: url('fonts/hld.eot?24213194#iefix') format('embedded-opentype'),
           url('fonts/hld.woff?24213194') format('woff'),
           url('fonts/hld.ttf?24213194') format('truetype'),
           url('fonts/hld.svg?24213194#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
	  font-display: swap;
}
     
     
.icon {
      font-family: 'BWM Clothing';
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

/* MULTICOLOUR BAR */

.mbar {
    border-bottom: 5px solid #f4ee56;
    position: relative;
	margin-top: 1em;
} 

.w-150 {
	width: 150px;
}

input:focus {
    outline: none;
}

/* GENERAL */

nav, .navbar-brand img, .button, .btn-readmore:after, a {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}

img {
	max-width: 100%;
}

a {
	color: #c9ac33;
	text-decoration: none;
}

a:hover, .is-active a {
	color: #c9ac33;
	text-decoration: none;
}

.woocommerce-info, .woocommerce-message {
    border: none;
}

woocommerce-info::before {
    color: #c9ac33;
}

/* BODY */

body {
	font-family: 'Poppins', sans-serif;
	padding-top: 100px;
    font-size: 0.95em;
    line-height: 1.75em;
    font-weight: 400;
	overflow-x: hidden;
}

body.home {
	padding-top: 0;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: none!important;
	border: none!important;
	border-bottom: thin solid #808080!important;
}

.nf-form-content textarea {
	border: thin solid #808080!important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 30px!important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	height: auto!important	
}

.nf-form-fields-required {
  display: none;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #c9ac33!important;
}

/* BUTTONS */

.btn, input#mc-embedded-subscribe, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	border-radius: 0;
	padding: 0.5em 1.5em;
	margin-top: 1em;
	font-size: 1em;
	outline: none;
}

.btn-dark {
	background: #000;
}

.btn-outline-primary, input#mc-embedded-subscribe, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	border: thin solid #000;
	color: #000;
	background: none;
}

.btn-outline-primary:hover, input#mc-embedded-subscribe:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	color: #fff;
	background: #000;
}

.btn-readmore {
	font-weight: 500;	
	padding-left:0;
}

.btn-readmore:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	font-weight: 300;
	font-size: 1.15em;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: -1px;
}

.btn-readmore:hover:after {
	padding-left: 15px;
}

/* BURGER MENU */

/* ANIMATE BURGER */

.navbar-toggler:not(:disabled):not(.disabled) {
	outline: none!important;
    z-index: 9999;
}

.navbar-toggler {
	border: none;	
	padding: 0px;
	margin-right: .75em;
}

.animated-bar {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-bar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-bar span {
    background: rgba(150,150,150,1);
}

.home .animated-bar span {
/*  background: rgba(256,256,256,1); */
    background: rgba(0,32,63,1);
}

.headroom--not-top .animated-bar span {
    background: rgba(0,32,63,1);
}

.animated-bar span:nth-child(1) {
  top: 0px;
}

.animated-bar span:nth-child(2) {
  top: 10px;
}

.animated-bar span:nth-child(3) {
  top: 20px;
}

.animated-bar.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-bar.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-bar.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.list-radio-wrap .nf-field-element li label {
    text-align: left;
}

.nf-form-content .listradio-wrap li {
    display: inline-block;
    float: left;
    padding-right: 25px!important;
}

/* HEADINGS */

h1, h3, h4, h5, h6, .btn, input#mc-embedded-subscribe, .woofc-area.woofc-style-02 .woofc-area-top, .nf-field-label label {
    font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 1.5em;
}

h1.heroSmall {
	font-size: 1.25rem;
    font-weight: 400;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700!important;
}

h3 {
	font-size: 1em;
	margin: 2em 0 .5em;
}

.txt-primary {
    font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.txt-secondary {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: none;
}

h1 {
	line-height: 1em;
}

/* HEADER */

nav {
	background-color: rgba(256,256,256,0.85);
}

nav a {
	font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
	color: #6a7786;
}

nav #menu-header a {
	font-weight: 600;
}

.acct a {
	color: #8A8A8A;
}

.navbar-brand {
	margin-right: 0;
}

.navbar-brand img {
    width: 175px;
}

.headroom--not-top .navbar-brand img {
    width: 120px;
}

/* NAVBAR MENU */

li.menu-item {
    padding: 0 15px;
}

ul.sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	padding: 15px 0;
	background: #fff;
	border-radius: 5px;
	margin-left: -15px;
}

li.menu-item-has-children {
	position: relative;
}

/* TESTIMONIALS */

#testimonials img {
    width: 150px;
    margin-bottom: 15px;
}

#testimonials h6 {
    font-size: 1em;
    margin-bottom: 0;
}

p.quote {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

p.quote:before, p.quote:after {
	font-family: 'BWM Clothing';
	content: '\E800';
}

p.quote:before, p.quote:after {
	padding-right: 10px;
}

p.quote:after {
	transform: rotate(180deg);
	display: inline-block;
}

.carousel-control-next, .carousel-control-prev, 
.carousel-control-next:hover, .carousel-control-prev:hover {
    font-size: 2em;
    color: #000!important;
    left: -10%;
}

.carousel-control-next, .carousel-control-next:hover {
    right: -10%;
    left: auto;
}

/* WOOCOMMERCE */

/* Shop Page */

li.product, li.product a {
	text-align: center;
	color: #000;
}

.prodSum > * {
    display: inline-block!important;
}

.prodSum h2, .prodSum .price {
	font-weight: 400!important;
}

.prodSum .price {
	color: #8A8A8A!important;
}

/* SINGLE PRODUCT */

.woocommerce div.product form.cart {
	margin-top: 1.5em;
}

.woocommerce div.product form.cart .button {
    background: none;
    border: thin solid #000;
    border-radius: 0;
    padding: 0.8em 2em;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 50;
}

.woocommerce div.product form.cart .button:hover {
	color: #fff;
	background: #000;
}

.woocommerce .quantity .qty {
    height: 2.8em;
}

.woocommerce ul.products li.product .price, .nf-form-content label {
	font-size: 1em!important;
}

.single-product .entry-summary span.woocommerce-Price-amount.amount {
    color: #4d4d4d;
    font-size: 1.15em;
    padding: 0.5em 0;
    display: block;
}

/* ACCOUNT */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}
 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 0!important;
}

.woocommerce-info::before {
    color: #c9ac33;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #eee;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
   background: none;
    border: thin solid #000;
    border-radius: 0;
    color: #000;
	padding: 0.75em 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
	background: #000;
	color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #000;
    color: #fff;
}

.cart_totals h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-weight: 300!important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 0.75em;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    border: thin solid #000;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
	background: #000;
	color: #fff;
}

.woofc-overlay {
   background: rgba(256, 256, 256, 0.7);
}

.woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, strong {
	font-weight: 500;
}

.woofc-menu-item .woofc-menu-item-inner:after {
	background-color: #aaa!important;
}

/* BLOG */

.blog .post p:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
    border-bottom: thin solid #808080;
}

/* GLOBAL NOTICE */

.woocommerce-store-notice, p.demo_store {
	top: 95px;
	padding: 0.5em 0;
	background: #636261;
	z-index:0;
}

/* FOOTER */

img.brand {
	max-width: 120px;
}

.brand p {
	line-height: 1.5em;
    font-size: 0.9em;
    color: #7e7e7e;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

.social li {
    display: inline-block;
    font-size: 1.5em;
}

#menu-legal li {
    display: inline-block;
    padding: 0 0 0 15px;
}

footer a {
	color: #6a7786;
}

input#mce-EMAIL {
    border: none;
    border-bottom: thin solid #808080;
	border-radius: 0;
}

.od-logo {
	width: 60px;
}

@media screen and (min-width: 992px) {
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
}
/*
.flex-viewport {
    width: 80%;
	float: left;
}
.flex-control-thumbs {
    width: 18%;
    padding-left: 4%!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	margin-bottom: 0.9em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right: 22.5%;
	background: none;
}
	*/
	.l-md-200 {
	    left: 200px;
	    z-index: 1;
	}	
}

@media screen and (max-width: 991px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.slimLayout {
		padding: 0 8.25rem;
	}
	.l-md-100 {
	left: 100px;
    z-index: 1;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	.sticky-top {
		top: 100px;
	}
	#home-hero {
		background-size:cover;
		background-position:50%;
	    background-repeat: no-repeat;
	}	
	ul.sub-menu {
	min-width: 8rem;
}

ul.sub-menu {
	min-width: 10rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


li.menu-item-has-children:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f078';
	padding-left: 5px;
    font-size: 0.75em;
}

li.menu-item-has-children:hover > ul.sub-menu, li.dropdown:hover > ul li {
	display: block;
}

ul.sub-menu ul.sub-menu {
	left: calc(100% + 15px);
	top: -15px;
}

ul.sub-menu li.menu-item-has-children:after {
    content: '\f054';
    right: 15px;
    position: absolute;
}
}

@media screen and (max-width: 767px) {
#home-hero {
	background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
#navbar {
    position: fixed;
    background: rgba(256, 256, 256, 0.95);
    z-index: 1;
    height: 100vh!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    width: 100vw;
    margin-left: 0;
}
.acct .fa-user-circle {
		font-size: 1.4em
}
	.acct a {
		margin: 0;
		padding-left: 0!important;
	}
ul#menu-header {
    margin-top: 80px!important;
    font-size: 2em;
    line-height: 2em;
}
ul#menu-header li a {	
    font-weight: 700;
}
	h5 {
		font-size: 1em!important;
	}
	.sticky-top {
		position: relative;
	}
	nav a {
		font-size: 0.9em;
	}
	ul#menu-header {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	#menu-header li.menu-item {
		line-height: 1.2em;
	}
	.navbar-brand img {
    	width: 120px;
	}
.woocommerce-store-notice, p.demo_store {
	top: 70px;
}
	ul.sub-menu {
		display: block;
		position: relative;
    	list-style: none;
    	padding-left: 0;
	}
}
@media screen and (max-width: 480px) {
#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
	width: 50%;
}
}