@charset 'utf-8';
/*
  Theme Name: Honor Child
  Theme URI: http://honor.ancorathemes.com/
  Description: Honor - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: honor
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  honor
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


/*changes the menu and top menu collors */
.sc_layouts_row_type_narrow{
	background-color:#fff !important;
}
.top_panel.with_bg_image::before{
	background: rgba(0, 0, 0, 0.7) !important;
}

/*changes the course_single_template page header display to get hidden*/
.courses_page_meta_wrap {
	display: none !important;
}
.courses_single .courses_page_header{
	display: none !important;
}
/*changes the course widget title size*/
.sc_courses_default {
	font-size: 1.750em !important;
	text-align: center !important;
}
/*removes the courses widget meta and price*/
.sc_courses_item_meta{
	display: none !important
}
.sc_courses_item_price{
	display: none !important;
}

/*changes the mobile menu color scheme*/
.menu_mobile_inner {
	color: #fff !important;
}
/*changes the menu block min height*/
.with_bg_image {
   min-height: 1em !important;
}
/*changes the plans price box behavior*/
.sc_price_item .sc_price_item_info {
  padding: 0.3em 0.5em .025em 1.5em;
}
.sc_price_item_subtitle {
	hyphens: none !important;
}
@media (max-width: 479px) {
  .sc_price_item_details {
    display: block !important;
		font-size: 14px !important;
		text-align: left;
  }
	.sc_price_item .sc_price_item_info {
  padding: 0.8em 0.3em 0.3em 1.5em !important;
}
.sc_item_title {
    hyphens: none !important;
	}
.sc_icons_size_large .sc_icons_item_title {
	font-size: 1.5em !important;
	}
/*.mobile_less_margin {*/
/*	margin-left: -40px !important;*/
/*   margin-right: -40px !important;*/
/*	}*/
	
.mobile_5_padding_left{
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	}
/* .content_wrap, .content_container {*/
/* 	width: 100% !important; */
/* 	}  */
.tribe-common .tribe-common-l-container {
    padding-left: 5px;
    padding-right: 5px;
  }
.tribe-events-view {
  position: relative;
  width: 130%;
  margin-left: -40px;
  margin-right: -40px;
}

.team_member_page{
    margin: 0 -40px;
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
    padding: 10px 0px 20px;
    margin: 0 -40px;
}
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    display: block !important;
}

.sc_courses_default .sc_courses_item_title {
  text-align: center;
	}
.mobile_text_left {
	text-align: left !important;
}
.top_panel.with_bg_image {
    min-height: 1em;
  }
.row, .columns_wrap, .trx_addons_columns_wrap {
    margin-right: -60px !important;
    margin-left: -40px !important;
}

.sc_courses_item_categories {
    display: none !important;    
}

.related_wrap, .comments_list_wrap, .comments_form_wrap {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  
.sc_courses_default .sc_courses_item .sc_courses_item_info {
    padding: 0.8em 0.8em 0.65em !important;
}

.pmpro_form {
    margin-left: -40px !important;
    margin-right: -40px !important;
}

  
  
}

.custom_list {
    list-style-position: inside;
    list-style: circle !important;
    text-align: left;
    padding-left: 10px;
}

/* Hides the Add to Cart Shop Catalog Button */
.woocommerce ul.products li.product .post_data_price .add_to_cart_button {
    display: none !important;
}

/* Hides the Default Add to Cart Single Product Button */
button.single_add_to_cart_button {
    display:none !important;
}

/* Changes the Shop Layout to get bigger on mobile devices */
.list_products, .shop_mode_thumbs{
    margin-left: -40px !important;
    margin-right: -40px !important;
    margin-top: 20px;
}

/* Changes the Single Product Layout to get bigger on mobile devices */
.post_item_single, .post_type_product {
    margin-left: -40px !important;
    margin-right: -40px !important;
}

/* Changes the Contact form list behavior */
form.wpcf7-form span.wpcf7-list-item-label {
    display: inline-block !important;
}
form.wpcf7-form span.wpcf7-list-item {
    margin: 0.9rem 4.9rem 1.9rem 0.9rem;
    display: inline-block;
    line-height: 1.9rem;
}

.single-tribe_events .tribe-events-single-section {
    width: 100% !important;
}
.tribe-venue-url{
    display: none !important;
}

.sc_courses_item_header .sc_courses_item_title{
    font-size: 1em !important;
}
.sc_courses_default .sc_courses_item .sc_courses_item_info {
    padding: 0.8em 0.8em;
}
.trx_addons_hover_title{
    font-size: 1em !important;    
}
.sc_courses_item_categories {
    display: none !important;
}

/*removes woocommerce prices*/
.woocommerce ul.products li.product .price del {
	display:none !important;
}
.sc_layouts_title_caption {
	hyphens: none !important;
	word-wrap: normal !important;
	word-break: normal !important;
}