@import url('p-blog.css');

div#container-wrapper-efg {
    margin-top:0;
    margin-bottom: 52px;
}

#container-wrapper-ef {
    display: grid !important;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr minmax(320px,350px);
    grid-template-columns: 1fr minmax(320px,350px);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 10px;
    grid-column-gap: 80px;
}

#container-f {
    float: none;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
}
#container-g {
    padding: 0px;
    text-align: left;
    background-color: #fff;
}

#bct-wrapper {
	display:block;
}

#blog-content-wrapper {
    margin-top: -4px;
    margin-bottom: 42px;
}

    #blog-content-wrapper .header-banner {
        display: block;
        /* padding: 80px 0 80px 30px; */
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #f8f8f8;
        width: calc(100% - 50px);
        padding-left: 50px;
        vertical-align: middle;
        height: 100%;
        min-height: 500px;
        margin-bottom: 41px;
        /*margin-bottom: 28px;*/
        display: grid;
        -ms-grid-columns: 1.7fr 1fr;
        grid-template-columns: 1.7fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-column-gap: 20px;
    }

        /*#blog-content-wrapper .header-banner.header-accreditations {
            background-color: #f1bfd5;
        }
        #blog-content-wrapper .header-banner.header-awards {
            background-color: #e7ce84;
        }
        #blog-content-wrapper .header-banner.header-health {
            background-color: #fbe0e1;
        }
        #blog-content-wrapper .header-banner.header-custom-formulation {
            background-color: #cfe1b9;
        }
        #blog-content-wrapper .header-banner.header-innovation {
            background-color: #d7f7f7;
        }
        #blog-content-wrapper .header-banner.header-manufacturing {
            background-color: #8cbece;
        }
        #blog-content-wrapper .header-banner.header-minerals-vitamins {
            background-color: #e9e6f2;
        }
        #blog-content-wrapper .header-banner.header-packaging {
            background-color: #82b8e7;
        }
        #blog-content-wrapper .header-banner.header-top-tips {
            background-color: #fde3d6;
        }*/

    #blog-content-wrapper .blog-category {
        margin-top: 0;
        margin-left: 0;
        /*padding-top: 154px;*/
        /*font-size: 18px !important;
        font-size: 1.8rem !important;
        line-height: 26px !important;
        line-height: 2.6rem !important;*/
        /*width: calc(100% - 350px - 20px);*/
        width: 100% !important;
        padding-top: 0 !important;
        font-size: 15px !important;
        font-size: 1.5rem !important;
        line-height: 21px !important;
        line-height: 2.1rem !important;
        margin-bottom: 10px;
        font-weight: 500 !important;
        color: #a42b5e;
    }

    #blog-content-wrapper .blog-content-title {
        width: 100% !important;
        margin-left: -2px;
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 54px;
        line-height: 5.4rem;
        font-weight: 400;
        letter-spacing: 0px;
        width: 100%;
        margin-bottom: 30px;
    }


    #blog-content-wrapper p {
        font-weight: 300;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
        color: var(--p-main);
    }

        #blog-content-wrapper p strong,
        #blog-content-wrapper p b {
            /*font-size: 30px;
    font-size:3.0rem;
    line-height: 40px;
    line-height: 4.0rem;*/
            font-weight: bold;
            color: var(--p-main);
            font-size: 18px;
            font-size: 1.8rem;
        }
    #blog-content-wrapper ul li {
        list-style: initial;
        margin-left: 15px;
        padding-left: 10px;
        font-weight: 300;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
        margin-bottom: 5px;
    }
        #blog-content-wrapper ul li::marker {
            color: var(--nav-pink);
        }
    #blog-content-wrapper ul {
        list-style: initial;
        margin-left: 3px;
        margin-bottom: 30px;
    }

#blog-content-wrapper ul ul{
    margin: 10px 0;
}
#blog-content-wrapper ul ul,
#blog-content-wrapper ul ul li{
    list-style:circle;
    margin-left: 15px;
}


    #blog-content-wrapper a {
        color: var(--bright-pink);
        /*text-decoration: underline;*/
        font-weight: 300;
    }

        #blog-content-wrapper a:hover {
            color: var(--bright-pink) !important;
            opacity: 0.8;
        }

        /*  back to blog */
.view-all-envelope {
    justify-content: flex-start;
}


/*  blog content h2 h3 title */
#blog-content-wrapper h2,
#blog-content-wrapper h3,
#blog-content-wrapper h4 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 42px;
    line-height: 4.2rem;
    font-weight: 300;
    letter-spacing: 0px;
}
#blog-content-wrapper h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 38px;
    line-height: 3.8rem;
}
#blog-content-wrapper h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    line-height: 3.2rem;
}
    /*  column left */
    /*#blog-content-wrapper .column-left {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-end: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 15px;
}*/
    /* blog image */
    /*#blog-content-wrapper .homepage,
#blog-content-wrapper .main {
}
#blog-content-wrapper img {
    max-width: 100%;
    display: inherit;
        height: 100%;
        width: auto;
        margin-bottom: 0;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
}

#blog-content-wrapper .main {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 7;
    grid-row-end: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

    #blog-content-wrapper .main img {
        margin-bottom: 0;
    }
#blog-content-column-1 .main img {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: 500px;
}
*/
/*  table layout  */
#blog-content-wrapper table {
    border-collapse: separate;
    border-radius: var(--radius-box);
    overflow: hidden;
}
    table th {
        font-weight: bold;
    }
table{
    line-height: 24px;
    line-height: 2.4rem;
}

    table tr:not(:last-child) td {
        border-bottom: 1px solid #dedede;
    }

    table thead tr:hover,
    table thead tr:hover th,
    table thead tr:hover td {
        background-color: #f0f0f0 !important;
    }

    /*  minimum wages */
#blog-content-wrapper table.minimum-wage-table-one th {
    white-space: nowrap;
}

/*  related articles  */
/*#ac-blog-list-fullwidth-wrapper {
    background-color: #ddd;
    display: block;
    position: relative;
}*/

#ac-blog-list-wrapper {
    max-width: var(--max-width-container-content);
    /*padding: 95px 20px 80px;*/
    /*padding: 95px 90px 100px;*/
    padding: 95px 20px 100px;
    margin: 0 auto;
    padding-bottom: 200px;
    margin-bottom: -150px;
}

h3.ac-blog-list-heading,
#ac-blog-list-column-1 {
    width: calc(100% - 242px);
    /*margin: 0 0 0 auto;*/
    max-width: none;
}
#ac-blog-list-column-1 {
    overflow: visible;
}

h3.ac-blog-list-heading {
    text-align: left;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 25px !important;
    line-height: 2.5rem !important;
    text-indent: 20px;
    margin: 0 auto 2px;
}

ul.ac-blog-list li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 509px;
}


/*   share   */
.social-md-share-summary {
    display:none;
}
div#social-md-share-wrapper {
    text-align: left;
    margin-bottom: 90px;
    margin-top: -20px;
}


/*  inline image */
.inline-blog-image {
    display: block;
    margin-bottom: 30px;
}
    .inline-blog-image img {
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }


    /*  posted */
#blog-content-wrapper span.posted {
    width: 100%;
    margin-top: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #a6a09a;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}


.content-table-grid .more:hover span {
    opacity:1;
    /*color: #00549e;
    border-color: #fff;*/
}

/*  contact us */
.contact-us-wrapper {
    padding: 40px 50px 50px;
    -webkit-border-radius: var(--radius-box);
    -moz-border-radius: var(--radius-box);
    border-radius: var(--radius-box);
    color: var(--text-white);
    background: url(../grfx/jpg/here-to-help.jpg) no-repeat center;
    background-size: cover;
    margin-top: 31px;
    position: relative;
}

    .contact-us-wrapper > h3 {
        font-weight: 300 !important;
        margin-bottom: 15px !important;
    }
    .contact-us-wrapper > p {
        font-weight: 200;
        max-width: 200px;
    }

    .contact-us-wrapper a.internal-link {
        background-color: var(--button-red);
        border: 1px solid var(--button-red);
        -webkit-border-radius: var(--radius-button);
        -moz-border-radius: var(--radius-button);
        border-radius: var(--radius-button);
        color: var(--button-text);
        padding: 10px 17px;
        width: auto;
        display: inline-block;
        text-align: center;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        font-weight: 300;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 13px;
        line-height: 1.3rem;
        letter-spacing: 0.1px;
        font-weight: 300;
        text-transform: initial;
    }
        .contact-us-wrapper a.internal-link:hover {
            background-color: var(--red);
            border-color: var(--red);
        }

        /*  contact us bg */
.contactus-bg {
    -webkit-border-radius: var(--radius-box);
    -moz-border-radius: var(--radius-box);
    border-radius: var(--radius-box);
    width: 100%;
    height: 100%;
    min-height: 302px;
    background: url(../grfx/jpg/res-thelp.jpg) no-repeat center;
    background-image: url(../grfx/jpg/res-thelp.jpg), none;
    background-size: cover !important;
    margin-bottom: 10px;
    display: none!important;
}

/*  contact us - icons */
.contact-us-envelope {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 40px;
}
.contact-icons {
    display: inline-flex;
    flex-direction: row;
    column-gap: 10px;
}
    .contact-icons .contact-callus,
    .contact-icons a.contact-email {
        text-indent: -9999px;
        display: block;
        -webkit-border-radius: var(--radius-circle);
        -moz-border-radius: var(--radius-circle);
        border-radius: var(--radius-circle);
        border: 1px solid var(--text-white);
        width: 31px;
        height: 31px;
        cursor: pointer;
    }
        .contact-icons .contact-callus:hover,
        .contact-icons a.contact-email:hover {
            opacity: 0.8;
        }
        .contact-icons a.contact-email {
            background-image: url(../grfx/header/email-white.svg);
            background-size: 15px;
            background-position: center center;
            background-repeat: no-repeat;
        }
        .contact-icons .contact-callus {
            background-image: url(../grfx/header/callus-white.svg);
            background-size: 15px;
            background-position: center center;
            background-repeat: no-repeat;
        }

.contact-callus-wrapper.active .contact-callus {
    background-image: url(../grfx/header/callus-colour.svg);
    background-color: #fff;
}

    .contact-callus-wrapper .contact-callus-div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 2px;
        position: absolute;
        /*top: 40px;
        right: 0;*/
        top: calc(100% - 35px);
        right: 10px;
        padding: 15px 22px;
        background-color: var(--dark-red);
        -webkit-border-radius: var(--radius-box);
        -moz-border-radius: var(--radius-box);
        border-radius: var(--radius-box);
        min-width: 205px;
        -webkit-box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
        box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
        z-index: 99;
        display: none;
    }
.contact-callus-wrapper.active .contact-callus-div {
    display: flex;
}
.contact-callus-div a.contact {
    column-gap: 15px;
    display: flex;
    flex-direction: row;
    padding: 11px 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.1px;
    padding-left: 40px;
    color: var(--text-white);
    position: relative;
}

    .contact-callus-div a.contact:hover{
        opacity: 0.8;
    }
    .contact-callus-div a.contact:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% - 11px);
        width: 24px;
        height: 24px;
        -webkit-border-radius: var(--radius-circle);
        -moz-border-radius: var(--radius-circle);
        border-radius: var(--radius-circle);
        border: 1px solid var(--bright-pink);
        background-image: url(../grfx/header/callus-colour.svg);
        background-size: 12px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .contact-callus-div a.contact span.contact-no {
        color: #b70d55;
        font-weight: 600;
    }

