/**
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
*/

/* our work */
.col-4-grid > .elementor-container{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	grid-gap:32px;
}
.col-4-grid > .elementor-container >.elementor-column{
	width:100%;
}

/* donate section */
.magic__donate .elementor-icon-box-title{
	margin-bottom:5px;
}



/* footer */
.site-footer .footer__widget-section,
.site-footer .footer__widget-newsletter-section{
		gap:10px;
}
.site-footer .widget_block{
	margin-bottom:10px;
}
.site-footer .footer__widget-section.footer__widget-section-3-col{
	 display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
}
.site-footer .footer__widget-section.footer__widget-section-3-col .widget,
.site-footer .footer__widget-section.footer__widget-section-3-col .wp-block-group{
	margin:0;
}

.site-footer .widget_nav_menu .widgettitle{
	font-family: SF Pro Display;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:7px
}
.site-footer .widget_nav_menu .menu li a {
	font-family: SF Pro Display;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color:#000;
}

#menu-footer-menu, #menu-footer-menu .sub-menu {
	list-style-type: none;
	text-transform:uppercase;
}

.site-footer .wp-block-group ul:not(.menu) li{
	font-family: SF Pro Display;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin-bottom:13px;
		line-height:1;
}
.site-footer .footer__widget-newsletter-section .wp-block-heading{
	font-family: SF Pro Display;
font-size: 30px;
font-style: normal;
font-weight: 800;

}
body .wpcf7 input, .wpcf7 textarea {
	border: 1px solid #000;
}

.footer__widget-newsletter-section .wpcf7 {
	width:100%;
}
.footer__widget-newsletter-section .wpcf7 input{
	border-radius: 5px;
	border: 1px solid #000;
	background:#fff;
}
.footer__widget-newsletter-section .wpcf7 input::placeholder{
	color:#000;
}
.footer__widget-newsletter-section .wpcf7 input[type="submit"]{
	display: flex;
	height: 50px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	border: 2px solid #FFF;
	background: #EE2A24;
}
.newsletter__form-inputs-wrapper{
	display:grid;
	grid-template-columns:7fr 3fr;
	grid-gap:10px;
}

#ast-scroll-top {
	border-radius:50px;
	background-color: #EE2A24;
}

a { 
	color:#000;
	text-decoration:underline;
}
a:hover, footer.site-footer .widget_nav_menu .menu li.menu-item a.menu-link:hover, .main-header-menu > .menu-item > .menu-link:hover, #astra-footer-menu > .menu-item > .menu-link:hover {
	color: #ee2a24;
}

footer.site-footer p {
	margin-bottom:0
}

ul#menu-footer-menu a {
	font-size: var(--wp--preset--font-size--medium) !important;
	font-family: "SF Pro Display Regular";
}

footer.site-footer .wp-block-social-links {
	gap:12px;
}

.wpcf7-submit {
	text-transform:uppercase;
	font-weight:800;
}




/* contact us page */
/* social icons */
.social__icons .elementor-social-icons-wrapper{
	gap:15px;
}
.social__icons .elementor-grid-item .elementor-icon{
	width: fit-content;
	height: fit-content;
}

/* contact us form */
.wpcf7 .row {
	display:grid;
	grid-gap:20px;
	margin-bottom:20px;
}
.wpcf7 .row.col-50{
	grid-template-columns: 1fr 1fr;
}

.wpcf7 input,
.wpcf7 select{
	padding: 10px;
}
.wpcf7 input,
.wpcf7 textarea{
	border:none;
	border-bottom:1px solid #000;
	background:transparent;
}
.wpcf7 textarea{
	border:1px solid #000;
}
.wpcf7 select{
	background:transparent;
	border:1px solid #000;
}
.wpcf7 input[type="submit"]{
	display: block;
	height: 50px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	border: 2px solid #FFF;
	background: #EE2A24;
	margin:auto;
}


/* newsletter section */
.newsletter__section .wpcf7 input{
	border-radius: 5px;
	border: 1px solid #000;
	background:#fff;
}
.newsletter__section .wpcf7 input::placeholder{
	color:#000;
}
.newsletter__section .wpcf7 input[type="submit"]{
	display: flex;
	height: 50px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	border: 2px solid #FFF;
	background: #EE2A24;
	width:100%;
}

/* about us page */
.magic__stats{
	display:flex;
	gap:31px;
}
.magic__stats > div h3{
	display:block;
		font-family: SF Pro Display;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom:0;
}
.magic__stats > div h5{
	font-family: SF Pro Display;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.leader__card{
	
}
.leader__card-img{
	margin-bottom:16px !important;
}
.leader__card-name{
	margin-bottom:0 !important;
}
.leader__card-title{
		margin-bottom:8px !important;
}
.leader__card-description{
			margin-bottom:16px !important;
}
.leader__card-description p{
		margin-bottom:0 !important;
}
.leader__card-read__more{
	margin-bottom:5px !important;
	transition:all .3s;
}
.leader__card-read__more:hover h6{
	cursor:pointer;
	color: #EE2A24 !important;
}

.icon__box-container .elementor-widget-icon-box,
.icon__box-container .elementor-widget-icon-box .elementor-widget-container{
	height:100%;
}

/* photo__gallery */
.photo__gallery .elementor-widget-image-box {
	height:100%;
}

.ast-single-post .entry-content h3.elementor-image-box-title a {
	text-decoration:none;
}

.elementor-widget-image-box:hover {
	opacity: 0.8;
}


.photo__gallery .elementor-widget-image-box .elementor-widget-container{
	height:100%;
	display:flex;
	align-items:center;
}

/* Footer */
.site-footer .footer__widget-newsletter-section .wp-block-heading {
	font-family: "SF Pro Display Extra Bold", Sans-serif;
}

footer .footer__widget-newsletter-section p {
	font-family: "SF Pro Display Regular", sans-serif;
}

