/*
Theme Name: Alyeska
Description: A simple business theme by Theme Blvd.
Author: Jason Bobich
Author URI: http://jasonbobich.com
Version: 2.0.1
License: Partial GNU General Public License, please reade license file for more details.
License URI: license.txt
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/*==============================
	Legacy CSS
==============================*/

#content {overflow: hidden;}
body{ font-size: 90%; }
.primary-element-1 .element-inner{ padding-top: 23px; padding-bottom: 0px; }
#homepagecontent{ background: #fff; border: 1px solid #e3e3e3; border-radius: 6px; padding: 20px; overflow: hidden; }
#brandleft{ float: left; width: 45%; }
#brandimage{ float: top; }
#comments #respond { border: 1px solid #000; box-shadow: none; }
aside#text-5, aside#text-6, aside#text-8, aside#comprehensivegooglemap-3, aside#googlemapswidget-3 { border: none; box-shadow: none; }
#wpcr_hcard_s { display: none; }
.socialicons { text-align:center; margin-bottom: -20px; }
.bottomicon{ display: inline-block; text-align: center; width: 18%; }
.bottomicon img { width: 70%; }
#contactlocation{ margin-top: 5px; margin-left: 72px; }
#contactusmap{ padding-top: 65px; }
aside#googlemapswidget-3 { margin: -22px 0px -20px 1px; }
#tb-slider-home-page{ margin-top: -34px; }
.header-shade{ background: none; display: none !important; }
.biziqSuccess{ background: #aaffaa; padding: 10px; border-radius: 10px; border: 4px solid #99ff99; color: #010101; }
.biziqFailure{ background: #ffaaaa; padding: 10px; border-radius: 10px; border: 4px solid #ff9999; color: #010101; }
#contactpageform input, #contactpageform textarea { width: 95%; margin: 0 auto 5px; }
.compliments h2{ background-color:#0B4786; color:#ffffff; text-shadow: 0 0 0; text-align:center; font-size:16px; padding:4px; margin-top:-15px !important; margin-bottom:25px !important; }
.feedbackText{ text-align:center; font-size:16px; }
.up{ width: 45%; float: left; }
.down{ width: 45%; float: right; }
.review{ font-weight:normal; width: 370px; font-size:16px; margin: 0 auto; }
.review img { padding:2px; }
#wrapper { background: none !important; }
::-webkit-input-placeholder { opacity: .7; }
:-moz-placeholder { opacity: .7; }
::-moz-placeholder { opacity: .7; }
:-ms-input-placeholder { opacity: .7; }


----------------------------------------------------------------------------
/*==============================
	Forms
==============================*/
.page-template-template_feedback-php #wform label,
.page-template-template_feedback-php #wform input,
.page-template-template_feedback-php #wform textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.page-template-template_feedback-php #wform label {
	margin-top: 10px;
}

.form-message {
	margin-top: 18px;
	color: #DD2929;
	font-weight: bold;
	font-size:12px;
}

.form-error {
	border:2px solid #DD2929;
	color:#DD2929;
}

label.form-error {
	border:none;
}
.home .primary-element-1 .element-inner {
	margin: 0 10px;
}
 #main .manual-gutters .element-inner {
	padding: 0 10px !important;
}

.custom-layout-contact-page .column.grid_6.last {
	box-sizing: border-box;
	padding: 0 0 0 72px;
}
.fixed-sidebar aside {
	clear: both;
}

.contact-button {
	display: none;
}

.biziq {
	color: #666;
	font-size: 11px;
	padding: 0px 15px;
}
.biziq a {
	color: #666;
}
.biziq a:hover {
	color: #8ec641;
}

.biziq a:hover span {
	color: #26ace2;
}
/*==============================
	Typography
==============================*/
.widget-area h3 {
	font-size: 25px;
	margin: 0;
	padding: 10px 0;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif !important;
}

/*==============================
	Sign Up Form
==============================*/

form.wpcf7-form span.wpcf7-not-valid-tip {
	background: rgba(192,0,0,.8);
	border: medium none;
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 10pt;
	line-height: 100%;
	margin: 2px 0;
	padding: 10px;
	position: absolute;
	text-align: right;
	width: 100%;
}
.textwidget #signUpForm input,
.textwidget #signUpForm textarea {
	color: #333;
	box-sizing: border-box;
	margin: 2px 0;
	width: 100%;
}
.textwidget #signUpForm input.wpcf7-not-valid {
	border: 1px solid rgba(255,0,0,.8);
}
.textwidget #signUpForm textarea {
	height: 120px;
}
.textwidget #signUpForm .wpcf7-captchac {
	margin-right: 20px;
}
.textwidget #signUpForm .wpcf7-captchar {
	width: 40% !important;
	position: relative;
	top: -7px;
}
.textwidget #signUpForm input[type=submit] {
	box-sizing: border-box;
	width: 100% !important;
}
.textwidget img.ajax-loader,
form.wpcf7-form span.wpcf7-not-valid-tip {
	display: none;
	right: -10000px
}

/*==============================
	Floating Columns
==============================*/
.one-whole {
	clear:both;
	width: 100%;
}
.one-half {
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.one-third {
	box-sizing: border-box;
	float: left;
	width: 33.33%;
}
.one-fourth {
	box-sizing: border-box;
	float: left;
	width: 25%;
}
.one-fifth {
	box-sizing: border-box;
	float: left;
	width: 20%;
}



@media screen and (max-width: 480px) {
	.topPhone, .toplogo {
		float: none !important;
		text-align: center !important;
		width: 100% !important;
	}
	#signUpForm {
		display: none;
	}
	#text-16 h3 {
		display: none;
	}
	.contact-button {
		border-radius: 6px;
		content: "Contact Us Now";
		cursor: pointer;
		display: block;
		font-size: 20px;
		margin: 10px 0;
		padding: 10px 0;
		text-align: center;
	}
}
#wform label { display: block }
.biziq-review.show {
  overflow: hidden;
}