@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&family=Tajawal:wght@200&display=swap");
/* CSS Document */

/**************************Global Body Variables*******************************/

a {
	color: #101e5a;
	text-decoration: none;
}

a:hover {
	color: #fc6f30;
	text-decoration: underline;
	text-shadow: 1px 1px #b5b2b291;
}

body {
	font-family: "Tajawal Medium", sans-serif;
	background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, #8fd1b1, #8fd1b1)
}

html, body {
    background: #8fd1b1;
}
---------------------------------------------------------

.pkp_structure_main h1,
.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2,
.pkp_block .title,
.obj_article_summary>.title a,
.current_issue h2,
.pkp_page_index .cmp_announcements h2,
.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a,
.obj_article_details .main_entry .item .label,
.obj_article_details .entry_details .item .label,
.obj_issue_summary .title,
.pkp_structure_main h3 {
font-family: "Tajawal Medium", sans-serif;
}

.obj_article_details .authors li {
    padding-top: 0;
    margin-top: -10px;
    padding: 20px 30px 10px;
    background: #fdfdfd;
    box-shadow: 9px 10px 5px -10px rgb(224 224 224/75%);
    border: 1px solid #f3f3f3;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #eaeaea;
    background: linear-gradient( 135deg,rgb(255 255 255) 0%,rgb(157 200 241) 47%,rgb(255 255 255) 100%);
    width: 97%;
	font-family: "Tajawal Medium", sans-serif;
}

.pkp_page_index .current_issue .current_issue_title {
    font-family: "Tajawal Medium", sans-serif;
    font-size: 1.143rem;
}

.pkp_structure_page {
	margin: 0 auto;
	box-shadow: none;
}

.carousel-inner {
	position: absolute;
}

/***************************************************************************/

.aimcolumn {
	float: left;

}

.aimleft {
	width: 25%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 430px;
	background: #c3def7;
}

.aimright {
	width: 74%;
	height: auto;
	padding: 10px 20px 10px 35px;
	background-color: #d5e7f9;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 600px) {
	.aimcolumn {
		width: 100%;
	}

	.aimleft {
		padding-top: 10px;
	}
}

/**************************Editorial Board*************************************/
.editorial-list {
	position: relative;
}

.editorial-list li {
	margin-bottom: 1.125rem;
}

.editorial-list .img-profile {
	position: absolute;
	width: 95px;
	height: 105px;
	border: 1px solid #ddd;
	padding: .5rem;
}

.editorial-list .img-profile .imgthumb {
	width: 80px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	object-fit: fill;
}

.editorial-list .img-profile img {
	width: 100%;
	height: 100%;
}

.team-content {
	margin-left: 100px;
	min-height: 130px;
}

.team-content .ico-label {
	width: 18px;
	height: 18px;
	margin-right: .5rem;
}

.team-aff ul li {
	margin-bottom: 0;
}

.team-aff ul li .tm_label {
	display: inline-block;
	width: 80px;
}

.team-aff ul li .ico-label {
	width: 18px;
	height: 18px;
	margin-right: .5rem;
}

/**************************cover image*************************************

.obj_issue_toc .cover {
	display: none;
}

**************************Submission block*************************************/

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
	background-color: #8fd1b1;
	color: white;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: calc(2.5rem - 0px);
	font-family: "Tajawal Medium", sans-serif;
	border-radius: 7px;
}

/**************************MENU HEADER*************************************/

#navigationPrimary>li>a {
	color: #fff;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
	color: #101e69;
}

//*.pkp_nav_list li.profile {
	padding: 0px 8px 2px 5px;
	border: 1px solid #e6dfdf;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 8px;
	font-size: 16px;
	box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, .2);
	margin-left: 8px;
	margin-right: 5px;
}*/

.pkp_navigation_user>li>a {
	color: #fff;
}

.pkp_navigation_primary_row {
	background: #3cb174;
	-webkit-box-shadow: -2px 4px 15px 2px #CBCBCB;
	-webkit-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	-moz-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	box-shadow: 0px 0px 16px 0.5px rgb(60, 177, 116);
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigationPrimary ul a {
	color: #101e5a;
    text-align: -webkit-auto;
    margin: 0px;
}

#navigationPrimary ul {
    background: linear-gradient(to right, #3cb174 0%, #9ed6b9 100%);
}

#navigationPrimary a {
	font-family: "Tajawal Medium", sans-serif;
	font-size: .93rem;
	font-weight: 700;
	text-transform: uppercase;
  }

#navigationPrimary ul a:hover {
	background: linear-gradient(to right, #2d7bc6 0%, #b9d6f1 100%);
	color: #fff;
}

#navigationPrimary>li>a:hover {
	color: #fc6f30;
}

/**************************HEADER*************************************************/
.pkp_structure_head:before {
	z-index: -1;
	background: url('../../images/ocean.jpg');
	opacity: 0.18;
	box-shadow: inset 8px 3px 20px 1px rgba(0, 0, 0, 0.75);
	border: 1px solid #9a9a9a;
}

.pkp_structure_head {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/ocean.jpg');
	background-color: #8fd1b1;
	background-image: linear-gradient( to bottom,#8fd1b1 0%,#8fd1b1 33%,#8fd1b1 100% );
	margin-bottom: .25em;

}

.pkp_site_name .is_img img {
	margin-top: -20px;
	margin-bottom: -19px;
	max-height: 260px;
	width: 1174px;
	margin-right: 12px;
	margin-left: -30px;
	max-width: 1160px;
}

.pkp_site_name .is_text {
	font-family: "Tajawal Medium", sans-serif;
	font-size: 1.714rem;
	line-height: 2.143rem;
}

.pkp_site_name_wrapper {
	background: 0 0;
	background-color: ;
}

/**************************MAIN SITE**********************************************/

.pkp_page_index .homepage_image img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.pkp_page_index .additional_content {
	border-top: 0px solid #ddd;
	padding: 10px 0px 0px 3px;
	text-align: justify;
}

.pkp_structure_content {
	font-size: 15px;
	margin-bottom: .3em;
	-webkit-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	-moz-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
}
.page_index_site p{
    text-align: justify;
}
.page_index_site .links a{
	padding: 3px 1px 2px 3px;
	border: 1px solid #e6dfdf;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 8px;
	font-size: 16px;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 1) 0%,
			rgba(243, 243, 243, 1) 50%,
			rgba(237, 237, 237, 1) 51%,
			rgba(255, 255, 255, 1) 100%);
	box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.2);
	margin-left: 8px;
	text-decoration:none;
}
/**************************ISSUES ARCHIVE*****************************************/
.obj_issue_summary {
	margin: 0em 3em 0em 1.6em;
	padding-left: 1em;
	border-left: 1px solid #101e69;
}

.page_issue_archive .issues_archive>li {
	margin: 0em 0em 0em 0em;
	padding: 2em 0em 0em 0.7em;
}

/**************************ARTICLES SUMMARY***************************************/
.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0em;
}

.obj_issue_toc .description {
	text-align: justify;
}

.obj_issue_toc .section>h2 {
	border-bottom: 0px;
	border-left: 0px;
	font-weight: 300;
	text-transform: none;
	padding: 0.15em 1em;
	background-color: #fafbfb;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.obj_issue_toc .pages {
    font-family: "Tajawal Medium", sans-serif;
}

.obj_article_summary .pages, .obj_article_summary .published {
    color: rgb(0 0 0);
}

.obj_issue_toc .heading .pub_id .type, .obj_issue_toc .heading .published .label {
    font-weight: 700;
    color: rgb(0 0 0);
    text-transform: uppercase;
}

.obj_issue_toc .heading .pub_id .id, .obj_issue_toc .heading .published .value {
	font-weight: 500;
    color: rgb(0 0 0);
    text-transform: uppercase;
}

.obj_article_summary .pages:before {
	content: "\f0f6";
	width: 20px;
	font-family: "Tajawal Medium", sans-serif;
	margin-right: 5px;
	font-size: 13px;
}

ul.galleys_links {
	list-style: none;
}

.obj_article_summary {
	padding: 0em 1.5em;
    padding-top: 0;
    margin-top: -14px;
    padding: 20px 30px 10px;
    background: #fdfdfd;
    box-shadow: 9px 10px 5px -10px rgb(224 224 224/75%);
    border: 1px solid #f3f3f3;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #eaeaea;
    background: linear-gradient( 135deg,rgb(255 255 255) 0%,rgb(201 223 243) 47%,rgb(255 255 255) 100%);
    width: 97%;
    font-family: "Tajawal Medium", sans-serif;
	border-left: 3px solid #0956a1;
	border-right: 3px solid #0956a1;
}

body[dir="rtl"] .obj_article_summary {
    padding-right: 20px;
    padding-left: 5em;
}

.obj_article_summary .cover {
	display: block;
	float: left;
	width: 70px;
	height: auto;
	margin-right: 15px;
}

.obj_article_summary>.title {
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
}

.pkp_page_index .current_issue h2{
	display: inline-block;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0,0,0,0.54);
	background: linear-gradient(to right, #8fd1b1 0%, #fff 100%);
    padding: 3px;
    color: #0956a1;
    box-shadow: 0 3px 3px 0px #1a68b3;
    width: 100%;
}

.obj_issue_toc .section>h3 {
    display: inline-block;
    position: relative;
    left: 0px;
    margin-top: -4px;
    margin-bottom: 24px;
    padding: 1px 1.0715rem;
    background: linear-gradient(to right, #8fd1b1 0%, #b9d6f1 100%);
    font-size: 1.143rem;
    font-weight: 500;
    line-height: 2.143rem;
    color: rgb(9 86 161);
    width: 97%;
    font-weight: bold;
    margin-left: 15px;
    box-shadow: 0 3px 3px 0px #1a68b3;
}

.obj_article_summary>.title a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #101e69;
}

.obj_article_summary>.title a:hover {
	color: #fc6f30;
}

.obj_article_summary .authors {
	font-weight: 400;
	font-size: 16px;
	text-transform: none;

}

.doi_summary {
	padding: 0.4em 0.7em;
	margin-top: 0.3em;
}

.doi_summary a {
	text-decoration: none !important;
}

.doi_summary a:hover {
	text-decoration: underline !important;
}

.obj_article_summary>.galleys_links {
	list-style: none;
	margin-bottom: 0.5em;
}

.obj_article_summary>.galleys_links a {
	color: #fff;
	background-color: #8fd1b1;
}

.obj_article_summary>.galleys_links a:hover {
	background-color: #fc6f30;
	text-decoration: none;
}

/**************************ARTICLES DETAILS***************************************/

.item.authors .email:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	margin-right: 2px;
	font-size: 14px;
	display: inline-block;
}

.item.authors span.name:before {
	content: "\f007";
	font-family: "FontAwesome";
	margin-right: 2px;
	font-size: 16px;
}

.item.authors {
	font-size: 14px;
}

.item.authors span.affiliation:before {
	content: "\f19c";
	font-family: "FontAwesome";
}

.obj_article_details>.page_title {
	font-weight: 600;
}

.obj_article_details .doi a {
	color: #101e69;
}

.obj_article_details .doi a:hover {
	color: #3366cc;
}

.obj_article_details .entry_details .item.galleys .galleys_links {
	padding: 0;
	background-color: #fff;
}

.obj_article_details .entry_details .item.galleys .galleys_links a {
	color: #fff;
	background-color: #101e69;
}

.obj_article_details .authors .affiliation {
    font-size: 1rem;
    color: rgb(0 0 0);
}

.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
	background-color: #fc6f30;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
	display: inline-block;
	padding: .5em 0;
	margin: 0 20px;
	width: 83%;
	border-bottom: 1px solid #101e69;
}

.obj_article_details .main_entry .item.keywords .label {
        font-weight: bold;
    color: rgba(0,0,0,0.84);
}

.obj_article_details .entry_details .item>.value ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.obj_article_details .entry_details .item>.value ul li {
	padding: 5px 0;
}

.obj_article_details .main_entry .label {
	border-bottom: 0px;
	border-left: 0px;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.obj_article_details .item {
	padding: 1em 0em 2em 2.5em;
}

.obj_article_details .main_entry .item .label {
	font-size: 16px;
}

.obj_article_details .galleys_links a:hover {
	background-color: #3366cc;
	text-decoration: none;
}

.obj_article_details .entry_details .cover_image img {
	width: 200px
}

/**************************SIDER BAR**********************************************/

.pkp_structure_sidebar:before {
	border-left: 1px solid #ddd;
}

.pkp_block {
	padding: 0px 3px 5px 5px;
	font-size: 14px;
	line-height: 20px;
	background: #b9d8f6;
}

.block_make_submission {
	padding: 15px 3px 5px 5px;
}

.pkp_block .title {
	width: 100%;
	background: linear-gradient( to bottom,#3cb174 0%,#3cb174 33%,#9fd5bc 100% );
	height: 30px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 0.4em;
	margin-bottom: 0px;
	border: 0px;
	text-align: center;
	font-weight: ;
  }
}

.pkp_nav_list ul a {
    display: block;
    padding-left: 0.357rem;
    color: #101e69;
	border-left: 0;
}

.pkp_block {
	padding: 0px 0px 0px 1px;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
}

.pkp_block .content {
	margin-bottom: -8px
}

.pkp_block .content ul li {
	padding: 0px 0;
	background: linear-gradient(to right, #9cc9f4 0%, #fff 100%);
}

.pkp_block li {
	border-radius: 0;
	position: relative;
	background-color: #f1f1f1;
	display: block;
}

.pkp_block ul>li {
	border-bottom: 1.5px solid #62acf3;
}

.pkp_block ul>li a {
	color: #101e69;
	padding: .5rem 1rem;
	display: flex;
}

.pkp_block ul>li a:hover {
	text-decoration: none;
	background: linear-gradient(to right, #2d7bc6 0%, #b9d6f1 100%);
	color: #fff;
}
.pkp_block ul>li em{
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 1px -8px 0px -11px;
    border-right: 0px solid #e7e5e5;
    width: 35px;
}
/**************************Announcement block*************************************************/

.block_announcements_article {
	padding: 1em 1em 1em;
	background-color: #3e82da;
	color: whitesmoke;
}


/**************************DOI ARTIKEL*************************************************/
.doi_container {
	margin-top: 1px;

}

.doi_link {
	background-size: 14px !important;
	height: 20px !important;
	background: url(../images/doiwarna.svg) no-repeat center left;
	padding: 5px 0 5px 23px;

	color: #5379a9;
	text-decoration: none;

}

.galley_stat {
	background-size: 18px !important;
	background: url(../images/bar_galley.jpg) no-repeat center left;
	padding: 3px 0px 0px 23px;

}

.article_stat {
	background-size: 18px !important;
	height: 20px !important;
	background: url(../images/bar_artikel.jpg) no-repeat center left;
	padding: 11px 0px 5px 23px;
}

/**************************MEDIA*************************************************/

/* Tablet in modalità verticale */
@media all and (min-width:376px) and (max-width:990px) {
	.pkp_structure_main {
		padding: 0px 10px 10px 10px;
		overflow: auto;
		margin-bottom: 1.5em;
	}
	
	.obj_article_details .item {
		padding: 2em 0.5em 0em 1.5em;
	}

	.pkp_block {
		padding: 0px 0px 20px 0px;
		font-size: 14px;
		line-height: 20px;
		background: #7a8ef7;
	}

	.pkp_site_nav_toggle {
		position: absolute;
		right: 0;
		top: 25%;
		width: 4em;
		margin-top: -5em;
	}

	.pkp_site_name .is_img img {
		max-height: 90px;
		margin-top: -5px
	}

	.has_site_logo .pkp_site_name,
	.has_site_logo .pkp_navigation_primary_wrapper {
		text-align: center;
		left: 0;
		padding-left: 0px;
	}

	.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
		width: auto;
		background-color: #101e69;
	}

	.pkp_site_nav_menu {
		top: -65%;
	}

	.pkp_site_nav_menu a {
		color: #101e69;
	}

	/*.pkp_nav_list li.profile {
		margin-left: 8px;
		margin-right: 25px;
		text-align: center;
		margin-bottom: 5px;
	}*/

	.pkp_structure_head {
		height: 25vh;
	}
}

/* Smartphone o piccoli Tablet */
@media all and (max-width:376px) {

	.pkp_structure_main {
		padding: 0px 10px 10px 10px;
		overflow: auto;
		margin-bottom: 1.5em;
	}

	.pkp_block {
		padding: 0px 0px 20px 0px;
		font-size: 14px;
		line-height: 20px;
	}

	.pkp_footer_content {
		width: 100%;
		float: none;
		background: ( to bottom,#2f49dd 0%,#9D86DE 33%,rgb(255 255 255) 100% );
	}

	.pkp_site_nav_toggle {
		position: absolute;
		right: 0;
		top: 60%;
		width: 4em;
		margin-top: -5em;
	}

	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.pkp_structure_main {
		padding: 0px 10px 10px 10px;
		overflow: auto;
		margin-bottom: 1.5em;
	}

	.obj_article_details .item {
		padding: 2em 0.5em 0em 0.5em;
	}

	.carousel-inner {
		position: relative;
	}

	.pkp_site_name .is_img img {
		max-height: 60px;
		margin-top: -5px
	}

	.has_site_logo .pkp_site_name,
	.has_site_logo .pkp_navigation_primary_wrapper {
		text-align: center;
		left: 5px;
	}
	

	.has_site_logo .pkp_site_name,
	.has_site_logo .pkp_navigation_primary_wrapper {
		text-align: center;
		padding: 0px;
	}

	.pkp_site_nav_menu {
		top: -65%;
	}

	.pkp_site_nav_menu a {
		color: #101e69;
	}

	.pkp_structure_head {
		height: 25vh;
	}
}

/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section {
	padding: 0px 0;
}

section .section-title {
	text-align: center;
	color: #101e69;
	margin-bottom: 50px;
	text-transform: uppercase;
}



.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.carousel-indicators {
	bottom: -15px;
}

/**********************
/***** Brand footer *******
/*********************/
.pkp_brand_footer {
	display: none;
}


/************************************
/***** Article detail page *******
/***********************************/
.obj_article_details .page_title {
	text-align: -webkit-auto;
}

.obj_article_details>.subtitle {
	text-align: left;
}

.obj_article_details .item.doi {
	text-align: left;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

.obj_article_details .item.keywords {
	text-transform: capitalize;
}

.item.abstract {
	text-align: justify;
	padding-top: 0px;
}

/************************************
/***** inexinglogos *******
/***********************************/
img.indexings {
	width: 170px;
}

/*.pkp_nav_list li.profile {
	padding: 3px 1px 2px 3px;
	border: 1px solid #e6dfdf;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 8px;
	font-size: 16px;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 1) 0%,
			rgba(243, 243, 243, 1) 50%,
			rgba(237, 237, 237, 1) 51%,
			rgba(255, 255, 255, 1) 100%);
	box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.2);
	margin-left: 8px;
}*/

.pkp_nav_list li.profile ul li {
	background: #3381cc;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
	margin-left: 0;
}

.pkp_navigation_user>li>a {
    color: #fff;
}

.pkp_navigation_user>li>a:hover {
    color: #fc6f30;
}

.pkp_navigation_user_wrapper a {
	font-family: "Tajawal Medium", sans-serif;
  font-weight: 700;
  top: 0px;
  right: 10px;
  left: auto;
  width: 94%;
  height: 21%;
  transform: none;
  padding-right: 1.143rem;
  background: #9ed6b9;
  border-radius: 50px 50px 50px 0;
  margin-left: 1px;
}

.pkp_navigation_user>li:last-child>a {
    margin-right: 0rem;
}

.pkp_navigation_user li {
    padding-top: 4px;
}

.pkp_navigation_user > li > a {
	color: #14613d;
  }

.pkp_navigation_user_wrapper {
	top: 0px;
    right: 83px;
    left: auto;
    width: 100%;
    height: 20%;
    transform: none;
    padding-right: 2.143rem;
    background: #3381cc00;
}

.pkp_navigation_search_wrapper a {
	padding-bottom: 6px;
    border-bottom-width: 4px;
    color: #fff;
}

.pkp_navigation_search_wrapper a:hover {
	color: #fc6f30;
}

/* 
.pkp_head_wrapper .pkp_search{
	position: absolute;
	top: 0.7em;
	right: 0;
	height: 40px;
	min-width: 100px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	transition: min-width .4s;
	text-align: right;
	overflow-x: hidden
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    text-decoration: unset!important;
}
*/







/************************************
/***** footer *******
/***********************************/

/* -------------------- Footer --------------------- */

.pkp_footer_content {
	font-family: "Tajawal Medium", sans-serif;
	padding: 2.143rem;
    text-align: left;
    background-color: #3cb174;
    padding: 31px;
    text-align: center;
    width: 1160px;
    /* max-height: 118%; */
    margin-left: 0px;
}

.pkp_structure_footer_wrapper {
    background: rgb(60 177 116);
    border-top: 0;
    border-bottom: 1.43rem solid #3cb174;
}

.button, input, optgroup, select, textarea {
		font-family: sans-serif;
		font-size: 136%;
		line-height: 2.15;
		margin: 0px;
	}

//* PKP Block *//



