::selection {
  background: #eee!important; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #eee !important; /* Gecko Browsers */
}


.title-area {
  background: none !important;
  z-index: 1;
}

.centre-me {
	margin-bottom: 10px !important;
	text-align: center;
}

footer.entry-footer {
	padding: 0px !important;
	margin: 0px !important;
	
}


.footer-widgets-1 .widget-title:after, .footer-widgets-2 .widget-title:after, .footer-widgets-3 .widget-title:after {
    content: '';
    border-bottom: 2px solid #FCDFDB;
    
    
@media only screen and (max-width: 1280px) {
   .wrap {
     max-width: 1200px !important;
   }
   
   .nav-secondary .wrap ul {
     margin-left: 20px !important;
   }
}