/*
 Theme Name:   Quest Examone Child
 Theme URI:    http://localhost:82/quest-examonewp/quest-exam-one-child/
 Description:  Quest Examone child theme
 Author:       Cassie Hamlin
 Author URI:   http://wakefly.com
 Template:     quest-exam-one
 Version:      1.0.0
 Tags:         
 Text Domain:  quest-exam-one-child
*/

/*blog paging*/
.paging-next {
  float: right;
}
.paging-prev {
  float: left;
}
.paging a {
  display: inline-block;
  color: #357a2a;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.79;
  font-size: 0.85em;
}
.paging a:hover {
  color: #c9d337;
}

/*gravity forms*/
.gform_wrapper .gform_body .gfield select {
  -webkit-appearance: menulist;
  background: #ffffff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.gform_wrapper .gform_body gfield_label {
  font-weight: 400 !important;
}
.gform_wrapper .gform_body .gfield-address label {
  font-weight: 400 !important;
}
.gform_wrapper .gform_body .gfield-address .address_zip {
  width: 25%;
  display: inline-block;
  margin-right: 15px;
}
.gform_wrapper .gform_body .gfield-address .address_country {
  width: 30%;
  display: inline-block;
}
.gform_wrapper .gform_button.button {
  display: inline-block;
  color: #276020;
  text-transform: uppercase;
  background: #c9d337;
  font-weight: 700;
  line-height: 1.79;
  font-size: 0.85em;
  padding: 8px 19px;
}
.gform_wrapper .gform_button.button:hover {
  color: #c9d337;
  background: #276020;
}
.gform_wrapper input {
  width: 100%;
  padding: 4px;
  max-height: none !important;
  border-radius: 0;
  border: 1px solid #9d9b9b;
}

.gform_wrapper .custom-radio + label {
  cursor: pointer;
  visibility: visible;
  font-weight: 400;
  padding-bottom: 5px;
}

/*homepage slider dots colors and size*/
.bx-pager {
  list-style: none outside none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -422px;
}
.bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}
.slider-intro .bx-controls .bx-pager-item a {
  display: inline-block;
  background-color: #276020;
  color: #c9d337;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-indent: -4000px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-intro .bx-controls .bx-pager-item a:hover,
.slider-intro .bx-controls .bx-pager-item a.active {
  background-color: #c9d337;
  color: #276020;
}
.slider-intro .bx-controls .bx-pager-item + .bx-pager-item {
  margin-left: 0px;
}
.slider-intro .bx-controls .bx-pager-item a {
  width: 8px;
  height: 8px;
}
.slider-intro .bx-wrapper .bx-controls-direction {
  display: none;
}

/*homepage tabs styling */
/* Happening Now Tab Styling */
.news_tab_post h3 {
  font-weight: 700 !important;
  font-size: 1em !important;
  color: rgb(87, 87, 90);
  margin-bottom: 20px !important;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .news_tab_post_title {
    height: 35px !important;
  }
  .news_tab_post_desc {
    height: 112px !important;
  }
}
@media (max-width: 767px) {
  #tab0 .slide h3 {
    margin-bottom: 5px !important;
    margin-top: 10px;
  }
  #tab0 .slide {
    margin-bottom: 20px !important;
  }
  #tab0 .slide .btn-green {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
.hungryfeed_feed_description {
  display: none;
}
.hungryfeed_feed_title {
  display: none;
}
.news_tab_post_title {
  font-weight: 700;
  font-size: 1em;
  color: rgb(87, 87, 90);
  margin-top: 5px;
}
.news_tab_post_desc {
  font-size: 0.85em;
  color: rgb(87, 87, 90);
  font-size: 0.85em;
  overflow: hidden;
}

/*general tabs styling*/
.tabs-nav li a {
  font-size: 0.85em !important;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .tab .slide h4 {
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tab .slide p {
    height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*Features heights*/
@media (min-width: 830px) {
  .slider-features .slide h3 {
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slider-features .slide p {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slider-features .slide h3 + p {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) and (max-width: 830px) {
  .slider-features .slide h3 {
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slider-features .slide p {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slider-features .slide h3 + p {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .list-pages + .list-pages {
    vertical-align: top;
  }
}

.bx-wrapper .bx-viewport {
  z-index: 0;
}

/* Hide slider until pageload */
/*.slider-intro { display:none; }*/

/*.nav-secondary > .container > ul > li:nth-child(4) > .sub-menu > li {float:right; padding: 0 5% 0 6% !important;}*/

@media (min-width: 768px) {
  /*.nav-secondary > .container > ul > li:nth-child(4) > .sub-menu > li:first-child {
        padding-left: 5% !important;
    }*/

  /*.nav-secondary > .container > ul > li:nth-child(2) > .sub-menu > li:first-child {
        margin-left: 150px;
    }*/

  .nav-secondary > .container > ul > li > .sub-menu > li > a {
    color: #357923;
    font-weight: bold;
  }
}
/*.nav-secondary > .container > ul > li:nth-child(4) > .sub-menu > li + li:before{
	width: 0px;
    }*/

/*.nav-secondary > .container > ul > li:nth-child(4) > .sub-menu > li:first-child:before{
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        background: rgba(91, 91, 91, 0.28);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
  }*/

/*.nav-secondary > .container > ul > li:nth-child(4) > .sub-menu > li:nth-child(2){
	text-align: right; padding-right: 70px!important;
    }*/

@media (min-width: 320px) {
  .menu-log-in-navigation ul li {
    padding-left: 0px;
  }
}

.menu-log-in-navigation-container .menu li ul li {
  padding-left: 0px;
}

@media (min-width: 320px) and (max-width: 440px) {
  .slider-events .slides .slide img {
    width: 100%;
    height: auto;
  }
}

/* Hanna OL styling */
ol {
  list-style-type: decimal !important;
  margin-left: 30px !important;
  color: #474343;
}

/* H2 Padding */
h2 {
  padding-bottom: 20px;
}

/* sitemap */

#wpseo_sitemap #sitemap_pages > h3 {
  display: none;
}
#wpseo_sitemap #sitemap_pages li ul {
  margin-left: 25px;
}
#wpseo_sitemap #sitemap_pages ul {
  list-style: none;
}
#wpseo_sitemap ul li ul {
  margin-left: 30px;
}
