section.latest-feed {
    background: white;
}

section.latest-feed .container {
    background: white;
}

aside {
    float: left;
    width: 100%;
}

aside h3 {
    background: black;
    color: white;
    padding: 7px 12px;
    line-height: 18px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

aside .rev_slider_wrapper {
    margin-top: 30px;
    float: left;
}

h4.main-title {
    background: black;
    color: white;
    padding: 7px 12px;
    float: left;
    width: 100%;
}

.single-post {
    float: left;
    width: 100%;
    margin: 15px 0;
    border: solid 1px #ccc;
    transition: 0.5s;
}

.single-post:active, .single-post:hover {
    border: solid 1px black;
    transition: 0.5s;
}

.single-post-content, .single-post-content p {
    float: left;
    width: 100%;
    font-weight: 300;
}

.single-post-content {
    padding: 0 0 15px;
}

.wp-caption-text {
    font-size: 12px;
}

.quick-view {
    float: left;
    width: 100%;
}


.cat-pst .quick-view{
    padding: 15px 20px 15px 0;
}

.cat-pst img {
   /* min-height: 360px;*/
}

.quick-view.left {
    padding: 20px 0 20px 30px;
}

.quick-view.right {
    padding: 20px 20px 20px 0;
}

.single-post .excerpt {
    font-size: 17.5px;
    float: left;
    width: 100%;
    color: #777;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.single-post-content p img {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.single-post-content ul {
    margin: 0 0 15px 15px;
}

.single-post h3 {
    color: #000;
    line-height: 29px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.single-post a:hover,.single-post a:active{
    text-decoration: none;
}

.single-full .page_banner_text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: none;  /*original setting - flex, now set to none to hide title*/
    position: relative;
    left: auto;
    right: auto;
    top: 0;
}

.single-full .banner_image_size {
    display: flex;
    align-items: center;
    justify-content: center;
}

.excerpt p {
    margin: 0;
}

h2.single-title {
    border-bottom: 1px solid;
    margin: 15px 0;
    padding: 15px 0;
    text-transform: uppercase;
}

.btn {
    background: #1a2d6b;
    color: white;
    transition: 0.5s;
}

.btn:hover {
    transition: 0.5s;
    background: #FF0000;
    color: white;
}

.details {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.single-post-content .details {
    margin: 15px 0;
}

.single-post-content .details ul {
    margin: 0;
}

.details .cat ul.post-categories {
    list-style: none;
}

.details .cat ul.post-categories li {
    float: left;
    width: auto;
}

.details .cat ul.post-categories li a {
    background: #182A5D;
    color: white;
    float: left;
    width: auto;
    margin-right: 5px;
    padding: 5px;
    font-size: 10px;
}

.author-name {
    float: left;
    font-size: 11px;
    width: auto;
    margin-top: 3px;
    font-weight: bold;
}

.post-date {
    float: left;
    width: auto;
    color: #aaa;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 3px;
}

.comments {
    float: right;
    width: auto;
    background: black;
    color: white;
    padding: 1px 5px;
    font-weight: bold;
    font-size: 9px;
    display: none;
}

.related, .social-share {
    display: none;
    float: left;
    width: 100%;
    border: solid 1px #ccc;
    padding: 15px;
    margin: 15px 0;
}

.comments:after {
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 4px solid red;
}

.insta {
    float: left;
    width: 100%;
}

.insta a {
    color: #c00;
}

.insta h3 {
    text-align: center;
}

.navigation {
    float: right;
    width: auto;
    margin: 30px 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}

.navigation li {
    display: inline;
    transition: 0.5s;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: white;
    border-radius: 0;
    cursor: pointer;
    padding: 12px;
    border: 1px solid #ccc;
    color: #c00;
    transition: 0.5s;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #c00;
    color: white;
    border: 1px solid #c00;
    transition: 0.5s;
}

/*img hover*/
figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;

    min-height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-post .hover figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.single-post:hover .hover figure img {
    margin-left: 0;
}

ul#menu-blog-menu {
    float: right;
}

ul#menu-blog-menu li a {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
}

ul#menu-blog-menu li {
    background: transparent;
    border-bottom: 2px solid transparent;
}

ul#menu-blog-menu li:hover {
    background: transparent;
    border-bottom: 2px solid black;
    transition: 0.5s;
}

ul#menu-blog-menu li.mm-selected {
    border-bottom: 2px solid black;
}

.jump-post {
    float: left;
    width: 100%;
}

p.previ {
    float: left;
    width: 50%;
    text-align: left;
}

p.nexi {
    float: left;
    width: 50%;
    text-align: right;
}

.jump-post span {
    float: left;
    width: 100%;
    color: #c1c1c1;
    font-size: 12px;
}

.tp-caption {

}

footer {
    background: #000;
    padding: 15px 50px;
    min-height: 60px;
    position: relative;
    float: left;
    width: 103%;
    overflow: hidden;
}

.listing h3 {
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    width: 90%;
}