/*======================================================*/
/*======================== ALL =========================*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body, html {
    font-family: 'Lato', sans-serif;
    font-size: 15px; line-height: 1.6em;
    overflow-x: hidden;
    color: black;
    background: white;
}

#content article {
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    padding: 30px;
}

.home #content article {
    padding: 0px;
    box-shadow: none;
}

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

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

#content h2, h3 {
    color: #23344E;
}

.prime {
    background: none;
}

.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;
    transition: width .5s ease, background-color .5s ease;
}

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

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SLIDING UNDERLINE END ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE-IN EFFECT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.fade-in3 {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

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

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


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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



/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE-IN EFFECT END ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


/*======================================================*/
/*======================= SLIDER =======================*/
/*======================================================*/

.rslides_tabs {
    display: none;
}

#slider {   
   max-width: 1925px;
   width:100%;
   margin: -1px auto;
}

#slider img {
    width:100%;
}

 .cta {
    width: 100%;
    height: 100%;
    right:0;
    margin:auto;
    bottom: 0;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
.slide.id-341 .cta {
    background: rgba(0,0,0,.25);	
}
.cta h3 {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.3em;
}

.cta-box{
    width: 100%;
    margin: 8% auto;
    color: #FFF;
    text-align: center;
    height: 100%;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}

.slider-text {
    color: white;
    text-shadow: 0px 0px 5px black;
    position: absolute;
    max-width: 750px;
    top: 44%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .9em;
    font-weight: bold;
    background: rgba(0,0,0,0.75);
    padding: 0px 10px;
}

.slider-text h1 {
    color: white !important;
}

.animated-slider-text {
    font-size: 2em;
    line-height: 1.5em;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: -30%;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    /* background: rgba(0,0,0,0.5); */
    animation-fill-mode: forwards !important;
    animation-delay: 1.5s !important;
    -webkit-animation: drop 1.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: drop 1.5s; /* Firefox < 16 */
    -ms-animation: drop 1.5s; /* Internet Explorer */
    -o-animation: drop 1.5s; /* Opera < 12.1 */
    animation: drop 1.5s;
}

@keyframes drop {
    from { opacity: 0;top: -5%; }
    to   { opacity: 1;top: 13%; }
}

/* Firefox < 16 */
@-moz-keyframes drop {
    from { opacity: 0;top: -5%; }
    to   { opacity: 1;top: 13%; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes drop {
    from { opacity: 0;top: -5%; }
    to   { opacity: 1;top: 13%; }
}



/* Opera < 12.1 */
@-o-keyframes drop {
    from { opacity: 0;top: -5%; }
    to   { opacity: 1;top: 13%; }
}


@media only screen and (max-width: 1200px) {
    .cta-box{margin:20px auto;line-height:1.3em;}
    .animated-slider-text {font-size: 1.0em;line-height: 1.1em;}
    .slider-text h1 {font-size:1.4em;padding:0;margin-bottom:2px;}
}


@media only screen and (max-width: 767px) {
    #slider img{height:0;display:none;}
    #slider{overflow:visible;}
    #slider .slide{float:none;transition:none !important;}
    .cta{position:relative;width:100%;text-align:left;background:#333;margin-bottom:20px;}
    .cta-box{line-height:inherit;width:95%;margin-top:0;}
    .cta a{margin:15px 0;}
    .learn-more{padding:15px 15px 0;}
    .animated-slider-text {display: none;}
    .slider-text {display: none;}
}


/*======================================================*/
/*======================= HEADER =======================*/
/*======================================================*/

.header .textwidget {
    padding: 6px 0 14px;
}

.toplogo {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 2px;
    font-size: 2em;
}

.toplogo img {
    float: left;
    padding: 7px 0px;
    width: 277px;
}

.toplogo span {
    padding: 20px 10px 16px;
    display: inline-block;
    line-height: 1.1em;
    font-weight: bold;
    color: #00255C;
    font-size:.9em;
}

.topPhone {
    padding: 11px 0px 10px;
    font-size: 1.4em;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

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

header.header.clear {
    background-color: white;
    color: black;
}

nav.nav {
    background: #285E7A;
    color: white;
    border-bottom: 1px solid black;
    border-top: 1px solid rgba(300,300,300,0.1);
    text-shadow: 0px 0px 8px rgba(0,0,0,0.7);
}

nav.nav.nav-fixed {
    background: #285E7A;
    color: white;
    border-bottom: 2px solid 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 18px;
    transition: background .3s;
    background: rgba(0,0,0,0);
}

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

ul.sub-menu {
    background: #192F3B;
}

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


/*======================================================*/
/*======================== BODY ========================*/
/*======================================================*/

.feedback-icon img {
    height: 150px;
    margin: 20px;
}

.full-width {
    max-width: 1080px;
    margin: 0px -30px;
    padding: 1px 30px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

hr {
   margin: 30px 0px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 4px;
    padding: 9px 10px 11px;
    background: #333;
    color: white;
}

.home h1 {
    background: none;
}

.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);
    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 {
    padding: 0px;
    font-weight: 600;
}

.serving li {
    display: inline-block;
    padding: 0px 5px;
}

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

.out-link:after {
    content: '\f08e';
    font-family: FontAwesome;
    padding-left: 15px;
}

.out-link:hover {
    color: #000 !important;
    background: #79bfe3;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.out-link {
    color: white !important;
    padding: 3px 30px;
    border-radius: 3px;
    border: 2px solid black;
    display: inline-block;
    margin: 5px 0px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
    background: #285E7A;
}

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

.floatingNameCard {
    box-shadow: 5px 6px 13px rgba(0,0,0,0.3);
    background: #213E4D;
    color: white;
    display: inline-block;
    margin: 8px 19px 8px 0px;
    font-weight: bold;
}

.floatingNameCard p {
    display: inline-block;
    margin: 0px;
    padding: 3px 19px;
}

.floatingNameCard p:nth-child(2) {
    background: white;
    color: #213E4D;
    display: block;
    font-weight: 300;
}


.floatingIconCard {
    box-shadow: 5px 7px 11px rgba(0,0,0,0.2);
    display:block;
    height: 89%;
    min-height: 250px;
    width: 89%;
    margin: 5%;
    padding: 8%;
    text-align:center;
    font-weight: bold;
    color: black;
    transition: box-shadow .1s, margin .1s, width .1s, padding .1s, height .1s;
}

.floatingIconCard:hover {
    margin: 7%;
    width: 88%;
    height: 88%;
    padding: 6%;
    box-shadow: 5px 11px 20px rgba(0,0,0,0.3);
}

.floatingIconCard i {
    font-size: 6em;
    color: #9ECC3F;
    margin-bottom: 5%;
}

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

.floatingCard h2 {
    padding: 10px;
    margin: 0;
    background: white;
}

.floatingCard img {
    width: 100%;
}

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

.services .floatingCardCol {
    min-height: 385px;
}

.floatingCardCol h2 {
    color: white !important;
    background: #285E7A;
    padding: 10px;
    margin: -13px -11px 20px;
}

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

.floatingCardCol p {
    padding: 20px 0px 0px;
}

.floatingCardCol img {
    padding-bottom: 20px;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
}

.linkButton {
    padding: 4px 35px 2px;
    background-color: #E7A141;
    border-radius: 3px;
    color: #000 !important;
    font-size: 1em;
    border: 2px solid #E7A141;
    max-width: 200px;
    margin: 16px auto;
    font-weight: bold; text-shadow: none; 
}
#slider .linkButton {
    display: inline-block;
    max-width: 300px; text-shadow: none; 
}

.linkButton:hover {
    background: rgba(0,0,0,0.8) !important;
    border: 2px solid #E7A141;
    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: 25px;
    padding-bottom: 30px;
}

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

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

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

.final-star {
    color: #9ECC3F !important;
}

.parallax {
    padding: 10px 25px;
    background-position: bottom;
    background-color: #2a2a2a !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 53px;
    margin-bottom: 30px;
}

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

/*
table {
    border:1.5px solid #285E7A;
    border-radius: 4px;
    width: 100%;
    margin: 90px 0px;
}

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

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

table h2 {
    color: white !important;
}
*/
span.wpcf7-list-item {
    display: inline-block;
    margin-left: 2em;
}

.mobile-visible {
    display: none !important;
    padding: 3% 5%;
    color: white;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    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"] {
    box-sizing: border-box;
    margin: 20px auto;
    display: block;
    color: white;
    background: #285E7A;
    border-radius: 3px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    border: none;
    padding: 6px;
    font-weight: bold;
}

.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    width: 34% !important;
}

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

.polaroid {
    max-width: 500px; 
    width: 90%;
    margin: auto;
    display:block;
    text-align:center;
}

.profile-pic {
    float: right;
    width: 160px;
}

/*======================================================*/
/*======================= FOOTER =======================*/
/*======================================================*/


footer.footer {
    margin: auto;
    line-height: 1.4em;
    background: #202020;
}

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

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

/*========================================================*/
/*========================= BLOG ========================*/
/*======================================================*/

.post h1 a {
    color: white !important;
}

main {
    width: 100% !important;
}

.date {
    font-style: italic;
}

.author {
    font-weight: bold;
}

.comments a {
    color: #23344E !important;
    background: white;
    padding: 5px 14px;
    border-radius: 5px;
    border: 2px solid #23344E;
    margin: 0px 10px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: color .2s, background .2s; /* For Safari 3.1 to 6.0 */
    transition: color .2s, background .2s;
}

.comments a:hover {
    color: white !important;
    background: #23344E;
}

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

/*======================================================*/
/*===================== RESPONSIVE =====================*/
/*======================================================*/

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

    .breakout {
        margin: 0;
    }

    #slider {
        width: 1080px;
    }

    .slider-text h1 {
        padding-top: 30px;
    }
}

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

@media only screen and (max-width:767px) {
    .topPhone {
        text-align: center; 
        padding: 20px;
        font-size: 2.5em;
        margin: auto -5%;
        font-weight: bold;
    }
.desktop-home-top{
	display: none;
}
    .topPhone > span {
        display: none;
    }

    .toplogo span {
        display: none;
    }

    .toplogo {
        padding: 10px;
        width: 90%;
        margin: auto;
    }

    .toplogo img {
        float: none;
    }
    
    .linkButton {
        display: block;
        text-align: center;
        width: 100%;
    }

    h1, h2, h3 {
        text-align: center;  
    }
 
    .serving li {
        display: block;
    }

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

    .topPhone {
	padding-top: 20px;
    }

    .mobile-visible {
        display: block !important;
    }

    .float-right {
        display: none;
    }

    #content img {
        box-shadow: none;
    }

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


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

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

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

    .style1, style2 {
          padding: 6% 3%;
      }
}





.kudo {
   width: 54%;
   display: block;
   margin: 10px auto;
   border: 4px solid white;
   border-radius: 5px;
}


.blam .linkButton {
    max-width: max-content;
    font-size: .6em;
}

.blam {
    text-align:  center;
    background: #295e79;
    color:  white;
    padding: 46px 30px 27px;
    font-size:  1.5em;
    margin: 50px auto;
    border-radius: 30px 0;
line-height: 1.3em;
}

#slider .linkButton {
    display: inline-block;
    max-width: 365px;
}

.rslides_tabs {
    display: block;
}
*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: medium;
}