/*
Theme Name: Porto
Theme URI: http://newsmartwave.net/wordpress/porto
Author: SW-THEMES
Author URI: http://newsmartwave.net/
Description: Porto Responsive Wordpress + Woocommerce Theme.
Version: 2.8
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto

*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor {}

.client-table img {
    width: 100%;
}


















input[type="text"],
input[type="email"],
input[type="your-message"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}





.column { 
  float: left; 
  width: 48%; 
} 
.column.right { 
  float: right; 
	 width: 48%;
} 
.clear { 
  clear: both; 
  height: 0; 
  overflow: hidden; 
}


@media screen and (max-device-width:980px){
	.column { 
  float: left; 
  width: 100%; 
} 
.column.right { 
  float: right; 
	 width: 100%;
} 
.clear { 
  clear: both; 
  height: 0; 
  overflow: hidden; 
}
}
