/**
Theme Name: Astra Child
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: astra-child
Template: astra
*/


.main-header-menu > .menu-item > a {
	position: relative;
    font-weight: 700;
}

.menu-item a {
  position: relative;
  text-decoration: none; /* remove default underline */
}

@media (min-width: 1024px) {
.main-header-menu > .menu-item a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	width: calc(100% - 24px);
	height: 4px;
	background-color: #bc3700;
	transition: background-color 0.3s;
}
}
/* Hide on mobile/tablet */
@media (max-width: 1023px) {
  .sidebar-main {
    display: none !important;
  }
}

/* Show on desktop */
@media (min-width: 1024px) {
  .sidebar-main {
    display: block;
  }
}


.sub-menu > .menu-item a::after {
	background-color: black;
}

.main-navigation #primary-menu > li:hover > a {
	color: #007241;
}

.main-header-menu .current_page_item > a {
	color: #007241;
}

.main-header-menu .current-menu-ancestor > a {
	color: #007241;
}

.front-img,
.page-template-page-nosidebar .entry-header .post-thumb-img-content {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 500px;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: -4em;
    margin-bottom: 4em;
    border-bottom: #bd3800 30px solid;
}

.front-img {
    margin-top: 0;
    margin-bottom: 0;
    height: 600px;
    max-height: 600px;
    background-size: cover;
    background-position: center;
}

.page-template-page-nosidebar .entry-header .post-thumb-img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-img .ast-container {
    position: relative;
}

.front-img img {
    position: absolute;
    max-width: 350px;
    right: 0;
    top: 80px;
}

.page-template-page-rightsidebar .entry-header .post-thumb-img-content,
.home .entry-header .post-thumb-img-content {
    display: none;
}

p.has-background {
    padding: 10px 30px;
}

.sidebar-main .widget-title {
    border: 2px solid #007241;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    padding: 5px 15px;
    color: #007241;
    line-height: 1.2;
}

#secondary h2 {
    font-size: 1.2em;
}

h1, .entry-content h1.box-heading, .entry-content h2.box-heading, .entry-content h3.box-heading, .entry-content h4.box-heading, .entry-content h5.box-heading, .entry-content h6.box-heading, .entry-header .entry-title, .home .entry-header .entry-title {
	/* border-bottom: 4px solid #bc3700; */
	/* text-transform: uppercase; */
	font-weight: 900;
	/* font-size: 1.2em; */
	/* padding: 5px 15px; */
	color: white;
	text-decoration-line: underline;
	text-decoration-color: #bc3700;
	text-decoration-thickness: 6px;
	text-underline-offset: 9px;
        font-size: 1.625rem;
}
@media (max-width: 921px) {
  h1, .entry-content :where(h1) {
    font-size: 1.625rem;
  }
}
[data-section="section-header-mobile-trigger"] 
  .ast-button-wrap 
  .mobile-menu-toggle-icon 
  .ast-mobile-svg {
    width: 36px;   /* change icon size */
    height: 36px;
}

aside a {
    color: #3a3a3a;
    text-decoration: underline;
}

.site-footer .ast-small-footer {
    /* display: none; */
}

.site-footer,
.site-footer li {
    line-height: 2em;
}

.site-footer a:hover {
	color: #bc3800;
}

.footer-adv-overlay {
    background-color: #717170;
}

.site-footer .footer-adv-widget {
    border-right: 1px solid #929292;
    padding: 50px 30px;
}

.site-footer div.footer-adv-widget-4 {
    border: none;
}

.footer-adv-overlay {
    padding-top: 0;
    padding-bottom: 0;
}


@media(min-width: 769px){
	.site-footer .ast-row {
		display: flex;
	}
}

@media (min-width: 982px) {
	.main-navigation #primary-menu > li > a:before {
		bottom: 30px;
		transform: rotate(5deg);
		transition: .3s;
		opacity: 0;
	}

	.main-navigation #primary-menu > li:hover > a:before {
		content: "";
		position: absolute;
		bottom: 25px;
		height: 2px;
		z-index: 2;
		display: block;
		background: #007241;
		left: 1em;
		right: 1em;
		transform: rotate(0deg);
    	transition: .3s;
    	opacity: 1;
	}
}

@media (min-width: 982px) and (max-width: 1090px) {
	.main-header-menu > .menu-item > a {
		font-size: 14px;
	}
}

@media (min-width: 982px) and (max-width: 1300px) {
	.front-img img {
		right: 60px;
	}
}

@media (max-width: 981px) {

    .front-img,
    .page-template-page-nosidebar .entry-header .post-thumb-img-content {
        height: 300px;
        max-height: 300px;
    }

    .front-img {
        margin-bottom: 0;
        margin-top: 0;
    }

    .front-img .ast-container {
        height: 300px;
        max-height: 300px;
    }

    .page-template-page-nosidebar .entry-header .post-thumb-img-content {
        margin-bottom: 2em;
    }

    p.has-background {
        padding: 10px 15px;
    }

    .front-img img {
        position: absolute;
        max-width: 350px;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

}

.it-container {
    display: flex;
    flex-wrap: nowrap;
}

.it-picture {
    flex: 1 0 auto;
    max-width: 400px;
    margin-top: 4em;
    margin-left: .8em;
}
@media only screen and (max-width: 600px) {
    .it-picture img {
        width: 100px;
    }
}
.it-entry {
    margin-bottom: 1em;
    width: 100%;
}

.it-entry .it-speaker {
    font-size: 2em;

}
.it-entry .it-affiliation {
    font-size:1em;
    margin-top: -5px;
    font-style: oblique;

}
.it-entry .it-title {
    font-size:1em;
}
.it-entry .it-abstract {
    font-size:0.8em;
}
.it-entry .it-sub {
    margin-top: 2em;
    font-size:0.8em;
    font-weight: bolder;
}

.it-entry .it-sched {

    font-size:0.8em;
    font-weight: bolder;
}

.pa-entry {
    margin-bottom: 1em;
}

.pa-authors {
    font-style: italic;
}

.gl-entry {
    margin-bottom: 1em;
}

.gl-authors {
    font-style: italic;

    color: gray;
    font-size: 0.9em;
}

.gl-video, .gl-poster  {
    color: #0274be;
    margin-left: 3em;
    margin-top: 1em;
    font-size: small;
}

.gl-video .title {
    font-weight: bold;
}
.ijcon {
    font-size: 1.2em;
padding-top: 4px;
}

.hidden {
    display: none;

}

.venueopen {
    background: #007241;
    color:white;
    font-size: 2em;
    display: block;
    text-align: center;
}

.enter_here_box {
    width: 550px;
    border: dashed;
    text-align: center;
    padding: 1em;
    border-color: black;
    border-width: thin;

}

.ec-title {
    font-weight: bold;;
}

.ec-content {
    margin: 0em 0em 2em 2em;
}

.ec-pdf a {
    background-color: white;
    padding: 0 1em;
    color: #007241;
    border-radius: 10px;
    font-weight: bold;
    border-color: #007241;
    border-style: solid;
    border-width: 1px;

}
.ec-pdf {
    margin-top: 0.5em;
}

.gl-doi {
    margin-top: 1em;
    font-size: smaller;
}

.gl-doi a {
    color: black;
}

.site-footer-section {
  border-right: 1px solid #222;
  justify-content: start;
  height: 100%;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .site-footer-section {
    border-right: none;
    padding: 12px 20px 0 20px;
  }
}

.site-footer-section ul {
  list-style-type: none;
  margin: 0;
}

.site-footer-section a {
  color: #ffffff;
  font-weight: 600;
}

.ast-footer-copyright p {
  color: #fff;
  font-size: 12px;
}

.site-footer-section:last-child {
  border: none;
}

@media (max-width: 768px) {
  .site-footer-section-4 {
    padding-bottom: 6px;
  }
}

.footer-widget-area.widget-area.site-footer-focus-item {
  width: 100%
}

h4, .entry-content h4 {
  font-size: 1.25rem;
}

.ast-builder-footer-grid-columns {
  grid-column-gap: 0;
}

@media (min-width: 922px) {
  .ast-container {
    max-width: 1240px;
  }
}

@font-face {
  font-family: 'TWKEverett';
  src: url('fonts/TWKEverett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TWKEverett';
  src: url('fonts/TWKEverett-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TWKEverett';
  src: url('fonts/TWKEverett-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: 'TWKEverett', sans-serif;
}

h1 {
  font-family: 'TWKEverett', sans-serif;
  font-weight: 800; /* Extrabold */
}

strong, b {
  font-family: 'TWKEverett', sans-serif;
  font-weight: 700; /* Bold */
}
