/*!
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: "DrukText";
    src: url(/wp-content/themes/kadence-child/fonts/AkkuratStd.otf);
    font-weight: normal;
}
@font-face {
    font-family: "DrukText";
    src: url(/wp-content/themes/kadence-child/fonts/AkkuratStd-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: "Graphik";
    src: url(/wp-content/themes/kadence-child/fonts/Graphik-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: "Akkurat";
    src: url(/wp-content/themes/kadence-child/fonts/AkkuratStd.otf);
    font-weight: normal;
}

@font-face {
    font-family: "Akkurat";
    src: url(/wp-content/themes/kadence-child/fonts/AkkuratStd-Bold.otf);
    font-weight: bold;
}




.header-navigation ul li.menu-item>a {
    font-family: "Akkurat";
    text-transform: uppercase;
    font-size: 1.2em;
}

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

.macaoh1 {
background: white;
color: #0030FF;
padding: 0.2em 1em;
font-size: 1.5em;
font-weight: bolder;
margin-bottom: 1em;
border-radius: 4px;
}



  .rt1 div {
    margin-bottom: 1em;
    font-size: 1.2em;
    background-color: black;
    padding: 2px 1em;
    border-radius: 4px;
    color: white;
    text-align: center;
  }

  .rt3 div {
    color:#0030FF;
    font-weight:bold;
    margin-left: -2em;

  }
  .rttable {
	font-family: Times New Roman,serif;
	color: black;
	font-size: 0.9em;
    text-align: center;
}


#menu-item-1135 > a {
	color: white;
	background-color: #0030ff;
	border-radius: 20px;
	font-weight: bold;
}

.kt-clear {
    background-color: white;
}
div.entry-hero-container-inner {
    background: white;
}

.entry-hero.page-hero-section header.entry-header {
    border: 3pt solid;
    margin-top: 3em;
    min-height: 5px;
}

.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input {
  position: relative;
}

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

    padding-bottom: 1em;
}
.paper_list .article .id {
    width: 8em;
    margin-right: 10px;
    text-align: center;
    font-size: small;
    background: #2B6CB0;
    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: #2B6CB0;
}

.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;
}

