/* 
Theme Name:		JOSA THEME
Template:		hello-elementor
Version:		1.0.0
Text Domain:	josa-theme
*/

A, SPAN.elementor-icon-list-icon, SPAN.elementor-icon-list-text { transition:0.2s all !important }
P:last-child { margin-bottom:0 !important }

.elementor-widget-text-editor *:not(STYLE) + UL, .elementor-widget-text-editor * + OL { margin-top:-10px }
.elementor-widget-text-editor UL + *, .elementor-widget-text-editor OL + * { margin-top:20px }
.elementor-widget-text-editor P A, .elementor-widget-text-editor UL A { text-decoration: underline !important }

.elementor-widget-text-editor H3 { margin:30px 0 10px !important }
.elementor-widget-text-editor H4 { margin:25px 0 10px !important }

.elementor-location-header A { text-decoration:none !important}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a { align-items: flex-start !important }

IMG { width:100% }

.hideit { display:none !important }
.notselectable { user-select: none; outline: none; cursor: default }



/* JOURNAL PAPERS PAGE */
.journal_row { 
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
    grid-row-gap: 30px;
	align-items: stretch;
	
}
.journal_item IMG { border:6px solid #EDEDED !important; transition: 0.3s transform }
.journal_item:hover IMG { transform:scale(1.1)}

.journal_year { margin-top:30px; color:var(--e-global-color-primary) }
.journal_title { color:var(--e-global-color-primary); font-size:18px !important; text-align: center}


/* JOURNAL SINGLE PAGE */
#journal-sections .elementor-tabs-wrapper {
	padding: 0; /*20px;*/
	background-color: var(--e-global-color-a0cb7fa);
	width: 250px !important;
	height: fit-content;
}

#journal-sections .elementor-tab-content { 
	padding: 0px 0px 0px 30px !important;
}

#journal-sections .elementor-tab-title.elementor-tab-desktop-title h3 {
	line-height: 10px;
	color: var(--e-global-color-primary);
}

#journal-sections .elementor-tab-title.elementor-tab-desktop-title p {
 	font-size: 18px;
}

#journal-sections .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-6b436af);
	position: relative;
}

#journal-sections .elementor-tab-title.elementor-tab-desktop-title.elementor-active h3 {
	color: var(--e-global-color-6b436af);
}


#journal-sections .elementor-tab-title.elementor-tab-desktop-title.elementor-active::before {
    content:"\f054";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position:absolute;
    width:20px;
    height:0;
    line-height:0;
    top:50%;
    right:10px;
}
#journal-sections .elementor-tab-title { 
    border-bottom:1px dashed #777 !important; 
}
#journal-sections .elementor-tab-title:last-child, 
#journal-sections .elementor-tab-title.elementor-active { 
    border-bottom:0 none !important; 
}


#journal-sections .section {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#journal-sections .section .article {
	display: flex;
	gap: 20px;
}

#journal-sections .section .article .content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#journal-sections .section .article .content h3 { margin:3px 0 0 }
#journal-sections .section .article .content h3 a {
	color: var(--e-global-color-primary);
}

#journal-sections .section .article .content div {
	padding-left: 40px;
	position: relative;
}

#journal-sections .section .article .content div::before {
	width:30px; text-align:center;
    font-family: "Font Awesome 5 Free"; 
	color: var(--e-global-color-primary);
    font-weight: 900;
	font-size: 22px;
    position:absolute; top:10px;left:0;
    line-height:0;
}

#journal-sections .section .article .content div.auth::before {
    content:"\f500";
}

#journal-sections .section .article .content div.abst::before {
    content:"\f27a";
}

#journal-sections .section .article .content div.pag::before {
    content:"\f24d";
}

#journal-sections .section .article .content div.key::before {
    content:"\f02c";
}

#journal-sections .section .article .content div.pdf::before {
    content:"\f1c1";
}

#journal-sections .section .article .content div.doi::before {
    content: url(/wp-content/uploads/doi.svg);
	width: 28px;
	height: 28px;
    left: 0;
	top: -4px;
}

#journal-sections .section .antet {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom:-15px;
}

#journal-sections .section .antet .no {
	color: var(--e-global-color-6b436af);
	position: relative;
	font-size:14px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--e-global-color-primary);
	border-radius: 50%;
}


#journal-sections .section .antet .ln {
	display: flex;
	justify-content: center;
	align-items: stretch;
	position: relative;
	height: calc(100% - 60px);
}

#journal-sections .section .antet .ln > div {
	border-right:1px dashed var(--e-global-color-primary);
	width: 1px;
}

