/*
 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 customization starts here
------------------------------------------------------- */

.wpml-ls-item a {
    color: black !important;
}

.wpml-ls-current-language a {
    color: white !important;
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
	content: '3 .column.size-1of3' !important;
}
.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post{opacity:1 !important;}

@media only screen and (max-width: 600px) {
    .wpml-ls-current-language a {
        color: green !important;
    }


    .et_duplicate_social_icons {
        display: none !important;
    }

    #et-secondary-menu,
    #et-secondary-menu #et-secondary-nav {
        display: block !important;
    }

    #top-header .container {
        display: flex;
    }

    #et-info,
    #et-secondary-menu {
        width: 50%;
    }

    #mobile_menu .menu-item.wpml-ls-slot-5,
    #mobile_menu .menu-item.wpml-ls-slot-5 {
        display: none !important;
    }

    .wpml-ls-current-language a span{
        color: white !important;
    }
}
@media only screen and ( min-width: 981px ) {
	.col3-blog .column.size-1of3 {
	    width: 32% !important;
	    margin-right: 1%;
	}
}