/*
 Theme Name:     Divi Child Theme
 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 customization starts here
------------------------------------------------------- */
.sec-topbar .et_pb_blurb_container {
    padding-left: 0!important;
}
.sec-topbar .lang-mod {
    margin-left: 20px;
    margin-top: -2px;
}
.sec-topbar .lang-mod ul {
    padding: 0;
}
.sec-topbar .lang-mod .wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
}
.sec-topbar .lang-mod .wpml-ls-legacy-list-horizontal a {
    padding: 0;
}
.tegevusalad-sidebar .et_pb_widget {
    margin-bottom: 0!important;
}
.tegevusalad-sidebar li a {
    border-radius: 5px;
    color: #231F20!important;
    display: block;
    padding: 10px 12px 11px!important;
    transition: all 0.3s ease;
}
.tegevusalad-sidebar li.current-menu-item a,
.tegevusalad-sidebar li.current-cat a,
.tegevusalad-sidebar li a:hover {
    background-color: #3585b7;
}
.tegevusalad-sidebar li.current-menu-item a,
.tegevusalad-sidebar li.current-cat a,
.tegevusalad-sidebar li:hover a {
    color: #fff!important;
}
.post-content .more-link {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
figure.wp-block-image:first-of-type {
    margin-top: 1rem;
}
footer #footer-widgets {
    padding-top: 20px;
}
footer #footer-widgets .footer-widget {
    margin-bottom: 0;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

/*** Responsive Styles Tablet And Above ***/
@media all and (min-width: 981px) {
    header nav li {
        padding-left: 0!important;
    }
    header nav li a {
        color: #231F20!important;
        border-radius: 5px;
        padding: 10px 12px 11px!important;
    }
    header nav li.current-menu-item a,
    header nav li.current-page-ancestor a,
    header nav li a:hover {
        color: #fff!important;
        background-color: #3585b7;
    }
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    header .mobile_menu_bar {
        padding-bottom: 10px;
    }
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    img.alignright {
        display: block;
        float: none;
        margin: 0 0 1em 0;
    }
}