@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');

 html { min-height: 100%;}
* { transition: .15s all ease-in-out;}

body {
    font-weight: 400;
    background: #fafafa;
    font-size: 14px;
    color: #000;
}

.prime { font-size: 1em;}
.clear { clear: both;}

h1, h2, h3, h4 {
    line-height: 1.15em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0;
}

.insert-h1-before h1 { margin-top: 0;}

h1 { font-size: 2em; margin: 1em 0 .5em;}
h2 { font-size: 1.75em;}
h2 span, h3 span { display: block;}
h3 { font-size: 1.5em;}
h4 { font-size: 1.35em;}
.align-center, .center, .center * { text-align: center;}
#content h1, #content h2, #content h3, #content h4 { color: #333;}
#content { overflow: hidden; padding-bottom: 40px;}
.home #content { padding: 0;}
#content { min-height: 400px; padding-bottom: .25em;}
.google-maps {    background: #eaeaea;    margin: 2em 0;}
img.alignright, img.aligncenter, ont.alignnone, img.alignleft {    padding: 0 .5em .5em;}
#wform input, #wform textarea {    border: 1px solid #333;}
.wrapper {    max-width: 1080px;}
.breakout {padding: 4em 2em;background: #fff;}
.parallax { background-attachment: fixed !important;}

.parallax img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.breakout .wrapper {
    position: relative;
    z-index: 1;
    max-width: 1080px !important;
    width: 100%;
}

#content .breakout.edge-to-edge .wrapper, .home-below.one-whole.wrapper {
    max-width: 1920px;
    margin: auto;
    width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~ header items ~~~~~~~~~~~~~~~~~~~~~~~~*/
.topPhone span {
    display: block;
    line-height: 1.5em;
}
.toplogo span, .toplogo img { vertical-align: middle;}

.toplogo {
    font-family: 'Permanent Marker', cursive;
    font-size: 3em;
    color: #333;
    line-height: 1.0em;
}

.topPhone .phone-number {
    font-size: 1.5em;
    color: #000000;
    padding: .45em .65em;
    font-weight: bold;
    background: #e78514;
    display: inline-block;
}

.call-today {
    color: #212121;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~ slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#slider *, #slider {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#slider { text-align: center;    margin: 0 auto;}
#content, #slider, .prime { background: white none;}
.rslides_tabs { opacity: .5;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~ CTA in Billboard ~~~~~~~~~~~~~~~~~~~~~*/
.cta {
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.cta h2 {
    color: #000000;
    margin: 0 0;
    font-size: 2.75em;
    font-family: 'Permanent Marker', cursive;
    letter-spacing: .5px;
        line-height: 2em;
}

.cta h2 span {
    font-family: 'Monteserrat', sans-serif;
    display: block;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: -.25px;
        line-height: .95em;
}

.cta .button { font-size: 1.25em;}
.cta-inner { background: rgba(255, 255, 255, 0.55); padding: 3em 3em 2em;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~ nav ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
nav.nav { padding: 4px 0; background: #e8e8e8;}
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: none;}

.nav ul li a {
    -webkit-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
    text-transform: uppercase;
    color: #2b2b2b;
    position: relative;
    border: none;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .5px;
}

.nav ul li a:hover { background: transparent;}

.nav > ul > li.current-page-ancestor > a:before, .nav > ul > li.current_page_parent > a:before, .nav > ul > li.current-menu-parent> a:before, .nav > ul > li.current-menu-item > a:before, .nav > ul > li > a:before {
    content: '';
    position: absolute;
    background: #e78514;
    z-index: -1;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 100%;
    top: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.nav ul li.current-page-ancestor > a:before, .nav ul li.current_page_parent > a:before, .nav ul li.current-menu-parent> a:before, .nav ul li.current-menu-item > a:before, .nav > ul > li > a:hover:before, .nav > ul > li:hover > a:before {
    right: 0;
    left: 0;
    opacity: 1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~ fixed-nav ~~~~~~~~~~~~~~~~~~~~~~~~*/
nav.nav.nav-fixed {
    background-color: #ffffff;
    background-image: url('/wp-content/uploads/marble.jpg');
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

nav.nav ul li.current_page_parent > a, nav.nav ul li.current-menu-item > a, nav.nav ul li:hover > a, nav.nav ul li.current-menu-ancestor > a, nav.nav ul li.current-menu-parent > a { color: #000000;}

/*~~~~~~~~~~~~~~~~~~~~~~~~ buttons ~~~~~~~~~~~~~~~~~~~~~~~~*/
.button, .btn, html input[type="button"], input[type="reset"], input[type="submit"], .biziq-button, .client-button, #content .button, footer .button {
    padding: .75em 1em;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1em;
    margin: 1.35em 0;
    color: #000000;
    background: #e78514;
    border: 2px solid transparent;
    letter-spacing: .75px;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    font-weight: 600;
}

.button:hover, .btn:hover, input[type="reset"]:hover, .wpcf7-form input[type=submit]:hover {
    background: transparent !important;
    border: 2px solid #333 !important;
    color: #333 !important;
}

.inverse .button:hover {
    background: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.wpcf7-form input[type=submit] {
    color: #242424 !important;
    display: block;
    border: #fff 2px solid;
    background: #fff;
    font-weight: 700;
}

button#show-comment-form-button { display: none;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inverse ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content .inverse h1, #content .inverse h2, #content .inverse h3, #content .inverse h4, .inverse { color: #fff; letter-spacing: .25px;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ card row / lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*general flex wrapper*/
.flex-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    padding: 1em 0em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
}

.flex-wrapper .flex-item {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    padding: 1em 20px;
}

.home-mid.flex-wrapper .flex-item:nth-child(2) {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
}

.home-mid.flex-wrapper .flex-item:first-child {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
}

/*-----*/
#homepagecontent .home-mid.flex-wrapper .flex-item:nth-child(2) {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}

#homepagecontent .home-mid.flex-wrapper .flex-item:first-child {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
}


@media only screen and (max-width: 768px) {
    .flex-wrapper .reverse {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content ul li { list-style-type: none;}

ul.marker li { font-size: .95em;}

ul.marker li:before, ul.product-list li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.35em;
    content: '\f071';
    color: #e78514;
    background: transparent;
    margin-right: 20px;
}

ul.marker li:before { content: '\f276';}
ul.product-list li:before { content: '\f00c';}
ul.product-list li {
    text-indent: -39px;
}
ul.card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0 -1em;
}

ul.card-row li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    list-style-type: none;
    flex-basis: 500px;
    background: rgb(250, 250, 250);
    margin: 1em;
    color: #333;
    text-align: left;
    font-size: .97em;
    border: 2px solid #333333;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#homepagecontent ul.card-row li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    list-style-type: none;
    flex-basis: 250px;
    background: #333333;
    margin: .75em;
    text-align: left;
    font-size: .98em;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 1.5em 3em;
    color: #fff;
}

ul.card-row h3 {
    background: #333333;
    color: #fff !important;
    padding: .75em;
}

ul.card-row li p {
    padding: 1em 2.5em;
}

#content img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#content a {    color: inherit;}
#content a:hover {    text-decoration: none;}
#content .wpcf7-form input[type=submit] {    margin: 10px 0;}
#content .wpcf7-form textarea {    height: 120px;}

.wpcf7-form input, .wpcf7-form textarea {
    padding: 7px 10px;
    margin: 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~ icon steez ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content i { color: #e78514;    margin-right: 6px;}
footer .icon-item i { color: #ffffff;}
span.icon-item { text-indent: -17px;}
span.icon-item i { text-indent: -5px;}

/*~~~~~~~~~~~~~~~~~~~~~~~~ widget-spinner ~~~~~~~~~~~~~~~~~~~~~~~~*/
.prime header.header {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(42, 43, 0, 0.06);
    box-shadow: 0 2px 4px rgba(42, 43, 0, 0.06);
}

footer.footer {
    background-color: #151515;
    font-size: .95em;
    line-height: 1.25em;
    color: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.15);
    padding: 35px 0 0;
}

.footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1080px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .one-fourth {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-preferred-size: 275px;
    flex-basis: 275px;
    text-align: left;
    padding: 0 1.5em;
    margin: 0 .5em;
}

.footer .one-fourth:first-child {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}

.footer input.wpcf7-form-control.wpcf7-submit {
    border-bottom: 2px solid #ffffff;
    margin : .75em 0 1.5em 0;
}

footer.footer h2 {
    display: block;
    font-size: 1.7em;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: .35em;
}

footer .wpcf7-form input, footer .wpcf7-form textarea {
    padding: 5px 7px;
    font-size: .9em;
    max-width: 325px;
}

/*credits bar in footer */
.copy {
    padding: 2px;
    font-size: .7em;
    /* letter-spacing: .05em; */
    background: transparent;
}

footer label, .contact-us label {
    position: absolute;
    left: -20000px;
}

/* hours table in footer */
.hours footer table { color: #fff;}
.hours table td { height: 26px;}
.hours { max-width: 300px;}

/*==*/
.bottomicon, .socialicons { text-align: left;}
.bottomicon { max-width: 45px;}

.bottomicon:hover {
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

#content .compliments h1 {
    font-size: 1.5em;
    display: block;
    color: #333;
    background-color: #e78514;
}

#content .compliments h1:after { display: none;}

#content .up-down i {
    color: #e78514;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin-bottom: .15em;
    font-size: 6em;
}

#content .up-down i:hover {
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.feedback #content a, .feedback #content a:hover {
    background: transparent;
}

ul.marker i { margin-right: 10px;}

/*~~~~~~~~~~~~~~~~~~~~~~~~ CONTACT FORM ~~~~~~~~~~~~~~~~~~~~~~~~*/
::-moz-selection{background:#9a9a9a}::selection{background:#9a9a9a}footer.footer ::-webkit-input-placeholder{color:#fff;font-size:1.1em}footer.footer :-ms-input-placeholder{color:#fff;font-size:1.1em}footer.footer ::-ms-input-placeholder{color:#fff;font-size:1.1em}footer.footer ::placeholder{color:#fff;font-size:1.1em}#content ::-webkit-input-placeholder{color:#000;font-size:1.15em}#content :-ms-input-placeholder{color:#000;font-size:1.15em}#content ::-ms-input-placeholder{color:#000;font-size:1.15em}#content ::placeholder{color:#000;font-size:1.15em}.biziq-review-input::-webkit-input-placeholder{color:#0c0c0c}.biziq-review-input:-ms-input-placeholder{color:#0c0c0c}.biziq-review-input::-ms-input-placeholder{color:#0c0c0c}.biziq-review-input::placeholder{color:#0c0c0c}

.wpcf7-form input, div#wpcf7-f276-p15-o1 .wpcf7-form textarea, #content .wpcf7-form textarea {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid transparent;
    border-bottom: 2px solid #000;
    outline: none !important;
    margin: 2px 0;
    color: #000 !important;
    letter-spacing: .75px;
    min-height: 2.5em !important;
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
}

/*footer contact form*/
footer .wpcf7-form input, footer .wpcf7-form textarea {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid transparent;
    border-bottom: 2px solid #fff;
    outline: none !important;
    margin: 2px 0;
    font-size: .98em;
    color: #fff !important;
    letter-spacing: .75px;
    min-height: 2.5em !important;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus, #content .wpcf7-form textarea:focus, .wpcf7-form input:hover, .wpcf7-form textarea:hover, #content .wpcf7-form textarea:hover {
    /* background-color: rgba(255, 255, 255, 0.15); */
    border: 2px solid #fff;
    outline: none;
    background-color: rgba(0, 0, 0, 0.05);
}

footer .wpcf7-form input:focus, footer .wpcf7-form textarea:focus, footer .wpcf7-form input:hover, footer .wpcf7-form textarea:hover {
    border: 2px solid #fff;
    color: #fff;
}

textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: none !important;
    /* message box */
}

/*contact page - form backgnd*/
body.contact-us #content form {
    padding: 20px 25px;
    /* background-color: #333; */
    background: rgba(179, 179, 179, 0.87);
    box-shadow: 2px 2px 2px #00000059;
}

body.contact-us h1, body.contact-us h2, body.contact-us h3 {
    font-size: 1.55em;
    margin: 0 0 .25em;
}

.contact-us #content {
    padding: 0;
    margin-bottom: -1.7em;
}

.contact-us #content .breakout { padding: 4em 2em;}

.flex-item.tray {
    background: rgba(199, 199, 199, 0.94);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning responses on cf7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #fff;
    border: 3px solid #24f78c;
    background: #24f78c;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

span.wpcf7-not-valid-tip {
    color: #ffffff;
    background: #24f78c;
    font-size: 1em;
    display: block;
    padding: .5em;
    text-transform: uppercase;
    border-radius: 255px 35px 225px 35px/35px 225px 35px 255px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors:before, span.wpcf7-not-valid-tip:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.75em;
    content: '\f071';
    color: #fff;
    background: transparent;
    margin-right: 20px;
}

span.wpcf7-not-valid-tip:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.95em;
    content: '\f0aa';
}

/*~~~~~~~~~~~~~~~~~~~~~~~~Thumbs down form~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wform input, #wform textarea {
    border: 2px solid #f4f4f0;
    color: #333 !important;
    background-color: rgba(255, 255, 255, 0.92);
}

form#wform {
    padding: 1em;
    font-weight: bold;
    color: #0c0c0c;
    background-color: #e0ddd8;
    display: block;
}

form#wform label { color: black;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ REVIEWS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.review-body {
    font-style: normal;
    border: 0;
    line-height: 1.5em;
}

#content .review-body {
    font-size: .95em;
    text-align: center;
}

#content .review-info span {
    display: block;
    width: auto;
    text-align: center;
    float: none;
    line-height: 1.4em;
}

.review-nav-container { width: 100%;}

.review-container {
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    padding: 2em 0em 2em;
    margin-right: -15px;
}

form#review-form label { color: #000;}

.rev-cont {
    padding: 2em 1em 1em;
    border: 1px solid #333;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1em 2em;
    background: #fff;
}

.rev-cont:before {
    content: url('/wp-content/uploads/favicon.png');
    position: absolute;
    background: #ffffff;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em;
    font-size: 2.25em;
    top: -.5em;
    left: calc(50% - .5em);
    border-radius: 100%;
}

.review-container h3.review-title { display: none;}
.final-star, .star { color: #e78514 !important;}
.review-nav-container li a, #content .review-nav-container li { background: transparent;}

.author-name {
    font-weight: bold;
    font-style: normal;
}

#content .review-nav-container li a {
    min-width: 0;
    color: #0c0c0c;
    padding: 5px;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
    border: 1px solid #e78514;
    margin-bottom: 0px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (min-width: 769px) {
    .nav-block.active { min-height: 0; }
    .mobile { display: none; }
    .toplogo { text-align: left; }
    .topPhone { text-align: right; }
    .topPhone span.call-today { margin-right: 1em; }
    header .wrapper { padding: 3px 0; }

    header .wrapper > div {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 49%;
    }

    .nav > ul {
        margin: 0 0 0 auto;
        width: 100%;
        padding: 0 0;
        /*
    max-width: 500px;
	-webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: flex;*/
    }

    nav.nav > ul > li {
        /*-webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;*/
        vertical-align: middle;
        border: none;
        margin: 0;
        position: relative;
        overflow: inherit;
        padding: 0px 0 0px;
    }

    nav.nav > ul > li > a {
        font-size: 17px;
        padding: 14px;
        display: block;
        margin-right: 1px;
    }
    nav.nav > ul > li a, nav.nav ul li { border: none; vertical-align: middle; }
    nav.nav > ul > li > ul.sub-menu li a { display: block; padding: 10px 10px; }
    nav.nav-fixed ul { text-align: center; }
    .right-padding { padding-right: 1.75em; }
    .left-padding { padding-left: 1.75em; }
    .float-left { float: left; margin: 0 15px 15px 0; }
    .float-right { float: right; margin: 0 0 20px 15px; }
    .up-down a i { font-size: 10em !important; }
    ul.marker { padding-left: 0!important; }
}

@media only screen and (max-width: 768px) {
    .mob-menu-header-holder.mobmenu {
        -webkit-box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.21);
    }

    #slider .slide { margin-top: 0 !important; }

    .toplogo {
        display: block;
        padding: 6px 0 0px;
        margin: 0;
        text-align: center;
    }

    .toplogo span { text-align: center; margin-left: 0; }
    .desktop { display: none; }
    .prime { font-size: .95em; }
    .nav > ul > li > a:before { display: none; }
    .current-menu-item, .nav ul li:hover, .nav ul li:focus { background: rgba(0, 0, 0, 0.05); }
    #slider .rslides_tabs { display: none; }
    #content div.one-half {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    ul.one-half { text-align: left; }
    ul.marker { margin: 0 0; }
    .alignleft, .alignright {
        margin: 10px auto;
    }
    .up-down i { font-size: 4.5em !important; }
    .cta h2 { font-size: 2em; line-height: 1.2em; }
}

@media only screen and (max-width: 480px) {
    .button, .wpcf7-form input[type=submit],#content button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn,.biziq-button,.client-button, #content .button, #slider .button, .view-article { display: block; margin: .5em 0; }
     .cta h2 { font-size: 1.1em; line-height: 1.1em; }
     .cta h2 span { line-height: 1.3em; }
     .cta .button { font-size: .95em; padding: .25em;}
     .breakout { padding: 1em 2em; }
      h1, h2 {font-size: 1.65em;}
	 .toplogo {  font-size: 2.35em;}
}
