/*
 Theme Name:   Academist Child
 Description:  Academist Child Theme
 Template:     academist
 Text Domain:  academist-child
*/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: bold;

}


/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v20-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}



/* element holder, took out resizing rule */
.no-touch .eltdf-elements-holder.eltdf-eh-uncovering-image-left .eltdf-eh-item:nth-child(2) .wpb_text_column {
    width: inherit;
}
/* responsive header needs to hide earlier for Tablets and Chrome */
@media only screen and (max-width:1280px){
    .eltdf-header-vertical .eltdf-vertical-menu-area,.eltdf-page-header{
        display:none
    }
}

/* FIX FOR HEADER May 2021 - for width between 1024 and 1280*/

@media only screen and (max-width: 1280px){
.eltdf-mobile-header {
    display: block;
}
}
/* -- END FIX -- */


/* unique placement for news on start page */
.overlay-container {
    position: relative;
    height: 1200px;
}
.overlay-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-top-after {
    z-index: 9;
    margin: 500px 60px 0;
    width: 90% !important;
}
@media only screen and (max-width:1024px){
    .overlay-container {
        height: 1700px;
    }
}
@media only screen and (max-width:680px){
    .overlay-container {
        height: auto;
    }
    .overlay-item {
        position: relative;
    }
    .overlay-top-after {
        margin: 0;
        width: 100% !important;
    }
}
/* menu widget, used for submenu */
.widget_nav_menu ul {
    list-style: none;
    font-size: 160%;
}
.widget_nav_menu li {
    padding: 10px 5px;
}
/* news list, items as image/text row */
/*
.eltdf-events-list-item-holder {
    display: flex;
}
.eltdf-events-list-item-holder > div:first-child {
    flex: 30;
}
.eltdf-events-list-item-holder > div {
    margin: 20px;
    flex: 70;
}
.eltdf-events-list-item-date {
    font-weight: bold;
}
.eltdf-events-list-item-location-holdere {
    display: none;
}
.eltdf-events-list-item-date-holder {
    display: none;
}*/
/* accordion, add initial-closed class and an empty first p tab to have other tabs closed */
.eltdf-accordion-holder.initial-closed > p:first-child {
    display: none;
}

.people-list.wpb_row
{
    margin-bottom: 80px !important;
}

.people-list.wpb_row > div
{
    margin-bottom: 120px;
}

.people-list.wpb_row > div:nth-child(3n+4)
{
    clear: left;
}

.people-list-filters ul
{
    list-style-type: none;
    margin-bottom: 70px;
    display: flex;
}

.people-list-filters ul li
{
    /*height: 30px;*/
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
    display: block;
    padding: 10px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #444;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 20px;
}

.people-list-filters ul .active
{
    color: #fff;
    background: #444;
}

.people-list-filters ul li:last-child
{
    margin-right: 0;
}

.hide-it
{
    opacity: 0;
}

.people-list > div
{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (min-width: 1024px) and (max-width: 1199px)
{
    .eltdf-sticky-header
    {
        display: none !important;
    }

    .eltdf-main-menu>ul>li>a
    {
        padding: 0 12px !important;
    }

    .eltdf-search-opener
    {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px)
{

    .eltdf-search-opener
    {
        display: none !important;
    }
}

#science-of-intelligence__container .eltdf-grid-wrap
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    padding-top: 40px;
}

#science-of-intelligence__container .about-us
{
    float: right;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.home-news-top
{
    margin-top: -130px;
}

.home-news-top .eltdf-st-title
{
    margin-bottom: 15px !important;
}

.eltdf-blog-list .eltdf-btn
{
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.eltdf-blog-list .eltdf-btn .eltdf-btn-text
{
    padding-top: 10px;
}

.eltdf-blog-list .eltdf-btn .eltdf-btn-text:before
{
    content:'';
    background: #49c6ed;
    width: 38px;
    height: 3px;
    top: 0;
    left: 0;
    position: absolute;
}

.eltdf-blog-list .eltdf-btn .eltdf-btn-text
{
    font-weight: 700;
}

.eltdf-blog-list-holder
{
    position: relative;
}

.eltdf-blog-list-holder:after
{
    content:'';
    width: 5000px;
    left: 50%;
    margin-left: -2500px;
    background: #f6f6f6;
    position: absolute;
    top: 50px;
    height: calc(100% - 70px);
}

.eltdf-blog-list-holder .eltdf-bl-wrapper
{
    position: relative;
    z-index: 10;
}

#tribe-events-content-wrapper #tribe-bar-form #tribe-bar-views,
#tribe-events-bar
{
    display: none !important;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper
{
    max-width: none;
}

.eltdf-main-menu>ul>li>a
{
padding: 0 12px !important;
}

/* FIX EVENTS PAGE */

.tribe-events-page-title {
    margin-top: 0!important;
}

.events-disclaimer h4 {
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: -20px;
}

.roundimg {
	border-radius: 50%;
	max-width: 200px;
	height: auto;
}

.page-id-14574 .vc_box_circle, .page-id-14608 .vc_box_circle { max-width: 220px!important; height: auto;
}


@media (min-width: 768px) {

  .flex-items-center {
  display: flex;
  align-items: center;
}
 }
