/*
Theme Name: TJF & Associates
Theme URI: 
Author: Mind Blowing Things
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: tim-farmer-law
Tags: 
*/

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 70px;
}

/* ====================
    HEADER
   ==================== */

header {
	margin-bottom: 140px;
}

.tf-header-row {
	position: relative;
}

.papeles {
	position: absolute;
	left: 0px;
	top: -7px;
}

/* ====================
    MAIN MENU
   ==================== */

.tf-nav {
	position: absolute;
	top: 34px;
	right: 0px;
}

.tf-nav ul li a {
	padding: 20px 40px;
}

.tf-nav ul li.account {
	display: none;
}

body.logged-in .tf-nav ul li.account {
	display: block;
}

body.logged-in .tf-nav ul li.login {
	display: none;
}

.tf-nav ul li.account,
.tf-nav ul li.login {
	color: #fff;
	background-color: #2e2670;
}

/* ================================
    GENERAL STYLE
   ================================ */

.entry-content {
	margin-block-start: 0px;
}

/* ================================
    BUTTONS
   ================================ */
.wp-element-button {
	border-radius: 0;
	padding: 14px 34px;
	height: 50px;
	color: #11122B;
	background-color: #F37528;
}

.wp-element-button:hover {
	background-color: #F9BA94;
}

.wp-block-button.arrow .wp-element-button {
	position: relative;
	background-color: #F9BA94;
	transition: background-color .5s ease;
}

.wp-block-button.arrow .wp-element-button:hover {
	background-color: #F37528;
	color: #11122B;
}

.wp-block-button.arrow .wp-element-button:after {
	content:url(img/arrow.svg);
	display: block;
	position: absolute;
	right: -50px;
	top: 0px;
  	width: 50px;
  	height: 100%;
  	line-height: 55px;
	background-color: #F37528;

}

/* ================================
    GRAVITY FORM STYLES FORM i-90
   ================================ */

.tf-save {
	position: fixed;
	bottom: 0px;
	left: 0px;
	--wp--style--global--content-size: auto;
	width: 100vw;
	box-sizing: border-box;
	padding: 20px 185px 20px 30px;
	background-color: #2e2670;
	color: #fff;
}

.gform_save_link {
	position: fixed !important;
	bottom: 10px !important;
	right: 30px !important;
	z-index: 10 !important;
}

.gform_wrapper {
	padding-bottom: 80px;
}

.gfield_label,
.field_description_above {
	font-weight: 800 !important;
}

.gform_required_legend {
	display: none;
}

.gfield--type-html h4 {
	margin-top: 0px;
	padding-bottom: 24px;
	font-size: 14px;
	border-bottom: 1px solid #e2e4e5;
}

.gform-theme--framework .gf_progressbar_title {
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.gf_step_current_page,
.gf_step_page_count {
	display: none !important;
}

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

#gform_next_button_3_244 {
	display: none;
}

#gform_next_button_3_244.tjf-show-btn {
	display: block;
}
