/*
	Theme Name:   Jentu
	Description:  Custom theme created for Jentu based on the Enfold theme
	Author:       Canopy Media
	Author URI:   http://canopymedia.ca
	Template:     nightlights
	Version:      1.0
*/

#Colours {
	color: #dc4814; /* orange */
	color: #e05c2f; /* dp-logo-orange */
	}

#top-bar {
	width: 100%;
	max-width: 1310px;
	height: 32px;
	margin: auto;
	text-align: right;
	color: #fff;
	padding:4px 50px 0;
	}

#top-bar a,
#top-bar a:active {
	color: #fff;
	margin-left: 18px;
	cursor: pointer;
	}

#top-bar a:hover {
	color: #dc4814;
	text-decoration: none;
	}

.header-scrolled {
	margin-top: -32px;
	}

.cta-button span.avia-menu-text {
	border: 1px solid;
	padding: 6px 12px;
	}

/*
span.avia-menu-text {
	border: none;
	padding: 7px 13px;
*/
	}

#home-page-feature-section {
	font-size: 24px;
	}

#home-page-feature-section h1 {
	font-size: 56px;
	line-height: 1;
	}

body.page-template-template-landing-page #mobile-advanced,
body.page-template-template-landing-page .main_menu,
body.page-template-template-landing-page #footer .container {
	display: none;
	}

a img.cta-hover:hover {
	opacity: .8;
	box-shadow: 0 7px 9px -4px #777;
	transform: translateY(-8px);
	transition-duration: 1s;
	}

#EmailUs input[type="submit"] {
	background-color: #dc4814;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: ubuntu, sans-serif;
    }

#EmailUs input[type="submit"]:hover {
	background-color: #bb3707;
	box-shadow: inset 0 0 3px #000;
	}

.widget .g-recaptcha {
	transform: scale(.8);
	margin-left:-30px;
	}

@media only screen and (max-width: 767px) {
		.responsive #top #main .sidebar {
		display: block;
		border: none;
		clear: both;
		padding: 0;
		}
	.inner_sidebar {
		margin-left: 0;
		}
	.responsive #top .container .av-content-small {
		margin-bottom:0;
		padding-bottom: 10px;
		}