/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.entry-content ol li, .entry-content ul li {
	font-size: 13px;
}

.entry-share ul li a {
	background-color: #fff;
	color: #f07992;
	font-size: 9px;
	padding: 8px 14px;
}

.entry-comments {
	overflow: initial !important;
}
.site-header{
	background-image: none !important;
}
.site-header .wrap{
	width:100% !important;
}
.site-header .site-title, .site-header .site-title a{
	height:462px !important;
}
.site-title a{
	background-image:url("https://sweetapolita.com/wp-content/uploads/2018/05/sweetapolita_blog2018_heade.png") !important;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
 
    background-origin: padding-box, padding-box;
  
    background-position: top center !important;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto;
}
header .wrap{
	max-width:100% !important;
}
.genesis-nav-menu {
    overflow: visible !important;
    
}
.nav-primary .menu-item:first-of-type a {
    padding: 2px 15px 0 30px;
}
ul.sub-menu li a {
    width: 400px !important;
}
.not-active {
  pointer-events: none;
  text-decoration: none;
  color: black;
}

.hellohello {
	margin-top: -50px;
}

.genesis-nav-menu .sub-menu a {
	opacity: 1 !important;
}

.sidebar .feedburner-email-subscription form {
	background: #BBE3E1!important;
}

.search-form input[type="search"] {
	background: url("images/icon-search.png") no-repeat scroll right center / 36px 16px #fff;
	border: 2px solid #BBE3E1!important;
	color: #888;
	font-size: 13px;
	padding: 5px 28px 5px 12px;
	text-transform: lowercase;
	width: 100%;
}

.page-id-10905 .entry-header, .page-id-10903 .entry-header, .page-id-10901 .entry-header{
	background: none;
	background-size: 36px;
	margin-top: -16px;
	padding-top: 0px;
}

.site-title a {
	background-image: url("https://sweetapolita.com/wp-content/uploads/2018/05/sweetapolita_blog2018_header.jpg")!important;
	width: 1200px!important;
	margin: 0 auto!important;
}

.site-header .site-title, .site-header .site-title a {
	height: 430px !important;
}



