/*======================================
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/
Description: Divi Child Theme
Version: 1.0
Author: Divi
Author URI:
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

body {
    background-color: #f4f4f4 !important;
    background-image: none !important;
    background-size: cover;
    background-repeat: no-repeat !important;
}
#db-switcher {
    background-color: #191817!important;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
#db-switcher #branding {
    padding: 0 !important;
}
#db-switcher #branding img {
    max-width: 120px;
}
#db-switcher #dropdown {
    padding: 5px 10px !important;
    margin: 0 !important;
	display:none !important
}
#db-switcher #responsive{
margin: 0 !important;
}
#db-switcher .fa-download:before{
	content: "\f07a" !important;
	padding-right:5px !important;
}
#db-switcher #buttons a.btn-download{
	background-color:#037EFE !important;
	padding:10px 20px !important;
}
a[title="Mobile Landscape (480x320)"] {
    display: none;
}
a[title="Tablet Landscape (1024x768)"] {
    display: none;
}

