/*
 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
*/

.text__400{
	font-weight: 400 !important;
}

.price--text {
  color: #42526B;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  top: -3px;
}

.icon--text strong {
  display: block;
  margin-bottom: 5px;
}

/*Thumbnail Images*/
.img_half{width: 50%;}
.thumb_left_dd{  float:left; margin:0px 19px 10px 0;}

@media only screen and (max-width: 767px){
	.thumb_left_dd{
		float: none;
	}
	.img_half{
		width: 70%;
	}
}





