@charset "utf-8";
/*
Theme Name: Vorian Agency Budget Website Theme
Author: Star 3 Media (mark.tamayo at vorian.com.au)
Author URI: http://www.vorianagency.com.au/
Description: Theme for Vorian Agency
Version: 1.0
*/

body 
{
	font-family: 'Titillium Web', sans-serif;
	background: #fff url('images/bg.jpg') center center no-repeat;
	background-size: cover;
	color: #555;
	overflow-x: hidden;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
	margin-top: 0;
	font-weight: normal;
	color: #fff;
}
h1, .h1
{
	text-transform:uppercase;
}
input, textarea, select
{
	color: #3a3a3a!important;
}
img
{
	max-width: 100%;
	height: auto;
}
ul
{
	margin: 0 0 0 20px;
	padding: 0;
}
table
{
	width: 100%;
}
th, td
{
	vertical-align: top;
	/* padding-right: 30px; */
}
/* @media (max-width: 960px) 
{
	th, td
	{
		min-width: 240px;
	}
} */
h1.product_title.entry-title {
    text-align: left;
}
ul.products li h3 {
    text-align: left;
}

.social-media-container {
    width: auto;
    margin-right: 5px;
	margin-bottom: 5px;
}
.social-media-container img { 
    margin-right: 5px;
}
.social-media-container .btn-googleplus {
    background: url(http://www.eurekasystems.com.au/wp-content/uploads/google.png);
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
}
/*
.social-media-icons {
    background-color: #fff;
    padding: 5px 0;
}

.social-media-container {
    width: 1024px;
    margin: 0 auto;
    text-align: right;
    padding: 0 20px;
}
*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 16.5%;
}
.cart_totals:nth-child(1) {
    display: none;
}
ul.sub-menu {
    z-index: 99999;
}
ul.sub-menu li a {
    font-size: 14px;
}
.footer-details {
    clear: both;
    padding: 0 20px;
    display: block;
    float: left;
    margin-top: -50px;
}
@media (max-width: 768px) 
{
	body 
	{
		text-align: center;
		padding-top: 0;
	}
	table td
	{
		width: 100%!important;
		display: block!important;
		padding: 0!important;
	}
	th, td
	{
		min-width: 0!important;
		padding-right: 0;
	}
	ul
	{
		list-style: none;
	}
}

/*
 * Override Bootstrap's default container.
 */
@media (min-width: 1200px) 
{
	.container 
	{
		width: 1024px;
	}
}
@media (max-width: 320px) 
{
	.container 
	{
		max-width: 320px;
	}
	.blog-slideshow {display:none}
}

/*
 * Masthead for nav
 */
.blog-masthead
 {
	background-color: #004181;
	-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
		  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
.blog-masthead ul
{
	padding-left: 0;
	margin-left: -15px;
	margin-right: 6px;
	border-left: 1px solid #225a92;
	border-right: 1px solid #000;
}
.blog-masthead li
{
	display: inline-block;
	margin: 0!important;
}
.blog-masthead li ul
{
	position: absolute;
	display: none;
}
.blog-masthead li:hover ul
{
	display: block;
}
.blog-masthead ul ul li:first-child
{
	border-top: 2px solid #ccc;
}

.blog-masthead li li
{
	display: block;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
.blog-masthead a
{
    display: block;
    padding: 7px 39px 9px 37px;
    margin-right: -3px;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    border-right: 1px solid #225a92;
    border-left: 1px solid #000;
}
.blog-masthead li li a
{
	color: #1a1a1a;
}
.blog-masthead a:hover,
.blog-masthead a:focus ,
.blog-masthead a.active,
.blog-masthead .current-menu-item a
{
	background: #131313;
	color: #fff;
	text-decoration: none;
}
.blog-masthead select
{
	margin: 10px 0;
}
@media (max-width: 480px) 
{
	.blog-masthead li, .blog-masthead li ul
	{
		display: block;
	}
	.blog-masthead li ul
	{
		position:relative;
	}
}

/*
 * Blog name and description
 */
.blog-title 
{
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: normal;
}
.blog-description
{
	font-size: 20px;
	color: #999;
}

/*
 * Blog Header
 */
.blog-header
{
	width:100%;
	background: url('images/toprep.jpg');
	z-index: 1;
	top: 0;
}
.menu-cart-menu-container
{
	margin-top: 20px;
	min-height: 44px;
}
.contact-number
{
	font-size: 38px;
}
.click-to-call
	{
		display: none;
	}
.menu-cart-menu-container, .menu-cart-menu-container a, .contact-number
{
	color: #fff;
}
ul#menu-cart-menu
{
	margin-left: 0!important;
}
ul#menu-cart-menu li
{
	display: block;
}
.wpmenucart-icon-shopping-cart-0:before
{
	content: url('images/cart.png')!important;
	width: 35px;
	height: auto;
}
@media (max-width: 768px) 
{
	.blog-header
	{
		position:relative;
	}
	.contact-number
	{
		font-size: 24px;
	}
	ul#menu-cart-menu a
{
	margin-left: -4px!important;
	}
	.menu-cart-menu-container ul
	{
		list-style: none;
	}
} 
@media (max-width: 480px) 
{
	.contact-number
	{
		display: none;
	}
	.click-to-call
	{
		cursor: pointer;
		display: block;
		color: #fff;
		background: #004181;
		padding: 12px;
		width: 180px;
		margin: 15px auto 0 auto!important;
		border-top: 1px solid #ebebeb;
		border-radius: 7px;
	}
	.click-to-call a
	{
		color: #fff;
		margin-left: 6px;
	}
	.click-to-call a, .click-to-call a:hover
	{
		text-decoration: none;
	}
}

/*
 * Breadcrumbs
 */
.blog-breadcrumbs
{
	background: #131313;
	color: #fff;
}
.blog-breadcrumbs a
{
	color: #faf100;
} 
#breadcrumbs
{
	padding: 16px 0 10px 15px;
}
 
/*
 * Blog Slideshow
 */
.blog-slideshow img
{
	width: 100%;
	height:auto;
	border-radius: 11px!important;
}
.blog-slideshow
{
	margin: 15px 0 25px 0;
	text-align: center;
	position: relative;
}
.blog-slideshow .sidebar-module
{
	margin: 0!important;
	padding: 0!important;
}
.blog-slideshow .sidebar-module h4
{
	display: none;
}
.blog-slideshow .amazingslider-text-wrapper-1
{
	margin: 0!important;
}
.blog-slideshow .amazingslider-img-1
{
	border-radius: 11px!important;
}
.blog-slideshow .amazingslider-text-wrapper-1 .amazingslider-text-1
{
	padding: 0!important;
	background: url(images/blackcap.png);
	border-bottom-left-radius: 11px!important;	
	border-bottom-right-radius: 11px!important;	
/*	height: 135px;*/
}
.blog-slideshow .amazingslider-text-wrapper-1 .amazingslider-text-1 .amazingslider-description-1
{
	background: transparent;
	color: #fff;
	font-size: 14px!important;
}
.blog-slideshow .amazingslider-text-wrapper-1 .amazingslider-text-1 .as-btn-blue-medium
{
	float: right;
	margin-right: 15px;
	color: #fff;
	padding: 7px 15px 6px15px;
	border-top: 1px solid #ccc;
	border-radius: 7px;
	background: #004181;
}
.blog-slideshow .amazingslider-text-wrapper-1 .amazingslider-text-1 .as-btn-blue-medium::after
{
	content: ">";
	padding-left: 6px;
}
.blog-slideshow .amazingslider-text-wrapper-1  .amazingslider-title-1
{
	left: 50%!important;
	width: 50%;
	position: absolute;
	top: -190px!important;
	white-space: normal!important;
	background: url(images/bluecap.png);
	padding: 20px;
	font-family: 'Lato', sans-serif;
}
a[href="http://www.wonderplugin.com/wordpress-slider/"]
{
	
}
@media (max-width: 768px) 
{
	.blog-slideshow .amazingslider-text-wrapper-1, .blog-slideshow .amazingslider-text-wrapper-1 .amazingslider-title-1
	{
		display: none!important;
	}	
	.blog-slideshow .sidebar-module
	{
	
	}
} 
 
/*
 * Main column and sidebar layout
 */
.blog-wrapper
{
	background: url('images/toprep.jpg');
	margin: 25px auto;
	border-radius: 11px;
	padding: 25px;
} 
.blog-main
{
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
	text-align:justify
}
.blog-main h1
{
	border-bottom: 4px solid #fff;
	color: #fff;
	padding-bottom:10px ;
	margin-bottom: 25px;
}

/*
 * Quicklinks
 */
#quicklinks
{
	padding-left: 0!important;
}	 
#quicklinks h4
{
	font-weight: 700;
}
#quicklinks h5
{
	color: #0d7c75;
	font-size: 12px;
}
#quicklinks p
{
	line-height: 1.6;
}
#quicklinks .col-sm-6
{
	margin: 0;
	padding: 0;
}
#quicklinks .thumbnail
{
	margin-bottom: 0;
	border-radius: 0!important;
}
#quicklinks .thumbnail .caption
{
	padding: 15px!important;
}
#quicklinks .thumbnail .caption, #quicklinks .thumbnail .caption h2
{
	color: #fff!important;
}
#quicklinks .thumbnail .caption h2
{
	font-size: 20px;
	text-transform: uppercase;
}	
#quicklinks .thumbnail-1
{
	border-top-left-radius: 11px!important;	
}
#quicklinks .thumbnail-2
{
	border-top-right-radius: 11px!important;	
}
#quicklinks .thumbnail-3
{
	border-bottom-left-radius: 11px!important;	
}
#quicklinks .thumbnail-4
{
	border-bottom-right-radius: 11px!important;	
}
#quicklinks .thumbnail-1, #quicklinks .thumbnail-4
{
	background: #004181;
}
#quicklinks .thumbnail-1 a, #quicklinks .thumbnail-4 a
{
	background: #101010;
}
#quicklinks .thumbnail-2, #quicklinks .thumbnail-3
{
	background: url('images/toprep.jpg');
}
#quicklinks .thumbnail-2 a, #quicklinks .thumbnail-3 a
{
	background: #004181;
}
#quicklinks .thumbnail a
{
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-radius: 7px;
	text-transform: uppercase;
}
#quicklinks .thumbnail a::after
{
	content: ">";
	padding-left: 6px;
}
@media (max-width: 768px) 
{
	#quicklinks
	{
		padding-right: 0!important;
		margin-bottom: 15px;
	}	
	#quicklinks .thumbnail
	{
		border-radius: 0!important;
	}
} 

/* 
 * Featured Products
 */
#featured 
{
	background: url('images/toprep.jpg');
	min-height: 505px;
	padding: 0!important;
	border-radius: 11px!important;	
}
#featured  h2
{
	background: #004181;
	padding: 18px 20px;
	color: #fff;
	font-size:20px;
	text-transform: uppercase;
	margin-bottom: 35px;
	border-top-right-radius: 11px!important;	
	border-top-left-radius: 11px!important;	
	text-align: center!important;
}

/* 
 * Product Categories
 */
#product-categories
{
	background: url('images/bluerep.png');
	padding: 15px 0;
	margin-bottom: 15px;
}
#product-categories .col-sm-3
{
}
#product-categories span
{
	display:inline-block;
	padding: 15px 46px;
	margin: 24px 0;
	color: #fff;
	background: #101010;
	font-size: 20px;
	display: inline-block;
	border-top: 1px solid #ccc;
	border-radius: 7px;
	text-transform: uppercase;
        text-align: center;
}
#product-categories img
{
	margin:4px 7px;
}
.product-categories .count {
    color: #FFFFFF;
}
#product-categories .col-sm-9 {
    padding-left: 30px;
    padding-right: 0;
}
@media (max-width: 990px) 
{
	#product-categories span
	{
		padding: 15px 25px!important;
		font-size: 15px;
	}
}
@media (max-width: 768px) 
{
	#product-categories .col-sm-3
	{
		margin-left: 0!important;
	}
	#product-categories span
	{
		margin: 5px 0 15px 0 !important;
	}
} 

/* 
 * Sidebar modules for boxing content 
 */
.sidebar-module
{
	padding: 15px;
	margin: 0 -15px 15px;
}
.sidebar-module-inset 
{
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child 
{
	margin-bottom: 0;
}
.sidebar-module input
{
	margin: 4px 0;
}
.sidebar-module ul, .sidebar-module ol
{
	list-style: none;
	padding: 0!important;
}

/* 
 * Pagination 
 */
.pager 
{
	margin-bottom: 60px;
	text-align: left;
}
.pager > li > a 
{
	width: 140px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 30px;
}

/*
 * Blog posts
 */
.blog-post-title
{
	background: #090909;
	padding: 25px 0 20px 0;
	text-align: left;
} 
.blog-post-title a
{
	color: #ccc;
}
.breadcrumb_last, .blog-post-title h1
{
	color: #fff;
	font-weight: normal;
}
.blog-post-title h1
{
	font-size: 40px;
}
.w3eden
{
	margin: 20px 0 15px 0;
}
.blog-post-meta 
{
	margin-bottom: 20px;
	color: #999;
}
@media (max-width: 768px) 
{
	.blog-post-title
	{
		text-align: center;
	}
} 

/*
 * Comments
 */
.comments
{
	padding: 20px 0;
}
.comments h3
{
	margin-bottom: 20px;
}
.comments label
{
	font-weight: 500;
}

/*
 * Contact Us
 */
#contact-map
{
	margin-bottom: 20px;
}
#contact-map iframe
{
	max-width: 100%;
}
.gform_wrapper
{
	max-width: 100%!important;
}
.gform_heading
{
	width: 100%!important;
	text-align: center;
	text-transform: uppercase;
}
.gform_heading h3
{
	color: #004181!important;
	font-weight: 400!important;
	font-size: 20px!important;
}
#gform_1
{
	background :#ccc;
	padding: 20px;
}
#gform_1 input, #gform_1 textarea
{
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 7px;
}
#gform_1 input[type="submit"]
{
	padding: 12px 0;
	text-align: center;
	color: #fff!important;
	background: #004181;
	text-transform: uppercase;
	width:120px;
	margin: -20px 0 10px 0;
}
#gform_1 label
{
	font-weight: 500!important;
	margin-top: 15px!important;
	color: #004181;
	text-transform: uppercase;
}
@media (max-width: 990px) 
{
	#contact-map
	{
		overflow-x: hidden;
	}
}

/*
 * Woocommerce widget CSS override 
 */
.sidebar-module .product_list_widget img
{
	display: none;	
}
.sidebar-module .product_list_widget
{
	margin-left: 0;
}
.sidebar-module .product_list_widget li
{
	background-color: #004181;
	padding: 20px;  
	margin-bottom: 4px;
}
.sidebar-module .product_list_widget li a
{
	color: #fff!important;
}
.sidebar-module .product-categories
{
	margin-left: 0;
}
.sidebar-module .product-categories li
{
	background-color: #004181;
	padding: 20px;  
	margin-bottom: 4px;
}
.sidebar-module .product-categories li a
{
	color: #fff!important;
}
#woocommerce_products-2, #woocommerce_product_search-2,#woocommerce_products-3, #woocommerce_product_search-3
{
	margin-top: -10px;
}
#woocommerce_products-2 h4, #woocommerce_product_search-2 h4, #woocommerce_products-3 h4, #woocommerce_product_search-3 h4
{
	display: none;
}
#woocommerce_product_search-2 .woocommerce-product-search, #woocommerce_product_search-3 .woocommerce-product-search
{
	background: #004181;
	padding: 20px;
	text-align: center;
}
.woocommerce-product-search label, .woocommerce-product-search input[type="search"], .woocommerce-product-search input[type="submit"]
{
	display: block;
	margin: 7px auto!important;
}
.woocommerce-product-search label
{
	font-size: 22px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: normal
}
.woocommerce-product-search input[type="search"], .woocommerce-product-search input[type="submit"]
{
	border: none;
	padding: 7px 10px;
}
.woocommerce-product-search input[type="submit"]
{
	background-color: #000;
	color: #fff;
	font-size: 16px;
	margin-top: 20px!important;
}
.woocommerce-ordering
{
	display: none;
}

.quantity {
    margin-top: 22px !important;
}

/*
 * Woocommerce Cart Page 
 */
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce .cart-collaterals .cart_totals table
{
	display: none!important;
}
.woocommerce .cart-collaterals .cart_totals 
{
	text-align: right;
}	
.shop_table .product-price, .shop_table .product-subtotal, .shop_table .product-total, .shop_table tfoot
{
	display: none;
}
span.cartcontents:before
{
	content: 'Quote Cart:';
	font-weight: normal;
}
span.cartcontents
{
	font-weight: 700;
}

/*
 * Woocommerce Checkout Page
 */
#order_review_heading
{
	margin-top: 20px;
}
.woocommerce-checkout #payment
{
	background: none;
	float: left!important;
	margin-top: -20px;
}
.page-id-394 .shop_table
{
	background: #fff;
}
.page-id-394 .shop_table th
{
	display: none;
}
.page-id-394 .woocommerce .cart .button
{
	background: #000;
	color:	#fff!important;
	margin: 10px 0 8px 0;
}
.page-id-394 .shop_table a
{
	color: #000;
}

/*
 * Woocommerce Order Details
 */
.order_details .total
{
	display: none!important;
}

/*
 * Woocommerce Single Product Page
 */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
	color: #fff!important;
	padding: 11px 30px;
	display: inline-block;
	border-top: 1px solid #ccc;
	border-radius: 7px;
	background: #004181;
	font-size: 20px;
	margin-top: 15px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
	color: #faf100!important;
	background: #004181;
}

/*
 * Woocommerce product list CSS override 
 */
ul.products li img
{
	/*border-radius: 11px;*/
}
ul.products li.product
{
	position: relative;
}
ul.products li.product img
{
	z-index: 1!important;
}
ul.products li.product-category h3
{
	background: rgba(0, 57, 155, 0.9)!important;
	position: absolute;
	z-index: 2!important;
        bottom: 0;
        bottom: 14px;
	width: 100%!important;
	padding: 10px 5px !important;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.woocommerce ul.products li.product-category h3 {
    font-size: 12px;
    margin: 0;
    padding: 0.5em 0;
}
mark, .mark 
{
  padding: .2em;
  background: none !important;
  color: #FFF !important;
}
.woocommerce-cart table.cart img 
{
	width: 150px !important
}
.product-name a, .woocommerce-product-search input[type="submit"] 
{
	color: #FFF
}
.blog-post pre
{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.col-sm-3.home-featured-image img {
    height: 64px;
}
@media (max-width: 768px)
{
    .col-sm-3.home-featured-image img{
        height: auto;
    }  
}

.page-id-385 ul.products li.product a img
{
	margin: -110px 0px !important;
}
.page-id-385 ul.products li.product a
{
	text-decoration: none!important;
}
.page-id-385 ul.products li.product h3
{
	display: none;
}
.page-id-385 ul.products
{
	margin-top: -100px;
}
.page-id-385 ul.products li:nth-child(2)
{
	margin-top: -55px;
}
.page-id-385 ul.products li:nth-child(3)
{
	margin-top: -110px;
}
.page-id-385 ul.products li:nth-child(6)
{
	margin-top: -26px;
}
@media (max-width: 768px) 
{
	.wpmenucart-display-right
	{
		float: none!important;
	}
	.menu-cart-menu-container
	{
		margin-top: 10px;!important;
	}
}

/*
 * Footer
 */
.blog-footer 
{
	padding: 27px 0;
	background: url('images/toprep.jpg');
	border-top: 7px solid #004181; 
}
.home .blog-footer 
{
	margin-top: 15px;
}
.blog-footer  a, .blog-footer, #bottom-links, #bottom-links a
{
	color: #fff;
	font-size: 13px;
}
.blog-footer p:last-child 
{
	margin-bottom: 0;
}
.blog-footer  ul
{
	list-style: none;
	padding-left: 0;
}
.blog-footer .footer-links ul
{
	margin-left: 5px;
}
.copyright li ul
{
	margin-left: 4px;
}
.blog-footer .footer-links li a, .copyright li a
{
	padding-right: 4px;
}
.copyright li, .blog-footer .footer-links li
{
	display: inline-block;
}
.blog-footer  .footer-contact
{
	text-align: right;
	padding-bottom: 25px;
}
.copyright
{
	text-align: left;
	margin-left: -15px;
	padding-top: 13px;
}
.vorian-footer
{
	text-align: right;
	padding-top: 13px;
}
.vorian-footer img
{
	max-width: 45px;
	height: auto;
	margin-right: -15px!important;
}
@media (max-width: 768px) 
{
	.blog-footer .footer-contact, #bottom-links, #bottom-links .sidebar-module, .blog-footer .copyright, .blog-footer .vorian-footer
	{
		width: 100%;
		text-align: center!important;
		padding: 9px 0;
	}
	#bottom-links .sidebar-module
	{
		margin-right: 0!important;
	}
	.blog-footer .footer-contact img
	{
		margin: 20px 0 0 0!important;
	}
}	
@media (max-width: 480px) 
{		
	#bottom-links .sidebar-module
	{
		margin-right: 0!important;
	}
	#bottom-links .sidebar-module
	{
		padding-left: 15px!important;
	}
	.copyright
	{
		margin-left: 0!important;
	}
	.vorian-footer
	{
		
	}
	.blog-slideshow {display:none}
}

/*
 * Footer
 */
#sitemap
{
	padding-bottom: 40px;
}

/*
 * Bootstrap CSS override
 */
.navbar-right
{
	text-align: right;
} 
.navbar-default
{
	background-color: transparent!important;
	border: none!important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	background: transparent
}
.navbar-default .navbar-toggle
{
	border: none!important;
	margin: 0 -20px 20px 0!important;
}
.navbar-default .navbar-toggle .icon-bar
{
	background: #000;
}
.navbar-brand
{
	height: auto!important;
	padding: 15px!important;
}
.navbar
{
	margin-bottom: 0!important;
}
.thumbnail
{
	border: none;
}
.thumbnail .caption
{
	padding: 9px 0!important;
}
@media (max-width: 768px) 
{
	.navbar-header
	{
		width: 100%;
	}
	.navbar-brand
	{
		text-align: center;
		width: 100%;
		padding: 0!important;
	}
	.navbar-brand>img
	{
		display: inline-block;
		max-width: 85%;
	}
	.navbar
	{
		width: 100%;
		padding: 10px 0;
	}
	.navbar-right, .navbar-header
	{
		text-align: center;
	} 
}
@media (max-width: 768px) 
{
	.navbar-header
	{
		margin-left: 0!important;
	}
}
/* product front */

#product-categories .frontproduct li {
    float: left;
    list-style: none outside none;
}
#product-categories .container h3 {
    background: none repeat scroll 0 0 #000000 !important;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    bottom: 32px;
    font-size: 11px;
    margin: -4px 7px;
    padding: 10px !important;
    position: relative;
    text-align: center;

    z-index: 2 !important;
}
@media (max-width: 1200px) 
{
    #product-categories .container h3{

    }
} 

#fixed {
    border-radius: 9px;
    height: 126px;
    width: 127px;
}
.fixed {
    border-radius: 9px;
    height: 126px;
    width: 127px;
}
#product-categories .col-sm-9 {
    padding-left: 0px;
    padding-right: 0px;
}

ul.products li.product {

}
.toby-image-frame {
	width: 150px;
	height: 150px;
	position: relative;
    background-color: #fff;
    border-radius: 11px;
	overflow: hidden;
}
.woocommerce ul.products li.product .toby-image-frame a img, .woocommerce ul.products li.product-category .toby-image-frame a img {
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;  
    background: #3A6F9A;  
}
.toby-image-frame h3, ul.products li.product-category .toby-image-frame h3 {
	position: absolute;
	bottom: 0;
	z-index: 2;
}