/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.wp-block-post-author__avatar img {
  border-radius: 50% !important;
}

.wp-block-post-author__name {
	    margin-top: 3px;
}

.trs {
  transition: transform 0.3s ease-out;
}

.block-view-more:hover .trs {
  transform: translateX(5px);
}


/* Remove Background From Form Inputs and align center */

.frm-fluent-form.fluent_form_3.ff-el-form-top.ff_form_instance_3_1.ffs_default.ff-form-loaded input {
 background-color: white;
}


.ff-t-container.ff-column-container.ff_columns_total_2  {
	align-items: center;
}


.email-field {
	background-color: white !important;
	border-radius: 40px !important
}


/* Remove Background From Form Inputs and align center */

/* search form top bar */

.wp-block-search__inside-wrapper {
     border: none;
}

.wp-block-search__input {
     border-radius: 60px !important;
	height:35px;
	background-color: white !important
}

.wp-block-search__button.has-icon.wp-element-button  {
	background-color: #f5f5f5 !important;
	width: 35px;
	height: 35px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 50%;
}

.wp-block-search__button.has-icon.wp-element-button svg {
	color:black
}

/*  from mobile order*/
.inside-top-bar.grid-container {
	border-bottom: 1px solid #09090912;	
}

.inside-top-bar.grid-container #block-11 {
	order: -1 !important;
}

/*  form mobile order*/