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

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


.chitiet {
	background-color: #161616;
	padding: 20px;
	border-radius:10px
}
.saboxplugin-wrap{
	border-radius:15px;
	background-color:#00000026;
	margin-bottom:20px !important
}
.widget .badge{
	width:80px;
}
.recent-blog-posts a{
	font-size: 14px;
}
.breadc{
    background-color: #00282499;
    padding: 13px;
    font-size: 14px;
}
.breadc a{
    color: #fff;
}
.breadc p{
	margin-bottom: 0px;
    color: #fff;
}
.home .breadc{
	display: none;
}
/*
header #masthead{
	border-bottom: 1px solid #f1f1f1;
}

#main{
	background-image:linear-gradient(-90deg, rgb(145 208 217 / 59%), rgb(255 255 255 / 0%));
}
*/
.is-large {
    font-size: 1.3em;
}
.header-block{
	min-height: 0px;
}

.wpcf7-spinner{
	display: none;
}
blockquote {
color:#F7862D;
}

.post-meta {
    font-size: 12px !important;
}
.post-meta .item-post-mt {
    padding-left: 10px;
    display: inline-block;
    text-transform: capitalize;
}
.post-meta .item-post-mt i {
    margin-right: 3px;
}
.post-meta .item-post-mt:first-child {
    padding-left: 0px;
}


/* Custom CSS */

.related-posts {
  padding:10px;
  border:1px solid;
  background-color:#000f11;
  border-radius:10px;
}

.head-rp {
  font-weight:700;
  font-size:20px;
  font-family:oswald;
  padding-bottom:10px;
  text-transform:uppercase;
}

.li-rp {
  margin-left:20px;
}

.introduction {
  overflow-y:scroll;
  height:750px;
}

.flatsome_recent_posts {
  background-color:#001d1e;
  padding:15px;
  border-radius:10px;
}

.flatsome_recent_posts a {
  font-size:15px;
  line-height:1.4em;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  display:-webkit-box;
  -webkit-box-orient:vertical;
}

.recent-blog-posts {
  padding:5px 0 0 0;
}

.flatsome_recent_posts .is-divider {
  display:none;
}

.flatsome_recent_posts .widget-title {
  background:#065d60;
  display:block;
  margin:-15px -15px 15px -15px;
  border-radius:10px 10px 0 0;
  padding:15px 15px;
  width:auto;
  font-size:18px;
}

.related-posts {
  background-color:#001d1e;
  padding:10px;
  box-shadow:0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.related-posts li {
  padding:5px;
  margin:0;
  border-bottom:1px dashed #CCC;
  list-style:disc;
  margin-left:30px;
}

.related-posts h3 {
  padding-bottom:15px;
  Font-size:20px;
  text-transform:uppercase;
}

.custom-toc{

}
.ul-toc{
    list-style-type:none;
}
.custom-toc li.toc-level-3 {
    margin-left:40px;
}
.custom-toc li.toc-level-2 {
        list-style-type:none;
}
.custom-toc-title {
    cursor: pointer; 
    margin: 0;
    text-transform:uppercase;
    font-weight:600;
    font-family:oswald;
}

.custom-toc-content {
    transition: height 0.3s ease;
    width:auto;
    display: table;
    font-size:15px;
    margin-top:10px;
}
.custom-toc-content.hidden {
    max-height: 0; 
    padding: 0; 
    border: none; 
}
.toc-header{
    border:1px solid;
    border-radius:10px;
    padding: 10px 20px 10px 10px;
            background: #000f11;
        margin-bottom:20px;
}

.custom-toc-content a:visited{
    color:#10858a;
}
.custom-toc-content ul li a{
    color:white;
}
.tb-post{
    border:1px solid;
}
.tb-post td{
    border:1px solid;
}
.dark .tb-h1{
      text-align: center;
    color: #555555;
    background-color: #e6e6e6;
    font-weight: bold;
}


.taxonomy-description {
  border:1px solid;
  border-radius:15px;
  padding:20px;
  overflow-y:scroll;
  text-align:justify;
  scrollbar-width:none;
}

.dark a {
  color:#15d1d9;
}

.dark a:hover {
  color:#00ffed;
}

.col-inner {
  border-radius:15px;
}

.box-blog-post {
  border-radius:15px;
}

.box-image {
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}

.box-text {
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  background-color:#001d1e;
}

.entry-content {
  background-color:#001d1e;
  padding:30px;
  border-radius:10px;
}