/*
Theme Name: MYDIY.site Raffle child
Template: Impreza
Version: 1.0
Author:	GETFOUND
Theme URI: https://competition.demo.getfoundni.co.uk/
Author URI: https://competition.demo.getfoundni.co.uk/
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt 
Text Domain: diyraffle
*/

/*Add your own styles here:*/

.inline-section{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
form.search-form {
   display: flex;
   gap: 10px;
}
.inline-section h1 {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .inline-section  {
    	display: block;
  }
  form.search-form{ margin-top: 10px;  }
}
