/*
Theme Name: Boots Online
Author: Malvolio
Version: 2.0
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */


/* ----- FORMATTING ----- */

body {
    font-family: 'Merriweather', Georgia, serif;
    font-size:   14px;
	font-weight: 400;
    padding:     0px;
    margin:      0px;
	color: #000000;
	background: url(images/background.jpg) #f9efe5;
}

p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

h1 {
	color: #aa8152;
	font-size: 21px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: 900;

}

h2 {
	color: #000000;
	font-size: 16px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: 900;
}

h3 {
	color: #aa8152;
	font-size: 16px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: 900;
}

#sidebar h3 {
	color: #f4dec4;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	text-align: center;
}

#content a, #content-full a {
	color: #aa8152;
	text-decoration: underline;
	transition:.5s;
}

#content a:hover, #content-full a:hover {
	color: #6b5130;
	text-decoration: underline;
	transition:.5s;
}


#content li, #content-full li {
	padding: 0px 0px 8px 0px;
}

#content ul, #content-full ul {
	padding-top: 0px;
	margin-top: 0px;
}

hr {
	border: none;
	background: url(images/dashed-line.png);
	height: 1px;
	max-width: 588px;
	width: 100%;
	margin: 18px 0px;
	clear: both;
}

b, strong {
	font-weight: 900;
}




/* ----- LAYOUT ----- */

#centered {
	max-width: 845px;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

@media screen and (max-width: 845px) {
#centered {
	max-width: 845px;
	width: 90%;
	padding: 0 5%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
}

#header {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#logo img {
	max-width: 390px;
	width: 100%;
}

@media screen and (min-width: 670px) {
#logo {
	float: left;
}

#search {
	float: right;
	margin-top: 26px;
}

#small-menu {
	float: right;
	margin-top: 18px;
}
}


@media screen and (max-width: 670px) {
#logo {
	max-width: 407px;
	width: 100%;
	margin: 0 auto;
}

#search {
	float: left;
	margin-top: 26px;
}

#small-menu {
	float: left;
	margin-top: 18px;
}
}



#front-image img {
	max-width: 845px;
	width: 100%;
	margin: 20px 0px 0px 0px;
}



#sidebar {
	width: 214px;
	float: left;
	margin: 15px 43px 30px 0px;
}

@media screen and (max-width: 845px) {
#sidebar {
	display: none;
}
}
	
#content {
	max-width: 588px;
	width: 100%;
	float: left;
	margin: 30px 0px 30px 0px;
}

#content-full {
	max-width: 1000px;
	width: 100%;
	float: left;
	margin: 30px 0px 30px 0px;
}


#footer {
	width: 100%;
	background: url(images/dash.png) #aa8152;
	background-repeat: repeat-x;
	float: left;
	padding-bottom: 20px;
}

#footer-left {
	width: 254px;
	float: left;
}

#flogo {
	background: url(images/logo-small.png);
	width: 208px;
	height: 50px;
	float: left;
}

#payopts {
	background: url(images/payopts.png);
	width: 254px;
	height: 26px;
	margin-top: 10px;
	float: left;
}

#faddress {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	float: right;
	margin-top: 20px;
}

#faddress a {
	color: #ffffff;
	text-decoration: none;
}


@media screen and (max-width: 555px) {
#faddress {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	float: left;
	margin-top: 12px;
}
}


/* ----- SIDEBAR BLOCKS ----- */

.s-top {
	width: 214px;
	height: 22px;
	background: url(images/stop.png);
}

.s-mid {
	width: 188px;
	padding: 0px 13px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	background: url(images/smid.png) repeat-y;
}

.shop-mid {
	width: 188px;
	padding: 0px 13px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	background: url(images/smid.png) repeat-y;
}

.s-mid p, .shop-mid p {
	margin: 0px;
	padding: 0px;
}

.s-bottom {
	width: 214px;
	height: 24px;
	background: url(images/sbottom.png) no-repeat;
	margin-bottom: 18px;
}




/* ----- PRODUCT BLOCKS ----- */

.product-block {
	width: 220px;
	float: left;
	margin: 10px 37px;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.p-img {
	height: 225px;
}

.product-block a {
	color: #aa8152;
	font-size: 17px;
	font-weight: 900;
	text-decoration: underline;
}





/* ----- MAIN MENU ----- */
#menu {
	background: #c09a6f url(images/menu.png) repeat-x;
	float: left;
	width: 100%;
}


ul#menu-main-menu li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
}

ul#menu-main-menu li ul {
top:50px; /* Positioning:Calc with top level horz list height */
}
 
ul#menu-main-menu ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul#menu-main-menu ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul#menu-main-menu ul,
ul#menu-main-menu li:hover ul ul,
ul#menu-main-menu ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul#menu-main-menu li:hover ul,
ul#menu-main-menu ul li:hover ul ,
ul#menu-main-menu ul li ul li:hover ul
{ display: block; }

ul#menu-main-menu li * a:hover, ul#menu-main-menu li a:hover {
/* Change color of links when hovered */
color: #f4dec4;
}

ul#menu-main-menu li li * a:hover, ul#menu-main-menu li li a:hover {
/* Change color of links when hovered */
color: #aa8152;
}


/* Displays the link as blocks. */
ul#menu-main-menu li ul a {
display:block;
}
 
@media screen and (min-width: 770px) {
ul#menu-main-menu li a {
	display: block;
	padding: 18px 16px;
	font-size: 15px;
	line-height: 15px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

li.dropdown {
	display: block;
	height: 50px;
}


ul#menu-main-menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width: 160px;
position:absolute; /* needed */
z-index:500; /* specify the order */
}

ul#menu-main-menu li li a {
	padding: 10px;
	text-align: left;
	font-size: 13px;
	background: #ffffff;
	border-top: 1px solid #aa8152;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}

.navbar-brand {
	display: none !important;
}
}


@media screen and (max-width: 770px) {
#menu {
	float: left;
	overflow: visible;
	width: 100%;
}

ul#menu-main-menu ul {
	list-style: none;
	margin:0; /* Appear just below the hovering list */
	padding:0;
	width: 100%;
}

ul#menu-main-menu li a {
	display: block;
	padding: 8px 7px;
	max-width: 770px;
	width: 100%;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	color: #ffffff;
	font-weight: 700;
}

ul#menu-main-menu li {
	width: 100%;
	border-top: 1px solid #f9efe5;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	}

ul#menu-main-menu li#menu-item-50 {
	border-top: none;
}

ul#menu-main-menu li li a {
	padding: 7px 5%;
	text-align: center;
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	background: #ffffff;
	text-decoration: none;
	border-top: 1px solid #c09a6f;
	width: 90%;
}
}

ul#menu-main-menu {
list-style:none;
float:left;
width:100%;
padding: 0px;
margin: 0px;
}


#menu-main-menu, .menu-main-menu-container li {
	float: left;
}






#small-menu ul {
	padding: 0px;
	margin: 0px;
}


#small-menu li {
	display: inline;
	list-style: none;
	padding-left: 10px;
	margin: 0px;
}

#small-menu li.menu-item-279 {
	padding-left: 0px;
}

#small-menu li a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

	



/* ----- SHOP MENUS ----- */

#sidebar ul.menu {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	}
	
#sidebar ul.menu ul {
	list-style-type: none;
}
	
#sidebar .menu li a {
	display: block;
	padding: 10px 0 0 0;
	font-size: 15px;
	text-decoration: none;
	font-weight: 700;
	color: #ffffff;
	}

#sidebar ul.sub-menu {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#sidebar ul.sub-menu li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	color: #ffffff;
	}
	
	
	
/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	padding:5px !important;
	font-family: 'Merriweather', Georgia, serif;
	color:#000000;
	font-size: 14px !important;
	background:#ffffff;
	vertical-align:top;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
	font-weight: 400;
	margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
.ogc input[name="p1"], .ogc input[name="p2"], .ogc input[name="p3"], .ogc input[name="p4"], .ogc input[name="p5"] {
	width: 280px !important;
}
}

@media screen and (max-width: 600px) {
.ogc input[name="p1"], .ogc input[name="p2"], .ogc input[name="p3"], .ogc input[name="p4"], .ogc input[name="p5"] {
	width: 180px !important;
}
}

select {
	font-family: Arial, sans-serif;
	color:#000000;
	font-size: 12px;
	background:#ffffff;
}

input[type="submit"], .single_add_to_cart_button {
	padding: 7px;
	font-family: 'Merriweather', Georgia, serif !important;
	color:#ffffff;
	background: #aa8152;
	font-size: 14px;
	-moz-border-radius: 5px;
	border-radius: 5px !important;
	font-weight: 900 !important;
	border: 0px;
}

.single_add_to_cart_button {
	padding: 10px !important;
	background: #aa8152 !important;
}

.button {
	background: #aa8152 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

input[type="number"] {
	padding:5px !important;
	font-family: 'Merriweather', Arial, sans serif;
	font-size: 14px !important;
}


.button {
	margin-top: 15px;
}


.s-outside {
	background: #ffffff;
	border: 1px solid #aa8152 !important;
	border-radius: 5px;
	height: 28px;
}
	
#search input[type="text"] {
	background: #ffffff;
	padding: 5px;
	color: #000000;
	width: 230px !important;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
}

#search input[type="submit"] {
	background: url(images/search.png);
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
    color: transparent;
    border: 0;
    text-indent: -1000px;
    display: inline-block;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand; /* for IE 5.x */  
	margin: 3px 3px;
	float: right;
}

/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

img#wpstats {
     display: none;
}

a img {
	border: none;
}


/* TABLES */

table {
	border: 2px solid #aa8152;
	border-collapse: collapse;
}

table td {
	font-size: 14px;
	font-family: 'Merriweather', Georgia, serif;
	padding: 10px;
	font-weight: 700;
	border: none;
}

td {
	vertical-align: top;
}



/* METASLIDER CAPTION */
.nivo-caption {
	background:#ffffff !important;
	color:#aa8152 !important;
	font-family: 'Merriweather', Georgia, serif !important;
    font-size:   16px !important;
	font-weight: 700 !important;
	text-align: center !important;
	opacity: 1 !important;
	border-radius: 5px !important;
}

/* JETPACK SLIDESHOW */
.slideshow-window, .slideshow-black{
	background-color:transparent !important;
	border:none !important;
	max-width: 500px;
	width: 100%;
}



/* WOOCOMMERCE */

.images {
	background: #ffffff;
}

@media screen and (min-width: 800px) {
.images {
	width: 57% !important;
	margin-right: 3%;
}

.summary {
	width: 40% !important;
}
}


.woocommerce-breadcrumb {
	color: #6b5130 !important;
}

.woocommerce-breadcrumb a {
	color: #aa8152 !important;
}

.woocommerce-Price-amount, .price {
	color: #000000 !important;
	font-size: 16px !important;
	margin: 0px 0px 12px 0px !important;
	font-weight: 900 !important;
}

.show_required {
	display: none;
}

.nm-productmeta-box {
	border: 2px solid #aa8152;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}

.nm-productmeta-box select {
	font-family: 'Merriweather', Georgia, serif;
	color:#000000;
	font-size: 14px;
	background:#ffffff;
}

#coupon_code {
	width: 200px !important;
	padding: 8px !important;
}

.tax_label {
	display: block;
}

.woocommerce-checkout .woocommerce-info {
    display: none !important;
}



.woocommerce-checkout-payment {
	background: #ffffff !important;
	color: #2C3A4C !important;
}

.payment_box {
	background: #f4dec4 !important;
}

div.payment_box::before{
	border:1em solid #f4dec4 !important;border-right-color:transparent !important;border-left-color:transparent !important;border-top-color:transparent !important;
}

@media screen and (min-width: 770px) {
.woocommerce-page ul.products li.product{width:29% !important;}
}

.products li {
	text-align: center !important;
}

.woocommerce-loop-product__title {
	color: #aa8152 !important;
	font-size: 17px !important;
	font-weight: 900 !important;
	text-decoration: underline;
}

.products li .price {
	color: #000000;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.products li a {
	text-decoration: none !important;
}

