/*
Theme Name: BTS
Description: Custom theme for BaileyTradeServices.com.au
Author: CUTPASTE Digital
Template: salient
Version: 1.0
*/

@import url("../salient/style.css");

/*** MEDIA ***/
@media only screen and (max-width: 1000px) and (min-width: 690px) {
}

@media only screen and (max-width: 690px) and (min-width: 480px) {
}

@media only screen and (max-width: 690px) {	
}


@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
}

/*** BODY ***/


html body, .container-wrap  {
	background-color: #2B417A !important; 	
}

/*** body #header-outer[data-transparent-header="true"].transparent {
	border-bottom: none !important;
}
***/

#call-to-action .triangle {
	border-top: 10px solid #2B417A;
}

/*** Coming Soon ***/

body .page-id-2, .page-id-2 .container-wrap, .single-portfolio .container-wrap {
	background-color: #ffffff !important; 
}

.page-id-2 #footer-outer, .page-id-2 #header-outer, .page-id-2 #header-space {
	display:none;
}

/*** Page Headers ***/

#page-header-bg {
	background-position: bottom !important;
}

/*** FORMS ***/

body .gform_wrapper .top_label .gfield_label {
	color: #ffffff;
	margin-top: 0px;
	font-family: OpenSansRegular;
}

body .ginput_container {
	margin-bottom: 20px;
}

body .gform_wrapper {
	margin-top: 0px;
}
