/*
Theme Name: Tema hijo
Theme URI: https://www.sjdigital.es
Template: Divi
Author: SJDigital
Author URI: https://www.sjdigital.es
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
Version: 1.0.0.1582812426
Updated: 2020-02-27 14:07:06

*/

/* Global */

#logo {
	-webkit-transform: initial;
}
#main-header{
	background: rgba(85,85,85,0.5);
    backdrop-filter: blur(25px) !important;
}
.et_fixed_nav #main-header.et-fixed-header  {
    position: fixed;
    background: #666666 !important;
}
/*top_button*/
.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: #EF721F;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 5px;
    border-radius: 50px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
	box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.2);
}
/* Responsive <980 */

@media all and (max-width:980px){
	#main-header .et_mobile_menu {
    	background-color: rgba(102,102,102,0.51);
	}
	.et_fixed_nav #main-header.et-fixed-header .et_mobile_menu  {
		background-color: #666;
	}
	#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
		color: #EF721F;
    }
}