.blog h2 {
    font-size: 1.7em;
    line-height: 1;
}

#sp-top-bar {
    /* background-color: #f2f2f2; */
    /* color: #999999; */
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 58%, rgba(242,242,242,1) 100%);
    padding: 0;
}

#sp-top1 {
    text-align: right;
}
#sp-top3 {
	font-size: 11pt;
}
#sp-main-body {

	background: #dbdbdb;
	background: linear-gradient(180deg, rgba(219, 219, 219, 1) 0%, rgba(242, 242, 242, 1) 16%, rgba(255, 255, 255, 1) 100%);
}

#sp-header {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
#sp-right {
	background-color: white;
	padding: 10px;
}

.entry-header h2 a {
	color: #dc0000;
	border-bottom: 2px solid #5e8e36;
	padding-bottom: 10px;
	display: block;
}
.sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	background: #f2f2f2;
	padding: 10px;
	border-bottom: solid 2px #5e8e36;
	text-align: center;
}

h3.sp-module-title {
    font-size: 21px !important;
    font-weight: 500;
}

.sp-module-title span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #bb1919;
}

.logo img {
    display: block;
    max-width: 190px;
    height: auto;
    bottom: -20px;
    position: absolute;
}

/* DESKTOP animacija */

#sp-header.menu-fixed-out .logo img.d-none.d-lg-block {
    height: 190px;
    transition: 0.3s;
    bottom: -20px;
}

#sp-header.menu-fixed .logo img.d-none.d-lg-block {
    height: 80px;
    transition: 0.3s;
    bottom: 5px;
}

/* MOBILNI logo bez animacije */

@media (max-width: 991px) {

    #sp-header {
        height: 80px;
    }

    #sp-logo,
    .logo {
        display: flex;
        align-items: center;
        height: 80px;
    }

    /* sakrij desktop logo */
    .logo img.d-none.d-lg-block {
        display: none !important;
    }

    /* prikazi samo mobilni logo */
    .logo img.d-block.d-lg-none,
    #sp-header.menu-fixed .logo img.d-block.d-lg-none,
    #sp-header.menu-fixed-out .logo img.d-block.d-lg-none {
        display: block !important;
        position: relative !important;
        width: auto !important;
        max-width: 180px !important;
        height: 60px !important;
        object-fit: contain !important;
        bottom: 0 !important;
        transition: none !important;
        margin: 0 !important;
    }
}

/* kraj mobilnog */

.sp-page-title {
    padding: 5px 0;
	background: #dc0000;
    border-bottom: 5px solid #f7ba00;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    font-size: inherit;
    letter-spacing: inherit;
    color: #555;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    padding: 5px 10px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 10px;
	line-height: 90px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	font-weight: 600;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #dc0000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #dc0000;
}
/*linija hover meni */
.sp-megamenu-parent > li > a:before {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1.5px;
	bottom: 30px;
	left: 0;
	background-color: #dc0000;
	transform-origin: bottom right;
	transition: transform 0.40s ease-out;
}
.sp-megamenu-parent > li > a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*linija aktivni meni */

.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li.current-item > a:before  {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.sp-megamenu-parent > li.sp-has-child > a:after {
    display: none !important;
}
.img-rounded {
    width: 360px;
    height: 200px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

.img-rounded img {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.blog-custom-height .entry-header {
    height: 40px;
    display: inline-block;
}

#sp-top-bar .sp-module {
    margin: 0 !important;
}

.logo-title {
    font-size: 3em;
    margin: 20px auto;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #555;
}

.mfp_date {
    color: #000 !important;
    font-weight: 500;
}

.entry-header {
    font-size: 0.8em;
}

.spisakklubova .sprocket-lists-portrait-item {
    display: none;
}

h4.sprocket-lists-portrait-title {
    margin: 0;
}

.kontejner {
    width: 100%;
    margin-bottom: 10px;
}

.btn-primary a {
    color: white;
}

.btn-primary a:hover {
    color: yellow;
}

.btn-primary a:active {
    color: white;
}

.sprocket-lists-portrait-container li {
    padding: 5px 0 !important;
}

/* rezultati */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    border-top: 0;
}

.rezultatilevo h1 {
    display: none;
}

.rezultatilevo li.active {
    display: none;
}

#sp-header.menu-fixed {
    z-index: 10000 !important;
}

.ajax-search input {
    height: 32px;
}

.mfp_default_skin_card {
    margin-top: -25px;
}
#sp-footer {
    border-top: 5px solid #f7ba00;
}
/* Full article image full width fix */
/* Slika članka da bude preko cijele širine i da tekst ide ispod */
.item-page .entry-image,
.item-page .full-image,
.item-page .pull-left.entry-image,
.item-page .pull-right.entry-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 25px 0 !important;
    display: block !important;
}

.item-page .entry-image img,
.item-page .full-image img,
.item-page .pull-left.entry-image img,
.item-page .pull-right.entry-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}
/* Intro image full width fix */

.blog .intro-image,
.blog .pull-left.intro-image,
.blog .pull-right.intro-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
}

.blog .intro-image img,
.blog .pull-left.intro-image img,
.blog .pull-right.intro-image img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    display: block !important;
}
/* 	By default Helix 3 mega menu is adjust to off-canva in a screen resolution below 480px. 
If you want to have off-canvas menu for a bigger screen resolution just add below CSS code to your custom css file.*/

@media (max-width: 1250px){
.sp-megamenu-parent {
    display: none !important;
  }
#offcanvas-toggler {
    display: inline-block !important;
  }
}