/*
	Theme Name: UMAS 2017
	Theme URI: http://umas.unist.hr
	Author: Vidos Dizajn
	Author URI: http://vidos.com.com
	Description: Theme for UMAS.hr
	Version: 1.0
*/

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700&subset=latin-ext'); */

@import "css/styles.css";
@import "css/theme-fire.css";
@import "css/main.css";

#header.fixed.out {
    background-color: white;
    height: auto;
}

#header .logo {
    height: 22px;
    width: auto;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
    border: none !important;
}

.page-id-20151 #home a.btn-primary {
    display: none !important;
}


.featured-post{
    margin: 90px 0px;
    display: flex;
    width: 100%;
    align-items: center;
}


.featured-post__title{
    font-weight: 700;
}

@media(max-width: 680px){
    .featured-post{
        flex-direction: column;
        margin: 20px 0px 90px;
    }
}


.featured-post__image{
    padding-top: 35%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 50%;
    margin-left: 20px;
}

@media(max-width: 680px){
    .featured-post__image{
        padding-top: 55%;
        order: -1;
        margin: 0;
        margin-bottom: 20px;
        min-width: 100%;
        max-width: 100%;
    }
}

.masonry-sizer{
    display: none;
}



.featured-post__meta{
    margin-bottom: 10px;
    /* padding-left: 20px; */
    position: relative;
    display: block;
}
.featured-post__meta-text{
    opacity: 0.5;
    font-size: 12px;
}
/* .featured-post__meta:after{
    content: "";
    display: block;
    height: 30px;
    border-right: 3px solid #333;
    position: absolute;
    left: 0px;
    top: 10px;
} */

.featured-post__meta-date{
    font-weight: bold;
    /* display: block; */
    /* margin-top: -4px; */
}


.module.language.left{
    display: none;
}

.slider{
    position: relative;
    height: calc(100vh - 188px);

}

.slider > div > div{
    padding: 0 200px;
}
.admin-bar .slider{
    height: calc(100vh - 220px);
}

.slider__dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 80px;
    display: flex;
    align-items: center;
}

.slider__dot{
    background: #ddd;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 5px solid white;
    border-radius: 50%;
    left: 0;
}

.slider__dot--active{
    background: #434343;
}

.btn.btn-lg {
    padding: 20px 32px 18px;
    font-size: 12px;
}

.slider a:hover{
    opacity: 0.7;
}


.slide-previous,
.slide-next{
    width:30px;
    height:30px;
    position: absolute;
    top:50%;
    border: none;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    background: none;
    outline: none;
}

.slide-previous:hover,
.slide-next:hover{
    border-color: #e15757;
}

.slide-previous{
    left: 50px;
    transform: translateY(50%) rotate(-45deg);
}
.slide-next{
    right: 50px;
    transform: translateY(50%) rotate(135deg);

}

.btn.btn-lg {
    padding: 20px 32px 18px;
    font-size: 12px;
}

.pagination-new{
    padding-top: 20px;
    border-top: 1px #ddd solid;
}

.pagination-new li{
    list-style: none;
    display: inline-block;
    background:#a0a0a0;
    color: white;
    border-radius: 30px;
    position: relative;
}

.pagination-new li:hover{
    background: #cf474f;
}

.pagination-new li a{
    padding: 15px;
    display: block;
}

.pagination-new li i{
    transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
}