/*Header Title Start*/
h2.wp-block-post-title {
    text-align: center;
}
/*Header Title End*/

/*Menu Start*/
@media only screen and (max-width: 768px) {
	.wp-block-navigation__responsive-container {
		padding-top: 16px !important;
	}
	.wp-block-navigation__responsive-container-content ul {
		row-gap: 8px !important;
	}
	.wp-block-navigation__container {
		width: 100% !important;
		li {
			width: 100%;
		}
	}
	.wp-block-navigation__submenu-container {
	padding: 0 30px 0 0 !important;
	padding-top: 8px !important;
	width: 100% !important;
}
.wp-block-navigation-item__content {
    padding: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
	.wp-block-navigation__container ul {
		width: 300px !important;
	}
}
a.wp-block-navigation-item__content:hover{
	color:#967e7e;
}
a.wp-block-navigation-item__content:active{
	color:#967e7e;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container a:hover{
	color: #967e7e;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container a:active{
	color: #967e7e;
}
@media only screen and (min-width: 768px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  border-right: 1px solid #967e7e !important;
  border-bottom: 1px solid #967e7e !important;
  border-left: 1px solid #967e7e !important;
  border-top: none;
}
}


/*Menu End*/

/**Homepage Start**/
.button-scroll-image img:hover{
	opacity: 50%;
}
.astromace-story-text {
  font-size: 1rem;
	text-align: center;
	padding: 0 30px 0 30px;
	font-family: 'Libre Baskerville';
}
/**Homepage End**/

/*Contact Form Start*/
@media only screen and (max-width: 768px) {
	.contact-form-group {
		padding: 0px;
	}
}
@media only screen and (min-width: 768px) {
	.contact-form-group {
		padding: 0 70px 0 70px;
	}
}
.contact-form label{
	color: #384143;
}
.grunion-field-wrap.grunion-field-name-wrap input {
	border: 1px solid #967e7e;
}
.grunion-field-wrap.grunion-field-email-wrap input {
	border: 1px solid #967e7e;
}
.grunion-field-wrap.grunion-field-textarea-wrap textarea {
	border: 1px solid #967e7e;
}
.grunion-field-label {
	font-size: 13px;
}

input#g4-name{
	height: 30px;
}
input#g4-email{
	height: 30px;
}
textarea#contact-form-comment-g4-message{
	height: 100px;
}
.wp-block-jetpack-button button{
	padding: 0px;
}
.contact-form-group button {
	font-size: 12px;
}
/*Contact Form End*/

/**Blog Start**/
.entry-title a:hover {
    color: #967e7e;
}
.entry-wrapper p {
    font-size: 14px;
}
.entry-wrapper {
	height: 300px;
	padding: 30px;
	box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
	background-color: rgba(150,126,126,0.30);
}
@media screen and (min-width: 1025px){
	.blog-group {
    padding: 0 200px 0 200px;
}
}
.entry-meta time {
    font-size: 11px;
    font-style: italic;
}
.post-image img{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	margin-top: 70px;
	margin-bottom: 70px;
}
h2.wp-block-post-title {
    text-align: center;
    font-size: 3rem !important;
}
/**Blog End**/

/*Services Start*/
.services-block{
	height: 450px;
    padding: 30px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    background-color: rgb(150,126,126,0.30);
}
.service-button:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*Services End*/

/*Scheduler Start*/
.scheduler-group {
    padding: 30px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
/*Scheduler End*/

/*About Start*/
.about-group {
    /*padding: 0 300px 0 300px;*/
    font-size: 16px;
}
/*About End*/

/**Footer Start**/
footer{
	display: none;
}
/**Footer Start**/