
/**
 * Theme Name: Xtreme Exteriors
 * Author: Sawyer Media Group
 * Version: 99.0
**/
.hidden_label label {
	display: none !important;
}

.custom-accordion table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Montserrat, sans-serif;
	text-align: left;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

.custom-accordion table tr {
	background-color: #fff;
}

.custom-accordion table tr:nth-child(odd) {
	background-color: #f7f9f9;
}

.custom-accordion table tr td {
	padding: 16px;
	border-bottom: 1px solid #e6e9f5;
}

.custom-accordion table tr td:nth-child(even) {
	background-color: #f1f1f1;
}

.custom-accordion table tr td:nth-child(3) {
	background-color: #fff;
}

.custom-accordion .e-n-accordion-item[open] summary {
	background-color: var(--e-global-color-f837b57) !important;
}

.pricing-matrix-table .th-title {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-family: Oswald;
	text-align: left;
	border-radius: 10px;
	overflow: hidden;
}

.pricing-matrix-table thead tr {
	background-color: #162a48;
	color: #162a48;
}

.pricing-matrix-table thead tr th:first-child {
	border-top-left-radius: 12px;
}

.pricing-matrix-table thead tr th:last-child {
	border-top-right-radius: 12px;
}

.pricing-matrix-table thead tr th:nth-child(odd) {
	background-color: #fff;
	padding: 28px;
	line-height: 34px;
	font-weight: bold;
	color: #162a48;
	font-size: 28px;
}

.pricing-matrix-table thead tr th:nth-child(even) {
	background-color: #f3f3f3;
	padding: 28px;
	line-height: 34px;
	font-weight: bold;
	color: #162a48;
	font-size: 28px;
}

.pricing-matrix-table thead tr th span {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.single .elementor-widget-theme-post-content p {
	line-height: inherit;
}

@media screen and (max-width: 1024px) {
	.pricing-matrix-table .th-title tr th.visible {
		display: table-cell;
		width: 100%;
	}
	
	.pricing-matrix-table .th-title tr th {
		display: none;
	}
	
	.custom-accordion td:before {
		content: attr(data-th) ": ";
		font-weight: bold;
		width: 50%;
		display: inline-block;
		color: #162a48;
		font-size: 16px;
		text-align: left;
		flex-shrink: 0;
	}
	
	.custom-accordion table {
		width: 100%;
	}
	
	.custom-accordion colgroup {
		display: none;
	}
	
	.custom-accordion table thead {
		display: none;
	}
	
	.custom-accordion table tbody {
		width: 100%;
	}
	
	.custom-accordion table tr, .custom-accordion table th, .custom-accordion table td {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.custom-accordion table tr {
		border-bottom: none;
		margin: 0 0 5px 0;
	}
	
	.custom-accordion table tr:last-child {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		overflow: hidden;
	}
	
	.custom-accordion table td {
		text-align: right;
		display: flex;
		justify-content: space-between;
		padding: 16px 20px !important;
	}
	
	.custom-accordion table td:empty {
		display: none;
	}
	
	.pricing-matrix-table .th-title tr th.visible {
		background: transparent;
		color: #fff;
	}
}

@media screen and (max-width: 640px) {
	.custom-accordion table td {
		flex-direction: column;
		text-align: left;
	}
	
	.custom-accordion td:before {
		width: 100%;
		font-size: 14px;
	}
}
