/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@import url("../bricks/style.css");
.woocommerce-MyAccount-navigation {
    display: none;
}
.profile-img img {
    margin: 0 auto;
    display: block;
    border-radius: 100px;
    border: 1px solid #C6C6C6;
    height: 150px;
    width: 150px;
}
.profile_section .user_name .wpb_wrapper {
    font-size: 24px;
	font-weight: 600;
}
.profile_section .us-btn-style_4.edit_btn {
    padding: 8px 15px;
    line-height: normal !important;
    font-size: 14px;
}
.g-cols.wpb_row.profile_section  {
	margin-left:-10px;
	margin-right:-10px;  
	margin-bottom: 20px;
	    flex-wrap: nowrap;
}
.profile_section .vc_col-sm-3 .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
} 
.profile_section .vc_col-sm-3 {
    width: auto !important;
	margin: 0 !important;
}
.your-masterclasses-wrapper .thumbnail.course:hover{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(235,235,235,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(235,235,235,1);
	box-shadow: 0px 0px 15px 1px rgba(235,235,235,1);
}
.your-masterclasses-wrapper .wp-post-image{
	height: 220px !important;
	object-fit: cover;
}
.your-masterclasses-wrapper .caption{
	padding: 10px 15px !important;
}
.your-masterclasses-wrapper .entry-title {
    line-height: normal !important;
    font-size: 16px !important;
    color: #000 !important;
	padding-bottom: 10px;
	letter-spacing:1px;
	font-weight:600;
}
.your-masterclasses-wrapper .ld_course_grid_button .btn{
	border-radius: 0 !important;
    background-color: #ed1c24 !important;
    border: none !important;
    width: auto !important;
}
.user-intro .wpb_wrapper h6 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
	padding: 5px 0 0 0;
}
.user-intro .wpb_wrapper .userbio-block {
	font-size: 14px;
    color: #666666;	
}
.profile_tab .w-tabs-section-content {
    padding: 0;
}
@media (max-width: 767px) {
	.profile-img img {
		margin:0;
	}
}
@media (max-width: 600px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 691px) {}