/**
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
*/

body .is-layout-flex {
	gap: 2em;
}

body .is-layout-flow > * + * {
  margin-block-start: 2em;
}

.main-header-bar {
	border: 0;
}

.site-main a,
.site-main a:focus,
.site-main a:hover,
.site-main a:visited {
	text-decoration: underline;
}

.site-main a:focus,
.site-main a:active,
.site-main a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
}

h4, h5, h6 {
	color: #000;
}

h3.purple-accent {
	padding: 0 0 0 15px;
    color: #000;
    border-left: 5px solid #1D3869;
}

h3.purple-lines {
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h3.purple-lines:after {
    content: '';
    border-top: 8px solid #1D3869;
    margin: 0 0px 0 20px;
    flex: 1 0 20px;
}

h3.purple-lines:before {
    content: '';
    border-top: 8px solid #1D3869;
    margin: 0 20px 0 0px;
    flex: 1 0 20px;
}

.wp-block-button {
		font-weight: bold;
	font-family: 'Roboto',sans-serif;
	letter-spacing: 1px;
	color: #fff;
}

h3.orange-accent {
	padding: 0 0 0 15px;
	color: #000;
	border-left: 5px solid #FF6633;
}


#primary-menu {
	font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}


#primary-menu a, #primary-menu a:active {
	color: #000;
	letter-spacing: 1px;
	font-size: 16px;
	height:auto;
}

#primary-menu .current-menu-item a {
	border-bottom: 3px solid #FF6633;
}

#primary {
	margin-top: 0;
}

.site-header {
	margin-bottom: 20px;
}

.wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0px auto;
	/*padding: 20px;*/
}

/*** HOMEPAGE ***/

h2.video-title {
	font-size: 50px;
	/*color: #66CCCC;*/
}

.home-video {

}


.home-slider-container {
	/*border: 1px solid black;*/
	background:#f8f8f8 url(images/smalldots.png);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 60px;
}

.home-slider-container .wp-block-group__inner-container {
	/*background: #fff;*/
	padding: 30px 30px 10px 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.home-slider {
	margin: 30px 0;
	padding: 5px 0px;
	/*border: 1px solid blue;*/
	background: #fff;
	border: 6px solid black;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
	left: -70px;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-next {
	right: -70px;
}

.home-slider-container h3 {
	margin-top: 15px;
	font-size: 40px;
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-slider-container h3:after {
    content: '';
    border-top: 8px solid #FF6633;
    margin: 0 0px 0 20px;
    flex: 1 0 20px;
}

.home-slider-container h3:before {
    content: '';
    border-top: 8px solid #FF6633;
    margin: 0 20px 0 0px;
    flex: 1 0 20px;
}

.home-slider .uagb-post__inner-wrap {
	background: transparent;
	margin: 0px 20px 20px 20px;
	padding: 30px;
	padding-bottom: 10px;
	display: grid!important;
	grid-template-columns: 40% 55%;
	grid-template-rows: auto auto auto auto auto;
}


.home-slider .uagb-post__image {
	margin: 0!important;
	padding-bottom: 0;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 5;
}

.home-slider .uagb-post__image img {
	padding: 6px;
}

.home-slider .uagb-post__image img:hover {
	border: 6px solid #000;
}


.home-slider .uagb-post__text {

}

.home-slider .uagb-post__items article {
	margin-bottom: 0;
}

.home-slider .uagb-post-grid-byline {
	display: none;
}

.home-slider h4.uagb-post__title {
	color: #000;
	margin: 15px 0 5px 0;
	font-weight: bold;
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 1;
}

.home-slider .uagb-post__cta {
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
	padding: 5px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.home-slider-container .wp-block-button {
	margin: 0;
	padding: 0;
}

.home-slider-container .uagb-post__cta.wp-block-button .wp-block-button__link {
	border-radius: 0;
		font-weight: bold;
	font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
		border: 5px solid black!important;
		font-size: 18px!important;
}

.home-slider-container .uagb-post__cta .wp-block-button__link:hover {
	background-color: #FF6633!important;
	color: #000!important;
}

.justice-areas {
	margin: 30px 0;
	padding: 30px 0;
}

.justice-areas h4 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
}

.justice-areas img {
	padding: 6px;
	border: 6px solid #fff;
}

.justice-areas img:hover {
	border: 6px solid #000;
}

.how-we-fight .wp-block-column a {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4em;
	background: #000;
	display: block;
	width: 100%;
	padding: 35% 8%;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
	letter-spacing: 1px;
		border: 6px solid #000;
}

.how-we-fight .wp-block-column span {;
	height: 80px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding-left: 0px;
    margin-left: 20px;
}


.how-we-fight .wp-block-column span:after {
	    border-bottom: 5px solid #FF6633;
	    content: '';
	    height: 5px;
	    width: 50px;
	    display: block;
	    margin-top: 15px;
}


.how-we-fight .column2 span:after {
	  border-bottom: 5px solid #66CCCC;
}

.how-we-fight .column3 span:after {
	  border-bottom: 5px solid #FF9933;
}

.how-we-fight .wp-block-column.column1 a:hover {
	color: #FF6633;
}

.how-we-fight .wp-block-column.column2 a:hover {
	color: #66CCCC;
}

.how-we-fight .wp-block-column.column3 a:hover {
	color: #FF9933;
}


/* PAGES */

#primary {
	margin-top: 30px;
}


.orange-divider {
	margin: 60px auto;
}

.purple-button .wp-block-button,
.purple-button .wp-block-button__link,
.purple-button .wp-block-button .wp-block-button__link:hover,
.purple-button .wp-block-button .wp-block-button__link:focus {
	text-transform: uppercase;
	padding: 8px 15px;
	background: #4867EF;
	font-size: 14px;
	color: #fff;
}

.orange-button .wp-block-button,
.orange-button .wp-block-button__link,
.orange-button .wp-block-button .wp-block-button__link:hover,
.orange-button .wp-block-button .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .wp-block-button__link {
	text-transform: uppercase;
	padding: 8px 15px;
	background: #FF6633;
	font-size: 14px!important;
	color: #fff;
}


/* 40 YEARS OF PRA */

.page-testimonial {
	margin-bottom: 15px;
}

.page-testimonial .uagb-tm__text-wrap {
	padding: 20px;
}

.page-testimonial .uagb-tm__meta {
	margin-top: 20px;
}

.page-testimonial .uagb-tm__author-name a {
	color: #000;
}

.page-testimonial .uagb-testimonial-details:before {
	content: "";
	width: 50px;
	height: 3px;
	background: #FF9933;
	display: block;
	margin: 15px 0;
}


/* GET INVOLVED PAGE */

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	text-transform: uppercase;
    padding: 8px 15px;
    font-size: 18px;
}

.is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
	color:#000;
}

/* CASE STUDIES PAGE */

.case-study-loop {

}

article.case_study .entry-header {
	margin-bottom: 5px;
}

article.case_study h4.subtitle {
	font-size: 18px;
	font-weight: bold;
}



.case-study-loop h4.wp-block-post-title a {
	/*margin-bottom: 0;*/
	color: #000;
	font-weight: bold;
	font-size: 24px;
}

.case-study-loop ul.wp-block-post-template {
	margin: 30px 0 0 0;
}

.case-study-loop ul.wp-block-post-template li {
	min-height: 235px;
	margin:10px 0 30px 0px;
	border: 1px solid #fff;
}

.case-study-loop .wp-block-post-date {
	margin-bottom: 15px;
	display: none;
}


.case-study-loop .wp-block-post-excerpt__more-link {
	display: block;
	width: 200px;
    padding: 8px 15px;
    background: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.case-study-loop .wp-block-post-featured-image {
	border: 5px solid #fff;
	padding: 5px;

}

.case-study-loop .wp-block-post-featured-image:hover {
	border: 5px solid #000;
}

.testimonial-container .uagb-testimonial__wrap {
	padding: 0;
}

.honorees figcaption {
	text-align: center;
	line-height: 1.4em;
}

.ways-to-give .wp-block-media-text {
	margin: 10px 0 30px 0;
	border: 1px solid #fff;
}

.testimonial-submission {
		background:#f8f8f8 url(images/smalldots.png);
	/*background: #f1f2f2;*/
	padding-top: 50px;
	padding-bottom: 20px;
}

.testimonial-submission div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size: 22px;
	font-weight: normal;
}

.testimonial-submission div.wpforms-container-full .wpforms-form input[type=text] {
	padding: 10px;
}

.testimonial-submission div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 250px;
}

.testimonial-submission .wpcf7-submit,
.testimonial-submission div.wpforms-container-full .wpforms-form button[type=submit]{
		display: block;
	width: 150px;
    padding: 15px 15px;
    background: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    text-align: center;
	color: #fff;
	text-transform: uppercase;
}

/* individual case studies */

body.single-case_study #content .ast-container {
	/*max-width: 800px;
	margin: 20px auto;*/
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.entry-thumb-caption {
	font-size: 14px;
	padding-top: 5px;
}

body.single-case_study .entry-title,
body.single-case_study #content .entry-content,
.entry-thumb-caption {
	width: 85%;
	max-width: 650px;
	margin: 0 auto;
}

article.case_study .post-thumb-img-content {
	/*padding-bottom: 30px;
	border-bottom: 5px solid #5371F0;*/
}

body.single-case_study .entry-title {
	border-top: 5px solid #1D3869;
	padding-top: 30px;
	margin-bottom: 20px;
}

body.single-case_study .entry-header .post-thumb img {
	width: 100%;
}

.wp-block-image figcaption {
	font-size: 14px;
}

/* Get Involved */

.ast-no-sidebar .entry-content .alignfull.testimonial-submission {

}


/* RESPONSIVE STYLES */

@media only screen and ( max-width: 1200px ) {

	.ast-site-title-wrap {
		display: none;
	}

	.wp-block-group__inner-container {
		max-width: 80%;
	}
}

@media only screen and ( max-width: 1100px ) {

	.home-slider .uagb-post__inner-wrap {
		margin-right: 0;
	}


	.home-slider .uagb-post__text {
    width: 90%;
    float: none;
    margin:0 auto;
	}
	.home-slider .uagb-post__image {
    width: 90%;
    float: none;
    margin: 0 auto!important;
    padding: 6px;
	}

}

@media only screen and ( max-width: 980px ) {

	.home-slider .uagb-post__inner-wrap {
		display: block!important;
	}

}

@media only screen and ( max-width: 950px ) {

	.ways-to-give .wp-block-media-text.alignwide {

	}

	}

@media only screen and ( max-width: 840px ) {

	.how-we-fight .wp-block-column a {
		font-size: 20px;
	}

}

@media only screen and ( max-width: 780px ) {

	.how-we-fight .wp-block-columns {
		margin-bottom: 20px;
	}

	.how-we-fight .wp-block-column a {
		font-size: 24px;
		margin-bottom: 20px;
	}

}

@media only screen and ( max-width: 600px ) {

	.how-we-fight .wp-block-column a {
		font-size: 30px;
	}

	.honorees .wp-block-column {
		text-align: center;
	}

}
