<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 28, 2017, 12:35:55 PM
    Author     : fernando
*/

.menu-search .form-control {
    padding: 0.2rem 0.75rem;
}

.field-contactform-othersubject{
    display: none;
}

.invisible {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

html, body {
    display: block;
}

.or-menu &gt; li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.or-menu &gt; li &gt; a {
    font-weight: 400;
    padding: 1em 0.6em;
    font-size: 0.7em;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.or-menu &gt; li:hover &gt; a {
    color: #b40026 !important;
}

.or-submenu {
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    min-width: 250px;
    padding: 10px;
    margin: 0;
    list-style-type: none;
    left: -10px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.or-submenu a {
    font-weight: 300;
    padding: .5em;
    font-size: .8em;
    color: #000;
    display: inline-block;
    text-transform: none;
    line-height: 1em;
    position: relative;
    transition: 0s;
}

.or-menu &gt; li:hover .or-submenu {
    visibility: visible;
    padding-top: 1em;
    padding-bottom: 1em;
    opacity: 1;
}

.or-submenu li a {
    transition: all 0.5s ease;
}

.or-submenu li a:after {
    height: 1px;
    background-color: #b40026;
    position: absolute;
    bottom: 5px;
    left: 7px;
    content: "";
    width: 0;
    transition: all 0.5s ease;
}

.or-submenu li:hover a {
    color: #b40026;
}

.or-submenu li:hover a:after {
    width: 95%;
}

.menu-top-fix {
    position: relative !important;
    z-index: 99999999 !important;
}


/* BIG SUBMENU */


.or-big--menu {
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    width: 100%;
    margin: 0;
    list-style-type: none;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.or-big--li:hover .or-big--menu {
    visibility: visible;
    padding-top: 1em;
    padding-bottom: 1em;
    opacity: 1;
}

.or-big--li {
    position: static !important;
}

.or-big--menu .container {
    width: 100%;
}

.or-big--menu .container &gt; .row {
    width: 100%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em
}

.or-big--menu .bottle {
    position: relative;
    display: block;
}

.or-big--menu h5 {
    color: #b40026;
    padding: .6em 0;
    margin: 0;
    font-size: .7em;
    font-weight: 400;
    text-transform: uppercase;
}

.or-big--menu .bottle img {
    position: relative;
    margin-top: 0;
    z-index: 2;
    width: 45px;
    margin-right: 10px;
}

.or-big--menu .bottle img.img-tonic{
    height: 70px;
    object-fit: contain;
}

.or-big--menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.or-big--menu ul li a {
    font-weight: 300;
    font-size: .8em;
    color: #000;
    display: inline-block;
    text-transform: none;
    line-height: 1em;
    position: relative;
    transition: all .5s ease;
}

.or-big--menu ul li a:before {
    width: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.or-big--menu ul li a:before, .or-big--menu ul li a:hover:before {
    height: 1px;
    content: " ";
    background-color: #b40026;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nopadding {
    padding: 0 !important;
}

.nopadd {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.or-big--menu ul li a:hover:before {
    width: 100%;
}

.or-big--menu ul li a:hover {
    color: #b40026;
}

.col-img--link {
    padding-left: 15px;
}

.col-img--link a {
    display: block;
}

footer .footer-white {
    padding-top: 0;
    padding: 5px 0;
}

footer .footer-white .col {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-white .col {
    padding: 10px;
}

.footer-white .col p {
    margin-bottom: 0;
    padding-top: 5px;
}

/* MEDIAQUERIES */


@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 560px) {
    footer .footer-white .row {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .footer-white {
        padding: 10px 0;
    }

    footer .footer-white .col {
        min-height: 26px;
    }

    footer .footer-white .col p {
        padding: 10px 0 0px;
    }
}

@media screen and (max-width: 1000px) {
    .menu-top-fix {
        font-size: 80%;
    }
}

@media screen and (max-width: 767px) {
    footer .footer-white .row {
        margin-right: 0;
        margin-left: 0;
    }
}

.wisepops-root {
    position: relative;
    z-index: 999999999!important;
}

.mobile-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.mobile-bar--column {
    flex: 1;
    width: 50%;
}

.mobile-bar--left {
    background: #fff;
}

.mobile-bar--left ul {
    width: 100%;
    display: flex;
}

.mobile-bar--left li {
    flex: 1;
}

.mobile-bar--left a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px 9px;
    font-size: 15px;
}

.mobile-bar--left i {
    line-height: 1;
    color: #000000;
}

.mobile-bar--btn {
    color: #ffffff;
    background-color: #b40026;
    font-size: 0.8em;
    border: solid 1px #b40026;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    padding: 10px 10px 9px;
    text-transform: uppercase;
}

.mobile-bar--btn:active,
.mobile-bar--btn:visited {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .mobile-bar {
        display: flex;
    }
}

.or-menu &gt; li &gt; a {
    padding: 1.2em 0.6em 0.8em;
}

@media screen and (max-width: 991px) {
    .or-menu &gt; li &gt; a {
        padding: 1em 0.6em;
    }
}

.highlighted-menu &gt; a {
    background-color: #b40026;
    color: #fff !important;
}

.or-menu &gt; li:focus {
    outline: none;
}

.or-menu &gt; li.highlighted-menu:hover &gt; a {
    background-color: #fff !important;
}

.fixed-menu {
    position: fixed !important;
}

.fladgate a {
    width: 195px !important;
    padding: 0 0.6em !important;
}

.fladgate .logo-taylor {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: -1px !important;
}

.port-season--breadcrumb {
    background:#000;
}

.port-season--breadcrumb .breadcrumb {
    background: #000;
}

.port-season--breadcrumb .breadcrumb .breadcrumb-item a {
    color:#fff !important;
}

.port-season--wrapper {
    background: #000;
}

.port-season--wrapper h2 {
    text-transform: uppercase;
}

.port-season--wrapper article h1 {
    font-weight:bold;
    color:#fff;
}

.port-season--wrapper article p {
    color:#fff;
}

.port-season--wrapper article h1 {
    font-weight:bold;
    color:#fff;
}

.port-season--wrapper article h2 {
    text-transform: uppercase;
}

.port-season--wrapper article p {
    color:#fff;
}

.port-season--wrapper article img {
    width: 100%;
    height: auto;
    margin-bottom:25px;
}

@media (max-width:991px) {
    .port-season--wrapper article img {
        margin-bottom:15px;
    }
}

.banner-top-menu {
    background: #fff;
}

.banner-top-menu.port-season {
	background: #000;
}

.banner-top-menu figure {
    margin-bottom: 0;
    padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .banner-top-menu {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
}
</pre></body></html>