/*======================================
Theme Name: Eyes Up Equestrian
Description: This is a Divi child theme from Timages, custom designed theme build for The Cookery Inc. Fully Responsive and touch ready, it includes all the latest web technologies.
Author: Timages
Author URI: https://www.timages.net/
Author Email: matt.denner@timages.net
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 *
 *
 *
 * =============================================================================== */
:root {
    --eue-cranberry:#a60a3d;
    --eue-tan:#eae4e0;
    --eue-dark-blue:#1f2a2f;
}


span#et_search_icon::before {
    /*-webkit-transform: scaleX(-1);
    transform: scaleX(-1);*/
    font-weight: 700;
    top: -5px;
}
.tan-links a {
    color:var(--eue-tan) !important;
}

/* Custom Bullets */
.custom-bullet-list-1 ul {
	list-style-type: none !important;
	line-height: 36px !important;
}
.custom-bullet-list-1 ul li:before {
    vertical-align: bottom !important;
    content: '\e052' !important;
    color: #a60a3d;
    font-family: 'ETMODULES' !important;
    font-size: 1.2em !important;
    margin-right: 10px;
    margin-left: -29px;
}

.custom-bullet-list-1 ul li {
	margin-top:4px !important;
}