/*
 Theme Name:   picostrap5 Child Base
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap5. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.2.3. Please  <a target="_blank" href="https://youtu.be/nrHFh_08w78">watch the introduction video</a> to get started. 
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      2.0.1
 Template: picostrap5 
 Text Domain:  picostrap5
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*


Do not edit this file.

To add your own CSS, edit  the file: 

sass/_custom.scss 

...and add your own CSS (or SCSS!) statements.

All should be recompiled automatically when visiting frontend as admin

To edit the  SCSS pipeline, view and edit the file: sass/main.scss


*/
.owl-item{
    height: 280px;
    overflow: hidden;
}
.carousel-cell img{
    width: 100%;
    height: auto;
}
.object-single-header{
    color: white;
}
.single-tags{
    padding-bottom: 200px;
}
.object-single-content .fotorama{
    margin-bottom: 40px;
}
.object-meta{
    background: #076174;
    padding: 20px;
    color: white; 
    margin-bottom: 40px;
}
.object-meta-item{
    text-align: center;
    width: 33%;
}
.object-meta-item > div:first-child{
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}
.object-meta-item > div:last-child{
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
}
.object-table-cont{
    background: white;
    padding: 20px;
}
.object-table-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    padding-bottom: 20px;
}
.object-table{
    background: #076174;
    color: white;
    padding: 25px 40px;
}
.object-table-row{
    border-bottom: 1px solid #004B5A;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.object-table-row:last-child{
    border-bottom: none;
}
.object-table-col{
    width: 50%;
}
.object-table-cont{
    margin-top: 30px;
}
.related-item{
    background: #F5F5F5;
    text-decoration: none;
}
.related-item > div:first-child{
    overflow: hidden;
    height: 70px;
}
.related-item img{
    width: 140px;
}
.related-info{
    padding-left: 20px
}
.related-name{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #262626;
}
.related-desc{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #3A3A3A;
    padding: 7px 0;
}
#map{
    height: 400px;
    width: 100%;
}
#map-index{
    height: 400px;
    width: 100%;
}
.splide__arrows{
    display: none;
}
.splide__slide{
    margin: 0 10px;
}
.slider-object-item{
    min-height: 400px;
    width: 100%;
    background-position: 50% 50%;
    display: block;
}
.object-list-item{
    width: 655px;
    height: 456.99px;
    background-position: 50% 50%;
    display: block;
    position: relative
}
.object-list-item:after{
    content: "";
    background: linear-gradient(120.75deg, rgba(3, 84, 103, 0.35) 18.3%, rgba(0, 41, 51, 0) 76.24%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.related-object-img{
    width: 140px !important;
    height: 130px !important;
    background-position: 50% 50%;
}
.object-meta-item:nth-child(2){
    border-left: 1px solid #004B5A;
    border-right: 1px solid #004B5A;
}
.fotorama__nav--thumbs .fotorama__nav__frame{
    padding: 10px !important;
}
.fotorama__thumb-border{
    top: 8px;
    left: 10px;
}
.slick-arrow{
    display: none !important;
}
.fotorama__arr{
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.fotorama__arr{
    width: 52px !important;
    height: 52px !important;
}
.fotorama__arr--next{
     background-repeat: no-repeat;
    background-position: 0 0 !important;
    right: 20px !important;
}

.fotorama__arr--prev{
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    left: 20px !important;
}
.fp-items{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.fp-item{
    width: 200px;
    height: 150px;
    background-position: 50% 50%;
    display: block;
    margin-right: 15px;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
}
.gmc-content{
    font-weight: 300
}
video{ 
    margin: 0;
    width: calc(100% + 40px);
}
@media (max-width: 650px) {
    .slick-slide{
        height: 180px;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}