/*
Theme Name: NV
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
div#breadcrumbs {
    background: #00afef;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}
.page-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
}
h1.page-title.is-large.uppercase {
    font-size: 1.5em;
}.blog-wrapper.blog-archive.page-wrapper .large-12.text-center.col {
    padding-bottom: 6px;
}

div#breadcrumbs a {
    color: #fff;
}
div#breadcrumbs p {
    margin: 0;
    padding: 4px 0px;
}
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
    border-radius: 5px!important;
}
.entry-content {
    padding-top: 0;
    padding-bottom: 1.5em;
}
.entry-content figure,.entry-content img {
    width: 100%!important;
    padding: 0;
}
.absolute-footer {
    color: rgba(0,0,0,.5);
    padding: 0;
    font-size: .9em;
}
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}