/* 
Theme Name:		 Gutless
Theme URI:		 http://childtheme-generator.com/
Description:	 Gutless is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Elementor Team
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 gutless
*/


/*
    Add your custom styles here
*/
.search-reverse {
    background-color: #fff;
}
.search-reverse .hfe-search-form__container {
    flex-direction: row-reverse;
}
.search-reverse button:focus{
	outline:none !important;
}
.List-icon ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon {
    position: relative;
    top: 7px;
}
.List-icon ul.elementor-icon-list-items li.elementor-icon-list-item {
    align-items: baseline;
}
.search-reverse .hfe-search-form__container button.hfe-search-submit .fa-search {
    transform: rotate(75deg);
}
.services p{
    margin-bottom: 0;
}
.directions ol li{
    margin-bottom: 8px;
}
.directions ol{
    padding-left: 24px;
}
.braces h2 span{
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
    font-weight: normal;
}
.ingredients p{
    margin-bottom: 12px;
}
#clear-with-button {
	right: 65px;
}
.search-reverse #clear-with-button:focus, #clear-with-button {
	right: 65px;
}
.spice p:last-child{
    margin-bottom: 0;
}
.spice p {
	margin-bottom: 12px;
}
.matrix {
    margin: 0 auto;
}
.braces{
    margin: 0 auto  ;
}
@media(max-width: 1024px){
    .braces h2 span {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width: 768px){
    .br br {
        display: none;
    }
    .directions ol {
        padding-left: 14px;
    }
}

@media (max-width: 413px){
    .footer-logo {
        width: 60% !important;
    }
    .footer-menu {
        width: 40% !important;
    }
    .footer-menu li {
        width: 100%;
    }
}