/*
Theme Name: Bostan Child
Description: Child theme for the Bostan
Author: Ahmad Salah
Template: bostan
*/

@import url("../bostan/style.css");


/**************************************************************************************/
.page_title_holder{
    background-image: url('../../uploads/2019/08/innerpage-banner.jpg');
    padding: 100px 0;
}
.page_title_holder h1{
    font-size: 42px;
    line-height: 54px;
    font-weight: 800;
    text-transform: uppercase;
}
.breadcrumb{
    font-size: 14px;
    font-weight: 600;
}
.innerpage-content{
    color:#555;
}

.innerpage-content ul li {
	border-bottom: none !important;
	padding: 0 12px 15px 25px !important;
	list-style:none;
	line-height:24px;
}

.innerpage-content ul li:before {
	content: '\f046';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.8em;
	color:#9c0001;
	font-size:15px !important;
}

.innerpage-content p{
    color:#555;
}

.innerpage-content h2{
    color:#000;
    font-size:38px
}

.innerpage-content h3{
    color:#f9b700;
    font-size:28px
}

.innerpage-content h4{
    color:#9c0001;
    font-size:22px !important;
    font-weight:600 !important;
    margin:20px 0;
}
.innerpage-content a{
    color:#000066;
}
.innerpage-content a:hover{
    color:#000;
}
.wco-change-outer {
    padding-top:20px !important;
}

#menu-main .menu-item-has-children > a {
    cursor: pointer;
    pointer-events: none;
}