/*
 Theme Name:   Almeloseautopoetsers Child Theme
 Theme URI:    https://mziesel.nl
 Description:  Almeloseautopoetsers Child Theme
 Author:       Mans Ziesel
 Author URI:   https://mziesel.nl
 Template:     almeloseautopoetserschildtheme
 Version:      1.0
 Text Domain:  detailx
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.trx_addons_scroll_to_top {
	display: none !important;
}

.ctc_g_message_box > p:nth-child(1) {
	color: #444444;
	line-height: 1.3rem;
}

.sc_price_item{
	height: 100% !important;
}

.ctc_g_heading {
	color: #ffffff !important;
}

/* Start Make portfolio images full size */
.sc_portfolio_item_thumb {
	height: 200px;
}

.sc_portfolio_item_thumb {
	width: 100%;
}
.sc_portfolio_item_thumb > img {
	width: 100%; /* Make the image take the full width of the container */
	height: 100%; /* Make the image take the full height of the container */
	object-fit: cover; /* Cover the container while maintaining aspect ratio */
}
/* End Make portfolio images full size */

#faq-ul {
	list-style: none;
}
#faq-ul > li {
	margin-bottom: 10px
}

.sc_table table tr:first-child th, .sc_table table tr:first-child td {
  font-weight: 400;
}
