/*---------------------------------------------------------------------------------

 Theme Name:   Greatorex Funerals 
 Theme URI:    
 Description:  
 Author:       We are Ghost
 Author URI:   https://weareghost.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.category_sep h2
{
	color:#444445;
	font-weight:600;
	font-size:42px;
	border-bottom:2px solid #B9886A;
	padding-bottom:10px;
	margin-bottom:30px;
}

.offering
{
background-color:#EFEDEC;
}

.offering_wrapper
{
display:grid;
grid-template-columns:repeat(3,1fr);
	grid-gap:30px;
	padding:30px;
}

.offering .image
{
	width:100%;
	height:250px;
	margin:0 auto;
	border:10px solid #efedec;
	background:#fff;
}

h4.title
{
font-weight:600;
	text-align:center;
	font-size:1.8em;
	padding-top:10px;
}

p.description
{
padding:0 15px;
	font-size:1.4em;
	text-align:center;
	
}

/* -- CURRENT FUNERALS -- */

.current_funeral .et_pb_toggle_title
{
	font-size:42px;
	font-weight:800;
}

.et_pb_accordion_item.current_funeral 
{
	border-width: 0px 0px 2px 0px;
    border-color: #831d49 #831d49 #b9886a #831d49;	
}

.current_funeral.et_pb_accordion_item .et_pb_toggle_title:before {
    font-size: 55px;
    right: -20px;
    color: #b9886a;
    font-family: ETmodules!important;
    font-weight: 400!important;
    content: "\43"!important;
	float: right;
	
}

.offering .image {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.current_funeral.et_pb_accordion_item  .et_pb_toggle_content 
{
	font-size:22px;
}

@media screen and (max-width:1000px) {
	.offering_wrapper
	{
		display:grid;
		grid-template-columns:1fr;
	}
}

.current_funeral .et_pb_toggle_title
{
	font-size: 42px;
    font-weight: 800;
    /* padding: 4% 0; */
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid;
    border-width: 0px 0px 2px 0px;
    border-color: #831D49 #831D49 #B9886A #831D49;
}



.et_pb_toggle_content
{
	padding:30px 0;
}