/*** Extra CSS for global ***/

.thumb-style-5 {
    background: none;
    margin-bottom: 0;
}
.top-page.top-home {
    min-height: 750px;
}

ul.chef-tip-links
{
    margin-left: 25px;
}

ul.chef-tip-links li
{
    list-style: none;
    padding: 3px;
}

ul.chef-tip-links li i
{
    color: red;
}

ul.chef-tip-links li a
{
}

/*Cookie Consent Begin*/
.footer-cookies {
    background-color: rgb(220, 220, 220);
    font-size: 0.9em;
    padding: 20px 15px;
    width: 100%;
    overflow: hidden;
    color: #000;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.footer-cookies a {
    color: #fff;
}
.footer-cookies #close-ck {
    color: #fff;
    background-color: #d63222;
    border-radius: 3px;
    padding: 5px 10px;
    position: absolute;
    top: 18px;
    right: 5%;
    cursor: pointer;
    font-family: Arial, sans-serif;
}
.footer-cookies #close-ck i {
    font-size: 18px;
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
}
.footer-cookies a:link, .footer-cookies a:visited
{
	color: blue;
	text-decoration: underline;
}
.footer-cookies a:hover
{
	color: #62bfdd;
	text-decoration: none;
}
/*Cookie Consent End*/