/*

Theme Name: brentstreet
Theme URI: http://www.toolbox.squeezestaging.com/
Version: 1.0
Description: Standard theme which has all basic needed components and library. This theme is fully responsible built in sass.
Author: Squeeze Creative
Author URI: http://www.squeezecreative.com.au

*/

#crumbs {
	background:#165470;
	padding:15px 0;
	color:rgba(255,255,255,0.6);
}

#crumbs a {
	color:rgba(255,255,255,0.6);
}

img.alignnone {
	width:auto;
}

#sqz-main iframe {
	width:100%;
}

/*social widget*/
.sqz-social_widget {position:fixed; left:0; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); z-index:99;}
.sqz-social_widget img {width:64px; transition:all 0.5s ease 0s;}
.sqz-social_widget li:hover img {opacity:0.75;}

@media (max-width:767px) {
	.sqz-social_widget {background:rgba(0,0,0,0.8); text-align:center; left:0; right:0; top:auto; bottom:0; -webkit-transform:none; transform:none; font-size:0;}
	.sqz-social_widget li {display:inline-block;}
	.sqz-social_widget img {width:48px;}	
	.eif-col-6 .eif_item {width:33.3333%!important;}
	.eif-col-6 .eif_item:last-child, .eif-col-6 .eif_item:nth-last-child(2), .eif-col-6 .eif_item:nth-last-child(3){display:none;}
	.image-container .after {position:absolute !important;}
	#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {width:50%;}
}

/*addes css after woocommerce update*/

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.4;
}

.page-template-default #sqz-main .woocommerce ul.order_details {
    margin-top: 50px;
}
.page-template-default #sqz-main .woocommerce ul.order_details li {
    padding-left: 0px;
}
.page-template-default #sqz-main .woocommerce ul.order_details li:before {
                content: none;
            }
.woocommerce-order-received .woocommerce table.shop_table tr td.product-name a, .woocommerce-order-received .woocommerce table.shop_table tr td {
    font-size: 16px;
    font-family: 'Gibson-Light';
}
.woocommerce-order-received .woocommerce table.shop_table tr td strong {
    font-family: "Gibson-SemiBold";
    font-size: 14px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-image: none !important;
}
.page-template-default #sqz-main ul#shipping_method li label:before {
    float:none;
}
.woocommerce table.shop_table tr:last-child td {
    background:none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
     background:none;
}
@media (max-width: 991px) {
   .woocommerce table.shop_table tr td:before {
            float: none;
    display: inline-block;
    }
    .page-template-default #sqz-main ul#shipping_method, .woocommerce table.shop_table tr td .quantity {
        display: inline-block;
            vertical-align: middle;
    }
.woocommerce #content .product .entry-summary {
    clear:both !important;
}
	
}
@media (max-width: 992px) {
	.sqz-cart_icon {
		position:fixed;
		right:80px;
	}
}

.instagram h4 {margin-bottom:30px;}
