.widgets-latestBlog-widget {
	margin:0;
	padding:0 0 1.2em;
}
.widgets-latestBlog-widget a{
	text-decoration:none;
	font-weight:bold;
}
.widgets-latestBlog-widget a.see_all {
    float:right;
	margin:-0.2em 15px 0px 0px;
	font-size: 0.8em;
}
.widgets-latestBlog-widget .subject {
	margin:0;
	padding:0;
}
.widgets-latestBlog-widget .item-list{
padding: 0.5em 10px 0px;
}
.widgets-latestBlog-widget .item-list ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widgets-latestBlog-widget .item-list ul li,
#nodeContent .widgets-latestBlog-widget .item-list ul li {
	list-style:none!important;
	margin:0;
}
.widgets-latestBlog-widget .item-list ul li h3{
	margin:0;
	padding:0;
	font-size: 0.9em;
	text-transform:capitalize;
}
.widgets-latestBlog-widget .item-list ul li span.age{
	font-size: 0.75em;
	display: block;
	margin-top: -0.3em;
    font-style: italic;
}
.widgets-latestBlog-widget .item-list ul li p{
	margin:0;
	padding:0 0px 1em;
}
.widgets-latestBlog-widget .readmore{
	font-size:0.9em;
}
.widgets-latestBlog-widget .item-list ul li p.readp{
margin-top:-1em!important;
}

/*blog posts with images*/
.widgets-latestBlog-widget img {
    height: auto !important;
    display: block;
}
.widgets-latestBlog-widget .item-list ul li p {
    clear: both;
}
@media (max-width: 768px) {
    .widgets-latestBlog-widget img {
        width: 60% !important;
    }
}
@media (max-width: 600px) {
    .widgets-latestBlog-widget img {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .widgets-latestBlog-widget {
        padding: 0 0 1.2em .6em;
    }
}
.front .widgets-latestBlog-widget{
    overflow: hidden !important;
}


/*New blog-post widget design*/
.blogPost-slider .jcarousel-wrapper {
    width: 100%;
    left: -6px;
    position: relative;
}
.blogPost-main .blogPost-slider {
    margin: 0 auto;
}
.blogPost-main .blogPost-content {
    display: flex;
    flex-direction: column;
    margin: 0 .7em;
    float: left;
    width: 400px;
    background-color: #ffffff;
}
.blogPost-content .blogPost-image img {
    display: block;
    max-width: 100%!important;
    width: 100%;
    height: 18vw;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.blogPost-content .blogPost-image a {
    height: 100%;
    display: block;
}
.blogPost-slider > div {
    float: none;
}
.blogPost-main .blogPost-slider-main, 
.blogPost-main .blogPost-slider {
    max-height: none;
}
.blogPost-slider-controls {
    padding-bottom: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogPost-slider-controls .blogPost-prev,
.blogPost-slider-controls .blogPost-next,
.blogPost-slider-controls .blogPost-read-more,
.blogPost-slider-controls .mobile-blogPost-prev,
.blogPost-slider-controls .mobile-blogPost-next {
    color: #ffffff;
}
.blogPost-slider-controls .blogPost-read-more {
    border: 1px solid #ffffff;
    text-transform: uppercase;
    margin: 0 2em;
    padding: 1em 3em;
}
.blogPost-slider-controls .blogPost-prev:before, 
.blogPost-slider-controls .mobile-blogPost-prev:before,
.blogPost-slider-controls .blogPost-next:after, 
.blogPost-slider-controls .mobile-blogPost-next:after {
    font-family: FontAwesome;
    font-size: 2em;
    vertical-align: middle;
    position: relative;
    bottom: 0.1em;
    color: #ffffff;
}
.blogPost-slider-controls .blogPost-prev:before, 
.blogPost-slider-controls .mobile-blogPost-prev:before {
    content: "\f104";
    margin-right: 0.5em;
}
.blogPost-slider-controls .blogPost-next:after, 
.blogPost-slider-controls .mobile-blogPost-next:after {
    content: "\f105";
    margin-left: 0.5em;
}
div[id*="latestBlogPost-0-"].widget {
    position: relative;
    margin-bottom: 2em;
}
.blogPost-main:after {
    background: url(/modules/widgets/latestBlogPost/blog_main_image_dark.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    content: '';
    display: block;
    position: absolute;
    width: 122%;
    height: 100%;
    left: -11%;
    top: 0;
    z-index: -1;
}
body div.widget .blogPost-main h2.subject:after {
    display: none;
}
body div.widget div.blogPost-main h2.subject {
    color: #ffffff;
    font-size: 2.4em;
    margin-top: 2.5em;
    font-weight: normal;
    text-align: center;
}
.blogPost-main .blogPost-date,
.blogPost-main .blogPost-description,
.blogPost-main .blogPost-info .blogPost-read-more a,
.blogPost-main .blogPost-info .blogPost-comments a {
    color: #8d8d8d;
}
.blogPost-main .blogPost-date {
    font-size: 1.1em;
}
.blogPost-main .blogPost-info .blogPost-read-more,
.blogPost-main .blogPost-info .blogPost-comments {
    font-size: .9em;
}
.widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
    color: #3f3f3f;
    margin: 0.2em 0px .6em;
    font-size: 1.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 .1em !important; 
}
.blogPost-main .blogPost-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 18vw;
}
.blogPost-main .blogPost-image img {
    display: none;
}
.blogPost-main .blogPost-content-info {
    padding: 2em 0;
    height: 200px;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.blogPost-main .blogPost-info {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 1.5em;
    width: 100%;
}
.blogPost-main .blogPost-info .icon-bubble {
    background: url('/modules/widgets/latestBlogPost/blog_comment.png') no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 0.1em;
}
.widecontent .widgets-latestBlog-widget .blogPost-content-info .blogPost-description span.dots,
.widecontent .widgets-latestBlog-widget .blogPost-content-info .blogPost-title span.dots {
    display: inline-block;
}
.blogPost-main .blogPost-description {
    margin-bottom: 1.6em;
    font-size: 1.1em;
}
.blogPost-main .mobile-blogPost-arrow {
    display: none;
}
.blogPost-main .blogPost-prev.inactive, 
.blogPost-main .blogPost-next.inactive,
.blogPost-main .mobile-blogPost-prev.inactive, 
.blogPost-main .mobile-blogPost-next.inactive {
    opacity: .5;
    cursor: default;
}
.front div.widgets-latestBlog-widget {
    margin: 0 auto;
    width: 80%;
}
body .widget .blogPost-main h2.subject {
    margin-bottom: 2em;
}
.blogPost-slider-controls {
    margin-top: 3em;
}
.blogPost-main .jcarousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
/*Inner page blog widget*/
.inner .blogPost-main:after {
    left: 0;
    width: 100%;
}
.inner .widgets-latestBlog-widget {
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
}
.inner .contentarea .widget .blogPost-title h2 {
    text-align: left !important;
}
.inner .widgets-latestBlog-widget {
    width: 90%;
}
/*Blog post page*/
.inner .node.blog .content .main_blog_image {
    max-width: 100%;
}
@media (max-width: 1670px) {
    .inner .widgets-latestBlog-widget {
        width: 60%;
    }
}
@media (max-width: 1557px) {
    .inner .widgets-latestBlog-widget {
        width: 60%;
    }
}
@media (max-width: 1510px) {
    blogPost-main .blogPost-info {
        width: 67%;
    }
}
@media (max-width: 1470px) {
    .blogPost-main:after {
        left: -19%;
    }
}
@media (max-width: 1455px) {
    .blogPost-main .blogPost-content-info {
        height: 180px;
    }
}
@media (max-width: 1265px) {
    widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
        font-size: 1.8vw;
    }
}
@media (max-width: 1150px) {
    .blogPost-main .blogPost-slider {
        width: 98%;
    }
    .blogPost-main .blogPost-date {
        font-size: 1em;
    }
    .widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
        font-size: 2vw;
    }
    .blogPost-main .blogPost-image {
        height: 26vw;
    }
    .blogPost-main .blogPost-content-info {
        height: 190px;
    }
}
@media (max-width: 1100px) {
    .inner .blogPost-main .blogPost-content-info {
        height: 190px;
    }
}
@media (max-width: 1040px) {
    .front div.widgets-latestBlog-widget {
        width: 60%;
    }
}
@media (max-width: 1024px) {
    .blogPost-main .blogPost-content-info {
        height: 160px;
    }
}
@media (max-width: 1010px) {
    .blogPost-main .blogPost-content-info {
        height: 180px;
    }
}
@media (max-width: 1007px) {
    .inner .widgets-latestBlog-widget {
        width: 70%;
    }
    .widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
        font-size: 2.5vw;
    }
}
@media (max-width: 860px) {
    .inner .blogPost-main .blogPost-content-info {
        height: 180px;
    }
}
@media (max-width: 835px) {
    .blogPost-main .blogPost-content-info {
        height: 180px;
    }
}
@media (max-width: 800px) {
    .blogPost-main .blogPost-image {
        height: 32vw;
    }
}
@media (max-width: 768px) {
    .blogPost-main .blogPost-image {
        height: 34vw;
    }
    .front div.widgets-latestBlog-widget {
        width: 70%;
    }
    body.front div.widget div.blogPost-main h2.subject {
        margin-bottom: 1.5em;
    }
}
@media (max-width: 670px) {
    .widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
        font-size: 3vw;
    }
}
@media (max-width: 640px) {
    .inner .widgets-latestBlog-widget {
        width: 70%;
    }
}
@media (max-width: 600px) {
    .widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
        font-size: 3.5vw;
    }
    .blogPost-main .blogPost-image {
        height: 40vw;
    }
    .inner .widgets-latestBlog-widget {
        width: 70%;
    }
}
@media (max-width: 540px) {
    .front .blogPost-main .blogPost-content-info {
        height: 190px;
    }
}
@media (max-width: 480px) {
    .front div.widgets-latestBlog-widget {
        width: 80%;
    }
    .widgets-latestBlog-widget {
        padding: 0;
    }
    .blogPost-slider-controls {
        flex-wrap: wrap;
    }
    .blogPost-main .mobile-blogPost-arrow {
        display: flex;
        justify-content: center;
        margin-bottom: 1em;
        color: #ffffff;
    }
    .blogPost-main .blogPost-prev,
    .blogPost-main .blogPost-next {
        display: none!important;
    }
    .blogPost-main .blogPost-slider-controls .blogPost-read-more {
        padding: 1em 4em;
    }
    .blogPost-main .mobile-blogPost-prev {
        margin-right: 2.5em;
    }
    .blogPost-main .blogPost-content-info {
        height: 170px;
    }
    .blogPost-main .blogPost-content-info {
        width: 80%;
    }
    .blogPost-main .blogPost-image {
        height: 50vw;
    }
    .inner .widgets-latestBlog-widget {
        width: 80%;
    }
    .inner .node.blog .content .main_blog_image {
        max-width: 100%;
    }
}
@media (max-width: 414px) {
    .widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
        font-size: 4.2vw;
    }
    .inner .widgets-latestBlog-widget,
    .front div.widgets-latestBlog-widget {
        width: 90%;
    }
    body .widget .blogPost-main h2.subject {
        margin-bottom: 1.5em;
    }
    .blogPost-slider-controls {
        margin-top: 2em;
    }
}
@media (max-width: 375px) {
    .blogPost-main .blogPost-content-info {
        height: 165px;
    }
    body div.widget div.blogPost-main h2.subject {
        font-size: 10vw;
    }
}
@media (max-width: 360px) {
    .widget .blogPost-main .widgets-latestBlog-widget .blogPost-title h2 {
        font-size: 1.4em;
    }
    .blogPost-main .blogPost-content-info {
        height: 190px;
    }
    .blogPost-main .blogPost-slider-controls .blogPost-read-more {
        padding: 1em 3em;
    }
    .inner .widgets-latestBlog-widget {
        width: 90%;
    }
}
@media (max-width: 320px) {
    .inner .blogPost-main .blogPost-content-info {
        height: 190px;
    }
    .blogPost-main .blogPost-content-info {
        height: 190px;
    }
}
/*When there is only one or two blog-post*/
.blogPost-main.fewList .jcarousel > ul {
    left: 0!important;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
.inner .blogPost-main.fewList .jcarousel > ul,
.innerpage .blogPost-main.fewList .jcarousel > ul {
    width: 100%;
    margin: 0 auto;
}
body .blogPost-main.fewList .blogPost-slider .jcarousel-wrapper {
    left: 0;
}
@media (max-width: 1670px) {
    .inner .blogPost-main.fewList .jcarousel > ul {
        flex-wrap: wrap;
    }
    .inner .blogPost-main.fewList .blogPost-content {
        margin-bottom: 2em;
    }
    .inner .blogPost-main.fewList .blogPost-description {
        margin-bottom: 2.8em;
    }
    .inner .blogPost-main.fewList .blogPost-prev, 
    .inner .blogPost-main.fewList .blogPost-next, 
    .inner .blogPost-main.fewList .mobile-blogPost-prev, 
    .inner .blogPost-main.fewList .mobile-blogPost-next {
        display: none !important;
    }
    .inner .fewList .widgets-latestBlog-widget {
        padding-bottom: 0;
    }
    .inner .blogPost-main.fewList .blogPost-content-info {
        height: auto;
    }
}
@media (max-width: 1050px) {
    .front .fewList .jcarousel > ul {
        flex-wrap:wrap;
    }
    .front .blogPost-main.fewList .blogPost-content {
        margin-bottom: 2em;
    }
    .front .blogPost-main.fewList .blogPost-prev, 
    .front .blogPost-main.fewList .blogPost-next, 
    .front .blogPost-main.fewList .mobile-blogPost-prev, 
    .front .blogPost-main.fewList .mobile-blogPost-next {
        display: none !important;
    }
    .front .blogPost-main.fewList .blogPost-content-info,
    .inner .blogPost-main.fewList .blogPost-content-info {
        height: auto;
    }
    .front .blogPost-main.fewList .blogPost-description {
        margin-bottom: 2.8em;
    }
    .blogPost-main.fewList .blogPost-slider {
        width: 100%;
    }
    .front .fewList .widgets-latestBlog-widget {
        padding-bottom: 0;
    }
}
#file_preview .Main-Image {
    margin-bottom: 0.5em;
}
#file_preview .delete {
    display: inline-block;
    margin-bottom: 1em;
    min-width: 100px;
    height: 30px;
    line-height: 28px;
    margin-top: 0px;
    width: auto;
    padding: 0px 15px;
    background: #4fb948;
    color: #fff;
    font-weight: 700;
    border: 0px;
    border-radius: 2px;
    font-size: 16px;
}
#file_preview .delete:hover {
    background: #3f943a;
}
div#file_preview img {
    max-width: 200px;
}

/*Fix for long url in blog description*/
.blogPost-main .blogPost-description {
    overflow: hidden;
    text-overflow: ellipsis;
}
body .blog .content {
    word-break: break-word;
}