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

/*************** ADD CUSTOM CSS HERE.   ***************/
.bgt {
    background: url(images/bgt.png);
    width: 100px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 100px 5px;
}.dark, .dark p, .dark td {
    color: #ffffff;
}
.nav-dropdown-default {
    padding: 20px;
    margin-top: 10px;
}
header.archive-page-header .col {
    padding-bottom: 5px;
}
.absolute-footer, html {
    background-color: #ffffff;
}
.nav-dropdown>li.nav-dropdown-col, .nav-dropdown>li.image-column {
    width: 20%;
}
li.current-dropdown>.nav-dropdown-full, li.has-dropdown:hover>.nav-dropdown-full {
    margin-top: 5px;
}
#breadcrumbs {
    background: #2323237d;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}
div#breadcrumbs p {
    margin: 0;
    padding: 4px 0px;
}
div#breadcrumbs a {
    color: #fff;
}
.page-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
}
.entry-content {
    padding-top: 0;
    padding-bottom: 1.5em;
}
.fthome p {
    margin-bottom: 7px;
}
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.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;
}
.entry-content p {
    text-align: justify!important;
    padding-top: 0;
    padding-bottom: 1.5em;
}
.entry-content {
    text-align: justify!important;
}
.entry-content img {
    width: 100%!important;
}