/*
Theme Name: BizIQ Gamma
Theme URI: http://ebiziq.com
Description: Gamma Theme for BizIQ Clients
Version: 1.3

License: MIT
License URI: http://opensource.org/licenses/mit-license.php

Based on the HTML5 Theme by Todd Motto (@toddmotto).
*/

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/*------------------------------------*\
MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
}
body {
	color:#000;
	font-size: 11px;
	font-weight:400;
	line-height: 13px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}
.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: inherit;
	text-decoration:none;
}
a:hover {
	color: inherit;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	max-width: 1080px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.prime > .wrapper {
}
#content {
	padding: 20px 0;
}
.columns-3{
	list-style:none;
	column-count:1;
	padding: 0;
}
.breakout {
	background: rgb(255 226 235);
	margin: 0 -100%;
	margin: 0 calc(50% - 50vw);
}

/* header */
.header {
	position: relative;
	right: 0;
	width: 100%;
	z-index: 5000;
}
.header .one-whole {
	text-align: center;
}
.header .textwidget {
	padding: 10px 0;
}

/* logo */
.logo {
	margin: 20px auto;
}
/* nav */
.nav {
	clear: both;
	position: static;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 10000;
	background: #000;
	border-bottom: 1px solid #ed008c;
	border-top: 1px solid #ed008c;
}
.nav ul {
	margin: 0;
	padding: 15px 0 10px;
	text-align: center;
}
.nav ul li {
	list-style: none;
	overflow: hidden;
}
.nav ul li a {
	color: inherit;
	border: 1px solid transparent;
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	padding: 8px 14px;
}
nav.nav ul li.current-menu-item a,
nav.nav ul li.current_page_parent a,
nav.nav ul li.current-menu-ancestor a {
	border: 1px solid rgba(255,255,255,.8);
}
.nav ul li a:hover {
	background: rgba(255,255,255,.2);
}
.nav ul li > a:after {
	content: ' â–¾';
}
.nav ul li > a:hover:after {
	content: ' â–¾';
}
.nav ul li > a:only-child:after {
	content: '';
}

/* sidebar */
.sidebar {
}

/* footer */
.footer {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.footer a {
	color: inherit;
}
.footer .one-fourth {
	padding: 0 10px;
}
.copy {
	clear: both;
	font-size: .7em;
	text-align: center;
}
.banner .wrapper {
	max-width: 700px;
	border: 10px solid hotpink;}
/* slider */
.rslides_tabs {
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0;
	position: absolute;
	text-align: center;
	z-index: 4500;
	bottom: -13px;
	width: 100%;
}
.rslides_tabs li {
	list-style: none;
	display: inline-block;
	font: normal normal normal .001em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.rslides_tabs li a {
	color: transparent;
}
.rslides_tabs li a:before {
	content: "\f111";
	color: rgba(0,0,0,.2);
	font-size: 30px;
}
.rslides_tabs li.rslides_here a:before {
	content: "\f10c";
	color: rgba(0,0,0,.5);
}
.bottomicon, .socialicons {text-align: left;}

/*------------------------------------*\
PAGES
\*------------------------------------*/
.prime {
	position: relative;
}

#slider {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 3px;
}
#slider .slide {
	background-position: center;
	/* background-attachment: fixed; */
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0;
}
.cta {
	position: absolute;
	top: 0;
	left: 0;
}
/*------------------------------------*\
Feedback
\*------------------------------------*/
.compliments h1 {
	background: #ed008c;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	padding: 7px;
	border: none;
}
.feedbackText {
	text-align: center;
}
.up-down > a {
	display: inline-block;
}
.up-down > a::before {
	content: '\f165';
	font-family: "FontAwesome";
	line-height: 1em;
	width: 25%;
	color: #000;
}
.up-down > a:first-child::before {
	content: "\f164";
}
#content main[role=main] section div.up-down > a:hover {
	text-decoration: none;
}
.biq-feedback.positive {
	text-align: center;
}
.biq-feedback.positive p + p {
	font-weight: 900;
}
/*------------------------------------*\
FIXED WIDTH
\*------------------------------------*/
.prime.fixed {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	margin: 0 auto;
}
.prime.fixed #slider {
	max-height: 40vh;
	overflow: hidden;
}
.prime.fixed header {
	position: relative;
}
/*------------------------------------*\
IMAGES
\*------------------------------------*/


/*------------------------------------*\
FORMS
\*------------------------------------*/
.wpcf7-form input,
.wpcf7-form textarea {
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 2px 0;
	padding: 2px 4px;
	width: 100%;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border: 1px solid #006799;
}
.wpcf7-form textarea {
	height: 50px;
}
.wpcf7-form .wpcf7-captchac {
	margin-right: 20px;
}
.wpcf7-form .wpcf7-captchar {
	width: 40% !important;
	position: relative;
}
.wpcf7-form input[type=submit] {
	box-sizing: border-box;
	width: 100% !important;
}
img.ajax-loader {
	display: none;
}
/*------------------------------------*\
WIDGETS
\*------------------------------------*/
.home-above,
.home-below {
	overflow: hidden;
}
/* Recent Posts */
div[id*='recent-posts'] ul {
	padding: 0;
	margin: 0;
}
div[id*='recent-posts'] ul li {
	list-style: none;
	padding: 2px 0 8px;
	margin: 5px 0;
	border-top: 1px solid rgba(255,255,255,.1);
}
div[id*='recent-posts'] ul li:first-child {
	border-top: none;
}
/*------------------------------------*\
REVIEWS
\*------------------------------------*/
.biziq-button, .client-button {
	color: #fff !important;
	background: #000;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 35px;
	border: 2px solid #000;
	border-radius: 0;
}
.biziq-button:hover,.client-button:hover {
	border: 2px solid #d50f8a;
	background: none;
	text-decoration: none !important;
	color: #000 !important;
}
.biziq-review-input {
	border-radius: 0;
	width: 100%;
}
h3.review-title {
	font-style: normal;
}
/*------------------------------------*\
MOBILE NAVIGATION TOGGLE

Animation inspired by @designcouch
http://codepen.io/designcouch/
\*------------------------------------*/
#toggle-wrapper {
	position: absolute;
	right: 10px;
	top: 25px;
}
#menu-toggle {
	width: 24px;
	height: 20px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#menu-toggle span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#menu-toggle span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#menu-toggle.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 0;
}
#menu-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 17px;
	left: 0;
}
/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4 {
	font-weight: 400;
	font-family: 'Righteous', cursive;
}
h1 {
	font-size: 1.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px;
	text-align: center;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
}
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }
/*------------------------------------*\
ALERTS
\*------------------------------------*/
.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	clear: both;
	margin: 0 auto 20px;
	padding: 15px;
}
.alert:before {
	font-family: "FontAwesome";
	font-size: 2em;
	line-height: 1em;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger:before {
	content: "\f256";
}
.alert-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.alert-warning:before {
	content: "\f071";
}
.alert-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.alert-success:before {
	content: "\f058";
}
.wpcr3_clear.wpcr3_power {
	display: none !important;
}
/*------------------------------------*\
ANIMATION
\*------------------------------------*/
@keyframes animatedBackground {
	from { opacity: 0; }
	to { opacity: 1; }
}
/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:0px) {

	.prime {
		/* Setting font size on mobile devices */
		font-size: 1.3em;
		line-height: 1.6em;
	}

	/* ---- WordPress Core ---- */
	.alignnone {
		margin:5px 20px 20px 0;
	}
	.aligncenter,
	div.aligncenter {
		display:block;
		margin:5px auto;
	}
	.alignright {
		display: block;
		float:right;
		margin:5px auto;
	}
	.alignleft {
		display: block;
		float:none;
		margin:5px auto;
	}
	a img.alignright {
		float:none;
		margin:5px auto;
	}
	a img.alignnone {
		margin:5px auto;
	}
	a img.alignleft {
		float:none;
		margin:5px auto;
	}
	a img.aligncenter {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.wp-caption {
		background:#FFF;
		border:1px solid #F0F0F0;
		max-width:96%;
		padding:5px 3px 10px;
		text-align:center;
	}
	.wp-caption.alignnone {
		margin:5px 20px 20px 0;
	}
	.wp-caption.alignleft {
		margin:5px 20px 20px 0;
	}
	.wp-caption.alignright {
		margin:5px 0 20px 20px;
	}
	.wp-caption img {
		border:0 none;
		height:auto;
		margin:0;
		max-width:98.5%;
		padding:0;
		width:auto;
	}
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size:11px;
		line-height:17px;
		margin:0;
		padding:0 4px 5px;
	}
	.sticky {
	}
	.bypostauthor {
	}

	/* ---- Mobile Navigation ---- */
	nav.nav {
		position: relative;
	}
	nav.nav #toggle-wrapper {
		display: block;
	}
	nav.nav ul li {
		display: none;
		margin: auto;
		width: 50%;
	}
	nav.nav ul li.current-menu-item,
	nav.nav ul li.current_page_parent,
	nav.nav ul li.current-menu-ancestor {
		display: block;
		margin: auto;
	}
	.nav-fixed {
		animation: none;
		background-color: transparent;
		position: relative;
	}
	ul.sub-menu {
		display: none;
		padding: 0;
		width: auto;
		z-index: 1000;
	}
	nav.nav ul li:hover > ul.sub-menu {
		display: block;
	}
	nav.nav ul li ul.sub-menu li {
		display: block !important;
		width: auto;
	}

	/* ---- STRUCTURE ---- */
	.single-format-standard main[role=main] {
		width: 100%;
	}
	main[role=main] {
		float: none;
		width: 100%;
	}
	.sidebar {
		float: none;
		width: 100%;
	}
	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto;
	}
	.up-down > a::before {
		font-size: 60px;
	}

	/* ---- COLUMNS ---- */
	.one-whole {
		clear: both;
		width: 100%;
	}
	.one-half {
		float: none;
		width: 100%;
		text-align: center;
	}
	.one-third {
		float: none;
		width: 100%
	}
	.one-fourth {
		float: none;
		width: 100%;
	}
	.three-fourth {
		float: none;
		width: 100%;
	}
	.one-fifth {
		float: none;
		width: 100%;
	}

	.alert {
		max-width: 95%;
	}

}
@media only screen and (min-width:480px) {

	/* ---- COLUMNS ---- */
	.two-third {
		width: 100%;
	}
	.one-fourth {
		float: left;
		width: 50%;
	}
	.one-fourth:nth-child(odd){
		clear:both;
	}
	.three-fourth {
		float: left;
		width: 50%;
	}
	.one-fifth {
		float: left;
		width: 50%;
	}

}
@media only screen and (min-width:768px) {

	.columns-3{
		column-count:3;
	}

	.prime {
		/* Setting font size on larger screens */
		font-size: 1.4em;
		line-height: 1.7em;
	}

	/* ---- WordPress Core ---- */
	.aligncenter,
	div.aligncenter {
		display:block;
	}
	.alignright {
		display: inline;
		float:right;
		margin:5px 0 20px 20px;
	}
	.alignleft {
		display: inline;
		float:left;
		margin:5px 20px 20px 0;
	}
	a img.alignright {
		float:right;
		margin:5px 0 20px 20px;
	}
	a img.alignleft {
		float:left;
		margin:5px 20px 20px 0;
	}
	a img.aligncenter {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	/* ---- Mobile Navigation ---- */
	nav.nav ul li,
	nav.nav ul li.current-menu-item,
	nav.nav ul li.current-menu-ancestor {
		display: inline-block !important;
		width: auto !important;
	}
	.nav ul li:first-child {
		margin-left: 0;
	}
	nav.nav #toggle-wrapper {
		display: none;
	}
	nav.nav.nav-fixed {
		animation: animatedBackground 1s;
		position: fixed;
	}
	nav.nav ul li.current-menu-item,
	nav.nav ul li.current_page_parent,
	nav.nav ul li.current-menu-ancestor {
		display: inline-block;
	}
	ul.sub-menu {
		position: absolute !important;
	}
	nav.nav ul li:hover > ul.sub-menu {
		display: block;
	}
	.nav-block {
		clear: both;
		content: '';
		display: block;
		height: 0;
	}
	.nav-block.active {
		min-height: 68px;
	}

	/* ---- STRUCTURE ---- */
	.page-template-default main[role=main] {
		float: none;
		width: 100%;
		padding: 0;
	}
	.page-template-template-sidebar main[role=main] {
		float: left;
		width: 75%;
		padding: 0 35px 0 0;
	}
	.single-format-standard main[role=main] {
		width: 75%;
		float: left;
	}
	.sidebar {
		float: right;
		width: 25%;
	}

	header .one-half {
		text-align: left;
	}
	header .one-half + .one-half {
		text-align: right;
	}
	.up-down > a::before {
		font-size: 180px;
	}

	/* ---- COLUMNS ---- */
	.one-half {
		float: left;
		text-align: left;
		width: 50%;
	}
	.one-third {
		float: left;
		width: 33.33%
	}
	.two-third {
		float: left;
		width: 66.66%
	}
	.one-fourth {
		float: left;
		width: 25%;
	}
	.one-fourth:nth-child(odd){
		clear:none;
	}
	.three-fourth {
		width: 75%;
	}
	.one-fifth {
		float: left;
		width: 20%;
	}

}
@media only screen and (min-width:1024px) {

	.alert {
		max-width: 100%;
	}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*::-webkit-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}*/
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*+++++++++++++++++++++++++++++++++++++++

!! THIS SECTION WILL NOT BE HERE IN THE RELEASE VERSION !!

Anything that is in this section will be controlled by theme options or injected CSS into the header.

+++++++++++++++++++++++++++++++++++++++*/
#content a {
	color: #00437f;
}
#content a:hover {
	text-decoration: underline;
}
nav.nav.nav-fixed {
	background: #000;
}
.nav ul li > a:after {
	color: #888;
}
.nav ul li > a:hover:after {
	color: #444;
}
body {
	background: #ccc; /* color or image */
}

.prime header.header {
	background: #fff;
	color: #fff;
}
footer.footer {
	background: #000;
	color: #fff;
}

.prime {
	background: #fafafa;
}

.prime.fixed {
	max-width: 1200px;
}

.logo {
	max-width: 50%;
}
.phone {
	font-size: 36px;
}

ul.sub-menu {
	background: #333;
}

.biziq-cta {
	padding: 0 10px;
	text-align: center;
}
.cta-icon {
	border: 8px solid #444;
	border-radius: 100%;
	text-align: center;
	font-size: 6em;
	line-height: 1.5em;
	min-width: 130px;
	margin: 0 auto;
}
.active-page{background:transparent none;}
main[role="blog"]{
	width:70%;
	margin:0 5% 0 0;
	float:left;
}
.blog-sidebar {
	width: 20%;
	float: left;
}
@media only screen and (max-width: 767px) {
	main[role="blog"]{
		width:90%;
		margin:0 5%;
		float:none;
	}
	.blog-sidebar {
		width:90%;
		margin:0 5%;
		float:none;
	}
}

.cta1 {
	border-bottom: 5px solid #ed008c;
	border-top: 5px solid #ed008c;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 5px #000;
}
.cta {
	bottom: 0;
	right: 0;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff; 
	font-size:1.5em;
}
.slider-image {
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	min-height: 450px;
}
.rslides_tabs li a:before {
	content: '\25CB';
}

.rslides_tabs li.rslides_here a:before {
	content: '\25CF';
}

.rslides_tabs {
	background: none;
	border-top: none;
	padding: 5px;
}

.rslides_tabs li.rslides_here a:before {
	color: rgba(249, 249, 249, 0.3);
	font-size: 1.5em;
}

.rslides_tabs li a:before {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.5em;
}

#slider h2 {
	font-size: 2em;
	/*background: rgba(0,0,0,.85);
	padding: 12px;*/
	color: #fff;
}

#slider .right-align h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.7em;
	background: transparent;
	padding: 0;
}
#slider .btn, .w3-container .btn{

	background: #ed008c;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	line-height: 1.6em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: .85em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#slider .btn:hover {
	background: #fafafa;
	color: #000000;
}

.topPhone {
	color: #000;
	font-family: 'Righteous', cursive;
	font-size: 36px;
	margin: 82px 0 50px 0;
}

table.classes17 {
	width: 100%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

table.classes17 td {
	width: 50%;
	text-align: center;
	background: #ffe0ea;
	border-bottom: 1px solid #000;
	padding: .5em;
	border-right: 1px solid #000;
}

table.classes17 th {
	background: #000;
	color: #fff;
	padding: .5em;
	width: 50%;
	text-align: center;
}

#content a.cta-btn {
	background: #f3bbcd;
	display: inline-block;
	padding: 15px 25px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #000;
	margin: 1em 0;
}