/*======================================
Theme Name: Divi Child
Description: Divi Child
Version: 1.0
Author: Divi
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;
	height: 40px !important;
}
#db-switcher #branding {
    padding: 0 !important;
    line-height: 0 !important;
}
#db-switcher #branding img {
    max-width: 90px;
}
#db-switcher #dropdown {
	display:none !important
}
#db-switcher #responsive{
	margin: 0 !important;
	font-size: 14px;
}
#db-switcher .fa-download:before{
	content: "\f07a" !important;
	padding-right:5px !important;
}
#db-switcher #buttons a.btn-download{
	background-color:#037EFE !important;
	padding: 5px 17px !important;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 15px;
}
#db-switcher i.fa.fa-download {
    display: none;
}

#db-switcher a.btn.btn-close {
    display: none;
}
#frame-area {
    padding-top: 25px !important;
}
a[title="Mobile Landscape (480x320)"] {
    display: none;
}
a[title="Tablet Landscape (1024x768)"] {
    display: none;
}
@media only screen and (max-width: 768px) {
  #db-switcher #responsive{
	display:none;
	}
}