/*
 * Plugin Name: WP Obituaries
 * Plugin URI: https://cybervision.ba/
 * Author URI: http://cybervision.ba/
 * Description: This plug-in is ideal for small and large news portals who want to allow users to publish obituaries and memories to loved ones who have passed away.
 * Author: Adel Eskić
 * Version: 1.0
 */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h6, .h6 {
    font-size: 12px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #eee;
	}
p {
    margin: 0 0 10px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
img {
    vertical-align: middle;
}
.obituary {
    border: 1px solid #D6D6D6;
    padding: 15px;
    margin: 5px 5px;
	}
.obituary.linked:hover {
	background-color: #F2F2F2;
}
.obituary .obituary-img-box {
    margin: 15px auto;
    width: 150px;
    height: 200px;
}

.obituary .obituary-img-box img {
    border: 4px solid #D6D6D6;
    max-height: 200px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.text-center {
    text-align: center !important;
}
.row {

}
.row::after {
    clear: both;
}
.row::before, .row::after {
    display: table;
    content: " ";
}
.obituary .obituary-footer .social {
    
}
.text-right {
    text-align: right !important;
}

.obituary .obituary-footer {
    line-height: 30px;
    vertical-align: baseline;
	padding-right: 15px;
padding-left: 15px;
}
.main-heading h4{
	font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
	font-size: 1em;
	text-transform: uppercase;
	color: #444444;
}


body { font-family: sans-serif; }

/* ---- Page nav ---- */

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}
/* ---- Widget ---- */
.tabovi {

list-style-type: none;
}
.tabovi li {
border-bottom: 1px solid #DCDCDC;
	position:relative;
	margin-bottom: 5px;
	height: 28px;
}
.tabovi li a{
color: #484848;
font-size:12px;
font-weight:400;
font-style: normal !important;
list-style-type: none;
}
.tabovi ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	top:0;
	width: 100%;
}
.tabovi li a:hover {
	color:#739776;
	text-decoration: none;
}


mark.sivi {
    font-weight: 600;
    color: #A9A9A9;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-right: 10px;
    margin-top: 1px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    background: transparent linear-gradient(to bottom, #D9D9D9 0%, #F4F4F4 5%) repeat scroll 0% 0%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.row2 {
    margin-right: 15px;
    margin-left: 15px;
}