/*!
Theme Name: Universal by hcode
Theme URI: https://hcode.space
Author: Yehor Hromov
Author URI: https://hcode.space
Description: Universal theme by hcode
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uni
*/
.content > p >span> a, .content > p > a{
	color: #ffd200;
	transition: .4s;
}
.content > p >span> a:hover, .content > p > a:hover{
	text-decoration:underline;
	transition: .4s;
	
}
@media (min-width: 1024px) {
    body{ zoom: 80%}
	
    body.zoom{ zoom: 85%}
	
    #fancybox-wrap {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        height: 100vh !important;
    }

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}
}
#wpadminbar{
    display: none !important;
}
body{
    overflow-x: hidden;
}
::selection {
    background: #fff2a8;
}
::-moz-selection {
    background: #fff2a8;
}
html{
    margin: 0;
    overflow-x: hidden;
}
@media screen and (max-width: 782px){
    html {
        margin-top: 55px !important;
    }
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    font-weight: 400;
}
p, h1,h2,h3,h4,h5,h6{
    margin: 0;
    line-height: 100%;
}
a{
    text-decoration: none;
    color: inherit;
}
header{
    background-color: #fff;
    height: 55px;
    border-bottom: 2px solid #ebebeb;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
header ul{
    padding: 0;
}
header li{
    list-style-type: none;
}
header li:not(:last-child){
margin-right: 10px;
}
header li a{
    font-size: 18px;
    color: #4c4c4c;
    padding-bottom: 26px;
    padding-left: 10px;
    padding-right: 10px;
    transition: .3s;
}
header li:hover a{
    border-bottom: 5px solid #ffd200;
    padding-bottom: 13px;
    transition: .3s;

}
header li.current_page_item a{
    border-bottom: 5px solid #ffd200;
    padding-bottom: 13px;
    transition: .3s;
}
.single-post header li:nth-child(2) a{
    border-bottom: 5px solid #ffd200;
    padding-bottom: 13px;
    transition: .3s;
}
.single-interview header li:nth-child(3) a{
    border-bottom: 5px solid #ffd200;
    padding-bottom: 13px;
    transition: .3s;
}
.menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    min-height: 55px;
    margin: 0;
}
.container{
    /* max-width: 1170px; */
    max-width: 900px;
    margin: 0 auto;
}
.home_sidebar{
    border-left: 5px solid #ffd200;
    padding-left: 20px;
    width: 30%;
}

.home_first{
    margin-top: 100px;
}
.home_first .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_first__about{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
}
.home_first__about>img{
    width: 250px;
    height: 250px;
    background-color: #102339;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 50px;
    border: 2px solid #ffd200;
}
.home_sidebar h2{
    color: #969595;
    font-size:24px;
    font-weight:500;
    margin-bottom: 35px;
}
.home_first__about--text h1{
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 10px;
}
.home_first__about--text p{
    font-size: 24px;
    font-weight: 500;
}
.home_first__about--text li{
    position: relative;
    list-style-type: none;
}
.home_first__about--text ul{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home_first__about--text li:not(:last-child){
    margin-right: 15px;
}

.home_first__about--text li a{
    position: relative;
    height: 100%;
    display: block;
}
.home_first__about--text li{
    box-sizing: border-box;
    border-radius: 100%;
    width: 39px;
    height: 40px;
    background-color: #4c4c4c;
    padding: 8px 8px;
    transition: .4s;
}
.home_first__about--text li:hover{
    background-color: #ffd200;
    transition: .4s;


}
.home_first__about--text li img{
    width: 100%;
    height: 100%;
}
.home_sidebar time{
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.home_sidebar cite{
    color: #969595;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: .4s;
}

.home_sidebar article{
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
}
.home_sidebar article:hover cite{
    text-decoration: underline;
    transition: .4s;

}
.home_sidebar article:not(:last-child){
    margin-bottom: 25px;
}
.two_sides{
    margin-top: 120px;
}
.two_sides--wrapper{
    display: flex;
    margin: 0 -25px;
    align-items: flex-end;
}
.two_sides--item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(50% - 50px);
    margin: 0 25px;
    padding-bottom: 20px;
}   

.two_sides--item:after {
    display: block;
    height: 5px;
    background: #ffd200;
    position: absolute;
    content: "";
    left: 4px;
    right: 4px;
    opacity: 0;
    bottom: -1px;
    -webkit-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transform-origin: bottom;
    transform: scaleX(0.3) scaleY(0);
}
.two_sides--item:hover:after {
    opacity: 1;
    transform: scaleX(1.0) scaleY(1.0);
}
.two_sides--item>img{
    margin-bottom: 25px;
}
.two_sides--item h2{
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
}
.two_sides--item h2 img{
    margin-right: 15px;
}

.new_public{
    margin-top: 120px;
}
.new_public h2, .about h2{
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.new_public--wrapper{
    display: flex;
    margin: 0 -25px;
    flex-wrap: wrap;
}
.new_public--item{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(50% - 50px);
    margin: 0 25px;
    margin-bottom: 50px;
} 
.page-template-tpl-interview .new_public--item, .page-template-tpl-blog .new_public--item{
    margin: 0 25px 70px 25px;
}
.new_public--item img{
    opacity: 1;
    width: 100%;
    transition: .4s;
}
.new_public--item h3{
    margin: 45px 0 15px 0;
    font-size: 24px;
    font-weight: 500;
}
.new_public--item time{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #969595;
}
.new_public--item p{
    font-size: 18px;
    font-weight: 400;
}
.new_public--item:hover h3{
    text-decoration: underline;
}
.new_public--item:hover img {
    transition: .4s;

    opacity: 0.9;
}
.about{
    margin-top: 120px;
}
.about h2{
    margin-bottom: 70px;
}
.about__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 20%;
    text-align: center;
}
.about__item h3{
    margin: 35px 0 10px 0;
    font-size: 24px;
    font-weight: 500;
}
.about__item p{
    font-size: 18px;
    font-weight: 400;
}
footer {
    background-color: #f6f5f5;
    margin-top: 100px;
    padding: 45px 0;
    position: relative;
    z-index: 19;
}
footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .col{
    width: 25%;
}
.years{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.copyright{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}
footer .col:nth-child(1){
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
footer .col:nth-child(2){
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .col:nth-child(2) a:hover{
    text-decoration: underline;
}
footer .col:nth-child(3){
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .col:nth-child(3) p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
footer .col:nth-child(3) a{
    font-size: 18px;
    font-weight: 500;
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination li{
    list-style-type: none;
}
.pagination li{
    font-size: 37px;
    font-weight: 300;
    height: fit-content;
}
.pagination li a:hover{
    text-decoration: underline;
}
.pagination li:hover a.active{
    text-decoration: none !important;
}
.pagination li:not(:last-child){
    margin-right: 20px;
}
.pagination .active{
    font-weight: 700;
}
.content{
    width: 70%;
    margin-right: 60px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 45px;
}
.content figure{
    width: 100% !important;
    margin-left: 0;
}
.wp-caption-text{
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 40px;
}
.slb_template_tag_ui_slideshow_control{
    display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: none !important;
    background: transparent !important;
}
.slb_data_content{
    background: #fff !important;
    padding: 20px !important;
    color: #4c4c4c !important;
    font-weight: 300 !important;
}
/* @media (min-width: 768px) {
    .slb_content{
        min-width: 600px !important;
    }
    .slb_content img{
        object-fit: cover;

    }
} */
.post_info{
    width: 70%;
    padding-right: 60px;

}
.single_post--container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.single_post{
    margin-top: 120px;
}
.single_post h1{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
}
.citata{
    padding-left: 20px;
    border-left: 5px solid #ffd200;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 35px;
}
.content p, .content li{
    font-size: 20px;
    font-weight: 400;
    line-height: 125%;
}
.content p:not(:last-child){
    margin-bottom: 35px;
}
.single_post--about{
    padding-left: 20px;
    border-left: 5px solid #ffd200;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}
.content img{
    width: 100%;
    height: auto;
}
.post_info{
    padding-top: 30px;
}
.post_info time{
    display: block;
    color: #969595;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}
.post_info p{
    font-size: 24px;
    color: #969595;
    font-weight: 400;
}
@media (min-width:901px) {
    .single_post h1, .single_post--about{
        /* width: 70%;
        margin-right: 60px; */
        width: 100%;
        margin-right: 0px;
        box-sizing: border-box;
    }
}


/* //Gallery */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pswp__bg {
    background: rgba(0,0,0,.75)!important;
}
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0,0,0,0.3);
}
.pswp__top-bar {
    background-color: rgba(0,0,0,0.5);
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp--has_mouse .pswp__close_area {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: 0.75;
    padding: 0 10px;
}
.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button {
    width: 44px;
    height: 44px;
}
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__button--arrow--left {
    text-align: left;
    left: 0;
    width: 35%;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 0;
    height: 100%;
    position: absolute;
}
.pswp__button {
    width: 44px;
    height: 44px;
}
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.pswp__button--arrow--left svg {
    margin-left: 8%;
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}
.pswp__button--arrow--right {
    text-align: right;
    right: 0;
    width: 65%;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 0;
    height: 100%;
    position: absolute;
}
.pswp__button {
    width: 44px;
    height: 44px;
}
.pswp__button--arrow--right svg {
    margin-right: 8%;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp--has_mouse .pswp__close_area {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption__center {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    padding: 15px;
}
.pswp__close_area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 10;
    opacity: 0.6;
    cursor: pointer;
    text-align: right;
}
.pswp__close_area svg {
    margin: 36px 4% 0 0;
    fill: #fff;
}
.pswp__download {
    position: absolute;
    top: 50px;
    right: -2px;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    opacity: .6;
    color: #fff;
    margin: 36px 4% 0 0;
    cursor: pointer;
    z-index: 10;
}
/* End gallery */

.share img{
    width: 130px;
    height: 45px;
    object-fit: cover;
}
.share{
    display: flex;
    align-items: center;
    color: #6a6a6a;
    font-size: 24px;
    font-weight: 400;
    margin-top: 35px;
    width: max-content;
}
.fb-comments{
    margin-top: 35px;
}
.share a{
    display: flex;
    margin-left: 15px;
    width: fit-content;
}
.updown {
    position: fixed;
    cursor: pointer;
    z-index: 19;
    width: 200px;
    height: 100%;
    left: 0;
    top: 56px;
    bottom: 153px;

    display: none;
}
.updown--shown, .updown__icons {
    display: -ms-flexbox;
    display: flex;
}
.updown__icons {
    position: static;
    z-index: 1;
}
.updown__icons {
    position: absolute;
}
.updown:after{
    position: absolute;
    opacity:0;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
.updown:after {
    content: '';
    top: 1px;
    bottom: 153px;

    width: 200px;
    height: 100%;
    display: block;
    background-color: #fffae5;
}
.updown__icons  {
    position: relative;
    display: flex;
    align-items: center;
    color: #969595 !important;
    font-size:24px;
    font-weight: 400;
    left: -100%;
    top: 35px;
    height: fit-content;
}

.updown:hover:after {
    opacity: 1;
}
.updown:hover .updown__icons{
    left: 40px;
}
.updown__icons::before  {
    content: '';
    background: url(/wp-content/themes/uni/img/arr.png) no-repeat center;
    background-size: 100%;
    width: 25px;
    height: 20px;
    display: flex;
    margin-right: 10px;
    transition: .4s;

}
.bottom_button .updown__icons:before {
    transform: rotate(180deg);
    transition: .4s;
}
.content_imgs{
    display: flex;
    margin: 0 -2.5px;
    width: 100%;
    flex-wrap: wrap;
}
.content_imgs img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content_imgs a{
    box-sizing: border-box;
    margin: 2.5px 2.5px;
}
.content_imgs a.chld-1{
    width: calc(50% - 5px) !important;
    height: 280px;
}
.content_imgs a.chld-2{
    width: calc(50% - 5px) !important;
    height: 280px;

}
.content_imgs a.chld-3{
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}
.content_imgs a.chld-4{
    width: calc(33.3333333% - 5px) !important;
    height: 180px;

}
.content_imgs a.chld-5{
    width: calc(33.3333333% - 5px) !important;
    height: 180px;

}

.content_imgs a.chld-6{
    width: calc(50% - 5px) !important;
    height: 280px;
}
.content_imgs a.chld-7{
    width: calc(50% - 5px) !important;
    height: 280px;

}
.content_imgs a.chld-8{
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}
.content_imgs a.chld-9{
    width: calc(33.3333333% - 5px) !important;
    height: 180px;

}
.content_imgs a.chld-10{
    width: calc(33.3333333% - 5px) !important;
    height: 180px;

}


.content_imgs .gallery-item{
    box-sizing: border-box;
    margin: 2.5px 2.5px !important;
}

.content_imgs .gallery-item:nth-child(1){
    width: calc(50% - 5px) !important;
    height: 280px;
}
.content_imgs .gallery-item:nth-child(2){
    width: calc(50% - 5px) !important;
    height: 280px;
}
.content_imgs .gallery-item:nth-child(3){
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}
.content_imgs .gallery-item:nth-child(4){
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}
.content_imgs .gallery-item:nth-child(5){
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}


.content_imgs .gallery-item:nth-child(6){
    width: calc(50% - 5px) !important;
    height: 280px;
}
.content_imgs .gallery-item:nth-child(7){
    width: calc(50% - 5px) !important;
    height: 280px;
}
.content_imgs .gallery-item:nth-child(8){
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}
.content_imgs .gallery-item:nth-child(9){
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}
.content_imgs .gallery-item:nth-child(10){
    width: calc(33.3333333% - 5px) !important;
    height: 180px;
}


.content_imgs .wp-caption-text{
    display: none !important;
}
.slb_data_content{
    display: none !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' id='ui_close'%3E%3Cpath fill-rule='evenodd' style='fill: %23fff;' d='M9.096 0L5 4.097.903 0 0 .904 4.096 5 0 9.097.903 10 5 5.904 9.096 10 10 9.097 5.903 5 10 .904z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat !important;
    position: fixed;
    right: 0;
    top: 0;
    margin: 36px 4% 0 0;
}
.fslightbox-toolbar-button:nth-child(1),
.fslightbox-toolbar-button:nth-child(2),
.fslightbox-toolbar-button:nth-child(3),
.fslightbox-toolbar-button:nth-child(4),
.fslightbox-toolbar-button:nth-child(5) {
    display: none !important;
}
.fslightbox-toolbar .fslightbox-toolbar-button:nth-child(6) {
    height: 24px !important;
    width: 24px;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' id='ui_close'%3E%3Cpath fill-rule='evenodd' style='fill: %23fff;' d='M9.096 0L5 4.097.903 0 0 .904 4.096 5 0 9.097.903 10 5 5.904 9.096 10 10 9.097 5.903 5 10 .904z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    margin: 36px 4% 0 0;
    opacity: 0.7;
    transition: .4s;
}
.fslightbox-toolbar .fslightbox-toolbar-button:nth-child(6):hover{
    opacity: 1;
    transition: .4s;

}
.fslightbox-caption {
    /* max-width: 900px !important; */
    height: 76px !important;
}
.fslightbox-caption-inner{
    font-size: 18px !important;
    /* background: #fff !important; */
    /* padding: 15px 25px; */
    /* color: #4c4c4c !important; */
    color: #fff;
}
.fslightbox-toolbar .fslightbox-toolbar-button svg{
    display: none !important;
}
.fslightbox-slide-number-container{
    display: none !important;
}
.fslightbox-slide-btn{
    display: none !important;
}
.fslightbox-slide-btn-container-previous{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' id='ui_arrow_left'%3E%3Cpath style='fill:%23fff; opacity:0.7' d='M1.11 6.045l4.608 4.73a.737.737 0 001.062 0 .785.785 0 000-1.09L2.702 5.5 6.78 1.316a.785.785 0 000-1.09.737.737 0 00-1.062 0L1.11 4.956a.78.78 0 000 1.088z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat !important;
    margin-left: 8%;
    opacity: 0.7;
    transition: .4s;
}
.fslightbox-slide-btn-container-previous:hover{
    opacity: 1;
}
.fslightbox-slide-btn-container-next{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' id='ui_arrow_right'%3E%3Cpath style='fill:%23fff;' fill-rule='evenodd' d='M5.89 4.955L1.283.225a.737.737 0 00-1.062 0 .785.785 0 000 1.09L4.298 5.5.22 9.684a.785.785 0 000 1.09c.294.3.77.3 1.062 0l4.609-4.73a.776.776 0 000-1.088v-.001z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat !important;
    margin-right: 8%;
    opacity: 0.7;
    transition: .4s;
}
.fslightbox-slide-btn-container-next:hover{
    opacity: 1;
}
.fslightbox-source{
    max-width: 900px;
    object-fit: contain;
}
.slb_loading{
    display: none !important;
}

/* #slb_viewer_wrap .slb_theme_slb_baseline .slb_loading {
    background: url(/wp-content/themes/uni/img/377.gif) center center no-repeat !important;
} */
#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay,.fslightbox-container {
    background: rgba(0,0,0,.75)!important;
    opacity: 1 !important;
}


/* .fslightbox-caption {
    position: fixed !important;
    bottom: 0;
    left: 50%;
    background: none !important;
    transform: translateX(-50%);
    transition: opacity .2s;
}
.fslightbox-source-wrappers-container div{
height: fit-content;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
} */

.gallery-icon{
    height: 100%;
}

#fancybox-content{
    border-width: 0 !important;
    background: transparent !important;
}
#fancybox-close{
        height: 24px !important;
        width: 24px;
        cursor: pointer;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' id='ui_close'%3E%3Cpath fill-rule='evenodd' style='fill: %23fff;' d='M9.096 0L5 4.097.903 0 0 .904 4.096 5 0 9.097.903 10 5 5.904 9.096 10 10 9.097 5.903 5 10 .904z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        margin: 36px 4% 0 0;
        opacity: 0.7;
        transition: .4s;
}
/* #fancybox-wrap, #fancybox-content{
    max-height: 90% !important;
} */
.content .content_imgs{
    margin-bottom: 20px;
}
.gallery-columns-3 .gallery-item:nth-child(3){
    width: 100% !important
}
.gallery-columns-4 .gallery-item:nth-child(3), .gallery-columns-4 .gallery-item:nth-child(4){
    width: calc(50% - 5px) !important;
}
@media screen and (max-width: 480px){
    #slb_viewer_wrap .slb_theme_slb_baseline .slb_container .slb_content img {
        height: auto;
        position: fixed;
        top: 50%;
        bottom: 50%;
        margin: auto;
    }
    #fancybox-close{
        right: 4% !important;
    }
    /* #fancybox-wrap, #fancybox-content{
        max-height: 100% !important;
    } */
}

@media (max-width: 900px) {
    .content_imgs a.chld-1,.content_imgs a.chld-2,.content_imgs a.chld-3,.content_imgs a.chld-4,.content_imgs a.chld-5{
        width: 100% !important;
        height: 280px !important;
    }
    .content_imgs .gallery-item:nth-child(1), .content_imgs .gallery-item:nth-child(2), .content_imgs .gallery-item:nth-child(3), .content_imgs .gallery-item:nth-child(4), .content_imgs .gallery-item:nth-child(5) {
        width: 100% !important;
        height: 280px !important;
    }
    .content_imgs .gallery-item {
        margin: 3.5px !important;
    }
    .updown{
        display: none !important;
    }
    .share img {
        width: 115px;
        height: 40px;
    }
    .home_sidebar{
        display: none;
    }
    .container{
        padding: 0 15px;
    }
    .home_first__about {
        width: 100%;
    }
    .home_first {
        margin-top: 50px;
    }
    .home_first__about>img {
        width: 120px;
        height: 120px;
    }
    .home_first__about--text h1 {
        font-size: 24px;
    }
    .home_first__about--text p {
        font-size: 16px;
    }
    .home_first__about--text li {
        width: 29px;
        height: 29px;
        padding: 6px;
    }
    .home_first__about--text ul {
        margin-top: 15px;
    }
    .two_sides {
        margin-top: 60px;
    }
    .two_sides--item {
        width: 100%;
        margin: 0;
        padding-bottom: 40px;
    }
    .two_sides--wrapper {
        flex-wrap: wrap;
        margin: 0 !important;
        width: 100%;
    }
    .two_sides--item h2 {
        font-size: 18px;
        justify-content: center;
    }
    .two_sides--item h2 img {
        margin-right: 10px;
    }
    .two_sides--item>img {
        margin-bottom: 15px;
        width: 100%;
        max-height: 222px;
        object-fit: contain;
    }
    .new_public {
        margin-top: 60px;
    }
    .new_public h2, .about h2 {
        font-size: 30px;
    }
    .new_public--item {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
    .new_public--wrapper {
        margin: 0;
    }
    .new_public--item h3 {
        font-size: 16px;
        margin: 20px 0 15px;
    }
    .new_public--item p {
        font-size: 14px;
    }
    .new_public--item time {
        font-size: 14px;
    }
    .about {
        margin-top: 10px;
    }
    .about__wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .about__item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    footer {
        margin-top: 10px;
        padding: 30px 0;
    }
    footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    footer .col {
        align-items: center !important;
        justify-content: center !important;
        width: 65%;
    }
    .copyright{
        text-align: center;
    }
    footer .col:nth-child(2){
        margin: 35px 0;
    }
    footer .col:nth-child(3) p {
        margin-bottom: 5px;
    }
    .page-template-tpl-blog .new_public, 
    .page-template-tpl-interview .new_public  {
        margin-top: 30px;
    }
    .page-template-tpl-blog .new_public h2,
    .page-template-tpl-interview .new_public h2 {
        margin-bottom: 25px;
    }
    .page-template-tpl-interview .new_public--item, .page-template-tpl-blog .new_public--item {
        margin: 0 0 50px;
    }
    .pagination {
        padding: 0;
    }
    .pagination li {
        font-size: 24px;
    }
    .pagination li:not(:last-child) {
        margin-right: 10px;
    }
    .single_post {
        margin-top: 30px;
    }
    .single_post h1 {
        font-size: 18px;
    }
    .single_post--about {
        padding-left: 15px;
        border-left: 3px solid #ffd200;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .content {
        width: 100%;
        margin-right: 0;
    }
    .content p:not(:last-child) {
        margin-bottom: 25px;
    }
    .content p {
        font-size: 16px;
    }
    .citata {
        padding-left: 20px;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .post_info time {
        font-size: 16px;
    }
    .post_info p {
        font-size: 16px;
    }
    .post_info {
        width: 100%;
        padding-right: 0;
    }
    .share {
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .two_sides--item:after{
        display: none;
    }
    .share a {
        margin-left: 10px;
    }

}