/**
 * Name: ob-fe-style.css
 * Project: MSCS
 * Description: css file
 * created: 08/02/2022
 * @version V-1.0
 * @author Scott Masson.
 * @copyrights: OpenBrolly
 */

body {
    background-color: #ffffff !important;
    /* background-image: url(/images/ms_background.svg)!important; */
}

#main-contentx{
    min-height: 1500px;
    /* WN 03 nov 2022 - increases the search height to avoid buttons dropping out of the containser when accordions are open */
}


.ob-sub-navbar {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 52px;
    background-color: #ffffff;
    padding: 5px;
    left: 50%;

}

.ob-search-result-section {
    background-color: #f3f2ef;
}
.fs-35{
    color: #fff !important;
    font-weight: bolder;
}



.nav-link {
    color: #2b2b2b;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2b2b2b;
    background-color: #75E08C;
}

.btn-secondary {
    color: #ffffff;
    background-color: #b4cacf;
    border-color: #b4cacf;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #45404a;
    border-color: #45404a;
}

.btn-outline-success {
    color: #ffffff;
    border-color: #b4cacf;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #45404a;
    border-color: #45404a;
}


h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.h5, h5 {
    font-size: 10px;
}

#hero-logo {
    height: 90px;
    margin: 70px 20px 50px 20px;
}

#view-btn {
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
    border-color: #2b2b2b;
}

#addtolist-btn {
    color: #2b2b2b;
    text-decoration: none;
}

/*=================== */
.smaller{
    font-size: 0.7em;
}


.ob_hidden{
    display: none;
}

/* top right hand corner of cards*/
.new-registration {
    color: #fff;
    font-size: 0.6em;
    text-align: center;
    background-color: #179b17;
    width: 75px;
    border: 2px solid #90EE90;
    position: absolute;
    top: 0px;
    right: 0px;

}

.btn-primary {
    color: #fff;
    background-color: #6c97a1;
    border-color: #6c97a1;
    box-shadow: 0 4px 8px 0 rgba(90, 50, 100, .2), 0 6px 20px 0 rgba(90, 50, 100, .19);
}

.btn-primary:hover {
    color: #fff;
    background-color: #b4cacf;
    border-color: #b4cacf;
}



.btn-warning{
    color: #fff;
    background-color: #b4cacf;
    border-color: #000;
}

.btn-warning:hover{
    color: #000;
    background-color: #E5E5E5;
    border-color: #000;
}

.btn-warning-location-enquiry{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #eef6f7;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(90, 50, 100, .25);   
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0) ;
    border-radius: .25rem;
}

.card_also{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;*/
    background-clip: border-box;
    border: 1px solid black !important ;
    border-radius: .25rem;
    margin-bottom: 2px;
}

.card-body-ob {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    /* box-shadow: 3px 3px 0px 2px #000000; */
    /*background-color: #ffffff;*/
    /* border: 2px solid black; */
}

.card-body-ob-tall {
    flex: 1 1 auto;
    padding: 1rem 1rem;

    /*background-color: #9a9a9a;
    border: 2px solid #9a9a9a;
    color: #fff;*/
    background-color: "{{@PRIMARYCOLOR}}";
    border: 2px solid "{{@SECONDARYCOLOR}}";
    color: #000;

    border-radius: 20px;


}
h3.card-title{
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: .5rem;
}
.btn-ob-preview{
    color:#ffffff;
    width: 250px; 
    margin-top: 7px; 
}


.tags {
    list-style: none;
    margin: 0;
    overflow: hidden; 
    padding: 0;
}

.tags li {
    float: left; 
}

/* WN 28 10 2022 */
.tag {
    background: #f2f2f2;
    border-radius: 3px;
    border-color: #000;
    color: #000;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
/*
.tag {
  background: #DAC0FA;
  border-radius: 3px 0 0 3px;
  color: #000;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
*/
.tag::before {
    background: #DAC0FA;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #DAC0FA;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.alert-primary,  .alert-success{
    color:#000;
    background-color: #b4cacf;
    border-color: #b4cacf;
}

.alert-danger{
    color:#000000;
    background-color: #E72277;
    border-color: #E72277;
}



.alert-success p, .alert-danger p, .alert-primary p{
    color:#000;
}

.bg-success {
    background-color: #567880 !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #6c97a1 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.modal-body{
    overflow-wrap: break-word;
}

.star{
    color: red;
    font-size: larger;
}

.container-modify{
    border:6px solid;
    /* border-color: "{{@PRIMARYCOLOR}}"; */
    border-radius: 20px;
    margin-top: 3rem;
    margin-bottom: 5rem; padding-bottom: 10px;
}

.ob-thumb-pic{
    padding: 0 0 16px 0;

}

.ob-thumb-preview-pic{
    padding: 0 0 16px 0;
}

.image-wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    margin: 10px 0;
}
.image-wrapper img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}




@media (max-width: 1400px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {


    .btn-ob-preview{
        width: 160px; 
    }
}

@media (max-width: 992px) {
    .ob-category{
        font-size:smaller;
    }
}

@media (max-width: 765px) {
    .btn-ob-preview{
        width: 250px; 
    }
}


.ob-preview_image{
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.preview-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-warning{
    font-size: 12px;

}

.card-img, .card-img-top {
    border-radius: calc(0.25rem - 1px);
    margin-bottom: 1px;
}

.img-presentation{
    margin-bottom: 10px;
}
.img-presentation-label{
    font-weight: lighter;
}


.justify-stacked{
    flex-direction: column;

}
@media (min-width: 988px) {

    .justify-stacked{
        flex-direction: row;

    }
    .col-width-modify{
        width: 100%;

    }

}
.multiple-buttons-secondary{
    display: flex;
    align-items: center;

}

.ob-p-4{
    padding: 0.5rem!important;
}
.fs-13{
    font-size: 13px;
}
.imdb_icon{
    width: 60px;
}



.ob-full-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 10px 0 ;
    width: 50%; /* or whatever */
    max-width: 700px;
}

.ob-full-pic img {
    max-width: 100%;
    height: auto;
}


.ob-thumb-pic{
    padding: 0 0 16px 0;

}
.ob-pic-text{
    text-align:center;
    padding: 6px;
}

.thumb-wrapper{
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-gallery-item {
    max-width: 150px;
}
@media (max-width: 1200px) {

}

.img-container img{
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 180px;
}




.enquiry{
    width: 250px; margin-top: 7px; margin-bottom: 2px;
}


.fs-red{
    color: #ff0000 !important;
}
.fs-green{
    color: #00b300 !important;
}

@media only screen and (max-width: 600px) {
    .hygieia {
        height: 70px;
    }
}


.search_container{
    
    width: 320px; 
    height: 1080px; 
    position: relative;
    
}

.location_results_container{
    margin-top: 0px;
}

.search_container_results{
    /*
    position: relative; 
    z-index: 2;
    */
}

.btn-back-to-top{
    position: fixed;
    bottom: 20px;
    display: none;
    color: white;
    margin-left:6% ;

}

@media only screen and (max-width: 992px) {
    .search_container{
        width: 100%; 
        height: auto;
        // test background-color: yellow !important;
    }
    .location_results_container{
        //test background-color: cornflowerblue;
    }
    
    .d-flex-modify{
        /* stack the results bellow filters*/
        flex-direction: column !important;
    }
    .btn-back-to-top{
        /*makes the arrow disappear when using mobile*/
        bottom: -3000px;
    }

}
