1./*Theme Name: Tai Architect 

Theme URI: https://taiarchitect.com

Version: 1.0

Description: A customized version of Divi which adds a number of tiny features I need.

Author: Reza Nasirabadi

Template: Divi*/


p, li, ul {
    font-weight:400;
}
sup {
   font-size: smaller;
}
home_title {
    margin-bottom: -50px!important;
}
h1{
  color:#4a4a4a;
  display:inline-block;
  position:relative;
	font-weight:bold;
  	font-size:36px;
	margin-bottom:24px;
  
}

h1::after{
  content:'';
  height:4px;
  width:97px;
  background:#ffa134;
  position:absolute;
  left:calc(10% - 10%);
  bottom:-5px;
}

#footer-widgets .footer-widget li {
	padding-left:0px;
}

#footer-widgets .footer-widget li:before {
	content:none;
}
.textwidget p,	#footer-widgets .footer-widget li {
	font-weight:400;
}

#main-footer .footer-widget h4 {
	font-weight:bold;
}

#main-footer ,#footer-bottom{
	border-top:1px solid #ccc;
}

div#footer-info, div#footer-info a {
    font-size: 12px;
    color:#666;
    font-weight:300;
    
}

 
.entry-content table ,.entry-content tr td{
    border-color:#fff;
    
}