/*
Theme Name: Williams & Associates Lawyers
Template: 	Divi
Version: 	4.21.0
*/

/*
Custom styling
---------------------------------------------------------------------------------------------------- */

body {
	font-weight: 400;
}

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
}

body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 20px;
}

/* Paragraph styling
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button {
    display: inline-block;
    padding: 13px 17px;
    line-height: normal !important;
    text-decoration: none;
    text-shadow: none;
    color: #ffffff;
    background-color: #022e77;
    max-width: 230px;
    border: none;
    width: 180px;
    font-size: 15px;
    text-align: center;
    box-shadow: inset 22px 0px 0px 0px #999999;
    transition: background-color 300ms ease 0ms;
    padding-left: 45px !important;
	border: none;
}
#page-container .et_pb_button:after {
	display: none;
	top: 14px !important;
}
#page-container .et_pb_button:hover {
	background: #999999;
	color: #ffffff;
}
.et_pb_button:after, .et_pb_button:before{
	top: 16px !important;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
}
#about_us_content .et_pb_button{
	margin-top: 1.5rem;
	width: auto;
    max-width: initial;
}
#about_us_content h4{
	color: red;
    font-size: 20px;
	margin-bottom: 26px;
	line-height: 1.4;
}

/*
wpforms styling
--------------------------------------------------- */

html body div.wpforms-container-full {
	margin: 0 auto;
}
#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
#page-container .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-submit-container {
	text-align: center;
	margin-top: 0;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
    display: inline-block;
    padding: 12px 50px;
    line-height: normal;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    box-shadow: none;
    border: none;
    background: #022e77;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    height: 45px;
    border-radius: 5px;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #aaa;
}

#page-container .wpforms-confirmation-container-full {
	background: #000;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}

/* list style
--------------------------------------------------- */

#main-content .entry-content ul,
#main-content .entry-content ol {
	padding: 0 0 0 20px;
	line-height: 1.5;
}
#main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 10px;
}
#page-container #main-content .entry-content li:last-of-type {
	padding-bottom: 0;
}

#main-content .entry-content ul li ul,
#main-content .entry-content ul li ol {
	margin-top: 10px;
}

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 25px;
}
p:last-of-type + ul,
p:last-of-type + ol {
	margin-top: 25px;
}

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 25px;
}
#main-content .list-style li:before {
	content: "\f345";
	font-family: dashicons;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -4px;
	color: #a30ffb;
}
#page-container .et_pb_menu li li,
#page-container .et_pb_menu li ul,
#header-sec #menu-primary-menu li li a {
	width: 270px;
}

/* anchor tag style
--------------------------------------------------- */

.entry-content a:hover {
	color: #c00000;
}
.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a:hover {
	color: #fff;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* table style
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

/* builder section 
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder row and container 
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* Divi sup styling
----------------------------------------------- */

#page-container sup {
	bottom: 0.2em;
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
}

/* contact icons styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 35px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

body.blog header .et_builder_inner_content {
	z-index: 9;
}
body.blog header .et_builder_inner_content.has_et_pb_sticky {
	z-index: inherit;
}

/*
inner banner section styling
--------------------------------------------------- */

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.archive article,
.sp-custom-style #left-area article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
.blog .entry-title,
body.single .post .entry-title {
	font-size: 30px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}
body .read-more {
	margin-left: 5px;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #567426;
	color: #fff;
}

/*
Sidebar styling
--------------------------------------------------- */

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
/* 	border-bottom: 1px solid #d7d7d7; */
	padding-bottom: 30px;
}
#sidebar .et_pb_widget:last-child,
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .et_pb_widget li {
/* 	border-bottom: 1px solid #ccc; */
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_categories select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 16px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_categories select::-ms-expand {
	display: none;
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

/*
main content area styling
--------------------------------------------------- */

.single #main-content .container:before {
	display: none;
}
#main-content .sp-custom-style #sidebar {
	padding-left: 0;
}

/*
End Blog page styling
---------------------------------------------------------------------------------------------------- */


/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
    z-index: 0;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100vw;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 {
	padding-bottom: 0;
	font-size: 40px;
	margin: 0px 0 20px;
	line-height: 2.3;
	text-transform: uppercase;
}
#services_heading .et_pb_column h2:before,
#inner-banner1 h1:before{
    position: absolute;
    bottom: 2px;
    width: 25%;
    left: 67.5%;
    margin-left: -30%;
    height: 1px;
    content: "";
    background-color: #777;
    z-index: 4;
}
#inner-banner1 h1:after{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: -16px;
    content: '\00a7';
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display", serif;
    color: #022e77;
    font-weight: 400;
    z-index: 5;
    display: block;
    background-color: #ffffff;
}
#services_heading .et_pb_column h2:after{
	position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: -16px;
    content: '\00a7';
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display", serif;
    color: #022e77;
    font-weight: 400;
    z-index: 5;
    display: block;
    background-color: #F7F3F3;
}

/* 
Contact Us Page styles
---------------------------------------------------------------------------------------------------- */
#contact-us-row-2 #map{
	margin-top: 9px !important;
}
.contact-us-row-1 .et_pb_column{
	padding: 40px 15px 30px;
    border: 1px solid #e0e0e0;
    margin-top: 25px;
}
.contact-us-row-1 .et_pb_column_1 {
	border-top: 5px solid #022e77;
}
body .contact-us-row-1 .et_pb_column_1:before {
	content: "\f230";
	background: #022e77;
}
.contact-us-row-1 .et_pb_column_2 {
	border-top: 5px solid #022e77;
}
.contact-us-row-1 .et_pb_column_2:before {
	content: "\f231";
	background: #022e77;
}
body .contact-us-row-1 .icon {
	position: relative;
	top: 2px;
	color: #022e77;
	padding-right: 5px;
}
body .contact-us-row-1 .et_pb_column:before {
    font-family: dashicons;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
}
.contact-us-row-1 .et_pb_column_1 p{
	padding-bottom: 15px !important;
}
.contact-us-row-1 .et_pb_column_1 p a{
	color: #000 !important;
}
.contact-us-sec{
	padding: 50px 0!important;
}


/* Header
--------------------------------------------------- */

#header-sec{
	padding: 10px 0;
}
#header-sec .et_pb_row .et_pb_column_1_4{
	display: flex;
    flex-direction: column;
    align-items: start;
}
#header_logo{
	margin:15px 0 0;
}
body #page-container #menu-top > li.current-menu-item a {
    color: #022e77;
}
body #menu-top > li a {
    font-size: 16px !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
#header-sec #menu-primary-menu li a{
	font-family: "Open Sans",Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35em;
}
#header-sec #menu-primary-menu li li {
	padding-bottom:0;
}
#header-sec #menu-primary-menu li li a {
	text-transform:capitalize;
	padding:5px 10px;
}
#header-sec #menu-primary-menu li li a:hover {
	background:#022e77;
	color:#fff;
}
#header-sec #menu-primary-menu.current-menu-item a{
	color: #022e77 !important;
}
#header-sec #menu-primary-menu li li.current-menu-item a:hover {
	color: #fff !important;
}
#page-container .et_pb_menu .et-menu>li {
    padding-left: 15px;
    padding-right: 15px;
}
#menu-primary-menu{
	margin-top: 15px;
}
.nav li ul{
	border-top: 3px solid #022e77 !important;
}
.et-menu li li.menu-item-has-children>a:first-child:after{
	color: #022e77 !important;
}
.et_pb_menu li li,
.et_pb_menu li li:hover{
	padding: 0 !important;
}

/* Banner Section
--------------------------------------------------- */
#hero-img-section {
	min-height: 700px;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 55px;
}
#hero-img-section .et_pb_slider .et_pb_slide{
	height: 700px;
}
.et_pb_slide_description {
    display: flex;
    align-items: start;
    text-align: left;
	padding: 16% 0%;
}





/* Footer Styling
----------------------------------------------- */

#footer_bottom .et_pb_column p a,
#footer_top .et_pb_column p,
#footer_top .et_pb_column p a{
	color: #ffffff !important;
}
#footer_top .et_pb_column .et_pb_button{
	background-color: #999999;
    border: 2px solid #999999;
    box-shadow: none;
    padding: 11px 22px !important;
    max-width: 221px;
    text-align: center;
}
#footer_bottom .et_pb_row:first-of-type{
	border-top: 1px solid #ffffff;
}
#footer_bottom .et_pb_row:first-of-type .et_pb_column{
	margin-top: 10px;
}
#footer_top .et_pb_column .et_pb_button:hover{
	background-color: transparent;
}
#footer_top .et_pb_column p{
	padding-bottom: 20px;
}

#footer_top .et_pb_column p .dashicons-icon i{
	position: relative;
	top: 2px;
}

.et_pb_row .et_pb_column.et_pb_column_2_tb_footer:last-child {
	padding-left: 45px;
}
.et_pb_column_2_tb_footer .dashicons-phone-icon {
	position: relative;
    top: 3px;
}
#footer_bottom .et_pb_row {
	font-size:14px;
}


/* About Section
--------------------------------------------------- */

#about-area .et_pb_row {
	display: flex;
}
#about-area .et_pb_column:first-of-type {
	align-self: center;
}
#about-area .et_pb_image {
	margin-right: -98px;
}
#about-area .et_pb_image .et_pb_image_wrap {
	padding-bottom: 50px;
}
#about-area .et_pb_image .et_pb_image_wrap:after {
	content: "";
	width: 50%;
	height: 100%;
	background: #2e3192;
	background: -webkit-linear-gradient(to right, #022e77, #0a172d);
	background: -o-linear-gradient(to right, #022e77, #0a172d);
	background: -ms-linear-gradient(to right, #022e77, #0a172d);
	background: -moz-linear-gradient(to right, #022e77, #0a172d);
	background: linear-gradient(to right, #022e77, #0a172d);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -9;
}
.our-value-area ul li {
	list-style-type:none !important;
	clear:both;
	margin-bottom: 25px;
}
.our-value-area h2 {
	font-size:45px;
}
#main-content .entry-content .our-value-area ul {
	padding-left:0;
}
.our-value-area img.alignleft {
    margin-right: 15px; 
}

/* 
 * Our Services Styling
---------------------------------------------------------------------------------------------------- */
#page-container #our_services{
	padding: 40px 0;
	background-color: #022e77;
}
#page-container #our_services .et_pb_column:first-of-type p{
	color: #fff;
}
#page-container #our_services .et_pb_column:first-of-type span{ 
	font-size: 16px;
	line-height: 2;
	color: #FFD700;
}
#page-container #our_services .et_pb_column:first-of-type h2{
	font-size: 42px;
	line-height: 2;
	padding: 0;
	color: #ffffff;	
}
#page-container #our_services .et_pb_column:first-of-type h2:after{
    width: 70px;
    height: 3px;
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    background-color: #ffffff;
    z-index: 999;
}
#page-container #our_services_content{
	padding: 40px 0;
}
#page-container #our_services_content .et_pb_column h2{
    font-size: 26px !important;
    font-weight: 400;
    margin: 20px 0 10px;
    line-height: 1.4 !important;
	color: #ffffff !important;
	padding: 0;
}
#page-container #our_services_content .et_pb_column h2:after{
	display: none !important;
}
#page-container #our_services_content .et_pb_column h2 a:hover{
	color: #FFD700;
}
#page-container #our_services_content .et_pb_column p{
	font-size: 16px;
	color: #ffffff;
}
#page-container #our_services_content .et_pb_column .et_pb_module{
	margin: 0;
}
#page-container #our_services_content .et_pb_column .et-pb-icon{
    font-size: 65px !important;
    line-height: 1 !important;
}
#page-container .our_services_content_02{
	display: flex;
	justify-content: center;
}
#page-container .our_services_content_02 .et_pb_column {
	min-width: 244px;
}
#page-container #our_services .et_pb_button{
	background-color: #999999;
    border: 2px solid #999999;
    box-shadow: none;
    padding: 11px 41px;
}
#page-container #our_services .et_pb_button:hover{
	background-color: transparent;
}


/* Testimonials styling
----------------------------------------------- */

#home-testimonial-area {
	overflow: hidden;
	margin: 50px 0 70px;
}
#home-testimonial-area .et_pb_slider .et_pb_slide {
	background-color: transparent;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_description {
	padding: 0 0 0;
	text-shadow: none;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
    color: #000;
    font-size: 17px;
    font-style: italic;
    max-width: 90%;
    margin: 0 auto;
}
#home-testimonial-area .et-pb-controllers {
	bottom: 0;
}
#home-testimonial-area .et-pb-controllers a {
	width: 16px;
	height: 16px;
	border-radius: 500px;
	opacity: 1;
	background-color: transparent;
	border: 2px solid #fff;
}
#home-testimonial-area h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000 !important;
    font-style: normal;
}
#home-testimonial-area .et_pb_slide_title {
    display: none;
}
#home-testimonial-area .et_pb_slider:hover .et-pb-arrow-prev,
#home-testimonial-area .et_pb_slider .et-pb-arrow-prev{
	left: 0px;
	opacity: 1;
}
#home-testimonial-area .et_pb_slider:hover .et-pb-arrow-next,
#home-testimonial-area .et_pb_slider .et-pb-arrow-next{
	right: 0px;
	opacity: 1;	
}
#home-testimonial-area .et-pb-arrow-next,
#home-testimonial-area .et-pb-arrow-prev {
    top: 58%;
}
#home-testimonial-area .et-pb-arrow-prev:before,
#home-testimonial-area .et-pb-arrow-next:before{
    font-size: 40px;
	color: #000000;
}
#home-testimonial-area .et-pb-arrow-prev:before{
	content: '\23';
}
#home-testimonial-area .et-pb-arrow-next:before{
	content: '\24';
}
#home-testimonial-area .et-pb-controllers {
    bottom: 0;
    display: none;
}
#home-testimonial-area .et-pb-controllers a{
	border-color: #000;
}
#home-testimonial-area .et-pb-controllers a.et-pb-active-control {
    background-color: #000;
}
#home-testimonial-area .et_pb_slider {
    overflow: initial;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
    background-color: #b5d1ff;
    padding: 30px;
    border-radius: 3px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home-testimonial-area .et_pb_slide_description:after {
    display: block;
    content: '';
    width: 855px;
    min-height: 280px;
    background: #022e77;
    position: absolute;
    top: 25px;
    right: 28px;
    z-index: -1;
    border-radius: 3px;
}

/* Home CTA Section
--------------------------------------------------- */

#home-cta-area {
	padding-top: 100px;
	padding-bottom: 100px;
}
#home-cta-area .et_pb_column {
    background-image: linear-gradient( 180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100% );
    padding: 50px 35px;
    max-width: 570px;
    border: 1px solid #1259cf;
    border-radius: 3px;
}
#home-cta-area .et_pb_button{
	width: auto;
}


/* Legal Guide Section
--------------------------------------------------- */
#legal_guide_section .et_pb_column .et_pb_module{
	margin-bottom: 15px;
}
#legal_guide_section .et_pb_column img{
	border: 1px solid #eaeaea;
    max-width: 200px;
    box-shadow: 0px 5px 10px #a7a7a794;
}
#legal_guide_section .et_pb_column p{
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}
#legal_guide_section .et_pb_button{
	text-align: center;
	width: auto;
}
#legal_guide_section .et_pb_row{
	max-width: 900px;
}
#legal_guide_section .wpforms-form input{
	padding: 10px 15px;
}
.legal-guide-form1,
.legal-guide-form2,
.legal-guide-form3,
.legal-guide-form4,
.legal-guide-form5,
.legal-guide-form6,
.legal-guide-form7,
.legal-guide-form8 {
	display:none;
}





/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1230px) { 

	body .et_pb_row,
	body .container {
		width: 95%;
	}

}

@media only screen and (max-width: 980px) { 

	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}

	#site-header .et_pb_image {
		text-align: center;
	}


	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#header-sec .et_pb_row .et_pb_column{
		max-width: 50%;
	}
}

@media only screen and (max-width: 767px) { 

	body h1 {
		font-size: 35px;
	}
	body h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 24px;
	}

	#page-container .et_pb_button,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
		padding: 10px 25px;
	}

	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#header-sec .et_pb_row .et_pb_column{
		max-width: 100%;
	}
	#header-sec .et_pb_row .et-last-child .et_pb_button_module_wrapper{
		position: relative;
		top: -4.5rem;
		right: 6px;
	}
	#header-sec .et_pb_row .et-last-child .et_pb_menu{
		margin: 0;
    	top: -3rem;
	}
	#header-sec .et_pb_row .et-last-child .et_pb_menu .et_pb_menu_inner_container .et_pb_menu__wrap{
		justify-content: center !important;
	}
	#header-sec .et_pb_row .et-last-child{
		height: 30px;
	}
	#header-sec .et_pb_row .et-last-child .et_pb_button_module_wrapper:first-of-type{
		position: absolute;
		top: -7.5rem;
		right: 0;
	} 
	#header-sec .et_pb_row .et-last-child .et_pb_button_module_wrapper:last-of-type{
		position: absolute;
		right: 8px;
		top: -4.5rem;
		z-index: 999;
	}
	
}

@media only screen and (max-width: 500px) { 

	body h1 {
		font-size: 30px;
	}
	body h2 {
		font-size: 28px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}

	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}

	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#header-sec {
		padding: 10px 0 0;
		height: 150px;
	}


}

@media only screen and (max-width: 375px) { 
	#header-sec .et_pb_row .et-last-child .et_pb_button_module_wrapper:first-of-type{
		position: absolute;
		top: -7.5rem;
		right: 0;
	}
	#header-sec #header_logo .et_pb_image_wrap  img{
		width: 165px;
   	 	height: 60px;
	}
	
}
