@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700&display=swap');

body{
    padding:0px;
}
.custco-wrapper {
    font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
    width: 100%;
    position: fixed;
    bottom: -50vh;
    left: 0; 
    z-index: 997;
}

.custco-bg {
    background-color: #EFEFEF;
    box-shadow: 0 -20px 30px rgba(0,0,0,0.15);
    padding: 15px 0;
}

.custco-logo img{
    max-width: 230px;
    height: auto;
}


.custco-logo p{
    font-size: 13px;
}

.custco-content {
    margin: 0 0 10px;
}
.custco-content .custco-main-copy{
    font-size: 32px;
    font-weight: 700;
    color: #7E7E7E;
    margin-top: 0;
}

.custco-content .custco-sub-txt {
    font-size: 18px;
}

.custco-cta {
    width: 100%;
    text-align:right;
    padding-top: 42px;
}

.custco-cta a {
    display: inline-block;
    min-width: 250px;
    border-radius : 50px;
    border: none;
    color: #ffffff;
    background-color: #424242;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px 25px;
}

.custco-cta a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.custco-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -25px;
    right: 50px;
    background-color: #424242;
    border-radius:50%;
    padding: 8px 12px;
    margin: 0;
    cursor: pointer;
    z-index: 1990;
}

.custco-close img {
    width:100%;
}


.custco-close:hover{
    background-color: #656565;
}

.custco-smll-txt {
    font-size: 13px;
    margin-bottom: 3px;
}


@media screen and (max-width: 760px){
    .custco-bg {
        padding: 5px 0 15px;
    }
    .custco-content {
        margin: 0;
    }
    .custco-content .custco-main-copy{
        font-size: 25px;
        
    }
    
    .custco-content .custco-sub-txt {
        font-size: 14px;
    }
    .custco-logo p{
        display: inline-block;
        margin-right: 5px;
    }
    .custco-logo img{
        width: 162px;
        height: auto;
    }

    .custco-cta a {
       width:100%;
       font-size: 18px;
    }
    
    .custco-cta {
        padding-top: 0;
        margin-bottom: 14px;
    }
    .custco-close {
        right:15px;
    }
}