.list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

.owl-carousel-v3 .item {
    margin: 0 10px;
}

.wrapper {
    background: #f7f7f7;
}

.padding-top-5 {
    padding-top: 5px;
}

.blog-author img {
    float: left;
    width: 120px;
    height: auto;
    margin-right: 15px;
}

.news-v3 .post-shares li {
    position: relative;
    padding: 0 0px 0 0px;
    display: inline-block;
}

.news-v3 .news-v3-in {
    padding: 10px 11px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

.content-sm {
    padding-top: 18px;
    padding-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #191919;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Calibre","Helvetica Neue",Helvetica,sans-serif;
    line-height: 1.5;
}

.header .navbar-nav > li > a {
    font-weight: 700;
}


/* added for modal */
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal {
    top: 100px;
}