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

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


/* ------------------------------------------------------------------------- 
    GENERAL
------------------------------------------------------------------------- */

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: 32px;
    padding-bottom: 20px;
    word-wrap: break-word;
}

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

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

/* 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_0_tb_header .et_pb_row,
#et-boc header.et-l .et_pb_section_0_tb_header .et_pb_menu__logo img {
    transition: all 0.5s ease;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_0_tb_header .et_pb_row {
    padding: 0 !important;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_0_tb_header .et_pb_menu__logo img {
    width: 200px;
    height: auto;
}

/* ------------------------------------------------------------------------- 
    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: 50px 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: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.header-img .meta {
    text-align: center;
}

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

/* FORM DEFAULT */

.fuse-form .fsBody [class^='InnerFormBody'] {
	padding: 0;
}
.fuse-form .fsBody form.fsForm .fsPage {
    padding: 0;
	margin: 0;
}
.fuse-form .fsBody form.fsForm .fsLabel {
	/* display: none; */
	font-size: 14px;
	margin-bottom: 2px;
}
.fuse-form .fsBody form.fsForm .fsFieldCell {
    width: 100%;
}
.fsBody form.fsForm .fsFieldCell input[type=email],
.fsBody form.fsForm .fsFieldCell input[type=password],
.fuse-form .fsBody form.fsForm .fsFieldCell input[type=tel],
.fuse-form .fsBody form.fsForm .fsFieldCell input[type=text],
.fuse-form .fsBody form.fsForm .fsFieldCell textarea {
    width: 100%;
    border-color: #ccc !important;
	padding: 8px;
}
.fuse-form [class^='StyledErrorBanner-sc'] {
	margin-bottom: 20px;
}
.fuse-form .fsPage [class^='StyledErrorBanner-sc'] {
	margin-bottom: 5px;
}
.fuse-form [class^='StyledErrorBannerText-sc'],
.fuse-form [class^='FieldInlineError'] {
	line-height: normal;
}
.fuse-form .fsBody form.fsForm .fsSubmit {
    margin-top: 0 !important;
}
.fuse-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
	font-size: 16px;
}
.fuse-form .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) {
    width: 33.33%;
    float: left;
}
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* 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: #f15a29;
    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: #fff;
    margin: 0;
}

/* Sidebar Form */

.fuse-sidebar-two .fuse-form {
    background: #eee;
    padding: 10px;
}

/* Sidebar Menu */

.fuse-sidebar-two .widget_nav_menu ul li a {
    padding: 15px;
    background: #2C0D02;
    color: #fff;
}
.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: #f15a29;
    color: #fff;
}
.fuse-sidebar-two .widget_nav_menu ul li a:hover {
    background: #f15a29;
    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;
}

.nav li ul {
    width: 320px;
}

.et-menu li li a {
    width: 280px;
}

#menu-main-menu .menu-btn a,
.custom-btn {
    background-image: linear-gradient(90deg, #652916 0%, #f15a29 100%);
    color: #fff !important;
    padding: 20px 20px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.custom-btn{
    font-size: 22px;
    padding: 17px 30px;
    text-decoration: none;
}

.button-phno-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
}

.custom-ph-btn {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.custom-ph-btn img{
    margin-right: 5px;
}

#menu-main-menu .menu-btn a:hover {
    background-image: linear-gradient(90deg, #f15a29 0%, #652916 100%);
    color: #fff !important;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}

.et_pb_menu .et-menu>li {
    padding-left: 10px;
    padding-right: 10px;
}

.ribbon{

--r: .8em; /* control the ribbon shape */
  padding-inline: calc(var(--r) + .3em);
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
  font-size: 2em;
  width: fit-content;
      margin: -30px auto;
}

.ribbon-dark{
    background: #2C0D02; 
}

.ribbon-light{
    background: #F15A29; 
}

.charge-content {
    background-color: rgba(151, 47, 14, 0.82);
        padding: 50px 30px 30px 30px;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 80px;
}

.result-content {
    background-color: rgba(50, 17, 6, 0.82);
        padding: 50px 30px 30px 30px;
    font-size: 30px;
    line-height: 1.4em;
}

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

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

.iJPmtD{
    display: block;
}

.contact-form .hCMMok {
    min-width: 100%;
}

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

.contact-form .fsBody form.fsForm .fsFieldRow .fsField,
.contact-form textarea, 
.contact-form input[type="text"],  
.contact-form input[type="email"], 
.contact-form input[type="tel"] {
    width: 100%;
    /* border: none !important; */
    padding: 10px !important;
    font-size: 16px  !important;
    line-height: 28px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #757575;
    border-radius: 0;
    padding: 25px 10px !important;
    height: 60px;
}

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

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    font-size: 20px !important;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #652916 0%, #f15a29 100%);
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 30px 60px !important;
    cursor: pointer;
    font-family: 'Saira', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
     transition: all 0.5s ease;
}

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background-image: linear-gradient(90deg, #f15a29 0%, #652916 100%) !important;
}

.contact-form .fsBody form.fsForm .fsSubmit {
   
    /* float: right; */
}

.contact-form  .ebUzir{
    margin-bottom: 0px;
}

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

.contact-form .fsSection {
    display: block !important;
}

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

.contact-form .fsLabel{
    display: none;
}

.service-area-form form{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.service-area-form .fsBody form.fsForm .fsFieldCell:nth-child(1),
.service-area-form .fsBody form.fsForm .fsFieldCell:nth-child(2), 
.service-area-form .fsBody form.fsForm .fsFieldCell:nth-child(3){
    width: 32.2%;
    float: left;
}

.service-area-form .fsBody form.fsForm .fsFieldCell:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px;
}

.footer-address img{
    vertical-align: middle;
    margin-right: 5px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-result-slider .et-pb-arrow-next,
.case-result-slider .et-pb-arrow-prev {
    opacity: 1;
    background-color: #767676;
    border-radius: 50%;
}

.case-result-slider .et-pb-arrow-prev,
.et_pb_slider:hover .et-pb-arrow-prev {
    left: 0;
}

.case-result-slider .et-pb-arrow-next,
.et_pb_slider:hover .et-pb-arrow-next {
    right: 0;
}

#main-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    /* background-color: #000; */
    bottom: 0;
    z-index: 10;
   background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgb(51 51 51 / 89%) 53%, #333333f7 80%) !important;
}

#left-area ul,
.divi-list ul{
    padding: 15px 0 23px 2em;
}

#left-area ul li,
.divi-list ul li{
    position: relative;
    line-height: 32px;
}

#left-area ul li:before,
.divi-list ul li::before {
    content: "";
    background-color: #f15a29;
    border-color: #f15a29;
    box-shadow: inset 0 0 0 0.2em #FFFFFF;
    position: absolute;
    top: 3px;
    left: -25px;
    width: 0.944em;
    height: 0.944em;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.056em;
}

#left-area ul li::marker,
.divi-list ul li::marker{
    content: "";
}

#left-area ul li:not(:last-child),
#left-area ol li:not(:last-child),
.divi-list ul li:not(:last-child),
.divi-list ol li:not(:last-child){
    margin-bottom: 15px;
}

.single-post #left-area{
    /* width: 100%; */
    padding-right: 0;
}

.single .post {
    padding-bottom: 25px;
    position: relative;
    padding: 30px;
    box-shadow: 0.7em 0.7em 1em rgba(0, 0, 0, 0.3);
    position: relative;
    min-height: 500px;
}

.single-post .entry-content {
    /* padding-top: 30px; */
}

.single-post #left-area h2,
.single-post #left-area h3{
    font-weight: 400;
}

.container {
    width: 90%;
    max-width: 90% !important;
}

#page-container #left-area, #page-container .left-content {
    padding-bottom: 50px;
    margin-bottom: 0;
    padding-left: 3.5%;
    padding-right: 0;
}

#left-area .type-page {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    box-shadow: 0.7em 0.7em 1em rgba(0, 0, 0, 0.3);
    position: relative;

        min-height: 500px;
}

#left-area .top-left {
    top: -1px;
    left: -1px;
}

.top-left {
    top: -30px;
    left: -30px;
    border-right: none;
    border-bottom: none;
    animation: showTopLeft 1s forwards ease-out;
}



.bottom-right {
    bottom: -60px;
    right: -30px;
    border-left: none;
    border-top: none;
    animation: showBottomRight 1s 1s forwards ease-out;
}

#left-area .bottom-right {
    bottom: -1px;
    right: -1px;
}

/* Corner lines */
.corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #f15a29;
  opacity: 0;
}

/* Top-left corner (animate in) */
.top-left {
  top: -30px;
  left: -30px;
  border-right: none;
  border-bottom: none;
  animation: showTopLeft 1s forwards ease-out;
}

/* Bottom-right corner (animate in) */
.bottom-right {
  bottom: -60px;
  right: -30px;
  border-left: none;
  border-top: none;
  animation: showBottomRight 1s 1s forwards ease-out;
}

/* Animations */
@keyframes showTopLeft {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 100px;
    height: 20vw;
    opacity: 1;
  }
}

@keyframes showBottomRight {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 100px;
    height: 20vw;
    opacity: 1;
  }
}

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

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

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

.fuse-subpages li a:hover {
    background-color: #f15a29;
    text-decoration: none;
}

#left-area .fuse-subpages li:before,
.divi-list .fuse-subpages li::before {
    content: "";
    display: none;
}

#left-area .fuse-subpages li::marker,
.divi-list .fuse-subpages li::marker{
    content: "";
    display: none;
}

.home .post-2 .corner.bottom-right {
    display: none;
}
.page-template-default .corner.bottom-right {
    display: none;
}
.page-template-default #left-area .corner.bottom-right {
    display: block;
}

#siteMasterHolder_locationLeftHolder_courthouseWrap h2 {
    margin-top: 20px !important;
}
#siteMasterHolder_locationLeftHolder_courthouseWrap h2:first-child {
    margin-top: 0 !important;
}

.chcontainer li:before {
    content: "";
    display: none;
}
.chcontainer {
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.chcontainer li {
    background-color: #161d27;
    color: #fff;
    text-align: center;
}
.chcontainer li:hover {
    background-color: #ff6900;
}
.chcontainer li a{
    color: #fff;
}
.chcontainer li a:hover{
    text-decoration: none;
}
.chcontainer li img {
    height: 150px;
    width: 100%;
    object-fit: fill;
}
.box-details {
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
}

.footer-menu ul#menu-links {
    width: 100%;
    display: block;
    text-align: center;
}
.footer-menu .et_pb_menu__wrap, .footer-menu  .et_pb_menu__menu {
    display: block;
}
.footer-menu ul#menu-links li {
    display: inline-block;
}
.footer-menu ul#menu-links li a {
    font-size: 16px;
}

.header-flex-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gtranslate_wrapper {
    display: flex;
    gap: 14px;
}

.header-flex-row .et_pb_menu_0_tb_header{
    width: 90%;
}


.service-area-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}


/* hides the sub menu items on mobile */
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/* adjusts the positioning and the background transparency of the parent menu item on mobile */
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/* This styles the icon and moves it to the right */
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/* Here you can swap out the actual icons */
#page-container span.menu-closed:before {
    content: "\32";
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\33";
}

.fuse-divi-off .entry-content h2 a {
    text-decoration: underline;
}

/* ------------------------------------------------------------------------- 
    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 (min-width: 1024px) and (max-width: 1440px) {
    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
            font-size: 13px !important;
    }

    .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, 
    .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
        width: 180px !important;
        max-width: 100%;
    }

    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 12px !important;
    }

    .et_pb_menu .et-menu>li {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .fuse-form-100-50-100 .fsBody form.fsForm .fsFieldCell:nth-child(2) {
        margin-right: 0;
    }

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

    #lang-translator{
        margin-left: 20px;
    }
}

@media only screen and (min-width: 990) and (max-width: 1200px) {
    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
            font-size: 13px !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;
    }

    .menu-btn{
        display: none !important;
    }
    
}
@media only screen and (max-width: 980px) {
    
    .flex-row.et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }
    .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: 50px;
    }
    #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%;
    }

    #et-boc header.et-l .has_et_pb_sticky .et_pb_section_0_tb_header .et_pb_row {
        padding: 15px 0 !important;
    }

    .et_pb_slide {
        padding: 0 0%;
    }

    .charge-content,
    .result-content {
        font-size: 18px;
    }

    .et_pb_slides .et_pb_slider_container_inner {
        vertical-align: sub;
    }

    .fuse-form-100-50-100 .fsBody form.fsForm .fsFieldCell:nth-child(2), .fuse-form-100-50-100 .fsBody form.fsForm .fsFieldCell:nth-child(3),
    .service-area-form .fsBody form.fsForm .fsFieldCell:nth-child(1) {
        width: 100%;
        
    }

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

    .footer-menu  .et_mobile_nav_menu{
        display: none;
    }

    .footer-menu  .et_pb_menu__menu {
        display: block;

    }

    .footer-menu .et_pb_menu__wrap,
    .footer-menu .et_pb_menu__menu>nav>ul>li {
        justify-content: center;
    }

        .footer-menu .et-menu {

        flex-direction: row;
        align-content: flex-start;
        justify-content: center;
    }
    .footer-menu ul {
        display: flex;
        justify-content: center !important;
        flex-direction: column !important;
    }

    /* mobile menu options */

    /*
    .et_pb_menu .et_mobile_menu li ul.sub-menu {
        max-height: 200px;
        overflow-y: auto;
    }
    .et_pb_menu .et_mobile_menu li ul li {
        background: #733521;
    }
    */

    /*
    .et_pb_menu .et_mobile_menu li ul li {
        width: 50%;
        padding: 0 !important;
        margin: 0 !important;
        float: left;
        background: #733521;
        padding-inline-start: 0px !important;
    }
    .et_pb_menu .et_mobile_menu > li {
        clear: both;
    }
    .et_mobile_menu > li a {
        padding: 3px 8px;
        font-size: 12px !important;
    }
    */

    .header-img {
        padding: 50px 0;
    }
    .header-img .main_title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 40px;
        line-height: 45px;
    }

    #page-container #left-area {
        padding-left: 0;
    }
    .fuse-subpages {
        display: block;
    }
    .fuse-subpages li {
        margin-bottom: 5px !important;
    }

    .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-parent > a {
        color: #F15A29!important;  
    }
    .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item .sub-menu li a {
        color: #fff !important;
    }
    .chcontainer {
        grid-template-columns: repeat(2, 1fr);
    }

    #content-area,
    #resource-section .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .blog #content-area {
        display: flex;
        flex-direction: column;
    }

    .fuse-divi-off #main-content h2, .fuse-divi-inactive #main-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    footer iframe{
        width: 100%;
    }

    .service-area-list {
        grid-template-columns: 1fr;
                
    }

    .button-phno-wrap {
        align-items: center;
        gap: 20px;
        flex-direction: column;
        align-content: center;
    }

    .col-reverse {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
}
@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) {
    .chcontainer,
    .fuse-subpages {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 480px) {
    
}

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