/*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(236,71,101, 0.5);
}

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

body, p {
    /* Standard text colour (!ch) */
    color: #212121;
    /* Standard font (!ch) */
    font-family: 'Lato', 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 #EC4765;*/
}

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

footer a {
    /* Keep text and hyperlinks one colour */
    color: #ffffff !important;
}
footer .social-icons img {
    height: 20px;
}
footer .social-icons a {
    margin: 0 5px;
}

.title-info-heading {
    /* Inheriting Lato from body for Film London */
    font-family: inherit;
    /* 500 used for Film London Lato Medium */
    font-weight: 600;
    /* No bottom margin so that the heading is directly above the info */
    margin-bottom: 0;
    color: #EC4765;
}

.title-info {
    /* Inheriting Lato from body for Film London */
    font-family: inherit;
    /* 400 used for Film London Lato 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-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    /*text-shadow: 0px 0px 5px #000;*/
}

h1, h2 {
    color: #EC4765;
    color: #282828;
}

.rollover-wrapper {

}

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

.rollover-shade-hide {
    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;
}

.header-mobile {
    position: fixed;
    z-index: 1;
    background: rgb(236,71,101);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6250875350140056) 100%);
}

@media (max-width: 991px) {
    .text-mobile{
        font-size: 25px!important;
    }
}

@media (max-width: 767px) {
    .header-mobile{
        position: relative;
        background: #000000!important;
    }
    .absolute-top {
        background-color: rgba(0,0,0,.9) !important;
    }
}

@media (max-width: 425px) {
    .short-synopsis-mobile{
        display: none!important;
    }
    .title-text-mobile{
        font-size: 1rem!important;
    }
    .padding-mobile{
        padding: .3rem!important;
    }
}

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

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

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

a:hover {
    color: #EC4765;
    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: #EC4765;
}

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

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

.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: #EC4765;
    border-color: #EC4765;
}

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

.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: 124px !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;
}

.cc-btn {
    min-width: 160px;
}

#region-wrapper {
    font-size: 18px;
}

.region-choice-wrapper {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: rgb(236,70,101);
    background: linear-gradient(345deg, rgba(236,70,101,.95) 0%, rgba(252,226,158,.95) 60%);
    opacity: 0;
    transition: 1s;
    transform:translateY(1500px);
}

.region-choice-wrapper-show {
    opacity: 1;
    transform:translateY(0px);
}

@media only screen and (max-width: 919px) {
    .region-choice-wrapper {
        display:none;
    }
}

#i2i-lightbox {
    z-index:9;
}

.slick-prev:before {
    content: '←';
    color: #EC4765;
}
.slick-next:before {
    content: '→';
    color: #EC4765;
}
