/* Enter Your Custom CSS Here */
#content-sidebar{
top:63px;
}
}
.page-template-full-width-2 .entry-content {
 max-width:100%;
}
#supplementary{
margin-left:-30px;
}
.entry-content p{
text-align:justify;
}

#footer-sidebar{
    margin-left: -45px;
}
.footer-sidebar .widget {width: auto;
margin-left:7%;
}


.ngg-widget img{
height:135px;
}

.landing_content ul {
	margin-left: 20px;
	margin-bottom: 16px;
    list-style:none;
}
.landing_content ul li:before {
	content: "\f046";
  	position: absolute;
  	left: 0;
  	font-family: FontAwesome;
  	font-size: 20px;
  	color: rgb(208, 95, 15);
}


.site-info{
margin-left:4%;
}

.buttons{
margin-left:6%;
}

.la_button {
	display: inline-block;
  	padding: 10px 50px;
  	color: white;
  	background-color: rgb(206, 153, 51);
  	text-transform: uppercase;
  	font-weight: bold;
  	text-align: center;
    text-decoration: none!important;
  margin-right: 64px;
}
.la_button:hover {
	background-color: rgb(222, 164, 53)
}

.breadcrumbs{
margin-left:4%;
}
.site-title, .site-description {
    clip: initial!important;
}