/*This css file contains custom css for this website, */
/*this is generally client-style specific*/

*::selection {
    /* When highlighting text with mouse */
    /* Value is based on client colours (!ch) */
    background: rgba(233, 82, 145, 0.5);
}

*::-moz-selection {
    /* When highlighting text with mouse */
    /* Value is based on client colours (!ch) */
    background: rgba(233, 82, 145, 0.5);
}

body {
    overflow-x: hidden;
}

body, p {
    /* Standard text colour (!ch) */
    color: #212121;
    /* Standard font (!ch) */
    font-family: 'Quicksand', sans-serif;
}

footer {
    /* Keep a good margin above the footer after page content */
    /*margin-top:4rem;*/
    /* Footer background colour (!ch) */
    background-color: transparent;
    /* General client-based footer styles (!ch) */
    border-top: 1px solid #E95291;
    padding-top: 1.5rem;
    /*padding-bottom: 0.5rem;*/
    padding-bottom: 1rem;

}

footer, footer p , footer a {
    /* Keep text and hyperlinks one colour */
    color: #E95291 !important;
}

.title-info-heading {
    /* Inheriting Quicksand from body for WestEnd */
    font-family: inherit;
    /* 500 used for WestEnd Quicksand Medium */
    font-weight: 500;
    /* No bottom margin so that the heading is directly above the info */
    margin-bottom: 0;
}

.title-info {
    /* Inheriting Quicksand from body for WestEnd */
    font-family: inherit;
    /* 400 used for WestEnd Quicksand Regular */
    font-weight: 400;
}

.nav-active-line {
    width: calc(100% - 1rem);
    height: 3px;
    border-radius: 2px;
    background: pink;
    opacity: 1;
    position: absolute;
}
.nav-link {
    position: relative;
}

.navbar {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px #000;
}

@media only screen and (max-width: 1440px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size:14px;
    }
}

@media only screen and (max-width: 1320px) {
    .nav-hide-small {
        display: none;
    }
}



h1, h2, h3, h4 {
    color: #E95291;
}

.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
}
.team-div-line {
    width: 15%;
    height: 2px;
    border-radius: 2px;
    background: white;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0.3rem;
    outline: 0;
}

@media (max-width: 768px) {
    .absolute-top {
        background-color: rgba(0,0,0,.9) !important;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        padding-left:64px;
    }
    .mx-auto-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

.dropdown-toggle::after {
    display: none;
}

a {
    color: #E95291;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #E95291;
    text-decoration: underline;
}

.dropdown-toggle:hover {
    text-decoration: none;
}

.impersonation-banner {
    height:32px;
    background-color: #c33333;
    color: white;
    font-size: .85rem;
    padding: 6px 0 10px 0;
}

.impersonation-banner a, .impersonation-banner a:hover {
    color: white;
}

#i2i-lightbox-modal-close {
    background-color: #E95291;
}

.btn-outline-primary {
    color: #E95291;
    background-color: transparent;
    background-image: none;
    border-color: #E95291;
    border-width: 2px;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #E95291;
    border-color: #E95291;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #E95291;
    border-color: #E95291;
}

.client-form-border {
    border: 3px solid #E95291;
}

.login-form-top-spacer {
    margin-top: 7rem;
}

.about-collapsible {
    height: 200px;
    overflow:hidden;
}
.about-expanded {
    height: 250px;
    transition: .5s;
}

.summary {
    font-size: 14px;
    line-height: 1.5;
}

.summary div.collapse:not(.show) {
    height: 126px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.summary div.collapsing {
    min-height: 126px !important;
}

.summary  {
    content: '+ Read More';
}

.summary a.collapsed:after  {
    content: '+ Read More';
}

.summary a:not(.collapsed):after {
    content: '- Read Less';
}

.toast {
    width: 250px;
}


.slick-banner .slick-dots {
    bottom: 15px !important;
}

.slick-banner .slick-dots li button {
    width: 14px;
    height: 14px;
    border: solid 7px rgba(0, 0, 0, 1);
    border-radius: 7px;
    padding: 0;
}

.slick-banner .slick-dots .slick-active button {
    border: solid 7px #DE1884;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}


@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width: 767px){
    .catalogue-nav-alignment {
        justify-content: center;
    }
}

@media (max-width: 400px){
    .display-4 {
        font-size: 2.5rem;
    }
}
