/*
Theme Name: CafeImports Blog
Author: Darren Leet
Description: Mirror theme from www.cafeimports.com
Version: 0.0.2
Tags: bootstrap
*/

.app-body {
	margin-bottom: 30px;
}

.blog-grid .item {
	padding: 5px;
}

.et_divi_builder #et_builder_outer_content .et_pb_column_3_4 .et_pb_blog_grid[data-columns]::before, .et_divi_builder #et_builder_outer_content .et_pb_column_2_3 .et_pb_blog_grid[data-columns]::before {
	content: '3 .column.size-1of3';
}
.column { float: left !important }
.size-1of3 { 
	margin-right: 5.5% !important ;
    width: 29.666% !important;
}
.et_pb_row { 
	padding-top: 15px; 
	padding-bottom: 15px; 
}
.et_divi_builder #et_builder_outer_content .et_pb_section {
	padding-top: 0;
	padding-bottom: 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_post h2 {
	margin-top: 0;
}
#et_builder_outer_content div.n10s-block {
	text-align: center;
}
.n10s-overlay::before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.n10s-overlay h2 {
	display: inline-block;
  	vertical-align: middle;
}
.app-slider {
	margin-bottom: 0 !important;
}
.app-slider-caption {
	position: relative;
	background: #fff !important;
	color: #000 !important;
	min-height: 50px;
	overflow: hidden;
}
.app-slider .app-slides {
	height: 100%;

}

.app-slide-caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center !important;
	padding: 15px 30px !important;
	background: #fff !important;
	color: #000 !important;
	visibility: hidden;
}
.app-slide-caption:first-child{
	visibility: visible;
}
.app-slide, .app-slide .et_pb_slider_container_inner, .app-slide .et_pb_slide_description, .app-slide .et_pb_slide_content {
	height: 100% !important;
}


.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:28px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #A12643;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: super;
}
.app-cart-icon-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
}

.woocommerce-form__label.checkbox input[type="checkbox"] {
	position: relative;
	margin: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #A12643;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active {
	background-color: #93203b;
}
.woocommerce-breadcrumb {
	display: none;
}