/*
Theme Name: SweetJane
Theme URI: https://sweetjane.qodeinteractive.com/
Description: Delightful Cake Shop Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: sweetjane
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

h2.menu_title {
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	background-color:#de3131;
	margin-bottom:0px;
}

.eltdf-sticky-header header-appear {
	background-color:#de3131;
}

  .eltdf-search-opener-wrapper svg {color:#fff}
  .eltdf-side-menu-button-opener { color:#fff; }
  .eltdf-main-menu>ul>li>a { color:#fff; } 
	.eltdf-main-menu>ul>li>a:hover { color:#fff;font-weight:bold; } 
	
	.page-id-13 .eltdf-page-header .eltdf-menu-area{
		margin-bottom:10px;
		border-bottom:5px solid #de3131;
	}
	
	
.div_frase_hero{
	text-align:center !important; 
	margin-top: 12%; 
	padding:220px;
}

.frase_hero{
	
	text-transform: none; 
	font-weight: 100; 
	color:#fff;  
	font-size: 46px; 
	backdrop-filter: blur(10px); 
	-webkit-backdrop-filter: blur(10px);
}

@media only screen and (max-width: 680px) {
	.frase_hero {
		font-size: 25px;
		margin-top: 40%;
	}
	.div_frase_hero{
		text-align:center !important; 
		margin-top: 60; 
		padding:10px;
	}
}
