/*
Theme Name: Waxom Child
Theme URI: http://themeforest.net/user/Veented
Description: Multi-Purpose WordPress Theme
Version: 1.0.1
Author: Veented
Author URI: http://themeforest.net/user/Veented
Template: waxom
*/


/* Your code goes below! */


/*title page style*/
#page-title h1{
display:none;
}

.page-title-inner.inner.page_header_inner{
padding:0px;
}

#page-title .page-title-holder{
min-height:75px;
}

.breadcrumbs li {font-weight:600 !important;}
.breadcrumbs a {color:#113f6c !important;text-decoration: underline !important;font-weight:600 !important;}

#page-title {
	background-color: #fff;
	width: 100%;
	position: relative;
	transition: background-image .3s;
	background-size: cover;
	margin-bottom: -30px;
}