/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
 body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#et-top-navigation {
    font-weight: 400;
}
.under:hover {
	text-decoration:underline;
}
.et_slide_menu_top {
    background: rgb(0 0 0 / 0%);
    padding: 40px;
    border-top: 1px solid #dfdedb;
}
.et_mobile_menu {
    position: relative;
}
.custom-company-info {
    margin-top: 0px;
    font-size: 18px;
    color: #0d0e10;
}
.custom-company-info .company-socials {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
	padding-top: 20px;
}
.custom-company-info .company-socials li a {
    display: block;
    background: #ffffff;
    color: #354434;
    border: 1px solid #354434;
    font-size: 20px;
    transition: color 0.3s;
    width: 35px;
    border-radius: 6px;
    padding: 5px;
    line-height: 25px;
    text-align: center;
}
.custom-company-info .company-socials li a:hover {
    color: #ffffff;
    background: #b53e0d;
    border: 1px solid #b53e0d;
}
.company-socials {
    display: flex;
    gap: 15px;
}



.lang-current {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-arrow {
    font-size: 20px;
    line-height: 20px;
    transition: transform 0.3s ease;
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 8px 0 0;
    min-width: 120px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999;
}

.lang-dropdown li {
    padding: 6px 16px;
}

.lang-dropdown li a {
    text-decoration: none;
    color: #222;
    display: block;
}

.lang-dropdown li:hover {
    background: #f5f5f5;
}

.lang-block.active .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-block.active .lang-arrow {
    transform: rotate(180deg);
}


















.lang-block {
    position: absolute;
    display: flex;
    gap: 15px;
    top: 50px;
    left: 2%;
}
.lang-block li {
    list-style-type: none;
    position: relative;
}
.lang-block li a {
    color:#354434;  
}

.lang-block li.current-lang a {
    color:#b53e0d;
}
#main-header {
    line-height: 23px;
    font-weight: 400;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.container.et_menu_container {
    z-index: 99;
    width: 95%;
}
.blog-custom .et_pb_blog_grid .et_pb_post {
    border: 0px solid #d8d8d8;
    padding: 0px;
    background-color: transparent;
    word-wrap: break-word;
}
.blog-custom .et_pb_image_container {
    margin: 0px 0px 29px;
}
.blog-custom .entry-title {
    padding-bottom: 20px;
}
.blog-custom a.more-link {
    margin-top: 20px;
    display: block;
}
.mobile_menu_bar:before, .mobile_menu_bar:after {
    color: #000000;
}
@media (min-width: 981px) {
    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
        padding-left: 0px;
    }
}
/*.et_fullwidth_nav #main-header .container {
	display: flex;
    justify-content: center;
    align-items: center;
}*/
.et_header_style_left .logo_container
 {
    height: 100%;
	text-align: center;
}
.left-info {
    width: 35%;
}
#et-top-navigation {
    font-weight: 400;
}
.left-info a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
a.quest {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    padding-right: 60px;
}
.et-fixed-header #logo {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}



#footer-widgets .footer-widget li:before {
    display:none;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
    position: relative;
	margin-bottom: 0;
}

#main-footer .container {
    width: 90%;
}


@media (max-width: 980px) {
.lang-block {
    position: absolute;
    display: flex;
    gap: 15px;
    top: 26px;
    left: 0%;
}
    .et_header_style_left #logo {
        max-width: 72%;
        max-height: 100%;
    }
.lang-block li a {
    color: #354434;
    font-size: 16px;
}
	.lang-block {
        position: absolute;
        display: flex;
        gap: 10px;
        top: 29px;
        left: 0%;
    }
	
	
	
	
	
}


@media (max-width: 767px) {
	.lang-current {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
}
    #main-header {
    position: fixed;
	}
#main-content {
    padding-top: 75px;
}
}