body {
  /* font-family: Nunito Sans;  */
  font-family: agreefyslt;
}
button:focus {
  outline: none !important;
}
input:focus {
  outline: none !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

.cWhite {
  color: #ffffff !important;
}
.theme_cgreen {
  color: #00c57a !important;
}
.theme_cblack {
  color: #2b292c !important;
}
.theme_cgrey1 {
  color: #a4a4a4 !important;
}
.theme_cgrey2 {
  color: #e5e3e7 !important;
}
.theme_cgrey3 {
  color: #f9f8fa !important;
}

.bg_white {
  background-color: #ffffff !important;
}
.bg_black {
  background-color: #000 !important;
}
.theme_bg_green {
  background-color: #00c57a !important;
}
.theme_bg_black {
  background-color: #2b292c !important;
}
.theme_bg_grey1 {
  background-color: #a4a4a4 !important;
}
.theme_bg_grey2 {
  background-color: #e5e3e7 !important;
}
.theme_bg_grey3 {
  background-color: #f9f8fa !important;
}
.theme_bg_grey4 {
  background-color: #f7f7f9 !important;
}

.theme_green_hr {
}
.theme_green_hr:hover {
  background-color: #00c57abd !important;
}

.theme_primary_button:focus {
  border: 1px solid black !important;
}

.sign_up_button {
  background: #00c57a;
  border: #00c57a;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 1.5rem 0rem 1.5rem 0rem;
  color: #2b292c;
  cursor: pointer;
  letter-spacing: 2px;
}

.sign_up_button:focus {
  border: 1px solid black !important;
}

.theme_primary_button:hover {
  background: #00c57abd;
}

.theme_secondary_button {
  background: #fff;
  border: 1px solid #2b292c;
  font-size: 0.7rem;
  padding: 1rem 2rem 1rem 2rem;
  color: #2b292c;
}

.theme_secondary_button_sm {
  background: #fff;
  border: 1px solid #2b292c;
  font-size: 0.7rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: #2b292c;
}

.theme_secondary_button_sm_dark {
  background: transparent;
  border: 1px solid white;
  font-size: 0.7rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: white;
}

.theme_secondary_button:hover {
  background: #2b292c;
  color: #fff;
}

.theme_white_button {
  background: transparent;
  border: 1px solid #fff;
  font-size: 0.7rem;
  padding: 1rem 2rem 1rem 2rem;
  color: #fff;
}

.theme_input {
  background: #fff;
  border: 1px solid #2b292c;
  font-size: 0.7rem;
  padding: 1rem 2rem 1rem 2rem;
  color: #2b292c;
}

.theme_input_join_top {
  background: #fff;
  border: 1px solid #2b292c;
  /*border-left: 1px solid #2b292c;
	border-right: 1px solid #2b292c;
	border-bottom: 0px solid #2b292c;*/
  font-size: 0.7rem;
  padding: 1rem 2rem 1rem 2rem;
  color: #2b292c;
  position: absolute;
  margin-top: -1px;
}

.theme_input_join_top:focus,
.theme_input:focus {
  border: 1px solid #00c57a;

  z-index: 2;
}

.theme_input_white {
  background: transparent;
  border: 1px solid #fff;
  font-size: 0.7rem;
  padding: 1rem 2rem 1rem 2rem;
  color: #fff;
}

.primary_check {
}

.primary_check input[type="checkbox"] {
  visibility: hidden;
}

.primary_check input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: white;
  visibility: visible;
  border: 1px solid #2b292c;
  padding: 3px;
}
.primary_check input[type="checkbox"]:checked:before {
  background: url("/assets/images/close.png");
}

.dark_check {
}

.dark_check input[type="checkbox"] {
  visibility: hidden;
}

.dark_check input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  visibility: visible;
  border: 1px solid white;
  padding: 3px;
}
.dark_check input[type="checkbox"]:checked:before {
  background: url("/assets/images/close.png");
}

.blog_tag {
  background: white;
  color: black;
  padding: 0.3rem 1rem 0.3rem 1rem;
  border: 1px solid #2b292c;
  margin-right: 0.5rem;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}
.blog_tag:hover {
  color: white;
  background: black;
}

.blog_social_icon {
  height: 0.8rem;
  cursor: pointer;
}

.read_more {
  text-decoration: underline;
  font-size: 0.6rem;
  font-weight: 600;
  cursor: pointer;
}

.carousel-indicators li {
  background-color: black;
  opacity: 1;
  transition: transform 1000ms ease;
  -webkit-transition: -webkit-transform 1000ms ease;
  -moz-transition: -moz-transform 1000ms ease;
  -ms-transition: -o-transform 1000ms ease;
}

.carousel-indicators .active {
  background-color: white !important;
}

.cGrey {
  color: #bbbbbb !important ;
}

.hoverGreen {
  color: #bbbbbb !important ;
  letter-spacing: 1px;
}
.hoverGreen:hover {
  color: #00c57a !important;
}
