/*
	Theme Name: BizIQ Gamma
	Theme URI: 
	Description: Gamma Theme 
	Version: 1.3

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

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


/*------------------------------------*\
    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:#444;
    font-size: 10px;
    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;
}
.breakout {
    background: rgba(0,0,0,.1);
    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;
}
.nav ul {
    margin: 0;
    padding: 15px 0 10px;
    text-align: center;
    transition: padding .2s ease-in-out;
}
.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;
    transition: padding .2s ease-in-out;
}
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: '';
}

.nav ul li.menu-item-has-children > a:after{
  line-height: 1em;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  font-size: .8em;
  content:'\f078';
  margin-left: 5px;
  color: inherit;
}


/* sidebar */
.sidebar {
}

/* footer */
.footer {
    clear: both;
    overflow: hidden;
    padding: 10px 0 0;
}
.footer a {
    color: inherit;
}
.footer .one-fourth {
    padding: 0 10px;
}
span.icon-item {
    display: inline-block;
    text-indent: -10px;
    margin-left: 22px;
    margin-bottom: 10px;
}
span.icon-item i {
    color: #abbd43;
    margin-right: 4px;
}
.copy {
	background: rgba(0,0,0,.2);
	padding: 15px 0;
	letter-spacing: .05em;
	margin-top: 10px;
	clear: both;
    font-size: .7em;
    text-align: center;
}
.up-down a{width:23%;display:inline-block;}
/* 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);
}
main[role="blog"]{
	width:70%;
        margin:0 5% 0 0;
        float:left;
    }
    .blog-sidebar {
        width: 20%;
        float: left;
    }
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.prime {
    position: relative;
	transition: .2s ease-in-out;
}

#slider {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
	transition: .2s ease-in-out;
}

#slider .slide {
    background-position: center;
    /* background-attachment: fixed; */
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
}
.cta {
    position: absolute;
    top: 0;
    left: 0;
}

/* Blog Pages */
label[for=comment] {
    display: block;
}
textarea#comment {
    width: 100%;
}
main[role=blog] article {
    border-top: 1px solid #ccc;
    margin: 0 0 10px;
}
main[role=blog] article:first-of-type {
    border-top: none;
    padding-top: 0;
}

/*------------------------------------*\
    Feedback
\*------------------------------------*/
.compliments h1 {
    background: #0B4786;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding: 7px;
}
.feedbackText {
    text-align: center;
}
.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 {
    background: rgba(0,0,0,.06);
    border: none;
    border-radius: 0;
    padding: 8px 10px;
}
.client-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;
}
.mob-menu-header-holder.mobmenu {
    z-index: 99999;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-icon-slide {
    from {margin-right: 0;}
    to {margin-right: 266px;}
}

/* Standard syntax */
/* @keyframes example menu-icon-slide {
    from {margin-right: 0;}
    to {margin-right: 266px;}
} */
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
h1 { font-size: 1.7em; }
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 svg {
        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%;
    }
    .three-fifth {
    	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: 769px) {

    .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 svg {
        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%;
    }
    .three-fifth {
    	width: 60%;
    	float: left;
    }

}
@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.

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



.feedback #content a img {
    height: 175px;
    width: auto;
    padding: 20px;
    transition: border .2s, box-shadow .2s;
}
.feedback #content a img:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.feedback-page p {
    display:inline-block;
}
.feedback-page {
    text-align:center;
}
#content a {
    color: #00437f;
}
#content a:hover {
    text-decoration: underline;
}
nav.nav.nav-fixed {
    background-color: #000;
}
.nav ul li > a:after {
    color: #888;
}
.nav ul li > a:hover:after {
    color: whitesmoke;
}
body {
    background: #ccc; /* color or image */
}

footer.footer,
.prime header.header {
    background: rgba(0,0,0,.9);
    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;
}
.bottomicon, .socialicons {
    text-align: left;
}
#content .review-nav-container li {
	background: transparent;
}
@media only screen and (max-width: 768px) {
    main[role="blog"]{
	width:90%;
        margin:0 5%;
        float:none;
    }
    .blog-sidebar {
        width:90%;
        margin:0 5%;
        float:none;
    }
}
.biziq-review {
    display:  block;
    visibility: hidden;
    position:  absolute;
    top: 0;
    left: 0;
}

.biziq-review.show {
    visibility:  visible;

}

div#biziqrecentreviews-5 {
    position:  relative;
    min-height: 240px;
}

.rev-read-more {
    top: 12px;
    padding: 6px 20px;
    position: relative;
    border-radius:  30px;
    background: #84ad1e;
    font-weight:  400;
    letter-spacing: 1px;
}
.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(113, 110, 110, 0.8);
  font-size: 1.5em;
}

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



/*-------------- sticky nav -----------------------------*/


#sticky nav.nav.nav-fixed {
  margin:  0;
  top: 0;
  -webkit-animation:  none;
  animation:  none;
  z-index: 77777;
  position: relative;
  background: none;
}

#sticky .toplogo img {
    width: 318px;
    padding: 10px 0;
	-webkit-transition: .18s ease-out;
	-o-transition: .18s ease-out;
	transition: .18s ease-out;
}

.nav-shrink#sticky .toplogo img {
	width: 200px;
}

header.header.clear#sticky {
  z-index: 99999;
}

header.header.clear#sticky .wrapper {
  max-width: 1920px;
  width: 100vw;
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  padding: 0 20px;
  display:  -webkit-box;
  display:  -webkit-flex;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align:  center;
  -webkit-align-items:  center;
  -ms-flex-align:  center;
  align-items:  center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#slider{max-width:1920px;margin:0 auto;}

header.header.clear#sticky {
  position: fixed;
  top: 0;
  left: 0;
}

#sticky .toplogo {
    z-index:  99999;
    position:  relative;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.nav-shrink .nav ul {
    padding: 15px 0 10px;
}

.nav-shrink nav.nav.nav-fixed ul, .nav-shrink nav.nav ul {
    padding: 5px 0 0;
}

.nav-shrink .nav ul li a {
    padding: 3px 14px;
}

#sticky .topPhone {
  padding-bottom: 3px;
  text-align: right;
}

.nav-shrink div.topPhone:not([class*="stick"]),
.nav-shrink div.toplogo:not([class*="stick"]) {
  margin-top: -100%;
}

#sticky .nav-block.active {
    display: none;
}

header + #content {
	transition: .2s ease-in-out;
}

header.nav-shrink + #content {
	padding-top: 50px;
}

@media only screen and (max-width:1000px) {
  .topPhone.sticky {
    font-size: .7em;
  }
  #sticky .toplogo img {
    width: 200px;
  }
  .nav-shrink#sticky .toplogo img {
    width: 150px;
  }
}

/*--- fix mob menu from hiding nav at 769 --*/
@media only screen and (min-width: 769px) {
    header .main-navigation, 
    header nav.nav, 
    header nav.nav.nav-fixed, 
    header .nav-block {
        display: block !important;
   }

    .mobmenu-push-wrap {
         padding-top: 0 !important;
    } 
}

@media only screen and (max-width: 768px) {
	.nav-shrink#sticky .toplogo img, #sticky .toplogo img {
		width: 318px;
  	}
  	#sticky .one-half {
 		display:  none;
	}
	#sticky .wrapper > div {
    	width: 100%;
    	float: none;
    	clear: both;
    }
    #sticky .topPhone {
        text-align: center;
        padding: 15px 0 30px;
    }
    .nav-shrink div.topPhone:not([class*="stick"]), 
    .nav-shrink div.toplogo:not([class*="stick"])  {
    	margin-top: 0;
    }
    #sticky .toplogo {
    	text-align: center;
    	margin: 10px auto;
    }
    .topPhone.sticky {
    	font-size: .9em;
    }
    header.header.clear#sticky .one-half:first-child,
    header.header.clear#sticky .one-half:last-child {
    	width: 100%;
    	max-width: 100%;
    }
    header.header.clear#sticky {
    	position: relative;
    }
	header + #content,
	header.nav-shrink + #content {
		padding-top: 0 !important;
	}
	#slider {
		padding-top: 0 !important;
	}
}
form textarea, form input[type]:not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([hidden]){ display: block; }
.form-container.hide:not([style*=dis]){display: none;}
