/*
Theme Name: Zhenhub2021
Theme URI: https://zhenhub.com
Template: generatepress
Author: BMC
Author URI: https://juffeesason.com
Description: Zhenhub custom theme based on generatepress
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400&amp;family=Roboto:ital,wght@0,400;0,900;1,400;1,900&amp;display=swap');


h1 {
    font-size: 40px;
    color: #144c7e;
}
h2 {
    font-size: 24px;
}
h1, h2, h3, button, .largebutton a, input {
    font-family: 'Barlow';
}
h1, h2 {
    font-weight: bold;
}
p,ul,li,div{
    font-family: 'Roboto', sans-serif;
}

p{
	font-size:17px;
}

.heroImage > div{
    text-align:center;
}

.heroImage figure{
    margin:0 auto !important
}

.heroImage img{
    padding:0;
}

@media(max-width:767px){
    h1{
        font-size:32px !important;
    }

    h2{
        font-size:21px !important;
    }

    p{
        font-size:15px !important;
    }
}

.container {
    display:flex;
    flex-direction:column;
    max-width:1200px;
    margin:0 auto;
}

select{
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #aaa;
}

/****** HEADER */

    header#masthead {
        padding: 20px 10px;
        border-bottom: 1px solid #eee;
        /* margin-bottom: 20px; */
        border-bottom: 1px solid #ddd;
    }

    header img{
        max-width:150px;
        margin:0 auto
    }


    header .container {
        flex-direction:row;
        justify-content:space-between;
    }


    header nav{
        display:flex;
        align-items:center;
    }
    header nav ul{
        margin:0 auto;
        padding:0;
    }

    @media(max-width:860px){
        header .container{
            flex-direction:column;
            text-align:center;
        }

        header .container nav{
            margin:15px 0 10px;
        }
    }

    /***/
    .main-navigation .main-nav ul li a,
    .main-navigation .main-nav ul li a:visited {
        padding-left: 0 !important;
        padding-right: 0 !important;
        line-height: 1 !important;
        font-size:15px;
        text-decoration:none;
        margin-left:20px;
    }

    .main-navigation .main-nav a:hover{
        color:#144C7E !important;
    }
    .main-navigation .main-nav ul li a,
    .main-navigation .main-nav ul li a:visited {
        /* color:#144C7E; */
        color:#111;
    }

    /* @media(min-width:768px){
        .current_page_item a{
            border-bottom:2px solid #ccc
        }
    } */

    .inside-header {
        padding: 0 !important;
        padding: 0 !important;
    }

    .has-inline-mobile-toggle #site-navigation.toggled{
        margin-top:0;
    }

    .current_page_item a{
        color:#144C7E !important;
        font-weight:bold
    }
    
    @media(max-width:767px){

        .successStories .uagb-post-grid > div{
            display:flex !important;
            flex-direction:column !important;
        }
        
        .successStories .uagb-post-grid > div article{
            width:100% !important;
        }

        .menu-item-has-children{
            padding-right:0 !important;
        }

        .main-navigation ul ul {
            background-color: #fafafa !important;
        }
        
        .main-navigation .main-nav ul{
            margin:0;
            padding:0
        }
        .main-navigation .main-nav ul li a{
            font-size:16px;
            padding:10px 20px !important;
            /*border-bottom:1px dotted #ccc;*/
            margin:0;
            text-shadow:0px 1px 0px #fff;
        }

        #site-navigation.main-navigation .sub-menu li,
        #site-navigation.main-navigation ul ul {
            visibility: visible;
        }

        #site-navigation.main-navigation ul ul {
            box-shadow: none;
            float: none;
            left: initial;
            opacity: 1;
            pointer-events: initial;
            height: auto;
            position: relative;
        }

        .main-navigation .main-nav > ul > li > a {
            border-bottom:1px dotted #ccc;
        }
    
        .main-navigation .main-nav ul li:last-child a{
            border-bottom:none;
        }
    
        .main-navigation .main-nav{
            margin:10px 0;
        }
    
        .main-navigation .main-nav ul li[class*="current-menu-"] > a{
            color:unset;
            background:unset;
        }
    
        #site-navigation{
            transition:0.3s ease all;
        }

        .featuresBlock h2{
            padding:0 !important;
        }
        
        .featuresBlock h2 br{
            display:none !important;
        }

        .globalIntegrations .blocks-gallery-item {
            text-align: center;
        }
        
        .globalIntegrations .blocks-gallery-item figure{
            margin:0 auto !important;
        }
    }

/****** PRE HEADER */
    .preheader{
        background:#111;
        color:#fff;
        padding:5px 10px;
        display:flex;
        justify-content:flex-end;
    }

    .preheader a, .preheader button {
        background: none;
        border: none;
        color: #ccc;
        margin-left: 10px;
        padding: 5px 0 5px 10px;
        position: relative;
        display: flex;
        font-size: 13px;
        text-align: right;
        transition:0.2s ease all
    }

    .preheader a:hover,
    .preheader button:hover{
        cursor:pointer;
        color:#fff;
    }

    .preheader a img, .preheader button img {
        margin-right: 10px;
        max-width: 20px;
    }

    button.callus {}

    button.topsearch {}

    button.userlogin {}

    .callus,
    .topsearch,
    .userlogin{
        position:relative;
    }

    .callus::before,
    .topsearch::before,
    .userlogin::before{
        width:24px;
        height:24px;
        position:absolute;
        top:0;
        left:0;
        display:block;
    }

    .callus::before{
        background:url(../svg/icon-callus.svg) center center no-repeat;
    }

    .topsearch::before{
        background:url(../svg/icon-search.svg) center center no-repeat;
    }

    .userlogin::before{
        background:url(../svg/icon-userlogin.svg) center center no-repeat;
    }

/****** SITEWIDE ? */
    button.menu-toggle {
        color:#111;
        font-size:16px;
        background:none !important;
        padding:2px 10px;
        line-height:30px;
        border-radius:3px;
        border:1px solid #ddd; 
    }

    .has-inline-mobile-toggle #site-navigation.toggled{
        margin-top:15px;
        border-radius:10px;
        background:#fff;
        box-shadow:0px 2px 10px 1px rgba(0,0,0,0.1);
        margin-bottom:15px;
    /*     position:absolute;
        right:20px;
        top:50px;
        width:80%; */
    }

    .serviceblock img {
        max-width: 120px;
    }
    
    .serviceblock figure{
        margin:0;
        padding:0;
    }

    ul ul.sub-menu a{
        color:#111 !important;
        font-weight:400 !important;
        margin:0 !important;
        padding:10px 10px 10px 20px !important
    }

    @media(min-width:768px){
        ul ul.sub-menu {
            background: #fff;
            border: none;
            box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 30%);
            border-radius: 10px;
            padding: 20px;
            width: 240px;
    }

    ul ul.sub-menu a{
        padding:10px !important;
    }

    ul ul.sub-menu a:hover{
        background:#144C7E;
        color:#fff;
    }

        ul ul.sub-menu a{
            color:#111 !important;
            font-weight:400 !important;
        }
    }

    @media(min-width:768px) and (max-width:900px){
        .heroImage img{
            padding:0
        }
    }

    p.cite span{
        display: flex;
        align-items: center;
        align-content: center;
    }

    .cite img{
        margin-right:10px;
    }

    /* .uagb-post__inner-wrap {
        background: #fff !important;
        border-radius: 10px;
        box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 10%);
        padding: 0px 20px 50px !important;
    } */

    .uagb-post__items article{
        background: #fff !important;
        border-radius: 10px;
        box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 10%);
        padding: 0px 0px 0px !important;
        box-sizing:border-box;
        position:relative;
    }

    @media(min-width:768px){
        body.home .uagb-post__items article{
         /*width:31% !important;*/
         margin:1% !important
        }
    }

    .uagb-post__inner-wrap {
        background:none !important;
        padding:0 20px !important;
    }

    .menu-item-has-children .dropdown-menu-toggle{
        display:none !important;
    }

    .heroBlock .container{
        display:flex;
        max-width:unset;
    }

    .heroImage,
    .heroContent {
        flex:1;
        width:50%;
    }

    @media(max-width:767px){
        .uagb-section__wrap{
            padding:20px !important;
        }

        footer .container{
            padding:20px !important;
        }
        .heroImage,
        .heroContent{
            padding-top:0 !important;
            padding-bottom:0 !important;
        }

        .heroImage{
            order:1;
        }
        .heroContent{
            order:2
        }
        

    }

    .heroImage img{
        width: 100%;
    }

    h1{
        font-size: 40px;
        margin:15px 0;
    }

    h2{
        font-size: 40px;
    }
    p{
        font-size: 17px;
        color:#666;
    }

    p.subhead {
        font-size: 21px;
        line-height:1.5em;
    }



/****** MAIN CONTENT BODY */

    .largebutton a, .smallbutton a, .pagelink a, input[type="submit"] {
        -moz-border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -o-border-radius: 5px !important;
        border-radius: 5px !important;
    }
    .largebutton a, input[type="submit"] {
        font-size: 20px !important;
        padding: 10px 30px !important;
    }
    .largebutton {
        display: unset !important;
    }
    .largebutton.center {
        margin: 0 auto !important;
    }
    .requestquote a, input[type="submit"] {
        font-weight: bold;
        background-color: #6CC551 !important;
        text-shadow: 0 1px 0 rgba(0 0 0 / 30%);
    }
    .smallbutton a {
        font-size: 13px !important;
        font-weight: bold;
        background:rgba(0 0 0 / 50%) !important;
        background-position: 0 0 50% !important;
        padding: 15px 30px;
    }
    .pagelink a {
        background-color: #144c7e !important;
    }
    .center .wp-block-buttons {
        text-align: center !important;
    }
    .center .wp-block-buttons .smallbutton {
        margin: 0 auto !important;
    }
    .exploreplatform section {
        overflow: hidden;
        -moz-border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        -o-border-radius: 20px !important;
        border-radius: 20px !important;
    }
    .exploreplatform img {
        max-width: 200px;
    }
    .exploreplatform.whiteblocks .uagb-section__overlay{
        background: #eee !important;
    }
    
    .exploreplatform.whiteblocks .serviceblock .uagb-columns__overlay{
        background:#fff !important;
    }
    
    .exploreplatform.whiteblocks p{
        color:#111
    }
    
    .exploreplatform.whiteblocks h3{
        color:#1F5584;
    }
    .heroImage img {
        max-width: 320px;
        margin: 0 auto;
    }
    .heroImage {
        text-align: center;
    }

    .homeintegrations.largebrands {
        max-width: 1000px;
        margin: 20px auto;
        flex-wrap:wrap !important;
    }

    .getstarted{
        background:#6CC551 !important;
        border-radius:5px;
    }
    
    .getstarted a{
        background:unset !important
    }

    /* .entry-content > [class*="wp-block-"]:not(:last-child){
        margin:0 !important
    } */

    .heroImage .uagb-column__inner-wrap {
        display:flex;
        align-items:center;
        
    }

    .largebrands > div{
        padding:10px 0px;
        background:#fff;
        flex-basis:18%;
        min-width:180px;
        margin:1%;
        display:flex;
        justify-content:center;
        align-items:center;
        align-content:center;
        flex-direction:column;
        min-height:110px;
        border-radius:10px;
    }

    .largebrands img{
        margin:0 !important;
        padding:0;
        width:100% !important
    }

    .leftalign > div{
        float:left
    }

    .formRightColumn .gb-block-testimonial{
        background:#fff !important;
    }

    .formRightColumn .gb-block-testimonial p{
        font-style:italic;
    }

    .center .wp-block-buttons {
        text-align: center !important;
        margin: 0 auto;
        max-width: fit-content;
    }

    .center .wp-block-buttons div a{
        margin:0 10px !important;
    }

    .SSblock .uagb-columns__inner-wrap{
        padding:20px;
        background:#fff;
        border-radius:20px;
    }

    .SSblock .uagb-columns__inner-wrap .uagb-column__inner-wrap{
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .SSblock h3 {
        font-weight: bold;
        color: #144C7E;
    }

    .serviceblock > div > div{display: flex;align-items:center;}

    @media(min-width:768px){
        .smallbutton a{
            min-width:160px;
        }
    }

    @media(max-width: 767px) {
        .serviceblock {
            text-align: center !important;
        }
        .wp-block-buttons {
            text-align: center;
            justify-content: center;
        }

        .smallbutton.pagelink a { 
            margin: auto;
            max-width:350px;
        }

        .smallbutton.pagelink{
            text-align:center;
        }
        .smallbutton.pagelink a {
            margin: auto !important;
        }
    
        .heroImage .uagb-column__inner-wrap figure{
            margin:0 auto !important;
        }
    }

    @media(max-width:930px){
        .homeintegrations.largebrands img{
            width:100% !important;	
        }

        .homeintegrations {
            justify-content: center;
        }
    }

    /* Home Page Global Integrations */
    @media (min-width: 600px){
        .home-global-integrations .blocks-gallery-grid li.blocks-gallery-item {            
            width: calc(10% - .875em);
            margin-right: 0.75em;
        }   
        .home-global-integrations .blocks-gallery-grid li.blocks-gallery-item:nth-of-type(8n){
            margin-right: 0.75em;
        }
        .home-global-integrations .blocks-gallery-grid li.blocks-gallery-item:nth-of-type(10n){
            margin-right: 0;
        }        
    }




/****** FOOTER */

    body > footer{
        background:#111;
        color:#ddd;
        padding:25px 0;
    }

    body > footer .container{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }

    @media(min-width:768px){

        footer .container{
            justify-content:space-between;
        }

        footer .container .col-1-4 {
            flex-basis:23%;
        }
        footer .container .col-1-3{
            flex-basis:30%;
        }
        footer .col-1-4:nth-child(4),
        footer .col-1-3:nth-child(3){
            text-align:right;
        }

        footer .col-1-4:nth-child(4),
        footer .col-1-3:nth-child(3) ul{
            float:right;
        }
    }

    @media(max-width:767px){
        footer{
            padding:20px;
        }
    }

    footer .col-full{
        text-align:center;
        width:100%;
        padding-top:20px;
        margin-top:20px;
        border-top:1px solid #333
    }

    footer h3{
        margin:0 0 10px;
        font-size:21px;
        font-weight:bold;
    }

    footer p{
        font-size:13px;
        line-height:1.5em
    }

    footer a{
        color:#ccc;
    }

    footer a:hover{
        color:#fff !important;
        text-decoration:underline;
    }

    .socialLinks {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        display: block;
        justify-content: end;
    }

    .socialLinks li{
        margin:0 15px 15px 0;
        display:inline;
    }

    .socialLinks img {
        width: 30px;
        height: 30px;
    }


    @media(min-width:768px) and (max-width:1024px){
        footer{
            padding-left:20px;
            padding-right:20px
        }
    }



/****** GLOBAL INTEGRATIONS GALLERY */

    .integrations-gallery { /*Home*/
        max-width: 1000px;
        margin: 20px auto;
    }

    .partners-page-gallery li.blocks-gallery-item{ /*PartnersPage/Services*/
        max-width: calc(16.66667% - .83333em);
    }
    .global-integrations-gallery .blocks-gallery-item, /*Warehouse/ServicePages*/
    .partners-page-gallery .blocks-gallery-item, /*PartnersPage/Services*/
    .integrations-gallery .blocks-gallery-item{ /*Home*/
        padding: 10px 0px;
        min-width: 180px;
        min-height: 110px;
        border-radius: 10px;        
        background: #fff;        
        border: 1px solid #eee;
    }
    .global-integrations-gallery .blocks-gallery-item figure,
    .partners-page-gallery .blocks-gallery-item figure,
    .integrations-gallery .blocks-gallery-item figure {
        justify-content: center;
        flex-basis: 18%;
    }

    .global-integrations-gallery .blocks-gallery-item {
        margin: 5px !important;
    }

    .partners-page-gallery .blocks-gallery-item img {
        max-height: 50px;
    }
    .partners-page-gallery.short {
        justify-content: flex-start;
    }

    @media(min-width:768px) {
        .partners-page-gallery.short .blocks-gallery-grid {
            justify-content: flex-start !important;
            margin-left: 8px;
        }
        .partners-page-gallery.short .blocks-gallery-item {
            margin-right: 14px !important;        
        }    
    }

    

/****** POST META */


    footer.entry-meta {
        background: #fff;
    }
    footer.entry-meta a {
        color: #000;
    }

    footer.entry-meta a:hover{
        color:#144C7E !important;
    }

    .footerCTA{
        text-align:center !important;
    }

    .footerCTA p{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        color:#fff;
    }

        .footerCTA p a{
            color:#fff;
            font-weight:bold;
            text-decoration:underline;
        }

    .footerCTA p br{
        display:none;
    }

    .footerCTA .fullname, .footerCTA .last-name, .footerCTA .email-add {
        width: 29% !important;
        box-sizing: border-box !important;
        margin: 0 1%;
    }

    .acceptance-home{
        flex-basis:100%;
        margin:20px auto 0;
        color:#fff;
    }

    .acceptance-home a{
        color:#fff;
        text-decoration:underline;

    }

    .footerCTA .acceptance-home .wpcf7-list-item-label {
        color: #fff;
    }
    .acceptance-home .wpcf7-list-item-label{
        color:#666;
    }


    .footerCTA form{
        display:flex;
        flex-direction:column;
    }

    .footerCTA input[type="submit"]{
        margin:0 auto !important;

    }

    .ajax-loader{
        display:none !important;
    }

    @media(max-width:600px){
        .formCTA{
           flex-direction:column !important;
        }

        .footerCTA .fullname,
        .footerCTA .last-name,
        .footerCTA .email-add{
            width:90% !important;
            margin:5px auto !important;
        }
    }

    .homeSignup form{
        padding:20px 20px 5px 20px;
        box-shadow:0px 5px 10px 1px rgba(0,0,0,0.2);
        border-radius:10px;
        margin:0 0 20px 0;
    }

    .homeSignup .first-name,
        .homeSignup .last-name{
            margin-bottom:10px;
        }

    @media(min-width:767px){
        .homeSignup .first-name,
        .homeSignup .last-name{
        width:50% !important;
        margin-bottom:0
        }
    }

    .homeSignup .first-name input,
    .homeSignup .last-name input,
    .message textarea{
        width:98%
    }


    .homeSignup br{
        display:none !important;
    }

    .homeSignup p{
        display:flex;
        flex-wrap:wrap;
        font-size:15px;
        color:#111;
    }

    .homeSignup .wpcf7-acceptance{
        color:#111;
        margin-bottom:0 !important
    }

    .homeSignup input[type="text"], 
    .homeSignup .email-add, .homeSignup 
    .email-add input, .message textarea {
        width: 99.5% !important;
    }

    .homeSignup .email-add{
        margin-top:10px;
    }
    
    .homeSignup .wpcf7-list-item{
        margin:0 !important;
    }

    .homeSignup .wpcf7-list-item label{
        display:flex;
    }

    .homeSignup .wpcf7-list-item label input{
        margin:5px 10px 0px 0;
    }

    .message textarea{
        width:99% !important;
        margin-top:10px !important;
    }

    .homeSignup .wpcf7-list-item label a{
        color:#111;
        text-decoration:underline;
    }

    .uagb-post__title a {
        font-size: 20px !important;
        line-height: 1.25em !important;
        display: block;
        font-family: 'Barlow';
        font-weight: 400;
    }
    
    .uagb-post__cta{
        float:right;
        margin:0 0 20px;
        font-size:15px;
        padding:0px 10px;
        border-radius:5px;
        background:#1F5584 !important;
    }
    
    .uagb-post__excerpt{
        font-size:17px !important;
    }
    
    .uagb-post__inner-wrap > .uagb-post__image:first-child{
        margin:0 -20px 20px!important;
    }

    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
        background:#ffb900;
        border-radius:30px;
    }

    body.single-post {
        background: #fff;
    }
    
    .post-breadcrumbs {
        background: #fafafa;
        padding: 10px 0;
    }
    
    .post-breadcrumbs > .container{
        flex-direction:row;
        justify-content:space-between;
    }
    
    .post-breadcrumbs p{
        margin:0;
    
    }
    
    .post-breadcrumbs p,
    .post-breadcrumbs a{
        font-size:13px;
        color:#111;
    }
    
    .post-breadcrumbs a{
        text-decoration:underline;
    }
    
    .single-post .inside-article{
        padding:0;
    }
    
    .single-post .inside-right-sidebar{
        margin-top:5px
    }
    
    /* @media(min-width:768px){
        .single-post .site-main > article{
            border-right:1px solid #eee;
            padding-right:20px;
        } */
    
        aside{
            padding-left:10px !important;
        }
    }
    
    .inside-article > header{
        border:none;
        padding:0;
        padding-top:20px !important;
    }
    
    .single-post .inside-article h1{
        color:#111;
        font-size:32px;
    }

    p.rpwwt-post-date {
        color: #111;
        font-size: 13px;
        margin: 0 0 10px;
        font-family: 'Roboto';
    }

    span.rpwwt-post-title {
        font-size: 17px;
        font-weight: bold;
        color: #111;
        display: inline-block;
        line-height: 1.25em;
        font-family: 'Barlow';
    }

form input:not([type="submit"]){
    background:#fff;
    border-radius:5px;
    color:#111 !important;
    transition:0.2s ease all;
}

form input:not([type="submit"]):hover{
    border:1px solid #111 !important;
}

body.blog {
    background: #fff;
}

time, .span-reading-time {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
}
time span,
.uagb-post-grid .uagb-post__author:not(:last-child):after, .uagb-post-grid .uagb-post__date:not(:last-child):after{
    display:none !important;
}

.secure {
    padding: 0px 0 0px 26px;
    position: relative;
    margin: 0 !important;
    font-size: 13px;
    font-style: italic;
    color: #111;
}

.homeSignup h3 {
    font-size: 17px;
    font-weight: bold;
}

.preheader > .container{ 
        display: flex;
        flex-direction: row;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: flex-end;
        width: 100%;
}

::placeholder{
    color:#111 !important;
}

.home-global-integrations .blocks-gallery-item figure {
    padding: 5px !important;
}

h2 em{
    color:#FFC444 !important;
    font-weight:inherit !important;
}

/* ul:not([class]) ::marker{
    font-size:32px;
    line-height:.75em;
    margin-bottom:-5px !important;
    color:#FABD4F;
} */

ul:not([class]){
    list-style:none;
    margin-left:15px
    }
    
    ul:not([class]) li{
        padding-left:24px;
        position:relative;
        margin:0 0 10px;
    }
    
    ul:not([class]) li:before{
        /*content:'•';*/
        content:'\2022';
        font-size:50px;
        position:absolute;
        top:0px;
        left:0;
        line-height:0.55em;
        color:#FABD4F
    }

.footerCTA h3{
    display:none
}

.howitworks h3 {
    color: #111;
    font-weight: bold;
    font-size: 24px;
}

.howitworks figure{
    margin-left:-10px;
}

.howitworks p{
    font-size:17px
}

.wp-block-uagb-testimonial .uagb-tm__desc {
    font-style:italic;
}

.globalintegrationsHead{
    padding-bottom:2px !important
}

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
    justify-content: space-around;
}

.blocks-gallery-item{
    margin:10px 0 !important;
}

p.md-width {
    max-width: 740px;
    margin: 0 auto;
}

.featureblocks h3 {
    font-size: 24px !important;
}

.featureblocks p{
    font-size:17px !important
}

.nopadding{
    padding:0 !important;
}

.homeSignup textarea {
    max-height: 80px;
}


/** From Customizer **/

.integrations-gallery li figure{
    padding:20px 10px;
    background:#fff;
    border-radius:10px;
    display:flex;
    justify-content:center !important;
    align-items:center !important;
    align-content:center !important;
}


.site-main .inside-article .entry-content  > section:not(:first-child) {
    padding-top: 50px;
    padding-bottom: 50px;
}

.secure {
    padding: 0px 0 0px 26px;
    position:relative;
    margin:0 !important;
    font-size:13px;
}

.secure::before{
    content:'';
    width:16px;
    height:25px;
    display:block;
    position:absolute;
    background:url(../svg/iconsecure.svg) top left no-repeat;
    background-size:100%;
    top:0;
    left:0;

}

section.section-blog-filter {
    text-align: center;
}

section.blog-articles article .inside-article{
    display:flex;
    flex-direction:column;
}

section.blog-articles article .inside-article .entry-meta {
    /* display: none; */
    margin-top: -10px !important;
}


@media(min-width:768px){
    section.blog-articles {
        display:flex;
        flex-wrap:wrap;
    }

    section.blog-articles article{
        flex-basis:31% !important;

    } 

}

.blog .inside-article header.entry-header {
    order:2;
}

.blog .inside-article  .post-image {
    order:1;
    margin:0 -20px;
}

.blog .inside-article .entry-title a {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.25em !important;
    display: block;
    font-family: 'Barlow';
}

.blog .inside-article  .entry-summary {
    order:3;    
    margin-top:10px
}

.blog .inside-article  .entry-summary p{
    font-size:15px;
}

.blog article{    
    background: #fff !important;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 10%);
    padding: 0px 20px 80px !important;
    margin:1%;
    position:relative;
}

/* .blog .read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 5px;
    background: #1F5584 !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto';
} */
.blog .read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding:0;
    border-radius: 5px;
    /*text-transform: uppercase;*/
    color: #1F5584;
    font-weight: 400;
    font-family: 'Roboto';
}
.paging-navigation {
    width: 100%;
    margin: 20px auto;
    padding-top: 20px;
    border-top: 2px solid #ddd;
    text-align: center;
}

.page-numbers{
    font-weight:bold !important;
}

.page-numbers.current{
    padding:5px 10px;
    background:#111;
    color:#fff;
    border-radius:30px;
}

@media(min-width:768px){
.largeContent .uagb-column__inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content:center;
}
}

.mobile-accordion-warehouses summary.gb-accordion-title {
    background:#144c7e;
    color:#fff;
    border-radius:5px;
}

.mobile-accordion-warehouses .gb-accordion-text {
    border:1px solid #144c7e;
    margin-top:-5px;
    background:#fff;
    border-radius:0 0 5px 5px;
}

.mobile-accordion-warehouses .gb-accordion-text p{
    color:#111;
    font-size:13px !important;
}

.mobile-accordion-warehouses .gb-accordion-text p strong{
    display:inline-block;
}

details[open] .gb-accordion-title{
    background: #082e50;
}

time .dashicons {
    display: none;
}
time{
    font-size:13px;
    text-transform:uppercase;
    margin:0 0 5px;
    display:block;
    color:#888;
    font-family:'Roboto';
}

.tag-links,
.cat-links {
    display: none;
}

@media(min-width:768px){
    nav#nav-below.post-navigation {
        display:flex;
        justify-content:space-between;
    }    

    nav#nav-below.post-navigation > *{
        flex-basis:40%;
    }
}


nav#nav-below.post-navigation{
    padding:30px 0;
    margin:30px 0;
    border-top:1px solid #ddd;
}


nav#nav-below.post-navigation .gp-icon{
    display:none
}

nav#nav-below.post-navigation .nav-previous::before{
    display:block;
    /*content:'⇦ PREVIOUS ARTICLE ';*/
    content:'\21e6 PREVIOUS ARTICLE ';    
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:10px;
}

nav#nav-below.post-navigation .nav-next::before{
    display:block;
    /*content:'NEXT ARTICLE ⇨';*/
    content:'NEXT ARTICLE \21e8';    
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:10px;
}

.blocks-gallery-item figure {
    padding: 20px;
}

.uagb-post__items article .uagb-post__cta {
    position:absolute;
    bottom:0px;
    right:20px;
    display:block;
    z-index:11111;
}

.uagb-post__items article{
    padding-bottom:40px !important;
}

.uagb-post__cta a{
    color:#1F5584 !important;
    font-size:13px !important;
}

.uagb-post__cta{
    background:none !important;
    padding:0 !important
}

@media(min-width:768px){
    .uagb-post__items article{
        position:relative;
        padding-bottom:20px !important
    }

    .uagb-post__cta{
        padding:0 !important;
        position:absolute;
        right:10px;
        bottom:10px;
    }
}

.raqForm span.wpcf7-form-control-wrap.email-add,
.raqForm span.wpcf7-form-control-wrap.phone,
.raqForm span.wpcf7-form-control-wrap.company,
.raqForm span.wpcf7-form-control-wrap.ecom_platorm,
.raqForm span.wpcf7-form-control-wrap.monthly_shipments,
.raqForm span.wpcf7-form-control-wrap.orders-per-month,
.raqForm span.wpcf7-form-control-wrap.num-of-sku-field,
.raqForm span.wpcf7-form-control-wrap.avg-product-size,
.raqForm span.wpcf7-form-control-wrap.avg-weight,
.raqForm span.wpcf7-form-control-wrap.addtl-info,
.raqForm span.platform {
    width:99.5%;
    margin-top:10px 
}

.raqForm span.wpcf7-form-control-wrap.email-add input,
.raqForm span.wpcf7-form-control-wrap.phone input,
.raqForm span.wpcf7-form-control-wrap.company input,
.raqForm span.wpcf7-form-control-wrap.ecom_platorm input,
.raqForm span.wpcf7-form-control-wrap.monthly_shipments input{
    width:99.5% !important
}

@media(max-width:428px){
    .partners-page-gallery .blocks-gallery-item{
        max-width:150px !important;
        height:60px !important
    }   
}

.serviceblock .pagelink a {
    background: rgba(0,0,0,0.5) !important;
}

.whiteblocks .pagelink a {
    background: #144c7e !important;
}

.menu-item-has-children{
    position:absolute;
    padding-right:15px;
}
.menu-item-has-children::after {
    /*content: '▼';*/
    content: '\25bc';
    font-size: 10px;
    position:absolute;
    top:1px;
    right:0;
    color:#aaa; 
}

@media(max-width:767px){
    .menu-item-has-children::after{
        display:none
    }
}

.main-navigation:not(.toggled) ul li.sfHover>ul, .main-navigation:not(.toggled) ul li:hover>ul{
    left:-70px !important;
}

@media(min-width:768px){
    #menu-header li.navSignup a{
        padding:8px 12px!important;
        border:1px solid #144C7E;
        display:inline-block;
        
    }

    #menu-header li.navSignup a:hover{
            border:1px solid #144C7E;
            background:#144C7E;
            color:#fff !important;
    }
}

.wp-block-button.smallbutton:hover a,
.largeContent .pagelink:hover a, 
.globalIntegrations .pagelink:hover a, 
.whiteblocks.exploreplatform .pagelink.smallbutton:hover a{
    background:#144C7E !important;
    color:#fff !important
}

::placeholder{
    color:#aaa !important;
}

footer h2{
    margin: 0 0 10px !important;
    font-size: 21px;
    font-weight: bold !important;
}

footer .cat-item{
    margin: 0 10px 4px 0 !important;
    padding: 0px !important;
    /* background:#222; */
    width:fit-content;
    border-radius:30px;
    text-decoration: underline;
    
}

footer .categories ul{
    display:flex;
    max-width:100%;
    flex-wrap:wrap;
    margin:0;

}

footer .cat-item a{
    font-size:13px;
    color: #ccc !important;
}

footer .cat-item::before{
    display:none;
}

@media(min-width:768px){
    footer .col-1-5,
    footer .col-2-5{
        padding-right:100px;
    }
}

@media(min-width:768px) and (max-width:992px){
    .section-blog-filter section.blog-articles {
        display: flex;
        flex-direction:column;
        text-align:left;

    }
}

.section-blog-filter section.blog-articles .post {
    margin-bottom: 30px;
    text-align: left;
}

.section-blog-filter form.search-form{
    margin:0 0 20px;
    width:100%;
    display:flex;
    padding:10px;
    border:1px solid #eee;
}

.section-blog-filter form.search-form > label{
    flex:8;
}

.section-blog-filter form.search-form input{
    width:100%;
}

.section-blog-filter form.search-form > button{
    flex:1;
}

.section-blog-filter section.blog-articles .post{
    margin-bottom:30px;
}

section.section-blog-filter .wp-block-uagb-cf7-styler{
    background:#144c7e;
    text-align:center;
    padding:30px 20px 10px;
    margin-bottom:30px;
    color:#fff;
    width: 100%;
}

section.section-blog-filter .wp-block-uagb-cf7-styler p{
    color:#fff;
    margin-bottom:20px;
    text-align:center !important;
    font-size:18px;
}

section.section-blog-filter .wp-block-uagb-cf7-styler input[type="email"]{
    margin-top:10px !important; 
    width:90%;
}

section.section-blog-filter .wp-block-uagb-cf7-styler input{
    margin:auto !important;
}

@media(min-width:768px) and (max-width:992px){
    footer .col-1-3{
        flex-basis:50% !important;
    }

    footer .col-1-5{
        flex-basis:25%;
    }

    footer .categories{
        flex-basis:100% !important;
        padding-top:20px;
        margin-top:10px;
        border-top:1px dotted #333;
        padding-left:0 !important;
    }

    footer{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer aside{
        padding:0 !important;
    }
}

@media(max-width:767px){
    footer .col-1-5{
        flex-basis:50% !important;
        padding-top:20px;
        margin-bottom:20px;
        border-top:1px dotted #333;
        border-bottom:1px dotted #333;
     
    }

    section.blog-articles {
        padding:0 20px
    }
    
    .sidebar{
        padding:20px;
        border:1px solid #ddd;
        border-radius:5px;
        margin:0 20px 20px;
    }
    
    .inside-article footer.entry-meta{
        display:none
    }

    

    .post-template-default .inside-article .post-page-meta h1.entry-title{
        font-size:30px !important;
        margin-bottom:20px !important;
    }


}

.post-template-default.single.single-post .post-breadcrumbs .breadcrumb_last {
    display: none;
}

/* Press Page */
.press-page-press-list h3.uagb-post__title a{
    margin-top: 20px;
    font-size: 30px !important;
}

.wpcf7 form.sent .wpcf7-response-output{
    border:2px solid #6CC551 !important;
    background:#fff;
    color:#6CC551 !important;
    padding:10px !important;
}

@media(min-width:768px){
    .blog-articles form {
        display:flex;
        align-content:flex-end;
        align-items:flex-end;
        text-align:left !important;
        justify-content:left;
    }

    .blog-articles form p label{
        text-align:left !important;
    }

    .blog-articles form input[type="email"]{
        width:98% !important;
        padding:7px 10px !important;
    }

    section.section-blog-filter .wp-block-uagb-cf7-styler p{
        text-align:left !important;
        font-size:17px;
        font-weight:bold;
        margin:0 0 20px;
    }
}


/* weird utf bug */
.uagb-slick-carousel ul.slick-dots li button:before {
    content:'\2022' !important;   
}

.map_render > div {
    overflow: visible !important;
}

.post-page-meta .posted-on time {
    font-size: 15px;
}

.post-page-meta h1.entry-title{
    font-size:32px !important;
    font-family:'Barlow'
}

.post-page-meta span.span-reading-time.rt-reading-time {
    font-family:'Roboto' !important;
    font-size:13px !important;
    
}

@media(min-width:768px){

    .formcols {
        display: flex;
        /*padding:5px 0;
        border-top:1px dotted #ccc;*/
        margin-top: -22px;
        /* margin-bottom: 22px; */
        gap: 10px;
    }

    .formcols > span{
        gap:10px !important;
    }


    select{
        width:100%;
        border-radius:5px;
    }

    #primary-menu.main-nav .menu > li {
        margin-left: 10px;
    }
    
    .main-navigation .main-nav ul ul.sub-menu {
        background: #fff;
        border: none;
        box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 30%);
    }
    
        .main-navigation .main-nav ul ul.sub-menu a{
        color:#111 !important;
        font-weight:400 !important;
        padding:10px !important;
        }

    .main-navigation .main-nav ul ul.sub-menu a:hover{
        background:#144C7E !important;
        color:#fff !important;
        border-radius:0px !important;
    }

    ul ul.sub-menu a{
        color:#111 !important;
        font-weight:400 !important;
    }
}

.raqsidebar {
    padding: 0 20px;
}

.raqsidebar .uagb-slick-carousel{
    padding:0 20px;
}

.raqsidebar .uagb-slick-carousel .slick-slider{
    border:1px solid #ddd;
    border-radius:20px;
}

.raqsidebar .uagb-tm__content > div{
    height:auto !important;
}

@media(min-width:600px){
    .footerCTA form p{
        display:flex;
        flex-direction:row;
        max-width:800px;
        margin:auto;
    }
    
    .footerCTA form .email-add{
        flex-basis:60%;
        margin:0
    }
    
    .footerCTA form .email-add input{
        width:100%;
        padding:15px;
    }
    
    .footerCTA form input[type="submit"]{
        flex-basis:20%;
    }
}


form input[type="submit"].wpcf7-form-control.wpcf7-submit:hover{
    background:#357a1f !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #144C7E !important;
    font-weight: bold;
}

.footernav .current-menu-item a {
    color: #fff !important;
    text-decoration:none
}

.jobInquiryContainer form {
    padding: 20px 20px 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    box-sizing:border-box;
    border-color: #111;
}

input[type="file"]{
    width:100%;
    border:1px solid #eee;
    padding:5px;
    box-sizing:border-box;
}


.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header{
    border-radius:10px !important;
    padding:10px 50px 10px 20px !important;
    border:none !important;
    margin:0 0 20px !important;
}

.advgb-accordion-body{
    margin-top:-25px;
    padding:25px !important;
    background:#fff !important;
}





/*** SUCCESS STORIES ***/
.success-stories-columns article {
    width: 30% !important;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background: none !important;
    box-shadow: none;
}
.success-stories-columns article .uagb-post__inner-wrap {
    background: none !important;
}


@media(max-width:599px){
    .footerCTA form p {
        width: 230px;
        margin: 0 auto 10px;
    }

    .heroImage figure {
        padding: 40px;
    }
    .uagb-tm__content > div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .preheader span {
        display: none;
    }

    .preheader .container > div{
        width:15%;
        text-align:center !important;
        display:flex;
        justify-content:center;
        padding:5px 0 !important;
        margin:0 !important;
    }

    .preheader .container > div:nth-child(3){
        order:1;
        flex-basis:55%;
        border:1px solid #666;
        border-radius:3px;
    }

    .preheader img,
    .preheader a,
    .preheader button{
        margin:0 auto!important;
        padding:0 !important;
        text-align:center;
    }

    .preheader a{
        text-align:center !important;
    }

    button.button.searchwp-modal-form-trigger-el:before{
        background-position:center center
    }

    ul.slick-dots{
        display:none !important;
    }

    .uagb-post__arrow-outside.uagb-post-grid .slick-next{
        right:-5px !important;
    }

    .uagb-post__arrow-outside.uagb-post-grid .slick-prev{
        left:-5px !important;
    }



}

.slick-arrow{
    background:#fff !important;
}

@media(max-width:1199px){
    .post-template-default #content{
        padding-left:20px;
        padding-right:20px;
    }

    .post-template-default .inside-article,
    .post-breadcrumbs, .related-articles-items{
        padding-left:20px;
        padding-right:20px;
    }
}

#typed {  color: #0071a1;    }
.typed-cursor {
    color: #0071a1;
    font-weight: 100;
}

.home .home-global-integrations li.blocks-gallery-item:last-child img {
    padding: 20px;
}

.successStories  img{
    max-width:100px !important;
}

input.formSubmit:hover {
    background: #357a1f !important;
}

.socialLinks img:hover{
    opacity:0.5
}

.home-global-integrations img{
    border:1px solid #ddd;
    border-radius:15px;
    box-shadow:0px 2px 2px 0px rgba(0,0,0,0.07)
}

.home-global-integrations li.blocks-gallery-item:nth-child(8) img{
    border:none !important;
    box-shadow:none;
    padding:15px;
}

.successStories .uagb-post__inner-wrap > .uagb-post__image:first-child{
    padding:0 !important;
    margin:0 0 20px!important;
    }

    .single-job-form form{
        padding:30px 20px;
        border:1px solid #ccc;
        max-width:545px;
        box-sizing:border-box;
    
    }
    
    .single-job-form input[type="file"]{
        
        border:1px solid #ccc;
        padding:10px 5px !important
    }
    
    .single-job-form input{
        width:100%;
        max-width:500px;
    }

    .related-articles .related-articles-items article{
        position:relative;
    }



.uagb-tm__author-name {
    font-size: 20px !important;
}

article > .inside-article header.entry-header {
    padding-top: 20px;
}


.comments-link {
    display: none;
}

.cn-button.bootstrap {
    background: #0071a1 !important;
}



/* from Customizer */

.exploreplatform h2 em {
    font-weight: bold !important;
    font-style: normal !important;
}

.heroImage img {
    max-width: 430px;
    margin: 0 auto;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

footer p{
	color:#aaa
}

.has-medium-font-size {
    font-size: 25px;
}

.has-huge-font-size{
    font-size:40px !important
}

.homeSignup input[type="submit"] {
    width: 100%;
}

.home-global-integrations figure{
    max-width:100px;
    margin:10px !important;
}

.uagb-tm__content > div{
/*    min-height: 33vh;
     display:flex;
    flex-direction:column;
    justify-content:center; */

}

@media(max-width:992px){
    .uagb-tm__content > div{
        padding-left:50px;
        padding-right:50px;
    }
}

.largeContent .pagelink a,
.globalIntegrations .pagelink a,
.pagelink a,
.whiteblocks.exploreplatform .pagelink.smallbutton a{
    background: none !important;
    color: #144c7e !important;
    border: 2px solid #144c7e;
}

/* .largeContent .pagelink a:hover,
.globalIntegrations .pagelinks a:hover{
	color: #144c7e !important;
	background:#eee;
} */

.serviceblock .pagelink a {
    color: #fff !important;
}

.whiteblocks .pagelink a{
	color:#144c7e !important;
}

a.becomeApartner {
    width: 165px !important;
}
.preheader a {
    display: flex;
}

.preheader img{
	max-width:20px;
}

@media(max-width:767px){
.inside-navigation.grid-container {
    height: 1px;
}

.toggled .inside-navigation.grid-container{
    height:unset !important;
}
}

.preheader a{
	text-transform:uppercase;
}

.underline{
	text-decoration:underline;
}

@media(min-width:768px){
    li.menu-item{
        padding-bottom:15px;
        margin-bottom:-15px;
    }
	
	ul.sub-menu{
		margin-top:15px;
	}
}


.serviceblock img {
    width: 100%;
    padding: 20px;
}

.center .pagelink {
    text-align: center !important;
}

.center .pagelink a{
    margin:auto !important
}

body{
	background:#fff;
}

/* .largeContent .wp-block-buttons .smallbutton.pagelink:nth-child(2) a{
    border: none !important;
} */

.rpwwt-widget ul{
    list-style:none;
}

.rpwwt-widget ul li{
    padding-left:0;
}
.rpwwt-widget ul li:before{
    display:none;
}
footer ul.socialLinks li {
    display:inline
}

.col-2-5{
    flex-basis:40%
}

.col-1-5{
    flex-basis:20%;
}

footer .menu{
    margin-left:20px;
}

footer .menu a{
    font-size:13px;
		color:#aaa;
}

.partnerCardContainer{
    padding:0 !important;
    margin-bottom:15px;
}

.partnerCardContainer .uagb-column__inner-wrap {
    background:#fff;
    text-align:left;
    padding:20px;
    box-sizing:border-box;
    width:95%;
    margin-left:0;
	border: 1px solid #eee;
}

.partnerCardContainer .uagb-column__inner-wrap figure{
    display:flex;
    justify-content:left;
    align-content:center;
    width:100%;
    height:60px;
    align-items:center;
}

.partnerCardContainer .uagb-column__inner-wrap figure img{
    width:auto;
    max-width:90px;
    max-height:40px;
}

.featureblocks figure {
    max-width: 70px !important;
    margin: auto;
}

.home-global-integrations .blocks-gallery-item img{
	height:unset !important;
}

.slick-slide {
    margin-right: 20px;
}

.slick-slide article {
    padding-left:0 !important;
    padding-right:0 !important;
}

.uagb-post-grid-byline{
    display:none;
}
.blog-home-post-carousel{
    max-width:1200px;
    margin:0 auto
}

.blog-home-post-carousel .uagb-post__text{
    display:none;
}

ul.features li{
    list-style:none;
    padding-left:20px;
    position:relative;
}

ul.features li::before {
    position:absolute;
    content:'•';
    color: #FABD4F;
    top:0;
    left:0px;
    font-size:42px;
    line-height:.65em;
}

@media(min-width:768px){
.col-1-5.footernav {
    padding-right:20px;
    padding-left:50px;
}
}

.wp-block-buttons > .smallbutton:nth-child(2) a{
    border:none !important;
}
/* 
.globalIntegrations .wp-block-buttons .smallbutton.pagelink a{
    border:2px solid !important;
} */

.partnerCardContainer h3,
.partnerCardContainer p{
    font-size:13px;
}

.partnerCardContainer h3{
    font-weight:bold;
    margin-bottom:10px;
}

.uagb-tm__content > div{
	text-align:left !important;
}

form h3{
	display:none !important;
}

.getstartedBar{
    background: rgb(2,19,33);
background: linear-gradient(90deg, rgba(2,19,33,1) 0%, rgba(4,38,68,1) 100%);rgba(4,38,68,1) 100%);
    color:#fff;
    text-align:center;
    padding:20px 20px 10px;
	width: 100%;
margin-bottom: 4%;
}

.getstartedBar .uagb-columns__inner-wrap{
    max-width:900px;
    margin:0 auto;
    text-align:left;
}

.getstartedBar h3,
.getstartedBar p{
    color:#fff !important;
}

.getstartedBar h3{
    font-weight:bold;
    margin-bottom:10px;
}

.getstartedBar .wp-block-uagb-column{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
}

@media(min-width:768px){
.getstartedBar .wp-block-uagb-column:nth-child(1){
    width:50%;
}

.getstartedBar .wp-block-uagb-column:nth-child(2){
    width:50%;
}
}

.getstartedBar .wp-block-button a{
    font-weight: bold;
    background-color: #6CC551 !important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    border-radius:5px
}

.getstartedBar .wp-block-button a:hover{
background:#357a1f !important
}

input[name="position"] {
    margin: 10px 0;
}

.entry-content > [class*="wp-block-"]:not(:last-child){
    margin:0 auto !important
}

.preheader{
	max-height:40px !important;
	height:40px !important;
}

@media(max-width:428px){
    #signupheader,
    .raqsidebar,
    .slick-slide .uagb-tm__content{
        padding-left:0 !important;
        padding-right:0 !important;
    }

    .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
        right: -25px !important;
    }

    .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{
        left: -25px !important;
    }

}

.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next:hover,
.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev:hover{
    background:#ddd !important;
}

a:hover{
	text-decoration:none !important;
}

footer .menu-item {
    padding-bottom: 0;
    margin-bottom: 0;
}

footer .menu-item a {
    line-height: 1.5em !important;
}

.crp_title:hover {
	color: #55555e;
}

.crp_readmore:hover,
.blog .read-more:hover{
    color:#999 !important;
}

.post-breadcrumbs a:hover{
    color:#aaa;
    text-shadow:0px 1px 0px #fff;
}

.slick-arrow:hover {
    background: #ccc !important;
}

h3.uagb-post__title a:hover,
.slick-slide a.uagb-post__link.uagb-text-link:hover {
    color: #aaa !important;
}

.your-email input {
    width: 99.5%;
    margin-top: 10px;
}

.formRightColumn .slick-list{
    border:1px solid #ddd;
    border-radius:10px;
}

.formRightColumn .wp-block-uagb-testimonial{
    padding-top:0;padding-bottom:0;
}

.formRightColumn h2{
    margin:20px 0 !important;
    display:inline-block;
}

.formRightColumn .slick-slide{
    padding-bottom:5px;
}

.formRightColumn h2{
 text-align:left;
}

.comments-link {
	display: none;
}

.requestaquoteform{
    padding: 20px 20px 5px;
    box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 0 0 20px;
}

.requestaquoteform input{
    width:100% !important;
    margin-bottom:10px;    
}

.requestaquoteform select{
    margin-bottom:10px;
}

.requestaquoteform .formcols{
    margin-bottom:10px;
}

.requestaquoteform .formcols input{
    margin:0;
}

/* Shine, contact-form-7 id="11776" title="Footer CTA Form" */
.wpcf7.js .wpcf7-form > p {
   display: flex;
}
.wpcf7.js .wpcf7-form-control-wrap {
   width: auto;
}
.wpcf7.js .wpcf7-submit {
   height: fit-content;
   padding-top: 8px !important;
   padding-bottom: 8px !important;
   margin-left: 10px !important;
}
.wpcf7.js .wpcf7-not-valid-tip {
   text-align: left;
}