/*
Theme Name: Motive Child
Theme URI: http://theme-sphere.com/
Description: A child theme of Motive
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: motive
Version: 1.0
*/

@import url("../motive/style.css");

body,
body.boxed {
    background-image: url('images/light-wool.jpg') !important;
}

.comment-count {
    display: none !important;
}

.about-widget img {
  max-width:75%;
}

.top-bar .menu {
	float:right;
    margin-right:12px;  
}

.single-interview a.woocommerce-LoopProduct-link {
  display:none !important;
}

.button.product_type_simple.add_to_cart_button {
  color:#fff;
  background-color: #B93434;
  border-radius: 0px;
}

.button.product_type_simple.add_to_cart_button:hover {
    color: #fff;
    background-color: #161616;
}

.single-interview .woocommerce ul.products li.product {
 margin-bottom:0;
}

.access-box {
    padding:1em;
    border:3px solid #ccc;
    text-align:center;
    background-color: #F4F4F4;
}

.access-box .woocommerce ul.products {
  text-align:center;
}

.access-box .woocommerce ul.products li.product {
  text-align:center;
  display:inline-block;
  float:none;
  margin:0 auto;
}

.print-features {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

/* First to know widget
body.right-sidebar .sidebar #text-5 .section-head .title,
.home .sidebar #text-4 .section-head .title {
    background-color: #b93434;
}

body.right-sidebar .sidebar #text-5 .section-head,
.home .sidebar #text-4 .section-head {
	border-bottom-color: #b93434;
}
*/

#customer_details .woocommerce-shipping-fields {
    display: none !important;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #B93434;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #BA282B;
}

.main-footer {
    position: relative;
}

.post-interview-cta {
    padding: 1em 0;
    border-bottom: 3px solid #B93434;
    overflow: hidden;
}

.post-interview-cta-col-left {
    float: left;
    width: 25%;
}

.post-interview-cta-col-right {
    float: left;
    width: 75%;
}

@media (max-width:375px) {
    
    .post-interview-cta-col-left {
        float: left;
        width: 50%;
    }
    
    .post-interview-cta-col-right {
        float: left;
        width: 100%;
    } 
 
}

.post-interview-cta h3 {
    margin-bottom: 1em;
    font-weight: bold;
    font-style: italic;
}

.post-interview-cta a.button {
    background: transparent !important;
}

.post-interview-cta a.button {
    padding: 0 !important;
    height: 64px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
}

.post-interview-cta a.button span {
    display: inline-block;
    line-height:36px;
    font-size: 18px;
    padding: 0.75em 1.25em;
    float: left;
    background:#B93434;
    height: 64px;
}

.post-interview-cta a.button:hover span {
    background: #8F2A2C;
}

.post-interview-cta a.button i {
    display:inline-block;
    background: #8F2A2C;
    font-size: 32px;
    padding: 0.5em 0.5em;
    overflow: hidden;
    float: left;
    height: 64px;
}

.post-interview-cta a.button:hover i {
    background: #752327;
}


.post-interview-cta img {
    margin-right: 2em;
    max-width: 100px;
    float: left;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.owl-carousel .owl-item a {
    overflow:hidden; 
    background: #000;
    max-height: 360px;
    display: block;
}
    
.owl-carousel .owl-item img {
/*     max-height: 360px; */
    width: 100%;
    height: auto;
    
}

