/*
Theme Name: Astra Child Video Shortcode
Theme URI: https://wordpress.org/themes/astra/
Description: Astra child theme with a responsive video shortcode for YouTube and local HTML5 videos.
Author: Custom
Author URI: https://wordpress.org/
Template: astra
Version: 1.1.0
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Text Domain: astra-child-video-shortcode
*/

/* Custom footer/form styles */
.site-footer-section,
.site-footer-section .widget-title{
	color:#fff;
}

.foot-form .srfm-form-container.srfm-bg-color{
	background:none;
}

.foot-form .srfm-block-label,
.foot-form .srfm-error-wrap{
	display:none!important;
}

.foot-form .srfm-input-email{
	background:#1F1F1E!important;
	border:0!important;
	color:#fff!important;
}

.foot-form .srfm-submit-button{
	border-radius:0!important;
	background:#DF453E!important;
}

.foot-form .srfm-submit-button:hover{
	background:#B62D25!important;
}

.foot-form .srfm-input-email:-webkit-input-placeholder{
	color:#666!important;
}

.foot-form .srfm-input-email:-moz-placeholder{
	color:#666!important;
}

.foot-form .srfm-input-email:-ms-input-placeholder{
	color:#666!important;
}

.foot-form .srfm-input-email::placeholder{
	color:#666!important;
}

.ast-footer-html-1 p{
	text-decoration:underline;
	text-underline-offset:.25em;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner{
	text-align:left;
}

.site-footer-focus-item.ast-footer-html-2 h2.widget-title{
	font-size:26px;
	line-height:1.2;
}

@media screen and (max-width:1024px){
	.home-join-section .wp-block-spectra-container{
		max-width:100%;
	}

	.site-footer-focus-item.ast-footer-html-2 h2.widget-title{
		font-size:20px;
	}
}

@media screen and (max-width:480px){
	.site-footer-section{
		margin-bottom:30px!important;
	}
}
