/* CUSTOM TWEAKS -- NO TIME FOR SASS */
body.page .site-content {
	background: none!important;
}
.site-header .navbar-toggle {
    display: inline-block;
    float: none;
    margin-right: 0;
    background: #579837;
}
.site-header .navbar-toggle .icon-bar {
    background-color: #fff!important;
    border-radius: 4px;
    width: 30px;
    height: 5px;
}
.navbar {
    position: relative;
    min-height: 18px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.main-navigation .collapse.in #primary-menu {
    background-color: #5a9d39;
}
.main-navigation #primary-menu>li.active>a {
    position: relative;
    border-bottom: 4px solid #e5b635!important;
}
.main-navigation .navbar-nav>li>a:focus,
 .main-navigation .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus,
   .navbar-default .navbar-nav>li>a:hover {
    color: #e5b635!important;
    background-color: transparent;
}
.main-navigation .navbar-nav>.active>a,
 .main-navigation .navbar-nav>.active>a:focus,
  .main-navigation .navbar-nav>.active>a:hover,
   .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
     .navbar-default .navbar-nav>.active>a:hover {
    color: #fff!important;
    background-color: transparent;
}
.breadcrumbs span a {
    color: #e5b635;
}
/*---------------
    homepage
----------------*/
.owl-nav:before {
    background: no-repeat url(../images/children.png) top/100%;
    content: "";
    position: absolute;
    right: -19%;
    top: -90px;
    width: 800px;
    height: 600px;
    z-index: -1;
}
.hero-section .owl-theme.hero .owl-nav {
    clear: both;
    position: absolute;
    margin-top: 0;
    top: 46%;
    left: 0;
    right: 0;
    z-index: 1;
}
/*.hero-section:after {
background: no-repeat url(../images/children.png) top/100%;
    content: "";
    position: absolute;
    right: 9%;
    bottom: -81px;
    width: 800px;
    height: 600px;
    z-index: 1;
}*/
.about-section:before {
    background: no-repeat url(../images/Rectangle.png) top/100%;
    content: "";
    position: absolute;
    right: 0;
    top: -410px;
    width: 410px;
    height: 410px;
    z-index: 1;
}
.hero-section {
    padding-bottom: 100px;
    position: relative;
}
.about-section {
    position: relative;
}
.header-form {
    margin: 40px 0 0 0;
    text-align: right;
}
.header-form input[type=text] {
    background-color: #eee;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 10px;
    width: 50%;
    border: 1px solid #ddd;
}
.header-form input[type=submit] {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
    background-color: rgb(238, 238, 238);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    color: rgb(108, 189, 69);
    font-size: 20px;
    font-family: FontAwesome;
    padding: 4px 10px 8px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;
    border-left: 0px;
    margin: 0px 0px 0px -5px;
}
/*---------------
    404 Page
----------------*/

.search-no-results .content-area,
.error404 .content-area {
    background-color: #fff;
}
.search-no-results .site-main,
.error404 .site-main {
    padding: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.search-no-results .site-main h1,
.error404 .site-main h1 {
    text-transform: uppercase;
}
.search-no-results .site-main .search-form,
.error404 .site-main .search-form {
    margin-top: 55px;
}
.search-no-results .site-main input.search-field,
.error404 .site-main input.search-field {
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ccc;
}
.search-no-results .site-main input.search-submit,
.error404 .site-main input.search-submit {
    padding: 15px;
    border: 1px solid #ccc;
    margin-left: -6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-no-results .site-main span.screen-reader-text,
.error404 .site-main span.screen-reader-text {
    display: none;
}
.search-no-results aside#secondary {
    display: none;
}
@media (max-width: 425px){
    .search-no-results .site-main input.search-field,
    .error404 .site-main input.search-field {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    }
    .search-no-results .site-main input.search-submit,
    .error404 .site-main input.search-submit {
    margin-top: 10px;
    padding: 8px 40px;
    border: 1px solid #ccc;
    margin-left: 10px;
    border-radius: 5px;
    }
}
/*---------------
    Partners Page
----------------*/


.list-partners {
    margin-top: 25px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}
.content-partners h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.content-partners .line-green {
    border-bottom: 3px solid #6cbd45;
    width: 8%;
    margin-bottom: 25px;
}
.logo-partner img {
    max-width: 100%;
}
/*---------------
    Search Page
----------------*/
.search .content-area {
    background-color: #fff;
}
.search .content-area .site-main {
    padding: 25px;
}
.search h2.entry-title a {
    color: #6cbd45;
}
.search h2.entry-title a:hover {
    text-decoration: none;
    color: #97d353;
}
/*---------------
    Inside Page
----------------*/
.page-template-template-faqs .page-section .section-container {
    background-color: #fff!important;
    padding: 25px;
}
.page-section .page-container {
	background: #fff!important;
	padding: 25px;
}
.page-section .page-container ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    color: #6cbd45;
    margin-right: 10px;
}
div#bbpress-forums ul li:before{
    display: none;
}
.page-section .page-container ul li {
    list-style: none;
    margin-bottom: 10px;
}
.page-section .page-container ol li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    font-weight: 600;
}
.page-section .page-container ol li:after {
    content: counter(list) ".";
    position: absolute;
    left: -2.5em;
    top: 0em;
    width: 2em;
    text-align: right;
     color: #6cbd45;

}
.sidebar-page.col-md-3 {
    padding: 0;
}
.side-menu li.page_item {
    margin: 5px 0px;
}
.sidebar-page i.fa.fa-caret-right {
    font-size: 15px;
    margin-right: 5px;
}
.page-section.col-md-9 {
    margin: 0 0 0;
    padding: 0px;
}
.sidebar-page {
	background: #fff!important;
	padding: 0px;
}
.side-menu {
   padding: 25px;
    background: url(../images/sidebar-bg.png)no-repeat;
    background-size: 100%;
    background-size: cover;
}
.side-menu h4 {
    text-transform: uppercase;
}
.side-menu ul {
    list-style: none;
    padding: 0 0 0 0px;
}
.side-menu ul li {
    text-transform: uppercase;
    padding: 5px 0;
}
.side-menu ul li a{
    color: #000;
}
.side-menu ul li a:hover{
    color: #6cbd45;
    text-decoration: none;
}
.side-contact {
    background-color: #000;
    padding: 25px;
    color: #fff;
    margin-left: 10px;
}
.side-contact .line-green {
    border-bottom: 2px solid #6cbd45;
    width: 45%;
}
.side-contact ul {
 	list-style: none;
 	 padding: 0;
}
.side-contact ul li {
    padding: 0;

}
.side-contact ul li {
    padding: 10px 0 0 0;
}
.side-contact ul li a {
    color: #fff;
}
#menu-footer-menu {
	text-transform: uppercase;
}
.widget-area .widget-section a {
	color:#dedede;
}
.about-section .about-thumb img {
	height: auto;
}
.breadcrumbs {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 15px;
}
.side-contact .fa {
    margin-right: 8px;
    color: #6cbd45;
}
.entry-content .line-green,
.entry-header .line-green {
    border-bottom: 3px solid #6cbd45;
    width: 8%;
    margin-bottom: 25px;
}
.textwidget .fa {
    margin-right: 8px;
    color: #6cbd45;
}

/* TABLE SDG */
.table.sdg-table {
    margin-top: 25px;
}
.table.sdg-table tr.content:nth-child(odd) {
    background-color: #e2f2da;
}
.table.sdg-table tr.title th, .table.sdg-table tr.content td {
    border: 1px solid #dedede;
    text-align: left;
    padding: 15px!important;
}

.table.sdg-table tr.title {

    background-color: #2b2b2b;
    color: #ffffff;
    text-transform: uppercase;
}
/*Table EcoZone*/
.table.ecozone ul {
    padding: 0;
}
.table.ecozone tr.content td {
    padding: 20px 10px;
}
.table.ecozone td, .table.ecozone th {
    border-top: 0px solid #ddd;
}
.table.ecozone th {
    font-size: 30px;
    font-weight: 500;
}
/**/
@media (min-width: 1024px){
	.main-navigation #primary-menu {
	    font-size: 16px!important;

	}
	.main-navigation #primary-menu>li>a {
	    padding: 35px 17px!important;
	}
}
/*---------------
MEDIA WIDTH 320px
----------------*/
@media (max-width: 1024px){
.hero-section .carousel-caption {
    font-size: 18px;
    padding: 42px 57px!important;
}
} /*end 425px*/
/*---------------
MEDIA WIDTH 425
----------------*/
@media (max-width: 425px){
    .hero-section .carousel-caption {
        background-color: hsla(0, 0%, 100%, 0)!important;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .hero-section {
    padding-bottom: 25px!important;
    }
    .list-partners {
    display: block;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #ddd;
    }
    .logo-partner {
    width: 100%!important;
    }
    .content-partners {
    width: 100%!important;
    }
    .content-partners h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 10px 0;
    }
    .content-partners .line-green {
    border-bottom: 3px solid #6cbd45;
    width: 25%;
    margin-bottom: 25px;
    }
    .hero-section .carousel-caption {
    font-size: 18px;
    padding: 50px 60px!important;
    }
    .site-header .navbar-toggle {
    display: inline-block;
    float: left!important;
    margin-right: 0;
    }
    .searchbox-open {
    width: 100%!important;

    }

} /*end 425px*/

/*---------------
MEDIA WIDTH 768px
----------------*/
@media (min-width: 769px){
    span.searchbox-icon {
        display: none;
    }
}
/*-----------------------*/
@media (max-width: 768px){
/*    .about-section {
    background: no-repeat url(../images/girl-bg.png) bottom/cover!important;
    }*/
    .about-section:before {
    display: none;
    }
    .hero-section:after {
    display: none;
    }

    .hero-section {
    padding-bottom: 25px!important;
    }
    .build-section .build-feature figure:before {
    display: none;
    }
    .site-footer .bottom-bar-area {
    background-color: #6cbd45;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
    text-align: center;
    }
    /*search*/
form#searchform.header-form {
    position: absolute;
    top: -25px;
    right: 10px;
}
.header-form{
    position: absolute;
    min-width: 50px;
    right: 0;
    top: 25px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#6dbd45;
   background:#fff;
   border:1px solid #ddd;

}


.header-form.searchbox-open input[type=submit]{
    display: none;
}
.header-form.searchbox-open input[type=text]{
        margin: 0px 39px 0 0;
        border-radius: 0;
}
.searchbox-open{
    width:60%;
      /*  background: #ebebeb;*/
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}
form.header-form input[type=text]{
     background-color: rgba(191, 31, 31, 0);
         padding: 14px 10px;
    margin: 0 1px 0 0;
    background-color: #fff;
}
form.header-form input[type=submit] {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
    background-color: rgba(191, 31, 31, 0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
        color: rgba(67, 33, 33, 0);
}
/*end search*/

    .hide-mobile.col-md-3 {
    display: none;
    }
    .show-mobile ul li a {
    color: #000;
    text-transform: uppercase;
        padding: 8px;
    }
    .show-mobile ul li {
    list-style: none;
    padding: 5px;
    }
    .show-mobile ul {
        margin: 20px 0;
            background: #f4f4f4;
            padding: 15px;

    }
} /*end 768px*/

/*---------------
MEDIA WIDTH 1024px
----------------*/
@media (max-width: 1024px){
	.main-navigation #primary-menu>li>a {
	       padding: 25px 9px!important;
	}
	.main-navigation #primary-menu {
	    font-size: 14px!important;

	}
    .about-section:before {
    background: no-repeat url(../images/Rectangle.png) top/100%;
    content: "";
    position: absolute;
    right: 0;
    top: -430px;
    width: 460px;
    height: 431px;
    z-index: -1;
    }
    .owl-nav:before {
        display: none;
    }

    .hero-section:after {
    background: no-repeat url(../images/children.png) top/100%;
    content: "";
    position: absolute;
    right: 9%;
    bottom: -12px;
    width: 601px;
    height: 400px;
    z-index: 1;
    }
    .hero-section .carousel-caption {
    font-size: 18px;
    padding: 50px 110px!important;
    }
.build-section .build-feature figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 193px!important;
    height: 207px;
}
    .site-footer:after {
    display: none;
    }

    .logo-partner {
    width: 48%;
    }
    .content-partners {
    width: 52%;
    }
}/*end 1024px*/

/*---------------
MEDIA WIDTH 1366PX
----------------*/
@media (min-width: 1366px){

    .owl-nav:before {
    background: no-repeat url(../images/children.png) top/100%;
    content: "";
    position: absolute;
    right: -173px;
    top: -180px;
    width: 939px;
    height: 656px;
    z-index: -1;

    }
    .about-section:before {
    background: no-repeat url(../images/Rectangle.png) top/100%;
    content: "";
    position: absolute;
    right: 0;
    top: -350px;
    width: 350px;
    height: 350px;
    z-index: 1;
    }
}
/*---------------
MEDIA WIDTH 1920
----------------*/
@media (min-width: 1920px){
    .about-section:before {
    background: no-repeat url(../images/Rectangle.png) top/100%;
    content: "";
    position: absolute;
    right: 0;
    top: -399px;
    width: 400px;
    height: 400px;
    z-index: 1;
    }
    .owl-nav:before {
    background: no-repeat url(../images/children.png) top/100%;
    content: "";
    position: absolute;
    right: -191px;
    top: -191px;
    width: 957px;
    height: 930px;
    z-index: -1;
    }
}
/*---------------
MEDIA WIDTH 2650PX
----------------*/
@media (min-width: 2560px){
    .about-section {
        background: no-repeat url(../images/about-bg-lg.png) bottom/cover;
        background-size: 100% 120%!important;
    }
    .owl-nav:before {
    background: no-repeat url(../images/children.png) top/100%;
    content: "";
    position: absolute;
    right: -340px;
    top: -170px;
    width: 921px;
    height: 812px;
    z-index: -1;
    }
}

/*---------------
  CONTACT US
----------------*/
.gform_wrapper {
    background:#ebebeb;
    padding:10px 20px;
}
.gform_wrapper .gfield_required {
    color:#fd7028!important;
}
.gform_wrapper ul li.gfield {
    margin-bottom:16px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    padding:12px 5px!important;
    border:1px solid #d7d7d7;
}
.gform_wrapper label.gfield_label {
    font-weight: normal;
    margin:0!important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin:0 10px 0 0;
    vertical-align: top;
}
.gform_wrapper select {
    padding:12px 5px!important;
    border:1px solid #d7d7d7;
}
.gform_wrapper input#gform_submit_button_1 {
    background: #6cbd45;
    color: #fff;
    padding: 7px 45px;
    font-size: 12px;
    margin: 0;
    border: 2px solid #6cbd45;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-weight: normal;
}
@-moz-document url-prefix() {
    #choice_1_7_1 {
        position: relative;
        top: -24px;
        margin-right: 15px;
    }
     li#field_1_8 label {
    display: none;
    }
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #choice_1_7_1 {
        position: relative;
        top: -22px;
        margin-right: 15px;
    }
    li#field_1_8 label {
    display: none;
    }


}

/*---------------
  FORUM
----------------*/

#bbpress-forums li.bbp-header {
    background-color: #2b2b2b;
    color: #fff;
}

#bbppress-forums {
    font-family: Raleway,Helvetica Neue,Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
}

#bbpress-forums p.bbp-topic-meta, a.bbp-forum-title, #bbpress-forums li, .bbp-template-notice.info {
    font-size: 14px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content{
    font-size: 12px;
}

/*styling to move 'Subscribe' to right hand side */
.bbp-template-notice.info p {
    font-size: 14px;
}

.single-forum .subscription-toggle  {
    float:right !important ;
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 5px;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fff;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #e2f2da;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    padding: 0px;
}

#bbpress-forums li {
    padding: 8px;
    border-right: 1px solid #fff;
}

#bbpress-forums li:last-child{
    border-right: none;
}


#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 0px;
}

li.bbp-body {
    padding: 0px !important;
}

.bbp-reply-author, .bbp-reply-content{
    padding: 8px !important;
    padding-bottom: 4px !important;
}

.bbp-header .bbp-reply-content {
    border-left: 1px solid #fff;
    padding-left: 20px !important;
}

#bbpress-forums .bbp-body li {
    border-right: none;
}

#bbpress-forums a {
    color: #252525;
}

input#bbp_search {
    padding: 12px 5px!important;
    border: 1px solid #d7d7d7;
}

input#bbp_search_submit {
    border: 1px solid #d7d7d7;
    padding: 8px;
    padding-bottom: 10px;
    font-size: 16px;
}

.deleteFileBTN{
    float: left;
}

button.btn.btn-default.btn-lg.deleteBTN {
    color: #f00;
    padding: 12px;
    font-size: 19px;
}

.page_item_has_children > ul.children {
    margin-left: 20px;
}

.side-menu .page_item a {
    color: #000;
}

.side-menu li{
    list-style: none;
}

.side-menu > li > a {
    font-size: 16px;
}

.side-menu .current_page_item > a {
    color: #ff6f23 !important;
    font-weight: bold;
}

.page-young-australians-plan-planet-program-research .page-section .page-container ol {
    padding-left: 15px;
}

.page-young-australians-plan-planet-program-research .page-section .page-container ol li {
    font-weight: normal;
    list-style-type: decimal;
}
.page-young-australians-plan-planet-program-research .page-section .page-container ol li:after {
    content: none;
}

.page-section .page-container .nav.nav-pills li:before {
    content: none;
}
.btn-survey-group {
    margin: 40px 0;
}
.btn-survey-group .btn {
    border-radius: 45px !important;
    padding: 14px 16px;

}
.entry-footer .edit-link {
    display: block;
    margin: 40px 0;
}

/* Edits to the forum */
legend {
    display: initial !important;
}

.mce-edit-area.mce-container.mce-panel {
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
}

.bbp-the-content.wp-editor-area {
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.button.submit {
    border: 2px solid #6cbd45;
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 50px;
    text-transform: uppercase;
    background: #fff;
    font-weight: bold;
}

.button.submit:hover, p input#wp-submit:hover {
    border: 2px solid #000;
    background: #6cbd45;
    color: #fff;
}

p input#wp-submit {
    margin-top: 10px;
    border: 2px solid #6cbd45;
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 50px;
    text-transform: uppercase;
    background: #fff;
    font-weight: bold;
}

input[type="file"] {
    font-size: 15px;
}

a.d4p-attachment-addfile, a.subscription-toggle {
    text-decoration: underline;
    color: #ff6f23 !important;
}

span.bbp-breadcrumb-current {
    color: #ff6f23;
}

span.bbp-breadcrumb-sep {
    margin: 0px 8px;
}

#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    border-top: none !important;
}

p.welcome-msg {
    margin-right: 4px;
}

@media (min-width: 1200px) {
    .btn-survey-group .btn {
        width: 80%;
        white-space: normal;
    }
    .btn-survey-group .btn:first-child {
        padding: 23.5px 16px;
    }
    .btn-survey-group .btn + .btn {
        margin-left: 15px;
    }
}
@media (max-width: 1199px) {
    .btn-survey-group .btn {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .btn-survey-group .btn {
        white-space: normal;
    }
}

#bbpress a.d4p-attachment-addfile {
    color: #ff6f23;
}

.bbp-header span#subscription-toggle a, .bbp-header span#favorite-toggle a {
    color: #fff !important;
    text-decoration: none !important;
}

.loginstatus {
    display: inline-flex;
    margin-top: 10px;
}

.loginstatus p {
    margin-left: 10px;
}

@media(min-width: 767px){
    #bbpress-forums div.bbp-reply-author {
        width: 200px;
    }

    #bbpress-forums li.bbp-header .bbp-reply-content{
        margin-left: 200px;
    }

    #bbpress-forums li.bbp-header .bbp-reply-author{
        width: 200px;
    }

    #bbpress-forums li.bbp-footer .bbp-reply-content {
        margin-left: 216px;
    }

    #bbpress-forums li.bbp-footer .bbp-reply-author {
        width: 200px;
    }
}

@media (max-width: 767px) {
    #wpmem_reg .button_div,
    #wpmem_login .button_div {
        text-align: left !important;
    }
    #wpmem_login .button_div #rememberme,
    #wpmem_login .button_div label[for=rememberme] {
        display: inline-block;
        float: none;
        text-align: left;
    }
    #wpmem_login .button_div label[for=rememberme] {
        width: 70%;
    }
    #wpmem_login .buttons {
        display: block !important;
        margin:20px 0;
        width: 100%;
    }
}
@media (max-width: 519px) {
     #wpmem_login .buttons {
        margin: 0 0 20px;
    }
    #loginform .input {
        float: right;
        width: 70%;
    }

    #loginform label {
        float: left;
        width: 30%;
    }

    #loginform .login-remember label{
        width: 100%;
    }

    #loginform p {
        clear: both;
        width: 302px;
        margin: 10px 0px;
        display: flex;
    }
}

.page-member-login #loginform input[type=text],
.page-member-login #loginform input[type=password] {
    width: 100%;
}
.page-member-login .gform_wrapper {
    background: transparent;
    padding: initial;
}
.page-member-login #loginform {
    background: #ebebeb;
    padding: 25px 20px 10px;
}
.page-member-login #loginform > p{
    margin: 0 0 16px;
}
.page-member-login #rememberme {
    margin-right: 10px;
}
.page-member-login .login-submit {
    text-align: right;
}
.page-member-login .login-submit #wp-submit.button-primary {
    background: #6cbd45;
    color: #fff;
    padding: 7px 45px;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0 0;
    border: 2px solid #6cbd45;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page-member-login #forgot-pass {
    margin: 20px 0;
    text-align: center;
}

.page-member-login #gcaptcha-note {
    color:#ff0000;
    font-weight: 700;
}
.page-member-login .button-block a {
    background: #6cbd45;
    color: #fff;
    padding: 7px 45px;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0 0;
    border: 2px solid #6cbd45;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page-member-login .button-block a:hover,
.page-member-login .button-block a:focus {
    text-decoration: none;
}

input.reset_password {
    background: #6cbd45;
    color: #fff;
    padding: 7px 45px;
    font-size: 12px;
    margin: 20px 0 0;
    border: 2px solid #6cbd45;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#wp_pass_reset .text{
    width: 100%;
    font-size: 20px;
}

@media (max-width: 600px) {
    .page-member-login #loginform p {
        display: block;
        width: 100%;
    }
    .page-member-login #loginform label {
        display: block;
        float: none;
        width: 100%;
    }
    .page-member-login #loginform .input {
        display: block;
        float: none;
        width: 100%;
    }
    .page-member-login .login-submit {
        text-align: left;
    }
    .page-member-login .login-submit #wp-submit.button-primary {
        width: 100%;
    }
}

.site-header .site-logo {
    margin: 0;
}
.header-content .loginstatus {
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-content .loginstatus p {
    display: inline-block;
    vertical-align: middle;
}
.header-content .loginstatus .welcome-msg > span {
     color: #6cbd45;
}
.header-content .loginstatus .button-block {
    display: inline-block;
}
.header-content .loginstatus .button-block a {
    background: #6cbd45;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 7px 45px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 15px;
    border: 2px solid #6cbd45;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}
.header-content .loginstatus p {
    margin: 0;
    line-height: 32px;
}
.header-content .loginstatus .button-block a:hover,
.header-content .loginstatus .button-block a:focus {
    text-decoration: none;
}

.page-reset-password #wpmem_login {
    background: #ebebeb;
    font-family: Raleway,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 10px 20px;
}
.page-reset-password #wpmem_login legend {
    border-bottom: 1px solid #b3b3b3;
    display: block !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-reset-password #wpmem_login input {
    background: #6cbd45;
    color: #fff;
    padding: 7px 45px;
    font-size: 12px;
    margin: 0;
    border: 2px solid #6cbd45;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page-reset-password label {
    font-size: 14px;
}
.page-reset-password #wpmem_reg input[type="text"],
.page-reset-password #wpmem_reg input[type="password"],
.page-reset-password #wpmem_login input[type="text"],
.page-reset-password #wpmem_login input[type="password"] {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 12px 5px;
}
.page-reset-password #wpmem_reg input[type="text"]:focus,
.page-reset-password #wpmem_reg input[type="password"]:focus,
.page-reset-password #wpmem_login input[type="text"]:focus,
.page-reset-password #wpmem_login input[type="password"]:focus {
    border-color: #66afe9;
    outline: -webkit-focus-ring-color auto 5px;
}
.page-reset-password .wpmem_msg,
.page-reset-password #wpmem_login .div_text,
.page-reset-password #wpmem_login .button_div {
    width: 100%;
}
.page-reset-password .wpmem_msg {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 20px 0 10px;
    margin-bottom: 28px;
}

