/* 
Theme Name:		netPark WWW (Hello Elementor Child)
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url("fonts/flaticon.css");
@import url("fa/css/solid.min.css");

html, body { 
	background-color: white;
	background: radial-gradient(circle, rgb(247, 247, 247) 65%, rgb(200, 200, 200) 91%);
	line-height: 1.75rem;
    font: 16px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
}

#Header {
	background-color: #1c3d5a;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='84' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23fff' fill-opacity='.02' fill-rule='evenodd'/%3E%3C/svg%3E");
}

#status {
	margin-right: 1rem;
	display: inline-block;
	color: white;
}

#status .status-widget__state {
	color: white;
	font-size: inherit;
}

#status .status-widget__pane {
	z-index: 2;
	border: 1px solid;
	border-radius: 4px;
}

#status .status-widget__pane__footer {
	color: black;
}

nav {
	display: flex;
}

nav > div:first-child {
	flex: 0 1 auto;
}

nav > div:last-child {
	flex: 1 1 auto;
	text-align: right;
}

nav > div:last-child a:not(.button) {
	margin-right: 1rem;
	color: white;
}

.mobile_nav_button {
	position: static;
	margin: 0px;
}

.mobile_nav_button .fa-bars {
	background-color: #4c63b6;
}

.logo { height: 2rem; }

h1, h2, h3, h4, .elementor-heading-title {
	font-family: "Segoe UI Light", "Open Sans", "Arial Light", "Verdana", "Arial", "Sans-Serif" !important;
}

h1 {
	font-size: 3rem !important;
}

#PageTitle div {
	font-size: 5rem;
	font-family: "Segoe UI Light", "Open Sans", "Arial Light", "Verdana", "Arial", "Sans-Serif";
	font-weight: 100;
	margin: 0;
	line-height: 1;
	color: white !important;
}

.searchbox {
	float: none;
	height: auto;
	position: relative;
	width: auto;
}

.searchbox input {
	background: white;
	border: 0px;
	color: #666;
	height: auto;
	border-radius: 36px;
	padding: 1rem 1.5rem;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	transition: box-shadow 0.2s ease;
}

.searchbox form {
	position: relative;
}

.searchbox form::before {
	color: #0D5092;
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-size: 1.50rem;
	left: auto;
	top: 1rem;
	right: 2rem;
	position: absolute;
}

.searchbox input:focus { 
	border: 0px;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);
}

hr {
	background: #f0f0f0 !important;
    height: 1px;
    margin: 25px 0 !important;
    overflow: hidden;
    border: 0;
}

a {
	color: #20415D;
	font-weight: 600;
}

a:hover {
	text-decoration: underline !important;
}

ul, ol {
	margin-bottom: 0.9rem;
}

.button {
	border: 0px;
	border-radius: .125rem;
	padding: 0.5rem 1rem;
	line-height: 1.25;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	transition: 0.2s all ease;
}

.button:hover {
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);
}

.button-header {
	padding: 0.5rem 1rem !important;
	background: #4c63b6;
	color: white;
}

.button-header:hover {
	background: #2d3a8c;
}

.card {
	background-color: #fbfbfb;
	padding: 1rem;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.10);
	border-radius: 6px;
	font-size: 0.875rem;
	color: #666;
}

.card .card-icon {
	background: black;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 4rem;
	line-height: 1;
}

.card .card-icon:before {
	font-size: 4rem;
	margin: 0px auto;
}

.card header {
	font-size: 1.25rem;
	margin: 0.75rem 0 0.5rem;
	color: black;
}

.card p {
	font-size: 0.875rem !important;
	color: #666 !important;
}

.card-contact {
	text-align: center;
}

.contact-header p {
	font-size: 1.25rem;
	color: white;
	text-align: center;
	margin: 1rem 0 0;
}

section.contact { display: flex; position: relative; }

section.contact > div {
	flex: 1;
	justify-content: space-around;
	margin: 0 0.5rem;
	position: relative;
}

.page-content, .elementor-location-single {
/* 	margin-top: 1rem; */
/* 	padding: 0.5rem; */
}

.fp-articles-list ul {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.fp-articles-list li {
	list-style-type: none;
}

.fp-articles-list h3 {
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
}

.fp-articles-list li a {
	list-style-type: none;
	font-family: "Segoe UI Light", "Open Sans", "Arial Light", "Verdana", "Arial", "Sans-Serif";
}

.guide-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}

.guide-cards .card {
	text-align: center;
}

.guide-card a {
	color: #20415D;
	border: 1px #20415D solid;
	border-radius: 36px;
	padding: 0.25rem 1.5rem;
	transition: all 0.2s ease;
	text-decoration: none;
}

.guide-card a:hover {
	background-color: #1C3D5A;
	color: white;
}

.article-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}

.article-list .card {
	position: relative;
	padding-right: 2.5rem;
}

.article-list > a:hover {
	text-decoration: none;
}

.article-list > a:hover .card strong {
	text-decoration: underline;
}

.article-list .card:before {
	display: inline-block;
	position: absolute;
	right: 1rem;
	top: calc(50% - 0.75rem);

	font-size: 1.5rem;
	font-family: "Flaticon";
	content: "\f115";
	color: #03A9F4;
}

.page-title {
	margin-top: 2rem;
	text-align: center;
}

.breadcrumb {
	text-align: center;
}

.share-via a {
	padding: 4px 5px;
}

.share-via a.email {
	padding: 3px 8px;
}

.show-sm { display: none; }

#MainPostExcerpt { text-align: center; }

.article img {
	margin: 1rem;
	box-shadow: 0 0 2rem 2px rgba(0, 0, 0, 0.05);
}

.article ul, .article ol {
	padding-left: 2rem;
}

.article ul li, .article ol li {
	margin: 0.3rem 0px;
}

.article-details .info {
	font-size: 0.75rem;
	color: #666;
}

.article-image {
	margin: 1rem;
}

.article-image small {
	display: block;
	margin: 0.5rem 0;
	color: #666;
}

.post-details .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-left: 0px !important;
}

.elementor-post-info__terms-list {
	color: transparent;
}

a.elementor-post-info__terms-list-item {
	display: inline-block;
	background-color: #eee;
	color: #333;
	padding: 0.25rem 0.5rem;
	margin-bottom: 0.125rem;
	text-transform: capitalize;
	border-radius: 2px;
}

.elementor-5237 .elementor-element-2d02f5f {
    display: block !important;
}

.submit-button {
	display: inline-block;
	background-color: #03A9F4;
	border-radius: 36px;
	padding: 1.5rem 1rem !important;
	line-height: 0;
}

.submit-button:hover {
	background-color: #0398db;
}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	font-size: 1rem;
	margin-left: 0;
}

figure { margin: 1rem !important; }
figure img { margin-bottom: 0.5rem; }
figure img.shadow { box-shadow: 0px 0px 1rem 0px rgba(0,0,0,0.3); }
figure figcaption { font-size: 0.8rem; }

section.ticket {
	position: relative;
	padding-right: 15rem;
}

section.ticket .ticket-details-container {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

section.ticket .ticket-details {
	position: sticky;
	top: 0px;
	right: 0px;
	width: 15rem;
	padding: 0px 1rem;
}

.messages-header {
	margin: 0px !important;
	border-bottom: 0px !important;
}

.message-block, hr {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.elementor-widget-theme-post-excerpt .elementor-widget-container, .elementor-widget-theme-post-content p, .elementor-widget-theme-post-content li {
	color: #222;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size: 1rem;
	color: initial;
}

.elementor-widget-theme-post-content > div > ul {
	margin-bottom: .9rem;
}

.post-featured-image img {
	background-color: #f8f8f8;
}

.crp_related_widget ul {
	list-style: none;
	padding-left: 0px;
}

.crp_related_widget ul li {
	display: block;
	margin-bottom: 1rem;
}

.crp_related_widget ul li a {
	display: inline-block;
}

.crp_related_widget ul li span {
	display: block;
}

@media (max-width: 768px) {
	.hide-sm { display: none !important; }
	.show-sm { display: block; }

	.guide-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.guide-cards {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 1200px) {
	.site-header, body:not([class*=elementor-page-]) .site-main {
		max-width: 1100px !important;
	}
	
	.elementor-location-single {
		margin-left: auto;
		margin-right: auto;
	}
}

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.card .card-icon {
		background: transparent !important;
		color: black !important;
	}
	
	.guide-cards {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		align-content: space-between;
	}
	
	.guide-cards .card {
		flex-basis: 21%;
	}
}

@media print {
	html, body { font-size: 11px; }
	h1, h2, h3, h4 { page-break-after: avoid; }
	.elementor-location-header, .elementor-divider, #TagsSection, #RelatedArticlesSection, #AskDirectlySection { display: none !important; }
}

.np-loader {
	pointer-events: none;
	position: relative;
	text-shadow: none;
	background-color: grey !important;
	color: #4054B2 !important;
}

.np-loader:hover {
	cursor: wait;
}

.np-loader:after {
	animation: spinAround 500ms infinite linear;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	width: 1em;
	left: calc(50% - (1em / 2));
	top: calc(50% - (1em / 2));
	position: absolute !important;
	border: 2px;
	border-color: gray;
	border-radius: 50%;
}

@keyframes spinAround {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}