/*
Theme Name: The Nest Community
Theme URI: https://www.builtbyecko.com
Description: The Nest Community WordPress Theme
Author: Built By Ecko
Author URI: https://www.builtbyecko.com
Version: 4.0
*/
body {
	background-color: #f6f6f6;
	color: #373737;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
.container {
	max-width: 960px;
}
.header {
	width: 100%;
	float: left;
	position: relative;
}
.logo img {
	margin-left: 0;
	margin-top: 20px;
}
.slogan p {
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 17px;
	margin: 63px 0 0 0;
	text-shadow: 0px 1px 30px #111;
}
.navigation {
	width: 100%;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	margin: 0 0 40px 0;
}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation ul li {
	list-style-type: none;
	display: block;
	position: relative;
	float: left;
	margin: 0 45px 0 0;
}
.navigation ul li a {
	color: #336666;
	font-size: 15px;
	font-weight: 500;
	text-transform: lowercase;
	cursor: pointer;
}
.navigation ul li > ul {
	display: none;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 15px 20px;
}
.navigation ul li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 350px;
	z-index: 500;
}
.navigation ul li > ul li {
	padding: 5px 0;
	display: block;
	width: 100%;
	float: left;
}
.navigation ul li > ul:hover {
	display: block;
}
.inner-footer {
	width: 100%;
	float: right;
	border-top: 1px solid #c1c1c1;
	padding: 40px 0;
	text-align: center;
}
.body {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.footer-logo {
	color: #363535;
	font-size: 32px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0 0 10px 0;
	display: block;
}
.footer-logo:hover {
	color: #363535;
	text-decoration: none;
}
.inner-footer ul {
	margin: 20px;
	padding: 0;
	text-align: center;
}
.inner-footer ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #d4d4d4;
	font-size: 12px;
}
.inner-footer ul li:last-child {
	border: 0;
}
.inner-footer ul li a {
	color: #363535;
	text-decoration: none;
}
.inner-footer ul li a:hover {
	text-decoration: underline;
}
.inner-footer p {
	font-size: 12px;
}
.main h1 {
	color: #336666;
	font-weight: 500;
	font-size: 24px;
	text-transform: lowercase;
	margin: 0 0 40px 0;
}
.home .main h1 {
	font-weight: 300;
}
.main h2,
.main h3,
.main h4 {
	color: #336666;
	font-weight: 500;
	text-transform: lowercase;
	margin: 30px 0 10px 0;
}
.main h2 {
	font-size: 18px;
}
.main h3 {
	font-size: 16px
}
.main h4 {
	font-size: 14px;
}
.main p {
	margin: 0 0px 20px 0;
	line-height: 25px;
}
.login-widget {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #cecece;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
.login-widget h3 {
	color: #373737;
	font-weight: 300;
	font-size: 22px;
	margin: 0 0 20px 0;
	text-transform: lowercase;
}
.login-widget h3 strong {
	font-weight: 500;
}
ul.bxslider {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
}
ul.bxslider li {
	background-size: cover;
	background-position: center center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.home-header {
	position: relative;
	height: 400px;
	overflow:hidden;
}
.home-header ul.bxslider,
.home-header ul.bxslider li {
	height: 500px;
}
.header .container,
.home-header .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header {
	overflow:hidden;
}
.header ul.bxslider,
.header ul.bxslider li {
	height: 115px;
}
.home-intro {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 72px;
	text-align: left;
	display: block;
	margin-top: 90px;
	line-height: 77px;
	text-shadow: 0px 1px 40px #111;
	
}
.home .main {
	text-align: left;
}
.login-widget form {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.login-widget p {
	width: 100%;
	float: left;
	margin: 0;
}
.login-widget p label {
	display: none;
}
.login-widget input[type=text],
.login-widget input[type=password] {
	border: 1px solid #d9d9d9;
	padding: 5px 10px;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login-widget input[type=submit] {
	background-image: url(http://www.naturalchange.co.uk/wp-content/themes/nest/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	border: 1px solid #d9d9d9;
	background-color: #f6f6f6;
	color: #336666;
	text-transform: lowercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	padding: 5px 30px 5px 10px;
	font-weight: 400;
}
p.login-remember {
	width: 52%;
	float: left;
}
p.login-submit {
	float: left;
	width: 48%;
}
p.login-remember label {
	display: block;
	color: #595858;
	font-size: 12px;
	font-weight: 300;
}
p.login-forgot {
	width: 52%;
	float: left;
	margin-top: -15px;
}
p.login-forgot a {
	color: #c60d04;
	font-size: 12px;
	font-weight: 300;
}
.large-login h3 {
	text-align: center;
}
.groups #group-dir-search {
	display: none;
}
.groups .item-list-tabs {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.groups #subnav {
	float: right;
	margin: 0 !important;
	clear: none !important;
	width: 100% !important;
}
.groups #groups-order-select label {
	font-weight: 400;
}
.login-widget ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.login-widget ul li {
	width: 100%;
	float: left;
	margin: 0 0 5px 20px;
	padding: 0;
}
.login-widget ul li a {
	color: #737373;
	text-decoration: none;
}
.login-widget ul li a:hover {
	color: #111;
	text-decoration: none;
}
.item-subitem-indicator {
	display: none;
}
.item-title a {
	color: #373737;
	font-weight: 500;
	font-size: 16px;
	text-transform: lowercase;
	margin: 0 0 40px 0;
}
#buddypress ul.item-list li div.item-desc {
	width: 70% !important;
	margin: 0 !important;
}
ul#groups-list li {
	width: 100%;
	float: left;
	margin: 10px 0 0 0 !important;
	padding: 10px 0 0 0 !important;
}
ul#groups-list li div.clear {
	display: none;
}
.single-item.groups h1 {
	text-align: left;
}
.single-item.groups #item-meta {
	text-align: left;
}
.single-item.groups #item-actions h3 {
	font-size: 14px;
}
.single-item.groups #item-nav,
.single-item.groups #object-nav,
.single-item.groups #item-body,
.single-item.groups #subnav,
.single-item.groups #members-group-list,
.single-item.groups form.requests,
.single-item.groups form {
	width: 100% !important;
	float: left !important;
	margin: 0 0 20px 0 !important;
}
#object-nav,
#groups-directory-form div.item-list-tabs,
#members-directory-form .item-list-tabs,
.item-list-tabs.activity-type-tabs {
	background-color: #fff !important;
	border: 1px solid #e5e5e5;
	padding: 5px;
}
#object-nav a,
#groups-directory-form div.item-list-tabs a,
.item-list-tabs ul li a {
	color: #737373;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
	background-color: #fff !important;
}
li.feed {
	display: none;
}
#whats-new-textarea textarea {
	min-height: 200px !important;
}
.activity.single-group,
#whats-new-form {
	text-align: left;
	width: 100%;
	float: left;
}
.activity-header img {
	display: none;
}
.settings.bp-user #object-nav ul li a {
	padding: 5px 6px;
}
table.notification-settings {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
#xprofile-settings-base thead tr th {
	padding: 5px 10px;
}
.blogimg img {
	width: 100%;
	float: left;
}
.bloginfo h2 {
	color: #373737;
	font-weight: 500;
	font-size: 24px;
	margin: 0 0 10px 0;
}
.bloginfo h2 a {
	color: #373737;
}
.entry-meta {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.entry-meta a {
	color: #737373;
}
#nav-below {
	width: 100%;
	float: left;
	background-color: transparent;
	border: 0;
	margin: 0 0 0 0;
	padding: 0;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	width: 50%;
	float: right;
	text-align: right;
}
.nav-previous a, 
.nav-next a {
	color: #737373;
}
.type-post {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.type-post a {
	color: #737373;
}
.fimg {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.single-post h1 {
	margin: 0 0 10px 0;
}
.widget-container {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #cecece;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
.widget-container h3 {
	color: #373737;
	font-weight: 300;
	font-size: 22px;
	margin: 0 0 10px 0;
	text-transform: lowercase;
}
.widget-container ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.widget-container ul li {
	width: 100%;
	float: left;
	margin: 0 0 5px 20px;
	padding: 0;
}
.archive h1,
.category h1 {
	margin-bottom: 40px;
}
.widget_bp_core_whos_online_widget {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.foot-widget {
	text-align: left;
	width: 100%;
	float: left;
}
.foot-widget ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
.foot-widget ul li {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
.foot-widget h3 {
	color: #373737;
	font-weight: 300;
	font-size: 22px;
	margin: 0 0 20px 0;
	text-transform: lowercase;
}
.widget_search label,
.widget_categories label {
	display: none;
}
.widget_search #s {
	width: 70%;
	box-sizing: border-box;
	float: left;
	height: 26px;
}
.widget_search #searchsubmit {
	width: 30%;
	float: left;
}
a.postblog {
	font-size: 16px;
	text-transform: uppercase;
	background-color: #efefef;
	color: #111;
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: 500;
}
#gform_wrapper_1 {
	width: 95% !important;
	max-width: 95% !important;
	float: left !important;
	clear: none !important;
}
#gform_wrapper_1 ul li > label {
	margin: 0 0 5px 0;
}
#gform_wrapper_1 .ginput_container {
	margin: 0 0 20px 0;
	padding: 0;
}
#field_1_6 .ginput_container {
	border: 1px solid #CCCCCC;
	width: 100%;
	padding: 5px;
	float: left;
	box-sizing: border-box;
	background-color: #fff;
}
#field_1_6 .ginput_container select {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	-webkit-appearance:none;
	border: 0;
	background-color: #fff;
}
#gform_wrapper_1 ul li input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
}
#input_1_5_ifr {
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
.archive-list ul {
	width: 100%;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
.archive-list ul li {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.archive-list ul li a {
	color: #737373;
}
.base h4 {
	display: none;
}
.profile-fields tbody tr td.label {
	color: #373737;
	font-size: 14px;
	font-weight: 400 !important;
	border: 0 !important;
	line-height: 38px;
	padding: 10px 20px 10px 0 !important;
}
#buddypress div.item-list-tabs ul li a {
	padding: 5px 5px !important;
}
#buddypress .standard-form label, #buddypress .standard-form span.label {
	font-weight: 400 !important;
}
#whats-new-options {
	display: block !important;
}
li#members-order-select {
	display: none;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
.mob-navigation {
	display:  none;
	width: 100%;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0 0 40px 0;
}
.mob-navigation ul {
	margin: 0;
	padding: 0;
}
.mob-navigation ul li {
	list-style-type: none;
	display: block;
	position: relative;
	float: left;
	margin: 5px 0;
	width: 100%;
	float: left;
}
.mob-navigation ul li a {
	color: #336666;
	font-size: 15px;
	font-weight: 500;
	text-transform: lowercase;
	cursor: pointer;
	display: block;
}
.mob-navigation ul li > ul {
	margin: 0 0 0 20px;
	background-color: #fff;
	padding: 0 0;
}
.mob-navigation ul li > ul li {
	padding: 5px 0;
	display: block;
	width: 100%;
	float: left;
}
/*
	ROBOTO
	Light	300
	Normal	400
	Bold	500
*/