/**
Theme Name: spark_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: spark_astra
Template: astra
*/

/* theme colors */
/**** colors ****/
:root {
--blue: #1B75BC;
--blue_hover:#025CA3;
--purple: #973292;
--purple_hover:#7E1979;
--orange: #F05A28;
--orange_hover:#D7410F;
--yellow:#ece956;
--gray: #1C1C1C;
--light_gray:#f7f7f7;
}

.white-text {
    color:#fff !important;
}

/* Heading colors */
/* In Astra theme there is are heading color settings but it they all must be the same color. The sizes are set in Atra typography customizer */
/* Font family for site is set to Raleway in the Astra typography customizer */
h2,
h3,
h4,
h5,
h6 {
	
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 15px;
}
h2 {
    color:var(--orange) !important;
}
h4 {
    color:var(--purple) !important;
    margin-bottom:10px !important;
}
h5 {
	margin-bottom:5px !important;
}
h1.entry-title {
    display:none;
}
a:hover {
    text-decoration:underline;
}
/* change default css for wpbakery custom heading hover */
.vc_custom_heading a:hover {
    opacity:1;
}

/*** Top Menu ***/

/**** navigation *****/
.site-navigation {
	height:50px;
}
/* set submenu font sizes and padding */
.main-header-menu .sub-menu .menu-link {
	padding-bottom:0px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	font-size:16px;
	line-height:20px;
}
.main-header-menu  .sub-menu {
	padding-bottom:20px;
}
/* remvove arrow from menu */
.dropdown-menu-toggle {
	display:none;
}

/**** homepage ****/
.home h2 {
    font-size:45px;
    line-height:50px;
}
.home h3 {
    font-size:30px;
    line-height:36px;
    font-weight:700;
}
.home-hero {
    background-image:url("/wp-content/uploads/winterfest-cropped.jpg");
	background-size:cover;
    height:550px;
    background-position:center;
}
.spark-second-hero {
    display:none;
}

.home-featured-event {
    display:none !important;
}


.home-hero .wpb_column {
    display:flex !important;
    align-items:flex-end !important;
}
.home-hero .tag-line {
    background-color:rgba(255,255,255,.85);
    margin-bottom:35px;
    max-width:520px;
}
.home-hero-container {
    position:relative;
}
.hero-image {
    height:550px;
}
.hero-image img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.tagline-container {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    display:flex;
    align-items:flex-end;
    max-width:1280px;
    margin-left:calc(50% - 640px);
}
.tagline-text {
    background-color:rgba(255,255,255,.85);
    margin-bottom:35px !important;
    max-width:525px;
    padding:25px;
}
.tagline-text h2 {
    color:var(--blue) !important;
    text-align:center;
}
.home-name-announcement h3 {
    font-size:28px;
}
.mission-statement {
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}
.mission-statement p {
    font-size:24px;
    font-weight:600;
    line-height:36px;
}
.mission-sparksmall {
    margin-top:-50px;
    max-width:100px;
    margin-left:22%;
}
/* mission big spark */
.mission-statement-colright .vc_column-inner {
    display:flex;
    justify-content:flex-end;
}
.mission-sparkbig {
    max-width:180px;
    margin-bottom:-30px;
}

.home-sparkhappenings h3 {
    font-size:24px;
    line-height:30px;
}
.home-sparknews .vc_column-inner {
   padding-top:20px !important;
}
.home-sparknews .vc_grid-container {
    margin-bottom:0;
}
.spark-news-date {
    color:#fff;
    margin-top:-15px;
}
.spark-news-excerpt p {
    color:#fff;
    margin-top:-30px;
}
.spark-news-title {
    margin-top:15px;
}
.spark-news-title a {
    color:#fff !important;
    font-size:24px;
    line-height:30px;
    text-decoration:none !important;
    font-weight:600;
}
.spark-news-title a:hover {
    color:#fff;
    text-decoration:underline !important;
}
.spark-news-readmore a {
    font-weight:600 !important;
    text-decoration:none !important;
}
.spark-news-readmore a:hover {
    text-decoration:underline !important;
    color:#fff !important;
}
.spark-news-readmore {
    margin-top:-30px;
    margin-bottom:0;
}
.home-whoweare h3 {
	font-size:24px;
	line-height:30px;
	color:#707070;
}
/* Staff Board */
.staff-board {
	max-width:1100px;
	margin-left:0 !important;
}
.staff-board h4 {
	margin-bottom:5px;
}
/*** buttons ****/
.purple-button a {
    background-color: var(--purple) !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    font-weight:500;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-decoration:none !important;
}
.purple-button a:hover {
    background-color:var(--purple_hover) !important;
}
.purple-button-large a {
    background-color: var(--purple) !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    font-weight:600;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left:24px !important;
    padding-right:24px !important;
    text-decoration:none !important;
}
.purple-button-large a:hover {
    background-color:var(--purple_hover) !important;
}
.blue-button-large a {
    background-color: var(--blue) !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    font-weight:600;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left:24px !important;
    padding-right:24px !important;
    text-decoration:none !important;
}
.blue-button-large a:hover {
    background-color:var(--blue_hover) !important;
}
.home-donate-button a {
    background-color: #fff !important;
    color: var(--blue) !important;
    border-radius: 30px !important;
    font-size: 24px !important;
    font-weight:700;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left:34px !important;
    padding-right:34px !important;
    text-decoration:none !important;
}
.home-donate-button a:hover {
   color:var(--orange) !important;
}
/***** subpages *******/
body:not(.home) #content {
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
}
.banner-container {
    position:relative;
}
.banner-image {
    height:300px;
}
.banner-image img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.title-container {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    display:flex;
    align-items:center;
}
.subpage-title {
    background-color:rgba(255,255,255,.86);
    width:650px;
    max-width:75%;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    text-transform:uppercase;
    margin-left:auto;
    margin-right:auto;
}
/**** events & performances */
.event-performance-text {
    max-width:600px !important;
}
/***** spark news page */
/**** blog page ****/

.ast-article-post:hover .post-thumb-img-content img {
    transform: scale(1) !important;
}
.ast-article-post .post-thumb-img-content img {
    aspect-ratio:1;
    transition: none;
}
.ast-blog-layout-4-grid .ast-article-inner {
    box-shadow:none;
    border: solid 4px var(--light_gray);
}



.spark-news-page .spark-news-excerpt p {
    color:var(--gray) !important;
}
.spark-news-page .spark-news-title a,
.spark-news-page .spark-news-date,
.spark-news-page .spark-news-readmore a
{
    color:var(--blue)!important;
}
.spark-news-page .spark-news-readmore a:hover {
    color:var--(blue) !important;
}
/* post pagination */
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
    height:15px;
    width:15px;
}
.vc_grid-pagination-list .page-link {
    font-size:18px !important;
    border:none !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li {
    border-width:0 !important;
}

/***** single posts */
.single-post h1.entry-title {
    display:block;
}
.single-post .post-thumb-img-content img {
    width:400px;
}
.single-post .post {
    margin-top:40px;
}
/* change font of date */
.single-post .entry-meta .published {
    font-size:20px;
}
  
/**** footer ****/
.site-footer p {
    font-size:18px;
    line-height:26px;
}
.site-footer li {
    font-size:18px;
    line-height:26px;
    margin-bottom:10px;
}
.site-above-footer-wrap {
	padding-top:40px;
}
/* line up the 4 footer widgets */
.site-footer-above-section-4,
.site-footer-above-section-1
{
	margin-top:-15px
}
.footer-social {
    margin-top:10px !important;
    margin-bottom:0;
}
.footer-enews {
    margin-top:-10px;
}
/* right align social icons */
.site-footer-above-section-4 .wp-block-social-links,
.site-footer-above-section-4 .widget_text
{
	width:100%
}
/* tighten up spacing of social icons */
.site-footer-above-section-4 .wp-block-social-links {
	display:block;
	margin-bottom:15px;
	margin-right:10px;
}
.site-footer-above-section-4 .wp-block-social-links li {
	margin-left:5px !important;
}


/**** responsive adjustments *****/
@media only screen and (max-width:1280px) {
    .tagline-container {
        margin-left:20px;
    }
} /* 1280 */

@media only screen and (max-width:1000px) {
    /* wrap the footer widgets */
    .site-above-footer-inner-wrap {
        display:flex;
        flex-wrap:wrap;
    }
    .site-footer-above-section-1 {
        width:100%;
        margin-bottom:35px;
    }
} /* 1000 */
@media only screen and (max-width:966px) {
	.main-navigation {
		display:none;
	}
	.home-sparknews .wpb_column {
	    width:50%;
	    max-width:550px;
	    margin-left:auto;
	    margin-right:auto;
	}

} /* 966 */
@media only screen and (max-width:850px) {
	.home-sparkhappenings .wpb_column {
	    width:100%;
	    max-width:550px;
	    margin-left:auto;
	    margin-right:auto;
	}

} /* 850 */
@media only screen and (max-width:767px) {
    .home-featured-event {
        display:flex;
    }
	.home-featured-event .wpb_column:first-of-type {
	    order:2;
	}
	.home-featured-event .wpb_column:last-of-type {
	    order:1;
	}
	.home-sparknews .wpb_column {
	    width:100%;
	    max-width:550px;
	    margin-left:auto;
	    margin-right:auto;
	}

} /* 850 */


