/*
Theme Name: Inovado Child
Description: Inovado Child Theme
Author: Your name here
Template: inovado
Version: 1.0
*/

@import url("../../style.css");

.wpcf7-form input[type="email"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.latest-blog-list{
	width:100%;
	margin:0 0 26px 0;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: inherit, Helvetica, sans-serif !important;
    color: #666666;
}

.latest-blog-list .blog-list-item-date{
	border-radius: 2px;
	overflow: hidden;
}

.latest-blog .blog-item .blog-pic{
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin:0 0 10px 0;
	position: relative;
}

.latest-blog .blog-item h4{
	margin:0 0 0 0px;
}
.latest-blog .blog-item .blog-item-description span{
	margin:-2px 0 0 0px;
	font-size: 13px;
}

.title{
	margin:0 0 26px 0 !important;
	border-bottom:1px solid #eaeaea !important;
}

.callout{
	margin:0 0px 0 0px;
	padding:10px;	
	display: block;
	border: 1px solid #e1e1e1;
	background: #fafafa !important;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.callout .border{
	border: none !important;
	background: #ffffff;
	padding:20px 20px 0px 20px;
	-webkit-box-shadow: none;
    		box-shadow: none;
}

.teaserbox{
	background: #fafafa !important;
}
.teaserbox .border{
	background: #ffffff;
	border:none;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}

.member h4{
	font-weight: 600;
}

.member .member-role{
	font-size:13px;
	color: #bbbbbb;
}

.alert-message span.close{
	font-weight: 700;
}

.portfolio-item .portfolio-title {
    border-color: #e1e1e1;
}

.blog .post {
    margin: 0 10px 60px 0;
}

.post-content {
    width: 625px;
}

.single-post .post,
.sharebox,
#author-info{
    margin-right: 10px;
}

.blog-medium .post-image{
	margin-right: 30px;
}

.blog-medium .post-meta{
	margin-top: 10px;
}

@media only screen and (max-width: 959px) {
	.blog .post {
	    margin: 0 0 60px 0;
	}
	.single-post .post,
	.sharebox,
	#author-info{
	    margin-right: 0px;
	}
	.blog-medium .post-image{
		margin-right: 20px;
	}
}

#pagination { margin-bottom: 20px;}
