/*
Theme Name: 	Charitab WP Child
Theme URI: 		http://thememascot.net
Description: 	Charitab WP Child Theme
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		5.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	charitab-wp-child
Template: 		charitab-wp
*/
.quickLinksblock .fa-calendar::before, .quickLinksblock .fa-phone::before, .quickLinksblock .fa-group::before, .quickLinksblock .fa-users::before {color: #f26522;}
.quickLinkSidebar p {	color: #222;}
.quickLinkSidebar br {
    display: none;
}
#display {
	margin-top: 20px;
}
.quickLinkButton {
    background: #f26522;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    padding: 12px 0px;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.quickLinkButton:hover{background:#e1510d;color:#fff;}
.about_content p {
    text-align: justify;
}
/* .vc_row.wpb_row.vc_row-fluid.vc_custom_1549963237694.vc-row-tm-section-padding.section-typo-light { */
    /* display: none; */
/* } */
/* header#header .header-middle { */
	/* padding: 20px 0; */
	/* background: url(http://weta.vlcare.com/wp-content/themes/charitab-wp/assets/images/head.jpg) no-repeat; */
	/* height: 200px; */
/* } */
.categoryHeading button {	background: #f26522;	border: 1px solid #f26522;	color: #fff; cursor:pointer;}
.categoryList ul li {	width: 14%;	border: 1px solid #f26522;	margin: 0 1%;	list-style: none;	background: #f26522;}
.categoryList ul li label button {	background: #0a6403;	border: 1px solid #0a6403;	color: #fff;}
.categoryList ul li label::before {	content: "";	position: absolute;	width: 100%;	height: 100%;	left: 0;	top: 0;}
.categoryList ul li label{	position:relative;cursor:pointer;}
.categoryList ul li input[type="radio"]:checked + label::before {	box-shadow: 0 0 10px #000;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {	background-color: #f26522;}
.paySource button {	background: #f26522;	border: 1px solid #f26522;	color: #fff;cursor:pointer;}
/* .addPerson {	position: absolute;	right: 14px;	top: 40px;} */
.modal-dialog {	max-width: 991px;	margin: 1.75rem auto;}
.btn-primary {	background-color: #f26522;	border-color: #f26522;}
.modal-content {	overflow: auto;}
.refundFee p span {    color: #ff0000;}
div#loader {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 9999999;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index: 999999;
opacity: 0.5;
}

.quickLinksblock a {
	color: #222;
}

.staff-inner .box-hover-effect .effect-wrapper .thumb.gradient-effect::after {
	background: none;
}

@media screen and (max-width:991px)
{
    .categoryList ul li {	width: 31%;	margin-bottom: 15px;}
}
@media screen and (max-width:479px)
{
    .categoryList ul li {	width: 48%;	margin-bottom: 15px;}
}