/**handles:numenta-astra-theme-css**/
/**
Theme Name: Numenta-Astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: numenta-astra
Template: astra
*/

https://fonts.googleapis.com/css?family=Catamaran&display=swap

/***** LISTS*******/

ul {
    list-style: square;
}
ol, ul {
    margin: 0 0 1.5em 1em;
}
h1, h2, h3, h4, h5, h6 {font-weight: 500;}
/**********/

@media screen and (max-width: 768px){
	h1{font-size:36px!important}
}

@media screen and (max-width: 500px){
	h1{font-size:28px!important}
}

.elementor-widget-breadcrumbs p {
    margin-bottom: 5px;
    font-size: 14px!important;
	font-weight: 500;
}
.elementor-widget-breadcrumbs a:hover{color:#FF6654;}

.code-text{word-break: break-word;}
.number-table{word-break: break-word;}

.cat-drop #blog-cat .elementor-widget .elementor-widget-container .elementor-widget-shortcode {background-color: #FF0000;}

.holder{
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
	gap:50px 50px;
}
.home .holder {
    max-width: 1300px;
    margin:0 auto;
}
.holder .featured-item{
    display:flex;
}
.post-item{
    border-radius:30px;
    overflow:hidden;
    height:100%;
    border:1px solid #ADADAD;
    padding-bottom:30px;
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}
.post-item .post-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    overflow:hidden;
    padding-bottom:62.0%;
    height: 1px;
}
.post-item .post-image > img {
    height:100%;
    width:100%;
}
.post-item .post-info .post-terms{
    text-transform: uppercase;
    font-size:16px;
    padding-bottom:9px;
}
.post-item .post-info{
    padding:30px 30px 0 30px;
    flex: 1 0 auto;
}
.post-item .post-info h3 {
    padding-bottom: 10px;
}
.post-item .post-info p{
    flex:1 0 1fr;
}
.post-item .post-info .time{
    color: #666666!important;
    font-size:14px;
    padding-top:0px;
    padding-bottom: 19px;
	font-weight: 500;
}

.post-item a.post-link{
    justify-self: flex-end;
    display: block;
    padding: 0 30px;
    font-size:18px;
    font-weight:700;
    color:var(--e-global-color-secondary);
}
.post-item .post-info .authors{
    padding-bottom:19px;
	color: #666666!important;
}
.post-item .authors img{
    margin-right:10px;
}
.post-item .sidebar .table{
    display:flex;
    padding:19px 0;
    flex-wrap: wrap;
    width:100%;
    justify-content: space-between;
}
.post-item .post-info .source {
    padding-bottom: 15px;
	font-weight:500;
    color: #666666;
}
.post-item .sidebar dd,
.post-item .sidebar dt{
    font-size:14px;
    line-height: 1.1em;
    margin:0;
}
.sidebar .table > :first-child{
    flex:1 0 32%;
    margin-right:19px;
}
.sidebar .table > :last-child{
    flex:1 0 55%;
}

.holder :last-child,
.holder .featured-item,
.holder > h2{
	grid-column: 1 / -1;
}
.holder > hr{display:none;}
.holder .archivenav{
    justify-self: center;
    align-self: center;
}  
.holder .archivenav .page-numbers{
    font-size:16px;
    font-weight:400;
    padding:0 10px;    
    color:var(--e-global-color-secondary);
}

.holder .archivenav .current{color:#FF6654 !important;}

.holder .feature-first + .post-item:first-of-type,
.holder .post-item.long{
    grid-column: 1 /-1;
    flex-direction:row;
	height:250px;
}
@media screen and (max-width: 768px){
	.holder .feature-first + .post-item:first-of-type,
    .holder .post-item.long{
        flex-direction: column;
        padding-bottom:30px;
        height:initial; 
    }
}
.holder .feature-first + .post-item:first-of-type > a:first-of-type,
.post-item.long > a:first-of-type{
    flex:0 0 35%;
    padding-bottom:0;
    height: auto;
    line-height:0;
    display:block;
}

.holder .feature-first + .post-item:first-of-type .post-image,
.post-item.long > .post-image{
    padding:0;
    width:100%;
    height:100%;
}


.case-study h2{padding-bottom: 15px;}
.case-study h3{padding-bottom: 15px;}
.case-study h4{padding-bottom: 20px;}
.case-study ul {
    list-style: disc!important;
    padding-left: 15px;
}
.case-study li{
     font-size: 18px;
}


/******* PRESS LANDING PAGES  *******/
.pr-landing .authors{display: none;}
.pr-landing .post-item .time{padding-top: 20px;}
.pr-landing .post-list li {border-bottom: solid thin #999; margin-bottom: 15px;margin-top: 15px;}
.pr-landing .post-item{border-bottom: solid thin #999999; border-left: none; border-right: none; border-top: none; border-radius:0px; padding-bottom: 10px;}
.pr-landing .source{padding-bottom:10px;}
.pr-landing h5{padding-bottom: 5px;}
.pr-landing .post-item .post-info {padding:0;    flex: 1 0 auto;}
.pr-ev-landing li {margin-bottom: 1.5em; margin-left: -44px; line-height: 1.4em; font-size: 1.2rem;}
.pr-ev-landing li {border-bottom: solid thin #999; margin-bottom: 15px; margin-top: 15px; padding-bottom:15px;}
.pr-ev-landing ul {padding-top:10px;}
.pr-ev-landing li span{color: #01A0E1; font-size: 16px;}

/********* AUTHOR AVATAR ************/
.authors img {
    margin-right: 10px;
}
.authors img {
    width: 30px;
    height: 30px;
    border-radius: 30px !important;
    margin-right: 7px;
    border: 1px solid #CCC !important;
    box-shadow: none !important;
}
.post-item .post-info .authors {
    padding-bottom: 19px;
    color: #999;
    font-size: 14px;
    margin-left: -30px;
    padding-left: 30px;
}

/******* POST DROPDOWN SORTER  *******/
.cat-drop{
	display: inline-flex;
	margin-right: 30px;
    border-bottom: solid 1px #ffffff;
    background-color: #070734;
    border-left: none;
    border-right: none;
    border-top: none;
	color: #ffffff;
}
#white-archive .cat-drop{
	background-color: #ffffff; border-bottom: solid 1px #666666; color: #000000; padding-right: 10px; margin-right:10px}

.sorter {
	display: inline-flex;
}
.d-years{
 	border-bottom: solid 1px #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-left: none;
    border-right: none;
    border-top: none;
	color: #ffffff;
}
.d-years:focus{background-color: rgba(0, 0, 0, 0); border: none}
.cat-drop:focus{background-color: rgba(0, 0, 0, 0); border: none}
.cat-drop option,
.d-years option{
    color:#000;
    padding-top:2px;
    padding-bottom:2px;
}

.elementor-shortcode img{display:none;}


/*******STICKY HEADERS***********/
/* Slide In From The Top Option 

.navig-2 {
 transform: translatey(-130px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.navig-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.navig-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */
/* Fade In Option */

.navig-2 {
 opacity: 0;
 -moz-transition: opacity .25s ease-out!important;
  -webkit-transition: opacity .25s ease-out!important;
  transition: opacity .25s ease-out!important;
}


.elementor-sticky--effects.navig-2  {
 opacity: 1!important;
}

/* End Of Fade In Option */