/* iPads (portrait and landscape) /* Smartphones (portrait and landscape) ----------- */
@media screen and (min-width: 1100px) {
/* Styles */
.mobile-nav {
	display: none;
}

}

@media screen and (min-width: 1200px) {
/* Styles */

}
@media screen and (min-width: 950px) and (max-width: 1024px) {
/* Styles */
.desktop {
	display: block;
}
.mobile {
	display: none;
}


}
@media screen and (max-width: 1200px) {
/* Styles */
}

/* iPads (portrait) ----------- */
/* @media screen and (min-width: 767px) and (max-width: 949px) { */
@media screen and (min-width: 300px) and (max-width: 949px) {
/* Styles */
#se_search_element_id {
	width: 60%;
}
	
}
@media screen and (min-width: 900px) and (max-width: 950px) {
	

}

/* Smartphones (portrait and landscape) ----------- */
@media screen and (min-device-width: 300px) and (max-width: 768px) {
/* Styles */
body, button, input, select, textarea {
	font-size: 13px;
}
.entry-content {
	overflow: visible;
}
	.dark-bar {
		height: 200px;
	}
.site-branding {
	margin: 10px auto 80px;
	height: 200px;
}
.entry-content i.note {
	margin-top: 0px;
}
#se_search_element_id, .gform_wrapper #input_2_1 {
	width:100%;
	font-size: 13px !important;
	padding: 8px !important;
}
ul.ac_results {
	top: 260px;
	margin-left: -20px;
}
ul.ac_results li {
	margin-bottom: 14px;
	font-size: 11px;
}
.property_add {
	margin-top: 10px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 14px !important;
	
}
.gform_wrapper ul #field_2_6, .gform_wrapper ul #field_2_3, .gform_wrapper ul li.column2, .gform_wrapper ul #field_2_41 {
	margin-right: 0% !important;
	width: 100% !important;
}
.ginput_product_price, .ginput_shipping_price, .ginput_total {
	width: auto !important;
}
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
	width: 100% !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
	width: 100% !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
	width: 100% !important;
}
}
@media screen and (min-width: 320px) and (max-width: 1260px) {

}