/*
 Theme Name:     Astra Child
 Theme URI:      https://wpastra.com/
 Description:    Child theme for the Astra theme
 Author:         Rizeen
 Author URI:     https://about.me/rizeen/
 Template:       astra
 Version:        1.0.0
 Text Domain:    astra-child
*/

/* Your custom CSS goes below */

.ast-container {
	padding: 0;
	margin: 0 auto;
	max-width: 2000px;
}
.ast-container .entry-header {
	display: none;
}
.ast-container p, .ast-container ul {
		font-size: 16px;
}

.site-primary-footer-wrap {
	background-color: #f5f5f5 !important;
}

.entry-content[data-ast-blocks-layout] > * {
	max-width: 2500px;
}

.contact-form-1, .lawmatics-form1 {
	max-width: 450px;
	height: 580px;
	margin: auto;
}
.contact-form-1, .lawmatics-form1 input, .contact-form-1, .lawmatics-form1 textarea {
		border: 1px solid #ACACACFF !important;
		box-shadow: 0px 0px 0px 0px #FFFFFF !important;
		margin-top: 8px;
}

.contact-form-1, .lawmatics-form1 .wpcf7-submit {
		display: flex;
		margin: auto;
}

body > a[target="_blank"] {
	display: none;
	visibility: hidden;
  height: 0;
}

.ast-container .content-area.primary {
	margin: 0 !important;
} 

@media screen and (max-width: 767px) {
	.mobil-no-bg {
		background: none !important;
	}
}
