/* Phone */
@media only screen and (max-width: 600px) {
    div.cta-box-image {
        display: none;
    }
    div.cta-box-content{
        width:100%;
    }
    div.cl-cta-box.pb, div.cl-cta-box.pms, div.cl-cta-box.tp{
        background: none;
    }
}

/* Tablet */
@media only screen and (min-width: 601px) and (max-width: 1077px) {
    div.cta-box-content {
        width: 50%;
    }
    div.cta-box-image {
        width: 50%;
    }
}


.cl-cta-box {
    color: #000;
    border-radius:5px;
    max-height:348px;
    margin-bottom: 20px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.entry-content .cl-cta-box a {
    box-shadow: none;
}

.cl-cta-box.pb {
    background: url('../images/pb_background.png') no-repeat left;
    border: 1px solid #ffb00e;
}

.cl-cta-box.pms {
    background: url('../images/pb_background.png') no-repeat left;
    border: 1px solid #ffb00e;
}

.cl-cta-box.tp {
    background: url('../images/tp_background.png') no-repeat left;
    border: 1px solid #e3e7ea;
}

.cta-box-content {
    padding: 40px 5px 40px 10px;
    text-align:center;
    width:60%;
}

.cta-box-content h3{
    padding-left: 15px;
}

.cta-box-content p.free-version-url {
    padding-top:10px;
    margin-bottom: 0;
}

.cta-box-content p.free-version-url a{
    font-size: 14px;
    color:#000;
}

.cta-box-content p.free-version-url a:hover{
    text-decoration: underline;
}

.cta-box-image {
    padding: 40px 0px;
    width: 40%;
    text-align: center;
}

.entry-content .cta-box-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 15%;
}

.cta-box-title {
    font-weight: bold;
    font-size: 115%;
    margin-bottom: 12px;
}