@charset "UTF-8";

/*
 Theme Name:     Polite Blog Child
 Theme URI:      https://www.templatesell.com/item/polite-blog/
 Description:    Polite Blog Child customized
 Author:         templatesell + Mohl Design
 Author URI:     https://mohl.design
 Template:       polite
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
 
/* span.min-read::after {
 content: "čitanja";
} */

html { font-size: 100%!important; }
body,
.canvi-content {
	background: #f1f1f1!important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	font-family: Montserrat, Helvetica, Arial, sans-serif !important;
	}
h1.site-title a {
	font-size: 30px;
	font-weight: 600 !important;
	text-transform: none !important;
	color: white !important;
	}
h1.site-title a:hover { color: red !important; }
h2 {
	font-weight: 600 !important;
	font-size: 24px;
    line-height: 1.3;
}
span.cat-links a, a.s-cat {  color: #F9A519 !important; }
a, a.s-cat { font-weight: 400 !important; }
h2 a,
a.s-cat { text-decoration: none !important; }
h2 a:hover,
a.s-cat:hover { text-decoration: underline !important; }
.wp-block-image { text-align: center; }
.post-title, .post-title a {
	font-family: Montserrat, sans-serif;
	font-weight: 600 !important;
    /* text-transform: lowercase; */
}
/* .post-title::first-letter { text-transform: uppercase; } */
h1.post-title {
    margin: 10px 0 15px 0;
    font-size: 32px;
    line-height: 1.3;
    color: #000000;
}
h2.post-title {
    margin: 10px 0 15px 0;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
}
blockquote {
    font-size: 16px !important;
    font-weight: 600;
    font-style: italic;
    color: #F9A519;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #F9A519 !important;
}
cite {
    font-size: 16px !important;
    color: #F9A519;
}
.header-1 .main-menu {
    margin: 0 auto !important;
    text-align: left !important;
}
/* .search-wrapper { padding-left: 0 !important; } */
.main-menu ul li a {
    height: auto;
    text-align: center;
    padding: 0 !important;
    margin: 0 20px !important;
}
.main-menu ul li a:first-of-type { margin-left: 0 !important; }
.main-menu ul li a, .s_click { color: white !important; }
.main-menu ul li:hover > a {
    border-bottom: 4px solid red;
    margin-bottom: -8px !important;
}
.main-header,
.head_one { border: none !important; }
.top-bar-area { display: none; }
.slide-wrap .more-btn { display: none; }
.author { text-transform: lowercase; }

.post-navigation .nav-next a::before {
    content: "Sljedeći post";
}
.post-navigation .nav-previous a::before {
    content: "Prethodni post";
}

.main-header .logo h1{
	text-transform: uppercase;
}
.posts-container{
	padding-top: 30px;
    margin-bottom: 50px;
}

.slide-wrap{
	background: #ffffff;
}
.post-wrap{
	margin-bottom: 30px;
	box-shadow: 0 1px 5px rgba(0, 0, 1, 0.05);
}
.left-image{
	padding:0;
}
.left-image .post-media{
	padding:0;
	vertical-align: top;
}
.left-image .post-content{
	padding:30px;
}

.sidebar-3 .widget {
    margin: 0 0 30px 0;
    background: #fff;
    border:none;
}

.sidebar-3 .widget-title {
    position: relative;
    padding: 0;
    border-bottom: none;
    text-align: left;
    color: #F9A519 !important;
}
.sidebar-3 .widget-title:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #111;
    top: 8px;
    content: "";
    margin-left: 10px;
    left: auto;
    background-color: #F9A519 !important;
}
.post-wrap.left-image.has-content{
    display: inline-grid;
}
.post-wrap.left-image.has-content .post-media{
    max-width: 100%;
    display: block;
}
.comment-form{
    padding: 15px;
}
/* footer {
    background: #fff;
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    display: inline-block;
} */
.show-more {
    visibility: hidden;
}
.show-more::after {
    content:'Prikaži više';
    visibility: visible;
    position: relative;
    font-weight: 500;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0;
    max-width: 100%;
    letter-spacing: .05em;
    padding: 1rem 4rem;
    background: #F9A519;
    color: #fff;
    margin: auto;
}

/*For browser/screen widths less than 768px*/
@media screen and (max-width: 991px) {
    .menu-area > .container { margin: 0 !important; padding: 0 !important; }
    .menu-area > .container button { margin-left: 15px; }
    .menu-area > .container .search-wrapper { margin-right: 15px !important; }
    .main-menu ul li {
        width: 100%;
        background-color: #F9A519;
        padding: 1.25em !important;
        margin: 1px 0 !important;
    }
    .main-menu ul li:hover > a {
        border-bottom: 0;
        margin-bottom: 0 !important;
    }
    .main-menu ul li.current-menu-item > a,
    .main-menu ul li:hover > a {
        /* color: #d42929; */
        background-color: transparent !important;
    }
    .main-menu > ul { padding: 0 !important; }
    .main-menu ul li:hover { background-color: red; }
}