.icon{
    top: 1em;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 48px;				   
    color: #572f26fa;

}

.icon-mobile{
	font-size: 40px;
    color: #572f26fa;
	display:none;
}

.icon-half{
    top: 1em;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;

    border: 1px solid #679c8c;
    color: #572f26fa;
    
}

.icon-arrows{
    top: 1em;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border: 1px dashed #679c8c;
    color: #572f26fa;
    
}


.icon-quarter{
    top: 1em;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #572f26fa;
}

@media screen and (max-width: 600px) {

   .icon-mobile {
    font-size: 40px;
    text-align: center;
	display:block;
    color: #572f26fa;
    }			
}

.post .meta .tags {
}


.post .meta {
	display: block;
	height: min-content;
	margin-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	background: url(../../../site/images/posted-meta-bg.png) no-repeat left top;
	background-size: cover;
	font-family: 'Arial', serif; 
	font-size: 16px;
	font-weight: normal;
        vertical-align: middle;
	color: #572F26;
        border-radius: 5px;
	max-width: fit-content;

}

@media screen and (max-width: 600px) {

	.post .meta {
		max-width: none;
		font-family: 'Arial', serif; 
		font-size: 20px;
		font-weight: normal;
	}

}



.post .meta p {
	margin-top: 0px;
}


.post .meta a {
	color: #572F26;
}

.post .meta .comments {
	float: right;
	line-height: 66px;
}

.post .posted {
	height: 38px;
	padding: 0px 0px 0px 30px;
	background: url(../../../site/images/post-posted-bg.png) no-repeat left top;
	line-height: 38px;
	letter-spacing: -1px;
	font-family: 'Arial', serif; 
	font-size: 26px;
	color: #FFFFFF;
}


.imgSolution{

	width: 100%;
        height: auto;
	max-width: 100%;
	max-height: 100%;


}


.post-description
{
	position: fixed;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../../../site/images/wrapper-bg.png) repeat;
  	font-family: "Arial", serif;
	font-size: 16px;
	color: black;
        vertical-align: baseline;
	line-height: normal;
        border-radius: 5px;
        display: inline-block;
	
}

.post {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: url(../../../site/images/wrapper-bg.png) repeat;
  	font-family: "Arial", serif;
	font-size: 16px;
	color: black;
        vertical-align: baseline;
	line-height: normal;
        

}


.post .heading {
	display: block;
	padding: 0px 0px 20px 0px;
	letter-spacing: 2px;
	font-family: 'Arial', serif; 
	font-size: 26px;
	color: #4E2B22;}

.post .title {
	display: block;
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: 'Arial', serif; 
	font-size: 20px;
	color: #4E2B22;
}

.post .entry {
	overflow: hidden;
	padding: 30px 30px 0px 30px;
	font-family: 'Arial', serif; 
}

.post .posted a {
	color: #FFFFFF;
}









/*
 * BOX STYLE 2 
 * 
 * This is to be used mainly to insert CLIENT PROFILE information in a
 * Case Study
 * 
 */


.box-style2 {
	width: auto;
}


.box-style2 .content-bg {
  	padding: 10px 10px 10px 10px;
	background: url(../../../site/images/box-widget-bg-02-01.png) repeat left top;
	border-radius: 5px;
}

