/*
Custom Stylesheet for The Sloth Conservation Foundation
---        Frits Steyn       ---
---  Coffee Creative Studio  ---
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
                                                        INDEX
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
- TYPOGRAPHY & RESETS
- HEADER & NAV
- LAYOUT
- HOME
- FOOTER
- GALLERY
- BLOG
- CONTACT PAGE
- PAYPAL
- MISC PAGES
- ADDITIONAL PAGES
- RESEARCH PAGE
- SHOP
- NEW BLOG LAYOUT
- WPML
- RESPONSIVE
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                          TYPOGRAPHY & RESETS
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
body, html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
}
a, a:visited, a:focus, a:active, a:hover {
	color: #34B575;
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #34b575;
}
h1 {
  margin-top: 1em;
}
ul, ol {
  margin: 0 0 2em;
  color: #737373;
  font-weight: lighter;
  text-align: justify;
}
table.variations {
  margin-bottom: 60px;
  margin-top:20px;
}
tbody.test123 {
  /* display: none; */
  display: inline-block;
}
tbody.test123 + tbody {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
table.variations > tbody > tr {
  margin-top: 5px;
}
table.variations td.label {
  font-weight:bold;
}
table.variations {
  margin-bottom: 80px;
  margin-top: 20px;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                 HEADER & NAV
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.site-header {
  background-color: #ffffff;
  box-shadow: 0 1px 5px;
  left: 0;
  min-height: 75px;
  padding-right: 2em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.site-branding {
  bottom: 0;
  height: 62px;
  left: 50px;
  position: absolute;
  width: auto;
}
body .site-branding {
  bottom: -50px;
  height: 100px;
  left: 50px;
  position: absolute;
  width: 100px;
}
.site-title {
  margin: 0;
}
.alignleft, .alignright {
	margin-bottom: 20px !important;
}
#primary-menu {
  text-align: right;
}
.main-navigation li {
  float: none;
  display: inline-block;
  text-align: center;
}
#primary-menu > li > a {
  padding: 1.5em 0.5em;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
#primary-menu > .crsearch-button > a {
  padding: 1.5em 1em;
}
body .logo-shader {
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 5px;
  content: "";
  height: 100px;
  left: 50px;
  position: fixed;
  top: 25px;
  width: 100px;
  z-index: 9998;
}
#primary-menu .current-menu-item > a, #primary-menu .current_page_item > a, #primary-menu > li > a:hover, .main-navigation ul ul a:hover  {
  border-color: #34b575;
}
.main-navigation .hth > a {
  background-color: #34b575;
  border-radius: 7px;
  color: #ffffff;
  font-size: 0.9em;
  margin-left: 15px;
  padding: 0.3em 1em !important;
  width: 120px
}
.main-navigation ul ul {
  top: 4.67em;
  background-color: #ffffff;
}
.main-navigation ul ul li {
  padding: 0 15px;
  text-align: left;
}
.main-navigation ul ul a {
  width: 175px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  padding: 10px 0;
}
.main-navigation .hth .sub-menu {
  background-color: #34b575;
  border-radius: 5px;
  box-shadow: none;
  margin-left: 15px;
  top: 1.6em;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.main-navigation .hth .sub-menu a {
  color: #ffffff;
  font-size: 0.9em;
  width: 95px;
  padding: 5px 0;
}
.main-navigation .hth .sub-menu li:first-child a {
  padding-top: 13px;
}
.main-navigation .hth .sub-menu a:hover {
  border-color: #ffffff;
}
.main-navigation .hth li {
  padding: 0 12px;
  text-align: center;
}
#primary-menu > .current-menu-ancestor > a {
  border-color: #34b575;
}
#primary-menu .hth .current-menu-item a,
#primary-menu .hth .current-menu-ancestor > a {
  border-color: #ffffff;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
													  													 LAYOUT
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.site-content {
  margin-top: 75px;
}
.entry-content{
  margin: 0 auto 40px;
  max-width: 1000px;
  width: 100%;
  padding: 0 50px;
}
.home .entry-content, .page-id-6 .entry-content, .page-id-160 .entry-content, .page-id-173 .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}
.wpb_wrapper > p {
  color: #737373;
  font-weight: lighter;
  text-align: justify;
}
.page .entry-header {
  display: none;
}
.entry-footer {
  display: none;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.white-green {
  background-image: url("/wp-content/themes/sloth/images/white_green.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: auto auto;
}
.green-white {
  background-image: url("/wp-content/themes/sloth/images/green_white_3.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: auto auto;
}
.green-white-2 {
  background-image: url("/wp-content/themes/sloth/images/green_white_2.png");
  background-position: left center;
  background-repeat: repeat;
  background-size: auto auto;
}
.green-white-3 {
  background-image: url("/wp-content/themes/sloth/images/green_white_2.png");
  background-position: left center;
  background-repeat: repeat;
  background-size: 100% auto;
}
.txt-col.wpb_column {
  padding: 2em;
}
.button {
	font-weight: normal;
}
.button.green {
  background-color: #ffffff;
  border: 2px solid #34b575;
  border-radius: 5px;
  color: #34B575;
  padding: 0.3em 2em;
  -webkit-transition:all 0.15s linear 0s;
  -ms-transition:all 0.15s linear 0s;
  transition:all 0.15s linear 0s;
}
.button.green:hover {
  background-color: #34B575;
  color: #ffffff;
}
#about-block .txt-col {
  color: #737373;
  font-weight: lighter;
  padding: 4em 0 4em 4em;
  text-align: justify;
}
.hentry {
	margin:0;
}
.entry-content > p, .text-block p, .blog-excerpt p {
  color: #737373;
  font-weight: lighter;
  text-align: justify;
}
.text-block .wpb_text_column {
  margin: auto;
  padding: 1em 2em 4em;
  width: 95%;
}
.text-block-adj {
  padding: 4em;
}
.section {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}
button.button {
  box-shadow: 0 0 0 !important;
  font-family: open sans;
  font-size: 1em;
  margin: 1em;
  padding: 0.5em 3em !important;
  text-shadow: 0 0 0 !important;
  text-transform: uppercase;
}
.vc_row {
  margin: 0 !important;
}
.fritter-tag i {
  left: 6px;
}
.alignleft {
  margin-left: 0;
}
.alignright {
  margin-right: 0;
}
.wp-caption {
  margin-bottom: 5px;
}
.wp-caption-text {
  text-align: center;
  color: #737373;
  font-weight: lighter;
  font-style: italic;
  font-size: 0.9em;
}
.entry-content iframe {
	position: relative;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                         HOME
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.flexslider.pps-slider {
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  border: 0px solid;
  height: 600px;
}
.slides > li, .slides, .flex-viewport {
  height: 100% !important;
}
.pps-slider .slides li {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.slide-exc {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 1em;
  color: #ffffff;
  left: 50%;
  max-width: 400px;
  padding: 2em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.slide-exc h4 {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.slide-exc p {
  font-weight: lighter;
}
.slide-exc > a {
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.3em 2em;
  -webkit-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.slide-exc > a:hover {
  background-color: #ffffff;
  color: #404040;
}
.flex-direction-nav a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  opacity: 0.7;
  overflow: visible !important;
  top: calc(50% - 25px);
}
.flex-direction-nav a::before {
  content: "" !important;
}
.flex-direction-nav a.flex-prev {
  background-image: url("/wp-content/themes/sloth/images/arrow_left.png") !important;
  left: 50px !important;
}
.flex-direction-nav a.flex-next {
  background-image: url("/wp-content/themes/sloth/images/arrow_right.png") !important;
  right: 50px !important;
}
.flexslider.pps-slider:hover .flex-direction-nav a {
  opacity: 1;
}
#about-block .white-green img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 700px
}
#about-block > div:nth-child(1) {
  width: 40%;
}
#about-block > div:nth-child(2) {
  width: 60%;
}
#social {
  color: #ffffff;
  height: 80px;
}
.vc_column-inner {
  padding: 0 !important;
}
#social .wpb_text_column p {
  font-size: 1.2em;
  line-height: 80px;
  margin: 0 0 0 3em !important;
  color: #000000;
}
#social ul {
  list-style: outside none none;
  margin: 17px 4em 0 0;
  padding: 0;
  text-align: right;
}
#social ul li {
  display: inline-block;
  text-align: center;
}
#social ul li a {
  color: #1C8253;
}
#social ul li a i {
  background-color: #34b575;
  border: 2px solid #34b575;
  border-radius: 8px;
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  margin-left: 10px;
  transition: all 0.15s linear 0s;
  width: 45px;
}
#social ul li a i:hover {
  background-color: #ffffff;
  color: #34b575;
}
#facewall ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#facewall ul li {
  background-position: center center;
  background-size: cover;
  float: left;
  height: 225px;
  width: 25%;
}
#get-involved > .wpb_column:first-child {
  background-image: url("/wp-content/uploads/2016/06/slothy2.png");
  background-position: right top;
  background-repeat: no-repeat;
}
#get-involved .txt-col {
  color: #737373;
  font-weight: lighter;
  padding: 4em 4em 4em 0;
  text-align: justify;
}
.flexslider.pgs-slider {
  border: 0 none;
  border-radius: 0;
  height: 650px;
  margin: 0;
}
.pgs-slider .slides li {
  background-attachment: fixed;
  background-size: cover;
}
.gallery-exc {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #ffffff;
  left: 0;
  min-height: 200px;
  position: absolute;
  width: 100%;
}
.gal-wrap {
  left: calc(50% - 100px);
  margin: auto;
  max-height: 600px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(80% - 300px);
}
.gal-wrap > p {
  margin-top: 0;
  color: #ffffff;
}
.pgs-slider .flex-direction-nav a {
  top: calc(100% - 125px);
}
.pgs-slider .flex-control-nav {
  bottom: 5px;
  z-index: 9;
}
.pgs-slider .flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
}
.pgs-slider .flex-control-paging li a.flex-active {
  bottom: -1px;
  height: 18px;
  position: relative;
  width: 18px;
  border-width: 4px;
}
.gal-wrap > a {
  border: 2px solid #34b575;
  border-radius: 5px;
  padding: 0.3em;
  position: absolute;
  right: -200px;
  text-align: center;
  top: calc(50% - 1em);
  -webkit-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  width: 150px;
}
.gal-wrap > a:hover {
  background-color: #34b575;
  color: #ffffff;
}
.sm-logo {
  margin: 15px;
}
#sockblock .social-img {
  height: 275px;
  width: 25%;
}
#sockblock ul li i {
  display: none;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                     PARTNERS
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.partners-holder {
  max-width: 1000px;
  margin: 40px auto;
  text-align: center;
  margin-bottom: 100px !important;
}
.partners-holder .slick-slide {
  font-size: 14px;
  font-weight:bold;
  color:#34b575;
}
.partners-holder .slick-slide img {
  display: inline-block;
  height: 110px;
  margin-bottom: 20px;
  object-fit: contain;
}
.partners-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.partners-slider .slick-arrow:hover {
  opacity: 1;
}
.partners-prev.slick-arrow {
  right: 100%;
}
.partners-next.slick-arrow {
  left: 100%;
}
.partners-slider .slick-arrow::before, 
.partners-slider .slick-arrow::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #34b575;
  left: 12px;
}
.partners-prev.slick-arrow::before,
.partners-next.slick-arrow::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.partners-next.slick-arrow::before,
.partners-prev.slick-arrow::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.partners-prev.slick-arrow::before,
.partners-next.slick-arrow::before {
  top: 32px;
}
.partners-next.slick-arrow::after,
.partners-prev.slick-arrow::after {
  top: 16px;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                       FOOTER
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.site-footer {
  color: #ffffff;
  background-color: #34b575;
}
.site-footer a, .site-footer h4, .site-footer h2 {
  color: #ffffff;
}
.site-footer .foot {
  float: left;
  padding: 2em;
  position: relative;
  text-align: center;
  width: calc(100% / 3);
}
.site-footer .foot:nth-child(n+2)::after {
  background-color: #ffffff;
  content: "";
  height: 200px;
  left: -1px;
  position: absolute;
  top: 100px;
  width: 2px;
}
ul#soc {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
#soc > li {
  display: inline-block;
}
#soc > li > a > i {
  background-color: #1c8253;
  border-radius: 5px;
  color: #34b575;
  line-height: 50px;
  margin: 1em 5px;
  -webkit-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  width: 50px;
}
#soc > li > a > i:hover {
  background-color: #ffffff;
}
.foot > h2 {
  position: relative;
}
.foot > h2::after {
  background-color: #1c8253;
  border-radius: 10px;
  bottom: -1em;
  content: "";
  height: 3px;
  left: calc(50% - 35px);
  position: absolute;
  width: 70px;
}
.foot.one p {
  font-weight: 600;
  margin: 0;
}
.foot.two .gfield_label {
  display: none !important;
}
#gform_wrapper_1 {
  margin-top: 3em !important;
  max-width: 100%;
}
#gform_wrapper_1 .ginput_container {
  text-align: center;
}
#gform_wrapper_1 .gform_button.button {
  margin-right: 0;
}
body .gform_wrapper .validation_message {
  color: #ffffff;
  padding: 0 10px;
}
body .gform_wrapper div.validation_error {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #ffffff;
}
body .gform_wrapper li.gfield.gfield_error {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  width: 97%;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #ffffff;
}
.foot.two input.medium {
  background-color: #1c8253;
  border: 0 none;
  font-weight: 600;
  max-width: 420px;
  padding-left: 0.5em;
  width: 80% !important;
}
input::-webkit-input-placeholder { color: #34b575; }
input::-moz-placeholder { color: #34b575; opacity: 1; }
input:-ms-input-placeholder { color: #34b575; }
input:-moz-placeholder { color: #34b575; }
.foot.two #gform_1 #gform_submit_button_1.gform_button.button {
  background-color: #34b575;
  box-shadow: 0 0 0;
  text-shadow: 0 0 0;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 100%;
  font-family: open sans;
  padding: 0.6em;
  max-width: 250px;
  -webkit-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.foot.two #gform_1 #gform_submit_button_1.gform_button.button:hover {
	background-color: #ffffff;
	color: #34b575;
}
.foot.two .gform_footer.top_label {
  text-align: center;
}
.foot.three > h4 {
  font-size: 1.2em;
  margin-top: 2em;
}
.foot.three > p {
  font-size: 0.9em;
}
.site-info {
  background-color: #1c8253;
}
.site-info > p {
  color: #34b575;
  float: left;
  margin: 0;
  padding: 1em 2em;
  width: 50%;
}
.site-info > p:nth-child(2) {
  text-align: right;
}
.site-info a {
  color: #34b575;
  -webkit-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.site-info a:hover {
  color: #ffffff;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                      GALLERY
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
#gal-preview {
  height: 600px;
  background-color: #cccccc;
}
.gal-items {
  border: 5px solid #ffffff;
  margin: auto;
  max-width: 1000px;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.gal-items > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.gal-item {
  background-attachment: initial;
  background-position: center center;
  background-size: cover;
  border: 5px solid #ffffff;
  cursor: pointer;
  float: left;
  height: 130px;
  width: calc(100% / 6);
}
.gal-item.active {
  border-color: #34B575;
}
.ft-img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
}
.gal-exc {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #ffffff;
  padding: 1.5em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.gal-exc > p {
  margin: 0 auto;
  max-width: 800px;
}
#gal-slide {
  position: relative;
}
.spinload {
  background-color: rgba(52, 181, 117, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.spinload i {
  color: #ffffff;
  font-size: 12em;
  left: calc(50% - 0.5em);
  position: absolute;
  top: calc(50% - 0.5em);
}
.gal-direction > div {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 50px;
}
.gal-prv {
  background-image: url("/wp-content/themes/sloth/images/arrow_left.png");
  left: 0;
}
.gal-nxt {
  background-image: url("/wp-content/themes/sloth/images/arrow_right.png");
  right: 0;
}
.gal-direction > div.hidden {
  display: none;
}
.copy-suzi {
  background-color: #1C8253;
  color: #34b575;
  padding: 15px 20px;
  text-align: center;
}
.copy-suzi > p {
  max-width: 900px;
  margin: 0 auto;
}
.copy-suzi a {
  -webkit-transition: 0.25s ease all;
  -ms-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.copy-suzi a:hover {
  color: #ffffff;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                         BLOG
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.archive-page > #main {
  margin: auto;
  max-width: 1100px;
  width: 90%;
}
.blog-excerpt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-excerpt:nth-of-type(n+2) {
  border-top: 1px dashed #1C8253;
}
.blog-excerpt > div {
  float: left;
}
.blog-excerpt > div:nth-child(1) {
  min-height: 300px;
  width: 400px;
}
.blog-excerpt > div:nth-child(2) {
  padding-top: 25px;
  width: calc(100% - 400px);
}
.blog-excerpt > div > div {
  height: 200px;
  margin: 50px auto 0;
  width: 300px;
  background-size: cover;
  background-position: center center;
}
.archive-page h1 {
  background-color: #34b575;
  color: #ffffff;
  margin: 0;
  padding: 2em 1.5em 1.5em;
}
.page-id-10 .archive-page h1 {
  padding: 1.5em;
}
body.single .ft-img {
  height: 400px;
  margin: 40px auto 20px;
  max-width: 1100px;
  width: 90%;
  background-size: cover;
}
body.single-post #content {
  background-image: url("/wp-content/themes/sloth/images/green-block.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.single .entry-title, .single .entry-header a, .single .entry-header {
  color: #ffffff;
}
.single-post .entry-header {
  padding: 0 3em;
  width: 550px;
}
.single-post .entry-title {
  margin-bottom: 0;
  margin-top: 2em;
}
.single-post .entry-header .entry-meta {
  display: none;
}
.single .entry-content {
  margin: auto;
  max-width: 1000px;
  width: 80%;
}
.navigation.post-navigation {
  margin: 0.5em auto 3em;
  max-width: 1100px;
  overflow: visible;
  width: 90%;
}
.nav-links > div > a {
  background-color: #ffffff;
  border: 2px solid #34b575;
  border-radius: 8px;
  padding: 0.4em 1em;
  line-height: 3.4;
  -webkit-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.nav-links > div > a:hover {
  background-color:#34b575;
  color: #ffffff;
}
.nav-previous > a::before {
  content: "<< ";
}
.nav-next > a::after {
  content: " >>";
}
.scientific_resource .entry-content > .entry-content {
  width: 100%;
  margin: 0 auto !important;
}
.single .byline, .group-blog .byline {
  display: none;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  width: 100%;
  float: none;
  text-align: center;
}
.page-id-127 .archive-page > #main {
  background-color: #ffffff;
}
.page-id-127 .blog-excerpt > div {
  width: 100%;
  min-height: 0;
}
.page-id-127 .blog-excerpt {
  margin: 0 50px;
  padding: 20px 0 50px;
}
.page-id-127 .blog-excerpt h2 {
  font-size: 1.3em;
}
.single-scientific_resource .entry-header {
  background-color: #34b575;
  padding: 1px 3em 50px;
}
.single-scientific_resource .entry-title {
  margin: 1.5em auto 0;
  max-width: 1100px;
  padding: 0 50px;
}
.single-scientific_resource .entry-content {
  padding-top: 35px;
}
.single-scientific_resource .nav-previous, .single-scientific_resource .nav-next {
  float: none;
  text-align: center;
  margin: 10px 0;
  width: 100%;
}
.single-scientific_resource .navigation.post-navigation {
  margin: 0.5em auto 3em;
}
.single-scientific_resource .nav-links > div > a {
  padding: 0.4em 1em;
  line-height: 2.4
}
.section.blog-banner {
  background-image: url('/wp-content/themes/sloth/images/2017.01/news.jpg');
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                 CONTACT PAGE
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.colht {
  padding: 2em !important;
}
#gform_wrapper_2 {
  font-size: 0.9em;
}
#gform_wrapper_2 input[type="text"], #gform_wrapper_2 textarea {
  width: 90%;
}
#gform_wrapper_2 .gfield_label {
  margin-bottom: 0;
}
#gform_wrapper_2 input[type="text"], #gform_wrapper_2 textarea {
  border: 2px solid #34b575;
  border-radius: 6px;
  width: 90%;
}
#gform_wrapper_2 .gfield_required {
  color: #34b575;
}
#gform_wrapper_2 #gform_2 #gform_submit_button_2 {
  background-color: #ffffff;
  box-shadow: 0 0 0;
  text-shadow: 0 0 0;
  color: #34b575;
  font-family: open sans;
  padding: 0.5em 2em;
  border: 2px solid #34b575;
  border-radius: 5px;
  -webkit-transition:all 0.15s linear 0s;
  -ms-transition:all 0.15s linear 0s;
  transition:all 0.15s linear 0s;
}
#gform_wrapper_2 #gform_2 #gform_submit_button_2:hover {
  background-color: #34b575;
  color: #ffffff;
}
.page-id-12 .wpb_wrapper > p {
  text-align: justify;
  font-weight: lighter;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                       PAYPAL
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
#accept_paypal_payment_form {
  padding: 25px 35px 5px;
}
.wpapp_payment_subject, .wpapp_other_amount_label, .wpapp_ref_title_label {
  color: #34b575;
}
#accept_paypal_payment_form input, #accept_paypal_payment_form select {
  border: 2px solid #34b575;
}
#accept_paypal_payment_form select {
  border-radius: 3px;
}
#accept_paypal_payment_form .wpapp_payment_button > input {
  border: medium none;
}
.wpapp_other_amount_label > strong::after {
  content: "Or enter another amount:";
  display: block;
  font-size: 17px;
}
.wpapp_other_amount_label > strong {
  font-size: 0;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                   MISC PAGES
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.how-to-help {
  padding: 20px 0;
}
.how-to-help .vc_column-inner {
  padding: 0 15px !important;
}
.volunteer .wpb_column {
  padding: 0 5px;
}
.donate .wpb_column {
  padding: 10px 10px 0;
}
.board h1 {
  margin: 1.3em 0 0.5em !important;
}
.board:last-child {
  margin-bottom: 25px !important;
}
.board .vc_col-sm-6 {
  padding: 5px 15px;
}
.board .wpb_wrapper > p {
  text-align: left;
}
.error404 #primary, .search #primary {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 25px;
}
.search .nav-links {
  height: 50px;
  margin: 30px 0 0;
}
.search #secondary {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px 25px;
}
.search .navigation.posts-navigation {
  margin: 0;
}
body .search-submit {
  background-color: #ffffff;
  border: 2px solid #2bb673;
  box-shadow: none;
  color: #2bb673;
  font-family: "Open Sans";
  font-size: 14px;
  text-shadow: none;
  padding: 7px 15px 8px;
  -webkit-transition: 0.25s ease all;
  -moz-transition: 0.25s ease all;
  -ms-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
body .search-submit:hover {
  border: 2px solid #2bb673;
  background-color: #2bb673;
  box-shadow: none;
  color: #ffffff;
}
.shop-imgs {
  margin: 20px 10px 15px !important;
  padding: 10px 5px;
}
.shop-imgs img {
  border: 1px solid #eeeeee;
}
.shop-imgs .wpb_wrapper > p {
  padding: 0 5px;
  margin: 0;
}
.tfeed {
  margin-bottom: -40px !important;
}
.tfeed .fritter-tag {
  background-color: #1C8253;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 5px;
}
.tfeed .single-tweet {
  padding: 5px 5px 15px;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                             ADDITIONAL PAGES
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.img-col .vc_column-inner {
  background-position: center;
  background-size: cover;
  margin: 35px;
}
.img-col.top .vc_column-inner {
  background-position: top;
}
.social-media-covers p {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 20px;
}
.social-media-covers p:nth-child(1), .social-media-covers p:nth-child(3) {
  padding-right: 10px;
}
.social-media-covers p:nth-child(2), .social-media-covers p:nth-child(4) {
  padding-left: 10px;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                RESEARCH PAGE
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.research-h1 h1 {
  background-color: #34b575;
  color: #ffffff;
  margin: 0;
  padding: 2em 1.5em 1.5em;
  width: 100%;
  font-size: 40px;
}
.research-heading {
  width: 100%;
  max-width: 300px;
}
.blog-excerpt.research-excerpt {
  border-top: none;
}
.research-blurb-header > p {
  font-weight: bold;
  font-size: 26px;
  margin-left: 320px;
  margin-top: 20px;
}
.research-blurb-para > p {
  margin-left: 320px;
  width: 780px;
  font-weight: 100;
  opacity: .5;
  font-size: 20px;
}
.button.donate-to-project {
  border: 2px solid #34B575;
  border-radius: 5px;
  background-color: #34B575;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 12px 25px;
  display: inline-block;
  margin: 25px 0 15px !important;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.button.donate-to-project:hover {
  background-color: transparent;
  color: #34B575;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                         SHOP
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.sloth-shop {
  padding: 50px 30px;
  max-width: 1430px;
  margin: 0 auto;
}
.sloth-shop .product {
  cursor: pointer;
  list-style: none;
  display: inline-block;
  width: calc(50% - 33px);
  margin: 15px;
  position: relative;
}
.sloth-shop .product-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.product-text-wrap {
  text-align: center;
  padding: 25px;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sloth-shop .woocommerce-loop-product__title {
  margin: 5px auto;
  color: #fff;
  font-size: 1.8em;
  letter-spacing: 0.5px;
  line-height: 1.2;
  max-width: 400px;
}
.sloth-shop .product-text-wrap > span {
  display: inline-block;
  border: 1.5px solid #34B575;
  border-radius: 8px;
  font-size: 1.2em;
  padding: 3px 17px 4px;
  font-weight: 600;
  margin: 12px 0;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.sloth-shop .product:hover .product-text-wrap span {
  background-color: #34B575;
  color: #fff;
}
.sloth-shop .id-35432 .product-text-wrap span > span {
  display: none;
}
.product-cat-banner {
  height: 350px;
  background-size: cover;
  background-position: center;
}
.sloth-shop-header {
  font-size: 2.5em;
  margin: 0 15px 25px;
}
.product-cat-content {
  margin: 0 16px 15px;
}
.product-cat-content h1 {
  margin: 0;
}
.product-cat-content p,
.product-cat-content li {
  color: #737373;
}
.product-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
  display: none; 
}
.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-lightbox-content {
  background-color: #fff;
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  max-width: 900px;
  max-height: 90%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-lightbox-content::before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background-color: #5ab379;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-closer {
  position: absolute;
  top: 10px;
  right: 7px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.product-closer span {
  background-color: #34B575;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 7px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-closer span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-lightbox-content .left {
  width: 58%;
  position: relative;
  z-index: 2;
}
.product-lightbox-content .right {
  width: 42%;
}
.lightbox-product-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 530px;
}
.product-lightbox .product-description {
  padding: 0 0 0 35px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-description h2 {
  margin: 0;
  font-size: 2em;
  line-height: 1.2;
}
.product-lightbox .product-description p,
.upsell-product .product-description p {
  color: #a3a3a3;
  font-size: 0.9em;
}
.product-lightbox .right a,
.upsell-product .woocommerce-LoopProduct-link .product-description a {
  border: 1px solid #34B575;
  border-radius: 8px;
  font-size: 1.2em;
  padding: 3px 17px 4px;
  font-weight: 600;
  margin: 10px auto;
  cursor: pointer;
  display: block;
  max-width: 170px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.product-lightbox .right a:hover,
.upsell-product .woocommerce-LoopProduct-link .product-description a:hover {
  background-color: #34B575;
  color: #fff;
}
.single-product #primary {
  padding: 45px;
  margin: 30px auto 0;
  overflow: auto;
  max-width: 1430px;
}
body.woocommerce div.product .product_title {
  color: #34b575;
  margin: 0;
  font-size: 2.2em;
  line-height: 1.1;
  max-width: 600px;
}
body.woocommerce div.product p.price, 
body.woocommerce div.product span.price {
  color: #34b575;
  font-size: 1.25em;
  font-weight: 600;
  margin: 10px 0 0;
}
body .woocommerce-product-details__short-description p,
.product-long-description p {
  color: #a3a3a3;
  font-size: 0.95em;
  max-width: 600px;
  margin-bottom: 15px;
}
.product-long-description li {
  color: #a3a3a3;
  font-size: 0.95em;
  max-width: 600px;
}
body.woocommerce div.product div.summary {
  margin: 0;
}
body.woocommerce .quantity .qty {
  border-radius: 0;
  padding: 5px 2px 4px;
  line-height: 1.2;
}
.pswp {
  z-index: 9999 !important;
}
body div.product-addon-totals {
  margin: 20px 0 25px 0;
}
body .wc-pao-addon {
  margin-top: 0;
  text-align: left;
}
body.woocommerce form .form-row {
  padding: 8px 0 0;
}
body.woocommerce form .form-row select {
  padding: 10px 9px 10px;
}
body .wc-pao-addon .form-row {
  margin-bottom: 20px !important;
}
body div.product-addon-totals ul {
  padding-left: 0;
}
body.woocommerce form .form-row input.input-text, 
body.woocommerce form .form-row textarea {
  padding: 11px 13px 10px;
  border-radius: 0;
}
.up-sells .products {
  margin-bottom: 0 !important;
}
.up-sells h1 {
  text-align: center;
}
.upsell-product {
  display: inline-block;
  width: calc(25% - 19px);
  margin: 0 10px;
  vertical-align: top;
  text-align: center;
}
.upsell-product:first-child {
  margin-left: 0;
}
.upsell-product:last-child {
  margin-right: 0;
}
.product_cat_make-a-donation:not(.postid-9525) .upsell-product {
  width: calc(50% - 13px);
}
.carbon-calculator .upsell-product {
  width: calc(33.33% - 14px);
}
.upsell-product .product-image {
  height: 220px;
  background-size: cover;
  background-position: center;
}
.product_cat_make-a-donation:not(.postid-9525) .upsell-product .product-image {
  height: 300px;
}
.carbon-calculator .upsell-product .product-image {
  height: 200px;
}
.upsell-product .product-description h2 {
  font-size: 1.4em;
  margin: 18px auto 0;
  min-height: 55px;
}
.upsell-product:not(.product-9523) .product-description h2 {
  max-width: 250px;
}
.product_cat_make-a-donation:not(.postid-9525) .upsell-product .product-description h2 {
  max-width: none;
  min-height: unset;
}
.carbon-calculator .upsell-product .product-description h2 {
  font-size: 1.2em;
  min-height: 47px;
  max-width: none;
}
.upsell-product .product-description p {
  margin: 10px 0 8px;
}
.upsell-product .woocommerce-LoopProduct-link .product-description a {
  text-align: center;
  font-size: 0.9em;
  display: inline-block;
}
.carbon-calculator {
  margin-top: 35px;
}
body.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.cc-label {
  display: block;
}
#miles {
  border-radius: 0;
  text-align: center;
  max-width: 80px;
  display: inline-block;
  margin: 14px 5px 14px 0;
  padding: 5px 5px 3px;
}
input.calc {
  border: 1.5px solid #2bb673;
  background-color: #2bb673;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 5px 16px;
  font-weight: 600;
  font-size: 0.9em;
  height: 34px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
input.calc:hover {
  background-color: #fff;
  color: #2bb673;
  border-color: #2bb673;
}
.cc-text {
  display: inline-block;
  margin: 0;
}
.cc-output {
  min-width: 60px;
  display: inline-block;
  border-bottom: 2px dotted #a3a3a3;
  text-align: center;
  position: relative;
  top: 0;
  font-weight: bold;
  color: #2bb673;
  display: inline-block;
  vertical-align: bottom;
  height: 23px;
}
.trees.cc-output {
  min-width: 35px;
}
.final-amount.cc-output {
  min-width: 55px;
}
.product_cat_make-a-donation.woocommerce div.product div.images.woocommerce-product-gallery {
  display: none;
}
.product_cat_make-a-donation.woocommerce div.product div.summary {
  width: 100% !important;
  float: none !important;
  max-width: 1000px;
  margin: 0 auto;
}
.product_cat_make-a-donation.woocommerce div.product form.cart .variations {
  max-width: 450px;
}
.product_cat_make-a-donation .woocommerce-variation-price,
.product_cat_adopt-a-sloth .summary > .price {
  display: none;
}
.product_cat_make-a-donation.woocommerce div.product form.cart div.quantity,
.product_cat_make-a-donation.woocommerce div.product form.cart div.quantity {
  display: none !important;
}
.product_cat_make-a-donation .product .nyp {
  float: left;
  position: relative;
}
.product_cat_make-a-donation .product .nyp label::before {
  content: 'Or';
}
.product_cat_make-a-donation .product .nyp p.minimum-price {
  margin: 0;
}
.product_cat_make-a-donation.woocommerce div.product form.cart .button {
  float: right;
  margin-right: 0;
}
.product_cat_make-a-donation .product-long-description p {
  color: #737373;
  font-size: 1em;
  max-width: none;
}
.product_cat_make-a-donation.woocommerce div.product .product_title,
.product_cat_make-a-donation.woocommerce .product-long-description p {
  max-width: none;
}
.product_cat_make-a-donation.woocommerce div.product-addon-totals {
  margin: 5px 0 15px;
}
.product_cat_make-a-donation div.product-addon-totals ul li:first-child {
  display: none;
}
.product_cat_make-a-donation.woocommerce .summary.entry-summary > p.price {
  display: none;
}
.product_cat_make-a-donation.woocommerce div.product form.cart .variations select {
  min-width: 75%;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(20% - 8px);
  margin: 5px;
  clear: none !important;
}
body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(1),
body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(6) {
  margin-left: 0;
}
body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5),
body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(10) {
  margin-right: 0;
}
body.woocommerce #content div.product div.images, 
body.woocommerce div.product div.images, 
body.woocommerce-page #content div.product div.images, 
body.woocommerce-page div.product div.images {
  width: 43%;
}
body.woocommerce #content div.product div.summary, 
body.woocommerce div.product div.summary, 
body.woocommerce-page #content div.product div.summary, 
body.woocommerce-page div.product div.summary {
  float: right;
  width: 53%;
  clear: none;
}

/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                              NEW BLOG LAYOUT
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/

#primary.new-blog-layout {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.post-slider {
	position: relative;
}

.single-post-slide {
	position: relative;
	border-right: 20px solid #ffffff;
}

.featured-image {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.single-post-slide h2 {
	line-height: 1.1em;
	font-size: 20px;
	margin: 10px 0 5px;
}

.single-post-slide p {
	margin: 0;
	font-size: 16px;
}

.single-post-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(52, 181, 117, 0.6);*/
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.single-post-slide a:hover {
	opacity: 1;
}

.single-post-slide a i {
	background-color: #34b575;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 80px;
	padding: 0;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 126px;
  display: none !important;
}

.story-arrow {
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	top: calc(50% - 10px);
	cursor: pointer;
	background-color: #34b575;
	border-radius: 100%;
}

.story-arrow.prev {
	left: -35px;
}

.story-arrow.next {
	right: -15px;
}

.story-arrow::before, 
.story-arrow::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
	left: 8px;
	transition: all 0.1s ease 0s;
}

.story-arrow::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.story-arrow.prev::before, 
.story-arrow.next::after {
	top: 19px;
}

body.single .ft-img {
	height: auto;
}

body.single .ft-img img {
	width: 100%;
}

/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                         WPML
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/

.wpml-ls-legacy-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 12px;
	box-shadow: 0 3px 4px 0px rgba(0,0,0,0.5);
}

.wpml-ls-legacy-dropdown a {
	border: 0;
	background-color: #fff !important;
	color: #34b575 !important;
}

.wpml-ls-legacy-dropdown a:hover {
	color: #fff !important;
	background-color: #34b575 !important;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                 SHOP UPDATES
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.hidden {
  display: none;
}
.product-cat-heading {
  text-align: center;
  padding: 80px 30px;
}
.product-cat-heading h1 {
  margin: 0 auto;
  font-size: 45px;
  max-width: 600px;
  line-height: 1.2;
  text-align: center;
}
.featured-sloth {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 45px;
}
.featured-sloth .wrap {
  position: relative;
  max-width: 450px;
  top: 40%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featured-sloth .wrap h1 {
  font-size: 60px;
  margin: 0;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
}
.featured-sloth .wrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  max-width: 315px;
}
.featured-sloth .wrap a {
  display: block;
  text-align: center;
  max-width: 200px;
  border: 1.5px solid #fff;
  background-color: #fff;
  color: #34b575;
  border-radius: 8px;
  font-size: 1.2em;
  padding: 3px 32px 4px;
  font-weight: 600;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.featured-sloth .wrap a:hover {
  background-color: #34b575;
  border-color: #34b575;
  color: #fff;
}
.adoption-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.adopt-col {
  width: 32%;
}
.adopt-col-image {
  height: 365px;
  display: block;
  background-size: cover;
  background-position: center;
}
.adoption-types h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.adoption-types ul {
  margin-bottom: 0;
  padding: 0 30px 0 42px;
  text-align: left;
}
.adoption-types li,
.adoption-types p {
  font-size: 13px;
  color: #000;
}
.adoption-types p {
  padding: 0 30px;
}
.adopt-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.adopt-info-col:first-child, 
.adopt-info-col:last-child {
  background-color: #34b575;
}
.adopt-info-col {
  padding: 40px;
  width: 33.33%;
}
.adopt-info-col p {
  font-size: 13px;
}
.adopt-info-col:first-child p, 
.adopt-info-col:last-child p {
  color: #fff;
}
.adopt-info-col h3 {
  margin: 0;
  font-size: 28px;
}
.adopt-info-col:first-child h3, 
.adopt-info-col:last-child h3 {
  color: #fff;
}
.product-text-wrap {
  background-color: transparent;
}
.sloth-shop .product-text-wrap span {
  border: 1.5px solid #b51e5e;
  background-color: #b51e5e;
  color: #fff;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.sloth-shop .product:hover 
.product-text-wrap span {
  background-color: #fff;
  color: #b51e5e;
  border-color: #fff;
}
.sloth-shop-header,
.product-cat-content {
  text-align: center;
}
.product-cat-content {
  margin: 0 auto 15px;
  max-width: 700px;
}
.product-cat-content p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.sloth-shop {
  max-width: 1230px;
  padding-top: 0;
}
.sloth-shop > h1 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 30px;
}
.adopt-info-accordion {
  display: none;
}
/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                   RESPONSIVE
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.mobile-buttons {
  position: fixed;
  right: 0;
  top: 75px;
  z-index: 999;
  display: none;
}
.mobile-buttons a {
  background-color: #34B575;
  color: #fff;
  font-weight: 700;
  padding: 5px 15px 7px;
  display: inline-block;
}
/*body button#responsive-menu-button {
	height: 28px !important;
	width: 30px !important;
	background-color: transparent !important;
}
button#responsive-menu-button .responsive-menu-inner, 
button#responsive-menu-button .responsive-menu-inner::before, 
button#responsive-menu-button .responsive-menu-inner::after {
	width: 30px !important;
	height: 4px !important;
	background-color: #34b575 !important;
	border-radius: 0px !important;
}
.responsive-menu-inner {
	margin-top: 0 !important;
	top: 0 !important;
}*/

@media (max-width: 1330px) {
  #primary-menu {
    display: none;
  }
  body button#responsive-menu-button {
    box-shadow: none;
    height: 50px;
    padding: 12px 0 !important;
    vertical-align: middle;
  }
  body .responsive-menu-box {
    height: 27px;
    width: 40px;
  }
  body .responsive-menu-inner,
  body .responsive-menu-inner::before,
  body .responsive-menu-inner::after {
    width: 39px;
    border-radius: 0;
  }
  body #responsive-menu-wrapper > div {
    text-align: center;
  }
  body #responsive-menu-container #responsive-menu li.responsive-menu-item.responsive-menu-current-item > .responsive-menu-item-link,
  body #responsive-menu-container #responsive-menu li.responsive-menu-item.responsive-menu-current-item > .responsive-menu-item-link:hover {
    border-color: #ffffff;
  }
  .mobile-buttons {
    display: block;
    background-color: #fff;
  }
  .wpml-ls-legacy-dropdown {
		top: calc(100% + 36px);
	}
}
@media (max-width: 1165px) {
  .research-blurb-header > p {
    font-weight: bold;
    font-size: 26px;
    margin-left: 320px;
    margin-top: 20px;
  }
  .new-pages-h1 {
    font-size: 20px;
  }
}
@media (max-width: 1085px) {
  #about-block.vc_row.vc_row-flex {
    flex-wrap: nowrap;
  }
  #about-block > div:nth-child(1), #about-block > div:nth-child(2) {
    width: 100%;
  }
  #get-involved.green-white-2 .hm {
    display: none;
  }
  #get-involved .txt-col {
    background-color: #ffffff;
    padding: 1em 3em 4em;
    width: 100%;
  }
  .green-white-2 {
    background-image: none;
  }
}
@media (max-width: 1024px) {
  .pps-slider .slides li,
  .pgs-slider .slides li,
  .section {
    background-attachment: local !important;
  }
  .research-h1 h1 {
    background-color: #34b575;
    color: #ffffff;
    margin: 0;
    padding: 2em 1.5em 1.5em;
    width: 100%;
    font-size: 16px;
  }
  .research-blurb-para > p {
    margin-left: 320px;
    width: 780px;
    font-weight: 100;
    opacity: .5;
    font-size: 15px;
  }
  .sloth-shop .product-image {
    height: 300px;
  }
  .sloth-shop .product {
    width: calc(50% - 13px);
    margin: 5px;
  }
  .product-text-wrap {
    padding: 12px;
  }
  .sloth-shop-header {
    margin: 0 5px 15px;
  }
  .product-cat-content {
    margin: 0 auto;
    padding: 0 30px;
  }
  body:not(.page-id-9063) .upsell-product {
    width: calc(50% - 13px);
    margin: 0 5px 15px !important;
  }
  #sockblock .social-img {
    width: 33.33%;
  }
  #sockblock .social-img:nth-child(7), 
  #sockblock .social-img:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .board .vc_col-sm-6 {
    width: 100%;
  }
  .research-blurb-para > p {
    margin-left: 320px;
    width: 780px;
    font-weight: 100;
    opacity: .5;
    font-size: 15px;
  }
  #about-block .white-green img {
    left: auto;
    max-width: none;
    position: relative;
    top: 50%;
    transform: translate(0px);
    width: 100%;
  }
  #about-block.vc_row.vc_row-flex,
  .vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
    display: block !important;
  }
  #about-block .txt-col {
    padding: 1em 3em 4em;
  }
  #social .wpb_text_column p {
    margin: 0 0 0 0 !important;
    font-size: 1em;
  }
  .sm-logo {
    margin: 15px 14px;
  }
  .research-blurb-header > p {
    font-weight: bold;
    font-size: 20px;
    margin-left: 320px;
    margin-top: 20px;
  }
  body.woocommerce #content div.product div.images, 
  body.woocommerce div.product div.images, 
  body.woocommerce-page #content div.product div.images, 
  body.woocommerce-page div.product div.images {
    width: 100%;
  }
  body.woocommerce #content div.product div.summary,
  body.woocommerce div.product div.summary,
  body.woocommerce-page #content div.product div.summary,
  body.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }
  body.woocommerce div.product .product_title,
  body .woocommerce-product-details__short-description p, 
  .product-long-description p {
    max-width: none;
  }
}
@media (max-width: 925px) {
  .blog-excerpt:nth-of-type(n+2) {
    border-top: none;
  }
}
@media (max-width: 900px) {
  .ft-img {
    background-size: cover;
  }
  #gal-preview {
    height: 400px;
  }
  .gal-exc {
    padding: 10px 20px;
  }
  .gal-exc > p {
    font-size: 0.9em;
  }
  .research-blurb-header > p {
    font-weight: bold;
    font-size: 16px;
    margin-left: 300px;
    margin-top: 20px;
  }
  .research-blurb-para > p {
    margin-left: 300px;
    width: 780px;
    font-weight: 100;
    opacity: .5;
    font-size: 13px;
  }
  .adopt-col-image {
    height: 235px;
  }
  .adoption-types h3 {
    font-size: 21px;
  }
  .adoption-types ul {
    padding: 0 25px;
  }
  .adoption-types p {
    padding: 0 12px;
  }
  .adopt-info-col {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 840px) {
  .foot-wrap .foot {
    width: 100%;
  }
  .site-footer .foot:nth-child(n+2) {
    border-top: 1px dashed;
    padding-top: 0;
  }
  #gform_wrapper_1 {
    margin-bottom: 0;
  }
  .site-info > p {
    width: 100%;
    text-align: center !important;
  }
  .site-info > p:first-child {
    padding-bottom: 0;
  }
  .img-col{
    display: none!important;
  }
}
@media (max-width: 768px) {
  .colht {
    padding: 2em 0 1em !important;
  }
  #gform_wrapper_2 input[type="text"], #gform_wrapper_2 textarea {
    width: 100%;
  }
  .product-cat-banner {
    height: 250px;
  }
  #sockblock {
    clear: both;
  }
  #sockblock .social-img {
    height: 200px;
  }
}
@media (max-width: 720px) {
  .nav-links > div {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
  }
  .nav-links > div > a {
    display: block;
    margin: 1em auto;
  }
  .search .nav-links {
    height: auto;
  }
  .flexslider.pgs-slider {
    display: none;
  }
  .blog-excerpt {
    display: block;
  }
  .blog-excerpt > div {
    float: none;
    width: 100% !important;
    min-height: 0 !important;
  }
  .blog-excerpt > div:nth-child(2) {
    padding-top: 0;
  }
  #primary.green-white-3 {
    background-image: none;
  }
  .blog-excerpt {
    display: block;
    padding-bottom: 50px;
    border-bottom: 2px dashed #34b575 !important;
    border-top: 0px !important;
  }
  .research-blurb-header > p {
    font-weight: bold;
    font-size: 17px;
    margin-left: 74px;
    margin-top: 16px;
  }
  .research-blurb-para > p {
    margin-left: 78px;
    width: 100%;
    font-weight: 100;
    opacity: .5;
    font-size: 13px;
  }
  .product-lightbox-content {
    overflow-y: scroll;
    display: block;
    padding: 45px 25px 25px;
  }
  .product-lightbox-content::before {
    display: none;
  }
  .product-lightbox-content .left {
    width: 100%;
  }
  .lightbox-product-image {
    height: 230px;
    min-height: unset;
  }
  .product-lightbox-content .right {
    width: 100%;
  }
  .product-lightbox .product-description {
    padding: 15px 0 0;
    max-width: 400px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .page-id-9063 .carbon-calculator .upsell-product {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    margin-bottom: 25px;
  }
  .carbon-calculator .upsell-product .product-description h2 {
    min-height: unset;
  }
  body:not(.page-id-9063) .upsell-product {
    width: calc(100% - 13px);
    margin: 0 5px 20px !important;
  }
  body:not(.page-id-9063) .upsell-product .product-description h2 {
    min-height: unset;
  }
  .featured-sloth {
    height: 400px;
  }
  .featured-sloth .wrap {
    left: 50%;
    background-color: rgba(0,0,0,0.5);
    padding: 30px 40px 45px;
    max-width: 350px;
    top: 34%;
    width: 88%;
  }
  .featured-sloth .wrap h1 {
    font-size: 38px;
  }
  .featured-sloth .wrap p {
    font-size: 15px;
    max-width: 285px;
  }
  .featured-sloth .wrap a {
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .flexslider.pps-slider {
    display: none;
  }
  #about-block > div:nth-child(1) {
    padding: 2em;
    width: 100%;
  }
  #facewall ul li:nth-child(n+7) {
    display: none;
  }
  #facewall ul li {
    width: 50%;
  }
  #get-involved .txt-col {
    background-color: #ffffff;
    padding: 1em 3em 2em;
  }
  .site-info {
    font-size: 0.8em;
  }
  .button.green {
    display: block;
    text-align: center;
  }
  h1 {
    text-align: left;
  }
  .slides li, .section {
    background-attachment: local !important;
  }
  .section {
    display: none;
  }
  .text-block .wpb_text_column {
    padding: 1.7em 10px 4em;
  }
  .gal-item {
    height: 100px;
    width: calc(100% / 3);
  }
  button.button.loadmore {
    margin-left: auto;
    margin-right: auto;
  }
  .single .entry-content {
    width: 100%;
  }
  .entry-content {
	  padding: 30px 25px 0;
	}
  .page-id-127 .blog-excerpt {
    margin: 0;
  }
  .alignleft,
  .alignright {
    max-width: 160px;
  }
  .page-id-175 h2 {
    font-size: 1.1em;
  }
  .page-id-175 .wpb_wrapper {
    font-size: 14px;
  }
  .page-id-175 .wpb_wrapper img {
    margin-bottom: 15px !important;
    width: 110px;
  }
  .single header.entry-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.8em;
  }
  .single-scientific_resource .nav-links > div > a {
    display: block;
    font-size: 12px;
    line-height: 1em;
    width: 100%;
  }
  .single header.entry-header h1 {
    padding: 25px;
  }
  .page-id-451 .wc-proceed-to-checkout .checkout-button.button {
    margin: 0 !important;
    padding: 20px !important;
  }
  table.variations {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  tbody.test123 {
    display: inline-block;
    margin-bottom: 10px;
  }
  tbody.test123 + tbody {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    padding-left: 10px;
  }
  .research-blurb-header > p {
    font-weight: bold;
    font-size: 17px;
    margin-left: 74px;
    margin-top: 16px;
  }
  .research-blurb-header > p > br {
    display: none;
  }
  .research-blurb-para > p {
    margin-left: 0px;
    width: 100%;
    font-weight: 100;
    opacity: .5;
    font-size: 13px;
  }
  .research-blurb-para > p > br {
    display: none;
  }
  .research-h1 h1 {
    background-color: #34b575;
    color: #ffffff;
    margin: 0;
    padding: 2em 1.5em 1.5em;
    width: 100%;
    font-size: 40px;
  }
  .colht {
    padding: 0.5em 0 0 !important;
  }
  .sloth-shop {
    padding: 30px 20px;
  }
  .sloth-shop .product {
    width: calc(100% - 13px);
  }
  .single-product #primary {
    padding: 45px 25px 25px;
  }
  body.product_cat_adopt-a-sloth .wc-pao-addon {
    /*margin-top: 125px !important;*/
  }
  .pre-buttons, .sub-buttons, .phy-buttons {
    bottom: 130px !important;
    left: -30px !important;
  }
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    margin-top: 0 !important;
  }
  .social-media-covers p {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 !important;
  }
  #sockblock .social-img {
    width: 50%;
  }
  .adopt-col {
    width: 100%;
    margin-bottom: 35px;
  }
  .adoption-types {
    max-width: 400px;
    padding: 30px 30px 0;
  }
}
@media (max-width: 400px) {
  .site-branding,
  .logo-shader {
    left: 22px !important;
  }
  #social {
    display: none;
  }
  .gal-item {
    width: calc(100% / 2);
  }
  .research-blurb-header > p {
    font-weight: bold;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .research-blurb-header > p > br {
    display: none;
  }
  .research-blurb-para > p {
    margin-left: 0px;
    width: 100%;
    font-weight: 100;
    opacity: .5;
    font-size: 13px;
  }
  .research-blurb-para > p > br {
    display: none;
  }
  table.variations {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  tbody.test123 {
    display: inline-block;
    margin-bottom: 10px;
  }
  tbody.test123 + tbody {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    padding-left: 0px;
  }
  .product-cat-heading h1 {
    font-size: 26px;
    margin-top: 30px;
  }
  .product-cat-content p {
    font-size: 15px;
  }
  .adopt-col-image {
    height: 320px;
  }
  .sloth-shop {
    padding: 0 20px 30px;
  }
  .sloth-shop > h1 {
    font-size: 23px;
  }
  .adopt-info {
    display: none;
  }
  .adopt-info-accordion {
    display: block;
    margin-bottom: 10px;
  }
  .adopt-info-accordion h3 {
    background-color: #34b575;
    color: #fff;
    margin: 0;
    padding: 15px 27px;
    font-size: 22px;
    cursor: pointer;
  }
  .adopt-info-accordion h3:nth-child(3) {
    background-color: #fff;
    color: #34b575;
  }
  .adopt-info-content {
    padding: 0 28px 28px;
  }
  .adopt-info-content:nth-child(2), 
  .adopt-info-content:nth-child(6) {
    background-color: #34b575;
  }
  .adopt-info-content p {
    font-size: 14px;
  }
  .adopt-info-content:nth-child(2) p, 
  .adopt-info-content:nth-child(6) p {
    color: #fff;
  }
  .adopt-info-content p:first-child {
    margin-top: 0;
  }
  .adopt-info-content p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 370px) {
  .adopt-col-image {
    height: 265px;
  }
}
@media (max-height: 700px) {
  .product-lightbox-content {
    overflow-y: scroll;
  }
}