/*
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: 68px;
  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.3em 0.5em;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}

#primary-menu > .crsearch-button > a {
  padding: 1.3em 1em;
}

body .logo-shader {
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 5px;
  content: "";
  height: 100px;
  left: 50px;
  position: fixed;
  /*top: 25px;*/
  top: 18px;
  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 .hth.auto > a {
  width: auto;
}

.main-navigation #menu-item-9552.hth > a {
  background-color: #581459;
}

.main-navigation ul ul {
  top: 4.29em;
  background-color: #ffffff;
}

#rmp_menu_trigger-37868 {
  margin-top: 0 !important;
}

.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: 68px;
}

.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;
}

.as-seen-on {
  max-width: 1200px;
  padding: 50px 30px;
  text-align: center;
  margin: 0 auto 28px;
}

.as-seen-on h1 {
  text-transform: uppercase;
  text-align: center;
}

.as-seen-on .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.as-seen-on .logos a {
  width: 21%;
}

.as-seen-on .logos a img {
  display: block;
  max-height: 130px;
  margin: 0 auto;
}

/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                     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;
  font-size: 30px;
}

#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 .openingContent {
  background-color: #34b575;
  color: #ffffff;
  margin: 0;
  padding: 3em 3.5em 1.5em;
}

.archive-page .openingContent h1 {
  color: #ffffff;
}

.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
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.modalContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalContent {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  max-width: 500px;
  text-align: center;
}

.monthlyGiverText {
  margin-bottom: -101px;
  z-index: 22;
  color: #ffffff;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.modalContainer a.green {
  display: inline-block;
  background-color: #34b575;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 20px 7px;
  border-radius: 10px;
}

.modalContainer .modalDismiss {
  display: inline-block;
  text-align: center;
  margin: 10px 0 0;
  cursor: pointer;
}

.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: 0.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;
  display: flex;
  flex-wrap: wrap;
}

.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: 1.7em;
  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::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2022/11/sparkles-1-min.png)");
  width: 160px;
  height: 145px;
  position: absolute;
  top: 35px;
  background-size: contain;
  left: 6%;
}

.featured-sloth::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2022/11/sparkles-2-min.png");
  background-size: contain;
  width: 215px;
  height: 210px;
  right: 6%;
  position: absolute;
  top: 30px;
}*/

.featured-sloth .wrap {
  text-align: center;
  position: relative;
  max-width: 565px;
  top: 53%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-sloth .wrap h1 {
  font-size: 56px;
  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;
  margin-left: auto;
  margin-right: auto;
}

.featured-sloth .wrap a {
  display: block;
  text-align: center;
  max-width: 230px;
  border: 1.5px solid #fff;
  background-color: #fff;
  color: #34b575;
  border-radius: 8px;
  font-size: 1.2em;
  padding: 5px 15px;
  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: 24%;
}

.adopt-col span {
  text-align: center;
  display: block;
  color: #339966;
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0;
}

.adopt-col-image {
  height: 275px;
  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 15px 0 20px;
  text-align: left;
}

.adoption-types li,
.adoption-types p {
  font-size: 13px;
  color: #000;
}

.adoption-types p {
  padding: 0 8px;
  text-align: center;
}

.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;
  width: 100%;
  order: -2;
}

.adopt-info-accordion {
  display: none;
}

.product.type-product.id-35432 {
  order: -1;
}

/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                     NEW HOME
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
.page-template-page_template-home-page #content {
  margin-top: 0;
}

.max-width-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.new-home .banner {
  height: 900px;
  position: relative;
}
.new-home .banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000054;
}

.new-home .banner-inner {
  position: absolute;
  bottom: 0%;
  width: 100%;
}

.new-home .banner h1 {
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2em;
  max-width: unset;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.new-home .banner h1 span {
  display: block;
}

.new-home .banner h1 span:last-child {
  font-size: 29px;
  line-height: 34px;
  margin-top: 8px;
}

.new-home .banner .silhouette {
  width: 100%;
  position: relative;
  bottom: -6px;
  /* left: 0; */
  /* height: 400px; */
  /* background-image: url(/wp-content/themes/sloth/images/silhouette.png); */
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */
  /* background-position: center 110%; */
}

.new-home .silhouette-text {
  background-color: #eff7f3;
  width: 100%;
  max-width: unset;
  padding: 90px 0 50px;
}

.new-home .silhouette-text p {
  /* position: absolute; */
  /* z-index: 1; */
  /* bottom: 0; */
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  text-align: center;
  font-size: 26px;
  margin: 0 auto;
  font-weight: 600;
  color: #34b575;
  width: 90%;
  max-width: 710px;
}

.save-sloths {
  padding: 40px 0 65px;
}

.save-sloths h2 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.save-sloths .max-width-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.save-sloths .left {
  width: 50%;
}

.save-sloths .right {
  width: 45%;
}

.save-sloths .button {
  background-color: #309a65;
  color: #fff;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 18px;
  font-weight: 600;
  margin: 50px auto 0;
}

.sloth-stats {
  background-color: #eff7f3;
  /*   padding: 0px 0; */
  padding: 50px 0;
  position: relative;
}
.sloth-stats h2.mobile-heading {
  font-size: 27px;
  width: 100%;
  text-align: center;
  display: none;
}

.sloth-stats .max-width-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sloth-stats .left {
  width: 40%;
}

.sloth-stats .tree-sloth {
  width: 40vw;
  height: 100%;
  background-size: contain;
  background-position: left top;
  position: absolute;
  left: 0;
  top: 50px;
  background-repeat: no-repeat;
}

.sloth-stats .right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.single-statistic {
  width: calc(25% - 20px);
  margin-left: 20px;
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.single-statistic p {
  color: #404040;
}

.single-statistic:hover p {
  color: #34b575;
}

.single-statistic a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.statistic-image {
  height: 130px;
  width: 130px;
  background-size: cover;
  border-radius: 100%;
  margin: auto;
  border: 5px solid #fff;
}

.single-statistic:nth-child(1) .statistic-image {
  border-color: #2f9c65;
}

.single-statistic:nth-child(2) .statistic-image {
  border-color: #649a9a;
}

.single-statistic:nth-child(3) .statistic-image {
  border-color: #9c3167;
}

.single-statistic:nth-child(4) .statistic-image {
  border-color: #9e009d;
}

.single-statistic:nth-child(5) .statistic-image {
  border-color: #ff679a;
}

.single-statistic:nth-child(6) .statistic-image {
  border-color: #ffcc00;
}

.single-statistic:nth-child(7) .statistic-image {
  border-color: #366696;
}

.single-statistic:nth-child(8) .statistic-image {
  border-color: #66b890;
}

.single-statistic .number {
  margin: 10px 0 0;
  font-size: 32px;
  font-weight: 700;
}

.single-statistic .text {
  line-height: 1em;
  margin: 0px 0 0px;
}

.slothopedia-banner {
  /*background-color: #eff7f3;*/
  position: relative;
  padding-top: 50px;
}

.slothopedia-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 200px; */
  background-image: linear-gradient(#eff7f3, #fff);
}

.slothopedia-banner .max-width-container {
  /*height: 700px;
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: 50px;*/
  text-align: center;
}

.slothopedia-banner .max-width-container > img {
  /* position: absolute; */
  /* width: calc(100% - 200px); */
  /* left: 100px; */
  /* top: 50px; */
  /* border: 20px solid #fff; */
  /* border-radius: 50px; */
  /* background-color: #fff; */
  /* border-width: 20px 50px; */
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

/*.slothopedia-content {
  position: absolute;
  bottom: 50px;
  left: 100px;
  color: #fff;
}*/

.slothopedia-content {
  text-align: center;
  margin-bottom: 50px;
  /* 	margin-bottom: 0; */
}

.slothopedia-content p {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1em;
  max-width: 320px;
  margin: 0;
}

.slothopedia-content a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  border: 2px solid #0b5657;
  border-radius: 20px;
  display: inline-block;
  padding: 2px 20px 3px;
  background-color: #0b5657;
  margin-top: 40px;
  margin-right: 20px;
}

.slothopedia-content a:hover {
  background-color: #66999a;
  border-color: #66999a;
}

.slothopedia-content a img {
  height: 32px;
  vertical-align: -9px;
  position: relative;
  left: -3px;
}

.slothopedia-facts > .max-width-container > p {
  font-size: 29px;
  text-align: center;
  font-weight: 600;
  max-width: 710px;
  margin: 25px auto 0;
  color: #4c4c4c;
}

.slothopedia-facts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-slothopedia-fact {
  width: calc(33.3% - 50px);
  color: #ffffff;
  background-color: #0a4d4e;
  border-radius: 25px;
  overflow: hidden;
}

.slothopedia-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.single-slothopedia-fact h3 {
  width: 80%;
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
}

.single-slothopedia-fact p {
  width: 80%;
  margin: 20px auto 30px;
  line-height: 1.2em;
}

.get-involved {
  margin-top: 350px;
  position: relative;
  background-color: #daeae2;
}

.get-involved::before {
  content: "";
  position: absolute;
  bottom: 80%;
  left: 0;
  height: 350px;
  width: 100%;
  background-image: url(/wp-content/themes/sloth/images/silhouette2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  display: none;
}

.get-involved > .max-width-container {
  display: flex;
  flex-wrap: wrap;
}

.get-involved .left {
  width: 33.3%;
}

.get-involved .left img {
  position: absolute;
  width: 33vw;
  left: 0;
}

.get-involved .right {
  width: 66.6%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.get-involved .right h2 {
  color: #571962;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 52px;
  margin-bottom: 0;
  line-height: 1em;
}

.get-involved .right p {
  color: #571962;
  font-weight: 600;
  font-size: 18px;
  max-width: 550px;
  margin: 0 auto;
}

.get-involved-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 50px 0;
  max-width: 800px;
}

.single-get-involved-cta {
  width: 33.3%;
}

.single-get-involved-cta .get-involved-image {
  height: 150px;
  width: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  margin: auto;
}

.single-get-involved-cta a {
  display: inline-block;
  background-color: #571962;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 20px 7px;
  border-radius: 10px;
  margin: 20px 0 0;
}

.single-get-involved-cta a:hover {
  background-color: #0a4d4e;
}

.get-involved {
  margin-top: 80px;
  position: relative;
  background-color: #daeae2;
  padding-bottom: 80px;
  padding-top: 90px;
}

.posts-row h2 {
  color: #b51e5e;
  text-align: center;
  font-size: 36px;
  margin: 50px 0;
}

.posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.front-page-post {
  width: calc(33.3% - 20px);
  background-color: #b51e5e;
  color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.front-page-post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.front-page-post:nth-child(2) {
  margin: 0 30px;
}

.front-page-post-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.front-page-post-title h3 {
  color: #ffffff;
  width: 80%;
  margin: 20px auto;
  line-height: 1.1em;
}

.posts-container > a {
  display: block;
  background-color: #b51e5e;
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  font-weight: 600;
  padding: 5px 20px 8px;
  border-radius: 15px;
}

.posts-container > a:hover {
  background-color: #571962;
}

.new-sloth-shop {
  background-color: #eff7f3;
  margin: 100px 0 30px;
  padding: 50px 0;
}

.new-sloth-shop .max-width-container {
  display: flex;
  flex-wrap: wrap;
}

.new-sloth-shop .left {
  width: 25%;
  text-align: center;
  font-size: 14px;
}

.new-sloth-shop .right {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 50px;
}

.single-shop-product {
  width: calc(33.3% - 25px);
  text-align: center;
}

.single-shop-product .single-shop-image {
  height: 260px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single-shop-product h3 {
  font-size: 16px;
  line-height: 1.2em;
}

.single-shop-product p {
  font-size: 14px;
}

.single-shop-product a {
  background-color: #c594c6;
  color: #ffffff;
  display: inline-block;
  padding: 8px 10px 10px;
  border-radius: 7px;
  font-size: 14px;
}

.sloth-social-row .left {
  float: left;
}

.sloth-social-row .left img {
  width: 175px;
  display: inline-block;
}

.sloth-social-row .left span {
  line-height: 50px;
  vertical-align: top;
  margin-left: 10px;
}

.sloth-social-row .right {
  float: right;
}

.sloth-socials {
  list-style: none;
  padding: 0;
}

.sloth-socials li {
  display: inline-block;
}

.sloth-socials li a {
  background-color: #34b575;
  color: #ffffff;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 31px;
}

.sloth-socials li a:hover {
  background-color: #0a4d4e;
}

.sloth-socials li a i::before {
  font-style: normal;
}

.floating-links {
  position: fixed;
  bottom: 100px;
  z-index: 999;
  left: 50px;
}

.floating-links > div {
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}

.floating-links img {
  display: block;
}

.floating-links img:first-child {
  border-radius: 100%;
  background-color: #ffffff;
  width: 50px;
  position: relative;
  z-index: 2;
}

.floating-links img:nth-child(2) {
  position: absolute;
  height: 30px;
  max-width: unset;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  top: 10px;
  left: 5px;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
}

.floating-links > div:hover img:nth-child(2) {
  left: calc(100% - 5px);
  opacity: 1;
}

.floating-links a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-id-35864 {
  overflow: unset;
}

.page-id-35864 .entry-content {
  max-width: 1400px;
}

.slothopedia-cont {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

.slothopedia-sidebar {
  width: calc(25% - 30px);
  display: inline-block;
  vertical-align: top;
  background-color: #34b575;
  padding: 40px;
  color: #fff;
  position: sticky;
  top: 115px;
  margin-left: 30px;
  margin-top: 30px;
  height: 77vh;
  overflow-y: scroll;
}

.slothopedia-sidebar li {
  list-style: none;
}

.slothopedia-sidebar li a {
  color: #fff;
}

.slothopedia-sidebar li a:hover {
  text-decoration: underline;
}

.slothopedia-sidebar .sub {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 13px;
  text-align: left;
}

.accordion-content:last-child .vc_row:last-child {
  display: none;
}

/*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
                                                   RESPONSIVE
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*/
/*.mobile-buttons {
  position: fixed;
  right: 0;
  top: 75px;
  z-index: 999;
  display: none;
}*/

.mobile-buttons {
  position: fixed;
  right: 115px;
  top: 16px;
  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;
}*/

/* Adverts */

.across-image-link img.hover-image {
  display: none;
}

.across-image-link:hover img.hover-image {
  display: block;
}
.across-image-link img.main-image {
  display: block;
}

.across-image-link:hover img.main-image {
  display: none;
}

/* Posts Category ----------------------------------------- 
.category-layout .category-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.category-layout .category-grid-container .ft-img.h200 {
  height: 200px;
  overflow: hidden;
}
.category-layout .category-grid-container .ft-img.h200 img {
  object-fit: cover;
  width: 100%;
} */

@media (max-width: 1500px) {
  .new-home .banner {
    height: 800px;
    position: relative;
  }
}

@media (max-width: 1330px) {
  .get-involved::before {
    bottom: 90%;
  }

  #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);*/
    top: 100%;
  }
  #rmp_menu_trigger-37868 {
    width: 52px;
    height: 45px;
    top: 12px;
    right: 50px;
    box-shadow: none;
  }
  .featured-sloth .wrap {
    text-align: center;
    position: relative;
    max-width: 565px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .featured-sloth .wrap h1 {
    filter: drop-shadow(2px 4px 6px black);
  }
}

@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;
  }

  .slothopedia-sidebar {
    width: calc(25% - 15px);
    padding: 25px;
    margin-left: 15px;
  }
}

@media (max-width: 1024px) {
  .single-statistic {
    width: 50%;
    margin-left: 0 !important;
  }

  .get-involved .left,
  .sloth-stats .left {
    display: none;
  }

  .sloth-stats .right {
    width: 100%;
  }

  .get-involved .right {
    width: 90%;
    margin: 0 auto;
  }

  .new-home .banner .silhouette p {
    margin: 0 0 -80px 0;
    font-size: 20px;
  }

  .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: 0.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;
  }

  .slothopedia-sidebar {
    display: none;
  }

  .slothopedia-cont {
    width: 100%;
  }

  .accordion.slothopedia h1 {
    cursor: pointer;
    font-size: 23px;
    border-bottom: 3px solid #ebebeb;
    padding-bottom: 15px;
    border-top: 3px solid #ebebeb;
    margin: -3px 0 0;
    padding-top: 15px;
    position: relative;
  }

  .accordion.slothopedia h1::after {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }

  .accordion.slothopedia h1.ui-accordion-header-active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .sloth-stats h2.mobile-heading {
    display: block;
  }
}

@media (max-width: 1000px) {
  .slothopedia-facts .slothopedia-facts-container {
    flex-direction: column !important;
  }

  .single-slothopedia-fact {
    width: 50%;
    margin-top: 20px;
    margin: 20px auto 20px auto;
  }

  .board .vc_col-sm-6 {
    width: 100%;
  }

  .research-blurb-para > p {
    margin-left: 320px;
    width: 780px;
    font-weight: 100;
    opacity: 0.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;
  }

  .adopt-col {
    width: 48%;
    margin-bottom: 12px;
  }

  .adopt-col-image {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .adoption-types ul {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .adoption-types p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 925px) {
  .blog-excerpt:nth-of-type(n + 2) {
    border-top: none;
  }

  .new-home .banner .silhouette {
    background-size: 200%;
  }

  .posts-container {
    flex-direction: column;
  }

  .front-page-post {
    width: 50%;
    margin: 10px auto 10px auto !important;
  }

  .new-sloth-shop .left {
    width: 30%;
    margin: auto;
  }

  .new-sloth-shop .right {
    width: 100%;
    padding-left: 0 !important;
  }
}

@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: 0.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) {
  .sloth-social-row .max-width-container {
    display: flex;
    flex-direction: column;
  }

  .sloth-social-row .left,
  .sloth-social-row .right {
    float: none;
    margin: 10px auto 10px auto;
  }

  .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;
  }
  .new-home .banner h1 {
    font-size: 30px;
  }
  .new-home .silhouette-text {
    padding: 60px 0 0;
  }
  .new-home .banner h1 span:last-child {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  .as-seen-on {
    max-width: 500px;
    padding: 50px 30px;
  }
  .as-seen-on .logos a {
    width: 40%;
  }
  .new-home .banner-inner {
    bottom: 7%;
  }
  .save-sloths {
    padding: 40px 0 65px;
  }
  .save-sloths .left {
    display: none;
  }
  .save-sloths .right {
    width: 100%;
  }
  .save-sloths h2 {
    margin: 0 auto 15px;
    font-size: 20px;
  }
  .save-sloths .button {
    margin: 20px auto 0;
  }
}

@media (max-width: 768px) {
  .get-involved::before {
    bottom: 100%;
  }

  .sloth-social-row .left img {
    display: block !important;
    margin: 0 auto !important;
  }

  .sloth-socials li a {
    margin-left: 3px !important;
  }

  .get-involved {
    margin-top: 0px !important;
  }

  /*.slothopedia-banner .max-width-container>img {
    width: 80% !important;
    left: 10% !important;
  }*/

  .get-involved-ctas {
    flex-direction: column;
  }

  .single-get-involved-cta {
    width: 50%;
    margin: 10px auto 10px auto;
  }

  .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) {
  .slothopedia-content {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .slothopedia-content p {
    font-size: 30px;
    /*margin-bottom: 290px;*/
  }

  .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: 0.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 {
    box-shadow: inset 0 -150px 100px 0px rgba(0, 0, 0, 0.5);
    height: 450px;
  }

  .featured-sloth .wrap {
    left: 50%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 30px 40px 45px;
    max-width: 600px;
    top: 69%;
    width: 100%;
  }

  .featured-sloth .wrap h1 {
    font-size: 28px;
    text-align: center;
  }

  .featured-sloth .wrap p {
    font-size: 15px;
    max-width: 285px;
    margin: 10px auto 25px;
  }

  .featured-sloth .wrap a {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    padding: 15px;
    max-width: 200px;
  }

  .featured-sloth::before {
    width: 115px;
    height: 104px;
    left: 30px;
  }

  .featured-sloth::after {
    width: 130px;
    height: 127px;
    right: 30px;
  }
}

@media (max-width: 640px) {
  .floating-links {
    bottom: 20px !important;
    left: 30px !important;
  }

  .new-sloth-shop .left {
    width: 50% !important;
  }

  .front-page-post,
  .single-slothopedia-fact {
    width: 90% !important;
  }

  .posts-container > a {
    width: 90% !important;
    margin: 0 auto;
  }

  .new-sloth-shop .right {
    flex-direction: column;
  }

  .single-shop-product {
    width: 75%;
    margin: 10px auto 10px auto;
  }

  .slothopedia-banner .slothopedia-content {
    left: 0;
    width: 100%;
    text-align: center !important;
  }

  .slothopedia-content a {
    font-size: 20px !important;
    margin: 0 auto !important;
  }

  .slothopedia-content p {
    max-width: none !important;
    /*margin-bottom: 370px;*/
  }

  .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: 0.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;
  }

  .new-home .banner {
    height: 600px;
    position: relative;
  }
  .new-home .banner h1 span:first-of-type {
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
  }
  .new-home .banner h1 span:last-child {
    font-size: 25px;
    line-height: 25px;
    margin-top: 5px;
    max-width: 340px;
    margin: 5px auto 0;
  }
  .new-home .banner .silhouette {
    height: 100px;
    object-fit: cover;
  }
  .new-home .silhouette-text p {
    font-size: 22px;
    margin-bottom: -40px;
    z-index: 10;
    position: relative;
  }
  .slothopedia-facts > .max-width-container > p {
    font-size: 20px;
  }
  .get-involved .right h2 {
    font-size: 27px;
  }
}

@media (max-width: 520px) {
  .site-branding,
  .logo-shader {
    left: 22px !important;
  }
  #rmp_menu_trigger-37868 {
    right: 15px;
  }
  .mobile-buttons {
    right: 75px;
    top: 19px;
  }
  .mobile-buttons a {
    padding: 5px 7px 5px;
    font-size: 13px;
  }
  .slothopedia-banner {
    padding-top: 30px;
  }
}

@media (max-width: 400px) {
  .monthlyGiverText {
    margin-bottom: -130px;
  }

  #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: 0.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;
  }

  .accordion.slothopedia h1 {
    font-size: 18px;
  }
}

@media (max-width: 370px) {
  .adopt-col-image {
    height: 265px;
  }
}

@media (max-height: 700px) {
  .product-lightbox-content {
    overflow-y: scroll;
  }
}
