/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* Theme */
.mobile_menu_bar {
    background: #d3a44c;
    width: 60px !important;
    height: 60px !important;
}
.mobile_menu_bar:before,
.et_toggle_slide_menu:after {
    font-size: 60px !important;
    color: #fff !important;
}
.et_toggle_slide_menu:after {
    left: -60px;
}

/* Homepage */
body.home #main-header {
	background: transparent;
	box-shadow: none !important;
}
body.home #logo {
    visibility: hidden;
    opacity: 0;
}
#featured-box-container {
    transition: .25s all ease-in-out;
}
.featured-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-box-link {
    position: absolute;
    background: black;
    font-size: 20px;
    color: #fff;
    padding: 8px 25px;
    left: 50%;
    transform: translate(-50%, 60px);
    visibility: hidden;
    opacity: 0;
    transition: .25s all ease-in-out;
}
.featured-box:hover .featured-box-link {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0px);
}
#verdicts-section {
    overflow: hidden;
}
.settlement-box {
    margin-bottom: 20px;
}
.reward {
    font-size: 28px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 15px 20px 15px 0;
    margin-bottom: 0;
}
.reward > span {
    color: #d3a44c;
    font-weight: 600;
}
.reward:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    right: 100%;
    height: 100%;
}
.case-type {
    float: right;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-style: italic;
/*     text-align: right; */
	width: 300px;
}
.case-type > span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}
/* .case-type:after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    right: calc(100% + 30px);
    width: 475px;
    z-index: 0;
    top: 50%;
    border: 1px solid #d3a44c;
} */
.case-type:after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    right: calc(100% + 31px);
    width: 328px;
    z-index: 0;
    top: 50%;
    border: 1px solid #d3a44c;
}
.vertical-heading h2 {
    position: absolute;
    transform: rotate(-90deg) translate(80px, 0px);
    color: #000000;
    font-size: 32px;
    top: 50%;
    left: calc(0% - 100px);
    width: 500px;
    z-index: 10;
}

/* Homepage Header */
body.home header#main-header.et-fixed-header #logo {
    visibility: visible;
    opacity: 1;
}

body.home header#main-header.et-fixed-header > .container {
    background: black;
}

div#et-top-navigation {
    display: flex;
    align-items: center;
}

.et_header_style_left .logo_container {
	width: unset;
}

.menu-links {
	margin-right: 40px;
	display: none;
}

header#main-header.et-fixed-header .menu-links,
body:not(.home) .menu-links {
	display: block;
}

body:not(.home) .menu-links a {
	color: black;
}

.menu-links a {
    font-size: 22px;
    color: white;
}

.mobile-btn {
	display: none;
}

/* Responsive */
@media (max-width:980px) {
    .vertical-heading h2 {
        position: static;
        transform: unset;
        width: 100% !important;
        text-align: center;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
   
} 


@media (max-width:767px) {
    .reward,
    .case-type {
        float: none;
        text-align: center;
    }
    .case-type {
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .case-type:after {
        transform: translateY(0%);
        right: 0;
        width: 100%;
        top: 0;
    }
	
	/* Header */
	.mobile-btn {
		color: transparent;
		display: inline-block;
	}
	.mobile-btn:before {
		position: relative;
		top: 0px;
		left: 0;
		font-size: 30px;
		color: #fff !important;
		cursor: pointer;
		text-shadow: 0 0;
		font-family: ETmodules !important;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1;
		text-transform: none;
		speak: none;
	}

	.mobile-btn.call:before {
		content: "\e090";
	}

	.mobile-btn.location:before {
		content: "\e01d";
	}

	#et-top-navigation {
		padding-left: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		float: none;
	}
	
	header#main-header {
		background: black !important;
	}

	.mobile_menu_bar {
		background: none;
	}
	
	.logo_container {
		display: none;
	}
	
	.menu-links {
		display: none !important;
	}
	
	.mobile_menu_bar:before, .et_toggle_slide_menu:after {
		font-size: 40px !important;
		top: 10px;
	}
	
	.et_header_style_left #et-top-navigation {
		padding-top: 0 !important;
	}
	
	header#main-header.et-fixed-header {
		position: fixed;
	}
}