/*======================================================*/
/*======================== ALL =========================*/
/*======================================================*/
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great|Raleway:400,600'); 

html {
    min-height: 100%;
    position: relative;
}

body, html {
    font-family: 'Raleway', sans-serif;
    font-size: .85em;
    color: black;
}

body {
    background: #333 url(/wp-content/uploads/wood-floor2.jpg) no-repeat top;
    background-attachment: fixed;
    -webkit-background-size: 1920px 1920px;
    background-size: 1920px;
}

.breakout {
    background: rgba(0,0,0,.1);
    margin: 0 -100%;
    margin: 0 -webkit-calc(50% - 50vw);
    margin: 0 calc(50% - 50vw);
}

.breakout .wrapper {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#content h2, h3 {
    color: #830300;
    font-weight: bold;
}

.prime {
    background: none;
    overflow-x: hidden;
}

.text-center {
    text-align: center;
}

a {
    text-decoration: none !important;
}

/*======================================================*/
/*===================== ANIMATIONS =====================*/
/*======================================================*/
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SLIDING UNDERLINE START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.sliding-u-l-r {
    display: inline-block;
}

.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}

.sliding-u-l-r:hover:after {
    width: 100%;
    background: #B91619;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SLIDING UNDERLINE END ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE-IN EFFECT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.fade-in3 {
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: fadein 3s;
}

.fade-in2 {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.fade-in1 {
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
/* Opera < 12.1 */
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE-IN EFFECT END ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*======================================================*/
/*======================= SLIDER =======================*/
/*======================================================*/
#slider {
    max-width: 1925px;
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid rgba(300,300,300,0.8);
    -webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 24px rgba(0,0,0,0.9);
}

#slider img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.cta {
    width: 100%;
    height: 100%;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: auto;
    display: flex;
    align-items: center;
}

.cta-box {
    color: black;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

header.header.clear .wrapper {
    display: flex;
    max-width: 1920px;
    align-items: center;
}
.services li#menu-item-460 a {
    border:  none !important;
}

.toplogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.topPhone {
    padding: 12px 0;
}

.nav ul {
    text-align: right;
    padding: 10px 0 5px;
}

.cta-box {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider-text .linkButton {
    text-shadow: none;
}

.slider-text {
    text-shadow: 0px 0px 7px white;
    position: absolute;
    max-width: 750px;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .9em;
    font-weight: bold;
    padding: 6px 30px;
    background: rgba(300,300,300,0.7);
}

.animated-slider-text {

    font-size: 1.4em;
    width: 86%;
    line-height: 1.6em;
    padding: 20px;
    background: rgba(255,255,255,0.89);
    font-family: 'Fredericka the Great',cursive;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    letter-spacing: 6px;
    max-width: 18em;
    border: 6px solid #830301;

}

.signature {
    text-align: right;
    display: block;
    width: 90%;
    font-size: .7em;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}

#slider sub {
    font-size: .6em;
    display: block;
    line-height: 3em;
    color: #830301;
}

@media only screen and (max-width: 1300px) {
    .cta-box {
        margin:20px auto;
        line-height: 1.3em;
    }

    .animated-slider-text {
        letter-spacing: .5px;
        font-size: 1.4em;
        line-height: 1.2em;
    }

    #slider img {
        height: 500px;
    }
}

.rslides_tabs {
    padding: 0px 0 10px;
    margin: 0;
}

.rslides_tabs li a::before {
    font-size: 20px;
}

/*======================================================*/
/*======================= HEADER =======================*/
/*======================================================*/
.toplogo {
    font-family: 'Fredericka the Great', cursive;
    font-size: 2em;
    max-width: 340px;
    line-height: 1.1em;
    padding: 7px 0px;
}

.topPhone {
    padding: 17px 0px;
    font-size: 2.3em;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    font-family: 'Fredericka the Great', cursive;
}

.topPhone > span {
    font-size: .65em;
}

header.header.clear {
    background: #1a110f;
    color: white;
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.9);
}

nav.nav {
    background: #830300;
    color: white;
    border-bottom: 1px solid black;
    border-top: 1px solid rgba(0,0,0,0.4);
    margin-bottom: -1px;
    text-shadow: 0px 0px 5px black;
}

nav.nav.nav-fixed {
    background: #830300;
    color: white;
    border-bottom: 1px solid black;
    border-top: 1px solid rgba(0,0,0,0.4);
    text-shadow: 0px 0px 5px black;
}

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 white;
}

.nav ul li a {
    padding: 3px 15px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: rgba(0,0,0,0);
    font-size: 1em;
}

.nav li:hover {
    background: rgba(70,70,70,.045);
}

ul.sub-menu {
    background: white;
}

#menu-toggle span {
    background: white !important;
}

#toggle-wrapper {
    top: 20px;
}

/*======================================================*/
/*======================== BODY ========================*/
/*======================================================*/
#content a {
    color: #6D5099;
}

#content h2 {
    margin-top: 50px;
}

.full-width {
    max-width: 1080px;
    margin: 0px -30px -40px;
    padding: 1px 30px;
    -webkit-box-shadow: inset 0px 0px 19px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 19px rgba(0,0,0,0.6);
    background-color: #453d36;
}

.full-width.mobile-visible {
    margin-top: -30px;
}

#content .wrapper {
    background: white;
    padding: 30px 30px 0px 30px;
    -webkit-box-shadow: 8px 8px 12px rgba(0,0,0,0.3);
    box-shadow: 8px 8px 12px rgba(0,0,0,0.3);
    margin: 20px auto;
}

h1 {
    text-align: center;
    background: #333;
    color: white;
    margin: 20px 0px 45px;
    padding: 10px;
}

.home h1 {
    background: none;
    color: #830300;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 45px 0px;
}

.black-glass {
    background: rgba(0,0,0,0.8);
    padding: 35px;
    margin: 80px auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
}

.black-glass .customList {
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

.black-glass h1, .black-glass h2, .black-glass h3 {
    color: white !important;
}

.space {
    height: 2.5em;
}

.serving {
    margin: 0px auto;
    font-weight: 600;
    text-align: left;
}

.serving li {
    display: block;
}

.serving li:before {
    content: '\f041';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #830300;
}

.text-white {
    color: white;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}

.text-black {
    color: black;
    text-shadow: 0px 0px 8px white;
}

.float-right {
    float: right;
    float: right;
    margin: 0px 0px 20px 20px;
    width: 54%;
    -webkit-box-shadow: 8px 6px 12px rgba(0,0,0,0.3);
    box-shadow: 8px 6px 12px rgba(0,0,0,0.3);
}

.floatingCard {
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    padding: 20px 20px 30px;
    margin: 0;
    color: white;
    background: #1076AF;
    min-height: 225px;
}

.floatingCard h2 {
    padding-bottom: 20px;
    margin: 0;
    padding-top: 0px;
    background: white;
}

.floatingCard img {
    width: 100%;
}

.floatingCardCol {
    -webkit-box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    background: white;
    margin: 20px;
    color: black;
    text-shadow: none;
    min-height: 550px;
    margin-bottom: 50px;
}

.floatingCardCol img {
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.floatingCardCol h3, .floatingCardCol p {
    padding: 0px 20px;
    margin: 0px 0px 14px;
}

.floatingCardCol p {
    padding-bottom: 40px;
}

h1, h2, h3, h4 {
    font-family: 'Fredericka the Great', cursive;
}

h2 {
    font-size: 1.5em;
}

.linkButton {
    padding: 4px 35px 2px;
    background-color: #B91619;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
    font-size: .9em;
    border: 2px solid #B91619;
    max-width: 200px;
    margin: 16px auto;
    font-weight: bold;
    -webkit-transition: background .2s, color .2s;
    -o-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
}

.linkButton:hover {
    background: rgba(0,0,0,0.78) !important;
    border: 2px solid #B91619;
    color: white !important;
    text-shadow: 0px 0px 5px black;
}

.customList {
    font-weight: 500;
    padding-top: 20px;
    line-height: 1.6em;
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 40px;
    font-weight: bold;
}

.customList li:before {
    content: '\f058';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #830300;
    margin-left: -25px;
}

.up-down > a {
    color: #B91619 !important;
    padding: 36px 20px 60px;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.compliments > h1 {
    background: #333;
    text-shadow: 0 1px 1px black;
}

.parallax {
    background-attachment: fixed !important;
    padding: 10px 25px;
    background-position: bottom;
    background-color: #2a2a2a !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 20px 22px rgba(0,0,0,0.2);
    box-shadow: 0px 20px 22px rgba(0,0,0,0.2);
    margin: 37px 0px;
}

table {
    border: 1.5px solid #C03828;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    margin: 90px 0px;
}

th, td {
    text-align: left;
    padding: 12px;
    border-top: 1px solid #C03828;
    border-bottom: 1px solid #C03828;
}

tr:nth-child(even) {
    background-color: #FFF0DC;
}

table h2 {
    color: white !important;
}

.mobile-visible {
    display: none;
    padding: 3% 5%;
    color: white;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-background-size: cover;
    background-size: cover;
}

img.mobile-visible {
    padding: 20px 0px;
}

.mobile-visible.breakout {
    margin-top: -63px;
}

.scoot-up {
    margin-top: -20px;
    margin-bottom: 30px;
}

.mobile-visible h1 {
    color: white;
}

.wpcf7-form input[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
    display: block;
    color: white;
    background: #830300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    border: none;
    padding: 6px;
    font-weight: bold;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #f50803;
}

.feedback-icon img {
    height: 175px;
    padding: 20px;
    -webkit-transition: border .2s, -webkit-box-shadow .2s;
    transition: border .2s, -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s, border .2s;
    transition: box-shadow .2s, border .2s;
    transition: box-shadow .2s, border .2s, -webkit-box-shadow .2s;
}

.feedback-icon img:hover {
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
}

.active-page {
    background: rgba(0,0,0,0.1);
}

.logo-icon {
    padding: 45px;
    margin: auto;
    display: inline-block;
}

.polaroid {
    margin: 30px 0;
    -webkit-box-shadow: 8px 6px 12px rgba(0,0,0,0.3);
    box-shadow: 8px 6px 12px rgba(0,0,0,0.3);
}

.contact-us main {
    max-width: 700px;
    margin: 30px auto;
}

/*======================= GALLERY =======================*/
.gallery br {
    display: none;
}

.gallery:after {
    content: ' ';
    display: table;
    clear: both;
}

.featherlight {
    background: rgba(0, 0, 0, 0.6);
}

.featherlight-content {
    overflow: hidden !important;
}

.featherlight .featherlight-content {
    background: none;
    padding: 50px !important;
}

.featherlight-next span, .featherlight-previous span {
    text-shadow: 0 0 5px black;
    opacity: .5;
    display: block;
    font-size: 4em;
    line-height: 1em;
}

.featherlight-next span {
    right: -40%;
}

.featherlight-previous span {
    left: -38%;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background: none;
}

.featherlight-close-icon {
    font-size: 3em;
    font-weight: bold;
    color: white !important;
    background: none !important;
    top: 16px !important;
    right: 16px !important;
}

.featherlight-image.featherlight-inner {
    padding: 20px;
    max-width: 100%;
    height: auto !important;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-link {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
    -o-transition: box-shadow .1s, transform .2s, opacity .2s;
    transition: box-shadow .1s, transform .2s, opacity .2s;
    transition: box-shadow .1s, transform .2s, opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
    margin: 30px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
    opacity: 1;
}

.gallery-link:hover, .gallery-link:focus, .gallery-link:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
    opacity: .9;
}

.gallery h1 {
    text-align: center;
    padding: 10px;
    color: white;
    background: #444;
    margin: 20px 0 40px;
}

.gallery-item {
    margin: 0 !important;
    overflow: hidden;
}

.gallery-item img {
    border: none !important;
    margin: 0;
    padding: 0;
}

.gallery-icon a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 4px;
}

.gallery-icon a::after {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: '\f00e';
    opacity: 0;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-size: 3.4em;
    font-weight: 600;
    margin: auto;
    top: 0;
}

.gallery-icon:hover a::after {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
}

.gallery-icon:hover a img {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.gallery-icon {
    overflow: hidden;
}

.gallery-icon a img {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .featherlight-content::before {
        display: none;
    }

    .gallery-item {
        width: 50%!important;
    }
}

/*========================================================*/
/*========================= BLOG ========================*/
/*======================================================*/
.post h1 a {
    color: white !important;
}

main {
    width: 100% !important;
}

.date {
    font-style: italic;
}

.author {
    font-weight: bold;
}

.comments a {
    color: #251C31 !important;
    background: white;
    padding: 5px 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #8C67C3;
    margin: 0px 10px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
}

.comments a:hover {
    color: white !important;
    background: #251C31;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-bottom: -5px;
}

.single-post #content .wrapper {
    background: none;
    padding: 0;
    margin: 0 auto;
}

.single-post main {
    background: white;
    padding: 30px;
    -webkit-box-shadow: 8px 8px 12px rgba(0,0,0,0.3);
    box-shadow: 8px 8px 12px rgba(0,0,0,0.3);
    margin: 20px auto;
}

.final-star {
    color: #08E7DD !important;
}

/*======================================================*/
/*======================= FOOTER =======================*/
/*======================================================*/
footer.footer {
    background: #111;
    color: white;
    line-height: 1.4em;
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.9);
}

footer.footer .wrapper {
    max-width: 1500px;
}

footer.footer .one-half {
    text-align: left;
}

.review-nav-container {
    padding-bottom: 70px;
}

.today {
    font-weight: 600;
    color: #05e8de;
}

.flex-row.business-hours {
    display: flex;
    margin-bottom: 30px;
}

.widgettitle, #biziqbusinesshours-3 > h2 {
    color: white;
    border-bottom: 1px solid #830300;
}

.socialicons {
    text-align: left;
}

.bottomicon {
    max-width: 45px;
    padding: 3px 0px;
    text-align: left;
}

.copy {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #830301;
}

.widget-review-body {
    height: 200px;
}

.review-body span {
    height: 253px;
}

.biziq-review {
    height: 220px;
    margin-top: 30px;
    border: 1px solid #ffffff4d;
    padding: 12px;
}

/*======================================================*/
/*===================== RESPONSIVE =====================*/
/*======================================================*/
@media only screen and (min-width: 1921px) {
    .parallax {
        -webkit-background-size: 1080px 1080px;
        background-size: 1080px;
    }

    .breakout {
        margin: 0;
    }

    #slider {
        width: 1080px;
    }

    .animated-slider-text {
        font-size: 1em;
    }

    .linkButton {
        padding: 2px 47px 0px;
        margin: 7px auto;
    }
}

@media only screen and (max-width: 1000px) {
    .floatingCardCol {
        min-height: 200px;
    }

    .toplogo {
        position: relative;
    }

    .nav ul {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .topPhone {
        text-align: center;
        padding: 20px;
        font-size: 2.7em;
        margin: 12px 0;
        font-weight: bold;
    }

    #slider img {
        object-fit: cover;
        height: 400px;
    }

    #content .wrapper {
        margin-top: 0;
    }

    #slider, #slider .slide {
        height: 400px;
    }

    .topPhone > span {
        display: none;
    }

    .toplogo {
        padding: 10px;
        width: 90%;
        margin: auto;
        max-width: 315px;
        padding-bottom: 0;
    }

    header.header .textwidget {
        padding: 0;
    }

    header.header.clear .wrapper {
        display: block;
    }

    .customList {
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: left;
        padding: 0 0 0 40px;
    }

    .linkButton {
        text-align: center;
        width: 100%;
    }

    .home #slider {
        margin-bottom: 43px;
    }

    .topPhone {
        padding-top: 20px;
    }

    .mobile-visible {
        display: block;
    }

    .float-right {
        width: 100% !important;
    }

    #content img {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #menu-toggle span {
        background: white;
    }

    .rslides_tabs {
        display: none;
    }

    #content .one-fourth:nth-child(2n+1) {
        clear: none;
    }

    .home .customList {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    h2.widgettitle {
        text-align: left;
    }

    .topPhone {
        font-size: 1.4em;
        padding-bottom: 15px;
    }

    #biziqbusinesshours-3 > h2 {
        text-align: left;
    }
}
