/*!
Theme Name: AGRF
Theme URI: https://kihingu.com/
Author: Timothy Radier
Author URI: https://kihingu.com/
Description: AGRF Theme
Version: 1.0.41
Tested up to: 7.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agrf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.summit-2022-speakers .speaker{
    padding: 50px 0 30px 0;
    border: 10px solid #eac435;
    position: relative;
    margin-right: 50px;
}

.summit-2022-speakers .green .speaker{
    border: 10px solid rgba(96,166, 13,0.5);
}

.summit-2022-speakers .speaker:hover {
    --angle: 0deg;
    border-image: linear-gradient(var(--angle), #61a60e, #eac435, #ea8f27) 1;
    animation: 5s rotate linear infinite;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}
@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.summit-2022-speakers .speaker img{
    margin-left: -40px;
}

.summit-2022-speakers .speaker:hover img{
    margin-left: 0;
}

.summit-2022-speakers .speaker .speaker-details{
    background-color: rgba(96, 166, 13,0.7);
    position: absolute;
    width: 100%;
    bottom: -20px;
    color: #fff;
    padding: 5px 10px;
    left: -20px;
}


.summit-2022-speakers .speaker:hover .speaker-details{
    left: 0;
}

.summit-2022-speakers .speaker .icon{
    position: absolute;
    width: 30px;
    top: 25%;
    left: -30px;
}

.summit-2022-speakers .speaker .name{
    font-size: 12px;
}

.summit-2022-speakers .speaker .role{
    font-size: 10px;
}

.view-speakers,
.view-speakers:hover{
    color: #fff;
    text-decoration: none;
    background-color: #eac435;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: bold;
}

.home-tabs-2022{
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-tabs-2022 a,
.home-tabs-2022 a:hover{
    text-decoration: none;
    text-align: center;
}

.text-orange{
    color: rgb(234, 143, 39);
}

.home-tabs-wrapper{
    background-color: #d9e7db;
}

p.text-bold > small{
    font-weight: bold !important;
}

#keynoteSpeakersCarousel .carousel-inner{
    overflow: unset;
}

#keynoteSpeakersCarousel .carousel-indicators{
    bottom: -15px;
}

#keynoteSpeakersCarousel .carousel-indicators [data-target]{
    background-color: #ea8f27;
}

#keynoteSpeakersCarousel  .speaker:hover .role{
    display: block !important;
}

.publications-cats li{
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #939393;
    font-weight: bold;
    cursor: pointer;
}

.publications-cats li.active{
    color: #000;
    position: relative;
}

.publications-cats li.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -15px;
    background-image: url(assets/images/active-link.png);
    background-size: 100% 100%;
    width: 15px;
    height: 30px;
}

.pub-date{
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: rgba(234, 143, 39, 0.9);
    padding: 20px 10px;
    font-size: 13px;
    font-weight: bold;
}

.agrf-events-wrapper img{
    aspect-ratio: 4/3;
    object-fit: cover;
}

.agrf-events-wrapper h2{
    font-size: 22px;
    text-transform: uppercase;
}

.agrf-events-wrapper .event-share{
    font-size: 12px;
    display: none;
}

.events-category li{
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #144b2d;
    font-weight: bold;
    cursor: pointer;
}

.events-category li.active{
    color:#ff6733;
    position: relative;
}

.events-category li.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -20px;
    background-image: url(assets/images/active-link.png);
    background-size: 100% 100%;
    width:20px;
    height:40px;
}

.events-category li.upcoming{
    border-right: 1px solid #0b2e13;
}

.text-small{
    font-size: 80%;
}

.event-details{
    background-color: #61a60e;
    padding: 20px;
}

.share{
    font-size: 11px;
}

.page-id-193 .slides-wrap .owl-carousel .owl-slide,
.page-id-907 .slides-wrap .owl-carousel .owl-slide{
    position: relative;
}


.slides-wrap .owl-carousel .owl-slide:before{
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 5%;
    background-image: url(assets/images/banner-01.png);
    background-size: 100% 100%;
    width: 20%;
    aspect-ratio: 1/1;
}

body.home .slides-wrap .owl-carousel .owl-slide:before{
    display: none;
}


div.new-agrf{
    border: 1px solid #144b2d;
}