﻿/*SECTION MENUS*/
/* headings*/
.left-wrapper ul li a.header,
.right-wrapper ul li a.header,
.vertical-menu li ul li h3 a {
    font-family: 'playfair_displayregular', serif !important;
    color: #0f1e0f !important;
    line-height: 1.15; /*JT 2/3/15 was 1.15*/
    float: left;
}

.left-wrapper ul li a.header,
.right-wrapper ul li a.header {
    padding-top: 12px;
    margin-bottom: 0px;
    clear: both;
}

/*item titles*/
.left-wrapper ul li a.mmitemtext,
.right-wrapper ul li a.mmitemtext {
    line-height: 1.0; /*JT 2/3/15 was 1.15*/
    margin-top: 6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    clear: both;
    float: left;
}

    /*item descriptions*/
    .left-wrapper ul li a.mmitemtext span,
    .right-wrapper ul li a.mmitemtext span {
        line-height: 1.15; /*JT 2/3/15 was 1.15*/
        margin-top: 4px;
        margin-bottom: 4px;
        padding-bottom: 0px;
        clear: both;
        float: left;
    }

/*JT211015 no top padding for the first item in each column*/
.left-wrapper ul > li:first-child a.header,
.right-wrapper ul > li:first-child a.header,
.left-wrapper ul li a.mmitemtext,
.right-wrapper ul li a.mmitemtext {
    margin-top: 0px;
    padding-top: 0px;
}

.vertical-menu li ul li a:hover {
    color: #7bc143;
}

.left-wrapper {
    border-right: 1px solid #cb6b27;
    margin-top: 20px !important;
}

.right-wrapper {
    border-left: 1px solid #cb6b27;
    margin-left: -1px;
    margin-top: 20px !important;
}

    .left-wrapper ul li a span,
    .right-wrapper ul li a span {
        font-family: 'alegreyaregular', serif !important;
        /*display: block;*/ /*JT 2/3/15*/
        clear: both;
        float: left; /*JT 2/3/15*/
        color: #0f1e0f;
        line-height: 1.25; /*JT 2/3/15 was 1.15*/
        margin-bottom: 5px; /*JT 4/3/15 was 15px ??*/
    }

    /*JT 2/3/15 was 1.15*/
    /*.left-wrapper span,
.right-wrapper span {
    font-family: 'alegreyaregular', serif;
    color: #0f1e0f;
    line-height: 1.15;   
}*/

    .left-wrapper h3,
    .left-wrapper h3 a,
    .right-wrapper h3 {
        margin: 20px 0;
    }

    .right-wrapper li,
    .left-wrapper li {
        padding-bottom: 0px; /*JT 2/3/15 was 15px*/
        /*line-height: 1;*/ /*JT 2/3/15 was 1.15*/
    }

.top-menu.second > li.parent-element.active,
.top-menu.second > li.parent-element:hover,
.top-menu.second > li.parent-element {
    background: transparent;
    padding: 0 15px 0 0;
}

    .top-menu.second > li.parent-element a,
    .top-menu.second > li.parent-element h2 {
        color: #7bc143;
        font-family: 'playfair_displayregular', serif;
        text-transform: none !important;
        margin: 0;
        /* to add a 'menu' arrow or square before section name: */
        /*background: url("../_images/menu-arrow.png") no-repeat -2px 0;
        background: url("../_images/menu-square-green.png") no-repeat -2px 2px;
        background-position: 0 7px;
        padding-left:20px;*/
        /* position also in desktop-screen.css line 25  */
    }

        .top-menu.second > li.parent-element.active > a,
        .top-menu.second > li.parent-element a:hover,
        .top-menu.second > li.parent-element:hover > a {
            color: #0f1e0f;
        }

.top-menu.second > li {
    background-position: 0 14px; /*JT 29Oct15 was 17px*/
    margin: 10px 15px 0 5px;
    padding: 5px;
}

    .top-menu.second > li > a {
        padding: 12px 10px 8px 0; /*JT29Oct15 was 15px*/
        margin: 0;
    /*    display: block; */
    }

    .top-menu.second > li.active,
    .top-menu.second > li:hover {
/*      background: #CB6B27 url("../_images/menu-arrow-down.png") no-repeat 0 -16px; JT 29Oct15 was -13px*/
        background-color: #CB6B27;
        padding-bottom: 25px;
    }

        .top-menu.second > li.active > a,
        .top-menu.second > li:hover > a {
            color: white !important;
        }


/*.vertical-menu.second li -> .sub-menu*/
.sub-menu {
    display: none;
    position: absolute;
    z-index: 600;
    background: #fffbfb;
    border: 2px solid #cb6b27;
    padding: 10px; /*JT21Oct15 was 15px*/
    margin-top: 6px;
    margin-left: -45%;
    left: 25%;
    list-style: none;
}

    .sub-menu > li a,
    .sub-menu > li {
        text-transform: none !important;
        color: #0f1e0f;
    }

    .sub-menu.open {
        display: block;
    }

.menu-close {
    position: absolute;
    top: 0px;
    right: 10px;
}

.menu-close:hover, .menu-close a:hover {
    cursor: pointer;
}

/* @media (min-width:600px) and (max-width:800px) and (orientation: portrait) */
@media (min-width:600px) {
    .sub-menu {
    padding: 0 0 6px 0;
    max-height: 650px;
    overflow-y: auto;
}

ul.sub-menu.open .col-sm-4 {
padding: 0;
float: left;
}
}

/** ======================== ICONS ======================== **/
/* header icons (phone, search, email) */
.top-details a {
    display: inline-block;
    margin: 0 0 0px 0;
}

.icon {
    background: url("../_images/icons/mail20.png") no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 0 0 20px;
}

a .icon-phone {
    background-position: 0 -25px;
    margin: 2px 4px -3px 0;
}

a:hover .icon-phone {
    background-position: -25px -25px;
}

@media (max-width:1199px) {
    .icon {
        width: 20px;
        height: auto;
        margin-left: 10px;
    }
}


a .icon-search {
    background-position: 0 0;
}

a:hover .icon-search {
    background-position: -25px 0;
}

a .icon-mail {
    background-position: -75px 3px;
}

a:hover .icon-mail {
    background-position: -100px 3px;
}

.icon-gray {
    background: url("../_images/sprite.png") no-repeat;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    margin-bottom: -5px;
}

.icon-phone-gray {
    background-position: -50px -25px;
}

    .book-wrapper a:hover .icon-phone-gray,
    .icon-phone-gray:hover {
        background-position: -25px -25px;
    }

.icon-mail-gray {
    background-position: -125px 0;
}

    .book-wrapper a:hover .icon-mail-gray,
    .icon-mail-gray:hover {
        background-position: -100px 0;
    }

.icon-enquiry-gray {
    background-position: -125px -25px;
}

    .book-wrapper a:hover .icon-enquiry-gray,
    .icon-enquiry-gray:hover {
        background-position: -100px -25px;
    }

.quote {
    background-image: url("../_images/quote.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 25px 20px 25px 60px;
}


.btn.btn-search:hover,
.btn.btn-search:focus,
.btn.btn-clear:hover,
.btn.btn-clear:focus {
    color: #ffffff;
}

.icon-top-arr,
.icon-bottom-arr {
    width: 24px;
    height: 12px;
}

.icon-top-arr {
    background-position: -77px -253px;
}

.icon-bottom-arr {
    background-position: -77px -266px;
}

.icon-top-arr:hover {
    background-position: -77px -278px;
}

.icon-bottom-arr:hover {
    background-position: -77px -291px;
}

.show-hide-big-button .icon {
    margin-top: 20px;
    display: block;
}

/** ======================== SEARCH PPOPUP ======================== **/
.search-popup {
    display: none;
    position: absolute;
    z-index: 1050;
    top: -10px;
    right: 10px;
    background: #FFF;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 5px #B7BCB7;
    -ms-box-shadow: 5px 5px 5px #B7BCB7;
    box-shadow: 5px 5px 5px #B7BCB7;
    width: 400px;
}

    .search-popup .icomoon:before {
        color: #e3e5e3;
        margin-left: 10px;
    }

    .search-popup .input-group .form-control {
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0;
        -ms-box-shadow: 0 0;
        box-shadow: 0 0;
        border: 1px solid #e3e5e3;
        background: #e3e5e3;
        font-family: 'alegreya_sanslight', sans-serif;
        color: #6e786e;
        
    }


/** ======================== FOOTER ======================== **/
.panel-footer {
    background: #e3e5e3;
}

    .panel-footer .content {
        margin-top: 15px;
    }

    .panel-footer h3 {
        font-family: 'alegreya_sansbold', sans-serif;
        /*min-height: 55px;*/
        margin: 10px 0;
        line-height: none;
    }

    .panel-footer ul li {
        margin-bottom: 0; /* JT 28May snag 19 */
        padding: 5px 0;
    }

        .panel-footer ul li a {
            font-family: 'alegreya_sanslight', sans-serif;
        }

    .panel-footer a:hover {
        color: #e60032;
    }

    .panel-footer .legal {
        font-family: 'alegreya_sanslight', sans-serif;
        /*color: #6e786e;*/
        color: #212421;
    }

        .panel-footer .legal strong {
            font-family: 'alegreya_sansbold', sans-serif;
        }

    .panel-footer .logos-wrapper a {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    .panel-footer .logos-wrapper {
        background: #ffffff;
        padding: 5px;
    }
