/*
Theme Name: Latte Child
Template: latte
Theme URI: http://www.hardeepasrani.com/portfolio/latte/
Author: Hardeep Asrani
Author URI: http://www.hardeepasrani.com
Description: Latte is a one-page parallax WordPress theme for developers, designers & freelancers, to showcase their profile. It comes with many options, including services section, and more. Plus, it’s easy to customize! You don’t need a page builder or a drag & drop editor. Every thing can be customized straight from the WordPress Customizer.
Version: 1.1.2
License: GNU General Public License version 2 or later
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, photography, portfolio
Text Domain: latte
* 
* Latte WordPress Theme, Copyright (C) 2016, Hardeep Asrani
* Latte is distributed under the terms of the GNU GPL
*/


/*Added div table type css*/
.div-table
{
  display:table;         
  width:auto;        
}

.div-table-row
{
  display:table-row;
  width:auto;
  clear:both;
}

.div-table-column
{
  float:left;/*fix for  buggy browsers*/
  display:table-column;
}

.container .item  p,
.container .item  li {
	font-size: 18px !important;
	line-height: 1.4 !important;
	margin: 10px 0px;
}
