/*
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.   ***************/
.nav > li > ul {
	padding:1px 5px!important;
}
#menu-item-57 ul {
	width:460px;
}
#menu-item-57 ul li {
	float:left;
	width:220px;
}
.nav > li > ul li:hover {
	font-weight:bold;
}
.rightsidebar .button {
	margin-bottom:2px;
}
.rightsidebar .secondary 
{
	text-align:left;
	padding-left:10px!important;
	margin-bottom:2px;
	font-weight:normal!important;
}
.bottom-divider {
	margin:auto;
	max-width:100px;
	height:2px;
	background: #138087;
	margin-bottom:10px;
}
.ttduan {
	margin-top:-70px;
}
.related-portfolio {
	max-width:1194px;
	text-transform:uppercase;
	margin:auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.hometabs .tab {
	background: #138087;
	padding: 0 15px;
	color: #fff!important;
	margin:0 2px;
}
.hometabs .nav>li.active {
	background: #ae0006;
}
.hometabs .has-icon a span {
	color: #fff;
}
.yeucaugoilai .wpcf7-submit {
	background: #ae0006!important;
}
.bottombar {
	position:fixed;
	bottom:-30px;
	left:0;
	padding-top:5px!important;
	z-index:9999;
}
#related-posts {
	background: #f7f7f7;
	padding:15px 0;
	border:1px solid #138087;	
	margin-bottom:20px;
}
.relatedcat {
	padding:0;
}
.relatedcat h3 {
	text-transform:uppercase;
	background:#138087;
	color: #fff;
	padding:5px 15px;
	margin-top:-15px;
	font-size:110%;
	font-weight:bold;

}
.relatedcat ul {
	padding-left:30px;
	margin-bottom:-10px;
}
.blog-wrapper .large-9 {
	padding-right:15px;
}
.blog-wrapper .large-3 {
	padding-left:0;
	border-left:none!important;
}
#comments {
	display:none;
}
.page-wrapper {
	padding-top:40px!important;
	padding-bottom:0!important;
}
.absolute-footer {
	padding-bottom:60px;
}






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


}


.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
