/*
Theme Name: GetYourLawyer
Theme URI: https://www.staging.getyourlawyer.ch/
Author: GetYourLawyer AG
Author URI: https://www.staging.getyourlawyer.ch/
Description: GetYourLawyer is a Swiss legal platform connecting clients with experienced lawyers for transparent, fixed-price legal services.
Version: 1.0.0
Text Domain: getyourlawyer
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2025 GetYourLawyer AG. All rights reserved.
*/

.wp-google-powered,
.ti-widget.ti-goog .ti-text,
.ti-widget.ti-goog .ti-platform-icon{
	display:none !important;
}
.ti-inner,
.ti-widget.ti-goog > .ti-widget-container > .ti-header,
.ti-header.source-Google{
	background:#252530 !important;
	background-color:#252530 !important;
	border:none !important;
	color: #fff !important;
	
}

.ti-inner{
	  background-color:red !important;
}

.wp-google-rating{
	color: #fff !important;
	font-family: Inter;
} 


/* Change background color of the Google Reviews header */
.ti-header {
    background-color: #ff6600 !important; /* Change to your preferred color */
    padding: 10px;
    color: white;
    font-weight: bold;
}

/* Change background for the entire widget */
.trustindex-widget {
    background-color: #f8f9fa !important;
    border-radius: 8px;
    padding: 15px;
}

 .slick-next:before,
 .slick-prev:before{
	 display:none;
 }
 
  .ce-mask_slider > .container > .slider_navigation_box > .slick-dots {
	height: 56px;
	margin: 0 32px;
	position: inherit;
	width: max-content;
}

.ce-mask_prefooter>.container div li a[href="#"] {
    color: #444; 
}
/*
.ce-mask_prefooter>.container .footer-widget h5{
	color:#FFF;
}
 
.ce-mask_prefooter>.container div li {
    list-style-type: none;
	color:#444;
}


.ce-mask_prefooter>.container div li a{

    border-bottom: 0;
    color: #888;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
*/

 
 
 
 .slick-arrow,
.slick-dots {
    display: block !important;
    opacity: 1 !important;
}
 
.wpcf7-submit{
	background-color: #f56a51 !important;
	border: 0;
	border-radius: 4px;
	color: #fff;
	filter: drop-shadow(0 16px 24px rgba(0,0,0,.07)) drop-shadow(0 2px 6px rgba(0,0,0,.04)) drop-shadow(0 0 1px rgba(0,0,0,.04));
	font-family: SF Pro Text,Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 32px 0;
	padding: 16px 46.5px;
}
 
 .wpcf7-form-control{
     width:500px !important;
 }
 
 .breadcrumb .separator:first-of-type {
    display: none;
}