/*
Theme Name: Amuri Products
Theme URI: http://byjon.nz
Description: Wordpress bootstrap 3 framework theme.
Version: 2.2
Author: Jon Holtslag
Author URI: http://byjon.nz
*/

a, button, input[type="submit"]{
	transition:all 0.3s ease;
}
body{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
a{
	color:#E4701E;
}
a:hover,
a:focus{
	text-decoration: none;
	color:black;
}
::selection {
  background: #E91E63; /* WebKit/Blink Browsers */
  color:white;
}
::-moz-selection {
  background: #E91E63; /* Gecko Browsers */
  color:white;
}
#main_wrapper,#small_header_wrapper,#header_wrapper,#content_wrapper,#footer_wrapper,#small_footer_wrapper{
	padding-left:0px;
	padding-right:0px;
}
img, svg{
	max-width: 100%;
	height:auto;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0px;
	font-family: 'Montserrat',sans-serif;
}
.default_padding_top,
.default_padding,
.woocommerce #content_inner,
.woocommerce-page #content_inner{
	padding-top: 40px;
}
.default_padding_bottom,
.default_padding,
.woocommerce #content_inner,
.woocommerce-page #content_inner{
	padding-bottom: 40px;
}
/*
******************************************************************************************************************
=Header
                                                                          
88                                            88                          
88                                            88                          
88                                            88                          
88,dPPYba,    ,adPPYba,  ,adPPYYba,   ,adPPYb,88   ,adPPYba,  8b,dPPYba,  
88P'    "8a  a8P_____88  ""     `Y8  a8"    `Y88  a8P_____88  88P'   "Y8  
88       88  8PP"""""""  ,adPPPPP88  8b       88  8PP"""""""  88          
88       88  "8b,   ,aa  88,    ,88  "8a,   ,d88  "8b,   ,aa  88          
88       88   `"Ybbd8"'  `"8bbdP"Y8   `"8bbdP"Y8   `"Ybbd8"'  88          

******************************************************************************************************************
*/
#small_header_wrapper{
	background:#343434;
	color:#808080;
	font-size: 12px;
}
#small_header_wrapper a{
	color:#808080;
}
#small_header_inner{
	padding:5px 0;
}
#header_wrapper{
}
#header_inner{

}
#logo{
	position: relative;
	z-index: 10;
	float: left;
}
#logo img{
	width: 400px;
}
.header_text{
	
}
#header_text_1{
	float: left;
	margin-top: 2px;
}
#header_text_2{
	float: right;
}
#header_contact{
	float: right;
	font-size: 20px;
	font-family: 'Montserrat',sans-serif;
	margin-right: 20px;
	margin-top: 50px;	
}
#header_contact a{
	color:#444;
}
#header_contact a:hover{
	color:#E4701E;
}
#header_contact a i{
	color:#E4701E;
	margin-right: 15px;
	font-size: 25px;
	vertical-align: bottom;
}
#header_contact .email{
	margin-left: 30px;
}
#small_header_inner label{
	display: none;
}
#small_header_inner form{
	float: right;
	margin-right: 0px;
}
#small_header_inner input[type='submit'],
#small_header_inner a{
	background: none;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 0.5px;
	padding:2px 5px;
	border:1px solid #aaa;
	color:#aaa;
	margin-left: 15px;
	text-transform: uppercase;
}
#small_header_inner .my_amuri{
	float: right;
	color: #E4701E;
	border-color: #E4701E;
}
#small_header_inner input[type='submit']:hover,
#small_header_inner a:hover{
	color:white;
	border-color:white;
}
#small_header_inner input[type='search']{
	background: none;
	border:none;
	border-bottom: 1px solid #aaa;
	outline: none;
	color:white;
}
/*
****************************************************************
=NAV
****************************************************************
*/
#nav_wrapper{
	background:#202020;
	margin-top:10px;	
}
/*Non-mobile and mobile nav buttons*/
header nav ul li a{
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
}
/*Header desktop nav container*/
header nav.hidden-xs{

}
header nav.hidden-xs ul{
	margin:0px;
	padding-left:0px;
	font-size:0;/*Removes 4px space of inline-block*/
	text-align: right;
}
header nav.hidden-xs ul li{
	display:inline-block;
	list-style: none;
	position:relative;
}
header nav.hidden-xs ul li a{
	text-decoration: none;
	display:inline-block;
	padding:15px 20px;
	font-size: 14px;
	text-align: center;
	color:white;
}
header nav.hidden-xs ul li a:hover,
header nav.hidden-xs ul li a:focus,
header nav.hidden-xs ul li.current_page_item > a{
	text-decoration: none;
	background:#E4701E;
}
/*
****************************************************************
=DROPDOWN MENU
****************************************************************
*/
/*Parent a:after - indication it has children*/
header nav ul li.menu-item-has-children > a:after{
	content:"\f078";
	font-family:'FontAwesome'; 
	font-weight: normal;
	font-size:.75em;
	margin-left: 5px;
    vertical-align: middle;
}
header nav.hidden-xs ul li ul{
	visibility:hidden;
	position:absolute;
	padding:0;
	top:50px;
	left:0;
	display:block;
	opacity:0;
	transition:all 0.3s ease;
	z-index: 50;
}
/*Parent 'a' of dropdown menu when dropdown is being hovered*/
header nav.hidden-xs ul li:hover > a{
	background:#E4701E;
}
header nav.hidden-xs ul li:hover ul,
header nav.hidden-xs ul li.hover > ul{
	opacity:1;
	visibility: visible;
}
header nav.hidden-xs ul li ul li{
	display: block;
}
/*Dropdown nav buttons*/
header nav.hidden-xs ul li ul a{
	width: 170px;
	text-align: left;
	padding-left:20px;
	padding-right: 15px;
	background:#434343;
	font-size:12px;
}
/*Dropdown nav button hover*/
header nav.hidden-xs ul li ul a:hover{

}

/*
****************************************************************
=MOBILE NAV
****************************************************************
*/
/*XS nav control button*/
header #show_xs_nav{
	display:inline-block;
	background:#333;
	color:white;
	padding:5px 10px;
	text-align:center;
	position: absolute;
	right:10px;
	top:10px;
	font-size: 20px;
}
header  nav.visible-xs{
	position: relative;
}
#xs_nav_inner{
	visibility: hidden;
	opacity: 0;
	width: 100%!important;
	position: absolute;
	top:10px;
	z-index: 100;
	background:#fff;
	border:1px solid #e8e8e8;
	box-shadow: 0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
    -webkit-transform: rotate3d(1,1,0,-30deg);
    transform: rotate3d(1,1,0,-30deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
	transition-duration:0ms, 300ms,300ms;
	transition-property:visibility,opacity,transform;	
	transition-delay: 300ms, 0ms, 0ms;
}
#xs_nav_inner.in_view{
	opacity: 1;
	visibility: visible;
	transform: none;
	transition-duration:0ms, 300ms,300ms;
	transition-property:visibility,opacity,transform;
	transition-delay: 0ms;
}
#hide_xs_nav{
	position: absolute;
	right: 10px;
	top:8px;
	z-index: 200;
}
#hide_xs_nav i{
	font-size: 25px;
}
header  nav.visible-xs ul{
	padding:0px;
	margin:0px;
}
header  nav.visible-xs li{
	display:block;
}
header  nav.visible-xs #xs_nav_inner > div > ul > li{
	padding:0px 40px 0 15px;
} 
/*XS nav buttons*/
header  nav.visible-xs ul li a{
	display:block;
	width:100%;
	padding:10px 0px;
}
/*Mobile nav submenu*/
header nav.visible-xs ul li ul{
	visibility: visible;
	opacity:1;
	position: relative;
	top:0;
	padding-left:20px;
}
header nav.visible-xs ul li ul a{
	width:100%;
}


/*
******************************************************************************************************************
=content
                                       ,d                              ,d     
                                       88                              88     
 ,adPPYba,   ,adPPYba,   8b,dPPYba,  MM88MMM  ,adPPYba,  8b,dPPYba,  MM88MMM  
a8"     ""  a8"     "8a  88P'   `"8a   88    a8P_____88  88P'   `"8a   88     
8b          8b       d8  88       88   88    8PP"""""""  88       88   88     
"8a,   ,aa  "8a,   ,a8"  88       88   88,   "8b,   ,aa  88       88   88,    
 `"Ybbd8"'   `"YbbdP"'   88       88   "Y888  `"Ybbd8"'  88       88   "Y888                                                                             

******************************************************************************************************************
*/
#content_wrapper{

}
#content_inner{

}
blockquote{
	font-size: 14px;
	border:0;
	padding:25px;
	position: relative;
	background:#ececec;
	margin-bottom: 45px;
}
blockquote:after{
	content:"";
	left:30px;
	position: absolute;
	bottom:-30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0px;
	border-color: #ececec transparent transparent transparent;
}
blockquote cite{
	display: block;
}
blockquote cite:before{
	content:"- ";
}
.home .page_title{
	display: none;
}
.vc_btn3{
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
}
.white{
	color:white;
}
#content_inner .wpb_revslider_element{
	margin-bottom: 0px;
}
.bs_prod_category{
	margin-bottom: 30px;
}
.bs_prod_category a.link{
	height: 200px;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
}
.bs_prod_category .info{
	background: #C0D532;
	text-align: center;
	padding:15px;
}
.bs_prod_category .info h5{
	text-transform: uppercase;
	height: 3em;
}
.bs_prod_category .info a{
	color:#222;
}
.page_title{
	background:#f7f7f7;
	color:#202020;
	padding:30px 0;
}
.page_title h1{
	font-size: 25px;
	margin-bottom: 0px;
}
.contact_details strong{
	min-width: 90px;
	display: inline-block;
}
html .woocommerce .woocommerce-breadcrumb{
	margin-bottom: 0px;
}
.sidebar .widget{
	background: #f7f7f7;
	padding:20px 15px;
	margin-bottom: 25px;
}
.sidebar .widget h3{
	font-size: 20px;
	text-transform: uppercase;
}
.sidebar .widget ul.product-categories{
	padding:0px;
}
.sidebar .widget ul.product-categories li{
	list-style: none;
	font-size: 16px;
}
.sidebar .widget form label{
	display: none;
}
.sidebar .widget form input{
	width: 100%;
}
.sidebar .widget form input[type='search']{
	padding:5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.sidebar .widget form input[type='submit']{
	color:#515151;
	background:#ebe9eb;
	border-radius: 5px;
	text-transform: initial;
}
.woocommerce ul.cart_list li a.remove{
	float: left;
}
.woocommerce .quantity .qty{
	padding:3px;
}
.woo #content_inner #respond input#submit.alt, 
.woo #content_inner a.button.alt, 
.woo #content_inner button.button.alt, 
.woo #content_inner input.button.alt{
	background:#C0D532;
}
.related.products{
	width: 100%;
	float: left;
}

.my_amuri_application label{
	font-weight: bold;
}
.my_amuri_application input{
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
/*
******************************************************************************************************************
=footer
                                                                 
   ad88                                                          
  d8"                              ,d                            
  88                               88                            
MM88MMM  ,adPPYba,    ,adPPYba,  MM88MMM  ,adPPYba,  8b,dPPYba,  
  88    a8"     "8a  a8"     "8a   88    a8P_____88  88P'   "Y8  
  88    8b       d8  8b       d8   88    8PP"""""""  88          
  88    "8a,   ,a8"  "8a,   ,a8"   88,   "8b,   ,aa  88          
  88     `"YbbdP"'    `"YbbdP"'    "Y888  `"Ybbd8"'  88          

******************************************************************************************************************
*/
footer{
	color:#777;
}
footer a{
	color:#bbb;
}
footer a:hover{
	color:#C0D532;
}
#footer_wrapper{
	background:#303030;
	color:#aaa;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer_wrapper h3{
	color:#888;
	font-size: 18px;
	border-bottom: 1px solid #777;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
#footer_wrapper h3:after{
	display: block;
	content: "";
	height: 3px;
	width:110px;
	background: #C0D532;
	position: absolute;
	bottom: -2px;
}
#footer_inner{
	
}
#footer_wrapper ul{
	padding:0px;
}
#footer_wrapper ul li{
	list-style: none;
}
#small_footer_wrapper{
	background:#202020;
	font-size: 12px;
}
#small_footer_inner{
	padding:10px 0;
	color:#aaa;
	position: relative;
}
.footer_text{
	
}
#footer_text_1{
	float: left;
}
#footer_text_2{
	float: left;
	margin-left: 50px;
}
.footer-logo{
	position: absolute;
	right:0;
	bottom: -10px;
}
/*
******************************************************************************************************************
=misc                                           
                    88                         
                    ""                         
                                               
88,dPYba,,adPYba,   88  ,adPPYba,   ,adPPYba,  
88P'   "88"    "8a  88  I8[    ""  a8"     ""  
88      88      88  88   `"Y8ba,   8b          
88      88      88  88  aa    ]8I  "8a,   ,aa  
88      88      88  88  `"YbbdP"'   `"Ybbd8"'  

******************************************************************************************************************
*/
input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea{
	padding:10px 15px;
	width:100%;
	border:1px solid #d7d7d7;
}
input[type='submit']{
	border:0;
	padding:10px 15px;
	background:#efefef;
	background: #333;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
textarea{
	height: 147px;
}
input[type='submit']:hover{
	background:#666;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left,.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right,.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.clear{
	clear:both;
}
.page_not_found{
	display: block;
	text-align: center;
	margin:20px 0;
}
/*Wordpress captions*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #d4d4d4;
	padding-top: 4px;
	margin: 10px;
	max-width: 100%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	line-height: 1.214em;
	padding: 0 4px 5px;
	margin: 0;
}
.button{
	display:inline-block;
	background:#eee;
	color:#222;
	padding:8px 13px;
}
.button:hover{
	color:white;
	background:#222;
}

/*Pagination*/
.pagination a{
	display:inline-block;
	padding:2px 10px;
	margin-left:4px;
	text-align: center;
	background:#222;
	color:white;
}
.pagination a:hover{
	background:#444;
}



/*Phones*/
@media (max-width: 767px) {

	#header_text_1,
	#footer_text_1{
		margin-bottom: 10px;
	}
	#header_text_1,
	#header_text_2,
	#footer_text_1,
	#footer_text_2{
		float: none;
		text-align: center;
	}
	#logo{
		float:left;
	}
	.footer_widget{
		margin-bottom: 15px;
	}
	#small_header_inner{
		text-align: center;
	}
	#small_header_inner form{
		float: none;
		display: inline-block;
	}
	#logo img{
		width: 100%;
	}
	#logo{
		width: 70%;
	}
	#header_contact{
		margin-top: 15px;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	#header_contact a{
		display: block;
		margin-left: 0px!important;
	}
	.footer-logo{
		position: relative;
		float: right;
	}
	#footer_text_2{
		margin-left: 0px!important;
	}
	#nav_wrapper{
		margin-top: 0px;
	}

}
/*Tablet*/
@media (min-width: 768px) and (max-width: 991px){
	#logo img{
		width: 250px;
	}
	#header_contact {
		float: right;
		text-align: right;
		margin-top: 17px;
		font-size: 15px;
	}
	#header_contact a{
		display: block;
	}
	#header_contact a i{
		font-size: 20px;
	}
	header nav.hidden-xs ul li a{
		padding: 15px 5px;
		font-size: 11px;
	}
	#nav_wrapper{
		margin-top: -20px;
	}
	.footer-logo{
		width: 360px;
	}
}
/*medium devices - desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
	#logo img{
		width: 300px;
	}
	#header_contact{
		margin-top: 26px;
	}
	header nav.hidden-xs ul li a{
		padding: 15px 11px;
		font-size: 13px;	
	}



}
/*Large devices*/
@media (min-width: 1200px) {

}


