.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content > section {

}

.content section > .container,
.content section > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.video {
    position: relative;
    overflow: hidden;
    transition: ease-in-out .2s;
    min-height: 150px;
}

#full-width-video.wrapper {
    padding: 0;
}

#full-width-video.wrapper .video {
    /*! padding: 160px 0; */
    min-height: 320px;
    margin-bottom: 0;
}

.video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    transition: ease-in-out .2s;
}

.video video::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    content: "";
    background-color: black;
}


#full-width-video.wrapper video[poster] {
    display: inline-block;

    width: calc(100% + 400px);

    left: -200px;

    right: -200px;
}

.video::after {

    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    transition: ease .2s;
    -webkit-transform: rotate(360deg)
}

.video:hover::before {
    background-color: #000;
}

.video:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.video.playing img,
.video.playing::before,
.video.playing::after {
    display: none;
}

.spacing-small > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.spacing-medium > div {
    padding-top: 25px;
    padding-bottom: 25px;
}

.spacing-large > div {
    padding-top: 40px;
    padding-bottom: 40px;
}

.links .row {
    clear: both;
    margin: -15px;
}

.links .row > div {
    padding: 15px;
}

.row.files ul li {
    /*padding-left: 15px;*/
    /*margin-left: 15px;*/
    list-style-type: none;
}

.row.files ul li i {
    margin-right: 10px;
}

.row.list-style ul li {
    padding-left: 15px;
    margin-left: 15px;
    list-style-type: circle;
}

.designer-gal-img {
    padding: 10px !important;
}

.designer-gal-img img {
    width: 100% !important;
}

.sim-row {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.text-shadow {
    text-shadow: 1px 1px #373737;
}

.designer_rooms ul li {
    color: #000;
}

/*Video*/
.designer_video .vedio-content a i {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: var(--color-gold);
}


/*Testimonials*/

@media screen and (min-width: 992px) {
    .designer_testimonials .single-testi-text-box {
        padding: 50px;
    }
}

/*.designer_testimonials .owl-stage {
    display: flex;
    align-items: center;
}*/


/*Banner tekst*/

.designer_banner_text .event-area {
    position: relative;
}

.designer_banner_text .banner-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/*.designer_heading_1 h2,
.designer_heading_2 h3,
.designer_heading_3 h4 {
    color: var(--color-primary);
}*/

/*Inquiry*/

.designer_inquiry .single-booking-button {
    display: inline-block;
    background-color: var(--color-gold);
    padding: 15px 19px;
    /*width: 20%;*/
    margin-right: 4px;
    top: unset;
    text-align: center;
    display: flex;
    align-items: center;
}

.designer_inquiry .single-booking-button button {
    padding: unset;
}

/*Tekst - galerija*/
.designer_text_gallery .gallery-text {
    min-height: 68px;
}

.designer_text_gallery .owl-nav,
.designer_gallery .owl-nav {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.designer_text_gallery .owl-nav .owl-prev,
.designer_text_gallery .owl-nav .owl-next,
.designer_gallery .owl-nav .owl-prev,
.designer_gallery .owl-nav .owl-next {
    position: relative;
    transform: unset;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.designer_gallery .owl-nav .owl-prev i,
.designer_gallery .owl-nav .owl-next i {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}


/*Tekst - slika*/
.designer_text_photo .background-absolute {
    height: 90%;
    width: 90%;
    background-color: var(--color-primary);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 40%;
    z-index: -1;
    width: 100px;
    left: 0;
}

.designer_text_photo .logo-overlay {
    height: 150px;
    width: 150px;
    background-color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-top: 10px solid #f8f6f3;
    border-left: 10px solid #f8f6f3;
    right: 0;
}

.designer_text_photo .about-thumb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.designer_text_photo .o-2-lg .about-thumb {
    justify-content: flex-end;
}

.designer_text_photo .o-2-lg .background-absolute {
    left: 43%;
}

.designer_text_photo .about-area.inner {
    padding: 0px;
}

/*Povezane novice - blog*/
.designer_linked_news_blog .offer-content p {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/*Povpraševanje*/
.designer_inquiry #results h3 {
    color: var(--color-primary);
}

.designer_inquiry {
    background-color: #f8f6f3;
}

/*Designer galerija*/
.designer_gallery .owl-dots {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.designer_gallery .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background-color: var(--color-primary);
}

.designer_gallery .owl-dots .owl-dot.active {
    width: 30px;
}

.designer_gallery .single-place-box .place-box-button {
    padding: 5px;
    top: 0;
    right: 0;
}


/*Designerji tekstovne vsebine: ul-ji*/
.designer_column_one ul li::before,
.designer_column_two ul li::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f272";
    color: var(--color-gold);
}

.designer_column_one ul li,
.designer_column_two ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.about-thumb {
    margin-top: 0px;
}

/*Slider*/
.designer_slider .hero-slider .hero-area img:not(.slider-smaller-element) {
    height: 100%;
}

.designer_slider .hero-slider .hero-area img {
    display: inline-block;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media screen and (max-width: 991px) {
    .designer_text_photo {
        padding-bottom: 50px;
    }

    .designer_banner_text picture img {
        min-height: 650px;
    }

    .designer_slider .hero-slider .hero-area img {
        height: auto;
        min-height: 570px;
    }

    .designer_inquiry #contact-form #form {
        row-gap: unset !important;
    }

    .designer_inquiry #contact-form #form .single-booking-box {
        outline: 4px solid #1e1e1e;
    }
}


.thumb-and-logo {
    position: relative;
}

.thumb-and-logo .logo-overlay {
    bottom: 0;
}

.designer_slider .slider-smaller .owl-nav {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.designer_slider .slider-smaller .owl-prev,
.designer_slider .slider-smaller .owl-next {
    position: relative;
    right: unset;
    bottom: unset;
}

/*Facilities*/
.designer_facilities .single-feature-box i {
    font-size: 35px;
    color: var(--color-gold);
}

.designer_facilities .single-feature-box {
    background-color: #353535;
}

@media screen and (min-width: 1200px){
    .designer_banner_text .img-left-30 picture img{
        left: 30%;
        position: relative;
        padding: 50px 0;
    }

    .designer_banner_text .img-right-30 picture img{
        right: 30%;
        position: relative;
        padding: 50px 0;
    }

    .designer_banner_text .img-left-30,
    .designer_banner_text .img-right-30{
       background-color: #f8f6f3;
    }
}