@charset "UTF-8";
/**
 ** Maroela-fontein se stylesheet
 **/
/* 
 * Header styles
 */
.page.maroelafontein #hoof-logo {
  width: 160px;
  height: 105px;
  margin: 10px 5px 0 20px;
  float: left;
}

/*
 * Sekondêre navigasie
 */
#sekondere-nav .mf-nav-mobile {
  float: right;
}

/*
 * Emosies uitgelog
*/
#emosies-uitgelog {
  background-color: transparent !important;
  border: 0px !important;
  padding: none !important;
}

/*
  * Login Ajax 
  */
#login {
  display: none;
  max-width: 440px;
  min-width: 300px;
  width: 100%;
  padding: 0;
  background-color: #11868d;
  background-image: url("../images/mf-login-popup-bg.png");
  background-repeat: no-repeat;
  background-size: 444px auto;
  background-position: center -25px;
  position: fixed;
  top: 50%;
  margin-top: -200px;
  z-index: 999;
  left: 50%;
  margin-left: -200px;
  cursor: default;
  /* Gravity Forms */
  /* END Gravity Forms */
}
#login a.clsbtn {
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 18px;
  right: 20px;
  color: #231f20;
  cursor: pointer;
}
#login h1 {
  color: #231f20;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 30px 8px 20px;
  text-align: left;
  margin-bottom: 35px;
}
#login .gf_login_form label {
  color: #ffffff;
}
#login .gf_login_form .gfield {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
#login .gf_login_form .gfield_label {
  width: 100%;
}
#login .gf_login_form .gfield_checkbox label {
  line-height: 1.75;
}
#login .gf_login_form input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
  margin: 0 6px 0 6px;
  cursor: pointer;
}
#login .gf_login_form li.gfield.gfield_error {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
#login .gf_login_links {
  text-align: center;
}
#login .gf_login_links a {
  color: #ffffff;
}
#login .gform_wrapper .gform_footer {
  margin-top: -40px;
  padding: 0 16px;
  text-align: right;
}
#login .gform_wrapper .gform_footer input[type=submit] {
  margin: 0;
}
#login p.status {
  display: none;
  padding: 0 20px;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}

.login_overlay {
  height: 100%;
  width: 100%;
  background-color: #3b3a3a;
  opacity: 0.7;
  position: fixed;
  z-index: 998;
}

#teken-in-blad p.status {
  display: none;
  padding: 0 20px;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
#teken-in-blad input#username,
#teken-in-blad input#password {
  margin: 10px 0px;
  width: 100%;
  display: block;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  max-width: 100%;
}
#teken-in-blad .forgotten_box {
  display: inline-block;
  padding: 3px 20px 0 0px;
}
#teken-in-blad .forgotten_box .lost {
  display: block;
  padding: 5px;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-transition: all 180ms ease-in;
  -moz-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
#teken-in-blad input.submit_button {
  padding: 10px;
  margin-right: 0px;
  float: right;
  -moz-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  background-color: #c45712;
  width: 100px;
  display: inline-block;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 6px 11px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

#login input#username,
#login input#password {
  margin: 10px 20px;
  width: 400px;
  display: block;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
}
#login .forgotten_box {
  display: inline-block;
  padding: 3px 20px 0 20px;
}
#login .forgotten_box .lost {
  display: block;
  padding: 5px;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-transition: all 180ms ease-in;
  -moz-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
  color: #fff;
}
#login input.submit_button {
  padding: 10px;
  margin-right: 20px;
  float: right;
  -moz-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  background-color: #c45712;
  width: 100px;
  display: inline-block;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 6px 11px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

#register {
  display: none;
  background-color: #5f9fa6;
  position: fixed;
  top: 20%;
  margin-top: -116px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
  padding: 10px 10px 20px 10px;
  border: 2px solid black;
  border-radius: 4px;
  min-width: 500px;
  /*
  	input#439_6_3,
  	input#439_6_6,
  	input#signonname,
  	input#email,
  	input#signonpassword,
  	input#password2 {
  		margin: 10px 25px;
  		width: 100%;
  		max-width: 90%;
  		display: block;
  		background: #f7f7f7;
  		background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  		border: 1px solid #d1d1d1;
  	}
  */
}
#register h1 {
  color: #fff;
  background: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 20px;
  text-align: left;
  margin-bottom: 19px;
}
#register a.close {
  color: #DCDCDC;
  position: absolute;
  right: 4px;
  top: 1px;
  cursor: pointer;
}
#register p.status {
  display: none;
  padding: 0 20px;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
#register p.text {
  padding: 0 10px;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
#register input#username:focus,
#register input#password:focus,
#register input#signonname:focus,
#register input#email:focus,
#register input#signonpassword:focus,
#register input#password2:focus {
  background-color: #fff;
}
#register input.submit_button {
  padding: 10px;
  margin-right: 32px;
  float: right;
  -moz-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  background-color: #c45712;
  width: 100px;
  display: inline-block;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 6px 11px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
#register label.error {
  display: none !important;
}
#register input.error {
  border: 1px solid #FF0000 !important;
}

li.gf_readonly input[type="text"] {
  background-color: #f0f0f0;
}

/*
 * Page styles
 */
body.maroelafontein .inner-content {
  background-image: url("../images/mf-content-bgtile.jpg");
  background-repeat: repeat;
}
body.maroelafontein #main {
  min-height: 743px;
}

/*
 * My Profiel-bladsy
 */
.post-my-profiel .nav-tab-wrapper {
  padding: 0;
  background-color: #faf8f5;
  background-image: url("../images/windpomp_wit.svg");
  background-repeat: no-repeat;
  background-position: right 15%;
  background-size: 300px auto;
  border: 1px solid #f0ebe4;
}
.post-my-profiel .nav-tab-wrapper ul {
  margin: 5px 5px 0;
}
.post-my-profiel .nav-tab-wrapper ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.post-my-profiel .nav-tab-wrapper ul li a {
  padding: 0 0.5em 0 0.5em;
  display: block;
  line-height: 2em;
  color: #fff;
  background-color: #fbb042;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #f5aa3b;
  border-radius: 3px;
  text-decoration: none;
  text-transform: lowercase;
}
.post-my-profiel .nav-tab-wrapper ul li a .active, .post-my-profiel .nav-tab-wrapper ul li a:active, .post-my-profiel .nav-tab-wrapper ul li a:hover {
  background-color: #25757c;
  border: 1px solid #227178;
}
.post-my-profiel .page-title {
  margin: 1em 0;
  padding: 10px 17px;
  background-color: #25757C;
  color: #ffffff;
}
.post-my-profiel .oranje-btn,
.post-my-profiel .seegroen-btn {
  color: #ffffff;
}
.post-my-profiel .oranje-btn:hover,
.post-my-profiel .seegroen-btn:hover {
  color: #ffffff;
}
.post-my-profiel .kanselleer-container {
  display: inline-block;
  float: left;
}

/*
 * MF artikel-knoppies
 */
.mf-artikel-knoppies {
  float: right;
}

/*
 * Emosies-knoppie - Emotikons
 */
.reactions_cont {
  margin: auto;
}

/*
 * Kommentaar-styles
 */
.comments-area {
  width: auto;
  margin: 0 auto;
}

#wc-comment-header {
  display: none;
}

#wpcomm {
  border-top: none;
}

#comments {
  padding: 0 0 0 1.5em;
}

.wpdiscuz-ftb-left {
  display: none;
}

#wpcomm .wpdiscuz-form-top-bar {
  color: #381905;
}

#wpcomm .wc-field-textarea textarea {
  color: #381905;
}

#wpcomm .wpdiscuz-form-bottom-bar {
  display: none;
}

#wpcomm .wc-vote-result {
  color: #381905;
}

/*
 * Ecard
 */
div.ecard-container form {
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #e0dfdf;
  border-radius: 4px;
}

.ecard {
  width: 100%;
  padding: 3px;
  position: relative;
}
.ecard input[type=radio] {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 20px;
  width: 20px;
}
.ecard input[type=radio]:checked {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 20px;
  width: 20px;
}
.ecard input[type=radio]:checked + label img {
  border: 1px solid #499da0;
}

.entry-content .ecard label {
  cursor: pointer;
}
.entry-content p {
  margin: 15px 0 1.5em;
}
.entry-content input[type="text"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}
.entry-content input[type="submit"] {
  background-color: #c45712;
  display: inline-block;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  color: white;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 6px 11px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

input[type="password"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="datetime"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="datetime-local"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="date"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="month"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="time"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="week"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="number"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="email"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="url"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="search"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="tel"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

input[type="color"] {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

select {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

textarea {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

.field {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #381905;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e1d4;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", Arial, sans-serif;
  background-color: white;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
}

.d-1of4 {
  padding-right: 0;
}

/*
 * Boekmerk-knoppie - Favorites
 */
.simplefavorite-button {
  border: 0;
  background-color: transparent;
  opacity: 1;
  margin: auto;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
.simplefavorite-button.active {
  opacity: 1;
}
.simplefavorite-button .has-count {
  position: relative;
}
.simplefavorite-button .boekmerk-stack {
  color: #BE151C;
  font-size: .8em;
}
.simplefavorite-button .boekmerk-label {
  height: 0.9em;
  padding: 4px 10px 4px 7px;
  margin: 0 -10px 0 0;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #381905;
  background-color: #fff;
}

.simplefavorites-loading {
  margin-left: 8px;
}

/*
 * MyCRED Notifications
 */
.notice-wrap {
  position: fixed !important;
  top: auto !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
  opacity: 1 !important;
}

* html .notice-wrap {
  position: absolute !important;
}

.notice-item p {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.notice-item {
  position: relative !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px !important;
  line-height: 22px !important;
  font-size: 12px !important;
  border-radius: 5px !important;
  text-align: center !important;
  background-color: #5d9da4 !important;
  color: #fff !important;
}
.notice-item h1 {
  margin: 0 !important;
  padding: 0;
}
.notice-item p {
  margin: 0;
  padding: 0;
  float: none;
}

.notice-item-wrapper {
  padding: 5px;
}

.notice-item-close {
  position: absolute !important;
  display: block !important;
  top: -18px !important;
  right: -15px !important;
  float: right !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 30px !important;
  text-align: center !important;
  background-color: #c45712 !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}

/*
 * MyCRED tiekies-bladsy
 */
.mycred-history-wrapper nav {
  text-align: center;
}
.mycred-history-wrapper .pagination {
  display: inline-block;
  zoom: 1;
  margin: 0 auto 1em;
}
.mycred-history-wrapper .pagination:before, .mycred-history-wrapper .pagination:after {
  content: "";
  display: table;
}
.mycred-history-wrapper .pagination:after {
  clear: both;
}

/*
 * MyCRED Erebalkies-bladsy
 */
h3.erebalkies-afdeling {
  background-color: #e3d8c6;
  padding: 10px 17px;
  margin: 0 0 1em;
}

div.the-badge {
  position: relative;
  background-color: #fff;
  border: 1px solid #f0ebe4;
  padding: 2px 17px 17px;
  margin-bottom: 1em;
}
div.the-badge .mycred-badge-image {
  border: none;
  padding: none;
}
div.the-badge .mm-fbdeel-knoppie {
  float: right;
}

/*
 * Widgets
 */
#userdetails.widget {
  height: 105px;
  padding-top: 67px;
  background-color: #faf8f5;
  border: 1px solid #f0ebe4;
  background-image: url("../images/mf-login-widget-bg.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: 0% 100%;
  text-align: right;
}
#userdetails.widget .mf-widget-btn {
  display: inline-block;
  padding: 3px 8px;
  margin: 0 2px;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 3px;
  font-size: 0.85em;
}
#userdetails.widget #user {
  text-transform: none;
}
#userdetails.widget #mf_registreer, #userdetails.widget #user, #userdetails.widget #tiekies {
  background-color: #11868c;
  border: 1px solid #227178;
}
#userdetails.widget #show_login, #userdetails.widget #logout {
  background-color: #381d0f;
  border: 1px solid #381d0f;
}

.no-widgets {
  display: none;
  height: 0px;
  padding: 0em !important;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (max-width: 481px) {
  #login {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    transform: unset;
  }
}
@media only screen and (max-width: 800px) {
  #wpcomm .wc-comment-header {
    border-bottom: none !important;
    margin-left: 6px !important;
  }
}
@media only screen and (max-width: 610px) {
  #register {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(0%);
    min-width: 10px;
  }

  input#username,
  input#password {
    margin: 10px 25px;
    width: 100%;
    max-width: 90%;
    display: block;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
  }

  #userdetails.widget {
    background-image: none;
    padding: 0px;
    margin: 0px;
    height: 0px;
    border: 0px;
  }
  #userdetails.widget #show_login {
    display: none;
    visibility: hidden;
  }
  #userdetails.widget #mf_registreer {
    display: none;
    visibility: hidden;
  }

  #mf-begin-sidebar {
    height: 0px;
  }

  #choice_439_7_1 {
    margin-top: 4px;
    vertical-align: top;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  .page.maroelafontein #hoof-logo {
    width: 220px;
    height: 130px;
    margin: 0 auto;
    float: none;
  }

  #userdetails.widget {
    margin: 1.5em 1em 0;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  #bokopstrook-sidebar .widget_text a#mf_niggie {
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  #bokopstrook-sidebar .widget_text a#mf_niggie.mf-live.ingeteken {
    background-image: url("../images/mf-niggie-profiel.jpg");
  }
  #bokopstrook-sidebar .widget_text a#mf_niggie.mf-live.uitgeteken {
    background-image: url("../images/mf-niggie-af.jpg");
  }
  #bokopstrook-sidebar .widget_text a#mf_niggie.mf-live.afgeskakel {
    background-image: url("../images/mf-niggie-af.jpg");
  }

  .page.maroelafontein #hoof-logo {
    width: 341px;
    height: 150px;
    margin: 0 auto;
  }

  .mf-artikel-knoppies {
    text-align: center;
    float: right;
  }
}
