/*!
Theme Name: Called To Rescue (2016)
Theme URI: http://www.calledtorescue.org/
Description: Custom Wordpress Theme for Called To Rescue.
Author: Chris Martin Studios
Author URI: http://www.chrismartinstudios.com/
Version: 2.0
*/
/* BASE (_base.scss) */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Century Gothic, "Century Gothic", Arial, sans-serif;
  background-color: white;
  color: #000;
  font-size: 16px;
}

a.epl_button_small:link, a.epl_button_small:visited, a.epl_button:link, a.epl_button:visited {
  color: #000;
  text-decoration: none;
}

.content ul li {
  margin-bottom: 5px;
}

h1 {
  color: #f78f1e;
  margin-top: 0;
  text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
  color: #333;
  margin-top: 0;
}

a:link, a:visited {
  color: #1690ed;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #ff7900;
}

a:active {
  color: #bb5900;
  text-decoration: none;
}

a.darkurl:link, a.darkurl:visited {
  color: #fff;
  text-decoration: underline;
}

a.darkurl:hover {
  text-decoration: none;
  color: #ff7900;
}

a.darkurl:active {
  color: #bb5900;
  text-decoration: none;
}

a.cta {
  clear: both;
  display: block;
  padding: 30px;
  text-align: center;
  color: white;
  background-color: #f78f1e;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  transition: text-shadow 0.5s, color 0.5s;
  text-shadow: 2px 2px 0 #000;
}
a.cta span.headline {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
a.cta span.text {
  font-size: 20px;
}

a.cta:hover {
  color: #f2f2f2;
  text-shadow: 2px 2px 10px #000;
}

a.media-pr-item {
  display: block;
  padding: 30px;
  text-align: center;
  color: white;
  background-color: #f78f1e;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  margin-bottom: 25px;
}
a.media-pr-item span.headline {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
a.media-pr-item span.text {
  font-size: 16px;
  font-weight: bold;
}

a.media-pr-item:hover {
  background-color: #c77416;
}

strong {
  font-weight: bold;
}

.word-cloud-values, .hotline-image {
  width: 100%;
  height: auto;
}

.flag {
  max-width: 100%;
  height: auto;
}

.hotline-image-width {
  max-width: 100%;
  height: auto;
}

ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.products li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 25px;
}
ul.products li h3 {
  margin-bottom: 0;
}
ul.products .add_to_cart_button {
  display: inline-block;
  clear: both;
}

.tabs.wc-tabs {
  display: none;
}

.summary.entry-summary {
  margin-bottom: 30px;
}

#give-purchase-button {
  background: #f78f1e;
  border: 1px solid #c77416;
  color: white;
  padding: 8px 10px;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: bold;
}

/* MENU (_menu.scss) */
header.main {
  width: 100%;
  height: 100px;
  background-color: #aeb0b2;
  background-image: url(images/map_bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.logo {
  background-color: white;
  width: 100px;
  height: 100px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 725px) {
  .logo {
    z-index: 10000;
  }
}

.slogan {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  height: 12px;
}
@media (min-width: 365px) {
  .slogan {
    width: 250px;
    height: 15px;
  }
}
@media (min-width: 420px) {
  .slogan {
    width: 300px;
    height: 18px;
  }
}
@media (min-width: 440px) {
  .slogan {
    width: 325px;
    height: 20px;
  }
}

.upper-contact {
  background-color: #f2f2f2;
  color: white;
}
.upper-contact .container {
  padding: 10px;
}

.hotline {
  text-align: left;
  width: 83.13253%;
  float: left;
  margin-right: 1.20482%;
}
.hotline p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #f78f1e;
  margin: 0;
  padding: 0;
}

.social-media {
  text-align: right;
  width: 15.66265%;
  float: right;
  margin-right: 0;
}
.social-media a {
  display: inline-block;
  color: #aeb0b2;
  font-size: 18px;
  line-height: 0;
  padding: 0;
  margin-right: 10px;
}
.social-media a:hover {
  color: #646566;
}
.social-media a:last-child {
  margin-right: 0;
}

.social-media-contact a {
  display: inline-block;
  color: #646566;
  font-size: 36px;
  line-height: 0;
  padding: 0;
  margin-right: 10px;
}
.social-media-contact a:hover {
  color: #aeb0b2;
}

.menu-toggle {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 57px;
  display: block;
  text-align: right;
}
@media (min-width: 725px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle a {
  color: #646566;
  font-size: 30px;
  text-decoration: none;
}
.menu-toggle a:hover {
  color: white;
}

.menu-close {
  z-index: 10000;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  text-align: right;
}
.menu-close a {
  display: block;
  color: white;
  font-size: 30px;
  text-decoration: none;
  background-color: #000;
  padding: 15px;
}
.menu-close a:hover {
  color: #f78f1e;
}

nav.main {
  /* nav sub-menus */
}
nav.main ul {
  position: absolute;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: left;
  background-color: #646566;
  display: none;
}
@media (min-width: 725px) {
  nav.main ul {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 57px 0 0 0;
    text-align: right;
  }
}
nav.main ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 725px) {
  nav.main ul li {
    display: inline-block;
  }
}
nav.main ul li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px;
  margin: 0;
}
@media (min-width: 725px) {
  nav.main ul li a {
    padding: 10px;
  }
}
nav.main ul li a:hover {
  background-color: #c77416;
}
@media (min-width: 725px) {
  nav.main ul li a:hover {
    background-color: #646566;
  }
}
nav.main ul li:hover > a {
  background-color: #c77416;
}
@media (min-width: 725px) {
  nav.main ul li:hover > a {
    background-color: #646566;
  }
}
nav.main ul li.current_page_ancestor > a, nav.main ul li.current_page_item > a {
  background-color: #f78f1e;
}
nav.main ul li.current_page_ancestor > a:hover, nav.main ul li.current_page_item > a:hover {
  background-color: #c77416;
}
nav.main ul ul {
  display: none;
}
@media (min-width: 725px) {
  nav.main ul li:hover > ul {
    display: block;
  }
}
@media (min-width: 725px) {
  nav.main ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    z-index: 9999;
    padding: 0;
    background-color: #646566;
  }
}
nav.main ul ul li {
  display: block;
  position: relative;
  margin: 0;
  text-align: left;
}
nav.main ul ul li a {
  padding: 8px;
  color: #fff;
  font-size: 10pt;
  font-weight: 400;
  background: #646566;
}
@media (min-width: 725px) {
  nav.main ul ul li a {
    padding: 10px;
  }
}
nav.main ul ul li a:hover, nav.main ul ul li:hover {
  background: #c77416;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.container-slider {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.container-slider:after {
  content: " ";
  display: block;
  clear: both;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.wp-caption {
  border: 1px solid #333;
  text-align: center;
  background-color: #bbbbbb;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 1px solid #333;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  padding: 4px 4px 5px;
  margin: 0;
}

/* End captions & aligment */
.panel-header {
  padding: 30px;
  background-color: #f78f1e;
  text-align: center;
}
.panel-header h1 {
  margin: 0;
  color: white;
  text-transform: uppercase;
}
.panel-header h2 {
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.panel-announcement {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.panel-announcement:after {
  content: " ";
  display: block;
  clear: both;
}
.panel-announcement h2:first-child {
  margin-top: 0;
}
.panel-announcement h2, .panel-announcement h3 {
  color: white;
}
.panel-announcement .announcement {
  background-color: #c77416;
  color: white;
  padding: 25px;
}
@media (min-width: 650px) {
  .panel-announcement .announcement {
    width: 75%;
    float: left;
  }
}
.panel-announcement .call-to-action {
  text-align: center;
  background-color: #c77416;
  background-size: cover;
  background-position: center center;
  padding: 25px;
}
@media (min-width: 650px) {
  .panel-announcement .call-to-action {
    width: 25%;
    float: right;
    margin-right: 0;
  }
}
.panel-announcement .call-to-action a {
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px black;
  text-decoration: none;
  text-align: center;
}
.panel-announcement .call-to-action a:hover {
  color: #f78f1e;
  text-shadow: 2px 2px black;
}

.media-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.media-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 600px) {
  .media-item:nth-of-type(odd) {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 600px) {
  .media-item:nth-of-type(even) {
    width: 49.39759%;
    float: right;
    margin-right: 0;
  }
}

.content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}
.content:after {
  content: " ";
  display: block;
  clear: both;
}

h2.question {
  color: #f78f1e;
  border-bottom: 2px solid #f78f1e;
  padding-bottom: 3px;
}

.main_content_noside p:first-child {
  margin-top: 0;
}

.main_content p:first-child {
  margin-top: 0;
}
@media (min-width: 500px) {
  .main_content {
    width: 55.88235%;
    float: left;
    margin-right: 5.88235%;
  }
}
@media (min-width: 650px) {
  .main_content {
    width: 64.70588%;
    float: left;
    margin-right: 5.88235%;
  }
}

@media (min-width: 500px) {
  .sidebar {
    width: 38.23529%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 650px) {
  .sidebar {
    width: 29.41176%;
    float: right;
    margin-right: 0;
  }
}
.sidebar div img, .sidebar div input[type="image"] {
  width: 100%;
  height: auto;
}

.home_text p {
  font-size: 18px;
}

/* Responsive YouTube Embeds */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-report-abuse {
  background-color: #aeb0b2;
  background-image: url(images/panels/report-abuse-anonymously.jpg);
  background-size: cover;
  background-position: center center;
  padding: 25px;
}
@media (min-width: 550px) {
  .panel-report-abuse {
    padding: 50px;
  }
}
@media (min-width: 750px) {
  .panel-report-abuse {
    padding: 100px;
  }
}
.panel-report-abuse .container h1 {
  color: #f2f2f2;
  font-size: 28px;
}
@media (min-width: 350px) {
  .panel-report-abuse .container h1 {
    font-size: 36px;
  }
}
.panel-report-abuse .container > div {
  background-color: rgba(242, 242, 242, 0.75);
  padding: 25px;
  margin-bottom: 1.20482%;
}
.panel-report-abuse .container > div p:first-child {
  margin-top: 0;
}
.panel-report-abuse .container > div p:last-child, .panel-report-abuse .container > div ul:last-child, .panel-report-abuse .container > div ol:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .panel-report-abuse .container > div {
    margin-bottom: 0;
  }
}

@media (min-width: 750px) {
  .col-left {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 750px) {
  .col-middle {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 750px) {
  .col-right {
    width: 32.53012%;
    float: right;
    margin-right: 0;
  }
}

.col:first-of-type {
  margin-bottom: 25px;
}
@media (min-width: 500px) {
  .col:first-of-type {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    margin-bottom: 0;
  }
}

@media (min-width: 500px) {
  .col:last-of-type {
    width: 49.39759%;
    float: right;
    margin-right: 0;
  }
}

.panel-donate {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  text-align: center;
}
.panel-donate:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 550px) {
  .panel-donate {
    padding: 50px;
  }
}
.panel-donate input[type="image"], .panel-donate img {
  width: 100%;
  height: auto;
}
.panel-donate p {
  margin-bottom: 0;
}

.panel-volunteer {
  text-align: center;
  background-image: url(images/panels/panel-volunteer.jpg);
  background-size: cover;
  background-position: center center;
  padding: 25px;
}
@media (min-width: 550px) {
  .panel-volunteer {
    padding: 50px;
  }
}
@media (min-width: 750px) {
  .panel-volunteer {
    padding: 100px;
  }
}
.panel-volunteer .container h1, .panel-volunteer .container p {
  color: white;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.panel-volunteer .container h1 {
  font-size: 36px;
  margin: 0;
}
.panel-volunteer .container p {
  font-size: 20px;
  margin: 0;
}
.panel-volunteer .container a {
  color: white;
}
.panel-volunteer .container a:hover {
  color: #f78f1e;
}

.panel-prevention {
  background-image: url(images/panels/panel-prevention.jpg);
  background-size: cover;
  background-position: center center;
  padding: 25px;
}
@media (min-width: 550px) {
  .panel-prevention {
    padding: 50px;
  }
}
.panel-prevention .container h1, .panel-prevention .container p {
  color: #f2f2f2;
}
.panel-prevention .container a {
  color: #f2f2f2;
}
.panel-prevention .container a:hover {
  color: #f78f1e;
}
.panel-prevention .container a.call {
  display: block;
  text-decoration: none;
  padding: 25px;
  background-color: #f78f1e;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .panel-prevention .container a.call {
    margin-bottom: 0;
  }
}
.panel-prevention .container a.call:hover {
  background-color: #c77416;
}
@media (min-width: 600px) {
  .panel-prevention .container a.call:nth-of-type(1) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 600px) {
  .panel-prevention .container a.call:nth-of-type(2) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 600px) {
  .panel-prevention .container a.call:nth-of-type(3) {
    width: 32.53012%;
    float: right;
    margin-right: 0;
  }
}

.panel-rescue {
  background-color: #f2f2f2;
  background-image: url(images/panels/panel-rescue.jpg);
  background-size: cover;
  background-position: center center;
  padding: 25px;
}
@media (min-width: 550px) {
  .panel-rescue {
    padding: 50px;
  }
}
.panel-rescue h1 {
  color: white;
}
.panel-rescue .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.panel-rescue .container:after {
  content: " ";
  display: block;
  clear: both;
}
.panel-rescue .container h1, .panel-rescue .container h2, .panel-rescue .container h3, .panel-rescue .container h4, .panel-rescue .container h5, .panel-rescue .container h6, .panel-rescue .container p {
  color: white;
}
.panel-rescue .container a {
  color: white;
}
.panel-rescue .container a:hover {
  color: #f78f1e;
}
.panel-rescue .container div:first-of-type {
  margin-bottom: 25px;
}
.panel-rescue .container div:first-of-type img {
  width: 100%;
  height: auto;
}
@media (min-width: 800px) {
  .panel-rescue .container div:first-of-type {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .panel-rescue .container div:last-of-type {
    width: 47.82609%;
    float: right;
    margin-right: 0;
  }
}

.panel-collaborate {
  background-color: #f2f2f2;
  padding: 25px;
}
@media (min-width: 550px) {
  .panel-collaborate {
    padding: 50px;
  }
}
.panel-collaborate .container h1, .panel-collaborate .container p {
  color: #646566;
}
@media (min-width: 600px) {
  .panel-collaborate .container div:nth-of-type(1) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 600px) {
  .panel-collaborate .container div:nth-of-type(2) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 600px) {
  .panel-collaborate .container div:nth-of-type(3) {
    width: 32.53012%;
    float: right;
    margin-right: 0;
  }
}
.panel-collaborate .container div {
  background-color: #f78f1e;
  padding: 25px;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .panel-collaborate .container div {
    margin-bottom: 0;
  }
}
.panel-collaborate .container div h2 {
  color: white;
  margin: 0;
}

.team {
  margin-bottom: 25px;
}
.team h3, .team h5 {
  margin-bottom: 0;
}
.team img.bio-photo {
  border-radius: 50%;
  margin-bottom: 10px;
}

.attachment-bio-thumbnail {
  float: right;
  margin: 0 0 10px 10px;
}

.proper_contact_form_wrap {
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #f2f2f2;
}
.proper_contact_form_wrap label {
  display: block;
  margin-bottom: 5px;
}
.proper_contact_form_wrap input[type="text"], .proper_contact_form_wrap input[type="email"], .proper_contact_form_wrap textarea, .proper_contact_form_wrap select {
  width: 100%;
  border: 1px solid #aeb0b2;
  padding: 5px;
  font-size: 18px;
  margin-bottom: 25px;
}
.proper_contact_form_wrap input[type="submit"] {
  background-color: #f78f1e;
  color: white;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: 0 none;
}
.proper_contact_form_wrap input[type="submit"]:hover {
  background-color: #c77416;
}

@media (min-width: 600px) {
  .contact_form {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
}

.contact_content p:first-child {
  margin-top: 0;
}
@media (min-width: 600px) {
  .contact_content {
    width: 47.82609%;
    float: right;
    margin-right: 0;
  }
}

footer.main {
  background-color: #333;
  border-top: 12px solid #c77416;
  text-align: center;
  padding: 25px;
}
footer.main p {
  font-size: 12px;
  color: white;
}
footer.main a {
  color: #f78f1e;
}
footer.main a:hover {
  text-decoration: none;
  color: #c77416;
}
footer.main a:active {
  color: white;
  text-decoration: none;
}

.footer-hotline {
  padding: 20px;
  background-color: #000;
}
.footer-hotline h2 {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 400px) {
  .footer-hotline h2 {
    font-size: 30px;
  }
}
.footer-hotline h2 span.non-emergency {
  color: #f78f1e;
}
