/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/** App Style header and Drop Down Menu **/
@media (max-width: 980px) {
	.container.et_menu_container {
		width: calc(100% - 60px);
	}
}

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc(100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

/* Make sure our absolute positioned overlay doesn't cover more than we want it to... */
.overlay-one {
	position: relative;
}

.overlay-one:after {
	position: absolute;
	content: '';
	background: url('newimagepath/overlay.png');
	background-size: cover;
/* Make overlay fit the window of our original image */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
/* Make's the overlay invisible until we hover */
	transition: .5s ease all;
/* How long the transition takes */
}

.overlay-one:hover:after {
	opacity: 1;
/* Make Image Appear */
}

.login #login h1 a {
	width: 160px;
	background-size: contain;
}

.login {
	background: #26EFB4;
/**Backup colour in case the browser hates gradients**/
	background: linear-gradient(#26EFB4,#07466F);
}

#loginform {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
}

#backtoblog a, #nav a, #loginform p label {
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
	background: transparent;
}

.login input.button.button-primary {
	background: transparent;
	box-shadow: none;
	text-transform: uppercase;
	border: 1px solid #fff;
	transition: .3s all ease;
}

.login input.button.button-primary:hover {
	background: rgba(255,255,255,0.2);
	border-color: transparent;
}

#click-menu {
	position: relative !important;
	top: 0 !important;
}

#click-menu .threeLines {
	padding-bottom: 32px;
}

#responsive-menu {
	position: fixed !important;
}

.nav li ul{
width:290px;
}
#top-menu li li a {
    width: 250px;
   
}
@font-face {
  font-family: BiancasTitle;
  src: url('/fonts/ChevalierStripesDCD.ttf');
 
}
.page-id-79 h2{
 font-family:'BiancasTitle';
  color: #262361;
}
.page-id-79 p a{
 font-family:'BiancasTitle';
  color: #262361;
}