@charset "UTF-8";
/* $font-family: 'PT Mono',  monospace; */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
  line-height: 1.6;
  background: #ffffff !important;
  overflow-x: hidden;
  font-size: 16px;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.text-black {
  color: #000000 !important;
}

.text-secondary {
  color: #000000 !important;
}

.bg-primary-light {
  background-color: rgba(135, 199, 4, 0.05);
}

.bg-secondary-light {
  background-color: rgba(0, 0, 0, 0.05);
}

a {
  color: #87C704;
  transition: 0.3s all ease;
}
a:hover {
  color: #87C704;
  text-decoration: none;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

.text-primary {
  color: #87C704 !important;
}

a.text-primary {
  color: #87C704 !important;
}
a.text-primary:hover {
  color: #87C704 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Montserrat", sans-serif;
  color: #dddde6;
}

.btn {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  font-size: 14px;
  border: 1px solid transparent;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: #87C704;
  border-color: #87C704;
}
.btn.btn-primary:hover {
  border-color: #95db04;
  background: #95db04;
}
.btn.btn-black {
  background: #000000;
  color: #ffffff;
}
.btn.btn-black:hover {
  border-color: #000000;
  background: transparent;
  color: #000000;
}
.btn.btn-outline-black {
  background: transparent;
  color: #000000;
  border-color: #000000;
}
.btn.btn-outline-black:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}
.btn.btn-secondary {
  background: #000000;
  border-color: #000000;
}
.btn.btn-secondary:hover {
  background: #0a0a0a;
  border-color: #0a0a0a;
}

.form-control, .custom-select {
  border: none;
  font-size: 16px;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-bottom: 1px solid #43434d;
  border-radius: 0;
}
.form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
  border-color: #87C704;
  box-shadow: none;
  background: transparent;
}

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .gutter-v1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v1 > .col,
.gutter-v1 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .gutter-v1 > .col,
  .gutter-v1 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v2 > .col,
.gutter-v2 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 > .col,
  .gutter-v2 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v3 {
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 991.98px) {
  .gutter-v3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v3 > .col,
.gutter-v3 > [class*=col-] {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .gutter-v3 > .col,
  .gutter-v3 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.spinner-border {
  color: #87C704;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* transitions */
.overflow-x-container {
  overflow-x: hidden;
}

.grow-on-hover-outer {
  transition: 0.3s;
}

.grow-on-hover-outer:hover,
grow-on-hover-outer:active {
  transform: scale(1.1);
}

.grow-on-hover-inner:hover,
.grow-on-hover-inner:active {
  transition: 0.3s;
  transform: scale(1.1);
}

.shrink-on-hover-outer {
  transition: 0.3s;
}

.shrink-on-hover-outer:hover,
shrink-on-hover-outer:active {
  transform: scale(0.9);
}

.shrink-on-hover-inner:hover,
.shrink-on-hover-inner:active {
  transition: 0.3s;
  transform: scale(0.9);
}

.padded-icon {
  padding-top: 14px;
  transition: 0.3s;
}

.padded-icon:hover,
.padded-icon:active {
  transform: scale(0.9);
}

.g-bg {
  background-color: #EBEBE5;
}

.logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
.logo:hover {
  color: #ffffff;
}

@media (max-width: 560px) {
  .logo img {
    height: 35px;
  }
}
.site-nav {
  position: absolute;
  width: 100%;
  z-index: 7;
}
.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.site-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.site-nav .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-nav .site-navigation .site-menu > li {
  display: inline-block;
}
.site-nav .site-navigation .site-menu > li > a {
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-weight: 700;
}
.site-nav .site-navigation .site-menu > li > a:hover {
  color: #ffffff;
}
.site-nav .site-navigation .site-menu > li.cta-button a {
  padding: 5px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  border-radius: 30px;
}
.site-nav .site-navigation .site-menu > li.cta-button a:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.site-nav .site-navigation .site-menu > li.cta-button.active a {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}
.site-nav .site-navigation .site-menu > li.active > a {
  color: #ffffff;
}
.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}
.site-nav .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-nav .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #ffffff;
  transition: 0.2s 0s;
}
.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}
.site-nav .site-navigation .site-menu .has-children .dropdown .active {
  color: #87C704 !important;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  color: #87C704;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.active > a {
  color: #87C704;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
  color: #87C704;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  color: #87C704;
}
.site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
  color: #ffffff;
}
.site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-nav.dark a {
  color: #000000;
}
.site-nav.dark .site-navigation .site-menu > li > a {
  color: rgba(0, 0, 0, 0.5);
}
.site-nav.dark .site-navigation .site-menu > li > a:hover {
  color: #000000;
}
.site-nav.dark .site-navigation .site-menu > li.active > a {
  color: #000000;
}
.site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:active > a {
  color: #87C704;
}
.site-nav.dark .site-navigation .site-menu > li.has-children:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children:active > a {
  color: #000000;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}
.site-mobile-menu-close > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}
.site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #000000;
}
.site-mobile-menu-close > span:before {
  transform: rotate(45deg);
}
.site-mobile-menu-close > span:after {
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}
.offcanvas-menu .site-mobile-menu {
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #000000;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #87C704;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #87C704;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000000;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #000000;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(0, 0, 0, 0.8) !important;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #000000 !important;
}
.sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  transition: 0s all ease;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #000000;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000000 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #87C704 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #87C704 !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.burger.light:before, .burger.light span, .burger.light:after {
  background: #ffffff;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5); /*for IE*/
}

.burger:focus {
  outline: none;
}

.untree_co-section {
  padding: 0;
  width: 100%;
}
.untree_co-section .heading, .untree_co-section .subheading {
  color: #000000;
}
.untree_co-section .heading strong, .untree_co-section .subheading strong {
  font-weight: 700;
}
.untree_co-section .heading {
  font-size: 40px;
}
.untree_co-section .heading.smaller {
  font-size: 22px;
}
.untree_co-section .heading.smaller2 {
  font-size: 20px !important;
}
.untree_co-section .heading.close-cta {
  font-size: 30px;
  font-weight: 500;
  margin: 40px auto !important;
}
@media (max-width: 560px) {
  .untree_co-section .heading {
    font-size: 35px;
  }
}
.untree_co-section .subheading {
  font-size: 24px;
  font-family: "Work Sans", sans-serif;
}

.section-heading {
  font-size: 30px;
  color: #000000;
}

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
}
.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.item a img {
  position: relative;
  transform: scale(1);
  transition: 0.3s all ease-in-out;
}
.item .item-wrap {
  display: block;
  position: relative;
}
.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0);
  color: #ffffff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.item:hover a img {
  transform: scale(1.05);
  transition: 0.3s all ease-in-out;
}

.gsap-reveal-img {
  line-height: 0;
}
.gsap-reveal-img .reveal-wrap {
  position: relative;
  overflow: hidden;
}
.gsap-reveal-img .reveal-wrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  margin-left: -100%;
  z-index: 9;
}
.gsap-reveal-img .reveal-wrap .reveal-content {
  opacity: 0;
  visibility: hidden;
}
.gsap-reveal-img .reveal-wrap .reveal-content .portfolio-item-content h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.gsap-reveal {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .gsap-reveal.gsap-reveal-filter {
    overflow: visible !important;
  }
}
.gsap-reveal .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
}

.gsap-reveal-hero {
  line-height: 0;
}
.gsap-reveal-hero .reveal-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.gsap-reveal-hero .reveal-wrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  margin-left: -100%;
  z-index: 2;
}
.gsap-reveal-hero .reveal-wrap .reveal-content {
  line-height: 1.5;
  z-index: 1;
  display: inline-block;
  transform: translateX(-100%);
}

/* circle progress bar*/
.progressbar {
  display: inline-block;
  margin: 25px;
}
.progressbar .caption {
  font-size: 14px;
}
.progressbar .number {
  font-size: 16px;
}

.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
  margin-bottom: 20px;
}

.circle div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  margin-top: 12px;
}

.wave {
  margin-bottom: 10px;
}
.wave svg {
  width: 90px;
  height: 20px;
}
.wave path {
  stroke: #87C704;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}

.testimonial-wrap .owl-stage-outer {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonial-v1 {
  text-align: center;
  padding: 20px;
  border: 1px solid #f8f9fa;
  transition: 0.3s all ease;
  position: relative;
  border-radius: 10px;
}
.testimonial-v1 img {
  width: 80px !important;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  margin-top: -70px;
}
.testimonial-v1 h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}
.testimonial-v1 p {
  font-size: 14px;
}
.testimonial-v1 .caption {
  font-size: 13px;
}
.testimonial-v1:hover {
  border-color: #87C704;
}

.owl-3-slider .owl-nav, .single-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .owl-3-slider .owl-nav, .single-slider .owl-nav {
    display: none;
  }
}
.owl-3-slider .owl-nav .owl-next, .owl-3-slider .owl-nav .owl-prev, .single-slider .owl-nav .owl-next, .single-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-3-slider .owl-nav .owl-next span, .owl-3-slider .owl-nav .owl-prev span, .single-slider .owl-nav .owl-next span, .single-slider .owl-nav .owl-prev span {
  font-size: 1.2rem;
}
.owl-3-slider .owl-nav .owl-prev, .single-slider .owl-nav .owl-prev {
  transition: 0.3s all ease;
  left: -30px;
}
.owl-3-slider .owl-nav .owl-prev:hover, .single-slider .owl-nav .owl-prev:hover {
  left: -35px;
  color: #87C704;
}
.owl-3-slider .owl-nav .owl-next, .single-slider .owl-nav .owl-next {
  right: -30px;
  transition: 0.3s all ease;
}
.owl-3-slider .owl-nav .owl-next span, .single-slider .owl-nav .owl-next span {
  display: block;
  transform: rotate(-180deg);
}
.owl-3-slider .owl-nav .owl-next:hover, .single-slider .owl-nav .owl-next:hover {
  right: -35px;
  color: #87C704;
}

figure.dotted-bg {
  position: relative;
}
figure.dotted-bg:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 268px;
  height: 224px;
  background-image: url("../images/dots.png");
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  figure.dotted-bg:before {
    right: 0px;
  }
}

.experience-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
}
.experience-wrap .experience {
  background: #87C704;
  padding: 20px;
  color: #ffffff;
  padding-left: 30px;
}
.experience-wrap .experience > span {
  font-size: 20px;
}
.experience-wrap .experience > a {
  display: block;
  color: #ffffff;
}

.loader-portfolio-wrap {
  text-align: center;
  display: none;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  position: absolute;
}

.loader-portfolio, .site-loader {
  width: 2rem;
  height: 2rem;
  margin: 2rem auto;
  border-radius: 50%;
  border: 0.3rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  animation: 1.5s spin infinite linear;
}
.loader-portfolio.dark, .site-loader.dark {
  border: 0.3rem solid rgba(0, 0, 0, 0.3);
  border-top-color: #000000;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.portfolio-single-inner .heading-portfolio-single-h2 {
  margin-bottom: 40px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .portfolio-single-inner .heading-portfolio-single-h2 {
    font-size: 30px;
  }
}

#portfolio-single-holder .portfolio-single-inner {
  position: relative;
  opacity: 0;
  display: none;
}

.unslate_co--close-portfolio {
  position: absolute;
  top: -10px;
  cursor: pointer;
  z-index: 9;
  padding: 10px 10px 10px 10px;
  right: -10px;
  border: 2px solid transparent;
  border-radius: 30px;
  transition: 0.3s all ease;
}
.unslate_co--close-portfolio .close-portfolio-label {
  font-size: 14px;
  top: 25px;
  right: -10px;
  width: 150px;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.unslate_co--close-portfolio .wrap-icon-close {
  font-size: 30px;
  position: relative;
  transition: 0.3s all ease;
}
.unslate_co--close-portfolio:hover .wrap-icon-close {
  transform: rotate(90deg);
}
.unslate_co--close-portfolio:hover .close-portfolio-lanel {
  opacity: 1;
  left: -10px;
  visibility: visible;
}
.unslate_co--close-portfolio:hover .close-portfolio-label, .unslate_co--close-portfolio:focus .close-portfolio-label {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.close-portfolio--content {
  right: 50%;
  transform: translateX(50%);
}
.close-portfolio--content .close-portfolio-label {
  right: 50% !important;
  transform: translateX(50%);
  top: 50px;
}

.detail-v1 .detail-label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.detail-v1 .detail-val {
  font-size: 16px;
}
.position-relative {
  position: relative;
}

.work-experience {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.work-experience:before {
  font-family: "icomoon";
  content: "\e8f7";
  color: #ccc;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
  transition: 0.3s all ease;
}
.work-experience:hover:before {
  color: #87C704;
}
.work-experience .position {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}
.work-experience .company {
  font-size: 16px;
}
.work-experience .year {
  display: block;
  font-size: 13px;
}

.service [class*=icon-] {
  font-size: 50px;
  position: relative;
  display: inline-block;
}
.service [class*=icon-] img {
  width: 50px;
}
.service [class*=icon-]:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: rgba(135, 199, 4, 0.2);
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.service h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
#map {
  position: relative;
}
#map iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
}
@media (max-width: 991.98px) {
  #map iframe {
    position: relative;
  }
}

.post-entry .thumb {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.post-entry .thumb img {
  transition: 0.15s all ease;
}
.post-entry .thumb:hover img {
  transform: scale(1.02);
}
.post-entry h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}
.post-entry h3 a {
  color: #000000;
}
.post-entry .post-meta {
  font-size: 14px;
}
.post-entry .post-meta a {
  color: #000000;
}

.lines-wrap {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .lines-wrap {
    display: none;
  }
}
.lines-wrap .lines-inner {
  position: absolute;
  width: 1140px;
  left: 50%;
  margin-left: -570px;
  top: 0;
  height: 100%;
  /*
  		border-left: 1px solid #efefef;
  		border-right: 1px solid #efefef;
  		.lines {
  			position: absolute;
  			left: 33.333333%;
  			right: 33.333333%;
  			height: 100%;
  			border-left: 1px solid #efefef;
  			border-right: 1px solid #efefef;
  		}
  */
}

#about-section {
  margin-top: 7rem;
}
#about-section .container {
  background: #87C704;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
#about-section .container .author-wrap {
  margin-top: -150px;
}

.grid-item {
  position: relative;
}

.grid-item:before {
  content: "";
  display: inline-block;
  padding-top: 20rem;
}

.grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-item {
  position: relative;
}
.blog-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.portfolio-item {
  overflow: hidden;
}
.portfolio-item img {
  transition: 0.3s all ease;
  position: relative;
  transform: scale(1);
}
.portfolio-item:hover img {
  transform: scale(1.09);
}

.portfolio-item, .blog-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.portfolio-item .overlay, .blog-item .overlay {
  position: relative;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.portfolio-item .overlay, .portfolio-item .overlay:before, .blog-item .overlay, .blog-item .overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portfolio-item .overlay:before, .blog-item .overlay:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.portfolio-item .wrap-icon, .blog-item .wrap-icon {
  position: absolute;
  right: 20px;
  color: #ffffff;
  top: 20px;
}
.portfolio-item .portfolio-item-content, .blog-item .portfolio-item-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.portfolio-item .portfolio-item-content h3, .portfolio-item .portfolio-item-content p, .blog-item .portfolio-item-content h3, .blog-item .portfolio-item-content p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.portfolio-item .portfolio-item-content h3, .blog-item .portfolio-item-content h3 {
  font-size: 18px;
}
.portfolio-item .portfolio-item-content p, .blog-item .portfolio-item-content p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.portfolio-item:hover .overlay, .blog-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.blog-item {
  margin-left: 0 !important;
}
.blog-item .overlay {
  opacity: 1;
  visibility: visible;
}
.blog-item:hover .overlay {
  opacity: 0;
  visibility: hidden;
}

.filter-wrap {
  position: relative;
}
.filter-wrap .filter {
  font-size: 14px;
  color: #ffffff;
}
.filter-wrap .filter a {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.filter-wrap .filter a:hover {
  color: #ffffff;
}
.filter-wrap .filter a.active {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .filter-wrap .filter {
    background: #000000;
    z-index: 9;
    position: absolute;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    right: 0;
    padding: 20px;
    top: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .filter-wrap .filter.active {
    opacity: 1;
    visibility: visible;
  }
  .filter-wrap .filter a {
    display: block;
  }
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.site-footer {
  padding: 70px 0;
}
.site-footer a {
  color: #777;
  position: relative;
  display: inline-block;
}
.site-footer a:hover {
  color: #87C704;
}
.site-footer a:hover:before {
  background: #87c704;
}
.site-footer .btn:before {
  display: none;
}
.site-footer .widget {
  margin-bottom: 40px;
  display: block;
}
.site-footer .widget h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
}
.site-footer .widget .links li {
  margin-bottom: 10px;
}
.site-footer .social li {
  display: inline-block;
}
.site-footer .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background: #87C704;
  border-radius: 50%;
  color: #ffffff;
}
.site-footer .social li a:before {
  display: none;
}
.site-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-footer .social li a:hover {
  background: #a9f905;
  color: #ffffff;
}

#top-spacer {
  height: 6rem;
  min-height: 75px;
}
@media screen and (max-width: 1000px) {
  #top-spacer {
    min-height: 150px;
  }
}
@media screen and (max-width: 350px) {
  #top-spacer {
    min-height: 100px;
  }
}

#top-spacer-teen {
  height: 6rem;
  min-height: 75px;
}
@media screen and (max-width: 400px) {
  #top-spacer-teen {
    min-height: 50px;
  }
}

#top-spacer-about {
  height: 6rem;
  min-height: 150px;
}
@media screen and (max-width: 400px) {
  #top-spacer-about {
    min-height: 150px;
  }
}

.site-navigation {
  margin-top: 20px;
}

.divider-line {
  clear: both;
  margin: 20px 20px 25px;
  height: 1px;
  border-bottom: 1px solid #efefef;
}

#teen-page .divider-line {
  margin: 0 0 50px;
  border-bottom: 1px solid #cccccc;
}

#restricted-zone {
  margin: -25px 40px 0 0;
  position: relative;
  display: inline-block;
  text-align: center;
}
#restricted-zone img {
  width: 160px;
  transform: rotate(-10deg);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #restricted-zone img {
    width: 140px;
  }
}
@media screen and (max-width: 350px) {
  #restricted-zone img {
    width: 100px;
  }
}
#restricted-zone .overlay-text {
  margin: -5px auto 0;
  color: #800020;
  font-size: 20px;
  animation: flashText 2s 5;
  display: block;
  transform: rotate(-10deg);
  width: max-content;
  padding-left: 23px;
  font-weight: bold;
}
@keyframes flashText {
  0%, 100% {
    transform: rotate(-10deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(-10deg) scale(1.2);
    opacity: 0.5;
  }
}

.nav-link {
  font-size: 25px !important;
  font-weight: bold !important;
  margin: 15px 0 !important;
}

.clear {
  clear: both;
}

#kids {
  padding: 0 20px;
  clear: both;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#kids img {
  width: 80px;
  margin: 2px 8px;
}
@media screen and (min-width: 1000px) and (max-width: 1215px) {
  #kids img {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1216px) {
  #kids img {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 990px) {
  #kids img {
    margin-top: 6px !important;
  }
}
@media screen and (max-width: 590px) {
  #kids img {
    margin-top: 23px !important;
    width: 65px;
  }
}
@media screen and (max-width: 345px) {
  #kids img {
    margin-top: 23px !important;
    width: 65px;
  }
}
#kids .row {
  display: flex;
  align-items: center;
  height: 152px;
}
#kids .row .kidname {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
#kids .row .bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 5px 0 20px;
  text-align: center;
  max-height: 125px;
  height: 125px;
  max-width: 500px;
  width: 500px;
}
@media screen and (min-width: 991px) and (max-width: 1215px) {
  #kids .row .bubble {
    max-width: 400px;
    width: 400px;
  }
}
@media screen and (min-width: 591px) and (max-width: 990px) {
  #kids .row .bubble {
    max-width: 270px;
    width: 270px;
  }
}
@media screen and (max-width: 590px) {
  #kids .row .bubble {
    max-width: 225px;
    width: 225px;
  }
}
@media screen and (max-width: 345px) {
  #kids .row .bubble {
    max-width: 190px;
    width: 190px;
  }
}
#kids .row .bubble-right:before, #kids .row .bubble-right:after {
  content: "";
  position: absolute;
  padding: 7px 15px;
  bottom: -14px;
  right: -2px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px 20px;
}
#kids .row .bubble-right:after {
  right: -12px;
  background-color: #EBEBE5;
}
#kids .row .bubble-left:before, #kids .row .bubble-left:after {
  content: "";
  position: absolute;
  padding: 7px 15px;
  bottom: -14px;
  left: -2px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px 20px;
}
#kids .row .bubble-left:after {
  left: -12px;
  background-color: #EBEBE5;
}
#kids .row .kid-img,
#kids .row .kidname,
#kids .row .quote {
  transition: opacity 3s ease;
  opacity: 1;
}
#kids .row .kid-img.hidden,
#kids .row .kidname.hidden,
#kids .row .quote.hidden {
  opacity: 0;
}
#kids .row .quote {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  hyphens: none;
  word-wrap: break-word;
  line-break: strict;
  margin-bottom: 0;
}

#teen-page {
  background-color: #EBEBE5 !important;
}
#teen-page h3 {
  font-size: 27px;
  color: #000000;
  margin-bottom: 10px;
}

.teen-top-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.teen-top-background div {
  height: 650px;
  width: 100%;
  background-color: #87C704;
}
@media screen and (max-width: 525px) {
  .teen-top-background div {
    height: 590px;
  }
}

.hero-heading {
  color: #800020 !important;
}

#steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#steps {
  text-align: left;
}
#steps a {
  font-weight: bold;
  color: #3B5AD5;
  text-decoration: underline;
}
#steps a:hover {
  color: #3E4192;
  font-size: 1.3rem;
}
#steps .step-badge {
  vertical-align: top;
}
#steps .step-badge img {
  width: 40px;
  height: 40px;
  margin: 2px 0;
}
#steps .heading {
  display: flex;
  align-items: center;
  margin: 5px 0 5px 10px !important;
  font-size: 20px;
}
#steps .step-note {
  margin: 0 0 0 10px;
  font-size: 0.9rem;
  font-style: italic;
}
@media screen and (max-width: 400px) {
  #steps .step-note {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 375px) {
  #steps .step-note {
    font-size: 0.75rem;
  }
}

#teen-hero-wrapper {
  position: relative;
  text-align: center;
  z-index: 5;
  width: 500px;
  margin: 25px auto 50px;
  z-index: 5;
}
#teen-hero-wrapper img {
  margin-top: -25px;
  width: 500px;
  z-index: 10;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 525px) {
  #teen-hero-wrapper img {
    width: 310px;
  }
}
@media screen and (max-width: 525px) {
  #teen-hero-wrapper {
    width: 310px;
  }
}
#teen-hero-wrapper #drawer-trigger {
  position: absolute;
  top: 245px;
  left: 175px;
  height: 165px;
  width: 290px;
  cursor: pointer;
  z-index: 100000;
  pointer-events: auto;
  display: block;
  visibility: visible;
}
@media screen and (max-width: 525px) {
  #teen-hero-wrapper #drawer-trigger {
    top: 130px;
    left: 110px;
  }
}
#teen-hero-wrapper #drawer-trigger #see-it {
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  top: 175px;
  left: 50px;
  display: inline-flex;
  align-items: center;
  color: #87C704;
  font-size: 18px;
  font-weight: bold;
  padding-left: 60px;
  background-image: url("../images/icon-video.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 40px 40px;
  z-index: 10;
  line-height: 1.2rem;
}
@media screen and (max-width: 525px) {
  #teen-hero-wrapper #drawer-trigger #see-it {
    font-size: 14px;
    top: 110px;
    left: 10px;
    background-size: 30px 30px;
    padding-left: 50px;
  }
}
#teen-hero-wrapper #drawer-trigger #teen-hero-quote {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 28px;
  font-weight: bold;
  width: 290px;
  height: 140px;
  text-align: left;
  max-height: 140px;
  overflow: hidden;
  line-height: normal;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 525px) {
  #teen-hero-wrapper #drawer-trigger #teen-hero-quote {
    font-size: 16px;
    top: 20px;
    width: 172px;
    height: 80px;
  }
}
#teen-hero-wrapper #teen-hero-button {
  font-size: 18px;
  width: 290px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 35%;
  border-radius: 10px;
}
@media screen and (max-width: 525px) {
  #teen-hero-wrapper #teen-hero-button {
    font-size: 14px;
    bottom: 15px;
    left: 35%;
    width: 170px;
  }
}

.share-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.share-badge .share-icons {
  position: relative;
  margin: 10px 0 10px;
  display: flex;
  align-items: center;
}
.share-badge .share-icons a {
  margin: 0 5px 0;
}
.share-badge .share-icons img {
  width: 44px;
}

#teen-page #video-section .gallery-container .pause-button {
  top: 60px;
}

#teen-page #social .container {
  background-color: #EBEBE5;
  margin-top: -10px;
}

#teen-page #footer,
#teen-page #footer h1,
#teen-page #footer a {
  background-color: #87C704;
  color: #000000;
}
#teen-page #footer a:hover,
#teen-page #footer h1 a:hover,
#teen-page #footer a a:hover {
  text-decoration: underline;
}

#resources-section ul li {
  margin: 10px;
}
@media screen and (max-width: 400px) {
  #resources-section ul li img {
    max-width: 300px;
  }
}

.resources-image-outer {
  transition: 0.3s;
}

.resources-image {
  transition: 0.3s;
}

.resources-image:hover,
.resources-image:active {
  transition: 0.3s;
  transform: scale(0.9);
}

#drawer-wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  max-width: 600px;
  max-height: 85%;
  background-color: white;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 1001;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  #drawer-wrapper {
    width: 90%;
  }
}
#drawer-wrapper.open {
  height: auto;
  max-height: 80vh;
  transform: translateX(-50%) translateY(0);
}
#drawer-wrapper #drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
#drawer-wrapper #drawer-header span {
  font-size: 0.9rem;
  color: #5A5A5A;
  margin: 10px;
}
#drawer-wrapper #drawer-header #close-drawer-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #333;
  margin-left: auto;
  margin-right: 0;
}
#drawer-wrapper #drawer-header #close-drawer-button:hover {
  color: #000;
}
#drawer-wrapper #drawer-content {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  justify-content: center;
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
#drawer-wrapper #drawer-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 20px 20px 0;
  margin: 0;
  width: calc(100% - 110px);
  overflow: hidden;
}
#drawer-wrapper #drawer-card div {
  margin-bottom: 10px;
}
#drawer-wrapper #drawer-card hr {
  margin: 10px 0;
}
#drawer-wrapper #drawer-card a {
  color: #007bff;
  text-decoration: none;
}
#drawer-wrapper #drawer-card a:hover {
  text-decoration: underline;
}
#drawer-wrapper #drawer-card .quote-text {
  font-family: "Merriweather", serif;
}
#drawer-wrapper #drawer-card .quote-attribution {
  font-size: 0.9rem;
  color: #5A5A5A;
}
@media screen and (max-width: 400px) {
  #drawer-wrapper #drawer-card .quote-attribution {
    font-size: 0.8rem;
  }
}
#drawer-wrapper #drawer-card .source-info {
  border-top: 1px solid #cccccc;
  font-size: 0.9rem;
  padding: 10px 20px;
  margin: 0 -20px;
}
#drawer-wrapper #drawer-card .source-info img {
  padding-right: 10px;
}
#drawer-wrapper .media-embed {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#drawer-wrapper .media-embed iframe {
  width: 80%;
  max-width: 80%;
  max-height: 250px;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 12px;
  margin: 0 auto;
}
#drawer-wrapper .media-embed blockquote {
  width: 80%;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
  background: #000000;
  color: #ffffff;
  border-radius: 12px;
  padding: 15px;
}
#drawer-wrapper .media-embed blockquote a {
  display: block;
}
#drawer-wrapper #drawer-video-wrapper {
  position: relative;
  display: flex;
  width: 90px;
  height: 160px;
  margin-right: 10px;
}
#drawer-wrapper #drawer-video-wrapper video {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
#drawer-wrapper #drawer-video-wrapper video:-webkit-media-controls {
  display: none !important;
}
#drawer-wrapper #drawer-video-wrapper #quote-play-button,
#drawer-wrapper #drawer-video-wrapper #quote-pause-button {
  position: absolute;
  overflow: hidden;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
#drawer-wrapper #drawer-video-wrapper #quote-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#drawer-wrapper #drawer-video-wrapper #quote-play-button:focus {
  outline: none;
  box-shadow: none;
}
#drawer-wrapper #drawer-video-wrapper #quote-pause-button {
  display: none;
  top: 2px;
  left: 2px;
  z-index: 1;
}
#drawer-wrapper #drawer-video-wrapper #drawerLoadingIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
  z-index: 2;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
#overlay.show {
  opacity: 1;
  visibility: visible;
}

#show-quotes-button {
  display: none;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
#show-quotes-button button {
  margin: 20px auto 35px;
  padding: 10px 50px;
  width: 100%;
  max-width: 400px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 400px) {
  #show-quotes-button button {
    padding: 10px 25px;
  }
}

#main-page #quotes-wrapper {
  background-color: #ffffff;
}
#main-page #quotes-wrapper .filter-button {
  background-color: rgba(235, 235, 229, 0.45);
  border: 0.5px solid #cccccc;
  color: #000000;
}
#main-page #quotes-wrapper .filter-button.active {
  background-color: #000000;
  color: #ffffff;
}

#teen-page #quotes-wrapper {
  background-color: #EBEBE5;
  margin-top: -45px;
}
#teen-page #quotes-wrapper .filter-button {
  background-color: #ffffff;
  border: 0.5px solid #cccccc;
  color: #000000;
}
#teen-page #quotes-wrapper .filter-button.active {
  background-color: #000000;
  color: #ffffff;
}
#teen-page #quotes-wrapper #quotes-container .quote-box {
  background-color: #ffffff;
}

.wrapper {
  display: table;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .wrapper {
    max-width: 100%;
  }
}

.wide-wrapper {
  width: 100%;
  background-color: #ffffff;
}
.wide-wrapper .wrapper {
  padding: 5px 0 5px;
}

#trumpy {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  z-index: 10;
}
#trumpy img {
  width: 100px;
  height: 100px;
  animation: rotate 10s linear infinite;
}
@media screen and (max-width: 700px) {
  #trumpy img {
    width: 80px;
    height: 80px;
  }
}

#trumpy-small {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  transform: scale(0.75);
  animation: rotate 10s linear infinite;
  top: 0;
}
@media screen and (max-width: 700px) {
  #trumpy-small {
    margin-right: 5px;
  }
}
#trumpy-small img {
  width: 60px;
  height: 60px;
  animation: rotate 10s linear infinite;
}
@media screen and (max-width: 700px) {
  #trumpy-small img {
    width: 45px;
    height: 45px;
  }
}

.with-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #87C704;
  margin-bottom: 0 !important;
}
.with-icon .scroll-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
}
.with-icon .scroll-link:hover {
  text-decoration: underline;
}
.with-icon .scroll-link #trumpy-small {
  width: 60px;
  height: 60px;
  animation: rotate 10s linear infinite;
}
.with-icon .scroll-link .inline-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.scroll-link {
  cursor: pointer;
  text-decoration: none;
}
.scroll-link:hover {
  text-decoration: underline;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
}

#pick-header {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  #pick-header {
    max-width: 80%;
  }
}
#pick-header span {
  position: relative;
}
#pick-header span #trumpy {
  left: -90px;
  top: -15%;
}
@media screen and (max-width: 700px) {
  #pick-header span #trumpy {
    left: -70px;
    top: -10%;
  }
}

#quotes-wrapper {
  background-color: #ffffff;
  margin-bottom: 25px;
  position: relative;
}
#quotes-wrapper .heading {
  position: relative;
}
#quotes-wrapper .buttons-wrapper {
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}
#quotes-wrapper .buttons-wrapper .buttons {
  display: flex;
  gap: 4px;
  padding: 5px 0;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
#quotes-wrapper .buttons-wrapper .buttons .filter-button {
  border: 1px solid #EBEBE5;
  color: #000000;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 0.9rem;
  flex-shrink: 0;
}
#quotes-wrapper .buttons-wrapper .buttons .filter-button.active {
  background-color: #000000;
  color: #ffffff;
}
#quotes-wrapper #quote-count {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}
#quotes-wrapper #quotes-container {
  position: relative;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
}
#quotes-wrapper #quotes-container .quote-box {
  padding: 10px 20px 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  vertical-align: top;
  width: 300px;
  min-width: 300px;
  cursor: pointer;
  z-index: 50;
  background-color: #EBEBE5;
}
@media screen and (max-width: 375px) {
  #quotes-wrapper #quotes-container .quote-box {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  #quotes-wrapper #quotes-container .quote-box {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #quotes-wrapper #quotes-container .quote-box {
    width: calc(33.333% - 10px);
    margin-bottom: 15px;
  }
}
#quotes-wrapper #quotes-container .quote-box .drawer-trigger {
  width: 100%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  margin-top: 10px;
}
#quotes-wrapper #quotes-container .quote-box .see-it {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #87C704;
  font-size: 16px;
  font-weight: bold;
  background-image: url("../images/icon-video.png");
  background-repeat: no-repeat;
  background-position: calc(50% - 75px) center;
  background-size: 30px 30px;
  padding-left: 40px;
  z-index: 10;
  line-height: 1.2rem;
  margin: 0 auto;
}
#quotes-wrapper #quotes-container .quote-box .see-it:hover {
  text-decoration: underline;
}
@media screen and (max-width: 525px) {
  #quotes-wrapper #quotes-container .quote-box .see-it {
    font-size: 14px;
  }
}
#quotes-wrapper #quotes-container .quote-box .attribution {
  font-size: 0.8rem;
  font-style: italic;
  color: #5A5A5A;
  margin: 5px 0 0;
  text-align: right;
}
#quotes-wrapper #quotes-container .quote-box .source-info {
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  padding-top: 5px;
  display: block;
}
#quotes-wrapper #quotes-container .quote-box .source-label {
  font-size: 0.8rem;
  color: #666;
}
#quotes-wrapper #quotes-container .quote-box .source-link {
  font-size: 0.9rem;
  color: #quotes-wrapper #quotes-container .quote-box .source-link source_link;
  text-decoration: none;
}
#quotes-wrapper #quotes-container .quote-box .source-link svg {
  margin-left: 5px;
}
#quotes-wrapper #quote-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 25px 0 20px;
  flex-direction: row;
}
@media screen and (max-width: 1199px) {
  #quotes-wrapper #quote-controls {
    margin-top: 15px;
  }
}
#quotes-wrapper #quote-controls #load-more-container {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
#quotes-wrapper #quote-controls #load-more-container #load-more-button {
  background-color: #87C704;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: background-color 0.5s ease;
}
#quotes-wrapper #quote-controls #load-more-container #load-more-button:active {
  outline: none;
  border: none;
  background-color: #76ae03;
}
#quotes-wrapper #quote-controls #load-more-container #load-more-button:focus {
  outline: none;
  border: none;
}
#quotes-wrapper #quote-controls #show-less-link {
  color: #76ae03;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 40px;
  margin-left: 10px;
}
#quotes-wrapper #quote-controls #show-less-link:hover {
  text-decoration: underline;
}
#quotes-wrapper #quote-controls-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#clapboard {
  width: 40px;
  height: 40px;
}

.drawer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px; /* Max width of the drawer */
  height: 75vh;
  background-color: #f8f8f8;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
  transition: bottom 0.3s ease;
  z-index: 1000;
  padding: 20px;
  display: none;
  flex-direction: column;
}
@media screen and (max-width: 620px) {
  .drawer {
    max-width: calc(100vw - 20px); /* 20px less than the screen width */
  }
}

.drawer.open {
  display: flex;
  bottom: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.drawer.open + .overlay {
  display: block;
}

#video-section .drawer-content {
  overflow-y: auto;
  max-height: 100%;
  padding-right: 15px;
  width: 100%; /* Ensure the content fills the drawer width */
}

#video-section .drawer-content.bubble,
#video-section .drawer-content.bubble-right {
  width: calc(100% - 20px) !important; /* Ensure the width is 20px less than the drawer content width */
}

.drawer-content .bubble {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #EBEBE5;
  border-radius: 20px;
  margin: 5px 0 20px;
  text-align: left;
  max-width: calc(100% - 40px); /* Ensure the width is always 40px less than the drawer width */
  box-sizing: border-box; /* Include padding in the width calculation */
  overflow-wrap: break-word; /* Handle long words by breaking within the box */
  white-space: normal; /* Allow text to wrap normally */
  line-height: 1.4; /* Adjust line height for better readability */
  word-wrap: break-word; /* Ensure long words wrap properly */
  height: auto; /* Let height adjust based on content */
  max-height: 100%; /* Ensure the height doesn’t exceed the container */
  min-height: 40px; /* Ensure the bubble has a minimum height */
  overflow: visible; /* Ensure the entire text is visible */
}

.drawer-content .bubble-right:before {
  content: "";
  position: absolute;
  padding: 7px 15px;
  bottom: -14px;
  right: -2px;
  background-color: #EBEBE5;
  border-bottom-left-radius: 30px 20px;
}

.drawer-content .bubble-right:after {
  content: "";
  position: absolute;
  padding: 7px 15px;
  bottom: -14px;
  right: -12px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 30px 20px;
}

.close-drawer-button {
  align-self: flex-end;
  padding: 10px;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.no-scroll {
  overflow: hidden;
}

#teen-page #video-section {
  margin: 5px 0 45px;
}
#teen-page #video-section h2 {
  margin-bottom: 0.9rem !important;
}
#teen-page #video-section h3 {
  margin-bottom: 1.4rem !important;
}

#main-page #video-section {
  margin: 5px 0 20px;
}

#video-section {
  background-color: #ffffff;
}
#video-section h2 {
  margin-top: 1.1rem !important;
  margin-bottom: 1.8rem !important;
}
#video-section #videos {
  max-width: 1110px;
  margin: 0 auto 40px;
  position: relative;
}
#video-section #videos .swiper-wrapper-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 0 20px;
}
#video-section #videos .swiper-container {
  width: 100%;
  max-width: 1110px;
  overflow: visible;
  position: relative;
  padding: 20px 0;
  touch-action: pan-y;
}
#video-section #videos .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  overflow: visible;
  pointer-events: none;
}
#video-section #videos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 391px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.6s ease-in-out, width 0.6s ease-in-out, border-radius 0.3s ease;
  margin: 0 10px;
  position: relative;
  box-sizing: border-box;
  pointer-events: none;
  cursor: default;
}
#video-section #videos .swiper-slide .video-js, #video-section #videos .swiper-slide video, #video-section #videos .swiper-slide iframe {
  touch-action: auto;
  pointer-events: auto;
  border-radius: inherit;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#video-section #videos .swiper-slide.blank-slide {
  background-color: black;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  width: 200px;
  height: 351px;
  pointer-events: none;
  user-select: none;
  padding: 20px;
}
#video-section #videos .swiper-slide.swiper-slide-active {
  transform: scale(1.3);
  width: 220px;
  height: 391px;
  border-radius: 10px;
  pointer-events: auto !important;
  cursor: pointer !important;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
}
#video-section #videos .swiper-slide.swiper-slide-active iframe, #video-section #videos .swiper-slide.swiper-slide-active .video-js {
  pointer-events: auto !important;
  cursor: pointer !important;
  border-radius: inherit;
  touch-action: auto;
}
#video-section #videos .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
  pointer-events: none;
  cursor: default !important;
}
#video-section #videos .swiper-slide:not(.swiper-slide-active) iframe, #video-section #videos .swiper-slide:not(.swiper-slide-active) .video-js {
  cursor: default !important;
  pointer-events: none !important;
  transform: scale(0.85);
  height: 100%;
  max-height: 100%;
}
#video-section #videos .swiper-slide.inactive {
  pointer-events: none;
  cursor: default !important;
}
#video-section #videos .swiper-slide.inactive .inactive-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: black;
  color: white;
  padding: 10px;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease-in-out;
}
#video-section #videos .swiper-slide.inactive .inactive-container .slide-msg {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 250px;
}
#video-section #videos .featured-video {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
}
#video-section #videos .featured-video video, #video-section #videos .featured-video iframe, #video-section #videos .featured-video .video-js {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 10px;
}
#video-section #videos .swiper-button-next,
#video-section #videos .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  z-index: 10;
  padding: 5px;
}
#video-section #videos .swiper-button-next::after,
#video-section #videos .swiper-button-prev::after {
  font-size: 20px;
  line-height: 1;
}
#video-section #videos .swiper-button-next.swiper-button-disabled,
#video-section #videos .swiper-button-prev.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.5;
  pointer-events: none;
}
#video-section #videos .swiper-button-next {
  right: -25px;
}
#video-section #videos .swiper-button-prev {
  left: -25px;
}

.video-js .vjs-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999;
}

body.vjs-fullscreen {
  overflow: hidden;
}

.bigred {
  font-size: 20px;
}

.hidden-audio-player {
  display: none;
}

#audio-play-pause {
  margin: 35px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  cursor: pointer;
}
#audio-play-pause .audio-icon {
  width: 150px;
  height: 73px;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
#audio-play-pause.playing .audio-icon {
  transform: rotateY(180deg);
}

#main-page #social .container, #about-page #social .container {
  background-color: #EBEBE5;
}

#teen-page #social .container {
  background-color: #ffffff;
}

#social .container {
  margin: 20px 0 0;
  padding: 20px 10px;
  max-width: 100% !important;
}
#social img {
  margin: 0 10px;
  width: 44px;
}
@media screen and (max-width: 370px) {
  #social img {
    margin: 0 10px;
  }
}

#footer {
  padding: 25px 20px 15px !important;
  background-color: #465854;
  color: #dddde6;
}
@media screen and (max-width: 599px) {
  #footer {
    padding: 25px 5px 15px;
  }
}

#footer a {
  color: #dddde6;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.copyright {
  display: none;
  /*
  	margin-top: 25px;
  	color: #ababab;
  	font-size: 9px;
  	font-style: italic;
  */
}

#footer .links {
  text-align: center !important;
  display: inline-block;
  margin-top: 15px;
}

#footer ul {
  margin: 25px auto 0;
}

#footer ul li {
  float: left;
  padding: 10px 25px;
}
@media screen and (max-width: 599px) {
  #footer ul li {
    padding: 10px 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  #footer ul li {
    padding: 10px 6px;
    font-size: 14px;
  }
}

#footer ul li.pipe {
  padding: 10px 0;
}

#footer #footer-logo {
  text-align: center;
}

#footer #footer-logo img {
  width: 25%;
  margin-top: 15px;
  max-width: 100px;
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 2.1rem;
  }
}

/*# sourceMappingURL=style.css.map */
