/**
* Theme Name: Mayosis Child
* Description: This is a child theme of Mayosis, generated by Auto Installer.
* Author: <a href="https://teconce.com/contact/">Teconce</a>
* Template: mayosis
* Version: 5.4.7
*/

.hero-search
{
	text-align:center;
	max-width: 1500px;
    width: 100%;
}
.hero-search h3
{
	font-size: 48px;
	color: #fff;
	line-height: 56px;
}
.hero-search h6
{
	color: #fff;
    font-size: 20px;
    font-family: open-sans;
	margin-bottom: 30px;
}
.hero-search a
{
	background: #000;
    color: #fff;
    line-height: 27px;
    font-size: 16px;
    font-family: 'Marcellus';
    padding: 7px 1%;
    border-radius: 24px;
	border:2px solid #000;
}
.cat-btn
{
	margin-bottom:20px;
}
.cat-btn a:last-child
{
	background-color: transparent;
	border:2px solid white;
}
.hero-btn a
{
	border-radius: 6px;
	border: 3px solid #000;
    margin-right: 5px;
}
.hero-btn a:last-child
{
	background-color: transparent;
	border:2px solid white;
}
.hero-search a:hover
{
	color: #fff;
}
.hero-search img
{
	width: 35px !important;
    position: relative !important;
    background: initial !important;
    border: none;
}
.hero-search button
{
	position: relative !important;
    left: -50px !important;
    border: none;
    top: -1px;
}
input[type=search]
{
	max-width: 670px;
    width: 100%;
    height: 52px;
	text-indent: 15px;
	margin-bottom: 30px;
	border: none;
    border-radius: 2px;
}

