/*
    Theme Name: Love What You Eat
    Theme URI: https://roi.com.au/
    Description: Theme developed by ROI.COM.AU
    Author: ROI Growth Agency
    Template: roi-blank-theme
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: roi-blank-theme-child
*/

/*
	Refer to css/style.css or scss
	Note: SASS is compiling that file so ensure you do not touch that directly.
*/

/* Nav Mods - Oct 2023 */
.dropdown-menu {
	top: 35px !important;
}

p.embed_download {
    text-align: center;
    display: block;
    background: #CE114B;
    width: 250px;
    padding: 25px;
    color: #fff;
	margin: 0 auto;
}

p.embed_download:hover {
	background: #AB0E3E;
}

p.embed_download > a {
	color: #fff !important;
	text-decoration: none !important;
}

p.embed_download > a:hover {
	color: #fff !important;
	text-decoration: none !important;
}


