/*--
	Theme Name: theme48471
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 4.4.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.6
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */

.sf-menu > li {
	margin-left: 40px;
}
.sf-menu li li {
  float: right;
}

.page-template-page-fullwidth-php .content-holder .container {
  background-color: white;
}

.main-banner .banner-btn {
    margin: 0;
    font-size: 24px;
    font-family: Open Sans;
    line-height: 1.2em;
    font-weight: 600;
    position: absolute;
    bottom: 68px;
    left: 0;
}
.main-banner .banner-btn a {
    color: #fff;
    background-color: #231f20;
    padding: 9px 24px 10px;
    display: inline-block;
    vertical-align: top;

  font-size: 24px;
  line-height: 1.2em;
  text-shadow: none;
}

.main-banner .banner-btn a:hover, .main-banner .banner-btn a:focus {
    text-decoration: none;
    color: #231f20;
    background-color: #fff;
}

.logo_tagline {
    font-size: 17px;
}

.bp-widget.base h2 {
	display: none;
}

#buddypress table.profile-fields tr td.label, #buddypress table.profile-fields tr td {
	width: 75%;
}

#buddypress #item-nav, #buddypress #subnav {
	display: none;
}

.logged-in #buddypress #item-nav, .logged-in #buddypress #subnav {
	display: inline;
}

.home-page .posts-grid h5 a {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    text-shadow: none;
    background-color: #ff6e57;
    background-image: -moz-linear-gradient(top,#ff6e57,#ff6e57);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff6e57),to(#ff6e57));
    background-image: -webkit-linear-gradient(top,#ff6e57,#ff6e57);
    background-image: -o-linear-gradient(top,#ff6e57,#ff6e57);
    background-image: linear-gradient(to bottom,#ff6e57,#ff6e57);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6e57', endColorstr='#ffff6e57', GradientType=0);
    border-color: #ff6e57 #ff6e57 #ff2c0b;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: 0 4px 0 #d24031;
    -moz-box-shadow: 0 4px 0 #d24031;
    box-shadow: 0 4px 0 #d24031;
    
    display: inline-block;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    
    font-size: 14px;
    padding: 10px 45px 11px;
    
    font-family: Open Sans;
}

.home-page .posts-grid h5 a:hover {
    color: #fff;
    background-color: #594f51;
    text-decoration: none;
    background-position: 0 -15px;
    
    -webkit-box-shadow: 0 4px 0 #231f20;
    -moz-box-shadow: 0 4px 0 #231f20;
    box-shadow: 0 4px 0 #231f20;
    color: #fff;
    text-shadow: none;
    background-color: #594f51;
    background-image: -moz-linear-gradient(top,#594f51,#594f51);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#594f51),to(#594f51));
    background-image: -webkit-linear-gradient(top,#594f51,#594f51);
    background-image: -o-linear-gradient(top,#594f51,#594f51);
    background-image: linear-gradient(to bottom,#594f51,#594f51);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff594e51', endColorstr='#ff594e51', GradientType=0);
    border-color: #594f51 #594f51 #312b2c;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}