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

/*************** ADD CUSTOM CSS HERE.   ***************/

.nav-dropdown {
    position: absolute;
    min-width: 300px;
    max-height: 0;
    z-index: 9;
    padding: 20px 10px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}
.entry-content p {
	text-align: justify;
}
.entry-content img {    
    display: block;
    margin: 0 auto;
}
.entry-content th, td {
    padding: 10px !important;
    text-align: justify;
    border-bottom: 1px solid #ececec;
    line-height: 1.6 !important;
    font-size: 1em !important;
    color: #191919 !important;
}
.entry-content {
    padding-top: 0;
    padding-bottom: 1.5em;
}
.badge.post-date {
    top: 7%;
    display: none;
}
#content {
    text-align: justify;
}
.box-text {
    padding-top: 10px !important;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
    vertical-align: top !important;
    text-align: justify;
}
#comments {
    display: none;
}
/*css bai viet lien quan */
.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;
}
.relatedcat span {
    padding: 15px 0;
    font-weight: 700;
    line-height: 30px;
}
/*End css bai viet lien quan */
.widget_polylang {
    margin: 0;
    font-weight: 700;
}
.widget_polylang>ul>li+li {
    border-top: 0px solid #ececec;
}
.widget_polylang ul li {
    float: right;
    padding: 0 15px 0 0;
}
.footer-2 {
    background-color: #183b63;
    display: none !important;
}
.absolute-footer {
    color: rgba(0,0,0,0.5);
    padding: 10px 0 15px;
    font-size: .9em;
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
