/*
Theme Name: Denny Sumpter - Attorney at Law 
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 5%;
  padding-bottom: 5%;
}
.pad-xss > .fl-col-content {
  padding-top: 3%;
  padding-bottom: 3%;
}
/** REMOVE PADDING **/
/* Remove padding top or bottom */
.remove-pad-top .fl-row-content-wrap {
  padding-top: 0 !important;
}
.remove-pad-bottom  .fl-row-content-wrap{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-module-content {
  padding: 12% 12% !important;
}
.pad-lg-col > .fl-module-content {
  padding: 10% 10% !important;
}
.pad-md-col > .fl-module-content {
  padding: 8% 8% !important;
}
.pad-sm-col > .fl-module-content {
  padding: 6% 6% !important;
}
.pad-xs-col > .fl-module-content {
  padding: 4% 4% !important;
}
.pad-xss-col > .fl-module-content {
  padding: 3% 3% !important;
}

/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
	.neg-top {
	  margin-top: -100px;
	}
	.neg-bottom {
	  margin-bottom: -150px;
	}
	.neg-left {
	  margin-left: -100px;
	}
	.neg-right {
	  margin-right: -100px;
	}
}

/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}

.hide-xs {
    display: none !important; 
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.btn > .fl-button-wrap, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 14px 20px;
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  margin-top: 20px;
}
/* Button one */
.btn.btn-one>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button one > hover */
.btn.btn-one:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/* Button two */
.btn.btn-two>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button two > hover */
.btn.btn-two:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/**------------------------------ 
 * Gravity Form Buttton
 ----------------------------**/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  color: #fff !important;
  border: 0px solid transparent !important;
  margin-bottom: 0px !important;
}
.gform_wrapper .gform_footer {
    padding-bottom: 0;
}

/* form button */
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #ffaf00 !important;
  color:#000 !important;
}

body, p, a {
    line-height: 30px;
	margin: 0 0 20px;
}
 p:last-child {
    margin-bottom: 0 !important;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-left: 30px;
}

/** Scroll To Top **/
#fl-to-top {
    background-color: rgb(42, 125, 46);
}
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}

/**------------------------------ 
 * Overlap Headers
 ----------------------------**/
@media screen and (min-width: 1024px) {
  .fl-page-bar {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  }
  .fl-page-header, .fl-page-header-wrap {
    background-color: transparent;
    border-bottom-style: none; 
    position: absolute;
    top:0px; 
    width: 100%;
    z-index: 10;
    border-bottom: 0px !important;
  }
.fl-page-header-container.container {
		background: #272c3f;
}

.fl-shrink-header .fl-page-header-container.container {
		background: rgba(39, 44, 63, 1) !important;
}
}
/** End **/

/**------------------------------ 
 * Custom Css 
 ----------------------------**/
/** General Section **/

/** Media Queries **/
@media screen and (max-width: 767px) {
	/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {
	display:block !important;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #b8ac8b;
    padding: 0!important;
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}
#mobile-phone-cta a {
	display: block;
	height: 44px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 6px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-weight: bold;
	text-decoration: none;
}
#mobile-phone-cta a:hover {
	background-color: #151a30;
	color: #fff !important;
}
.mobile-phone-cta img {
	margin: 0px 0 0 0;
	padding-right: 10px !important;
	position: relative;
	top: 3px;
}
  /** font size for smaller devices */
  h1 {  font-size: calc(20px + 2vw); }
  h2 {  font-size: calc(20px + 1vw); }
  h3 {  font-size: calc(19px + 2vw); }
}

/* Header */
.fl-page-bar-container {
	padding: 5px 60px !important;
	width: 100% !important;
	margin: 0;
	max-width: 100%;
}
.social-media ul {
	margin: 0;
	padding: 0;
}
.social-media ul li {
	display: inline-block;
	margin: 0 25px 0 0;
}
.social-media ul li i {
	color: #151a30 !important;
	font-size: 20px;
	vertical-align: middle;
}
.fa-facebook:hover:before {
    color:#c0b596 !important;
}
.fl-page-bar a:hover{
  color: #c0b596;
}
.contact-info div.phone a:hover {
    color: #fff;
}
.social-media ul li a:hover i {
	color: #125b9a;
}
.fl-page-bar-text {
	width: 100%;
}
.contact-info div {
	display: inline-block;
	margin: 0 30px 0 auto;
	font-size: 16px;
	color: #000000;
}
.contact-info div i {
	vertical-align: middle;
	color: #272c3f;
	font-size: 18px;
	margin-right: 5px;
}
.contact-info div a {
	text-decoration: none;
}
.contact-info div.phone {
	background: #c0b596;
	padding: 12px 30px;
	color: #fff;
	margin: -10px 0 !important;
}
.contact-info div.phone strong {
	color: #fff;
	vertical-align: middle;
}
.contact-info div.phone a {
	font-size: 20px;
	font-weight: 600;
	vertical-align: middle;
	color:#151a30;
}
.fl-page-header-container {
	max-width: 100% !important;
	width: 100% !important;
	padding: 15px 60px !important;
}
.fl-page-header-logo {
	text-align: center;
	position: absolute;
	top: -15px;
}
.fl-page-nav-right .fl-page-nav-search {
	margin-left: 50px;
}
#menu-quick-links li a{
	position:relative;
}
#menu-quick-links li.current-menu-item a::after,
#menu-quick-links li a:hover::after{
content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 17px!important;
    height: 2px;
    background: #c0b596;
}
.navbar ul.navbar-nav .current-menu-item a::before{
	content: "";
	position: absolute;
	left: 14px;
	top: 13px;
	width: 17px !important;
	height: 2px;
	background: #c0b596;
}
.navbar ul.navbar-nav .menu-item a::before{
content: "";
position: absolute;
left: 14px;
top: 13px;
width: 0px;
height: 2px;
background: #c0b596;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
}
.navbar ul.navbar-nav .menu-item a:hover::before{
width: 17px;
}
.navbar ul.navbar-nav .menu-item .sub-menu li.current-menu-item a::before{
	    top: 6px;
		width: 17px !important;
}
.navbar ul.navbar-nav .menu-item .sub-menu li a::before {
    width: 0 !important;
}

.fl-shrink-header .fl-logo-img {
	max-height: 100px !important;
	width: 100% !important;
}
.col-sm-6.col-md-6.text-left.clearfix {
	width: 10%;
}
.col-sm-6.col-md-6.text-right.clearfix {
	width:90%;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a, .fl-page-nav-right .fl-page-nav-search a.fa-search {
	margin: 0;
}
.fl-shrink-header-enabled .fl-page-header {
	z-index: 99999;
}
.fl-page-header {
	background-image: none;

}


/* Slider Section */
.tparrows {
	background: rgba(0,0,0,0);
	width: 50px;
	height: 50px;
	border: 1px solid #959595;
}
.tparrows:hover {
background: #c0b596;
border-color: #fff;
}
.tparrows::before {
	line-height: 50px;
	font-weight: 700;
}
.slider-btn {
	position: relative;
}
.slider-btn::before {
	content: "";
	position: absolute;
	left: -65px;
	top: 50%;
	width: 85px;
	height: 2px;
	background: #fff;
	bottom: 0;
	transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.slider-btn:hover::before {
	left: -100px;
}
body {
    overflow-x: hidden;
}

/* USPS Section */
.usps-section .uabb-infobox-title-wrap {
	padding-left: 10px;
}
.usps-section > .fl-row-content-wrap {
	padding-bottom: 200px !important;
}
.usps-section.inner-usps > .fl-row-content-wrap {
	padding-bottom: 5% !important;
}

/* About Us Section */
/*h2.uabb-heading {
	position: relative;
}
h2.uabb-heading::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #c0b596;
}*/
.heading1 h2.uabb-heading {
  position: relative;
}
.heading1 h2.uabb-heading::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #c0b596;
}
.heading-line h2.uabb-heading {
  position: relative;
}
.heading-line h2.uabb-heading::after {
    content: "";
    position: absolute;
    top: 115px;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #c0b596;
}

.secondary-btn a {
	border: 2px solid #c0b596 !important;
}
.secondary-btn a {
	border: 2px solid #c0b596 !important;
	position: relative;
	overflow: visible;
	padding: 12px 35px !important;
}

.secondary-btn a::before {
	content: "";
	position: absolute;
	left: -70px;
	top: 50%;
	width: 85px;
	height: 2px;
	background: #c0b596;
	bottom: 0;
	transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.secondary-btn a:hover::before {
	left: -100px;
}

/* Pods section */
.pod-info a.uabb-infobox-cta-link {
    position: relative;
}

.pod-info a.uabb-infobox-cta-link::after {
    position: absolute;
    content: '';
    bottom: -3px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #c0b596;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.pod-info a.uabb-infobox-cta-link:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

/* Why choose us section */
.why-choose-us h2.uabb-heading::after, .our-team-section h2.uabb-heading::after, .latest-news h2.uabb-heading::after, .inner-ceter-title h2.uabb-heading::after {
	left: 50%;
	margin-left: -20px;
}
.why-choose-us.fl-row-bg-overlay .fl-row-content-wrap::before {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    border: 1px solid #515056;
    width: 90%;
    height: 76%;
    top: 12%;
    left: 5%;
}

.choose-us h2.uabb-heading {
  position: relative;
}

.choose-us h2.uabb-heading::after{
    content: "";
    position: absolute;
       top: 60px;
    left: 50%;
    margin-left: 0px;
    width: 2px;
    height: 20px;
    background: #c0b596;
}

.contact h2.uabb-heading {
  position: relative;
}
.contact h2.uabb-heading::after{
    content: "";
    position: absolute;
       top: 60px;
    left: 0;
    width: 2px;
    height: 20px;
    background: #c0b596;
}
.text-two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }

@-moz-document url-prefix() {
.text-two-col .fl-rich-text p {
	display: flex !important;
}
}

.text-two-col .fl-rich-text p {
	display: block;
}

/* Testimonials Section */
.testimonial-section .fl-row-content-wrap {
	padding-bottom: 0 !important;
}
.testimonial-section p {
	margin: 0 0 15px 0 !important;
}
.testimonial-section .uabb-testimonial-author-description {
	padding-top: 0 !important;
}

/* End Testimonials Section */

/* CTA Section */
.get-in-touch .fl-row-content-wrap {
	padding-bottom: 0 !important;
}
.cta > .fl-col-content {
	background-color: #23283c;
}
.cta-info {
	color: #4c4c4c;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 20px;
}
.cta-info a {
	color: #151a30;
	font-size: 25px;
	line-height: 40px;
	font-weight: 800;
}
.cta-info a:hover {
opacity:0.7;
}
.gform_wrapper {
	margin: 0px 0 !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400 !important;
	color: #23283c;
  font-size: 16px !important;
}
.fl-widget ul li {
	margin-bottom: 15px !important;
}
.gform_wrapper textarea.medium {
	height: 100px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"], select,  textarea {
	padding: 12px 12px !important;
	    background-color: #ebe9e5 !important;
    border: 1px solid #c0b596;
	height: 45px !important;
	color:#a69b7a !important;
	border-radius: 0;
  font-size:16px !important;
}
.gform_wrapper select option {
	color: #555;
}
#gform_submit_button_1 {
	background: #23283c;
	color:#c0b596 !important;
	padding: 14px 35px;
	font-weight: 800;
	    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#gform_submit_button_1:hover {
	background: #c0b596 !important;
	color:#fff !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.gform_wrapper .gform_footer {
	padding: 16px 0 30px !important;
}
.fl-module-map .fl-map {
/*	filter: grayscale(100%);*/
}

/* End CTA Section */


/* Our Team Section */
.our-team-section .uabb-module-content.uabb-team-wrap {
    position: relative;
		cursor: pointer;
	margin: 20px 0;
}
.our-team-section .uabb-team-image:hover {
    background: #000;
}
.our-team-section .uabb-photo-img:hover {
    opacity: 0.3;
}
.our-team-section .uabb-team-content {
	padding: 15px;
	background: #f8f8f9;
	border-bottom: 2px solid #e9e9eb;
}
.our-team-section .uabb-team-member-wrap:hover .uabb-team-content{
		border-bottom: 2px solid #151a30;
}
.uabb-team-wrap .uabb-imgicon-wrap .uabb-image-content img {
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.our-team-section .uabb-team-desc {
    position: absolute;
    top: 20%;
		opacity:0;
    z-index: 9999;
	left: 1%;
		-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.our-team-section .uabb-team-social {
    position: absolute;
    top: 55%;
    right: auto;
    text-align: center;
    width: 100%;
	left: 1%;
  opacity:0;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.our-team-section .uabb-team-member-wrap:hover .uabb-team-desc,
.our-team-section .uabb-team-member-wrap:hover .uabb-team-social {
   opacity:1 !important;
}
.our-team-section .uabb-team-member-wrap:hover .uabb-photo-img{
    opacity: 0.3;
}
.our-team-section .uabb-team-member-wrap:hover .uabb-team-image{
    background: #000;
}
.uabb-team-social i::before {
	font-size: 20px !important;
	vertical-align: middle;
}
.our-team-section .uabb-team-desc
{padding:0 15px;}
/* End Our Team Section */


/* Latest News Section */
.latest-news .uabb-blog-posts-description {
	padding-top: 0;
}

.latest-news h4 a:hover, .latest-news .uabb-read-more-text a:hover {
	color: #a3997d !important;
}
.latest-news .uabb-blog-post-inner-wrap {
	box-shadow: 2px 2px 7px rgba(0,0,0,0.15);
}
.latest-news img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.latest-news .uabb-blog-post-inner-wrap:hover img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

/* End Latest News Section */

/* Footer */
.home-contact-info h4.uabb-heading{
	position:relative;	
}
.home-contact-info h4.uabb-heading::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	width: 40px;
	height: 2px;
	background: #c0b596;
	margin-left: -20px;
}
.bottom-action-list li {
	display: inline !important;
	margin: 0 15px 0 0 !important;
}
.bottom-action-list li i {
	font-size: 20px;
}
.fl-page-footer-widgets {
	padding: 11% 0 3%;
	margin-top: -270px;
}
#fl-to-top {
	background-color: transparent;
	background: url("/wp-content/uploads/2019/07/clickto-top.png");
	width: 50px;
	height: 50px;
	bottom: 60px;
}
#fl-to-top:hover {opacity:0.7;}
#fl-to-top i {
	display: none;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(1) {
	width: 40%;
	padding-right: 125px;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(2) {
	width: 40%;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(3) {
	width: 20%;
}
.fl-page-footer-widgets-row.row {
    width: 100%;
    text-align: center;
}
.fl-page-footer-widgets .fl-widget ul.menu li {
    display: inline-block;
    padding-left: 20px;
}
/*.fl-page-footer-widgets .fl-widget ul.menu {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}*/
ul#menu-main-menu-1 {
    margin-top: -20px;
}
ul.bottom-action-list {
    margin-top: -40px;
        margin-bottom: -50px;
}
.fl-page-footer-text.fl-page-footer-text-1 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.fl-page-footer-text {
	padding-bottom: 0 !important;
	text-align: center;
}
#mobile-phone-cta {
	display:none;
}
.fl-widget ul li a {
	text-decoration: none;
}
.mobile-slider-txt {
	display: none;
}
.mobile-slider-txt .slider-btn a::before {
	content: "";
	position: absolute;
	left: -72px;
	top: 50%;
	width: 85px;
	height: 2px;
	background: #948b74;
	bottom: 0;
	transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.mobile-slider-txt .slider-btn a:hover::before {
	left: -100px;
}
.slider-btn a {
	overflow: visible;
}

/* Inner pages */
.practice-area-tabs .readmore-btn {
	font-weight: 600 !important;
	position: relative;
}
.practice-area-tabs a.readmore-btn::after {
	position: absolute;
	content: '';
	bottom: -3px;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #151a30;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.practice-area-tabs a.readmore-btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
.cases {
	margin: 15px;
}
.cases .uabb-bb-box .uabb-background {
	outline: 2px solid #c0b596;
	outline-offset: -20px;
}
.practice-area-tabs .uabb-tab-acc-title {
	border: 1px solid #000;
}
.practice-area-tabs img.alignright {
	box-shadow: 0 0 5px #000;
}
#gform_confirmation_message_1 {
	color: #fff;
}
.search .fl-sidebar {
	display: none !important;
}
.search .fl-content-left {
	border-right: 0px solid #e6e6e6;
	width: 100%;
      text-align: center;
}
.default-header-bg.inner-page-banner {
    text-align: center;
}
.search .fl-content .fl-search-input.form-control {
	color: #000 !important;
}


/* Blog Single Page */
.single-page-header {
    position: relative;
    z-index: 1;
}
h1.container.single-page-title {
    position: absolute;
    top: 42%;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.single-post .fl-page-footer-widgets, .search .fl-page-footer-widgets  {
	padding: 3% 0 3%;
	margin-top: 100px;
}
.single-post .fl-page-content {
	/*padding: 40px 0 0;*/
}

.uabb-blog-posts-description.uabb-blog-post-section.uabb-text-editor {
    margin-top: -25px;
}
.choose-us h2.uabb-heading {
    margin-top: 50px;
}
.bullet-list ul {
  padding-left:0px;
}
.bullet-list ul li {
    list-style: none;
    background-image: url(/wp-content/uploads/2020/12/Law.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 30px auto;
    padding-left: 38px;
    line-height: 38px;
    margin: 0 0 15px;
}
.bullet-list.listA ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count:3;
}
.fl-page-footer a {
    color: #000;
}
.fl-page-footer a:hover {
   color: #151a30;
    text-decoration: none;
}
.ginput_recaptcha iframe {
transform: scale(0.8);
margin-left: -30px;
}
.footer-link .uabb-subheading.uabb-text-editor a:hover {
    color: #c0b596 !important;
}
.fl-node-5fec476507faa > .fl-row-content-wrap {
    background-color: #ffffff;
    top: 30% !important;
    transform: translateY(-30%);
}
.fl-node-5fec50b89ebca > .fl-row-content-wrap, .fl-node-5fec512f6f75a > .fl-row-content-wrap, .fl-node-5fec51d960fdd > .fl-row-content-wrap, .fl-node-5fec523db233e > .fl-row-content-wrap, .fl-node-5fec52be2e7e2 > .fl-row-content-wrap,
.fl-node-5fec532f88483 > .fl-row-content-wrap, .fl-node-5fed83bbd638b > .fl-row-content-wrap{
      background-color: #ffffff;
    top: 30% !important;
    transform: translateY(-30%);
}

.home-contact-info {
    margin-bottom: -140px;
}
 aside#media_image-2 {
   /*margin-top: -50px;*/
}
.error404 .fl-page-footer-widgets{
      margin-top: 0px;
    padding: 1% 0 3%;
}

.border {
    border-width: 1px;
   border-color: #847c66;
    border-style: solid;
}
.fl-node-5d30387dd17b1 > .fl-row-content-wrap{
  padding:50px;
}
.listA {
    background: #f2f2f3;
    padding: 10px;
    border: 4px solid #c0b596;
    width: 90%;
    margin: 50px auto;
    margin-bottom: 0px;
}
.menu-main-menu-container ul li.current-menu-item a{
  color:#c0b596;
}

/* Mobile Modes */
@media screen and (min-width: 768px) and (max-width: 768px){
.fl-col-small{
  max-width:100% !important;
}
.fl-builder-content .fl-node-5d2f2f1a52fe3 .uabb-infobox{
  margin-left:20px;
}
.fl-builder-content .fl-node-5d2f2f21497a7 .uabb-infobox{
  margin-left:20px;
}
.fl-builder-content .fl-node-5d2f2b41ce300 .uabb-infobox{
  margin-left:20px;
}
}

@media screen and (max-width: 768px) {
.fl-node-5d30387dd17b1 > .fl-row-content-wrap{
padding-left: 20px !important;
    padding-right: 20px !important;
}
.fl-col-small{
  max-width:100% !important;
}
.fl-page-nav-collapse.navbar-collapse.fl-nav-offcanvas-collapse.in {
  background-color: rgba(39, 44, 63,1) !important;
}
.last {
    margin-bottom: -50px;
}
}


@media screen and (max-width: 958px) {
.fl-node-5d30387dd17b1 > .fl-row-content-wrap {
    padding: 20px;
}
}


@media screen and (min-width: 1700px) and (max-width: 1920px){
.border {
        padding-left: 180px;
    padding-right: 180px;
}
}

@media screen and (min-width: 1500px) and (max-width: 1699px){
.border {
        padding-left: 80px;
    padding-right: 80px;
}
}

@media screen and (min-width: 1400px) and (max-width: 1499px){
.border {
        padding-left: 20px;
    padding-right: 20px;
}
}


@media screen and (min-width: 1023px) and (max-width: 1300px){
.fl-page-header-logo{
/* width:42% !important; */
}
}

@media screen and (min-width: 1245px) and (max-width: 1920px){
.practice2 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 65px;
}
.practice3 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 65px;
}
.practice4 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 35px;
}
.practice5 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 35px;
}
}

@media screen and (min-width: 1159px) and (max-width: 1244px){
.practice2 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 65px;
}
.practice3 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 65px;
}
}

@media screen and (min-width: 1096px) and (max-width: 1158px){
.practice2 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 65px;
}
.practice3 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 30px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1095px){
.practice2 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 35px;
}
.practice3 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 30px;
}
}

@media screen and (min-width: 1204px) and (max-width: 1244px){

.practice4 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 63px;
}
.practice5 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 63px;
}
}


@media screen and (min-width: 1182px) and (max-width: 1203px){

.practice4 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 33px;
}
}

@media screen and (min-width: 1081px) and (max-width: 1181px){

.practice5 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 33px;
}
}

@media screen and (min-width: 1059px) and (max-width: 1080px){
.practice4 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 61px;
}
.practice5 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 60px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1058px){
.practice4 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 93px;
}
.practice5 .uabb-infobox-text.uabb-text-editor {
    margin-bottom: 93px;
}
}

@media screen and (max-width: 1279px) {
.fl-page-bar-container{
    padding: 5px 30px !important;
}
}

@media screen and (min-width: 1200px) {
ul#menu-main-menu {
    padding-right: 90px;
}
}


@media screen and (min-width: 992px) and (max-width: 1199px){
.ul#menu-main-menu {
    margin-right: 30px;
}
}

@media screen and (max-width: 1023px) {
.fl-node-5fec0fe250673 .uabb-image .uabb-image-content {
    display: none;
}
}



@media screen and (min-width: 1024px) {
.slider-caption{
  margin-top:0px !important;
}
}
@media screen and (min-width: 993px) and (max-width: 1023px){
.fl-module.fl-module-rich-text.fl-node-5d306b70e9eb0.cta {
    margin-bottom: -40px;
}
}
@media screen and (min-width: 769px) and (max-width: 992px){
.fl-module.fl-module-rich-text.fl-node-5d306b70e9eb0.cta {
    margin-bottom: -120px;
}
}

@media screen and (min-width: 900px) and (max-width: 1040px){
.title1 h3.uabb-infobox-title{
  font-size:25px;
}
}

@media screen and (min-width: 769px) and (max-width: 899px){
.title1 h3.uabb-infobox-title{
  font-size:20px;
}
}



@media screen and (min-width: 992px) and (max-width: 1023px){
.fl-page-nav .navbar-nav li>a{
         padding: 15px 0px 15px 15px;
}
.fl-builder-content .fl-node-5d2f2f1a52fe3 .uabb-infobox{
  border:none;
}
.fl-builder-content .fl-node-5d2f2f21497a7 .uabb-infobox{
    border:none;
}
.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a{
      font-size: 14px;
}
.col-sm-12.col-md-4.fl-page-header-logo-col{
      width: 30%;
    max-width: 30%;
}
.col-sm-12.col-md-8.fl-page-nav-col{
   width: 70%;
    max-width: 70%;
}
}




@media screen and (max-width: 767px) {
.mobile-slider-txt {
	display: block;
}
.heading-line h2.uabb-heading::after{
  top:88px !important;
}
.heading-line span.uabb-heading-text br{
  display:none;
}
.fl-page-header-primary .fl-logo-img {
    max-width: 100%!important;
    max-height: 100% !important;
	width: 140px;
}
	.fl-page-header-container {
    max-width: 100%!important;
    width: 100%!important;
    padding: 30px 20px!important;
}
.fl-page-nav-collapse.navbar-collapse.fl-nav-offcanvas-collapse.in {
	background-color: rgb(39 44 63) !important;
}
.fl-button-close i {
	color: #fff !important;
}
.tparrows.gyges {
	display: none;
}
	.usps-section > .fl-row-content-wrap {
    padding-bottom: 5% !important;
}
.fl-page-bar {
    display: none;
}
.fl-page-bar {
    display: none;
}
.fl-page-header-logo {
/* 	position: initial !important; */
padding-bottom: 0!important;
    margin-right: 0 !important;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
    padding-bottom: 0 !important;
}
.fl-page-nav .navbar-toggle {
top: 50%!important;
    position: relative;
    transform: translateY(-50%);
}
.fl-page-header-primary .fl-logo-img {
    max-width: 10%;
}
.tp-loop-wrap {
    display: none !important;
}
.fl-col-small {
    max-width: 100%;
}
h1 {  font-size: 35px !important; }
  h2 {  font-size: 26px  !important; }
  h3 {  font-size: 20px  !important;; }
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li>a {
    margin-bottom: 0;
}
.text-two-col {
    column-count: auto;
}
.why-choose-us.fl-row-bg-overlay .fl-row-content-wrap::before {
    display: none;
}
.fl-page-footer-widgets {
	padding: 8% 0 3%;
	margin-top: 0;
}
.fl-page-footer-widgets .col-sm-4.col-md-4 {
	width: 100% !important;
	padding-right: 0 !important;
}
h2.uabb-heading::after {
	top: 50px !important;
}
.pod-info {
	margin: 20px 0;
}
.counter-info {
	margin-bottom: 30px;
}
.counter-info h2.uabb-number-string {
	margin-bottom: 0;
}
.get-in-touch .fl-row-content-wrap {
	padding-top: 0 !important;
}
.home-contact-info .fl-col-small {
	margin-bottom: 30px;
}
.home-contact-info .uabb-heading {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
	right: 50px;
}
.cta-info a {
	font-size: 22px !important;
}
.our-team-section .uabb-team-social {
	top: 60% !important;
}
.inner-h1 h1.uabb-heading{
	margin-top: 30px !important; 
	margin-bottom: 30px!important; 
}
.practice-area-tabs .uabb-tab-acc-title {
	padding: 10px 15px !important;
	border: 1px solid #000;
}
.about-section .fl-col-content {
	padding: 0 !important;
}
.about-right-info .fl-col-content.fl-node-content {
	padding-top: 30px !important;
}
.inner-ceter-title .fl-module-content.fl-node-content {
	padding-bottom: 25px;
}
.our-team-section .fl-module-content.fl-node-content {
	margin: 0 20px;
}
.fl-sidebar {
	display: block !important;
}
.inner-ceter-title .cases .fl-module-content.fl-node-content {
	padding-bottom: 0;
}
.single .fl-content {
	margin: 20px 0 50px;
}
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	.our-team-section .fl-col-small, .uabb-blog-posts .uabb-post-wrapper {
	width: 90% !important;
		margin: 0 auto;
}
}
@media screen and (min-width: 421px) and (max-width: 767px) {
	.our-team-section .fl-col-small{
	width: 50% !important;
		margin: 0 auto;
}
.uabb-blog-posts .uabb-post-wrapper {
	width: 60% !important;
		margin: 0 auto;
}
#rev_slider_1_1, 
#rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 300px !important;
}
.tp-mask-wrap{
top:0px !important;	
}
.widget.widget_revslider, 
#rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 300px;
}
	.cases-section .fl-col-small {
	width: 50% !important;
}
}



/* Ipad Modes */



@media screen and (min-width: 768px) and (max-width: 991px) {
.fl-page-nav-collapse.navbar-collapse.fl-nav-offcanvas-collapse.in {
	background-color: rgb(39 44 63) !important;
}
.fl-page-header-logo {
    max-width: 27% !important;
}
h1 {  font-size: 40px !important; }

.fl-button-close i {
	color: #fff !important;
}
.fl-page-header-container {
	padding: 40px 0px !important;
}
.fl-page-header-logo {
	top: -40px !important;
}
.fl-page-header {
	z-index: 9;
}
}


@media screen and (min-width: 769px) and (max-width: 1023px) {
  .fl-node-5d30825c70d26 > .fl-module-content{
  margin-left: 0px !important;
}
.fl-node-5d306b70e9eb0 > .fl-module-content{
  margin-left: 0px !important;
}
.footer-box1 {
    margin-bottom: -60px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.why-choose-us.fl-row-bg-overlay .fl-row-content-wrap::before {
	display: none;
}

.uabb-blog-posts-col-3.uabb-post-wrapper {
	width: 55%;
	margin: 0 auto;
}
.fl-page-footer-widgets {
	padding: 3% 0 3%;
	margin-top: 0;
}
.usps-section > .fl-row-content-wrap {
	padding-bottom: 40px !important;
}
.contact-info .address, .contact-info .email {
	display: none;
}
.fl-page-footer-widgets .col-sm-4.col-md-4:nth-child(1) {
	width: 40%;
	padding-right: 30px;
}
.col-sm-6.col-md-6.text-left.clearfix {
	width: 35%;
}
.col-sm-6.col-md-6.text-right.clearfix {
	width:65%;
}
	
.practice-areas .fl-col-small {
	max-width: 100% !important;
	margin-bottom: 30px;
	width: 100%;
}
.get-in-touch .fl-row-content-wrap {
	padding: 0 !important;
	margin: 0 !important;
}
.home-contact-info .fl-col-small {
	margin-bottom: 30px;
}
.home-contact-info .uabb-heading {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}
.usps-section .fl-col-small {
	/*max-width: 50%;
	width: 100% !important;*/
}
.usps-section .uabb-infobox-title-wrap{
  padding-left:0px;
}
.usps-section h3.uabb-infobox-title {
    font-size: 22px;
}


.usps-section .fl-col-small .fl-node-content {
	padding: 0;
	margin: 10px 0;
}
.practice-areas .fl-col-content {
	margin-top: 20px !important;
	margin-bottom: 10px;
}
.our-team-section .fl-col-small {
	width: 50% !important;
	margin: 0 auto !important;
}
.get-in-touch .fl-col-small {
	max-width: 100% !important;
	width: 100%;
}
.inner-h1 h1.uabb-heading {
	margin-top: 50px;
	margin-bottom: 50px;
}
.practice-area-tabs .uabb-tab-acc-title {
	padding: 10px 15px !important;
}
.get-in-touch .fl-col-content {
	padding-top: 30px !important;
	padding-left: 20px !important;
}
.our-team-section .fl-module-content.fl-node-content {
	margin: 0 20px;
}

}

@media screen and (min-width: 768px) and (max-width: 1279px) {
.counter-info h2.uabb-number-string {
	margin-bottom: 0;
}
.counter-info {
	margin-bottom: 30px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
.fl-page-header-container {
	padding: 15px 20px !important;
}
.fl-page-nav-right .fl-page-nav-search {
	margin-left: 20px;
}
.fl-page-nav .navbar-nav li > a {
	/*padding: 15px 9px !important;*/
    padding: 15px 0px 15px 15px !important;
}
.contact-info div.phone {
margin: -10px 0 !important;
}

.contact-info .address, .contact-info .email {
	display: none;
}
.our-team-section .fl-col-small {
	width: 40%;
	margin: 0 auto !important;
	display: inline-block;
	float: none;
}
.our-team-section .fl-col-group {
	text-align: center;
}
.inner-h1 h1.uabb-heading {
	/*margin-top: 140px;
	margin-bottom: 140px;*/
}
}


@media screen and (min-width: 1024px) and (max-width: 1550px) {

.fl-page-nav .navbar-nav li > a {
	padding: 15px 11px;
}

.why-choose-us.fl-row-bg-overlay .fl-row-content-wrap::before {
	display: none;
}
/*.fl-page-footer-widgets {
	margin-top: -90px;
}*/
.practice-areas .fl-col-small {
	max-width: 100%;
	margin-bottom: 30px;
}

}

@media screen and (min-width: 1200px) and (max-width: 1500px){
	#rev_slider_1_1, #rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 500px !important;
}
.tp-mask-wrap{
top:0px !important;	
}
.widget.widget_revslider, #rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 500px;
}
.slider-sub, .slider-caption, .slider-btn {
	left: 230px;
	bottom: 190px;
}
.inner-h1 h1.uabb-heading {
	/*margin-top: 150px;
	margin-bottom: 150px;*/
}
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
	#rev_slider_1_1, #rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 500px !important;
}
.tp-mask-wrap{
top:0px !important;	
}
.widget.widget_revslider, #rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 500px;
}
.slider-sub, .slider-caption, .slider-btn {
	left: 230px;
	bottom: 190px;
}
.slider-sub, .slider-caption, .slider-btn {
	left: 230px;
	bottom: 120px;
}
	.fl-module-info-box > .fl-module-content {
	margin-right: 20px;
}
h2 {
    font-size: 28px !important;
}
h2.uabb-heading::after {
	top: 60px;
}
}

@media screen and (min-width: 390px) and (max-width: 767px){
  .fl-page-footer-container{
        margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
.bullet-list.listA ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count:1;
}
}
.fl-page-header-primary .fl-logo-img {
    max-height: 100% !important;
}
.fl-shrink-header-transition .fl-logo-img[data-retina] {
    width: 200px !important;
}
#media_image-1 img {
    width: 150px;
}
@media screen and (max-width: 1290px){
	.fl-shrink-header-transition .fl-logo-img[data-retina] {
    width: 160px !important;
}
}
@media screen and (max-width: 640px){
.fl-page-header-primary .fl-logo-img, .fl-shrink-header-transition .fl-logo-img[data-retina] {
    width: 110px!important;
}
	}
@media screen and (max-width: 520px){
.fl-page-header-primary .fl-logo-img, .fl-shrink-header-transition .fl-logo-img[data-retina] {
    width: 100px!important;
}
	}
@media screen and (max-width: 440px){
.fl-page-header-primary .fl-logo-img, .fl-shrink-header-transition .fl-logo-img[data-retina] {
    width: 90px!important;
}
	}
@media screen and (max-width: 375px){
.fl-page-header-primary .fl-logo-img, .fl-shrink-header-transition .fl-logo-img[data-retina] {
    width: 80px!important;
}
	}
