/*
 Theme Name:   SKT Charity Child
 Description:  SKT Charity Child Theme
 Template:     skt-charity
 Version:      1.0.0
*/
/* Global Styles */
* {
  box-sizing: border-box; }

/* Primary color */
/* Secondary color */
/* Background color */
/* Outline color */
/* Link hover color */
/* Button hover color */
/* Font size XS and SM */
html,
body {
  font-size: 13px; }

body {
  background-color: #fff;
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

p {
  font-family: 'Open Sans', sans-serif; }

/* Font sizes MD and LG */
@media (min-width: 768px) {
  html,
  body {
    font-size: 14px; } }
.strong {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6,
.cols-3 h5 {
  color: #5c5c5c;
  margin: 0 0 0.5em;
  font-family: "Cabin", sans-serif; }

.cols-3 h5 {
  font-size: 1.4rem; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.2rem; }

@media (min-width: 768px) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.8rem; }

  h3 {
    font-size: 1.6rem; }

  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1rem; } }
/* a styles */
a {
  color: #99CC01; }

.cols-4 ul li.current_page_item a,
.sitenav ul li.current_page_item a,
.logo h1 span,
.services-wrap .one_third h4,
.cols-4 h5 span,
.welcomewrap h2 span,
.one_four_page:hover h4 a,
.one_four_page:hover a.more {
  color: #99CC01 !important; }

a:hover {
  color: #739901; }

.blog_lists h2 a:hover,
#sidebar ul li a:hover,
.cols-4 ul li a:hover,
.sitenav ul li a:hover,
.headertop .left a:hover,
.one_four_page:hover h4 a,
.one_four_page:hover a.more,
.blog_lists h3 a:hover {
  color: #739901 !important; }

/* List style positions */
ul,
ol {
  list-style-position: inside;
  margin-bottom: 20px; }

/* Centering */
.center {
  text-align: center; }

/* Uppercase */
.uppercase {
  text-transform: uppercase; }

/* Bold */
.bold {
  font-weight: bold; }

/* Shadow */
.shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

/* Columns, rows, containers */
.container {
  max-width: 1100px;
  width: 100%;
  padding: 0 20px; }

.container-fluid {
  width: 100%; }

.row {
  clear: both;
  width: 100%; }

.col-xs-12 {
  width: 100%; }

[class*='col-'] {
  display: inline-block;
  float: left; }

[class*='container']::after,
.row::after,
[class*='col-']::after {
  content: '';
  clear: both;
  display: table; }

/* Small screens up to 768px */
@media (min-width: 480px) {
  .col-sm-4 {
    width: 33.33%; } }
/* site content */
.page_content {
  padding: 2rem 0 4rem; }

.site-main {
  width: 65%; }

#sidebar {
  width: 30%; }

.margin-bottom-2 {
  margin-bottom: 2rem; }

/* Contact form captcha */
.g-recaptcha {
  margin-bottom: 20px;
  -webkit-transform: scale(0.84);
  transform: scale(0.84);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  max-width: 100%; }

/* Contact form last textarea remove bottom margin */
.wpcf7-textarea:last-child {
  margin-bottom: 0; }

.full-width {
  width: 100%; }

/* Make youtube videos responsive */
.youtube-player {
  max-width: 100%; }

/* Sponsors */
.sponsors, .sponsors-heading {
  display: none; }

@media (min-width: 768px) {
  .sponsors {
    display: block;
    height: 60px;
    width: 7712px;
    margin: 20px;
    margin-bottom: 6rem;
    padding-right: 20px;
    animation: bannermove 95s linear infinite;
    -webkit-animation: bannermove 95s linear infinite; }

  .sponsors-heading {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 6rem; }

  .sponsors:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }

  .logo-sponsor {
    margin-right: 20px; }

  .sponsors a:last-child .logo-sponsor {
    margin-right: 0; }

  @keyframes "bannermove" {
    0% {
      margin-left: 0px; }
    100% {
      margin-left: -5555px; } }
  @-moz-keyframes bannermove {
    0% {
      margin-left: 0px; }
    100% {
      margin-left: -5555px; } }
  @-webkit-keyframes "bannermove" {
    0% {
      margin-left: 0px; }
    100% {
      margin-left: -5555px; } }
  @-ms-keyframes "bannermove" {
    0% {
      margin-left: 0px; }
    100% {
      margin-left: -5555px; } }
  @-o-keyframes "bannermove" {
    0% {
      margin-left: 0px; }
    100% {
      margin-left: -5555px; } } }
/* Footer */
#footer-wrapper {
  background-color: #f5f5f5;
  color: #5c5c5c;
  border-top: 1px solid #d9d9d9; }

/* paragraph margins */
.cols-3 p {
  margin-bottom: 15px; }

.copyright-wrapper {
  border-top: 1px solid #d9d9d9;
  background-color: #fff; }

.copyright-txt,
.design-by {
  color: #5c5c5c;
  font-size: 0.9rem; }

@media (min-width: 768px) {
  .copyright-txt,
  .design-by {
    font-size: 1rem; } }
.phone-no {
  line-height: normal;
  margin: 0 0 15px; }

.phone-no a {
  color: #99CC01; }

.phone-no a:hover {
  color: #739901; }

.phone-no strong {
  color: #5c5c5c !important; }

/* Removing padding for 3rd footer column Recent posts */
/* Mobile padding footer */
.widget-column-1,
.widget-column-2 {
  border-right: 1px solid #d9d9d9; }

.widget-column-1 {
  padding-top: 25px; }

.widget-column-3 {
  padding-bottom: 25px;
  border-right: none; }

.columnfix {
  padding: 10px 0 0; }

@media (min-width: 768px) {
  .columnfix {
    padding: 40px 20px 0 0; }

  .widget-column-1 {
    padding-top: 0; }

  .widget-column-3 {
    padding-top: 0;
    padding-bottom: 0; } }
/* Footer columns to center text on mobile */
.cols-3 {
  text-align: center;
  margin-right: 20px; }
  .cols-3 p {
    max-width: 60ch;
    margin-right: auto;
    margin-left: auto; }

@media (min-width: 768px) {
  .cols-3 {
    text-align: left;
    padding: 0; }
    .cols-3 p {
      margin-right: 0;
      margin-left: 0; } }
/* Recent posts */
div.recent-post {
  text-align: center;
  border-bottom: none; }
  div.recent-post a {
    width: 100%; }
  div.recent-post a,
  div.recent-post img {
    float: none;
    display: inline-block;
    margin: 0; }

@media (min-width: 768px) {
  div.recent-post {
    text-align: left; }
    div.recent-post a {
      display: inline;
      width: auto; }
    div.recent-post img {
      float: left;
      margin: 5px 15px 0 0; } }
/* Header */
/* Mobile spacing between header and first container */
.header {
  margin-bottom: 0.8rem; }

@media (min-width: 768px) {
  .header {
    margin-bottom: 0; } }
/* Top bar */
.headertop {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9d9; }

.headerinfo {
  color: #5c5c5c;
  font: 14px/24px "Roboto"; }
  .headerinfo a {
    color: #99CC01; }

.headerinfo .phoneno {
  background: transparent url("../images/phone.png") no-repeat scroll top 3px left 4px;
  color: #5c5c5c;
  padding: 0 0 0 18px; }

.phoneno a:hover {
  color: #739901; }

/* Logo and Main Menu */
.header_right {
  width: 70%; }

/* Donate & Volunteer CTAs */
.widget-right {
  padding: 0;
  background-color: transparent !important; }

.widget-right a {
  color: #fff; }

.heart {
  border-right: none;
  margin-right: 0; }

.user {
  margin-left: -3px; }

.user,
.heart {
  color: #fff;
  display: inline-block;
  padding: 17px 15px 17px 34px;
  background-position: left 14px top 50%;
  line-height: normal;
  background-color: #ed9125 !important; }

.heart:hover,
.user:hover {
  color: #fff;
  background-color: #ce7711 !important; }

/* Header */
.header {
  background-color: rgba(255, 255, 255, 0.1); }

.headertop {
  display: none; }

/* Mobile menu */
.toggle a {
  background-color: transparent;
  padding: 18px; }

/* logo */
.custom-logo {
  max-height: 80px;
  width: auto; }

@media (min-width: 768px) {
  .custom-logo {
    max-height: 120px; }

  .headertop {
    display: block; } }
/* Menu */
.sitenav ul li a {
  color: #99CC01; }

.sitenav ul li a:hover {
  color: #739901; }

.innerheader,
body.blog .sitenav ul li:hover > ul,
.innerheader .sitenav ul li:hover > ul {
  background-color: #f5f5f5;
  border: none; }

/* Remove padding from last menu item */
.menu-item:last-child a {
  padding-right: 0; }

/* Switch from mobile menu to full, remove left padding first child menu item */
@media (min-width: 981px) {
  .sitenav ul li a:first-child {
    padding-left: 0; } }
/* Sub menu */
.sitenav ul li ul li {
  border-bottom: none; }

.sitenav ul li:hover > ul {
  width: 126px; }

.sitenav ul li:hover > ul {
  background-color: #f5f5f5; }

.sub-menu {
  background-color: #f5f5f5;
  left: 0; }
  .sub-menu .menu-item a, .sub-menu .menu-item a:first-child {
    padding: 10px; }

.sub-menu:before {
  content: "";
  top: -9px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  z-index: 9999; }

/* Widgets */
aside.widget {
  background-color: #f5f5f5;
  border: 1px solid #d0cfcf; }
  aside.widget:last-child {
    margin-bottom: 0; }

h3.widget-title {
  margin-bottom: 0; }

/* Post date on its own line */
.post-date,
.post-comment,
.post-categories {
  display: block; }

#sidebar ul li a {
  color: #99CC01; }

/* Reducing the vertical space sidebar is taking up */
aside.widget ul {
  margin-bottom: 0; }

#sidebar ul li {
  line-height: 20px;
  margin: 5px 0; }

/* Homepage Styles */
/* Homepage Title */
.homepage-title {
  margin-bottom: 0.5rem; }

/* Tagline */
.tagline {
  margin-bottom: 2rem;
  clear: both;
  display: block; }

/* the 3 main links */
.link-text {
  text-align: center;
  display: block;
  font-size: 1rem;
  color: #99CC01; }

@media (min-width: 768px) {
  .link-text {
    font-size: 1.2rem; } }
/* the 3 main buttons */
.centre-img {
  margin: 0.5rem auto;
  max-width: 150px;
  width: 20%; }

/* Responsive sizing */
@media (min-width: 480px) {
  .centre-img {
    width: 75%;
    margin: 1.5rem auto; } }
@media (min-width: 768px) {
  .centre-img {
    width: 100%; } }
.section-one {
  padding-bottom: 4rem; }

@media (min-width 768px) {
  .section-one {
    padding-bottom: 6rem; } }
/* fluid container two */
.two {
  background-color: #f5f5f5;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.section-two {
  padding: 6rem 0; }

/* fluid container three */
.three {
  background-color: #B3D449; }

.section-three {
  padding: 6rem 0;
  background-color: #B3D449;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto; }
  .section-three h2 {
    color: #fff;
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 1100px) {
  .section-three {
    background: url("../images/banner.png") no-repeat;
    text-align: left;
    padding: 8rem 0; }
    .section-three h2 {
      margin-left: 0;
      margin-right: 0; } }
/* Audio styles */
audio {
  display: block;
  margin: 0 auto;
  cursor: pointer; }

.audio-container {
  margin-top: 1rem; }

/* 1 in 10 image */
.people {
  max-width: 395px;
  width: 100%; }

/* blog styles */
.blog_lists h3 {
  margin-bottom: 1em; }

.postmeta {
  display: none; }

/* current page number */
.page-numbers {
  background-color: #ed9125 !important; }
  .page-numbers:hover {
    color: #fff;
    background-color: #ce7711 !important; }

.current {
  background-color: #646262 !important; }
  .current:hover {
    background-color: #646262 !important; }

.sharedaddy {
  margin-top: 2em; }

/* Button styles */
/* Read more button blog posts */
.donatebtn {
  background-color: #ed9125;
  border-radius: 0;
  font: 1rem "Open Sans";
  padding: 0.5em 1em; }
  .donatebtn:hover {
    background-color: #ce7711 !important; }

/* Other buttons */
.button,
#commentform input#submit,
.search-form input[type="submit"],
.wpcf7 input[type="submit"],
input[type="button"] {
  background-color: #ed9125 !important;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5em 1em;
  font: 1rem 'Open sans'; }

.button:hover,
#commentform input#submit:hover,
.search-form input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #ce7711 !important; }

/* Shortcodes ultimate button */
.su-button {
  margin-bottom: 20px;
  padding: 0.5em 1em; }

@media (min-width: 768px) {
  .su-button {
    padding: 0; } }
.su-button-style-flat span {
  padding: 0.5em 1em !important;
  position: initial; }

.su-button:hover {
  background-color: #ce7711 !important; }

/* Homepage button */
.learn-more {
  font: 1.2rem "Open sans";
  padding: 0.75em 1.25em; }

@media (min-width: 1100px) {
  .learn-more {
    margin-bottom: 4rem; } }
/* styles for collapsable divs */
/* Style the buttons that are used to open and close the accordion panel */
button.no-expand, button.expand {
  background-color: #eee;
  padding: 18px 49px 18px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  text-align: center;
  color: inherit;
  font: normal 1.2rem "Open Sans"; }

button.no-expand {
  margin-bottom: 2rem; }

button.expand:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  position: absolute;
  right: 18px; }
button.expand.active:after {
  content: "\2796"; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.expand.active, button.expand:hover {
  background-color: #ddd;
  cursor: pointer; }

/* Style the accordion panel. Note: hidden by default */
div.panel {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0 1rem;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.arrow {
  position: relative;
  height: 0px;
  width: 0px;
  border: 12px solid;
  border-color: #99CC01 #99CC01 transparent transparent;
  transform: rotate(135deg);
  margin: 0 auto 2rem; }

/* triangle */
.arrow:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 12px;
  width: 16px;
  background-color: #99CC01;
  transform: rotate(-45deg) translate(2px, 1px); }

/*# sourceMappingURL=style.css.map */
