/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.3
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
body, p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h5, h6 {
    font-family: 'Amadeus_Web-Thin', sans-serif;
    font-weight: 400;
    line-height: 1em;
}
h1, h2, h3 { font-weight: 400; }
h4 { font-weight: 400; font-family: 'Amadeus_Web-Regular', sans-serif; }
hr { margin: 20px 0; border: none; display: block; width: 100%; height: 1px; background: #e5e5e5; }
.fl-menu .menu li a { font-family: 'Amadeus_Web-Regular', sans-serif; font-weight: 400; }

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
    font-family: 'Amadeus_Web-Thin', 'Open Sans', sans-serif;
}
.sub-heading .fl-heading-text { text-transform: uppercase; }
.sub-heading .fl-heading-text strong { font-size: 22px; font-weight: 600; }

/* Primary Header */
#header-topbar {
    padding: 0;
    margin: 0;
}
#header-social { float: right; height: 40px; }
#header-phone, #header-language { height: 40px; color: white; }
#header-phone a, #header-language a { color: white; }
#header-language .goog-te-gadget-icon { display: none; }
#header-language .goog-te-gadget-simple { background-color: transparent; border: none; }
#header-phone { float: right; background: #005EB8; padding: 7px 20px 0 20px; margin: 0; border-radius: 0 0 0 20px; }
#header-language { float: right; margin: 0; padding: 10px 20px 0 20px; color: white; background: #434343; }
#header-phone .fl-module-content .fl-icon-text, #header-language .fl-module-content .fl-icon-text { height: auto; padding-top: 0; padding-bottom: 0; }
.fl-menu #menu-main-menu > li { height: auto; text-transform: uppercase; padding-bottom: 10px; }
#menu-main-menu > li.current-menu-ancestor, #menu-main-menu > li.current-menu-item, #menu-main-menu > li:hover { border-bottom: none; background: none; }

#page-header .fl-row-content-wrap { min-height: 330px; }

/**
  * Styling sub menus
 */
@media screen and (min-width: 990px) {
    .fl-col.fl-node-5a2df7b360ad8 { float: right; margin-right: 50px; }
    .fl-menu #menu-main-menu > li {
        position: initial;
    }
    .fl-menu #menu-main-menu > li.menu-item > a, .fl-menu #menu-main-menu > li.menu-item > div > a {
        position: initial;
        padding-bottom: 20px !important;
    }

    .fl-menu #menu-main-menu li > ul.sub-menu {
        background: #005EB8;
        text-align: left;
        opacity: 0;
        right: -20px;
        margin-right: 0;
        left: auto;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        border-radius: 0 0 0 25px;
        padding: 7px 40px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.6);
    }
    #menu-item-1408 ul.sub-menu {
        min-width: 780px;
    }
    #menu-item-1640 ul.sub-menu {
        min-width: 560px;
    }

    .fl-menu #menu-main-menu li > ul.sub-menu li {
        display: inline-block;
        float: none;
        text-align: center;
        vertical-align: middle;
    }

    .fl-menu #menu-main-menu li > ul.sub-menu li a {
        color: white;
    }

    .fl-menu #menu-main-menu li > ul.sub-menu li:hover a {
        color: #f2f2f2;
    }

    #menu-main-menu li.current-menu-ancestor a, #menu-main-menu li.current-menu-parent a { color: #009dd1; }
    #menu-main-menu li.current-menu-ancestor > ul.sub-menu, #menu-main-menu li:hover > ul.sub-menu, #menu-main-menu li.current-menu-item.menu-item-has-children > ul.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        text-align: left;
    }

    ul.sub-menu, #menu-main-menu li:hover > ul.sub-menu {
        z-index: 100;
    }
}

/* Home */
#home-header .fl-rich-text p { font-weight: 100; }
#home-header .fl-post-grid .fl-post-more-link a { border-bottom: 1px dotted white; }
#home-header .fl-post-grid h2 { font-size: 18px; }
.fl-number .fl-number-text { font-weight: 400; font-family: 'Source Sans Pro', sans-serif; }

/* Home Client Logo Slider */
.home .fl-post-carousel-gallery .fl-post-carousel-post { background: none; }
.home .fl-post-carousel-gallery .fl-post-carousel-post .fl-post-carousel-text-wrap { display: none !important; }
.home .fl-post-carousel-gallery .fl-post-carousel-post a.fl-post-carousel-link:hover img { opacity: 1; }

/* Home Product Slider */
#product-slider .fl-row-content-wrap { padding-bottom: 0; }
#product-slider .uabb-content { border: none; }
#product-slider .uabb-content .product-slider-container { background: url(./assets/product-slider-bg.jpg) repeat-x left bottom; }
#product-slider .uabb-tabs-nav { background: #f4f4f4; }
#product-slider .uabb-tabs-nav li p { display: inline-block; }
#product-slider .uabb-tabs-nav li:first-child::before {
    display: inline-block;
    content: 'Our Range';
    margin: 10px 20px 0 0;
    top: 0;
    padding: 0;
    float: left;
}
#product-slider .uabb-tabs-nav li { padding: 15px 10px; }
#product-slider .uabb-tabs-nav li a.uabb-tab-link { background: white; border-radius: 20px; padding: 5px 20px; color: #868686; border: 1px solid #868686; }
#product-slider .uabb-tabs-nav li.uabb-tab-current a.uabb-tab-link { color: #005EB8; border: 1px solid #005EB8; }
#product-slider .close-button { position: absolute; right: -10px; top: -10px; z-index: 400; }
#product-slider .imp-tooltip {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#product-slider .uabb-tabs-nav ul {
    margin: 0 150px 30px 150px;
    background: url(assets/abd-product-logo-@2x.png) no-repeat center 85%;
    background-size: 239px 54px;
    padding-bottom: 70px;
}
.text-shadow .fl-heading, .text-shadow .fl-rich-text * { text-shadow: 0 0 3px rgba(0,0,0,0.8); }
h1.fl-heading .fl-heading-text strong, h2.fl-heading .fl-heading-text strong, h3.fl-heading .fl-heading-text strong { color: #005EB8; }

#icm-stats .fl-module-numbers * { text-align: center !important; }
@media screen and (max-width: 1220px) {
    #icm-stats .fl-col-group .fl-col { width: 100% !important; display: block !important; }
}

#spot-9782.imp-shape { margin-top: -75px !important; cursor: default; margin-left: 0 !important; }
.product-menu .fl-builder-content { padding: 0; }
/* Home Product Slider Accordion Menu */
.fl-accordion-item .fl-accordion-button {
    padding: 10px 15px !important;
}
.fl-accordion-item .fl-accordion-content {
    padding: 0 30px 10px 15px !important;
}
.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-label {
    color: white;
}
.fl-accordion-item-active .fl-accordion-button {
    background: #005EB8;
}
.fl-accordion-button { font-weight: 600; font-size: 16px; }

.product-menu .fl-accordion-item, .product-menu .fl-accordion-item, .product-menu .fl-accordion-item {
    margin-bottom: 0 !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
.fl-accordion {
    border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.4);
    font-size: 14px;
    line-height: 1.6em;
    width: 100%;
}
.fl-accordion .fl-accordion-item:first-child .fl-accordion-button { border-radius: 5px 5px 0 0; }
.fl-accordion .fl-accordion-item:last-child .fl-accordion-button { border-radius: 0 0 5px 5px; }
.fl-accordion .fl-accordion-content {
    margin-top: 20px;
    color: #414141;
    font-weight: 300;
}
.fl-accordion .fl-accordion-item .fl-accordion-button { color: #005EB8; }
.fl-accordion-item-active .fl-accordion-button .fa-minus:before {
    color: white;
    content: "\f178";
}
.fl-accordion-button .fa-plus:before {
    content: "\f178";
}

/*@media screen and (min-width: 980px) {
    header.fl-builder-content.pad-header {
        height: 117px;
    }
    .fl-builder-content-155 .fl-menu {
        height: 60px;
    }

}*/
header .fl-row.fl-node-5a2df7b35eaf9 {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/**
 * Header Search
 */
.fl-col.inline-column .fl-col-content {
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
header .fl-col.inline-column .fl-col-content { position: relative; }
#header-search { position: absolute; right: 20px; margin-top: -3px; max-width: 50px; overflow: visible; }

/* Image link hover */
a img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
a:hover img {
    opacity: 0.8;
}

/* Contact Page */
.page-contact-us #work-with-us { display: none; }
.page-contact-us .fl-callout-left .fl-callout-content .fl-callout-photo .fl-photo-align-center { text-align: left; }
/* Form Styling */
.box-shadow .fl-row-content-wrap { box-shadow: 0 0 30px rgba(0,0,0,0.8); }
.gform_body ul, .gform_body ul li { padding: 0; }
.gform_body ul li { margin-bottom: 10px; }
.gform_body ul li::before { content: ''; display: none; }
.gform_body ul li .gfield_label { display: none; }
.gform_body ul li.gfield .ginput_container input, .gform_body ul li.gfield .ginput_container textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #857856;
    color: black;
    padding-left: 30px;
}
.gform_body ul li.gfield .ginput_container textarea { height: 80px; }
.gform_body ul li.gfield.gform_validation_container { display: none; visibility: hidden; }
.gform_body ul li.gfield.field_name input { background: url(./assets/contact-icon-name.png) no-repeat left center; }
.gform_body ul li.gfield.field_email input { background: url(./assets/contact-icon-email.png) no-repeat left center; }
.gform_body ul li.gfield.field_phone input { background: url(./assets/contact-icon-phone.png) no-repeat left center; }
.gform_body ul li.gfield.field_company input { background: url(./assets/contact-icon-company.png) no-repeat left center; }
.gform_body ul li.gfield.field_message textarea { background: url(./assets/contact-icon-message.png) no-repeat left 10px; }
.gform_body { z-index: 50; position: relative; }
::-webkit-input-placeholder { /* Chrome */
    color: white !important;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
    color: white !important;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
    opacity: 1;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: white !important;
    opacity: 1;
    text-transform: uppercase;
}
/* Form Errors */
.validation_error {
    color: #882123 !important;
    font-weight: 500;
    padding: 5px 10px;
    background: rgba(255,255,255,0.6);
    border-left: 2px solid #882123;
}
.gform_body ul li.gfield .gfield_description.validation_message { color: #882123 !important; margin-bottom: 10px; }
.gform_body ul li.gfield.gfield_error input, .gform_body ul li.gfield.gfield_error textarea {
    border-bottom: 1px solid #882123;
}
.gform_body ul li.gfield.gfield_error input::-webkit-input-placeholder {
    color: #882123 !important;
}
.gform_body ul li.gfield.gfield_error input:-ms-input-placeholder { /* IE 10+ */
    color: #882123 !important;
}
.gform_body ul li.gfield.gfield_error input::-moz-placeholder { /* Firefox 19+ */
    color: #882123 !important;
}
.gform_body ul li.gfield.gfield_error input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #882123 !important;
}
.gform_body .gfield_visibility_hidden { display: none !important; visibility: hidden !important; }

.gform_footer { text-align: right; width: auto; display: inline-block; float: right; position: relative; z-index: 60; }
.fl-page-content .gform_footer { margin-top: -40px; }

#experience-blocks .fl-module.fl-module-callout .fl-callout-photo-background .fl-callout-photo {
    z-index: 60;
    position: relative;
}
#experience-blocks .fl-module.fl-module-callout .fl-callout-photo-background .fl-callout-content-wrap {
    margin-top: -80px;
    position: relative;
    z-index: 70;
}
.fl-module.fl-module-callout .fl-callout-text-wrap a.fl-callout-cta-link { color: white; }
.fl-module.fl-module-callout .fl-callout-text-wrap a.fl-callout-cta-link::before {
    content: "\f105";
    font-family: "FontAwesome";
    background: #009dd1;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 20px;
}

/**
 * Blog Styling
 */
#blog-list .fl-post-image { display: block; float: left; max-width: 35%; }
#blog-list .fl-post-feed-post { flex-direction: row; }
#blog-list .fl-post-grid-post {
    font-size: 14px;
}
#blog-list .fl-post-text {
    padding: 10px 20px;
    float: left;
    max-width: 64%;
}
#blog-list .fl-post-categories {  padding: 0 0 10px 0; margin: 0; text-transform: uppercase; color: #005EB8 !important; font-weight: 500; }
#blog-list .fl-post-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 400;
}
#blog-list .fl-post-meta {
    padding: 0 0 15px;
}
#blog-list .fl-post-more-link { display: inline-block; }
#blog-list .fl-post-more-link a { border-bottom: 1px dotted #009dd1; }
#blog-list .fl-post-more-link:after { display: inline-block; margin-left: 5px; content: '\f178'; font-family: FontAwesome; color: #009dd1; }

#blog-list .fl-post-share { position: relative; display: inline-block; margin-left: 15px; }
#blog-list .fl-post-share > a { padding: 5px; border: 1px solid #e5e5e5; border-radius: 30px; width: 25px; height: 25px; text-align: center; }
#blog-list .fl-post-share .hide-share { position: absolute; width: 200px; left: 20px; }
#blog-list .fl-post-share .hide-share .nc_socialPanel { margin: 0 !important; }

/* Blog Sidebar */
.fl-module-sidebar aside h4.fl-widget-title {
    font-weight: 500;
    color: #005EB8;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin: 10px 0 5px 0;
}
#blog-sidebar ul.wpp-list { counter-reset: post-counter; }
#blog-sidebar ul.wpp-list li a:before {
    display: block;
    content: counter(post-counter);
    counter-increment: post-counter;
    margin-right: 10px;
    line-height: 16px;
    font-size: 16px;
    color: #005EB8;
    border: 1px solid #e5e5e5;
    border-radius: 45px;
    background: white;
    text-align: center;
    padding: 10px;
    width: 35px;
    height: 35px;
    float: left;
}
ul.wpp-list li a {
    color: #434343;
}
ul.wpp-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}
ul.wpp-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
/* Tag Cloud */
.fl-widget .tagcloud { margin-top: 15px; }
.tagcloud a.tag-cloud-link {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px !important;
    margin-right: 5px;
}

/* Categories */
ul.widget_categories { padding-left: 0; }
.widget_categories li.cat-item {
    display: inline-block;
    margin: 5px;
}
.widget_categories li.cat-item a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #009dd1;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px !important;
}
.widget_categories li.cat-item.active a, .widget_categories li.cat-item a:hover {
    background: #009dd1;
}

/* Video thumbnails */
.fl-post-image > a { display: block; position: relative; }
.fl-post-image a .video-overlay { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.65) url(./assets/resource-play-icon.png) no-repeat center; }
#blog-list .fl-post-text::after { display: block; content: ''; clear: both; }

/* Testimonial Slider */
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0072b4;
}
.bx-wrapper .bx-pager.bx-default-pager a { width: 5px; height: 5px; border-radius: 5px; }
.fl-post-slider .testimonial-quote-icon { position: absolute; width: 100%; text-align: center; margin-top: -15px; z-index: 60; }
.fl-post-slider-img { border-top: 1px solid #e5e5e5; }

/* Resource Gallery */
/*body:not(.page-home) .fl-module-photo-gallery .uabb-gallery-grid4 .uabb-photo-gallery-item { width: 33%; }
body:not(.page-home) .fl-module-photo-gallery .uabb-photo-gallery-item:nth-child(4n+0), body:not(.page-home) .fl-module-photo-gallery .uabb-photo-gallery-item:nth-child(4n+1) { clear: none; }
body:not(.page-home) .fl-module-photo-gallery .uabb-photo-gallery-item:nth-child(3n+0) { clear: right; }
body:not(.page-home) .fl-module-photo-gallery .uabb-photo-gallery-item:nth-child(3n+1) { clear: left; }
body:not(.page-home) .fl-module-photo-gallery > .fl-module-content { margin: 20px; }*/

body.single-resource .uabb-photo-gallery-item { float: left; width: 25%; }

#gallery-sidebar .gallery-item { width: 31% !important; margin: 0 1% 5px 0 !important; }
#gallery-sidebar .gallery br { display: none; clear: none !important; }

/* Single Post Navigation */
nav.post-navigation .nav-links { display: block; }
.nav-links > div { max-width: 400px; }
.nav-links .nav-previous { float: left; }
.nav-links .nav-next { float: right; }
.nav-links .nav-next:after { content: ''; display: block; clear: both; }
.nav-links .nav-text {
    display: inline;
}
.nav-links .nav-image {
    display: inline-block;
}
.nav-links .nav-previous .nav-image { float: left; margin-right: 10px; }
.nav-links .nav-next .nav-image { float: right; margin-left: 10px; }
.nav-links .nav-text span {
    display: block;
}
.nav-links .nav-text .prevnext-text {
    color: #005EB8;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 5px;
}
.nav-links .nav-text .post-nav-title {
    font: 400 14px/22px 'Amadeus_Web-Thin', Helvetica, Arial, sans-serif;
    color: #434343;
    padding-bottom: 5px;
}


/* General Classes */
.bring-to-front {
    position: relative;
    z-index: 99; /* Sticky header has z-index of 100 */
}

/* Footer */
.fl-node-5a37b8d8bb49e .fl-module .fl-photo-content, .fl-node-5a2e75a51255f .fl-rich-text {
    text-align: left;
}

#footer-attribution .fl-rich-text {
    text-align: right;
}

/* To Top Button */

/**
    Responsive Styling
 */
@media screen and (max-width: 768px) {
    #icm-stats .fl-number .fl-number-text { text-align: center; }
    .fl-col-small, .fl-col { max-width: 90%; }
    #page-header .fl-col-small { max-width: 100%; }

    /* Header */
    #header-logo .fl-photo-content { text-align: center; }
    #header-menu .fl-menu-mobile-toggle { float: none; display: inline-block; }
    #header-menu .fl-menu { text-align: center; }

    .fl-row-bg-uabb_gradient .fl-row-content-wrap { background-image: none; }

    /* Home Header Image */
    #home-header h1.fl-heading { font-size: 40px; }
    #home-header .swiper-button-next, #home-header .swiper-button-prev { top: auto; bottom: 20px; }
    #home-header .swiper-button-next { right: 0; }
    #home-header .swiper-button-prev { left: 0; }
    #home-header .swiper-container { margin-left: 0; margin-right: 0; }
    #home-header .fl-post-grid.swiper-wrapper { margin-left: 15px; margin-right: 15px; width: 100%; }
    .fl-node-5a28cc0bd19a9 .fl-post-image { margin-bottom: 10px; float: left; display: inline-block; margin-right: 20px; }
    .fl-node-5a28cc0bd19a9 .fl-post-image img { max-width: 100%; height: auto; }
    .fl-node-5a28cc0bd19a9 .fl-post-text { padding-left: 0; width: 100%; }

    #home-header .fl-module-button .fl-button-left { text-align: left; }

    /* Blog / Resources */
    .fl-post-feed-post.fl-post-feed-image-beside, .fl-post-feed-post.fl-post-feed-image-beside-content, .fl-post-feed-post.fl-post-feed-image-beside-right, .fl-post-feed-post.fl-post-feed-image-beside-content-right {
        max-width: 90%;
    }
    .fl-module-fl-post-navigation .nav-links .nav-previous, .fl-module-fl-post-navigation .nav-links .nav-next { max-width: 49%; }

    /* Contact Us */
    #contact-form { box-shadow: none; padding: 20px; }

    /* PRoduct Slider */
    .product-slider-nav .tp-tab-mask::before { display: none; content: ''; }

    /* Footer */
    .fl-node-5a37b8d8bb49e .fl-module .fl-photo-content, .fl-node-5a2e75a51255f .fl-rich-text, #footer-attribution .fl-rich-text { text-align: center; }
}
@media screen and (max-width: 480px) {
    #header-topbar .fl-col-content > div { float: none; display: block; }
    #header-topbar #header-phone { border-radius: 0; }
    #header-topbar #header-social .fl-icon-group { text-align: center; }
    .fl-node-content .fl-node-5a28c2db3fb15 .fl-module-content { margin-left: 0; margin-right: 0; }
    #home-header h1.fl-heading { font-size: 36px; }
    #header-search { display: none; }
}

@media screen and (min-width: 861px) {
    .swiper-button-next, .swiper-button-prev { display: none; }
}
@media screen and (max-width: 1100px) {
    #home-experience .fl-row-content {
        background-size: contain;
    }
}
@media screen and (max-width: 1024px) {
    .fl-node-5a28cc0bd19a9 .fl-post-text { max-width: 180px; }
    #header-social { float: left; }
}
@media screen and (max-width: 860px) {
    .header-logo .fl-photo-content {
        text-align: center;
    }
    .fl-col.swiper-slide { height: auto; width: 100% !important; max-width: 100% !important; }
    .swiper-container .swiper-wrapper { padding-bottom: 30px; }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }
    .swiper-pagination .swiper-pagination-bullet-active { background: #005EB8; }

}
@media screen and (max-width: 980px) {
    .fl-col.swiper-slide { height: auto; width: 100% !important; max-width: 100% !important; }
    .fl-col-group.swiper-container { width: 90%; }

    /* Home Product Slider */
    .imp-shape.imp-shape-spot, .imp-shape.imp-shape-spot img { width: 30px !important; height: 30px !important; }
    #spot-9782.imp-shape.imp-shape-spot, #spot-9782.imp-shape.imp-shape-spot img { width: 180px !important; height: auto !important; margin-top: -50px !important; }
}
@media screen and (max-width: 768px) {
    /* Home Product Slider */
    .imp-shape.imp-shape-spot, .imp-shape.imp-shape-spot img { width: 20px !important; height: 20px !important; }
    #spot-9782.imp-shape.imp-shape-spot, #spot-9782.imp-shape.imp-shape-spot img { display: none; }

    .fl-module.fl-node-5a2de43ecf534 .uabb-modal-photo-wrap { text-align: center; }
}
#blog-top-gradient .fl-row-content {
    background: url(./assets/blog-top-bg.png) repeat-y center top;
}
#blog-main-gradient .fl-row-content {
    background: url(./assets/blog-main-bg.png) repeat-y center top;
}
