/*
  Theme Name: Food Challenges
  Theme URI: http://www.321solutions.com/
  Version: 1.0
  Author: 321 Solutions
  Author URI: http://www.321solutions.com/
 */

@import "reset.css";

@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald-light-webfont.eot');
    src: url('fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-light-webfont.woff') format('woff'),
         url('fonts/oswald-light-webfont.ttf') format('truetype'),
         url('fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald-bold-webfont.eot');
    src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-bold-webfont.woff') format('woff'),
         url('fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url('images/header.jpg') no-repeat center top #eeeeee;
	color: #000000;
	font-family: 'oswaldlight', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
}

a {
	color: #de221d;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.one-hundred
{
	width: 100% !important;
	height: auto;
}

#page-wrap {
	position: relative;
}

#sticky-header {
	background-color: #000000;
	background-color:rgba(0, 0, 0, 0.7);
	padding-bottom: 8px;
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	z-index: 99999;
}

#sticky-header #logo {
	width: 25%;
}

#sticky-header #logo-right {
	padding-top: 10px;
}

#sticky-header #logo-right #menu ul li a {
	color: #FFFFFF;
}

#logo {
	float: left;
	width: 44%;
}

#logo img {
	width: 100%;
	max-width: 475px;
	display: block;
}

#sticky-header #logo img {
	padding-top: 10px;
}

#logo-right {
	float: right;
	width: 56%;
	padding-top: 18px;
}

#user-links {
	text-indent: 0;
}

#user-links ul {
	float: right;
	padding: 10px 0;
}

#user-links li {
	float: left;
	padding-left: 13px;
}

#user-links li a {
	color: #B90E00;
	line-height: 1.4;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}

#user-links li a span {
	position: absolute;
	top: -8px;
	right: 0;
	color: #FFFFFF;
	background: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	 -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
	padding: 1px 2px;
	font-weight: normal;
}

#user-links li a:hover {
	color: #000000;
}

.profile-fields img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
}

#logo-right form {
	float: right;
}

#logo-right p {
	float: left;
}

#logo-right input[type="text"], #logo-right input[type="password"] {
	padding: 7px 5px;
	width: 167px;
	border: 0;
	margin: 0 10px 0 0;
	font-family: 'oswaldlight', sans-serif;
	font-weight: 300;
}

#logo-right input[type="submit"] {
	background: #de221d;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'oswaldlight', sans-serif;
	font-weight: 300;
	margin: 0;
	font-size: 18px;
	padding: 3px 5px;
}

#loginform, #menu {
	padding: 0 !important;
}

#loginform label {
	display: none;
}

#menu ul {
	float: right;
	padding-top: 10px;
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li:last-child {
	padding-right: 0;
}

#menu ul li a {
	font-size: 17px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	padding: 8px;
	display: inline-block;
}

#menu ul li a:hover, #menu ul li:hover a {
	background: #DE221D;
	color: #FFFFFF;
}

#menu ul li ul {
    left: 0;
    margin: 20px 0 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 99999;
	padding: 0;
}	

#menu ul li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

#menu ul li ul li {
    display: block;
    float: none;
}

#menu ul li ul li a, #menu ul li:hover ul li a {
    background: #000000;
    color: #FFFFFF;
    display: block;
    padding: 10px 15px;
    text-transform: none;
    white-space: nowrap;
}

#menu ul li ul li a:hover {
    background: #DE221D;
}

#inner-bar {
	background: url('images/inner_bar.jpg') no-repeat center top;
	background-size: cover;
	padding: 5px;
	display: block;
	overflow: auto;
}

.breadcrumbs {
	padding: 7px 0 0;
}

.breadcrumbs, .breadcrumbs a {
	color: #FFFFFF;
}

#inner-content {
	background: #eeeeee;
	padding: 25px 0;
	display: block;
}

#content {
	width: 72%;
	background: #FFFFFF;
	float: left;
}

.entry {
	padding: 15px 0;
}

.category .post-date {
	width: 20%;
}

.category .date-left {
	border-right: 1px solid #000000;
	padding-right: 10px;
}

.category .post-title {
	width: 75%;
}

.category .bottom-posts .post-title {
	width: auto;
	float: none;
}

.blog-thumb, .blog-thumb-small {
	float: left;
	margin: 0 15px 10px 0;
}

.blog-thumb img {
	margin-top: 10px;
	max-width: 100%;
	display: block;
	height: 130px;
	width: 130px;
}

.blog-thumb-small img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	max-width: 100%;
	display: block;
}

.single .blog-thumb {
	width: auto;
	height: auto;
}

.single .blog-thumb img {
	width: 290px;
	height: auto;
}

#bottom-posts li {
	float: right;
    margin: 10px;
    padding: 0 0 25px;
    width: 45%;
}

#bottom-posts li:nth-child(odd) {
	float: left;
}

.bottom-posts .post-more {
	width: auto;
}

.category .post-title a:hover, .post-more a:hover {
	color: #000000;
}

.category .post-content {
	margin-top: 15px;
}

.social-wrap {
	overflow: hidden;
	margin-top: 15px;
}

.post-social {
	width: 80%;
	float: left;
}

.post-more {
	width: 15%;
	float: right;
}

.post-more a {
	text-align: right;
	line-height: 1.3;
}

.category .post-title h2 {
	text-align: left;
	font-family: 'oswaldlight';
	font-size: 31px;
}

.category .read-more {
	display: none;
}

.post {
	border-bottom: 1px solid #000000;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.hentry {
	padding: 0 15px;
}

.post.hentry {
	padding-bottom: 25px;
}

.post-head {
	padding: 15px 0 0;
}

.single .post-date {
	width: 19%;
	padding-top: 5px;
}

.single .post-title {
	width: 75%;
}

.single .post-title {
	font-weight: 700;
	font-size: 30px;
	color: #b90e00;
	text-align: left;
	line-height: 1.2;
}

.challenge-title {
	font-weight: 700;
	font-size: 30px;
	color: #b90e00;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 15px;
}

.single .post-content {
	margin-top: 15px;
}

.single .social-wrap {
	padding: 25px 0 0;
	margin-top: 0;
}

.pgmm .canvas {
	width: 100%!important;
}

.single .social-post {
	float: none;
	width: auto;
}

.category .post-content p {
	margin-bottom: 0;
}

.post-title h2 {
	font-family: 'oswaldbold';
	font-size: 30px;
	text-align: right;
	line-height: 1.2;
}

#respond {
	padding: 15px;
}

#bbpress-forums li {
	font-size: 15px;
}

#bbpress-forums li a {
	line-height: 18px;
	font-size: 18px;
	vertical-align: middle;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	font-size: 16px !important;
	line-height: 1.3;
}

div.bbp-template-notice p {
	font-size: 13px !important;
}

#bbpress-forums fieldset.bbp-form legend, #bbpress-forums fieldset.bbp-form label {
	font-size: 15px;
}

#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input {
	padding: 6px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	border: 1px solid #DEDEDE;
}

span.bbp-admin-links {
	font-family: Arial, sans-serif;
	letter-spacing: normal;
}

span.bbp-admin-links a {
	color: #DE221D !important;
}

div.bbp-breadcrumb, div.bbp-topic-tags, .bbp-pagination-count {
	font-size: 13px !important;
}

#sidebar {
	width: 25%;
	min-width: 180px;
	float: right;
}

.sidepanel {
	margin-bottom: 20px;
}

.widget_sp_image h2 {
	display: none;
}

.sidepanel h2 {
	background: #B90E00;
	font-size: 20px;
	padding: 8px 10px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.adsbygoogle {
	width: 100% !important;
	display: block !important;
	height: auto !important;
	text-align: center;
	margin-bottom: 20px;
}

#bottom-ad {
	padding: 20px 0;
	max-width: 980px;
	margin: 0 auto;
}

ins .adsbygoogle
{
	max-width: 250px;
	max-height: 250px;
}

#bottom-ad .adsbygoogle {
}

.widget-inner {
	padding: 10px;
	background: #FFFFFF;
}

.widget_sp_image .widget-inner {
	padding: 0;
}

.sidepanel ul li {
	border-bottom: 1px solid #B90E00;
	padding-bottom: 8px;
	margin: 8px 0;
	line-height: 1.2;
}

.sidepanel ul li:last-child {
	border: 0;
	padding: 0;
}

.sidepanel ul li a {
	color: #000000;
	font-size: 15px;
}

.page-title {
	background: #b90e00;
	padding: 8px 10px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.page-title a {
	color: #FFFFFF;
}

.buddypress .page-title {
	display: none;
}

.buddypress .post-content {
	margin-top: 15px;
	padding: 0;
}

#buddypress div#item-header h2 {
    color: #ce0a00;
	font-weight: 300;
	font-size: 35px;
	float: left;
}

.role, .location {
	float: left;
	font-size: 17px;
	color: #555555;
	font-weight: 300;
	margin-left: 20px;
	display: inline-block;
}

.role {
	line-height: 3;
}

.location {
	line-height: 1.8;
}

.post-content p.user-nicename {
	float: left;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 10px;
}

#buddypress {
	position: relative;
}

#user-search {
	overflow: hidden;
	position: relative;
    top: -25px;
}

#user-search .standard-form {
	overflow: hidden;
	width: 100%;
}

#user-search label {
	display: none !important;
}

.name-register {
	/* float: left;
	width: 20%; */
}

#user-search .submit {
	float: left;
	clear: none !important;
	padding-top: 0 !important;
}

#user-search input[type="submit"] {
	margin-right: 0 !important;
	padding: 4px 10px !important;
}

#user-search .description {
	display: none !important;
}

#user-search #field_1 {
	font-size: 13px;
	width: 94%;
	padding: 4px;
}

.friendship-button {
	position: absolute;
	top: 10px;
	right: 0;
}

body #buddypress button, body #buddypress a.button, body #buddypress input[type="submit"], body #buddypress input[type="button"], body #buddypress input[type="reset"], body #buddypress ul.button-nav li a, body #buddypress div.generic-button a, body #buddypress .comment-reply-link, a.bp-title-button {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	background: #cd1100;
	padding: 6px 10px;
	display: inline-block;
	white-space: nowrap;
	border: 0;
}

.friendship-button a {
	font-size: 20px !important;
	padding: 8px 18px !important;
}

body #buddypress button:hover, body #buddypress a.button:hover, body #buddypress input[type="submit"]:hover, body #buddypress input[type="button"]:hover, body #buddypress input[type="reset"]:hover, body #buddypress ul.button-nav li a:hover, body #buddypress div.generic-button a:hover, body #buddypress .comment-reply-link:hover, a.bp-title-button:hover {
	background: #000000;
	border: 0;
	color: #FFFFFF;
}

body #buddypress div#item-header div#item-meta {
	margin: 0;
}

body #buddypress div#item-header div.generic-button, body #buddypress div#item-header a.button {
	margin-top: 0;
}

#home-articles {
	padding-bottom: 13px;
}

.blog-left {
	width: 45%;
	float: left;
}

.post-date {
	float: left;
	width: 28%;
}

.date-left {
	float: left;
	color: #de221d;
	font-size: 60px;
	font-weight: 300;
	margin-right: 10px;
}

.date-right {
	float: left;
	font-size: 30px;
	font-weight: 300;
}

.date-right .year {
	font-size: 16px;
	margin-top: 7px;
}

.post-title {
	float: right;
	width: 65%;
}

.post-title h3 {
	color: #de221d;
	font-size: 30px;
	font-family: 'oswaldbold';
	text-align: right;
	line-height: 1.2;
}

.blog-right {
	width: 52%;
	float: right;
}

.blog-right img {
	width: 100%;
	display: block;
	height: auto;
	max-height: 322px;
}

.post-content {
	margin-top: 30px;
}

.read-more {
	display: block;
	margin-top: 15px;
	font-weight: 300;
}

.post-content p {
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 300;
}

.member-loc {
	text-transform: capitalize;
}

#home-articles .post-content p {
	margin-bottom: 0;
}

#registration {
	background: url('images/red_bg.jpg') repeat-x 0 bottom #A21001;
	padding: 12px 0;
}

#registration.logged-in-red {
	background: #E52525;
}

#register-left {
	float: left;
	width: 36%;
	padding-top: 10px;
}

#register-left h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

#register-left p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}

#register-right {
	float: right;
	width: 58%;
}

#register-right .login {
	position: relative;
    text-indent: 0;
    top: -12px;
}

.register-wrap {
	width: 100%;
}

.register-margin {
	margin-top: 15px;
}

.register-left {
	float: left;
	width: 48%
}

.register-right {
	float: right;
	width: 48%;
}

.register-wrap label {
	float: left;
	margin-right: 10px;
    text-align: right;
    width: 100px;
	color: #FFFFFF;
	line-height: 30px;
}

.register-wrap label.error {
	text-align: center;
	width: auto;
	margin: 5px 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	float: none;
	line-height: normal;
	display: block;
}

.register-wrap .register-right label {
	width: 80px;
}

.register-wrap .register-right label.error {
	width: auto;
}

.pass-wrap {
	position: relative;
}

label[for=password].error {
	position: absolute;
	top: 33px;
	left: 90px;
	width: 100px !important;
	white-space: normal;
}

label[for=confirm_pass].error {
	position: absolute;
	top: 33px;
	left: 198px;
	width: 100px !important;
	white-space: normal;
}

.register-wrap input[type="text"], .register-wrap input[type="password"], .register-wrap input[type="email"], .register-wrap select {
	background: #FFFFFF;
	padding: 7px 5px;
	width: 186px;
	border: 0;
	font-family: 'oswaldlight', sans-serif;
	font-weight: 300;
	margin: 0;
}

.register-wrap select {
	width: 210px;
}

.register-wrap input[type="password"] {
	margin-right: 10px;
    max-width: 88px;
	float: left;
}

label[for=pass2] {
	display: none !important;
}

#registration input[type="submit"] {
	background: #000000;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'oswaldlight', sans-serif;
	font-weight: 300;
	margin: 8px 10px 0 0;
	font-size: 18px;
	padding: 3px 5px;
	float: right;
	display: none;
}

.tml-action-links {
	display: none;
}

#buddypress #register-page .clear {
	clear: both;
}

.panel p {
	line-height: 1.5;
	margin-bottom: 20px;
}

#home-links {
	padding: 25px 0 35px;
	background: url('images/map_bg.jpg') no-repeat center top;
}

#home-links h2 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
}

#home-links h2 span {
	color: #de1d0a;
}

#home-links p {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}

#home-links ul {
	overflow: hidden;
	margin-top: 30px;
}

#home-links ul li {
	float: left;
	width: 25%;
}

#home-links ul li img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

#home-links ul li h3 {
	font-size: 30px;
	color: #d91c07;
	text-align: center;
	font-weight: 300;
	margin: 5px 0;
}	

#home-links ul li p {
	text-align: center;
	font-weight: 300;
}

.Social_Widget img {
	margin-right: 10px;
}

#rating-value-about {
	text-indent: -9999px;
	width: 117px;
	height: 22px;
	display: inline-block;
}

.rate1 {
	background: url('images/stars/1star.png') no-repeat;
}

.rate2 {
	background: url('images/stars/2star.png') no-repeat;
}

.rate3 {
	background: url('images/stars/3star.png') no-repeat;
}

.rate4 {
	background: url('images/stars/4star.png') no-repeat;
}

.rate5 {
	background: url('images/stars/5star.png') no-repeat;
}

#home-map {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}

#home-map iframe {
	width: 100%;
	display: block;
}

#map-search {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -62px;
	margin-left: -190px;
	z-index: 9999;
}

#map-search h3 {
	background: #B9170C;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 20px;
	margin-bottom: 0;
}

#map-wrap {
	position: relative;
}

#map-search.custom-search-after {
	top: 20px;
	left: 20px;
	margin-left: 0;
	margin-top: 0;
}

#map-search.custom-search-after .search-box {
	width: auto;
	background: none;
	padding: 0;
}

#map-search.custom-search-after .search-box input[type="text"] {
	background: #FFFFFF;
	border: 1px solid #EB0E0F;
	float: left;
	margin-bottom: 0;
	color: #333333;
	width: 280px;
/*	margin-left: 60px; */
}

#map-search.custom-search-after .search-box input[type="submit"] {
	float: left;
}

#google-directions {
	margin: 15px 0 0;
}

#google-directions h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 3px;
}

#google-directions input[type="text"] {
	padding: 5px;
	width: 400px;
}

.search-box {
	background: url('images/search_bg.png') repeat;
	padding: 15px;
	overflow: hidden;
	width: 380px;
}

.search-box input[type="text"] {
	background: #000000;
	color: #FFFFFF;
	padding: 5px;
	width: 97%;
	margin-bottom: 15px;
}

.search-box span {
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 2.3;
}

.search-box input[type="submit"] {
	background: #B9170C;
	color: #FFFFFF;
	padding: 5px;
	font-size: 14px;
	margin-right: 3px;
	cursor: pointer;
	border: 0;
	float: right;
}

#loading {
	background: #FFFFFF;
	padding: 125px 0;
	display: none;
	position: relative;
	z-index: 99;
}

#loading img {
	width: 200px;
	margin: 0 auto;
	display: block;
}

#map-container {
	display: none;
}

#recent-challenges {
	padding: 20px 0;
}

#recent-challenges h2 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
}

#recent-challenges h2 span {
	color: #de1d0a;
}

#recent-challenges ul {
	overflow: hidden;
	padding: 0 40px;
}

#recent-challenges ul li {
	float: left;
    margin-bottom: 30px;
    margin-right: 10%;
    width: 45%;
}

#recent-challenges ul li:nth-child(2n+2) {
	margin-right: 0;
}

#recent-challenges ul li:nth-child(3n+3), #recent-challenges ul li:last-child {
	margin-bottom: 0;
}

.chal-left {
	float: left;
	width: 25%;
}

.chal-left img {
	border: 1px solid #d4c3c3;
	width: 96%;
	display: block;
	height: auto;
}

.chal-right {
	width: 70%;
	float: right;
}

.chal-right h3 {
	font-weight: 300;
	font-size: 20px;
	color: #de201d;
	margin-bottom: 10px;
}

.chal-right p {
	line-height: 1.5;
	margin-bottom: 8px;
}

.event-data {
	padding: 5px 0;
	overflow: hidden;
}

.event-left {
	width: 18%;
	padding-right: 1%;
	float: left;
	font-weight: 700;
	text-align: right;
}

.difflabel {
	padding-top: 5px;
}

.event-right {
	width: 80%;
	float: right;
}

.socialmedia-buttons {
	margin-top: 20px !important;
}

.really_simple_twitter_widget li {
	margin-bottom: 10px;
}

#footer {
	padding: 20px 0;
	overflow: hidden;
	background: #000000;
	color: #FFFFFF;
}

.footer-widget {
	width: 30%;
	margin-right: 5%;
	float: left;
	line-height: 1.4;
}

.footer-widget.last {
	margin-right: 0;
}

.footer-widget h3 {
	color: #FFFFFF;
	font-size: 30px;
	margin-bottom: 10px;
}

.Social_Widget h3 {
	display: none;
}

#searchform {
	overflow: hidden;
}

#searchlocation, #s {
	width: 93%;
	padding: 1px;
	margin-bottom: 10px;
}

#searchsubmit {
	background: #DE221D;
	border: 0;
	color: #FFFFFF;
	float: right;
	cursor: pointer;
	margin-top: 20px;
	padding: 2px 10px;
	font-family: 'oswaldlight',sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left !important;
	font-size: 1.8vh !important;
	text-align: center !important;
	width: 100%;
}

#merchandise {
	background: #DE221D;
	border: 0;
	color: #FFFFFF;
	float: right;
	cursor: pointer;
	margin-top: 20px;
	padding: 2px 10px;
	font-family: 'oswaldlight',sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left !important;
	font-size: 2vh !important;
}

.textwidget {
	overflow: hidden;
}

.challange-register {
	display: none;
}

.profile-edit .challange-register {
	display: block;
}

#friends-count {
	color: #000000;
    font-size: 24px;
    position: absolute;
    right: 220px;
    top: 26px;
}

body #buddypress .activity-content button, body #buddypress .activity-content a.button, body #buddypress .activity-content input[type="submit"], body #buddypress .activity-content input[type="button"], body #buddypress .activity-content input[type="reset"], body #buddypress .activity-content ul.button-nav li a, body #buddypress .activity-content div.generic-button a, body #buddypress .activity-content .comment-reply-link, .activity-content a.bp-title-button {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

#aw-whats-new-submit, #rtmedia-add-media-button-post-update {
	background: #FFFFFF !important;
	color: #000000 !important;
	border: 1px solid #000000 !important;
}

#latest-update {
	display: none;
}

.diffculty-submit, .tag-submit {
	position: relative;
	margin-bottom: 10px;
}

.diffculty-submit img.tool-image, .tag-submit img.tool-image {
	margin-left: 5px;
    position: relative;
    top: 2px;
}

#tooltip-wrap, .tooltip-wrap {
	display: none;
    left: 190px;
    position: absolute;
    top: -120px;
    z-index: 99;
}

.diffculty-submit .tooltip-wrap, .tag-submit .tooltip-wrap {
	left: 130px;
}

.tag-submit .tooltip-wrap {
	top: -38px;
	left: 100px;
}

.profile-edit.buddypress #tooltip-wrap {
	left: 120px;
}

#tool-tip, .tool-tip  {
	background: #333333;
	position: relative;
	padding: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#tooltip-arrow, .tooltip-arrow {
	left: -22px;
    position: absolute;
    top: 115px;
    z-index: 99;
}

.tag-submit .tooltip-arrow {
	top: 40px;
}

#tool-tip p, .tool-tip p {
	margin-bottom: 5px;
	color: #FFFFFF;
	position: relative;
	z-index: 999;
	white-space: nowrap;
}

label[for=field_18] {
	position: relative;
}

.post-meta {
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}

.post-meta span {
	color: #000000;
}

.author {
	font-size: 14px;
	margin: 14px 0 0 5px;
	color: #B90E00;
}

.author span {
	color: #000000;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.button, .footer-button {
	background: #bc0e00;
	color: #FFFFFF;
	float: right;
	display: inline-block;
	padding: 3px 10px;
	margin-top: 8px;
}

#submit-challenge {
	background: #B90E00;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'oswaldlight';
	font-weight: 300;
	padding: 3px 10px;
	border: 0;
	cursor: pointer;
	margin-top: 20px;
}

#activate-page {
	padding: 0 15px;
}

#footer-bottom {
	border-top: 1px solid #FFFFFF;
	margin-top: 25px;
	padding-top: 20px;
}

#copyright {
	float: left;
}

#footer-menu {
	float: right;
}

#footer-menu ul {
	float: right;
}

#footer-menu ul li {
	float: left;
}

#footer-menu ul li a {
	color: #FFFFFF;
	border-left: 1px solid #bc0e00;
	display: inline-block;
	padding: 0 10px;
}

#footer-menu ul li:last-child a {
	padding-right: 0;
}

#footer-menu ul li:first-child a {
	border-left: 0;
}

#footer-menu ul li a:hover {
	color: #DE221D;
}

.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
	height: auto !important;
    left: 0 !important;
	top: 0 !important;
	width: 100% !important;
}

#settings-form p {
	font-size: 18px;
	font-weight: 700;
}

#buddypress table.notification-settings {
	width: 100%;
}

.gm-style-iw h4 {
	background: #C61B11;
	color: #FFFFFF;
	padding: 12px 10px;
	margin-bottom: 10px;
}

.gm-style-iw h4 a {
	color: #FFFFFF;
	font-size: 16px;
}

.gm-style-iw p {
	line-height: 1.3;
	margin-top: 8px;
	padding: 0 10px;
}

.gm-style-iw p.read-more-p {
	padding: 0;
	margin-top: 10px;
}

.gm-style-iw .read-more {
	display: none;
}

.map-image {
	width: 100px;
	display: inline-block;
	height: auto;
	margin-left: 10px;
}

label[for=field_18] img {
	margin-left: 5px;
	position: relative;
	top: 4px;
}

.challenge-results {
	overflow: hidden;
	margin-bottom: 20px;
}

.chall-left {
	width: 14%;
	float: left;
}

.chall-right {
	background: #EEEEEE;
	padding: 10px 10px 10px 20px;
	width: 80%;
	float: right;
	position: relative;
}

.chall-right:before {
    background: #EEEEEE;
    content: "";
    height: 25px;
    left: -10px;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    width: 25px;
    z-index: 1;
}

.chall-right table {
	float: right;
    width: 98%;
}

.chall-right h3 {
	line-height: 2;
	color: #DE221D;
}

.chal-read {
	display: block;
	background: #DE221D;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;
}

.post-content .chall-right p {
	margin: 0;
}

.result-title {
	width: 48%;
	float: left;
}

.result-rating {
	width: 48%;
	float: right;
	text-align: right;
}

.eater-right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.result-where {
	width: 49%;
	float: left;
	padding-top: 15px;
}

.eater-results .chall-left {
	width: 18%;
	position: relative;
}

.eater-results .chall-left img {
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #FFFFFF !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) !important;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
}

.eater-results .chall-left span.online, .eater-results .chall-left span.offline {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 10px;
    z-index: 10;
}

.eater-results .chall-left span.online {
    background: none repeat scroll 0 0 #33CC33;
}

.eater-results .chall-left span.offline {
    background: none repeat scroll 0 0 #CCCCCC;
}

.result-address {
	width: 49%;
	float: right;
	text-align: right;
	padding-top: 15px;
}

.result-address br {
	display: none;
}

td {
	vertical-align: top;
}

.red {
	color: #C61B11;
	font-weight: 700 !important;
}

.map-more {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	display: block;
}

.gm-style .gm-style-iw div.map-left {
	width: 120px !important;
	float: left !important;
}

.gm-style .gm-style-iw div.map-right {
	float: right !important;
	width: 400px !important;
}

body span.bbp-admin-links a {
	text-transform: none;
}

#bbpress-forums li span.bbp-admin-links a {
	font-size: 16px;
}

#buddypress div.item-list-tabs ul li#friends-personal-li span, #buddypress div.item-list-tabs ul li#groups-personal-li span, #buddypress div.item-list-tabs ul li#messages-personal-li span, #buddypress div.item-list-tabs ul li#-personal-li {
	display: none;
}

body #buddypress div.item-list-tabs ul li {
	margin: 0 4px;
}

body #buddypress div.item-list-tabs ul li:first-child {
	margin-left: 0;
}

#buddypress div.item-list-tabs ul li:nth-child(2) {
	margin-left: 0;
}

body #buddypress div.item-list-tabs ul li:last-child {
	margin-right: 0;
}

body #buddypress div.item-list-tabs ul li a, body #buddypress div.item-list-tabs ul li span {
	background: none;
    border: 0 none;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    padding: 6px;
    white-space: nowrap;
}

.activity.my-account #buddypress div.item-list-tabs ul li a {
	padding: 6px;
}

body #buddypress div.item-list-tabs ul li a:hover, body #buddypress div.item-list-tabs ul li.selected a, body #buddypress div.item-list-tabs ul li.current a {
	background: #CD1100;
    border: 0 none;
    color: #FFFFFF;
	opacity: 1;
	font-weight: 300;
}

body #buddypress div.item-list-tabs ul li.selected a, body #buddypress div.item-list-tabs ul li.current a {
	font-weight: 700;
}

#buddypress div#item-header img.avatar {
	position: relative;
	top: -30px;
	border: 1px solid #000000;
}

body #buddypress div#item-header {
	overflow: visible;
	background: #FFFFFF;
	padding: 10px 8px 0;
}

#item-nav {
	background: #FFFFFF;
	padding: 0 8px 8px;
}

.activity #content {
	background: none;
}

body #buddypress div.profile h4 {
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 5px;
}

th {
	font-weight: 700;
	padding-bottom: 3px;
}

.activity #subnav {
	display: none;
}

.activity.my-account #subnav {
	display: block;
}

.activity.my-activity.my-account #subnav li#activity-favs-personal-li {
	display: none;
}

#item-body {
	background: #FFFFFF;
	padding: 10px;
}

body #buddypress form#whats-new-form p.activity-greeting {
	line-height: 1.4;
}

body #buddypress form#whats-new-form textarea {
	border: 1px solid #000000;
}

body #buddypress #whats-new-options {
	overflow: visible;
}

body #buddypress a.bp-primary-action span, #buddypress #reply-title small a span {
	display: none;
}

body #buddypress #item-body form#whats-new-form {
	overflow: hidden;
}

body #buddypress #activity-stream {
    margin-top: 20px;
}

body #buddypress .activity-list li.mini .activity-avatar img.avatar, body #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
	margin: 0;
	height: 55px;
	width: 55px;
}

body #buddypress ul.item-list li img.avatar {
	border: 6px solid #e6e6e6;
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
}

body #buddypress div.activity-comments form div.ac-reply-content {
	margin-left: 35px !important;
}

body #buddypress div.activity-comments form textarea, body div.activity-comments form textarea {
	height: auto !important;
	font-size: 16px;
}

body #buddypress .activity-list .activity-content {
    margin: 0 0 0 95px;
	background: #eeeeee;
	padding: 12px;
}

body #buddypress .activity-list .activity-content:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: 1;
    height: 25px;
    width: 25px;
    background: #EEEEEE;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#buddypress div.activity-meta {
	overflow: hidden;
}

body #buddypress ul.item-list li {
	padding: 25px 0;
}

body #buddypress div.activity-comments {
	margin-left: 95px;
	background: #eeeeee;
	padding: 12px;
}

#buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header {
	position: relative;
	z-index: 99;
}

.input-image img {
	width: 100%;
	display: block;
	height: auto;
}

#member-image {
	margin-top: 15px;
}

#member-image img {
	width: 100%;
	display: block;
	height: auto;
}

.post-content #member-image p {
	margin-bottom: 0;
}

#member-rating {
	position: absolute;
	right: 10px;
	top: 80px;
}

#member-rating span {
	font-size: 20px;
}

.registration #sidebar {
	display: none;
}

.registration.buddypress #content {
	background: #FFFFFF;
	width: 100%;
	float: none;
	display: block;
}

.activate.buddypress #content, .activity-permalink.buddypress #content, .directory.activity.buddypress #content {
	background: #FFFFFF;
}

.activate.buddypress .post-content, .activity-permalink.buddypress .post-content, .directory.activity.buddypress .post-content {
	padding: 15px;
}

.registration .about-register {
	overflow: hidden;
}

.registration .name-register {
	float: none;
}

#signup_form {
	overflow: hidden;
	padding: 15px;
}

#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section, .registration .field-visibility-settings-notoggle, .registration .field-visibility-settings-toggle, .registration #profile-details-section h4 {
	display: none;
}

body #buddypress .standard-form #profile-details-section {
	width: 100%;
	float: none;
	display: block;
}

.standard-form p.description
{
	width: 85% !important;
}

#new_post {

}

#primaryPostForm fieldset {
	margin-bottom: 20px;
}

#primaryPostForm label, .gform_wrapper .top_label .gfield_label {
	width: 200px;
	float: left;
	display: inline-block;
	font-weight: 400 !important;
}

#primaryPostForm label.error {
	color: #FF0000;
	margin-top: 8px;
	margin-left: 200px;
}

#gform_2 #field_2_2 label, #gform_2 #field_2_2 .ginput_container {
	width: 100%;
	display: block;
}

#primaryPostForm input[type="text"], #primaryPostForm textarea, #primaryPostForm select, #gform_2 .ginput_container {
	float: left;
	width: 70%;
	padding: 5px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
	padding: 5px !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper select {
	font-size: 14px !important;
	padding: 5px !important;
}

#input_2_2_ifr {
	min-height: 200px;
}

.gfield_radio li {
	display: inline-block;
	margin-right: 10px !important;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 5px !important;
}

#primaryPostForm textarea {
	min-height: 150px;
}

#primaryPostForm select {
	width: 61.5%;
}

.radio-wrap span {
	margin-right: 10px;
}

#content iframe {
	margin-bottom: 20px;
}

#map-canvas {
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

#end {
	display: none;
}

#directions-head {
	color: #B90E00;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
}

#routeForm {
	margin-top: 15px;
}

#end {
	width: 40%;
	padding: 5px;
}

#directions {
	background: #B90E00;
	color: #FFFFFF;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	padding: 4px;
}

.about-content h2 {
	color: #CD1100;
	margin-bottom: 6px;
	font-size: 32px;
	font-weight: 300;
}

.current {
	color: #999999;
}

#rating-value {
	width: 117px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
}

.rated-1 {
	background: url("images/stars/1star.png") no-repeat;
}

.rated-2 {
	background: url("images/stars/2star.png") no-repeat;
}

.rated-3 {
	background: url("images/stars/3star.png") no-repeat;
}

.rated-4 {
	background: url("images/stars/4star.png") no-repeat;
}

.rated-5 {
	background: url("images/stars/5star.png") no-repeat;
}

.buddypress #member-image, .about.buddypress #subnav {
	display: none;
}

.challenges.buddypress #subnav ul li:first-child, .contests.buddypress #subnav ul li:first-child {
	display: none;
}

.activity.buddypress #member-image {
	display: block;
}

.buddypress #item-body {
	margin-top: 10px;
}

.buddypress #content {
	background: none;
}

.members.buddypress #content {
	background: #FFFFFF;
}

.members.buddypress .post-content {
	margin-top: 30px;
	padding: 15px;
}

#avatar-upload-form {
	overflow: hidden;
}

#item-nav li#notifications-personal-li, #item-nav li#settings-personal-li {
	display: none;
}

#members-list {
	overflow: hidden;
}

#members-list li {
	float: left;
	width: 30%;
	margin-right: 5% !important;
	text-align: center;
}

#members-list li:nth-child(3n+3) {
	margin-right: 0 !important;
}

.member-item {
    border: 1px solid #E5E5E5;
    margin-top: 70px;
}

.item-avatar {
	display: inline-block;
	position: relative;
	margin-top: -45px;
}

.item-avatar span.online, .item-avatar span.offline {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 2px;
    width: 10px;
    z-index: 10;
}

.item-avatar span.online {
    background: none repeat scroll 0 0 #33CC33;
}

.item-avatar span.offline {
    background: none repeat scroll 0 0 #CCCCCC;
}

#members-list li img {
	margin: 0 auto 15px !important;
	display: block;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border: 4px solid #FFFFFF !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) !important;
	max-width: 90px;
	height: auto;
}

#members-list .item-title {
	width: 100% !important;
}

#members-list h4 {
	font-size: 22px !important;
	margin-bottom: 4px !important;
	color: #DE221D;
	width: 100% !important;
}

#members-list .action {
	display: none !important;
}

#members-list p a {
	background: #DE221D;
	color: #FFFFFF;
	padding: 3px 10px;
	display: inline-block;
}

.youtube-videos p {
	display: none;
}

.user-social {
	overflow: hidden;
	margin: 10px 0 0;
}

.user-social img {
	margin-right: 10px;
	float: left;
}

.user-social a {
	float: left;
	display: inline-block;
	color: #000000;
	font-size: 20px;
	line-height: 35px;
    vertical-align: middle;
}

.youtube-videos {
	overflow: hidden;
}

#content .youtube-videos iframe {
	display: inline-block;
    float: left;
    margin: 20px;
    max-width: 340px;
}

#searchform label {
	display: none;
}

#location-table h3 {
	color: #000000;
	background: #EEEEEE;
	padding: 10px 15px;
	border: 1px solid #B90E00;
}

#location-table h3 a {
	background: url('images/toggle-closed.png') no-repeat right center;
	color: #000000;
	display: block;
}

#location-table h3.open {
	margin-bottom: 0;
	border-bottom: 0;
}

#eater-table h3 {
	color: #000000;
	background: #EEEEEE;
	padding: 10px 15px;
	border: 1px solid #B90E00;
}

#eater-table h3 a {
	background: url('images/toggle-closed.png') no-repeat right center;
	color: #000000;
	display: block;
}

#eater-table h3.open {
	margin-bottom: 0;
	border-bottom: 0;
}

#cities {
	display: none;
}

#cities ul {
	background: #EEEEEE;
	overflow: hidden;
	border: 1px solid #B90E00;
	border-top: 0;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 15px;
}

#cities ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	padding: 10px 0;
}

#cities ul li:nth-child(3n+3) {
	margin-right: 0;
}

#ecities, #ecitiesuk {
	display: none;
}

#ecities ul, #ecitiesuk ul {
	background: #EEEEEE;
	overflow: hidden;
	border: 1px solid #B90E00;
	border-top: 0;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 15px;
}

#ecities ul li, #ecitiesuk ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	padding: 10px 0;
}

#ecities ul li:nth-child(3n+3), #ecitiesuk ul li:nth-child(3n+3) {
	margin-right: 0;
}

#city-filter {
	float: left;
	margin-bottom: 30px;
	width: 30%;
}

#challenge-filter {
	float: left;
	margin-bottom: 30px;
	margin-left: 40px;
	width: 33%;
}

#cat-filter {
	float: right;
	margin-bottom: 30px;
	width: 28%;
}

#cityname, #challengename {
	padding: 5px;
    width: 60%;
	border: 1px solid #B90E00;
	float: left;
}

#catname {
	padding: 5px;
    width: 70%;
	border: 1px solid #B90E00;
	float: right;
}

#citysubmit, #catsubmit, #challengesubmit {
	background: #B90E00;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
	float: left;
	font-family: 'oswaldlight', sans-serif;
	font-weight: 300;
}

#catsubmit {
	float: right;
}

.forum-archive #content, .single-forum #content, .single-topic #content {
	width: 100%;
	float: none;
	display: block;
}

.forum-archive #sidebar, .single-forum #sidebar, .single-topic #sidebar {
	display: none;
}

.profile.buddypress #item-body .profile .social-media {
	display: none;
}

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

.profile.buddypress #item-body .profile #profile-edit-form.social-media {
	display: block;
}

body #buddypress ul#friend-list.item-list li {
	overflow: hidden;
}

#buddypress ul#friend-list.item-list li img.avatar {
	margin-right: 30px;
}

.friendship-middle .action a {
	display: inline-block;
	margin-left: 10px;
}

#recent-members {
	padding: 20px 0;
	background: #a50f00; /* Old browsers */
	background: -moz-linear-gradient(top,  #a50f00 0%, #c50800 50%, #c50800 51%, #e50000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a50f00), color-stop(50%,#c50800), color-stop(51%,#c50800), color-stop(100%,#e50000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a50f00 0%,#c50800 50%,#c50800 51%,#e50000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a50f00 0%,#c50800 50%,#c50800 51%,#e50000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a50f00 0%,#c50800 50%,#c50800 51%,#e50000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a50f00 0%,#c50800 50%,#c50800 51%,#e50000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50f00', endColorstr='#e50000',GradientType=0 ); /* IE6-9 */
}

#recent-members h3 {
	color: #FFFFFF;
	float: left;
	margin-bottom: 0;
	line-height: 48px;
}

#recent-members .inner {
	max-width: 980px;
}

#new-members {
	float: left;
	margin-left: 20px;
}

#new-members ul {
	float: left;
}

#new-members li {
	float: left;
	margin: 0 10px;
}

#new-members li img {
	-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 3px 3px 3px #000000;
}

.allmembers {
	float: right;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 48px;
}

body #buddypress ul.item-list li .ac-reply-avatar img.avatar {
	height: 30px;
    width: 30px;
}

#buddypress div.activity-comments ul li {
	background: #FFFFFF !important;
	padding: 10px !important;
}

.activity-meta .fav {
	display: none !important;
}

.activity-meta .like {
	margin-right: 5px !important;
}

#login-mobile {
	display: none;
	background: #000000;
	text-align: center;
	float: right;
}

#login-mobile a {
	color: #FFFFFF;
	display: block;
	padding: 8px 20px;
    font-size: 20px;
}

#mobile-slide {
	background: #000000;
	display: none;
	padding: 8px 20px;
	text-align: center;
	float: right;
	margin-left: 30px;
}

#mobile-slide a {
	background: url('images/mobile-slide.png') no-repeat right center;
	color: #FFFFFF;
	display: block;
    font-size: 20px;
	padding-right: 30px;
}

#mobile-menu {
	display: none;
}

#mobile-menu ul li a {
	display: block;
	padding: 10px;
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}

#mobile-menu ul li ul {
	display:none;
}

#mobile-menu ul li.opened ul {
	display: block;
}

#mobile-menu ul li ul li a {
	padding-left: 20px;
}

#mobile-menu li.menu-item-has-children > a:after {
	content: '+';
	padding-left: 5px;
	font-weight: bold;
	font-size: large;
	line-height: 10px;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 20px;
}

#mobile-menu li.menu-item-has-children.opened > a:after {
	content: '-';
}

#groups-list .item-avatar {
	margin-top: 0;
	margin-right: 20px;
	float: left;
}

#groups-list .item {
	float: left;
	width: 65%;
}

#buddypress ul#groups-list.item-list li div.item-desc {
	margin-left: 0;
	width: 90%;
}

#buddypress div.pagination .pag-count, #buddypress div.pagination {
	display: block !important;
	float: none !important;
}

#bbp-search-form {
	overflow: hidden;
	margin-bottom: 15px;
}

#bbp-search-form input[type="text"] {
	padding: 5px;
	float: left;
}

#bbp-search-form input[type="submit"] {
	float: left;
	margin-top: 0;
	border: 0;
	padding: 5px 10px;
	height: 29px;
}

.mailerlite-form .mailerlite-form-field label
{
	padding-bottom: 3px;
}

.woocommerce-result-count {
	padding: 15px 0 15px 20px;
}

.woocommerce-ordering {
	padding: 15px 20px 15px 0;
}

.post-type-archive-product ul.products, .tax-product_cat ul.products {
	padding: 20px 60px !important;
}

ul.products li {
	width: 44% !important;
	margin-right: 12% !important;
}

ul.products li:nth-child(2n+2) {
	margin-right: 0 !important;
}

ul.products li h3 {
	font-size: 20px !important;
	text-align: center !important;
}

ul.products li .price {
	text-align: center !important;
	margin: 15px 0 !important;
}

ul.products li .price {
	text-align: center !important;
	margin: 15px 0 !important;
}

ul.products li .add_to_cart_button {
	display: block !important;
    float: none !important;
    margin: 10px auto !important;
    max-width: 120px;
    text-align: center !important;
}

.single-product .product {
	padding: 30px !important;
}

.single-product .product_title {
	color: #CF1C15 !important;
	margin-bottom: 25px;
}

.single-product form.cart {
	margin-top: 30px !important;
}

.woocommerce-tabs .panel.entry-content {
	border: 1px solid #dfdbdf !important;
	border-top: 0 !important;
	padding: 25px !important;
}

.woocommerce-tabs ul.tabs {
	margin-bottom: 0 !important;
}

.related.products h2 {
	color: #CF1C15;
}

div[itemprop="description"] {
   margin-top: 15px;
   line-height: 1.5;
}

.product_meta {
	line-height: 1.5;
}

.single-product .onsale {
	top: 16px !important;
	left: 16px !important;
}

.single-product .related .onsale {
	left: auto !important;
	right: 16px !important;
}

.related ul.products li {
	margin-right: 2% !important;
    width: 22% !important;
}

.related ul.products li:last-child {
	margin-right: 0% !important;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	background: #B90E00 !important;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	border-top: 3px solid #B90E00 !important;
}

.woocommerce-account .lost_reset_password #user_login {
	padding: 5px;
	line-height: 1.5;
}

.home-submit-wrap {
	overflow: hidden;
}

.home-submit-wrap p {
	float: right;
}

.home-submit-wrap p.form-captcha {
	margin-right: 20px;
	color: #FFFFFF;
	padding-top: 15px;
}

.my-profile.profile.public.buddypress .bp-widget.challenges, .my-profile.profile.public.buddypress .bp-widget.contests, .my-profile.profile.public.buddypress .bp-widget.videos {
	display: none;
}

@media screen and (max-width : 1100px) {
	body {
		background: none;
	}

	.inner {
		padding: 0 15px;
		width: auto;
	}

	#menu ul li a {
		padding: 8px 6px;
		text-transform: none;
	}

	#menu ul li ul li a {
		font-size: 13px;
	}

	#register-left h2 {
		font-size: 26px;
		line-height: 1.3;
	}

	.register-wrap input[type="text"], .register-wrap input[type="password"], .register-wrap input[type="email"], .register-wrap select {
		width: 136px;
	}

	.register-wrap select {
		width: 204px;
	}

	.register-left {
		width: 43%;
	}

	.register-right {
		width: 53%;
	}

	#register-left {
		width: 35%;
	}

	#register-right {
		width: 63%;
	}

	#registration input[type="submit"] {
		margin-right: 27px;
	}

	.chal-right h3 {
		line-height: 1.4;
	}

	#header, #home-articles {
		padding-bottom: 20px;
		background: url("images/header.jpg") repeat scroll center top #eeeeee;
	}

	#home-links {
		background: url("images/map_bg.jpg") no-repeat scroll center top #EEEEEE;
	}

	/*

	#copyright {
		float: none;
		display: flex;
		justify-content: center;
  		align-items: center;
	}

	#footer-menu, #footer-menu ul {
		float: none;
		display: flex;
		justify-content: center;
  		align-items: center;
	}

	*/

	#copyright {
		float: none;
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}

	#footer-menu, #footer-menu ul {
		float: none;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

}

@media screen and (max-width : 1000px) {
	body {
		font-size: 16px;
	}
	
	#login-mobile {
		display: inline-block;
	}

	#mobile-slide {
		display: inline-block;
	}

	#menu {
		display: none;
	}

	#loginform {
		display: none;
		padding: 20px !important;
		background: #000000;
		overflow: hidden;
	}

	#loginform p {
		float: left;
		width: 30%;
		margin-right: 5%;
	}

	#loginform p.login-submit {
		margin-right: 0;
	}

	#loginform input[type="text"], #loginform input[type="password"] {
		padding: 7px 5px;
		width: 90%;
	}

	#loginform input[type="submit"] {
		background: none repeat scroll 0 0 #de221d;
		border: 0 none;
		color: #ffffff;
		cursor: pointer;
		font-family: 'oswaldlight',sans-serif;
		font-size: 18px;
		font-weight: 300;
		margin: 0;
		padding: 3px 5px;
		text-transform: uppercase;
		width: 90%;
	}

	.post-date {
		display: none;
	}

	.blog-left .post-title {
		width: 100%;
		float: none;
		display: block;
	}

	.blog-left .post-title h3 {
		font-size: 24px;
		text-align: left;
	}

	.blog-left .post-content {
		margin-top: 0;
	}

	#register-left h2 {
		font-size: 18px;
	}

	#register-left p {
		font-size: 16px;
	}

	.register-wrap label, .register-wrap .register-right label {
		line-height: normal;
		text-align: left;
		display: block;
		margin: 0 0 5px 0;
		font-size: 14px;
	}

	.register-wrap input[type="text"], .register-wrap input[type="password"], .register-wrap input[type="email"], .register-wrap select {
		width: 90%;
		font-size: 14px;
		padding: 5px;
	}
	
	.register-margin {
		margin-top: 10px;
	}

	#recent-challenges ul {
		padding: 0;
	}

	.chal-right h3 {
		font-size: 18px;
	}

	#bottom-ad {
		padding: 20px;
	}

	.footer-widget h3 {
		font-size: 18px;
	}

	.footer-widget {
		font-size: 14px;
	}

	#copyright {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	#footer-menu, #footer-menu ul {
		float: none;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#home-links h2, #recent-challenges h2 {
		font-size: 34px;
	}
	
	#home-links p {
		font-size: 15px;
	}

	#home-links ul li img {
		height: 60px;
	}

	#home-links ul li h3 {
		font-size: 24px;
	}

	.socialmedia-buttons img {
		width: 28px;
		height: 28px;
	}

	.register-wrap .register-right label {
		width: 100%;
	}
}

@media screen and (max-width : 800px) {
	#logo {
		width: 55%;
	}

	#logo-right {
		width: 40%;
		padding-top: 20px;
	}

	#mobile-slide a, #login-mobile a {
		font-size: 18px;
	}

	.blog-left .post-title h3 {
		font-size: 20px;
	}

	#home-articles .post-content p {
		font-size: 15px;
	}

	#register-left, #register-right {
		width: 100%;
		float: none;
		display: block;
	}

	#register-left h2 {
		margin-bottom: 10px;
	}

	#register-left h2 br {
		display: none;
	}

	#register-left p {
		margin-bottom: 20px;
	}

	.register-left, .register-right {
		width: 48%;
	}

	.register-wrap input[type="password"] {
		max-width: 114px;
	}

	#home-links p br {
		display: none;
	}

	#home-links ul li h3 {
		font-size: 20px;
	}

	#home-links ul li p {
		font-size: 13px;
	}

	#home-links h2, #recent-challenges h2 {
		font-size: 30px;
	}

	body .smw_center img, body .smw_left img {
		margin-right: 5px !important;
	}

	#footer-menu, #footer-menu ul {
		float: none;
		margin: auto;
	}

	#sticky-header {
		display: none !important;
	}

	#content, #sidebar {
		width: 100%;
		float: none;
		display: block;
		overflow: hidden;
	}

	.post-title, .category .post-title {
		width: 100%;
		float: none;
		display: block;
	}

	.post-social, .post-more {
		width: 100%;
		float: none;
		display: block;
	}

	.post-more {
		margin-top: 20px;
	}

	#bottom-ad {
		display: none;
	}
	
}

#mobile-register {
	display: none;
	position: absolute;
	padding: 8px;
	background: #000000;
	color: #FFFFFF;
	top: 20px;
	right: 0;
	cursor: pointer;
}

#mobile-rchallenge {
	padding: 12px 20px;
	position: relative;
	background: #000000;
	color: #FFFFFF;
	display: none;
	margin-bottom: 20px;
	cursor: pointer;
}

#mobile-rchallenge:after {
	content: '+';
	padding-left: 5px;
	font-weight: normal;
	font-size: large;
	line-height: 10px;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 40px;
}

#mobile-rchallenge.opened:after {
	content: '-';
}

#mobile-challenges {
	padding: 0 15px;
}

@media screen and (max-width : 568px) {
	#mobile-slide {
		margin-left: 12px;
		padding: 8px 15px;
	}

	#mobile-slide a, #login-mobile a {
		font-size: 16px;
	}

	#login-mobile a {
		padding: 8px 15px;
	}
	
	.register-wrap input[type="password"] {
		max-width: 96px;
	}

	.footer-widget, .footer-widget.last {
		width: 100%;
		display: block;
		float: none;
		margin: 0 0 20px;
	}

	.footer-widget.last {
		margin: 0;
	}
	
	#footer-menu, #footer-menu ul {
		float: none;
		margin: auto;
	}

	#register-left {
		position: relative;
	}

	#mobile-register {
		display: block;
	}

	#register-right {
		display: none;
	}

	#mobile-rchallenge {
		display: block;
	}

	#mobile-challenges {
		display: none;
	}

	#recent-challenges, #recent-challenges .inner {
		padding: 0;
	}
	
	.footer-widget {
		font-size: 16px;
	}

	.footer-widget .textwidget, .footer-widget .really_simple_twitter_widget, .footer-widget .Social_Widget, .twitter-follow-button {
		display: none;
	}

	.footer-widget h3 {
		background: #B9170C;
		color: #FFFFFF;
		position: relative;
		padding: 10px 20px;
		cursor: pointer;
		font-size: 20px;
	}

	.footer-widget h3:after {
		content: '+';
		padding-left: 5px;
		font-weight: normal;
		font-size: large;
		line-height: 10px;
		position: absolute;
		right: 10px;
		top: 14px;
		font-size: 40px;
	}

	.footer-widget h3.opened:after {
		content: '-';
	}

	.bx-wrapper .bx-viewport {
		left: 0 !important;
	}
}

@media screen and (max-width : 480px) {
	#registration {
		padding: 5px 0 10px;
	}

	#register-left h2 {
		max-width: 75%;
	}

	#mobile-register {
		top: 35px;
	}

	#home-links h2, #recent-challenges h2 {
		font-size: 24px;
	}

	#home-links ul li {
		width: 50%;
	}

	#home-links ul li:nth-child(3), #home-links ul li:nth-child(4) {
		margin-top: 20px;
	}

	.register-wrap input[type="password"] {
		max-width: 78px;
	}

	#footer-menu, #footer-menu ul {
		float: none;
		margin: auto;
	}

	#recent-challenges ul li, #recent-challenges ul li:nth-child(3n+3), #recent-challenges ul li:last-child {
		width: 100%;
		float: none;
		display: block;
	}

	#bottom-posts li, #bottom-posts li:nth-child(2n+1) {
		width: 100%;
		float: none;
		display: block;
	}
	
	#map-search
	{
		top: 0;
		left: 0;
		margin: 0;
		width: 100vw;
	}
	
	#map-frame-home-page
	{
		height: 120px;
	}	

	.search-box 
	{
		background: url('images/search_bg.png') repeat;
		background-color: white;
		padding: 15px;
		overflow: hidden;
		width: 380px;
	}

	.search-box
	{
		width: auto;
	}
	
	#map-frame
	{
		height: 500px;
	}
	
	.search-box input[type=text]
	{
		width: 55vw !important;
		position: relative;
	}
}

@media screen and (max-width : 360px) {
	#logo, #logo-right {
		width: 100%;
		float: none;
		display: block;
	}

	#login-mobile {
		float: left;
	}

	#home-articles .blog-left, #home-articles .blog-right {
		width: 100%;
		float: none;
		display: block;
	}

	#home-articles .blog-right {
		margin-bottom: 20px;
	}

	.register-left, .register-right {
		width: 100%;
		float: none;
		display: block;
	}

	#home-links h2, #recent-challenges h2 {
		line-height: 1.3;
		font-size: 20px;
	}

	#home-links ul li p {
		font-size: 12px;
	}

	.footer-widget h3 {
		font-size: 18px;
	}

	#footer-menu {
		display: none;
		margin: auto;
	}

	.register-left {
		margin: 10px 0;
	}

	#copyright {
		line-height: 1.4;
	}
	
	#map-search
	{
		top: 0;
		left: 0;
		margin: 0;
		width: 100vw;
	}
	
	.search-box
	{
		width: auto;
	}
	
	#map-frame
	{
		height: 120px;
	}

}	