#secondary .widget {
    background-color: #ffffff;
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.6);
    border: 0px solid #efefef;
    padding-left: 30px;
}
#page {
    background-color: #ffffff;
}
#site-branding {
    text-align: center;
    width: 90%;
    margin: 0px auto;
    padding: 40px 0px;
}
.top-header {
    background-color : white;
}
#content {
    padding: 70px 0 30px;
    background-color: white;
}
.main-navigation a {
    color: #333;
    display: block;
    font-family: 'Dekko', cursive;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
}
.page-title {
    color: #333;
    float: left;
    font-size: 40px;
    line-height: 32px;
    padding: 20px;
	  font-family: 'La belle aurore';
}

@media only screen and (max-width: 400px) {
.page-title {
    font-size: 2em;
}
}

h2 {
		  font-family: 'Lato';
  	  font-style: italic;
}
.is-sticky #sticky_header {
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	border-bottom: none;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	-webkit-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}
.slider-content {
    border: none !important;
    padding-bottom: 0px !important;
    width: 50%;
}
.slider-content {
    background: rgba(255, 255, 255, 0.8);
    border: 10px double rgba(255, 255, 255, 0.5);
    padding: 20px 30px 30px;
}
mark, ins {
    background: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	#site-branding {
		margin: 0 auto;
		padding: 20px 0px 20px 0px;
    width: 100%;
	}
}
#content {
    padding: 30px 0 30px;
}
.single .post,
.single .page {
	background-color: #fff;
	box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.6);
	border: 0px solid #efefef;
	padding: 0px 0px 0px;
}
.page-id-3331 .page-title {
    display: none !important;
}
.page-id-3331 #primary {
    width : 100% !important;
}
.page-id-3331 #secondary {
    display: none !important;
}
p {
font-size : 16px;
}
.mce-notification.mce-has-close {
    display: none !important;
}