/*
Theme Name: TCR Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.0.1749704906
Updated: 2025-06-12 05:08:26

*/

/*place button modules next to each other in the header*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
/*place button modules next to each other in the hero but also centered */
.pa-inline-buttons-hero .et_pb_button_module_wrapper {
    display: inline-block;
}
.pa-inline-buttons-hero {
    text-align: center !important;
}
/* Add spacing between menu items */
.et-l--header .et-menu-nav>ul>li {
    padding: 0 20px!important;
}
/* Swap the locatio of the image and the text on the slider */
.et_pb_slide_description { float:left !important; padding-left:0px !important }
.et_pb_slide_image { right:0px; }

/*Make The Divi Contact Form Submit Button Fullwidth*/
.dm-contact-form-submit-fullwidth .et_contact_bottom_container {
width: 100%;
flex-direction: column;
gap: 1em;
padding-left: 3%;
margin-top: 0px;
}

.dm-contact-form-submit-fullwidth .et_contact_bottom_container button {
width: 100%;
margin: 0;
}

/*style the Divi blog link text as a button*/

.et_pb_post a.more-link {
  color: #ffffff;
	background: #000000;
	border: 1px solid #ffffff;
	padding: .7em 1.3em;
	margin-top: 10px;
	border-radius: 32px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

/*style the Divi blog link text as a button on hover*/

.et_pb_post a.more-link:hover {
	background: transparent;
	color: #0070fc;
	border: 2px solid #0070fc;
	transition: all 0.3s ease-in-out;
}
/*move wrapped title, meta, and text up over the image*/

.pa-blog-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 30px;
	z-index: 1;
}

.seven-columns {width: 14.29%; float: left;}

/* Set standard Font Sizes and Line Heights */

h1 {
	font-size: 55px;
	line-height: 65px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
}
h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}
/* Make the Carousel image slider to have rounded corners */
.dtq-image-carousel-item figure img {
	border-radius: 20px;
}

/*bullet checklist by www.peeayecreative.com*/
.pa-bullet-list-1 ul {
list-style-type: none!important;
}

.pa-bullet-list-1 ul li:before {
content: '\e052'!important;
color: #f59e0b;
font-family: 'ETMODULES'!important;
margin-right: 10px;
margin-left: -14px;
font-size: 1.2em!important;
}

/*move the toggle icon to the left*/

.pa-toggle-icon-left .et_pb_toggle_title:before {
	left: 0 !important;
}


/*adjust spacing on the left for the icon*/

.pa-toggle-icon-left .et_pb_toggle_title,
.pa-toggle-icon-left .et_pb_toggle_content {
	padding-left: 2em !important
}

/* Move the author above the quote on the testimonial module */
.et_pb_testimonial_description, .et_pb_testimonial_description_inner {
  display: flex!important;
  flex-direction: column; /* Stacks elements vertically */
}

.custom-testimonial .et_pb_testimonial_author {
  order: 1; /* Moves meta (author, etc.) above content */
	margin-top: 0px;
	margin-bottom: 20px;
}

.custom-testimonial .et_pb_testimonial_description_inner {
  order: 2; /* Moves description below meta */
}