/*!
Theme Name: Kadence Child
Theme URI: https://wpcol.com
Template: kadence
Author: Tito Cruz
Author URI: https://wpcol.com
Description: Kadence child theme for ijcai2023 by <a href="mailto:titocru@gmail.com">Tito Cruzy</a>
Version: 1.0.0
Text Domain: kadence-child
*/




@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-Thin.otf);
    font-weight: 100;
}

@font-face {
    font-family: "ArticulatCF";
    src: url(https://ijcai24.orgwp-content/fonts/ArticulatCF/ArticulatCF-ExtraLight.otf);
    font-weight: 200;
}

@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-Normal.otf);
    font-weight: 400;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-Medium.otf);
    font-weight:500;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-DemiBold.otf);
    font-weight:600;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-Bold.otf);
    font-weight:700;
}

@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-ExtraBold.otf);
    font-weight:800;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-Heavy.otf);
    font-weight:900;
}



@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-ThinOblique.otf);
    font-weight: 100;
    font-style: oblique;
}

@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-LightOblique.otf);
    font-weight: 300;
    font-style: oblique;
}

@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-NormalOblique.otf);
    font-weight: 400;
    font-style: oblique;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-MediumOblique.otf);
    font-weight:500;
    font-style: oblique;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-DemiBoldOblique.otf);
    font-weight:600;
    font-style: oblique;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-BoldOblique.otf);
    font-weight:700;
    font-style: oblique;
}

@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-ExtraBoldOblique.otf);
    font-weight:800;
    font-style: oblique;
}
@font-face {
    font-family: "ArticulatCF";
    src: url(../../fonts/ArticulatCF/ArticulatCF-HeavyOblique.otf);
    font-weight:900;
    font-style: oblique;
}





.entry-hero.page-hero-section .entry-header {

	margin-bottom: 1em;
}


.header-navigation ul li.menu-item>a {
    font-family: "ArticulatCF";
    font-weight: bold;

    font-size: 1.2em;
}

.content-area .elementor h1.elementor-heading-title {
    font-family: "ArticulatCF";
    font-size: 1.2em;
}

.ijcaih1 {

	padding: 0.2em 1em;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 1em;
    border: 1px solid white;
}

article .single-content h1 {
    margin: 0;
}

article h1 {
    font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: var(--global-palette3);
  background: rgba(4372d026);
  background: #4372d026;
  padding: 1em;
  align-content: center;
  text-align: center;
}

.block-editor-page.post-type-page.post-content-style-boxed .editor-styles-wrapper::before {
	z-index: -1;
}



.paper_list .article {
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
    border-bottom: 1px dotted #0a40cc;

    padding-bottom: 1em;
}
.paper_list .article .id {
    width: 8em;
    margin-right: 10px;
    text-align: center;
    font-size: small;
    background: #0a40cc;
    border-radius: 20px;
    font-weight: bold;
    color: white;
}
.paper_list .article .title {
    font-weight: bold;
}

.paper_list .article .authors {
    width: 100%;
    font-style: italic;
}
.paper_list .article .abstract {
    padding-left: 1em;
    color: gray;
    border-left: 2px solid gray;
    margin-top: 1em;
    font-size: .9em;
    line-height: 1.3;
    display:none;
}

.paper_list .article .more {
    cursor: pointer;
    color: gray;
    font-size: 0.9em;
    margin-top: 0.6em;
}

.paper_list .article .less {
    cursor: pointer;
    color: gray;
    font-size: 0.9em;
    margin-top: 0.6em;
    display: none;
}

.paper_list .article .keywords {
    margin-top: 1em;
}

.paper_list .article .keywords-header {
    margin-top: 1em;
    font-variant: all-petite-caps;
    color: #0a40cc;
}

.searchbox {
    display: flex;
    justify-content: flex-end;
    margin-bottom:3em;
}

.searchbox select {
    margin-left: 1em;
    border-radius: 10px;
    background: aliceblue;
}

.searchbox label {
    font-weight: bold;
}

.rev-cnt {
    display: flex;
    flex-wrap: wrap;
}

.rev-entry {
    margin-bottom: 1em;
    width: 246px;
    padding-left: 2em;
}

.rev-entry .name {
    font-weight: bold;
}

.highlight a {
	background: #0aa0cc;
	border-radius: 20px;
}
