/* 
 Theme Name:     Fuse
 Author:         Webstract
 Author URI:     https://www.webstract.com/
 Template:       Divi
 Version:        4.4
*/ 

/* ----------- Formstack CSS Classes ------------------------------------------------------------------------ */
/* https://help.formstack.com/hc/en-us/articles/360019519891-Custom-Form-Themes-and-CSS --------------------- */
/* ---------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- 
    GENERAL
------------------------------------------------------------------------- */
:root{
 --spartan: 'Spartan',Helvetica,Arial,Lucida,sans-serif;
 --brown: #A47954;
 --blue: #17212B;
 --gray: #3A444F;

}

@font-face {
    font-family:'AvenirNext LT Pro Regular';
    src: url('fonts/AvenirNextLTPro-Regular.eot');
    src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

body{
    font-family:'AvenirNext LT Pro Regular';
}

/**:focus-visible,
*:focus-within{
    outline: 1px dashed #fff;

}*/

/**:focus
 {outline: 1px dashed #fff;}*/


a:hover {
    text-decoration: underline;
}
.et_pb_button:hover, 
.et_pb_menu a:hover {
    text-decoration: none;
}

.et_pb_column {
    min-height: auto;
}

/* ------------------------------------------------------------------------- 
    TYPOGRAPHY
------------------------------------------------------------------------- */

/*

Target all page types, EXCEPT homepage
If Divi is ON we use Divi to style the pages
If Divi is OFF (as shown below) we need to provide basic styles

*/

.fuse-divi-off #main-content h2,
.fuse-divi-inactive #main-content h2 {
    font-size: 36px;
    line-height: 46px;
}
.fuse-divi-off #main-content h3,
.fuse-divi-inactive #main-content h3 {
    font-size: 28px;
    line-height: 38px;
}
.fuse-divi-off #main-content h4,
.fuse-divi-inactive #main-content h4 {
    font-size: 23px;
    line-height: 33px;
}
.fuse-divi-off #main-content h5,
.fuse-divi-inactive #main-content h5 {
    font-size: 18px;
	line-height: 28px;
}
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h6 {
    font-size: 16px;
	line-height: 26px;
}
.fuse-divi-off #main-content h2,
.fuse-divi-off #main-content h3,
.fuse-divi-off #main-content h4,
.fuse-divi-off #main-content h5,
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h2,
.fuse-divi-inactive #main-content h3,
.fuse-divi-inactive #main-content h4,
.fuse-divi-inactive #main-content h5,
.fuse-divi-inactive #main-content h6 {
    font-weight: bold;
	margin-top: 10px;
}

.fuse-divi-off #main-content p,
.fuse-divi-inactive #main-content p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    font-weight: 600;
}

.fuse-divi-off #left-area li{
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 10px;
    font-weight: 600;
}

/* setup the sidebar headings to be consistent for all pages */

#main-content h4.widgettitle {
    font-weight: bold;
	margin-top: 10px;
    font-size: 20px;
    line-height: 1.4em;
}

#custom_html-2 .widgettitle{
    background-color: transparent;
    color: var(--blue);
    padding: 0;
    margin-bottom: 10px;
}

/* inner pages menu */

.entry-content .et_pb_menu ul {
    list-style: none;
    padding-left: 0;
}

/* -------------------------------------------------------------------------
    BASIC PAGE / FUSE PAGE 
------------------------------------------------------------------------- */

.main-section {
    padding-top: 58px !important;
    padding-bottom: 0 !important;
}
.left-content h1 {
    margin-bottom: 20px;
}
.et_pb_sidebar_0 .et_pb_widget {
    margin-bottom: 30px !important;
    float: none;
}
#main-content .container:before {
    display: none;
}
.left-content {
    width: 77.25% !important;
    padding-right: 3%;
    margin-right: 0 !important;
}
.left-content .et_pb_row_inner:last-child {
    padding-bottom: 0;
}
#page-container #left-area, #page-container .left-content {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.right-content {
    width: 22.75% !important;
    padding-left: 30px;
    padding-bottom: 28px;
    padding-top: 0;
}
.right-content .et_pb_sidebar_0 {
    padding-right: 0;
    border-right: 0;
}
.single-post .entry-content {
    padding-top: 0;
}

/* ------------------------------------------------------------------------- 
    HEADER MENU
------------------------------------------------------------------------- */

/* HEADER DEFAULT */

#et-boc header.et-l .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
    align-items: center;
}

/* FUSE MENU
   This sets the menu to be full-width and each menu item to fill the space accordingly utilizing the 'space-around' flex feature
   This means that if menu items are added or removed the menu will still be full-width and each menu item will fill the space accordingly
*/

#page-container .fuse-menu .et_pb_menu__menu {
    display: block;
}
#page-container .fuse-menu .et_mobile_nav_menu {
    display: none;
}
#page-container .fuse-menu .et_pb_row--with-menu {
    padding: 0 !important;
}
#page-container .fuse-menu .et_pb_menu {
    background: none;
}
#page-container .fuse-menu .et_pb_menu__menu {
    width: 100%;
}
#page-container .fuse-menu .et-menu-nav {
    width: 100%;
    display: block;
}
#page-container .fuse-menu .et-menu {
    display: flex;
    justify-content: space-around;
    margin: 0;
    background: #000;
}
#page-container .fuse-menu .et-menu > .menu-item {
    flex: 1;
    flex-basis: auto;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
#page-container .fuse-menu .et-menu > .menu-item:last-child {
    border-right: 0;
}
#page-container .fuse-menu .et-menu > .menu-item > a {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 20px !important;
    display: block;
}
#page-container .fuse-menu .et-menu > .menu-item.current-menu-item > a {
    background: #222 !important;
}
#page-container .fuse-menu .et-menu > .menu-item > a:hover {
    opacity: 1;
    background: #222;
}
#page-container .fuse-menu .et-menu > .menu-item > a:after {
    position: relative;
    content: "";
    font-family: 'ETmodules';
    font-size: 16px;
    right: 0;
    top: 0;
}
#page-container .fuse-menu .et-menu > .menu-item.menu-item-has-children > a:after {
    content: "3";
}

/* sub menu */

#page-container .fuse-menu .et-menu .menu-item .sub-menu {
    padding: 0;
    top: calc(100% - 0px);
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item {
    width: 100%;
    padding: 0;
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a {
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    opacity: 1;
    color: #000;
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a:hover {
    color: #222 !important;
}
#page-container .fuse-menu .et-menu .menu-item.menu-item-has-children .sub-menu a:after {
    content: "";
}

/* sub menu 2 */

#page-container .fuse-menu .et-menu .menu-item .sub-menu .sub-menu {
    top: -3px;
}
#page-container .fuse-menu .et-menu .menu-item:last-child a {
    border-right: 0;
}
#page-container .fuse-menu .et-menu-nav {
    position: relative;
}
#page-container .fuse-menu .et-menu.nav .menu-item {
    display: inline-block;
}

/* BORDER STYLE
   This adds a border between each menu item AND a hover/active border for the current menu item
*/

#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item {
    border-right: 3px solid #222;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a {
    border-bottom: 3px solid #000;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item.current-menu-item a {
    border-bottom: 3px solid #ccc;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a:hover {
    border-bottom: 3px solid #fff;
}

/* ------------------------------------------------------------------------- 
    HEADER (ON SCROLL)
------------------------------------------------------------------------- */

#et-boc header.et-l {
    background: #000;
}
#et-boc header.et-l .et_pb_section_1_tb_header .et_pb_row,
#et-boc header.et-l .et_pb_section_1_tb_header .et_pb_menu__logo img {
    transition: all 0.5s ease;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_1_tb_header .et_pb_row {
    padding: 10px 0 !important;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_1_tb_header .et_pb_menu__logo img {
    width: 200px;
    height: auto;
}

#et-boc .fuse-scroll #header{
    background-color: var(--blue) !important;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
}

/* ------------------------------------------------------------------------- 
    DISPLAY MOBILE MENU
    Add class 'mobile-menu' to Menu module to show hamburger by default
------------------------------------------------------------------------- */

.et_pb_menu.mobile-menu .et_pb_menu__menu {
    display: none;
}
.et_pb_menu.mobile-menu .et_mobile_nav_menu {
    display: block;
}
.et_pb_menu.mobile-menu .et_pb_menu__wrap {
    margin: 0;
}

/* ------------------------------------------------------------------------- 
    MENU LIST (VERTICAL)
------------------------------------------------------------------------- */

.menu-list .et-menu li {
    display: block !important;
    width: 100%;
}
.menu-list .menu-item-has-children a:after,
.menu-list .menu-item-has-children .sub-menu {
    display: none;
}

/* ------------------------------------------------------------------------- 
    BLOCK LIST
------------------------------------------------------------------------- */

.menu-list.menu-block-list li {
    padding: 0 !important;
}
.menu-list.menu-block-list a {
    display: block;
    padding: 20px !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 16px;
}
.menu-list.menu-block-list a:hover {
    background: #2ea3f2;
    border: 1px solid #2ea3f2;
    color: #fff;
    opacity: 1;
}
.menu-list.menu-block-list .et_pb_menu__menu,
.menu-list.menu-block-list .et-menu-nav,
.menu-list.menu-block-list .et-menu {
    width: 100%;
}

/* ------------------------------------------------------------------------- 
    PAGE TITLE BANNER
------------------------------------------------------------------------- */

.header-img {
    text-align: center;
    padding: 54px 0;
    position: relative;
    background-position: center;
/*    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;*/
    background-size: 100%;
    background-size: cover;
}
.header-img .main_title {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 45px;
    line-height: 55px
}
.header-img .meta {
    text-align: center;
}

/* ------------------------------------------------------------------------- 
    FORMS
------------------------------------------------------------------------- */

/* FORM DEFAULT */

.fsBody form.fsForm .fsPage {
    padding: 0;
}
.fsBody form.fsForm .fsLabel {
    display: none;
}
.fsBody form.fsForm .fsFieldRow {
    width: 100%;
}
.fsBody form.fsForm .fsFieldRow .fsFieldCell {
    padding: 5px !important;
}
.fsBody form.fsForm .fsFieldRow .fsField {
    width: 100%;
    border-color: #ccc !important;
}
.fsBody form.fsForm .fsFieldRow .fsField:focus {
    border-color: #000 !important;
}
.fsBody form.fsForm .fsSubmit {
    margin-top: 0 !important;
}
.fsBody form.fsForm .fsSubmit .fsSubmitButton {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background: #777 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px !important;
    cursor: pointer;
}
.fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background: #000 !important;
}

/* FORM ONE: Name = 100%, Email and Phone = %50, Message = 100% */

.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
    width: 50%;
    float: left;
}
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* FORM TWO: Name, Email, Phone = %33.33, Message = 100% */

.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(1),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(3),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(1),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(2),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(3) {
    width: 32.33%;
    float: left;
}
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) ,
.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(4){
    clear: both;
}

.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(2){
    margin-left: 12px;
    margin-right: 12px;
}

/* This is a graphic that appears under a form (we do not need it) */

.stacklock {
    display: none;
}

/* ------------------------------------------------------------------------- 
    SIDEBAR
------------------------------------------------------------------------- */

/* KEEP CONTENT POSITIONED CORRECTLY, DESPITE STICKY SIDEBAR */ 

.has_et_pb_sticky .et_pb_column {
    z-index: 0;
}

/* GENERAL */

#sidebar,
.sidebar {
    border-right: 0;
}
#sidebar ul li a,
.sidebar ul li a {
    display: block;
}
#sidebar ul li a:hover,
.sidebar ul li a:hover {
    color: #fff;
}
#sidebar .widget_nav_menu ul li .sub-menu,
.sidebar .widget_nav_menu ul li .sub-menu {
    display: none;
}

/* SIDEBAR TWO */

.fuse-sidebar-two .widgettitle {
    padding: 10px 15px;
    background: var(--blue);
    color: #fff;
}
.fuse-sidebar-two ul li {
    border: 1px solid #ccc;
    border-bottom: 0;
    display: block;
    margin: 0;
}
.fuse-sidebar-two ul li:first-child {
    border-top: 0;
}
.fuse-sidebar-two ul li:last-child {
    border-bottom: 1px solid #ccc;
}
.fuse-sidebar-two ul li a {
    color: #000;
    margin: 0;
}

/* Sidebar Form */

.fuse-sidebar-two .fuse-form {
    /*background: #F6F6F6;*/
    padding: 0px;
}

.fuse-sidebar-two .contact-form .fsBody form.fsForm .fsFieldRow .fsField {
    padding: 12px !important;
    font-size: 11px !important;
    line-height: 20px;
    margin-bottom: 0;
}

.fuse-sidebar-two .contact-form textarea {
    height: auto;
}


.fuse-sidebar-two .fsBody form.fsForm .fsFieldRow select.fsField {
    height: auto!important;
    color: rgba(0, 0, 0, 0.60) !important;
    padding: 10px !important;
}

.fuse-sidebar-two .contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    font-size: 13px !important;
    padding: 10px 18px !important;
    line-height: 20px;
    width: auto;
    margin-bottom: 15px;
}

/* Sidebar Menu */

.fuse-sidebar-two .widget_nav_menu ul li a {
    padding: 10px;
    background: #fff;
    font-size: 14px;
    display: block;
    font-weight: 600;
}
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a,
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a:hover {
    background: var(--brown);
    color: #fff;
}
.fuse-sidebar-two .widget_nav_menu ul li a:hover {
    background: var(--brown);
    text-decoration: none;
    color: #fff;
}

.fuse-sidebar-two .menu-underline a{
    text-decoration: none;
}

/* Sidebar Recent Posts */

.fuse-sidebar-two .widget_recent_entries li {
    padding: 10px;
    background: #f9f9f9;
}

/* SIDEBAR THREE */

.fuse-sidebar-three .fuse-form {
    border: 1px solid #ccc;
    padding: 10px;
}
.fuse-sidebar-three ul li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.fuse-sidebar-three ul li:hover {
    background: #f9f9f9;
}
.fuse-sidebar-three .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* SIDEBAR FOUR */

.fuse-sidebar-four .widgettitle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #000;
}
.fuse-sidebar-four ul li {
    padding: 10px;
    border-left: 3px solid #fff;
    margin-bottom: 0;
}
.fuse-sidebar-four ul li:hover {
    border-left: 3px solid #ccc;
    background: #f9f9f9;
}
.fuse-sidebar-four .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------- 
    BREADCRUMBS
------------------------------------------------------------------------- */

.home .breadcrumbs {
	border: 0;
	/*clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);*/
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* ------------------------------------------------------------------------- 
    FOOTER
------------------------------------------------------------------------- */

.footer .social-media-icons a {
    color: #fff;
}

/* ------------------------------------------------------------------------- 
    OVERLAYS
------------------------------------------------------------------------- */

/* Default */

.overlay-container,
.overlay-container .overlay,
.overlay-container .overlay #et-boc,
.overlay-container .overlay #et-boc > div,
.overlay-container .overlay .et_builder_inner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}
.overlay-container .et_pb_section {
    display: block;
    height: auto;
    min-height: auto;
}

/* -------------------------------------------------------------------------
    INLINE CONTENT
    If we add .inline-row to the row, the modules will align themselves
------------------------------------------------------------------------- */

.inline-row .et_pb_button_module_wrapper,
.inline-row .et_pb_image,
.inline-row .et_pb_code,
.inline-row .et_pb_text {
    display: inline-block;
    margin: 0 5px;
}
.inline-row {
    text-align: center;
}
.inline-row.align-center {
    text-align: center !important;
}
.inline-row.align-left {
    text-align: left !important;
}
.inline-row.align-right {
    text-align: right !important;
}

/* ------------------------------------------------------------------------- 
    QUIRKY FIXES
    Odd fixes for misc things
------------------------------------------------------------------------- */

.flex-row.et-last-child:last-child {
    padding-bottom: 27px !important;
}

.flex-row {
    display: flex;
    align-items: center;
}

/* ------------------------------------------------------------------------- 
    HOMEPAGE LAYOUT
------------------------------------------------------------------------- */

.top-header-info {
    display: flex;
    justify-content: flex-end;
    font-family:'AvenirNext LT Pro Regular';
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

.top-header-info .mdi,
.footer-social-icon .mdi {
    color: var(--brown);
    font-size: 22px;
}

.top-header-info div:not(:last-child) {
    margin-right: 30px;
}

.social-links a {
    color: var(--brown);
    font-size: 18px;
    display: inline-block;
}

.social-links a:hover {
    /* color: #fff; */
    text-decoration: none;
    transform: translateY(-4px);
    transition: all 300ms ease 0ms;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

#menu-main-menu .menu-btn a {
    background-color: var(--brown);
    padding: 11px 40px !important;
    border-radius: 30px;
    color: #fff !important;
}

.menu-btn a:hover {
    background-color: var(--blue);
    color: #fff !important;
    transition: all 300ms ease 0ms;
}
.fuse-scroll .menu-btn a:hover{
    background-color: var(--gray);    
}


#header .et_mobile_menu li a:hover, 
#header .nav ul li a:hover {
    background-color: rgb(164 121 84);
    opacity: 1;
    color: #fff !important;
}

#header .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
}
#slider-section .et_pb_slide_description{
    margin-top: 120px;
}

.brown-color{
    color: var(--brown);
}

.contact-form .fsBody form.fsForm .fsFieldRow .fsField,
.contact-form textarea, 
.contact-form select,
.contact-form input[type="text"],  
.contact-form input[type="email"], 
.contact-form input[type="tel"] {
    width: 100%;
    border: none;
    box-shadow: 0px 12px 80px -24px #00000040;
    padding: 15px !important;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.25) !important;
    font-size: 14px !important;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
    border-radius: 0;
    height: 55px;
}
.contact-form textarea{
    height: 100px;
}

.contact-form form{
    max-width: 100%;
}


.contact-form .iJPmtD {
    display: block;
}

.contact-form .iHFUxA {
    max-width: 100%;
}

.contact-form  .dFTyKA:focus,
.contact-form  .bpwunM:focus,
.contact-form  .kttrCL:focus{
    outline: none;
}

.fuse-sidebar-two .contact-form .fsBody form.fsForm .fsFieldRow .fsField,
.page-id-121 .contact-form .fsBody form.fsForm .fsFieldRow .fsField,
.page-id-121 .contact-form .bpwunM,
.fuse-sidebar-two .contact-form .bpwunM ,
.page-id-121  .dFTyKA ,
.fuse-sidebar-two .dFTyKA,
.page-id-121  .fDremo ,
.fuse-sidebar-two .fDremo  
{
     border: 3px solid var(--blue) !important;
     background-color: #F3F7F9;
}

.page-id-121 .fsSupporting{
    color:#fff;
}

.contact-form textarea{
    height: 150px;
}

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    background: var(--brown) !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-family:'AvenirNext LT Pro Regular';
    text-transform: uppercase;
    padding: 10px !important;
    font-weight: 700;
    line-height: 40px;
    width: 100%;
   
}

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background: var(--blue) !important;
}

.contact-form .fsBody form.fsForm .fsSubmit {
    margin-bottom: 0;
}

#homepage-form select#field133074993{
    color: #757575 !important;
}

.footer-menu .et-menu {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.footer-menu .et-menu a {
    padding-bottom: 0 !important;
}

.footer-address .mdi{
    color: var(--brown);
    font-size: 20px;
}

.menu-underline a {
    text-decoration: underline;
}

.homepage-blogs .et_pb_post{
    padding: 0;
}

.homepage-blogs .et_pb_image_container {
    margin: -20px 0px 29px;
}

.homepage-blogs .more-link {
    margin-top: 25px;
    display: inline-block;
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 0px;
}

.disable-link > a{
    /*pointer-events: none;*/
    cursor: default;
}

/*a.more-link:after {
    content: '\F19B0';
    color: #a47954;
    font: normal normal normal 24px/1 "Material Design Icons";
    
}*/
.flex-top-header-col{
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    align-items: center;
}

#home-banner .et_pb_slider_container_inner{
    display: grid;
    justify-content: space-around;
    justify-items: stretch;
    grid-template-columns: 50% 50%;
}

#home-banner .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%;
}

#home-banner .et_pb_media_alignment_center .et_pb_slide_image{
    right: 0;
}


#our-expertise .dnxt-blurb-wrapper-outer,
#our-expertise .practice-area-blurb {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Resource Pages */

.wrapUl ul {
    padding-left: 0 !important;
}
.wrapUl ul li {
    height: 250px !important;
}
.page-template-page-prisons .wrapUl ul li {
    height: 300px !important;
}
.wrapUl li {
    float: left;
    margin: 1%;
    width: 23%;
    border-radius: 5px;
    display: inline-block;
    background: var(--blue);
}
.wrapUl li a {
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: normal !important;
    display: block;
    text-decoration: none !important;
}
.wrapUl li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.wrapUl li img {
    height: 100px;
    padding: 0;
    display: block;
    margin: 0 auto 10px auto;
}

.blog #left-area article img{
    display: none;
}

.blog #left-area article{
    border-bottom: 5px solid var(--blue);
    padding-bottom: 50px;
}

#free-consultion-popup h2{
    font-size: 35px !important;
}

.screenreader-text {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto;
}

.screenreader-text:focus {
  color: black;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

/*.page-template-default .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #fff!important;
}

.home .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #17212B!important;
}

.home #et-boc .fuse-scroll #header .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #fff!important;
}*/



.fuse-subpages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    list-style: none;
    padding: 0 !important;
}

.fuse-subpages li {
    list-style: none;
    padding-bottom: 0 !important;
}

.fuse-subpages li a {
    background-color: var(--blue);
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 16px;
}

.fuse-subpages li a:hover {
    background-color: var(--brown);
    text-decoration: none;
}

/* START: Collapse Divi Menu Module Submenus and Keep Parent Items Clickable on Mobile */

/* Parent menu item */
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable,
.et_pb_module .et_mobile_menu .menu-item-has-children > a {
  position: relative;
}
/* Parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon:after {
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
/* Disabled parent menu item icon positioning */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after {
  position: absolute;
  top: 13px;
  right: 10px;
}
/* Clickable parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: center;
  position: absolute;
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0);
  border-left: 1px solid #dcdcdc;
  right: 0;
  top: 0;
  z-index: 9;
}
/* Collapsed submenu parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon:after {
  content: "\33";
  color: #fff;
font-size: 30px;
}
/* Expanded submenu parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable).visible > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable.visible > span.parent_icon:after {
  content: "\32";
}
/* Hide submenu by default */
.et_pb_module .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu > ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
}
/* Show submenu */
.et_pb_module .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

/* END: Collapse Divi Menu Module Submenus and Keep Parent Items Clickable on Mobile */

/* ------------------------------------------------------------------------- 
    RESPONSIVE
------------------------------------------------------------------------- */

@media only screen and (min-width: 769px) and (max-width: 1400px) {
    
   

    /* Fuse Menu */
    
    #page-container .fuse-menu .et_pb_row {
        width: 100% !important;
    }
    
    /* Fuse Menu (Without Logo) */
    
    #page-container .fuse-menu .et_pb_menu--without-logo {
        width: 100% !important;
    }
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu_inner_container,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__logo-wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu {
        display: flex !important; 
    }
    
    /* Fuse Menu (With Logo) */
    
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__menu,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu {
        width: 100% !important;
        display: flex !important;
    }
    
}
@media only screen and (max-width: 1200px) {
    
    /* Header Menu
       The 2 snippets below hide the desktop menu and show the mobile menu
       Feel free to adjust this media query to customize when we want the mobile menu to show
    */
    
    #page-container .header-main .et_pb_menu__menu {
        display: none;
    }
    #page-container .header-main .et_mobile_nav_menu {
        display: block;
    }
    
}
@media only screen and (max-width: 980px) {

     #top-header,
     .et_pb_slide_content br,
     h1 br,
     footer .et_pb_text_inner br,
     .homepage-blogs .et_pb_blog_item_0_2,
     .footer-menu .et_mobile_nav_menu{
        display: none;
    }

    .footer-menu .et_pb_menu__menu{
        display: block;
    }

    .footer-menu .et_pb_menu__wrap {
        justify-content: flex-start;
    }

    #et-boc header.et-l .has_et_pb_sticky .et_pb_section_1_tb_header .et_pb_row {
        padding: 15px 0 !important;
    }
    
    .flex-row.et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-reverse{
        flex-direction: column-reverse;
    }
    .flex-row .order-1 {
        order: 1;
    }
    .flex-row .order-2 {
        order: 2;
    }
    .left-content, .right-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%!important;
        padding-right: 0;
        padding-left: 0;
    }
    #page-container .et_mobile_menu {
        padding: 0;
        top: 62px;
        /*height: 300px;
        overflow: scroll;*/
    }

    .menu-btn a {
        background-color: transparent;
    }

    #page-container .et_mobile_menu li li {
        padding-left: 20px;
    }
    .menu-list .et_mobile_nav_menu {
        display: none !important;
    }
    .menu-list .et_pb_menu__menu {
        display: block !important;
    }
    .form-barebones .fsFieldRow:nth-child(2),
    .form-barebones .fsFieldRow:nth-child(3) {
        width: 100%;
    }

    /*.page-template-default .et_pb_menu_0_tb_header.et_pb_menu ul li a,
    .home #et-boc .fuse-scroll #header .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        color: #17212b!important;
    }*/

    .homepage-blogs .et_pb_blog_item_2_2 {
        display: none;
    }

    select#field133074993{
        height: 50px !important;
        border-radius: 5px;
        padding: 15px !important;
    }

    .fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(1),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(2),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(3) {
    width: 100%;
    float: left;
}

.fuse-form-33-100 .fsBody form.fsForm .fsFieldCell:nth-child(2){
    margin-left: 0px;
    margin-right: 0px;
}
    
}
@media only screen and (max-width: 768px) {
    
    .inline-row .et_pb_button_module_wrapper,
    .inline-row .et_pb_button_module_wrapper .et_pb_button,
    .inline-row .et_pb_image,
    .inline-row .et_pb_code {
        width: 100%;
        text-align: center;
    }
    
}
@media only screen and (max-width: 576px) {

    .homepage-blogs .et_pb_blog_item_0_2{
        display: block;
    }

    .homepage-blogs .entry-title, 
    .homepage-blogs .not-found-title,
    .homepage-blogs .post-content {
        text-align: center;
    }

    .homepage-blogs .et_pb_post {
        padding-bottom: 20px;
    }

    .fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(1), 
    .fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(2), 
    .fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
        width: 100%;
    }

    #free-consultion-popup .et_pb_column {
        padding: 20px;
    }

    .homepage-blogs .et_pb_blog_item_2_2 {
        display: block !important;
    }

    .fuse-subpages {
        grid-template-columns: 1fr;
    }
    
}
@media only screen and (max-width: 480px) {
    
}

/* do not put anything below the media queries */
