/* Enter Your Custom CSS Here */

.alignleft {
  
  float:right;
}

p.site-title {
  width:750px;
  
}

.outreach-pro-orange, .outreach-pro-orange .footer-widgets, .outreach-pro-orange .site-footer {
    background-color: #594d49;
}

.site-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

body {
    color: #332F2E;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

.home-bottom .widget-title {
    color: #ff602a;
    font-weight: 500;
}

h3 {
  color: #594d49;
}

.sub-footer-left {
    float: left;
    width: 700px;
}

.sub-footer-right {
    float: right;
    font-size: 14px;
    width: 320px;
}

.outreach-pro-orange .author-box, .outreach-pro-orange .nav-secondary .wrap, .outreach-pro-orange .sidebar #text-14.widget.widget_text {
    background-color: #fff;
}

.outreach-pro-orange .author-box, .outreach-pro-orange .nav-secondary .wrap, .outreach-pro-orange .sidebar #text-17.widget.widget_text {
    background-color: #fff;
}


.outreach-pro-orange .author-box, .outreach-pro-orange .nav-secondary .wrap, .outreach-pro-orange .sidebar .widget {
    background-color: #fff;
}

.sidebar li a {
    color: #594d49;
}

.widget li {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.sidebar li a:hover, .sidebar .entry-meta a:hover {
    color: #594d49;
}

.site-footer {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer-widgets {
    color: #fff;
    font-size: 14px;
}


.share-outlined .pinterest .share, .share-outlined .pinterest .count, .share-outlined .pinterest .count:hover {
    border: 1px solid #00b28a;
    color: #00b28a;
}

.share-outlined .googlePlus .share, .share-outlined .googlePlus .count, .share-outlined .googlePlus .count:hover {
    border: 1px solid #00b28a;
    color: #00b28a;
}

.share-outlined .facebook .share, .share-outlined .facebook .count, .share-outlined .facebook .count:hover {
    border: 1px solid #00b28a;
    color: #00b28a;
}

.share-outlined .twitter .share, .share-outlined .twitter .count, .share-outlined .twitter .count:hover {
    border: 1px solid #00b28a;
    color: #00b28a;
}

.share-outlined .linkedin .share, .share-outlined .linkedin .count, .share-outlined .linkedin .count:hover {
    border: 1px solid #00b28a;
    color: #00b28a;
}

.share-outlined  .share, .share-outlined .pinterest:hover .count {
    background: #fff none repeat scroll 0% 0%;
}

.share-outlined  .share, .share-outlined .linkedin:hover .count {
    background: #fff none repeat scroll 0% 0%;
}

.share-outlined  .share, .share-outlined .facebook:hover .count {
    background: #fff none repeat scroll 0% 0%;
}

.share-outlined  .share, .share-outlined .twitter:hover .count {
    background: #fff none repeat scroll 0% 0%;
}

.share-outlined  .share, .share-outlined .googlePlus:hover .count {
    background: #fff none repeat scroll 0% 0%;
}

p.entry-meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
  	display: none;
}

.footer-widgets .widget li  {
	border-bottom: 0px solid;
}

.breadcrumb {
    background-color: #f6f1e9;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px 16px;
}

aside.sidebar.sidebar-primary.widget-area {

	color: #594d49;
}

.vm-sb-submit input {
    box-shadow: 0px 1px 0px 0px #54A3F7 inset;
    background: #00b28a linear-gradient(to bottom, #ffffff 5%, #00b28a 100%) repeat scroll 0% 0%;
    border-radius: 3px;
    border: 1px solid #124D77;
    color: #FFF;
    font-family: "Roboto",sans-serif;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0px 0px;
    padding: 0px;
    font-size: 13px;
    text-transform: none;
}