/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*Icons*/
.wpb_content_element.abbots-icon-heading{
	min-height:95px;
	background:#fff;
	display:flex;
	align-items:center;
	border-radius:95px;
	padding:15px 45px;
	background-position:36px center !important;
	background-repeat:no-repeat !important;
}
.abbots-icon-heading h4{
	padding-left:70px;
	margin:0;
	color:#A99985;
}

/*Buttons*/
.abbotts-inline-button{
	display:inline-block;
	margin-right:20px;
}
.abbotts-inline-button .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{
	color: #262323;
	font-size:14px;
}
/*Titles*/
p:empty{
	display:none;
}
.title-wrapper.wd-wpb  .title{
	margin-bottom:20px;
}
.wd-tabs-desc{
	font-size:20px;
	margin:10px 0px;
}

/*Google Reviews*/
.ti-widget.ti-goog .ti-review-header:before{
	display:none;
}
.wpb_wrapper .ti-widget.ti-goog .ti-review-item>.ti-inner{
	background:#fff !important;
	border-radius:15px 15px 0 0 !important;
	padding:30px 30px 0px 30px !important;
}
.ti-widget.ti-goog .ti-review-header{
	padding:15px 30px 30px 30px !important;
	margin-top:-1px;
}
.ti-review-header{
	background:#fff !important;
	border-radius:0 0 15px 15px;
}
.wpb_wrapper .ti-widget.ti-goog .ti-review-content .ti-stars{
	margin:0 0 25px 0;
}
.wpb_wrapper .ti-widget.ti-goog .ti-star {
    width: 23px !important;
    height: 23px !important;
	margin-right: 2px !important;
}

@media only screen and (max-width: 1024px) {
	.abbotts-custom-heading{
		font-size:30px !important;
		line-height:40px !important;
	}
	
}
