/*
	Theme Name: cherry
	Theme URI: //info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: //info.template-help.com/help/
	Version: 3.1.5
	Tags: dark, light, white, black, gray, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	License:
	License URI: http://
	Text Domain: cherry
*/
@import "css/style.css";


.social-nets-wrapper{
display: none !important;
}

h2.home{
    text-transform: none;
    font-size: 32px;
    letter-spacing: normal;
    padding-bottom: 10px;
    line-height: 1.3;
}

div.home-wrap, div.home-wrap > p{
color: white;
}

.sf-menu .sub-menu{
	padding: 10px !important;
}

.sf-menu .sub-menu li {
    padding: 0px !important;
}

.sf-menu .sub-menu li a{
    width: 100%;
    box-sizing: border-box;
}

.product-wrap p{
	display: none;
}

.product-link{
	display: inline-block;
    width: 100%;
    min-height: 250px;
	background-position: center;
	background-size: cover;
    position: relative;
margin-bottom: 30px;
}

.product-link:after{
content: '';
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0,0,0,0.7);
transition: 0.4s ease all;
}

.product-link h5{
opacity: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transition: 0.4s ease all;
color: white;
left: 0;
right: 0;
text-align: center;
	z-index: 10;
}

.product-link:hover h5, .product-link:hover:after{
	opacity: 1;
}

.product-link.a-first{
	background-image: url('http://www.heathmemorials.com.au/Heaths/wp-content/uploads/2017/11/single2.jpg');
}

.product-link.a-second{
	background-image: url('http://www.heathmemorials.com.au/Heaths/wp-content/uploads/2017/11/home1.jpg');
}

.product-link.a-third{
	background-image: url('http://www.heathmemorials.com.au/Heaths/wp-content/uploads/2017/11/multi3.jpg');
}

.product-link.a-fourth{
	background-image: url('http://www.heathmemorials.com.au/Heaths/wp-content/uploads/2017/11/chapel1.jpg');
}

.product-link.a-fifth{
	background-image: url('http://www.heathmemorials.com.au/Heaths/wp-content/uploads/2017/11/headstone1.jpg');
}

.product-link.a-sixth{
	background-image: url('http://www.heathmemorials.com.au/Heaths/wp-content/uploads/2017/11/rock1.jpg');
}

div.page:not(.post-203) p{
    font-size: 20px;
    line-height: 1.3;
}

.inline-image{
	margin: 15px 0px;
}

.about-us span{
	font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 3px solid #ec7a5c;
    padding-bottom: 5px;
    padding-right: 30px;
}

.about-us a{
	font-size: 20px;
    line-height: 1.3;
    color: #1e5cb2;
	display: inline-block;
	margin: 10px 0px;
}

#slider-wrapper{
	height: 500px;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}

#target-source{
	max-height: 500px;
    position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
}

#background-blur{
background-size: cover;
background-position: center;
filter: blur(10px);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.3;
}
.a-thumbnails{
text-align: center;
}

.a-thumbnails li{
display: inline-block;
width: 100px;
height: 100px;
margin: 0px 5px 10px 5px;
background-size: cover;
background-position: center;
}



@media(max-width: 800px){
	.product-link h5, .product-link:after{
		opacity: 1;
	}
#slider-wrapper{
height: 300px;
}
#target-source{
	max-height: 300px;
}
.a-thumbnails li{
width: 50px;
height: 50px;
margin: 0px 3px 6px 3px;
}
}

@media(min-width: 1200px){
	.content-holder .title-section .title-header {
		font-size: 40px !important;
		line-height: 55px !important;
	}
	.content-holder .title-section {
		padding: 30px 0px 30px !important;
	}
	.content-holder .title-section .breadcrumb.breadcrumb__t {
    	padding: 13px 0 0 !important;
	}
	
}
