@charset "utf-8";
/* CSS Document */

/*Homepage why section text mobile style to center text */
@media only screen and (max-width: 600px){
.WhySectionText{
	/*text-align: left;*/
	font-size: 17px !important;
	}
}
/* Styles for Team Bios on Team page to justify text*/
.teamBio{
	text-align: justify;
	
}

/*Free Consultaion Sticky Header for pages */

.sub-menu{
	z-index: 99999 !important;
	
}


.numberSticky{
z-index: 999 !important;
max-height:65px !important;
}
/* Font Styling for Mobile Devices for Consultation Sticky
 * */
@media only screen and (max-width: 600px){
	.numberSticky{
		display: none !important;
	}
	.numberSticky p{
		font-size:17px !important;
		
	}
	
}

/* Work Around to Hide Freatured Images at top of pages*/
.attachment-post-thumbnail{
	display:none;
	
}

/* Top Homepage Phone Number Styling */
.phoneNumberLinkCancel a{
	
	color: white;
	text-decoration: none;
}

/* style "Free Case Review" Menu Item

.menu-standout a{
	
	font-size: 20px!important;
	font-weight: 800 !important:
}
*/

/*Style for Free Case Review" Menu Item on hover/*
.menu-standout a:hover{
	
	color: yellow !important;
}

/* Style social links menu to become translation secondary menu | 36190026-hc kf*/ 
#menu-secondary-menu li svg {
    display: none;
}
#menu-secondary-menu .menu-item a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 80%;
    padding: 1em;
}
#menu-secondary-menu #menu-item-2577 a:before {
    content: "Español";
}
#menu-secondary-menu #menu-item-2578 a:before {
    content: "English";
}


/*Mobile Styling for Language Menu "Secondary Menu" */
@media only screen and (max-width: 600px) {
	#menu-secondary-menu .menu-item a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 75%;
    padding: .5em;
}
	/*Styles for homepage top CTA button for mobile full width */
.homePageCTA{
	
	width:100% !important;
}
	


}






/*Style Figcaptions on Desktop & mobile for bigger font*/
.elementor-button.elementor-size-sm.e-form__buttons__wrapper__button.e-form__buttons__wrapper__button-previous {
  border-radius: 160px;
  color: #ffffff;
  background-color: #bf9d7e;
}
.elementor-1973 .elementor-element.elementor-element-fec4627:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1973 .elementor-element.elementor-element-fec4627 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: transparent;
  background-image: linear-gradient(180deg, #BF9D7E 14%, #FFFFFF 7%);
}
.elementor-button.elementor-size-sm.e-form__buttons__wrapper__button.e-form__buttons__wrapper__button-next {
	  border-radius: 160px;
  color: #ffffff;
  background-color: #bf9d7e;
}
figcaption{
	font-size:20px;
}

.mobileOnlySlideShow.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{
		padding: 0px!important;
	}

body.page-id-1973{   
	background-color: #fff !important;
}
@media only screen and (max-width: 600px) {
    figcaption {
        font-size: 15px!important;
			font-weight: 600;
    }
	/*.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{
		padding: 10px!important;
	}
	*/
}



/*Hide thumbnail on video testimonials fopr Ryan D. and Xavier F.*/
#post-1169 .post-thumbnail, #post-1166 .post-thumbnail {
	display: none;
}

/*Styles to center footer columns */
.SBfooterEdit {
	text-align: center !important;
}

/*Styles for FAQ Page */
.wpnbha.is-style-borders.hotQuestionsList article {
/*border-bottom: solid rgb(255 255 255 .2) !important;
	*/
	border-bottom: 1px solid #ccc !important;
}

/*styles for article titles on FAQ page*/
.hotQuestionsList a:hover {
	color: #bf9d7e !important;
}

/*Styles for article titles for BLOG page */
.sbBlogPosts a:hover {
	color: #bf9d7e !important;
}

/*Styles for sub dropdown menu*/
.sub-menu li a {
	font-size: .9rem !important;
	font-weight: 500;
}

.sub-menu li a:hover {
	color: #bf9d7e !important;
}

/* Change the stacking for tablets | 4451857-zen rg */
@media screen and (max-width: 1080px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
	
	.wp-block-media-text {
		grid-template-columns: 100% 1fr;
	}
}

/* Display the logo at same level as menu elements | zn-4451857 mh */
.site-header {
	grid-template-areas: "site-logo site-title main-navigation" "site-description social-navigation social-navigation ";
	
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	   /* background-color: #fff; /* Adjust the background color as needed */

	
}

/* Align logo and menu on mobile / zen-4451857 (DW) */
@media only screen and (max-width: 600px) {
	.mobile-nav-side .has-menu {
		grid-template-areas: "site-logo social-navigation main-navigation";
	}
	
	/* Provides extra margin to align with site logo */
	nav#site-navigation.main-navigation {
		margin-top: 10px !important;
	}
}

/*STYLES FOR MOBILE MENU START HERE*/
/*Styles for mobile hamburger menu*/
.dropdown-icon.open {
	content: url('https://sanchezbrown.com/wp-content/uploads/2021/11/hamburger-icon.png') !important;
	max-width: 30px;
}

.dropdown-icon.close {
	content: url('https://sanchezbrown.com/wp-content/uploads/2021/11/close-icon.png') !important;
	max-width: 30px;
}

/* Menu toggle adjustments | 4451857-zen rg */
label#toggle-menu {
	font-size: 0 !important;
}

/* Remove text on mobile menu */
#toggle-menu:before {
	display: none !important;
	content: " " !important;
	width: 40px;
	height: 15px;
}

label#toggle-menu.button {
	background-color: transparent !important;
}

/*MENU Help END*/
/*change site logo at the top on mobile devices*/
@media only screen and (max-width: 981px) {
	.custom-logo {
		content: url('https://sanchezbrown.com/wp-content/uploads/2021/11/sb-word-white.png');
	/*display: none;*/
	}
}

/*Query for Tablet Screens*/
@media only screen and (min-width: 600px) {
	/*hides site title on tablet devices */
	p.site-title {
		display: none !important;
	}
}

@media only screen and (max-width: 600px) {
	.site-content {
		padding-top: 0 !important;
	}
	
	/*CHANGES SITE TITLE ON MOBILE TO IMAGE WORDMARK*/
	.site-title {
		display: block !important;
		background: url('https://sanchezbrown.com/wp-content/uploads/2021/11/sb-word-white-150.png') 0 0 no-repeat;
		width: 150px;
		height: 48px;
	/* your image width */
	/*height:200px; /* your image height */
		text-indent: -99999em;
	}
	
	header#masthead {
		padding-top: 0 !important;
	}
}

/*STYLES FOR MOBILE MENU END HERE*/
/*Change homepage banner image on movbile devices*/
@media only screen and (max-width: 981px) {
	.wp-image-716, .wp-image-1626, .wp-image-1650 {
		content: url('https://sanchezbrown.com/wp-content/uploads/2021/12/sanchezbrown-mobile-banner.jpg');
	}
}

.columnColorTest {
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}

header {
/*margin-bottom: -1%;*/
}

/* Main Navigation Styles 
.main-navigation {

background-color: #012e43;

}
*/
.custom-logo {
	max-width: 80px;
}

@media only screen and (max-width: 600px) {
	/*style for site logo on mobile */
	.custom-logo {
		max-width: 140px;
	}
	
	#masthead {
		padding-left: 0 !important;
	}
}

div.site-logo {
/*margin-bottom: 0 !important;
	padding-bottom:5px;
*/
}

#menu-primary-1 {
	text-transform: uppercase;
}

.entry-header {
	display: none !important;
}

#masthead {
	padding-top: 16px !important;
	padding-bottom: 0 !important;
	width: 100% !important;
}

.main-menu-container {
	padding-top: 5px;
	padding-right: 10px;
}

#page {
	background-color: #081920;
}

/*
.main-navigation li.menu-item a {
	color: white;
}
*/
/* Styles buttons so they are not pills
.wp-block-button__link {
	border-radius: 0 !important;
}
*/
/*style to make column full width for "why" icons */
.whyColumn {
	max-width: 100% !important;
	margin-left: 15%;
	margin-right: 15%;
}

.mobileOnlySlideShow {
	display: none !important;
	background-color: #BF9D7E !important;
}

/* Hides mobile why section on homepage on desktop*/
.mobileWhySection {
	display: none;
}

/*hide pause buttn on slideshows 
	a.wp-block-jetpack-slideshow_button-pause{
			display:none !important;
	}
*/
/*Styles for why icons on homepage on mobile devices*/
@media only screen and (max-width: 600px) {
	.whyIcon {
		max-width: 80%;
		text-align: center !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.whyColumn {
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.noPaddingMobile {
		padding: 0 !important;
	}
	
	.mobileOnlySlideShow {
		display: block !important;
	}
	
	/*hide pause buttn on slideshows on mobile */
	a.wp-block-jetpack-slideshow_button-pause {
		display: none !important;
	}
	
	/*displays why section on mobile*/
	.mobileWhySection {
		display: block;
	}
	
	/*hides spacer on mobile devices
																																																																																																																															.mobileSpaceHide {
																																																																																																																																display: none !important;
																																																																																																																															}
																																																																																																																															*/
	.coverRemoveMargin {
		margin-top: 0;
	}
}

/* Style for Why Icons text*/
.whyIcon figcaption {
	font-size: 19px;
	color: black;
	font-weight: 600;
}

.practiceButtonTitle a:link {
	color: white;
	text-decoration: none;
}

.practiceButtonTitle a:visited {
	color: white;
	text-decoration: none;
}

.practiceButtonTitle a:hover {
	color: #bf9d7e;
	text-decoration: none;
}

/*style font sizes on mobile */
@media only screen and (max-width: 600px) {
	.practiceButtonTitle {
		font-size: 27px !important;
	}
	
	.legalPracticeTitle {
		font-size: 23px !important;
	}
	
	.sbhomepageTitle {
		font-size: 30px !important;
	}
	
	.articleTitleFont {
		font-size: 26px !important;
	}
}

.home .hentry .entry-header {
	display: none;
}

.home.page .hentry {
	padding-top: 0;
}


/*START Styling for homepage attorney ferature section on mobile*/
@media only screen and (max-width: 961px) {
	 .wp-image-7001{
	
		content:url("https://sanchezbrown.com/wp-content/uploads/2025/05/mobile-navy.jpg");
	}
}

@media only screen and (max-width: 961px) {
	.wp-image-7001{
	
		content:url("https://sanchezbrown.com/wp-content/uploads/2025/05/mobile-navy.jpg");
	}
}


/* END Styling for homepage attorney ferature section on mobile*/


/* CHANGES OPACITY OF BACKGROUND OVERLAY TO 100% OF ATTORNERY SECTION ON HOMEPAGE */
@media only screen and (max-width: 1080px) {
	.mobileImageChange .has-background-dim-0.wp-block-cover__gradient-background.has-background-dim {
		opacity: 100 !important;
	}
	
	div.wp-block-column.mobileSpaceHide {
		display: none !important;
	}
}

/* CHANGES OPACITY OF BACKGROUND OVERLAY TO 100% OF ATTORNERY SECTION ON HOMEPAGE */
@media only screen and (max-width: 600px) {
	.mobileImageChange .has-background-dim-0.wp-block-cover__gradient-background.has-background-dim {
		opacity: 100 !important;
	}
	
	.desktopWhy {
		display: none !important;
	}
	
	.main-menu-container {
		background-color: #081920 !important;
	}
}

.mobileOnlySlideShow figcaption.gallery-caption {
	background-color: rgba(0,0,0,0) !important;
	color: black !important;
	text-align: center !important;
}

/* Legal Practice Areas Cover edits*/
.noPadsMobile div.wp-block-jetpack-layout-grid {
	padding: 0 !important;
}

/*Attorneys Page Styles*/
/*red button*/
.redbutton {
	color: white !important;
}

/*Attorney Title/Sub Title */
.attorneyTitle:nth-child(2) {
}

.buttonColorWhite {
	color: white !important;
}

/*Removes Margin top on media&text block*/
.entry-content {
	margin-top: 0 !important;
}

/*
.buttonColorWhite a:hover{
	
	color:blue !important;
}
*/
/*titles on carousels*/
h3.entry-title {
	text-align: center !important;
}

/*FOOTER STYLES START HERE*/
footer.entry-footer {
	display: none !important;
}

.entry-content {
}

.footerColumnHide {
	display: none;
}

.fullWidthFooter {
	width: 100vw;
}

#footer-widgets {
	width: 100% !important;
}

.site-footer {
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.widget-area {
	margin-top: 0;
}

div.site-info {
	display: none !important;
}

.dhowdesigns a:link {
	font-weight: 400 !important;
}

.footerQuickLink a:link {
	color: white;
	text-decoration: none;
}

.footerQuickLink a:visited {
	color: white;
	text-decoration: none;
}

.footerQuickLink a:hover {
	color: #bf9d7e;
}

/*FOOTER STYLES END HERE*/
/*About US Styles */
.serveYouLinks a:link {
	color: white;
}

.serveYouLinks a:visited {
	color: white;
}
@media(min-width:991px) and (max-width:1199px){
	section:not(section > section) {
	padding: 30px !important;
}	
section h2 {
	font-size: 40px !important;
}
.section-1 .elementor-element-33afbcf8 {
	align-items: center;
}	
.section-1 .elementor-container {
	display: flex;}
.btn-list .elementor-icon-list-items .elementor-icon-list-icon {
	margin-left: 12px;
}	
body .section-10 .elementor-element-8ae609d h2 {
	position: relative;
	top:-15px;
}	
.elementor-element-770e97d3 .elementor-button-link .elementor-button-text {font-size: 18px;
	text-align: left;line-height: 1.3;}	
.section-11 .elementor-button-wrapper {
	text-align: left;
}	
.section-8 .elementor-widget-container {
	margin-bottom: 0 !important;
}	
.section-8 .addi-row {
	padding: 0 !important;
}	
}



@media(min-width:768px) and (max-width:991px){
	body .section-10 .elementor-element-8ae609d h2 {
	position: relative;
	top: 15px;
}	
body .section-10 .hm-fm {padding: 0;}	
.section-11 .elementor-widget-container {
	margin: 0 !important;
	text-align: center;
}
.elementor-element-770e97d3 .elementor-widget-wrap {
	padding: 0 !important;
}	
.elementor-element-770e97d3 .elementor-button-link {
	margin: 0 !important;
	padding: 0 !important;
}	
.elementor-element-770e97d3 .elementor-button-link .elementor-button-text {font-size: 18px;
	text-align: left;line-height: 1.3;}	
.elementor-element-770e97d3 .elementor-widget-social-icons {
	text-align: center !important;
	margin: auto;
}	
.elementor-element-07891ee {
	display: none;
}	
	.elementor-section {padding: 0 25px !important;}
.elementor-element-1178be1a h2, .section-6 h2 {
font-size: 35px !important;margin-top: 35px;margin-bottom: 15px;}	
.section-1 .elementor-element-33afbcf8 {
	align-items: center;
}	
.section-1 .elementor-container {
	display: flex;}
body .section-1 {padding-bottom: 35px !important;}	
.section-3 .elementor-element-6390d557 {
	margin-top: 15px;
	margin-bottom: 45px;
}	
.btn-list .elementor-icon-list-items .elementor-icon-list-icon {
	margin-left: 12px;
}		
.section-5 .elementor-element-4a8b8112 {display: none;
	width: 3.965% !important;
}
.section-5 .elementor-element-45313e08 {
	min-width: 100%;
}	
.section-5 .elementor-element-45313e08 .elementor-element-1505f7bc {
	padding: 0 !important;
}	
.section-5 .elementor-element-45313e08 .elementor-element-1505f7bc .elementor-widget-wrap {
	padding: 30px 10px !important;
}	
.section-5 .elementor-element-45313e08 .elementor-element-1505f7bc .elementor-widget-wrap p {
	font-size: 16px;
}	
.section-6 .elementor-widget-container {
	text-align: center;
}	
.section-6 .elementor-widget-wrap {
	padding: 0 !important;
}	
.section-6 .elementor-button-wrapper {text-align: center;
	margin-bottom: 35px;}	
.section-8 h2 {
	font-size: 29px !important;
	margin-top: 25px;
}
.section-8 .elementor-widget-container {
	text-align: center;
	min-width: 100%;
	padding: 0 !important;
}	
.addi-row {padding: 0 !important;}body .elementor-1973 .elementor-element.elementor-element-36db5aee {
	padding: 0 15px !important;
	margin: 30px 0 !important;
	text-align: center;
}	
body .elementor-1973 .elementor-widget-button {
	text-align: center;
}
body .section-10 {
	padding: 15px 10px !important;
}	
body .section-10 .elementor-element-8ae609d {
	padding: 0 !important;
}	
body .section-10 .elementor-element-8ae609d h2 {
	position: relative;
	top:-15px;
}		
.section-11 {
	padding: 25px !important;
}	

	
}


@media(max-width:767px){
	.elementor-section {padding: 0 25px !important;}
.elementor-element-1178be1a h2, .section-6 h2 {
	text-align: center;font-size: 29px !important;margin-top: 35px;margin-bottom: 15px;}
.elementor-1973 .elementor-element.elementor-element-4ff9f5f1 > .elementor-widget-container {
	margin: 0 !important;padding: 0 !important;min-width: 100%;text-align: center;}	
.elementor-element-431be590 .elementor-button-link {margin: 0 auto 25px;display: block;}
.elementor-element-33afbcf8 .elementor-element-7759998 {	margin-bottom: 35px;}
.elementor-element-71db34b6 .elementor-widget-container {
	text-align: center;
}	
.elementor-element-1ff5ca24 .elementor-widget-container {
	text-align: center;
}
.elementor-element-6390d557 h5 {
	text-align: left;
}
.btn-list .elementor-icon-list-items .elementor-icon-list-icon {
	margin-left: 12px;
}	
.section-6 .elementor-widget-container {
	text-align: center;
}	
.section-6 .elementor-widget-wrap {
	padding: 0 !important;
}	
.section-6 .elementor-button-wrapper {text-align: center;
	margin-bottom: 35px;}	
.section-8 h2 {
	font-size: 29px !important;
	margin-top: 25px;
}
.section-8 .elementor-widget-container {
	text-align: center;
	min-width: 100%;
	padding: 0 !important;
}	
.addi-row {padding: 0 !important;}body .elementor-1973 .elementor-element.elementor-element-36db5aee {
	padding: 0 15px !important;
	margin: 30px 0 !important;
	text-align: center;
}	
body .elementor-1973 .elementor-widget-button {
	text-align: center;
}
body .section-10 {
	padding: 15px 10px !important;
}	
body .section-10 .elementor-element-8ae609d {
	padding: 0 !important;
}	
body .section-10 .elementor-element-8ae609d h2 {
	position: relative;
	top: 15px;
}	
body .section-10 .hm-fm {padding: 0;}	
.section-11 .elementor-widget-container {
	margin: 0 !important;
	text-align: center;
}
.elementor-element-770e97d3 .elementor-widget-wrap {
	padding: 0 !important;
}	
.elementor-element-770e97d3 .elementor-button-link {
	margin: 0 !important;
	padding: 0 !important;
}	
.elementor-element-770e97d3 .elementor-button-link .elementor-button-text {font-size: 18px;
	text-align: left;line-height: 1.3;}	
.elementor-element-770e97d3 .elementor-widget-social-icons {
	text-align: center !important;
	margin: auto;
}	
.elementor-element-07891ee {
	display: none;
}	
	
}




