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

/*************** ADD CUSTOM CSS HERE.   ***************/
.ft-contact p i
Specificity: (0,1,2)
 {
    color: #0d0c0c;
}
h2.title-h2 {
    font-size: 30px;
}
i.fas.fa-map-marker-alt, i.fas.fa-phone, i.fas.fa-envelope {
    margin-right: 8px;
}
label, legend {
    display: block;
    font-size: .9em;
    font-weight: 500;
    margin-bottom: .4em;
}
.ft-menu .widget {
    width: 50%;
    display: inline-block;
    float: left;
}
.ft-cty {
    line-height: 29px;
}
.sec-title {
    text-align: center;
    margin-bottom: 30px;
    display: block;
	font-size: 22px;
}
.is-divider {
    background-color: #000;
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}
.block-sidebar-news >.col >div.col-inner
 {
    border: 3px solid #176d9e;
    padding: 10px;
}
.re-main-related .title span {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #333;
}
.re-main-related {
    margin-bottom: 25px;
}
.re-main-related .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.re-main-related .title span:after {
    content: '';
    background: #0d0c0c;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    height: 2px;
    width: 100%;
    left: 0;
}
.list-post-related h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.list-post-related li {
    font-size: 13px;
    margin-bottom: 10px;
}
.list-post-related span i {
    margin-right: 5px;
}
.list-post-related {
    list-style: none;
    margin-top: 30px;
}
.list-post-related span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-right: 2px solid #ddd;
    padding-right: 10px;
    color: #555;
	margin-top: 1px;
}
.nav>li>a>i+span
 {
    text-transform: lowercase;
}
i.fa-brands.fa-square-whatsapp {
    margin-right: 8px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}