/*
Theme Name: Board It
Author: Malvolio
Version: 1.0
Tags: none
*/


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


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

body {
    font-family: "Adelle", 'serif';
    font-size:   16px;
	font-weight: 400;
    padding:     0px;
    margin:      0px;
	color: #ffffff;
	background-image: url('images/background.jpg');
	background-position: bottom center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #3a6aa1;
	background-repeat: no-repeat;
}

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

h1, h1 a {
	font-family: "Effra", 'sans serif';
	color: #ffffff;
	font-size: 40px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

h1.product_title {
	font-family: "Adelle", serif !important;
	font-weight: 400 !important;
	color: #4c86bb !important;
	text-align: left !important;
	margin: 0px !important;
	padding: 0px !important;
}

h2 {
	color: #58595b;
	font-size: 26px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: 400;
	text-align: center;
}

h3 {
	font-family: "Effra", 'sans serif';
	color: #ffffff;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.product h3 {
	color: #4c86bb !important;
}

#content li {
	padding: 0px 0px 8px 0px;
}

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

hr {
	border: none;
	border-top: 1px solid #ffffff;
	margin: 18px 0px;
	clear: both;
}

b, strong {
	font-weight: 700;
}

#content a {
	color: #4c86bb;
	text-decoration: none;
}

#content a:hover {
	color: #c8d5e2;
}

a:hover {
	text-decoration: none !important;
}


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

.centered {
	max-width: 900px;
	width: 90%;
	padding: 0 5%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}





#top-bar {
	background-image: url(images/blue-trans.png);
	width: 100%;
	float: left;
	padding: 10px 0px;
}

#header-right {
	margin-right: 16px;
	float: right;
}

#header-right a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
	line-height: 12px;
	padding: 5px;
}



/* ----- SEARCH BAR ----- */

#search {
	float: right;
	margin: 0px;
	text-align: right;
}

.s-outside {
	display: inline-block;
	background: #ffffff;
	height: 25px;
}


#search input[type="text"] {
	padding:5px !important;
	font-family: "Adelle", serif;
	color:#58595b;
	font-size: 12px !important;
	line-height: 12px !important;
	background:#ffffff;
	width: 180px;
	vertical-align:top;
	font-weight: 300;
	border: 0 !important;
}

#search input[type="image"] {
	background-image: url(images/search.png) no-repeat;
	background-color: #ffffff;
	background-position: center;
	margin-top: 1px;
	width: 23px;
	height: 23px;
	display: inline-block;
	border: 0px;
	overflow: hidden;
}

@media screen and (max-width:600px) {
#search {
	display: none;
}
}

@media screen and (max-width:400px) {
a.hrlink {
	display: none !important;
}
}



#logo {
	float: left;
	width: 90%;
	padding: 0px 5%;
	text-align: center;
	margin-top: 30px;
}

#logo img {
	max-width: 100%; 
	height: auto;
}


#menu {
	width: 100%;
	float: left;
}


#content {
	width: 100%;
	float: left;
	margin: 36px 0px 60px 0px;
}


.pbox {
	background-image: url(images/white-trans.png);
	padding: 20px 3% !important;
	width: 94% !important;
	color: #58595b !important;
	float: left;
	margin: 20px 0px 80px 0px;
}



#footer {
	width: 100%;
	background-image: url(images/blue-trans.png);
	float: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 28px 0px;
	text-align: center;
}


#menu-footer {
	float: left;
	width: 100%;
}

.credit a {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none !important;
}


	
/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	padding:7px !important;
	font-family: "Adelle", serif;
	color:#58595b;
	font-size: 16px !important;
	line-height: 16px;
	background:#ffffff;
	vertical-align:top;
	border: 1px solid #E5E7EA;
	font-weight: 400;
	margin-bottom: 5px;
}


input[type="number"] {
	padding:2px !important;
	font-family: "Adelle", serif;
	font-size: 15px !important;
}


input[type="submit"], .button {
	padding: 6px !important;
	font-family: "Adelle", serif;
	color:#ffffff !important;
	background: #4c86bb !important;
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 400 !important;
	display: block;
	text-transform: uppercase !important;
	border: 0px !important;
	height: 30px;
	border-radius: 0px !important;
}



select {
  font-family: "Adelle", serif;
  border: 1px solid #E5E7EA;
  padding: 5px 31px 5px 5px;
  font-size: 14px;
  font-weight: 400;
  color: #58595b !important;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('images/arrow.png') 96% / 12% no-repeat #ffffff;
  margin-bottom: 30px;
}

select.shipping_method {
  font-family: "museo-sans", Arial, sans serif;
  border: 1px solid #E5E7EA;
  padding: 5px 31px 5px 5px;
  font-size: 15px;
  font-weight: 300;
  color: #58595b !important;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('images/arrow.png') 96% / 12% no-repeat #ffffff;
  margin-bottom: 5px;
}

.select2-results {
	color: #58595b !important;
}

select::-ms-expand { 
    display: none; 
}

@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}






/* ----- 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;
}

a img {
	border: none;
}

.gfield_required {
	visibility: hidden;
}






/* ----- WOOCOMMERCE ----- */


@media screen and (min-width:600px) {
li.product {
	background: #ffffff !important;
	padding: 20px 3% !important;
	width: 24.75% !important;
}
}

@media screen and (max-width:600px) {
li.product {
	background: #ffffff !important;
	padding: 20px 3% !important;
	width: 94% !important;
}
}

.centered div.product, .woocommerce-cart div.woocommerce, .woocommerce-checkout div.woocommerce, .woocommerce-account div.woocommerce {
	background: #ffffff !important;
	padding: 22px 3% !important;
	width: 94% !important;
	float: left;
	color: #58595b;
}

.products h2 {
	color: #4c86bb;
	font-size: 23px;
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.products .price {
	font-size: 16px;
	font-weight: 400 !important;
	color: #58595b !important;
	margin: 0px !important;
	text-align: center;
	width: 100%;
}

.entry-summary .price {
	font-size: 19px;
	font-weight: 400 !important;
	color: #58595b !important;
	margin: 0px !important;
}


.products .scat {
	font-size: 12px;
	font-weight: 400 !important;
	color: #888b8e !important;
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

mark.count {
	font-size: 12px;
	font-weight: 400 !important;
	color: #888b8e !important;
	background: none;
}

.scat-full a {
	font-size: 13px;
	font-weight: 400 !important;
	color: #888b8e !important;
	text-transform: uppercase;
}



.products li.product img {
	margin: 0px !important;
}


.related h3 {
	text-align: center;
}

.woocommerce-product-details__short-description {
	border-top:1px solid #888b8e;
	padding-top: 20px !important;
}

ul.custom-attributes {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 50px 0px !important;
	width: 100%;
}

ul.custom-attributes li {
	border-bottom:1px solid #888b8e;
	padding: 9px 5px 7px 5px !important;
}

.attribute-label {
	display: inline-block;
	width: 25%;
	text-transform: uppercase;
	font-size: 11px;
}

.attribute-value {
	display: inline-block;
	width: 65%;
	font-size: 13px;
}



.woocommerce-message, .woocommerce-info {
	background: #ffffff !important;
	border-top:3px solid #4c86bb !important;
	color: #58595b !important;
}

.woocommerce-message::before, .woocommerce-info::before, .validate-required {
	color: #58595b !important;
}

a.wc-forward {
	height: 15px !important;
}

#coupon_code {
	width: 130px !important;
}

.product-remove a.remove:link {
	color: #58595b !important;
}

.product-remove a.remove:hover {
	background: #58595b !important;
}

abbr.required {
	display: none !important;
}

.woocommerce-checkout-payment {
	background: #F4F4F4 !important;
	color: #58595b !important;
}

.payment_box {
	background: #E8E9EA !important;
}

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

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 27%;
    margin: 3%;
float: left;
}
 
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.product-category .count {
	display: none;
}



/* ----- WOOCOMMERCE ACCOUNT MENU ----- */



.woocommerce-MyAccount-navigation ul  {
list-style:none;
float:left;
padding: 0px;
margin: 0px;
}


.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 8px;
	color: #58595b !important;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom:1px solid #888b8e;
}