/* Menu font tweaks */
#top-menu {
	font-size: 24px;
	font-weight: 600;
}

/* Text colour */
h1, h2, h3, h4, h5, h6 {
	color: #4d4d4f;
}

/* Breadcrumbs */
#breadcrumbs {
	width: 1080px;
	margin: 0 auto;
	padding: 8px 0 0;
	position: relative;
}

.blog #breadcrumbs {
	margin-top: -10px;
}

.single #breadcrumbs {
	margin-top: -10px;
	margin-bottom: 10px;
}

/* Jazz up the read more links */
a.more-link {
	border: 2px solid;
	border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	padding: 3px 10px;
	text-transform: uppercase;
}

a.more-link-light {
	border: 2px solid;
	border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	padding: 3px 10px;
	text-transform: uppercase;
	color: #eee;
}

.dark-red-blurb {
	background-color: #c1151b;
}

/* HOME PAGE IMAGE & MENU TWEAKS */
.home-landing-section {
	min-height: 100%;
	top: -120px;
	margin-bottom: -120px;
}

.home-process-blurb {
	min-height: 205px;
}

/*original state*/
.page #main-header, .post #main-header, .single #main-header {
	background-color: rgba(255,255,255,1) !important;
}

.home #main-header {
	background-color: rgba(255,255,255,0.00) !important;
	box-shadow: 0 1px 0 rgba(0,0,0,0.0);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.0);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.0);
}

/*scrolling state*/
#main-header.et-fixed-header {
	background-color: rgba(255,255,255,0.6) !important;
}

/*Menu*/
/* #top-menu a {
	color: #fff !important;
}
#top-menu a:hover {
	color: #ef4a4a !important;
}

#top-menu li.current-menu-ancestor > a {
	color: #ef4a4a !important;
}

#top-menu li.current-menu-item > a {
	color: #ef4a4a !important;
}
*/
#et_search_icon {
	color: #333 !important;
}

#et_search_icon:hover {
	color: #ef4a4a !important;
}

/* Sub-Menu */
#top-menu li li a:hover {
	background: #a9e2f3 !important;
}

/*
#top-menu li li a {
	color: #ededed !important;
}

#top-menu li li a:hover {
	color: #ef4a4a !important;
	background: #1e2024 !important;
}

.nav li ul {
	background: rgba(30,31,34,0.73) !important;
}

.sub-menu {
	border-color: #ef4a4a !important;
}
*/
/*
#et_search_icon {
	color: #cfcfcf !important;
}
*/
/* Landing Page Text Module Image */
.home-landing-text-module img {
	padding-top: 100px;
}

.home-landing-text-module h2 {
	font-weight: 700;
	font-size: 48px;
	padding-top: 50px;
}

/* Image border */
.orange-border {
	border: 4px solid #ea5b24;
}

/* Banners */
.short-banner {
	padding: 0;
	margin-bottom: -30px;
}

/* Footer Widget styling */
.footer-widget .title, .footer-widget .title a {
	color: #ea5b24 !important;
}

.footer-widget, .footer-widget li a {
	color: #4d4d4f !important;
}

.footer-cta h2, .footer-cta p {
	color: #ea5b24;
}

/* Header icons */
/* @media screen and (max-width: 360px) {
	.et_pb_row, .container, .et_pb_container {
		width: 320px;
	}

/* Asya picture */
.asyra-pic {
	min-height: 400px;
}

.asyra-pic h1 {
	padding-top: 100px;
}

*/
@media screen and (max-width: 360px) {
}	
}

@media screen and (max-width: 360px) {
	#et-info {
		float: left;
		width: 50%;
	}
}

@media screen and (max-width: 360px) {
	#et-secondary-menu {
		width: 50%;
		float: left;
		text-align: left;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

/* @media screen and (min-width: 361px) and (max-width: 767px) {
	.et_pb_row, .container, .et_pb_container {
		width: 767px;
	}
} */
@media screen and (min-width: 361px) and (max-width: 767px) {
	#et-info-email > span {
		display: none;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	#et-info {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	#et-secondary-menu {
		width: 50%;
		float: left;
		text-align: left;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

/* Standard Media Queries */
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {
	.scroll-image img {
		max-width: 100%;
		height: auto;
		padding-top: 280px;
	}
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
	.scroll-image img {
		max-width: 70%;
		height: auto;
		padding-top: 240px;
	}
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.home-landing-text-module h2 {
		font-size: 42px;
		padding-top: 24px;
	}
	
	.home-landing-text-module img {
		max-width: 80%;
		height: auto;
		padding-top: 80px;
	}
	
	.scroll-image img {
		max-width: 50%;
		height: auto;
		padding-top: 200px;
	}
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	.home-landing-text-module h2 {
		font-size: 36px;
		padding-top: 20px;
	}
	
	.home-landing-text-module img {
		max-width: 60%;
		height: auto;
		padding-top: 70px;
	}
	
	.scroll-image img {
		max-width: 35%;
		height: auto;
		padding-top: 180px;
	}
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	.home-landing-text-module h2 {
		font-size: 30px;
		padding-top: 16px;
	}
	
	.home-landing-text-module img {
		max-width: 50%;
		height: auto;
		padding-top: 60px;
	}
	
	.scroll-image img {
		max-width: 25%;
		height: auto;
		padding-top: 150px;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.home-landing-text-module h2 {
		font-size: 24px;
		padding-top: 12px;
	}
	
	.home-landing-text-module img {
		max-width: 40%;
		height: auto;
		padding-top: 50px;
	}
	
	.scroll-image img {
		max-width: 20%;
		height: auto;
		padding-top: 120px;
	}
}

/* Make logo bigger on larger screens */
@media only screen and (min-width: 768px) {
	.et_fixed_nav #logo {
		max-height: 80px;
		margin-top: -5px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.et_fixed_nav #logo {
		margin-top: 12px;
	}
}