/*
Theme Name: Okasoft
Description: Template intended for use with Okasoft Design website clients.
Version: 1.1.1
Author: Joel Smith
Author URI: http://seattledesignpro.com
Tags: fixed-width, two-columns, right-sidebar

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Read the Open Font License here:
	http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL

*/
body {
font-size: 12px;
background: #fff;
color: #333;
font-family: arial, sans-serif;
}
@font-face {
    font-family: Angelina;
    src: url(font/angelina.ttf);
    font-weight:400;
}
* {
margin:0;
padding:0;
}
*:focus {
outline:none;
}
a, a:visited {
text-decoration: underline;
color: #333;
}
a:hover {
text-decoration: none;
}
/*PRIME STRUCTURE*/
main, header, footer, section, nav {
display:block;
}
#header {
height:165px;
color: #333;
margin:auto;
width:100%;
border-bottom:solid 0px #8D8D8D;
}
#header #btns form, .sidebar #btns form {
display:inline;
}
#header #btns .cart, .sidebar #btns .cart {
background:url(img/cart-icon.jpg) no-repeat;
height:24px;
padding: 0 0 0 34px;
}
#header #btns input, .sidebar #btns input{
background:none;
color:#333;
border:none;
outline:none;
padding-left:10px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#header #btns input:hover, .sidebar #btns input:hover {
text-decoration:underline;
}
.content {
width:960px;
margin:auto;
}
.woo-box {
position:relative;
}
#page, main {
margin: auto;
width: 960px;
min-height:200px;
background:#fff;
border-left:solid 0px #bcbcbc;
border-right:solid 0px #bcbcbc;
}
main {
padding:2em 0 1em;
}
#page .with-sidebar {
float:left;
width:720px;
}
.entry {
display:block;
float:left;
margin:10px;
}
.blog-list .entry {
width:98%;
overflow:hidden;
}
.padit {
padding:10px;
}
.fullwide .entry {
min-width:940px;
}
.fullwide h3 {
padding: 0 0 10px 0;
}
.entry h2, .prod-tease h2, .article h1, .entry h1 {
font-size:18px;
text-transform:uppercase;
color:#4F4F4F;
padding:8px 0;
display:block;
border-bottom:solid 1px #BCBCBC;
}
.entry h2, .prod-tease h2 {
text-align:center;
margin:0 0 .6em 0;
}
.entry h1 {
margin: 0 0 10px 0;
}
.entry h1 a {
text-decoration:none;
}
.page img, .article img {
max-width:920px;
}
/*SIDEBAR*/
#sidebar {
color: #000;
}
#sidebar li {
font-size:11px;
}
#sidebar ul li {
list-style-image: none;
}
#sidebar ul {
margin: 0em;
padding: 0em;
list-style-type: none;
}
#sidebar ul ul {
margin-bottom:14px;
}
#sidebar ul ul li {
padding:0;
margin:0;
}
#sidebar h2 {
margin:5px 0;
font-size:16px;
}
#sidebar a {
text-decoration:none;
color:#454545;
}
#sidebar a:hover {
color:#000;
}
#sidebar img {
max-width:710px;
}
/*nav*/
#nav {
float:right;
margin-top:124px;
}
#nav ul li {
float:left;
list-style:none;
position:relative;
}
#nav li a {
margin:0 2px;
padding:0 28px 20px 28px;
display:block;
line-height:20px;
color:#000;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
text-decoration:none;
text-shadow:0 1px #fff;
}
#nav li.active a, #nav li a:hover, #nav li.active ul li a:hover {
color:#3E8035;
}
#nav li.active ul li a {
color:#000;
}
#nav ul ul {
float:none;
display:none;
position:absolute;
left:0;
right:0;
text-align:center;
top:30px;
z-index:999;
background-color:#fff;
border:solid 1px #E4E4E4;
border-top:0;
padding:8px 0;
margin:0 auto;
}
#nav ul ul li {
padding:0;
margin:0;
}
#nav ul ul li a {
padding: 6px 4px;
font-size:12px;
text-shadow:none;
width:100%;
min-width:80px;
text-align:center;
}
#nav ul li:hover > ul {
display:block;
}

/*FOOTER*/
#footer {
width: 100%;
min-height:120px;
margin: auto;
color: #333;
margin:0 0 20px 0;
background:url(img/foot-bg.jpg) repeat-x;
border-top:solid 1px #8D8D8D;
}
#footer h3 {
font-size:12px;
text-transform:uppercase;
font-weight:bold;
color:#666;
text-shadow:0 1px #fff;
margin:4px 0;
}
#footer .content div{
margin:10px 24px;
}
#footer ul li {
list-style:none;
}
#footer li a {
color:#666;
text-decoration:none;
}
#footer a:hover {
text-decoration: none;
color:#000;
}
ul.social-icons li {
list-style:none;
float:left;
}
.social-icons li#fb a, .social-icons li#tw a, .social-icons li#vm a, .social-icons li#in a, .social-icons li#tb a  {
width:25px;
height:25px;
font-size:0;
display:block;
background:url(img/social-icons.png) no-repeat;
margin:3px;
}
.social-icons li#yt a {
width:33px;
height:25px;
font-size:0;
display:block;
background:url(img/social-icons.png) no-repeat;
margin:3px;
}
.social-icons li#fb a {
background-position:-25px 0;
}
.social-icons li#tw a {
background-position: 0 0;
}
.social-icons li#vm a {
background-position:-50px 0;
}
.social-icons li#yt a {
background-position:-75px 0;
}
.social-icons li#in a {
background-position:-110px 0;
}
.social-icons li#tb a {
background-position:-135px 0;
}
/*randoms*/
div.lost {
width: 60em;
margin: auto;
min-height: 140px;
text-align: center;
}

div.expander {
clear: both;
height: 3em;
}

div.singlenavigation {
width: 52em;
padding-left: 10em;
padding-right: 3em;
margin: auto;
}

div.navigation {
width: 100%;
}

.postmetadata {
border-top: 0px solid #666;
margin:10px 0;
padding:5px 0 0 5px;
}
.postmetadata a {
color:#454545;
font-size:11px;
text-decoration:none;
}
.postmetadata a:hover {
color:#000;
}
p.date {
font-weight:bold;
font-style:italic;
}
.alignleft {
float: left;
}

.alignright {
float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1 {
padding:5px 0;
font-size:18px;
text-transform:uppercase;
color:#4F4F4F;
font-weight:normal;
}
.headtitle {
font-size: 80px;
color: #FFF;
}
h2 {
font-size: 20px;
font-weight:normal;
line-height: 24px;
}
h3 {
font-size: 14px;
line-height: 16px;
}
h4 {
font-size: 16px;
padding-top: 10px;
padding-bottom: 10px;
}
p {
font-size: 12px;
line-height: 20px;
padding:3px 0;
}

small {
font-size: 10px;
line-height: 16px;
color: #444;
}
small a, small a:link, small a:visited, small a:hover {
color: #444;
}
ul {
list-style-type:square;
}
li {
font-size: 12px;
line-height: 19px;
}
.wp-caption {
background: #000;
margin: 1em;
border: 0.1em solid #000;
padding: 0.5em;
text-align: center;
}

.wp-caption-text {
color: #FFF;
padding: 0.5em;
font-size: 10px;
line-height: 12px;
text-align: left;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.gallery img {
padding: 1px;
background: #000;
}
img {
border: 0px solid #000;
}
img, iframe {
max-width:100%;
}
img {
height:auto;
}
img a:link{
border: 0px solid #000;
}
object {
border: 0px solid #000;
}
.gallery-caption {
color: #000;
padding-top: 1em;
}
div.hr {
display: block;
height: 2.6em;
border-top:solid 2px #666;
width: 100%;
margin: auto;
background-repeat: repeat-x;
background-position: center;
}
div.commentswrapper {
margin: auto;
padding: 10px 15px;
overflow: hidden;
}
div.commentswrapper input, div.commentswrapper textarea {
padding:4px 5px;
}

div.comments {
padding: 1em;
}
blockquote {
padding-left: 20px;
margin-left: 20px;
font-style:italic;
}
#searchform {
margin-top: 1em;
}

#s {
width: 12em;
margin-bottom: 0.5em;
border: 0.1em solid #555;
}

#comment {
width: 40em;
border: 0.1em solid #666;
}
#respond {
line-height:150%;
}
#respond h3 {
padding:0 0 10px 0;
}
#author, #email, #url {
padding-left: 0.3em;
font-family: Georgia, Cambria, Times New Roman, serif;
width: 15em;
border: 0.1em solid #666;
}
/*CUSTOM PAGES*/
#slides {
position:relative;
z-index:2;
}
#slides .slide p {
display:block;
background:#dbdbdb;
color:#454545;
line-height:26px;
text-align:left;
padding:0 10px;
}
#slide-fades #left, #slide-fades #right {
width:42px;
height:354px;
position:absolute;
top:0;
z-index:10;
}
#slide-fades #left {
left:0;
background:url(img/slide-fade-left.png) no-repeat;
}
#slide-fades #left {
left:0;
background:url(img/slide-fade-left.png) no-repeat;
}
#slide-fades #right {
right:0;
background:url(img/slide-fade-right.png) no-repeat;
}
/*BLOG*/
#blog-tease .single a, #team-tease .single a {
display:block;
text-decoration:none;
border:solid 1px #fff;
}
#blog-tease .single a {
width:280px;
margin:6px 6px 10px 6px;
padding:6px;
}
#team-tease .single a {
width:220px;
margin:3px 0;
}
.front-team-tease .single a {
width:220px;
}
#blog-tease .single .left {
float:left;
width:36px;
text-align:center;
font-size:12px;
text-transform:uppercase;
margin:4px;
}
#blog-tease .single .left .d {
font-weight:bold;
}
#blog-tease .single .right {
float:right;
width:230px;
margin-left:4px;
}
#blog-tease .single a:hover, #team-tease .single a:hover {
background:#f2f2f2;
border:solid 1px #e5e5e5;
}
#blog-tease .single h3 {
font-size:12px;
margin-left:50px;
padding:0 0 4px 0;
color:#3E8035;
}
#team-tease .single h3 {
font-size:12px;
font-weight:bold;
padding:0 8px;
line-height:56px;
float:left;
}
.front-team-tease .single h3  {
margin-left:6px;
}
#team-tease img {
float:left;
padding:5px;
}
#team-tease .left img {
}
/*within single article pg*/
.blog-nav {
display:block;
padding:15px;
}
.blog-nav a, .rider-link a {
background:#f2f2f2;
border:solid 1px #e5e5e5;
padding:6px;
margin:10px;
color:#333;
text-decoration:none;
}
.blog-nav a:hover  {
background:#CCCCCC;
border:solid 1px #999;
}
.article {
padding:15px;
}
.article h1 {
}
.article .date {
float:right;
padding:6px;
font-weight:bold;
margin-top:-30px;
}
/*product*/
.prod-cat-links {
display:block;
margin-bottom:20px;
text-align:center;
}
.prod-cat-links a {
text-decoration:none;
margin:8px 10px;
font-size:13px;
font-weight:bold;
}
#shop-left li a {
text-decoration:none;
margin:4px 0;
display:block;
font-size:14px;
font-weight:bold;
}
#shop-left li a:hover {
color:#3E8035;
}
ul#shop-left {
width:60px;
float:left;
display:block;
margin-top:10px;
}
ul#shop-left li {
list-style:none;
}
.prod-cat-links a:hover {
text-decoration:underline;
}
input[type=submit] {
cursor:pointer;
}
.product .img {
float:left;
margin:10px 0;
width:320px;
text-align:center;
}
.product input[type=submit].green , a.btn-green, button {
background:#3e8035;
color:#fff;
font-weight:bold;
border:solid 1px #689A61;
outline:solid 1px #275021;
padding:6px 8px;
text-decoration:none;
}
a.btn-gray, .product input[type=submit].gray {
background:#B9B9B9;
border:solid 1px #E2E2E2;
outline:solid 1px #7E7E7E;
padding:6px 8px;
text-decoration:none;
color:#333;
text-shadow:0 1px #fff;
}
a.btn-gray:hover, .product input[type=submit].gray:hover {
background:#D3D3D3;
}
a.btn-green:hover, .product input[type=submit]:hover {
background:#32682B;
}
.product #btns {
display:block;
margin:0 auto;
border-top:solid 1px #bcbcbc;
}
.product #btns div {
padding: 16px;
margin: 0 0 0 0;
border-right:solid 1px #bcbcbc;
}
.product #btns #cart {
margin-left:16px;
}
.product .info {
border-bottom:solid 0 #bcbcbc;
}
.product .info div {
margin:16px 0;
text-align:center;
}
.product .info .price {
font-weight:bold;
font-size:14px;
}
.prod-price {
font-weight:bold;
}
#prod-tease-inner ul.tabs{  
border-right:solid 0px #bcbcbc;
}
#prod-tease-inner ul.tabs li { 
float:left;
list-style:none;
}
#prod-tease-inner .tabs li a{ 
padding:8px 21px;
text-decoration:none;
text-shadow:0 1px #fff;
font-weight:bold;
display:block;
border-bottom:solid 1px #bcbcbc;
}
#prod-tease-inner .tabs li a:hover, #prod-tease-inner .tabs li.active a{ 
border-bottom:solid 1px #bcbcbc;
text-decoration:underline;
}
.prod-tease-inner .thumb img {
max-width:120px;
height:auto;
}
.prod-tease-inner {
height:220px;
white-space:nowrap;
}
ul.shirt-lay img {
max-width:210px;
height:auto;
width:auto;
}
ul.prints img {
max-height: 180px;
max-width:180px;
height:auto;
width:auto;
padding:0 .1em;
}
ul.prints .pad {
padding-top:30px;
}
ul.prints li {
display:table-cell;
}
.archive {
padding:10px;
}
.archive .prod-tease {
height:100%;
}
.prod-tease-inner .single {
margin:8px;
}
.prod-tease-front .single {
margin:4px;
}
.prod-tease-front a:hover, .prod-tease-inner a:hover, .prod-tease a:hover {
opacity:0.7;
filter:alpha(opacity=70);
}
ul.prod-tease-front li, ul.prod-tease-inner li {
list-style:none;
}
/*ARCHIVED PRODS*/
.archive ul.prod-tease {
}
.archive ul.prod-tease li {
display:block;
float:left;
list-style:none;
}
.archive ul.prod-tease li a {
text-decoration:none;
padding:0 10px 0 10px;
padding-top:0;
margin:0 0 20px 0;
text-align:center;
border:none;
}
.archive ul.shirt-lay li a {
display:block;
height:240px;
}
.arch-app ul.prod-tease li a{
height:250px;
width:198px;
}
.arch-app ul.prod-tease .thumb {
width:196px;
height:196px;
}
.arch-app ul.prod-tease img {
width:100%;
height:100%;
}
.arch-app .thumb {
margin-top:10px;
}
.arch-app h3 {
margin-top:6px;
}
.arch-deck ul.prod-tease li:nth-child(6n+6) a {
border-right: none;
}
.arch-app ul.prod-tease li:nth-child(4n+4) a {
border-right: none;
}
.archive ul.prod-tease li.board a {
width:145px;
height:330px;
padding:10px 5px 0 5px;
}
.prod-tease li {
display:block;
}
/*RIDERS*/
.rider .prof {
float:left;
margin:50px 14px 0 0;
width:108px;
}
.rider iframe:last-child {
margin:15px 0;
}
/*IMG SLIDE*/
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}
#slider ul, #slider li,#slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
#slider2 {margin-top:1em;}
#slider li, #slider2 li { 
width:400px;
height:300px;
overflow:hidden;
}	
#prevBtn, #nextBtn{
margin-top:-33px;
position:relative;
z-index:10;
bottom:-2px;
}
#prevBtn {
float:left;
margin-left:-1px;
}
#nextBtn {
float:right;
margin-right:-2px;
}
#prevBtn a, #nextBtn a {display:block;position:relative;width:33px;height:33px;z-index:1000;background:#bcbcbc;}
#nextBtn a {background-position:0 0;}
#nextBtn a:hover { background-position:0 -37px;}
#prevBtn a {background-position:-34px 0;}		
#prevBtn a:hover {background-position:-34px -37px;}
.rider .pagination ul{
float:right;
}
.rider ul.pagination li {
float:left
}
.sm .slide {
text-align:center;
}
.rider .pagination li a{
padding:8px;
display:block;
background:#dbdbdb;
text-decoration:none;
color:#333;
text-shadow:0 1px #fff;
}
.rider .pagination li a:hover, .pagination li.current a{
background:#b5b5b5;
}
/*forms*/
#emailform {
width:400px;
}
#emailform div input, #emailform input[type=text], #emailform textarea {
    background: #F5F5F5;
    border: 1px solid #999999;
    color: #666666;
    font-size: 12px;
    margin: 0;
    padding: 6px;
}
#emailform .alt input[type=text] {
margin:3px 3px 3px 0;
}
#emailform input[name=address] {
width:322px;
}
#emailform span.wpcf7-list-item {
display:block;
clear:both;
}
#emailform input[type=submit]:hover {
background:#3e8035;
color:#fff;
border: 1px solid #333;
}
ul#team-titles li {
list-style:none;
}
#team-titles li {
margin:10px 0;
width:134px;
text-align:center;
display:block;
font-weight:bold;
}
#home-content iframe {
float:left;
}
/*-----WOO-----*/
/*-----WOO-----*/
/*-----WOO-----*/
.shop-bar h2, .shop-bar li, .woocommerce-breadcrumb, .bar-cart-top h2 {
font-size:11px;
text-transform:uppercase;
}
/*BAR*/
.shop-bar {
position:absolute;
top:0;
right:0;
width:570px;
}
.shop-bar h2, .bar-cart-top h2 {
text-transform:uppercase;
font-weight:bold;
margin-right:6px;
}
.widget_product_categories, .widget_execphp {
float:left;
}
.widget_product_categories {
width:70%;
}
.widget_execphp {
width:28%;
text-align:right;
}
.home-prod {
padding-top:2em;
}
.home-prod .widget_execphp {
float:none;
width:100%;
}
.widget_product_categories ul {
padding:0;
margin:0;
}
.widget_product_categories ul li {
list-style:none;
}
.widget_product_categories li a {
text-decoration:none;
text-transform:uppercase;
padding:.1em .2em;
display:block;
letter-spacing:1px;
}
@media screen\0 {
.widget_product_categories li a  {
letter-spacing:0;
}
}
.widget_product_categories a:hover, li.current-cat a{
color:#3e8035;
}
li.current-cat a {
font-weight:bold;
}
.bar-cart a, .bar-cart-top a {
color:#3e8035;
font-weight:bold;
}
.bar-cart a:hover, .bar-cart-top a:hover {
color:#000;
}
/*LIST*/
.products h2, .woo-box h1 {
margin:0 0 .8em 0;
}
.products h2 {
clear:both;
}
ul.products {
padding:0;
margin:0;
}
ul.products li {
list-style:none;
}
.products li {
float: left;
margin: 0 3.8% 2.992em 0;
padding: 0;
position: relative;
width: 22.05%;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last, .products li.last {
margin-right:0;
}
.products a {
text-decoration:none;
position:relative;
display:block;
}
.products h3, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
font-size:1em;
line-height:110%;
top:1px;
left:1px;
line-height:120%;
height:100%;
font-weight:bold;
background:url(img/bg-trans2.png) repeat;
}
.products h3, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
padding:32% .3em 0 .3em;
}
.woocommerce ul.products li.product-cat-decks h3, .woocommerce-page ul.products li.product-cat-decks h3, ul.products li.product-cat-decks h3, ul.products li.product-cat-decks h3 {
padding:50% .3em 0 .3em;
}
.products h3, .products .price {
position:absolute;
z-index:10;
display:block;
width:100%;
text-align:center;
position:absolute;
color:#000;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.products .price {
bottom:44%;
font-size:1em;
font-weight:normal;
}
.products .price span.amount {
color:#000;
}
.product a:hover > h3, .product a:hover > .price {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.products img {
position:relative;
z-index:5;
box-shadow:none 0;
}
.products img, .woocommerce ul.products li.product-cat-decks a, ul.products li.product-cat-decks a {
border:solid 1px #ececec;
}
.products a:hover img, .woocommerce ul.products li.product-cat-decks a:hover, ul.products li.product-cat-decks a:hover {
border:solid 1px #ccc;
}
.products .product-cat-decks a {
height:280px;
overflow:hidden;
text-align:center;
}
.woocommerce ul.products li.product-cat-decks a img, .woocommerce-page ul.products li.product-cat-decks a img, ul.products li.product-cat-decks a img, ul.products li.product-cat-decks a img {
height:280px;
width:280px;
max-width:none;
margin-left:-34px;
border:none 0;
}
p.woocommerce-result-count {
font-size:.8em;
}
a.add_to_cart_button {
display:block;
font-size:.9em;
padding:.1em;
text-align:center;
}
a.add_to_cart_button:hover {
background:#454545;
}
a.more-prod {
float:right;
text-align:right;
text-transform:uppercase;
font-size:1em;
position:relative;
margin-top:-30px;
color:#3e8035;
}
a.more-prod:hover {
color:#333;
text-decoration:underline;
}
.coupon input[type=text] {
padding:.4em;
}
.cart_totals table {
width:100%;
}
.cart_totals td, .cart_totals th {
text-align:right;
}
.cart_totals tr {
height:18px;
}
.wc-proceed-to-checkout {
text-align:right;
margin-top:1.5em;
}
/*SINGLE*/
/*SINGLE*/
/*SINGLE*/
.product h1 {
font-size:2em;
margin:.6em 0;
}
.product .images {
float:left;
width:40%;
margin-right:4%;
}
.product .summary {
float:left;
width:50%;
}
.woocommerce-breadcrumb {
padding:.4em 0 1em 0;
margin:0 0 1.4em 0;
border-bottom:solid 1px #bcbcbc;
}
.woocommerce-breadcrumb {
text-decoration:none;
font-size:11px;
color:#454545;
font-weight:bold;
}
.woocommerce-breadcrumb a {
text-decoration:none;
color:#454545;
font-weight:normal;
}
.woocommerce-breadcrumb a:hover {
color:#000;
}
.price span.amount {
font-size:1.5em;
padding:.8em 0;
}
.product form.cart {
padding:1.2em 0 1.5em;
}
a.product_type_variable {
color:#fff;
}
a.reset_variations {
font-size:.8em;
}
.product .related {
clear:both;
border-top:solid 1px #bcbcbc;
padding:2em 0 0 0;
}
.product .summary input, .product .summary select {
padding:.2em;
}
.single_variation_wrap {
padding:1em 0 1.2em 0;
}
.product .quantity {
padding:0 0 1.8em 0;
}
.product input.qty {
width:34px;
padding:5px 3px 5px 5px;
margin:0 6px;
}
.variations .label {
padding:0 15px 0 0;
}
p.out-of-stock {
color:#ff0000;
font-weight:bold;
}
dl.variation {
padding-left:1em;
}
.variation-Size p {
padding:0;
line-height:normal;
}
/*OVERWRITE*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
padding:.6em;
}
/*HIDE*/
a.reset_variations, span.sku_wrapper, .woocommerce-result-count, form.woocommerce-ordering, .widget_product_categories li.cat-parent, li.cat-parent ul.children, span.onsale {
display:none;
}
/*-----END WOO-----*/
/*-----END WOO-----*/
/*-----END WOO-----*/
/*ALL TRANSITIONS*/
a, input[type=submit], .products img, .product a:hover > h3, .product a:hover > .price, .product a > h3, .product a > .price  {
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
/*BORDER BOX*/
.products li, .products h3 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*ALL INLINE*/
.archive ul.prod-tease, ul#team-titles li, .shop-bar h2, .widget_product_categories h2, .widget_product_categories ul, .widget_product_categories ul li, ul.products li, #team-tease .single a, .product #btns div, ul.prod-tease-front li, ul.prod-tease-inner li, .bar-cart-top h2 {
display:inline-block;
zoom:1;
*display:inline;
}