/*
Theme Name: waddoupslaw
Theme URI: 
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: waddoupslaw
Author URI: 
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */
/* ----------inner pages banner h2 css */
.inner_banner h2 {
    position: relative;
}
.inner_banner:before{
	background:#000;
}


/* ---------footer css---- */
.si_ftr p{
	margin-bottom:0px;
}
.social-ico ul li {
    display: inline-block;
    margin-bottom: 0px;
    padding-right: 5px;
}
.copyright img {
    margin: 0px 20px;
}
/* -------home page css */

.home_banner {
    padding: 150px 0 200px 0 !important;
}
@media screen and (max-width: 600px) {
	.home_banner { padding: 50px 0 50px 0 !important };
}
.mein_conte_sec{
	padding:50px 0px;
	padding-top:0px;
}
/* -------page.php css */
.inn_dflt h1{
	font-size: 54px !important;
    color: #fff;
    margin: 0 0 5px;
	font-weight: bold;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif !important;
}   

/* ----------breadcrumb css--- */
.awards_logo .breadcrumb {
    background: none !important;
    margin-bottom: 0px!important;
}
.awards_logo .breadcrumb ol li a{
	color:#C72229;
}
.awards_logo .lg_s_bread {
    margin-bottom: 30px;
}

/* ---------practice single page */
.sidebar .sid_bx {
    border: 1px solid #666;
    padding: 20px;
	margin-bottom:20px;
}

.sidebar .sid_bx p.h4 {
    background: red;
    color: #fff;
    padding: 10px;
}
.sidebar .sid_bx .carousel-control {
    top: auto !important;
	
}
.sidebar .sid_bx .carousel-control.left{
	left:35%;
}
.sidebar .sid_bx .carousel-control.right{
	right:35%;
}
.sidebar .sid_bx p.testimonial-authors {
    margin-bottom: 40px!important;
}
.sidebar .sid_bx li a {
    color: #000;
}
/*  -------------home page bannr heading */
.home_banner .banner-text span.h1{
	font-size: 24px;
    color: #fff;
    font-family: "Open Sans";
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 20px;
}
/*  ------------footer logo --------*/
.copyright img {
    margin: 0px 20px;
    filter: brightness(0);
}

/*  ---------------practice area section --------*/
.my-box-link {
    display: block;
    text-decoration: none;
}

.my-box {
   padding:40px 20px;
    margin-bottom: 30px; /* Margin bottom for spacing between boxes */
    min-height: 360px; /* Adjust the height as needed */
    background-image: var(--wpr-bg-9e3c596c-afe2-49b7-a011-97bcaac4a04e); /* Replace 'default-image.jpg' with your default image */
	position:relative;
	 background-size: cover;
}
.my-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	background-color: #000;
    z-index: 1;
    opacity: 0.7;
	-moz-opacity: 0.5; /* Firefox and Mozilla browsers */
    -webkit-opacity: 0.5; /* WebKit browser e.g. Safari */
    filter: alpha(opacity=50);
}

.my-box-content {
    position: relative;
    z-index: 9;
}.my-box-content h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}
.my-box-content p {
    margin: 0; /* Remove default margin for paragraph */
	color:#fff;
}

.my-box-link a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    text-decoration: none;

}
/* --------top header  */
#myHeader .top-head {
    padding: 10px;
}
body #myHeader .mainmenu ul {
    margin: 0px !important;
}
.logo img {
    width : 340px !important;
}
.logo a span, .foot_logo a span {
    color: #000 !important;
    font-size: 13px !important;
	display:block;
	font-weight: 600 !important;
    text-transform: uppercase !important;
}

.top-logo{
	display: flex;
    align-items: center;
	margin-bottom: 8px;
}

.top-logo .wrapper{
	margin-left : 8px;
}

.top-logo .wrapper h3{
	font-size: 24px;
	font-weight: 900;
    margin: 0px 0 0px;
    text-transform: uppercase;
    color: #C72229;
}

.top-logo .wrapper p{
    font-size: 16px;
    margin: 0px 0 0px;
    line-height: 30px;
    color: #292828;
}

footer .foot_logo img {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
}
body .Blog_pag #sidebar {
    padding: 0;
    border: none;
}

@media screen and (max-width: 991px) {
		.settlement_sec .viewMoreSettlements {
    position: initial !important;

}
	#settlements .owl-nav {
    position: relative !important;
        right: 0 !important;
        top: 0 !important;
        text-align: center;;
}
}
@media screen and (max-width: 767px) {
	.logo a span {
		text-align:left !important;
	}
	header .mainmenu.mobile .menu-toggle {
        top: -70px !important;
        padding: 5px;
    }
	header.sticky .mainmenu.mobile .menu-toggle {
        top: -61px !important;
    }

}
@media screen and (max-width: 600px) {
    header .mainmenu.mobile .menu-toggle {
        top: -57px !important;
    }
	header .logo img {
        width: 200px !important;
    }
	.logo a span, .foot_logo a span{
		font-size: 8px !important;
	}
}


.mainmenu ul ul {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 6px;
  display: none;
  background: #fff;
  position: relative;
}
.mainmenu.mobile ul ul ul { padding-left: 20px; !important; }
@media screen and (min-width: 992px) {
	.mainmenu ul ul ul {
		 position: fixed;
		top: 274px !important;
		left: auto !important;
		right: 550px !important;
		margin-left: -246px !important;
	}

}

.Faq h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.faqs-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.faqs-item {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faqs-item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.faqs-title {
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  text-transform: capitalize !important;
  margin: 5px !important;
}

.faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
  color: #c72229;
}

.faqs-item.active .faq-icon i {
  transform: rotate(45deg);
}

.faqs-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #fdfdfd;
}

.faqs-item.active .faqs-content {
  max-height: 1000px;
}

.faqs-content-inside  {
  padding: 20px 24px;
}
.faqs-content-inside p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.fa-plus:before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
}

.settlement_item .h3 {
    font-size: 35px;
    font-weight: 700;
}

.settlement_item .h4 {
    font-size: 23px;
    font-weight: 700;
    min-height: 90px;
}

.settlement_item .h3, .settlement_item .h4 {
    color: #fff;
}

.home_testsimonials .item .h4 {
    color: #fff;
}

.home_testsimonials .item .h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
#attornybioside .h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}


.skills_area .skills_text {
    width: 50%;
    padding: calc(1% + 0px) 22px !important;
}

.skills_area .skills_img {
    width: 50%;
    height: auto!important;
    background-size: cover;
    background-position: 50%;
}

.skills_area .skills_img {
    height: auto;
   
}
.banner-text .h2 {
    font-size: 54px;
    color: #fff;
    margin: 0 0 5px;
}
.banner-text h1 {
    font-size: 54px !important;
    color: #fff;
    margin: 0 0 5px;
}
.banner-text h1 {
    line-height: 36px;
    font-size: 54px !important;
}
.banner-text .h4 {
    font-size: 23px;
    font-family: "Cormorant Garamond", serif;
    color: #000;
    line-height: 60px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.Practice_Areas .h2 {
    text-align: center;
    margin: 0 0 40px;
}

.home_blog .h2 {
text-align: center !important;
}

.footer-cta .h2 {
    font-size: 54px;
    color: #fff;
    margin: 0 0 20px;
}

.home_banner .h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
}
.settlement_item .h3 {
    font-size: 35px;
    font-weight: 700;
}

.settlement_item .h4 {
    font-size: 23px;
    font-weight: 700;
    min-height: 90px;
}
.my-box-content .h3 {
    margin-bottom: 20px !important;
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

.won_cases .h3 {
    margin: 0;
    color: #fff;
}

.Cities_menu .h4 {
    color: #fff;
}
