/*
Theme Name:  Aerial Ashes
Theme URI:   http://www.aerialashes.co.uk
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site Aerial Ashes.
Author:      Beanie-d
Author URI:  http://www.beanie-d.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/* .table_row .et_pb_column_2{
	margin: 0 !important; 
	box-shadow: -3px -3px 4px 0px #3050738c;
    border-radius: 10px 0 0 0;
}
.table_row .et_pb_column_3{
	box-shadow: 2px -3px 4px 0px #3050738c;
    border-radius: 0 10px 0 0;
} */
.table_data .table-container {
    width: 100%;
    margin: 20px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.table_data .table-container table{
	border: 0;
	margin: 0 !important;
}


.table_data thead th {
   
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    flex:1;
}
.table_data thead th:first-child{
	 background-color: #e74c3c;	
}
.table_data thead th:last-child{
	 background-color: #4ba789;	
}

.table_data tbody tr, .table_data thead tr{
	display: flex;
	column-gap: 10px;
}
.table_data tbody tr td:first-child{
	border-left: 1px solid #e74c3c;
    border-right: 1px solid #e74c3c;
}
.table_data tbody tr td:last-child{
	border-left: 1px solid #4ba789;
    border-right: 1px solid #4ba789;
}
.table_data tbody tr:last-child td:last-child{
	border-bottom: 1px solid #4ba789;
}
.table_data tbody tr:nth-last-child(n+1) td:first-child {
    border-bottom: 1px solid #e74c3c;
}
.table_data tbody tr:nth-last-child(n+1) td:last-child {
    border-bottom: 1px solid #4ba789;
}
.table_data tbody tr:last-child td{
	border: 0!important;
}
.table_data tbody td {
    text-align: left;
    padding: 15px;
    font-size: 16px;
    vertical-align: middle; 	
    display: flex;
    align-items: baseline;
    flex: 1;
	line-height: 20px;
}
/* .table_data thead th:first-child {
    border-right: 1px solid #fff;
}
.table_data tbody tr:nth-child(odd) td {
    border-right: 1px solid #F2F2F2;
}
.table_data tbody tr:nth-child(even) td {
    border-right: 1px solid #FFFFFF;
} */

.table_data .red-cross, .table_data .green-tick {
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle; 
    display: inline-block;
}

.table_data .red-cross {
    color: #e74c3c;
}

.table_data .green-tick {
    color: #2ecc71;
}

.table_data tbody tr:nth-child(even) td {
    background-color: #f2f2f2;
}
td.full-width-message {
    justify-content: center;
	text-align: center !important;
}
.men_dron_image img {
    height: 820px;
    object-fit: cover;
}

@media (max-width: 1024px) and (min-width: 768px){
	.men_dron_image span
	{
    	width: 100%;
	}
	.men_dron_image img
	{
		height: 100%;
    	width: 100% !important;
	}
}

@media (max-width: 1171px) and (min-width: 980px){
		.men_dron_image img
	{
		height: 100%;
    	width: 100% !important;
	}
	.men_dron_image span, .men_dron_image
	{
    	height: 100%;
	}
}
@media (max-width: 1410px) and (min-width: 1172px){

	.men_dron_image span, .men_dron_image, .men_dron_image img
	{
    	height: 100%;
	}
}