/*
 Theme Name:	InSitu
 Description:	Child theme for HighEnd
 Author:		Eric Hassler
 Author URI:	http://erichassler.com
 Template:		HighendWP
 Version:		1.0.0
 Tags:			Responsive, Page-Builder, Drag&Drop, Clean, Modern, Corporate, Multi-Purpose, Multi-Color
 Text Domain:	hbthemes
*/

@import url("../HighendWP/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.home #main-content .col-12.hb-main-content { padding-bottom: 0; margin-bottom: 0; }
.home #main-content { padding-top: 0 !important; }


/* Top Bar
---------------------------------------------*/
#top-custom-link-widget a { color: #c50000; }


/* Main Nav
-------------------------------------------------------------- */
/* body #main-wrapper .main-navigation #main-nav li a:hover { color: #ba8748 !important; }   */
body #main-wrapper .main-navigation #main-nav > li > a:hover { color: #295998 !important; }
body #main-wrapper .main-navigation #main-nav > li.current-menu-item > a { color: #12478d !important; }
/* body #main-wrapper .main-navigation #main-nav { line-height: 30px !important; margin-top: 115px; } */


.intro p,
.intro-light p {
	font-size: 160%;
	line-height: 1.8;
	margin-bottom: 34px !important;
}

.intro-light p { color: #fff; opacity: .7; }

.allcaps p,
.allcaps h2,
.allcaps h3,
.allcaps h4,
.allcaps h5,
.allcaps h6 { text-transform: uppercase; }

.vc_separator.vc_sep_color_grey .vc_sep_line { border-color: #e9e8e7 !important; }


/* Our Dogs
---------------------------------------------*/
.dog-box  { margin-bottom: 40px; }

#main-content .dog-box .hb-box-cont {    
	border: 0 !important;
	padding-bottom: 10px;
}

#main-content .dog-box .wpb_content_element { margin-bottom: 0 !important; }

#main-content .dog-box .wpb_wrapper {
    overflow: hidden;
    border: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.dog-nose-fact {
	 border: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	padding: 30px 20px 35px !important;
}




/* Home Slider
---------------------------------------------*/
.home #slider-section { margin-bottom: -1px; }


.home-full-slider { 
	padding: 60px; 
	background-color: rgba(0,0,0,.4); 
	border-radius: 5px;
}

.home-full-slider h2 {
	font-family: Lato;
	color: #fff !important;
	letter-spacing: 0 !important;
	font-weight: 600 !important;
	margin-bottom: 50px !important; 
}

.home-full-slider .hb-button {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-full-slider a.hb-button:hover {
	background-color: #000 !important;
}




/* FAQ
---------------------------------------------*/
p.answer {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 35px;
	padding-right: 12px;
	margin-bottom: 35px;
}




/* Blog
---------------------------------------------*/
.post-content h2.title {
	font-size: 22px !important;
	line-height: 28px !important;
	letter-spacing: 0 !important;
}


/* .player .title { display: none !important; } */

.page-template-page-blog #player .title a { color: red !important; }



/* Blog - Single Format = Link
---------------------------------------------*/
.single-format-link h1.entry-title { display: none; }



/* ShareThis
---------------------------------------------*/
.sharethis-top .sharethis.top { display: block; }
.sharethis-bottom .sharethis.bottom { display: block; }
.sharethis { display: none; }
.single-post .sharethis.blog { display: block; }

.sharethis .label { 
	margin-right: 15px; 
	font-size: 13px;
	text-transform: uppercase;
	color: #999;	
}

.sharethis.top {
	text-align: right; 
	margin-bottom: 15px; 
}

.sharethis.bottom {
	text-align: center;
	margin: 20px 0;
	padding-top: 30px; 
	border-top: 1px dotted #ccc;
}

.sharethis.blog {
	margin: 20px 0; 
	padding: 12px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

/* Hide the counts */
.stButton_gradient.stHBubble { display: none !important; }



/* Checkout
---------------------------------------------*/
.checkout #customer_details { display: none; }
.woocommerce-checkout .woocommerce-info { display: none; }
.woocommerce-checkout .place_order { text-align: center; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { float: none; }
.woocommerce-checkout h3.hb-heading { border-bottom: 1px solid #d3ced2; }

/* Donations single
---------------------------------------------*/
.postid-288 .main-row { padding-bottom: 80px; }

/* Training Certification Application
---------------------------------------------*/
.one-third{
  width:32%;
  float:left;
}
.m-right{
  margin-right:2%;
}
.wpcf7-form-control.wpcf7-textarea {
    height: 50px;
}
span.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
    margin: 3px 0;
}
@media all and (max-width:767px){
  .one-third{
    width:100%;
    float:left;
  }
  .m-right{
     margin-right:0;
   }
   .d-img, .d-form{
      width:100% !important;
    }
}
.d-img{
  float:left; 
  width:50%;
}
.d-form{
  float:left;
  width:50%;
}
@media all and (max-width:1260px){
  .d-img{
     width:48%;
  } 
  .d-form {
     float: left;
     width: 50%;
     margin-left: 2%;
   }
}
@media all and (max-width:567px){
   .d-form .qpp-style.donation {
      width: 100% !important;
  }
}