/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Apr 2021, 22:17:03
    Author     : pz
*/
#faq_blogPost{
	height: 300px;
}
.faq-widget .btn-link{
	/*color: var(--custom-color);*/
	color: #333;;
	text-align: left;
	padding: 5px 0px;
	display: block;
	width: 100%;
	padding-right: 15px;
}
.faq-widget .btn-link:not(.collapsed),
.faq-widget .btn-link:hover{
	color: var(--custom-color);
	text-decoration: none
}
.faq-widget .btn-link .faq-collapse-ico{
	float: right;	
	transform: rotate(180deg);
	margin-top: 5px;
	
	-webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.faq-widget .btn-link.collapsed .faq-collapse-ico{
	transform: rotate(0deg);
}

/*.faq-widget .card-faq-header h3{
	color: var(--custom-color);
	text-align: left;
}*/
.faq-widget .card-faq-body{
	padding: 0px 50px 0px 15px;
	color: #666;
	/*text-align: justify;*/
}
.faq-widget .card-faq{
	border-top: 1px solid rgba(122,122,122,.125);
}

#faq-section{
	background: #f8f9fa;
}

#faq-section .faq-button-more{
	margin-left: 25px;
}

.faqCategories{
	margin-top: 145px;
	position: sticky;
	top: 80px;
}

@media (max-width: 992px) {
	.faqCategories{
		margin-top: 40px;
	}
	#faq-section .col-12.margin-bottom .faq-header{
		margin-top: 25px;
	}
	#faq-section .faq-button-more {
		margin-left: 0px;
		margin-top: 15px;
	}
/*	.padding-top-4rem{
		padding: 0px;
	}*/
}

