/*
 Theme Name:  JA Theme
 Template:    pixel-grove
 Description: Custom child theme 
 Version: 1
 Author: ce
*/

.position-absolute.wp-block-site-logo{
	position:absolute!important;
	top:9px!important;
}

.hidden-title{
	visibility:hidden!important;
}

.subheader-top{
	padding:4px 0!important;
	color: rgba(255,0,0,1)!important;
}

.padding-top-bottom{
	padding-top:38px!important;
	padding-bottom:38px!important;
}

.footer, .wp-block-list, ul.wp-block-list li{
	font-size: var(--wp--preset--font-size--sml-medium)!important;
}

@media only screen and (max-width: 992px){
	.sm-justify-content-right{
		justify-content:right!important;
	}
	/* .r-cover{
		min-height:480px!important;
	} */
	.min-height-480px{
		min-height:480px!important;
	}
}

@media only screen and (max-width: 782px){
	.xs-hidden{
		display:none!important;
	}	
	.custom-logo{
		width:128px;
		height:auto;
	}
}

.contact-form form.wpcf7-form.init select{
  border: none;
  height: 45px;
  width: 100%;
  background: #EBEBEB;
  border-radius: 5px;
  margin-top: 6px;
}

.text-color, p{
	color:#2E2E2E!important;
}