/*
Theme Name: Infinite
Theme URI: http://devsolutions.info/themes-html/infinite
Description: Infinite is a simple and clean but still professional template stable for any business or portfolio, and it’s created by using the latest HTML5 and CSS3 techniques. With a responsive design it is easily usable with any device (Desktoptablet, mobile phone…), without removing any content!
Version: 1.0
Author: Dev Solutions
Author URI: http://devsolution.info/
License: GNU General Public License
License URI: license.txt
*/
.text-posts-left .blog-post-content{
	margin-left: 110px !important;
}

.text-posts-right .blog-post-content{
	margin-right: 110px !important;
}

.single-post > img,
.blog-post-content > img {
	max-height: 500px;
}
.single-post .the_content ul,
.blog-post-content .the_content ul {
    margin: 10px 20px 10px 20px;
}

.single-post .the_content ul li,
.blog-post-content .the_content ul li {
    list-style: inherit;
}

.team-post ul li{
	list-style: none !important;
}

.team-post ul{
	padding: 0 !important;
	margin: -12px 0 0 !important;
}

.single-post .the_content{
	margin-bottom: 40px;
}

.about-page{
	margin-bottom: 30px;
}

.history-box {
	position: relative;
}

.simple-text .blog-post-content{
	margin-left: 110px;
}
.pagination-list li.active a{
	background: #1e9397;
	cursor: pointer;
}
.comment-list ul.children{
	margin: 20px 0 0 62px;
}
.data-tags li a{
	font-size: 12px;
	color: #8b9197;
	text-decoration: none;
}
.history-box .history-content p:last-child{
	margin-bottom: 0;
}

/*####################### PAGE NOT FOUND STYLE ###############################*/

.notfoundpage{
	text-align: center !important;
	padding: 50px 0 100px 0 !important;
}
.notfoundpage h1{
	font-size: 180px !important;
}
.notfoundpage h4{
	font-size: 40px !important;
}
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.form-allowed-tags{
	margin-bottom: 15px;
}
.single-post .comments-section{
	margin-top: 30px;
}

.blog-post-content.dev_left_remove{
	margin-left: 0;
	margin-right: 0;
}
.dvm_bottom{
	margin-bottom: 50px;
}

/*################table ##################*/

table > tbody > tr:hover > td,
table > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table td,
table th {
    background-color: #fff !important;
}
table {
    border-collapse: collapse !important;
}
table {
  width: 100%;
  margin-bottom: 20px;
}

table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

table caption + thead tr:first-child th,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #dddddd;
}
