/*About theme*/
.appearance_page_ecommerce_hub_guide #wpwrap{
    background: #fff;
    color: #333;
}
.col-left{
    width: 61%;
    float: left;
    padding: 0 20px;
}
.col-right{
    width: 33%;
    float: right;
}
.col-right img{
    width: 100%;
}
.wrapper-info h3 {
    text-transform: uppercase;
    color: #0d83dd;
    font-size: 18px;
}
.wrapper-info h4 {
    margin: 0;
    color: #333;
    font-size: 15px;
}
.wrapper-info a {
    text-decoration: none;
}
#wpcontent, #wpfooter {
    margin-right: 20px;
}
.centerbold a {
    color: #fff;
    padding: 9px;
    text-decoration: none;
    margin-right: 5px;
    font-size: 14px;
    background: #0d83dd;
    transition: 0.3s;
}
.centerbold a:hover {
    background: #2e2e2e;
}
.centerbold {
    text-align: center;
}
.secondhr{
    margin-top: 20px;
}
.firsthr{
    margin-bottom:20px;
}
.col-left p {
    color: #2e2e2e;
    font-size: 14px;
    text-align: justify;
}

.col-left-inner img {
    width: 100%;
    margin-bottom: 15px;
    border: solid 1px #ccc;
}
.started {
    float: left;
    width: 100%;
}
.intro-text img {
    float:left; 
    box-shadow: 0 0 15px 0px #ddd;
    background: #fff;
}
.coupon-code {
    float: right;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 12px 5px;
}
.coupon-code span {
    color: #e6f04e;
    font-size: 24px;
    font-weight: bold;
}
img.table-img {
    width: 100%;
}
.col-left-inner {
    width: 100%;
    float: left;
}
.col-right-inner {
    width: 100%;
    float: right;
}
.feature{
    float: left;
    width: 100%;
}
.col-md-3 {
    width: 25%;
    float: left;
}
.service {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}
.service ol{
    margin-right: 20px;
}
.started ul {
    list-style: disc;
    font-size: 15px;
    margin-left: 30px;
}
.col-right ul {
}
.col-right li {
    list-style: none;
    border: 1px solid #ccc;
    padding: 7px 0;
    font-size: 14px;
    margin-bottom: 15px;
}
.col-right li:before {
    content: "\f139";
    font-family: dashicons;
    color: #0074D9;
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
    animation: blink 1s linear infinite;
}
.color_bg_blue {
    background-color: #0d83dd;
    display: block;
    float: left;
    padding: 15px 0 35px 35px;
    width: 95%;
}
.color_bg_blue p {
    color: #fff;
}
.color_bg_blue h4 {
    color: #fff;
    margin-bottom: 25px;
}
.blink {
    width:100%;
    text-align: left;
}
.blink h4{
    font-size: 18px;
    color: white;
    animation: blink 1s linear infinite;
    color: #FFFFFF;
    letter-spacing: 1px;
}
@keyframes blink {
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
/* Demo Import CSS */
.theme-info .demo-btn{
    display: block;
    margin: auto;  
}
.theme-info .demo-btn p{
    font-size: 14px;
    color: #fff;
}
.theme-info .import-btn{
    background-color: #fff;
    border-color: transparent;
    color: #000;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 0 15px 0px #ddd;
}
.theme-info .notice-text{
    margin-bottom: 2em;
}
.color-info{
    padding-bottom: 0px !important;
}
.color_bg_blue #setting-error-tgmpa p{
    color: #000;
}
/* notice css */
.activation-notice {
    background: #0f2e4e;
    color: #ffffff;
    padding: 7px 0px 0px 20px;
    border-left: 5px solid #d63638;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.activation-notice .content {
    max-width: 70%;
}
.activation-notice h2 {
    color: #ffffff;
    margin: 0 0 10px;
    font-size: 20px;
}
.activation-notice .notice-para {
    margin: 0 0 15px;
}
.activation-notice .button {
    margin-right: 10px;
    background-color: #d63638;
    border-color: #d63638;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 1px 3px 6px rgba(255, 255, 255, 0.4);
}
.activation-notice .image-preview {
    max-width: 25%;
}
.activation-notice .image-preview img {
    width: 100%;
    height: auto;
}
.activation-notice > .notice-dismiss:before {
    color: white;
}
@media screen and (max-width: 1023px) {
    .activation-notice {
        flex-direction: column;
        text-align: center;
    }

    .activation-notice .image-preview {
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .activation-notice .content {
        max-width: 100%;
    }
}