/*
Theme Name: Snyder Law PC
Theme URI: https://www.strongmtn.com
Version: 1.1
Description: Custom theme for Snyder Law PC
Author: Strong Mountain
Author URI: https://www.strongmtn.com
template: bb-theme
*/

/* Add your custom styles here... */ 
/* mobile menu fix */
@media only screen and ( max-width: 768px ) {
	.pp-advanced-menu.full-screen .pp-menu-overlay ul.menu {
		width: 100%;
	}
	 .pp-advanced-menu .pp-menu-overlay > ul.menu {
		padding: 10px !important;
	}
}

span.fl-post-date {
	font-family: 'Lora', Georgia, "Times New Roman", serif;
	color: #191c62;
	line-height: 1.3;
	font-weight: 500;
	font-size: 18px;
}

@media (min-width: 992px) {
	.fl-content-left {
		border-right: none;
	}
}

@media only screen and (min-width: 993px) {
	li#menu-item-6692 {
	display: none;
	}
}
/* phone links */
.desktop-link { 
	display: inline; 
}
.mobile-link {
	display:none;
}
#slpc-top-row {   position: static;
  z-index: auto;}
#slpc-top-bar {
	float:right; text-align:right;
	font-family: 'Lora', Georgia, serif;
}
#slpc-top-bar span.snyder-call {
	color: #191d61;
	background: #fff;
	border-radius: 1em;
	font-size: 15.5px;
	padding: 0.4em 0.6em;
	margin-right: 1em;
}
@media (max-width:600px) { 
	.mobile-link { display: inline; }
	.desktop-link { display:none; } 
}
/*Hamburger menu  */
.fl-menu-mobile-toggle.hamburger .bar1, .fl-menu-mobile-toggle.hamburger .bar2, .fl-menu-mobile-toggle.hamburger .bar3 {	
	width: 20px;
	height: 2px;
	background-color: #1a1c62;
	transition: 0.4s; }
.fl-menu-mobile-toggle.hamburger .bar1 {	
	border-radius: 0.25em;
	margin: 0 0 4px 0;}
.fl-menu-mobile-toggle.hamburger .bar3 {
	border-radius: 0.25em;
	margin: 4px 0 0 0; }

/*Hamburger menu animation */
.fl-menu-mobile-toggle.hamburger.fl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 2px);
	transform: rotate(-45deg) translate(-7px, 2px);}
.fl-menu-mobile-toggle.hamburger.fl-active .bar2 {
	opacity: 0; }
.fl-menu-mobile-toggle.hamburger.fl-active .bar3 {
-webkit-transform: rotate(45deg) translate(-7px, -1px);
transform: rotate(45deg) translate(-7px, -1px); }

/*Button Styles*/
.fl-button-wrap .fl-button {
  position: relative;
}
.fl-button-wrap .fl-button:after{
  content: "\f105"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  opacity: 0;
  transform: translateX(-5px);
  margin-left: -8px;
  transition: opacity 0.4s ease, transform 0.4s ease, margin-left 0.4s ease;
	font-style:normal;
}
.fl-button-wrap .fl-button:hover:after {
  opacity: 1;
  transform: translateX(0);
  margin-left: 0.5em;
}
.equal-height-btns{
	display: flex;
	align-items: flex-end;
	flex: 1 1 0;
}
.slaw-trans-btns a.fl-button{
	background-color: rgba(0, 0, 0, 0);
	color: #1A1C62 !important;
}
.slaw-trans-btns a.fl-button:hover, .slaw-trans-btns a.fl-button:hover span.fl-button-text{
	color: #fff !important;
}
.slaw-trans-btns a.fl-button span.fl-button-text{
	color: #1A1C62;
}
.no-hvr-btn .fl-button-wrap .fl-button:after{
	display: none;
}

/*Text Styles*/
h2, h3 {
	margin-block-start: 0em;
}
.hdr-w-line {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hdr-w-line:before,
.hdr-w-line:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E2E2E9;
  margin: 0 20px;
}
.p-max-width-800 {
	max-width: 800px;
	margin: 0 auto;
}
p a, .fl-module-rich-text li a{
	border-bottom: 1.6px dotted #1A1C62;
}
p a:hover{
	border-bottom: 1.6px dotted #2F34BF;
}
a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}
ul li{
	padding-bottom: 10px;
}
.slaw-wht-bkg{
	background-color: #fff;
}

h4.fl-widget-title {
	font-family: 'Lora', Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #191c62;
	line-height: 1.3;
	font-weight: 500;
}
.wp-singular h3.wp-block-heading { color: #545454;}

/*Full Width Blog for Mobile*/
@media (max-width: 768px) {
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 768px !important;
	}
}
/*Gravity Forms*/
.gchoice label{
	font-weight: 400;
}
/*Image Style*/
.slaw-photo-brdr{
	border: 13px solid #fff;
}
.pp-pullquote img {
  width: 55px;
  height: 55px;
  max-width: 55px;
  max-height: 55px;
  border-radius: 50%;
	margin-left: 10px;
  object-fit: cover; 
}
/*Team Images*/
.pp-hover-card-inner span.pp-hover-card-icon.fas.fa-link {
	opacity: 0;
}
.pp-hover-card-inner:hover span.pp-hover-card-icon.fas.fa-link {
	opacity: 1;
	transition: all 500ms;
}

/* Footer */
.fl-col-group.fl-node-0h7pzuk9vd1s .fl-menu ul, .fl-col-group.fl-node-0h7pzuk9vd1s .fl-menu li {
	list-style-type: disc;
}
.slpc-hero h1 {
	text-shadow: 1px 1px 3px rgb(25 28 98 / 40%);
 margin-bottom: 10px !important;
}
.slpc-hero p {
	text-shadow: 1px 1px 3px rgb(25 28 98 / 40%);
	line-height:1.3;
}

html {
  scroll-padding-top: 148px; /* height of sticky header */
}