/*
Theme Name: Creative A Child theme
Description: Child theme for Creative Asset - Parent Theme
Version: 1.0.1
Author: Creative Asset
Template: creativea
Copyright: Creative Asset Ltd
*/

/*--------------------------------------------------------------
# Brand colours
CORE

# Fonts
- font-family:

--------------------------------------------------------------*/

body, p {   
    font-family: sofia-pro, sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: museo-sans, sans-serif;
    font-weight: 400;   
    font-style: normal;
    font-size: 50px;
    line-height: 1.2em;
}

h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;   
}

.ca-smallerh2 h2 {
    font-family: sommet-rounded, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-style: italic;
    text-transform: uppercase;
    font-size: 14px;
}

.ca-biggerh2 h2 {
    font-weight: 400;
    font-size: 43px;
}

h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;  
}

.ca-homepageh3 h3 {
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}

.ca-smallerh3 h3{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ca-biggerh3 h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2em;  
}

h4 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;  
}

h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em;   
}

.ca-biggerh5 h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;   
}

h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;   
}

.ca-smallerh6 h6 {
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
}

.ca-biggerh6 h6 {
    font-family: sommet-rounded, sans-serif;
    font-size: 120px;
    text-transform: uppercase;
}

.fixed {
    position: fixed;
}

.ca-overflow {
    overflow-x: hidden;
}

/*Header*/

#ca-main-menu a{
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.5px;
    color:#000;
    margin-left: 15px;
}

#ca-main-menu li a:hover{
    color: #8B8B8B;
}

.ca-cta-btn a{
    border-left-style: solid !important;
    border-left-color: #f24400 !important;
    border-left-width:10px !important;
    background-color: #11363f;
    box-shadow: 0px 0px 10px 0px #7d7a7a80;
    transition: all 200ms ease-in-out;
}
.ca-cta-btn a:hover{
    border-left-color: #11363f !important;
    background-color: #f24400;
    transition: all 200ms ease-in-out;
}

.ca-cta-btn a{
    font-size: 14px !important;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 400 !important;  
    text-transform: uppercase !important;
    color:#fff !important;
    padding:18px 12px !important;
    letter-spacing: 1px !important;
    transform: skew(-12deg);
}

.ca-cta-btn span{
    display: inline-block;
    transform: skew(12deg);
}

/*Homepage*/

.ca-hero-overlay .fl-row-content-wrap:after {
    background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/wp-content/uploads/2022/08/WorldwideGO-emblem-white.png");
    background-position: right;
    background-size: contain;
    background-repeat:no-repeat;
    opacity:0.5;
    bottom: 0;
}

.ca-go-icon {
    vertical-align:middle;
    width:30px;
    margin-right:5px;
    margin-bottom:10px;
}


.ca-btn span{
    display: inline-block;
    transform: skew(12deg);
}

.ca-btn a{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;  
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: skew(-12deg);
}

.ca-zindex {
    position:relative;
    z-index:1;
}

/*Footer*/

#ca-footer-menu a{
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.5px;
    color:#000 !important;
    margin-left: 15px;
}

#ca-footer-logo a:focus {
  outline: none !important;
}

#ca-footer-logo a:active{
  outline: none !important;
}

.inlay {
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.5);
}

#ca-footer-menu-row .fl-builder-layer-align-top-left {
    width:32vw !important;
}

/** UK & Ireland Freight **/

#ca-vans .uabb-info-list-wrapper.uabb-info-list-top li {
    width:25%;
    margin-bottom:60px;
}

#ca-vans .uabb-imgicon-wrap .uabb-image-content {
    width:100%;
}

@media only screen and (max-width : 992px) {

/** UK & Ireland Freight **/



#ca-vans .uabb-info-list-wrapper.uabb-info-list-top li {
    width:33%;
    margin-bottom:40px;
}

#ca-vans .uabb-image-crop-simple img {
    width:600px !important;
}
}

@media only screen and (max-width : 768px) {
    
/** UK & Ireland Freight **/

#ca-vans .uabb-info-list-wrapper.uabb-info-list-top li {
    width:50%;
    margin-bottom:30px;
}
}

/** Recommend us page **/

#ca-referral-form h3 {
    margin-top: 30px;
    font-size:18px;
    letter-spacing: 0.5px;
}

#ca-referral-form .gfield_label {
    font-size:12px;
    letter-spacing: 0.5px;
}

#ca-main-menu .ca-cta-btn a:hover {
    background:#8b8b8b;
    border-left-color: #c3c3c3 !important;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


@media only screen and (max-width : 1510px) {
    #ca-main-menu a {
        font-size: 15px;
        margin-left: 0;
        margin-right: 5px;
    }

    .ca-cta-btn a{
        font-size: 12px !important;
        margin-left: 10px;
    }
}


@media only screen and (max-width : 1360px) {
    #ca-main-menu a {
        font-size: 14px;
        line-height: 1.2em;
        margin-left: 0;
    }

    .ca-cta-btn a{
        font-size: 12px !important;
        line-height: 1.2em;
        border-left-width:8px !important;
        width: 13vw !important;
        padding-left: 2vw !important;
        padding-top: 2vw !important;
        padding-bottom: 1vw !important;
        margin-left: -20px!important;
    }

    .ca-cta-btn span{
        margin-top: -60px !important;
    }

    #ca-main-menu li {
        display: inline-block !important;
        width: 11vw !important;
        text-align: left;
        vertical-align: top;
}

    #ca-logo-carousel .uabb-image-carousel-item {
        padding:35px !important;
    }
}

@media only screen and (max-width : 1190px) {
    .ca-connect-logo {
        width:85%;
    }
}

@media only screen and (max-width : 1110px) {
    #ca-main-menu a {
        font-size: 13px;
        margin-right: 0;
    }

    #ca-main-menu li {
        width: 9vw;
    }

    #ca-logo-carousel .uabb-image-carousel-item {
    padding:25px !important;
    }
}

@media only screen and (max-width : 992px) {
    h1 {
        font-size: 50px;
        line-height: 1.1em;
    }

    h2 {
        font-size: 30px;
    }

    .ca-biggerh2 h2 {
        font-size: 32px;
    }

    .ca-smallerh2 h2 {
        font-size: 11px;
    }

    h3 {
        font-size: 30px;
    }

    .ca-smallerh3 h3 {
        font-size: 12px;
    }

    h6 {
        font-size: 11px;
    }

    .contact-pgh6 h6 {
        font-size: 18px;
    }

    #menu-main-menu-3 li a{
        margin-bottom: 15px;
    }

    #menu-main-menu-3 .ca-cta-btn a{
        text-align: center;
        width: 80% !important;
        margin-top: 10px;
        display: inline-block;
        margin-left: 0 !important;
        background-color: #000;
        padding: 20px !important;
    }

/**Homepage**/

    .uabb-image-content {
        width:60px
    }

    .ca-go-icon {
        width:50px !important;
        margin-right: 0px;
        margin-bottom: 0px !important;
    }
    
    .uabb-image-carousel-item {
        padding:20px !important;
    }

    #ca-logo-carousel .uabb-image-carousel-item {
    padding:40px !important;
    }

/**Contact Page**/

    #ca-contact-tel p{
        font-size: 25px;
    }
}

@media only screen and (max-width : 768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    .ca-biggerh2 h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }
    .ca-biggerh3 h3 {
        font-size: 18px;
        line-height: 1.6em;  
    }
    .ca-biggerh5 h5 {
        font-size: 12px;
    }

/**Homepage**/

    .ca-go-icon {
        margin-right: 10px;
    }
    
    .uabb-image-carousel-item {
        padding:10px !important;
    }

    #ca-logo-carousel .uabb-image-carousel-item {
    padding:15px !important;
    }

/**Footer**/

    #ca-footer-menu a {
        margin-bottom: 12px !important;
        font-size: 14px;
    }

    #ca-footer-menu span {
        color:#fff !important;
    }


    #ca-footer-menu-row .fl-builder-layer-align-top-left {
        width:180vw !important;
    }

    #ca-testimonials  .fa-angle-left{
        display: none;
}

    #ca-testimonials  .fa-angle-right{
        display: none;
}

/**Ecommerce Solutions**/

    #ca-ecommerce-usps .info-list-item-dynamic0,
    #ca-ecommerce-usps .info-list-item-dynamic1,
    #ca-ecommerce-usps .info-list-item-dynamic2,
    #ca-ecommerce-usps .info-list-item-dynamic3 {
        width:50% !important;
    }

    #ca-ecommerce-usps .info-list-icon-dynamic0 i:before ,
    #ca-ecommerce-usps .info-list-icon-dynamic1 i:before ,
    #ca-ecommerce-usps .info-list-icon-dynamic2 i:before ,
    #ca-ecommerce-usps .info-list-icon-dynamic3 i:before {
        text-align: center;
        font-size: 40px !important;
        margin-bottom: -20px !important;
    }



/**Contact Page**/

    #ca-contact-tel p{
        font-size: 22px;
    }

}