/**
*---------------------------------------------------------------------------------------
* @package       VP Merchant Customization File
*---------------------------------------------------------------------------------------
* @copyright     Copyright (C) 202{4} - {9} VirtuePlanet Services LLP. All rights reserved.
* @license       GNU General Public License version 2 or later; see LICENSE.txt
* @authors       Spiridon Kolovos
* @email         info@unp-snae.com
* @link          https://unp-snae.com
*---------------------------------------------------------------------------------------
*/

.item-page .page-header {
	display:none;
}
.subtitle_ {
	margin-bottom: 0;
}
.line-shad-article {
	text-align: center;
	padding: 0 0 1rem;
	margin: 0 18rem 4rem;
	box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);
}
.article_image {
	float: left;
	transition: .3s ease-in-out;
	margin: 0 2rem 1rem 0;
	height: 600px;
}
@media (max-width:620px) {
	.article_image {
		width: 100%;
		height: auto;
	}
}
.article_image:hover {
	transform: scale(1.1) rotate(-6deg);
}
blockquote {
	font-size: 18pt;
	margin-left: 10rem;
	text-align: right;
    border-color: #ff9b99;
}
blockquote footer {
	font-size: 11pt;
}

/* Table Styles */

.table-wrapper {
	margin: 3rem 0;
	box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}
.fl-table {
	border-radius: 5px;
	font-size: 14pt;
	font-weight: 700;
	border: none;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	background-color: white;
}
.fl-table td, .fl-table th {
	text-align: center;
	padding: 8px;
}
.fl-table td {
	border-right: 1px solid #f8f8f8;
	font-size: 12pt;
}
.fl-table thead th {
	color: #ffffff;
	background: #814f4f;
}
.fl-table thead th:nth-child(odd) {
	color: #1a1a1a;
	background: #f59999;
}
.fl-table tr:nth-child(even) {
	background: #F8F8F8;
}
.double {
	background: white;
}
.double-double {
	background: #f8f8f8;
}
.emphasis {
	color:red;
}
/* Responsive */

@media (max-width: 767px) {
	.fl-table {
		display: block;
		width: 100%;
	}
	.table-wrapper:before{
		content: "Scroll horizontally >";
		display: block;
		text-align: right;
		font-size: 11px;
		color: white;
		padding: 0 0 10px;
	}
	.fl-table thead, .fl-table tbody, .fl-table thead th {
		display: block;
	}
	.fl-table thead th:last-child{
		border-bottom: none;
	}
	.fl-table thead {
		float: left;
	}
	.fl-table tbody {
		width: auto;
		position: relative;
		overflow-x: auto;
	}
	.fl-table td, .fl-table th {
		padding: 20px .625em .625em .625em;
		height: 60px;
		vertical-align: middle;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		width: 120px;
		font-size: 13px;
		text-overflow: ellipsis;
	}
	.fl-table thead th {
		text-align: left;
		border-bottom: 1px solid #f7f7f9;
	}
	.fl-table tbody tr {
		display: table-cell;
	}
	.fl-table tbody tr:nth-child(odd) {
		background: none;
	}
	.fl-table tr:nth-child(even) {
		background: transparent;
	}
	.fl-table tr td:nth-child(odd) {
		background: #F8F8F8;
		border-right: 1px solid #E6E4E4;
	}
	.fl-table tr td:nth-child(even) {
		border-right: 1px solid #E6E4E4;
	}
	.fl-table tbody td {
		display: block;
		text-align: center;
	}
}
/* Table Styles End*/