#footer .container, #footer-copyright .container, #header .container{
	max-width: 960px;
	width: 100%;
}
/* MAIN CONTENT */
#content-wrap .container {
    max-width: 975px;
    width: 100%;
}
#content-left{
	width: -webkit-calc(70% - 1px);
	width: -moz-calc(70% - 1px);
	width: calc(70% - 1px);
	max-width: 665px;
	background: none;
}
#content-left div.entry{
	padding: 40px 20px 20px;
}
div.postinfo{
	width: 100%;	
	border-bottom: 1px solid  #dcc89b;
	border-top: 1px solid  #f7eace;
	-webkit-box-shadow: 0 1px 0 #f7eace, 0 -1px 0 #dcc89b;
	box-shadow: 0 1px 0 #f7eace, 0 -1px 0 #dcc89b;
	background: none;
}
div.postinfo p.tagline span.inner{
	background: none;
}
.pf-content img.alignright{
	float: none;
}

/*FEATURED HOME CONTENT*/
#featured-wrap, #content-left div.entry{
	background: none;
}
#content-wrap{
	background: none;
}

/* SIDEBAR */
#sidebar{
	max-width: 309px;
	width: -webkit-calc(30% - 1px);
	width: -moz-calc(30% - 1px);
	width: calc(30% - 1px);
	border-left: 1px solid #fce9d8;
	-webkit-box-shadow: -1px 0 0 #daca99;
	box-shadow: -1px 0 0 #daca99;
}
.widget_adsensewidget img{
	width: 100%;
	height: auto;
}
.sidebar-block{
	background: none;
	border-bottom: 1px solid  #dcc89b;
	-webkit-box-shadow: 0 1px 0 #f7eace;
	box-shadow: 0 1px 0 #f7eace;
	padding: 15px 18px 10px;
}
.video-container {
    position: relative;
    padding-bottom: 86.66%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe.fb{
	width: 100% !important;
}

/* SERVICE */
#services{
	background: none;
}
.service{	
	border-bottom: 1px solid  #dcc89b;
	-webkit-box-shadow: 0 1px 0 #f7eace;
	box-shadow: 0 1px 0 #f7eace;
	background: none;
}
.service, #services .even{
	width: -webkit-calc(50% - 1px);
	width: -moz-calc(50% - 1px);
	width: calc(50% - 1px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#services .even{
	border-left: 1px solid #f7eace;
	-webkit-box-shadow: -1px 0 0 #dcc89b, 0 1px 0 #f7eace;
	box-shadow: -1px 0 0 #dcc89b, 0 1px 0 #f7eace;	
}
/*FORM*/
#et-contact p input, #et-contact p textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#et_contact_right{
	width: auto;
	margin-left: 40px;
}
#et-contact p #et_contact_captcha{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.clear{
	clear: both;
}