/* 
 Theme Name:   Allied Science Corp
 Theme URI:    
 Description:  
 Author:       mwilley
 Author URI:   https://dev-alliedsciences.pantheonsite.io
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* edits to remove 200px height to nav */
.sticky-element-placeholder.sticky-element-active {height:auto !important;}

/* add background color to header */
#masthead { background-color:rgba(255,255,255,0.96);} 

/* make active nav bold */
a.menu-link:active, a.menu-link:focus,
.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link { font-weight: 900; }

/* footer make text white */
section [data-id="1cdbb20"], section [data-id="1cdbb20"] a, section [data-id="5cef0ed"], section [data-id="5cef0ed"] a
{	color: #F1F4FA;	transition: color 0.3s; font-size:16px; font-weight:600; }

section [data-id="1cdbb20"] a:hover
{	color: var(--ast-global-color-1);	transition: color 0.3s;  }


section [data-id="1cdbb20"] ul.elementor-icon-list-items.elementor-inline-items {
	justify-content: flex-end;
	list-style:none;
}

section [data-id="5cef0ed"] ul.elementor-icon-list-items.elementor-inline-items {
	justify-content: center;
	list-style:none; margin:0;
}

section [data-id="1cdbb20"] li.elementor-icon-list-item.elementor-inline-item:first-child, section [data-id="5cef0ed"] li.elementor-icon-list-item.elementor-inline-item:first-child
{	margin-right:32px;  }

