/*
 Theme Name:     Divi Child – Original
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child – A Theme for WordPress
 Author:         GraVoc
 Author URI:     https://www.gravoc.com/
 Template:       Divi
 Version:        1.0.0
*/

/* Theme customization starts here...
----------------------------------------------------------------------------- */

/******************************************************************************\
*** Typography
\******************************************************************************/

/* Headings */
body.page h3, body.page h4, body.page h5, body.page h6 {
    padding-bottom: 0;
}

/* Headings (Responsive) */
@media (max-width: 480px) {
	#main-content h1 {
		font-size: 40px;
	}
	#main-content h2:not(.entry-title) {
	    font-size: 36px;
	}
	.single-post #main-content h2 {
	    font-size: 32px;
	}
}

/******************************************************************************\
*** Header
\******************************************************************************/

/* Dropdown Menu – Right Align */
/* add the class name "dropdown-menu-right-align" to the menu item */
header .et_pb_menu .dropdown-menu-right-align > ul.sub-menu {
    right: 0px !important;
    left: auto !important;
}

/* Menu */

header .et_pb_menu .et-menu-nav>ul ul {
    padding: 5px 0 !important;
}
header .et_pb_menu .nav li li {
    width: 100%;
	padding: 2.5px 10px !important;
}
header .et_pb_menu .nav li li a {
    width: 100%;
}

header .et_pb_menu .nav li ul {
    min-width: 200px !important;
}

header .et-menu .menu-item-has-children>a:first-child {
    padding-right: 18px;
}

header .et_pb_menu .et-menu>li:last-of-type {
    padding-right: 0;
}

/* Menu – Responsive */

@media (max-width: 1080px) {
	header .et_pb_menu .et-menu>li {
		padding-left: 8px;
		padding-right: 8px;
	}
	header .et_pb_menu ul li a {
		font-size: 13.5px !important;
	}
}
@media (max-width: 1000px) {
	header .et_pb_menu .et-menu>li {
		padding-left: 6px;
		padding-right: 6px;
	}
	header .et-menu .menu-item-has-children>a:first-child {
		padding-right: 17px;
	}
}

/* Divi Mobile */

#dm-menu li {
    margin: 10px 0;
}

#dm-menu ul.sub-menu {
    padding-bottom: 0;
    margin-top: 10px !important;
	padding-left: 10px;
}

/******************************************************************************\
*** General
\******************************************************************************/

.tagline h3 {
    padding-bottom: 0;
}

body.page .popup_attorney h3, 
body.page .popup_attorney h4 {
    padding-bottom: 5px;
}

.popup_attorney > .et_pb_row {
    max-height: 85vh;
    margin-top: -50px;
    overflow: scroll;
}

/******************************************************************************\
*** Single Post
\******************************************************************************/

.single-post .et_pb_post_content img {
    width: 800px;
    text-align: center;
}

/******************************************************************************\
*** Divi Module – Blog
\******************************************************************************/

.et_pb_blog .et_pb_blog_posts .et_pb_post .entry-title {
    padding-bottom: 5px;
}

.et_pb_blog .et_pb_blog_posts .et_pb_post .et_pb_image_container {
    margin: -20px -20px 20px;
}
.et_pb_blog .et_pb_blog_posts .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
}

/******************************************************************************\
*** Divi Module – Team Member
\******************************************************************************/

.et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
    padding-bottom: 5px;
}

.et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .page-id-11248 .et_flex_module.et_pb_team_member,
	.page-id-11259 .et_flex_module.et_pb_team_member {
        display: flex;
        align-items: center;
    }
}

/******************************************************************************\
*** Gravity Forms
\******************************************************************************/

.gform-theme--foundation .gform_fields {
    row-gap: 24px !important;
}

.gfield.terms {
    font-size: 12px;
    line-height: 1.5;
}

/* submit button */
input#gform_submit_button_1 {
    background-image: initial;
    background-color: var(--gcid-415ymqheh2);
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration-line: none;
    text-transform: uppercase;
    color: var(--gcid-gwxk018uw6) !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-width: 0px;
    border-color: #333;
    border-style: solid;
    padding: 15px 20px;
}
