/* 
Theme Name: All God's Children 2020
Theme URI: https://github.com/elementor/hello-theme/
Description: All God's Children 2020
Author: Smartz
Author URI: https://smartz.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: agc2020
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

// The dropdown wrapper (`<div>`)
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  // Generate the caret automatically
  &::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: $caret-width * .85;
    vertical-align: $caret-width * .85;
    content: "";
    border-top: $caret-width solid;
    border-right: $caret-width solid transparent;
    border-left: $caret-width solid transparent;
  }

  &:empty::after {
    margin-left: 0;
  }
}

// Allow for dropdowns to go bottom up (aka, dropup-menu)
// Just add .dropup after the standard .dropdown class and you're set.
.dropup {
  .dropdown-menu {
    margin-top: 0;
    margin-bottom: $dropdown-spacer;
  }

  .dropdown-toggle {
    &::after {
      border-top: 0;
      border-bottom: $caret-width solid;
    }
  }
}

// The dropdown menu
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: $zindex-dropdown;
  display: none; // none by default, but block on "open" of the menu
  float: left;
  min-width: $dropdown-min-width;
  padding: $dropdown-padding-y 0;
  margin: $dropdown-spacer 0 0; // override default ul
  font-size: $font-size-base; // Redeclare because nesting can cause inheritance issues
  color: $body-color;
  text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
  list-style: none;
  background-color: $dropdown-bg;
  background-clip: padding-box;
  border: $dropdown-border-width solid $dropdown-border-color;
  @include border-radius($border-radius);
  @include box-shadow($dropdown-box-shadow);
}

// Dividers (basically an `<hr>`) within the dropdown
.dropdown-divider {
  @include nav-divider($dropdown-divider-bg);
}

// Links, buttons, and more within the dropdown menu
//
// `<button>`-specific styles are denoted with `// For <button>s`
.dropdown-item {
  display: block;
  width: 100%; // For `<button>`s
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
  clear: both;
  font-weight: $font-weight-normal;
  color: $dropdown-link-color;
  text-align: inherit; // For `<button>`s
  white-space: nowrap; // prevent links from randomly breaking onto new lines
  background: none; // For `<button>`s
  border: 0; // For `<button>`s

  @include hover-focus {
    color: $dropdown-link-hover-color;
    text-decoration: none;
    background-color: $dropdown-link-hover-bg;
  }

  &.active,
  &:active {
    color: $dropdown-link-active-color;
    text-decoration: none;
    background-color: $dropdown-link-active-bg;
  }

  &.disabled,
  &:disabled {
    color: $dropdown-link-disabled-color;
    background-color: transparent;
    // Remove CSS gradients if they're enabled
    @if $enable-gradients {
      background-image: none;
    }
  }
}

// Open state for the dropdown
.show {
  // Remove the outline when :focus is triggered
  > a {
    outline: 0;
  }
}

.dropdown-menu.show {
  display: block;
}

// Dropdown section headers
.dropdown-header {
  display: block;
  padding: $dropdown-padding-y $dropdown-item-padding-x;
  margin-bottom: 0; // for use with heading elements
  font-size: $font-size-sm;
  color: $dropdown-header-color;
n-item,
a.dropdown-item:visited {
  color: #c70032;
}

/*
Theme Name: All God's Children
Theme URI: http://smartz.com/
Author: Smartz
Author URI: http://www.smartz.com
Description: Smart Solutions Wordpress Child Theme
Version: 1.0.0
Text Domain: smartz
Tags:
Template: street-smartz
*/

/* Setup the Sprites */
.sprite-sheet {
  background-image: url("../allgodschildren/images/sprite.png");
  background-repeat: no-repeat;
}
body {
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #7d7d7f;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
body {
  color: #7d7d7f !important;
} /* The !important is to override the formstack styles on the home, donate and cycle pages. */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
h1,
h2,
h3 {
  color: #00adc7;
}

h1 {
  font-size: 44px;
  line-height: 46px;
  margin-top: 0;
}

p {
  font-size: 18px;
  margin-bottom: 1.5em;
  font-family: "Montserrat", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-area {
  background-color: #fff;
  text-transform: uppercase;
  border-top: 8px solid #00adc7;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#masthead {
  position: relative;
  padding: 0.7em 0 1em;
}
#masthead .site-branding h1,
#masthead .site-branding .site-title {
  background: url(../allgodschildren/images/all-gods-children-logo@2x.png)
    no-repeat;
  background-size: 152px 72px;
  width: 152px;
  height: 72px;
  position: relative;
}

.logo-text {
  position: absolute;
  text-indent: -99999px;
}
.site-title {
  margin: 0;
}
.site-description {
  display: none;
}
.site-branding {
  float: left;
  width: 18%;
}

#top-bar {
  position: absolute;
  right: 0;
}

.social-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.fb-icon {
  background-position: 0px 0px;
}
.fb-icon:hover {
  background-position: -18px 0px;
}
.twitter-icon {
  background-position: -38px 0px;
}
.twitter-icon:hover {
  background-position: -60px 0px;
}
.youtube-icon {
  background-position: -82px 0px;
}
.youtube-icon:hover {
  background-position: -100px 0px;
}

.header-area h1 {
  color: #fff;
  margin-left: 30%;
  margin-top: 160px;
}
.page-title {
  text-transform: uppercase;
}

.page-header span {
  color: #00adc7;
}

/* =Menu / Navigation
----------------------------------------------- */

.main-navigation {
  clear: none;
  display: block;
  float: left;
  width: 60%;
  margin-top: 20px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-right: 6%;
}
.main-navigation a,
.main-navigation a:visited {
  display: block;
  text-decoration: none;
  color: #7d7d7f;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.main-navigation li:last-child {
  margin-right: 0;
}

.main-navigation ul ul {
  background-color: #fff;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99999;
  padding: 10px 20px;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 220px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
  color: #00acc6;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Slicknav overrides */
.slicknav_nav li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.slicknav_nav a,
.slicknav_nav li a {
  padding: 10px !important;
}

/* Top menu */
.menu-toggle {
  cursor: pointer;
}
.main-small-navigation .menu {
  display: none;
}

.top-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.top-navigation li {
  float: left;
}

/*.top-navigation li:last-child{display:none;}*/

#top-social,
#top-nav {
  float: right;
}
#top-nav {
  margin: 0 0 0 10px;
  color: #7d7d7f;
}
#top-nav ul li {
  margin: 5px 10px 5px;
}
#top-nav a {
  font-size: 15px;
  color: #7d7d7f;
  text-decoration: none;
}
#top-nav a:hover {
  color: #00abc6;
}

.button-top {
  float: right;
  border-radius: 6px;
  margin: 6px 0 0 14px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}
.button-top a,
.button-top:visited {
  color: #fff;
}
.button-blue,
.button-blue:visited {
  background-color: #00abc6;
}
.button-blue:hover {
  background-color: #43d8f0;
  color: #fff;
}
.button-red,
.button-red:visited {
  background-color: #c70032;
}
.button-red:hover {
  background-color: #e71248;
  color: #fff;
}

/*Uber menu overrides*/
.ubermenu-skin-white {
  border-top: none !important;
}
.ubermenu .ubermenu-autocolumn,
.ubermenu .ubermenu-submenu-type-stack {
  padding-bottom: 0 !important;
}
.ubermenu-main
  .ubermenu-nav
  .ubermenu-item.ubermenu-item-level-0
  > .ubermenu-target {
  border-top: 1px solid #e3e2df;
}
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto {
  border-top: 1px solid #e3e2df;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  border-top: 1px solid #e3e2df;
}
.ubermenu-main
  .ubermenu-nav
  .ubermenu-item.ubermenu-item-level-0
  > .ubermenu-target {
  background-color: #fff !important;
} /*top level bg*/
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto {
  background-color: #f8f7f7;
} /*sub level bg*/
.ubermenu-main
  .ubermenu-submenu.ubermenu-submenu-type-stack
  > .ubermenu-item-normal
  > .ubermenu-target {
  color: #c0bfbf !important;
} /*submenu*/
.ubermenu-skin-white
  .ubermenu-item-level-0
  > .ubermenu-submenu-type-stack
  > .ubermenu-item
  > .ubermenu-target:hover {
  color: #00adc7 !important;
} /*submenu hover*/
.ubermenu-skin-white.ubermenu-responsive-toggle,
.ubermenu-skin-white.ubermenu-responsive-toggle:visited {
  font-size: 20px !important;
  color: #00adc7 !important;
}

.ubermenu .current-menu-item {
  color: #c70032 !important;
} /*submenu active*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #cf0a2c;
  text-decoration: none;
}

a:visited {
  color: #cf0a2c;
}

a:hover,
a:focus,
a:active {
  color: #aa0723;
}

.page-anchors a {
  border: 1px rgba(207, 10, 44, 0.25) solid;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
}
.page-anchors a.cta {
  background-color: rgba(207, 10, 44, 0.5);
  color: #fff;
}
@media screen and (max-width: 760px) {
  .page-anchors a {
    margin: 5px 0;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.topbar {
  width: 100%;
  height: 97px;
  background: url(../allgodschildren/images/gift-giving-guide-bg.png) repeat;
  background-position: center;
  background-color: #d53443;
  text-align: center;
}
.page-id-40040 .topbar,
.page-id-40041 .topbar,
.page-id-40042 .topbar,
.page-id-40043 .topbar,
.page-id-40044 .topbar,
.page-id-40045 .topbar,
.page-id-40046 .topbar {
  display: none;
} /* These are the Gift Giving Guide Pages */

#primary {
  width: 100%;
  padding: 30px 10px 30px 10px;
}
#secondary {
  width: 20%;
  padding: 30px 10px 30px 0;
}

#primary-full {
  width: 100%;
  padding-left: 0px;
}

.home #primary {
  width: 100%;
  padding: 0px;
}
.home #secondary {
  display: none;
}

.full-width-col {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
.one-third-col {
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  padding: 10px;
}
.one-fourth-col {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 10px;
}
.one-fifth-col {
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding: 10px;
}

ul {
  margin: 1em 0 0 1em;
}
#primary li {
  font-size: 18px;
}
button,
button:hover {
  box-shadow: none;
}

.white {
  color: #fff;
}
.black {
  color: #000;
}
.red {
  color: #c70032;
}
.blue {
  color: #00adc7;
}
.gray {
  color: #7d7d7f;
}
.darker-gray {
  color: #555;
}
.light-blue {
  color: #cceff4;
}
.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.title-border {
  display: table;
  white-space: nowrap;
}
.title-border:before,
.title-border:after {
  border-top: 1px solid #7d7d7f;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.6em;
  width: 45%;
}
.title-border:before {
  right: 1.5%;
}
.title-border:after {
  left: 1.5%;
}
.title-border.white:before,
.title-border.white:after {
  border-top: 1px solid #fff;
}
.title-border.darker-gray:before,
.title-border.darker-gray:after {
  border-top: 1px solid #555;
}
.title-border.black:before,
.title-border.black:after {
  border-top: 1px solid #000;
}
.title-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.story-feature-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.scripture {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.text-xxs {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
}
.text-xs {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
}
.text-sm {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
.text-md {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 24px;
}
.text-lg {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}
.text-xl {
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 30px;
}
.text-xxl {
  font-size: 100px;
  line-height: 104px;
  margin-bottom: 30px;
}
.text-red {
  color: #cf0a2c;
}
.gray-link a {
  color: #7d7d7f !important;
  font-size: 18px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-centered {
  text-align: center;
}
.text-over-photo {
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}

.info-text {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bolder;
  vertical-align: middle;
}

.section-header-text {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: bolder;
  color: #7d7d7f;
  margin-bottom: 14px;
}

.info-icon {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-position: 0 -152px;
  vertical-align: middle;
  margin-right: 20px;
}
.app-icon {
  display: inline-block;
  width: 75px;
  height: 89px;
  background-position: -87px -39px;
  vertical-align: middle;
  margin-right: 10px;
}
.circle-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  vertical-align: middle;
  margin: 0 10px;
}
.icon-blue-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -310px 0px;
  margin-left: 20px;
}
.icon-red-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -312px 0px;
  margin-left: 20px;
}
.food-icon {
  background-position: 0 -106px;
}
.shelter-icon {
  background-position: -132px -106px;
}
.medical-icon {
  background-position: -266px -106px;
}
.education-icon {
  background-position: -398px -106px;
}
.love-icon {
  background-position: 0 -240px;
}
.nurses-icon {
  background-position: -132px -240px;
}
.caregivers-icon {
  background-position: -266px -240px;
}
.social-workers-icon {
  background-position: -398px -240px;
}

.max-width-200 {
  max-width: 200px;
  margin: 0 auto;
}
.max-width-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.max-width-1200 {
  max-width: 1200px;
  margin: 15px auto !important;
  padding: 1em;
}

.white-button {
  border-radius: 6px;
  background-color: #fff;
  padding: 5px;
}
.small-text {
  font-size: 12px;
}

.mobile-only {
  display: none !important;
}
.desktop-only {
  display: block;
}

.entry-content .full-width-img {
  width: 126%;
  margin-left: -13%;
  position: relative;
  max-width: inherit;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  padding: 15px 0;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  color: #bcbec0;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #00adc7;
}
.post-navigation .nav-previous a {
  display: block;
  padding: 15px 0 15px 40px;
  background: url(../allgodschildren/images/arrow-left.png) no-repeat;
  background-position: left;
}
.post-navigation .nav-previous a:hover {
  padding: 15px 0 15px 40px;
  background: url(../allgodschildren/images/arrow-left-hover.png) no-repeat;
  background-position: left;
}
.post-navigation .nav-next a {
  display: block;
  padding: 15px 40px 15px 0;
  background: url(../allgodschildren/images/arrow-right.png) no-repeat;
  background-position: right;
}
.post-navigation .nav-next a:hover {
  padding: 15px 40px 15px 0;
  background: url(../allgodschildren/images/arrow-right-hover.png) no-repeat;
  background-position: right;
}

input[type="text"],
input[type="email"] {
  max-width: 90%;
}
input[type="submit"] {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #00abc5;
  background-color: #fff;
  font-size: 19px;
  padding: 15px 40px 14px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  box-shadow: none;
}

.story-photo {
}

/*--------------------------------------------------------------
# Home Page Styles
--------------------------------------------------------------*/

.home .entry-header {
  display: none;
}
.home .entry-content,
.home hentry {
  margin: 0;
}
.home h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #00abc7;
}

.section-lightblue {
  background-color: #cceff4;
  text-align: center;
  color: #00adc7;
  padding: 10px 0;
}
.section-lightblue a,
.section-lightblue a:visited {
  color: #00adc7;
}

#section-intervening {
  color: #fff;
  background-color: #00adc7;
  text-align: center;
  vertical-align: middle;
  padding: 50px 0;
}
#section-intervening:after {
  border-top: 40px solid #00adc7;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  position: absolute;
  left: 46%;
  width: 0;
  height: 0;
  margin-top: 50px;
}
#home-slideshow {
  display: block;
}
.home-slideshow-mobile-replacement {
  display: none;
}

@media screen and (max-width: 1200px) {
  #section-intervening:after {
    left: 45%;
  }
}
@media screen and (max-width: 1000px) {
  #section-intervening:after {
    left: 44%;
  }
}
@media screen and (max-width: 760px) {
  #home-slideshow {
    display: none;
  }
  .home-slideshow-mobile-replacement {
    display: block;
    padding-bottom: 40px;
  }
  .home-slideshow-mobile-replacement p {
    padding: 0 5%;
  }
}
@media screen and (max-width: 700px) {
  #section-intervening:after {
    left: 43%;
  }
}
@media screen and (max-width: 500px) {
  #section-intervening:after {
    left: 40%;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #section-intervening:after {
    left: 38%;
  }
}
#section-intervening .inner {
  text-align: center;
}

#mission {
  margin-top: -10px;
  color: #7d7d7f;
}
#mission .full-width-col {
  margin-bottom: 20px;
}
#mission .full-width-col p {
  width: 33.33%;
  margin: auto;
}
#mission,
#mission img {
  text-align: center;
}
#mission .one-third-col a,
#mission .one-fifth-col a,
#mission .full-width-col a {
  font-weight: bold;
}
#mission .full-width-col h2,
#mission .one-fifth-col h2 {
  text-transform: uppercase;
  color: #cf0a2c;
  text-align: center;
}
#mission .full-width-col a,
#mission .one-fifth-col a {
  text-decoration: none;
}
#mission .btn,
.home-slideshow-mobile-replacement .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #d23355;
  font-size: 20px;
  padding: 15px 40px 14px 40px;
  border: solid #cf0a2c 1px;
  text-decoration: none;
  white-space: nowrap;
}

#mission .btn:hover,
.home-slideshow-mobile-replacement .btn:hover {
  color: #fff;
  background: #cf0a2c;
  text-decoration: none;
}

.changing-lives-slider {
  background-image: url(images/bg-fabric-blue-2.jpg);
}

#carousel-anything-1 .owl-prev,
#carousel-anything-1 .owl-next {
  color: #00adc7;
}

.changes-lives #carousel-anything-1 .owl-prev,
.changes-lives #carousel-anything-1 .owl-next {
  font-size: 0;
}

.changes-lives #carousel-anything-1 .owl-prev:before,
.changes-lives #carousel-anything-1 .owl-next:before {
  height: 30px;
  width: 30px;
  background: rgba(0,0,0,0.6);
  padding-top: 5px;
  border-radius: 50%;
}

.owl-theme {
  background: #fff;
}

.resources-slider .owl-theme {
  background: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0 !important;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0 !important;
}

.owl-controls .fa {
  font-size: 18px;
}

.resources-slider .owl-theme {
  background: none;
}

.home-cta-text {
  text-align: center;
  min-height: 171px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.home-cta-text .home-cta {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 36%;
  width: 72%;
  margin-left: -22%;
  padding: 3px 10px;
}

/*The unslider controls the slideshow under the "This work changes lives" on the home page*/
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
.unslider ul ul {
  list-style: circle;
}
.unslider-arrow.prev {
  background-image: url(images/arrow-slideshow-left.png);
  height: 83px;
  width: 83px;
  margin-top: -270px;
  color: transparent;
}
.unslider-arrow.next {
  background-image: url(images/arrow-slideshow-right.png);
  height: 83px;
  width: 83px;
  left: auto;
  right: 20px;
  margin-top: -270px;
  color: transparent;
}

/*#donate-banner  .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
  font-size: 20px;
  padding: 15px 40px 14px 40px;
  margin-top:30px;
  background: #cf0a2c;
  text-decoration: none;
  white-space: nowrap;
}

#donate-banner .btn:hover {
  color:#cf0a2c;
  background: #fff;
  text-decoration: none;
}*/

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-flow: row wrap;
  justify-content: space-around;
}
.flexbox .col {
  flex: 1;
  margin: 0 15px;
  padding: 30px;
}
.sponsor-text {
  margin: 0;
  min-height: 500px;
  box-sizing: border-box;
  background-color: #00abc5;
  background-image: url(images/bg-fabric-blue.jpg);
  color: #fff;
  width: 50%;
  float: left;
  padding: 50px 10% 50px 40px;
}
.sponsor-text.text-left {
  padding: 50px 40px 50px 10%;
}
.sponsor-img-area {
  flex: 1;
  margin: 0;
  padding: 0;
  min-height: 500px;
  box-sizing: border-box;
  background-color: #808184;
  color: #fff;
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center; /*padding:60px 40px;*/
}
.sponsor-img-area-mobile {
  display: none;
}
.sponsor-text h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
}
.sponsor-text .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #00abc5;
  background-color: #fff;
  font-size: 19px;
  padding: 15px 40px 14px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  display: inline-block;
}
.sponsor-text .btn:hover {
  color: #fff;
  background-color: #00abc5;
  text-decoration: none;
  border: 1px solid #fff;
}
.sponsor-img-area-thirds {
  margin: 0;
  padding: 0 3%;
  box-sizing: border-box;
  width: 33%;
  float: left;
  text-align: center;
}

#download-packet {
  background-color: #00abc7;
  text-align: center;
}

#orphan-facts .one-fourth-col {
  text-align: center;
}
.facts-header {
  font-size: 20px;
  font-weight: bold;
}

#family-story {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  min-height: 750px;
}
#family-story .story-text {
  position: absolute;
  width: 26%;
  bottom: 50px;
  right: 10%;
}
#family-story .story-text h3 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#family-story .story-text p {
  color: #fff;
}
#family-story .story-text .button-outline {
  float: none;
}

.section-info-packet {
  background-color: #cceff4;
  text-align: center;
  color: #00adc7;
  padding: 0;
  margin: 20px;
  border-radius: 20px;
}
.section-info-packet a,
.section-info-packet a:visited {
  color: #00adc7;
}
.section-info-packet a:hover {
  color: #fff;
}
.section-info-packet .inner {
  padding-top: 2em;
  padding-bottom: 2em;
}

#waiting-kids {
  text-align: center;
}
#waiting-kids h3 {
  font-size: 26px;
  line-height: 8px;
  text-transform: uppercase;
  font-weight: bold;
  color: #8b189b;
  margin-bottom: 5px;
}
.waiting-kid-card {
  position: relative;
  box-sizing: border-box;
  width: 29.33%;
  min-height: 460px;
  margin: 0 2%;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,aaaaaa+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #aaaaaa 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #aaaaaa 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #aaaaaa 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
  text-align: center;
}
.kid-card-gradient {
  width: 100%;
  min-height: 460px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,5b5b5b+99&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0%,
    rgba(91, 91, 91, 0.99) 99%,
    rgba(91, 91, 91, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0%,
    rgba(91, 91, 91, 0.99) 99%,
    rgba(91, 91, 91, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgba(91, 91, 91, 0.99) 99%,
    rgba(91, 91, 91, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
}
.kid-card-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10% 25%;
}
.waiting-kid-card .button-outline {
  float: none;
  margin: 0;
}

#waiting-kids .button-outline.purple {
  border-color: #8b189b;
  color: #8b189b;
  float: none;
  margin: 40px 0;
  text-transform: uppercase;
}
.kid-card-text {
  display: block;
  color: #fff;
  font-size: 14px;
  margin: 0 0 30px;
}
.kid-card-inner .button-outline {
  text-transform: uppercase;
}

/*#donate-banner {position:relative;text-align:center;background-image: url(images/donate-on-mobile.jpg);background-size:cover;background-position: center center;min-height:750px;margin-top:-25px;}
#donate-banner .story-text{position: absolute;width: 35%;left: 10%;margin-top:150px;}
#donate-banner .story-text h3{font-size:26px;text-transform:uppercase;margin-bottom:0;}*/
.dontate-photo-mobile {
  display: none;
}
.capital-campaign-mobile {
  display: block;
  height: 25vh;
}

.donate-cta-box {
  max-width: 420px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 30px;
  color: #54575a;
}

.dontate-home-select {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.dontate-home-select select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  padding: 0.3em 4em 0.2em 0.5em;
  margin: 0;
  transition: border-color 0.2s;
  border: 1px solid #54575a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-width: 200px;
  background: #fff;
  color: #555;
  font-size: 36px;
  font-weight: 400;
}
.dontate-home-select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  pointer-events: none;
}
.dontate-home-select .arr:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 24px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 18px solid #54575a;
}
.donate-cta-box .btn {
  display: inline-block;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #00adc7;
  font-size: 19px;
  margin: 5px 10px;
  padding: 15px 40px 14px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  white-space: nowrap;
}
.donate-cta-box .btn:hover {
  color: #00adc7;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #00adc7;
}

@media screen and (min-width: 1024px) {
  .capital-campaign {
    background-image: url(images/capital-campaign-photo-desktop.jpg);
    background-size: cover;
    background-position: right center;
  }
  .capital-campaign-mobile {
    display: none;
  }
}

.more-info .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #00abc5;
  font-size: 19px;
  padding: 15px 40px 14px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  white-space: nowrap;
}
.more-info .btn:hover {
  color: #00abc5;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}

.homepage-capital-campaign-right {
  padding: 0 40% 0 5% !important;
  margin-top: 40px !important;
}

#daycare-support {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  min-height: 750px;
}
#daycare-support .story-text {
  position: absolute;
  width: 100%;
  bottom: 50%;
}
#daycare-support .story-text h3 {
  margin: 0;
  font-size: 26px;
  color: #fff;
}
#daycare-support .story-text p {
  color: #fff;
}
#daycare-support .story-text .button-outline {
  float: none;
}

#social-feed {
  background-color: #00abc7;
  text-align: center;
  color: #fff;
}

.section-ready {
  text-align: center;
  color: #00adc7;
  padding: 30px 0;
}

.footer-area {
  background-color: #2f2f2f;
  color: #999; /*color:#6b6b6b;*/
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.footer-area .inner {
  padding-bottom: 0;
}
.footer-area h3 {
  color: #bbb; /*color:#999;*/
}
.footer-area a {
  color: #999; /*color:#6b6b6b;*/
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.footer-area a:hover {
  color: #a1a1a1; /*color:#838383;*/
}
#footer-sponsors {
  width: 100%;
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
}
#footer-sponsors a {
  display: inline;
  margin: 0 40px /*50px*/;
}

.footer-box {
  box-sizing: border-box;
  width: 25%;
  display: inline-block;
  float: left;
  padding: 0 2%;
}
.footer-box ul {
  margin: 0;
  padding: 0;
}
.footer-box ul li {
  list-style: none;
  margin: 10px 0;
}

.footer-box .fa {
  display: block;
}

li.footer-book-icon:before {
  font-family: "FontAwesome";
  content: "\f02d";
  padding: 0 1px;
}
li.footer-facebook-icon:before {
  font-family: "FontAwesome";
  content: "\f09a";
  padding: 0 3px 0 5px;
}
li.footer-twitter-icon:before {
  font-family: "FontAwesome";
  content: "\f16d";
  padding: 0 1px;
}
li.footer-video-icon:before {
  font-family: "FontAwesome";
  content: "\f144";
  padding: 0 1px;
}
li.footer-plane-icon:before {
  font-family: "FontAwesome";
  content: "\f1d8";
}
li.footer-podcast-icon:before {
  font-family: "FontAwesome";
  content: "\f130";
  padding: 0 1px;
}

#footer-address {
  color: #999; /*color:#6b6b6b;*/
  text-align: center;
  margin: 30px 0 50px 0;
  padding: 30px;
  font-size: 14px;
}

.topbutton {
  height: 125px;
  width: 50px;
  padding: 65px 0 0 0;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  background-image: url("images/back-to-top.png");
  background-repeat: no-repeat;
  display: none;
  color: #c3c3c3;
  text-align: center;
  line-height: 18px;
}

/* Login */

.login-fields {
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
}
.login-fields input[type="text"] {
  max-width: 100%;
}
ul.tml-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.login-bg {
  background-image: url("images/login-bg-1920.jpg");
  background-repeat: no-repeat;
  background-position: center 180px;
  background-size: cover;
}
.login-bg-spacer {
  height: 35vh;
}
@media screen and (max-width: 1600px) {
  .login-bg {
    background-image: url("images/login-bg.jpg");
    background-position: center 150px;
  }
}
@media screen and (max-width: 760px) {
  .login-bg {
    background-image: none;
  }
  .login-bg-spacer {
    height: 0;
  }
}

/*--------------------------------------------------------------
# Archive Story Page Styles and Taxonomy Story Location Page Styles
--------------------------------------------------------------*/

.featured-story-text {
  min-height: 500px;
  box-sizing: border-box;
  background-color: #00abc5;
  background-image: url(images/bg-fabric-blue.jpg);
  color: #fff;
  width: 50%;
  float: left;
  padding: 50px 10% 20px 40px;
}
.featured-story-img-area {
  min-height: 500px;
  box-sizing: border-box;
  background-color: #808184;
  color: #fff;
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center; /*padding:60px 40px;*/
}
.featured-story-text h3 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}
.featured-story-text .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #00abc5;
  background-color: #fff;
  font-size: 19px;
  padding: 15px 40px 14px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  white-space: nowrap;
}
.featured-story-text .btn:hover {
  color: #fff;
  background-color: #00abc5;
  text-decoration: none;
  border: 1px solid #fff;
}

.post-type-archive-story #masthead {
  margin-bottom: 20px;
}
.post-type-archive-story .header-area,
.tax-story-category .header-area,
.tax-story-location .header-area,
.tax-sponsorship-story-location .header-area,
.tax-adoption-story-location .header-area,
.tax-projects-story-location .header-area {
  background-color: transparent;
}
.post-type-archive-story header {
  padding: 0 15%;
  margin-bottom: -20px;
}

.post-type-archive-story #primary,
.tax-story-category #primary,
.tax-story-location #primary,
.tax-sponsorship-story-location #primary,
.tax-adoption-story-location #primary,
.tax-projects-story-location #primary {
  width: 100%;
  margin-bottom: 20px;
}
.post-type-archive-story #secondary,
.tax-story-category #secondary,
.tax-story-location #secondary,
.tax-sponsorship-story-location #secondary,
.tax-adoption-story-location #secondary,
.tax-projects-story-location #secondary {
  width: 20.5%;
  padding: 0;
}

.menu-item-object-story-location a {
  color: #c1c0bf;
}
.menu-item-object-story-location a:hover {
  color: #00adc7;
}
.post-type-archive-story .button-outline {
  border: 1px solid #262626;
  color: #262626;
}

#menu-story-locations {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#menu-story-locations li {
  padding: 10px 5% 10px 20%; /*border-right:1px #C2C2C2 solid;*/
  border-bottom: 1px #c2c2c2 solid;
}
.menu-item-object-story a,
.menu-item-object-sponsor-location a {
  color: #545759;
  font-weight: 800;
  text-transform: uppercase;
}
.menu-item-object-story a:hover,
.menu-item-object-story-location a:hover {
  color: #00adc7;
}
#menu-story-locations .current-menu-item {
  background-color: #fff;
  position: relative;
}
#menu-story-locations .current-menu-item a {
  color: #c70032;
  font-weight: 800;
  text-transform: uppercase;
}
.widget_nav_menu {
  margin: 0;
}

.post-type-archive-story .archive-thumb,
.tax-story-category .archive-thumb,
.tax-story-location .archive-thumb,
.tax-sponsorship-story-location .archive-thumb,
.tax-adoption-story-location .archive-thumb,
.tax-projects-story-location .archive-thumb {
  float: left;
  width: 33%;
  max-width: 425px;
  height: 250px;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-story .entry-title a,
.tax-story-category .entry-title a,
.tax-story-location .entry-title a,
.tax-sponsorship-story-location .entry-title a,
.tax-adoption-story-location .entry-title a,
.tax-projects-story-location .entry-title a {
  color: #545759;
  margin: 0;
}

.post-type-archive-story .archive-excerpt h2,
.tax-story-category .archive-excerpt h2,
.tax-story-location .archive-excerpt h2,
.tax-sponsorship-story-location .archive-excerpt h2,
.tax-adoption-story-location .archive-excerpt h2,
.tax-projects-story-location .archive-excerpt h2 {
  margin: 0;
  padding: 0;
}

.post-type-archive-story .archive-excerpt,
.tax-story-category .archive-excerpt,
.tax-story-location .archive-excerpt,
.tax-sponsorship-story-location .archive-excerpt,
.tax-adoption-story-location .archive-excerpt,
.tax-projects-story-location .archive-excerpt {
  float: left;
  width: 63%;
  padding: 20px 0 20px 3%;
  max-width: 650px;
}

.post-type-archive-story .archive-permalink,
.post-type-archive-story .archive-permalink:visited {
  color: #c70032;
  font-weight: 300;
}

.single-story #primary {
  float: left;
  padding-left: 50px;
  width: 66.5%;
}
.single-story #secondary {
  float: left;
  padding: 0 50px;
  width: 33.5%;
}
.single-story h1 {
  color: #00adc7;
  text-transform: uppercase;
  text-align: center;
}
.story-thumbs {
  float: left;
  width: 45%;
  margin-right: 5%;
  padding: 0 0 30px 0;
}
.story-child-details {
  border: 1px solid #e3e2df;
  font-weight: bolder;
  margin-top: 40px;
}
.story-child-details .inner-info {
  padding: 10px 30px;
}
.story-child-details .inner-info-btn-bg {
  padding: 20px 5px 20px 30px;
}
.story-child-details .inner-info span {
  font-size: 0.9rem;
  font-weight: 300;
}
.story-child-details .inner-info-bg {
  padding: 10px 30px;
  background-color: #f8f7f7;
}
.story-child-details .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #00adc7;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.story-child-details .btn:hover {
  color: #00adc7;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #00adc7;
}

/*--------------------------------------------------------------
# Archive Adoption Page Styles and Taxonomy Adoption Location Page Styles
--------------------------------------------------------------*/
.post-type-archive-adoption #masthead,
.post-type-archive-adoption-private #masthead {
  margin-bottom: 20px;
}
.post-type-archive-adoption .header-area,
.post-type-archive-adoption-private .header-area,
.tax-adoption-category .header-area,
.tax-adoption-location .header-area {
  background-color: transparent;
}
.post-type-archive-adoption header,
.post-type-archive-adoption-private header {
  padding: 0 15%;
  margin-bottom: -20px;
}

.post-type-archive-adoption #primary,
.post-type-archive-adoption-private #primary,
.tax-adoption-category #primary,
.tax-adoption-location #primary {
  width: 100%;
  padding: 0;
}
.post-type-archive-adoption #secondary,
.post-type-archive-adoption-private #secondary,
.tax-adoption-category #secondary,
.tax-adoption-location #secondary {
  width: 20.5%;
  padding: 0;
}

/*.post-type-archive-adoption .main-navigation a, .post-type-archive-adoption .main-navigation a:visited, .post-type-archive-adoption #top-nav, .post-type-archive-adoption #top-nav a {color:#262626;}*/
.post-type-archive-adoption .button-outline,
.post-type-archive-adoption-private .button-outline {
  border: 1px solid #262626;
  color: #262626;
}

/*.tax-adoption-location .main-navigation a, .tax-adoption-location .main-navigation a:visited, .tax-adoption-location #top-nav, .tax-adoption-location #top-nav a {color:#262626;}*/
.tax-adoption-location .button-outline,
.tax-adoption-category .button-outline {
  border: 1px solid #262626;
  color: #262626;
}

#menu-adoption-locations {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#menu-adoption-locations li {
  padding: 10px 5% 10px 20%; /*border-right:1px #C2C2C2 solid;*/
  border-bottom: 1px #c2c2c2 solid;
  background-color: #fafafa;
}
.menu-item-object-adoption a,
.menu-item-object-adoption-location a {
  color: #c2c2c2;
}
.menu-item-object-adoption a:hover,
.menu-item-object-adoption-location a:hover {
  color: #00adc7;
}
#menu-adoption-locations .current-menu-item {
  background-color: #fff;
  position: relative;
}
#menu-adoption-locations .current-menu-item a {
  color: #545759;
  font-weight: bolder;
}

.post-type-archive-adoption #primary,
.post-type-archive-adoption-private #primary,
.tax-adoption-category #primary,
.tax-adoption-location #primary {
  margin-bottom: 20px;
  min-height: 620px;
}

.adoption-grid-container {
  max-width: 1244px;
  margin: 30px auto;
}

.post-type-archive-adoption .archive-thumb,
.post-type-archive-adoption-private .archive-thumb,
.tax-adoption-category .archive-thumb,
.tax-adoption-location .archive-thumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.post-type-archive-adoption .entry-title a,
.post-type-archive-adoption-private .entry-title a,
.tax-adoption-category .entry-title a,
.tax-adoption-location .entry-title a {
  color: #545759;
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
}
.post-type-archive-adoption .archive-excerpt h2,
.post-type-archive-adoption-private .archive-excerpt h2,
.tax-adoption-category .archive-excerpt h2,
.tax-adoption-location .archive-excerpt h2 {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.post-type-archive-adoption .archive-excerpt,
.post-type-archive-adoption-private .archive-excerpt,
.tax-adoption-category .archive-excerpt,
.tax-adoption-location .archive-excerpt {
  padding: 20px 0 0 0;
  min-height: 90px;
}
.post-type-archive-adoption .archive-permalink,
.post-type-archive-adoption .archive-permalink:visited,
.post-type-archive-adoption-private .archive-permalink,
.post-type-archive-adoption-private .archive-permalink:visited {
  color: #00acc8;
  text-transform: uppercase;
  font-weight: bolder;
}

.single-adoption #primary,
.single-adoption-private #primary {
  float: left;
  padding-left: 50px;
  width: 66.5%;
}
.single-adoption #secondary,
.single-adoption-private #secondary {
  float: left;
  padding: 0 50px;
  width: 33.5%;
}
.single-adoption h1,
.single-adoption-private h1 {
  color: #00adc7;
  text-transform: uppercase;
}
.adoption-thumbs {
  float: left;
  width: 45%;
  margin-right: 5%;
  padding: 0 0 30px 0;
}
.adoption-child-details {
  border: 1px solid #e3e2df;
  font-weight: bolder;
  margin-top: 40px;
}
.adoption-child-details .inner-info {
  padding: 10px 30px;
}
.adoption-child-details .inner-info-btn-bg {
  padding: 20px 5px 20px 30px;
}
.adoption-child-details .inner-info span {
  font-size: 0.9rem;
  font-weight: 300;
}
.adoption-child-details .inner-info-bg {
  padding: 10px 30px;
  background-color: #f8f7f7;
}
.adoption-child-details .btn {
  display: inline-block;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #00adc7;
  font-size: 16px;
  margin: 20px 20px 20px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.adoption-child-details .btn:hover {
  color: #fff;
  background-color: #43d8f0;
  text-decoration: none;
}
.adoption-child-details-mobile {
  display: none;
}

/* Custom Post Filtering*/
.submit-app-adoption-container {
  float: right;
  width: 33%;
}
.submit-app-adoption {
  display: inline-block;
  float: right;
  padding: 10px 15px 0 50px;
  margin: -2px;
  font-weight: 400;
  line-height: 20px;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  height: 55px;
  background-position: -164px -40px;
}
.submit-app-adoption a,
.submit-app-adoption a:visited {
  color: #00adc7;
}

.post-grid {
  float: left;
  width: 23%;
  margin: 15px 1%;
  text-align: center;
}
/*.post-grid:nth-of-type(4n+1) {clear: left;}*/
@media screen and (max-width: 1140px) {
  .post-grid {
    float: left;
    width: 31%;
    margin: 15px 1%;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .post-grid {
    float: left;
    width: 48%;
    margin: 15px 1%;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .post-grid {
    float: none;
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
}
.submit-app {
  margin: 20px 10px;
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Archive Sponsor Page Styles and Taxonomy Sponsor Location Page Styles
--------------------------------------------------------------*/

.post-type-archive-sponsor #masthead,
.post-type-archive-sponsor-private #masthead {
  margin-bottom: 20px;
}
.post-type-archive-sponsor .header-area,
.post-type-archive-sponsor-private .header-area,
.tax-sponsor-category .header-area,
.tax-sponsor-a-child-location .header-area,
.tax-sponsor-education-location .header-area,
.tax-sponsor-holistic-location .header-area,
.tax-sponsor-independence-location .header-area {
  background-color: transparent;
}
.post-type-archive-sponsor header,
.post-type-archive-sponsor-private header {
  padding: 0 15%;
  margin-bottom: -20px;
}

.post-type-archive-sponsor #primary,
.post-type-archive-sponsor-private #primary,
.tax-sponsor-category #primary,
.tax-sponsor-a-child-location #primary,
.tax-sponsor-education-location #primary,
.tax-sponsor-holistic-location #primary,
.tax-sponsor-independence-location #primary {
  width: 100%;
}
.post-type-archive-sponsor #secondary,
.post-type-archive-sponsor-private #secondary,
.tax-sponsor-category #secondary,
.tax-sponsor-a-child-location #secondary,
.tax-sponsor-education-location #secondary,
.tax-sponsor-holistic-location #secondary,
.tax-sponsor-independence-location #secondary {
  width: 20.5%;
  padding: 0;
}

/*.post-type-archive-sponsor .main-navigation a, .post-type-archive-sponsor .main-navigation a:visited, .post-type-archive-sponsor #top-nav, .post-type-archive-sponsor #top-nav a {color:#262626;}*/

.menu-item-object-sponsor-a-child-location a {
  color: #c1c0bf;
}
.menu-item-object-sponsor-a-child-location a:hover {
  color: #00adc7;
}
.post-type-archive-sponsor .button-outline,
.post-type-archive-sponsorprivate .button-outline {
  border: 1px solid #262626;
  color: #262626;
}

/*.tax-sponsor-a-child-location .main-navigation a, .tax-sponsor-a-child-location .main-navigation a:visited, .tax-sponsor-a-child-location #top-nav, .tax-sponsor-a-child-location #top-nav a, .tax-sponsor-a-child-location #top-nav a, .tax-sponsor-a-child-location #top-nav a {color:#262626;}

.tax-sponsor-education-location .main-navigation a, .tax-sponsor-education-location .main-navigation a:visited, .tax-sponsor-education-location #top-nav, .tax-sponsor-education-location #top-nav a, .tax-sponsor-education-location #top-nav a, .tax-sponsor-education-location #top-nav a {color:#262626;}

.tax-sponsor-holistic-location .main-navigation a, .tax-sponsor-holistic-location .main-navigation a:visited, .tax-sponsor-holistic-location #top-nav, .tax-sponsor-holistic-location #top-nav a, .tax-sponsor-holistic-location #top-nav a, .tax-sponsor-holistic-location #top-nav a {color:#262626;}*/

.tax-sponsor-independence-location .button-outline,
.tax-sponsor-independence-location .button-outline,
.tax-sponsor-independence-location.button-outline,
.tax-sponsor-independence-location .button-outline {
  border: 1px solid #262626;
  color: #262626;
}

#menu-sponsor-locations {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#menu-sponsor-locations li {
  padding: 10px 5% 10px 20%; /*border-right:1px #C2C2C2 solid;*/
  border-bottom: 1px #c2c2c2 solid;
}
.menu-item-object-sponsor a,
.menu-item-object-sponsor-location a {
  color: #545759;
  font-weight: 800;
  text-transform: uppercase;
}
.menu-item-object-sponsor a:hover,
.menu-item-object-sponsor-location a:hover {
  color: #00adc7;
}
#menu-sponsor-locations .current-menu-item {
  background-color: #fff;
  position: relative;
}
#menu-sponsor-locations .current-menu-item a {
  color: #c70032;
  font-weight: 800;
  text-transform: uppercase;
}
.widget_nav_menu {
  margin: 0;
}

.post-type-archive-sponsor #primary,
.post-type-archive-sponsor-private #primary,
.tax-sponsor-category #primary .tax-sponsor-a-child-location #primary,
.tax-sponsor-education-location #primary,
.tax-sponsor-holistic-location #primary,
.tax-sponsor-independence-location #primary {
  padding: 0;
  margin-bottom: 20px;
  min-height: 620px;
}

.sponsor-grid-container {
  max-width: 1244px;
  margin: 30px auto;
}

.post-type-archive-sponsor .archive-thumb,
.post-type-archive-sponsor-private .archive-thumb,
.tax-sponsor-category .archive-thumb,
.tax-sponsor-a-child-location .archive-thumb,
.tax-sponsor-education-location .archive-thumb,
.tax-sponsor-holistic-location .archive-thumb,
.tax-sponsor-independence-location .archive-thumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-sponsor .entry-title a,
.post-type-archive-sponsor-private .entry-title a,
.tax-sponsor-category .entry-title a,
.tax-sponsor-a-child-location .entry-title a,
.tax-sponsor-education-location .entry-title a,
.tax-sponsor-holistic-location .entry-title a,
.tax-sponsor-independence-location .entry-title a {
  color: #545759;
  text-transform: uppercase;
  margin: 0;
}

.post-type-archive-sponsor .archive-excerpt h2,
.post-type-archive-sponsor-private .archive-excerpt h2,
.tax-sponsor-category .archive-excerpt h2,
.tax-sponsor-a-child-location .archive-excerpt h2,
.tax-sponsor-education-location .archive-excerpt h2,
.tax-sponsor-holistic-location .archive-excerpt h2,
.tax-sponsor-independence-location .archive-excerpt h2 {
  margin: 0;
  padding: 0;
}

.post-type-archive-sponsor .archive-excerpt,
.post-type-archive-sponsor-private .archive-excerpt,
.tax-sponsor-category .archive-excerpt,
.tax-sponsor-a-child-location .archive-excerpt,
.tax-sponsor-education-location .archive-excerpt,
.tax-sponsor-holistic-location .archive-excerpt,
.tax-sponsor-independence-location .archive-excerpt {
  padding: 20px 0;
}

.post-type-archive-sponsor .archive-permalink,
.post-type-archive-sponsor-private .archive-permalink,
.post-type-archive-sponsor .archive-permalink:visited {
  color: #00acc8;
  text-transform: uppercase;
  font-weight: bolder;
}

.single-sponsor #primary,
.single-sponsor-private #primary {
  float: left;
  padding-left: 50px;
  width: 66.5%;
}
.single-sponsor #secondary,
.single-sponsor-private #secondary {
  float: right;
  padding: 0 50px;
  width: 33.5%;
}
.single-sponsor h1,
.single-sponsor-private h1 {
  color: #00adc7;
  text-transform: uppercase;
}
.sponsor-thumbs {
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
}
.sponsor-child-details {
  border: 1px solid #e3e2df;
  font-weight: bolder;
  margin-top: 105px;
}
.sponsor-child-details .inner-info {
  padding: 10px 30px;
}
.sponsor-child-details .inner-info span {
  font-size: 0.9rem;
  font-weight: 300;
}
.sponsor-child-details .inner-info-bg {
  padding: 10px 30px;
  background-color: #f8f7f7;
}
.sponsor-child-details .btn {
  display: inline-block;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #00adc7;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #00adc7;
}
.sponsor-child-details .btn:hover {
  color: #00adc7;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #00adc7;
}
.country-category-desc-desktop {
  display: block;
  padding: 30px 0;
}
.country-category-desc-mobile {
  display: none;
}

.sponsor .btn {
  display: inline-block;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #00adc7;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #00adc7;
}

.sponsor .btn:hover {
  color: #00adc7;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #00adc7;
}

/* Custom Post Filtering*/
.filter-container {
  width: 100%;
  background-color: #f8f7f7;
  border-bottom: solid 1px #e3e2df;
}
.filter-container-inner {
  padding: 15px 35px;
  max-width: 1244px;
  margin: 0 auto;
}
.filter-label {
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  padding: 4px 15px 0 15px;
}
.filter-country {
  display: inline-block;
  float: left;
  padding: 0 15px;
  font-weight: 400;
}
.filter-type {
  display: inline-block;
  float: left;
  padding: 0 15px;
  font-weight: 400;
}
.filter-age {
  display: inline-block;
  float: left;
  padding: 0 15px;
  font-weight: 400;
}
.filter-gender {
  display: inline-block;
  float: left;
  padding: 0 15px;
  font-weight: 400;
}
.filter-button {
  display: inline-block;
  float: left;
  padding: 0 15px;
}
.filter-button button {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #00abc6;
  border: 1px solid #00abc6;
  line-height: 0;
  line-height: 8px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.filter-all {
  display: inline-block;
  float: left;
  padding: 22px 15px 0 15px;
}
.filter-all a,
.filter-all a:visited {
  color: #00abc6;
}

/*--------------------------------------------------------------
# Archive Kid Page Styles and Taxonomy Kid Location Page Styles
--------------------------------------------------------------*/
.post-type-archive-kid #masthead {
  margin-bottom: 20px;
}
.post-type-archive-kid .header-area,
.tax-kid-location .header-area {
  background-color: transparent;
}
.post-type-archive-kid header {
  padding: 0 28%;
  text-align: center;
  margin-bottom: 80px;
}
.post-type-archive-kid #family-story {
  min-height: 420px;
}

.post-type-archive-kid #family-story .button-outline {
  background-color: #00acc8;
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.post-type-archive-kid .archive-thumb {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  box-sizing: border-box;
}

.post-type-archive-kid article {
  display: inline;
  width: 30%;
  min-height: 300px;
  float: left;
  margin-left: 2%;
}
.post-type-archive-kid article:first-child {
  margin-left: 0;
}

.post-type-archive-kid .entry-title {
  text-align: center;
  margin: 5px 0;
}
.post-type-archive-kid .entry-title a {
  color: #545759;
}

.kid-age {
  text-align: center;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Full Width Page Styles
--------------------------------------------------------------*/
.page-template-page-fullwidth #primary,
.page-template-page-fullwidth-adoption #primary {
  float: none;
  padding: 0 10%;
  width: 100%;
  margin: 0 auto;
}
.page-template-page-fullwidth .entry-title,
.page-template-page-fullwidth-adoption .entry-title {
  text-align: center;
  color: #00adc7;
  text-transform: uppercase;
}

.home-study-table td {
  padding: 10px;
}

/*--------------------------------------------------------------
# Sponsorship iframe Page Styles
--------------------------------------------------------------*/
.page-template-page-sponsorship #primary {
  float: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Cycle of Orpahn Page Styles
--------------------------------------------------------------*/
.page-template-page-cycle-orphan #primary {
  float: none;
  padding: 0 10%;
  width: 100%;
  margin: 0 auto;
}
.page-template-page-cycle-orphan .entry-title {
  text-align: center;
  color: #00adc7;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Single Story Page Styles
--------------------------------------------------------------*/
.single-story #primary {
  float: none;
  padding: 50px 10%;
  width: 100%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Where We Work Page Styles
--------------------------------------------------------------*/
#iwm_map_overlay {
  margin: -300px 0;
}
.google-visualization-tooltip * {
  color: #00adc7 !important;
}

.name-title-spacing-tighter h3 {
  margin-bottom: 0;
}
.name-title-spacing-tighter p {
  margin-top: 0;
}

.where-we-work-key a,
.where-we-work-key a:visited {
  color: #00adc7;
}
.where-we-work-key img {
  vertical-align: text-top;
  padding: 0 3px;
}

/*--------------------------------------------------------------
# Facebook Feed Styles
--------------------------------------------------------------*/
.fts-jal-fb-header {
  display: none;
}
.fts-jal-single-fb-post {
  display: inline-block;
  width: 20%;
  margin: 20px 2%;
  vertical-align: top;
}
.fts-jal-single-fb-post a,
.fts-jal-single-fb-post a:visited {
  color: #cceff4;
}
.fts-jal-single-fb-post a:hover {
  color: #fff;
}
.jal-fb-description {
  color: #fff;
}
.jal-fb-caption {
  color: #fff;
}
.fts-jal-fb-post-time {
  color: #000;
}

/*--------------------------------------------------------------
Where We Work > Country Pages
--------------------------------------------------------------*/
div.svc_post_grid_s4 section p a.svc_read_more {
  background: #c70032 !important;
} /*Visual Composer post slider overrides*/
div.svc_post_grid article {
  box-shadow: none !important;
}
div.svc_post_grid_s4 article section {
  border-bottom: 0px !important;
}
div.svc_post_grid_s2 article {
  border-bottom: 0px !important;
}
div.svc_post_grid a.svc_title {
  text-transform: uppercase;
}

.country-nav table {
  width: 300px !important;
}
.country-nav a,
.country-nav a:visited {
  color: #bcbec0;
  font-weight: 400;
}
.country-nav a:hover {
  color: #00adc7;
}

.country-large-photo-bg {
  padding-top: 750px;
}

/*--------------------------------------------------------------
Adoption > Country Pages
--------------------------------------------------------------*/

/* These styles over write the Visual Composer styles for the tabbed content
.et-tabs {font-size:18px!important;line-height: 1.5!important;}
.et-tabs nav {width:100%;background-image: url(images/bg-fabric-blue.jpg);padding:10px 0 10px 30px;}
.et-tabs-style-bars nav ul li a span {font-family: 'Montserrat', sans-serif; font-weight:800; color:#fff!important; font-size:18px!important;padding:0 15px 0 5px!important;}
.et-tabs-style-bars nav ul li.tab-current a {background-image: url(images/white-arrow.png)!important; background-repeat:no-repeat!important;background-position: center left!important;}
*/

.et-content-wrap section {
  max-width: 100% !important;
  padding: 0 !important;
  color: #7d7d7f;
}

.vc_images_carousel .vc_carousel-control .icon-next {
  margin-left: 15px !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev {
  margin-left: -45px !important;
}

/* Shifts the Anchor link down so it's not hidden underneath the sticky header. */
:target:before {
  content: "";
  display: block;
  height: 218px; /* fixed header height*/
  margin: -218px 0 0; /* negative fixed header height */
}

/*--------------------------------------------------------------
How to Fund Your Adoption
--------------------------------------------------------------*/
.et-tabs.et-vertical nav ul li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e3e2df;
}
.et-tabs-style-bars nav ul li a span {
  font-size: 18px !important;
  text-transform: none !important;
}
.et-tabs-style-bars nav ul li a span:hover {
  color: #00adc7;
}
.et-tabs nav a {
  text-align: left;
}
.et-vertical .et-content-wrap {
  padding: 30px 0 0 0;
  border-left: 1px solid #e3e2df;
  background-color: #fff !important;
}
.tabs-content-padding {
  padding: 0 5%;
}
.tabs-featured-story {
  margin-left: -35% !important;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
#primary-blog {
  width: 100%;
  padding: 30px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
#primary-blog .page-title {
  text-align: center;
}
.post-grid-blog {
  display: inline-block;
  float: left;
  width: 31%;
  margin: 15px 1%;
  text-align: left;
}
.post-grid-blog .archive-excerpt {
  height: 50px;
}
.post-grid-blog .entry-title {
  line-height: 26px;
  text-align: center;
}
.post-grid-blog p {
  line-height: 22px;
}
.post-grid-blog .entry-title a {
  color: #00adc7;
}
@media screen and (max-width: 1200px) {
  .post-grid-blog {
    float: left;
    width: 48%;
    margin: 15px 1%;
  }
}
@media screen and (max-width: 960px) {
  .post-grid-blog {
    float: left;
    width: 100%;
    margin: 15px 0;
  }
  .post-grid-blog .archive-excerpt {
    height: 100%;
  }
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-flow: row wrap;
  justify-content: space-around;
}
.flexbox .col {
  flex: 1;
  margin: 0 15px;
  padding: 30px;
}

.submit-app {
  margin: 20px 10px;
  padding-bottom: 30px;
}

.search-submit {
  display: none;
}
input[type="search"] {
  border: 0px solid #fff;
  outline: 0;
  padding: 0 0 0 30px;
  margin: 0 0 0 30px;
  background-position: 0;
  background-image: url(images/magnifying.png);
  background-repeat: no-repeat;
}
input[type="search"]:focus {
  outline: 0;
}
.search-form {
  padding: 10px;
  border-bottom: 1px solid #bbbbbb;
  max-width: 550px;
  margin: 0 auto;
}

input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none !important;
}

.site-main .posts-navigation {
  overflow: visible;
}
.posts-navigation .nav-previous {
  clear: both;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  padding: 15px 0;
  margin: 30px 0;
  width: 48%;
}
.posts-navigation .nav-previous {
  margin: 30px 0 30px 1%;
}
.posts-navigation .nav-next {
  margin: 30px 1% 30px 0;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  color: #bcbec0;
}
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
  color: #000;
}
.posts-navigation .nav-previous a {
  display: block;
  padding: 15px 0 15px 40px;
  background: url(../allgodschildren/images/arrow-left.png) no-repeat;
  background-position: left;
}
.posts-navigation .nav-previous a:hover {
  padding: 15px 0 15px 40px;
  background: url(../allgodschildren/images/arrow-left-hover.png) no-repeat;
  background-position: left;
}
.posts-navigation .nav-next a {
  display: block;
  padding: 15px 40px 15px 0;
  background: url(../allgodschildren/images/arrow-right.png) no-repeat;
  background-position: right;
}
.posts-navigation .nav-next a:hover {
  padding: 15px 40px 15px 0;
  background: url(../allgodschildren/images/arrow-right-hover.png) no-repeat;
  background-position: right;
}

.blogcategorylist ul {
  clear: both;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
}
.blogcategorylist li {
  display: inline-block;
  list-style-type: none;
  background-color: #f8f7f7;
  width: 31%;
  margin: 10px 1%;
  padding: 7px 20px;
}
.blogcategorylist a {
}
.blogcategorylist a,
.blogcategorylist a:visited {
  text-decoration: none;
  color: #8b8d8f;
}
.blogcategorylist a:hover {
  text-decoration: none;
}

ul.dcw {
  list-style-type: none;
}

.tml-action-links {
  display: none !important;
}
.vc_custom_heading h2 a {
  color: #00adc7 !important;
}
.vc_custom_heading a {
  color: #cf0a2c !important;
}

/*--------------------------------------------------------------
Cycle of an orphan
--------------------------------------------------------------*/
.info-cirlce-active {
  border: 10px solid #c70032 !important;
}
.smile_icon_list.left li.ult-info-circle-img .icon_list_connector {
  left: 0.4em !important;
}
.smile_icon_list.left li .icon_list_connector {
  border-right: none !important;
}

.info-circle-icons {
  margin: -44px !important;
}
.info-circle-icons-correction {
  margin-top: -54px !important;
}

.five-p-mobile {
  color: #fff;
  text-align: center;
}
.five-p-mobile img {
  margin-bottom: 0;
}
.five-p-mobile a {
  color: #fff;
}
.five-p-mobile h2 {
  color: #fff;
  font-size: 46px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.five-p-mobile h3 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  margin-top: 5px;
  font-weight: 500;
}

/*--------------------------------------------------------------
Donate Page
--------------------------------------------------------------*/
.cloak {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: rgba(145, 145, 145, 0.4);
  z-index: 50;
}
.cloak .stage {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid red;
  box-shadow: inset 0 0 124px rgba(0, 172, 200, 0.1);
}
.cloak .boks {
  display: block;
  max-width: 1100px;
  margin: 40px auto 20px auto;
  padding: 0 30px;
  position: relative;
  background: #fff;
  border: 4px solid #ccc;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.cloak a.close {
  display: block;
  position: absolute;
  font-size: 30px;
  top: 12px;
  right: 12px;
}
.cloak .form-rept,
.cloak .form-once {
  display: none;
}
.donate-children-bg {
  margin: -80px 0 -120px 0;
  padding: 0 20px;
  min-height: 900px;
  background-image: url(images/donate-children.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.donate-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 173, 199, 0.7);
  margin: 140px auto;
  padding: 40px;
  max-width: 990px;
  text-align: center;
}
.donate-box h1 {
  color: #fff;
  font-size: 64px;
  line-height: 66px;
  margin: -15px 0 30px 0;
}
.donate-box .btn {
  display: inline-block;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #00abc5;
  background-color: #fff;
  font-size: 19px;
  margin: 5px 10px;
  padding: 15px 40px 14px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  white-space: nowrap;
}
.donate-box .btn:hover {
  color: #fff;
  background-color: #00abc5;
  text-decoration: none;
  border: 1px solid #fff;
}

.dontate-select {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.dontate-select select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  padding: 0.3em 4em 0.2em 0.5em;
  margin: 0;
  transition: border-color 0.2s;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-width: 200px;
  background: #fff;
  color: #555;
  font-size: 36px;
  font-weight: 400;
}
.dontate-select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  pointer-events: none;
}
.dontate-select .arr:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 24px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 18px solid #54575a;
}

.international-adoption-header {
  background-image: url(images/international-adoption-1.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.international-adoption-header-left {
  padding: 100px 0 400px 10% !important;
}

.modal-contact-link,
.modal-contact-link-link {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Formstack overides
--------------------------------------------------------------*/
.fsLightboxHandle {
  display: none !important;
}
.fsRowBody input[type="checkbox"],
.fsRowBody input[type="radio"] {
  top: 0 !important;
  height: 18px !important;
}
.fsBody .fsForm .fsSectionHeader {
  background-color: #edeff0 !important;
}

/*--------------------------------------------------------------
# Visual Composer overides
--------------------------------------------------------------*/
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  float: right;
}
.vc_toggle_title > h4 {
  color: #00adc7;
}

/*--------------------------------------------------------------
# Slider Revolution Overrides
--------------------------------------------------------------*/
.tp-mask-wrap .tp-caption.rev-btn {
  /*background-color: rgb(0, 173, 199) !important;*/
  border: 1px solid rgb(0, 151, 174) !important;
  transition: all 0.3s;
}
.tp-mask-wrap .tp-caption.rev-btn:hover {
  background-color: white !important;
  color: rgb(0, 151, 174) !important;
}

/*--------------------------------------------------------------
# VCita Scheduling Plugin overides
--------------------------------------------------------------*/
#livesite_engage_button a.ls-engage-button {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
#livesite_engage_button {
  margin: 10px 70px 0 0 !important;
}
#livesite_action_buttons .ls-action-T {
  display: none !important;
} /* Hides the circle date in the top right corner */
#livesite_active_engage .ls-more-actions-C {
  display: none !important;
} /* Hides the more action meneu in the Scheduling tab */

/*--------------------------------------------------------------
# iFrame Responsive styles
--------------------------------------------------------------*/
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Home Study Dropdown / Modal styles
--------------------------------------------------------------*/

.homestudy-dropdown .modal {
  top: 180px;
}
li.nav-item.dropdown {
  display: inline-block;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #c70032;
  font-size: 19px;
  margin: 5px 10px;
  padding: 10px 20px 9px 20px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
a.nav-link.dropdown-toggle {
  color: #fff;
}
.dropdown-menu {
  width: 235px;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
a.dropdown-item,
a.dropdown-item:visited {
  color: #c70032;
}

/*--------------------------------------------------------------
# Children Sponsor Styles
--------------------------------------------------------------*/
.filter-container-inner .filter-label {
  font-size: 25px;
  width: 100%;
  margin-bottom: 20px;
}
.filter-country,
.filter-type,
.filter-age,
.filter-gender,
.filter-button,
.filter-all,
.filter-country select,
.filter-type select,
.filter-age select,
.filter-gender select,
.filter-button select,
.filter-all select {
  font-size: 1.1rem;
  padding: 5px;
}
.filter-button {
  height: 72px;
}
.filter-button button {
  margin-top: 26px;
  font-size: 1.3em;
}
.filter-all {
  height: 72px;
  padding-top: 35px;
}
.filter-button button,
#button-monthly,
#button-one,
.shop-btn,
.ubtn-link button,
.wpcf7 .wpcf7-submit,
.sponsor-child-details .btn,
.home-cta {
  background-color: rgb(199, 0, 50) !important;
  border: 1px solid rgb(199, 0, 50) !important;
  border-radius: 50px !important;
  color: white !important;
  transition: all 0.3s !important;
}
.filter-button button:hover,
#button-monthly:hover,
#button-one:hover,
.shop-btn:hover,
.wpcf7 .wpcf7-submit:hover,
.sponsor-child-details .btn:hover,
.hoe-cta:hover {
  background-color: white !important;
  border: 1px solid #c70032 !important;
  color: rgb(199, 0, 50) !important;
}

@media (min-width: 576px) {
  .homestudy-dropdown .modal-dialog {
    max-width: 700px;
  }
}

/*--------------------------------------------------------------
# Responsive - Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1244px) {
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  #masthead {
    padding: 1em 2em 2em;
  }
  #top-bar {
    right: 20px;
  }
  .site-branding {
    float: left;
    width: 22%;
  }
  .main-navigation a,
  .main-navigation a:visited {
    font-size: 14px;
    line-height: 14px;
  }
  .main-navigation li {
    margin-right: 3%;
  }
  .main-navigation ul ul {
    top: 36px;
  }

  /*--------------------------------------------------------------
  # Full Width Page Styles
  --------------------------------------------------------------*/
  .page-template-page-fullwidth #primary,
  .page-template-page-fullwidth-adoption #primary {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1140px) {
  /*Uber menu overrides*/
  .ubermenu .ubermenu-target-text {
    font-size: 16px;
  }

  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  #top-bar {
    width: 100%;
    position: relative;
  }
  .main-navigation {
    width: 75%;
  }

  .country-large-photo-bg {
    padding-top: 650px;
  }

  /*Cycle of an orphan*/
  .responsive-font-class h3.new-cust-responsive-class {
    font-size: 22px !important;
    line-height: 24px !important;
  }

  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  .blogcategorylist li {
    width: 48%;
    margin: 10px 1%;
  }
}

@media screen and (max-width: 1000px) {
  .inner {
    padding: 2em 10px;
  }
}

@media screen and (max-width: 1000px) {
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  .one-fifth-col {
    width: 50%;
  }
  .one-fifth-col:nth-child(3n + 1) {
    clear: left;
  }
  .one-fifth-col:nth-child(5n + 1) {
    width: 100%;
    clear: left;
    padding: 0 20%;
  }

  .text-md {
    font-size: 26px;
    line-height: 30px;
  }
  .text-lg {
    font-size: 30px;
    line-height: 34px;
  }
  .text-xl {
    font-size: 46px;
    line-height: 52px;
  }
  .text-xxl {
    font-size: 80px;
    line-height: 86px;
  }

  /*--------------------------------------------------------------
  # Home Page Styles
  --------------------------------------------------------------*/

  .waiting-kid-card {
    min-height: 320px;
  }
  /*#donate-banner {min-height: 650px;}
  #donate-banner .story-text{width: 50%;right: 10%;margin-top:50px;}*/

  #iwm_map_overlay {
    margin-top: -200px;
  }

  /*--------------------------------------------------------------
  # Facebook Feed Styles
  --------------------------------------------------------------*/
  .fts-jal-single-fb-post {
    display: inline-block;
    width: 46%;
    margin: 20px 2%;
    vertical-align: top;
  }

  .country-large-photo-bg {
    padding-top: 500px;
  }

  /*--------------------------------------------------------------
  Dontate Page
  --------------------------------------------------------------*/
  .donate-children-bg {
    min-height: 700px;
    background-image: url(images/donate-children-mobile.jpg);
    background-size: contain;
    background-position: bottom center;
  }

  /*--------------------------------------------------------------
  How to Fund Your Adoption
  --------------------------------------------------------------*/
  .et-tabs-style-bars nav ul li a span {
    font-size: 14px !important;
  }

  /*--------------------------------------------------------------
  Adoption
  --------------------------------------------------------------*/
  .single-adoption #primary {
    float: none;
    padding: 30px 0;
    width: 100%;
  }
  .single-adoption #secondary {
    display: none;
  }
  .adoption-child-details-mobile {
    display: block;
  }

  /*--------------------------------------------------------------
  Sponsor
  --------------------------------------------------------------*/
  .single-sponsor #primary,
  .single-sponsor-private #primary {
    float: none;
    padding: 30px 0;
    width: 100%;
  }
  .single-sponsor #secondary,
  .single-sponsor-private #secondary {
    float: none;
    padding: 0;
    width: 100%;
  }
  .country-category-desc-desktop {
    display: none;
  }
  .country-category-desc-mobile {
    display: block;
    padding: 30px 0;
  }
  .sponsor-child-details {
    margin-top: 0;
  }

  .post-grid h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 880px) {
  #primary {
    width: 100%;
  }
  #secondary,
  .tax-story-category #secondary,
  .tax-story-location #secondary {
    clear: both;
    width: 100%;
  }

  /*--------------------------------------------------------------
  # Archive Story Page Styles and Taxonomy Story Location Page Styles
  --------------------------------------------------------------*/

  .post-type-archive-story .archive-thumb,
  .tax-story-category .archive-thumb,
  .tax-story-location .archive-thumb,
  .tax-story-sponsorship-location .archive-thumb,
  .tax-story-adoption-location .archive-thumb,
  .tax-story-projects-location .archive-thumb {
    float: left;
    width: 30%;
    height: 200px;
    margin-left: 3%;
  }

  .post-type-archive-story .archive-excerpt,
  .tax-story-category .archive-excerpt,
  .tax-story-location .archive-excerpt,
  .tax-story-sponsorship-location .archive-excerpt,
  .tax-story-adoption-location .archive-excerpt,
  .tax-story-projects-location .archive-excerpt {
    float: left;
    width: 63%;
    padding: 20px 0 20px 3%;
    max-width: none;
  }

  .country-large-photo-bg {
    padding-top: 400px;
  }
}

/* SlickNav Mobile Menu Styles */
@media screen and (max-width: 800px) {
  html {
    padding-top: 0 !important;
    overflow: scroll;
  }
  .site-branding {
    width: 100%;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  #top-bar {
    right: 0;
  }
  #top-nav {
    float: none;
  }
  .top-navigation ul {
    text-align: center;
  }
  .top-navigation li {
    float: none;
    display: inline-block;
  }
  #cookie-law-info-bar {
    bottom: 59px !important;
    margin: 0;
  }
  .slicknav_menu {
    top: auto !important;
    bottom: 0;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /* background:#02c3e2; */
    background: #cceff4;
  }
  .slicknav_nav {
    display: block;
    position: absolute;
    bottom: 59px;
    background: rgb(0, 171, 199);
    padding: 12px;
    width: 100%;
    left: 0;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .fixed-cta-donate {
    position: fixed;
    z-index: 999999;
    bottom: 15px;
    left: 0;
    font-weight: bold;
    font-size: 16px;
  }
  .fixed-cta-preapp {
    display: block;
    /* width: 70%; */
    margin: 0 auto;
    float: none;
    text-align: center;
    position: fixed;
    z-index: 999999;
    bottom: 15px;
    left: 110px;
    width: auto;
    font-size: 16px;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    margin: 2px 0px;
  }
  .slicknav_nav ul {
    margin: 0;
    padding: 0 0 0 20px;
  }
  /* Menu Btn */
  .slicknav-flex .slicknav_btn {
    background-color: transparent;
    padding-top: 8px;
    padding-left: 0.1em;
    padding-right: 0.1em;
  }
  .slicknav-flex .slicknav_btn .slicknav_icon span {
    background-color: #00abc6;
  }
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .slicknav_menu .slicknav_icon {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }
  .slicknav_menu .slicknav_icon:before {
    width: 24px;
    height: 24px;
  }
  .slicknav_menu .slicknav_icon-bar {
    width: 24px;
    height: 4px;
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
  }
}

@media screen and (max-width: 760px) {
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  #masthead .site-branding h1,
  #masthead .site-branding .site-title {
    background-size: contain;
    width: 201px;
    height: 94px;
    margin: 20px auto;
  }

  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-sm {
    font-size: 22px;
    line-height: 26px;
  }
  .text-md {
    font-size: 24px;
    line-height: 28px;
  }
  .text-lg {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .text-xl {
    font-size: 36px;
    line-height: 40px;
  }
  .text-xxl {
    font-size: 60px;
    line-height: 64px;
  }
  .oversize-text {
    font-size: 16px;
  }
  .white.mobile-blue {
    color: #00adc7;
  }

  /*--------------------------------------------------------------
  # Home Page Styles
  --------------------------------------------------------------*/
  .flexbox {
    display: block;
    margin-top: -10px;
  }
  .sponsor-text,
  .sponsor-img {
    width: 100%;
    float: none;
  }
  .sponsor-text,
  .sponsor-text.text-left {
    text-align: center;
    padding: 20px 50px 50px 50px;
  }
  .sponsor-img-area,
  .featured-story-img-area {
    display: none;
    width: 100%;
    background-position: top center;
  }
  .sponsor-img-area-mobile {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sponsor-independence {
    display: none;
  }
  #mission {
    margin-top: 60px;
  }
  #mission .full-width-col p {
    width: 100%;
  }
  .one-fifth-col {
    width: 100%;
    float: none;
  }
  .one-fifth-col:nth-child(5n + 1) {
    padding: 0;
  }
  #download-packet .inner {
    padding: 20px 20px;
  }
  .info-text {
    font-size: 16px;
  }
  .facts-header {
    display: block;
  }

  #family-story .story-text {
    position: absolute;
    width: 50%;
    bottom: 50px;
  }
  /*#donate-banner .story-text{position: absolute;width: 50%;bottom: 50px;}*/
  .donate-cta-box {
    padding: 30px 10px;
  }
  .donate-cta-box .btn {
    font-size: 16px;
    margin: 5px 10px;
    padding: 10px 20px 9px 20px;
  }
  .dontate-home-select select {
    font-size: 26px;
    font-weight: 400;
  }

  #pre-app {
    padding: 20px;
  }
  .free-app-text {
    margin: 10px 0;
    text-align: center;
  }
  .info-icon {
    display: none;
  }
  .pre-app-icon {
    clear: both;
    display: block;
    margin: 10px auto;
  }

  .waiting-kid-card {
    width: 100%;
    margin: 30px 0;
    float: none;
  }

  /*#donate-banner {background-image: none;background-color:#eee0da;margin-top:-7px;}
  #donate-banner .story-text{position: absolute;left:0;width: 100%; color: #333;padding:0 10px;bottom:auto;}
  #donate-banner .story-text h3{font-size:26px;text-transform:uppercase;margin-bottom:0;color: #7d7d7f;}*/
  .dontate-photo-mobile {
    display: block;
    margin-top: -25px;
  }
  .capital-campaign-photo-mobile {
    display: block;
  }

  .homepage-capital-campaign-right {
    padding: 0 !important;
    margin: 20px 10px 0 10px !important;
    text-align: center !important;
  }
  .site-footer {
    padding: 2em 0;
  }
  .footer-box {
    width: 100%;
    display: block;
    text-align: center;
  }

  #iwm_map_overlay {
    margin-top: -100px;
  }

  .featured-story-text,
  .featured-story-img {
    width: 100%;
    float: none;
  }
  .featured-story-img-area {
    width: 100%;
    background-position: top center;
  }

  .post-type-archive-story #primary,
  .tax-story-category #primary,
  .tax-story-location #primary,
  .tax-story-sponsorship-location #primary,
  .tax-story-adoption-location #primary,
  .tax-story-projects-location #primary {
    float: right;
    width: 100%;
  }

  .post-type-archive-story #secondary,
  .tax-story-a-child-location #secondary,
  .tax-story-sponsorship-location #secondary,
  .tax-story-adoption-location #secondary,
  .tax-story-projects-location #secondary {
    float: left;
    width: 100%;
  }

  .post-type-archive-adoption #primary,
  .tax-adoption-category #primary,
  .tax-adoption-location #primary {
    float: right;
    width: 100%;
  }

  .post-type-archive-adoption #secondary,
  .tax-adoption-category #secondary,
  .tax-adoption-location #secondary {
    float: left;
    width: 100%;
  }

  .post-type-archive-sponsor #primary,
  .post-type-archive-sponsor-private #primary,
  .tax-sponsor-category #primary,
  .tax-sponsor-a-child-location #primary,
  .tax-sponsor-education-location #primary,
  .tax-sponsor-holistic-location #primary,
  .tax-sponsor-independence-location #primary {
    float: right;
    width: 100%;
  }

  .post-type-archive-sponsor #secondary,
  .post-type-archive-sponsor-private #secondary,
  .tax-sponsor-category #secondary,
  .tax-sponsor-a-child-location #secondary,
  .tax-sponsor-education-location #secondary,
  .tax-sponsor-holistic-location #secondary,
  .tax-sponsor-independence-location #secondary {
    float: left;
    width: 100%;
  }
  .post-type-archive-sponsor header,
  .post-type-archive-sponsor-private header {
    padding: 0 10px;
  }
  .post-type-archive-sponsor header .inner,
  .post-type-archive-sponsor-private header .inner {
    padding: 0;
    margin-bottom: 0;
  }

  .filter-label,
  .filter-country,
  .filter-country,
  .filter-type,
  .filter-age,
  .filter-gender,
  .filter-button,
  .filter-all {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
  }
  .filter-button {
    height: auto;
  }
  .filter-button button {
    margin-top: 38px;
    padding: 15px 34px;
    font-size: 1.5em !important;
  }
  .submit-app-adoption-container {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .submit-app-adoption {
    margin: 0 auto;
    float: none;
    text-align: left;
  }

  .sponsor-text .btn {
    font-size: 17px;
  }

  .post-grid h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .unslider-arrow {
    left: 5px;
  }
  .unslider-arrow.prev {
    background-image: url(images/arrow-slideshow-mobile-left.png);
    height: 43px;
    width: 34px;
    margin-top: -100%;
    color: transparent;
  }
  .unslider-arrow.next {
    background-image: url(images/arrow-slideshow-mobile-right.png);
    height: 43px;
    width: 34px;
    left: auto;
    right: 5px;
    margin-top: -100%;
    color: transparent;
  }

  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }

  /*--------------------------------------------------------------
    # Single Story Page Styles
    --------------------------------------------------------------*/
  .single-story #primary {
    padding: 50px 10px;
  }

  .international-adoption-header {
    background-image: none !important;
  }
  .international-adoption-header-left {
    padding: 0 !important;
    text-align: center;
  }

  .sponsor-img-area-thirds {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
  }

  /*--------------------------------------------------------------
  # Children Sponsor Styles
  --------------------------------------------------------------*/
  .filter-container-inner .filter-label {
    font-size: 25px;
  }
  .filter-country,
  .filter-type,
  .filter-age,
  .filter-gender,
  .filter-button,
  .filter-all,
  .filter-country select,
  .filter-type select,
  .filter-age select,
  .filter-gender select,
  .filter-button select,
  .filter-all select {
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
    # Video Fitering page Styles Override Visual Composer
    --------------------------------------------------------------*/

.video-post-grid .vc_grid-filter {
  background-color: #f8f7f7 !important;
  padding: 8px 0 5px 0;
}
.video-post-grid .vc_grid-filter-item.vc_active {
  background-color: #00abc6 !important;
}
.vc_grid-filter-item.vc_active > span {
  color: #fff !important;
}
.video-post-grid .vc_gitem-zone-c {
  background-color: #fff !important;
}
.video-post-grid .vc_gitem-post-data-source-post_title h4 {
  text-align: center !important;
  font-weight: 300 !important;
  font-size: 22px !important;
}
.video-post-grid .vc_gitem-post-data-source-post_excerpt {
  display: none !important;
}
.video-post-grid .vc_btn3-container {
  display: none !important;
}

@media screen and (max-width: 520px) {
  /*--------------------------------------------------------------
  How to Fund Your Adoption
  --------------------------------------------------------------*/
  .et-tabs-style-bars nav ul li a span {
    font-size: 18px !important;
  }
  .tabs-featured-story {
    margin-left: 0 !important;
  }

  .topbar {
    height: 90px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  #masthead {
    padding: 1em 0 0;
  }
  #top-bar {
    width: 100%;
    position: relative;
  }

  #top-nav a {
    font-size: 16px;
  }
  .site-branding {
    float: none;
    width: 100%;
  }
  #masthead .site-branding h1,
  #masthead .site-branding .site-title {
    position: relative;
    /* margin: 20px auto 0 auto; */
    margin: 10px auto 0 auto;
  }

  #iwm_map_overlay {
    margin-top: -50px;
  }

  .donate-children-bg {
    min-height: 500px;
  }
  .donate-box {
    padding: 15px;
  }
  .donate-box h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .dontate-select select {
    padding: 15px;
  }
  .donate-box .btn {
    font-size: 14px;
    margin: 5px 0;
    padding: 10px 15px 9px 15px;
  }

  /*--------------------------------------------------------------
  # Archive Story Page Styles and Taxonomy Story Location Page Styles
  --------------------------------------------------------------*/
  .post-type-archive-story .archive-thumb,
  .tax-story-category .archive-thumb,
  .tax-story-location .archive-thumb,
  .tax-story-sponsorship-location .archive-thumb,
  .tax-story-adoption-location .archive-thumb,
  .tax-story-projects-location .archive-thumb {
    float: none;
    width: 94%;
    height: 200px;
    margin: 3%;
  }

  .post-type-archive-story .archive-excerpt,
  .tax-story-category .archive-excerpt,
  .tax-story-location .archive-excerpt,
  .tax-story-sponsorship-location .archive-excerpt,
  .tax-story-adoption-location .archive-excerpt,
  .tax-story-projects-location .archive-excerpt {
    float: none;
    width: 94%;
    padding: 20px 3%;
  }

  /*--------------------------------------------------------------
  # Facebook Feed Styles
  --------------------------------------------------------------*/
  .fts-jal-single-fb-post {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    vertical-align: top;
  }

  .country-large-photo-bg {
    padding-top: 300px;
  }

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

  .site-footer {
    padding: 2em 2em;
  }
  #footer-sponsors a {
    display: block;
    margin: 10% 2%;
  }

  /*Cycle of an orphan*/
  .responsive-font-class h3.new-cust-responsive-class {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .info-circle-responsive .smile_icon_list.left li .icon_list_icon {
    border: none !important;
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 400px) {
  .text-sm {
    font-size: 20px;
    line-height: 24px;
  }
  .text-md {
    font-size: 22px;
    line-height: 26px;
  }
  .text-lg {
    font-size: 28px;
    line-height: 32px;
  }
  .text-xl {
    font-size: 32px;
    line-height: 36px;
  }
  .text-xxl {
    font-size: 44px;
    line-height: 50px;
  }

  /*Cycle of an orphan*/
  .info-circle-responsive .smile_icon_list.left li .icon_list_icon {
    font-size: 30px !important;
    margin-right: -20px !important;
  }
  .smile_icon_list.left li.ult-info-circle-img .icon_list_connector {
    display: none !important;
  }

  .topbar {
    height: 90px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 359px) {
  .fixed-cta-donate {
    font-size: 14px;
  }
  .fixed-cta-preapp {
    left: 100px;
    font-size: 14px;
  }
}

.smile_icon_list.left li .icon_description {
  height: 1em !important;
  line-height: 1em !important;
}

// .modal-open      - body class for killing the scroll
// .modal           - container to scroll within
// .modal-dialog    - positioning shell for the actual modal
// .modal-content   - actual modal w/ bg and corners and stuff


// Kill the scroll on the body
.modal-open {
  overflow: hidden;
}

// Container that the modal scrolls within
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-modal;
  display: none;
  overflow: hidden;
  // Prevent Chrome on Windows from adding a focus outline. For details, see
  // https://github.com/twbs/bootstrap/pull/10951.
  outline: 0;
  // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a
  // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342
  // See also https://github.com/twbs/bootstrap/issues/17695

  // When fading in the modal, animate it to slide down
  &.fade .modal-dialog {
    @include transition($modal-transition);
    transform: translate(0, -25%);
  }
  &.show .modal-dialog { transform: translate(0, 0); }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

// Shell div to position the modal with bottom padding
.modal-dialog {
  position: relative;
  width: auto;
  margin: $modal-dialog-margin;
}

// Actual modal
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: $modal-content-bg;
  background-clip: padding-box;
  border: $modal-content-border-width solid $modal-content-border-color;
  @include border-radius($border-radius-lg);
  @include box-shadow($modal-content-box-shadow-xs);
  // Remove focus outline from opened modal
  outline: 0;
}

// Modal background
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-modal-backdrop;
  background-color: $modal-backdrop-bg;

  // Fade for backdrop
  &.fade { opacity: 0; }
  &.show { opacity: $modal-backdrop-opacity; }
}

// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
  display: flex;
  align-items: center; // vertically center it
  justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
  padding: $modal-header-padding;
  border-bottom: $modal-header-border-width solid $modal-header-border-color;
}

// Title text within header
.modal-title {
  margin-bottom: 0;
  line-height: $modal-title-line-height;
}

// Modal body
// Where all modal content resides (sibling of .modal-header and .modal-footer)
.modal-body {
  position: relative;
  // Enable `flex-grow: 1` so that the body take up as much space as possible
  // when should there be a fixed height on `.modal-dialog`.
  flex: 1 1 auto;
  padding: $modal-inner-padding;
}

// Footer (for actions)
.modal-footer {
  display: flex;
  align-items: center; // vertically center
  justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
  padding: $modal-inner-padding;
  border-top: $modal-footer-border-width solid $modal-footer-border-color;

  // Easily place margin between footer elements
  > :not(:first-child) { margin-left: .25rem; }
  > :not(:last-child) { margin-right: .25rem; }
}

// Measure scrollbar width for padding body during modal show/hide
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

// Scale up the modal
@include media-breakpoint-up(sm) {
  // Automatically set modal's width for larger viewports
  .modal-dialog {
    max-width: $modal-md;
    margin: $modal-dialog-margin-y-sm-up auto;
  }

  .modal-content {
    @include box-shadow($modal-content-box-shadow-sm-up);
  }

  .modal-sm { max-width: $modal-sm; }
}

@include media-breakpoint-up(lg) {
  .modal-lg { max-width: $modal-lg; }
}