/*
Theme Name: patrickgriffinlaw
Theme URI: https://patrickgriffinlaw.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: patrickgriffinlaw
Author URI: https://www.patrickgriffinlaw.com
Tags: white, simple, fixed width, two columns, widgets, clean
*/

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
     display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
     display: none;
}

div#wpadminbar {
    z-index: 999999;
}

.content_sec.practice-single .main-content img {
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

a.footer-link {
    color: rgba(255, 255, 255, 0.5333333333);
    margin-left: 10px;
	font-size: 18px;
}
a.footer-link:hover {
        color: #fff ;  
}
.Contact_img img {
    width: 100%;
    object-fit: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}


@media screen and (max-width:768px){
	.Contact_Page .row{
    display: flex;
    flex-direction: column-reverse;
}
}




@media (max-width:980px) {
	.dl-blo-module1 .et_pb_ajax_pagination_container>div {
		grid-column: span 2;
	}
.dl-blog-module1 .et_pb_ajax_pagination_container>div {
    grid-column-start: 1;
    grid-column-end: 2;
}
	.dl-blog-module1 .entry-title {
	max-height:auto;
	min-height:auto;
}

}
@media (max-width:767px) {
	
	#contact-tab-wrap {
		display: none!important;
	}
	
}



#contact-tab:hover img {
	-webkit-filter: brightness(125%);
	-moz-filter: brightness(125%);
	-ms-filter: brightness(125%);
	-o-filter: brightness(125%);
	filter: brightness(125%)
}

#contact-tab img {
	display: block
}

#contact-tab-wrap {

	position: fixed;
	right: -360px;
	z-index: 999;
	overflow: hidden;
	top: 230px;
	transition: 300ms;
	padding: 0 0 39px;
	background-image: url('images/qct-wrap-shadow.png');
	background-repeat: no-repeat;
	background-position: right bottom
}


#contact-tab-wrap.slide .gform_body label {
	line-height: 22px;
	display: inline-block;
}

#contact-tab-wrap.slide .gform_body textarea.medium {
	height: 90px;
	width: 100%
}

#contact-tab-wrap.slide .gform_wrapper .gform_footer {
	padding-top: 0px
}

body #contact-tab-wrap.slide .gform_wrapper ul li.gfield {
	margin-top: 0px;
	padding-top: 0
}


	#slide_form h3.gform_title {
		display: none
	}
	#contact-tab-wrap.slide {
		right: 0
	}
	#contact-tab {
		display: inline-block;
		float: left;
		right: 0;
		z-index: 999;
		width: 110px;
		height: 161px;
		overflow: hidden;
		transition: 300ms;
		padding: 0 0 39px
	}
	#slide_form {
		max-width: none;
		width: 360px;
		display: inline-block;
		transition: 300ms;
		float: right;
		vertical-align: top;
		background: #2e2e2e;
		border-radius: 0 0 0 5px;
		padding: 20px;
		vertical-align: top;
		margin: 0px;
		height: 400px;
		overflow: auto;
	}
	#slide_form.gform_show {
		display: inline-block
	}
	#slide_form .gfield .ginput_container input {
		display: block;
		outline: none;
		border: none;
		border-radius: 5px;
		font-family: 'Droid Sans', sans-serif;
		color: #000;
		padding: 10px 0 10px 10px;
		margin: 0 0 5px;
		width: 100%;
		resize: none;
		height: 35px;
		box-sizing: border-box;
		background: #fff
	}
	#slide_form .top_label .gfield_label {
		color: #fff
	}
	#slide_form .gfield_required {
		color: #fff
	}
	#slide_form .gform_footer #gform_submit_button_2 {
		background-color: #1a2f56;
		color: #fff;
		width: 300px;
		margin: 0px;
		border-radius: 5px;
		text-indent: -20px;
		font-weight: bold;
		display: block;
		outline: none;
		border: none;
		height: 39px;
		box-sizing: border-box;
		padding: 10px 0 10px 10px;
		transition: 300ms
	}
	#slide_form .gform_footer #gform_submit_button_2:hover {
		background-color: #395588;
		background-position: center right 10px;
		transition: 300ms
	}



.ActualReviews .StoriesSlider .owl-nav i {
	color: #fff;
    font-size: 30px;
    
}

.ActualReviews .StoriesSlider  .owl-prev i {
	color: #fff;
    font-size: 30px;
    
}

.mainmenu li li.has-sub > a:after {
   /*
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 6px solid #FFF;
	*/
}

.mainmenu.desktop li.has-sub li a {
    margin-bottom: 19px !important;
}

.side-bar .side-box .h3 a {
    color: #000;
    padding: 0;
}
.side-bar .side-box.practic-box .content .h3 {
    font-size: 26px;
    text-transform: capitalize;
}
.side-bar .sideber_testsimonials .Testsimonials .heading .h5 {
    color: #fff;
}

.ActualReviews .StoriesSlider .h4 {
    margin: 5px 0 0;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    font-family: "Inter";
}

.videoCoverImage {
    position: relative;
    max-width: 100%;
}


.videoCoverImage #thevideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


.videoCoverImage #thevideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 120px;
  z-index: 999;
  background-color: #b88b27;
  color: white;
  padding: 12px 16px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
#myBtn:hover {
  background-color: #000;
}


.practice-single .list li strong {
	display: inline !important;
}

.practice-single ul li{
margin-bottom: 10px;
}

.breadcrumb {
	display: block !important;
}
.post-meta.mb-2 {
    margin-bottom: 10px;
}

.share-container h3 {
    font-size: 25px !important;
	font-weight: 800 !important;
	margin:0px !important;

}
.social-icons {
  display: flex; 
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;

}

.social-icons a {
  background: #b42624;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #f0a837;
 color: #fff;
}

#home-slider .slider-wrap .slider-content .text .SubHeading h4:after {
	width: 160px!important;	
}
.PracticeAreasSec h2, .PracticeAreasSec .h2 {
  color: #fff;
}

.breaking_news_cta {
  background-image: url(/wp-content/uploads/2025/08/process-bg.webp)!important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.breaking_news_cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgb(39, 50, 61) 0%, rgb(171, 131, 45) 100%);
	opacity: 0.8;
}
.breaking_news_cta h2, .breaking_news_cta p {
  color: #fff;
}

.attorneys .sec-wrap {
	align-items: end;
}
.home_about .main_box .about_text .text-box {
	padding-right: 11%!important;
}
.home_about .main_box .right_box p {
	color: #fff;
}

.mainmenu ul .federal-crimes > ul.sub-menu {
	height: auto!important;
	max-height: 450px;
}

.PracticeAreasSec .practice_areas ul li a {
	display: flex!important;
	font-size: 20px!important;
	line-height: 24px;
	height: 60px;
	justify-content: center;
	align-items: center;
}
/*---------------------In the Media---------------------*/
section.media {
	background: #f5f5f5;
}
.media .media_box {
	display: flex;
	flex-wrap: wrap;
}
.media .media_box .mcont {
	margin-bottom: 20px;
}
.media .media_box .media_boxes {
	padding: 20px;
	display: block;
	background: #fff;
	height: 100%;
	border: 1px solid #ab832d;
}
.media .media_box .media_boxes p.mbox_head {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Rethink Sans";
	margin-bottom: 0;
	line-height: 30px;
	font-weight: 600;
}
.media .media_box .media_boxes a {
	color: #6a6a6a;
	font-size: 16px;
}
.media .media_box .media_boxes a:hover {
	color: #6a6a6a;
}
.media .heading .thead {
	font-size: 42px;
	text-transform: uppercase;
	font-family: "Rethink Sans";
	text-align: center;
	color: #000;
}

/*--------------------Case Results--------------------*/
section.case-results {
	background: url('/wp-content/uploads/2025/09/winsbg.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
}
section.case-results:before {
	background: #27323d;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
}
section.case-results .default_btn {
	margin: 20px auto 0;
}
section.case-results .h2 {
	color:#fff;
}
section.case-results .rboxes {	
	display: flex;
	flex-wrap: wrap;
}
.case-results .left_box {
	text-align: center;
	background: #fff;
}
.case-results .left_box .desc {
	padding: 20px;
	text-align: left;
	height: 100%;
	display: flex;
	align-items: center;
}
.case-results .right_box {
	background: #ab832d;
	color: #fff;
	max-width: 100%;
}
.case-results .right_box .owl-carousel {
	padding: 15px 10px;
}

.case-results .right_box .owl-carousel  {
	text-align: left;
	margin: 0;
}
.case-results .right_box p {
	color: #fff;
	
}
.case-results .results_box {
	text-align: left;
}
.case-results .results_box .TopHead {
	
}
.case-results .results_box p.htitle {
	font-size: 40px;
	text-transform: uppercase;
	font-family: "Rethink Sans";
	line-height: 1.1;
	margin-bottom: 10px;
}
.case-results .results_box p.charge {
	font-size: 22px;
	font-family: "Rethink Sans";
	font-weight: 600;
}
.case-results .results_box p.details {
	margin-bottom: 0;
}
.case-results .right_box:before {
  background: url(/wp-content/uploads/2025/08/about-shape.webp) no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: auto;
}
.case-results .right_box .heading_bod {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.case-results .right_box .owl-carousel .owl-dots {
	margin: 0;
	text-align: center;
}
.case-results .results_box {
	padding: 20px;
}
