/*
Theme Name: Forest Hills 2020 Theme
Theme URI: www.wildcat-tech.com
Author: Parker Householder
Author URI: www.wildcat-tech.com
Description: This is the custom theme built by Parker Householder
Version: 0.0
*/

/* =================================================
                NAVIGATION BAR STYLE
================================================== */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
ul {
  padding-left: 0px;
  padding-right: 100px;
}
@media (max-width: 767px){
    ul {
      padding-right: 0px;
    }
    /*.navbar.awesome-nav li {
      border-bottom: 1px solid #b81124;
    }*/
}
#wpcf7-f569-o1 .container {
  max-width: 100% !important;
}
.provider-column {
    padding: 40px 0px 40px 40px;
    line-height: 36px;
    text-align: left;
}
.font-25 p a {
  font-size: 25px !important;
}
.staff-page img {
  border-radius: 100%;
}
.tab-content .col-md-9 {
  text-align: left;
}
.tab-content h3 {
    margin: 0;
}
.center { text-align: center; }
.navbar.awesome-nav {
  border-radius: 0;
  margin-bottom: 0;
  z-index: 10;
}
.navbar.awesome-nav .navbar-nav li a {
  padding: 45px 20px;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 300;
}
.navbar-nav > li > a {
  border-radius: 0px;
}
.navbar-nav > a {
  border-radius: 0px;
  float: left;
}
@media (min-width: 768px){
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  #logo-image {
    width: 300px;
  }
}
@media (max-width: 767px){
  .navbar.awesome-nav img {
    margin-top: 10px;
  }
  #logo-image {
    width: 200px;
  }
  .navbar-header button {
    margin-top: 30px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
/* =================================================
                NAVIGATION COLOR STYLE
================================================== */
.navbar-header .icon-bar {
  background-color: white;
}
.navbar-header button {
  border: 1px solid white;
}
.navbar.awesome-nav .navbar-nav li a {
  color: white;
  letter-spacing: 1.6px;
}
.navbar.awesome-nav li a:hover,
.navbar.awesome-nav li a:focus,
.navbar.awesome-nav li.active a,
.navbar.awesome-nav li a:active {
  color: #FEC543 !important;
  background: none !important;
  text-decoration: underline;
}
.navbar.awesome-nav {
  background-color: #5B193E;
  border: none;
}
#awesome-nav .container-fluid {
  background-color: #5B193E;
}

/* =================================================
                  ICON BOX STYLING
================================================== */
.icon-box .fa {
  color: white;
  font-size: 14rem;
  padding: 10% 0;
}
.package-box {
  background-color: #fff;
  padding: 10px 20px;
}
.package-box h1 {
  margin: 2rem 0;
}
.package-box ul {
  color: #333;
  padding-left: 20px;
}
@media (max-width: 991px){
  .col-md-4 {
      margin-bottom: 5%;
  }
  .center-on-mobile > .container > .row > .col-md-6 > p {
    text-align: center !important;
  }
}
.a-box {
  transition: all .1s ease;
}
.a-box:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.background-orange {
	background-color: #FF9A30;
}
.background-white {

}
.background-green {
	background-color: #0A8901;
}
.light-gray-bg {
  background-color: #f2f3f4;
}

/* =================================================
                SLIDER STYLING
================================================== */
.carousel-control .fa {
    top: 40%;
    position: relative;
    font-size: 4rem;
    color: #fec543;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  left: 0;
}
.carousel-inner img {
  width: 100%;
}
.item {
  height: 250px;
}

/* =================================================
                GOOGLE MAP STYLING
================================================== */
.acf-map {
  width: 100%;
  height: 400px;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.map-panel {
    position: absolute;
    z-index: 1;
    background: #fff;
    height: 400px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 20%;
    opacity: 0;
    display: none;
}
@media (min-width: 800px){
  .map-panel {
    width: 25%;
  }
}
@media (min-width: 992px){
  .bg-home {
    background: url(/wp-content/uploads/2020/02/the-way-website.png) center center;
    background-size: cover;
    background-position: 100% 100%;
  }
  .carousel-inner .item {
    color: white;
    text-align: center;
    padding: 40px 30%;
  }
}
@media (min-width: 450px) and (max-width: 799px){
  .map-panel {
    width: 50%;
  }
   #iconHomepage , #iconAboutUs{
  display:none;
  }
}
@media (max-width: 449px){
  .map-panel {
    width: 100%;
  }
  #iconHomepage , #iconAboutUs{
  display:none;
  }
}
.map-wrapper {
  position: relative;
}
.acf-map {
    border: 1px solid #ccc;
}
.map-panel i.fa.fa-times {
    position: absolute;
    right: 5px;
    top: 5px;
}
.map-panel i.fa.fa-times:hover, .map-panel i.fa.fa-times:focus {
    color: #ccc;
    cursor: pointer;
}
.slide-left {
  animation: slide_left .7s cubic-bezier(0.48, -0.98, 0.54, 1.94) forwards;
  -webkit-animation: slide_left .7s cubic-bezier(0.48, -0.98, 0.54, 1.94) forwards;
}
@keyframes slide_left {
  0% {
    opacity: 0;
    left: -200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* =================================================
                ACCORDION STYLING
================================================== */
.panel-heading a:hover, .panel-heading a:focus {
  color: #000;
}
.panel-body a {
  color: #5B193E;
  text-transform: uppercase;
  font-weight: bold;
}
.panel-heading a {
  text-decoration: none;
  color: #000;
}
.panel-group .panel {
  border-radius: 0px;
  box-shadow: none;
  background: transparent;
}
.panel-group > .panel-default .panel-body {
  border-top: none !important;
  padding-top: 0px;
}
.panel-default > .panel-heading {
  background-image: none;
  background-color: transparent;
}
.panel-heading:hover {
  cursor: pointer;
}

.padding-5 .container-fluid {
  padding: 0 5%;
}

footer {
  background-color: #5B193E;
  color: white;
}
footer a {
    display: block;
    padding: 10px;
    font-weight: 300;
    letter-spacing: 1.6px;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
}
.padding-12 {
  padding-right: 12%;
}
footer a:hover, footer a:focus {
  color: #FEC543 !important;
  text-decoration: underline !important;
}
p {
  font-size: 18px;
}
.padding-0 {
  padding: 0px !important;
}
.padding-25 {
  padding: 50px !important;
  font-size: 1.2em;
  color: #58595b !important;
  line-height: 1.9em;
}
.padding-25 a {
  color: #999;
  opacity: 0.7;
}
.padding-25 a:hover {
  color: #999;
  text-decoration: none;
}
.calendar-section iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -17px;
}
.home_action_button {
  color: #ffffff;
  background-color: #e08a3c;
  border-color: #e08a3c;
}
.bg-orange .home_action_button {
  background-color: #86c9be;
}
.home_action_button {
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.entry-content .cont_inpt {
    padding: 12px;
    border: none;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.no_contact_map .entry-content .cont_inpt, #layer_cntct_math {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content textarea, .entry-content input, .page_contact_wrap.layer_wrapper.has_contact_map .contact_verify {
    font-size: 16px;
}
.home_action_button:hover, .home_action_button:focus {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}
.social_bookmarks.bookmark_round a {
    border: 1px solid;
    border-radius: 50%;
    height: 18px;
    width: 23px;
    text-align: center;
    padding-top: 4px;
    margin-right: 5px;
    padding: 4px 0 0 0;
}
.social_bookmarks a[href^="http"] {
    display: inline-block;
}
.social_bookmarks.bookmark_round.bookmark_size_normal {
  position: absolute;
  top: 20px;
  right: 10%;
}
.foot_soc .social_bookmarks.bookmark_round a {
    height: 31px;
    width: 31px;
}
footer a:focus, footer a:hover {
  text-decoration: none;
  color: #999;
}

/* =================================================
                  ARTICLE STYLING
================================================== */
label[for="comment"], .logged-in-as {
    display: none;
}

/* =================================================
                  STYLE CONSTANTS
================================================== */
* {
  font-family: 'Josefin Sans', sans-serif;
}
.full-width {
  padding-right: 0px;
  padding-left: 0px;
}
.section-padding {
  padding: 80px 0px;
  font-size: 1.6rem;
}
h1 {
  color: #0E3A40;
  font-weight: 300;
  font-size: 5rem;
  line-height: 6rem;
  margin-bottom: 20px !important;
  margin-top: 10px;
  font-family: 'Lora', serif;
}
h2 {
  color: #25656D;
  font-weight: bold;
  font-size: 4rem;
}
.section-padding .h3-orange h3 {
  color: #F05234;
}
.font-12 p, .font-small {
  font-size: 16px !important;
}
.bg-blue-green {
  background-color: #99c4b9;
}
.bg-light-blue {
  background-color: #EBF4F2;
  color: #494666;
}
.bg-light-blue h1, .bg-image h1 {
  color: white;
}
.hero-content {
  padding: 80px 0px;
  color: white;
}
.hero-content p {
  padding-right: 12%;
  font-size: 18px;
}
.hero-content h1 {
  color: #FEC543;
}
.home-page .row {
  padding: 0 5%;
}
.weight-image img {
  padding: 15px 0px;
}
.bg-image {
  background: url(/wp-content/uploads/2020/01/Brentwood.ForestHillsU.1974MPMollerI.20161001.102114.png) center center;
  background-size: cover;
}
.bg-image h1 {
  color: #5B193E;
}

.width-60 {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .width-60 {
    width: 100%;
  }
}

.hero-content a {
  white-space: nowrap;
  display: inline-block;
  margin: 5px 0px;
}

section .panel-title a {
  background-color: transparent;
  padding: 0px;
  color: #F05234;
  text-decoration: none;
}
section .panel {
  border-radius: 0px;
  border: none;
}

.section-padding a {
  text-decoration: underline;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-weight: 700;
  color: #5B193E;
}

/* @media (min-width: 992px) and (max-width: 1800px) {
  .section-padding a {
    float: left;
    margin-top: 10px;
  }
} */

@media (max-width: 992px) {
  .carousel-control {
    display: none !important;
  }
}

.green-button, .orange-button, .purple-button, .yellow-button,
.gold-button, .purple-outline-button, .yellow-outline-button,
.white-outline-button {
  padding: 20px 35px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
  margin: 5px 0px;
}

.purple-button {
  color: white !important;
}

.orange-button {
  background-color: #F05234;
  color: white !important;
}

.white-outline-button:hover {
  color: white;
  opacity: 0.8;
}

.purple-outline-button {
  color: #5B193E;
  border: 1px solid #5B193E;
  background-color: transparent;
}

.green-button {
  background-color: #25656D;
  color: white !important;
}

.white-outline-button {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}

.yellow-outline-button {
  color: #FEC543;
  border: 1px solid #FEC543;
  background-color: transparent;
}

.purple-outline-button:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #5B193E;
}

.yellow-outline-button:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #FEC543;
}

.yellow-button {
  color: black;
  background-color: #FEC543;
}

.gold-button {
  background-color: #CAB786;
  color: white !important;
}

.yellow-button:hover {
  color: black;
  opacity: 0.8;
}

.gold-button:hover {
  color: white;
  opacity: 0.8;
}

.green-button, .orange-button, .purple-button, .gold-button {
  color: white;
}

.orange-button:hover {
  color: white;
}

.purple-button {
  background-color: #5B193E;
}

.section-padding a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.section-padding h3 {
  color: #25656D;
  font-weight: 700;
  letter-spacing: 1.6px;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 5px;
}
.color-999999 {
  color: #999999;
}
.bg-gray {
  background-color: #EAEAEA;
}
.bg-gray h1 {
  color: #000;
}
.bg-tan {
  background-color: #F8F0E6;
}
.bg-tan h1 {
  color: #5B193E;
}
.padding-3 {
  padding: 3%;
}
.bg-green {
  background-color: #25656D;
  color: white;
}
.bg-green h2 {
  color: #FEC543;
}
.bg-orange h1 {
  color: white;
}
.bg-orange {
  background-color: #df893c;
  color: white;
}

.bg-green h1 {
  color: #FEC543;
}
.bg-image input {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}
.bg-image input, .bg-image textarea {
    font-size: 18px;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #fff;
    background-color: #fff;
    width: 100%;
    margin: 10px 0px;
    float: none;
    box-sizing: border-box;
}
.bg-image h1 {
  color: #494666;
}
.purple {
  color: #494666 !important;
  font-weight: bold;
}
.bg-image .wpcf7-submit {
    border: none;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    color: white;
    background-color: #494666;
}

.contact-section.section-padding a {
  padding: 0px;
  background-color: transparent;
  text-decoration: underline;
  color: #25656D;
}

input, textarea, select {
    width: 100%;
    margin: 7px 0px;
    padding: 15px;
    border: 1px solid #000;
    color: #df893b;
}
select {
  -webkit-appearance:none;
}
input::placeholder, textarea::placeholder {
  color: #CBCBCB;
}
input[type="submit"] {
    background-color: #F05234;
    border: none;
    color: white;
    letter-spacing: 1.6px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
    opacity: 0.7;
}
.tab-pane {
  text-align: center !important;
}
.popover {
  max-width: 600px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  background-color: #e29d2f;
  border: none;
  color: white;
}

#myBtn:hover {
  background-color: #99c4b8; /* Add a dark-grey background on hover */
}
#iconHomepage img{
    position: relative;
    top: 24px;
    float: right;
}
#iconAboutUs img{
    position: relative;
    top: 277px;
    float: right;
}
.margin-top-80 {
  margin-top: 80px;
}
li#menu-item-1108 a {
    padding: 5px 10px;
    background: #df893c;
    color: white;
    margin: 26px 0px;
    border: 2px solid #df893c;
}
li#menu-item-1306 a {
    padding: 5px 10px;
    border: 2px solid #df893c;
    color: #333;
    margin: 26px 0px;
}
li#menu-item-1306 {
    margin-left: 10px;
}
.social-media-links {
    position: absolute;
    right: 5%;
    top: 33px;
}
.social-media-links a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.social-media-links a:hover {
  color: #df893c;
}
span.wpcf7-list-item {display: block;}

input[type="checkbox"] {
    display: inline-block;
    width: 10px;
    margin-right: 10px;
}
img.size-full.wp-image-1794.aligncenter, img.alignnone.size-full.wp-image-1847.aligncenter {
    margin-top: 10px;
}
.wayfinder-box img {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);]
}
.wayfinder-box img:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
