/*
 Theme Name:  Haswell Child
 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_haswell
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp_haswell_child
*/

/* Career Page */

.page-template-career-page div#page-title {display: none;}

.career-banner {
    background-size: cover;
}

.career-banner-text-wrap.container {
    padding-top: 80px;
    padding-bottom: 90px;
}

.career-banner-text-wrap h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
}

.career-banner-text-wrap h2, .career-banner-text-wrap h3 {
  text-align: center;
  color: #fff;
}

.career-page .container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.career-page .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    /* background-color: #fff; */
    border: none;
    border-ra: 0;
    border-radius: 0;
    ransition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.career-page .thumbnail a>img, .career-page .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.career-page .row:nth-child(even) {background: #efefef}

.career-page h2.cms-heading-inner {margin-bottom: 40px;}

img.testimonial-headshot {
    margin-top: 20px;
    border-radius: 100%;
    width: 100px;
}

.carousel-inner blockquote { border-left: none; }

img.benefit-icon {
    margin: 0 auto;
    display: block;
}

p.benefit-title {
    text-align: center;
    font-size: 24px;
}

.container.benefits-section {margin-bottom: 80px;}

.career-page .benefit-wrap .row:nth-child(even) {background: #fff;}

/* *********** */


body.home.cms-header-sticky {
    margin-top: 0;
}
.single-format-standard body.single-post .cms-blog-item .entry-meta .entry-author {display: inline-block!important;}

body.home #cshero-header.header-fixed-page,
body.single-post .cms-blog-item .single-format-link .entry-meta .entry-author,
body.single-post .cms-blog-item .single-format-link .entry-meta .entry-terms,
body.single-post .cms-blog-item .entry-footer .entry-comment,
body.single-post .cms-blog-item .entry-footer .entry-like,
body.single-post .entry-author-wrap,
body.single-post .work-all {
    display: none;
}

body.home #cshero-header.header-fixed-page.header-fixed {
    display: block;
}

.entry-content > .vc_row-fluid .vc_row-fluid.fixed-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.entry-content > .vc_row-fluid .vc_row-fluid.fixed-bottom .vc_column_container.vc_col-sm-6 {
    text-align: center;
    padding: 10px 0;
}

/* Woocommerce Order Page Fix */

table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead {
  display: table-header-group!important;
}

.woocommerce a.button.alt {background-color: #d76429;}

.woocommerce a.button.alt:hover {
    background-color: #97999c;
}

input#terms {
    /* float: right; */
    position: relative;
    display: inline-block;
    margin: -2px 8px 0 15px;
}

.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    margin: 10px 0 0 0px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin: -59px 10px 10px 0;
}
.category-digital-health-news .page-sub-title {
    display: none;
}
.hidden-label > label {display:none !important;}
.hidden-label input {margin-top:0 !important;}

.checkbox.optin-box {
	margin-left: 40px;
    display: inline-block !important;
    margin-top: 0;
}
.checkbox.optin-box input{
	margin-left: -25px !important;
    top: 12px;
}
.optin-label-wrap {display: none !important;}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {margin-bottom:0 !important;}

#payment .optional {display:none;}


@media screen and (max-width: 992px) {
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
      margin: 0px 10px 10px 15px;
      float: left;
  }
}

@media screen and (max-width: 767px) {
    .entry-content > .vc_row-fluid .vc_row-fluid.fixed-bottom .vc_column_container.vc_col-sm-6 {
        text-align: left;
    }

    table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead {
      display: none!important;
    }
}
