/*

        Theme Name: Wondrous
        Description: Portfolio Multipurpose Wordpress Theme
        Version: 1.1.0
        Author: vennerconcept
        Author URI: http://www.vennerlabs.com/
		    Theme URI: http://www.vennerlabs.com/
        License: GNU General Public License version 3.0
        License URI: http://www.gnu.org/licenses/gpl-3.0.html
        
        --

        .
		The Venner Theme is copyright Venner http://vennerlabs.com/
		This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
		.
        
*/

.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
	max-width: 96%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.vpt-lt-portfolio.single .detail-portfolio a.medium {
    padding: 17px 25px!important;
    margin: 0px 18px 16px 0;    
    font-size: 13px;
    line-height: 1.7em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0;
}
