/*
	Theme Name: Master Study for TESOL Direct
	Theme URI: http://stylemix.net
	Description: MasterStudy Child Theme
	Author: Stylemix LLC
	Author URI: http://stylemix.net
	Template: masterstudy
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
	Text Domain: masterstudy-child
*/

.remove-right-border .sidebar-area:after{
    background-color: #fff;
}
.page-id-1906 .stm_breadcrumbs_unit,
.parent-pageid-1906 .stm_breadcrumbs_unit {
    margin-bottom: 30px;
}

#habla_window_div textarea {
    min-height: initial !important;
    padding: 5px !important;
}
.home .testimonials_main_title {
    color: #fff;
}
.home .testimonials-inner-title {
	color: #eab830;
}
.home .testimonial_inner_wrapper:hover .testimonial_inner_content p {
    color: #fff;
}
.home .post_list_main_section_wrapper .post_list_inner_content_unit_left {
    margin-left: -20px;
}
.fa.fa-shopping-cart {
    font-size: 14px;
}
.fa.fa-shopping-cart.cart-populated{
    color:#eab830;
}
.coupon .button,
.button.update-cart
 {
    background-color: #48a7d4;
}
.stm_archive_product_inner_unit 
.stm_archive_product_inner_unit_centered 
.stm_featured_product_price .price,
.stm_featured_product_show_more .btn.btn-default,
.stm_featured_product_show_more .btn.btn-default:hover,
.button,
.button:hover,
.see_more a:after,
.see_more a:hover{
	background-color: #B50E0E;
}
.single_add_to_cart_button.button,
.single_add_to_cart_button.button:hover{
    background-color: #10c45c;
}
.button{
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.button:hover {
    box-shadow: none;
}
.see_more a{
	border: 2px solid #B50E0E;
}

.entry-header {
    background-color: #eab830;
    padding:0;
}
.product_list_widget li ins {
    display: inline;
    text-decoration: none;
}
.archive-course-title{
	display: none;
}
.sidebar-area h2.testimonials_main_title {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar-area .testimonials_control_bar_top {
    margin-bottom: 20px;
    border-bottom: none;
}
.sidebar-area .testimonials_control_bar_top .testimonials_control_bar {
    display: none;
}
.sidebar-area div.multiseparator {
    margin: 0px 0 30px;
}
.job_filters input[type=text]{
	background: #ffffff;
}
ul.job_listings li.job_listing div.position {
	font-size: 16px;
	height: auto;
}
.job_listing date,
.single_job_listing .date-posted {
    display: none;
}
.stm_woo_archive_view_type_list .votes_num,
.average_rating .average_rating_num,
.detail_rating_unit .value,
.meta-unit.xs-text-left .value {
    display: none;
}
.stm_featured_product_stock{
	display: none !important;
}
.see_more a,
.see_more a:hover {
    background-color: #B50E0E;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.stm_product_meta_single_page {
    border-bottom: none;
	margin-top: 0;
	padding-top: 35px;
}

ul li a {
    color: #48a7d4; 
    font-size: 14px;
}

body .stm_product_meta_single_page.right {
	margin-left: 0;
}

body .sidebar-area.sidebar-area-right:after,
body .vc_sidebar_position_right > .wpb_wrapper:after,
body .sidebar_position_right:after {
	display: none;
}

.product-image-text {
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	text-align: center;
	font-size: 14px;
}

.product-image-text .inner {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.product-image-text .inner > :first-child {
	margin-top: 0;
}

.product-image-text .inner > :last-child {
	margin-bottom: 0;
}

.product-image-text h2,
.product-image-text h3,
.product-image-text h4,
.product-image-text h5,
.product-image-text h6 {
	text-transform: uppercase;
	color: #fff;
}

.product-image-text h2 span,
.product-image-text h3 span,
.product-image-text h4 span,
.product-image-text h5 span,
.product-image-text h6 span {
	color: #eab830;
}

/*.sidebar-area-right .testimonials_control_bar {
    margin-top: 0px;
}
.sidebar-area-right .testimonials_control_bar_top {
    margin-bottom: 5px;
}*/
.sidebar-area-right .testimonial_inner_wrapper {
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 5px;
}
.sidebar-area-right .testimonial_inner_content:before {
    float: left;
    font-size: 700%;
    height: 45px;
    margin-bottom: -42px;
    margin-top: 0;
    padding-top: 22px;
    padding-right: 10px;
    font-style: normal;
    font-family: Garamond,Georgia,"Times New Roman",serif;
    content: '\201C';
}
#comments .comment-text .meta{
    display:none;
}
/*.sidebar-area .shop-sidebar .widget:first-child{
        margin-top: 0px;
        padding-top: 0px;
}
*/

/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 767px) {
.table-responsive>.table>tbody>tr>td {
    white-space: normal;
}
.cart_item .attachment-shop_thumbnail{
    display:none;
}
}
@media screen and (max-width: 600px) {

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table, 
.woocommerce-page table.shop_table thead, 
.woocommerce-page table.shop_table tbody, 
.woocommerce-page table.shop_table th, 
.woocommerce-page table.shop_table td, 
.woocommerce-page table.shop_table tr { 
    display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.woocommerce-page table.shop_table tr { 
    /*border: 1px solid #d2d3d3; */
}

.woocommerce-page table.shop_table td { 
    /* Behave  like a "row" */
    border: 1px solid #d2d3d3; 
    position: relative;
    padding-left: 30% !important; 
}

.woocommerce-page table.shop_table {
    border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
}

.woocommerce-page table.shop_table td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
}

.woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
}

.woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
}

.woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
}

.woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
    margin: 0;
}

.woocommerce .shop_table > tbody > tr td.product-quantity{
    width: auto;
}

.woocommerce-page table.cart td.actions, 
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border:0;
    padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt, 
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
}

.woocommerce-page table.cart td.actions div, 
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input, 
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th, 
.woocommerce-page .cart-collaterals .cart_totals td {
    border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border:0 !important;
}

.woocommerce-page table.shop_table tbody {
    padding-top: 10px;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce .order_details ul, 
.woocommerce-page .order_details ul,
.woocommerce .order_details, 
.woocommerce-page .order_details {
    padding:0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border:0;
}

}

/* END Make the cart table responsive */

/* Fade in lazy loaded images */
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}


/* On Sale Products */
.stm_featured_product_image_list {
	position: relative;
}

.stm_sale_label {
	position: absolute;
	border-radius: 50%;
	right: 15px;
	background: #FDC735;
	z-index: 100;
	color: white;
	width: 60px;
	height: 60px;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	top: 10px;
	font-weight: bold;
}

.stm_sale_label:after {
	content: "SALE";
}