/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.08.2020., 09.35.24
    Author     : vladandzulovic
*/
footer .footer-2 .newsletter button{
	font-family: 'Roboto_Regular';
}

.landing-slider-wrapper{
margin-bottom: 40px;
}

.landing-slider-wrapper .landing-slider a{
    display: block;
    overflow: hidden;
    position: relative;
}

.landing-slider-wrapper .landing-slider img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover;
}
.landing-slider-wrapper .landing-slider a::before{
    display: block;
    content: '';
    padding-top: 42%;
}

.landing-slider-wrapper .landing-slider  .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.4) !important;
}

.landing-slider-wrapper .landing-slider  .owl-nav .owl-prev{
    left: 10px;
}
.landing-slider-wrapper .landing-slider  .owl-nav .owl-next{
    right: 10px;
}
.landing-slider-wrapper .landing-slider  .owl-nav [class*="owl-"] span{
    font-size: 30px;
    line-height: 40px;
    color:#fff !important;
}

.tags{
	padding: 30px 0;
}

.tags p{
	font-weight: bold !important;
	text-transform: uppercase;
}

.tags .tag-list a{
	display: inline-block;
	padding: 4px 10px;
	background:#e65f71;
	color:#fff !important;
	text-decoration:none;
	margin-bottom: 5px;
}

.single-news .single-news-content a{
	color:#e65f71;
}